html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
    font-family: "montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    overflow-x: hidden;
}
img{
    max-width: 100%;
    height: auto;
    display: block;
    
}
h1{
    font-size: 36px;
    text-align: center;
    color: rgba(112, 112, 112, 1);
    margin: 0 0 20px 0;
}
h2{
    font-size: 28px;
    font-weight: 500;
    text-align: center;
    color: rgba(112, 112, 112, 1);
    margin: 0 0 20px 0;
}
h3{
    font-weight: 500;
    position: absolute;
    left: 50%;
    top: 155px;
    transform: translateX(-50%);
    text-align: center;
    color: rgba(112, 112, 112, 1);
    line-height: 140%;
}
h4{
    font-weight: 500;
    position: absolute;
    left: 4%;
    top: -30px;
    color: rgba(255, 188, 64, 1);
    line-height: 140%;
    z-index: 1;
}
h5{
    font-weight: 400;
    color: rgba(112, 112, 112, 1);
    margin: 50px 0;
}
p{
    font-size: 19px;
    line-height: 160%;
    text-align: center;
    color: rgba(112, 112, 112, 1);
    margin: 0;
    padding: 0;
}
strong{
    font-weight: 400;
    font-style: normal;
    color: rgba(255, 188, 64, 1);
}

/* Header */

header{
	width: 100%;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 12px rgba(0, 0, 0);
    position: fixed;
    z-index: 1000;
    top: 0;
}
#menu_haut li a{
    font-size: 16px;
    color: rgba(112, 112, 112, 1);
}
#menu_haut li a:hover,
#menu_haut li a.active{
    color: rgba(255, 188, 64, 1);
    cursor: pointer;
}
#menu_haut li ul{
    background-color: rgb(255, 255, 255);
    border: none;
}
#menu_haut li ul li a {
    color: rgba(112, 112, 112, 1);
    padding: 10px 15px;
}
#menu_haut .dropdown-item.active{
    color: rgba(255, 188, 64, 1);
    background: none;
}
#menu_haut .dropdown-menu li a{
    background: none;
}
#image_gallerie{
    position: relative;
    background-position: center;
    background-size: cover;
    height: 33vw;
    border-bottom: 4px solid rgba(255, 188, 64, 1);
    margin: 68px 0 60px 0;
}
#image_gallerie_texte{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 700px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 0 14px 14px 0;
    padding: 6vw;
}
#intro_home{
    width: 50%;
    margin: 0 auto;
}

/* Page home */

.picto_home{
    min-height: 222px;
    margin: 60px 0;
    padding: 30px 0 0 0;
}
.bg_gris{
    background-color: rgba(112, 112, 112, 1);
}
.bg_orange{
    background-color: rgba(255, 188, 64, 1);
}
.bg_orange p, .bg_gris p{
    color: rgb(255, 255, 255);
}
.picto_home img{
    display: block;
    margin: 0 auto 60px;
}
.col_picto_home {
    position: relative;
}
.col_picto_home strong{
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
}
#prestation{
    margin-top: 120px;
    padding: 0;
}
#prestation .row:nth-child(2n){
    flex-direction: row-reverse;
}
#prestation .image_prestation{
    margin: 10px auto;
}
#prestation .liens_texte_prestation a{
    font-weight: 500;
    color: rgba(218, 10, 14, 1);
    text-decoration: none;
}
#prestation .liens_texte_prestation a:hover{
    color: rgba(255, 188, 64, 1);
}
.btnEnSavoirPlus{
    text-align: center;
}
.btnEnSavoirPlus a{
    font-size: 16px;
    width: 140px;
    display: inline-block;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    background-color: rgba(255, 188, 64, 1);
    line-height: 120%;
    padding: 6px;
    margin: 60px 0;
}
.btnEnSavoirPlus a:hover{
    background-color: rgba(218, 10, 14, 1);
}
.time_line{
    margin: 90px 0;
}
.time_line h1{
    margin: 40px 0;
}
.timeline h1{
    margin-top: 60px;
}
.avis{
    margin: 90px 0;
}
.avis h1{
    margin-top: 60px;
}
.avis h5{
    margin: 0px;
}
#actualite{
    position: relative;
    margin: 120px 0 0 0;

}
#actualite strong{
    font-weight: 500;
    font-style: normal;
    color: rgba(255, 255, 255, 1);
    display: block;
    margin: 0 0px 0 0;
}
#actualite .fond_actu{
    height: 390px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
}
#actualite .actu{
    height: 600px;
    position: relative;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.5);
    padding: 40px 40px;
    margin: 80px 0 80px 0;
}
#actualite .actu h5{
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    color: rgba(255, 188, 64, 1);
    margin: 20px 0 40px 0;
    padding: 0;
    min-height: 30px;
}
#actualite .actu p{
    font-size: 16px;
    text-align: left;
    color: rgba(112, 112, 112, 1);
    margin: 20px 0 40px 0;
    padding: 0;
}
#actualite .actu a.plus{
    position: absolute;
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%);
}

/* Page entreprise */

.entreprise {
    position: relative;
    width: 70%;
    margin: 60px auto;
}
.entreprise .row:nth-child(2n){
    flex-direction: row-reverse;
}
.entreprise h2 {
    text-align: left;
}
.entreprise .picto{
    position: relative;
    display: inline-block;
}
.entreprise p{
    text-align: justify;
}
.entreprise a{
    color: rgba(255, 188, 64, 1);
    text-decoration: none;
}
.entreprise p a:hover{
    color: rgba(218, 10, 14, 1);
}
.entreprise .picto img{
    position: absolute;
    top: -5px;
    right: -90px;
    margin: 0;
    padding: 0;
}
#bandeau_entreprise h2{
    font-size: 24px;
    font-weight: 300;
    text-align: left;
    color: rgba(255, 255, 255, 1);
    margin: 20px 0;
    padding: 0;
}
#bandeau_entreprise strong{
    font-size: 24px;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
}
#bandeau_entreprise p{
    font-size: 17px;
    text-align: justify;
    color: rgba(255, 255, 255, 1);
}

