/* fonts */
@font-face {
    font-family: 'Copperplate';
    src: url('../fonts/copperplate.ttc');
    font-weight: normal;
}
/* couleurs */
:root {
    --blanc: #fff;
    --noir: #1D1D1B;
    --rouge: #ED360B; /* #E42320; */
    --gris: #FCFBFA;
}
/* general */
.right{
    float: right;
}
.left{
    float: left;
}
.clear{
    clear: both;
}
/* responsive */
.mobile{
    display: block !important;
}
.desktop{
    display: none !important;
}
/* couleurs */
.rouge{
    color: var(--rouge);
}
/* bordures */
/* version fixe */
/*
.asborder-top{
    border-top: solid 1px var(--rouge) !important;
}
.asborder-bottom{
    border-bottom: solid 1px var(--rouge) !important;
}
.asborder-right{
    border-right: solid 1px var(--rouge);
}
.asborder-left{
    border-left: solid 1px var(--rouge);
}
.dark .asborder-top, .dark.asborder-top,
.dark .asborder-bottom, .dark.asborder-bottom,
.dark .asborder-right, .dark.asborder-right,
.dark .asborder-left, .dark.asborder-left{
    border-color: var(--noir) !important;
}
*/

/* version animébefore / after */
/*
.asborder-top, .asborder-bottom, .asborder-right, .asborder-left{
    position: relative;
}
.asborder-top:before, .asborder-bottom:after,
.asborder-left:before, .asborder-right:after{
    content: '';
    position: absolute;
    background-color: var(--rouge);
}
.asborder-top:before, .asborder-bottom:after{
    width: 100%;
    height: 1px;
}
.asborder-left:before, .asborder-right:after{
    width: 1px;
    height: 100%;
}
.dark .asborder-top:before, .dark.asborder-top:before,
.dark .asborder-bottom:after, .dark.asborder-bottom:after,
.dark .asborder-left:before, .dark.asborder-left:before,
.dark .asborder-right:after, .dark.asborder-right:after{
    background-color: var(--noir);
}
.dark .asborder-top:before, .dark.asborder-top:before{
    margin-top: -1px;
}
.asborder-top:before{
    top: 0;
    left: 0;
}
.asborder-bottom:after{
    bottom: 0;
    left: 0;
}
.asborder-left:before{
    top: 0;
    left: 0;
}
.asborder-right:after{
    top: 0;
    right: 0;
}
*/


/* version pixel */
.asborder-top, .asborder-bottom, .asborder-left, .asborder-right{
    position: relative;
}
.asborder-top > .pixel-top, .asborder-bottom > .pixel-bottom,
.asborder-left > .pixel-left, .asborder-right > .pixel-right{
    content: '';
    position: absolute;
    background-color: var(--rouge);
}
.asborder-top > .pixel-top, .asborder-bottom > .pixel-bottom{
    width: 0;
    height: 1px;
}
.asborder-left > .pixel-left, .asborder-right > .pixel-right{
    width: 1px;
    height: 0;
}
.dark .asborder-top > .pixel-top, .dark.asborder-top > .pixel-top,
.dark .asborder-bottom > .pixel-bottom, .dark.asborder-bottom > .pixel-bottom,
.dark .asborder-left > .pixel-left, .dark.asborder-left > .pixel-left,
.dark .asborder-right > .pixel-right, .dark.asborder-right > .pixel-right{
    background-color: var(--noir);
}
.asblock.dark{
    background-color: var(--rouge);
}
.dark .asborder-top > .pixel-top, .dark.asborder-top > .pixel-top{
    margin-top: -1px;
}
.asborder-top > .pixel-top{
    top: 0;
    left: 0;
}
.asborder-bottom > .pixel-bottom{
    bottom: 0;
    left: 0;
}
.asborder-left > .pixel-left{
    top: 0;
    left: 0;
}
.asborder-right > .pixel-right{
    top: 0;
    right: 0;
}
.asborder-small{
    height: 70px !important;
    max-height: 70px !important;
}


/* header */
.saintluc-header.sticky-active{
    background-color: rgba(265,265,265,0.8) !important;
}

/* menu */
div.elementor-menu-toggle{
    padding-left: 0 !important;
}
div.elementor-menu-toggle svg{
    position: relative;
}
div.elementor-menu-toggle svg, .heritage-logo {
    z-index: 5;
}
div.elementor-menu-toggle.elementor-active svg {
    fill: var(--blanc) !important;
    width: 29px !important;
    height: 29px !important;
}
.elementor-nav-menu--dropdown a.elementor-item {
    justify-content: center !important;
    line-height: 1.2 !important;
    padding: 5px !important;
    background-color: var(--rouge) !important;
}
nav.elementor-nav-menu--dropdown {
    z-index: 3 !important;
    background-color: var(--rouge) !important;
    top: -30px !important;
    padding-top: 35px !important;
    height: 100vh !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
}
.elementor-nav-menu li{
    text-align: center;
}

