/* FONTS */
/* FONTS */
/* FONTS */
/* FONTS */
/* FONTS */

@font-face {
    font-family: 'Lato-Regular';
    src: url("../fonts/Lato-Regular.ttf/");
}

@font-face {
    font-family: 'Lemonmilk-Regular';
    src: url("../fonts/LEMONMILK-Regular.ttf");
}

@font-face {
    font-family: 'PoiretOne-Regular';
    src: url("../fonts/PoiretOne-Regular.ttf");
}

@font-face {
    font-family: 'CenturyGothic-Regular';
    src: url("../fonts/centurygothic.ttf");
}

/* INDEX / ACCUEIL */
/* INDEX / ACCUEIL */
/* INDEX / ACCUEIL */
/* INDEX / ACCUEIL */
/* INDEX / ACCUEIL */
/* INDEX / ACCUEIL */
/* INDEX / ACCUEIL */
/* INDEX / ACCUEIL */

#erreurLink:link{
    text-decoration: none;
    color: white;
}

#erreurLink:visited{
    text-decoration: none;
    color: white;
}

#erreurLink:active{
    text-decoration: none;
    color: white;
}

@media screen and (min-width: 900px){

    body{
        margin: 0;
        display: flex;
        flex-direction: column;
        background-color: #020E19;
    }
    
    #banniereIndexTop{
        /* height: 50em; */
        /*height: 40em;*/
        /*height: 64.112927vh;*/
        height: 40.112927vh;
        background-image: url("../Images/Header.png");
        /* background-position: 50%; */
        /* background-size:auto; */
        background-size:cover;
        /*position: relative; */
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding-top: 10%;
        justify-content: center;
        align-items: center;
    }
    
    #banniereIndexTop h1{
        color: white;
        font-size: 40px;
        font-family: "Lato-Regular", sans-serif;
        text-align: center;
    }
    
}

/* INDEX / ACCUEIL MOBILE */
/* INDEX / ACCUEIL MOBILE */
/* INDEX / ACCUEIL MOBILE */
/* INDEX / ACCUEIL MOBILE */
/* INDEX / ACCUEIL MOBILE */
/* INDEX / ACCUEIL MOBILE */
/* INDEX / ACCUEIL MOBILE */
/* INDEX / ACCUEIL MOBILE */

@media all and (min-width: 300px) and (max-width: 900px){

    body{
        margin: 0;
        display: flex;
        flex-direction: column;
        background-color: #020E19;
    }
    
        #banniereIndexTop{
        /* height: 50em; */
        height: 15em;
        background-image: url("../Images/Header.png");
        /* background-position: 50%; */
        /* background-size:auto; */
        background-size:cover;
        /*position: relative; */
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding-top: 3%;
        padding-bottom: 5%;
        justify-content: center;
        align-items: center;
    }
    

    #flexMainActu{
        display: flex;
        flex-direction: column;
    }
    
    
    #banniereIndexTop h1{
        color: white;
        font-size: 30px;
        font-family: "Lato-Regular", sans-serif;
        text-align: center;
        justify-content: center;
        margin-top: 10%;
        padding-bottom: 5%;
        margin-left: 2.5%;
        width: 95%;
    }

}


/* ACCUEIL PARTIE QUI SOMMES NOUS */
/* ACCUEIL PARTIE QUI SOMMES NOUS */
/* ACCUEIL PARTIE QUI SOMMES NOUS */
/* ACCUEIL PARTIE QUI SOMMES NOUS */
/* ACCUEIL PARTIE QUI SOMMES NOUS */
/* ACCUEIL PARTIE QUI SOMMES NOUS */
/* ACCUEIL PARTIE QUI SOMMES NOUS */
/* ACCUEIL PARTIE QUI SOMMES NOUS */

