/*
 * Theme Name: Alexandre Labruyère v2
 * Description: Thème wordpress personnalisé pour Alexandre Labruyère
 * Author: Made by Timothée Collas with Upstatement Timber
*/

@import url(./style/popin.css);

@font-face {
    font-family: 'abc_whyte_inktrapmedium';
    src: url('static/font/font-medium-webfont.woff2') format('woff2'),
         url('static/font/font-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


h1,h2,h3,h4,h5,h6{
    font-weight: normal;
    text-transform: inherit;
    font-family: 'abc_whyte_inktrapmedium', Arial, Helvetica, sans-serif;
    margin:0;
}

.menu-item,
.quote-content,
.page-h1,.page-h2,
.hero-title{
    font-family: 'abc_whyte_inktrapmedium', Arial, Helvetica, sans-serif;
    text-transform: none;
}

html{
    font-size: 16px;
    font-weight: normal;
    height: 100%;
    overflow: hidden;
    box-sizing: border-box;
    -moz-osx-font-smoothing: grayscale;
}


body{
    font-family: Arial, Helvetica, sans-serif;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

p{
    margin: 0px 0px 40px 0px;
}

#content{
    overflow-x: hidden;
    overflow-y: scroll;
    position: relative;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    padding-left:10rem;
}
.content-wrapper{
    max-width: 1500px;
}

a {
    text-decoration: none;
    color:black;
    font-weight: normal;
    opacity: 1;
}

a:hover{
   color:grey;
}

button{
    border-radius: 0;
    padding:0;
    border: 0;
    background: none;
    cursor: pointer;
}

.section{
    padding:80px 0px;
}

/* –––––– NAVIGATION –––––– */


header.menu-bar{
    position: absolute;
    top:0;
    left: 0;
    width: 10rem;
    height: 100%;
    z-index:2;
    display: flex;
    justify-content: center;
}

header .menu-container{
    display: flex;
    align-items: center;
    position: relative;
    flex-direction: column;
    width: 100%;
}

header .icon-menu{
    position: absolute;
    top: 20px;
}

.logo, .slogan,
.header-link{
    margin:0;
}

.header-link{
    white-space: nowrap;
}

#burger-menu.icon-menu{
    width: 35px;
    height: 35px;
}

#burger-menu.icon-menu .burger-content{
    position: relative;
    height: 20px;
    width: 100%;
}
#burger-menu.icon-menu .burger-content .bar{
    position: absolute;
    left: 0;
    width: 100%;
    background-color: black;
    transition: transform 300ms cubic-bezier(0.075, 0.82, 0.165, 1);
}
#burger-menu.icon-menu:hover .burger-content .bar.top{
    transform: translate3d(2px, 0,0);
}
#burger-menu.icon-menu:hover .burger-content .bar.middle{
    transform: translate3d(-2px, 0,0);
}
#burger-menu.icon-menu:hover .burger-content .bar.bottom{
    transform: translate3d(2px, 0,0);
}

#burger-menu.icon-menu .burger-content .bar .fill{
    width: 100%;
    height: 1px;
    will-change: transform;
}

#burger-menu.icon-menu .burger-content .bar.top{
    top: 0;
}
#burger-menu.icon-menu .burger-content .bar.middle{
    top: 50%;
    margin-top: -.5px;
}
#burger-menu.icon-menu .burger-content .bar.bottom{
    bottom: 0;
}

#burger-menu.icon-menu.open .burger-content .bar.top {
    top: 50%;
    transform: rotate(-45deg);
}
#burger-menu.icon-menu.open .burger-content .bar.bottom {
    bottom: 50%;
    transform: rotate(45deg);
}
#burger-menu.icon-menu.open .burger-content .bar.middle {
    width: 0;
}

#burger-menu.icon-menu.open .menu-label{
    opacity: 0;
}

.menu-label {
    font-size: 10px;
    text-transform: uppercase;
    padding-top: 5px;
    letter-spacing: 2px;
    text-align: center;
    width: 100%;
    color:black;
  }

.logo{
    display: block;
    position: absolute;
    top: 50%;
    transform: rotate(-90deg) translateX(50%);
}

