
@font-face {
  font-display: swap; 
  font-family: 'bahn';
  font-style: normal;
  src: url('../fonts/bahnschrift.ttf') format("truetype-variations"); 
}
@font-face {
  font-family: 'nunito';
  font-style: italic;
  font-weight: 200 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(../fonts/Nunito_Sans-latin-italic.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'nunito';
  font-style: normal;
  font-weight: 200 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(../fonts/Nunito_Sans-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-display: swap; 
  font-family: 'valmosaic';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/pacifico-v23-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


/*** PRELOADER *****/
#preloader {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fffffff7;
    width: 100%;
    height: 100%;
    z-index: 10000000;
    /*transform:translate(-50%, -50%);*/ 
    /*display:none;*/
}
#preloader .preloader-content {
    top: 50%;
    position: absolute;
    margin-top: -180px;
    left: 50%;
    margin-left: -52px;
}
#preloader .circle{
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: #fcdc29;
  border-radius: 3px;
  animation: loading 1.5s cubic-bezier(.8, .5, .2, 1.4) infinite;
  transform-origin: bottom center;
  position: relative;
}
@keyframes loading {
  0%{
    transform: translateY(0px);
    background-color: #fcdc29;
  }
  50%{
    transform: translateY(50px);
    background-color: #ef584a;
  }
  100%{
    transform: translateY(0px);
    background-color: #fcdc29;
  }
}
#preloader .circle-1{
  animation-delay: 0.1s;
}
#preloader .circle-2{
  animation-delay: 0.2s;
}
#preloader .circle-3{
  animation-delay: 0.3s;
}
#preloader .circle-4{
  animation-delay: 0.4s;
}
#preloader .circle-5{
  animation-delay: 0.5s;
}
#preloader .circle-6{
  animation-delay: 0.6s;
}
#preloader .circle-7{
  animation-delay: 0.7s;
}
#preloader .circle-8{
  animation-delay: 0.8s;
}
.logo-preloader {
    max-width: 150px;
    margin-bottom: 40px;
}

body {  
    color: #525252;
    font-size: 17px;
    line-height: 1.45;
    text-align: left;
    font-family: 'nunito', sans-serif;
    font-weight: 400;
    background: #fff;
    position: relative;
}
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;   
/*    -webkit-transition: .5s;
    transition: .5s;*/
    font-size:36px;
    font-family: 'valmosaic', 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; }

.subtitle {
    font-weight: normal;
    font-family: 'valmosaic';
    font-size: 22px;
}
.container-fluid {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x)* 2);
    padding-left: calc(var(--bs-gutter-x)* 2);
    margin-right: auto;
    margin-left: auto;
    max-width: 1450px;
    overflow: hidden;
}

.grey-bg {
    background: #f1f1f16b;
}

.btn {
    padding: 0.4375rem 2rem 0.4375rem;
    display: inline-block;
    font-size: 0.875rem;
    color: #fff;
    letter-spacing: 0.5px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.75rem;
    position: relative;
    white-space: nowrap;
    z-index: 1;
    background: #f8b75c;
    transition: all .5s ease;
    padding-right: 30px;
    text-decoration: none;
    outline: none !important;
    vertical-align: baseline;
    border: 1px solid transparent;
}
.btn-check:checked+.btn, 
.btn.active, 
.btn.show, 
.btn:first-child:active, 
:not(.btn-check)+.btn:active,
.btn:hover {
    color: #ffb000;
    background: transparent;
    border-color: #ffb000;
}


.btn.with-line span, 
.read-more {
    position: relative;
    padding-right: 12px;
    padding-left:8px;
    transition: all .5s ease;
}
.btn.with-line:hover span,
.read-more:hover {
    padding-right: 0;
    padding-left: 20px;
}

.btn.with-line span i, 
.read-more:after {
    position: absolute;
    right: 0;
    transition: all .5s ease;
    vertical-align: middle;
    height: 22px;
    width: 3px;
    top: 0;
    color: #ffd400;
    border-radius: 1px;
}
.read-more {
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 500;
    position: relative;
    display: inline-block;
}
.read-more:after {
    content: "";
    background-color: #ffd400;
}

.btn.with-line:hover span i,
.read-more:hover:after {
    right: calc(100% - 15px);
}

section {
    padding-top: 65px;
    padding-bottom: 80px;
}
.section-title {
    margin-bottom: 40px;
}
.section-title h2 {
    font-size: 34px;
    margin-top: 0;
    letter-spacing: 0.8px;
    position: relative;
    z-index: 1;
    margin-bottom: 3px;
    font-weight: normal;
    border-radius: 6px;
    display: block;
}
.section-title span {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #eb566c;
    color: #ffd400;
    display: inline-block;
    position: relative;
    padding-left: 58px;
}
.section-title span:before {
    position: absolute;
    content: "";
    width: 45px;
    height: 2px;
    background: #ffd400;
    top: 0;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}