@media screen and (min-width: 900px){

    #quiSommesNous{
        display: flex;
        flex-direction: column;
        background-color: #020E19;
        color: white;
        max-height: 100%;
        font-family: 'Lato-Regular', sans-serif;
    }
    
    #logoQuiSommesNous{
        width:70%;
    }
    
    #h3QEVOQuiSommesNous{
        margin:-40px;
    }

    #topOfThreeBlocs{
        text-align: center;
        display:flex;
        flex-direction:column;
        width:100%;
        margin-bottom:25px;
    }

    #topOfThreeBlocs h2{
        font-size: 2em;
        font-weight: lighter;
        margin-top: 2%;
    }

    #topOfThreeBlocs p{
        font-size: 1.3em;
    }
    
    /*#topOfThreeBlocsGauche{*/
    /*    width:45%;*/
    /*    margin-left:4.5%;*/
    /*    margin-top:2%;*/
    /*    height:200px;*/
    /*    background-image:url("../Images/image 379.png");*/
    /*    background-size: contain;*/
    /*    background-repeat:no-repeat;*/
    /*}*/
    
    #topOfThreeBlocsDroite{
        margin-top:2%;
        margin-right:3%;
        text-align:center;
    }

    #spanPrenomGras{
        font-weight: bolder;
    }

    #threeBlocsQuiSommesNous h3{
        font-size: 2em;
        font-family: 'Lemonmilk-Regular', sans-serif;
    }

    #threeBlocsQuiSommesNous{
        display: flex;
        flex-direction: row;
        width: 100%;
        /*justify-content: space-evenly;*/
        justify-content: center;
        margin-top: 2%;
        margin-bottom: 3%;
        font-family: 'CenturyGothic-Regular', sans-serif;
    }

    #blocNosValeurs{
        display: flex;
        flex-direction: column;
        width: 25%;
        background-color: #22394F;
        color: white;
        text-align: center;
        padding: 1%;
        height: 100%;
        margin-top: 4%;
        transition: transform .2s;
        margin-bottom: 4%;
    }

    #blocNosValeurs:hover {
        transform: scale(1.25);
        background-color: #0B1B2A;
    }

    #blocNosValeursBottom a{
        color: white;
        text-decoration: none;
        margin-left: 65%;
        font-weight: bolder;
    }

    #blocHistoireQEVO{
        display: flex;
        flex-direction: column;
        width: 28%;
        /* background-color: #0B1B2A; */
        background-color: #22394F;
        color: white;
        text-align: center;
        padding: 1%;
        padding-left: 2.5%;
        padding-right: 2.5%;
        padding-bottom: 5%;
        margin-left: 2%;
        margin-right: 2%;
        transition: transform .2s;
    }

    #blocHistoireQEVO:hover {
        transform: scale(1.25);
        background-color: #0B1B2A;
    }

    #blocNotreSavoirFaire{
        display: flex;
        flex-direction: column;
        width: 25%;
        background-color: #22394F;
        color: white;
        text-align: center;
        padding: 1%;
        height: 100%;
        margin-top: 4%;
        margin-bottom: 4%;
        transition: transform .2s;
    }

    #blocNotreSavoirFaire:hover {
        transform: scale(1.25);
        background-color: #0B1B2A;
    }
    
    .banStratQuiSommesNousSection{
        background-image: url('../Images/banquisommesnous.png');
        background-size: cover;
        color: white;
        font-size: 21px;
        font-family: 'Lato-Regular',sans-serif;
        padding-top: 3%;
        padding-bottom: 3%;
        padding-left: 2%;
    }

    #nosValeursPart2BanBureau{
        /* background-color: #093761; */
        background-image: url('../Images/banquisommesnous.png');
        color: white;
        background-size:cover;
        background-repeat:no-repeat;
        font-size: 21px;
        font-family: 'Lato-Regular',sans-serif;
        padding-top: 3%;
        padding-bottom: 3%;
        padding-left: 2%;
    }
    
    #nosValeursPart2BanBureau p{
        width:93%;
        margin-left:2.5%;
        text-align:justify;
    }

    #textSelectorNosValeurs{
        color: white;
        display: flex;
        flex-direction: row;
        width: 90%;
        margin-top: 3%;
        margin-bottom: 3%;
        justify-content: space-between;
        padding-bottom: 3%;
        padding-top: 3%;
    }

    .textSelectorHighlight{
        font-family: 'Lato-Regular',sans-serif;
    }

    .textSelectorHighlightUnselected{
        font-family: 'Lato-Regular',sans-serif;
    }

    #textSelectorClick{
        background-color: #0B1B2A;
        /* padding-left: 2%; */
        width: 30%;
        margin-left: 15%;
    }

    .textSelectorHighlight{
        cursor: grab;
        padding-top: 4%;
        padding-bottom: 4%;
        background-color: #22394F;
        padding-left: 10%;
        /*font-size: 1.6em;*/
        /*font-size:21px;*/
        text-align: left;
    }
    
    .select-container{
        font-size:21px;
    }

    .textSelectorHighlightUnselected{
        background-color: #0B1B2A;
        cursor: grab;
        padding-top: 4%;
        padding-bottom: 4%;
        padding-left: 10%;
        font-size:21px;
        text-align: left;
    }

    #textSelectorContainer{
        width: 45%;
    }
    

    .text-container{
        color: white;
        font-size:21px;
        font-family: 'CenturyGothic-Regular', sans-serif;
    }

    .hidden_description{
        display: none;
    }

    #nosValeursPart2{
        display: none;
    }

    /* #nosValeursPart2Bureau{
        padding-top: 3%;
        padding-bottom: 3%;
    } */

    .changePageContentSection{
        display:flex;
        flex-direction:row;
        margin-top:5%;
        margin-bottom:5%;
    }
    
    .button-wrap{
        display:flex;
        flex-direction:column;
        margin-left:10%;
    }

    span.button {
      display:inline-block;
      width:400px;
      /*height:50px;*/
      background-color: #0B1B2A;
      color:#fff;
      line-height:50px;
      text-align:left;
      text-decoration: none;
      cursor: grab;
      font-family: 'Lato-Regular',sans-serif;
      font-size:21px;
      padding-left:35px;
      padding-top:2%;
      padding-bottom:2%;
    }
    
    span.activeQui {
      background-color: #22394F;
    }
    
    .content {
      margin-top:30px;
    }
    
    div[class*="content-"] { 
      display:none;
    }
    
    div.activeQui { 
      display:block;
      color:white;
      font-family: 'CenturyGothic-Regular', sans-serif;
      font-size:21px;
      width:60%;
      margin-left:10%;
    }

}


