 ::-webkit-input-placeholder     { opacity:1; color: #fff !important }
 :-moz-placeholder               { opacity:1; color: #fff !important}
 ::-moz-placeholder              { opacity:1; color: #fff !important}
 a { text-decoration: none }

.titre { text-align: center; color: #fff; margin-bottom: 33px }
.titre h2 { font: 48px/normal ProximaNovaA; color: #84825e; font-weight: 900; letter-spacing: 1.2px; margin-bottom: 22px}
.titre p { max-width: 800px; margin: 0 auto; line-height: 24px }

#Contact { background-color: #152131 }
.blcContact { padding: 80px 40px 92px; position: relative; background:url('../png/bg-qui-sommes-nous.png') no-repeat right center; }
#h-header.blcContact .titre { text-align: center; color: #fff; margin-bottom: 33px }
.blcContact .titre h2 { font: 48px/normal ProximaNovaA; color: #84825e; font-weight: 900; letter-spacing: 1.2px; margin-bottom: 22px; text-align: center;}
.blcContact .titre p { max-width: 800px; margin: 0 auto; line-height: 24px }
.cont-form .blcTitle h3 {
    color: #fff;
}
.contactInfo .blc-select {
    margin-bottom: 31px;
}
.contactInfo .blc-select select {
    font-size: 20px;
    font-family: ProximaNovaA;
    border: none;
    background: url(../png/select.png) no-repeat right center;
    background-color: #121c29;
    appearance: none;
    outline: 0;
    height: 60px;
    color: #fff;
    padding: 0 50px;
    border: none;
    width: 366px;
    cursor: pointer;
    margin: 0 auto;
    display: block;
}
.contactInfo .blc-select select option { 
    font-family: Arial ;
    font-size: 16px
}
.cont-form { 
    max-width: 800px; 
    margin: 0 auto 
}
.cont-form .form-control { 
    background-color: #121c29;  
    height: 60px; 
    color: #fff;  
    font-family: ProximaNovaA;
    font-size: 16px; 
    border:none; 
    width: 100%;
    padding: 0 30px !important;
    box-sizing: border-box;
    border-radius: 0;
    color: #fff !important

}

.cont-form .col-50,
.cont-form .col-33 {
    display: flex;
    flex-flow: row wrap;
}
.cont-form .blc-chp {
    padding: 0 15px;
    margin-bottom: 30px;
}
.cont-form .col-50 .blc-chp {
    width: 50%;
    box-sizing: border-box;
}
.cont-form .col-33 .blc-chp {
    width: 33%;
    box-sizing: border-box;
}
.cont-form select {
    width: 100%;
    font-size: 16px;
    font-family: ProximaNovaA;
    border: none;
    background: url(../png/select.png) no-repeat right center;
    background-color: #121c29;
    appearance: none;
    outline: 0;
    height: 60px;
    color: #fff;
    padding: 0 30px;
    border:none;
    cursor: pointer;
}
.cont-form select option { 
    font-family: Arial 
}
.cont-form textarea.form-control { 
    padding: 17px 30px !important; 
    height: 138px; 
    resize: none 
}
.cont-form .col-100 { 
    width: 100% 
}
.btn.send { 
    background-color: #84825e; 
    color: #fff; 
    font-size: 16px; 
    font-family:ProximaNovaA; 
    border: none; 
    padding: 0 30px; 
    height: 60px ;
    cursor: pointer;
    transition: all 400ms ease-in-out;
    border-radius: 10px
}
.blcBtn {
    text-align: center;
    margin-top: 58px
}

.cont-form .blcTitle {
    color: #fff;
    text-align: center;
    margin-bottom: 26px;
    font-size: 20px;
}
.cont-form .form-control[type="file"] + label {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    outline: none;
    position: relative;
    transition: all 0.3s;
    vertical-align: middle;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 1px;
    width: 100%;
    height: 60px;
    color: #fff;
    padding: 19px 50px 0 30px;
    border: none;
    text-transform: uppercase;
    font-family: ProximaNovaA;
    font-size: 16px;
    background-color: #121c29;
    box-sizing: border-box;
}
.cont-form .form-control[type="file"] {
    height: 0;
    overflow: hidden;
    width: 0;
    border: none;
    position: absolute;
    left: 0;
    top: 0;
}
.cont-form .form-control[type="file"] + label::after {
    content: "";
    background: url(../png/file.png);
    width: 26px;
    height: 26px;
    background-size: cover;
    position: absolute;
    right: 20px;
    top: 15px;
    display: block;
}
.cont-form {
    display: none;
}
.cont-form.visible-form {
    display: block;
}
.blcMap { 
    height: 552px 
}

#map { 
    height: 552px ;
}

#slideAdresse {
    overflow: hidden;
    margin-right: 4px;
}
.marker-label {
    background-color: white;
    font-family: ProximaNovaA;
    font-size:6px;
    font-weight: 400;
    text-align: center;
    white-space: normal;
    margin-top: 50px;
    text-transform: uppercase;
    border-radius: 3px;
    padding: 2px 5px;
  
}
.btn.btn-primary {
    background-color: #1f3f5a;
    color: #fff;
    font-size: 16px;
    font-family: ProximaNovaA;
    border: none;
    padding: 20px 30px;
    cursor: pointer;
    transition: all 400ms ease-in-out;
    text-decoration: none;
}
#form-contact {
    margin: 0 -10px;
}


.wpcf7 input:not([type="submit"]):focus, .wpcf7 select:focus, .wpcf7 textarea:focus {
    outline: 0;
    background-color: #121c29 !important;
}




@media (min-width:1201px) { 
    .lstAdresse .item .inner .tel a:hover { 
        color: #84825e 
    }
    .btn.send:hover { background-color: #1f3f5a }
    .btn.btn-primary:hover { background-color: #7e7d5b }
 }


@media (max-width:767px) { 
    .blcContact {
        padding: 60px 30px;
    }
    .blcMap {
        height: 400px;
    }
    #map {
        height: 400px;
    }
    #Expertise {
        padding: 60px 40px;
    }
    #form-contact {
        margin: 0;
    }
    

 }
@media (max-width:600px) { 

    .blcExpertise .titre h2 {
        font-size: 35px;
    }
    .contactInfo .blc-select select { width: 100%; padding: 0 20px }
    .blcContact {
        padding: 40px 20px;
    }
    .cont-form .col-50 .blc-chp {
        width: 100%;
    }
    .blcBtn {
        margin-top: 20px;
    }
    #Expertise {
        padding: 40px 20px;
    }
    .blcContact .titre h2 { font-size: 35px }
    .cont-form .col-33 .blc-chp {
        width: 100%;

    }
    .cont-form .blc-chp {
        padding: 0;
    }

}


