@charset "UTF-8";
/*
Theme Name: Twenty Twenty one Modifié
Theme URI: https://coloc.coop/
Author: Studio Créatif Coloc
Author URI: https://coloc.coop/
Description: Thème spécialement développé
Version: 1.1
Text Domain: Coloc
*/
/*
          _             _            _             _             _                _       _                  _          _            _            _   _       
        /\ \           /\ \         _\ \          /\ \         /\ \             /\ \     /\_\               / /\       /\ \         /\ \         /\_\/\_\ _   
       /  \ \         /  \ \       /\__ \        /  \ \       /  \ \           /  \ \   / / /         _    / /  \      \_\ \       /  \ \       / / / / //\_\ 
      / /\ \ \       / /\ \ \     / /_ \_\      / /\ \ \     / /\ \ \         / /\ \ \  \ \ \__      /\_\ / / /\ \__   /\__ \     / /\ \ \     /\ \/ \ \/ / / 
     / / /\ \ \     / / /\ \ \   / / /\/_/     / / /\ \ \   / / /\ \ \       / / /\ \ \  \ \___\    / / // / /\ \___\ / /_ \ \   / / /\ \ \   /  \____\__/ /  
    / / /  \ \_\   / / /  \ \_\ / / /         / / /  \ \_\ / / /  \ \_\     / / /  \ \_\  \__  /   / / / \ \ \ \/___// / /\ \ \ / / /  \ \_\ / /\/________/   
   / / /    \/_/  / / /   / / // / /         / / /   / / // / /    \/_/    / / /    \/_/  / / /   / / /   \ \ \     / / /  \/_// / /   / / // / /\/_// / /    
  / / /          / / /   / / // / / ____    / / /   / / // / /            / / /          / / /   / / /_    \ \ \   / / /      / / /   / / // / /    / / /     
 / / /________  / / /___/ / // /_/_/ ___/\ / / /___/ / // / /________    / / /________  / / /___/ / //_/\__/ / /  / / /      / / /___/ / // / /    / / /      
/ / /_________\/ / /____\/ //_______/\__\// / /____\/ // / /_________\  / / /_________\/ / /____\/ / \ \/___/ /  /_/ /      / / /____\/ / \/_/    / / /       
\/____________/\/_________/ \_______\/    \/_________/ \/____________/  \/____________/\/_________/   \_____\/   \_\/       \/_________/          \/_/        
                                                                                                                                                              
        */

/*
  __  ___   __    _ __        __           __ 
 / / / (_) / /__ (_) /_  ___ / /____ _____/ /_
/ /_/ / / /  '_// / __/ (_-</ __/ _ `/ __/ __/
\____/_/ /_/\_\/_/\__/ /___/\__/\_,_/_/  \__/ 
*/


/*

Thin 100
ExtraLight 200
Light 300
Regular 400
Medium 500
SemiBold 600
Bold 700
ExtraBold 800
Black 900

*/

:root {
  --fontFamily: 'Lexend', sans-serif;
  --transitionTiming: 0.3s ease-in-out;

  --vert: #1C4D4A;
  --gris: #A6BDB5;
  --brun: #8F7554;
  --beige: #FFFFF0;
  --jaune: #E0E821;
  --rose: #F29E83;
  --noir: #333132;
  --blanc: #FFFFFF;
}


/*Utiliser des REM sur les font size par rapport au px du body size*/
html, body {
  font-size: 22px !important;
  font-family: var(--fontFamily);
  color: var(--vert)!important;
  line-height: 1rem !important;
  background-color: var(--blanc);
   scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--fontTitles);
  color: var(--vert);
  margin: 0;
  text-wrap: pretty;
}

h1 {
  font-size: 2.5em;       /* 55px / 22 = 2.5 */
  line-height: 2.73rem;   /* 60px / 22 = 2.727 */
  font-weight: 600;
  text-wrap: balance;

}

h2 {
  font-size: 2.0454545454545454em;      /* 45px / 22 */
  line-height: 2.27rem;   /* 50px / 22 */
  font-weight: 600;
  margin-bottom:1.04545454545454546rem!important;
  text-wrap: pretty;

}

h3 {
  font-size:  1.4545454545454546em;      /* 35px / 22 AKA NOW 32px*/ 
  line-height: 1.6818181818181819rem;   /* 40px / 22  AKA NOW 37px*/
  font-weight: 400;
}

h4 {
  font-size: 1.2727272727272727em;      /* 28px / 22 */
  line-height: 1.59rem;   /* 35px / 22 */
  font-weight: 400;
  /*margin-bottom: 1.4545454545454546rem !important;*/
}

h5 {
  font-size: 1.0909090909090908em;      /* 24px / 22 */
  line-height: 1.32rem;   /* 29px / 22 */
  font-weight: 600;
  margin-bottom:  1rem!important;
}
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong{
  font-weight: bold!important;
}

.surtitre {
  font-size: 0.7272727272727273em;      /* 16px / 22 */
  line-height: 1rem;      /* 22px / 22 */
  font-weight: 300;
}

p {
  font-size: 1em;         /* 22px / 22 */
  line-height: 1.27rem;   /* 28px / 22 */
  font-weight: 400;
  margin-bottom: 1.4545454545454546em!important;
  text-wrap: pretty;
}
.txtSmallBrun a,
.txtSmallBrun{
  color: var(--brun)!important;
  font-size: 0.8181818181818182rem!important;
}

/*---- Buttons -----*/

.btn {
  position: relative;
  display: inline-block;
  font-size: 0.9090909090909091em;       /* 20px / 22 */
  line-height: 1.18rem;    /* 26px / 22 */
  font-weight: 700;
  font-family: var(--fontFamily);
  border-radius: 999px;
  padding: 0.8em 1em;
  cursor: pointer;
  transition: all var(--transitionTiming);
  overflow: hidden;
  z-index: 1;
  text-align: center;
  text-decoration: none;
  background-color: transparent;
  border: 2px solid;
}
.btnInvert.btnJaune:hover,
.btnJaune {
  background-color: var(--jaune);
  color: var(--vert)!important; 
  border-color: var(--jaune);
}
.btnJaune a{
  color: var(--vert)!important;
}


.btnJaune:hover a{
  color: var(--jaune)!important;
}
.btnInvert.btnJaune,
.btnJaune:hover {
  color: var(--jaune);
  background-color: transparent;
}
.bg_brun .btnJaune:hover,
.bg_brun .btnJaune:hover a{
  color: var(--beige)!important;
}
.btnInvert.btnRose:hover,
.btnRose {
  background-color: var(--rose);
  color: var(--vert);
  border-color: var(--rose);
}
.btnRose a{
  color: var(--rose)!important;
}
.btnRose:hover a{
  color: var(--vert)!important;
}
.btnInvert.btnRose,
.btnRose:hover {
  color: var(--vert);
  background-color: transparent;
}
.btnInvert.btnVert:hover,
.btnVert {
  background-color: var(--vert);
  color: var(--blanc) !important;
  border-color: var(--vert);
}
.btnInvert.btnVert,
.btnVert:hover {
  color: var(--vert) !important;
  background-color: transparent;
}
li.btn a{
  border: none!important;
  padding: 0!important;
}

/* Classes pour couleurs */
.txtVert {
  color: var(--vert);
}
.txtJaune {
  color: var(--jaune);
}
.txtBrun {
  color: var(--brun);
}
.txtBleuGris {
  color: var(--gris);
}
.txtBeige {
  color: var(--beige);
}
.txtRose {
  color: var(--rose);
}

.bg_vert *{
  color: var(--beige);
}
.halfVert{
 background: linear-gradient(
  to bottom, 
  var(--vert) 0%, 
  var(--vert) 48%, 
  var(--beige) 48%, 
  var(--beige) 100%
);
}
.bg_vert {
  background-color: var(--vert);
  display: inline-block;
  width: 100%;
}
.bg_jaune {
  background-color: var(--jaune);
  display: inline-block;
  width: 100%;
}
.bg_rose {
  background-color: var(--rose);
  display: inline-block;
  width: 100%;
}
.bg_brun {
  background-color: var(--brun);
  display: inline-block;
  width: 100%;
}
.bg_beige {
  background-color: var(--beige);
  display: inline-block;
  width: 100%;
}
.bg_gris{
  background-color: var(--gris);
  display: inline-block;
  width: 100%;
}

.opacite{
  opacity: 0!important;
}

/*

  __  ___   __    _ __                __
 / / / (_) / /__ (_) /_  ___ ___  ___/ /
/ /_/ / / /  '_// / __/ / -_) _ \/ _  / 
\____/_/ /_/\_\/_/\__/  \__/_//_/\_,_/  
                                        */

/*NINJA FORM STYLE*/
.nf-form-fields-required {
    display: none;
}

label {
    display: none;
}
.page .nf-field-container {
  margin-bottom: 20px;    
  margin-right: 26.5px;
}
.nf-form-content .listselect-wrap .nf-field-element div, 
.nf-form-content .ninja-forms-field {
  font-size: 22px !important;
}
.nf-field-description span {
  font-size: 18px !important;
  font-family: var(--fontFamily) !important;
  color: var(--vert) !important;
}
.checkbox-container.label-right .field-wrap>div  {
  margin-bottom: 0.15em;
}
.page .nf-form-content .label-above .nf-field-label {
  margin-bottom: 2px;
}
.page .nf-form-content label {
  font-size: 18px;
  font-weight: 700;
}
.page .nf-form-content input:not([type=submit]), 
.page .nf-form-content select.ninja-forms-field:not([multiple]), 
.page .nf-form-content .list-select-wrap .nf-field-element > div,
.page .nf-form-content textarea {
    color: var(--vert) !important;
    padding: 0.8863636363636364em 1.1363636363636365em !important;
    border-radius: 6px;
    border: solid 1px var(--vert);
}
.page .nf-form-content .list-select-wrap .nf-field-element>div {
  height: 35px;
}
.page .nf-form-content .list-select-wrap>div div:after {
  height: 42px;
}
.page .nf-form-content input:not([type=submit]),
.page .nf-form-content textarea {
    background-color: var(--beige) !important;
}
.page .list-radio-wrap .nf-field-element ul {
  margin-top: 5px!important;
}
.page .nf-form-content .listradio-wrap li, 
.page .list-radio-wrap .nf-field-element li label {
  margin-bottom: 4px!important;
  padding-left: 0;
}
.page .listradio-wrap .nf-field-element label.nf-checked-label:before {
  top: 0.3em;
}

.page .nf-error.field-wrap .nf-field-element:after {
  display: none;
}
.page .nf-error .nf-error-msg {
  font-size: 12px;
}


.checkbox-container.label-right .field-wrap {
    display: flex;
    flex-direction: column;
}
.label-right .nf-field-description {
  margin-left: 2em;
}
.checkbox-wrap .nf-field-element label:after,
.checkbox-wrap .nf-field-label label:after, 
.listcheckbox-wrap .nf-field-element label:after, 
.listcheckbox-wrap .nf-field-label label:after {
  width: 15px !important;
  height: 15px !important;
}
.checkbox-wrap .nf-field-element label:after, 
.checkbox-wrap .nf-field-label label:after, 
.listcheckbox-wrap .nf-field-element label:after, 
.listcheckbox-wrap .nf-field-label label:after {
    background: transparent !important;
    border-color: var(--vert) !important;
    transition: all .5s;
    border: 2px solid !important;
}
.nf-form-content button, 
.nf-form-content input[type=button], 
.nf-form-content input[type=submit] {
  background: var(--vert) !important;
  border: solid 2px var(--vert) !important;
  border-radius: 100px !important;
  color: #fff !important;
  transition: all .5s;
  padding: 1.1136363636363635em 1.3409090909090908em !important;
  line-height: 0.5 !important;
  font-weight: 600 !important;
  height: auto!important;
  margin-top: 1.036364em;
} 
.nf-form-content button:hover:hover, 
.nf-form-content input[type=button]:hover:hover, 
.nf-form-content input[type=submit]:hover {
  background: transparent !important;
  color: var(--vert) !important;
} 
#nf-field-8-wrap {
  margin-top: 2.1818181818181817em;
}
.nf-form-cont {
    margin-top: 2.409090909090909rem !important;
}


/*ESPACEMENTS*/ 
header *, main *, footer *,        
html,
body,
div,
header,
nav,
article,
figure,
hr,
main,
section,
footer{
  max-width: auto!important;
}
a *{
  transition: 0.2s;
}
a{
  text-decoration: none;
}

section p:last-of-type{
  margin-bottom: 0!important;
}
.titrePage .bg_vert.padTB,
.bannerHome .bg_vert .padTB{
  padding-top: 3.1818181818181817em;
  padding-bottom: 3.1818181818181817em;
}
.bannerHome + .ctnFull50.padTB{
  padding-top:3.1818181818181817em!important;
}
/*.ctnFull50.padTB{
  padding-top: 0!important;
}*/
.padTB:not(.bg_beige){
  padding-top: 3.1818181818181817em;
  padding-bottom: 3.1818181818181817em;
}
.padTB{
  padding-top:3.1818181818181817em;
  padding-bottom:3.1818181818181817em;
  display: inline-block;
  width: 100%;
}
.padTop{
  padding-top:3.1818181818181817em;
  display: inline-block;
  width: 100%;
}
.padBottom{
  padding-bottom:3.1818181818181817em;
  display: inline-block;
  width: 100%;
}
.smallPadTB {
  padding-top: 1.4136363636363638em;
  padding-bottom: 1.4136363636363638em;
  display: inline-block;
  width: 100%;
}
.smallPadTop {
  padding-top: 1.4136363636363638em;
  display: inline-block;
  width: 100%;
}
.smallPadBottom {
  padding-bottom: 1.4136363636363638em;
}
.padR{
  padding-right: 2.0454545454545454rem;

}
.padL{
 padding-left: 2.0454545454545454rem;
 
}
.padLR{
  padding-left: 2.0454545454545454rem;
  padding-right: 2.0454545454545454rem;
  display: inline-block;
  width: 100%;
}
.padLRSmall{
  display: inline-block;
  width: 100%;
  padding-left: 1.4rem;
  padding-right: 1.4rem;
}
.padLRBig{
  padding-left: 4.863636363636363rem;
  padding-right: 4.863636363636363rem;
  display: inline-block;
  width: 100%;
}
.padLBig {
  padding-left: 4.863636363636363rem;
  display: inline-block;
  width: 100%;
}

.maxW{
  max-width: 1880px;
  margin: 0 auto;
  width: 100%;
}

img {
  max-width: 100%;
}

svg * {
  transition: fill 0.3s ease, stroke 0.3s ease; /* Adjust duration and timing function as needed */
}


.pc{
  display: inline-block;
  width: 100%;
  margin-bottom: -3px!important;
  z-index: 2;
}
.container{
  display: inline-block;
  width: 100%;
}

.flexThat{
  display: flex;
  align-items: center;
}
.inverted .flexThat{
  direction: rtl;
}
.inverted .flexThat .h5050-half-inner{
  direction: ltr;
}

section.content-h5050.inverted .flexThat .h5050-half {
  direction: ltr;
}

/*LISTES*/
ul li{
  position: relative;
}
ol li,
ul li{
  font-family: var(--theFont)!important;
  font-weight: 400!important;
  line-height: 1.27rem;   /* 28px / 22 */


}

/*MENUS*/

/*.main-menu.nav{
  width: 100%;
  display: flex;
  align-items: center;
}*/
.menu{
  display: inline-flex;
  align-items: center;
  width: 100%;
}

.main-menu .menu  li{
  display: inline-block;
  list-style-type: none;
  position: relative;
}
/*.menu-main{
  padding-left:  0.9090909090909091rem!important;
}*/
.menu-actions{
  display: flex;
  align-items: center;
  justify-content: right;
}
.menu-actions li {
  margin:0 0.2727272727272727rem!important;
  padding: 0 !important;
}
.menu-actions li a{
  padding: 0.75em 1.5em !important;
  display: inline-block;
}
#menu-menu-principal.menu  li{
  margin: 0  0.5rem;
}
#menu-menu-principal.menu  li a{
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  padding: 0.4rem 0.9090909090909091rem;

}
#menu-menu-principal.menu .sub-menu {
  position: absolute;
  top: calc(100% + 0.25em);
  z-index: 999999999;
  background-color: var(--beige);
  opacity: 0;
  width: max-content;
  visibility: hidden;
  transition: opacity var(--transitionTiming), visibility var(--transitionTiming);
}
#menu-menu-principal.menu .menu-item-has-children a:after {
  content: "\f078";
  font-family: "Font Awesome 6 Pro"; 
  color: var(--jaune);
  font-size: 0.6em;
  margin-left: 0.5em;
  /*background-image: url('images/iSubMenu.svg');*/
  background-repeat: no-repeat;
  width: 0.4090909090909091rem;
  height: 0.4090909090909091rem;
  display: inline-block;
}
#menu-menu-principal.menu .menu-item-has-children .sub-menu a:after {
  display: none;

}
.sub-menu-toggle{
  display: none;
}
#menu-menu-principal.menu li a{
  color: var(--beige);
  font-size: 0.8181818181818182em;
  font-weight: 700;
  border:1px solid var(--vert);
  border-radius: 25px;
}
#menu-menu-principal.menu li.current-menu-item a,
#menu-menu-principal.menu li a:hover{
  border-color: var(--beige);
}
#menu-menu-principal.menu li a:hover{
  border-color: var(--beige);
}
#menu-menu-principal.menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}

