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

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

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

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




body {
    color: #FEFEFE;
    background-color: #020E19;
    font-family: 'CenturyGothic-Regular', sans-serif;
}

    #3pilierTitre{
        margin-left:15%;
        font-family: "LemonMilk-regular";
    }
    
    #titreProjetDansExpertises{
        font-size: 2rem;
/*margin-left:5%;*/
        font-family: "LemonMilk-regular";
    }

h2 {
    margin: 20px;
    margin-bottom: 20px;
    padding-top: 30px;
    padding-left: 3.7%;
    font-size: 2rem;
    font-family: "LemonMilk-regular";
}

/*page de garde */

.cover {
    background-image:url("../Images/Header.png");
    background-size: cover;
    width: 100%;       
    /*height:  88.11292719167905vh;*/
    height:64.112927vh;
    /*height: 15em;*/
    z-index: 100;
    font-family: 'Lato-Regular', sans-serif;

}

.cover .cover-text {
    /*margin-top: 30vh;*/
    margin-top:17vh;
    margin-left: 20px;
    font-family: "Lato-Regular", sans-serif;
}

.cover h1 {
    font-size: 3rem;
    margin-bottom: 20px;
    padding: 20px;
    margin-left: 54%;
    font-family: "Lato-Regular", sans-serif;
}

.cover p {
    font-size: 21px;
    padding-right: 40px;
    margin-left: 55%;
    font-family: 'Lato-Regular', sans-serif;

}


    /* 3 pilliers */
.container-pilier {
    display: grid;
    grid-template-columns: 40% 60%;
    padding: 50px;
    gap: 20px;



}

.image-pilier {
    padding: 20px;
    /*margin-left: 50px;*/
    margin-left: -7px;
    background: url('../Images/expertise/Pilliers_expetise.png');
    background-size: cover;
    max-width: 85%;
    
    display: flex;
    height: 600px;
}

.accordeon {
    max-width: 100%;
    /*float: right;*/
    width: 100%;
    padding-right: 20px;
    padding-top: 50px;
    overflow: hidden;


}

.accordeon::-webkit-scrollbar { 
    display: none;
}

.accordeon .contentBx {
    position: relative;
    /*margin: 10px 20px;*/
    margin-left:10px;
    /*margin-right:10px;*/
    width:90%;


}

.label {
    align-items: center;
    /*margin-left: 30%;*/
    font-size: 2em;
    font-family: "lato-bold";

}

.accordeon .content {
    overflow: hidden;

}

.content p {
    font-size: 21px;
    text-align: justify;
    font-family: 'CenturyGothic-Regular', sans-serif;

}

.accordeon .contentBx .label {

    position: relative;
    align-items: center;
    padding: 10px;
    font-family: "Lato-Regular", sans-serif;
    cursor: pointer;
    width: 90%;

}

.accordeon .contentBx .label::before {
    content: '+';
    position: absolute;
    top: 50%;
    right: 20px;
    overflow-y: hidden;
    transform: translateY(-50%);

}

.accordeon .contentBx.active .label::before {
    content: '-';
}

.accordeon .contentBx .content {
    position: relative;


    height: 0;
    overflow: hidden;
    transition: 1.5s;
    /*overflow: auto;*/

}

.accordeon .contentBx.active .content {
    height: auto;
    padding: 10px;
    /*width:90%;*/


}


/* banniere*/
@media screen and (min-width: 900px){
.banniere {
    background-image:url("../Images/expertise/BanPmpFinal.png");
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position:40%;
    min-height: 300px;
    color: white;
}

 .banniere p{
     font-family: "LemonMilk-regular";
     font-size:3em;
     margin-left:5%;
     margin-top:6.9%;
 }
    
    #threeBlocsQuiSommesNous3{
        display:none;
    }
    
    /*#3pilierTitre{*/
    /*    margin-left:5%;*/
    /*}*/
    
    #divProjetBottomPage{
        margin-left:0.90%;
    }

}

.banniere h3 {
    margin: 20px;
    position: absolute;
    bottom: 0;
    padding-left: 80px;
    font-size: 2rem;

}

/*PMP box */

/** Styles pour la section PMP */


#container-pmp {
    display: grid;
    grid-template-columns: 40% 60%;
    padding: 20px;
    text-align:justify;
    margin-top:2%;
}