/*/////QUI SOMMES NOUS MOBILE/////*/
/*/////QUI SOMMES NOUS MOBILE/////*/
/*/////QUI SOMMES NOUS MOBILE/////*/


@media all and (min-width: 300px) and (max-width: 900px){

    #quiSommesNous{
        display: flex;
        flex-direction: column;
        background-color: #020E19;
        color: white;
        max-height: 100%;
        font-size: 21px;
        font-family: 'Lato-Regular', sans-serif;
        width: 95%;
        margin-left: 2.5%;
        padding-bottom: 2%;
    }
    
    #logoQuiSommesNous{
        width:30%;
        margin-top: -40px;
        margin-bottom: -15px;
    }
    
    #topOfThreeBlocs{
        text-align: center;
    }
    
    #topOfThreeBlocs h2{
        font-size: 1.5em;
        font-weight: lighter;
        margin-top: 7%;
    }
    
    #topOfThreeBlocs p{
        font-size: 1.3em;
        font-family: "PoiretOne-Regular";
    }
    
    #spanPrenomGras{
        font-weight: bolder;
    }
    
    #threeBlocsQuiSommesNous h3{
        font-size: 2em;
        font-family: 'Lato-Regular', sans-serif;
        text-align: center;
    }
    
    #threeBlocsQuiSommesNous{
        display: flex;
        flex-direction: row;
        width: 100%;
        /*justify-content: space-evenly;*/
        justify-content: center;
        margin-top: 2%;
        font-family: 'Lato-Regular', sans-serif;
        overflow-x: scroll;
        scroll-snap-type: x mandatory;
    }

    #threeBlocsQuiSommesNous section{
        scroll-snap-align: start;
    }
    
    .blocQuiSommesNousTextJustify{
        text-align:justify;
    }

    #blocNosValeurs{
        display: flex;
        flex-direction: column;
        /* background-color: #22394F; */
        color: white;
        padding: 1%;
        padding-left: 25%;
        padding-right: 6%;
        padding-bottom: 12.5%;
        height: 100%;
        min-width: 100%;
        margin-left: 236%;
        font-size: 21px;
    }
    
    #blocNosValeursBottom a{
        color: white;
        text-decoration: none;
        font-weight: bolder;
        display: none;
    }
    
    #blocHistoireQEVO{
        display: flex;
        flex-direction: column;
        /* background-color: #0B1B2A; */
        /* background-color: #22394F; */
        color: white;
        padding: 1%;
        padding-left: 6%;
        padding-right: 6%;
        padding-bottom: 5%;
        min-width: 100%;
        margin-left: 10%;
        font-size: 21px;;
    }
    
    #blocNotreSavoirFaire{
        display: flex;
        flex-direction: column;
        /* background-color: #22394F; */
        color: white;
        padding: 1%;
        padding-left: 6%;
        padding-bottom: 20%;
        height: 100%;
        min-width: 100%;
        margin-left: 10%;
        font-size: 21px;
    }

    #nosValeursPart2Bureau{
        display: none;
    }

    #nosValeursPart2BanBureau{
        display: none;
    }

    #nosValeursPart2BanBureau p{
        display: none;
    }
    
    .banStratQuiSommesNousSection{
        background-image: url('../Images/banquisommesnous.png');
        background-size: cover;
        color: white;
        font-size: 21px;
        font-family: 'Lato-Regular',sans-serif;
        padding-top: 3%;
        padding-bottom: 3%;
        padding-left: 2%;
    }

    ::-webkit-scrollbar {
        -webkit-appearance: none;
    }
    
    ::-webkit-scrollbar:horizontal {
        height: 12px;
    }
    
    ::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, .5);
        border-radius: 10px;
        border: 2px solid #ffffff;
    }
    
    ::-webkit-scrollbar-track {
        border-radius: 10px;  
        background-color: #ffffff; 
    }

    #nosValeursPart2Ban{
        /*background-color: #093761;*/
        background-image: url('../Images/banquisommesnous.png');
        background-size: cover;
        color: white;
        font-size: 21px;
        font-family: 'Lato-Regular',sans-serif;
        padding-top: 3%;
        padding-bottom: 3%;
        padding-left: 2%;
    }

    .accordionWrapper{padding:30px;background:#020E19;float:left;width:100%;box-sizing:border-box;
    .accordionItem{
        float:left;
        display:block;
        width:100%;
        box-sizing: border-box;
        font-family:'Open-sans',Arial,sans-serif;
    }
    .accordionItemHeading{
        cursor:pointer;
        margin:0px 0px 10px 0px;
        padding:10px;
        background-color: #020E19;
        color:#fff;
        width:100%;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        box-sizing: border-box;
        border: 2px solid #ddd;
    }
    .close .accordionItemContent{
        height:0px;
        transition:height 1s ease-out;
        -webkit-transform: scaleY(0);
        -o-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
        float:left;
        display:block;
        border: 2px solid #ddd;
        
    }
    .open .accordionItemContent{
        padding: 20px;
        background-color: #020E19;
        border: 2px solid #ddd;
        color:#fff;
        width: 100%;
        margin: 0px 0px 10px 0px;
        display:block;
        -webkit-transform: scaleY(1);
        -o-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: top;
        -o-transform-origin: top;
        -ms-transform-origin: top;
        transform-origin: top;
        -webkit-transition: -webkit-transform 0.4s ease-out;
        -o-transition: -o-transform 0.4s ease;
        -ms-transition: -ms-transform 0.4s ease;
        transition: transform 0.4s ease;
        box-sizing: border-box;
        font-size: 21px;
    }

    .open .accordionItemHeading{
        margin:0px;
        -webkit-border-top-left-radius: 3px;
        -webkit-border-top-right-radius: 3px;
        -moz-border-radius-topleft: 3px;
        -moz-border-radius-topright: 3px;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        -webkit-border-bottom-right-radius: 0px;
        -webkit-border-bottom-left-radius: 0px;
        -moz-border-radius-bottomright: 0px;
        -moz-border-radius-bottomleft: 0px;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
        background-color: #bdc3c7;
        color: #7f8c8d;
    }

    }
}

