@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

*/
@font-face {
  font-family: 'belgiano';
  src: url('./fonts/belgiano-serif.woff2') format('woff2');
}

:root {
  --font-family: 'Manrope', sans-serif;
  --font-titles: 'belgiano';
  --font-italic: 'playfair display', sans-serif;
  --letterspacing-20: -0.02em;
  --letterspacing-30: -0.03em;
  --transitionTiming: 0.3s ease-out; 
  --brunF : #211A17;
  --brunP: #281E19;
  --creme : #F2E9E0;
  --taupe : #E7D7C8; 
  --beige : #F5D3A3;
  --miniTextMax: 12px;
  --petitTextMax: 14px;
}

/*Utiliser des REM sur les font size par rapport au px du body size*/
html,
body {
  font-size: 22px!important;
  font-size: clamp(16px, calc(2px + 1.25vw), 22px) !important;
  font-family: var(--font-family);
  color: var(--brunF) !important;
  background-color: var(--creme) !important;
  line-height: 1rem!important;
}

/* Headings */
h1 {
  font-size: 3.4163636363636362em; /* 80px */
  font-family: var(--font-titles);
  line-height: 3.3636363636363638rem; /* 74px */
  font-weight: 500;
  margin-bottom: 1.906363636363635rem !important;
  text-wrap: balance;
}

h2 {
  font-size: 2.8181818181818183em; /* 62px */
  font-family: var(--font-titles);
  line-height: 3.090909090909091rem; /* 68px */
  font-weight: 500;
  text-wrap: balance;
  margin-bottom: 1.6181818181818181rem !important;
}

h3 {
  font-size: 1.9090909090909092em; /* 42px */
  line-height: 2.1818181818181817rem; /* 48px */
  font-weight: 300;
  text-transform: uppercase; 
}

h4 {
  font-size: 1.9090909090909092em; /* 42px */
  line-height: 2.1818181818181817rem; /* 48px */
  font-weight: 400; 
  font-family: var(--font-titles);
  margin-bottom: 0.7363636363636365rem !important;
  text-wrap: pretty;
}

h5 {
  font-size: 1.3181818181818181em; /* 29px */
  line-height: 1.7272727272727273rem; /* 38px */
  font-weight: 400; /* Thin */
  text-transform: uppercase;
  margin-bottom: 0.62636363636363635rem !important;
  letter-spacing: 0.055em;
}
h5 a::after,
.sliderTxtCote h5::after {
  font-family: "Font Awesome 7 Pro";
  content: "\e09f";
  font-size: 0.5em;
  font-weight: 400;
  pointer-events: none;
  margin-left: 0.4090909090909091em;
  transition: all 0.2s ease-in-out;
}
h5 a:hover::after {
    margin-left: 0.8em;
}
h5::after:hover {
  color: #6e5244;
}
h5 a {
  color: var(--brunF);
  transition: all 0.2s ease-in-out;
}

h6 {
  font-size: max(var(--miniTextMax), 0.6363636363636364rem);
  line-height: 1.2142857142857;
  font-weight: 500; /* Regular */
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 1.2636363636363635em !important;
}

/* Paragraph */
/*p {
  font-size: 1em; 
  line-height: 1.5454545454545454rem; 
  font-weight: 300; 
  margin-bottom: 0.5090909090909091em !important;
}*/
p {
  font-size: 0.9em;
  line-height: 1.3454545454545454rem;
  font-weight: 400;
  margin-bottom: 1.2em !important;
  letter-spacing: 0.7px;
}

em {
  font-family : var(--font-italic);
  font-weight: 400;
}
.notice {
  font-style: italic;
  font-size: 0.7272727272727273em;
  line-height: 1.5em;
  padding-top: 0.3090909090909091em !important;
  font-size: max(var(--petitTextMax), 0.7272727272727273rem);
}
b, strong {
  font-weight: 600 !important;
}

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

/*NINJA FORM STYLE*/
.noLabel label{
  display: none;
}

.page .nf-field-container {
  margin-bottom: 15px;
}

.page .nf-form-content .label-above .nf-field-label {
  margin-bottom: 4px;
}

/* Labels masqués — placeholders utilisés à la place */
.page .nf-form-content label {
  display: none;
}

/* Champs texte, select, zone de liste */
.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 {
  padding: 16px 16px;
  width: 100%;
  height: auto;
  color: var(--brunF);
  background-color: var(--creme) !important;
  border: 1px solid rgba(33, 26, 23, 0.2) !important;
  border-radius: 0;
  font-family: var(--font-family);
  font-size: 0.7272727273em;
  font-weight: 300;
  transition: var(--transitionTiming);
  outline: none;
  box-shadow: none !important;
}
.page .nf-form-content textarea {
  height: 180px;
}
.page .nf-form-content input:not([type=submit]):focus,
.page .nf-form-content select.ninja-forms-field:not([multiple]):focus,
.page .nf-form-content textarea:focus {
  border-color: var(--brunF) !important;
  background-color: var(--creme) !important;
}

/* Placeholder */
.page .nf-form-content input::placeholder,
.page .nf-form-content textarea::placeholder {
  color: var(--brunF);
  font-weight: 300;
}

/* Select hauteur */
.page .nf-form-content .list-select-wrap .nf-field-element>div {
  height: 40px;
}
.page .nf-form-content .list-select-wrap>div div:after {
  height: 40px;
}

/* Bouton submit */
.page .nf-form-content input[type=submit],
.page .nf-form-content .submit-wrap input {
  background-color: var(--brunF) !important;
  color: var(--creme) !important;
  border: 1px solid var(--brunF) !important;
  font-family: var(--font-family);
  font-size: 0.7272727273em;
  font-weight: 500;
  letter-spacing: 0.03em;
  padding: 0.8em 1.4em 0.8em;
  border-radius: 0;
  cursor: pointer;
  transition: var(--transitionTiming);
  box-shadow: none !important;
  margin-top: 0.5em;
}
#nf-label-field-hp-1 {
  display: none !important;
}
.page .nf-form-content input[type=submit]:hover,
.page .nf-form-content .submit-wrap input:hover {
  background-color: var(--creme) !important;
  color: var(--brunF) !important;
}

/* Radio & checkbox */
.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;
  font-size: 0.7272727273em;
  font-weight: 300;
  color: var(--brunF);
  text-transform: none;
  letter-spacing: 0;
}
.page .listradio-wrap .nf-field-element label.nf-checked-label:before {
  top: 0.3em;
}

/* Erreurs */
.page .nf-error.field-wrap .nf-field-element:after {
  display: none;
}
.page .nf-error .nf-error-msg {
  font-size: 0.5454545455em; /* ~12px */
  color: #a0362a;
  font-weight: 400;
}
.page .nf-error input:not([type=submit]),
.page .nf-error textarea,
.page .nf-error select {
  border-color: rgba(160, 54, 42, 0.5) !important;
}

/* Message de confirmation */
.page .nf-response-msg {
  font-size: 0.7272727273em;
  font-weight: 300;
  color: var(--brunF);
}

/* Conteneur subForm */
.page .nf-field-container.subForm {
  background-color: var(--creme);
  padding: 15px 15px 5px;
  border: 1px solid rgba(33, 26, 23, 0.1);
}

/* Champ upload CV — stylisé comme le champ Téléphone */
/* Cacher les deux variantes possibles du bouton Annuler */
.nf-fu-cancel-button,
.nf-fu-button-cancel {
  display: none !important;
}

/* Transformer le bouton upload en champ avec bordure */
.nf-fu-fileinput-button {
  position: relative !important;
  overflow: hidden !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 16px 16px !important;
  width: 100% !important;
  background-color: var(--creme) !important;
  color: var(--brunF) !important;
  border: 1px solid rgba(33, 26, 23, 0.2) !important;
  border-radius: 0 !important;
  font-family: var(--font-family) !important;
  font-size: 0.7272727273em !important;
  font-weight: 300 !important;
  cursor: pointer !important;
  transition: var(--transitionTiming) !important;
  box-shadow: none !important;
  margin: 0 !important;
  box-sizing: border-box !important;
}

/* Hover */
.nf-fu-fileinput-button:hover {
  border-color: var(--brunF) !important;
}

/* Cacher le nom de fichier affiché en dessous par NF */
.nf-fu-filename {
  display: none !important;
}

/* Texte "CV" à gauche */
.nf-fu-fileinput-button span {
  color: var(--brunF) !important;
  font-weight: 300 !important;
  font-size: 1em !important;
  pointer-events: none !important;
}
.file_upload-container input.nf-element[type='file'] {
  display: none !important;
}

/* Input file invisible mais couvre tout le bouton pour le clic */
.nf-fu-fileinput-button input[type=file] {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  opacity: 0 !important;
  cursor: pointer !important;
  font-size: 100% !important;
}

/* Icône upload Font Awesome à droite */
.nf-fu-fileinput-button::after {
  font-family: "Font Awesome 7 Pro" !important;
  content: "\f093" !important;
  font-weight: 400 !important;
  font-size: 1em !important;
  flex-shrink: 0 !important;
  color: var(--brunF) !important;
  pointer-events: none !important;
}