#menu-menu-principal.menu .sub-menu li {
  display: block;
  margin: 0;
  padding-bottom: 0 !important;
  border-bottom: 1px solid var(--gris);
}
#menu-menu-principal.menu .sub-menu li:last-child{
  border-bottom: 0;
}

#menu-menu-principal.menu .sub-menu a {
  padding: 0.9090909090909091rem 1.6363636363636365em;
  font-weight: 400;
  display: inline-block;
  border-radius: 0;
  color: var(--vert)!important;
  font-size: 0.7272727272727273rem;
  width: 100%;
  border:none!important;
}
#menu-menu-principal.menu .sub-menu a:hover{
  color: var(--gris)!important;
}
#menu-menu-principal.menu .sub-menu {
  border-radius: 8px;
}
/*MAILCHIMP*/
#mc_embed_signup_scroll input[type=submit]{
  display: inline-block;
  width: auto!important;
  background-color: var(--vertF);
  color: var(--beige);
  margin-bottom: 0!important;
}
#mc_embed_signup_scroll input[type=submit]:hover{
  background-color: var(--orange);

}
#mc_embed_signup_scroll label{
  display: none;
}
#mc_embed_signup_scroll input{
  width: 100%;
  border-radius: 50px;
  border:none;
  margin-bottom: 1em;
  padding: 0.6em 1em!important;
  color: var(--vertF);
}
#mc_embed_signup_scroll input:focus{
  outline: none;
}
::placeholder{
  color: var(--vertF);
}
/*RESPONSIVE MENU*/
.nav ul .wpml-ls-menu-item a {
  display: none !important;
}
.rmp-menu-item-link {
  color: #FFF !important;
}
.rmp-container.rmp-slide-right.rmp-menu-open {
  max-width: 100% !important;
  min-width: 100% !important;
  width: 100% !important;
}

.btn.menu-item.menu-item-type-custom.menu-item-object-custom.rmp-menu-item.rmp-menu-top-level-item {
  padding: 0.3em 0 !important;
  text-align: center;
  margin:0.5em 0 !important;
}

.btn.menu-item.menu-item-type-custom.menu-item-object-custom.rmp-menu-item.rmp-menu-top-level-item .rmp-menu-item-link{
  text-align: center !important;
}


/*SLICK SLIDER*/
.slick-dots {
  position: absolute!important;
  bottom: 5px!important;
  list-style: none!important;
  display: inline-block!important;
  text-align: center!important;
  padding: 0!important;
  margin: 0!important;
  width: auto!important; 
  left: calc(50% - 48px);
  background-color: var(--goldF);
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 10px!important;
  line-height: 17px!important;
  text-align: center;
  color: var(--vert);
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: var(--vert)!important;
  opacity: 0.75!important;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 2px!important;
  padding: 0;
  cursor: pointer;
}

.slick-dotted.slick-slider {
 margin-bottom: 0px;
}

.slick-slide img {
  display: block;
  /*width: 100%;*/
}
/*RESEAU SOCIAUX*/
.leReseau{
  display: inline-block;
}

/*FOOTER*/

#colophon{
  display: inline-block;
  width: 100%;
}
#colophon ul{
  list-style-type: none;
  padding-left: 0;
}
#colophon ul li:last-of-type{
  margin-bottom: 0;
}
.copyRight a{
  color: var(--vert);
  text-decoration: underline;
}


/*

 .----------------.  .----------------.  .----------------.  .----------------.  .----------------.  .-----------------. .----------------.  .----------------.  .----------------.  .----------------. 
| .--------------. || .--------------. || .--------------. || .--------------. || .--------------. || .--------------. || .--------------. || .--------------. || .--------------. || .--------------. |
| |  _______     | || |  _________   | || |    _______   | || |   ______     | || |     ____     | || | ____  _____  | || |    _______   | || |     _____    | || | ____   ____  | || |  _________   | |
| | |_   __ \    | || | |_   ___  |  | || |   /  ___  |  | || |  |_   __ \   | || |   .'    `.   | || ||_   \|_   _| | || |   /  ___  |  | || |    |_   _|   | || ||_  _| |_  _| | || | |_   ___  |  | |
| |   | |__) |   | || |   | |_  \_|  | || |  |  (__ \_|  | || |    | |__) |  | || |  /  .--.  \  | || |  |   \ | |   | || |  |  (__ \_|  | || |      | |     | || |  \ \   / /   | || |   | |_  \_|  | |
| |   |  __ /    | || |   |  _|  _   | || |   '.___`-.   | || |    |  ___/   | || |  | |    | |  | || |  | |\ \| |   | || |   '.___`-.   | || |      | |     | || |   \ \ / /    | || |   |  _|  _   | |
| |  _| |  \ \_  | || |  _| |___/ |  | || |  |`\____) |  | || |   _| |_      | || |  \  `--'  /  | || | _| |_\   |_  | || |  |`\____) |  | || |     _| |_    | || |    \ ' /     | || |  _| |___/ |  | |
| | |____| |___| | || | |_________|  | || |  |_______.'  | || |  |_____|     | || |   `.____.'   | || ||_____|\____| | || |  |_______.'  | || |    |_____|   | || |     \_/      | || | |_________|  | |
| |              | || |              | || |              | || |              | || |              | || |              | || |              | || |              | || |              | || |              | |
| '--------------' || '--------------' || '--------------' || '--------------' || '--------------' || '--------------' || '--------------' || '--------------' || '--------------' || '--------------' |
 '----------------'  '----------------'  '----------------'  '----------------'  '----------------'  '----------------'  '----------------'  '----------------'  '----------------'  '----------------' 

*/

/*MEDIA QUERIES*/
@media screen and (min-width: 1921px) {
  .madameYoga img { 
      left: 50%;
      transform: translateX(calc(-50% - 1.5em));
  }
  .madameMainLevee img { 
      left: 50%;
      transform: translateX(calc(-50% - 3.5em));
  }
  .imgFixed img { 
    left: 50%;
      transform: translateX(calc(-50% - 15em));
  }
  .slider-nav { 
    left: 50%;
    transform: translateX(calc(-50% - 6em));
  }
}

@media screen and (max-width: 1920px) {
  .bannerHome:before {
    right: 8.333%;
  }
  .bannerHome:after{
    left: 7.5%;
  }
  .toggle.imgBgFaq:before {
    left: 5%;
  }
  .toggle.imgBgFaq:after {
    right: 0;
  }


}

@media screen and (max-width: 1910px) {
  
  .maxW {
    padding-left: 0.6818181818181818em;
    padding-right: 0.6818181818181818em;
  }

}
@media screen and (max-width: 1875px) {

  #menu-menu-principal.menu li {
    margin: 0;
  }
}
@media screen and (max-width: 1680px) {
  #menu-menu-principal.menu li a {
    font-size: 0.7181818181818182em;
  }
  #menu-menu-principal.menu li a {
    padding: 0.4rem 0.7090909090909091rem;
  }

  .menu-main {
    display: flex;
    justify-content: space-between;
  }

  .ctnFull50 + .cols3 {
    margin-top: 0;
  }
  .ctnFull50 .bgColor.bg_beige .colonne_2 .type-text {
    padding-right: 0;
    padding-left: 10%;
  }
  .ctnFull50 .bgColor .colonne_2 .type-text {
    padding-right: 10%;
    padding-left: 0;
  }
  .colonne_1 .h5050-image.h5050-img-masque {
    margin-right: 10%;
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .ctnFull50 .bgColor .colonne_2 {
    padding: 1.5em 0;
  }
  .ctnFull50 .bgColor.bg_beige .colonne_2 {
    padding: 0;
  }

  .svgTxt {
    position: absolute;
    top: -1.151818em;
  }

  .bgImg5050 {
    margin-right: -2.6em;
    bottom: -51px;
  }

  .chiffre5050 .container8 {
    padding-left: 8.333% !important;
    padding-right: 8.333% !important;
  }

  .bigChiffre sup {
    top: -1.3em !important;
  }

  .sliderBtn ul {
    padding-left: 0 !important;
    padding-bottom: 2em;
  }

  .madameYoga img {
    left: 31em;
    bottom: -0.9em;
  }
  .imgFixed img {
    left: 20em;
    bottom: -1em;
  }
  .madameMainLevee img {
    left: 32.9em;
    bottom: 1.6m;
    height: 21rem;
  }
  .imgFixed:has(+ .madameMainLevee) img {
    left: 23em;
    bottom: 1em;
    height: 6rem !important;
  }

  .sliderTxtCtn:has(.madameMainLevee) {
    padding-bottom: 2em;
  }


  .sliderBtn .slider-nav {
    left: 32.5rem;
  }

  .has-txt-under .h5050-img-masque img {
    min-height: 500px;
  }
  .has-txt-under .bgImg5050 {
    margin-right: -3.6em;
    bottom: -35px;
  }

  .col4-img-masque img {
    min-height: 285px;
    object-fit: cover;
  }

  .imgOnBulle {
    bottom: -3em;
    right: -8em;
  }
  .sectionBulle .padLR:before {
    bottom: -1.5em;
  }

  .flexThat.has-txt-under {
    justify-content: space-between;
  }

}

@media screen and (max-width: 1480px) {
  h1{
    font-size: 2.2em;
    line-height: 2.5rem;
  }
    
  h2{
    font-size: 1.6em;
    line-height: 1.8rem;
  }
  h3{
    font-size: 1.4em;
    line-height: 1.6rem;
  }
  h4{
    font-size: 1.2em;
    line-height:  1.4rem;
  }
  h5{
    font-size: 1.0em;
    line-height: 1.2rem;
  } 
  section li, 
  p{
    font-size: 0.8em;
    line-height: 1.1rem;
  }
  .btn {
    font-size: 0.8em;
    line-height: 1.1rem;
  }
  .padTB:not(.bg_beige) {
    padding-top: 1.181818em;
    padding-bottom: 1.181818em;
  }

  #menu-menu-principal.menu .sub-menu a {
    padding: 0.709091rem 1em;
  }

  .ctnFull50 .gradientLeft .h5050-text,
  .ctnFull50 .gradientRight .h5050-text
  {
    margin: 1.5em 0;
  }
  .container8 {
    padding-left: 8.333% !important;
    padding-right: 8.333%!important;
  }
  #menu-menu-principal.menu li a {
    padding: 0.3rem 0.4090909090909091rem;
   font-size: 0.700181818181818182em;
  }
  #masthead .flexThat {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #masthead .padLR {
    padding-left: 4%;
    padding-right: 4%;
  }
  .menuParent {
    margin-left: 2em;
  }

  .bannerHome .container6 {
    padding-left: 16.666%;
    padding-right: 16.666%;
  }
  .bannerHome:after {
    left: 2.5%;
  }
  .bannerHome:before {
    right: 5.333%;
  }
  /*.svgTxt {
    top: -1.151818em;
  }*/
  .colonne_2 .h5050-image {
    margin-left: 0;
  }
  .listingNews h6 {
    left: 1.1181818181818181rem;
  }

  .col3txtImgTxt.bg_beige .flexThat {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: 100%;
  }
  .col3txtImgTxt .flexThat {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .col3txtImgTxt.bgColorAfter .flexThat {
    justify-content: flex-start !important;
  }
  .col3txtImgTxt .b3-6-10 p:first-of-type {
    margin-top: 3em;
  }
  .bigChiffre sup {
    top: -1em !important;
  }
  .col3txtImgTxt .padTBMobile {
    padding-top: 2em;
    padding-bottom: 2em;
  }
  .col3txtImgTxt .padTopMobile {
    padding-top: 3em;
  }
  .theCol2Ctn {
    padding-right: 20%;
  }
  .theCol2Ctn:has(.marginShape2 .image-masque) {
    padding: 0 10%;
  }

  .colonne_1 .svgTxt {
    top: -1.151818em;
  }

  .listingNews {
    gap: 1.636em;
    justify-content: space-between;
  }
  .listingDate p {
    font-weight: 300 !important;
  }

  .h5050-text.ctn5050 ol {
    padding-top: 0 !important;
  }
  .h5050-text.ctn5050 ol li {
    margin-bottom: 0.5rem;
  }
.sliderBtn .slider-nav {
    top: 9.5rem;
    left: 30.5rem;
}
  .sliderBtn .colonne_2 {
    position: absolute;
    right: 2em;
    top: -3.5em;
  }
  .sliderBtn ul {
    padding-right: 7em;
  }
  .sliderBtn ul {
    padding-bottom: 0;
  }
  .sliderBtn .container10.padTB {
    padding-top: 4.7272727272727275em;
    padding-bottom: 0;
  }

  .titrePage .container8 {
    padding-left: 8.333%;
    padding-right: 8.333%;
  }

  .sectionBulle .maxW {
    background-image: none;
  }
  .sectionBulle .container6 {
    padding-left: 8.333%;
    padding-right: 8.333%;
  }
  .sectionBulle .padLR:before {
    bottom: 0.5em;
    left: 5em;
  }
  .imgOnBulle {
    right: -3em;
  }
  .madameYoga img {
    left: 30em;
    bottom: 0.1em;
    height: 21rem;
  }
  .sectionBulle {
    margin-bottom: 2em;
  }
  .slider-nav {
    top: 5.5rem;
    left: 30.5rem;
  }
  .imgFixed img {
    left: 21em;
    bottom: 0.5em;
    height: 7rem;
  }

  .cols4 .flexBetween {
    gap: 1.090909rem !important;
  }

  .flexThat.has-txt-under {
    justify-content: space-between;
  } 
  .has-txt-under .colonne_2 .h5050-half-inner.type-text {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .col4-img-masque img {
    min-height: 238px;
    object-fit: cover;
  }

   .imageRondeTxt {
    margin: 1em 0;
  }
  .svgTxt {
    top: -2.151818em;
  }

  .theCol2 img {
    margin-top: -1.85em;
    margin-bottom: -8.454545em;
  }
  .bgImg5050 {
    bottom: -30px;
  }

  .sectionBulle i {
    font-size: 1.2rem;
  }

  .ctn100.optionIcone:before {
    left: 0.333%;
    top: 5.181818em;
    width: 120px;
  }
  .colonne_1 .h5050-image.h5050-img-masque {
    margin-right: 10%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .ctnFull50 .gradientLeft .colonne_2 {
    padding: 3em 0;
  }
  .ctnFull50 .bgColor .colonne_2 {
    padding: 0;
  }
  .ctnFull50 .gradientRight .colonne_1 .type-text {
    padding-left: 10%;
    padding-right: 10%;
  }

  .sliderImg .container6 {
    padding-left: 8.333% !important;
    padding-right: 8.333% !important;
  }

  .marginShape2 {
    margin: 0;
  }

  #colophon .padLR {
    padding: 0 0.5em;
  }

  .cols4.cols5Img .flexBetween{
    grid-template-columns: repeat(3, 1fr);
  }
  .cols5Img .col4-img-masque img {
    min-height: 300px;
    object-fit: cover;
  }
  .cols4.cols5Img .flexBetween {
    gap: 3.090909rem !important;
  }


}
@media screen and (max-width: 1280px) {
   /* h2 {
      font-size: 1.8454545454545454em;
    }*/

    .col3txtImgTxt .padTB {
      padding-top: 0em !important;
    }
    .container10 {
      padding-left: 4% !important;
      padding-right: 4% !important;
    }

    .theBox {
      padding: 2.863636em 0;
    }

    .toggle.imgBgFaq:before {
      left: -2%;
    }

    #masthead .padLR {
      padding-left: 4%;
      padding-right: 2%;
    }

    .menu-actions li {
      margin: 0 0.1172727rem !important;
      padding: 0.45em 1em;
    }

    .theCol2 img {
      margin-top: 4.15em;
    }
    .theCol2Ctn {
      padding-right: 0;
      padding-left: 20%;
    }

    .madameYoga img {
      left: 30rem;
      bottom: -0.9em;
      height: 21rem;
    }
    .madameMainLevee img {
      left: 32.9em;
      bottom: 1.6em;
    }
    .imgFixed img {
      left: 19.5em;
      bottom: -1em;
      height: 7rem;
    }
    .slider-nav {
      top: 6rem;
      left: 31rem;
    }

    .theImage img {
      width: 80%;
    }

    .toggle .container6 {
      padding-left: 16.666%;
      padding-right: 16.666%;
    }

    .listingNews {
      gap: 1.6363636363636362em;
    }

    .sliderImg .container6 {
      padding-left: 16.666%;
      padding-right: 16.666%;
    }
    .sliderImg .container10 {
      padding-left: 2% !important;
      padding-right: 2% !important;
    }
    .sliderImg .slick-slide {
      width: 13.454545em !important;
      margin-right: 0 !important;
    }

    .rsFooter {
      display: flex;
      justify-content: center;
      padding-left: 2em;
    }

    #colophon .maxW .bg_rose {
      padding: 2.8636363636363638em 2.272727em;
    }
    #colophon .padLR {
      padding-left: 0;
      padding-right: 0;
    }
    #colophon ul li {
      margin-bottom: 0.6em;
    }
    #colophon ul li a {
      font-size: 0.8090909090909091em;
    }

    .col3txtImgTxt .b3-full {
      padding-top: 2em;
    }
    .sliderBtn .slider-nav {
      left: 25.5rem;
    }
    .ctnFull50 .gradientRight .colonne_1 .type-text {
      padding-left: 20%;
      padding-right: 10%;
      margin-bottom: 2em;
    }
    .ctnFull50 .gradientRight .colonne_1 .type-text h2 {
     padding-top: 1em;
    }
    .ctnFull50 .bgColor.bg_beige .colonne_2 {
      padding: 0 !important;
    }
    .ctnFull50 .bgColor.bg_beige .colonne_1 .type-text {
      padding-left: 10% !important;
      padding-right: 0 !important; 
    }
  
    .ctnBulle {
      padding: 0 9.272727em 0 6.090909em;
    }
    .sectionBulle .padLR:before {
      left: -1em;
    }
    .sectionBulle {
      margin-bottom: 5em;
    }

    .svgTxt {
      top: -2.151818em;
    }

    .cols3 .flexBetween {
      gap: 1.090909rem;
    }

    .cols4 .flexBetween {
      grid-template-columns: repeat(3, 1fr);
    }
    .col4-img-masque img {
      min-height: 240px;
      object-fit: cover;
    }
    .cols4 .flexBetween {
      gap: 3.090909rem !important;
    }

    .cols4.cols5Img .flexBetween {
      grid-template-columns: repeat(2, 1fr);
      gap: 3.090909rem !important;
    }
    .cols5Img .col4-img-masque img {
      min-height: 400px;
      object-fit: cover;
    }

    .has-txt-under .h5050-img-masque img {
      min-height: 400px;
    }

    #rmp-menu-title-683 .rmp-menu-title-image {
      max-width: 100%;
      width: 200px !important;
      height: 60px;
      margin-bottom: 15px;
      display: block;
      margin: auto;
      margin-bottom: 15px;
    }

    .sliderTxtCtn {
      margin-bottom: 2em;
    }

    .slide-description .col:last-child {
      padding-right: 3rem;
    }

    .row50 {
      display: flex;
      justify-content: space-around;
    }

    .ctn100.optionIcone:before {
      left: -2.667%;
      top: 5.181818em;
      width: 120px;
    }

    .theBigSlider .slider-nav {
      right: 0.7em;
      top: 1.090909em;
    }

    .listingLogo p {
      line-height: 1.2em;
    }


}
@media screen and (max-width: 1160px) {
    .menu-actions li {
      margin: 0 0.1072727rem !important;
      padding: 0.35em 0.5em;
    }
    #menu-menu-principal.menu li a {
      padding: 0.3rem 0.3090909090909091rem;
      font-size: 0.6500181818181818182em;
    }
    .menuParent {
      margin-left: 1em;
    }
}

