
/* poppins-100 - latin */
@font-face {
  font-display: swap; 
  font-family: 'old-press';
  font-style: normal;
  src: url('../fonts/old-press.woff2') format('woff2'); 
}
@font-face {
  font-display: swap; 
  font-family: 'bahn';
  font-style: normal;
  src: url('../fonts/bahnschrift.ttf') format("truetype-variations"); 
}



html {
    /*overflow-x: hidden;*/
/*    scroll-behavior: smooth;
    scroll-padding-top: 140px;*/
}

body {  
    color: #525252;
    font-size: 17px;
    line-height: 1.45;
    text-align: left;
    font-family: 'bahn', sans-serif;
    font-weight: 100;
    background: #fff;
    position: relative;
    padding-top: 27px;
}

@media (max-width: 562px) {
    body {  
        padding-top: 59px;
    }
}



body, html {
    height: 100%;
}
html{
    scroll-behavior: smooth;
}
img {
    max-width: 100%;
}
b, strong {
    font-weight: 500;
}
h1, h2, h3, h4, h5, h6 {
    color: #525252;
    font-style: normal;
    margin-bottom: 0;
    margin-top: 11px;
    line-height: 1.2;   
    font-weight: 300;
/*    -webkit-transition: .5s;
    transition: .5s;*/
    font-size:36px;
    font-family: 'old-press', sans-serif;
}
a {
    -webkit-transition: all 0.1s ease-out 0s;
    transition: all 0.1s ease-out 0s;
    text-decoration: none;
    color: #fbdf92;
}
a:hover {
    color: #f0c757;
}
a:focus,
.btn:focus {
    text-decoration: none;
    outline: none;
}
a:focus,
a:hover {
    text-decoration: none;
    color: #f0c757; 
}
.uppercase {
    text-transform: uppercase;
}
.capitalize {
    text-transform: capitalize;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
/*    -webkit-transition: .5s;
    transition: .5s;*/
}
h1 {
    font-size:50px;
}
h2 {
    font-size: 35px;
}
h3 {
    font-size: 30px;
}
h4 {
    font-size: 24px;
}
h5 {
    font-size: 20px;
}
h6 {
    font-size: 18px;
}

/*ul li {
    list-style: none;
}*/
ol, ul {
    font-size: 17px;
    padding-left: 1.2rem;
}
ul {
    margin: 0;
    /*padding: 0;*/
    margin-bottom: 1rem;
}
li::marker {
  color: #f0c757;
  font-weight: 700;
}

.small, small {
    font-size: 13px;
}

.w-px-20 { width: 20px; }
.w-px-30 { width: 30px; }
.w-px-40 { width: 40px; }
.w-px-50 { width: 50px; }
.w-px-60 { width: 60px; }
.w-px-70 { width: 70px; }
.w-px-80 { width: 80px; }
.w-px-90 { width: 90px; }
.w-px-100 { width: 100px; }
.w-px-110 { width: 110px; }
.w-px-120 { width: 120px; }
.w-px-130 { width: 130px; }
.w-px-140 { width: 140px; }
.w-px-150 { width: 150px; }
.w-px-160 { width: 160px; }
.w-px-170 { width: 170px; }
.w-px-180 { width: 180px; }
.w-px-190 { width: 190px; }
.w-px-200 { width: 200px; }
.w-px-225 { width: 225px; }
.w-px-250 { width: 250px; }
.w-px-275 { width: 275px; }
.w-px-300 { width: 300px; }
.w-px-325 { width: 325px; }
.w-px-350 { width: 350px; }
.w-px-375 { width: 375px; }
.w-px-400 { width: 400px; }
.w-px-450 { width: 450px; }
.w-px-500 { width: 500px; }

.btn {
    border: 1px solid #f0c757;
    background: #f0c757;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    padding: 8px 20px;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    letter-spacing: 0.65px;
    border-radius: 3px;
}
.btn:hover {
    color: #f0c757;
    background: #fff;
    border-color: #f0c757;
}