/* ACCUEIL PARTIE ILS NOUS ONT FAIT CONFIANCE */
/* ACCUEIL PARTIE ILS NOUS ONT FAIT CONFIANCE */
/* ACCUEIL PARTIE ILS NOUS ONT FAIT CONFIANCE */
/* ACCUEIL PARTIE ILS NOUS ONT FAIT CONFIANCE */
/* ACCUEIL PARTIE ILS NOUS ONT FAIT CONFIANCE */
/* ACCUEIL PARTIE ILS NOUS ONT FAIT CONFIANCE */
/* ACCUEIL PARTIE ILS NOUS ONT FAIT CONFIANCE */
/* ACCUEIL PARTIE ILS NOUS ONT FAIT CONFIANCE */

@media screen and (min-width: 900px){

    #blocIlsNousOntFaitConfiance{
        display: flex;
        flex-direction: column;
        background-color: #020E19;
        padding-bottom: 3%;
        color: white;
        width: 100%;
        font-size:21px;
    }

    #ilsNousOntFaitConfianceBanner{
        background-image: url("../Images/banniereconfiance.png");
        background-size: cover;
        width: 100%;
        margin:0;
    }

    #ilsNousOntFaitConfianceBanner h3{
        padding-left: 3%;
        padding-top: 13%;
        padding-bottom: 1%;
        font-size: 50px;
        color: white;
        font-family: 'Lemonmilk-Regular', sans-serif;
        margin: 0;
        width: 80%;
    }

    #lesTemoignages{
        margin-top: 3%;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
    }

    #lesTemoignages div{
        display: flex;
        flex-direction: column;
        width: 25%;
        align-items: center;
    }

    #lesTemoignages p{
        width: 60%;
        margin-top: 15px;
        font-size: 21px;
        text-align: center;
        font-family: 'Lato-Regular', sans-serif;
    }


    #lesTemoignages img{
        border-radius: 50%;
        width: 20%;
        border:2px solid white;
    }
}
/* ACCUEIL PARTIE ILS NOUS ONT FAIT CONFIANCE MOBILE */
/* ACCUEIL PARTIE ILS NOUS ONT FAIT CONFIANCE MOBILE */
/* ACCUEIL PARTIE ILS NOUS ONT FAIT CONFIANCE MOBILE */
/* ACCUEIL PARTIE ILS NOUS ONT FAIT CONFIANCE MOBILE */
/* ACCUEIL PARTIE ILS NOUS ONT FAIT CONFIANCE MOBILE */
/* ACCUEIL PARTIE ILS NOUS ONT FAIT CONFIANCE MOBILE */
/* ACCUEIL PARTIE ILS NOUS ONT FAIT CONFIANCE MOBILE */
/* ACCUEIL PARTIE ILS NOUS ONT FAIT CONFIANCE MOBILE */

@media all and (min-width: 300px) and (max-width: 900px){

    #blocIlsNousOntFaitConfiance{
        display: flex;
        flex-direction: column;
        background-color: #020E19;
        padding-bottom: 3%;
        color: white;
    }
    
    #ilsNousOntFaitConfianceBanner{
        background-image: url('../Images/banniereconfiance.png');
        background-size: cover;
        /* height: 350px; */
        /* height: 9%; */
        margin-bottom: 3%;
    }
    
    #ilsNousOntFaitConfianceBanner h3{
        padding-top: 13%;
        padding-bottom: 1%;
        padding-left: 2%;
        font-size: 50px;
        color: white;
        font-family: "PoiretOne-Regular", sans-serif;
        margin: 0;
    }
    
    #lesTemoignages{
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        color: white;
        margin-top: 5%;
    }
    
    #lesTemoignages div{
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 5%;
    }
    
    #lesTemoignages p{
        width: 80%;
        font-size: 21px;
        text-align: center;
        font-family: 'Lato-Regular', sans-serif;
        font-size: 1.4em;
    }
    
    #lesTemoignages img{
        border-radius: 50%;
        width: 20%;
        border:2px solid white;
    }
}