.nf-form-fields-required {
  display: none;
}
.nf-form-hp {
  display: none;
}
/*ESPACEMENTS*/ 
header *, main *, footer *,        
html,
body,
div,
header,
nav,
article,
figure,
hr,
main,
section,
footer{
  max-width: auto!important;
}
a *{
  transition: all 0.2s ease-in-out;
}
a {
  text-decoration: none;
  color: var(--brunF);
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
a:hover{
  color: var(--brunP);
  opacity: 0.6;
}

section p:last-of-type{
  margin-bottom: 0!important;
}
.padTB{
  padding-top: 3.1363636363636362em;
  padding-bottom: 3.1363636363636362em;
  display: inline-block;
  width: 100%;
}
.padTB88{
  padding-top: 4em;
  padding-bottom: 4em;
  display: inline-block;
  width: 100%;
}
.padTB105{
  padding-top: 4.7727272727272725em;
  padding-bottom: 4.7727272727272725em;
  display: inline-block;
  width: 100%;
}
.padTop105{
  padding-top: 4.7727272727272725em;
  display: inline-block;
  width: 100%;
}
.padBottom105{
  padding-bottom: 4.7727272727272725em;
  display: inline-block;
  width: 100%;
}
.padTop {
  padding-top: 2.6363636363636362em;
  display: inline-block;
  width: 100%;
}
.padBottom {
  padding-bottom: 3.1363636363636362em;
  display: inline-block;
  width: 100%;
}
.padLR {
  padding-left: 1.3636363636363635em;
  padding-right: 1.3636363636363635em;
}
.padLeft {
  padding-left: 1.3636363636363635em;
}
.padRight {
  padding-right: 1.3636363636363635em;
}

.maxW{
  max-width: 1860px;
  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;
  width: 100%;
}
.inverted .flexThat{
  direction: rtl;
}
.inverted .flexThat .h5050-half-inner{
  direction: ltr;
}

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

/*Backgrounds*/
.bgTaupe{
  background-color: var(--taupe);
  display: inline-block;
  width: 100%;
}
.bgBrun{
  background-color: var(--brunF);
  display: inline-block;
  width: 100%;
}
.child-page-item {
  background-color: #fff;
}

/*BOUTONS*/
.btn{
  text-align: center;
  padding: 0.3727272727272727em 1.236363em 0.4727272727272727em 1.209091em;
  font-weight: 500;
  font-size: max(var(--petitTextMax), 0.7272727272727273rem);
  margin-bottom: 0.8181818181818182em;
  margin-right: 2.0181818181818181em;
  border:1px solid;
  display: inline-flex;
  transition: var(--transitionTiming);
  margin-top: 1.7272727272727273em;
  align-items: center;
}
.btn::after {
  font-family: "Font Awesome 7 Pro";
  content: "\f178";
  font-size: 1.5em;
  font-weight: 300;
  pointer-events: none;
  margin-left: 0.4090909090909091em;
  transition: transform 0.2s ease-in
}
.btn:hover::after {
  transform: translateX(5px);
}
.btnNoBorder {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
  font-weight: 400;
}
a.btn:hover {
  cursor: pointer;
  text-decoration: none!important;
}

.btnBrun {
  background-color: var(--brunF);
  color: var(--creme);
  border-color: var(--brunF);
}
.btnBrun:hover {
  color: var(--brunF);
  background-color: #fff;
}
p:has(.btn.btnBrun) + p .btn.btnBrun {
  margin-top: 0; 
}
p:has(.btn.btnBrun) + p:has(.btn.btnBrun) {
  margin-bottom: 0; 
}
p:has(+ p .btn.btnBrun) .btn.btnBrun {
  margin-bottom: 0; 
}

.btnCreme {
  color: var(--brunF);
  background-color: var(--creme);
}
.btnCreme:hover {
  color: var(--creme);
  background-color: var(--brunF);
}

.btnUnderline {
  padding-bottom: 0.3em;
  border-bottom: 1.5px solid var(--brunF);
  transition: var(--transitionTiming);
  font-size: 0.7272727272727273em;
  font-weight: 500;
  letter-spacing: 0.03em;
  transition: all 0.2s ease-in-out;
  font-size: max(14px, 0.7272727272727273rem);
}
a.btnUnderline[href^="tel:"],
.btnChild a.btnUnderline {
  font-size: max(var(--petitTextMax), 0.6363636363636364rem);
  font-weight: 400;
}
.btnChild {
  display: flex;
  justify-content: flex-end;
  padding-top: 0.5em;
}
.btnUnderline:hover {
  border-bottom: 2.5px solid var(--brunP);
  padding-bottom: 0.5em;
}

.bgBrun p,
.bgBrun h2,
.bgBrun h5,
.bgBrun h6{
  color: var(--creme);
}
.bgBrun a:not(.btn) {
  color: var(--beige);
}
.bgBrun .btn.btnCreme:hover {
  background-color: var(--beige);
  color: var(--brunF);
}



/*LISTES*/
.h5050-text li {
  list-style-type: none;
  position: relative;     
  align-items: baseline;
  margin-left: 1.5em;
}

li::before {
  font-weight: 300;
  font-family: "Font Awesome 7 Pro";
  content: "\e404";
  font-size: 0.75em;
  padding-left: 0.5em;
  margin-right: 1em;
  flex-shrink: 0;  
  margin-left: -2.5em;   
}
ol li,
ul li{
  font-family: var(--theFont)!important;
  font-weight: 400!important;
  padding-bottom: 0.3345454545454em;
  line-height: 1.1454545454545454rem;
  letter-spacing: 0.7px;
  font-size: 0.9em;
}
.main-menu .menu li {
  padding-bottom: 0;
  font-size: 1em;
}
ul {
  margin-bottom: 0.5em;
}
p.noMargin + ul {
  margin-top: 1rem;
}


/*MENUS*/

.wpml-ls-native {
  display: block;
}
.wpml-ls-legacy-list-horizontal {
    display: inline-block;
}
.wpml-ls-link {
  display: none;
}
#masthead .flexThat {
  justify-content: flex-end;
  align-items: flex-start;
}
#masthead.headerChild .logo,
.error404 #masthead .logo{
  position: absolute;
  left: 9.533333%;
  z-index: 2;
  margin-left: 0;
}
#masthead.headerChild .menuParent,
.error404 #masthead .menuParent {
  position: relative;
  background-color: var(--brunF);
}
.error404 .d-11-12 {
  width: 100%;
}
.wpml-ls-legacy-list-horizontal a {
  padding: 0 !important;
  margin: 0 !important;
  font-weight: 500 !important;
}
.wpml-ls-legacy-list-horizontal {
  padding: 0 !important;
}
.wpml-ls-legacy-list-horizontal ul li::before {
  content: none;
}

.main-menu.nav {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.main-menu .menu {
  background-color: var(--brunF);
  padding-left: 0;
  padding: 0.7em;
}
.home .main-menu .menu {
  background-color: var(--creme);
}
.home #menu-menu-principal.menu li a,
.home #menu-menu-principal-en.menu li a {
  color: var(--brunF);
}
.home #menu-menu-principal,
.home #menu-menu-principal-en {
  padding-right: 5em;
}
.main-menu .menu  li{
  display: inline-block;
  list-style-type: none;
  position: relative;
 
}
#menu-menu-principal.menu  li a,
#menu-menu-principal-en.menu  li a{
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  font-size: 0.7272727272727273em;
  padding: 1.5em 1em;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: var(--creme);
}
#menu-menu-principal.menu .sub-menu,
#menu-menu-principal-en.menu .sub-menu {
  position: absolute;
  top: calc(100% + 0.5em);
  z-index: 999999999;
  padding: 0.5em 1em 0.5em 1.6em !important;
  background-color: var(--brunF);
  opacity: 0;
  margin-left: -0.7em;
  width: max-content;
  visibility: hidden;
  /*transition: opacity var(--transitionTiming), visibility var(--transitionTiming);
  -webkit-box-shadow: 0px 7px 20px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 7px 20px 4px rgba(0, 0, 0, 0.1);*/
}
.home #menu-menu-principal.menu .sub-menu,
.home #menu-menu-principal-en.menu .sub-menu {
  position: absolute;
  top: calc(100% + 0.5em);
  z-index: 999999999;
  padding: 0.5em 1em 0.5em 1.6em !important;
  background-color: var(--creme);
  opacity: 0;
  margin-left: -0.7em;
  width: max-content;
  visibility: hidden;
  /*transition: opacity var(--transitionTiming), visibility var(--transitionTiming);
  -webkit-box-shadow: 0px 7px 20px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 7px 20px 4px rgba(0, 0, 0, 0.1);*/
}

#menu-menu-principal,
#menu-menu-principal-en {
  padding-right: 5em;
}
#menu-menu-principal.menu .menu-item-has-children a:after,
#menu-menu-principal-en.menu .menu-item-has-children a:after {
  content: "";
  font-weight: 500;
  font-family: "Font Awesome 7 Pro";
  content: "\f078";
  font-size: 0.75em;
  padding-left: 0.5em;
  color: var(--creme);
}
.home #menu-menu-principal.menu .menu-item-has-children a:after,
.home #menu-menu-principal-en.menu .menu-item-has-children a:after {
  color: var(--brunF);
}
#menu-menu-principal.menu .menu-item-has-children .sub-menu a:after,
#menu-menu-principal-en.menu .menu-item-has-children .sub-menu a:after {
  display: none;

}
.sub-menu-toggle{
  display: none;
}

#menu-menu-principal.menu li:hover .sub-menu,
#menu-menu-principal-en.menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}

#menu-menu-principal.menu .sub-menu li,
#menu-menu-principal-en.menu .sub-menu li {
  display: block;
  margin: 0;
  padding-bottom: 0 !important;
}

#menu-menu-principal.menu .sub-menu a,
#menu-menu-principal-en.menu .sub-menu a {
  padding: 0.6rem 0 !important;
  display: inline-block;
  border-radius: 0;
}
#menu-menu-principal.menu .sub-menu .current-menu-item > a,
#menu-menu-principal-en.menu .sub-menu .current-menu-item > a,
#menu-menu-principal.menu .current-menu-ancestor > a,
#menu-menu-principal-en.menu .current-menu-ancestor > a {
  color: var(--beige);
}
.logo {
  margin-left: 9.533333%;
}
.logo a:hover {
  opacity: 1;
}
.logo img {
  max-height: 6.363636363636363em;
  margin-top: -1.7em;
}
.menuParent {
  margin-top: 0.8em;
}
.menuMobileCtn {
  display: none;
}
.menu li::before {
  content: none;
}
.menu ul li {
  padding-bottom: 0 !important;
  line-height: 1rem !important;
}
#menu-menu-principal.menu ul,
#menu-menu-principal-en.menu ul {
  padding-bottom: 0.5em !important;
}
/*HEADER*/
#masthead{
  padding-bottom:1.5em;
  margin-right: 2.272727272727273em;
  position: absolute;
  width: 100%;
  z-index: 4;
}
#masthead .maxW {
  max-width: 1920px;
} 
#masthead p {
  margin-bottom: 0 !important;
}
#page section:first-of-type {
  padding-top: 142px;
}
.homeBanner .maxW:before {
  left: 0;
  background-color: var(--brunF);
  position: absolute;
  content: "";
  top: 0;
  z-index: 0;
}
.btnChild a {
  margin-bottom: 1.318182em;
  z-index: 2;
}
.home .homeBanner .maxW:before {
  width: 41.6666666667%;
  height: var(--banner-before-height, 93.1%);
}
.home .homeBanner .maxW:before {
  left:16.6666666667%; 
}
article .homeBanner.page
 .maxW:before {
  width: 70%;
  height: var(--banner-before-height, 100%);
}
.homeBanner.page
 .maxW:before {
  width: 50%;
  height: var(--banner-before-height, 100%);
}
.homeBanner.bannerChild .bannerCtn {
  padding-top: 0.472727em;
}
 .homeBanner.bannerChild .textebanner .btn {
  margin-bottom: 0;
}
.homeBanner .maxW:before {
  width: 50%;
  height: var(--banner-before-height, 93%);
}

.homeBanner.bannerChild .maxW::before {
  content: none;
}
.top-bar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 0.6363636363636364em;
  padding-right: 4.3em;
}
.top-bar a,
.top-bar span {
  margin: 0 1.0227272727272727em;
}
.top-bar .btnHeader a{
  padding-bottom: 0.5em;
  border-bottom: 1.5px solid var(--brunF);
  transition: var(--transitionTiming);
}
.top-bar .btnHeader:hover a{
  border-bottom: 2.5px solid var(--brunF);
}

.tel:hover {
  color: var(--brunF);
  opacity: 0.7;
}
.lienBrun {
  background-color: var(--brunF);
  border: 1px solid var(--brunF);
  transition: var(--transitionTiming);
}
.lienBrun:hover {
  background-color: #fff;
}
.lienBrun a {
  color: var(--creme);
  font-weight: 600;
}
.lienBrun a:hover{
  background-color: #fff;
  color: var(--brunF);
}