.header-top {
    background: #000;
    color: #fff;
    padding: 8px 20px 8px 10px;
    letter-spacing: 0.25px;
    text-align: right;
    font-size:15px;
    position: fixed;
    z-index: 100;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    box-shadow: 0px 0px 8px 1px rgb(0 0 0 / 33%);
}
.header-top span {
    font-family: 'old-press', sans-serif;
    font-size: 22px;
    line-height: 1;
}
.header-top i {
    font-size: 16px;
    color: #f0c757;
    vertical-align: text-bottom;
    margin-right: 2px;
    margin-left: 20px;
}
.header-top a {
    color: #fff;
}
@media (max-width: 450px) {
    .header-top span {
        display: none;
    }
}




.header-clip {
    background: url(../img/main-bg-03.jpg) no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    width: 100%;
    height: 88%;
    position: relative;
    overflow: hidden;
    /*text-align: center;*/
}
.header-clip:after {
    content: '';
    background-color: #fff;
    display: block;
    width: 120%;
    height: 160px;
    left: -10px;
    position: absolute;
    right: 0;
    bottom: -87px;
    transform: rotate(4deg);
}
.header-clip h1 {
    font-family: 'bahn';
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 2.65rem;
    line-height: 1.26;
}
.header-logo {
    max-width: 100%;
    margin: 26px 0px 0 26px;
    width: 350px;
}
.banner-text {
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 2.65rem;
    text-align: left;
    position: absolute;
    top: 36%;
    left: 8%;
    width: 100%;
    font-family: 'old-press';
    font-family: 'bahn';
    letter-spacing: 1px;
}
.banner-text span {
    padding: 18px 35px;
    background: #00000075;
    display: inline-block;
    white-space: nowrap;
}
.banner-text br + span {
    margin-top: 21px;
}


@media (max-width: 990px) {
    .banner-text > .container {
        padding-left: 0;
        margin-left: 0;
    }
}

@media (max-width: 768px) {
    .banner-text span {
        display: table-caption;
        white-space: normal;
        text-align: left;
    }
    .banner-text br + span {
        margin-top: -30px;
    }
    .banner-text {
        top: 240px;
        left: 0;
        font-size: 2.2rem;
    }
    .banner-text > .container {
        max-width: 90%;
        margin-left: auto;
    }
}

@media (max-width: 450px) {
    .header-clip {
        text-align: center;
    }
    .header-logo {
        margin: 0 auto;
        width: 100%;
    }
    
    .banner-text > .container {
        max-width: 100%;
        padding: 0;
    }
    .banner-text span {
        width: 100%;
        display: block;
        padding: 20px;
    }
    .banner-text br + span {
        margin-top: 10px;
    }
    .banner-text {
        top: 220px;
        font-size: 1.8rem;
    }
}


section {
    padding-top: 80px;
    padding-bottom: 80px;
}
.section-title {
    margin-top: 0;
    font-size: 42px;
    margin-top: 0;
    letter-spacing: 0.8px;
    position: relative;
    z-index: 1;
    margin-bottom: 3px;
    text-transform: uppercase;
}
.section-title:first-letter {
    color: #fff;
    background: #000;
    padding: 0 6px 0 9px;
    border-radius: 2px;
    margin-right: 3px;
}
.section-text {
    border-left: 3px solid #f0c757;
    padding: 35px 35px 25px 20px;
}
.section-text.right-align {
    padding-right: 10px;
    padding-left: 0;
    border-right: 3px solid #f0c757;
    
    border-left: none;
}
.section-text p:last-child {
    margin-bottom: 0;
}


/**** HOME : INTRO **********/
section.intro {
    margin-top: -35px;
    padding-top: 0;
}
section.intro .section-text {
    margin-right: 8%;
}

@media (max-width: 768px) {
    section.intro .section-text {
        margin-right: 0;
        padding: 35px 20px 25px 15px;
    }
}