.logo .header-link{
    transform: translateX(-20%);
}

.slogan{
    display: block;
    position: absolute;
    bottom: 5rem;
    transform: rotate(-90deg) translateX(50%);
}

.logo .header-link{
    font-size: 2rem;
}

.slogan .header-link{
    font-size: 1.4rem;
}

.header{
    display: inline-block;
    width: 100%;
}

#nav-main.nav-main{
    position: absolute;
    top:0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index:1;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0ms linear 600ms;
}

#nav-main.nav-main.open{
    opacity: 1; 
    transition: opacity 0ms linear 0ms;
    pointer-events: all;
}

.nav-main .overlay{
    position: absolute;
    top:0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #87988f;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    transform-origin: top left;
    transition: transform 300ms cubic-bezier(.08,.82,.28,1) 150ms;
    z-index:-1;
}


#nav-main.nav-main.open .overlay{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: transform 500ms cubic-bezier(.08,.82,.28,1);
}

.nav-main.open .inner-menu .menu-items .menu-item a, .nav-main.open .inner-menu .small-menu-items .small-menu-item a{
    transition: transform 500ms cubic-bezier(.08,.82,.28,1);
    transition-delay: 150ms;
    transform: translateY(0);
}

.nav-main.open .inner-menu .small-menu-items .small-menu-item a{
    transition-delay: 350ms;
}


.inner-menu .menu-items .menu-item, .inner-menu .small-menu-items .small-menu-item{
    overflow: hidden;
}

.inner-menu .menu-items .menu-item a, .inner-menu .small-menu-items .small-menu-item a {
    position: relative;
    transform: translateY(100%);
    transition: transform 300ms cubic-bezier(.08,.82,.28,1);
  }


.menu-wrapper{
    display: flex;
    flex-direction: column;
    height: 100%;
}

.inner-menu{
    display: flex;
    height: 100%;
    margin-left: 10rem;
    position: relative;
    z-index: 1;
}

.inner-menu .menu-items{
    padding: 0px 5rem 0rem 5rem;
    list-style-type: none;
}

.inner-menu .small-menu-items{
    list-style-type: none;
    display: flex;
    flex-direction: column;
    padding:40px 0px 0px 0px;
    margin: 0;
}

.inner-menu .small-menu-items li{
    margin-bottom: 10px;
}

.inner-menu .small-menu-items .date{
    display: none;
}

.inner-menu .preview-wrapper{
    position: relative;
}

.menu-items{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding:0;
    margin:0;
    flex:6;
}

.small-menu-items{
    flex:1;
    display: flex;
}

.small-menu-item {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    margin-right: 30px;
}

.menu-items .menu-item{
    font-size: 8rem;
    transition: transform 200ms ease-in-out;
}

.menu-item:hover {
    transform: translateX(20px);
}

.menu-item a, .small-menu-item a{
    color:black;
 }

.menu-item:hover a{
   color:black;
}

.small-menu-item:hover a{
    opacity: 0.5;
}

#burger-menu.icon-menu{
    margin: auto;
    display: block;
}

.preview-container{
    height: 100%;
    display: flex;
}

.preview-wrapper{
    height: 100%;
    position: relative;
    width: 50%;
    flex: 1;
}

.preview-container{
    flex-wrap: nowrap;
    overflow: hidden;
    width: 100%;
}

.small-thumb-container{
    flex-direction: column;
}

.small-thumb, .big-thumb{
    overflow: hidden;
    position: relative;
}

.big-thumb{
    width: 100%;
    height: 100%;
}

.small-thumb{
    height: calc(50% - 20px);
    margin-bottom: 20px;
}

.thumb-wrapper{
    height: 100%;
    will-change: transform;
    float: right;
    transform: translateX(100%);
    transition: transform 300ms cubic-bezier(.08,.82,.28,1);
}

.nav-main.open .thumb-wrapper {
    transform: translateX(0);
    transition: transform 600ms cubic-bezier(.08,.82,.28,1) 300ms;
}

.thumb-wrapper img{
    height: 100%;
}

.collections-menu{
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow-y: scroll;
    padding-left: 7rem;
    flex: 1;
    padding-top: 5rem;
}

