@charset "UTF-8";
/* CSS Document */

.bloc-2-colonnes {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.85em;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    color: #9e8176;
}

.bloc-colonne {
    width: 515px;
    /* border: solid 1px black; */
    padding: 0;
}

.left-column {
    float: left;
    border-right: solid 1px #ddd;
}

.right-column {
    float: right;
}

.style-champ {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #9e8176;
    height: 24px;
    width: 250px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-left-style: solid;
    margin-bottom: 5px;
    padding-left: 2px;
    background-color: white; /*#CP transparent; */
    border-top-color: rgba(158, 129, 118, .25);
    border-right-color: rgba(158, 129, 118, .25);
    border-left-color: rgba(158, 129, 118, .25);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.style-champ:hover {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #f11381;
}

.bloc-libelle-champs {
    /*##CP height: 24px; */
    /*##CP width: 397px; */
    /*##CP float: left; */
    margin-bottom: 5px;
    /*##CP ==>
	display: block;
	##CP <== */
    padding: 4px;
    /*##CP++ <== */
}

.champ-libelle {
    height: 24px;
    width: 140px;
    padding-right: 5px;
    text-align: right;
    /*##CP float: left; */
    line-height: 24px;
    /*##CP++ ==> */
    display: inline-block;
    vertical-align: top;
    /*##CP++ <== */
}

.champs-champs {
    /*##CP float: left; */
    /*##CP height: 24px; */
    width: 250px;
    padding-left: 2px;
    color: #9e8176;
    font-size: 14px;
    /*##CP++ ==> */
    display: inline-block;
    /*##CP++ <== */
}

/*##CP 29/05/20 ==> */
.champs-champs input:disabled {
    background-color: #fafafa;
    cursor:not-allowed;
}

.has-error {
    color: #dc3545 !important;
    background-color: #fdd !important;
    font-weight: bold;
}

.has-error .form-error {
    color: #dc3545 !important;
    border-bottom: 2px solid #dc3545 !important;
}

.has-error span.help-block {
    color: #dc3545 !important;
    font-style: italic;
}
/*##CP <== */

.select {
    display: block;
    max-width: 100%;
    height: auto !important;
    border: 1px solid #9e8176;
    border-radius: 2px;
    color: #000000;
    font-size: 14px;
    line-height: 16px !important;
    appearance: none; /* this is must */
    -webkit-appearance: none;
    -moz-appearance: none;
    /*background-image: url(selectbox_arrow.png);*/
    background-image: url(../images/commun/fleche-select.png);
    background-repeat: no-repeat;
    background-position: right center;
    font-family: Arial, Helvetica, sans-serif;
    width: 260px;
    padding-top: 5px;
    padding-right: 35px;
    padding-bottom: 5px;
    padding-left: 5px;
    background-color: white; /*#CP rgba(0,0,0,0); */
}

.select:hover {
    border: 1px solid #f11381;
    border-radius: 2px;
}

.select option {
    padding: 0 4px;
}

/* for IE and Edge */
.select::-ms-expand {
    display: none;
}

.select:disabled::-ms-expand {
    background: #fff;
}

.bloc-image-silhouette {
    /*##CP float: left; */
    width: 450px;
    margin-top: 10px;
}

.bloc-image-silouette-texte-intro-et-bouton {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    /*##CP float: left; */
    height: 24px;
    width: 336px;
    line-height: 24px;
}

.bloc-image-silhouette-silhouette {
    /*##CP float: left;
	width: 54px;
	margin-right: 10px;
	margin-left: 50px; */
    height: inherit;
    text-align: center;
    margin-top: 40px;
    /*##CP++ */
}

.bouton-files-proposer-idee:hover {
    background-color: rgb(110, 99, 95);
    cursor: pointer;
}

.bouton-files-proposer-idee {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFF;
    background-color: rgb(186, 172, 166);
    /*text-align: center;*/
    height: 26px;
    line-height: 24px;
    /*padding-right: 5px;
	padding-left: 5px;*/
    padding: 3px 6px;
    border: 0;
    /*margin-left: 10px;*/
    width: 250px;
    border-radius: 2px;
    padding-top: 3px;
}

.bloc-proposition {
    /*##CP float: left; */
    margin-left: 25px; /*##CP++ */
    margin-bottom: 5px;
    /*##CP ==>
	display: block;
	##CP <== */
    padding: 4px;
    /*##CP++ <== */
}

.bloc-description-proposition {
    /*##CP float: left;
	height: 200px;
	width: 450px;
	margin-left: 25px; */
    /*##CP++ ==>
	padding: 4px 30px; */
    /*##CP <== */
}

.bloc-description-proposition textarea {
    width: 460px;
    display: block;
    margin-bottom: 5px;
}

.AFAC-------bloc-texte-description-proposition-zone {
    /*height: 150px;*/
	/*width: 430px;*/
    border: 1px solid #9e8176;
    background-color: transparent;
    /*box-sizing: border-box;*/
	/*border-radius: 2px;*/
    /*resize: none;*/
    /*background-color: #f00;*/
}

.bloc-depot-fichier-drag-and-drop {
    /*##CP float: left; */
    height: 120px;
    width: 430px;
    margin-left: 25px;
    background-image: url(../images/commun/logod&d-56x37.png);
    background-repeat: no-repeat;
    background-position: center center;
    border: 1px dashed #9e8176;
    text-align: center;
    padding-top: 30px;
}

.bloc-proposition-idee-link-in-texte {
    color: #9e8176;
    text-decoration: underline;
}

.AFAC------bloc-proposition-idee-check-cgu {
    /*##CP float: left; */
    width: 430px;
    /*margin-left: 25px;*/
	/*margin-top: 25px;*/
    padding: 4px 15px;
}

.AFAC------bloc-proposition-idee-captcha {
    /*##CP float: left;
	width: 430px;
	margin-left: 25px;
	margin-top: 25px; */
}

.champ-captcha {
    /*##CP float: left; */
    height: 20px;
    width: 150px;
    padding-left: 2px;
    color: #9e8176;
    font-size: 14px;
}

.bloc-proposition-idee-infos-bouton-validation {
    /*##CP float: left; */
    width: 430px;
    margin-left: 25px;
    margin-top: 12px; /*##CP 25px */
    height: 24px;
    font-size: 14px;
    line-height: 24px;
}

.bouton-envoi-proposer-idee:hover {
    background-color: rgb(110, 99, 95);
    cursor: pointer;
}

.bouton-envoi-proposer-idee {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #FFF;
    background-color: rgb(186, 172, 166);
    /*text-align: center;*/
    height: 24px;
    /*padding-right: 5px;
	padding-left: 5px;*/
    border: 0;
    /*margin-left: 10px;*/
    width: 100px;
    border-radius: 2px;
    text-align: center;
}

.bloc-texte-description-zone {
    /* height: 150px;
	width: 430px; */
    border: 1px solid #9e8176;
    /* box-sizing: border-box;
	border-radius: 2px; */
    /* resize: none; */
    background-color: white; /*#CP transparent; */
}

#bloc-download {
    min-height: 250px;
    background-color: #fff;
    display: block;
    flex-direction: '';
}