/****** HOME : LA LITHO ********/
section.la-litho {
    background: #f1f1f16b;
}
section.la-litho .illustration {
    background-image: url('../img/illus-la-lithographie.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    width: 100%;
    height: 100%;
    min-height: 300px;
}


/******** HOME : LES STAGES **********/
section.les-stages {
    
}
section.les-stages .illustration {
    background-image: url('../img/illus-ateliers.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    width: 100%;
    height: 100%;
    min-height: 300px;
}
section.les-stages .section-text {
    /*margin-right: 8%;*/
}

@media (max-width: 768px) {
    section.les-stages .section-text {
        margin-right: 0;
        padding: 35px 20px 25px 15px;
    }
    section.les-stages .illustration {
        min-height: 365px;
    }
}
section.les-stages .stage-daily-block {
    margin-top: 1.5rem;
    text-align: center;
    justify-content: start;
    display: flex;
}
section.les-stages .stage-daily-detail {
    text-align: left;
    padding: 20px;
    border: 1px solid #f0c757;
    max-width: 410px;
    width: 50%;
}
section.les-stages .stage-daily-detail .stage-day {
    text-align: center;
    font-size: 22px;
    background: #f0c757;
    margin-bottom: 30px;
    color: #fff;
    font-weight: 800;
    line-height: 1.75;
    padding: 2px 15px 0 15px;
}
section.les-stages .stage-item-title {
    text-align: left;
    text-transform: uppercase;
    line-height: 1.2;
    padding-top: .25rem;
    color: #fff;
    background: black;
    padding: 14px 20px;
    font-size: 19px;
    margin-bottom: 18px;
    border-radius: 3px;
}
section.les-stages .stage-item-title i {
    font-size: 19px;
    color: #f0c757;
    margin-right: 7px;
}
section.les-stages .stage-item-text {
    padding-left: 16px;
    font-size: 20px;
    line-height: 1.65;
}
section.les-stages .stage-item-text hr {
    border-color: #3e3e3e;
    margin: 10px 0 12px 0;
}

section.les-stages .stage-content {
    padding: 0 55px 0 40px;
}
section.les-stages .stage-content ul {
    margin-bottom: 0.25rem;
}
section.les-stages .stage-content li {
    margin-bottom: 16px;
}
section.les-stages .stages-info-block {
    width: auto;
    padding: 25px;
    border: 1px solid #f0c757;
    border-radius: 2px;
}


@media (max-width: 990px) {
    section.les-stages .stage-content {
        padding: 0 0 0 5px;
    }
}
@media (max-width: 768px) {
    section.les-stages .stage-daily-block {
        display: block;
    }
    section.les-stages .stage-daily-detail {
        width: 100%;
    }
    section.les-stages .stage-item-title {
        text-align: left;
    }
}


section.gallery {
    background: #f1f1f16b;
}
.lb-data .lb-caption {
    display:none !important;
}
[data-lightbox] {
    position: relative;
    border-radius: 2px;
    overflow: hidden;
    display: block;
}
[data-lightbox] img {
    position: relative;
    display: block;
    width: 100%;
}
/* hover background */
[data-lightbox]:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #00000091;
    z-index: 3;
    display: block;
    color: red;
    text-align: center;
    opacity: 0;
    transition: opacity 0.4s ease;
}
[data-lightbox]:hover:before {
    opacity: 1;
}
/* zoom icon */
[data-lightbox]:after {
    position: absolute;
    top: 50%;
    content: "\f06e";
    /*content: ' + ';*/
    color: #ffffffc2;
    width: 100%;
    font-family: "Font Awesome 6 Free";
    /*font-family: 'old-press', sans-serif;*/
    font-weight: 900;
    font-size: 50px;
    z-index: 10;
    text-align: center;
    margin-top: -35px;
    width: 100%;
    transition: opacity 0.4s;
    opacity: 0;
}
[data-lightbox]:hover:after {
    opacity: 1;
}




section.la-presse {
    background: #313131;
    color: #fff;
}
section.la-presse .section-title {
    color: #fff;
}
section.la-presse .section-title:first-letter {
    color: #000;
    background: #fff;
}




section.contact {
    /*background: #f1f1f16b;*/
}
section.contact h3 {
    font-family: 'bahn', sans-serif;
    text-transform: uppercase;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    color: #f0c757;
    margin-top: 0;
}

#mail-control {
    display: none;
}
.contact-us-area {
    padding-top: 10px;
}
.contact-us-single-box {
    margin-bottom: 18px;
    background: #f1f1f16b;
    padding: 18px 25px;
    margin-right: 30px;
    border-radius: 2px;
    display: flex;
    align-items: center;
}
.contact-us-icon {
    margin-right: 20px;
    margin-top: 0;
    width: 45px;
    height: 45px;
}
.contact-us-icon i {
    font-size: 38px;
    color: #f0c757;
}
.contact-us-title {
    overflow: hidden;
}
.contact-us-title a {
    color: #000;
}

