
body{
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-size: 14.5px;
  font-style: normal;
}


#footerqmg{
    display: flex;
    justify-content: space-between;
    padding: 15px 40px 40px 40px;
}


.flex-div-footer-1{
    display: flex;
    flex-direction: column;
}

.flex-div-footer-1 a{
    color: #000216;
    text-decoration: none;
    padding-bottom: 10px;
}

.flex-div-footer-2{
    display: flex;
    flex-direction: row;
}

.flex-div-footer-2 a{
    padding-left: 20px;
    padding-right: 20px;
    color: #000216;
    text-decoration: none;
}

.flex-div-footer-3{
    display: flex;
    flex-direction: column;
    align-items: flex-end;  
}

.flex-div-footer-3 a{
    color: #000216;
    text-decoration: none;
    padding-bottom: 10px;
}

.site-header{
    padding: 10px 40px 10px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
 .site-branding img{
    width: 110px;
 }

#site-navigation{
    display: flex;
    justify-content: space-between;
    width: 250px;
}

#site-navigation a{
    color: #000216;
    text-decoration: none;
}

.nona-menu{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 68vw;
    list-style: none;
    margin: 0;
    padding-left: 60px;
    align-items: center;
}

.nona-menu li {
    margin-top: 27px;
    margin-bottom: 27px;
}



.menu-a-color{
    text-decoration: none;
    color: #212222;
    font-size: 14px;
    margin-left:90px;
    font-weight: 400;
    transition: 0.2s;
}

.menu-a-color:hover{
    text-decoration: none;
    color: #27D17F;
    font-size: 14px;
    font-weight: 400;
    transition: 0.2s;
}

.menu-a-color-2{
    text-decoration: none;
    color: #212222;
    font-size: 14px;
    font-weight: 400;
    transition: 0.2s;
}

.menu-a-color-2:hover{
    text-decoration: none;
    color: #07e795;
    font-size: 14px;
    font-weight: 400;
    transition: 0.2s;
}

.menu-a-color-3{
    text-decoration: none;
    color: #212222;
    font-size: 14px;
    font-weight: 400;
    transition: 0.2s;
}

.menu-a-color-3:hover{
    text-decoration: none;
    color: #FFC700;
    font-size: 14px;
    font-weight: 400;
    transition: 0.2s;
}


.burger{
    display: none;

}

.h1-titreclass{
    font-size: 90px;
    font-weight: 800;
    margin: 0;
    width: 80%;
    color: #000216;
    line-height: 0.9;
}

.section-masterclass{
    padding: 100px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}





.description-masterclass {
    text-align: right;
    width: -webkit-fill-available;
}

.section-portfolio{
    padding: 40px;
}

.section-portfolio h2{
    font-size: 14px;
    font-weight: 900;

    color: #000216;
}

.ulPostBlog{
    padding: 0;
    display: flex;
    list-style: none;
}

.thumbBlogPost{
    display: flex
    ;
    height: 260px;
        overflow: hidden;
        justify-content: center;
        align-items: center;
        border-radius: 5px;
}

.thumbBlogPost img{
    object-fit: contain;
    border-radius: 5px;
    display: flex;
    width: 100%;
    transition: 0.5s;
}

.aBlogPost{
    width: 32%;
    opacity: 100%;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    padding: 7px;
    margin-bottom: 30px;
    transition: 0.5s;
    justify-content: space-between;
}



.aBlogPost:hover .thumbBlogPost img {
    width: 120%;
 }

.carte-master-portfolio{
    display: flex;
    margin-top: 30px;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.basCarteBlog {
    display: flex;
    text-decoration: none;
    width: 85%;
    align-items: baseline;
}

.basCarteBlog h3{
    text-decoration: none;
    font-size: 14px;
    color: #000216;
}

.basCarteBlog p{
    color: #000216;
}

.datePubli{
    color: #000216;
}

.animate__animated.animate__fadeIn {
    --animate-duration: 3s;
  }


.section-service{
    padding: 100px 40px;
    display: flex;
    padding-bottom: 0;
    justify-content: space-between;
    align-items: center;
}
.description-service{
    width: 60%;
    font-size: 20px;
    margin: 0;
    margin-bottom: 100px;
}

#circle-1 {
    width: 1670px;
    height: 1670px;
    background: #27d17f;
    border-radius: 50%;
    position: absolute;
    top: -17%;
    left: 85%;
}
#circle-2{
    width: 1710px;
    height: 1710px;
    background: #27d17f;
    border-radius: 50%;
    opacity: 13%;
    position: absolute;
    top: -17%;
    left: 84%;
}