/* sous-menu */
nav.elementor-nav-menu--dropdown ul li ul.elementor-nav-menu--dropdown {
    padding-top: 10px;
}
/* menu arrow */
a.elementor-item.has-submenu{
    background-color: var(--rouge) !important;
}
a.elementor-item.has-submenu .sub-arrow{
    display: none !important;
}
nav.elementor-nav-menu--dropdown ul li ul.sub-menu{
    display: block !important;
    padding-top: 0 !important;
}
nav.elementor-nav-menu--dropdown ul li ul.sub-menu li a.elementor-sub-item{
    font-family: "Almarai" !important;
    font-weight: normal !important;
    font-size: 18px !important;
    padding-bottom: 10px !important;
    display: block;
    text-align: center;
    padding-top: 5px !important;
}
/*
a.elementor-item.has-submenu .sub-arrow svg{
    display: none;
}
a.elementor-item.has-submenu .sub-arrow{
    background-image: url('../img/saint-luc-heritage-fleche-02.svg');
    background-size: 56px;
    background-position: center;
    width: 56px;
    height: 56px;
    margin-left: 10px;
    transition: all 0.5s ease;
}
a.elementor-item.has-submenu.highlighted .sub-arrow{
    transform: rotate(180deg);
}
*/

/* boutons */
.elementor-widget-button .elementor-button, a.bouton, input.wpcf7-submit{
    background-color: transparent !important;
    /* font-family: "Helvetica"; */
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    color: var(--rouge) !important;
    text-decoration: none;
    border: none;
    position: relative;
}
/*  boutons hover animate after */
.elementor-widget-button .elementor-button::after, a.bouton::after, .submit-container:after{
    content: '';
    position: absolute;
    height: 1px;
    width: 0;
    background-color: var(--rouge);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    left: calc(100% + 5px);
    top: 48%;
    transition: width 0.5s;
}
.elementor-widget-button .elementor-button:hover::after, a.bouton:hover::after, .submit-container:hover::after{
    width: 150%;
}
/* dark boutons */
.dark .elementor-widget-button .elementor-button, .dark a.bouton, .dark input.wpcf7-submit{
    color: var(--blanc) !important;
}
.dark .elementor-widget-button .elementor-button::after, .dark a.bouton::after, .dark .submit-container:after{
    background-color: var(--blanc);
}
/* bouton agenda */
a.btn-agenda{
    width: 100%;
    max-width: 600px;
    font-size: 16px;
    display: block;
    padding: 10px 20px;
    background-color: var(--rouge) !important;
    color: var(--blanc) !important;
    border: solid 1px var(--rouge);
    transition: all 0.5s ease;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}