/*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);
}

/*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(--bleuF);
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: var(--bleuF)!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{
  padding-bottom: 1.5909090909090908em;
  display: inline-block;
}
.rsFooter {
  padding-left: 1.5909090909090908em;
}
.leReseau i{
  font-size: 1.1em;
  margin:0 0.4rem;
}

/*FOOTER*/

#colophon{
  background-color: var(--brunF);
  display: inline-block;
  width: 100%;
}
#colophon ul{
  list-style-type: none;
  padding-left: 0;
  padding-bottom: 0;
}
#colophon ul li a:hover{
  text-decoration: none;
}
#colophon ul li{
  margin-bottom: 0.2em;
  width: 100%;
  display: inline-block;
  list-style-type: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
#colophon ul li:last-of-type{
  margin-bottom: 0;
}
#colophon ul li a{
  display: inline-block;
}
#colophon .btnBrun {
  border-color: var(--beige);
}
.logoFooter {
  padding-left: 2.61818em;
}
.logoFooter a:hover {
  opacity: 1;
}
.logoFooter img {
  max-height: 6.363636363636363em;
  width: 100%;
  min-width: 68px;
}
.logoReseaux  {
  display: flex;
  align-items: flex-end;
  padding-bottom: 3.090909090909091em;
}
.logoReseaux i {
  color: #fff !important;
  font-size: 0.8em;
  opacity: 0.4;
  margin: 0 0.11rem;
}
.coordo {
  color: var(--creme);
  display: flex;
  flex-direction: column;
  text-wrap: balance;
}
.titreCol {
  color: var(--beige);
}
.colFooter {
  padding: 0 3.1818181818181817em;
  font-size: 0.8181818181818182em;
}
.colFooter a {
  color: var(--creme);
  font-size: 0.9181818181818182em;
}
.colFooter h6 {
  color: var(--beige) !important;
  padding-top: 1em;
  padding-bottom: 0.545455em;
  font-size: max(var(--petitTextMax), 0.6363636363636364rem);
  border-top: 1px solid rgba(242, 233, 224, 0.5);
}
.colFooter .btnBrun {
  margin: 0.9em 0 2.2em 0;
}
.coordo a,
.coordo p:has(a) {
  margin-bottom: 0.7090909090909091em !important;
  color: var(--creme);
  line-height: 1.3;
  font-size: 0.981818181818182em;
}
.politiqueCopyCtn {
  display: flex;
  justify-content: space-between;
  padding: 0 3.1818181818181817em;
  margin-bottom: 2.445454545454546em;
}
.politiqueCopyCtn a,
.politiqueCopyCtn p {
  color: var(--creme);
  font-size: 0.6363636363636364rem;
}
.menuFooter .menu {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5em;
}
#colophon .padLR {
  display: flex;
  flex-direction: column;
  min-height: 29.363636363636363em;
}

#colophon .padLR > .col.d-full:last-child {
  margin-top: auto;
}


/*-------- SKINS ----------*/


/*---- BANNIERE ----*/

.rsHeader {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-left: 2.409090909090909em;
  margin-top: auto;
  justify-content: flex-end;
  padding-bottom: 1.1363636363636365em;
}
.rsHeader i {
  color: var(--creme);
  opacity: 0.5;
  font-size: 0.9em !important;
  margin: 0 0.17rem;
}
.home .rsHeader i  {
  color: var(--brunF);
}
.rsHeaderCtn {
  height: 100%;
}
.rsHeader .leReseau {
  padding-bottom: 0.5272727272727273em;
  margin-top: auto;
  height: 100%;
}
.home .textebanner {
  padding-left: 3.709090909090909em;
}
.textebanner {
  padding-top: 2.28182em;
  padding-right: 2.409091em;
}
.dimension {
  padding-top: 1em;
}
.bannerChild .textebanner {
  padding-left: 16.6666666667%;
}
.lienRsCtn {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.5em;
}
.lienRsCtn .rsHeaderCtn {
  height: auto;
}
.lienRsCtn .rsHeader {
  flex-direction: row;
  height: auto;
  margin-top: 0;
  padding-bottom: 0;
}
.homeBanner .lienCtn {
  padding-top: 5em;
}
.bannerCtn {
  padding-top: 4.7727272727272725em;
}
.homePage .bannerCtn {
  padding-top: 4.172727em;
}
.homePage .homeBanner .theBannerImg img {
  padding-right: 16%;
  min-height: 31.055556em;
  object-fit: cover;
  object-position: 66% 50%;
}
.rsHeaderCtn {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.homeBanner .flex-ctn > .col.d-1-12 {
  align-self: stretch;
}
.rsHeader {
  display: flex;
  flex-direction: column;
  margin-top: auto;
  height: auto;
}
/* .homeBanner {
  margin-bottom: 3.1363636363636362em;
} */

/* bannière pages */
.page .textebanner {
  padding-top: 0;
  padding-left: 13.6666666667%;     
  padding-right: 2.309091em;
}
article .page .textebanner {
  padding-left: 9.666667%;
}
article ul {
  padding: 0.8em 0;
}
article h4 {
  padding-top: 0.6em;
}
/* .page .bannerChild .flex-ctn {
  align-items: flex-start;
}
.page .bannerChild .textebanner {
  padding-top: 2.318182em;
} */
.page.bannerParent .theBannerImg {
  padding-left: 8.3333333333%;
}
.page.bannerParent .texteBanner {
  padding-right: 4.090909em;
}
.homeBanner .colonne_1 .type-text {
  color: var(--creme);
}
.homeBanner .flex-ctn {
  align-items: center;
}
.bannerChild .flex-ctn {
  align-items: stretch;
}
.bannerChild .colonne_2 {
  display: flex;
  align-items: center;
}
.bannerChild .colonne_2 .h5050-half-inner {
  height: 100%;
  display: flex;
  align-items: center;
  margin-top: 2.0454545454545454em;
}
.homeBanner.page {
    margin-bottom: 0;
}
.noBanner .textebanner {
  color:var(--creme);
}
.noBanner .textebanner h1 {
  margin-bottom: 0 !important
}
article .noBanner .textebanner {
  padding-bottom: 1.936364em;
  padding-top: 1.8em;
}
article .noBanner .textebanner h1 {
  margin-bottom: 0 !important;
}
.page .colonne_1 .type-text .textebanner,
.noBanner .textebanner {
  padding-bottom: 5.9363636363636362em;
}
.txtOnly .colonne_2 p:has(.btnUnderline) {
  padding-top: 1.35em;
}
.page.bannerParent .padTop {
  padding-top: 4.136364em;
}
.page .textebanner h6 {
  margin-bottom: 2em !important;
}


/*CTN5050 FULL*/

.ctn50Full .maxW {
  max-width: 1920px;
}
.ctn50Full:has(.theToggle).padTop {
  padding-top: 6.1363636363636362em;
  padding-bottom: 3.1363636363636362em;
}
.ctn50Full .colonne_1.padLR:has(.type-imag) {
  padding-left: 0;
}
.ctn50Full .colonne_2.padLR:has(.type-imag) {
  padding-right: 0;
}
.h5050-image img {
  width: 100%;
  object-fit: cover;
  max-height: 31.818182em;
}
.homeBanner .h5050-image img {
  width: 100%;
  object-fit: cover;
  min-height: 31.818182em;
}

.h5050-text {
  padding-left: 16.6666666667%; 
  padding-right: 14.6666666667%; 
}
.h5050-text i {
  color: var(--brunF);
  opacity: 0.95;
}
.h5050-text h5 {
  font-size: 1em;
}
.h5050-text p em {
  font-weight: 500;
}
.h5050-text p:has(em) {
  margin-top: 1em;
}
.h5050-text .toggleMore li {
  font-size: 0.8em;
}
/*Toggle*/
.theToggle .toggleMore h5::after {
  display: none;
}
.ctn50Full .rowToggle {
  padding: 0.6818181818181818em 0.9090909090909091em;
}
.theTogglePage .rowWrap {
  border-bottom: 1px solid var(--brunF);
  overflow: hidden;
}
.theTogglePage .rowWrap:first-of-type {
  border-top: 1px solid var(--brunF);
}
.theToggleCtn .titre {
  padding-bottom: 2.0454545454545454em;
}
.ctn50Full .theToggle {
  padding-top: 2em;
}
.ctn50Full h6 {
  margin-bottom: 0 !important;
  font-weight: 0.681818em;
}
.ctn50Full .toggleMore {
  padding: 0.681818em 0px;
}
.ctn50Full .toggleMore p {
  font-size: 0.6363636363636364em;
  margin-bottom: 0.7em !important;
}
.ctn50Full .toggleMore p:last-of-type {
  margin-bottom: 0 !important;
}

/*SLIDER TEXTE DESSOUS*/
.slick-prev, .slick-next {
  display: none !important;
}
.txtSlide {
  padding-top: 2.227272727272727em;
}
.slick-track {
  display: flex !important;
  align-items: flex-end;
  gap: 0;
}
.sliderCarteImg .slick-track {
  gap: 1.35455em;
}
.padSlider {
  padding-top: 3.0536364em;
  padding-bottom: 3.0536364em;
  overflow: hidden;
}

/*SLIDER TEXTE CÔTÉ*/

.boxSlider {
  margin-right: 0.9454545454545454em;
}
/*.sliderTxtCote .slick-track {
  left: -7.25vw;
}*/
.sliderTxtCote .txtSlide  {
  padding-left: 3.090909090909091em;
  padding-right: 3.090909090909091em;;
}
.sliderTxtCote h2 {
  margin-bottom: 0.5181818181818181rem !important;
}
.sliderTxtCote .flexThat {
  align-items: flex-start;
}
.sliderTxtCote h5 {
  padding-top: 0.8em;
  margin-bottom: 0 !important;
} 
.sliderTxtCote .txtSlide h5 + p {
  border-bottom: 1px solid rgba(242, 233, 224, 0.5);
}
.sliderTxtCote .le_slider {
  max-height: 35.31818181818182em;
}
.sliderTxtCote .introTxt p:last-of-type {
  margin-bottom: 1.1em !important;
}
/* .sliderTxtCote .txtSlide p:first-of-type {
  font-size: 1em;
  line-height: 1.5454545454545454rem;
  padding-bottom: 1em;
} */
.sliderTxtDessous .le_slider{
  display: flex;
  align-items: flex-end;
}
.sliderTxtCote .txtSlide .description {
  font-size: max(var(--petitTextMax), 0.7272727272727273rem);
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
  font-weight: 400;
  margin-bottom: 0 !important;
}
.btnBas {
  padding-top: 1em;
}
.btnBas a {
  font-size: max(var(--petitTextMax), 0.7272727272727273rem);
}
.listeLiens a {
  border-top: 1px solid rgba(242, 233, 224, 0.5);
}
.listeLiens {
  border-top: 1px solid rgba(242, 233, 224, 0.5);
}
.sliderTxtCote .btnBas a:after {
  font-family: "Font Awesome 7 Pro";
  content: "\f178";
  font-size: 1.4em;
  font-weight: 300;
  pointer-events: none;
  margin-left: 0.4090909090909091em;
  margin-top:0.1em;
}
.sliderTxtCote .btnBas a {
  display: flex;
  align-items: center;
  font-weight: 500;
}
.sliderTxtCote a::after {
  content: none;
}
.sliderTxtCote .txtSlide {
  padding-top: 1.4em;
}


.swiper {
  width: 100%;
  overflow: visible;
}
.swiper-wrapper {
  display: flex !important;
  align-items: stretch !important;
  max-height: 34.014545em;
}
.swiper-slide {
  height: auto !important;
  width: auto !important;
}
.swiper-slide .slide-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .sliderWrapper .swiper {
    margin-left: -275px;
    width: calc(100% + 275px);
  }
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
}