.carte-service ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.master-services{
    display: flex;
    flex-direction: row;

    flex-wrap: wrap;


}

.carte-service{
    width: 35%;
    padding: 5px 26px;
    border-left: solid 1px;
    margin-bottom: 0px;
    margin-top: 30px;
}

.carte-service h3{
    margin-top: 0;
}

.ulFlex{
    display: flex;

}

.ulFlex ul{
    margin-right: 55px;
    
}

.margin-h2{
    margin-top: 100px;
}

.master-process{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 40px;
    width: 45%;
    margin-right: 5%;
}

.section-process{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.chiffre-process{
    width: 40px;
    margin-right: 40px;
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 70px;
    font-weight: 900;
}

.chiffre-process{
    color: #27d17f;
}

.redac-process{
    width: 80%;
}

.redac-process h3{
    margin-bottom: -10px;
}

/* INFINIT SCROLL SERVICE ANIMATION */

.wrapper-service{
    width: 98%;
    height: 100px;
    max-width: 1536px;
    margin-inline: auto;
    position: relative;
    overflow: hidden;
    margin-top: 80px;
    margin-bottom: 20px;
    mask-image: linear-gradient(
        to right,
        rgba(0,0,0,0),
        rgba(0,0,0,1) 20%,
        rgba(0,0,0,1) 80%,
        rgba(0,0,0,0)
    );
}

@keyframes scrollleft{
    to{
        left: -200px;
    }
}

.item-serv img{
    width: 100%;
}

.item-serv{
    display: flex
    ;
        width: 180px;
        position: absolute;
        filter: saturate(0);
        left: 117%;
        animation-name: scrollleft;
        animation-duration: 10s;
        animation-timing-function: linear;
        animation-iteration-count: infinite;
}

.item-serv-1{
    animation-delay: calc(10s / 7 * (7 - 1) * -1);
}

.item-serv-2{
    animation-delay: calc(10s / 7 * (7 - 2) * -1)  ;
}

.item-serv-3{
    animation-delay: calc(10s / 7 * (7 - 3) * -1)  ;
}

.item-serv-4{
    animation-delay: calc(10s / 7 * (7 - 4) * -1)  ;
}

.item-serv-5{
    animation-delay: calc(10s / 7 * (7 - 5) * -1)  ;
}

.item-serv-6{
    animation-delay: calc(10s / 7 * (7 - 6) * -1)  ;
}

.item-serv-7{
    animation-delay: calc(10s / 7 * (7 - 7) * -1)  ;
}


.section-circle {
    position: absolute;
    right: 0;
    width: 60%;
    height: 170%;
    overflow: hidden;
    z-index: 1;
}


/** Contact form */

.section-contact{
    padding: 100px 40px;
    display: flex;
    flex-direction: column;
    padding-bottom: 0;
    justify-content: space-between;

}

.h1-titreclass-serv{
    font-size: 90px;
    font-weight: 800;
    margin: 0;
    width: 100%;
    color: #000216;
    line-height: 0.9;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea
{
    background-color: #fff;
    color: #000;
    width: 100%;
}

.div-flex-contact{
    display: flex;
    flex-direction: row;
}

.div-flex-contact p{
    width: 48%;
}

.div-flex-contact p input{
   padding: 20px;
   width: auto;
}

.label-form{
    display: flex;
    
}

.p-contact{
    font-size: 20px;
    width: 70%;
}

#wpforms-36{
    display: flex
    ;
        margin: 0;
        flex-direction: column;
        width: 70%;
        margin-top: 60px;
        margin-bottom: 80px;
        justify-content: flex-start;
        z-index: 2;
}


#wpforms-submit-36{
    background-color: #27d180;
}


.bloc-column-port{
    margin-top: 50px;
}

body .is-layout-flex {
    display: flex
;
    margin: 7px;
    margin-top: 70px;
    margin-bottom: 80px;
}

.h2ArtClass{
    font-size: 31px;
    font-weight: 900;;
}