/* ACCUEIL PARTIE CONTACT */
/* ACCUEIL PARTIE CONTACT */
/* ACCUEIL PARTIE CONTACT */
/* ACCUEIL PARTIE CONTACT */
/* ACCUEIL PARTIE CONTACT */
/* ACCUEIL PARTIE CONTACT */
/* ACCUEIL PARTIE CONTACT */
/* ACCUEIL PARTIE CONTACT */

@media screen and (min-width: 900px){

    #partieContactBottomAccueil{
        background-color: #020E19;
        background-image: url('../Images/Building 6_1 1.png');
        background-position:-4%;
        background-size: contain;
        background-repeat: no-repeat;
        padding-top: 1%;
        padding-bottom: 1%;
        color: white;
        /*font-family: 'Lato-Regular', sans-serif;*/
        font-family: 'CenturyGothic-Regular', sans-serif;
    }

    #partieContactBottomAccueil h2{
        text-align: center;
        font-size: 3em;
        font-family: "LemonMilk-regular";
    }

    #partieContactBottomAccueil h3{
        font-size: 1.5em;
    }

    #partieContact{
        display: flex;
        flex-direction: row;
        margin-left: 1%;
        margin-bottom: 2%;
    }

    #partieGaucheContact{
        width: 48%;
        font-size: 21px;
    }
    
    #partieGaucheContactBigDiv{
        padding-left:5%;
    }

    #partieGaucheContact a{
        display: flex;
        text-decoration: none;
        color: white;
        width: 30%;
        
    }

    #partieGaucheContact a:link{
        display: flex;
        
    }

    #partieGaucheContact h4{
        margin-left: 4%;
    }

    #partieGaucheContact img{
        width: 15%;
        filter: invert(15%) sepia(92%) saturate(2650%) hue-rotate(218deg) brightness(88%) contrast(114%);
    }

    #partieGaucheContactEntreprise{
        display: flex;
        flex-direction: row;
    }

    #partieGaucheContactContact{
        display: flex;
    }

    #partieGaucheContactPrendreRDV{
        display: flex;
        width: 30%;
    }

    .calendlyModalContact{
        padding: 2%;
        border-radius: 20px 20px 20px 20px;
    }

    #calendlyModalContactButton{
        margin-top: 10%;
        background-color:white;
        border:1px solid blue;
        border-radius:50%;
        padding:6px;
        padding-right:8px;
        padding-left: 8px;
        margin-left:95%;
        margin-bottom:3%;
    }

    #partieGaucheContactPrendreRDV img{
        width: 15%;
    }

    #partieDroiteContact{
        width: 48%;
    }

    #formContact{
        font-family: 'CenturyGothic-Regular', sans-serif;
    }

    #formContactNomPrenom{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    #formContactOnlyNom{
        display: flex;
        flex-direction: column;
        width: 48%;
    }

    #formContactOnlyPrenom{
        display: flex;
        flex-direction: column;
        width: 48%;
    }

    #formContactObjet{
        display: flex;
        flex-direction: column;
    }

    #formContactMessage{
        display: flex;
        flex-direction: column;
    }

    #formContact input{
        padding: 1%;
        color: white;
        background-color:#020E19;
        border: 2px solid #22394F;
        font-size: 21px;
    }

    #formContactNomPrenom input{
        padding-top: 2%;
        padding-bottom: 2%;
    }

    #formContact label{
        margin-top: 1%;
        margin-bottom: 1%;
        color: white;
        font-size: 21px;
    }

    #formContactMessage textarea{
        resize: none;
        color: white;
        background-color:#020E19;
        border: 2px solid #22394F;
        font-size: 21px;
        font-family: 'CenturyGothic-Regular', sans-serif;
    }

    #buttonSubmitContactForm{
        margin-top: 2%;
    }

    #buttonSubmitContactForm input:hover{
        background-color: #060929;
    }

    .calendly-inline-widget{
        min-width: 500px;
        height: 700px;
    }
}

/* CONTACT MOBILE */
/* CONTACT MOBILE */
/* CONTACT MOBILE */
/* CONTACT MOBILE */
/* CONTACT MOBILE */
/* CONTACT MOBILE */
/* CONTACT MOBILE */
/* CONTACT MOBILE */