#container-pmp img {
    justify-content: center;
    width: 150px;
    height:130px;
    margin-left: 36%;
}

#container-pmp .container-left p {
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 20px;
    font-size: 21px;
    text-align:justify;
}

.container-right {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding-right: 20px;
    padding-left: 20px;
    position: relative;
    
}

.container-right .card {
    display: flex;
    flex-direction: column;
    transition: transform 0.2s, opacity 0.2s;
    background-color: #22394F;
    color: #FEFEFE;
    align-items: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    width: auto;
    height: 215px;
    padding-top: 10%;
    padding-bottom: 10%;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    z-index: 1;  
    text-align:justify;
}

.container-right .card h3 {
    margin: 0;
    display: flex;
    align-items: center;
}

.container-right .card p {
    font-size: 0.89em;
}

.container-right .card:hover {
    transform: scale(1.2);
    z-index: 10;
    /* Augmentation du z-index lors du survol */
    background-color: #0B1B2A;
    color: #FEFEFE;
}
.container-right .card h3 {
    transition: 0.5s;
}
/* Assombrir les autres cartes lorsqu'une carte est survolÃ©e */
.container-right:hover .card {
    opacity: 0.5;
}

.container-right .card:hover {
    opacity: 1 !important;
}
.card-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    transition: 0.5s;
}

.container-right .card:hover .card-content {
    transform: translateY(-30%);
}

.hidden-text {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s;
    text-align: center;
}



.container-right .card:hover .hidden-text {
    visibility: visible;
    opacity: 1;
}

.bouton-redirection{
    display: flex;
    margin-top: 20px;
    font-size: large;
    justify-content:center;

}

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


/*projet*/

.projet-accor {
    display: flex;
}

