/*
Theme Name: Fabrik Ethik
Author: Alberto Spaer
Description: thème modèle pour la mise en place d'un site vitrine
Version: 1.0
 */

/* Global Styles */

@font-face {
    font-family: 'latosemibold';
    src: url('./fonts/lato-semibold-webfont.woff2') format('woff2'),
         url('./fonts/lato-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'NunitoSans-Black';
    src: url('./fonts/NunitoSans-Black.eot');
    src: url('./fonts/NunitoSans-Black.eot?#iefix') format('embedded-opentype'),
        url('./fonts/NunitoSans-Black.woff2') format('woff2'),
        url('./fonts/NunitoSans-Black.woff') format('woff'),
        url('./fonts/NunitoSans-Black.ttf') format('truetype'),
        url('./fonts/NunitoSans-Black.svg#NunitoSans-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NunitoSans-Bold';
    src: url('./fonts/NunitoSans-Bold.eot');
    src: url('./fonts/NunitoSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('./fonts/NunitoSans-Bold.woff2') format('woff2'),
        url('./fonts/NunitoSans-Bold.woff') format('woff'),
        url('./fonts/NunitoSans-Bold.ttf') format('truetype'),
        url('./fonts/NunitoSans-Bold.svg#NunitoSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NunitoSans';
    src: url('./fonts/NunitoSans-Regular.eot');
    src: url('./fonts/NunitoSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('./fonts/NunitoSans-Regular.woff2') format('woff2'),
        url('./fonts/NunitoSans-Regular.woff') format('woff'),
        url('./fonts/NunitoSans-Regular.ttf') format('truetype'),
        url('./fonts/NunitoSans-Regular.svg#NunitoSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NunitoSans-SemiBold';
    src: url('./fonts/NunitoSans-SemiBold.eot');
    src: url('./fonts/NunitoSans-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('./fonts/NunitoSans-SemiBold.woff2') format('woff2'),
        url('./fonts/NunitoSans-SemiBold.woff') format('woff'),
        url('./fonts/NunitoSans-SemiBold.ttf') format('truetype'),
        url('./fonts/NunitoSans-SemiBold.svg#NunitoSans-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


body {
    font-family: 'Times New Roman', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #fcf9f4;
    color: #000;
}

h1, h2, h3 {
    color: #566441;
}

p {
    line-height: 1.2em;
    font-family: NunitoSans;
    font-weight: normal;
}



img {
    max-width: 100%;
    height: auto;
}

a {
    color: #57663f;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
/* Header */
header {
    background-image: url(images/hero-background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 50px;
    flex-wrap: wrap;
}

div#heading {
    max-width: 100%;
}

li#menu-item-181 a {
    font-size: 55px;
    text-transform: capitalize;
    margin: 0 20px;
}

.menu-item-181.active a {
    color: #57663f!important;
}

ul#menu-menu-principal {
    align-items: center;
}

ul#menu-menu-principal li {
    margin: 0 8px;
}

a.navbar-brand img {
    width: 140px;
}

a.nav-link {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    color: #57663f;
}
.menu-item.active a{
    color: rgb(195 175 57);
}

.main-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 20px;
    max-width: 1200px;
    padding: 25px;
}

.card {
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin: 10px;
    padding: 20px;
    width: 300px;
}

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

.social-icons {
    display: inline-block;
    /*! float: right; */
    width: 25%;
}

.social-icons a {
    color: #fff;
    font-size: 18px;
}
/* Hero Section */

.home .hero { height: 480px;
}



.hero {
    background-image: url("images/hero-background.webp");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
    text-align: center;
    height: 410px;
}
.hero .contenu-wysiwyg{width: 88%;padding-bottom: 20px;}
.hero .container{
    max-width: 87%;
}

.hero h1 {
    font-size: 55px;
    margin-bottom: 20px;
    /*! text-transform: uppercase; */
}
.hero-vid {
  margin-top: 0;
  position: absolute;
  right: 50px;
  top: 26%;
  max-width: 54%;	
}

.hero p {
    font-size: 20px;
    line-height: 1.2;
    /*! font-weight: 600; */
    color: #000;
}


.hero .img-home {
    max-width: 100%;
    height: auto;
    margin-top: 0;
    position: absolute;
    right: 0;
    width: 55%;
    box-shadow: -1px 5px 8px 1px rgba(0,0,0,0.36);
}
.hero .img-atelier {
    max-width: 100%;
    height: 430px;
    margin-top: 0;
    position: absolute;
    right: 50px;
    width: 60%;
    box-shadow: -1px 5px 8px 1px rgba(0,0,0,0.36);
    object-fit: cover;
}

.hero-collage{
    background-image: url(images/hero-background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0 2em 5em 5em;
    text-align: center;
    height: 450px;
    margin-bottom: 60px;
}

section.section-hero-atelier {
    position: relative;
    margin-top: 85px;
    height: 350px;
}
.hero-collage h1,.hero-atelier h1{
    font-size: 48px;
}
.hero-collage.creation h1 {  font-size: 55px;}
.cky-box-bottom-left {
  bottom: 10px!important;
  left: 10px!important;
}

.hero-collage .text-left{
    align-content: center;
}
section.avis-caroussel {
    text-align: center;
    padding: 50px 0;
    border-top: 10px solid #ae9324;
    border-bottom: 10px solid #566641;
    margin-bottom: 100px;
}
.avis-caroussel h2 {
    font-size: 48px;
}
.service a:hover {
    text-decoration: none;
}
.text-left{
    text-align: left;
    padding-right: 9em;
}
.text-left-atelier{
    text-align: left;
    padding-right: 0em;
    -ms-flex: 0 0 30.667%;
    flex: 0 0 30.667%;
    max-width: 30.667%;
}

.services {
    background-color: #fff;
    padding: 120px 30px 60px;
}
.services .container-fluid{padding: 0;}
.services h2 {
    text-align: center;
    font-size: 48px;
    margin-bottom: 60px;
}

.services-grid {
    display: flex;
    gap: 0px;
    justify-content: space-between;
	margin-top: 86px;
}

.service {
    flex: 1;
    padding: 10px 0;
    text-align: center;
}

.service img {
    border-radius: 0;
    margin-bottom: 20px;
    border: 10px solid #57663e;
}

.service h3 {
    font-size: 38px;
    margin-bottom: 15px;
}

.service p {
    font-size: 16px;
    color: #000000;
    /*! font-weight: 600; */
    line-height: 126%;
}

.service .desc {
    padding: 0 40px;
}
.activities-section{}
.activities-section .container{max-width: 86%;}



/* Creations Section */
.creations-section {
    text-align: center;

}

.creations-section .intro h1 {
    font-size: 36px;
    color: #47532d;
}

.creations-section .intro p {
    font-size: 18px;
    color: #333;
}

/* Main Content */
.main-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 30px auto;
}

/* Collage Art */
.collage-art {
    width: 100%;
    max-width: 900px;
    background-color: #47532d;
    color: #fff;
    padding: 20px;
    margin: 20px auto;
}

.collage-art h2 {
    font-size: 48px;
    margin-bottom: 20px;
}

.collage-art .mannequin-image,
.collage-art .collage-image {
    width: 45%;
    margin: 10px;
}

/* Gallery */
.gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    justify-content: center;
    margin-top: 30px;
}

.gallery-item {
    flex: 1 1 350px;
    max-width: 400px;
    border: 10px solid #56653f;
    background: #56653f;
}

.gallery-item img {
    width: 100%;
    height: auto;
}
.gallery-item.text {
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    padding: 30px 0px;
}
.gallery-item.text h3{
    font-size: 48px;
    text-transform: capitalize;
    color: #b4b7a5;
    flex: 1 1 100%;
    text-align: left;
    font-weight: 600;
}
.gallery-item.text p{
    font-family: 'Times New Roman', sans-serif;
    font-size: 1.8rem;
    line-height: 1.2em;
    text-align: center;
    color: #ffffffa8;
}
/* Footer */
.footer {
    background-color: #5a6d47;
    color: white;
    padding-top: 20px;
}
.footer iframe{min-height: 183px;}
.footer .mt-4{margin: 0;width: 98%;}
.footer-logo {
    width: 130px;
    margin-bottom: 15px;
    position: relative;
    bottom: 69px;
}
.short-desc {
    display: inline-block;
    width: 175px;
    text-align: left;
    padding-left: 20px;
}
.footer h3 {
    font-size: 25px;
    margin-bottom: 10px;
    color: #fff;
    font-weight: 600;
}

.footer p {
    font-size: 12px;
    line-height: 154%;
}

.footer-menu {
    padding: 0;
    margin-bottom: 20px;
    display: inline-block;
}

.footer-menu li {
    display: inline;
    margin-right: 15px;
}

.footer-menu a {
    color: white;
    text-decoration: none;
    font-size: 14px;
}

.footer-menu a:hover {
    text-decoration: underline;
}
.tiret{
    border-left: 1px solid #fff;
    padding-left: 12px;
}
.social-icons a {
    color: white;
    font-size: 18px;
    margin: 0 10px;
}

.social-icons a:hover {
    color: #ccc;
}

.legal-links li {
    display: inline;
    margin-right: 15px;
    font-size: 12px;
}

.legal-links a {
    color: white;
    text-decoration: none;
}

.legal-links a:hover {
    text-decoration: underline;
}

/*Art du collage*/
.title-collage{
    font-size: 55px;
    text-align: left;
    color: #FFFFFF;
}
img.img-atelier {
    width: 100%;
}
.section-hero{
    position: relative;
    background: #56653f;
    padding: 25px;
    top: 25px;
    box-shadow: -1px 5px 8px 1px rgba(0,0,0,0.36);
}
.hero-atelier .text-left-atelier{
    align-content: center;
}
#metaslider_30.flexslider .slides {
    background: #fff;
}
section.hero-collage.creation {
    height: 371px;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.activities-section .row {
    align-items: center;
    margin-bottom: 5rem;
}
.activities-section .row .col-md-6{}
.activities-section .row  .bloc-ecole{}
.activities-section img {
    margin-bottom: 20px;
    width: 90%;
}
.activities-section h2{
    font-size: 55px;
}
.activities-section p{
    font-size: 20px;
    /*! font-weight: bold; */
}
.activities-section p a{border-color: #57663f;border: 1px solid;
  color: #57663f;
  font-size: 19px;
  font-weight: 600;
  font-family: latosemibold;
  border-radius: 25px;
  padding: 12px 25px;
  margin-top: 25px;transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
display: inline-block;
text-decoration: none;
}
.activities-section p a:hover{
    /*! padding-left: 0; */
    /*! padding-right: 100px; */
    background-color: #57663f;
    color: #fff;
}
.btn-outline-secondary {
    border-color: #57663f;
    color: #57663f;
    font-size: 19px;
    /*! font-weight: 600; */
    font-family: latosemibold;
    border-radius: 25px;
    padding: 6px 25px;
    margin-top: 25px;
}

.btn-outline-secondary:hover {
    background-color: #57663f;
    color: #fff;
}
.bloc-ecole{
    padding-left: 0;
    padding-right: 100px;
}
.bloc-mairie{
    padding-right: 100px;
}
.mairie img{
    width: 600px;
    height: auto;
}
.collage-1{
    display: inline-block;
    height: 150px;
    width: 100%;
    background-image: url("images/collage1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.collage-2{
    display: inline-block;
    height: 243px;
    width: 100%;
    background-image: url("images/collage3.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
/*Page couture*/
section.re-fashion {
    max-width: 1200px;
    margin: 0 auto;
}
.fashion-section {
    background: #fff;
    border: 15px solid #56653f;
    padding: 0;
}
.bloc-primary{
    padding: 25px 50px;
}
img.logo-refashion {
    margin-bottom: 25px;
    /* width: auto; */
}
h3.red-title {
    font-size: 38px;
    font-family: 'Nunito Sans';
    color: #ba174e;
    font-weight: 900;
}
.desc-fashion{
    font-size: 20px;
    font-weight: bold;
}
.image-promo {
    margin: auto;
    display: flex;
    width: 190px;
}
.bloc-qr {
    background-color: #ba174e;
    text-align: center;
    padding: 5px 89px;
}
img.qr-code {
    width: 185px;
    margin-left: -20px;
    height: auto;
}
.text-qr{
    color: #fff;
    font-size: 14px;
}
.row.bonus {
    margin: 15px;
    border: 3px solid #000;
    align-items: center;
}
p.text-bonus {
    font-size: 9px;
    text-transform: uppercase;
    font-weight: 900;
    margin: 10px;
}
.title {
    font-size: 55px;
}
.content_couture {
    font-size: 17px;
    font-weight: 600;
}
.content_couture ul {
    padding-left: 17px;
    font-size: 20px;
    font-family: NunitoSans-Bold;
    font-weight: 500;
    color: #000;
}
.left-couture-content{
    text-align: left;
    padding-left: 5em;
    align-content: center;
}
/*Style Bandeau*/
section.bandeau-promo {
    background: #fff;
    padding: 30px 0;
    text-align: center;
    margin: 50px 0 50px 0;
}
.img-promo{
    width: 150px;
}
.red-title-promo{
    font-size: 46px;
    font-family: 'Nunito Sans';
    color: #ba174e;
    font-weight: 900;
}
.bandeau-promo p{
    font-weight: 700;
}
.grille-tarifaire {
    background-image: url('images/bg-grille-tarifaire.png');
    background-size: 92%;
    background-repeat: no-repeat;
    padding: 140px 0 10px 0;
    background-color: #fff;
    border: 30px solid #566541;
    background-position-y: 20px;
}
.grille-tarifaire h2{width: 70% !important;  margin: 0 auto;    margin-bottom: 0px;  margin-bottom: 20px;  font-size: 24px;  font-weight: bold;}
.grille-tarifaire  p{text-align: center;}
.tablepress{width: 70% !important; padding: 0!important;}
.tablepress tr{}
.tablepress tr td{padding: 0 10px!important;}
.tablepress .column-1::before{content:".";font-size: 50px;line-height: 0;color: #000;margin: 0 8px;font-family: latosemibold;}
.services-grid .service-img{margin: 30px 0;}



/*Tableau css*/
td.column-2,td.column-1 {
    padding: 0!important;
}
.google-map{
    position: absolute;
    left: 0;
    display: inline-block;
    width: 100%;
    margin-top: -35px;
}
.text-left-contact {
    text-align: left;
    padding-left: 8em;
    align-items: end;
    align-content: end;
    height: 400px;
}.text-left-contact h1 {
     font-size: 55px;
     margin-bottom: 20px;
    text-transform: capitalize;
 }
 .hero-contact{
     background: #fcf9f4;
     background-repeat: no-repeat;
     background-size: cover;
     padding: 0;
     text-align: center;
     height: 350px;
 }
.contact{
    width: 89%;
    margin: 0 auto;
}
.lieu{
    margin-bottom: 75px;
}
.lieu h3, .appelez h3{
    font-size: 28px;
    text-transform: uppercase;
}
.contact p{
    font-size: 18px;
    font-weight: 700;
}
.navbar-brand{
    margin-right: 0!important;
    position: relative;
    left: 5%;
}
.strong-view.wpmtst-simple .wpmtst-testimonial-image img {
    background: none;
    width: 80px!important;
    border-radius: 50%;
}
.wpmtst-testimonial-content p {
    /*! font-weight: 800 !important; */
    font-family: Times New Roman;
    font-size: 18px;
}
.wpmtst-testimonial-content p:before {
    content: '"';
}
.wpmtst-testimonial-content p:after {
    content: '"';
}
.wpmtst-testimonial-field.testimonial-field.rate {
    clear: none!important;
}
.strong-rating-wrapper .star svg path {
    fill: #b99c7e!important;
}
.title-avis{
    font-size: 58px;
    text-transform: capitalize;
}
.img-google {
    width: 125px;
}
.head-avis {
    padding-left: 8em;
    padding-right: 8em;
}
.list-avis{
    max-width: 900px;
    margin: 50px auto;
}
.strong-view.wpmtst-simple .wpmtst-testimonial-image {
    margin-right: 4em!important;

}
.strong-view.wpmtst-simple .wpmtst-testimonial-content p:first-of-type {
     margin-top: 14px!important;
     padding-top: 0;
 }
section.post-avis {
    border-top: 10px solid #57663f;
    padding: 50px;
}
h3.envoi-title {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 400;
}
#forminator-module-198 .forminator-button-submit {
    background-color: #17a8e300!important;
    color: #5a6d47!important;;
    margin: 0 auto!important;;
    text-align: center!important;;
    display: block!important;;
    font-size: 24px!important;;
    text-transform: uppercase;
    font-weight: 500!important;border: 0;
}
#forminator-module-198 .forminator-button-submit:hover{color:#000!important;}
form#forminator-module-198 input::placeholder{color:#000;}
form#forminator-module-198 input{border: 0;background: unset;font: 20px/120% NunitoSans;width: 100%;color: #000 !important;padding: 15px;}
form#forminator-module-198 textarea{border: 0;background: unset;font: 20px/120% NunitoSans;width: 100%;color: #000 !important;padding: 15px;}
form#forminator-module-198  span{clear: both;display: block;}
.hero-img {
    position: relative;
    display: contents;
}
.hero-img-crea{
    position: relative;
    display: inline-block;
}
.strong-rating-wrapper .star svg {
    width: 20px;
    margin: 0 3px;
}
.strong-view.wpmtst-modern .wpmtst-testimonial-content {
    font-style: normal!important;
    margin: 0 40px!important;
    position: relative;
    text-align: center;
    font-family: Nunito;
    min-height: 110px;
}
a.btn.btn-lg.outline {
    border: 2px solid #57663f;
    border-radius: 25px;
    padding: .3rem 1.5rem;
    font-size: 20px;
    color: #57663f;
    margin-top: 30px;
}

.strong-view.controls-style-buttons:not(.rtl) .wpmslider-next:before {
    content: "";
    -webkit-mask: url(../svg/chevron-right-solid.svg) center center no-repeat;
    mask: url(../svg/chevron-right-solid.svg) center center no-repeat;
    position: relative;
    left: -30px!important;
    display: inline-block;
    width: 48px!important;
    background: #ae9324!important;
    height: 75px!important;
    top: 3px;
}
.strong-view.controls-style-buttons:not(.rtl) .wpmslider-prev:before {
    content: "";
    -webkit-mask: url(../svg/chevron-left-solid.svg) center center no-repeat;
    mask: url(../svg/chevron-left-solid.svg) center center no-repeat;
    background: #ae9324!important;
    position: relative;
    left: -1px;
    display: inline-block;
    width: 48px!important;
    height: 75px!important;
    top: 3px;
}

.legal-links .nav-item {
    display: inline-block;
    border: 0;
    padding: 0;
    margin: 0;
}
.legal-links  a.nav-link {
    font-size: 14px;
    text-transform: none;
    font-weight: normal;
    color: #ffffff;
    padding: 0;
    font-family: NunitoSans;
}
.legal-links li  .nav-link::after{content:"|";padding: 0 2px;display: inline-table;} 
li#menu-item-282 {
    border-left: 0;
}
.legal-links li:last-of-type .nav-link::after{display:none;}
.page-template-default .container{margin: 60px auto 100px;
  max-width: 88%;}
.page-template-default .container p{font: 18px/120% NunitoSans;  margin-bottom: 20px;  padding-bottom: 0;}
.page-template-default .container ul{}
.page-template-default .container ul li{font: 18px/120% NunitoSans;  padding-bottom: 0;}
.page-template-default .container ol li{font: 18px/120% NunitoSans;  padding-bottom: 0;}
.page-template-default .container p a{color: #57663f;  text-decoration: underline;}
.page-template-default .container p a:hover{color: #000; }

.wpcf7 {}
.wpcf7 .screen-reader-response {}
.wpcf7 .screen-reader-response p{}
.wpcf7 .screen-reader-response ul{}
.wpcf7 .screen-reader-response ul li{}
.wpcf7 .wpcf7-form{width: 100%;margin-top: 40px;}
.wpcf7 .wpcf7-form p{width: 100%;}
.wpcf7 .wpcf7-form p br{display: none;}
.wpcf7 .wpcf7-form p label{width: 100%;margin-bottom: 30px;}
.wpcf7 .wpcf7-form p label input{border: 0;background: transparent;border-bottom: 2px solid #57663f !important;width: 100%;font: 20px/120% NunitoSans;width: 100%;color: #000 !important;padding: 15px;}
.wpcf7 .wpcf7-form p label input.wpcf7-submit{background-color: #17a8e300 !important;color: #5a6d47;margin: 0 auto !important;text-align: center !important;display: block !important;font-size: 24px !important;text-transform: uppercase;font-weight: 500 !important;border: 0;border: 0 !important;}
.wpcf7 .wpcf7-form p label input.wpcf7-submit:hover{color: #000;}
.wpcf7 .wpcf7-form p label textarea{border: 0;border-bottom-width: 0px;border-bottom-style: none;border-bottom-color: currentcolor;background: transparent;border-bottom: 2px solid #57663f !important;width: 100%;font: 20px/120% NunitoSans;width: 100%;color: #000 !important;padding: 15px;height: 120px;}
.wpcf7 .wpcf7-form p label.first{width: 47%;float: left;}
.wpcf7 .wpcf7-form p label.last{width: 47%;float: right;}

.wpcf7 form.sent .wpcf7-response-output, .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {text-align: center;}
figure.wp-block-gallery.has-nested-images{width: 1200px;  margin: 120px auto 80px;}
figure.wp-block-gallery.has-nested-images figure{border: 10px solid #56653f;  background: #56653f;margin: 20px !important;width: 29% !important;}




@media (min-width: 1400px) {
    .hero .img-home {
        max-width: 100%;
        /*! height: 443px; */
        margin-top: 0;
        position: absolute;
        right: 0;
        width: 55%;
        box-shadow: -1px 5px 8px 1px rgba(0, 0, 0, 0.36);
    }
    section.hero-collage.creation {
        height: 450px;
    }
}

/* Responsive Styles */
@media (max-width: 768px) {
    .title {
        font-size: 30px;
        text-align: center;
    }
    .content_couture li {
        font-size: 16px;
        font-weight: 800;
    }
    .services-grid {
        flex-direction: column;
    }
    .footer {
        margin-top: 50px;
    }
    .footer-content {
        flex-direction: column;
        text-align: center;
    }
    .social-icons{
        width: 100%;
    }
    .wp-block-presto-player-reusable-edit {
        position: relative;
        top: 0!important;
    }
    .hero-vid {
        top: 0;
    }
    .hero{
        height: 100%;
        margin-bottom: 30px!important;
    }
    .hero h1 {
        font-size: 25px;
        margin-bottom: 20px;
        text-align: center;
    }
    .hero p {
        text-align: center !important;
    }
    .hero .img-home, .hero .img-atelier  {
        max-width: 100%;
        height: auto;
        margin-top: 20px;
        position: relative;
        width: 100%;
        box-shadow: -1px 5px 8px 1px rgba(0,0,0,0.36);
    }
    .hero .img-atelier {
        right: 0;
    }
    .hero .container {
        max-width: 1106px;
        display: inline-block;
        padding: 0 25px;
    }
    .services h2{
        font-size: 30px;
    }
    .services {
        background-color: #fff;
        padding: 50px 0;
    }
    .text-left, .text-left-atelier, .text-right {
        padding-right: 0;
        text-align: center !important;
        padding-left: 0 !important;
    }
    .collage-art {
        flex-direction: column;
    }

    .collage-art .mannequin-image,
    .collage-art .collage-image {
        width: 100%;
    }

    .gallery-item {
        max-width: 100%;
    }
    .atelier-section {
        text-align: center;
        padding: 0 0 50px 0;
    }

    .activities-section .row {
        flex-direction: column;
    }

    .activities-section img {
        width: 100%;
        height: auto;
    }
    .activities-section h2{
        font-size: 28px;
    }
    a.navbar-brand img {
        width: 100px;
    }
    header{
        padding-bottom: 5px;
    }
    .footer-logo {
        width: 130px;
        margin-bottom: 15px;
        position: relative;
        bottom: 8px;
    }
    .short-desc {
        display: inline-block;
        width: auto;
        text-align: left;
        padding-left: 43px;
    }
    .strong-view.wpmtst-modern .wpmtst-testimonial-content {
        font-style: normal !important;
        margin: 0 !important;
    }
    .strong-view.wpmtst-modern .wpmtst-testimonial-image img {
        border-radius: 50%;
        width: 75px;
        margin-top: 20px;
        margin-left: 31px;
    }
    .bloc-ecole, .bloc-mairie {
        padding-left: 10px;
        padding-right: 10px;
        text-align: center;
    }
    h3.red-title{
        font-size: 28px;
    }
    .fashion-section{
        text-align: center;
        margin:0 20px;
    }
    .left-couture-content {
        text-align: left;
        padding: 2em;
        align-content: center;
    }
    .red-title-promo {
        font-size: 28px;
        font-family: 'Nunito Sans';
        color: #ba174e;
        font-weight: 900;
        margin-top: 10px;
    }
    .desc-reduc {
        display: flex;
        background-image: url(images/bg-desc-reduc.png);
        width: 100%;
        height: 52px;
        background-size: 100% 100%!important;
        padding-top: 12px;
        margin-top: -1px;
        text-align: center;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column;
        background-repeat: no-repeat;
    }
    .titre-reduc {
        background-image: url(images/bg-titre-reduc.png);
        background-size: auto;
        background-repeat: round;
        display: inline-block;
        width: 130px;
        padding: 20px 10px;
        height: 93px;
        align-content: center;
        margin: 0 auto;
        text-align: left;
    }
    .titre-reduc h3 {
        font-size: 15px;
        text-transform: uppercase;
        font-weight: 800;
        word-break: keep-all;
    }
    .desc-reduc p {
        font-size: 15px;
        line-height: 0em;
        font-weight: 800;
    }
    .reduc-title{
        margin-bottom: 40px;
    }
    .reduc-title .main-title {
        color: #000;
        text-align: center;
        font-size: 12px;
        font-weight: 600;
        text-transform: uppercase;
    }
    .services-wrapper {
        margin-bottom: 50px;
    }
    .grille-tarifaire{
        padding: 80px 10px 10px 10px;
        margin-left: 15px;
        margin-right: 15px;
    }
    .video-container {
        display: contents;
    }
    li#menu-item-181 a{
        font-size: 30px;
    }
    .hero-collage{
        padding: 20px;
        height: 100%;
    }
    .title-collage{
        font-size: 45px;
    }
    .collage-2{
        height: 191px;
        width: 99%;
        margin-left: 8px;
    }
    .collage-1{
        height: 100px;
        width: 99%;
        margin-left: 8px;
    }
    .mannequins {
        height: 300px;
    }
    .google-map {
        position: relative;
        left: 0;
        display: inline-block;
        width: 100%;
        margin-top: 0;
    }
    .hero-contact {
        padding: 0;
        text-align: center;
        height: 100%;
        margin-bottom: 50px !important;
    }
    .contact {
        width: 100%;
        margin: 0 auto;
    }
    h3.envoi-title {
        font-size: 24px;
        margin-top: 50px;
    }
    .text-left-contact {
        padding-left: 15px;
        height: 100%;
    }
    .head-avis {
        padding-left: 15px;
        padding-right: 15px;
    }
    .strong-view.wpmtst-simple .wpmtst-testimonial-image {
        margin-right: 1em !important;
    }
    .strong-view.wpmtst-simple .wpmtst-testimonial-content p:last-of-type {
        margin-bottom: 0;
        padding-bottom: 0;
        float: left;
        display: inline-block;
    }
    .strong-view.wpmtst-simple .wpmtst-testimonial-field {
        clear: none!important;
    }
    section.post-avis .container {
        width: 100%!important;
    }
    section.post-avis {
        padding: 20px;
    }
    .desc-fashion {
        font-size: 14px;
        font-weight: bold;
    }
    p.text-bonus {
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 900;
        margin: 10px;
        line-height: 1.5;
    }
}
button.navbar-toggler.collapsed .navbar-toggler-icon {
    background-image: url('images/bars-solid.svg');
}
.navbar-toggler .navbar-toggler-icon{
    background-image: url('images/bars-staggered-solid.svg');
}
.strong-view.wpmtst-modern .wpmtst-testimonial-image img {
    border-radius: 50%;
    margin-top: 25px;
    margin-left: 10px;
    margin-right: 10px;
    width: 80px;
}
.top-bar .social-icons {
    width: 100%;
    text-align: right;
    float: none;
}
.top-bar {
    display: inline-block;
    width: 100%;
    background: #586840;
    margin: 0;
    height: 35px;
    align-items: center;
    align-content: center;
}
.top-bar .container{max-width: 96%;margin: 0 auto;
}
.services-wrapper {
    background: #566541;
    padding: 25px 8%;
}
h1.main-title {
    color: #000;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}
.reduc-title {
    background-image: url(images/bg-title-reduc.png);
    display: inline-block;
    width: 100%;
    padding: 15px 30px;
    align-content: center;
    background-size: 100% 100%;
    text-align: center;
    background-repeat: no-repeat;
}
.reduc-title h1{font: 20px /120% NunitoSans-Black;padding: 0px 10px;margin: 10px 0;}
.titre-reduc {
    background-image: url('images/bg-titre-reduc.png');
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    width: 130px;
    padding: 20px 10px;
    height: 74px;
    align-content: center;
    margin: 0 auto;
    text-align: left;
}
.titre-reduc h3 {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 800;
    word-break: keep-all;
    font-family: latosemibold;
}
.service-item {
    align-content: center;
    text-align: center;
}
.desc-reduc {
    display: flex;
    background-image: url('images/bg-desc-reduc.png');
    width: 100%;
    height: 60px;
    background-size: cover;
    padding-top: 20px;
    margin-top: -3px;
    text-align: center;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
}
.desc-reduc p {
    font-size: 12px;
    line-height: 0em;
    font-weight: 800;
    font-family: latosemibold;
}
section.post-avis .container {
    width: 800px;
}
.form-field.field-client_name {
    width: 48%;
    float: left;
}
.form-field.field-nom {
    width: 48%;
    float: right;
}
.strong-form input[type="text"], .strong-form input[type="email"], .strong-form input[type="url"], .strong-form input[type="file"], .strong-form select, .strong-form textarea {
    box-sizing: border-box;
    display: block;
    float: none;
    width: 100%;
    background: #ffffff00;
    border: 0;
    border-bottom: 2px solid #57663f;
    font-size: 18px;
}
.strong-form .form-field.wpmtst-submit {
    margin-bottom: 0;
    text-align: center;
}
input.wpmtst_submit_testimonial {
    background: none;
    border: none;
    font-size: 28px;
    text-transform: uppercase;
    color: #5a6d47;
}
input.wpmtst_submit_testimonial:hover {
    color: #ab8b00;
}
.strong-form .form-field {
    margin-bottom: 2.5em!important;
}
::placeholder {
    font-size: 18px;
}
h3.post-avis {
    font-size: 38px;
}
p.captcha-text {
    font-weight: unset;
    text-align: center;
    font-size: 15px;
    color: #000;
}
.page-id-54 .text-left-atelier{
    padding-right: 0!important;
}
.page-id-54  .hero{
    height: 100%;
}
.wp-block-presto-player-reusable-edit {
    position: relative;
    top: 2px;
}
.page-id-54 header{
    padding-bottom: 0;
}
.footer-menu .nav-link {
    display: inline-block;
    padding: 0;
}
.tablepress {
    --text-color:#566541!important;
    --odd-text-color: var(--text-color);
    --odd-bg-color: #e7f1d9!important;
    --even-text-color: var(--text-color);
    --even-bg-color: #c5d9aa!important;
    --hover-text-color: #ffffff!important;
    --padding: 0.3rem;
    --hover-bg-color: #566541!important;
    font-family: NunitoSans-Bold;
}
.tablepress>:not(caption)>*>* {
    padding: var(--padding) !important;
}
.dropdown-item:focus, .dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: transparent;
  color: #c3af39 !important;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: -1rem;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 11rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #57663f;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 20px;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 8px 10px;
  clear: both;
  font-weight: 400;
  color: #fff !important;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  font-size: 18px;
}
.hero-img-crea img{max-height: 480px;}
@media (max-width: 1700px) {
	.hero {  height: 420px;}
	.service {  padding: 10px 10px;}
}

@media (max-width: 1680px) {
	
}

@media (max-width: 1500px) {
.hero .contenu-wysiwyg {width: 100%;}
	.hero p { font-size: 18px;}	
	.hero { height: 380px;}
	.footer-menu li { margin-right: 8px;}
	.services-grid .service-img { margin: 35px 0;}
	
}

@media (max-width: 1440px) {
.services-grid .service-img {
  margin: 40px 0;
}
}
@media (max-width: 1388px) {
	.hero h1 {  font-size: 40px;}
	.services-grid .service-img {  margin: 45px 0;}
	.tablepress {  width: 86% !important;}
}

@media (max-width: 1280px) {
	figure.wp-block-gallery.has-nested-images { width: 100%;}
	.page-template-creationtest .container{max-width: 90%; padding: 0;}
}


@media (max-width: 1024px) {
.service .desc {  padding: 0 10px;}
.dropdown-item {  text-align: left;}	
a.nav-link {  text-align: left;}
.navbar-expand-lg .navbar-toggler { display: block; }
ul#menu-menu-principal li.menu-fabrik{display:none;}
	ul#menu-menu-principal li { margin: 0 8px;  width: 100%;  text-align: center; border-bottom: 1px solid #5868408c;}
	.navbar-nav .dropdown-menu { border-radius: unset;margin: 0; padding: 0;}
	ul#menu-menu-principal .dropdown-menu.show li {margin: 0;border-bottom: 1px solid #d0d2cb8c;}
	.page-template-couture .tarifs  .col-lg-5{-ms-flex: 0 0 100%;flex: 0 0 100%; max-width: 100%;} 
	.services-wrapper { padding: 25px 20%;}
	  .tablepress { width: 70% !important;  margin-top: 40px !important;}
}

@media (max-width: 800px) {
.text-left-atelier {  text-align: left;  padding-right: 0em;  -ms-flex: 0 0 100%;  flex: 0 0 100%;  max-width: 100%;}
 .hero .text-left-atelier .contenu-wysiwyg {    width: 100%;    margin: 0 auto; }
.hero-vid {position: relative; right: unset; width: 98%; margin: 0 auto; flex: 100%; max-width: 100%;}	
.activities-section .container {  max-width: 96%;}	
.page-template-couture   .hero, .page-template-atelier .hero{    height: auto; }	
section.hero-collage.creation {  height: auto;}
.gallery {  margin-top: 0;gap: 20px;}	
.main-content{padding-top: 0;}
}


@media (max-width: 680px) {
.text-left-atelier {  text-align: left;  padding-right: 0em;  -ms-flex: 0 0 90%;  flex: 0 0 90%;  max-width: 90%;	margin: 0 auto;}
.hero .contenu-wysiwyg {width: 100%;}
.hero p {  font-size: 14px; }
.hero h1 {font-size: 30px;}
.services h2 {font-size: 23px; margin-bottom: 20px;}	
.service h3 { font-size: 28px;}
.service p { font-size: 14px}	
.services { padding: 110px 0 20px;}	
.strong-view.controls-style-buttons:not(.rtl) .wpmslider-next::before {  left: -20px !important;  height: 50px !important;}	
.strong-view.controls-style-buttons:not(.rtl) .wpmslider-prev::before { left: -10px;  height: 50px !important;	}
.wpmtst-testimonial-content p {  font-size: 14px;}	
.btn-outline-secondary { font-size: 14px;}
.footer iframe {  min-height: 200px;border-radius: 25px !important; border: 0; outline: none;}	
.mt-5, .my-5 {  margin-top: 1.2rem !important;}	
div#heading {  max-width: 100%;  padding: 0;}	
section.avis-caroussel {  margin-bottom: 0px;}	
.activities-section p { font-size: 14px;}	
.activities-section p a { font-size: 12px;}	
.page-id-54 .hero { height: 655px;}	
.activities-section .row { margin-bottom: 1rem;}
.tablepress {  width: 98% !important;}
.tablepress { font-size: 12px;}	
.tablepress .column-1::before {  font-size: 35px;}	
.content_couture { font-size: 14px;}
.content_couture li {  font-size: 14px;	}
.bandeau-promo p{font-size: 14px;	}
.gallery-item.text p { font-size: 16px;}
.gallery-item.text {  padding: 15px 0px;}
.text-left-contact h1 {font-size: 34px;	}
.contact p { font-size: 14px;}	
p.captcha-text {  font-size: 12px;}	
h3.envoi-title {font-size: 18px; margin-top: 25px;}	
.page-template-default .container p { font: 14px/120% NunitoSans;}	
.page-template-default .container {  margin: 40px auto 40px;  max-width: 96%;}	
.services-wrapper { padding: 25px 5%;}	
.services-grid { margin-top: 0;}
.services-grid .service-img {margin: 20px 0;}
.tablepress {margin-top: 0px !important;}
.grille-tarifaire {padding: 80px 10px 10px 10px; margin-left: 15px; margin-right: 15px; border: 16px solid #566541;}
body { overflow-x: hidden !important;  width: 100%;}
.grille-tarifaire h2 {width: 100% !important;  margin-top: 40px;font-size: 18px;}	
.page-id-54 .hero { height: auto;  padding-bottom: 30px;}	
.gallery-item.text {  padding: 10% 0px; }
figure.wp-block-gallery.has-nested-images figure { width: 100% !important;}
.page-template-creationtest .container {  max-width: 100%;}
figure.wp-block-gallery.has-nested-images { width: 100%;}
figure.wp-block-gallery.has-nested-images { width: 100%; margin: 20px auto 20px;}
}