@media all and (min-width: 300px) and (max-width: 900px){

    #partieContactBottomAccueil{
        background-color: #020E19;
        padding-top: 1%;
        padding-bottom: 1%;
        color: white;
        font-family: 'Lato-Regular', sans-serif;
    }
    
    #partieContactBottomAccueil h2{
        text-align: center;
        font-size: 3em;
    }
    
    #partieContactBottomAccueil h3{
        font-size: 1.5em;
    }
    
    #partieContact{
        display: flex;
        flex-direction: column-reverse;
        margin-left: 1%;
        margin-bottom: 2%;
    }
    
    #partieGaucheContact{
        width: 90%;
        margin-left: 5%;
    }
    
    #partieGaucheContact a{
        display: flex;
        text-decoration: none;
        color: white;
        width: 30%;
        font-size: 1.5em;
    }
    
    #partieGaucheContact a:link{
        display: flex;
        
    }
    
    #partieGaucheContact h4{
        margin-left: 5%;
    }
    
    #partieGaucheContact img{
        width: 30%;
        filter: invert(15%) sepia(92%) saturate(2650%) hue-rotate(218deg) brightness(88%) contrast(114%);
    }
    
    #partieGaucheContactEntreprise{
        display: flex;
        flex-direction: row;
    }
    
    #partieGaucheContactContact{
        display: flex;
    }
    
    #partieGaucheContactPrendreRDV{
        display: flex;
        width: 65%;
        font-size: 1.5em;
    }
    
    .calendlyModalContact{
        padding: 2%;
        border-radius: 20px 20px 20px 20px;
    }
    
    #calendlyModalContactButton{
        margin-top: 10%;
    }
    
    #partieGaucheContactPrendreRDV img{
        width: 15%;
        margin-right: -3%;
    }
    
    #partieDroiteContact{
        width: 90%;
        justify-content: center;
        align-items: center;
        margin-left: 5%;
    }
    
    #formContact{
        font-family: 'Lato-Regular', sans-serif;
    }
    
    #formContactNomPrenom{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    
    #formContactOnlyNom{
        display: flex;
        flex-direction: column;
        /* width: 48%; */
    }
    
    #formContactOnlyPrenom{
        display: flex;
        flex-direction: column;
        /* width: 48%; */
    }
    
    #formContactObjet{
        display: flex;
        flex-direction: column;
    }
    
    #formContactMessage{
        display: flex;
        flex-direction: column;
    }
    
    #formContact input{
        padding: 2.5%;
        color: white;
        background-color:#020E19;
        border: 2px solid #22394F;
        font-size: large;
    }
    
    #formContactNomPrenom input{
        padding-top: 2%;
        padding-bottom: 2%;
    }
    
    #formContact label{
        margin-top: 1%;
        margin-bottom: 1%;
        color: white;
        font-size: large;
    }
    
    #formContactMessage textarea{
        resize: none;
        color: white;
        background-color:#020E19;
        border: 2px solid #22394F;
        font-size: large;
        font-family: 'Lato-Regular', sans-serif;
    }
    
    #buttonSubmitContactForm{
        margin-top: 2%;
    }
    
    #buttonSubmitContactForm input:hover{
        background-color: #060929;
    }

    .calendly-inline-widget{
        min-width: 20em;
        height: 45em;
    }

}


/* FOOTER */
/* FOOTER */
/* FOOTER */
/* FOOTER */
/* FOOTER */
/* FOOTER */
/* FOOTER */
/* FOOTER */

@media screen and (min-width: 900px){

    footer{
        z-index: 1;
        text-decoration: none;
        color: white;
    }

    footer a{
        text-decoration: none;
        color: white;
    }

    #footerEntireDiv{
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        width: 100%;
        background-color: #020E19;
        color: white;
        font-family: 'Lato-Regular', sans-serif;
    }

    #footerEntireDiv ul,li{
        list-style: none;
        padding: 0;
    }

    #footerEntireDiv h4{
        margin-bottom: 10px;
    }

    /* #footerEntireDiv img{
        width: 30%;
    } */

    #footerMenu{
        display: flex;
        flex-direction: column;
        width: 33%;
        margin-left: 1%;
    }

    #footerAPropos{
        display: flex;
        flex-direction: column;
        width: 33%;
    }

    /* #footerLinkedin ul{
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-bottom: -5%;
    } */

    #ulLinkedinEntreprise{
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-bottom: -5%;
        /*width: 100%;*/
    }

    #ulLinkedinEntreprise li{
        /*width: 100%;*/
    }

    #ulLinkedinCEO{
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-bottom: -5%;
        /*width: 60%;*/
        width: auto;
    }

    #ulLinkedinCEO li{
        width: 100%;
    }

    #footerLinkedin a{
        text-decoration: none;
        color: white;
        /*width: 30%;*/
        /*width: auto;*/
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .iconLinkedinFooter1{
        width: 20px;
        filter: invert(33%) sepia(42%) saturate(2407%) hue-rotate(174deg) brightness(93%) contrast(101%);
        margin-left: 20%;
    }

    .iconLinkedinFooter2{
        width: 20px;
        filter: invert(33%) sepia(42%) saturate(2407%) hue-rotate(174deg) brightness(93%) contrast(101%);
        margin-left: 20%;
    }

    #footerImage{
        display: flex;
        justify-content: end;
        margin-right: 5%;
        width: 33%;
    }

    #footerImage img{
        width: 150px;
        height: 90px;
    }

}
/* FOOTER MOBILE */
/* FOOTER MOBILE */
/* FOOTER MOBILE */
/* FOOTER MOBILE */
/* FOOTER MOBILE */
/* FOOTER MOBILE */
/* FOOTER MOBILE */
/* FOOTER MOBILE */

