:root {    
    --text-shadow : 0px 0px 30px rgba(0, 50, 87, 0.8);
}

.layout-main {
    padding-top: 0px;
}

.layout-header .layout-navigation li:nth-child(1) {
    display: none;
}

.layout-header {
    background-color: transparent;
    box-shadow: initial;
    position: absolute;
}

.layout-top {
    background-color: transparent;
}

.layout-header .layout-logo {
    width: 120px;
    top: 20px;    
}

.layout-header.fixed {
    background-color: var(--footer-fond);
    box-shadow: var(--box-shadow);
    position: fixed;
    transform: translateY(-100px);
    animation-name: show_fixed_header;
    animation-duration: 0.5s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
}

@keyframes show_fixed_header {
    from {
        transform: translateY(-100px);
    }
    to {
        transform: translateY(0px);
    }    
}

.layout-header.fixed .layout-top {
    background-color: var(--footer-fond);
}

.layout-header.fixed .layout-logo {
    width: 100px;
    top: 10px;
}

/* ----------- .layout-hero */

.layout-hero {
    display: flex;
    position: relative;
    width: 100%;
    height: 100vh;    
    flex-direction: column;
    align-items: center;
    gap: 0;
    justify-content: center;
    background-color: var(--footer-fond);
    font-size: 0;
    overflow-y: auto;
}

.layout-hero>div:not(.background) {
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    padding-left: 10px;
    padding-right: 10px;
    justify-content: center;
}