#bloc-download ul.file-list {
    list-style: none;
}

#bloc-download ul.file-list li {
    display: block;
    height: 24px;
    line-height: 24px;
    background-color: rgb(171, 154, 147); /* rgb(141,128,118); */
    margin-bottom: 5px;
}

/*##CP ++ => */
#dz-proposer-idees {
    /* float: left;
    height: 120px; */
    width: 100% /*430px*/ ;
    /* margin-left: 25px;
	background-image: url(/images/commun/logod&d-56x37.png);
    background-repeat: no-repeat;
    background-position: center center; */
    /* border: 1px dashed #9e8176; */
    text-align: center;
    /* padding-top: 30px;
	margin: 30px 0; */
    background-color: #f5f2f1;

    font-family: Arial, Helvetica, sans-serif;
    /* font-size: 0.85em; */
    color: #9e8176;
    padding: 0;
    /* min-height: 150px; */
}

#dz-proposer-idees .dropzone {
    border: 1px dashed #9e8176;
    background-color: #f5f2f1;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.85em;
    color: #9e8176;
    background-image: url(/images/commun/logod&d-56x37.png);
    background-repeat: no-repeat;
    background-position: center center;
}

form.dropzone {
    background-color: rgba(255, 255, 128, .3);
}

#bloc-merci {
    display: none;
    color: #006891;
    background-color: rgba(255, 255, 0, .7);
    text-align: center;
    padding: 15px;
}

#file-list .dz-preview {
    position: relative;
    display: inline-block;
    margin: 5px;
    width: 120px;
    vertical-align: top;
}

#file-list .dz-preview i.fa {
    position: absolute;
    top: 5px;
    left: 5px;
    color: #22B14C;
    padding: 10px;
    background-color: rgba(255, 255, 255, .7);
    border-radius: 5px;
    -moz-box-shadow: 3px 3px 5px 1px #cfcfcf;
    -webkit-box-shadow: 3px 3px 5px 1px #cfcfcf;
    -o-box-shadow: 3px 3px 5px 1px #cfcfcf;
    box-shadow: 3px 3px 5px 1px #cfcfcf;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#cfcfcf, Direction=135, Strength=5);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#file-list .dz-filename span {
    overflow-wrap: anywhere;
}

#file-list .dz-file-preview .dz-image img {
    background: url(/images/commun/merci-contrib.png) no-repeat;
}

.hidden {
    display: none;
}

/*##CP ++ <= */