@media all and (min-width: 300px) and (max-width: 900px){

    footer{
        /*z-index: 1000;*/
        text-decoration: none;
        color: white;
        background-color: #020E19;
    }
    
    footer a{
        text-decoration: none;
        color: white;
    }
    
    #footerEntireDiv{
        display: flex;
        flex-direction: column;
        /* justify-content: space-around; */
        width: 80%;
        /* background-color: #333; */
        color: white;
        font-family: 'Lato-Regular', sans-serif;
        padding-bottom: 10%;
        padding-left: 6%;
        font-size: 1.3em;
    }
    
    #footerEntireDiv ul,li{
        list-style: none;
        padding: 0;
    }
    
    #footerEntireDiv h4{
        margin-bottom: 0;
        font-size: 1.5em;
    }
    
    /* #footerEntireDiv img{
        width: 30%;
    } */
    
    #footerMenu{
        display: flex;
        flex-direction: column;
        width: 100%;
        margin-left: 1%;
    }
    
    #footerAPropos{
        display: flex;
        flex-direction: column;
        /* width: 33%; */
    }
    
    /* #footerLinkedin ul{
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-bottom: -5%;
    } */
    
    #ulLinkedinEntreprise{
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-bottom: -5%;
        width: 100%;
    }
    
    #ulLinkedinEntreprise li{
        width: 100%;
    }
    
    #ulLinkedinCEO{
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-top: 5%;
        width: 60%;
    }
    
    #ulLinkedinCEO li{
        width: 100%;
    }
    
    #footerLinkedin a{
        text-decoration: none;
        color: white;
        width: 30%;
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-top: 2%;
    }
    
    .iconLinkedinFooter1{
        width: 20px;
        filter: invert(33%) sepia(42%) saturate(2407%) hue-rotate(174deg) brightness(93%) contrast(101%);
        margin-left: 20%;
    }

    .iconLinkedinFooter2{
        width: 20px;
        filter: invert(33%) sepia(42%) saturate(2407%) hue-rotate(174deg) brightness(93%) contrast(101%);
        margin-left: 20%;
    }
    
    #footerImage{
        display: flex;
        justify-content: end;
        margin-right: 5%;
        width: 33%;
        display: none;
    }
    
    #footerImage img{
        width: 150px;
        height: 90px;
        display: none;
    }
    

}

/* ACTUALITES */
/* ACTUALITES */
/* ACTUALITES */
/* ACTUALITES */
/* ACTUALITES */
/* ACTUALITES */
/* ACTUALITES */
/* ACTUALITES */

@media screen and (min-width: 900px){
    
   #bodyActu{
        margin-top:-18px;
    }

    #actualitesMain{
        background-color: #020E19;
        color: white;
        /*padding-top: 7%;*/
    }

    #actualitesMain h1{
        /*margin-left: 5%;*/
        padding-bottom: 1%;
        
    }

    #actualitesMainDivMosaic{
        display: flex;
        flex-direction: row;
        margin-left: 5%;
        padding-bottom: 5%;
    }

    #actualitesBigDiv{
        display: flex;
        flex-direction: row;
        width: 100%;
    }

    .divImgArticle{
        height: 90%;
    }

    .divTitreArticle h2{
        margin-left: 4%;
    }

    #actualitesBigDiv img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: relative;
    }

    #actualitesPartieDroiteDesc{
        width: 45%;
        display: flex;
        flex-direction: column;
        background-image:url("../Images/Actualite.png");
        background-size: contain;
        background-repeat:no-repeat;
        margin-bottom: 5%;
        background-position:10%;
    }

    #actualitesMainDivMosaic{
        width: 48%;
    }

    #actualitesBanniereTop{
        /*height: 800px;*/
        height:64.112927vh;
        background-image: url("../Images/Header.png");
        background-size: cover;
        margin-top: 0;
        font-family: 'Lato-Regular', sans-serif;
        margin-bottom:3%;
    }

    #actualitesBanniereTopDiv{
        width: 35%;
        padding-left: 56%;
        padding-top: 7%;
    }
    
        #actualitesBanniereTopDiv h1{
        font-size:3rem;
    }

    #actualitesBanniereTopDiv p{
        font-size:21px;
    }


    #actualitesMosaicPartGauche{
        display: flex;
        flex-direction: column;
        width: 48%;
        font-family: 'Lato-Regular', sans-serif;
    }

    #actualitesMosaicPartDroite{
        display: flex;
        flex-direction: column;
        /* width: 64%; */
        width: 50%;
        font-family: 'Lato-Regular', sans-serif;
    }

    #actualiteMosaicGauche1{
        height: 50%;
        /* height: 800px; */
        background-color: #020520;
        border: 1px solid white;
        margin-bottom: 4%;
    }

    #actualiteMosaicGauche2{
        height: 50%;
        /* height: 800px; */
        background-color: #020520;
        border: 1px solid white;
    }

    #actualiteMosaicDroite1{
        height: 385px;
        background-color: #020520;
        border: 1px solid white;
        margin-bottom: 2%;
        margin-left: 2%;
        padding-bottom: 6%;
    }

    #actualiteMosaicDroite2{
        height: 385px;
        background-color: #020520;
        border: 1px solid white;
        margin-left: 2%;
        padding-bottom: 5%;
    }

    #actualiteMosaicDroite3{
        height: 385px;
        background-color: #020520;
        border: 1px solid white;
        margin-top: 2%;
        margin-left: 2%;
        padding-bottom: 6%;
        align-items: center;
    }

    #actualitesMainDivMosaic a{
        color: white;
        text-decoration: none;
    }

}