/* Page Prestations */

#intro_prestation{
        width: 60%;
        margin: 0 auto;
}
#intro_prestation h1{
    text-align: left;
    font-weight: 200;
}
#intro_prestation p{
    line-height: 160%;
    text-align: justify;
}
#intro_prestation h1 strong{
    font-weight: 400;
    color: rgba(255, 188, 64, 1);
}
#bandeau_prestation{
    margin: 60px 0;
    padding: 20px;
}
#bandeau_prestation h2{
    font-weight: 200;
    color: rgba(255, 255, 255, 1);
}
#bandeau_prestation strong{
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
}
#bandeau_prestation p{
    font-size: 20px;
    text-align: center;
    margin: 20px 0 0 0;
    color: rgba(255, 255, 255, 1);
}
#bandeau_prestation img{
    display: block;
    margin: 0 auto;
}
#expert h1{
    width: 60%;
    text-align: left;
    font-weight: 200;
    margin: 0 auto;
    line-height: 120%;
}
#expert h1 strong{
    font-weight: 400;
    color: rgba(255, 188, 64, 1);
}
#expert .couleur_visite{
    background-color: rgba(255, 188, 64, 1);
}
#expert .couleur_cle{
    background-color: rgba(112, 112, 112, 0.8);
}
#expert .couleur_controle{
    background-color: rgba(218, 10, 14, 0.8);
}
#expert .couleur_suivie{
    background-color: rgba(0, 0, 0, 0.8);
}
#expert .visite_texte{
    width: 100%;
    padding: 19px;
}
#expert .visite_img img{
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
}
#expert .visite_texte h2{
    font-size: 24px;
    font-weight: 300;
    text-align: left;
    color: rgba(255, 255, 255, 1);
    margin: 40px 0;
    min-height: 60px;
}
#expert .visite_texte h2 strong{
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
}
#expert .visite_texte p{
    font-size: 17px;
    font-weight: 300;
    text-align: left;
    line-height: 140%;
    color: rgba(255, 255, 255, 1);
    margin: 20px 0;
}

/* Article */

/*#article .row:nth-child(2n){
    flex-direction: row-reverse;
}*/
#article h1{
    color: rgba(255, 188, 64, 0.8);
    margin: 0 0 50px 0;
}
#article p{
    text-align: justify;
    margin: 0 20px;
}
.alignleft{
    float: left;
    margin-right: 10px;
}
.alignright{
    float: right;
    margin-left: 10px;
}

/* faq */

.faq{
    margin: 50px auto;
}
.faq h1{
    color: rgba(255, 188, 64, 0.8);
    margin: 30px 0;
}
.faq h2{
    margin: 10px 0;
}
.faq p{
    font-size: 17px;
    text-align: justify;
    color: rgba(0, 0, 0, 0.8);
}
.accordion-button:not(.collapsed){
    background-color: rgba(255, 188, 64, 0.8);
    color: rgba(255, 255, 255, 1);
    border: none;
}.accordion-button:focus{
    box-shadow: none;
}

/* Page contact */

#contact{
    margin: 0 50px;
}
#contact h1{
    font-size: 30px;
    color: rgba(255, 188, 64, 1);
    margin: 20px 0 50px 0;
}
#contact p{
    font-size: 19px;
    text-align: justify;
    margin: 0;
    padding: 0;
}
#contact form {
    margin: 0 0 50px 0;
    padding: 0;
}
#contact form label{
    margin: 20px 0;
    padding: 0;
}
#contact form p{
    font-size: 19px;
    text-align: left;
    margin: 0;
    padding: 0;
}
#contact iframe{
    display: block;
    margin: 0 auto; 
}
#contact input[value="Envoyer"]{
    color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 188, 64, 1);
    border: none;
}

/* footer */

footer{
    margin: 0;
    padding: 80px 0;
}
footer .logo{
    margin: 0 auto;
}
footer p.certificat{
    text-align: center;
    margin: 0;
}
footer p{
    text-align: left;
    color: rgba(112, 112, 112, 1);
}
footer .coordonees{
    display: flex;
    margin: 25px 0;
}
footer .coordonees .image{
    width: 42px;
}

footer .coordonees .texte p{
    padding: 0 0 0 10px;
}

@media screen and (max-width:767px){

    #image_gallerie_texte {
        width: 80%;
    }
    h2{
        margin-top: 50px;
    }
    h3 {
        position: static;
        transform: none;
        margin: 0 0 40px 0;
      }
    .picto_home img{
        margin-bottom: 0;
    }
}
@media screen and (max-width:767px){

    #image_gallerie_texte {
        width: 80%;
    }
    .entreprise .picto img {
    top: 42px;
    }
    h3 {
        position: static;
        transform: none;
        margin: 0 0 40px 0;
      }
    .picto_home img{
        margin-bottom: 0;
    }
    iframe{
        width: 100% !important;
    }
    .timeline{
        overflow: hidden;
    }
}

@media screen and (max-width:576px){

    .navbar-brand img{
        width: 130px;
    }
    #image_gallerie_texte{
        width: 100%;
    }
    #intro_home{
        width: 90%;
    }
    p{
        font-size: 17px;
    }
    .entreprise {
    width: auto;
    overflow: hidden;
    }
    #intro_prestation {
    width: 80%;
    }
    #expert h1 {
    width: 90%;
    }
    #contact{
        margin: 0;
    }
    form input, form textarea{
        width: 100%;
    }
}