.section-text strong {
    font-weight: 700;
}
.section-text p:last-child {
    margin-bottom: 0;
}



/***************** HEADER *******************/
.header-top {
    background: #fffffffc;
    color: #313131;
    letter-spacing: 0.25px;
    text-align: right;
    font-size:15px;
    z-index: 100;
    width: 100%;
    line-height: 1.6;
}
.header-top-content {
    display: flex;
    /* border-bottom: 1px solid #ffd400; */
    margin-bottom: 14px;
    padding-bottom: 6px;
    justify-content: space-between;
    align-items: flex-end;
    padding-right: 8px;
}
.header-logo {
    width: 100%;
    max-width: 210px;
    margin-top: 10px;
}
.header-contact {
    text-align: right;
    padding-bottom: 6px;
    justify-content: space-between;
    background: #ffb000;
    color: #fff;
    margin-bottom: 0;
    padding-top: 2px;
}
.header-contact a {
    color: #fff !important;
}
.header-top i {
    font-size: 13px;
    color: #ffd400;
    vertical-align: middle;
    margin-right: 4px;
    margin-left: 16px;
}
.header-top a {
    color: #313131;
}
.header-top a:hover {
    color: #ffd400;
}
.header-main {
    margin-bottom: 20px;
}
.header-nav {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 10px;
}
.header-nav a {
    position: relative;
    display: block;
    margin-right:30px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    padding-right: 8px;
}
.header-nav a:last-child {
    margin-right: 0;
}


/******************* BANNER **********************/
.mad-banner {
    display: block;
    position: relative;
    overflow: hidden;
}
.mad-banner:not(:last-child) {
    margin-bottom: 1.25rem;
}
.mad-banner img {
    width: 100%;
}
.mad-banner-title {
    position: absolute;
    bottom: 10%;
    left: 5%;
    max-width: 100%;
    z-index: 2;
    font-size: 3.5rem;
    line-height: 1.5;
    background: #ffffffba;
    padding: 18px 25px;
    border-radius: 6px;
}
.mad-banner-title:not(:last-child) {
    margin-bottom: 2.625rem;
}
.left-banner {
    margin-right: 15px;
    position: relative;
}
.mad-banner.style-2 .mad-banner-title {
    font-size: 2rem;
    bottom: 0;
    left: 0;
    max-width: 100%;
    width: 100%;
    text-align: center;
    padding: 6px 10px 12px;
    line-height: 1.25;
    border-radius: 0;
}
.mad-banner.style-2 .mad-banner-inner {
    right: 3.25rem;
    max-width: 100%;
    top: 50%;
    transform: translateY(-50%);
}
.mad-banner.style-2.left-side .mad-banner-inner {
    right: auto;
    left: 3.25rem;
}
.mad-banner .mad-banner-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: none!important;
}


/************** PRESENTATION *******************/
.presentation-illus {
    max-width: none;
    width: 100%;
}




/****************** SERVICES ****************/
.service-block .text, 
.service-block .image {
    width: 50%;
    display: block;
    padding: 10% 7%;
} 
.service-block .text {
    width: 50%;
    display: block;
    background: #f183020f;
} 
.service-block .text strong {
    font-weight: 700;
}
.service-block .text p:last-child {
    margin-bottom: 0;
}
.service-block  .text .heading {
    font-size: 30px;
    margin-bottom: 30px;
    color: #f8b75c;
}
.service-block .image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 290px;
}
.service-block.service-ateliers .image {
    background-image: url(../img/services-ateliers-02.jpg);
}
.service-block.service-ateliers .text {
    /*background: #ffcf4e36;*/
    padding: 5% 7%;
}
.service-block.service-stages .image {
    background-image: url(../img/services-stages-03.jpg);
}
.service-block.service-ateliers .text {
    /*background: #ffa25d45;*/
}
.service-block.service-commande .image {
    background-image: url(../img/services-commande.jpg);
}
.service-block.service-commande .text {
    /*background: #ffa4a42e;*/
}
        


/******************** GALERY ********************/
section.galerie h2 {
    padding-bottom: 5px;
    border-bottom: 2px dotted #ffb000;
    margin-bottom: 20px;
}
/* show zoom icon on light_box images */
[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: #f6d58bc7;
    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: "\f00e";
    color: #ffffffc2;
    width: 100%;
    font-family: "Font Awesome 6 Free";
    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;
}
.lb-data .lb-caption {
    display: none !important;
}