.collections-menu .collection-h1{
    text-transform: uppercase;
    font-size: 1.1rem;
    font-weight: normal;
    letter-spacing: 1px;
    flex: 1;
    padding-left: 20px;
}

.collection-list{
    list-style-type: none;
    margin:0;
    padding: 0px 0px 100px 0px;
    flex: 2;
}

.menu-item a, .small-menu-item a{
    transform: translateX(20px);
    transition: transform 300ms cubic-bezier(0.075, 0.82, 0.165, 1);
    display: inline-block;
}

.menu-item:hover a{
    transform: translateX(0px);
}

.menu-item{
    font-size: 7.5rem;
    line-height: 100%;
    margin-bottom: 10px;
    text-transform: capitalize;
}


/* –––––– GLOBAL APPROACH –––––– */

.primary-link{
    font-size: 1rem;
    line-height: 1rem;
    text-transform: uppercase;
    display: inline-block;
    padding-bottom: 3px;
    border-bottom: 1px solid black;
    letter-spacing: 0.1rem;
}

.primary-button{
    font-size: 1.25rem;
    line-height: 1.25rem;
    text-transform: uppercase;
    display: inline-block;
    padding: 16px 32px;
    border: 1px solid black;
    letter-spacing: 0.1rem;
    color: black;
}

.primary-button:hover{
    background-color: black;
    color:white;
    cursor: pointer;
}

.text-content p{
    margin: 0px 0px 15px 0px;
}