@media screen and (max-width: 1024px) {
  #rmp-menu-wrap-683 .rmp-menu-item-link {
    font-size: 22px !important;
    margin-bottom: 40px;
  }
  .btn.btnRose .rmp-menu-item-link,
  .btn.btnJaune .rmp-menu-item-link {
    margin-bottom: 0 !important;
  }
  
  .viewMore{
    padding-left: 0!important;
    padding-top: 3.25em;
  }
  .filterCategories {
    padding-bottom: 2.5em;
  }
  .listingNews > * {
    flex: 0 0 calc((100% - 2 * 3.636em) / 2);
  }
  .padTB {
    padding-top: 1.181818em;
    padding-bottom: 1.181818em;
    display: inline-block;
    width: 100%;
  }
  .rmp-menu-item.rmp-menu-sub-level-item {
    padding-left: 0!important;
  }

  #masthead .flexThat {
    flex-direction: row;
  }
  .menu {
    justify-content: space-around;
  }
  #rmp-menu-item-660 {
   margin-top: 30em !important;
  }
  #rmp-menu-title-683 .rmp-menu-title-image {
    width: 140px !important;
    padding-top: 10px;
  }

  .ctnFull50 .bgColor:not(.bg_beige)  .gradientLeft {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .sliderBtn .colonne_1 .slick-slide ul li {
    font-size: 0.8181818181818182em;
  }
  .btn {
    padding: 0.7em 1.1em;
  }
  .listeIcone {
    font-size: 0.8181818181818182em;
  }

  /*.theMainMenu{
    display: none !important;
  }*/
  .menu-main {

    display: none !important;
  }

  .bannerHome:before {
      right: -3.667%;
  }
  .bannerHome:after {
    left: -5.5%;
  }
  .marginShape {
    margin: 0 !important; 
  }
  .bannerHome .container6 {
    padding-left: 8.333%;
    padding-right: 8.333%;
  }
  .bannerHome:after {
    display: none;
  }
  .bannerHome:before {
   display: none;
  }
  .titrePage .padLR {
      padding: 0 3.5em;
  }

  .flexThat {
    flex-direction: column;
  }
  .content-h5050 .colonne_1 {
    padding-bottom: 1em;
    padding-top: 2em;
  }
  .ctnFull50 .bgColor .colonne_2 .type-text {
    padding-left: 0;
  }
  .ctnFull50 .bgColor:not(.bg_beige) .colonne_1 .type-text {
    padding-left: 10%;
    padding-right: 5%;
    margin-bottom: 0;
  } 
  .ctnFull50 .bgColor.gradientLeft .colonne_2 .type-text {
    padding-right: 10%;
    padding-left: 10%;
  }
  .ctnFull50 .bgColor.gradientRight .colonne_1  {
   padding-bottom: 0;
  }

  .content-h5050:has(.has-txt-under) .colonne_1 {
    padding-top: 0 !important;
  }

  .txtSurImage {
    width: 11.609091em;
  }

  .theCol2 img {
    margin-top: 2em;
    margin-bottom: 2em;
  }
/*  .col3txtImgTxt h2,
  .col3txtImgTxt h3,
  .col3txtImgTxt p {
    text-align: center;
  }*/
  .col3txtImgTxt h2 {
    text-align: center;
  }
  .col3txtImgTxt h3,
  .col3txtImgTxt p {
    text-align: left;
  }

  .marginShape2 {
    margin-top: 0.5em;
    margin-bottom: 1em;
  }

  #rmp-menu-title-683 {
    padding-left: 6%;
    display: flex;
    align-items: flex-start;
  }
  #rmp-menu-wrap-683 .rmp-menu-item-link {
    padding: 0% !important;
  }

  .ctnFull50 .bgColor .svgTxt {
      top: -4.151818em;
  }
  .ctnFull50 .bgColor.gradientLeft .svgTxt {
    top: -2.151818em;
  }
  .h5050-img-masque img {
    min-height: 850px;
  }
  .ctnFull50 .bgColor .colonne_2 .type-text {
    padding-left: 10%;
    padding-bottom: 1em;
  }
  .colonne_1 .h5050-image.h5050-img-masque {
    margin: 0 3em;
  }
  .ctnFull50 .bgColor .colonne_2 {
    padding: 0.5em 0 2em 0;
  }
  .bgImg5050 {
    margin-right: 0.4em;
    bottom: -35px;
  }
  .ctn100.optionIcone:before {
    display: none;
  }
  .ctn100.optionIcone:after {
    display: none;
  }
  .ctn100 .container8 {
    padding-left: 8.333%;
    padding-right: 8.333%;
  }
  .ctn100:has(+ section.sliderTxtCtn) .padTB,
  .ctn100:has(+ section.listingArticles) .padTB  {
    padding-bottom: 0 !important;
  } 
  .bgColor .h5050-text h2 {
    margin-bottom: 0.5em !important;
  }
  .ctnFull50 .gradientLeft .h5050-text, .ctnFull50 .gradientRight .h5050-text {
    margin: 0;
  }

  .sliderTxtCtn .slick-slide {
    margin-right: 0 !important;
    padding-left: 0 !important;
  }
  .sliderTxtCtn .sliderCtn {
    padding-left: 0 !important;
  }
  .imageBuissonTxt {
    padding: 0 1em;
  }
  .imgFixed:has(+ .madameMainLevee) img {
    left: 22.8em;
    bottom: 4em;
    height: 5rem !important;
  }
  .madameMainLevee img {
    left: 30.9em;
    bottom: 4.6em;
    height: 18rem;
  }


  .container8 {
    padding-left: 4% !important;
    padding-right: 4% !important;
  }
  .bigChiffre {
    padding-top: 1em;
  }
  .bigChiffre sup {
    top: -0.5em !important;
  }
  .bgColorAfter .theCol2Ctn {
    padding-left: 0;
  }
  section.bgColorAfter .bigChiffre p:last-of-type {
    margin-bottom: 0 !important;
  }
  .leCtn {
    display: flex;
    flex-direction: column;
    padding-top: 0.5em;
    padding-right: 0;
  }

  .madameYoga img {
    left: 29rem;
    bottom: 1.5em;
    height: 18rem;
  }
  .imgFixed img {
    left: 22.5em;
    bottom: 1.5em;
    height: 5rem;
  }
  .slick-slide {
    max-width: 34.454545em;
  }
  .roundBgSlider {
    aspect-ratio: 380 / 310;
  }
  .imgSliderTxt {
    min-height: 8.090909em;
    margin-top: 0;
  }
  .sliderTxtCtn .slider-nav {
    top: 4rem;
    left: 27rem;
  }
  .sliderTxtCtn .sliderCtn::before {
    top: 5em;
    left: 1em;
    width: 6.090909em;
    height: 2.363636em;
  }

  .toggle.imgBgFaq:before {
    top: 1.363636em;
  }
  .toggle.imgBgFaq:after {
    bottom: 1.363636em;
  }
  .theTogglePage .container6 {
    padding-left: 16.666%;
    padding-right: 16.666%;
  }

  .listingNews {
    flex-direction: column;
    gap: 1.636364em;
    align-items: center;
  }
  .listingNews h6 {
    left: 7.118182rem;
  }
  .flexColMobile {
    display: flex;
    flex-direction: column;
  }
  .listingNews h6 {
      left: 2.118182rem;
  }
  .listingArticles .btn {
    margin-top: 1.5em;
  }
  .listingNews {
    padding-top: 0;
  }

  .footerCol {
    display: flex;
    flex-direction: column;
  }
  footer .bg_rose {
    margin-left: 0;
  }
  .rsFooter {
    margin-top: 1.2em;
    margin-left: 1em;
    padding-left: 0;
    padding-right: 1em;
    justify-content: flex-end;
  }
  #colophon .d-center {
    text-align: right !important;
    padding-right: 2.0454545454545454rem;
  }
  .bottomFoot.flexThat {
    flex-direction: row;
  }
  .bottomFoot {
    padding-top: 1.409091em;
  }

  .col3txtImgTxt h2 {
      margin-bottom: 1.04545454545454546rem !important
  }
  .col3txtImgTxt.bg_beige .flexThat {
    align-items: flex-start;
  }
  .col3txtImgTxt.bgColorAfter .txt_brun {
      display: flex;
      align-items: flex-end;
      flex-direction: row;
      padding-top: 1em;
  }
  .col3txtImgTxt .padTBMobile {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }
  .col3txtImgTxt .padTBMobile:first-of-type {
      padding-top: 2em;
      padding-bottom: 1.5em;
  }
  .col3txtImgTxt .padTB {
    padding-bottom: 2.318182em !important;
  }

  .titrePage .bg_vert.padTB, .bannerHome .bg_vert .padTB {
    padding-top: 1.181818em;
    padding-bottom: 2.181818em;
  }