a.btn-agenda > *{
    display: block;
}
a.btn-agenda:hover{
    background-color: var(--blanc) !important;
    color: var(--rouge) !important;
}
/*
a.btn-agenda .trait{
    width: 50px;
    background-image: url('../img/pixel-blanc.jpg');
    background-position: left;
    background-size: 1px;
    background-repeat: repeat-x;
}
*/
.home-btn-agenda-container{
    position: relative;
    z-index: 1;
}
.home-btn-agenda-container a.btn-agenda{
    position: absolute;
    top: 52px; 
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

/* agenda */
.agenda-texte h3{
    color: var(--rouge) !important;
}

/* footer */
.footer-text{
    max-width: 413px !important;
}
.footer-links, .footer-links a, .footer-links strong{
    color: var(--blanc);
}
.footer-links a:hover{
    text-decoration: underline;
}
.postfooter-bouton.elementor-widget-button a.elementor-button, 
.postfooter-bouton.elementor-widget-button a.elementor-button:hover{
    color: var(--rouge) !important;
}
.postfooter-bouton.elementor-widget-button a.elementor-button:after{
    background-color: var(--rouge) !important;
}
.footer{
    background-position: top 180px right !important;
    background-size: 50% auto !important;
}

/* footer full + bottom */


/* footer full + bottom */
.footer-full-container, .footer-bottom-container{
    overflow: hidden;
    position: relative;
}
.footer-full img, .footer-bottom img{
    background-color: var(--rouge);
}
.footer-full, .footer-bottom{
    z-index: 1;
}
.footer-full-container:before,
.footer-full-container:after,
.footer-bottom-container:before,
.footer-bottom-container:after{
    content: '';
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    background-image: url('../img/footer-full-left.png');
    background-repeat: repeat;
    background-position: center;
    background-size: auto 100%;
    z-index: 0;
}
.footer-full-container:before{
    left: 0;
}
.footer-full-container:after{
    right: 0;
    background-image: url('../img/footer-full-right.png');
}
.footer-bottom-container:before,
.footer-bottom-container:after{
    background-image: url('../img/footer-bottom-side.png');
}
.footer-bottom-container:before{
    left: 0;
}
.footer-bottom-container:after{
    right: 0;
}

/* backgroud auto 100% */
.background-hauteur{
    background-size: auto 100%;
    background-position: left -1px center;
}

/* pages > intro images flottantes */
.intro-image-container{
    position: relative;
}
.intro-image{
    position: absolute;
    top: 0;
    height: 779px;
    left: 78.5%;
    width: 21.5%;
    z-index: 9;
}
.intro-image.page-intro-hachures{
    top: 779px;
    height: 100px;
    background-image: url('../img/atelier-saint-luc-trame-croisillons-2.png');
    background-size: auto 100%;
    background-repeat: repeat-x;
    border-left: solid 1px var(--rouge);
    /* border-bottom: solid 1px var(--rouge); */
}
.intro-image.page-mentions{
    height: 579px;
}

/* single client */
body.single .intro-image{
    height: 679px;
}
body.single .page-intro-titre h1{
    max-width: 900px;
}
body.single-post .page-intro-titre h1{
    line-height: 0.8 !important;
}
body.single .single-intro-titre-container{
    background-image: url('../img/pixel-rouge.jpg');
    background-size: 100% 1px;
    background-position: left top 114px ;
    background-repeat: no-repeat;
}

/*
.page-intro-titre h1{
    line-height: 1;
    height: 230px;
}
*/
/* pages > intro illustration */
body.body-traits .page-intro-illustration-traits,
body.single .page-intro-illustration-traits{
    background-image: url('../img/illustration-page-traits.png');
    border-right: solid 1px var(--rouge);
}

/* selon body */
body.body-traits .intro-image.page-intro-hachures,
body.single .intro-image.page-intro-hachures{
    display: none;
}
body.body-hachures .intro-image.page-intro-hachures{
    border-left: solid 1px var(--rouge);
    /* border-bottom: solid 1px var(--rouge); */
}


/* home > intro image flottante */
.home-intro-image-container{
    position: relative;
}
.home-intro-image{
    position: absolute;
    top: 0;
    height: 450px;
    left: 50%;
    width: 50%;
    z-index: 9;
    border-left: solid 1px var(--rouge);
}
.home-intro-image-1{
    width: 56.5%;
}
.home-intro-image-2{
    width: 43.5%;
}
.background-multiply::before{
    mix-blend-mode: multiply;
    background-blend-mode: multiply;
}
.fulltexte-centre {
    margin: 0 auto;
    max-width: 768px !important;
}

/* ul li */
.saintluc-item ul,
.accordeon-item ul,
.fulltexte-centre ul,
.texte-mentions ul {
	list-style: none;
    padding-left: 0;
}
.saintluc-item ul li,
.accordeon-item ul li,
.fulltexte-centre ul li,
.texte-mentions ul li {
	background-image: url('../img/atelier-saint-luc-puce-rouge.svg');
	background-position: top 10px left;
	background-size: 12px;
	background-repeat: no-repeat;
	line-height: 24px;
	padding-left: 17px;
    margin-bottom: 10px;
}
.accordeon-item ul li{
    line-height: 1.1;
    margin-bottom: 5px;
}
.dark .saintluc-item ul li,
.accordeon-item.dark ul li,
.dark .fulltexte-centre ul li  {
    background-image: url('../img/atelier-saint-luc-puce-blanche.svg');
}
.elementor-widget-saintluc_accordeon.accordeon-prestations .accordeon-liste .accordeon-item{
    cursor: pointer;
}

/* hachures */
.home-hachures-container{
    overflow: hidden;
}
.home-hachures{
    position: absolute;
    left: 0;
    top: 0;
    width: 390px;
    height: 150px;
}
.home-hachures:after{
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    width: 2000px;
    height: 150px;
    background-image: url('../img/home-hachures-right.png');
    background-repeat: repeat;
    background-position: left center;
    background-size: auto 100%;
    z-index: 0;
}

/* bloc atelier saintluc */
.atelier-bloc .atelier-texte{
    text-transform: initial;
}
.atelier-bloc h3{
    font-family: "Almarai";
    font-size: 24px !important;
    font-weight: normal;
    letter-spacing: 1px;
	padding-bottom: 50px;
	border-bottom: var(--gris) solid 2px;
	margin-bottom: 25px;
}
.atelier-bloc .elementor-widget-button a.elementor-button{
    color: var(--gris) !important;
}
.atelier-bloc .elementor-widget-button a.elementor-button:after{
    background-color: var(--gris) !important;
}
.atelier-bloc .elementor-widget-button a.elementor-button:hover::after{
    width: 50% !important;
}
.atelier-bloc .atelier-titre,
.atelier-bloc .atelier-texte,
.atelier-bloc .atelier-bouton{
    max-width: 515px !important;
}

/* page a propos */
.apropos-header{
	background-size: 65% auto !important;
}
.heritage-contenu-centre{
    max-width: 1400px !important;
    margin : 50px auto !important;
}
/* page prestations */
.prestations-header{
	background-size: auto 100% !important;
}
.prestations-header.decalage{
    background-position: top 50px right !important;
}
.prestations-header.sur-mesure{
    background-position: top 50px center !important;
}
.prestations-collection{
	background-size: auto 100%;
    background-position: right -500px center;
}
/* galerie */
.galerie-header{
	background-size: auto 100% !important;
    background-position: center !important;
}

/* contact form */
form.wpcf7-form .coordonnees .wpcf7-form-control-wrap{
    display: block;
    width: 100%;
    margin-bottom: 50px;
}
form.wpcf7-form input[type=text], 
form.wpcf7-form input[type=email], 
form.wpcf7-form textarea{
    border: none;
    color: var(--noir);
    border-bottom: solid 1px var(--rouge);
    border-radius: 0;
	font-family: "Almarai";
	font-size: 16px !important;
	text-transform: uppercase;
	font-weight: normal;
    padding-left: 0;
}
form.wpcf7-form input[type=text]::placeholder, 
form.wpcf7-form input[type=email]::placeholder,
form.wpcf7-form textarea::placeholder{
    color: var(--noir);
}
form.wpcf7-form .wpcf7-list-item{
    margin-left: 0;
}
form.wpcf7-form .wpcf7-list-item-label,
form.wpcf7-form .wpcf7-not-valid-tip{
    font-family: "Almarai";
	font-size: 14px !important;
}
form.wpcf7-form .wpcf7-list-item-label a,
form.wpcf7-form .wpcf7-list-item-label a:hover,
form.wpcf7-form .wpcf7-not-valid-tip{
    color: var(--rouge);
    
}
form.wpcf7-form .wpcf7-list-item-label a{
    text-decoration: underline;
}
form.wpcf7-form .wpcf7-list-item-label a:hover{
    text-decoration: none;
}
form.wpcf7-form textarea:focus, form.wpcf7-form input:focus{
    outline: none !important;
}
.submit-container{
    margin-top: 50px;
    position: relative;
    width: 78px;
    height: 24px;
    display: block;
}
.submit-container:after{
    top: 50%;
}
/* contact footer */
.contact-footer .contact-footer-forme{
    display: none;
}
/* single realisation */
.realisation-header{
    position: relative;
    z-index:1;
}
.realisation-header:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(245,239,223,0.8);
    z-index:2;
}
.realisation-header h1{
    position: relative;
    z-index: 3;
}