.bloc5050Ctn {
  display: flex;
  align-items: center;
  padding-bottom: 2em;
  padding-top: 2em;
  border-bottom: 1px solid rgba(33, 26, 23, 0.5);
}
.bloc5050Ctn:first-of-type {
  padding-top: 0;
}
.bloc5050Ctn:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
.bloc5050Ctn img {
  max-height: 22.5em;
}
.repeater5050 .title h6 {
  margin-bottom: 1.763636em !important;
}
.repeater5050 .txt {
  padding-left: 25%;
  font-weight: 400;
}
.repeater5050 .txt p:has(a) {
   padding-top: 1.1363636363636365em;
}
.grid5050 {
  padding: 2.1em 0 1.1em 0;
}

 .ctn50Full.padTB {
  padding-bottom: 0;
 }
  .lienCtn h5 {
    line-height: 1.572727272727273rem !important;
  }

/*3 COLONNES FORFAITS*/

.col3Forfaits h4,
.col3Forfaits h6 {
  color: var(--beige);
}
.col3Forfaits .title h4 {
  color: var(--creme);
  margin-bottom: 3.536364rem !important;
}
.col3Forfaits .colsCtn {
  padding: 2.272727272727273em 0;
  border-top: 1px solid rgba(242, 233, 224, 0.5);
}

.col3Forfaits .colsCtn:last-of-type {
  padding-bottom: 0;
}
.colsCtn h4 {
  margin-right: 3rem;
}
.colsCtn .contenu {
  margin-right: 3rem;
  margin-left: 3rem;
}
.col3Forfaits .btn3cols {
  margin-left: 6.818181818181818rem;
}
.btn3cols .btn {
  margin-top: 0 !important;
}


/*4 COLONNES*/
.col4 i {
  font-size: 1.6em;
  margin-right: 0.9090909090909091rem;
}
.col4 .title {
  padding-bottom: 2em;
}
.col4Equip .col4 .title {
  padding-bottom: 0;
}
.col4 .insideBoxs {
  display: flex;
}
.col4 .insideBoxs h6 {
  margin-bottom: 0 !important;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.col4 .insideBoxs p {
  font-size: max(var(--petitTextMax), 0.6363636363636364rem);
  letter-spacing: 0.03em;
  margin-top: -0.4em;
  text-wrap: pretty;
}
.grid4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 60px 30px;
}

/*3 COLONNES*/

.grid3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  padding: ;
}
.col3 .theBox {
  background-color: #fff;
  padding: 2.02727272727273em 2.2em 1.4727272727273em 2em;
  height: 100%;
}
.col3 .theBox p {
  font-size: 0.8181818181818182em;
  font-weight: 400;
  line-height: 1.0909090909090908rem;
  margin-bottom: 0.9em !important;
}
.col3 .theBox p:last-of-type {
  padding-bottom: 2em;
}
.col3 .theBox h6 {
  margin-bottom: 0 !important;
  padding-top: 1.1636363636363636em;
  border-top: 1px solid var(--beige);
  margin-top: auto !important;
}
.col3 .titreCtn {
  padding-bottom: 2em;
}
.col3 .insideBoxs {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/*------ FAQ ------*/

.theToggleCtn .rowWrap {
  padding: 1.2em 0 1.2em 0;
}
.theToggleCtn .rowToggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.theToggleCtn .rowWrap:nth-child(2)  {
  border-top: 1px solid var(--brunF);
}
.theToggleCtn .titleCtn {
  width: 100%;
}
.theToggleCtn h5 {
  margin-bottom: 0 !important;
  font-weight: 400;
}
.insidePage .theToggleCtn h5 {
  font-size: 1.0181818181818181em;
}
.insidePage .theToggleCtn h2 {
  margin-bottom: 0 !important;
}
.insidePage .theToggleCtn .ctnBtn.flex-ctn {
    padding-top: 0.8em;
    justify-content: center;
}
.insidePage .theToggleCtn .rowWrap {
  padding: 0.8em 0 0.8em 0;
}
.theToggleCtn p {
  font-size: 0.8181818181818182em;
}
.theToggleCtn .rowToggle {
  cursor: pointer;
}


/*LISTING */
.ctnNewsContent {
  padding-top: 1.0181818181818181em;
}
.ctnNews span {
  cursor: pointer;
}
.d-3-10 .cardNews:first-of-type {
  margin-bottom: 2.090909090909091em;
}
.d-3-10 .cardNews img {
  max-height: 10.454545454545455em;
  width: 100%;
  object-fit: cover;
}
.flexBlog {
  display: flex;
  justify-content: space-between;
  padding-bottom: 2.0454545454545454em;
}
.flexBlog .btn.btnBrun {
  margin-top: 0;
  margin-right: 0 !important;
}
.flexBlog .flexBtn {
  display: flex;
  align-items: center;
}

.d-7-10 .boxNews {
  padding-right: 2em;
}

/* LISTING 1 SEUL ARTICLE (accueil) */
.cardNewsSingle {
  display: block;

}
.cardNewsSingleImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.cardNewsSingle .ctnNewsContent {
  padding-bottom: 1em;
  padding-top: 0;
}
.cardNewsSingle .ctnNews {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 2em;
}

/* SINGLE ARTICLE */
.singleArticleImg img {
  width: 100%;
  max-height: 28em;
  object-fit: cover;
  display: block;
}
.singleArticle p {
  font-size: 0.9em;
  line-height: 1.4454545454545454rem;
  font-weight: 400;
  margin-bottom: 1.2em !important;
  letter-spacing: 0.5px;
}
.singleArticle ul li {
  font-size: 0.9em;
  line-height: 1.4454545454545454rem;
  font-weight: 400 !important;
  letter-spacing: 0.5px;
}
.singleArticleContent {
  padding-top: 1.5em;
}
.singleArticleDate {
  display: block;
  font-size: 0.85em;
  opacity: 0.65;
  margin-bottom: 1em;
}
.singleArticleMain {
  padding-right: 3em;
}

/* CONTENU ARTICLE - listes */
.singleArticleContent li {
  list-style-type: none;
  position: relative;
  align-items: baseline;
  margin-left: 1.5em;
}
.btn.singleArticleBack::after {
    content: none;
}
.btn.singleArticleBack::before {
    font-family: "Font Awesome 7 Pro";
    content: "\f060";
    font-size: 1.3em;
    font-weight: 300;
    pointer-events: none;
    margin-right: 0.4090909090909091em;
    transition: transform 0.2s ease-in;
}
.btn:hover::before {
  transform: translateX(-5px);
}
.btn.singleArticleBack {
  padding: 0.5727272727272727em 1.236363em 0.6727272727272727em 1.209091em;
}
.padTB.btnContainer  {
  padding-top: 2.136364em;
  padding-bottom: 2.136364em;
}
.btnContainer a {
  margin: 0;
}

/* SIDEBAR AUTRES ARTICLES */
.sidebarArticles {
  border-left: 1px solid rgb(33, 26, 23, 0.4);
  padding-left: 1.5em;
}
.boxNews img {
  width: 100%;
}
.sidebarTitle {
  margin-bottom: 1em !important;
}
.sidebarCard {
  display: flex;
  gap: 0.75em;
  align-items: start;
  text-decoration: none;
  color: inherit;
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
.sidebarCard:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.sidebarCardImg img {
  min-width: 8em;
  max-width: 8em;
  height: 5em;
  object-fit: cover;
  display: block;
}
.sidebarCardText {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sidebarCardTitle {
  margin: 0;
  font-size: 0.9em;
  line-height: 1.4;
  font-weight: 500;
}
.sidebarCardDate {
  font-size: 0.7em;
  opacity: 0.80;
  margin-top: 0.3em;
}

/* LISTING GRID (hors page d'accueil) */
.listingGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2em;
  margin-top: 1.5em;
}
.listingGrid .cardNewsLink {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
}
.listingGrid .cardNewsGrid {
  height: 100%;
}
.listingGrid .cardNewsGrid .boxNews {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.listingGrid .cardNewsGrid img {
  width: 100%;
  height: 14em;
  object-fit: cover;
}
.listingGrid .cardNewsGrid .ctnNews {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}
.listingGrid .cardNewsGrid .ctnNewsContent {
  flex: 1;
}

/* PAGINATION BLOG */
.paginationBlog {
  display: flex;
  justify-content: center;
  gap: 0.5em;
  margin-top: 2.5em;
}
.paginationBlog .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.4em 0.9em;
  border: 1px solid currentColor;
  text-decoration: none;
  color: inherit;
  transition: background 0.2s, color 0.2s;
}
.paginationBlog .page-numbers.current,
.paginationBlog .page-numbers:hover {
  background-color: currentColor;
}
.paginationBlog .page-numbers.current span,
.paginationBlog .page-numbers:hover {
  color: #fff;
}

/* LIENS BAS PAGE */
.col_liens .insideBoxs img {
  width: 100%;
  object-fit: cover;
}
.col_liens .d-1-2 .insideBoxs img {
  max-height: 13.409090909090908em;
}
.col_liens .d-1-3 .insideBoxs img {
  max-height: 12.818181818181818em;
  min-height: 12.818181818181818em;
}
.col_liens .flex-ctn {
  justify-content: center;
  flex-wrap: nowrap;
}
.col_liens .flex-ctn:has(.col2) {
  gap: 140px;
}
.col_liens .flex-ctn:has(.col3) {
  gap: 75px;
}
.imgLienCtn {
  overflow: hidden;
}
.imgLienCtn img {
  display: block;
  transition: transform .6s;  
}
a.lienPage:hover {
  opacity: 1;
}
.lienPage:hover .imgLienCtn img {
  transform: scale(1.05);
  transform-origin: 50% 50%;
}
.lienPage h4 {
  padding-top: 1rem;
}
.liensBasPage {
  padding-bottom: 2em;
}

/* CTA */
.cta .titre {
  padding-left: 3.8636363636363638rem;
  margin-bottom: 0 !important;
}
.cta .texte {
  padding-right: 3.8636363636363638rem;
}
.cta .ctaCtn {
  padding: 2.45455em 0;
}
.ctaCtn .btnUnderline {
  margin-right: 1em;
}
.ctaCtn .btnUnderline:last-of-type {
  margin-right: 0;
}
.ctaCtn .btn {
  margin-bottom: 0 !important;
  margin-top: 0.8em !important;
}
.cta .flexChambre {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cta .ctaCtn {
  padding: 2em 0 2.5em 0;
}
.ctaCtn h2 {
  margin-bottom: 0 !important;
}
.cta p {
  margin-bottom: 0 !important;
}
.cta .bgBrun a:not(.btn) {
  color: var(--creme);
}
.cta .btnUnderline {
  border-bottom: 1.5px solid var(--creme);
}

/* QUESTION RÉPONSE (NO TOGGLE) */
.noToggleCtn h4 {
  padding-right: 4.090909090909091rem;
  margin-bottom: 0 !important;
}
.noToggleCtn h2 {
  padding-bottom: 0.436364em;
}
.noToggleCtn .titleCtn {
  padding: 2.0454545454545454em 0;
  position: relative;
}
.noToggleCtn .titleCtn::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 25%;
  height: 1px;
  background-color: var(--brunF);
}
.noToggleCtn .col.d-full:first-child .titleCtn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 25%;
  height: 1px;
  background-color: var(--brunF);
}
.noToggleCtn .col.d-full:last-child .titleCtn::after {
  display: none;
}
.noToggleCtn .ctnBtn.flex-ctn {
  justify-content: center;
  align-items: center;
  gap: 25px;
  padding-top: 1em;
}
.noToggleCtn .btn {
  margin: 0 !important;
}

/* SLIDER CARTES IMG TXT */
.sliderCarteImg .boxSlider h4 {
  padding-top: 0.463636em;
}
.sliderCarteImg h2 {
  padding-left: 10%;
}
.sliderCarteImg .slick-slide img {
  max-height: 21.136363636363637em;
  min-height: 21.136363636363637em;
  width: 100%;
  object-fit: cover;
}
.sliderCarteImg .slick-track {
  align-items: flex-start;
}
.sliderCarteImg .slick-list {
  overflow: visible;
}
.sliderCarteImg .d-11-12 {
  overflow: hidden;
}
.sliderCarteImg .sliderCarteHeader {
  align-items: flex-end;
  justify-content: space-between;
  align-self: flex-start;
  width: 100%;
}
.sliderCarteImg .sliderCarteHeader > div:first-child {
  flex: 1;
}
.sliderCarteImg .slider-nav {
  padding-left: 3.772727em;
}
.sliderCarteImg .slider-nav.flex-ctn {
  align-content: flex-end;
  justify-content: flex-end;
}
.sliderCarteImg .slider-nav-mobile {
  display: none;
}
.sliderCarteImg .slider-nav-mobile.flex-ctn {
  height: auto !important;
  justify-content: flex-end;
  align-items: flex-end;
}
.slider-nav .next,
.slider-nav .prev {
  font-size: 1.4em;
}
.slider-nav .prev {
  margin-right: -0.4em;
}
.sliderCarteImg .disable {
  opacity: 0.6;
  cursor: default;
  pointer-events: none;
}

/* COL 4 ÉQUIPEMENTS  */
.col4Equip .tableauCtn {
  border: 1px solid;
  margin: 2.36364em 0;
}
.col4Equip .tableauCtn:last-of-type {
  margin-bottom: 0 !important;
}
.col4Equip .titreTableau {
  padding: 1.0636363636363635em 1.8181818181818181em;
  border-bottom: 1px solid;
}
.col4Equip h5 {
  margin-bottom: 0 !important;
}
.col4Equip .grid4 {
  gap: 28px 50px;
}
.col4Equip .grid4 {
  padding: 1.36363636363635em 1.8181818181818181em 1.036363636363635em;
}
.col4 img {
  max-width: 30px;
  max-height: 30px;
  margin-right: 0.6818181818181818em;
}

.col4 p {
  line-height: 0.845455rem;
  margin-top: 0.5090909090909091em !important;
}
.ctaChambre .txtCtn {
  display: flex;
  justify-content: center;
}

/* TABLEAUX */
.grid2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  align-items: stretch;
}
.grid2 table thead {
  text-align: left;
}
.table h5 {
  padding: 0.5363636363636365em 0.8181818181818181em 0.263636363636365em 1.3181818181818181em;
}
.dimensionsRow h6 {
  font-weight: 700;
  margin-bottom: 0 !important;
}
.dimensionsRow p {
  font-size: 0.6363636363636364em;
  line-height: 0.7727272727272727rem;
  font-weight: 400;
  margin-bottom: 0 !important
}
.dimensionsRow td {
  padding: 0.6818181818181818em 1.818182em 0.6818181818181818em 1.818182em;
}
.colonnesHeader h6 {
  margin-bottom: 0 !important;
  font-weight: 700; 
}
.colonnesHeader th {
  padding: 0.7636363636363636em 1.8181818181818181em 0.7636363636363636em 1.8181818181818181em;
}
.colonnesHeader {
  background-color: var(--taupe);
}
.table tbody td {
  padding: 0.8181818181818182em 1.8181818181818181em 0.8181818181818182em 1.8181818181818181em;
  width: 50%;
}
.colonnesHeader table th {
  border: 1px solid #616161;
}
.colonnesHeader th {
  border-bottom: none !important;
}
.table tbody tr:first-child td {
  border-top: none !important;
}