/*  .sliderBtn .slick-slide {
    margin-right: 2.55rem !important;
  }*/ 

  .sliderBtn .slider-nav {
    left: 34.5rem;
    top: 8rem;
  }
  .sliderBtn .container10.padTB {
    padding-top: 2.7272727272727275em;
    padding-bottom: 1.4136363636363638em;
  }
  .sliderBtn .colonne_2 {
    position: initial;
  }
  .sliderBtn .slick-slide {
    max-width: 39.454545em !important;
  }
  .sliderBtn ul {
    padding-bottom: 0;
  }

  .content-h5050.ctnFull50 .listeIcone:first-of-type {
    margin-top: 0.5rem !important;
  }
  .text5050Ctn {
    display: flex;
    align-items: baseline;
    flex-direction: column;
  }
  .ctnFull50 .bgColor.bg_beige .colonne_2 .type-text {
    padding-left: 0 !important;
    padding-top: 2em;
  }
  .ctnFull50 .bgColor.bg_beige .colonne_1 .type-text {
    padding-left: 0% !important;
    padding-right: 0 !important;
  }
  .ctnFull50 .bgColor.bg_beige .colonne_1 .type-imag .h5050-image {
    margin-left: 10% !important;
    margin-right: 10% !important;
  }
  .ctnFull50 .container10:has(.gradientLeft) {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .theCol2Ctn {
    padding-left: 0;
  }

  .text5050Ctn .colonne_2 .h5050-half-inner.type-text:has(.ctn5050) {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .h5050-txt-under {
    padding-left: 0;
  }

  .padTB:not(.bg_beige) {
    padding-top: 2.1818181818181817em;
    padding-bottom: 2.181818em;
  }

  .rmp-menu-title {
    padding-top: 6% !important;
  }

  .theBox {
    padding: 1.863636em 0;
  }
  .theBox .flexThat .d-center {
    text-align: left !important;
  }

  .theBox4 {
    padding: 1em 1.5em 2em 0;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
  }

  .imgOnBulle {
    bottom: -5em;
    right: -5em;
  }
  .imgOnBulle img {
    width: 90%;
  }
  .sectionBulle .padLR:before {
    display: none;
  }
  .ctnBulle {
    padding: 0 4.272727em 0 6.090909em;
  }

  .slide-description div {
    display: flex;
    flex-direction: column;
  }
   .slide-description .colonne_1 p:last-of-type {
    padding-bottom: 1em;
  }

  .cols3 .flexBetween {
    grid-template-columns: repeat(1, 1fr);
  }
  .cols3 .flexBetween {
    gap: 1.790909rem;
  }

  .cols4 .flexBetween{
    grid-template-columns: repeat(2, 1fr);
  }
  .cols4 .flexBetween {
    gap: 3.090909rem !important;
  }

  .imageBuissonTxt .h5050-img-masque img {
      min-height: 500px;
  }
  .has-txt-under .h5050-img-masque img {
    min-height: 900px;
  }

  .col4-img-masque img {
    min-height: 420px;
    object-fit: cover;
  }

  .titrePage {
    margin-bottom: 0;
  }
  .row50 {
    display: flex;
    flex-wrap: wrap;
  }

  .ctn4Mobile {
    padding: 0 0.5em;
  }

  .theBigSlider .flexThat {
    flex-direction: row;
  }
  .theBigSlider .nav-arrow {
    width: 2.190909rem;
    height: 2.190909rem;
    font-size: 1.1181818181818181em;
  }
  .theBigSlider .slider-nav {
    top: 3.090909em;
  }
  .theBigSlider .slider-dots {
    right: 2.527272727272727em;
    top: 9rem;
  }
 .theBigSlider .container10 {
    padding-left: 4% !important;
    padding-right: 10% !important;
  }
  .theBigSlider .slide-description .col {
    padding: 0;
  }
  .theBigSlider h3 {
    font-size: 1.1127272727272727em;
  }

  .nf-form-cont {
    margin-top: 0 !important;
  }

  .gradientLeft .colonne_1 .h5050-image.h5050-img-masque,
  .gradientRight .colonne_1 .h5050-image.h5050-img-masque {
    margin: 0 2em;
  }

 /* .colonne_1 .ctn5050 p img {
    margin-bottom: 0;
  }*/

  .ctnLogos {
    gap: 2em;
  }

  .cols5Img .col4-img-masque img {
    min-height: 425px;
    object-fit: cover;
  }
}

@media screen and (max-width: 960px) {

  .sliderBtn .slider-nav {
    left: 32.5rem;
    top: 8em;
  }
}

@media screen and (max-width: 880px) {
    .madameYoga img {
      left: 26rem;
      bottom: -2.5em;
      height: 14rem;
    }
    .imgFixed img {
      left: 20.5em;
      bottom: -2em;
      height: 4rem;
    }
   .sliderTxtCtn .slider-nav {
      top: 5rem;
      left: 27rem;
    }
    .bannerHome .padLRBig {
      padding-left: 3em;
      padding-right: 3em;
    }
    .bannerHome .container10 {
      padding-left: 0;
      padding-right: 0;
    }

    .toggle.imgBgFaq:before {
     display: none;
    }
    .toggle.imgBgFaq:after {
     display: none;
    }

    .sliderBtn .slider-nav {
      left: 28.5rem;
    }

    .nf-multi-cell .nf-cell {
      width: 100% !important;
    }
    .nf-form-cont {
      margin-top: 0 !important;
    }

    .ctnBulle {
      padding: 0 3.272727em 0 4.090909em;
    }
    .sectionBulle {
      margin-top: -5.181818em;
    }
    .imgOnBulle img {
      width: 85%;
    }
    .imgOnBulle {
      bottom: -6em;
      right: -4em;
    }

    .has-txt-under .h5050-img-masque img {
      min-height: 765px;
    }
    .col4-img-masque img {
      min-height: 240px;
      object-fit: cover;
    }
    .container6 {
      padding-left: 4% !important;
      padding-right: 4% !important;
    }
     .container10 {
      padding-left: 4% !important;
      padding-right: 4% !important;
    }

    .theBigSlider .slider-nav {
      top: 1.090909em;
      right: 1em;
    }
    .theBigSlider .slider-dots {
      top: 5rem;
      right: 2em;
    }
    .theBigSlider .container10 {
      padding-left: 6% !important;
    }
    .theBigSlider .slider-nav {
      flex-direction: row;
    }

    .h5050-img-masque img {
      min-height: 750px;
    }

    .listingLogo .container {
        padding-bottom: 1em;
    }

    .viewMore .infoArticle {
      margin-bottom: 0;
    }

}

@media screen and (max-width: 768px) {
  .ctnSlide::after,
  .ctnSlide::before{
    display: none;
  }
  .listingNews > * {
    flex: 0 0 calc((100% - 2 * 3.636em) / 1);
  }

  h1 {
    font-size: 1.85em;
    line-height: 2.2rem;
  }
  h2 {
    font-size: 1.745455em;
    line-height: 1.8rem;
  }
  h4 {
    font-size: 1em;
    line-height: 1.20em;
  }
  .padBottom {
    padding-bottom: 0;
  }
  .bannerHome .padLRBig {
    padding-left: 1em;
    padding-right: 1em;
  }
  .container6 {
    padding-left: 4% !important;
    padding-right: 4% !important;
  }
  #rmp-menu-wrap-683.rmp-menu-item .btn:first-of-type{
    margin-top: 3em;
  }

  .single h1 {
    font-size: 1.45455em;
    line-height: 1.77rem;
  }

  .theTogglePage .container6 {
    padding-left: 8.333%;
    padding-right: 8.333%;
  }
  .toggle.imgBgFaq:before {
    left: -4%;
  }
  .toggle.imgBgFaq:after {
    bottom: -0.636364em;
  }
  .sliderImg .slick-slide {
    max-width: 13.454545em;
  }

  .sliderBtn .slider-nav {
    left: 23.5rem;
  }

   .titrePage .padLR {
      padding: 0 1em;
  }

   .rmp-menu-title-image {
    width: 30% !important;
    height: 100% !important;
  }
  .rmp-menu-title {
    padding-top: 15% !important;
  }

  .ctnFull50 .bgColor .svgTxt {
    top: -1.151818em;
  }
  .imageRondeTxt {
    margin: 3em 0 0 0;
  }
  .imageRondeTxt:has(.bgImgMaison) {
    margin: 2em 0 2em 0;
  }
  .has-txt-under .imageRondeTxt {
   margin: 0 !important;
  }

  .ctnFull50 .bgColor.bg_beige .svgTxt {
    top: -2.051818em;
  }

  .imgOnBulle {
      bottom: -7em;
      right: -1em;
  }
  .sectionBulle {
    margin-bottom: 7em;
    margin-top: -3.181818em;
  }

  .sectionBulle .container6 {
    padding-left: 0;
    padding-right: 0;
  }
  .ctnBulle {
    padding: 1em 2em;
  }
  .imgOnBulle img {
    width: 75%;
  }

  .chiffre5050 .titreSection.d-center {
    text-align: left !important;
  }

  .sectionChiffre .row50 .theBox {
    padding-right: 0;
  }
  .row50:after {
    display: none;
  }
  .theBox {
    padding: 0;
    margin-bottom: 3em;
  }

  .theBox4 {
    text-align: center;
    padding: 2em 0em 1em 0;
  }

 .bgColor .imageBuissonTxt .h5050-img-masque img {
    min-height: 230px;
  }

  .has-txt-under .h5050-img-masque img {
    min-height: 600px;
  }
  .bgImg5050:not(.bgImgMaison) {
    display: none;
  }
  .has-txt-under .imageRondeTxt {
    align-items: center;
  }
  .h5050-txt-under {
    padding-left: 0;
  }

  .rmp-menu-title {
    padding-top: 6% !important;
  }

  .boxSlider.bg_rose,
  .boxSlider.bg_gris, 
  .boxSlider.bg_brun {
      background: none !important;
  }
  .sliderTxtCtn .slick-slide {
    max-width: 28.454545em;
  }
  .sliderTxtCtn .contenuCtn * {
    color: var(--vert) !important;
  }
  .sliderTxtCtn .sliderCtn::before {
    top: 3em;
    left: 3em;
  }
  .roundBgSlider {
    aspect-ratio: unset;
  }
  .container11L {
    padding-left: 0 !important;
  }
  .roundBgSlider {
        aspect-ratio: auto;
        mask-image: none;
        mask-repeat: unset;
        mask-size: unset;
        mask-position: unset;
        -webkit-mask-image: none;
        -webkit-mask-repeat: unset;
        -webkit-mask-size: unset;
        -webkit-mask-position: unset;
    }
  .madameYoga img {
   display: none;
  }
  .madameMainLevee img {
    display: none;
  }
  .madameMainLevee .contenuCtn {
    padding: 0 3.227273em !important;
  }
  .imgFixed img {
   display: none;
  }
  .imgFixed:has(+ .madameMainLevee) img {
    left: 16.5em;
    bottom: -1.7em;
    height: 4rem !important;
  }
  .sliderTxtCtn:has(.madameYoga) .slider-nav {
      top: 4rem;
      left: 22rem;
  }
  .padTB:has(.madameMainLevee) {
    margin-bottom: 2em;
  }
  .sliderTxtCtn .slider-nav .prev i,
  .sliderTxtCtn .slider-nav .next i {
    font-size: 1.6rem;
  }
  .sliderTxtCtn {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .sliderTxtCtn .slick-slide img {
    width: 35%;
  }

  .sliderTxtCtn .txtSurImage {
    left: 4em;
    top: 5.5em;
  }    
  .bgImg5050 {
    bottom: -90px;
    background-size: 80%;
  }

  .txtSurImage {
    left: 4em;
    top: 5em;
    width: 7.609091em;
  }  
  .txtSurImage h3 {
    font-size: 1.2em;
  }  

  .leCtn {
    padding-right: 0;
  }

  .h5050-img-masque img {
    min-height: 700px;
  }

  .sliderBtn ul {
    padding-right: 0;
  }
  .sliderBtnCtn h3 {
    font-size: 1.2em;
    line-height: 1.2em;
  }

  .content-h5050 .colonne_1 {
    padding-bottom: 1em;
    padding-top: 0;
  }

  .cols4 .flexBetween {
    gap: 2.090909rem !important;
  }
  .cols4 .flexBetween {
    grid-template-columns: repeat(2, 1fr);
  }

  .colonne_1 .h5050-image.h5050-img-masque {
    margin: 1em 1em;
  }

  .bgColor .h5050-text h2 {
    margin-bottom: 0.5em !important;
  }
  .imageBuissonTxt {
    padding: 0;
  }
  .ctnFull50 .container10 {
    padding-left: 0% !important;
    padding-right: 0% !important;
  }
  
  .ctnFull50 .bgColor.gradientLeft .colonne_2 .type-text {
    padding-right: 6%;
    padding-left: 6%;
  }
  .ctnFull50 .bgColor.gradientLeft .colonne_2 {
    padding: 0em 0 1em 0;
  }
  .ctnFull50 .bgColor.bg_beige.txt_beige .colonne_2 .type-text {
    padding: 1em 0 2em 0;
  }
  .content-h5050 .bgColor.bg_beige .colonne_1 {
    padding-bottom: 1em;
    padding-top: 1em;
  }
  .ctnFull50 .bgColor .colonne_2 {
    padding: 0.5em 0 0em 0;
  }
  .ctn100 .bg_beige .padTB: {
    padding-top: 1.581818em;
    padding-bottom: 0 !important;
  }
  .text5050Ctn {
    margin-left: 4% !important;
    margin-right: 4% !important;
  }
  .bannerHome + .ctnFull50 .bgColor.bg_beige .colonne_1 .type-imag .h5050-image {
    margin-right: 15% !important;
    margin-left: 15% !important;
  }

  .marginShape2 {
    margin: 0 0 0.5em 0;
  }

.toggle h4 {
  margin-bottom: 1em;
}
  .theTogglePage {
    padding-top: 0.5em;
    padding-bottom: 0;
  }
  .theTogglePage .btn {
    margin-top: 3em !important;
  }
  .toggle .btn {
    margin-top: 3em !important;
  }

  .ctnFull50 .container10:has(.bgColor.bg_beige) {
    padding-left: 4% !important;
    padding-right: 4% !important;
  }
  .ctnFull50 .bgColor.bg_beige .colonne_1 .type-imag .h5050-image {
    margin-right: 0 !important;
    margin-left: 0!important;
  }

  .nf-field-container .nf-field-label {
    margin-bottom: 5px !important;
  }

  .theBigSlider .slide-number {
    font-size: 1.1509090909090908rem;
  }
  .theBigSlider .slide-number {
    margin-right: 0.5em;
  }
  .theBigSlider h3 {
    font-size: 0.97272727272727em;
  }

  .col3txtImgTxt h2 {
    text-align: left;
  }

  .cols3 h2 {
    margin-bottom: 2.045455rem !important;
  }

  .d-3-10 .theCol2Ctn{
    padding-right: 0;
    margin-left: 1em;
  }
  .col3txtImgTxt .bigChiffre + h3 {
    margin-left: 1em;
  }
  .ctnLogos {
    gap: 1em;
  }

  .copyRight {
    display: inline-block;
    text-align: center;
    padding: 1em 0;
    width: 100%;
  }

  .cols4.cols5Img .flexBetween {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.090909rem !important;
  }
  .cols5Img .col4-img-masque img {
    min-height: 200px;
    object-fit: cover;
  }


}
@media screen and (max-width: 640px) {

  h1 {
    font-size: 1.65em;
    line-height: 1.9rem;
  }
  #masthead .logo {
    padding-left: 0.7em;
  }
  #menu-menu-principal.menu li.btn.btnJaune {
    display: none;
  }
  #masthead{
    padding-top: 0;
  }
  #masthead .padLR {
    padding-left: 2%;
    padding-right: 2%;
  }
  .bannerHome:before {
      right: -5.667%;
  }
  .menu-actions {
    margin-right: 1em;
  }

  #rmp_menu_trigger-683 {
    top: 36px !important;
    right: 3% !important;
  }
  #rmp-menu-item-660 {
   margin-top: 16em !important;
  }

  .cols4 .flexBetween {
    grid-template-columns: repeat(1, 1fr);
  }
  .col4-img-masque img {
    min-height: 500px !important;
  }

  .bgImg5050 {
    bottom: -5em;
  }
  .bgImg5050 {
    margin-right: -0.2em;
  }

  .img100 .padTB  {
    padding-top: 1em !important;
    padding-bottom: 1em !important;
  }

  .ctnFull50 .bgColor.bg_beige .colonne_2 .type-text {
    padding-left: 0 !important;
    padding-top: 0em;
  }
  .ctnFull50 .colonne_1 .h5050-text p,
  .ctnFull50 .colonne_2 .h5050-text p {
    padding-top: 1em;
  }

  .ctnFull50 .bgColor.gradientLeft .svgTxt {
    top: -1.151818em;
  }
/*  .ctnFull50:has(.bgImg5050){
    padding-bottom: 2.5em;
  } */
  .bgColor .h5050-img-masque img {
    min-height: 400px;
  }


  .theBigSlider .slider-dots {
    top: 5rem;
    right: 1em;
  }

  .h5050-text h4 {
    margin-bottom: 1.4545454545454546rem !important;
    margin-top: 1em !important;
  }


  .col3txtImgTxt.bgColorAfter .flexThat {
    align-items: flex-start;
  }

  .ctnFull50 .maxW .padTB {
    padding-bottom: 0;
    padding-top: 0;
  }

  .menu-actions {
    justify-content: center;
  }

  .maxW {
    padding-left: 0;
    padding-right: 0;
  }
  .bannerHome .halfVert .container10 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .titrePage .bg_vert.padTB, .bannerHome .bg_vert .padTB {
    padding-top: 0;
    padding-bottom: 1.1818181818181817em;
  }
  .bannerHome:after {
    left: -28.5%;
  }
  .sliderImg .container10 {
        padding-left: 16.666%;
        padding-right: 16.666%;
    }

  .listingNews h6 {
    left: 1.118182rem;
  }
  .listingNews .flexColMobile {
    display: inline-block;
  }
  .col3txtImgTxt .padTBMobile {
   padding-top: 0;
    padding-bottom: 0;
  }

  .col3txtImgTxt .bigChiffre {
    padding-top: 2em;
  }

  .sliderBtn .slider-nav {
    left: 16.5rem;
    top: 6.5em;
    display: inline-block;
  }

  .titrePage .container8 {
    padding-left: 0;
    padding-right: 0;
  }

  .rmp-menu-title-image {
    width: 50% !important;
    height: 50% !important;
    margin-top: 1em;
  }

  .page .nf-field-container {
    margin-right: 0!important;
  }
  .container8 {
    padding-left: 4%;
    padding-right: 4%;
  }

  .th-4-8.ctn4Mobile {
    width: 100%;
  }

  .sectionBulle .container6 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .imgOnBulle {
    right: 0;
    bottom: -8em;
    overflow: hidden;
  }


  .bgImg5050 {
    bottom: -5em;
    background-size: 70%;
  }

  .bigChiffre sup {
    font-size: 1.27273rem;
    top: -0.4em !important;
  }

  .txtSurImage {
    width: 9.609091em;
    top: 6em;
    font-size: 0.8em;
    left: 7em;
  }
  .col3txtImgTxt  .btn {
    padding: 0.7em 1.2em;
  }

  .txtSurImage h3{
    line-height: 1.1rem;
  }

  .rmp-menu-title {
    padding-top: 9% !important;
  }

  .sliderTxtCtn .slick-slide {
    max-width: 27.09545em;
    margin-right: 0rem;
    margin-left: 0m;
  }
  .sliderTxtCtn .boxSlider p {
    font-size: 0.7181818181818182em;
  }
  .sliderTxtCtn .sliderCtn::before {
    top: 1em;
    left: 3em;
    width: 6.090909em;
    height: 2.363636em;
  }
  .sliderTxtCtn .imgFixed {
    display: none;
  }
  .sliderTxtCtn .madameYoga {
    display: none;
  }
  .sliderTxtCtn .imgSliderTxt {
    min-height: 4.090909em;
    margin-top: 0;
  }
  .sliderTxtCtn .slick-slide {
    max-width: 26.09545em;
  }
  .sliderTxtCtn:has(.madameYoga) .slider-nav {
    top: 0rem;
    left: 18rem;
  }
  .imgFixed img {
    display: none;
  }
  .madameYoga img {
   display: none;
  }
  .madameMainLevee img {
    display: none;
  }
  .sliderTxtCtn .slider-nav .prev i, .sliderTxtCtn .slider-nav .next i {
    margin-bottom: 0.2em;
    font-size: 1.3rem;
  } 

  .sliderImg .slick-slide {
    width: 12.0454545em !important;
    margin-right: 0 !important;
    margin-lefT: 0.5em;
  }

  #colophon ul {
    display: inline;
  }
  .footerCol .padRight {
    padding-bottom: 1em;
  }
  #colophon .d-center {
    text-align: left !important;
    padding-right: 4.045455rem;
  }
  .bottomFoot {
    padding-top: 0;
  }

  .col3txtImgTxt.bgColorAfter .txt_brun {
      align-items: flex-start;
      flex-direction: column;
      padding-top: 1em;
  }

  .bg_rose .slide-number, .bg_gris .slide-number,
  .theBigSlider .slide-number {
    margin-left: 0;
    background-repeat: no-repeat;
  }
  .theBigSlider .active .slide-number {
     margin-left: 0;
  }
 .theBigSlider .ctnSlide .slide-number {
     width: 100px;
  }



  .sliderTxtCtn .padTB {
    padding-bottom: 0 !important;
  }

  .col3txtImgTxt .bigChiffre + h3 {
    margin-left:0;
    margin-top: 0.5em;
    max-width: 9em;
  }
  .d-3-10 .theCol2Ctn {
    padding-right: 0;
    margin-left: 0;
  }

  .has-txt-under .h5050-img-masque img {
    min-height: 500px;
  }
  
  .container10:has(.col4-img-masque){
    padding-left: 15% !important;
    padding-right: 15% !important;
  } 

  .listingLogo .container {
    padding-bottom: 0em;
  }

  .h5050-txt-under {
    padding-top: 0;
  }

  #rmp-menu-wrap-683 .rmp-menu-item-link {
    font-family: inherit;
    height: 40px;
    line-height: 40px;
    font-size: 14px !important;
    font-weight: 700;
    margin-bottom: 0.5em;
  }
  #rmp-menu-wrap-683 .rmp-menu-item-link .btn  {
    margin-bottom: 0;
  }
  #rmp-menu-wrap-683 .rmp-submenu-depth-1 .rmp-menu-item-link {
    font-weight: 400 !important;
    margin: 0 !important;
    font-size: 15px !important;
  }
  #rmp-menu-wrap-683 .rmp-submenu-depth-1 .rmp-menu-item-link:last-child {
    padding-bottom: 1em !important;
  }
 .btn:first-of-type.menu-item.menu-item-type-custom.menu-item-object-custom.rmp-menu-item.rmp-menu-top-level-item {
  margin-top: 3em !important;
 }

 .viewMore .flexing img {
   display: none;
  }

  .cols4.cols5Img .flexBetween {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.090909rem !important;
  }
  .cols5Img .col4-img-masque img {
    min-height: 400px;
    object-fit: cover;
  }
}