/* page intro texte */
.page-intro-texte{
    max-width: 500px !important;
}

/* a propos > logos */
.logos-ligne{
    background-image: url('../img/pixel-rouge.jpg');
    background-repeat: repeat-x;
    background-position: right center;
    background-size: 1px;
}
/*
.logos-conteneur img{
    max-width: 1040px;
    border-right: solid 1px var(--rouge);
    border-left: solid 1px var(--rouge);
}
*/
.footer-contact {
	background-image: url('../img/ligne-bicolore.jpg');
	background-repeat: no-repeat;
	background-position: left bottom 103px;
	background-size: 100% 1px;
	background-color: transparent;
}
/* a propos > saint luc */
.apropos-saintluc-texte-container .apropos-saintluc-titre,
.apropos-saintluc-texte-container .apropos-saintluc-texte{
    max-width: 555px;
}
.apropos-saintluc-texte-container .apropos-saintluc-titre{
    border-bottom: solid 1px var(--noir);
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.apropos-saintluc-ligne{
    position: relative;
    z-index: 1;
}
.apropos-saintluc-fond{
    position: absolute;
    top: -90px;
    right: 0;
    width: 747px;
    height: 717px;
    z-index: 2;
}
.apropos-saintluc-texte-container,
.apropos-saintluc-logo-container{
    z-index: 3;
}
/* footer contact */
.footer-contact-titre h2{
    font-size: 25px !important;
}

/* pages mentions */
.texte-mentions h2{
    font-size: 24px;
    font-weight: normal;
    color: var(--rouge);
    margin-top: 25px;
}
.texte-mentions p, .texte-mentions ul li, .texte-mentions a{
    text-transform: initial;
}


@media screen and (min-width: 768px){
    /* responsive */
    .mobile{
        display: none !important;
    }
    .desktop{
        display: block !important;
    } 
    /* maintenance */
    .maintenance img{
        max-width: 3840px;
    }
    /* menu */
    /*
    .elementor-nav-menu--dropdown{
        padding-top: 200px;
    }
    */
    /* home */
    .intro {
        position: relative;
    }
    .intro .punchline{
        position: absolute;
        left: 0;
        bottom: 0;
    }
    /* page a propos */
    .apropos-frise{
        position: relative;
    }
    .apropos-frise:before{
        position: absolute;
        content: '';
        width: 40%;
        height: 100%;
        top: 0;
        left: 60%;
        background-image: url('../img/atelier-saint-luc-3.png');
        background-size: auto 100% !important;
        background-position: left top;
        background-repeat: no-repeat;
    }
    /* contact form */
    form.wpcf7-form .coordonnees p{
        display: flex;
        justify-content: space-between;
    }
    form.wpcf7-form .coordonnees p .wpcf7-form-control-wrap{
        width: 607px;
        max-width: 45%;
    }
    /* galerie */
    .galerie-header{
        background-size: auto 80% !important;
        background-position: center left 345px !important;
    }
    /* sous-menu */
    nav.elementor-nav-menu--dropdown ul li ul.elementor-nav-menu--dropdown li a,
    .elementor-1567 .elementor-element.elementor-element-ef1cef1 nav.elementor-nav-menu--dropdown ul li ul.elementor-nav-menu--dropdown li a{
        font-size: 55px;
    }
    ul.sub-menu a.elementor-sub-item{
        font-size: 24px !important;
    }
    /* footer contact */
    .footer-contact-titre h2{
        font-size: 55px !important;
    }
}
@media screen and (min-width: 1200px){
    /* contact footer */
    .contact-footer.footer{
        background-image: none !important;
    }
    .contact-footer.footer .elementor-location-footer{
        position: relative;
    }
    .contact-footer.footer .contact-footer-forme{
        display: block;
        position: absolute;
        right: 0;
        top: -200px;
    }
    /* pages > intro image flottante */
    .intro-image{
        left: 79%;
        width: 21%;
    }
    /* home > intro image flottante */
    .home-intro-image-1{
        width: 58.5%;
    }
    .home-intro-image-2{
        width: 41.5%;
    }
    /* footer contact */
    .footer-contact-titre h2{
        font-size: 80px !important;
    }
}


@media screen and (min-width: 1300px){
    /* pages > intro image flottante */
    .intro-image{
        left: 79.5%;
        width: 20.5%;
    }
    /* home > intro image flottante */
    /*
    .home-intro-image-1{
        width: 59.5%;
    }
    .home-intro-image-2{
        width: 40.5%;
    }
    */
}

@media screen and (min-width: 1400px){
    /* pages > intro image flottante */
    .intro-image{
        left: 79.9%;
        width: 20.1%;
    }
    /* home > intro image flottante */
    .home-intro-image-1{
        width: 60%;
    }
    .home-intro-image-2{
        width: 40%;
    }
}
@media screen and (min-width: 1500px){
    /* pages > intro image flottante */
    .intro-image{
        left: 80%;
        width: 20%;
    }
    /* home > intro image flottante */
    /*
    .home-intro-image-1{
        width: 60.5%;
    }
    .home-intro-image-2{
        width: 39.5%;
    }
    */
}
@media screen and (min-width: 1600px){
    /* pages > intro image flottante */
    .intro-image{
        left: 80.5%;
        width: 19.5%;
    }
    /* home > intro image flottante */
    .home-intro-image-1{
        width: 60.5%;
    }
    .home-intro-image-2{
        width: 39.5%;
    }
    /* footer contact */
    .footer-contact-titre h2{
        font-size: 115px !important;
    }
}

@media screen and (max-width: 768px){
	h1 {
		font-size: 30px !important;
	}

    /* bordures seulement pour mobile */
    .asborder-mobile-left{
        border-left: solid 1px var(--rouge);
    }
    .asborder-mobile-right{
        border-right: solid 1px var(--rouge);
    }
    .asborder-mobile-top{
        border-top: solid 1px var(--rouge);
    }
    .asborder-mobile-bottom{
        border-bottom: solid 1px var(--rouge);
    }
}