.layout-hero .title {
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.layout-hero .title h1 {
    font-family: 'poppins-bold';
    font-size: 60px;
    color: #fff;
    line-height: 1;
    margin: 0;
    padding: 0;
    text-shadow: var(--text-shadow);
    text-align: center;
    max-width: 800px;
}

.layout-hero .title p {
    font-family: 'poppins-regular';
    font-size: 30px;
    color: #fff;
    line-height: 1;
    margin: 0;
    padding: 0;
    text-shadow: var(--text-shadow);
    text-align: center;
    max-width: 700px;
}

.layout-hero .dispo-services {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.layout-hero .dispo-services p:nth-child(1) {
    z-index: 2;
    font-family: 'poppins-bold';
    font-size: 70px;
    color: #fff;
    line-height: 1;
    padding: 0;
    margin: 0;
    text-shadow: var(--text-shadow);
}

.layout-hero .dispo-services p:nth-child(2) {
    font-family: 'poppins-regular';
    font-size: 20px;
    line-height: 1;
    color: #fff;
    margin: 0;
    padding: 0;
    text-shadow: var(--text-shadow);
    text-align: center;
}

.layout-hero .down {
    position: absolute;
    bottom: 30px;
    z-index: 2;
    cursor: pointer;
    text-decoration: none;
}

.layout-hero .down svg {
    width: 50px;
    color: #fff;
}

.layout-hero .background {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.layout-hero .background picture {
    width: 100%;
    height: 100%;
}

.layout-hero .background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}




/* ----------- .layout-hero .cta-contact */

.layout-hero .cta-contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    z-index: 2;
}

.layout-hero .cta-contact a {
    display: flex;
    flex-direction: row;
    gap: 15px;
    padding: 10px 30px;
    padding-right: 35px;
    background-color: var(--orange);
    border-radius: 30px;
    color: #fff;
    font-family: 'poppins-medium';
    font-size: 16px;
    text-decoration: none;
    letter-spacing: 0.01em;
    line-height: 1;
    align-items: center;
}

.layout-hero .cta-contact a img {
    width: 30px;
}

.layout-hero .cta-contact p {
    color: #fff;
    font-family: 'poppins-bold';
    font-size: 30px;
    letter-spacing: 0.01em;
    text-shadow: var(--text-shadow);
    line-height: 1;
    margin: 0;
    padding: 0;
    background: transparent;
}

.layout-hero .cta-contact p a {
    color: #fff;
    font-family: 'poppins-bold';
    font-size: 30px;
    letter-spacing: 0.01em;
    text-shadow: var(--text-shadow);
    line-height: 1;
    margin: 0;
    padding: 0;
    background: transparent !important;
    text-decoration: none;
}




/* ----------- .layout-presentation */

.layout-presentation {
    display: flex;
    max-width: 800px;
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px;
    gap: 25px;
    padding-left: 10px;
    padding-right: 10px;
}

.layout-presentation h2 {
    font-family: 'poppins-bold';
    font-size: 40px;
    line-height: 1;
    text-align: center;
    max-width: 600px;
    margin: 0;
    padding: 0;
    color: var(--noir-titres);
    -webkit-hyphens: auto;
    hyphens: auto;
}

.layout-presentation .subtitle {
    font-family: 'poppins-medium';
    font-size: 20px;
    text-align: center;
    line-height: 1.2;
    margin: 0;
    padding: 0;
    color: var(--noir-textes);
    -webkit-hyphens: auto;
    hyphens: auto;
}

.layout-presentation .content {
    max-width: 750px;
}

.layout-presentation .content p {
    font-family: 'poppins-light';
    font-size: 17px;
    text-align: center;
    line-height: 1.3;
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
    color: var(--noir-textes);
    -webkit-hyphens: auto;
    hyphens: auto;
}



/* ----------- .layout-services */

.layout-services {
    padding: 50px 10px;
    margin-top: 100px;
}

.layout-services>div:nth-child(1) {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    gap: 25px;
    margin-bottom: 20px;
    letter-spacing: -0.01em;
}

.layout-services>div:nth-child(1) h2 {
    font-family: 'poppins-bold';
    font-size: 40px;
    margin: 0;
    padding: 0;
    color: var(--noir-titres);
    text-align: center;
    line-height: 1;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.layout-services>div:nth-child(1) .subtitle {
    font-family: 'poppins-medium';
    font-size: 20px;
    text-align: center;
    line-height: 1.2;
    margin: 0;
    padding: 0;
    -webkit-hyphens: auto;
    hyphens: auto;
    color: var(--noir-textes);
}

.layout-services>div:nth-child(1) .text {
    font-family: 'poppins-light';
    font-size: 17px;
    text-align: center;
    line-height: 1.3;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    color: var(--noir-textes);
    -webkit-hyphens: auto;
    hyphens: auto;
}

.layout-services>div:nth-child(2) {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    gap: 30px;
}

.layout-services .service {
    position: relative;
    max-width: 350px;    
    overflow: hidden;
}

.layout-services .service .photo {
    position: relative;
    aspect-ratio: 1.5;
    border-radius: 4px;
    overflow: hidden;
}

.layout-services .service .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.layout-services .service .photo span {
    display: inline-block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 18%;
    padding: 10px 25px;
    background-color: var(--orange);
    border-radius: 20px;
    font-family: 'poppins-medium';
    font-size: 12px;
    color: #fff;
    text-decoration: none;
}

.layout-services .service .texts {
    padding: 10px 0px;
    height: 130px;
}

.layout-services .service .texts h3 {
    font-family: 'poppins-semi-bold';
    font-size: 20px;
    text-align: left;
    margin: 0;
    padding: 0;
    margin-bottom: 8px;
    letter-spacing: -0.01em;
    color: var(--noir-textes);
}

.layout-services .service .texts h3 a {
    font-family: inherit;
    font-size: inherit;    
    letter-spacing: inherit;
    color: inherit;
    text-decoration: none;
}

.layout-services .service .texts p {
    font-family: 'poppins-light';
    font-size: 14px;
    text-align: left;
    line-height: 1.35;
    margin: 0;
    padding: 0;
    color: var(--noir-textes);
    -webkit-hyphens: auto;
    hyphens: auto;
}

.layout-services .cta-contact {
    margin-top: 20px;
}

.layout-services .cta-contact .cta-before {
    font-family: 'poppins-semi-bold';
    font-size: 22px;
    letter-spacing: -0.01em;
    color: var(--noir-titres);
}



/* ----------- .layout-long-distance */

.layout-long-distance {
    display: flex;
    max-width: 700px;
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 150px;
    gap: 25px;
    padding-left: 10px;
    padding-right: 10px;
}

.layout-long-distance h2 {
    font-family: 'poppins-bold';
    font-size: 40px;
    line-height: 1;
    text-align: center;
    margin: 0;
    padding: 0;
    color: var(--noir-titres);
    max-width: 550px;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.layout-long-distance .subtitle {
    font-family: 'poppins-medium';
    font-size: 20px;
    text-align: center;
    line-height: 1.2;
    margin: 0;
    padding: 0;
    -webkit-hyphens: auto;
    hyphens: auto;
    color: var(--noir-textes);
}

.layout-long-distance .content p {
    font-family: 'poppins-light';
    font-size: 17px;
    text-align: center;
    line-height: 1.3;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    color: var(--noir-textes);
    -webkit-hyphens: auto;
    hyphens: auto;
}

.layout-long-distance .content p strong {
    font-family: 'poppins-bold';
    font-size: 25px;
    word-spacing: 0.2rem;
    color: var(--noir-textes);
    -webkit-hyphens: auto;
    hyphens: auto;
}


/* ----------- .layout-regions */

.layout-regions {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 0;
    background-size: cover;
    background-position: top right;
    margin-top: 100px;
}

.layout-regions * {
    margin: 0;
    padding: 0;
}

.layout-regions>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 100px;
    margin-bottom: 100px;
    padding-left: 10px;
    padding-right: 10px;
    z-index: 2;
}

.layout-regions h2 {
    font-family: 'poppins-bold';
    font-size: 40px;
    line-height: 1;
    color: var(--noir-titres);
    text-align: center;
    margin-bottom: 30px;
    max-width: 620px;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.layout-regions .subtitle {
    font-family: 'poppins-medium';
    font-size: 20px;
    line-height: 1.2;
    color: var(--noir-textes);
    text-align: center;
    margin-bottom: 100px;
    max-width: 600px;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.layout-regions ul {
    display: flex;
    flex-direction: row;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 900px;
}

.layout-regions li {
    display: inline-block;
    padding: 4px 20px;
    background-color: #fff;
    font-family: 'poppins-light';
    font-size: 15px;
    border-radius: 15px;
    color: var(--noir-textes);
}




/* ----------- .layout-zones */

.layout-zones {
    margin-top: 100px;
    margin-bottom: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.layout-zones * {
    margin: 0;
    padding: 0;
}

.layout-zones>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 1500px;
    padding-left: 20px;
    padding-right: 20px;
}

.layout-zones h2 {
    font-family: 'poppins-bold';
    font-size: 40px;
    line-height: 1;
    text-align: center;
    max-width: 650px;
    color: var(--noir-titres);
    -webkit-hyphens: auto;
    hyphens: auto;
}

.layout-zones .subtitle {
    font-family: 'poppins-medium';
    font-size: 20px;
    text-align: center;
    line-height: 1.2;
    max-width: 800px;
    color: var(--noir-textes);
    margin-top: 1.5rem;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.layout-zones .text {
    font-family: 'poppins-light';
    font-size: 17px;
    text-align: center;
    line-height: 1.3;
    color: var(--noir-textes);
    max-width: 700px;
    margin-top: 1rem;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.layout-zones .zones {
    display: flex;
    flex-direction: row;
    gap: 30px;
    margin-top: 3rem;
    width: 100%;
    justify-content: center;
}

.layout-zones .zone {
    position: relative;
    width: 100%;
    max-width: 350px;
    aspect-ratio: 1.4;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 5px;
    gap: 1rem;
}

.layout-zones .zone h3 {
    font-family: 'poppins-semi-bold';
    color: #fff;
    font-size: 24px;
    line-height: 1.1;
    max-width: 300px;
    margin: 0;
    padding: 0;
    z-index: 2;
    text-align: center;
}

.layout-zones .zone span {
    display: inline-block;
    position: absolute;
    bottom: 15%;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 25px;
    background-color: var(--orange);
    border-radius: 20px;
    font-family: 'poppins-medium';
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    z-index: 2;
    white-space: nowrap;
}

.layout-zones .zone img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


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

    .layout-services>div {
        flex-direction: column;
    }

    .layout-zones .zones {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .layout-regions {
        padding: 10px;
    }

    .layout-regions:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.3);
        z-index: 1;
    }

    .layout-regions h2 {
        color: #fff;
    }

    .layout-regions .subtitle {
        color: #fff;
    }


    .layout-services,
    .layout-long-distance,
    .layout-vehicles, 
    .layout-regions,
    .layout-zones {
        margin-top: 80px !important;
    }

}


@media screen and (max-width:750px) {
  
    .layout-hero {
    display: flex;
    justify-content: flex-start;
    padding-top: 200px;
    padding-bottom: 100px;
    min-height: 700px;
    }

    .layout-hero .dispo-services {
        display: none;
    }

    .layout-hero>div:not(.background) {
        gap: 80px;
    }

}


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

    .layout-services .service .texts h3 {
        font-size: 25px;
        line-height: 1;
    }

    section:not(.layout-hero) h2 {
        font-size: 35px !important;
    }
 
    .layout-services>div:nth-child(2) {
        gap: 0;
    }
   
}




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

    .layout-hero>div:not(.background) {
        gap: 60px;
    }

    .layout-hero .background:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .layout-hero .title h1 {
        font-size: 40px;
    }

    .layout-hero .title p {
        font-family: 'poppins-regular';
        font-size: 20px;
    }
   
    .layout-hero .dispo-services p:nth-child(1) {
        font-size: 50px;
    }

    .layout-hero .dispo-services p:nth-child(2) {
        font-family: 'poppins-regular';
        font-size: 20px;
    }

    .layout-hero .cta-contact a {
        font-size: 14px;
    }

    .layout-hero .cta-contact a img {
        width: 25px;
    }
    

    .layout-services .service {
        margin: 0;
        margin-bottom: 20px;
    }
}


@media screen and (max-height:550px) {

    .layout-hero {
        padding-top: 150px;
    }
    
}