/* LISTING SOUS-PAGE */
.child-pages-listing {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.4545454545454546em;
}

/* Cartes égales en hauteur + bouton au bas */
.child-page-item .child-page-item {
  height: 100%;
}
.child-page-item a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.child-pages-listing .carteCtn {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.child-pages-listing .carteCtn > div:first-child {
  flex: 1;
}

.child-pages-listing .carteCtn {
  padding: 1.045455em 1.272727em;
}
.bottomCarte {
  padding-top: 2em;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.listing .introCtn {
  padding-bottom: 1.17273em;
}
.listing .introCtn h6 {
  font-size: 1em;
  font-weight: 400;
}
section .introCtn p:last-of-type {
    padding-bottom: 1.5em;
}
.ctn50Full + .listing .padTB {
  padding-top: 0;
}
.bottomCarte::after {
  content: "";
  display: inline-block;
  width: 42px;
  height: 42px;
  background-image: url('images/iFleche.png');
  background-size: contain;
  background-repeat: no-repeat;
}
.child-page-item img {
  max-height: 19.454545454545453em;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
/* Content100 */
.txtBottom:has(.nf-form-cont) {
  padding: 2em 6em;
}

.toggleMore {
  margin-top: 0.5em;
}

.content-h5050.ctn50Full.padTB:has(+ #colophon),
.content-h5050.ctn50Full.padTB:last-child {
    padding-bottom: 0;
}

  .bannerParent + .content-h5050.padTB {
    padding-top: 0;
  }
  .bannerParent + .content-h5050.padTB {
     padding-bottom: 0;
  }

.theToggleCtn + .theToggleCtn.padTop {
  padding-top: 0;
}


/*responsive*/


/*

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

*/

/*MEDIA QUERIES*/
@media (min-width: 1921px) {

  .home .homeBanner .maxW:before {
    left: 25.73%;
  }
  .home .homeBanner .maxW:before {
    width: 30.666667%;
  }
}
@media (max-width: 1980px) {
  .home .homeBanner .maxW:before {
    left: 17.73%;
  }
  .home .homeBanner .maxW:before {
    width: 40.666667%;
  }
}



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

  #menu-menu-principal.menu li a,
  #menu-menu-principal-en.menu li a {
    padding: 1em 0.55em !important;
  }

  .logo {
    margin-left: 8.533333%;
  }

  .bannerChild .h5050-image {
    padding-left: 1.3636363636363635em;
  }
  .sliderCarteImg .slider-nav {
      padding-left: 0;
      flex-shrink: 0;
  }

  .ctaCtn .texte {
    padding-left: 1.5em;
  }


}
@media screen and (max-width: 1680px) {
  h1  {
    font-size: 2.8em;
    line-height: 2.8636363636363638rem;
  }
  h2 {
    font-size : 2.4em; 
    line-height : 2.8rem;
  }
  h4 {
    font-size : 1.6em; 
    line-height : 1.9rem;
  }
  h5 {
    font-size : 1.0em;
    line-height : 1.2rem;
  }
  p, 
  titreToggle p,
  .col3 .theBox p {
    font-size: max(16px, 0.8rem);
    line-height: 1.5;
  }

  .homePage .homeBanner .theBannerImg img {
    padding-right: 9%;
  }


  .bannerCtn {
    padding-top: 2.772727em;
  }
  #menu-menu-principal.menu li a,
  #menu-menu-principal-en.menu li a {
    padding: 0.8em 0.5em !important;
    font-size: max(12.5px, 0.6227273em) !important;
  }
  #menu-menu-principal.menu .sub-menu,
  #menu-menu-principal-en.menu .sub-menu {
    padding: 0.5em 1.2em 0.5em 1.2em !important;
  }

  .logo {
    margin-left: 4.333333%;
  }

  .top-bar a, .top-bar span {
    margin: 0 0.822727em;
  }

  .h5050-text {
    padding-left: 8.666667%;
    padding-right: 8.666667%;
  }

  .col3Forfaits .btn3cols {
    margin-left: 2.818182rem;
    display: flex;
    justify-content: flex-end;
  }
  .col3Forfaits .btn3cols .btn {
    margin-right: 0 !important;
  }

  #masthead.headerChild .logo,
  .error404 #masthead .logo {
    left: 6.533333%;
  }

  .swiper-slide img {
    max-height: 31em;
  }
  
  .col4 .title {
    padding-bottom: 1em;
  }
  .flexBlog {
    padding-bottom: 1.045455em;
  }

  .menuFooter .menu {
    gap: 0.2em;
  }

  .homeBanner .h5050-image img {
    min-height: auto;
  }

  .child-page-item img {
    max-height: 16.454545em;
  }

  .col4Equip .titreTableau {
    padding: 0.8em 1.2em;
  }
  .col4Equip .grid4 {
    padding: 1em 1.2em 0.7em 1.2em;
  }

  .sliderCarteImg .slick-slide img {
    min-height: auto;
    max-height: 18.136364em;
  }
  .sliderCarteImg h2 {
    padding-bottom: 0.5em;
  }
  .col_liens .d-1-3 .insideBoxs img {
    max-height: 9.818182em;
    min-height: 9.818182em;
  }
  .logo img {
    max-height: 5.63636em;
  }

  .insidePage .ctn50Full .colonne_1 .h5050-text {
    padding-left: 17.666667%;
  }

  .table tbody td {
    padding: 0.6181818181818182em 1.1181818181818181em 0.6181818181818182em 1.1181818181818181em;
    font-size: 0.8em;
  }
  .colonnesHeader th {
    padding: 0.6181818181818182em 1.1181818181818181em 0.6181818181818182em 1.1181818181818181em;
  }
  .dimensionsRow td {
    padding: 0.6181818181818182em 1.1181818181818181em 0.6181818181818182em 1.1181818181818181em;
  }
  .table h5 {
    padding: 0.6181818181818182em 1.1181818181818181em 0.6181818181818182em 1.1181818181818181em;
    margin-bottom: 0 !important;
  }

}

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

  h1 {
    margin-bottom: 0.906364rem !important;
  }

  h2 {
    font-size: 2.2em !important;
    line-height: 2.3rem !important;
    margin-bottom: 0.8rem !important;
  }
  h5 {
    margin-bottom: 0.4rem !important;
  }
  h5, 
  .h5050-text h5 {
    font-size: max(18px, 0.85rem) !important;
    line-height: 1.5;
  }
  .h5050-text p:has(em) {
    margin-top: 0.6em;
  }
  .colFooter a {
    font-size: 0.9rem;
    line-height: 1.5;
  }
  
