@font-face {
    font-family: 'Tomorrow';
    src: url('/fonts/tomorrow/Tomorrow-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Tomorrow';
    src: url('/fonts/tomorrow/Tomorrow-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Tomorrow';
    src: url('/fonts/tomorrow/Tomorrow-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Tomorrow';
    src: url('/fonts/tomorrow/Tomorrow-ExtraBoldItalic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: 'Tomorrow';
    src: url('/fonts/tomorrow/Tomorrow-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Tomorrow';
    src: url('/fonts/tomorrow/Tomorrow-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Tomorrow';
    src: url('/fonts/tomorrow/Tomorrow-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Tomorrow';
    src: url('/fonts/tomorrow/Tomorrow-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Tomorrow';
    src: url('/fonts/tomorrow/Tomorrow-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Tomorrow';
    src: url('/fonts/tomorrow/Tomorrow-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Tomorrow';
    src: url('/fonts/tomorrow/Tomorrow-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Tomorrow';
    src: url('/fonts/tomorrow/Tomorrow-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Tomorrow';
    src: url('/fonts/tomorrow/Tomorrow-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Tomorrow';
    src: url('/fonts/tomorrow/Tomorrow-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Tomorrow';
    src: url('/fonts/tomorrow/Tomorrow-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Tomorrow';
    src: url('/fonts/tomorrow/Tomorrow-ExtraLightItalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: 'Tomorrow';
    src: url('/fonts/tomorrow/Tomorrow-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Tomorrow';
    src: url('/fonts/tomorrow/Tomorrow-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
}






@font-face {
    font-family: 'Lato';
    src: url('/fonts/lato/Lato-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('/fonts/lato/Lato-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Lato';
    src: url('/fonts/lato/Lato-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('/fonts/lato/Lato-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Lato';
    src: url('/fonts/lato/Lato-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('/fonts/lato/Lato-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Lato';
    src: url('/fonts/lato/Lato-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('/fonts/lato/Lato-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Lato';
    src: url('/fonts/lato/Lato-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('/fonts/lato/Lato-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
}





.presentation {
    background-color: #ffffff;
    height: auto;


    /* couleurs principales */
    --couleur-jaune :#FFDB4D;
    --couleur-violet :#371738;
    --couleur-blanc :#ffffff;
    
    /* couleurs secondaires */
    --couleur-foncee :#161316;
    --couleur-foncee-2 : #372B38;
    --couleur-claire :#cec1ce;
    --couleur-claire-2 : #e6dce6; /* fond des champs */
    --couleur-jaune-hover: #FDF28F;
    --couleur-de-separation: rgba(255, 255, 255, 0.04);
    /* couleurs headers */
    --couleur-violet-clair :#422a44;
    --couleur-gris :#f3f3f3;

    color: var(--couleur-foncee);

    --marge-cotes : 40px;

    --gap-small: 10px;
    --gap-medium: 20px;
    --gap-big: 50px;
    --gap-large: 80px;

    line-height: 1.2;
    font-family: lato, sans-serif;
    font-size: 1rem;
}



.presentation .wrapper{
    width: 100%;
    max-width: 620px;
}
.presentation section{
    padding-top: var(--gap-large);
    padding-bottom: var(--gap-large);
}
.presentation section.centre{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    padding-left: var(--marge-cotes);
    padding-right: var(--marge-cotes);

    margin: 0;
}
.presentation .bloc-deux{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;

    gap: var(--gap-big);
}
.presentation .bloc-deux .small{
    width: calc(35% - (var(--gap-big) / 2));
    min-width: 150px;
}
.presentation .bloc-deux .big{
    width: calc(65% - (var(--gap-big) / 2));
}
.presentation h2,
.presentation h1{
    color: currentColor;

    font-size: 36px;
    line-height: 1;
    text-align: left;

    margin-bottom: var(--gap-medium);
}
.presentation h2{
    margin-bottom: var(--gap-big);
}
.presentation h2::before{
    content:"";
    display: inline-block;

    height: 0.3em;
    aspect-ratio: 1;

    margin-bottom: 0.1em;
    margin-right: 0.2em;

    border: 4px currentColor solid;
    transform: rotate(45deg);
}
.presentation h1::after{
    content: "";
    display: block;

    height: 4px;
    width: 200px;

    margin-top: var(--gap-small);

    background-color: currentColor;
}
.presentation h2.sans-decoration::after,
.presentation h1.sans-decoration::after{
    content: none;
}
.presentation h3{
    font-size: 1.75rem;
    color: currentColor;

    margin-bottom: 5px;
}
.presentation .sombre{
    background-color: var(--couleur-foncee-2);
    color: var(--couleur-blanc);
}
.presentation .sombre h2::after,
.presentation .sombre h1::after{
    color: var(--couleur-jaune);
}
.presentation .clair{
    background-color: var(--couleur-gris);
}
.presentation .coloration-sombre{
    position: relative;
}
.presentation .coloration-sombre::after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: block;

    background-color: var(--couleur-foncee);
    mix-blend-mode: color;
}
.presentation .losange-container{
    overflow: hidden;
    transform: rotate(45deg) scale(0.7);
}
.presentation .losange-container>*{
    transform: rotate(-45deg) scale(1.43);
}

/* BOUTONS */
.presentation .bouton-header{
    position: relative;
    overflow: hidden;
    display: block;

    width: max-content;

    padding: 10px 35px 12px;

    font-family: tomorrow, sans-serif;
    font-weight: bold;
    text-decoration: none;

    color:  var(--couleur-foncee);

    background-color: var(--couleur-jaune);
    border-radius: 1px;
    box-shadow: inset 0 0 0 0 var(--couleur-blanc);
    transition: box-shadow 0.3s;
}
.presentation .bouton-header:hover{
    box-shadow: inset 260px 0 0 0 var(--couleur-blanc);
}
.presentation .bouton-header:hover{
    color: var(--couleur-foncee);
}

.presentation .bouton-presentation{
    position: relative;
    overflow: hidden;
    display: block;

    width: max-content;

    padding: 4px 35px 6px;

    font-family: tomorrow, sans-serif;
    font-weight: bold;
    text-decoration: none;

    color:  var(--couleur-blanc);

    background-color: var(--couleur-foncee);
    border-radius: 1px;
    box-shadow: inset 0 0 0 0 var(--couleur-blanc);
    transition: box-shadow 0.3s;
}

.presentation .bouton-presentation svg{
    height: 1em;
    width: 1em;
    transform: translateY(0.2em) scale(1.2);
}
.presentation .bouton-presentation svg .svg-ligne{
    stroke: currentColor;
    stroke-width: 0.15em;
}
.presentation .bouton-presentation svg .bouton-icone-fleche{
    transition: transform 0.3s;
}
.presentation .bouton-presentation:hover svg .bouton-icone-fleche{
    transform: translate(0.125em, -0.125em);
}


/* LOGO */
a.logo-wrapper{
    text-decoration: none;
    color: var(--couleur-blanc);
}
.logo-clwd{
    display: flex;
    flex-direction: row;
    gap: 1rem;

    height: 3.125rem;
}
.logo-clwd svg.insigne{
    height: 100%;
}
.logo-clwd .logo-jaune{
    fill: var(--couleur-jaune);
}
.logo-clwd .logo-blanc{
    fill: var(--couleur-blanc);
}
.logo-clwd{
    color: var(--couleur-blanc);
}
.logo-clwd .logo-texte{
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    line-height: 1;
    font-family: lato, sans-serif;
}
.logo-clwd .logo-texte .logo-titre{
    font-size: 1.4rem;
}
.logo-clwd .logo-texte .logo-sous-titre{
    font-size: 1rem;
}
@media screen and (max-width: 420px){
    .logo-clwd .logo-texte .logo-titre{
        font-size: 1.2rem;
    }
    .logo-clwd .logo-texte .logo-sous-titre{
        font-size: 0.9rem;
    }
}

/* NAV */
.presentation nav.nav-presentation {
    position: fixed;
    top: 0;
    z-index: 300;

    width: 100%;
    min-height: 70px;

    background-color: var(--couleur-foncee);
}
.presentation nav.nav-presentation .nav-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;

    min-height: 70px;
    width: 94%;
    max-width: 1500px;

    margin-left: auto;
    margin-right: auto;
}
.presentation nav.nav-presentation .logo{
    height: 55px;

    padding-top: 5px;
}
.presentation nav.nav-presentation ul{
    display: flex;
    justify-content: center;
    align-items: center;
    
    min-height: 70px;
}
.presentation nav.nav-presentation ul li{
    position: relative;

    min-height: 70px;
    padding: 0 10px;
}

.presentation nav.nav-presentation ul li a{
    display: flex;
    justify-content: center;
    align-items: center;
    
    min-height: 70px;
    min-width: 120px;

    text-decoration: none;
    font-size: 1.35rem;
    color: var(--couleur-blanc);

    transition: color 0.2s;
}
.presentation nav.nav-presentation ul li:hover a{
    color: var(--couleur-jaune);
    transition-delay: 0.2s;
}
@media screen and (min-width: 769px){
    .presentation nav.nav-presentation ul li::after{
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;

        display: block;

        height: 4px;
        width: 0%;

        background-color: var(--couleur-jaune);
        transition: width 0.2s;
    }
    .presentation nav.nav-presentation ul li:hover::after{
        left: 0;
        right: unset;

        width: 100%;
        transition-delay: 0.2s;
    }
}


/* BURGER NAV */
.presentation .burger{
    display: none;
}
.presentation .burger-overlay{
    display: none;
}
@media screen and (max-width: 768px){
    .presentation .burger{
        height: 30px;
        width: 37px;

        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        flex-direction: column;

        color: var(--couleur-blanc);
    }
    .presentation .burger:hover{
        color: var(--couleur-jaune);
    }
    .presentation .burger .burger-barre{
        height: 4px;
        width: 100%;

        background-color: currentColor;

        transform-origin: right;

        transition: all 0.3s ease-in-out;
    }
    .presentation nav.burger-ouvert .burger .burger-barre.barre-1{
        transform: rotate(-45deg);
    }
    .presentation nav.burger-ouvert .burger .burger-barre.barre-2{
        width: 0;
    }
    .presentation nav.burger-ouvert .burger .burger-barre.barre-3{
        transform: rotate(45deg);
    }

    .presentation nav ul{
        position: absolute;
        bottom: 0;
        left: 0;
        flex-direction: column;
    
        width: 100%;
    
        background-color: var(--couleur-foncee);
    
        transform: translateY(0);
        transition: all 0.5s;
        z-index: -2;
    }
    .presentation nav.burger-ouvert ul{
        transform: translateY(100%);
    }

    .presentation .burger-overlay{
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 100vh;
        background-color: transparent;
        z-index: -2;

        transition: bottom 0s 0.5s, background-color 0.5s 0s;
    }
    .presentation nav.burger-ouvert .burger-overlay{
        bottom: 0;
        background-color: #000000cc;
        transition: bottom 0s 0s, background-color 0.5s 0s;
    }

    .presentation div.masquage{
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: var(--couleur-foncee);
        z-index: -1;
    }
}








/* HERO HEADER */
.presentation header{
    isolation: isolate;
}
.presentation header .wrapper{
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: var(--gap-big);

    max-width: 1400px;

    margin-left: auto;
    margin-right: auto;
    padding: min(calc(4vw + 10px), var(--gap-big)) var(--marge-cotes) 0 var(--marge-cotes);
}
.presentation header .wrapper>*{
    width: 50%;
}
.presentation header .wrapper div.header-text{
    padding-bottom: min(calc(4vw + 10px), var(--gap-big));
}
.presentation header .wrapper img{
    width: 400px;
    align-self: flex-end;
}
.presentation header .wrapper .image-wrapper{
    align-self: flex-end;
}
.presentation header p{
    margin-bottom: var(--gap-medium);
    font-size: 1.25rem;
}
.presentation div.biseau{

    clip-path: polygon(0% 100%, 100% 100%, 100% 0%);
    -webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 0%);

    width: 100%;
    height: 4vw;

    margin-top: -4vw;

    transform: translateY(1px);
  
    background-color: var(--couleur-blanc);
}

/* SECTION PROJETS */

.presentation div.projet-losange{
    display: flex;
    flex-wrap: wrap;
    gap: var(--gap-medium);

    margin-top: var(--gap-big);

    transform: rotate(45deg) scale(0.7);
}
.presentation div.item{
    position: relative;

    display: flex;
    justify-content: center;
    align-items: center;

    width: calc(50% - (var(--gap-medium) / 2));
    
    aspect-ratio: 1 / 1;

    overflow: hidden;
}
.presentation div.item a.lien-item{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.presentation div.item img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transform: rotate(-45deg) scale(1.42);

    transition: transform, 0.8s;
    z-index: -1;
}
.presentation div.item:hover img{
    transform: rotate(-45.5deg) scale(1.47);
}
.presentation div.item .bouton-item{
    display: block;

    width: 350px;
    
    padding: 12px 20px 16px;
    
    background-color: var(--couleur-jaune);
    color: var(--couleur-foncee);

    text-align: center;
    font-family: tomorrow, sans-serif;
    font-size: 1.4em;
    font-weight: bold;
    text-decoration: none;

    transform: rotate(-45deg) translateY(180%);
    border-radius: 0;
    transition: background-color, 0.3s;
}
.presentation div.item:hover .bouton-item{
    background-color: var(--couleur-jaune-hover);
}


/* SWIPER AVIS */
.presentation .swiper-pagination{
    position: relative;
    margin-top: var(--gap-medium);
}
.presentation .swiper-pagination-bullet{
    opacity: 0.4;
    background-color: var(--couleur-foncee);
}
.presentation .swiper-pagination-bullet-active{
    opacity: 1;
}
.presentation .swiper-avis span.avis-nom{
    font-size: 1.625rem;
    font-family: tomorrow, sans-serif;
    font-weight: bold;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-bottom: var(--gap-small);
}
.presentation .swiper-avis span.avis-nom::after{
    content: "";
    display: block;
    background-color: currentColor;
    height: 4px;
    margin-top: 5px;
    flex-grow: 1;
}
.presentation .swiper-avis p{
    font-size: 1.125rem;
    font-style: italic;
    letter-spacing: 0.8px;
}
.presentation .swiper-avis p::before{
    content: "«\00a0";
    font-size: 1.25em;
}
.presentation .swiper-avis p::after{
    content: "\00a0»";
    font-size: 1.25em;
}
.presentation .swiper{
    width: 100%;
    height: 100%;

    padding: 0 calc(50px + var(--gap-small))!important;
}
.swiper-button-prev-avis,
.swiper-button-next-avis{
    position: absolute;
    top: 50%;

    padding: 10px;

    transform: translateY(-50%);
    transition: color, 0.3s;
    cursor: pointer;
    color: var(--couleur-foncee);
}
.swiper-button-prev-avis:hover,
.swiper-button-next-avis:hover{
    color: var(--couleur-foncee-2);
}
.swiper-button-prev-avis svg,
.swiper-button-next-avis svg{
    transition: all 0.5s;
}
.swiper-button-prev-avis:hover svg{
    transform: translateX(-5px);
}
.swiper-button-next-avis:hover svg{
    transform: translateX(5px);
}
.swiper-button-prev-avis{
    left: 0;
}
.swiper-button-next-avis{
    right: 0;
}


/* Contact */
.presentation .contact ul{
    display: flex;
    flex-direction: column;

    width: 98%;
    max-width: 1380px;
    gap: 8px;
}
.presentation .contact ul li a{
    width: 100%;
    max-width: max-content;

    font-size: 1.2rem;
    font-weight: bold;

    padding: 8px;

    text-decoration: none;
    color: var(--couleur-foncee);
}
.presentation .contact ul li a{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.presentation .contact ul svg{
    height: 1em;
    margin-right: 0.5em;
}


/* FOOTER */
.presentation footer{
    background-color: var(--couleur-foncee-2);
    padding: var(--gap-big) var(--marge-cotes);
}
.presentation footer .logo-clwd{
    max-width: 300px;
    width: 100%;

    margin-left: auto;
    margin-right: auto;
}

.presentation footer div.footer-content{
    color: var(--couleur-blanc);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
    gap: var(--gap-medium);

    max-width: 1300px;

    margin-left: auto;
    margin-right: auto;
    padding-top: var(--gap-large);

    border-top: var(--couleur-foncee-2) solid 2px;
}
.presentation footer div.footer-content>*{
    margin: 0;
    max-width: 250px;
}
.presentation footer div.footer-content h2{
    font-size: 1.5rem;
}
.presentation footer div.footer-content li{
    text-align: left;
}





@media screen and (max-width: 958px){
    .presentation {
        --marge-cotes : 20px;
    
        --gap-small: 8px;
        --gap-medium: 12px;
        --gap-big: 40px;
        --gap-large: 60px;
    
        line-height: 1.2;
        font-family: lato, sans-serif;
        font-size: 1rem;
    }

    
    .presentation h2, .presentation h1{
        font-size: 1.5rem;
    }
    .presentation h1::after{
        width: 133px;
    }
    .presentation header p{
        font-size: 1.2rem;
    }


    .presentation nav.nav-presentation ul li a{
        font-size: 1.2rem;
    }

    .presentation .swiper-avis span{
        font-size: 1.25rem;
    }
    .presentation .swiper-avis p{
        font-size: 1rem;
    }
}




@media screen and (max-width: 642px){
    .presentation header .wrapper{
        padding: var(--gap-medium) var(--marge-cotes) 0 var(--marge-cotes);
    }
    .presentation h2, .presentation h1{
        font-size: 1.25rem;
    }
    .presentation h1::after{
        width: 110px;
    }
    .presentation header p{
        font-size: 1rem;
    }
    .presentation .bouton-header{
        padding: 8px 32px 10px;
        margin-left: auto;
        margin-right: auto;
    }
    


    .presentation header .wrapper{
        flex-direction: column;
        text-align: center;
        gap: 0;
    }
    .presentation header .wrapper>*{
        width: 100%;
    }
    .presentation header .wrapper h1{
        text-align: center;
    }
    .presentation header .wrapper h1:after{
        display: none;
    }
    .presentation header .wrapper img{
        max-width: 300px;
    }

    .presentation header .wrapper h1{
        
        z-index: 8;
    }
    .presentation header .wrapper .image-wrapper{
        position: relative;
        margin-bottom: -20px;
        z-index: -1;
        background-color: var(--couleur-foncee-2);
    }
    .presentation header .wrapper .image-wrapper::after{
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(0deg, var(--couleur-foncee-2) 0%, transparent 100%);
    }
    .presentation header .wrapper .image-wrapper img{
        width: 40%;
        aspect-ratio: 1.2/1;
        object-fit: cover;
        object-position: top;
    }


    .presentation nav.nav-presentation ul li a{
        font-size: 1rem;
    }

    .presentation section.centre.section-avis{
        padding-left: 0;
        padding-right: 0;
    }
    .presentation section.centre.section-avis h2{
        padding-left: var(--marge-cotes);
        padding-right: var(--marge-cotes);
    }
    .presentation .swiper{
        padding: 0 calc(40px + var(--gap-small))!important;
    }
    .presentation .swiper-avis span{
        font-size: 1.125rem;
    }
}