.projet-box {

    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.projet-titre {
    font-size: 1.2em;
    margin-bottom: 20px;
    margin: 20px;
    padding-left: 25px;
    padding-bottom: 30px;
    padding-top: 10px;
    font-family: "lato-bold";
    /* padding-left: 20px;*/

}

.projet-button{
    display: none ;
}


.projet-titre li {
    padding-bottom: 30px;
    padding-top: 15px;
    text-align:center;


}

.nav-links {
    text-decoration: none;
    color: inherit;
    display: block;
}

button {
    background: none;
    border: none;
    outline: none;
    box-shadow: none;
    color: #FEFEFE;
    font-size: 1.2em;
}

/* compartiment droit */
.projet-content {
    display: grid;
    grid-template-columns: repeat(2, auto);
    padding-right: 50px;
}

.projet-text{
    display: none;
}

ul {
    list-style: none;
}


/*cart style*/
.projet-card{
    display:none;
}
/* data carte */
.project-liste {
    display: grid;
    grid-template-columns: repeat(3, auto);
    grid-gap: 7%;
    justify-content: center;
    align-content: center;
}
.management-item, .data-item, .innovation-item, .conformite-item, .autre-item {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    text-align:center;
    width: 250px;
    height: 400px;
    padding: 20px;
    font-size: 1.3em;
    overflow: hidden;
}

.management-item img, .data-item img, .innovation-item img, .conformite-item img, .autre-item img {
    justify-content: center;
    width: 200px;
    height: 200px;
    margin-top: 50%;
}


.project-card-body {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;top: 0;
    right: -100%;
    position: absolute;
    color: white;
    transition: right 1s;
   
}

.project-card-body .porject-titre{
    z-index:  1000;
    padding-left: 5px;


}

.project-card-body h5{
    text-align:center;
    font-size: 1.3em;
}

.project-card-body p {
    
    padding: 10px;
}


.management-item:hover .project-card-body, .data-item:hover .project-card-body, .innovation-item:hover .project-card-body, .conformite-item:hover .project-card-body, .autre-item:hover .project-card-body {
    right: 0;
}


.management-item {
    background-image: url("../Images/projets/Carte-projet_management.png");
    background-size: cover;
}

.management-item .project-card-body {
    background-image: url("../Images/projets/Carte-projet_management.png");
    background-size: cover;
}

.data-item {
    background-image: url("../Images/projets/Carte-projet-data.png");
    background-size: cover;
}

.data-item .project-card-body {
    background-image: url("../Images/projets/Carte-projet-data.png");
    background-size: cover;
}

.innovation-item {
    background-image: url("../Images/projets/Carte-projet-innovation.png");
    background-size: cover;
}
.innovation-item .project-card-body {
    background-image: url("../Images/projets/Carte-projet-innovation.png");
    background-size: cover;
}

.conformite-item{
    background-image: url( "../Images/projets/Carte-projet-conformité.png");
    background-size:cover ;
}

.conformite-item .project-card-body{
    background-image: url( "../Images/projets/Carte-projet-conformité.png");
    background-size:cover ;
}

.autre-item{
    background-image: url( "../Images/projets/Carte-projet-autre.png");
    background-size:cover ;
}
.autre-item .project-card-body{
    background-image: url( "../Images/projets/Carte-projet-autre.png");
    background-size:cover ;
}


/* contact  */

.contact {
    display: flex;
    flex-direction: column;
    margin-top: 15%;
    height: 310px;
    margin:auto;
}



.ntrst {

text-align:center;
}



.contact-button {

    background-color: #22394F;
    color: white;
    border: none;
    width: 300px;
    height: 100px;
    /*width:50%;*/
    padding:7%;
    border-radius: 40px;
    font-size: 2rem;
    margin: 0 auto;

}

/* Popup */


.popup_container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.popup_container.active {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-left: 0;
}

.popup {
    background: #22394F;
    padding: 30px;
    border-radius: 8px;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;

}

.formulaire {
    width: 300px;
    display: flex;
    flex-direction: column;
}

.formulaire form {
    display: flex;
    flex-direction: column;
}

.formulaire {
    margin-bottom: 15px;
    position: relative;
}

.formulaire input,
.formulaire textarea {
    width: 100%;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 5px;
    background-color: #22394F;
}

.formulaire label {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    color: #ffffff;
}

.formulaire textarea {
    resize: none;
}

.formulaire input {
    height: 36px;
}

.formulaire input[type="submit"] {
    background-color: lightgray;
    color: rgb(0, 0, 0);
    border: none;
    width: 22%;
    height: 20px;
    border-radius: 40px;
    margin: 0 0 0 auto;
    float: right;
    text-align: center;
    line-height: 10px;
    cursor: pointer;
}

.formulaire input[type="email"],
input[type="text"],
textarea {
    color: #ffffff;
    cursor: pointer;
    margin-bottom: 10px;
}

.formulaire textarea {
    resize: none;
}

.buttons {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    background-color: #017AA1;
    border-radius: 70px;
}

.buttons button {
    font-size: 1.3em;
   /* margin: 0 10px;*/
    padding: 10px;
    color: #ffffff;
    border: none;
    border-radius: 70px;
    cursor: pointer;
    padding-right: 25px;
}



.buttons button:hover {
    background: #22394F;
    transition: ease-in-out 0.3s;
}



.active {
    display: block;
    width: 100%;
    margin-left: 0;
}

.inactive {
    display: none;
}

.on {
    background-color: #014A66;
}

.off {
    background-color: #017AA1;
}

.calendly-inline-widget {
    height: 450px;
    width: 750px;
}

/* Disable scrolling when popup is active */
body.no-scroll {
    overflow: hidden;
}

@media all and (min-width: 300px) and (max-width: 900px){
    body {
        display: flex;
        
        width: 100%;

        
        
    }
    img {
        max-width: 100%;
        height: auto;
    }
    
    /*cover*/

    .cover{
        background-size:auto;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        min-height: 0;
    }

    .cover h1{
        margin-left: 0;
        padding-left: 0;
    }

    .cover p {
        margin-left:0;
        padding-left: 0;
        
    }

    .container-pilier {
        display: contents;
        width: 100%;
        padding: 50px;
    }

    .image-pilier {
        display: none;
    }

    .accordeon {
        width: 100%;
        display: contents;
        justify-content: center;
        margin-top: 8.25rem;
        
    }

 /*pmp box*/

    #container-pmp {
        display: contents;
        width: 100%;
        padding: 50px;
    }

   
    .container-right{
        display: flex;
        overflow :auto;
        min-width: 100%;
    }

    .container-right .card {
        width: 250px;
        height: 300px;
        flex-direction: column;
    }

    .container-right .card h3 {
        margin: 1px;
        font-size: 1em;
    }

    .container-right .card p {
        font-size: 0.7em;
    }

    /*projet accordeon*/

    .projet-accor {
        display: block;
    /*    flex-direction: column;*/
    }

    .projet-box {
       display: block;
       margin: 0 auto;
    }

    .projet-titre {
        display: none;
    }

    

    .projet-content {
        display: none;
    }

 

    .projet-button{
        display: block;
        margin: 0 auto;
        gap: 20px;
    }

    .banner {
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        text-align: center;
        background-size: cover;
        background-position: center;
        margin-bottom: 10px;
    }

    #banner1 {
  
        background-image: url("../Images/expertise/responsive-projet/Managament_organisation.png");
    }

    #banner2 {
        background-image: url("../Images/expertise/responsive-projet/Data.png");
    }

    #banner3 {
        background-image: url("../Images/expertise/responsive-projet/Innovation_IA.png");
    }

    #banner4{
        background-image: url("../Images/expertise/responsive-projet/Conformite.png");
    }

    #banner5 {
        background-image: url("../Images/expertise/responsive-projet/Autres.png");
    }
    
    a{
        text-decoration: none;
        color: white;
    }

    .projet-text{
        display: flex;
        justify-content: center;
        padding-left: 10px;
    }
   
    .bouton-redirection{
        display:none;
    
    }
    /*contact style*/
    .ntrst{
        margin-left: 0;
        margin: 20px;
    }

    .popup_container {
        
        height: 800px;
        align-items: center;
    }


}