/*   p, titreToggle p, .col3 .theBox p {
    font-size: 0.7260em;
    line-height: 1.1rem;
  } */
  h6 {
    margin-bottom: 0.8em !important;
  }

  .textebanner {
    padding-left: 2.709091em;
    padding-right: 2.409091em;
  }
  .homeBanner .lienCtn {
    padding-top: 4em;
  }
  .lienCtn h5 {
    margin-bottom: 0.42636363636363635rem !important;
  }

  .container8 {
    padding-left: 8.666% !important;
    padding-right: 8.666% !important;
  }
  .container10 {
    padding-left: 4.333% !important;
    padding-right: 4.333% !important;
  }

  .logo {
    margin-left: 2.333333%;
  } 
  .top-bar a, .top-bar span {
    margin: 0 0.522727em;
  }
  .menu-menu-principal-container,
  .menu-menu-principal-en-container {
    padding-right: 0;
  }

  .homePage .bannerCtn {
    padding-top: 1.172727em;  
  }

  .top-bar {
    font-size: 0.6063636363636364em;
  }

  .homeBanner .maxW:before {
    width: 58.4% !important;
  }
  .homePage .homeBanner .theBannerImg img {
    padding-right: 2%;
  }

  .page .colonne_1 .type-text .textebanner,
  .noBanner .textebanner {
    padding-bottom: 2.9363636363636362em;
  }
  .homePage .homeBanner .theBannerImg img {
    min-height: 23.055556em;
  }
     
  .homeBanner.bannerParent .maxW:before {
    width: 50% !important;
  }

  .repeater5050 .container8 {
    padding-left: 4.666% !important;
    padding-right: 4.666% !important;
  }
  .repeater5050 .title h6 {
    margin-bottom: 1.2em !important;
  }
  .repeater5050 .txt {
    padding-left: 13%;
  }

  .home .homeBanner .maxW:before {
    width: 43.65% !important;
  }
  .home .rsHeader {
    padding-left: 1.409091em;
    padding-bottom: 1em;
  }
  .grid5050 {
    padding: 1em 0 !important;
  }

  .homeBanner .txtOnly .flex-ctn {
    align-items: flex-start;
  }

  .rsHeader .leReseau {
    padding-bottom: 0.1272727272727273em;
  }
  .rsHeader i {
    font-size: 0.7em !important;
  }

  .sliderCarteImg .slick-slide img {
    max-height: 15.136364em;
  }

  .ctn50Full .rowToggle {
    padding: 0.4818181818181818em 0.6090909090909091em;
  }
  .h5050-text i {
    font-weight: 400;
    font-size: 0.8em;
  }
  .ctn50Full .toggleMore {
    padding: 0 0 0.681818em 0;
  }

/*   .col3 .theBox p {
    font-size: 0.6em;
    font-weight: 400;
    line-height: 0.9rem;
  } */

  .theToggleCtn .rowWrap {
    padding: 0.6em 0 0.6em 0;
  }
  .toggleMore {
    margin-top: 0.2em;
  }
  .padTB88 {
    padding-top: 3em;
    padding-bottom: 3em;
  }
  .theToggleCtn .titre {
    padding-bottom: 0.5em;
  }
  .politiqueCopyCtn {
    margin-bottom: 0.845455em;
  }
  #colophon .padLR {
    min-height: 25.363636em;
  }
  .coordo a  {
    font-size: 0.9rem;
  }
  .coordo p a {
    font-size: 0.9rem;
  }
  
  .coordo p:has(a) {
    font-size: 0.85em;
  }
  #colophon ul li {
    font-size: 0.8em;
  }
  .menuFooter .menu {
    gap: 0em;
  }
  .politiqueCopyCtn a, .politiqueCopyCtn p {
    font-size: max(var(--petitTextMax), 0.5363636363636364rem);
  }
  .top-bar * {
    font-size: max(14px, 0.6063636363636364rem)!important;
  }

  .child-page-item img {
    max-height: 14.454545em;
  }

  .col_liens .flex-ctn:has(.col2) {
    gap: 55px;
  }

  .table tbody td {
    padding: 0.5581818181818182em 1.018182em 0.558182em 1.0181818181818181em;
    font-size: 0.7em;
  }
  .colonnesHeader h6 {
    font-size: 0.5563636363636364em;
  }
  .colonnesHeader th,
  .dimensionsRow td {
    padding: 0.6181818181818182em 0.5181818181818181em 0.5181818181818182em 0.6181818181818181em;
  }
  .table h5 {
    padding: 0.6181818181818182em 1.0181818181818181em 0.6181818181818182em 0.8181818181818181em;
    margin-bottom: 0 !important;
  }
  .dimensionRow h6 {
    font-size: 0.55363636363636364em;
  }

  .lienPage h4 {
    padding-top: 0.6rem;
  }

  .home #menu-menu-principal,
  .home #menu-menu-principal-en {
    padding-right: 2em;
  }

}

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

  h2 {
    font-size: 2em !important;
    line-height: 2.20909090909091rem;
    margin-bottom: 1.0181818181818181rem !important;
  }
  h5, 
  .h5050-text h5 {
      font-size: 0.8em;
  }
  .container10 {
    padding-left: 4.333% !important;
    padding-right: 4.333% !important;
  }
  .padTB {
    padding-top: 2.136364em;
    padding-bottom: 2.136364em;
  }
  .theToggleCtn p {
    font-size: max(var(--petitTextMax), 0.7181818181818182rem);
  }
  .home #menu-menu-principal,
  .home #menu-menu-principal-en {
    padding-right: 3.5em;
  }
  .homePage .homeBanner .theBannerImg img {
    padding-right: 0;
  }
  .top-bar {
    padding-right: 3.3em;
  } 
  #menu-menu-principal.menu .sub-menu li,
  #menu-menu-principal-en.menu .sub-menu li {
    font-size: 0.8em !important;
  }
  .homePage .homeBanner .theBannerImg img {
    min-height: 19.055556em;
  }

  .grid4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px 30px;
  }

  ol li, ul li {
    line-height: 1rem;
  } 

  .lienCtn h5 {
    margin-bottom: 0.22636363636363635rem !important;
  }
  .padBottom {
    padding-bottom: 2.136364em;
  }
  .padBottom105 {
    padding-bottom: 2.772727em;
  }
  .padSlider {
    padding-top: 2.053636em;
    padding-bottom: 1.053636em;
  }
  .padTB105 {
    padding-top: 2.772727em;
    padding-bottom: 2.772727em;
  }


  .menuParent {
    margin-top: 0.8em;
    padding-left: 0.5em;
  }
  #menu-menu-principal.menu li a,
  #menu-menu-principal-en.menu li a {
    padding: 1em 0.35em !important;
    letter-spacing: -0.02em;
  }
  .main-menu .menu li {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
  }

  #menu-menu-principal,
  #menu-menu-principal-en {
    padding-right: 2em;
  }
  #menu-menu-principal.menu .sub-menu li a,
  #menu-menu-principal-en.menu .sub-menu li a{
    padding: 0.5em 0.50em !important;
  }
  .top-bar {
    font-size: 0.5863636363636364em;
  }
  .col4 .insideBoxs h6 {
   font-size: max(var(--petitTextMax), 0.51363636363636364rem);
  }
  .col4Equip .titreTableau {
    padding: 0.6em 1em;
  }

  .insidePage .ctn50Full .colonne_1 .h5050-text {
    padding-left: 10.666667%;
  }

  .sliderCarteImg .slick-slide img {
    max-height: 14.136364em;
  }

  .page .textebanner {
    padding-top: 0;
    padding-left: 5.666667%;
    padding-right: 5.666667%;
  }
  .page .textebanner h6 {
    margin-bottom: 0.6em !important;
  }
  .homeBanner .lienCtn {
    padding-top: 2em;
  }
  .homeBanner.bannerParent .maxW:before {
    width: 50% !important;
  }
  .rsHeader {
    padding-bottom: 2em;
  }
  .texteBanner h1 {
    margin-bottom: 0.606363636363635rem !important;
  }

  .h5050-text {
    padding-top:2rem;
    padding-bottom:2rem;
  }
  .insidePage .ctn50Full .colonne_1 .h5050-text {
    padding-left: 10.666667%;
  }
  .insidePage .ctn50Full .colonne_2 .h5050-text {
    padding-right: 10.666667%;
  }

  .repeater5050 .txt {
    padding-left: 15%;
  }

  .col3Forfaits .btn3cols {
    margin-left: 0.818182rem;
  }
  .colsCtn .contenu {
    margin-left: 1rem;
  }

  .grid4 {
    grid-template-columns: repeat(3, 1fr);
  } 

  .coordo {
    padding-bottom: 2em;
  }
  .politiqueCopyCtn {
    margin-top: 2.445454545454546em;
  }

  .sliderCarteImg .slick-track {
    gap: 0.35455em;
  }

  .child-page-item img {
    max-height: 14.118181818181818em;
    min-height: 14.118181818181818em;
  }

  .col_liens .flex-ctn:has(.col3) {
    gap: 30px;
  }

  #masthead.headerChild .logo,
  .error404 #masthead .logo {
    left: 2.533333%;
  }

  .home .homeBanner .maxW:before {
    width: 40.65% !important;
  }
}