@media screen and (max-width: 585px) {
  .bottomFoot.flexThat{
    display: flex;
    align-items: flex-end;
    padding-top: 0.5em;
  }
  h2 {
    font-size: 1.5455em;
    line-height: 1.6rem;
  }
  .bannerHome .padLRBig {
    padding-left: 0;
    padding-right: 0;
  }
  .padTB:not(.bg_beige) {
    padding-top: 1.581818em;
    padding-bottom: 1.581818em;
  }
  .text5050Ctn .padTB:not(.bg_beige) {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .txtCourbe {
      font-size: 1.26727272727272727rem !important;
  }
  .bg_beige .h5050-img-masque img {
    min-height: 0;
    object-fit: cover;
  }
  .svgTxt {
    top: -1.151818em;
  }

  .container8 {
    padding-left: 4% !important;
    padding-right: 4% !important;
  }

  .container6 {
    padding-left: 4% !important;
    padding-right: 4% !important;
  }

  .sliderImg .container6,
  .sliderImg .container8 {
    padding-left: 4%;
    padding-right: 4%;
  }
  .d-3-10 .theCol2Ctn {
     padding-right: 0;
  }

  .sliderBtn .container10.padTB {
    padding-top: 1.581818em;
    padding-bottom: 1.581818em;
  }


  .ctnFull50 .bgColor .svgTxt {
    top: -2.151818em;
  }
  .ctnFull50 .bgColor.gradientLeft .svgTxt {
    top: -0.648182em;
  }
  .content-h5050 .colonne_1:has(.imageRondeTxt) {
    padding-bottom: 1em !important;
  }
  .ctnFull50 .bgColor.bg_beige .svgTxt {
    top: -1.91818em;
  }
  .bgColor .h5050-img-masque img {
    min-height: 360px;
  }

  .slider-nav {
    display: none;
  }

  .sectionBulle .padLR {
    padding-right: 0;
    padding-left: 0;
  }
  .sectionBulle .container6 {
    padding-left: 0;
    padding-right: 0;
  }
  .imgOnBulle {
    bottom: -8em;
    overflow: hidden;
  }
  .imgOnBulle img {
    width: 65%;
  }


  .col4-img-masque img {
    min-height: 410px !important;
  }

  .col3txtImgTxt .b3-full {
    padding-top: 3em;
  }

  .rmp-menu-title {
    padding-top: 9% !important;
  }
  #rmp-menu-title-683 .rmp-menu-title-image {
      width: 102px !important;
  }
  #rmp-menu-title-683 {
    padding-left: 7% !important;
    align-items: flex-start;
  }
  #rmp-menu-wrap-683 {
    padding-left: 4% !important;
  }
 #rmp-menu-title-683 .rmp-menu-title-image {
    width: 90px!important;
  }
  #rmp-menu-title-683 {
    padding-left: 4%!important;
  }
  

  .has-txt-under .h5050-img-masque img {
    min-height: 100px;
  }
  .sliderTxtCtn .slick-slide {
    max-width: 23.5em;
  }
  .sliderTxtCtn .contenuCtn {
      padding: 0;
      margin-left: 1.5em;
      margin-right: 1em;
  }
  .sliderTxtCtn .slick-slide {
    max-width: 16.5em;
  }
  .sliderTxtCtn .sliderCtn::before {
    top: 1em;
    left: -1em;
  }
    
  .sliderTxtCtn .sliderCtn::before {
    top: 1em;
    left: 0;
    height: 1.863636em;
  }

  .padTB:has(.madameMainLevee) {
    margin-bottom: 0 !important;
  }

  .sliderBtn .slider-nav {
    left: 12.5rem;
  }

  .cols5Img .col4-img-masque img {
    min-height: 200px !important;
  }
}


