@charset "UTF-8";
/* CSS Document */
/* HANDIapason - Contact - 05/2020 */

@import url('./colors.css');


.bloc-colonne {
    width: 465px;
    background-color: #FFF;
    padding: 25px;
}

.abonnement p {
    margin-bottom: 15px;
}

.abonnement li {
	margin-bottom: 1rem;
}

.abonnement a.pdf-gratuit {
    color: var(--color-green);
    font-weight: bold;
}

.abonnement a.button {
    display: block;
    width: 70%;
    margin: auto;
    padding: 15px;
    background-color: var(--color-green);
    color: white;/* var(--color-blue); */
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    transition: all .3s ease-out;
}

.abonnement a.button:hover {
    background-color: rgb(110, 99, 95);
    padding: 20px;
    width: 75%;
}

.bloc-texte-colonne-presentation-contact {
    font-size: 1em;
    color: rgb(0, 0, 0);
    width: 400px;
    margin-left: 50px;
    float: none;
    /*background-color: rgb(171,154,147);*/
    background-color: rgba(158, 129, 118, .1);
    padding: 25px;
    /*##CP 5px; */
}

.bloc-image-colonne-presentation-contact {
    text-align: center;
    float: left;
    width: 455px;
    margin-top: 20px;
    margin-left: 30px;
}

.bloc-titre-presentation-contact {
    font-size: 1.5em;
    color: rgb(171, 154, 147);
    text-align: center;
    /*##CP
    float: none;
    width: 1060px;
    margin-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    vertical-align: middle;
    display: table-cell;
    */
    width: 100%;
}

.bloc-2-colonnes {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.85em;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    color: #9e8176;
    /*##CP background-color: #FFF; */
    padding-top: 10px;
    padding-bottom: 10px;
}

.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: 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;
}

.champ-captcha {
    float: left;
    width: 150px;
    /*##CP--
    height: 22px;
    padding-left: 2px;
    color: #9e8176;
    font-size: 14px;
    */
}

.champs-champs {
    float: left;
    /*##CP height: 24px; cause si erreur de saisie */
    width: 250px;
    padding-left: 2px;
    color: #9e8176;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
}

.champ-libelle {
    height: 24px;
    width: 140px;
    padding-right: 5px;
    text-align: right;
    float: left;
    line-height: 24px;
}

.bloc-libelle-champs {
    /*##CP height: 24px; cause si erreur de saisie */
    width: 397px;
    float: left;
    margin-bottom: 15px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

/*## CP 29/05/20 ==> */
/* .bloc-libelle-champs */
.has-error {
    color: #dc3545 !important;
    background-color: #fcc !important;
    font-weight: bold;
}

/* .bloc-libelle-champs.has-error input.form-error, */
/* .bloc-libelle-champs */
.has-error .form-error {
    color: #dc3545 !important;
    border-bottom: 2px solid #dc3545 !important;
}

/* .bloc-libelle-champs */
.has-error span.help-block {
    color: #dc3545 !important;
    font-style: italic;
    display: block;
}

/*## CP <== */

.select {
    display: block;
    /*##CP-- max-width: 100%; */
    height: auto !important;
    border: 1px solid #9e8176;
    border-radius: 2px;
    color: #000000;
    font-size: 14px;
    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;
    /*##CP-- max-width: 256px; */
    /*##CP-- 260px; */
    width: 255px;
    padding-top: 5px;
    padding-right: 35px;
    padding-bottom: 5px;
    padding-left: 5px;
    /*##CP++ ==> */
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #9e8176;
    width: 255px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-left-style: solid;
    border-top-color: rgba(158, 129, 118, .25);
    border-right-color: rgba(158, 129, 118, .25);
    border-left-color: rgba(158, 129, 118, .25);
    /*##CP++ <== */
}

.select:hover {
    border: 1px solid #f11381;
    border-radius: 2px;
}

.select option {
    padding: 0 4px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

/* for IE and Edge */
.select::-ms-expand {
    display: none;
}

.select:disabled::-ms-expand {
    background: #fff;
}

.bloc-image-silouhette {
    float: left;
    width: 450px;
    margin-top: 10px;
}

.bloc-image-silouette-texte-intro-et-bouton {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    float: left;
    height: 24px;
    width: 336px;
    line-height: 24px;
}

.bloc-image-silouhette-silouhette {
    float: left;
    width: 54px;
    margin-right: 10px;
    margin-left: 50px;
}

.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: 20px;
    /*padding-right: 5px;
    padding-left: 5px;*/
    border: 0px;
    /*margin-left: 10px;*/
    width: 250px;
    border-radius: 2px;
    padding-top: 3px;
}

.bloc-description-proposition {
    float: left;
    height: 200px;
    width: 450px;
    margin-left: 25px;
}

.bloc-texte-description-proposition-zone {
    /*height: 150px;
    width: 430px;*/
    width: 370px;
    /*#9e8176*/
    border: 1px solid rgba(158, 129, 118, .25);
    /*box-sizing: border-box;
    border-radius: 2px;*/
    /*resize: none;*/
    font-family: Arial, Helvetica, sans-serif;
    /*background-color: #f00;*/
}

.bloc-texte-description-proposition-zone:hover {
    /*height: 150px;
    width: 430px;*/
    /*#9e8176*/
    /*rgba(158,129,118,.25)*/
    border: 1px solid #f11381;
    /*box-sizing: border-box;
    border-radius: 2px;*/
    /*resize: none;*/
    /*font-family: Arial, Helvetica, sans-serif;	/*background-color: #f00;*/
}

.bloc-depot-fichier-drag-and-drop {
    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;
}

.bloc-proposition-idee-check-cgu {
    float: left;
    width: 430px;
    margin-left: 25px;
    margin-top: 25px;
}

.bloc-proposition-idee-captcha {
    float: left;
    width: 430px;
    margin-left: 25px;
    /*margin-top: 25px;*/
}

.bloc-proposition-idee-infos-bouton-validation {
    float: left;
    width: 430px;
    margin-left: 25px;
    margin-top: 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: 0px;
    /*margin-left: 10px;*/
    width: 100px;
    border-radius: 2px;
    text-align: center;
}

.proposer-idee-champ-obligatoire {
    color: #f11381;
}

/*##CP ++ ==> */
.message_envoye h1 {
    font-size: 22px;
    color: #006891;
    margin-top: 32px;
    margin-bottom: 32px;
}

.box_shadow {
    -moz-box-shadow: 0px 5px 5px 0px rgba(199, 178, 153, 0.25);
    -webkit-box-shadow: 0px 5px 5px 0px rgba(199, 178, 153, 0.25);
    -o-box-shadow: 0px 5px 5px 0px rgba(199, 178, 153, 0.25);
    box-shadow: 0px 5px 5px 0px rgba(199, 178, 153, 0.25);
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000, Direction=180, Strength=5);
}

.merci {
    padding: 25px;
    margin-top: 15px;
    width: 400px;
    font-size: 16px;
    line-height: 24px;
}

p.title {
    font-size: 1.5em;
    color: rgb(171, 154, 147);
    text-align: center;
    /* float: none; */
    width: 100%; /* 1060px; */
    /*
    margin-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    vertical-align: middle;
    display: table-cell;
    */
    font-weight: bold;
}
/*##CP ++ <== */