.text-content a,
.text-content a:visited,
.text-content a:target{
    color: black;
    font-weight: bold;
    display: inline-block;
}
.text-content a::after{
    content: "";
    display: block;
    position: relative;
    height: 2px;
    width: 0;
    background-color: black;
    top: -2px;
    transition: width 300ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.text-content a:hover::after,
.text-content a:active::after,
.text-content a:focus::after,
.text-content a:focus-visible::after{
    width: 100%;
}

/* –––––– PAGE COLLECTIONS (ACCUEIL) –––––– */

.hero-section{
    width:100%;
    height: 80vh;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.hero-title-container{
    max-width:480px;
    padding: 0px 40px 40px 0px;
}

.hero-title{
    color:white;
    text-align: right;
    font-weight: normal;
    font-size: 48px;
    line-height: 56px;
    text-transform: none;
}

.collection-wrapper{
    padding: 0px 100px 0px 0px;
}

.page-h1{
    font-size: 9rem;
    line-height: 9rem;
    padding-bottom:40px;
}

.page-h2{
    font-size: 5rem;
    line-height: 5rem;
    padding-bottom:40px;
}

.section-text{
    font-size:20px;
    line-height: 32px;
}

.carousel-placeholder-image{
    overflow: hidden;
}

.collection-infos {
    text-align: center;
    width: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding:25px 0px;
}
.collection-infos h3, .collection-infos p{
    display: block;
    width: 100%;
    margin: 0;
}
.collection-infos p{
    font-size: 14px;
}

.collection-infos h3{ 
    font-size: 3rem;
    margin-bottom: 10px;
}

.on-demand-section, .designer-section{
    display: flex;
    padding-right: 40px;
}

.on-demand-section{
    gap:24px;
}

.on-demand-section .section-infos-column, .material-section{
    padding-right: 24px;
}

.on-demand-section .left-column, .on-demand-section .right-column{
    display: flex;
    flex-direction: column;
    gap:24px;
}

.section-infos-column{
    flex-grow: 1;
    flex-basis: 0;
}

.left-column{
    align-items: flex-end;
    flex-grow: 1.5;
    flex-basis: 0;
}

.right-column{
    align-items: flex-start;
    flex-grow: 1;
    flex-basis: 0;
}

.left-column .gallery-card:first-child{
    width:50%;
}

.right-column .gallery-card:last-child{
    width:64%;
}

.gallery-card img{
    width:100%;
    height:auto;
}

.sketch, .portrait{
    flex-basis: 0;
    flex-grow: 1;
}

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

.portrait .section-title{
    padding: 0px 0px 40px 64px;
}

.portrait-content{
    display: flex;
    flex-direction: row;
    gap: 40px;
    margin-left: -10dvw;
}

.portrait-content > div{
    flex-basis: 0;
    flex-grow: 1;
}

.full-title{
   display: flex;
   padding-bottom: 40px;
   gap:40px;
}

.full-title .page-h2{
    flex: 2 0;
}

.full-title .section-text{
    flex: 1 0;
}

.material-section .section-gallery{
    display: flex;
    gap:40px;
}

.material-section .section-gallery > .gallery-card{
    flex-basis: 0;
    flex-grow: 1;
}

.material-section .section-gallery > .gallery-card:nth-child(2) {
    flex-grow: 1.5;
}

.carousel-item.collection-card:hover img {
    transform: scale(1.1);
    transition: transform 0.5s cubic-bezier(0.12, 0.64, 0.48, 0.94);;
}

.carousel-item.collection-card img{
    transition: transform 0.3s cubic-bezier(0.12, 0.64, 0.48, 0.94);;
}



/* –––––– PAGE INTRO –––––– */

.page-intro{
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
}

.back-link{
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: .15rem;
    font-size: 1rem;
    margin-bottom: 20px;
}

.page-intro .back-link{
    padding: 2.5rem 0px 0px 5rem;
}

.intro-image{
 margin-bottom: 20px;
}

.column{
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
}

.page-intro .intro-infos, .page-intro .intro-images{
    flex-grow: 1;
}

.page-intro .intro-infos .intro-title .page-h1{
    padding-left: 5rem;
    padding-bottom: 5rem;
    margin: 0;
    padding-top: 40rem;
    line-height: 100%;
    font-size: 9rem;
}

.page-intro .intro-texts{
    padding-left : 5rem;
    padding-top : 4rem;
}

.page-intro .intro-texts .text-paragraph{
    display: flex;
    margin-bottom: 6rem;
}

.page-intro .intro-texts .text-paragraph h3{
    font-size: 1.6rem;
    max-width: 28rem;
    margin: 0;
    font-weight: bold;
    flex:1;
}

.page-intro .intro-texts .text-paragraph .text-content{
    flex:2;
} 

/* –––––– PAGE SECTIONS –––––– */

.page-sections .page-section{
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-bottom: 2rem;
}

.image-wrapper{
    overflow: hidden;
}

.image-wrapper img{
    width: 100%;
    overflow: hidden;
    display: block;
    height: auto;
}

.text-content{
    font-size: 14px;
    line-height: 24px;
}

.quote-content{
    padding:4rem 0;
    font-size:6.4rem;
    line-height: 110%;
}

.page-section .column{
    margin-left:20px;
}

.page-section .column:first-child{
    margin-left:0;
}

.page-section.single_image .image-description{
    width: 40%;
}

.page-section.single_image .image-description .description-content{
    padding-right: 50%;
}

.page-section.double_image .image-description{
    width: 25%;
}

/* –––––– CAROUSEL –––––– */

.page-carousel{
    position: relative;
}

.carousel-content {
    display: flex;
}

.carousel-item {
    flex: 1 1 auto;
    margin-right: 20px;
    transition: transform 500ms cubic-bezier(.77,0,.18,1);
}

.carousel-item img{
    width: 100%;
    height: auto;
    display: block;
}

.placeholder-image img, .carousel-placeholder-image img{
    opacity: 0;
    object-position: center;
    object-fit: cover;
    aspect-ratio: auto;
    display: block;
    transition: opacity 600ms ease-in;
}

.placeholder-image.loaded img, .carousel-placeholder-image.loaded img{
    opacity: 1;
}

.placeholder-image,.carousel-placeholder-image{
    background-size: cover;
    background-position: center;
}

.item-caption-text {
    font-size: 1.5em;
    max-width: 50%;
    line-height: 1.5em;
}

.icon-button{
    cursor:pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.icon-button.inactive{
    pointer-events: none;
}

.icon-button.inactive svg{
    opacity: 0;
}

.icon-button.inactive::before{
    transform: scale(0);
    opacity: 0;
}

.icon-button::before{
    content:"";
    display: block;
    background-color: white;
    border-radius: 100%;
    transition: transform 300ms cubic-bezier(.17,.84,.44,1), opacity 100ms ease-in;
    opacity: 100%;
    width: 64px;
    height: 64px;
    border:1px solid black;
}

.icon-button.pagination::before{
    border:none;
}

.icon-button:hover:active::before{
    transform: scale(1); 
}

.icon-button:hover::before{
    transform: scale(1.2);
}

.icon-button svg{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.prev, .next{
    position:absolute;
    top:40%;
}

.prev{
    left:20px;
}
.next{
    right:20px;
}

/* –––––– PAGE ACTUALITÉS (BLOG) –––––– */

.page-template-template-page-actualites .content-wrapper{
    padding-top: 128px;
}

.actus-list{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    padding-top:40px;
}

.actu{
    display: flex;
    width: 100%;
    max-width: 360px;
    margin-right: 64px;
    flex-direction: column;
}

.actu-title{
    font-size:24px;
    line-height: 32px;
    margin-bottom: 8px;
}

.actu-content{
    padding: 0px 40px 64px 0px;
}

.actu-body{
    font-size: 14px;
    line-height: 20px;
    padding-left:24px;
}

.actu-body p{
    margin:0;
}

.actu-body blockquote{
    margin:0;
    font-size: 16px;
    line-height: 24px;
    font-style: italic;
    padding-left: 10px;
    border-left: 1px solid black;
    margin: 5px 0px 5px 0px;
}

.actu-body ul{
    padding: 0px 0px 0px 14px;
    margin:0;
    list-style-type: disclosure-closed;
}

.actu-body a{
    text-decoration: underline;
    display: inline-block;
    font-style: italic;
}

.actu-body ul li{
    margin-bottom:4px;
}

.actu-header{
    padding: 32px 24px 24px 24px;
    background-color: white;
    margin-top: -40px;
}

.actu-meta{
    font-size: 12px;
    line-height: 16px;
    margin:0;
}

.tool-pagination{
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination-next, .pagination-prev{
    font-size: 24px;
    padding: 10px;
}

.pagination-next:hover, .pagination-prev:hover, .tool-pagination .page-numbers:hover{
    background-color: rgb(234, 234, 234);
}

.tool-pagination .pages{
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.tool-pagination .pages .page-number, .dots {
    padding: 10px;
    font-size: 14px;
    display: block;
}

.page-numbers.current{
    opacity: 0.5;
    background-color: rgb(234, 234, 234);
}


/* –––––– FOOTER –––––– */

footer{
    padding: 25px 50px 75px 0px;
}
footer .small-menu-items{
    padding: 0;
    list-style-type: none;
}

footer .small-menu-item{
    font-size: 10px;
}

footer .date{
    opacity: 0.5;
}


/* ––––––––– G TRANSLATE ––––––––– */


.glink{
    padding: 0px 5px;
    font-size: 12px;
    color:#000;
    opacity: 50%;
}

.glink.active{
    opacity: 100%;
}

.glink:hover{
    opacity: 0.5;
}


/* –––––– RESPONSIVE MANNERS –––––– */

@media only screen and (max-width: 720px) { /* –––––– MOBILE –––––– */

    html{
        font-size:6px;
    }
    .page-intro{
        flex-direction: column-reverse;
    }

    .intro-title{
        display: flex;
        flex-direction: column-reverse;
    }

    .page-intro .intro-infos .intro-title .page-h1{
        padding-top: 5rem;
        padding-bottom: 0;
    }

    .intro-images .intro-image:first-child {
        display: block;
    }

    .intro-image{
        margin:0;
        flex-shrink: 0;
        display: none;
    }

    .page-sections .page-section{
        flex-direction: column;
    }
    .page-sections{
        padding-right:0;
    }
    .page-section .column{
        margin: 0px 0px 2rem 0px;
    }

    .page-section.double_image .image-description,
    .page-section.single_image .image-description{
        width: 100%;
    }
    .page-section.single_image .image-description .description-content,
    .page-section.double_image .image-description .description-content{
        padding-right: 20px;
    }

    .inner-menu{
        flex-direction: column;
    }

    .preview-wrapper{
        display: none;
    }

    .inner-menu .menu-items{
        padding:0;
    }

    .collections-menu .collection-h1{
        padding:0;
        font-size: 11px;
    }

    .collections-menu{
        padding-top: 2rem;
        padding-left: 20px;
    }

    .preview-container{
        flex-direction: row-reverse;
    }

    .collection-wrapper{
        padding: 0px 20px 0px 0px;
    }

    .page-h1{
        font-size: 5rem;
        line-height: 5rem;
        padding-bottom: 20px;
    }

    .page-h2{
        padding-bottom: 5px; 
    }

    .page-carousel{
        overflow-y: auto;
    }

    .carousel-content {
        display: block;
    }

    .carousel-item{
        margin: 0 0 20px 0;
    }

    .prev, .next{
        display: none;
    }

    .menu-item a {
        transform: none;
    }

    .page-intro .intro-texts {
        padding-right: 20px;
    }

    .page-intro .intro-texts .text-paragraph{
        flex-direction: column;
    }

    .page-intro .intro-texts .text-paragraph h3{
        font-size: 12px;
    }

    .description-content{
        font-size: 12px;
        line-height: 18px;
    }    

    .collection-card a{
        flex-direction: column;
        max-height: none;
    }

    .text-content{
        font-size: 12px;
    }

    .quote-content {
        padding: 20px 2 20px 0rem;
        font-size: 5rem;
        line-height: 110%;
    }

    .back-link{
        font-size: 1.6rem;
    }

    .page-intro .back-link{
        padding: 2rem 0px 5rem 5.5rem;
    }

    .slogan .header-link{
        font-size: 13px;
    }

    .logo .header-link{
        font-size: 16px;
    }

    footer .small-menu-items{
        flex-flow: column;
        gap:20px;
    }

    .section{
        padding: 40px 0px;
    }

    .hero-section{
        height: 100vw;
    }
    .hero-title-container{
        padding: 0px 20px 20px 0px;
    }
    .hero-title{
        font-size: 32px;
        line-height: 40px;
    }

    .collection-wrapper .carousel-content{
        display: grid;
        grid-template-columns: 50% 50%;
    }

    .carousel-placeholder-image{
        max-width: 100%;
    }

    .collection-card {
        padding: 5px;
        margin-bottom: 5px;
    }

    .on-demand-section .left-column, .on-demand-section .right-column{
        flex-direction: row;
        flex-flow: row-reverse;
    }

    .on-demand-section, .designer-section {
        flex-direction: column;
    }

    .designer-section{
        flex-flow: column-reverse;
    }

    .designer-section .section-title{
        padding:0;
    }
    .portrait-content{
        margin:0;
        flex-direction: column;
        padding-right: 24px;
    }

    .section-text{
        font-size: 16px;
        line-height: 24px;
    }

    .full-title{
        flex-direction: column;
    }
    .material-section .section-gallery{
        gap: 16px;
        flex-direction: column;
    }

    .material-section .section-gallery > .gallery-card {
        height: 100%;
    }

    .material-section .section-gallery > .gallery-card img{
        object-fit: cover;
    }

    p{
        margin: 0px 0px 24px 0px;
    }

    .sketch{
        display: none;
    }

    .actus-list{
        padding-right: 20px;
    }

}  /* –––––– FIN MOBILE –––––– */

@media only screen and (min-width: 720px) { /* –––––– TABLETTE –––––– */
    html{
        font-size:8px;
    }
    .page-sections, .page-intro .intro-texts {
        padding-right: 40px;
    }
    .description-content{
        font-size: 16px;
        line-height: 24px;
    }    
}

@media only screen and (min-width: 960px) { /* –––––– DESKTOP –––––– */
    html{
        font-size:10px;
    }
    .page-sections, .page-intro .intro-texts {
        padding-right: 80px;
    }
    .page-intro .intro-texts .text-paragraph{
        flex-direction: row;
    }
}

@media only screen and (min-width: 1240px) { /* –––––– LARGE DESKTOP –––––– */
    html {
        font-size: .69444vw;
    }
    .page-sections, .page-intro .intro-texts {
        padding-right: 10rem;
    }
}