.contact-us-title p {
    padding: 0;
    margin: 5px 0 0 0;
    line-height: 1.45;
    font-size: 17px;
    font-weight: 300;
}

.legal-contact-txt {
    font-size: 11px;
    line-height: 16px;
    padding: 0 5px 0 5px;
    margin-bottom: 10px;
    margin-top: 0;
    text-align: center;
    text-transform: none;
    color: #53656e;
    font-weight: 300;
    
}

/** FORMULAIRE **/
.contact-form-box {
    background: #f6f6f6;
    padding: 30px 40px 25px;
    border-radius: 2px;
    margin-bottom: 20px;
    margin-top: 0;
    border: 1px solid #e7e7e7;
}
.contact-form-box input,
.contact-form-box textarea {
    height: 46px;
    transition: none;
    padding: 7px 12px;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    color: #777;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    -webkit-appearance: none;
    border: 1px solid #e1e1e1 !important;
    box-shadow: none !important;
    outline: none;
    font-weight: 300;
    font-size: 15px;
}
.contact-form-box textarea {
    height: 165px;
}
.message-confirmation-container {
    color: #000;
    margin-top: 25px;
    margin-bottom: 0px;
    position: relative;
    line-height: 15px;
    border-radius: 2px;
    border: 2px solid #f0c757;
    padding: 20px 25px;
    background: #fbfbfb;
    border-radius: 2px;
}
.message-confirmation-container .close-btn {
    cursor: pointer;
}
.message-confirmation-container .close-btn:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 15px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f00d";
    color: #f0c757;
    position: absolute;
    top: 10px;
    right: 15px;
}
.contact-form-box input:focus,
.contact-form-box textarea:focus{
    border: 1px solid #f0c757 !important;
}

::placeholder {
    color: #acb0b5;
    font-weight: 300;
    font-size: 15px;
}
::-webkit-input-placeholder {
    color: #acb0b5;
}
::-moz-placeholder {
    color: #acb0b5;
}
:-ms-input-placeholder {
    color: #acb0b5;
}
:-moz-placeholder {
    color: #acb0b5;
}

.contact-form-personnal {
    padding-top: 10px;
}
.contact-form-legend {
    margin-bottom: 18px;
    padding-top: 20px;
    padding-left: 0px;
    font-weight: 700;
    color: #8e8e8e;
    text-transform: uppercase;
    font-size: 15px;
    border-bottom: 1px solid #ccc;
    line-height: 22px;
}
.contact-local-img {
    min-height: 460px;
    width: auto;
    height: auto;
    max-height: 450px;
}



/*********** FOOTER ************/
.footer-logo {
    border: 1px solid #fff;
    width: 160px;
}
.footer-section {
    background: #000;
    padding: 14px;
    color: #fff;
}
.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}


/*----------To Top---*/
.scroll-area{
  position: relative;
  z-index: 999;
 }