@media screen and (max-width: 1024px) {
  .padTB105 {
    padding-top: 2.772727em;
    padding-bottom: 2.772727em;
  }
  .padSlider {
    padding-top: 2.053636em;
    padding-bottom: 2.053636em;
  }
  .container8 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .container10 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .insidePage .ctn50Full .colonne_1 .h5050-text {
    padding-left: 0;
  }

  .homePage .homeBanner .theBannerImg img {
    height: 40svh;
  }
  .menuMobileCtn .logoCtn img {
		min-width: 62px;
	}
  .liensMobileCtn .btn p {
    font-size: max(12px, 0.8rem);
  }

  .liensMobile {
    display: flex;
    align-items: center;
    margin-top: 1.672727em;
  }
  .headerChild .wpml-ls-native {
    color: var(--brunF);
  }
  .wpml-ls-native {
    color: #fff;
    font-size: 0.9em;
    margin-right: 1.5em;
    font-weight: 400;
  }
  .wpml-ls-legacy-list-horizontal {
    line-height: 1rem;
  }
  .liensMobileCtn {
    display: flex;
    align-items: center;
  }
  .liensMobileCtn .btn {
    margin-right: 0.8em;
    margin-top: 0;
    margin-bottom: 0;
  }
  .headerChild  .liensMobileCtn .btn {
    background-color: var(--brunF);
  }
  .headerChild  .liensMobileCtn .btn a {
    color: var(--creme);
  }
  .headerChild  .liensMobileCtn .btn:hover {
    background-color: var(--creme);
    border: 1px solid var(--brunF);
  }
  .headerChild  .liensMobileCtn .btn a:hover {
    color: var(--brunF);
  }
  .liensMobileCtn .btn::after {
    content: none;
  }
  .liensMobileCtn .btn p {
    font-size: max(var(--petitTextMax), 0.8rem);
  }
  .menu-open .liensMobileCtn .btn {
    background-color: var(--brunF);
    color: var(--creme);
  }
  .menu-open .liensMobileCtn .btn p a {
    color: var(--creme);
  }
  .menu-open .wpml-ls-native {
    color: var(--brunF);
  }

  .col3Forfaits .btn3cols {
    justify-content: start;
  }

  .logoFooter {
    padding-left: 0;
  }
  .colFooter {
    padding: 0;
  }
  .politiqueCopyCtn {
    padding: 0;
  }
  .padBottom105 {
    padding-bottom: 2.772727em;
  }
  .btnChild {
    justify-content: flex-start;
    padding-left: 1.3636363636363635em;
  }
  .lienCtn h5 {
    font-size: 0.7181818181818181em;
    line-height: 1.072727272727273rem;
  }
  .padTB88 {
    padding-top: 2em;
    padding-bottom: 2em;
  }
/*   .page .textebanner {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  } */
  .page .bannerParent .textebanner {
    color: var(--creme);
    padding: 2.5em 0 3em 0;
  }
  .homeBanner.bannerChild .textebanner {
    padding: 0;
  }
  .homeBanner .textebanner {
    padding: 2.5em 7.5em 3em 1.5em;
  }
  .homeBanner .txtOnly .textebanner {
    padding: 0 0 2em 0;
  }
  .homeBanner.bannerParent .maxW:before {
    width: 100% !important;
  }

/*   .homeBanner.bannerParent .textebanner  {
    color: var(--creme);
  } */
  .homeBanner:not(.bannerChild) .btnUnderline {
    border-bottom: 1.5px solid var(--creme);
  }
  #page section:first-of-type {
    padding-top: 100px;
  }
  .homeBanner .lienCtn {
    padding-top: 2em;
  }
  .bannerParent .btn.btnBrun {
    background-color: var(--creme);
    color: var(--brunF);
  } 
  .homeBanner.bannerChild .colonne_1 .type-text .textebanner * {
    color: var(--brunF);
  }
  .body:has(.homeBanner.childBanner) .menuMobileCtn {
    color: var(--creme);
  }
  .homeBanner.bannerChild .textebanner .btn {
     margin-bottom: 0.8em;
  }
  .homeBanner.bannerChild .textebanner p {
    text-wrap: balance;
  }

  .txtOnly .colonne_2 p:has(.btnUnderline) {
    padding-top: 0.35em;
  }

  .cardNewsSingle .ctnNews {
    padding-left: 0;
  }

  .sliderCarteImg .slick-slide img {
    max-height: 13.136364em;
  }

  .home .homeBanner .maxW:before {
    width: 100% !important;
  }
  .home .homeBanner .maxW:before {
    left: 0;
  }
  .home .rsHeader {
    padding-left: 0;
    padding-bottom: 0;
  }
  .home .theBannerImg img {
    width: 100%;
    object-fit: cover;
    max-height: 31.818182em;
  }
  .page.bannerParent .padTop {
    padding-top: 2.136364em;
  }

  .rsHeader i {
    font-size: 1em !important;
  }

/* ========================
   Menu mobile
   ======================== */

/* --- Conteneur & header --- */
  .menuMobileCtn {
    display: flex;
    background-color: var(--creme);
  }
  .menuMobileCtn .logoCtn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: relative;
    z-index: 999;
  }
  .menuMobileCtn .logoCtn img {
    display: block;
    max-height: 100px;
    width: 100%;
  }
  .logoCtn i {
    color: var(--brunF);
    font-size: 1.5em;
    font-weight: 300;
  }
  .main-menu .menu li {
    display: flex;
  }
  .menuDesktop {
    display: none;
  }
  .menuMobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: var(--creme);
    z-index: 998;
    overflow-y: auto;
    padding: 6em 1.5em 1.5em;
    transform: translateX(-100%);
    visibility: hidden;
    transition: transform 0.4s ease-in-out, visibility 0.4s;
  }
  .menuMobile.open {
    transform: translateX(0);
    visibility: visible;
  }
  body.menu-open {
    overflow: hidden;
  }
  .menuMobile .menu-menu-principal-container,
  .menuMobile .menu-menu-principal-en-container {
    width: 100%;
  }
  .menuMobile .main-menu .menu {
    display: flex;
    flex-direction: column;
    background-color: var(--creme);
    padding: 0;
  }
  .menuMobile .main-menu .menu > li {
    width: 100%;
  }
  .menuMobile li {
    padding: 0.2em 0;
  }
  .menuMobile .menu-item a {
    display: flex;
    justify-content: space-between;
    padding-right: 0.5em;
    font-size: 1rem; 
    padding-top: .5rem; 
    padding-bottom: .5rem; 
  }
  .top-bar span {
    font-size: 0.8em;
  }
  /* --- Sous-menus --- */
  .menuMobile .sub-menu {
    display: flex;
    flex-direction: column;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out; 
  }
  .menuMobile .menu-item-has-children.open > .sub-menu {
    max-height: 500px;
  }
  .menuMobile .sub-menu .menu-item:first-of-type {
    padding-top: 0.2em;
  }
  .menuMobile .sub-menu a {
    font-size: 0.8rem !important;
    padding: 0.5rem 0.5rem 0.5rem 0;
  }

  .menuMobile .menu-item-has-children > a::after {
    display: none;
  }
  .menuMobile .menu-item-has-children {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .menuMobile .menu-item-has-children > a {
    flex: 1 1 auto;
  }
  .menuMobile .menu-item-has-children > .sub-menu {
    flex: 1 1 100%;
    background-color: rgba(255, 255, 255, 0.5);
    padding-left: 1.5rem;
    margin-left: -1.5rem;
    padding-right: 1.5rem;
    margin-right: -1.5rem;
  }
  .menuMobile .chevron-toggle {
    font-size:1em;
    color: var(--brunF);
    padding: 0 0em 0.5em 0.5em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
    font-weight: 300;
    background: transparent;
    border: 0;
    cursor: pointer;
    line-height: 1;
  }
  .menu-menu-principal-container,
  .menu-menu-principal-en-container {
    padding-right: 0;
  }
  .menuMobile .menu-item-has-children.open > .chevron-toggle i {
    transform: rotate(180deg);
  }
  .menuMobileCtn .menuParent {
    padding-left:0;
    margin-top: 2em;
  }
  .menuMobile .top-bar {
    font-size: 1em;
    padding-top: 1.5em;
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
  .menu-open i {
    color: var(--brunF) !important;
  }
  .menuMobile .top-bar a {
    margin: 0.5em 0;
  }
  .top-bar span {
    margin: 0.8em 0;
  }
  .menuMobile .lienBrun {
    padding: 0.5em;
  }


  .rsHeader .leReseau {
    padding-bottom: 0.1272727272727273em;
  }
  .rsHeader {
    padding-left: 0;
    padding-top: 1.36364em;
    display: flex;
    flex-direction: row;
    margin-top: auto;
    height: auto;
    justify-content: flex-start;
  }
  .rsHeader {
    padding-bottom: 1em;
    padding-top: 0.86364em;
  }
/*   .homeBanner .maxW:before {
    width: 50%;
    height: 90.8%;
    left: -51px;
  } */
  .homeBanner .maxW:before {
    width: 100% !important;
    left: 0;
    height: 100% !important;
  } 

  .homeBanner .h5050-image img {
    min-height: auto;
  }
  .page.bannerParent .theBannerImg {
    padding-left: 1.3636363636363635em;
    padding-right: 1.3636363636363635em;
  }
  body:has(.bannerParent) .menuMobileCtn,
  body:has(.homeBanner) .menuMobileCtn {
    background-color: var(--brunF);
  }
  body:has(.bannerParent) .menuMobileCtn i,
  body:has(.homeBanner) .menuMobileCtn i {
    color: var(--creme); 
    font-weight: 300;
  }
  .headerChild .menuMobileCtn {
    background-color: var(--creme) !important;
  }
  .headerChild .menuMobileCtn i {
    color: var(--brunF) !important;
    font-weight: 300;
  }

  .homeBanner .lienCtn {
    padding-top: 2em;
  }
  .homeBanner:not(.bannerChild) .textebanner *,
  .bannerParent .textebanner * {
    color: var(--creme);
  }
  .homeBanner:not(.bannerChild) .textebanner .btn.btnBrun,
  .bannerParent .textebanner .btn.btnBrun {
    color: var(--brunF) !important;
  }
  .bannerCtn h1 {
    margin-bottom: 0.906363636363635rem !important;
  }
  #masthead {
    padding-bottom: 0
  }

  .bannerChild .h5050-image {
    padding-right: 1.3636363636363635em;
  }
  .cta .texte {
    padding-right: 0;
  }

  .ctaCtn h2 {
    text-align: center;
  }
  .cta .titre {
    padding-left: 0;
    margin-bottom: 1em !important;
  }
  .ctnNewsContent h5 {
    padding-top: 0.8em;
  }

  .listing .padTop {
    padding-top: 0;
  }
  .repeater5050 .title h6 {
    margin-bottom: 0.5em !important;
  }
  .grid5050 {
    padding: 0.2em 0 !important;
  }

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

  .flexThat {
    flex-direction: column;
  }
  .ctn50Full .padLR {
    padding-left: 1.3636363636363635em !important;
  }
  .colonne_2 .h5050-text {
    padding-top: 2em;
    padding-bottom: 2em;
  }
  .colonne_1 .h5050-text {
    padding-bottom: 1.5em;
  }
  .content-h5050 .type-imag {
    padding-left: 0;
    padding-right: 0;
  }
  .h5050-text {
    padding-left: 0;
    padding-right: 0;
  }

  .bloc5050Ctn {
    flex-direction: column;
  }
  .repeater5050 .txt {
    padding-left: 0;
    padding-top: 2em;
  }

  .sliderTxtCote .txtSlide {
    padding-top: 3em;
  }
  .sliderTxtCote .txtSlide {
    padding-left: 1.3636363636363635em;
    padding-right: 1.3636363636363635em;
  }

  .col3Forfaits .btn3cols {
    margin-left: 0;
  }
  .colsCtn .contenu {
    margin-left: 0;
  }
  .colsCtn .contenu {
    padding: 1.5em 0 1em 0;
  }

  .grid3 {
    grid-template-columns: repeat(1, 1fr);
  }

  .listingArticles .d-3-10.th-full {
    display: flex;
    gap: 20px;
  }
  .listingArticles .d-3-10.th-full > * {
    flex: 1;
    min-width: 0;
  }
  .d-7-10 .boxNews {
    padding-right: 0;
  }
  .d-7-10 .ctnNews {
    padding-bottom: 2em;
  }
  .listingGrid {
    grid-template-columns: repeat(2, 1fr);
  }
  .singleArticleMain {
    padding-right: 1.5em;
  }

  .col_liens .flex-ctn:has(.col2) {
    gap: 45px !important;
  }

  .sliderCarteImg .slider-nav-mobile.flex-ctn {
    display: inline-block !important;
    padding-right: 1.3636363636363635em;
  }
  .sliderCarteImg h2 {
    padding-left: 0;
  }
  .sliderCarteImg .flex-mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .sliderCarteImg .sliderCarteHeader {
    align-items: normal;
    justify-content: space-between;
    width: 100%;
  }

  .child-pages-listing {
    gap: 1.454545em;
  }

  .ctaCtn .texte {
    padding-left: 0;
  }
  .cta .ctaCtn {
    padding: 2em 1em 2.5em 1em;
    text-align: center;
  }

  .grid2 {
    gap: 20px;
  }

  .toggleMore {
    padding-top: 0.5em;
  }

  .page .textebanner h6 {
    margin-bottom: 1.5em !important;
  }

  .page .colonne_1 .type-text .textebanner, .noBanner .textebanner {
    padding-bottom: 0;
  }

  /* Formulaire responsive */
  .txtBottom:has(.nf-form-cont) {
    padding: 2em 3em;
  }

}

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

  h6 {
    margin-bottom: 0.2em !important;
  }
  .grid4 h6 {
    line-height: 1.27727272727272727rem;
  }
  
  .container8 {
    padding-left: 4.666% !important;
    padding-right: 4.666% !important;
  }
  .padTB88 {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }
  .align-center {
    align-items: flex-start !important;
  }
  .flex-ctn, 
  .flex-container {
    flex-direction: column;
  }

  .listingArticles .d-3-10.th-full {
    display: flex;
    gap: 0px;
  }
   .rsHeader i {
    font-size: 1.2em !important;
    margin: 0 0.25rem;
  }