@media (max-width: 1200px) {

.section-circle {
    display: none;
}


        .burger {
        width: 27px;
        height: 13px;
        margin-top: 2px;
        cursor: pointer;
        position: fixed;
        z-index: 5;
        right: 27px;
        top: 33px;
        display: flex
;
        align-items: center;
    }
    
    .burger span{
        width: 100%;
        height: 3px;
        border-radius: 12px;
        background-color: #060606;
        display: block;
        top: 50%;
        transform :translateY(-50%);
        transition: background-color .5s ease-in-out;
    }
    
    .burger span::before, .burger span::after{
        content: '';
        position: absolute;
        width: 100%;
        border-radius: 12px;
        height: 3px;
        background-color: #060606;
        transition: transform .5s ease-in-out;
    }
    
    .burger span::before{
        transform: translateY(-10px);
    }
    
    .burger span::after{
        transform: translateY(10px);
    }
    
    .burger.active span{
        background-color: transparent;
    }
    
    .burger.active span::before{
        transform: translateY(0px) rotateZ(45deg);
    }
    
    .burger.active span::after{
        transform: translateY(0px) rotateZ(-45deg);
    }

    .nona-menu{
        display: flex;
        position: absolute;
        width: 100vw;
        padding: 0;
        margin: 0;
        top: 0;
        height: 100vh;
        flex-direction: column;

        background: #fcfcfc;

        justify-content: center;
        z-index: 1;
        left: -250vh;
        transition: ease-in-out 0.6s;
        
    }

    .menu-a-color{
    text-decoration: none;
    color: #212222;
    font-size: 14px;
    margin-left:0px;
    font-weight: 400;
    transition: 0.2s;
}

     .nona-menu a {
        font-size: 18px;
        font-weight: 400;
    }
    
    .lock-scroll {
        overflow: hidden;
    }
    
     .nona-menu-responsive{
    
        display: flex;
        width: 100vw;
        padding: 0;
        margin: 0;
        top: 0;
        height: 100vh;
        position: fixed;
        left: 0;
        flex-direction: column;
        background: #fcfcfc;
        justify-content: center;
        z-index: 1;
    
     }
    
    
     .logo-nav {
        z-index: 2;
        position: absolute;
        top: 34px;
        width: 100px;
        height: 10px;
    }

    .nav {
        width: 100%;
        display: flex;
        justify-content: space-between;
        height: 100%;
        align-items: center;
        padding: 0px;

    }
    
    .fixed-menu{
        width: 120px;
        z-index: 3;
        position: fixed;
        margin-top: 5px;
        top: 37px;
    }
    
    
    .header {
        top: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 30px;
        position: fixed;
        width: 100vw;
        background-color: white;
        display: flex;
        align-items: center;
        height: 35px;
        z-index: 999;

    }


     

.aBlogPost {
    width: 48%;
    opacity: 100%;
    display: flex
;
    flex-direction: column;
    text-decoration: none;
    padding: 7px;
    margin-bottom: 30px;
    transition: 0.5s;
    justify-content: space-between;
}

}


@media (max-width: 960px) { 
.flex-div-footer-2{
    display: none;
}
}



@media (max-width: 1144px) {


.section-masterclass {
        padding: 70px 40px 10px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        text-align: center;
    }

        .description-masterclass {
        text-align: center;
        margin-top: 30px;
        width: -webkit-fill-available;
    }

    .carte-service {
    width: 100%;
    padding: 5px 26px;
    border-left: solid 1px;
    margin-bottom: 0px;
    margin-top: 30px;
}

.master-process {
    display: flex
;
    flex-direction: row;
    align-items: center;
    margin-top: 40px;
    width: 100%;
    margin-right: 5%;
}

.item-serv {
    display: flex
;
    width: 180px;
    position: absolute;
    filter: saturate(0);
    left: 267%;
    animation-name: scrollleft;
    animation-duration: 10s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

#circle-2 {
   display: none;
}

#circle-1 {
   display: none;
}
}

@media (max-width: 480px) {
    
#footerqmg {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 15px 40px 40px 40px;
}
.flex-div-footer-3 {
    display: flex
;
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
}

.flex-div-footer-1 {
    display: flex
;
    flex-direction: column;
    text-align: center;
}
}


@media (max-width: 780px) {
    
    #wpforms-36{
        width: 100%;
    }
    
    .h1-titreclass-serv {
    font-size: 42px;
    font-weight: 800;
    margin: 0;
    width: 100%;
    color: #000216;
    line-height: 0.9;}

    .aBlogPost {
    width: 100%;
    opacity: 100%;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    padding: 7px;
    margin-bottom: 30px;
    transition: 0.5s;
    justify-content: space-between;
}



    .description-masterclass {
        text-align: center;
        margin-top: 30px;
        width: -webkit-fill-available;
        font-size: 15px;
        display: none;
    }

.thumbBlogPost{
    display: flex
    ;
    height: 240px;
        overflow: hidden;
        justify-content: center;
        align-items: center;
        border-radius: 5px;
}

    .section-masterclass {
        padding: 70px 0px 30px;
        display: flex
;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        text-align: center;
    }
    .h1-titreclass {
        font-size: 42px;
        font-weight: 800;
        margin: 0;
        width: 80%;
        color: #000216;
        line-height: 0.9;
    }

}