@media screen and (max-width: 390px) {
  .maxW {
      padding-left: 0;
      padding-right: 0;
  }
  .ctnBulle {
    padding: 1em 3.2em;
  }
  .imgOnBulle img {
    width: 55%;
  }
  .imgOnBulle {
    bottom: -7em;
  }

  .ctnFull50 .bgColor.bg_beige .svgTxt {
    top: -1.51818em;
  }


  .has-txt-under .bgColor .h5050-img-masque img {
    min-height: 290px !important;
  }

  .col4-img-masque img {
    min-height: 330px !important;
    object-fit: cover;
  }

  .sliderTxtCtn .sliderCtn::before {
    top: 0;
    left: 0;
  }
  .sliderTxtCtn:has(.madameMainLevee) .slider-nav {
    left: 11rem;
  }
  .sliderTxtCtn {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .sliderBtn .slider-nav {
    left: 10.5rem;
  }

  .ctnFull50 .bgColor.gradientLeft .svgTxt {
      top: -0.048182em;
  }

  .theBigSlider .slide-number {
    width: 125px;
    height: 79px;
    font-size: 1.1909090909090908rem;
  }
  .theBigSlider .ctnSlide .slide-number {
    width: 128px;
  }
   .theBigSlider .ctnSlide.active .slide-number {
    width: 105px;
  }
  .theBigSlider .ctnSlide .slide-number {
    width: 136px;
  }

  .bgColor .h5050-img-masque img {
    min-height: 350px;
  }

  .titrePage .padLR {
    padding: 0;
  }

}



/*
              _                    _     _ 
  /\/\   __ _(_)_ __     __ _ _ __(_) __| |
 /    \ / _` | | '_ \   / _` | '__| |/ _` |
/ /\/\ \ (_| | | | | | | (_| | |  | | (_| |
\/    \/\__,_|_|_| |_|  \__, |_|  |_|\__,_|
                        |___/              

*/


.container2{
 padding-left: 41.666666666%;
 padding-right: 41.666666666%;
 display: inline-block;
 width: 100%;
}
.container3L{
  padding-left: 75%;
  display: inline-block;
  width: 100%;
}
.container3R{
  padding-right: 75%;
  display: inline-block;
  width: 100%;
}
.container4{
 padding-left: 33.3333%;
 padding-right: 33.3333%;
 display: inline-block;
 width: 100%;
}
.container5L{
  padding-left: 58.3333333333%;
  display: inline-block;
  width: 100%;
}
.container5R{
  padding-right: 58.3333333333%;
  display: inline-block;
  width: 100%;
}
.container6{
 padding-left: 25%;
 padding-right: 25%;
 display: inline-block;
 width: 100%;
}
.container7L{
  padding-left: 41.6666666667%;
  display: inline-block;
  width: 100%;
}
.container7R{
  padding-right: 41.6666666667%;
  display: inline-block;
  width: 100%;
}
.container8{
  padding-left: 16.666%;
  padding-right: 16.666%;
  display: inline-block;
  width: 100%;
}
.container8L{
  padding-left: 33.3333333333%;
  display: inline-block;
  width: 100%;
}
.container9LSpecial{
  padding-left: 8.333%;
  padding-right: 16.6666666667%;
  display: flex;
  width: 100%;
}

.ctn2cols{
  padding-left: 2.0454545454545454em;

}
.insideCol2{
  display: flex;
  align-items: center;
}


.container9L{
  padding-left: 16.6666666667%;
  display: inline-block;
  width: 100%;
}
.container9R{
  padding-right: 16.6666666667%;
  display: inline-block;
  width: 100%;
}
.container10{
  padding-left: 8.333%;
  padding-right: 8.333%;
  display: inline-block;
  width: 100%;
}
.container11L{
  padding-left: 8.333%;
  display: inline-block;
  width: 100%;
}
.container11R{
  padding-right: 8.333%;
  display: inline-block;
  width: 100%;
}



.d-1-1 {
  width: 100%; 
}

.d-1-2 {
  width: 50%; 
}

.d-2-2 {
  width: 100%; 
}

.d-1-3 {
  width: 33.3333333333%; 
}

.d-2-3 {
  width: 66.6666666667%; 
}

.d-3-3 {
  width: 100%; 
}

.d-1-4 {
  width: 25%; 
}

.d-2-4 {
  width: 50%; 
}

.d-3-4 {
  width: 75%; 
}

.d-4-4 {
  width: 100%; 
}

.d-1-5 {
  width: 20%; 
}

.d-2-5 {
  width: 40%; 
}

.d-3-5 {
  width: 60%; 
}

.d-4-5 {
  width: 80%; 
}

.d-5-5 {
  width: 100%; 
}

.d-1-6 {
  width: 16.6666666667%; 
}

.d-2-6 {
  width: 33.3333333333%; 
}

.d-3-6 {
  width: 50%; 
}

.d-4-6 {
  width: 66.6666666667%; 
}

.d-5-6 {
  width: 83.3333333333%; 
}

.d-6-6 {
  width: 100%; 
}

.d-1-7 {
  width: 14.2857142857%; 
}

.d-2-7 {
  width: 28.5714285714%; 
}

.d-3-7 {
  width: 42.8571428571%; 
}

.d-4-7 {
  width: 57.1428571429%; 
}

.d-5-7 {
  width: 71.4285714286%; 
}

.d-6-7 {
  width: 85.7142857143%; 
}

.d-7-7 {
  width: 100%; 
}

.d-1-8 {
  width: 12.5%; 
}

.d-2-8 {
  width: 25%; 
}

.d-3-8 {
  width: 37.5%; 
}

.d-4-8 {
  width: 50%; 
}

.d-5-8 {
  width: 62.5%; 
}

.d-6-8 {
  width: 75%; 
}

.d-7-8 {
  width: 87.5%; 
}

.d-8-8 {
  width: 100%; 
}

.d-1-9 {
  width: 11.1111111111%; 
}

.d-2-9 {
  width: 22.2222222222%; 
}

.d-3-9 {
  width: 33.3333333333%; 
}

.d-4-9 {
  width: 44.4444444444%; 
}

.d-5-9 {
  width: 55.5555555556%; 
}

.d-6-9 {
  width: 66.6666666667%; 
}

.d-7-9 {
  width: 77.7777777778%; 
}

.d-8-9 {
  width: 88.8888888889%; 
}

.d-9-9 {
  width: 100%; 
}

.d-1-10 {
  width: 10%; 
}

.d-2-10 {
  width: 20%; 
}

.d-3-10 {
  width: 30%; 
}

.d-4-10 {
  width: 40%; 
}

.d-5-10 {
  width: 50%; 
}

.d-6-10 {
  width: 60%; 
}

.d-7-10 {
  width: 70%; 
}

.d-8-10 {
  width: 80%; 
}

.d-9-10 {
  width: 90%; 
}

.d-10-10 {
  width: 100%; 
}

.d-1-11 {
  width: 9.0909090909%; 
}

.d-2-11 {
  width: 18.1818181818%; 
}

.d-3-11 {
  width: 27.2727272727%; 
}

.d-4-11 {
  width: 36.3636363636%; 
}

.d-5-11 {
  width: 45.4545454545%; 
}

.d-6-11 {
  width: 54.5454545455%; 
}

.d-7-11 {
  width: 63.6363636364%; 
}

.d-8-11 {
  width: 72.7272727273%; 
}

.d-9-11 {
  width: 81.8181818182%; 
}

.d-10-11 {
  width: 90.9090909091%; 
}

.d-11-11 {
  width: 100%; 
}

.d-1-12 {
  width: 8.3333333333%; 
}

.d-2-12 {
  width: 16.6666666667%; 
}

.d-3-12 {
  width: 25%; 
}

.d-4-12 {
  width: 33.3333333333%; 
}

.d-5-12 {
  width: 41.6666666667%; 
}

.d-6-12 {
  width: 50%; 
}

.d-7-12 {
  width: 58.3333333333%; 
}

.d-8-12 {
  width: 66.6666666667%; 
}

.d-9-12 {
  width: 75%; 
}

.d-10-12 {
  width: 83.3333333333%; 
}

.d-11-12 {
  width: 91.6666666667%; 
}

.d-12-12 {
  width: 100%; 
}

.d-show {
  display: block !important; 
}

.d-hide {
  display: none !important; 
}

.d-full {
  width: 100%; 
}

.d-hide {
  display: none !important; 
}

.d-show.b {
  display: block; 
}

.d-show.ib {
  display: inline-block; 
}

.d-show.fl {
  display: flex;
  flex-wrap: wrap; 
}

.d-left {
  text-align: left !important; 
}

.d-right {
  text-align: right !important; 
}

.d-center {
  text-align: center !important; 
}

.d-no-mar {
  margin: 0 !important; 
}

.d-fw-100 {
  font-weight: 10; 
}

.d-fw-200 {
  font-weight: 20; 
}

.d-fw-300 {
  font-weight: 30; 
}

.d-fw-400 {
  font-weight: 40; 
}

.d-fw-500 {
  font-weight: 50; 
}

.d-fw-600 {
  font-weight: 60; 
}

.d-fw-700 {
  font-weight: 70; 
}

.d-fw-800 {
  font-weight: 80; 
}

.d-fw-900 {
  font-weight: 90; 
}

.d-t-align-center {
  text-align: center; 
}

.d-t-align-left {
  text-align: left; 
}

.d-t-align-right {
  text-align: left; 
}

.d-t-transform-uppercase {
  text-transform: uppercase; 
}

.d-t-transform-none {
  text-transform: none; 
}

.d-t-decoration-none a,
.d-t-decoration-none {
  text-decoration: none; 
}

.d-t-decoration-underline a,
.d-t-decoration-underline {
  text-decoration: underline; 
}

.d-bg-position-center,
.d-bg-position-center-center {
  background-position: center center; 
}

.d-bg-position-center-right {
  background-position: center right; 
}

.d-bg-position-center-left {
  background-position: center left; 
}

.d-bg-position-top-center {
  background-position: top center; 
}

.d-bg-position-top-right {
  background-position: top right; 
}

.d-bg-position-top-left {
  background-position: top left; 
}

.d-bg-position-bottom-center {
  background-position: bottom center; 
}

.d-bg-position-bottom-right {
  background-position: bottom right; 
}

.d-bg-position-bottom-left {
  background-position: bottom left; 
}

.d-bg-size-cover {
  background-size: cover; 
}

.d-bg-size-contain {
  background-size: contain; 
}

.d-bg-no-repeat {
  background-repeat: no-repeat; 
}

@media screen and (max-width: 1910px) {
  .b1-1-1 {
    width: 100%; 
  }

  .b1-1-2 {
    width: 50%; 
  }

  .b1-2-2 {
    width: 100%; 
  }

  .b1-1-3 {
    width: 33.3333333333%; 
  }

  .b1-2-3 {
    width: 66.6666666667%; 
  }

  .b1-3-3 {
    width: 100%; 
  }

  .b1-1-4 {
    width: 25%; 
  }

  .b1-2-4 {
    width: 50%; 
  }

  .b1-3-4 {
    width: 75%; 
  }

  .b1-4-4 {
    width: 100%; 
  }

  .b1-1-5 {
    width: 20%; 
  }

  .b1-2-5 {
    width: 40%; 
  }

  .b1-3-5 {
    width: 60%; 
  }

  .b1-4-5 {
    width: 80%; 
  }

  .b1-5-5 {
    width: 100%; 
  }

  .b1-1-6 {
    width: 16.6666666667%; 
  }

  .b1-2-6 {
    width: 33.3333333333%; 
  }

  .b1-3-6 {
    width: 50%; 
  }

  .b1-4-6 {
    width: 66.6666666667%; 
  }

  .b1-5-6 {
    width: 83.3333333333%; 
  }

  .b1-6-6 {
    width: 100%; 
  }

  .b1-1-7 {
    width: 14.2857142857%; 
  }

  .b1-2-7 {
    width: 28.5714285714%; 
  }

  .b1-3-7 {
    width: 42.8571428571%; 
  }

  .b1-4-7 {
    width: 57.1428571429%; 
  }

  .b1-5-7 {
    width: 71.4285714286%; 
  }

  .b1-6-7 {
    width: 85.7142857143%; 
  }

  .b1-7-7 {
    width: 100%; 
  }

  .b1-1-8 {
    width: 12.5%; 
  }

  .b1-2-8 {
    width: 25%; 
  }

  .b1-3-8 {
    width: 37.5%; 
  }

  .b1-4-8 {
    width: 50%; 
  }

  .b1-5-8 {
    width: 62.5%; 
  }

  .b1-6-8 {
    width: 75%; 
  }

  .b1-7-8 {
    width: 87.5%; 
  }

  .b1-8-8 {
    width: 100%; 
  }

  .b1-1-9 {
    width: 11.1111111111%; 
  }

  .b1-2-9 {
    width: 22.2222222222%; 
  }

  .b1-3-9 {
    width: 33.3333333333%; 
  }

  .b1-4-9 {
    width: 44.4444444444%; 
  }

  .b1-5-9 {
    width: 55.5555555556%; 
  }

  .b1-6-9 {
    width: 66.6666666667%; 
  }

  .b1-7-9 {
    width: 77.7777777778%; 
  }

  .b1-8-9 {
    width: 88.8888888889%; 
  }

  .b1-9-9 {
    width: 100%; 
  }

  .b1-1-10 {
    width: 10%; 
  }

  .b1-2-10 {
    width: 20%; 
  }

  .b1-3-10 {
    width: 30%; 
  }

  .b1-4-10 {
    width: 40%; 
  }

  .b1-5-10 {
    width: 50%; 
  }

  .b1-6-10 {
    width: 60%; 
  }

  .b1-7-10 {
    width: 70%; 
  }

  .b1-8-10 {
    width: 80%; 
  }

  .b1-9-10 {
    width: 90%; 
  }

  .b1-10-10 {
    width: 100%; 
  }

  .b1-1-11 {
    width: 9.0909090909%; 
  }

  .b1-2-11 {
    width: 18.1818181818%; 
  }

  .b1-3-11 {
    width: 27.2727272727%; 
  }

  .b1-4-11 {
    width: 36.3636363636%; 
  }

  .b1-5-11 {
    width: 45.4545454545%; 
  }

  .b1-6-11 {
    width: 54.5454545455%; 
  }

  .b1-7-11 {
    width: 63.6363636364%; 
  }

  .b1-8-11 {
    width: 72.7272727273%; 
  }

  .b1-9-11 {
    width: 81.8181818182%; 
  }

  .b1-10-11 {
    width: 90.9090909091%; 
  }

  .b1-11-11 {
    width: 100%; 
  }

  .b1-1-12 {
    width: 8.3333333333%; 
  }

  .b1-2-12 {
    width: 16.6666666667%; 
  }

  .b1-3-12 {
    width: 25%; 
  }

  .b1-4-12 {
    width: 33.3333333333%; 
  }

  .b1-5-12 {
    width: 41.6666666667%; 
  }

  .b1-6-12 {
    width: 50%; 
  }

  .b1-7-12 {
    width: 58.3333333333%; 
  }

  .b1-8-12 {
    width: 66.6666666667%; 
  }

  .b1-9-12 {
    width: 75%; 
  }

  .b1-10-12 {
    width: 83.3333333333%; 
  }

  .b1-11-12 {
    width: 91.6666666667%; 
  }

  .b1-12-12 {
    width: 100%; 
  } 

  .b1-show {
    display: block !important; 
  }

  .b1-hide {
    display: none !important; 
  }

  .b1-full {
    width: 100%; 
  }

  .b1-hide {
    display: none !important; 
  }

  .b1-show.b {
    display: block; 
  }

  .b1-show.ib {
    display: inline-block; 
  }

  .b1-show.fl {
    display: flex;
    flex-wrap: wrap; 
  }

  .b1-left {
    text-align: left !important; 
  }

  .b1-right {
    text-align: right !important; 
  }

  .b1-center {
    text-align: center !important; 
  }

  .b1-no-mar {
    margin: 0 !important; 
  }

  .b1-fw-100 {
    font-weight: 10; 
  }

  .b1-fw-200 {
    font-weight: 20; 
  }

  .b1-fw-300 {
    font-weight: 30; 
  }

  .b1-fw-400 {
    font-weight: 40; 
  }

  .b1-fw-500 {
    font-weight: 50; 
  }

  .b1-fw-600 {
    font-weight: 60; 
  }

  .b1-fw-700 {
    font-weight: 70; 
  }

  .b1-fw-800 {
    font-weight: 80; 
  }

  .b1-fw-900 {
    font-weight: 90; 
  }

  .b1-t-align-center {
    text-align: center; 
  }

  .b1-t-align-left {
    text-align: left; 
  }

  .b1-t-align-right {
    text-align: left; 
  }

  .b1-t-transform-uppercase {
    text-transform: uppercase; 
  }

  .b1-t-transform-none {
    text-transform: none; 
  }

  .b1-t-decoration-none a,
  .b1-t-decoration-none {
    text-decoration: none; 
  }

  .b1-t-decoration-underline a,
  .b1-t-decoration-underline {
    text-decoration: underline; 
  }

  .b1-bg-position-center,
  .b1-bg-position-center-center {
    background-position: center center; 
  }

  .b1-bg-position-center-right {
    background-position: center right; 
  }

  .b1-bg-position-center-left {
    background-position: center left; 
  }

  .b1-bg-position-top-center {
    background-position: top center; 
  }

  .b1-bg-position-top-right {
    background-position: top right; 
  }

  .b1-bg-position-top-left {
    background-position: top left; 
  }

  .b1-bg-position-bottom-center {
    background-position: bottom center; 
  }

  .b1-bg-position-bottom-right {
    background-position: bottom right; 
  }

  .b1-bg-position-bottom-left {
    background-position: bottom left; 
  }

  .b1-bg-size-cover {
    background-size: cover; 
  }

  .b1-bg-size-contain {
    background-size: contain; 
  }

  .b1-bg-no-repeat {
    background-repeat: no-repeat; 
  } 
}
@media screen and (max-width: 1680px) {
  .b2-1-1 {
    width: 100%; 
  }

  .b2-1-2 {
    width: 50%; 
  }

  .b2-2-2 {
    width: 100%; 
  }

  .b2-1-3 {
    width: 33.3333333333%; 
  }

  .b2-2-3 {
    width: 66.6666666667%; 
  }

  .b2-3-3 {
    width: 100%; 
  }

  .b2-1-4 {
    width: 25%; 
  }

  .b2-2-4 {
    width: 50%; 
  }

  .b2-3-4 {
    width: 75%; 
  }

  .b2-4-4 {
    width: 100%; 
  }

  .b2-1-5 {
    width: 20%; 
  }

  .b2-2-5 {
    width: 40%; 
  }

  .b2-3-5 {
    width: 60%; 
  }

  .b2-4-5 {
    width: 80%; 
  }

  .b2-5-5 {
    width: 100%; 
  }

  .b2-1-6 {
    width: 16.6666666667%; 
  }

  .b2-2-6 {
    width: 33.3333333333%; 
  }

  .b2-3-6 {
    width: 50%; 
  }

  .b2-4-6 {
    width: 66.6666666667%; 
  }

  .b2-5-6 {
    width: 83.3333333333%; 
  }

  .b2-6-6 {
    width: 100%; 
  }

  .b2-1-7 {
    width: 14.2857142857%; 
  }

  .b2-2-7 {
    width: 28.5714285714%; 
  }

  .b2-3-7 {
    width: 42.8571428571%; 
  }

  .b2-4-7 {
    width: 57.1428571429%; 
  }

  .b2-5-7 {
    width: 71.4285714286%; 
  }

  .b2-6-7 {
    width: 85.7142857143%; 
  }

  .b2-7-7 {
    width: 100%; 
  }

  .b2-1-8 {
    width: 12.5%; 
  }

  .b2-2-8 {
    width: 25%; 
  }

  .b2-3-8 {
    width: 37.5%; 
  }

  .b2-4-8 {
    width: 50%; 
  }

  .b2-5-8 {
    width: 62.5%; 
  }

  .b2-6-8 {
    width: 75%; 
  }

  .b2-7-8 {
    width: 87.5%; 
  }

  .b2-8-8 {
    width: 100%; 
  }

  .b2-1-9 {
    width: 11.1111111111%; 
  }

  .b2-2-9 {
    width: 22.2222222222%; 
  }

  .b2-3-9 {
    width: 33.3333333333%; 
  }

  .b2-4-9 {
    width: 44.4444444444%; 
  }

  .b2-5-9 {
    width: 55.5555555556%; 
  }

  .b2-6-9 {
    width: 66.6666666667%; 
  }

  .b2-7-9 {
    width: 77.7777777778%; 
  }

  .b2-8-9 {
    width: 88.8888888889%; 
  }

  .b2-9-9 {
    width: 100%; 
  }

  .b2-1-10 {
    width: 10%; 
  }

  .b2-2-10 {
    width: 20%; 
  }

  .b2-3-10 {
    width: 30%; 
  }

  .b2-4-10 {
    width: 40%; 
  }

  .b2-5-10 {
    width: 50%; 
  }

  .b2-6-10 {
    width: 60%; 
  }

  .b2-7-10 {
    width: 70%; 
  }

  .b2-8-10 {
    width: 80%; 
  }

  .b2-9-10 {
    width: 90%; 
  }

  .b2-10-10 {
    width: 100%; 
  }

  .b2-1-11 {
    width: 9.0909090909%; 
  }

  .b2-2-11 {
    width: 18.1818181818%; 
  }

  .b2-3-11 {
    width: 27.2727272727%; 
  }

  .b2-4-11 {
    width: 36.3636363636%; 
  }

  .b2-5-11 {
    width: 45.4545454545%; 
  }

  .b2-6-11 {
    width: 54.5454545455%; 
  }

  .b2-7-11 {
    width: 63.6363636364%; 
  }

  .b2-8-11 {
    width: 72.7272727273%; 
  }

  .b2-9-11 {
    width: 81.8181818182%; 
  }

  .b2-10-11 {
    width: 90.9090909091%; 
  }

  .b2-11-11 {
    width: 100%; 
  }

  .b2-1-12 {
    width: 8.3333333333%; 
  }

  .b2-2-12 {
    width: 16.6666666667%; 
  }

  .b2-3-12 {
    width: 25%; 
  }

  .b2-4-12 {
    width: 33.3333333333%; 
  }

  .b2-5-12 {
    width: 41.6666666667%; 
  }

  .b2-6-12 {
    width: 50%; 
  }

  .b2-7-12 {
    width: 58.3333333333%; 
  }

  .b2-8-12 {
    width: 66.6666666667%; 
  }

  .b2-9-12 {
    width: 75%; 
  }

  .b2-10-12 {
    width: 83.3333333333%; 
  }

  .b2-11-12 {
    width: 91.6666666667%; 
  }

  .b2-12-12 {
    width: 100%; 
  } 

  .b2-show {
    display: block !important; 
  }

  .b2-hide {
    display: none !important; 
  }

  .b2-full {
    width: 100%; 
  }

  .b2-hide {
    display: none !important; 
  }

  .b2-show.b {
    display: block; 
  }

  .b2-show.ib {
    display: inline-block; 
  }

  .b2-show.fl {
    display: flex;
    flex-wrap: wrap; 
  }

  .b2-left {
    text-align: left !important; 
  }

  .b2-right {
    text-align: right !important; 
  }

  .b2-center {
    text-align: center !important; 
  }

  .b2-no-mar {
    margin: 0 !important; 
  }

  .b2-fw-100 {
    font-weight: 10; 
  }

  .b2-fw-200 {
    font-weight: 20; 
  }

  .b2-fw-300 {
    font-weight: 30; 
  }

  .b2-fw-400 {
    font-weight: 40; 
  }

  .b2-fw-500 {
    font-weight: 50; 
  }

  .b2-fw-600 {
    font-weight: 60; 
  }

  .b2-fw-700 {
    font-weight: 70; 
  }

  .b2-fw-800 {
    font-weight: 80; 
  }

  .b2-fw-900 {
    font-weight: 90; 
  }

  .b2-t-align-center {
    text-align: center; 
  }

  .b2-t-align-left {
    text-align: left; 
  }

  .b2-t-align-right {
    text-align: left; 
  }

  .b2-t-transform-uppercase {
    text-transform: uppercase; 
  }

  .b2-t-transform-none {
    text-transform: none; 
  }

  .b2-t-decoration-none a,
  .b2-t-decoration-none {
    text-decoration: none; 
  }

  .b2-t-decoration-underline a,
  .b2-t-decoration-underline {
    text-decoration: underline; 
  }

  .b2-bg-position-center,
  .b2-bg-position-center-center {
    background-position: center center; 
  }

  .b2-bg-position-center-right {
    background-position: center right; 
  }

  .b2-bg-position-center-left {
    background-position: center left; 
  }

  .b2-bg-position-top-center {
    background-position: top center; 
  }

  .b2-bg-position-top-right {
    background-position: top right; 
  }

  .b2-bg-position-top-left {
    background-position: top left; 
  }

  .b2-bg-position-bottom-center {
    background-position: bottom center; 
  }

  .b2-bg-position-bottom-right {
    background-position: bottom right; 
  }

  .b2-bg-position-bottom-left {
    background-position: bottom left; 
  }

  .b2-bg-size-cover {
    background-size: cover; 
  }

  .b2-bg-size-contain {
    background-size: contain; 
  }

  .b2-bg-no-repeat {
    background-repeat: no-repeat; 
  } 
}
@media screen and (max-width: 1480px) {
  .b3-1-1 {
    width: 100%; 
  }

  .b3-1-2 {
    width: 50%; 
  }

  .b3-2-2 {
    width: 100%; 
  }

  .b3-1-3 {
    width: 33.3333333333%; 
  }

  .b3-2-3 {
    width: 66.6666666667%; 
  }

  .b3-3-3 {
    width: 100%; 
  }

  .b3-1-4 {
    width: 25%; 
  }

  .b3-2-4 {
    width: 50%; 
  }

  .b3-3-4 {
    width: 75%; 
  }

  .b3-4-4 {
    width: 100%; 
  }

  .b3-1-5 {
    width: 20%; 
  }

  .b3-2-5 {
    width: 40%; 
  }

  .b3-3-5 {
    width: 60%; 
  }

  .b3-4-5 {
    width: 80%; 
  }

  .b3-5-5 {
    width: 100%; 
  }

  .b3-1-6 {
    width: 16.6666666667%; 
  }

  .b3-2-6 {
    width: 33.3333333333%; 
  }

  .b3-3-6 {
    width: 50%; 
  }

  .b3-4-6 {
    width: 66.6666666667%; 
  }

  .b3-5-6 {
    width: 83.3333333333%; 
  }

  .b3-6-6 {
    width: 100%; 
  }

  .b3-1-7 {
    width: 14.2857142857%; 
  }

  .b3-2-7 {
    width: 28.5714285714%; 
  }

  .b3-3-7 {
    width: 42.8571428571%; 
  }

  .b3-4-7 {
    width: 57.1428571429%; 
  }

  .b3-5-7 {
    width: 71.4285714286%; 
  }

  .b3-6-7 {
    width: 85.7142857143%; 
  }

  .b3-7-7 {
    width: 100%; 
  }

  .b3-1-8 {
    width: 12.5%; 
  }

  .b3-2-8 {
    width: 25%; 
  }

  .b3-3-8 {
    width: 37.5%; 
  }

  .b3-4-8 {
    width: 50%; 
  }

  .b3-5-8 {
    width: 62.5%; 
  }

  .b3-6-8 {
    width: 75%; 
  }

  .b3-7-8 {
    width: 87.5%; 
  }

  .b3-8-8 {
    width: 100%; 
  }

  .b3-1-9 {
    width: 11.1111111111%; 
  }

  .b3-2-9 {
    width: 22.2222222222%; 
  }

  .b3-3-9 {
    width: 33.3333333333%; 
  }

  .b3-4-9 {
    width: 44.4444444444%; 
  }

  .b3-5-9 {
    width: 55.5555555556%; 
  }

  .b3-6-9 {
    width: 66.6666666667%; 
  }

  .b3-7-9 {
    width: 77.7777777778%; 
  }

  .b3-8-9 {
    width: 88.8888888889%; 
  }

  .b3-9-9 {
    width: 100%; 
  }

  .b3-1-10 {
    width: 10%; 
  }

  .b3-2-10 {
    width: 20%; 
  }

  .b3-3-10 {
    width: 30%; 
  }

  .b3-4-10 {
    width: 40%; 
  }

  .b3-5-10 {
    width: 50%; 
  }

  .b3-6-10 {
    width: 60%; 
  }

  .b3-7-10 {
    width: 70%; 
  }

  .b3-8-10 {
    width: 80%; 
  }

  .b3-9-10 {
    width: 90%; 
  }

  .b3-10-10 {
    width: 100%; 
  }

  .b3-1-11 {
    width: 9.0909090909%; 
  }

  .b3-2-11 {
    width: 18.1818181818%; 
  }

  .b3-3-11 {
    width: 27.2727272727%; 
  }

  .b3-4-11 {
    width: 36.3636363636%; 
  }

  .b3-5-11 {
    width: 45.4545454545%; 
  }

  .b3-6-11 {
    width: 54.5454545455%; 
  }

  .b3-7-11 {
    width: 63.6363636364%; 
  }

  .b3-8-11 {
    width: 72.7272727273%; 
  }

  .b3-9-11 {
    width: 81.8181818182%; 
  }

  .b3-10-11 {
    width: 90.9090909091%; 
  }

  .b3-11-11 {
    width: 100%; 
  }

  .b3-1-12 {
    width: 8.3333333333%; 
  }

  .b3-2-12 {
    width: 16.6666666667%; 
  }

  .b3-3-12 {
    width: 25%; 
  }

  .b3-4-12 {
    width: 33.3333333333%; 
  }

  .b3-5-12 {
    width: 41.6666666667%; 
  }

  .b3-6-12 {
    width: 50%; 
  }

  .b3-7-12 {
    width: 58.3333333333%; 
  }

  .b3-8-12 {
    width: 66.6666666667%; 
  }

  .b3-9-12 {
    width: 75%; 
  }

  .b3-10-12 {
    width: 83.3333333333%; 
  }

  .b3-11-12 {
    width: 91.6666666667%; 
  }

  .b3-12-12 {
    width: 100%; 
  } 

  .b3-show {
    display: block !important; 
  }

  .b3-hide {
    display: none !important; 
  }

  .b3-full {
    width: 100%; 
  }

  .b3-hide {
    display: none !important; 
  }

  .b3-show.b {
    display: block; 
  }

  .b3-show.ib {
    display: inline-block; 
  }

  .b3-show.fl {
    display: flex;
    flex-wrap: wrap; 
  }

  .b3-left {
    text-align: left !important; 
  }

  .b3-right {
    text-align: right !important; 
  }

  .b3-center {
    text-align: center !important; 
  }

  .b3-no-mar {
    margin: 0 !important; 
  }

  .b3-fw-100 {
    font-weight: 10; 
  }

  .b3-fw-200 {
    font-weight: 20; 
  }

  .b3-fw-300 {
    font-weight: 30; 
  }

  .b3-fw-400 {
    font-weight: 40; 
  }

  .b3-fw-500 {
    font-weight: 50; 
  }

  .b3-fw-600 {
    font-weight: 60; 
  }

  .b3-fw-700 {
    font-weight: 70; 
  }

  .b3-fw-800 {
    font-weight: 80; 
  }

  .b3-fw-900 {
    font-weight: 90; 
  }

  .b3-t-align-center {
    text-align: center; 
  }

  .b3-t-align-left {
    text-align: left; 
  }

  .b3-t-align-right {
    text-align: left; 
  }

  .b3-t-transform-uppercase {
    text-transform: uppercase; 
  }

  .b3-t-transform-none {
    text-transform: none; 
  }

  .b3-t-decoration-none a,
  .b3-t-decoration-none {
    text-decoration: none; 
  }

  .b3-t-decoration-underline a,
  .b3-t-decoration-underline {
    text-decoration: underline; 
  }

  .b3-bg-position-center,
  .b3-bg-position-center-center {
    background-position: center center; 
  }

  .b3-bg-position-center-right {
    background-position: center right; 
  }

  .b3-bg-position-center-left {
    background-position: center left; 
  }

  .b3-bg-position-top-center {
    background-position: top center; 
  }

  .b3-bg-position-top-right {
    background-position: top right; 
  }

  .b3-bg-position-top-left {
    background-position: top left; 
  }

  .b3-bg-position-bottom-center {
    background-position: bottom center; 
  }

  .b3-bg-position-bottom-right {
    background-position: bottom right; 
  }

  .b3-bg-position-bottom-left {
    background-position: bottom left; 
  }

  .b3-bg-size-cover {
    background-size: cover; 
  }

  .b3-bg-size-contain {
    background-size: contain; 
  }

  .b3-bg-no-repeat {
    background-repeat: no-repeat; 
  } 
}
@media screen and (max-width: 1280px) {
  .b4-1-1 {
    width: 100%; 
  }

  .b4-1-2 {
    width: 50%; 
  }

  .b4-2-2 {
    width: 100%; 
  }

  .b4-1-3 {
    width: 33.3333333333%; 
  }

  .b4-2-3 {
    width: 66.6666666667%; 
  }

  .b4-3-3 {
    width: 100%; 
  }

  .b4-1-4 {
    width: 25%; 
  }

  .b4-2-4 {
    width: 50%; 
  }

  .b4-3-4 {
    width: 75%; 
  }

  .b4-4-4 {
    width: 100%; 
  }

  .b4-1-5 {
    width: 20%; 
  }

  .b4-2-5 {
    width: 40%; 
  }

  .b4-3-5 {
    width: 60%; 
  }

  .b4-4-5 {
    width: 80%; 
  }

  .b4-5-5 {
    width: 100%; 
  }

  .b4-1-6 {
    width: 16.6666666667%; 
  }

  .b4-2-6 {
    width: 33.3333333333%; 
  }

  .b4-3-6 {
    width: 50%; 
  }

  .b4-4-6 {
    width: 66.6666666667%; 
  }

  .b4-5-6 {
    width: 83.3333333333%; 
  }

  .b4-6-6 {
    width: 100%; 
  }

  .b4-1-7 {
    width: 14.2857142857%; 
  }

  .b4-2-7 {
    width: 28.5714285714%; 
  }

  .b4-3-7 {
    width: 42.8571428571%; 
  }

  .b4-4-7 {
    width: 57.1428571429%; 
  }

  .b4-5-7 {
    width: 71.4285714286%; 
  }

  .b4-6-7 {
    width: 85.7142857143%; 
  }

  .b4-7-7 {
    width: 100%; 
  }

  .b4-1-8 {
    width: 12.5%; 
  }

  .b4-2-8 {
    width: 25%; 
  }

  .b4-3-8 {
    width: 37.5%; 
  }

  .b4-4-8 {
    width: 50%; 
  }

  .b4-5-8 {
    width: 62.5%; 
  }

  .b4-6-8 {
    width: 75%; 
  }

  .b4-7-8 {
    width: 87.5%; 
  }

  .b4-8-8 {
    width: 100%; 
  }

  .b4-1-9 {
    width: 11.1111111111%; 
  }

  .b4-2-9 {
    width: 22.2222222222%; 
  }

  .b4-3-9 {
    width: 33.3333333333%; 
  }

  .b4-4-9 {
    width: 44.4444444444%; 
  }

  .b4-5-9 {
    width: 55.5555555556%; 
  }

  .b4-6-9 {
    width: 66.6666666667%; 
  }

  .b4-7-9 {
    width: 77.7777777778%; 
  }

  .b4-8-9 {
    width: 88.8888888889%; 
  }

  .b4-9-9 {
    width: 100%; 
  }

  .b4-1-10 {
    width: 10%; 
  }

  .b4-2-10 {
    width: 20%; 
  }

  .b4-3-10 {
    width: 30%; 
  }

  .b4-4-10 {
    width: 40%; 
  }

  .b4-5-10 {
    width: 50%; 
  }

  .b4-6-10 {
    width: 60%; 
  }

  .b4-7-10 {
    width: 70%; 
  }

  .b4-8-10 {
    width: 80%; 
  }

  .b4-9-10 {
    width: 90%; 
  }

  .b4-10-10 {
    width: 100%; 
  }

  .b4-1-11 {
    width: 9.0909090909%; 
  }

  .b4-2-11 {
    width: 18.1818181818%; 
  }

  .b4-3-11 {
    width: 27.2727272727%; 
  }

  .b4-4-11 {
    width: 36.3636363636%; 
  }

  .b4-5-11 {
    width: 45.4545454545%; 
  }

  .b4-6-11 {
    width: 54.5454545455%; 
  }

  .b4-7-11 {
    width: 63.6363636364%; 
  }

  .b4-8-11 {
    width: 72.7272727273%; 
  }

  .b4-9-11 {
    width: 81.8181818182%; 
  }

  .b4-10-11 {
    width: 90.9090909091%; 
  }

  .b4-11-11 {
    width: 100%; 
  }

  .b4-1-12 {
    width: 8.3333333333%; 
  }

  .b4-2-12 {
    width: 16.6666666667%; 
  }

  .b4-3-12 {
    width: 25%; 
  }

  .b4-4-12 {
    width: 33.3333333333%; 
  }

  .b4-5-12 {
    width: 41.6666666667%; 
  }

  .b4-6-12 {
    width: 50%; 
  }

  .b4-7-12 {
    width: 58.3333333333%; 
  }

  .b4-8-12 {
    width: 66.6666666667%; 
  }

  .b4-9-12 {
    width: 75%; 
  }

  .b4-10-12 {
    width: 83.3333333333%; 
  }

  .b4-11-12 {
    width: 91.6666666667%; 
  }

  .b4-12-12 {
    width: 100%; 
  } 

  .b4-show {
    display: block !important; 
  }

  .b4-hide {
    display: none !important; 
  }

  .b4-full {
    width: 100%; 
  }

  .b4-hide {
    display: none !important; 
  }

  .b4-show.b {
    display: block; 
  }

  .b4-show.ib {
    display: inline-block; 
  }

  .b4-show.fl {
    display: flex;
    flex-wrap: wrap; 
  }

  .b4-left {
    text-align: left !important; 
  }

  .b4-right {
    text-align: right !important; 
  }

  .b4-center {
    text-align: center !important; 
  }

  .b4-no-mar {
    margin: 0 !important; 
  }

  .b4-fw-100 {
    font-weight: 10; 
  }

  .b4-fw-200 {
    font-weight: 20; 
  }

  .b4-fw-300 {
    font-weight: 30; 
  }

  .b4-fw-400 {
    font-weight: 40; 
  }

  .b4-fw-500 {
    font-weight: 50; 
  }

  .b4-fw-600 {
    font-weight: 60; 
  }

  .b4-fw-700 {
    font-weight: 70; 
  }

  .b4-fw-800 {
    font-weight: 80; 
  }

  .b4-fw-900 {
    font-weight: 90; 
  }

  .b4-t-align-center {
    text-align: center; 
  }

  .b4-t-align-left {
    text-align: left; 
  }

  .b4-t-align-right {
    text-align: left; 
  }

  .b4-t-transform-uppercase {
    text-transform: uppercase; 
  }

  .b4-t-transform-none {
    text-transform: none; 
  }

  .b4-t-decoration-none a,
  .b4-t-decoration-none {
    text-decoration: none; 
  }

  .b4-t-decoration-underline a,
  .b4-t-decoration-underline {
    text-decoration: underline; 
  }

  .b4-bg-position-center,
  .b4-bg-position-center-center {
    background-position: center center; 
  }

  .b4-bg-position-center-right {
    background-position: center right; 
  }

  .b4-bg-position-center-left {
    background-position: center left; 
  }

  .b4-bg-position-top-center {
    background-position: top center; 
  }

  .b4-bg-position-top-right {
    background-position: top right; 
  }

  .b4-bg-position-top-left {
    background-position: top left; 
  }

  .b4-bg-position-bottom-center {
    background-position: bottom center; 
  }

  .b4-bg-position-bottom-right {
    background-position: bottom right; 
  }

  .b4-bg-position-bottom-left {
    background-position: bottom left; 
  }

  .b4-bg-size-cover {
    background-size: cover; 
  }

  .b4-bg-size-contain {
    background-size: contain; 
  }

  .b4-bg-no-repeat {
    background-repeat: no-repeat; 
  } 
}
@media screen and (max-width: 1024px) {
  .th-1-1 {
    width: 100%; 
  }

  .th-1-2 {
    width: 50%; 
  }

  .th-2-2 {
    width: 100%; 
  }

  .th-1-3 {
    width: 33.3333333333%; 
  }

  .th-2-3 {
    width: 66.6666666667%; 
  }

  .th-3-3 {
    width: 100%; 
  }

  .th-1-4 {
    width: 25%; 
  }

  .th-2-4 {
    width: 50%; 
  }

  .th-3-4 {
    width: 75%; 
  }

  .th-4-4 {
    width: 100%; 
  }

  .th-1-5 {
    width: 20%; 
  }

  .th-2-5 {
    width: 40%; 
  }

  .th-3-5 {
    width: 60%; 
  }

  .th-4-5 {
    width: 80%; 
  }

  .th-5-5 {
    width: 100%; 
  }

  .th-1-6 {
    width: 16.6666666667%; 
  }

  .th-2-6 {
    width: 33.3333333333%; 
  }

  .th-3-6 {
    width: 50%; 
  }

  .th-4-6 {
    width: 66.6666666667%; 
  }

  .th-5-6 {
    width: 83.3333333333%; 
  }

  .th-6-6 {
    width: 100%; 
  }

  .th-1-7 {
    width: 14.2857142857%; 
  }

  .th-2-7 {
    width: 28.5714285714%; 
  }

  .th-3-7 {
    width: 42.8571428571%; 
  }

  .th-4-7 {
    width: 57.1428571429%; 
  }

  .th-5-7 {
    width: 71.4285714286%; 
  }

  .th-6-7 {
    width: 85.7142857143%; 
  }

  .th-7-7 {
    width: 100%; 
  }

  .th-1-8 {
    width: 12.5%; 
  }

  .th-2-8 {
    width: 25%; 
  }

  .th-3-8 {
    width: 37.5%; 
  }

  .th-4-8 {
    width: 50%; 
  }

  .th-5-8 {
    width: 62.5%; 
  }

  .th-6-8 {
    width: 75%; 
  }

  .th-7-8 {
    width: 87.5%; 
  }

  .th-8-8 {
    width: 100%; 
  }

  .th-1-9 {
    width: 11.1111111111%; 
  }

  .th-2-9 {
    width: 22.2222222222%; 
  }

  .th-3-9 {
    width: 33.3333333333%; 
  }

  .th-4-9 {
    width: 44.4444444444%; 
  }

  .th-5-9 {
    width: 55.5555555556%; 
  }

  .th-6-9 {
    width: 66.6666666667%; 
  }

  .th-7-9 {
    width: 77.7777777778%; 
  }

  .th-8-9 {
    width: 88.8888888889%; 
  }

  .th-9-9 {
    width: 100%; 
  }

  .th-1-10 {
    width: 10%; 
  }

  .th-2-10 {
    width: 20%; 
  }

  .th-3-10 {
    width: 30%; 
  }

  .th-4-10 {
    width: 40%; 
  }

  .th-5-10 {
    width: 50%; 
  }

  .th-6-10 {
    width: 60%; 
  }

  .th-7-10 {
    width: 70%; 
  }

  .th-8-10 {
    width: 80%; 
  }

  .th-9-10 {
    width: 90%; 
  }

  .th-10-10 {
    width: 100%; 
  }

  .th-1-11 {
    width: 9.0909090909%; 
  }

  .th-2-11 {
    width: 18.1818181818%; 
  }

  .th-3-11 {
    width: 27.2727272727%; 
  }

  .th-4-11 {
    width: 36.3636363636%; 
  }

  .th-5-11 {
    width: 45.4545454545%; 
  }

  .th-6-11 {
    width: 54.5454545455%; 
  }

  .th-7-11 {
    width: 63.6363636364%; 
  }

  .th-8-11 {
    width: 72.7272727273%; 
  }

  .th-9-11 {
    width: 81.8181818182%; 
  }

  .th-10-11 {
    width: 90.9090909091%; 
  }

  .th-11-11 {
    width: 100%; 
  }

  .th-1-12 {
    width: 8.3333333333%; 
  }

  .th-2-12 {
    width: 16.6666666667%; 
  }

  .th-3-12 {
    width: 25%; 
  }

  .th-4-12 {
    width: 33.3333333333%; 
  }

  .th-5-12 {
    width: 41.6666666667%; 
  }

  .th-6-12 {
    width: 50%; 
  }

  .th-7-12 {
    width: 58.3333333333%; 
  }

  .th-8-12 {
    width: 66.6666666667%; 
  }

  .th-9-12 {
    width: 75%; 
  }

  .th-10-12 {
    width: 83.3333333333%; 
  }

  .th-11-12 {
    width: 91.6666666667%; 
  }

  .th-12-12 {
    width: 100%; 
  } 

  .th-show {
    display: block !important; 
  }

  .th-hide {
    display: none !important; 
  }

  .th-full {
    width: 100%; 
  }

  .th-hide {
    display: none !important; 
  }

  .th-show.b {
    display: block; 
  }

  .th-show.ib {
    display: inline-block; 
  }

  .th-show.fl {
    display: flex;
    flex-wrap: wrap; 
  }

  .th-left {
    text-align: left !important; 
  }

  .th-right {
    text-align: right !important; 
  }

  .th-center {
    text-align: center !important; 
  }

  .th-no-mar {
    margin: 0 !important; 
  }

  .th-fw-100 {
    font-weight: 10; 
  }

  .th-fw-200 {
    font-weight: 20; 
  }

  .th-fw-300 {
    font-weight: 30; 
  }

  .th-fw-400 {
    font-weight: 40; 
  }

  .th-fw-500 {
    font-weight: 50; 
  }

  .th-fw-600 {
    font-weight: 60; 
  }

  .th-fw-700 {
    font-weight: 70; 
  }

  .th-fw-800 {
    font-weight: 80; 
  }

  .th-fw-900 {
    font-weight: 90; 
  }

  .th-t-align-center {
    text-align: center; 
  }

  .th-t-align-left {
    text-align: left; 
  }

  .th-t-align-right {
    text-align: left; 
  }

  .th-t-transform-uppercase {
    text-transform: uppercase; 
  }

  .th-t-transform-none {
    text-transform: none; 
  }

  .th-t-decoration-none a,
  .th-t-decoration-none {
    text-decoration: none; 
  }

  .th-t-decoration-underline a,
  .th-t-decoration-underline {
    text-decoration: underline; 
  }

  .th-bg-position-center,
  .th-bg-position-center-center {
    background-position: center center; 
  }

  .th-bg-position-center-right {
    background-position: center right; 
  }

  .th-bg-position-center-left {
    background-position: center left; 
  }

  .th-bg-position-top-center {
    background-position: top center; 
  }

  .th-bg-position-top-right {
    background-position: top right; 
  }

  .th-bg-position-top-left {
    background-position: top left; 
  }

  .th-bg-position-bottom-center {
    background-position: bottom center; 
  }

  .th-bg-position-bottom-right {
    background-position: bottom right; 
  }

  .th-bg-position-bottom-left {
    background-position: bottom left; 
  }

  .th-bg-size-cover {
    background-size: cover; 
  }

  .th-bg-size-contain {
    background-size: contain; 
  }

  .th-bg-no-repeat {
    background-repeat: no-repeat; 
  } 
}
@media screen and (max-width: 768px) {
  .tv-1-1 {
    width: 100%; 
  }

  .tv-1-2 {
    width: 50%; 
  }

  .tv-2-2 {
    width: 100%; 
  }

  .tv-1-3 {
    width: 33.3333333333%; 
  }

  .tv-2-3 {
    width: 66.6666666667%; 
  }

  .tv-3-3 {
    width: 100%; 
  }

  .tv-1-4 {
    width: 25%; 
  }

  .tv-2-4 {
    width: 50%; 
  }

  .tv-3-4 {
    width: 75%; 
  }

  .tv-4-4 {
    width: 100%; 
  }

  .tv-1-5 {
    width: 20%; 
  }

  .tv-2-5 {
    width: 40%; 
  }

  .tv-3-5 {
    width: 60%; 
  }

  .tv-4-5 {
    width: 80%; 
  }

  .tv-5-5 {
    width: 100%; 
  }

  .tv-1-6 {
    width: 16.6666666667%; 
  }

  .tv-2-6 {
    width: 33.3333333333%; 
  }

  .tv-3-6 {
    width: 50%; 
  }

  .tv-4-6 {
    width: 66.6666666667%; 
  }

  .tv-5-6 {
    width: 83.3333333333%; 
  }

  .tv-6-6 {
    width: 100%; 
  }

  .tv-1-7 {
    width: 14.2857142857%; 
  }

  .tv-2-7 {
    width: 28.5714285714%; 
  }

  .tv-3-7 {
    width: 42.8571428571%; 
  }

  .tv-4-7 {
    width: 57.1428571429%; 
  }

  .tv-5-7 {
    width: 71.4285714286%; 
  }

  .tv-6-7 {
    width: 85.7142857143%; 
  }

  .tv-7-7 {
    width: 100%; 
  }

  .tv-1-8 {
    width: 12.5%; 
  }

  .tv-2-8 {
    width: 25%; 
  }

  .tv-3-8 {
    width: 37.5%; 
  }

  .tv-4-8 {
    width: 50%; 
  }

  .tv-5-8 {
    width: 62.5%; 
  }

  .tv-6-8 {
    width: 75%; 
  }

  .tv-7-8 {
    width: 87.5%; 
  }

  .tv-8-8 {
    width: 100%; 
  }

  .tv-1-9 {
    width: 11.1111111111%; 
  }

  .tv-2-9 {
    width: 22.2222222222%; 
  }

  .tv-3-9 {
    width: 33.3333333333%; 
  }

  .tv-4-9 {
    width: 44.4444444444%; 
  }

  .tv-5-9 {
    width: 55.5555555556%; 
  }

  .tv-6-9 {
    width: 66.6666666667%; 
  }

  .tv-7-9 {
    width: 77.7777777778%; 
  }

  .tv-8-9 {
    width: 88.8888888889%; 
  }

  .tv-9-9 {
    width: 100%; 
  }

  .tv-1-10 {
    width: 10%; 
  }

  .tv-2-10 {
    width: 20%; 
  }

  .tv-3-10 {
    width: 30%; 
  }

  .tv-4-10 {
    width: 40%; 
  }

  .tv-5-10 {
    width: 50%; 
  }

  .tv-6-10 {
    width: 60%; 
  }

  .tv-7-10 {
    width: 70%; 
  }

  .tv-8-10 {
    width: 80%; 
  }

  .tv-9-10 {
    width: 90%; 
  }

  .tv-10-10 {
    width: 100%; 
  }

  .tv-1-11 {
    width: 9.0909090909%; 
  }

  .tv-2-11 {
    width: 18.1818181818%; 
  }

  .tv-3-11 {
    width: 27.2727272727%; 
  }

  .tv-4-11 {
    width: 36.3636363636%; 
  }

  .tv-5-11 {
    width: 45.4545454545%; 
  }

  .tv-6-11 {
    width: 54.5454545455%; 
  }

  .tv-7-11 {
    width: 63.6363636364%; 
  }

  .tv-8-11 {
    width: 72.7272727273%; 
  }

  .tv-9-11 {
    width: 81.8181818182%; 
  }

  .tv-10-11 {
    width: 90.9090909091%; 
  }

  .tv-11-11 {
    width: 100%; 
  }

  .tv-1-12 {
    width: 8.3333333333%; 
  }

  .tv-2-12 {
    width: 16.6666666667%; 
  }

  .tv-3-12 {
    width: 25%; 
  }

  .tv-4-12 {
    width: 33.3333333333%; 
  }

  .tv-5-12 {
    width: 41.6666666667%; 
  }

  .tv-6-12 {
    width: 50%; 
  }

  .tv-7-12 {
    width: 58.3333333333%; 
  }

  .tv-8-12 {
    width: 66.6666666667%; 
  }

  .tv-9-12 {
    width: 75%; 
  }

  .tv-10-12 {
    width: 83.3333333333%; 
  }

  .tv-11-12 {
    width: 91.6666666667%; 
  }

  .tv-12-12 {
    width: 100%; 
  } 

  .tv-show {
    display: block !important; 
  }

  .tv-hide {
    display: none !important; 
  }

  .tv-full {
    width: 100%; 
  }

  .tv-hide {
    display: none !important; 
  }

  .tv-show.b {
    display: block; 
  }

  .tv-show.ib {
    display: inline-block; 
  }

  .tv-show.fl {
    display: flex;
    flex-wrap: wrap; 
  }

  .tv-left {
    text-align: left !important; 
  }

  .tv-right {
    text-align: right !important; 
  }

  .tv-center {
    text-align: center !important; 
  }

  .tv-no-mar {
    margin: 0 !important; 
  }

  .tv-fw-100 {
    font-weight: 10; 
  }

  .tv-fw-200 {
    font-weight: 20; 
  }

  .tv-fw-300 {
    font-weight: 30; 
  }

  .tv-fw-400 {
    font-weight: 40; 
  }

  .tv-fw-500 {
    font-weight: 50; 
  }

  .tv-fw-600 {
    font-weight: 60; 
  }

  .tv-fw-700 {
    font-weight: 70; 
  }

  .tv-fw-800 {
    font-weight: 80; 
  }

  .tv-fw-900 {
    font-weight: 90; 
  }

  .tv-t-align-center {
    text-align: center; 
  }

  .tv-t-align-left {
    text-align: left; 
  }

  .tv-t-align-right {
    text-align: left; 
  }

  .tv-t-transform-uppercase {
    text-transform: uppercase; 
  }

  .tv-t-transform-none {
    text-transform: none; 
  }

  .tv-t-decoration-none a,
  .tv-t-decoration-none {
    text-decoration: none; 
  }

  .tv-t-decoration-underline a,
  .tv-t-decoration-underline {
    text-decoration: underline; 
  }

  .tv-bg-position-center,
  .tv-bg-position-center-center {
    background-position: center center; 
  }

  .tv-bg-position-center-right {
    background-position: center right; 
  }

  .tv-bg-position-center-left {
    background-position: center left; 
  }

  .tv-bg-position-top-center {
    background-position: top center; 
  }

  .tv-bg-position-top-right {
    background-position: top right; 
  }

  .tv-bg-position-top-left {
    background-position: top left; 
  }

  .tv-bg-position-bottom-center {
    background-position: bottom center; 
  }

  .tv-bg-position-bottom-right {
    background-position: bottom right; 
  }

  .tv-bg-position-bottom-left {
    background-position: bottom left; 
  }

  .tv-bg-size-cover {
    background-size: cover; 
  }

  .tv-bg-size-contain {
    background-size: contain; 
  }

  .tv-bg-no-repeat {
    background-repeat: no-repeat; 
  } 
}
@media screen and (max-width: 640px) {
  .m-1-1 {
    width: 100%; 
  }

  .m-1-2 {
    width: 50%; 
  }

  .m-2-2 {
    width: 100%; 
  }

  .m-1-3 {
    width: 33.3333333333%; 
  }

  .m-2-3 {
    width: 66.6666666667%; 
  }

  .m-3-3 {
    width: 100%; 
  }

  .m-1-4 {
    width: 25%; 
  }

  .m-2-4 {
    width: 50%; 
  }

  .m-3-4 {
    width: 75%; 
  }

  .m-4-4 {
    width: 100%; 
  }

  .m-1-5 {
    width: 20%; 
  }

  .m-2-5 {
    width: 40%; 
  }

  .m-3-5 {
    width: 60%; 
  }

  .m-4-5 {
    width: 80%; 
  }

  .m-5-5 {
    width: 100%; 
  }

  .m-1-6 {
    width: 16.6666666667%; 
  }

  .m-2-6 {
    width: 33.3333333333%; 
  }

  .m-3-6 {
    width: 50%; 
  }

  .m-4-6 {
    width: 66.6666666667%; 
  }

  .m-5-6 {
    width: 83.3333333333%; 
  }

  .m-6-6 {
    width: 100%; 
  }

  .m-1-7 {
    width: 14.2857142857%; 
  }

  .m-2-7 {
    width: 28.5714285714%; 
  }

  .m-3-7 {
    width: 42.8571428571%; 
  }

  .m-4-7 {
    width: 57.1428571429%; 
  }

  .m-5-7 {
    width: 71.4285714286%; 
  }

  .m-6-7 {
    width: 85.7142857143%; 
  }

  .m-7-7 {
    width: 100%; 
  }

  .m-1-8 {
    width: 12.5%; 
  }

  .m-2-8 {
    width: 25%; 
  }

  .m-3-8 {
    width: 37.5%; 
  }

  .m-4-8 {
    width: 50%; 
  }

  .m-5-8 {
    width: 62.5%; 
  }

  .m-6-8 {
    width: 75%; 
  }

  .m-7-8 {
    width: 87.5%; 
  }

  .m-8-8 {
    width: 100%; 
  }

  .m-1-9 {
    width: 11.1111111111%; 
  }

  .m-2-9 {
    width: 22.2222222222%; 
  }

  .m-3-9 {
    width: 33.3333333333%; 
  }

  .m-4-9 {
    width: 44.4444444444%; 
  }

  .m-5-9 {
    width: 55.5555555556%; 
  }

  .m-6-9 {
    width: 66.6666666667%; 
  }

  .m-7-9 {
    width: 77.7777777778%; 
  }

  .m-8-9 {
    width: 88.8888888889%; 
  }

  .m-9-9 {
    width: 100%; 
  }

  .m-1-10 {
    width: 10%; 
  }

  .m-2-10 {
    width: 20%; 
  }

  .m-3-10 {
    width: 30%; 
  }

  .m-4-10 {
    width: 40%; 
  }

  .m-5-10 {
    width: 50%; 
  }

  .m-6-10 {
    width: 60%; 
  }

  .m-7-10 {
    width: 70%; 
  }

  .m-8-10 {
    width: 80%; 
  }

  .m-9-10 {
    width: 90%; 
  }

  .m-10-10 {
    width: 100%; 
  }

  .m-1-11 {
    width: 9.0909090909%; 
  }

  .m-2-11 {
    width: 18.1818181818%; 
  }

  .m-3-11 {
    width: 27.2727272727%; 
  }

  .m-4-11 {
    width: 36.3636363636%; 
  }

  .m-5-11 {
    width: 45.4545454545%; 
  }

  .m-6-11 {
    width: 54.5454545455%; 
  }

  .m-7-11 {
    width: 63.6363636364%; 
  }

  .m-8-11 {
    width: 72.7272727273%; 
  }

  .m-9-11 {
    width: 81.8181818182%; 
  }

  .m-10-11 {
    width: 90.9090909091%; 
  }

  .m-11-11 {
    width: 100%; 
  }

  .m-1-12 {
    width: 8.3333333333%; 
  }

  .m-2-12 {
    width: 16.6666666667%; 
  }

  .m-3-12 {
    width: 25%; 
  }

  .m-4-12 {
    width: 33.3333333333%; 
  }

  .m-5-12 {
    width: 41.6666666667%; 
  }

  .m-6-12 {
    width: 50%; 
  }

  .m-7-12 {
    width: 58.3333333333%; 
  }

  .m-8-12 {
    width: 66.6666666667%; 
  }

  .m-9-12 {
    width: 75%; 
  }

  .m-10-12 {
    width: 83.3333333333%; 
  }

  .m-11-12 {
    width: 91.6666666667%; 
  }

  .m-12-12 {
    width: 100%; 
  } 

  .m-show {
    display: block !important; 
  }

  .m-hide {
    display: none !important; 
  }

  .m-full {
    width: 100%; 
  }

  .m-hide {
    display: none !important; 
  }

  .m-show.b {
    display: block; 
  }

  .m-show.ib {
    display: inline-block; 
  }

  .m-show.fl {
    display: flex;
    flex-wrap: wrap; 
  }

  .m-left {
    text-align: left !important; 
  }

  .m-right {
    text-align: right !important; 
  }

  .m-center {
    text-align: center !important; 
  }

  .m-no-mar {
    margin: 0 !important; 
  }

  .m-fw-100 {
    font-weight: 10; 
  }

  .m-fw-200 {
    font-weight: 20; 
  }

  .m-fw-300 {
    font-weight: 30; 
  }

  .m-fw-400 {
    font-weight: 40; 
  }

  .m-fw-500 {
    font-weight: 50; 
  }

  .m-fw-600 {
    font-weight: 60; 
  }

  .m-fw-700 {
    font-weight: 70; 
  }

  .m-fw-800 {
    font-weight: 80; 
  }

  .m-fw-900 {
    font-weight: 90; 
  }

  .m-t-align-center {
    text-align: center; 
  }

  .m-t-align-left {
    text-align: left; 
  }

  .m-t-align-right {
    text-align: left; 
  }

  .m-t-transform-uppercase {
    text-transform: uppercase; 
  }

  .m-t-transform-none {
    text-transform: none; 
  }

  .m-t-decoration-none a,
  .m-t-decoration-none {
    text-decoration: none; 
  }

  .m-t-decoration-underline a,
  .m-t-decoration-underline {
    text-decoration: underline; 
  }

  .m-bg-position-center,
  .m-bg-position-center-center {
    background-position: center center; 
  }

  .m-bg-position-center-right {
    background-position: center right; 
  }

  .m-bg-position-center-left {
    background-position: center left; 
  }

  .m-bg-position-top-center {
    background-position: top center; 
  }

  .m-bg-position-top-right {
    background-position: top right; 
  }

  .m-bg-position-top-left {
    background-position: top left; 
  }

  .m-bg-position-bottom-center {
    background-position: bottom center; 
  }

  .m-bg-position-bottom-right {
    background-position: bottom right; 
  }

  .m-bg-position-bottom-left {
    background-position: bottom left; 
  }

  .m-bg-size-cover {
    background-size: cover; 
  }

  .m-bg-size-contain {
    background-size: contain; 
  }

  .m-bg-no-repeat {
    background-repeat: no-repeat; 
  } 
}
.flex-ctn,
.flex-container {
  display: flex;
  flex-wrap: wrap; 
}

/* align-items AKA Vertical align (Horizontal if "flex-direction = column") */
.flex-vert-start,
.flex-vert-top,
.flex-vertical-start,
.flex-vertical-top,
.flex-align-start,
.flex-align-top {
  align-items: flex-start; 
}

.flex-vert-end,
.flex-vert-bot,
.flex-vert-bottom,
.flex-vertical-end,
.flex-vertical-bot,
.flex-vertical-bottom,
.flex-align-end,
.flex-align-bot,
.flex-align-bottom {
  align-items: flex-end; 
}

.flex-vert-stretch,
.flex-vertical-stretch,
.flex-align-stretch {
  align-items: stretch; 
}

.flex-vert-center,
.flex-vertical-center,
.flex-align-center {
  align-items: center; 
}

.flex-vert-baseline,
.flex-vertical-baseline,
.flex-align-baseline {
  align-items: baseline; 
}

/* justify-content AKA Vertical align (Horizontal if "flex-direction = column") */
.flex-hori-center,
.flex-horizontal-center,
.flex-justify-center {
  justify-content: center; 
}

.flex-hori-end,
.flex-hori-right,
.flex-horizontal-end,
.flex-horizontal-right,
.flex-justify-end,
.flex-justify-right {
  justify-content: flex-end; 
}

.flex-hori-start,
.flex-hori-left,
.flex-horizontal-start,
.flex-horizontal-left,
.flex-justify-start,
.flex-justify-left {
  justify-content: flex-start; 
}

.flex-hori-between,
.flex-horizontal-between,
.flex-justify-between {
  justify-content: space-between; 
}

.flex-hori-around,
.flex-horizontal-around,
.flex-justify-around {
  justify-content: space-around; 
}

/* align-items AKA Vertical align (Horizontal if "flex-direction = column") */
.flex-hori-center,
.flex-horizontal-center,
.flex-justify-center {
  justify-content: center; 
}

.flex-hori-end,
.flex-hori-right,
.flex-horizontal-end,
.flex-horizontal-right,
.flex-justify-end,
.flex-justify-right {
  justify-content: flex-end; 
}

.flex-hori-start,
.flex-hori-left,
.flex-horizontal-start,
.flex-horizontal-left,
.flex-justify-start,
.flex-justify-left {
  justify-content: flex-start; 
}

.flex-hori-between,
.flex-horizontal-between,
.flex-justify-between {
  justify-content: space-between; 
}

.flex-hori-around,
.flex-horizontal-around,
.flex-justify-around {
  justify-content: space-around; 
}

/* switch sides AKA want to center multiple stacked blocks vertically */
.flex-dir-column,
.flex-dir-col,
.flex-dir,
.flex-switch,
.flex-column,
.flex-direction-column,
.flex-direction-col,
.flex-direction {
  flex-direction: column; 
}

.flex-dir-row,
.flex-row,
.flex-direction-row {
  flex-direction: row; 
}

/* Général */

.no-pad {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important; 
}

.no-pad-v {
  padding-top: 0 !important;
  padding-bottom: 0 !important; 
}

.no-pad-h {
  padding-left: 0 !important;
  padding-right: 0 !important; 
}

.no-pad-t {
  padding-top: 0 !important; 
}

.no-pad-b {
  padding-bottom: 0 !important; 
}

.no-pad-l {
  padding-left: 0 !important; 
}

.no-pad-r {
  padding-right: 0 !important; 
}

.no-mar {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important; 
}

.no-mar-v {
  margin-top: 0 !important;
  margin-bottom: 0 !important; 
}

.no-mar-h {
  margin-left: 0 !important;
  margin-right: 0 !important; 
}

.no-mar-t {
  margin-top: 0 !important; 
}

.no-mar-b {
  margin-bottom: 0 !important; 
}

.no-mar-l {
  margin-left: 0 !important; 
}

.no-mar-r {
  margin-right: 0 !important; 
}

.no-mar-last:last-child {
  margin-bottom: 0 !important; 
}

.circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; 
}


.pc {
  display: inline-block;
  width: 100%;
  margin-top: -6px; 
}

.col {
  box-sizing: border-box;
  position: relative;
  float: left;
  vertical-align: top; 
}

.cb {
  clear: both; 
}

.filler {
  min-height: 1px; 
}

.flipv {
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
  -webkit-filter: FlipV;
  filter: FlipV;
  -ms-filter: "FlipV"; 
}

.rotate90 {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); 
}

.rotate180 {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); 
}

.rotate270 {
  -ms-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg); 
}

.vcenter {
  box-sizing: border-box;
  padding-top: 0 !important;
  padding-bottom: 0 !important; 
}

.vcenter section {
  height: 100%; 
}

.vcenter .container {
  display: table;
  width: 100%;
  height: 100%; 
}

/* GÉNÉRALE */
/* HEADER */
/* HOME */
/* CONTENU */
/* FOOTER*/

/*# sourceMappingURL=style.css.map */
