html {
    font-size: 62.5%; /* équivalence "10px" sur l'élément racine */
}

body {
    font-size: 1.4em; /* taille de base pour tous les éléments équivalent 14px */
    font-family: "Open Sans", sans-serif;
    position: relative;
}

/* Global */
.global-gap{
    padding-left: 5%;
    padding-right: 5%;
    position: relative;
}

/* Header */
header{
    position: absolute;
    z-index: 100;
}

header nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 99vw;
    padding-top: 32px;
    padding-bottom: 32px;
}

header nav ul{
    display: flex;
    font-size: 1.6rem;
    font-weight: bold;
    gap: 24px;
    align-items: center;
}

header nav a h2{
    font-size: 4rem;
    font-weight: 600;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 2px;
    font-family: Arial;
}

.mobile-nav{
    display: none;
}

.mobile-nav-burger{
    cursor: pointer;
    z-index: 1000;
}

.mobile-nav-burger-line{
    width: 25px;
    height: 2px;
    background-color: #000;
    margin: 5px 0;
    transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
}

.mobile-nav-burger.active .mobile-nav-burger-line {
    background-color: #FFF;
}

.mobile-nav-links{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.mobile-nav-links.active {
    display: flex;
}

.mobile-nav-links ul{
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 32px;
    padding: 0 5%;
}

.mobile-nav-links li{
    color: #FFF;
    font-size: 2rem;
    text-decoration: none;
}

.mobile-nav-links a:hover{
    text-decoration: underline;
}

.mobile-nav-links a.active-link{
    text-decoration: underline;
}

.mobile-nav-links a.contact-us-link{
    background-color: #000;
    padding: 8px 16px;
    color: #FFF;
}

.mobile-nav-links a.contact-us-link:hover{
    background-color: #FFF;
    color: #000;
}

.active-link{
    text-decoration: underline;
}

.contact-us-link{
    background-color: #000;
    padding: 8px 16px;
    color: #FFF;
}


/* Animation pour le burger menu */
.mobile-nav-burger.active .mobile-nav-burger-line:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
}

.mobile-nav-burger.active .mobile-nav-burger-line:nth-child(2) {
    opacity: 0;
}

.mobile-nav-burger.active .mobile-nav-burger-line:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}

.mobile-nav-burger-line {
    transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
}

.mobile-nav-links {
    transition: transform 0.3s ease;
    transform: translateY(-100%);
}

.mobile-nav-links.active {
    transform: translateY(0);
}

.mobile-nav-expertises-list li a{
    font-size: 1.6rem;
    font-weight: 500;
}
/* Footer */