.project-titre{
    text-align: center;
}

@media all and (min-width: 300px) and (max-width: 900px){
    
    .banniere {
        /*background-image:url("../Images/expertise/PMP BAN.png");*/
        /*background-image: url('../Images/banquisommesnous.png');Banniere pmp2.png*/
        background-image: url('../Images/expertise/Bannierepmp2.png');
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
        background-position: 50%;
        width:100%;
        color: white;
        margin-top:8%;
        margin-bottom:5%;
    }
    
    .banniere p{
        margin-top:10%;
        margin-left:2.5%;
        font-size:1em;
        font-family: "LemonMilk-regular";
    }
    
    .container-right{
        display:none;
    }
    
    #threeBlocsQuiSommesNous2 h3{
        font-size: 2em;
        font-family: 'Lato-Regular', sans-serif;
        text-align: center;
    }
    
    #threeBlocsQuiSommesNous3{
        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;
    }

    /*#threeBlocsQuiSommesNous2 section{*/
    /*    scroll-snap-align: start;*/
    /*}*/
    
    #threeBlocsQuiSommesNous3 span{
        scroll-snap-align: start;
    }


    #blocNosValeurs2{
        display: flex;
        flex-direction: column;
        /* background-color: #22394F; */
        color: white;
        text-align: justify;
        padding: 1%;
        padding-left: 6%;
        padding-right: 6%;
        padding-bottom: 12.5%;
        height: 100%;
        min-width: 90%;
        margin-left: 356%;
        font-size: 21px;
    }
    
    
    #blocNosValeursBottom2 a{
        color: white;
        text-decoration: none;
        font-weight: bolder;
        display: none;
    }
    
    #blocHistoireQEVO2{
        display: flex;
        flex-direction: column;
        /* background-color: #0B1B2A; */
        /* background-color: #22394F; */
        color: white;
        text-align: justify;
        padding: 1%;
        padding-left: 6%;
        padding-right: 6%;
        padding-bottom: 5%;
        min-width: 90%;
        margin-left: 10%;
        font-size: 21px;
    }
    
    #blocNotreSavoirFaire2{
        display: flex;
        flex-direction: column;
        /* background-color: #22394F; */
        color: white;
        text-align: justify;
        padding: 1%;
        padding-left: 6%;
        padding-bottom: 20%;
        height: 100%;
        min-width: 90%;
        margin-left: 10%;
        font-size: 21px;
    }
    
        #blocNotreSavoirFaire3{
        display: flex;
        flex-direction: column;
        /* background-color: #22394F; */
        color: white;
        text-align: center;
        text-align: justify;
        padding: 1%;
        padding-left: 6%;
        padding-bottom: 20%;
        height: 100%;
        min-width: 90%;
        margin-left: 10%;
        font-size: 21px;
        margin-right:10%;
    }
    
    
}

.divVideEnBasDePage{
    display:flex;
    flex-direction:column;
}