/*   .homeBanner .maxW:before {
    width: 70%;
    height: 66.5%;
    left: -40px;
  } */
  .homeBanner .maxW:before {
    width: 70%;
    height: 66.5%;
    left: 0;
  }
  .homeBanner {
      margin-bottom: 0;
  }
  .textebanner {
    padding-left: 0;
    padding-right: 0;
  }
  .homeBanner.page .maxW:before {
    width: 100%;
  }
  .logoCtn i {
    font-size: 2em;
  }
  .top-bar span {
    font-size: 1em;
  }
/*   #page section:first-of-type {
    padding-top: 142px;
  } */
  .bannerCtn {
    padding-top: 2.7727272727272725em;
    flex-direction: column;
    padding-left: 1.3636363636363635em;
    padding-right: 1.3636363636363635em;
  }
  .cta .ctaCtn {
    padding: 1em 0 1.5em 0;
  }

  .sliderTxtCote .txtSlide {
    padding-left: 4.666% !important;
    padding-right: 4.666% !important;
  }

  .colDroiteCtn {
    padding-left: 4.666% !important;
    padding-right: 4.666% !important;
  }

  .colsCtn .contenu {
    margin-right: 0;
  }

  .grid4 {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 30px;
    
  } 
  .col4 .insideBoxs {
    display: flex;
    align-items: center;
  }
  .col4 p {
    margin-top: 0 !important;
  }

  .listingArticles .d-3-10.th-full {
    flex-direction: column;
    padding-top: 1.5em;
  }
  .d-3-10 .cardNews img {
    max-height: 100%;
  }
  .listingGrid {
    grid-template-columns: repeat(1, 1fr);
  }
  .singleArticleMain {
    padding-right: 0;
    order: 1;
  }
  .singleArticleSidebar {
    order: 2;
    padding-top: 2em;
  }
  .sidebarArticles {
    border-left: none;
    border-top: 2px solid currentColor;
    padding-left: 0;
    padding-top: 1.5em;
  }
  .listingArticles .padBottom {
    padding-bottom: 0;
  }
  .flexBlog {
    flex-direction: column;
  }

  article .noBanner .textebanner {
    padding-top: 3.8em;
  }

  article .page .textebanner {
    padding-left: 0;
  }
  article .homeBanner .textebanner {
    padding: 3.5em 0 1em 0;
  }
  article .homeBanner .padLR {
    padding-left: 0;
    padding-right: 0;
  }

  .theToggleCtn .titleCtn {
    padding-right: 0.5em;
  }

  .col3 .theBox {
    padding: 1.2727272727273em 1.5em 1.2727272727273em 1.2em;
  }

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

  .menuFooter {
    padding-bottom: 0.3em;
  }
  .coordo {
    padding-bottom: 0.5em;
  }

  .col_liens .flex-ctn:has(.col3) {
    gap: 30px;
  }

  .insidePage .ctn50Full .colonne_1 .h5050-text {
    padding-left: 0;
  }

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


  .padBottom {
    padding-bottom: 1.136364em;
  }
  .ctaParent .ctaCtn .btn {
    margin-bottom: 0 !important;
    margin-top: 1.8em !important;
  }
  .ctaParent .ctaCtn .texte {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
  }
  .ctaParent .ctaCtn .btn {
    margin-bottom: 0 !important;
    margin-top: 1.8em !important;
  }
  .cta.ctaParent .ctaCtn {
    padding: 1em 1.5em 1.5em 1.5em;
  }

  .sliderCarteImg .colDroiteCtn {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .noToggleCtn h4 {
    padding-right: 0;
    padding-bottom: 0.5em;
  }

  .child-pages-listing {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1.454545em;
  }

  .grid2 {
    grid-template-columns: repeat(1, 1fr);
  }

  .h5050-image img {
    max-height: 50svh;
  }
  h6 {
    line-height: 1.37727272727272727rem;
     font-size: 0.8363636363636364em;
  }
  .col4 p {
    line-height: 1.145455rem;
  }

  .colFooter h6 {
    padding-top: 1.5em;
  }


  /* Formulaire responsive */
  .txtBottom:has(.nf-form-cont) {
    padding: 2em 1.5em;
  }
  .nf-cell {
    float: none;
    width: 100% !important;
    padding: 5px 0;
  }
  .page .nf-form-content .nf-row {
    display: flex;
    flex-direction: column;
  }
  .ctnBtn.flex-ctn {
    flex-direction: row;
  }
  .bannerChild .colonne_2 .h5050-half-inner {
    margin-top: 1.045455em;
  }
  .page .textebanner h6 {
    margin-bottom: 0.5em !important;
  }


  .wpml-ls-native {
    font-size: max(12px, 0.8rem);
  }

  .sliderCarteImg .slick-slide img {
    max-height: 18.136364em;
  }

  .btn {
    text-align: left;
  }


}

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

  h6 {
    line-height: 2;
    font-size: max(12px, 0.6363636363636364rem);
  }
  h2 {
    line-height: 2.1rem !important;
  }

  .col3 .theBox p {
    font-size: 0.8181818181818182em;
  }

  .padTB {
    padding-top: 2.136364em;
    padding-bottom: 2.136364em;
  }
  .container8 {
      padding-left: 0 !important;
      padding-right: 0 !important;
  }
  .container10 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .colFooter {
    padding: 0;
  }
  .logoFooter {
      padding-left: 0;
  }
  .coordo {
    padding-bottom: 0;
  }
  .colFooter {
    padding: 1em 0;
  }
  .politiqueCopyCtn {
    padding: 0;
    margin-top: 1.445455em;
    margin-bottom: 1.445455em;
    flex-direction: column;
  }

  .home .bannerCtn {
    padding-left: 0;
    padding-right: 0;
  }

   .homeBanner .textebanner {
    padding: 2.5em 1.3636363636363635em 3em 1.3636363636363635em;
  }

  .h5050-text {
    padding-left: 0;
    padding-right: 0;
  }

  .col3 .theBox p {
    font-size: 0.8581818181818182em;
    line-height: 1.2909090909090908rem;
  }

  .grid4 {
    grid-template-columns: repeat(1, 1fr);
    padding-left:4em;
  } 
  .col4 .grid4 {
    padding-left: 1em;
  }

  .colDroiteCtn {
      padding-left: 0 !important;
      padding-right: 0 !important;
  }
  .content-h5050 .type-imag {
    padding-left: 0;
    padding-right: 0;
  }
  .noToggleCtn .ctnBtn.flex-ctn {
    gap: 10px;
  }

  .theToggleCtn .titre {
    padding-bottom: 1em;
  }

  /* SLIDER CARTES IMG — mobile */
  .sliderCarteImg .d-1-12 {
    display: none;
  }
  .sliderCarteImg .d-11-12 {
    width: 100%;
  }
  .sliderCarteImg .sliderCarteHeader {
    align-self: flex-start;
    flex-shrink: 0;
    height: auto;
  }
  .sliderCarteImg .slider-nav-mobile {
    display: flex;
    padding-left: 0;
    padding-bottom: 0;
    flex-shrink: 0;
    align-items: flex-end;
    height: auto;
  }

  .insidePage .theToggleCtn h5 {
    font-size: 0.7681818181818181em;
  }
  .insidePage .theToggleCtn .rowWrap {
    padding: 0.6em 0 0.6em 0;
  }

  .logoReseaux {
    padding-bottom: 1.090909em;
  }

  /* Formulaire responsive */
  .txtBottom:has(.nf-form-cont) {
    padding: 1.5em 0;
  }

  .grid4 {
    gap: 20px 30px;
  }

  .colsCtn .contenu {
    padding: 0.2em 0 1em 0;
  }
  .col3Forfaits .colsCtn {
    padding: 1.272727em 0;
  }
  .col3Forfaits.padBottom105 {
    padding-bottom: 0;
  }

  .h5050-text p:has(em) {
    margin-top: 0em;
  }

}
@media screen and (max-width: 400px) {
  .grid4 {
    padding-left: 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: 1440px) {
  .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-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-col {
  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*/

@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .page.bannerParent .flex-ctn {
    align-items: stretch;
  }
  .page.bannerParent .theBannerImg {
    display: flex;
    flex-direction: column;
  }
  .page.bannerParent .theBannerImg .h5050-half-inner {
    display: flex;
    flex-direction: column;
    flex: 1;
  }
  .page.bannerParent .theBannerImg .h5050-image {
    display: flex;
    flex-direction: column;
    flex: 1;
  }
  
  .page.bannerParent .theBannerImg .h5050-image img {
    flex: 1;
    min-height: unset;
    max-height: unset;
    object-fit: cover;
  }
}

/*# sourceMappingURL=style.css.map */