.scroll-area .go-top {
    position: fixed;
    cursor: pointer;
    top: 95%;
    right: 30px;
    color: #ffffff;
    background-image: -moz-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
    background-image: -webkit-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
    background-image: -ms-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
    z-index: 9999;
    width: 45px;
    text-align: center;
    height: 45px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    border-radius: 10px; 
}
.scroll-area .go-top i {
    position: absolute;
    top: 50%;
    left: -4px;
    right: 0;
    margin: 0 auto;
    font-size: 15px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s; 
}
.scroll-area .go-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%; 
}

.scroll-area .go-top:focus, .scroll-area .go-top:hover {
    color: #fff; 
}
.scroll-area .go-top:focus::before, .scroll-area .go-top:hover::before {
    opacity: 1;
    visibility: visible; 
}
.scroll-area .go-top:focus i:first-child, .scroll-area .go-top:hover i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden;
 }
.scroll-area .go-top:focus i:last-child, .scroll-area .go-top:hover i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%; 
}
.scroll-area .go-top.active {
    top: 95%;
    -webkit-transform: translateY(-98%);
    -moz-transform: translateY(-98%);
    -ms-transform: translateY(-98%);
    -o-transform: translateY(-98%);
    transform: translateY(-98%);
    opacity: 1;
    visibility: visible;
    border-radius: 0;
    right: 35px;
    border-radius: 100%;
}
.top-wrap {
  position: relative; 
}
.top-wrap .go-top-button{
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    top: 3px;
    z-index: 1;
    border: 4px solid #ffffff3b;
    background: #232323;
}
.top-wrap .go-top-button i {
    font-size: 19px;
    font-weight: 700;
    padding-left: 4px;
    color: #fff;
}
.top-wrap .go-top-button:hover {
    background: #f0c757;
}




/********** PRELOADER ************/
/* 
 * This is a nice full CSS3 loader made with LESS 
*/
/* u can custom almost everything u need with these variables just bellow */
/* but from here u'll have to understand what u'r dealing with */
/* mixins */
/* animations */
.spin {
  -webkit-animation: spin 1000ms infinite linear;
  -moz-animation: spin 1000ms infinite linear;
  animation: spin 1000ms infinite linear;
}
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  to {
    -moz-transform: rotate(360deg);
  }
}
.rspin {
  -webkit-animation: rspin 3000ms infinite linear;
  -moz-animation: rspin 3000ms infinite linear;
  animation: rspin 3000ms infinite linear;
}
@-webkit-keyframes rspin {
  to {
    -webkit-transform: rotate(-360deg);
  }
}
@-moz-keyframes rspin {
  to {
    -moz-transform: rotate(-360deg);
  }
}
/* let's style that thing */
#preloader {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width:100%;
    height: 100%;
    background: #000000c7;
    z-index: 1000;
}
.preloader-content {
    text-align: center;
    position: relative;
    top: 30%;
}
.preloader-logo {
    max-width: 100%;
    width: 290px;
    margin: auto;
    margin-bottom: 60px;
}

.loader {
    background-color: #f0c757;
    border-radius: 100%;
    position: relative;
    height: 125px;
    width: 125px;
    overflow: hidden;
    left: 50%;
    margin-left: -50px;
    opacity: .9;
}
.loader .c {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -39% 0 0 -39%;
  width: 78%;
  height: 78%;
  background-color: #000;
  border-radius: 100%;
  z-index: 3;
}
.loader .d {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.loader .d .e {
    position: absolute;
    top: 1%;
    left: 50%;
    margin: 0 0 0 -15.5px;
    height: 17px;
    width: 31px;
    -webkit-transform: rotate(2deg) skew(10deg);
    -moz-transform: rotate(10deg) skew(20deg);
    border-radius: 3px;
    background: #fff;
}
.loader .r {
  z-index: 2;
  position: absolute;
  left: 50%;
  top: -1px;
  bottom: -1px;
  margin-left: -7.75px;
  background-color: #000;
  width: 15.5px;
}
.loader .r1 {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
}
.loader .r2 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}
.loader .r3 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
}
.loader .r4 {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
}