/* ACTUALITES MOBILE*/
/* ACTUALITES MOBILE*/
/* ACTUALITES MOBILE*/
/* ACTUALITES MOBILE*/
/* ACTUALITES MOBILE*/
/* ACTUALITES MOBILE*/
/* ACTUALITES MOBILE*/
/* ACTUALITES MOBILE*/

@media all and (min-width: 300px) and (max-width: 900px){
    
    #bodyActu{
        margin-top:-18px;
    }

    #actualitesMain{
        background-color: #020E19;
        color: white;
        padding-top: 7%;
        font-family: 'Lato-Regular', sans-serif;
    }

    #actualitesMain h1{
        margin-bottom: 2%;
        margin-top: 5%;
        font-family: "CenturyGothic-Regular";
        font-size: 2em;
    }

    #actualitesMainDivMosaic{
        display: flex;
        flex-direction: column;
        margin-left: 5%;
        padding-bottom: 5%;
    }

    #actualitesMainDivMosaic a{
        color: white;
        text-decoration: none;
    }

    #actualitesMainDivMosaic h2{
        margin-top: 2%;
        margin-left: 2%;
        font-family: "CenturyGothic-Regular";
    }

    #actualitesBigDiv{
        display: flex;
        flex-direction: column-reverse;
        width: 100%;
    }

    .divImgArticle{
        height: 90%;
    }

    .divTitreArticle h2{
        margin:0;
    }

    #actualitesBigDiv img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: relative;
    }

    #actualitesPartieDroiteDesc{
        width: 90%;
        display: flex;
        flex-direction: column;
        margin-left: 5%;
        font-family: "CenturyGothic-Regular";
        font-size: larger;
    }

    #actualitesPartieDroiteDesc h2{
        display: none;
    }

    #actualitesMainDivMosaic{
        width: 90%;
    }

    #actualitesBanniereTop{
        height: 550px;
        background-image: url("../Images/Header.png");
        margin-top: 0;
    }

    #actualitesBanniereTopDiv{
        font-size: 30px;
        padding-top: 15%;
        width: 80%;
        text-align: center;
        margin-left: 10%;
    }

    #actuTopOfMosaic{
        margin-left: 5%;
    }

    #actualitesMosaicPartGauche{
        display: flex;
        flex-direction: column;
    }

    #actualitesMosaicPartDroite{
        display: flex;
        flex-direction: column;
        margin-top: 3%;
    }

    #actualiteMosaicGauche1{
        height: 400px;
        background-color: #020520;
        margin-bottom: 4%;
        border: 1px solid white;
        padding-bottom: 1%;
    }

    #actualiteMosaicGauche2{
        height: 400px;
        background-color: #020520;
        border: 1px solid white;
        padding-bottom: 1%;
    }

    #actualiteMosaicDroite1{
        height: 400px;
        background-color: #020520;
        border: 1px solid white;
        margin-bottom: 2%;
        padding-bottom: 1%;
    }

    #actualiteMosaicDroite2{
        height: 400px;
        background-color: #020520;
        border: 1px solid white;
        padding-bottom: 1%;
    }

    #actualiteMosaicDroite3{
        height: 400px;
        background-color: #020520;
        border: 1px solid white;
        margin-top: 2%;
        padding-bottom: 1%;
    }

}


/*MENTIONS LEGALE BUREAU*/

@media screen and (min-width: 900px){
    
    body{
        color:white;
    }
    
    #h1MentionsLegales{
        text-align:center;
        font-size:45px;
        font-family: 'Lemonmilk-Regular';
        margin-top:3%;
        margin-bottom:3%;
    }
    
    #pMentionsLegales{
        font-family: 'CenturyGothic-Regular';
        width:70%;
        margin:auto;
        margin-bottom:5%;
    }
    
    .lastMentionLine{
        font-style : italic;
        font-size:! 14px;
    }
}

/*MENTIONS LEGALE MOBILE*/

@media all and (min-width: 300px) and (max-width: 900px){
    
        body{
        color:white;
    }
    
    #h1MentionsLegales{
        text-align:center;
        font-size:45px;
        font-family: 'Lemonmilk-Regular';
        margin-top:3%;
        margin-bottom:3%;
    }
    
    #pMentionsLegales{
        font-family: 'CenturyGothic-Regular';
        width:70%;
        margin:auto;
        margin-bottom:5%;
    }
    
    .lastMentionLine{
        font-style : italic;
        font-size:! 14px;
    }
    
}