footer{
    background-color: #000;
    color: #FFF;
    padding: 32px 48px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.footer-left{
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-weight: 300;
    font-size: 1.6rem;
}


.footer-right{
    font-weight: 300;
}

.footer-right p:not(:last-of-type){
    margin-bottom: 8px;
}

.footer-right b{
    font-weight: 700;
}
/* Header main content */

.header-content{
    min-height: max(74rem, 100vh);
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-left: 16%;
    position: relative;
} 

.homepage.header-content{
    background-color: #FFD0D6;
} 

.notre-approche.header-content{
    background-color: #FFD9B4;
} 

.nos-expertises.header-content{
    background-color: #CCFFFC;
} 

.notre-vision.header-content {
    background-color: #B7DFFF;
} 

.nos-engagements.header-content{
    background-color: #CCCCFF;
}

.blog.header-content{
    background-color: #D2FFD0;
}

.contact.header-content{
    background-color: #FFD0D6;
}

.header-content-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.homepage .header-content-top-left{
    color: #FF5C61;
    width: 75%;
}

.notre-vision .header-content-top-left{
    color: #334FF1;
    width: 80%;
}

.notre-approche .header-content-top-left{
    color: #FD6600;
    width: 88%;
}

.nos-expertises .header-content-top-left{
    color: #00B0AD;
    width: 55%;
}

.nos-engagements .header-content-top-left{
    color: #333399;
    width: 74%;
}

.sites-web-applications .header-content-top-left{
    width: 59%;
}

.blog .header-content-top-left{
    color: #189852;
    width: 75%;
}

.contact .header-content-top-left{
    color: #FF5C61;
    width: 75%;
}

.header-content-top-left p{
    font-size: 1.6rem;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.header-content-top-left h1{
    font-weight: 800;
}

.homepage .header-content-top-left h1{
    font-size: 7rem;
    margin-bottom: 40px;
}

.notre-vision .header-content-top-left h1{
    font-size: 6rem;
    margin-bottom: 40px;
}

.notre-approche .header-content-top-left h1{
    font-size: 6rem;
}

.nos-expertises .header-content-top-left h1{
    font-size: 6rem;
}

.nos-engagements .header-content-top-left h1{
    font-size: 6rem;
}

.blog .header-content-top-left h1{
    font-size: 6rem;
}

.contact .header-content-top-left h1{
    font-size: 6rem;
}

.header-content-top-left h1 span{
    font-weight: 200;
}

.header-content-top-left a{
    background-color: #000;
    color: #FFF;
    padding: 4px 24px;
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
}

.header-content-top-right{
    display: flex;
    flex-direction: column;
}

.homepage .header-content-top-right a,
.notre-vision .header-content-top-right a,
.notre-approche .header-content-top-right a,
.nos-engagements .header-content-top-right a,
.blog .header-content-top-right a,
.contact .header-content-top-right a{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.homepage .header-content-top-right p,
.notre-vision .header-content-top-right p,
.notre-approche .header-content-top-right p,
.nos-engagements .header-content-top-right p,
.blog .header-content-top-right p,
.contact .header-content-top-right p{
    visibility: hidden;
    text-align: center;
}

.homepage .header-content-top-right a:hover p,
.notre-vision .header-content-top-right a:hover p,
.notre-approche .header-content-top-right a:hover p,
.nos-engagements .header-content-top-right a:hover p,
.blog .header-content-top-right a:hover p,
.contact .header-content-top-right a:hover p{
    visibility: visible;
}

.homepage .header-content-top-right{
    gap: 32px;
}

.notre-vision .header-content-top-right{
    gap: 32px;
}
.notre-approche .header-content-top-right{
    gap: 32px;
}

.nos-engagements .header-content-top-right{
    gap: 32px;
}


.nos-expertises .header-content-top-right{
    position: absolute;
    left: 67%;
}

.blog .header-content-top-right{
    gap: 32px;
}

.header-content-top-right-single{
    padding-bottom: 16px;
    margin-bottom: 16px;
    position: relative;
}

.nos-expertises .header-content-top-right-single{
    display: flex;
    justify-content: space-between;
}

.nos-expertises .header-content-top-right-single:not(:last-of-type)::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 76%;
    border-bottom: 1px solid black; /* Adjust thickness and color */
}

.nos-expertises .header-content-top-right-single-left{
    margin-right: 80px;
}

.nos-expertises .header-content-top-right-single-left h3{ 
    font-size: 1.6rem;
    font-weight: 800;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.header-content-bottom{
    position: absolute;
    bottom: 24px;
    right: 48px;
    display: flex;
    gap: 24px;
    align-items: center;
}

/* Bloc 1 */

.bloc-1{
    position: relative;
    display: flex;
    justify-content: space-between;
    padding-top: 72px;
    padding-top: 72px;
    padding-bottom: 64px;
}

.notre-vision.black.bloc-1{
    background-color: #000;
    color: #FFF;
}

.notre-vision.grey.bloc-1{
    background-color: #EEEEEE;
    color: #000;
}

.bloc-1::before{
    content: "";
    position: absolute;
    top: -70px;
    left: 0;
    width: 58%;
    height: 70px;
    background-color: #FFF;
}

.notre-vision.black.bloc-1::before{
    background-color: #000;
}

.notre-vision.grey.bloc-1::before{
    background-color: #EEEEEE;
}

.bloc-1-left{
    width: 58%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.nos-expertises .bloc-1-left{
    padding-right: 96px;
}

.notre-approche .bloc-1-left{
    font-size: 2.4rem;
}

.notre-approche .bloc-1-left p:not(:last-of-type){
    margin-bottom: 32px;
}

.notre-approche.bloc-1{
    margin-bottom: 120px;
} 

.bloc-1-right{
    width: 42%;
    margin-left: 24px;
}

.notre-vision .bloc-1-right{
    padding: 26px;
    margin-bottom: 70px;
}

.bloc-1-left-top{
    font-weight: 800;
}

.bloc-1-left-top p{
    font-size: 1.6rem;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.bloc-1-left-top h2{
    font-size: 4rem;
    width: 57%;
}

.nos-expertises .bloc-1-left-content h2{
    font-weight: 800;
    font-size: 1.6rem;
    text-transform: uppercase;
    margin-bottom: 8px
}

.nos-expertises .bloc-1-left-content p{
    font-weight: 800;
    font-size: 4rem;
    margin-bottom: 48px
}

.notre-vision .bloc-1-left-content p{
    width: 65%;
}

.nos-expertises .bloc-1-left-container{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 1fr;
    grid-column-gap: 10%;
    grid-row-gap: 32px;
}

.bloc-1-right-single:not(:last-of-type){
    padding-bottom: 32px;
    margin-bottom: 32px;
    position: relative;
}

.bloc-1-right-single h3{
    font-weight: 800;
    font-size: 1.6rem;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.bloc-1-right-single p{
    font-size: 1.6rem;
    width: 42%;
    line-height: 24px;
}

.nos-expertises .bloc-1-left-single h3{
    font-size: 1.6rem;
    font-weight: 800;
    line-height: 22px;
}

.nos-expertises .bloc-1-left-single p{
    font-size: 1.4rem;
    line-height: 22px;
}

.nos-expertises .bloc-1-right-text bold{
    font-weight: 700;
}

.bloc-1-right-single:not(:last-of-type)::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 78%;
    border-bottom: 1px solid black; /* Adjust thickness and color */
}

.bloc-1-right-single:last-of-type {
    margin-bottom: 48px;
}

.bloc-1-right a{
    background-color: #000;
    font-size: 1.2rem;
    font-weight: 700;
    padding: 4px 8px;
    color: #FFF;
    text-transform: uppercase;
    display: inline-block;
}

.bloc-1-left-bottom p{
    line-height: 20px;
}

.nos-expertises .bloc-1-right-title{
    font-size: 2.1rem;
    font-weight: 800;
    margin-bottom: 32px;
    line-height: 29px;
}

.nos-expertises .bloc-1-right-text{
    font-size: 2.1rem;
}

.nos-expertises .bloc-1-right-text p:not(:last-of-type){
    margin-bottom: 24px;
}

.notre-vision .bloc-1-right-text p{
    line-height: 28px;
}

.nos-expertises .bloc-1-right-text p{
    line-height: 28px;
}

/* Bloc 2 */

.bloc-2{
    position: relative;
}

.bloc-2::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 39%;
    height: 80px;
    background-color: #FFF;
}

.nos-expertises.bloc-2::before{
    display: none;
}

.bloc-2-container{
    display: flex;
    justify-content: space-between;
}

.bloc-2-left{
    width: 39%;
    background-color: #000;
    color: #FFF;
    padding: 200px 5% 0 5%;
    display: flex;
    flex-direction: column;
}

.nos-expertises .bloc-2-left{
    background-color: #EEEEEE;
    color: #000;
}

.nos-expertises .bloc-2-left::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 39%;
    height: 80px;
    background-color: #EEEEEE;
}

.homepage .bloc-2-left{
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 56px;
}

.notre-approche .bloc-2-left-sm-text{
    font-weight: 800;
    font-size: 1.6rem;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.notre-approche .bloc-2-left-single{
    display: flex;
    flex-direction: column;
    cursor: pointer;
}

.notre-approche .bloc-2-left-single-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    width: 100%;
    margin-bottom: 24px;
}

.notre-approche .bloc-2-left-content-responsive{
    display: none;
    flex-direction: column;
}

.notre-approche .bloc-2-left-single:not(:last-of-type){
    margin-bottom: 24px;
    border-bottom: 1px #FFF solid;
    padding-bottom: 24px;
}

.notre-approche .bloc-2-left-single h3{
    font-weight: 800;
    font-size: 4rem;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.notre-approche .bloc-2-left-single p{
    font-size: 2.1rem
}

.notre-approche .bloc-2-left-content-responsive h3{
    font-size: 2.4rem;
}

.notre-approche .bloc-2-left-content-responsive p{
    font-size: 1.8rem;
}

.bloc-2-left-single-right img {
    transition: transform 0.3s ease;
}

.bloc-2-right{
    width: 61%;
    background-color: #CCFFFC;
    color: #000;
    padding-bottom: 140px;
    padding-top: 200px;
    display: flex;
    flex-direction: column;
}

.homepage .bloc-2-right{
    width: 61%;
    background-color: #CCFFFC;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.notre-approche .bloc-2-right{
    width: 61%;
    background-color: #EEEEEE;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.nos-expertises .bloc-2-right{
    padding-bottom: 0;
    padding-top: 70px;
    background-color: #EEEEEE;
}

.nos-expertises .bloc-2-right::before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 61%;
    height: 70px;
    background-color: #FFF;
}

.homepage .bloc-2-left-top p{
    font-weight: 800;
    text-transform: uppercase;
    font-size: 1.6rem;
    margin-bottom: 8px;
}

.homepage .bloc-2-left-top h2{
    font-weight: 800;
    font-size: 4rem;
}

.homepage .bloc-2-left-bottom{
    width: 75%;
}

.homepage .bloc-2-left-bottom p{
    line-height: 20px;
}

.nos-expertises .bloc-2-left-container-custon-title h3{
    font-size: 1.6rem;
    font-weight: 800;
    text-transform: uppercase;
}

.nos-expertises .bloc-2-left-container-custon-title p{
    font-size: 4rem;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.nos-expertises .bloc-2-left-container-custon-content-utility > p {
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.nos-expertises .bloc-2-left-container-custon-content-utility-container-single{
    display: flex;
}

.bloc-2-left-container-custon-content-utility-container{
    display: flex;
    gap: 24px;
}

.notre-approche .bloc-2-right-content{
    padding: 24px 0;
    margin:0 96px;
    border-top: 1px #000 solid;
    border-bottom: 1px #000 solid;
}

.notre-approche .bloc-2-right-content h3{
    font-weight: 800;
    text-transform: uppercase;
    font-size: 2rem;
    margin-bottom: 16px;
}

.notre-approche .bloc-2-right-content p{
    font-size: 2.1rem;
}

.notre-approche .bloc-2-right-content p:not(:last-of-type){
    margin-bottom: 24px;
}

.nos-expertises .bloc-2-left-container-custon-content-utility-container-single span {
    position: relative;
    border: 1px #000 solid;
    width: 21px;
    height: 21px;
    border-radius: 24px;
    margin-right: 4px;
}

.nos-expertises .bloc-2-left-container-custon-content-utility-container-single span::before {
    width: 15px;
    height: 15px;
    background-color: #000;
    content: "";
    display: block;
    border-radius: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-left: -1px;
}

.nos-expertises .bloc-2-left-container-custon-content-utility-container-single:not(:first-of-type) span::before {
    display: none;
}

.nos-expertises .bloc-2-left-container-custon-content-utility{
    margin-bottom: 24px;
}

.nos-expertises .bloc-2-left-container-custon-content-progress > p{
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.bloc-2-left-container-custon-content-progress-container{
    display: flex;
    align-items: center;
}

.nos-expertises .bloc-2-left-container-custon-content-progress-container span{
    display: block;
    position: relative;
    width: 48%;
    height: 24px;
    border: 1px #000 solid;
    border-radius: 24px;
    margin-right: 24px;
}

.nos-expertises .bloc-2-left-container-custon-content-progress-container span::before{
    display: block;
    content: "";
    width: 95%;
    height: 18px;
    background-color: #000;
    border-radius: 24px;
    position: absolute;
    top: 2px;
    left: 3px;
}

.nos-expertises .bloc-2-left-container-custon-content .bloc-2-left-container-custon-content-progress:nth-of-type(3) .bloc-2-left-container-custon-content-progress-container span::before {
    width: 85%;
}

.nos-expertises
.bloc-2-left-container-custon-content 
  .bloc-2-left-container-custon-content-progress{
    margin-bottom: 24px;
  }

.bloc-2-left-container-custon-content-timing {
    margin-bottom: 24px;
}

.bloc-2-left-container-custon-content-timing > p{
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.bloc-2-left-container-custon-content-timing-container{
    display: flex;
    align-items: center;
}

.bloc-2-left-container-custon-content-timing-container img{
    margin-right: 4px;
}

.bloc-2-left-container-custon-content-link{
    font-size: 1.4rem;
    font-weight: 800;
}

.bloc-2-left-container-custon-content-link a{
    text-decoration: underline;
}
.bloc-2-right-single:not(:last-of-type){
    padding-bottom: 24px;
    margin-bottom: 24px;
    position: relative;
}

.bloc-2-right-single:not(:last-of-type)::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 76%;
    border-bottom: 1px solid black; /* Adjust thickness and color */
}

.bloc-2-right-single{
    display: flex;
    justify-content: space-between;
}

.bloc-2-right-single-text{
    margin-right: 40px;
}

.bloc-2-right-single-text h3{
    font-size: 4rem;
    font-weight: 800;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.bloc-2-right-single-text p{
    font-size: 2.1rem;
}

.bloc-2-footer{
    height: 148px;
    width: 100%;
    background-color: #000;
}

.nos-expertises .bloc-2-footer{
    background-color: #EEEEEE;
}

/* Bloc 3 */
.bloc-3{
    position: relative;
    display: flex;
    justify-content: space-between;
    padding-top: 56px;
    padding-bottom: 96px;
}

.bloc-3::before{
    content: "";
    position: absolute;
    top: -70px;
    left: 0;
    width: 42%;
    height: 70px;
    background-color: #FFF;
}

.bloc-3-left{
    width: 42%;
}

.bloc-3-right{
    width: 58%;
}

.bloc-3-left h2{
    font-size: 1.6rem;
    font-weight: 800;
    width: 76%;
    text-transform: uppercase;
}

.bloc-3-right-text{
    margin-bottom: 32px;
    border-bottom: 1px #000 solid;
    padding-bottom: 32px;
}

.bloc-3-right-text p{
    font-size: 2.1rem;
}

.bloc-3-right-text p:not(:last-of-type){
    margin-bottom: 32px;
}

.bloc-3-right-card-container{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 1fr;
    grid-column-gap: 11%;
    grid-row-gap: 30px;
}

.bloc-3-right-card-single h3{
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.bloc-3-right-card-single small{
    font-size: 2.1rem;
    margin-bottom: 12px;
    display: block;
}

.bloc-3-right-card-single p{
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 17px;
}
/* Bloc 4 */
.bloc-4 {
    display: flex;
    justify-content: space-between;
}

.bloc-4-left {
    padding-top: 64px;
    padding-bottom: 64px;
    width: 56%;
    background-color: #CCCCFF;
}

.bloc-4-left-text h2{
    font-size: 1.6rem;
    font-weight: 800;
    text-transform: uppercase;
    color: #333399;
    margin-bottom: 8px;
}

.bloc-4-left-text p{
    font-size: 4rem;
    color: #333399;
    font-weight: 800;
    margin-bottom: 32px;
}

.bloc-4-left-cards-container {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 2%;
}

.bloc-4-left-card-single {
    position: relative;
    padding-bottom: 24px;
    flex: 0 0 49%;
    min-width: 0;
    height: fit-content;
}

.bloc-4-left-card-single::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 1px;
    background-color: #000;
}

.bloc-4-left-card-single p{
    font-size: 1.6rem;
}

.bloc-4-left-card-single bold{
    font-weight: 700;
}

.bloc-4-right{
    width: 44%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Bloc footer custom */

.bloc-footer-1{
    display: flex;
    justify-content: space-between;
    position: relative;
    background-color: #B7DFFF;
    padding-top: 159px;
    color: #334FF1;
    padding-bottom: 120px;
    align-items: start;
}

.bloc-footer-1::before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 39%;
    height: 71px;
    background-color: #000;
}

.notre-vision.bloc-footer-1::before{
    background-color: #FFF;
}

.nos-expertises.bloc-footer-1::before{
    background-color: #EEEEEE;
}

.diagnostic.bloc-footer-1::before{
    background-color: #EEEEEE;
}

.identite-visuelle.bloc-footer-1::before{
    background-color: #EEEEEE;
}

.communication.bloc-footer-1::before{
    background-color: #FFF;
}

.sensibilisation.bloc-footer-1::before{
    background-color: #FFF;
}

.blog.bloc-footer-1::before{
    background-color: #FFF;
}

.bloc-footer-1-left p{
    font-size: 1.6rem;
    text-transform: uppercase;
    font-weight: 800;
}

.bloc-footer-1-left h2{
    font-size: 4rem;
    font-weight: 800;
}

.bloc-footer-1-right{
    width: 50%;
}

.bloc-footer-1-right-4-rows{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 1fr;
    grid-column-gap: 2%;
    grid-row-gap: 30px;
    margin-bottom: 48px;
}

.bloc-footer-1-right-3-rows{
    display: flex;
    margin-bottom: 48px;
    gap: 64px;
}

.bloc-footer-1-right.idendite-visuelle .bloc-footer-1-right-3-rows img:nth-of-type(3){
    margin-top: 16px;
}

.bloc-footer-1-right-3-rows img{
    display: flex;
    justify-self: center;
    align-self: center;
}

.bloc-footer-1-right-4-rows img{
    display: flex;
    justify-self: center;
    align-self: center;
}
/* Bloc Contact Us */

.bloc-footer-contact-us{
    background-color: #FFD0D6;
    padding: 80px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.bloc-footer-contact-us h2{
    font-size: 4rem;
    font-weight: 800;
    color: #FF5C61;
}

.bloc-footer-contact-us form{
    width: 28%;
}

.bloc-footer-contact-us input{
    padding: 32px;
    border: 2px #FF5C61 solid;
    border-radius: 48px;
    width: 100%;
}

.bloc-footer-contact-us input::placeholder{
    font-style: italic;
}

/* Bloc Blog */
.bloc-blog-articles {
    padding-top: 80px;
    padding-bottom: 40px;
}

.bloc-blog-articles::before{
    content: "";
    position: absolute;
    top: -70px;
    left: 0;
    width: 58%;
    height: 70px;
    background-color: #FFF;
}

.bloc-blog-articles a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px #000 solid;
    padding-bottom: 22px;
    margin-bottom: 22px;
}

.bloc-blog-articles ul li:first-of-type a{
    border-top: 1px #000 solid;
    padding-top: 22px;
    margin-top: 22px;
}

.bloc-blog-articles-left h2{
    font-size: 2.4em;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.bloc-blog-articles-left p{
    font-size: 2.1rem;
}

.bloc-blog-articles-left time{
    font-size: 2.1rem;
    margin-right: 8px;
}

.bloc-blog-articles-left-bottom{
    display: flex;
}

/* Bloc Blog Article */
.bloc-blog-article-container{
    padding-top: 32px;
    padding-bottom: 80px;
}

.bloc-blog-article-container-data{
    display: flex;
    font-size: 2.1rem;
    border-bottom: 1px #000 solid;
    padding-bottom: 22px;
    margin-bottom: 57px;
}

.bloc-blog-article-container-data time{
    margin-right: 8px;
}

.bloc-blog-article-container-content-single{
    font-size: 2.1rem;
    margin-bottom: 40px;
}

.bloc-blog-article-container-content-single h2{
    font-weight: 800;
    margin-bottom: 32px;
}

.bloc-blog-article-container-content-single p{
    line-height: 30px;
    margin-bottom: 24px;
}

.bloc-blog-article-container-content-single ul,
.bloc-blog-article-container-content-single ul li{
    list-style: circle;
    margin-top: 12px;
}

/* Bloc FAQ */
.bloc-faq::before{
    content: "";
    position: absolute;
    top: -70px;
    left: 0;
    width: 58%;
    height: 70px;
    background-color: #FFF;
}

.faq-container{
    padding-top: 80px;
    margin-bottom: 80px;
}

.faq-item button{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.faq-item{
    border-bottom: 1px #000 solid;
    padding-bottom: 22px;
    margin-bottom: 22px;
}

.faq-item:first-of-type{
    border-top: 1px #000 solid;
    padding-top: 22px;
    margin-top: 22px;
}

.faq-item h2{
    font-size: 2.4em;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.faq-item span{
    font-size: 1.6em;
}

.faq-answer-content{
    font-size: 2.1rem;
}

/* Mentions légales */

.mentions-legales-wysiwyg::before{
    content: "";
    position: absolute;
    top: -70px;
    left: 0;
    width: 58%;
    height: 70px;
    background-color: #FFF;
}
.mentions-legales-wysiwyg{
    padding-top: 80px;
    padding-bottom: 80px;
}

.mentions-legales-wysiwyg h2{
    font-size: 4rem;
    margin-bottom: 12px;
    font-weight: 800;
}

.mentions-legales-wysiwyg p{
    font-size: 1.6rem;
    margin-bottom: 24px;
}

/* Contact Form Styles */
.contact-form-section {
    padding-top: 80px;
    padding-bottom: 80px;
}


.contact-form-section::before {
    content: "";
    position: absolute;
    top: -70px;
    left: 0;
    width: 58%;
    height: 70px;
    background-color: #FFF;
  }

.contact-form-intro {
    margin-bottom: 80px;
}

.contact-form-intro p {
    font-size: 2.4rem;
    line-height: 1.6;
}

.contact-form {
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-bottom: 24px;
}

.form-field {
    margin-bottom: 24px;
}

.form-field label {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
    color: #333;
    font-size: 1.4rem;
}

.required {
    color: #e74c3c;
}

.form-field input,
.form-field textarea,
.form-field select {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #e0e0e0;
    border-radius: 4px;
    font-size: 1.4rem;
    font-family: "Open Sans", sans-serif;
    transition: border-color 0.3s ease;
    background-color: #f9f9f9;
}

.form-field input:focus,
.form-field textarea:focus,
.form-field select:focus {
    outline: none;
    border-color: #000;
    background-color: #fff;
}

.form-field textarea {
    min-height: 120px;
    resize: vertical;
}

.checkbox-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(200px, 1fr));
    gap: 12px;
    margin-top: 12px;
}

.checkbox-label {
    display: flex !important;
    align-items: flex-start;
    gap: 12px;
    cursor: pointer;
    font-weight: 400;
}

.checkbox-label input[type="checkbox"] {
    width: 18px !important;
    height: 18px !important;
    margin: 0 !important;
    padding: 0 !important;
    cursor: pointer;
    flex-shrink: 0;
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
}

.checkbox-text {
    font-size: 1.4rem;
    line-height: 1.4;
}

.policy-checkbox {
    align-items: flex-start;
    margin-top: 16px;
}

.policy-checkbox .checkbox-text {
    font-size: 1.3rem;
    line-height: 1.5;
}

.policy-checkbox a {
    color: #000;
    text-decoration: underline;
}

.submit-btn {
    background-color: #000;
    color: #fff;
    padding: 16px 32px;
    border: none;
    border-radius: 4px;
    font-size: 1.6rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-top: 24px;
}

.submit-btn:hover {
    background-color: #333;
}

.field-error {
    display: block;
    color: #e74c3c;
    font-size: 1.2rem;
    margin-top: 4px;
}

.alert {
    padding: 16px;
    border-radius: 4px;
    margin-bottom: 24px;
    font-size: 1.4rem;
}

.alert.success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
    text-align: center;
    padding: 32px;
    font-size: 1.6rem;
}

.alert.error {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

/* Honeypot styling */
.honeypot {
    position: absolute;
    left: -9999px;
    opacity: 0;
    pointer-events: none;
}

@media (max-width: 1100px) {
    .mobile-nav{
        display: flex;
    }
    
    .desktop-nav{
        display: none;
    }

    .bloc-1 {
        flex-direction: column;
    }

    .bloc-1-left{
        width: 100%;
        margin-bottom: 64px;
    }

    .bloc-1-right{
        width: 100%;
    }

    .bloc-1-right-single{
        width: 100%;
    }
    
    .bloc-1-left-top h2{
        width: 100% ;
        margin-bottom: 24px;
    }

    .bloc-1-left-top p{
        width: 100%;
    }

    .bloc-1-left-bottom{
        text-align: right;
    }

    .bloc-1-left-bottom p{
        width: 100%;
    }
    
    .bloc-2-container {
        flex-direction: column;
    }

    .bloc-2-left{
        width: 100%;
    }

    .homepage .bloc-2-right{
        width: 100%;
    }

    .homepage .bloc-2-left-bottom {
        width: 100%;
    }
    
    .homepage .bloc-2-left-top h2{
        margin-bottom: 8px;
    }
    
    .homepage .bloc-2-footer{
        background-color: #CCFFFC;
    }

    .homepage.bloc-footer-1::before {
        background-color: #CCFFFC;
    }
    
    .bloc-footer-1 {
        flex-direction: column;
    }

    .bloc-footer-1-left{
        width: 100%;
        margin-bottom: 32px;
    }

    .bloc-footer-1-right{
        width: 100%;
    }

    .bloc-footer-contact-us{
        flex-direction: column;
    }

    .bloc-footer-contact-us h2{
        margin-bottom: 32px;
    }

    .bloc-footer-contact-us form{
        width: 90%;
    }
    
    footer{
        flex-direction: column;
    }

    .footer-left{
        width: 100%;
        margin-bottom: 32px;
    }

    .footer-right{
        width: 100%;
    }

    .notre-approche .bloc-2-left{
        padding-bottom: 64px;
    }

    .notre-approche .bloc-2-right{
        display: none;
        width: 100%;
    }
    
    .notre-approche.bloc-2-footer {
        display: none;
        background-color: #EEEEEE;
    }

    .notre-approche.bloc-footer-1::before {
        background-color: #000;
    }

    .nos-expertises .header-content-top-right{
        position: initial;
    }

    .bloc-2-right{
        width: 100%;
    }

    .contact-us-link{
        padding: 0;
    }
}
    


@media (max-width: 768px) {
    .header-content {
        padding-left: 5%;
    }

    .homepage .header-content-top-left{
        width: 100%;
        margin-bottom: 64px;
    }

    .header-content-top{
        flex-direction: column;
    }

    .header-content-top-right{
        flex-direction: row;
    }
    
    .header-content-bottom{
        display: none;
    }

    .bloc-2-right-container{
        padding: 0 5%;
    }
    
    .bloc-2-right-single-text h3{
        font-size: 3rem;
    }
    
    .bloc-footer-1-right-4-rows{
        grid-template-columns: repeat(1, 1fr);
    }
    
    .bloc-footer-1-right-3-rows{
        flex-direction: column;
    }

    .bloc-footer-contact-us h2{
        padding: 0 5%;
    }

    .notre-vision .header-content-top-left h1{
        font-size: 4.4rem;
    }

    .notre-vision .bloc-1-left-content p{
        width: 100%;
    }

    .nos-expertises .bloc-1-left{
        padding-right: 0;
    }

    .notre-vision .bloc-1-right{
        padding: 0;
    }

    .notre-approche .bloc-2-right-content{
        margin: 0;
    }

    .header-content-top-left{
        margin-bottom: 32px;
    }

    .nos-engagements .header-content-top-left h1 {
        font-size: 5rem;
    }
    
    .bloc-3 {
        flex-direction: column;
    }

    .bloc-3-left{
        width: 100%;
        margin-bottom: 32px;
    }

    .bloc-3-left h2{
        width: 100%;
    }

    .bloc-3-right{
        width: 100%;
    }

    .bloc-3-right-card-container{
        grid-template-columns: repeat(1, 1fr);
    }

    .bloc-4{
        flex-direction: column;
    }

    .bloc-4-left{
        width: 100%;
    }

    .bloc-4-right{
        margin-top: 64px;
        margin-bottom: 64px;
        width: 100%;
    }

    .bloc-4-left-cards-container {
        flex-direction: column;
    }

    .nos-expertises .header-content-top{
        flex-direction: column;
    }

    .nos-expertises .header-content-top-left{
        width: 100%;
    }

    .nos-expertises .header-content-top-right{
        flex-direction: column;
        width: 100%;
    }

    .nos-expertises .bloc-2-left-container-custon-content-progress-container span{
        width: 100%;
    }

    .nos-expertises .header-content-top-right{
        display: none;
    }

    .contact-form {
        margin: 0 16px;
    }
    
    .form-row {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    
    .contact-form-intro p {
        font-size: 1.6rem;
    }
    
    .checkbox-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .bloc-footer-1-right-4-rows{
        grid-template-columns: repeat(1, 1fr);
    }
    
    .homepage .header-content-top-left h1{
        font-size: 3.2rem;
    }

    .notre-vision .header-content-top-left h1{
        font-size: 3.2rem
    }

    .nos-expertises .header-content-top-left h1{
        font-size: 3.2rem
    }

    .nos-engagements .header-content-top-left h1{
        font-size: 3.2rem
    }

    .blog .header-content-top-left h1{
        font-size: 3.2rem
    }

    .nos-engagements .header-content-top-left{
        width: 100%;
    }

    .nos-expertises .bloc-1-left-content p{
        font-size: 2.6rem;
    }

    .bloc-1-right{
        margin-left: 0;
        padding-right: 5%;
    }

    .notre-approche .header-content-top-left h1 {
        font-size: 3.2rem;
        margin-bottom: 32px;
    }

    .notre-approche .bloc-2-left-single{
        flex-direction: column;
    }

    .bloc-2-left-single-left{
        margin-bottom: 8px;
    }

    .notre-approche .bloc-2-left-single {
        align-items: start;
    }

    .nos-expertises.header-content{
        height: initial;
    }

    .nos-expertises .bloc-1-left-container{
        grid-template-columns: repeat(1, 1fr);
    }

    .not-displayed{
        display: none;
    }

    .header-content{
        height: auto;
        padding-top: 20vh;
        padding-bottom: 15vh;
    }

    .bloc-2-right{
        padding-bottom: 0;
        padding-top: 140px;
    }

    .bloc-footer-contact-us h2{
        font-size: 2.4rem;
    }

    .notre-approche.bloc-1{
        margin-bottom: 0;
    }

    .bloc-3{
        padding-bottom: 64px;
    }

    .bloc-3-right-card-container {
        display: flex;
        flex-direction: column;
        gap: 32px;
    }

    .bloc-blog-articles-left h2 {
        font-size: 2em;
    }

    .bloc-blog-articles-left p {
        font-size: 1.6rem;
    }

    .submit-btn {
        width: 100%;
        padding: 16px;
    }
}