/******************* CONTACT ****************/
section.contact {
    padding-bottom: 50px;
}
section.contact h3 {
    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 {
    display: flex;
    align-items: center;
    margin-bottom: 35px;
    /*background: #f6f6f6;*/
    background: #f183020f;
    padding: 15px 30px;
    margin-right: 30px;
    border-radius: 5px;
    border: 1px solid #f0c75773;
}
.contact-single-boxes:last-child .contact-us-single-box {
    margin-right: 0;
}
.contact-us-icon {
    margin-right: 18px;
    margin-top: 0;
    width: 35px;
    height: 35px;
}
.contact-us-icon i {
    font-size: 33px;
    color: #f0c757;
}
.contact-us-title {
    padding: 0;
    margin: 0;
    font-size: 15px;
    font-weight: 600;
}
.contact-us-title a {
    color: #313131;
}
.contact-us-title a:hover {
    color: #f0c757;
}
.legal-contact-txt {
    font-size: 10px;
    line-height: 1.16;
    padding: 0 5px 0 5px;
    margin-bottom: 10px;
    margin-top: 0;
    margin-left: 25px;
    text-transform: none;
    color: #53656e;
    font-weight: 300;
    font-style: italic;
    max-width: 650px;
}
/** FORMULAIRE **/
.contact-form-box {
    margin-bottom: 20px;
    margin-top: 0;
}
.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 {
    margin-bottom: 0px;
    position: relative;
    line-height: 1.2;
    padding: 20px 25px;
}
/*.message-confirmation-container .close-btn {
    cursor: pointer;
}*/
.message-confirmation-container.background-green {
/*    border: 1px solid #a5bf49;
    background: #a5bf491f;*/
}
.message-confirmation-container.background-green i,
.message-confirmation-container.background-green .close-btn:before {
    color: #a5bf49;
}
.message-confirmation-container.background-red {
/*    border: 1px solid #f66c79;
    background: #f66c7924;*/
}
.message-confirmation-container.background-red i,
.message-confirmation-container.background-red .close-btn:before {
    color: #f66c79;
}
.modal-header {
    border: none;
    padding-bottom: 0; 
}
.modal-body {
    padding-top: 0;
}
/*.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;
}*/
.message-confirmation-container i {
    font-size: 54px;
}
.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;
}

section.g-map-container {
    padding: 0;
    background: #f8d05c;
}
.g-map {
    width: 100%;
    border: 0;
    height: 375px;
}


/******************** FOOTER *********************/
.footer-logo {
    border: 1px solid #fff;
    width: 160px;
}
.footer-section {
    background: #f8b75c;
    padding: 0px 10px 5px 10px;
    color: #fff;
    font-weight: 500;
}
.footer-section a {
    color: #ffffff91;
    font-weight: bold;
}


@media (max-width: 990px) {
    .container-fluid {
        padding-right: 3.5%;
        padding-left: 3.5%;
    }
    .contact-us-single-box {
        margin-bottom: 10px;
        margin-right: 10px;
        padding: 10px 30px;
    }
    .contact-us-single-box.address-box {
        /*margin-right: 0;*/
    }
    .contact-form-box {
        /*padding-right: 0;*/
    }
}

@media (max-width: 768px) {
    .header-contact {
        text-align: center;
    }
    .header-nav {
        display: block;
        text-align: center;
        margin-bottom: 0;
    }
    .header-nav-content {
        margin-top: 18px;
        margin-bottom: 16px;
        justify-content: center;
    }
    .header-top-content {
        display: block;
        padding-right: 0;
        text-align: center;
    }
    .mad-banner,
    .left-banner {
        margin-right: 0!important;
        margin-bottom: 20px;
    }
    .left-banner .mad-banner-title {
        font-size: 2.75rem;
        max-width: 330px;
        line-height: 1;
    }
    .service-block .text, 
    .service-block .image {
        width: 100%;
    }
    .contact-us-single-box {
        /*margin-right: 0;*/
        margin-bottom: 8px;
    }
    .contact-single-boxes:last-child .contact-us-single-box {
        margin-bottom: 35px;
    }
    .legal-contact-txt {
        margin-left: 0;
        text-align: center;
    }
}

@media (max-width: 580px) {
    .container-fluid {
        padding-right: 25px;
        padding-left: 25px;
    }
    .header-nav-content {
        justify-content: flex-end;
    }
    .header-nav a {
        display: inline-block;
    }
}

@media (max-width: 450px) {
    .header-top span {
        display: none;
    }
    .header-logo {
        margin: 0 auto;
        width: 100%;
    }
    .contact-single-boxes {
        width: 100% !important;
    }
    .contact-us-single-box {
        margin-right: 0;
    }
}

.legales .header-nav-content {
    display: none;
}
section.mentions-legales {
    border-top: 4px solid #ffd400;
}
section.mentions-legales h1 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 50px;
    font-size: 40px;
}
section.mentions-legales h2 {
    font-size: 28px;
    margin-bottom: 20px;
    margin-top: 38px;
}
section.mentions-legales h3 {
    font-size: 22px;
    margin-bottom: 15px;
    margin-top: 20px;
}
section.mentions-legales p a {
    color: #ffb000;
}


/*----------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: 7px;
}
.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: 3px solid #ffffff3b;
    background: #ffb000;
}
.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;
}