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

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


/*

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

*/


:root {
  --font-family: 'Roboto', sans-serif;
  --font-titles: 'Poppins', sans-serif;
  --transitionTiming: 0.2s ease-out; 
  --bleu : #0A66A1;
  --bleuF : #03253A;
  --bleuP : #C0E4E3;
  --noir: #162815;
  --turquoiseP : #C0E3E3; 
  --turquoise : #7BCBCC;
  --vert : #66AC64;
  --vertP : #BADF49;
  --bourgogne : #210602;
  --orange : #F9B517;
  --rougeOrange : #F15A46;
  --mauve : #874799;
  --violet : #2E1946;
  --lavande: #F5D6FF;
  --gris : #EFF3F7;
  --rose: #FAB49E;
}

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

/* Headings */
h1, h2, h3, h4 {
  font-family: var(--font-titles);
  color: var(--violet);
}
h1 {
  font-size: clamp(50px, calc(2rem + 2vw), 70px); /*modifier et retirer les media queries*/
  line-height: 1.0571428;
  font-weight: 700; /* Black */
  letter-spacing: var(--letterspacing-20);
  margin-bottom: 1.177778rem !important;
}

h2 {
  font-size: 2.66666667em; /* 48px */
  line-height: 2.83333333rem; /* 51px */
  font-weight: 700; /* Bold */
  letter-spacing: var(--letterspacing-30);
  margin-bottom: 1.177778rem !important;
}

h3 {
  font-size: 2em; /* 36px */
  line-height: 2.22222222rem; /* 40px */
  font-weight: 700; /* Regular */
  letter-spacing: var(--letterspacing-30);
  margin-bottom: 0.7893em !important;
  color: var(--violet);
}

h4 {
  font-size: 1.55555556em; /* 28px */
  line-height: 1.94444444rem; /* 35px */
  font-weight: 700; /* Bold */
  letter-spacing: var(--letterspacing-30);
  margin-bottom: 0.9993em !important;
}

h5 {
  font-family: var(--font-family);
  font-size: 1.22222222em; /* 22px */
  line-height: 1.77777778rem; /* 32px */
  font-weight: 400; /* Regular */
  letter-spacing: var(--letterspacing-30);
  margin-bottom: 1.177778rem !important;
}

h6 {
  font-size: 0.83333333em; /* 15px */
  line-height: 1.38888889rem; /* 25px */
  font-weight: 400; /* Regular */
  letter-spacing: var(--letterspacing-30);
}

/* Paragraph */
p {
  font-size: 1rem;
  line-height: 1.5555555;
  font-weight: 400; /* Regular */
  letter-spacing: var(--letterspacing-30);
  margin-bottom: 1.1111111111111112em !important;
  color: var(--violet);
}


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

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

.nf-form-content {
  padding: 10px 0;
}
.page .nf-field-container {
  margin-bottom: 0;
}

.page .nf-form-content .label-above .nf-field-label {
  margin-bottom: 2px;
  text-transform: uppercase;
}
.page .nf-form-content .listcheckbox-wrap .nf-field-label {
  margin-bottom: 5px;
}
.listcheckbox-container .nf-field-element label {
  font-size: 14px !important;
  line-height: 1.38888889rem;
  letter-spacing: 0 !important;
}
.formulaireEmploi .acf-checkbox-list.acf-bl label {
  font-size: 14px !important;
}
.listcheckbox-container .nf-field-element label:after {
  top: 7px;
}
#nf-field-8-container {
  border-bottom: 1px solid var(--violet);
  margin-bottom: 29px;
  padding-bottom: 15px;
  padding-top: 15px;
}
.listcheckbox-wrap .nf-field-element label:after {
  width: 12px;
  height: 12px;
  border-color: var(--mauve) !important;
  border-radius: 3px !important;
  border: 1px solid var(--mauve) !important;
  left: 2px;
}
.list-checkbox-wrap .nf-field-element li label {
  padding-left: 0 !important;
  font-size: 0.8em !important;
}
.listcheckbox-wrap .nf-field-element ul {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    justify-items: start;
}
textarea {
  border-radius: 5px !important;
}
.page .nf-form-content label,
.nf-field-label .nf-label-span, 
.nf-field-label label {
  font-size: 10px;
  font-weight: 500 !important;
  color: var(--violet);
  letter-spacing: 0.1em;
  padding-left: 10px !important;
}
.field-wrap .nf-field-element {
  padding-top: 0 !important;
  text-transform: none;
}
.nf-form-content .list-select-wrap .nf-field-element>div, 
.nf-form-content input:not([type=button]), 
.nf-form-content textarea {
  border: none !important;
}
textarea {
  margin-bottom: 1.04444444444444em !important;
}
.field-wrap.submit-wrap.textbox-wrap .nf-field-element {
  display: flex;
  justify-content: center;
}

.page .nf-form-content input:not([type=submit]) {
  background-color: #fff !important;
  padding: 0.6966666666666667em !important;
  border-radius: 5px;
}
.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 {
  padding: 3px 8px;
  height: auto;
  color: #000;

}
.page .nf-form-content .list-select-wrap .nf-field-element>div {
  height: 35px;
}
.page .nf-form-content .list-select-wrap>div div:after {
  height: 42px;
}
.page .nf-form-content input:not([type=submit]) {
  background-color:#fff!important;
}
.page .list-radio-wrap .nf-field-element ul {
  margin-top: 5px!important;
}
.page .nf-form-content .listradio-wrap li, 
.page .list-radio-wrap .nf-field-element li label {
  margin-bottom: 4px!important;
  padding-left: 0;
}
.page .listradio-wrap .nf-field-element label.nf-checked-label:before {
  top: 0.3em;
}

.page .nf-error.field-wrap .nf-field-element:after {
  display: none;
}
.page .nf-error .nf-error-msg {
  font-size: 12px;
}
.page .nf-form-content textarea {
  background-color: #fff;
}

.page .nf-field-container.subForm {
  background-color: #fff;
  padding: 15px 15px 5px;
}


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

section p:last-of-type{
  margin-bottom: 0!important;
}

.padTB{
  padding-top: 3.3333333333333335em;
  padding-bottom: 3.3333333333333335em;
  display: inline-block;
  width: 100%;
}
.padTop{
  padding-top: 3.3333333333333335em;
  display: inline-block;
  width: 100%;
}
.padBottom{
  padding-bottom: 3.3333333333333335em;
  display: inline-block;
  width: 100%;
}
.padTB80 {
  padding-top: 4.444444444444445em;
  padding-bottom: 4.444444444444445em;
  display: inline-block;
  width: 100%;
}
.padTop80 {
  padding-top: 4.444444444444445em;
  display: inline-block;
  width: 100%;
}
.padTB120 {
  padding-top: 6.666666666666667em;
  padding-bottom: 6.666666666666667em;
  display: inline-block;
  width: 100%;
}
.padTop120 {
  padding-top: 6.666666666666667em;
  display: inline-block;
  width: 100%;
}
.padBottom120 {
  padding-bottom: 6.666666666666667em;
  display: inline-block;
  width: 100%;
}
.padLR{
  padding-left: 0.5555555555555556em;
  padding-right: 0.5555555555555556em;
  display: inline-block;
  width: 100%;
}

.padLRBig {
  padding-left: 2.1666666666666665em;
  padding-right: 2.1666666666666665em;
  display: inline-block;
  width: 100%;
}
.padLRInt {
  padding-left: 2.1666666666666665em;
  padding-right: 2.1666666666666665em;
  display: inline-block;
  width: 100%;
}

.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;
}
.inverted .flexThat{
  direction: rtl;
}
.inverted .flexThat .h5050-half-inner{
  direction: ltr;
}

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

/*Backgrouds*/
.bg {
  border-radius: 15px;
  width: 100%;
}
.bg.bgBlanc{
  background-color: #fff;
}
.bg.bgBleu{
  background-color: var(--bleu);
}
.bg.bgBleu h1,
.bg.bgBleu h2,
.bg.bgBleu h3,
.bg.bgBleu h4,
.bg.bgBleu h6 {
  color: var(--turquoise);
}

.bg.bgTurquoiseP{
  color: var(--bleuF);
  background-color: var(--turquoiseP);
}
.bg.bgTurquoise{
  background-color: var(--turquoise);
}
.bg.bgVert{
  background-color: var(--vert);
}
.bg.bgVertP{
  color: var(--noir);
  background-color: var(--vertP);
}
.bg.bgVertP h1,
.bg.bgVertP h2 {
  color: var(--noir);
}
.bg.bgOrange{
  color: var(--bourgogne);
  background-color: var(--orange);
}
.bg.bgRose{
  color: var(--bourgogne);
  background-color: var(--rose);
}

.bg.bgMauve{
  background-color: var(--mauve);
}
.bg.bgMauve h1,
.bg.bgMauve h2,
.bg.bgMauve h3,
.bg.bgMauve h4,
.bg.bgMauve h5,
.bg.bgMauve h6,
.bg.bgViolet h2,
.bg.bgViolet h3,
.bg.bgViolet h4,
.bg.bgViolet h5,
.bg.bgViolet h6,
.bg.bgViolet h1 {
  color: var(--rose);
}
.bg.bgLavande {
  color: var(--violet);
  background-color: var(--lavande);
}
.bg.bgViolet{
  background-color: var(--violet);
  color: #fff;
}
.bg.bgViolet p {
  color: #fff;
}
.bg.bgGris{
  background-color: var(--gris);
}
.bg.bgBleuP {
  color: var(--bleuF);
  background-color: var(--bleuP);
}
.bg.bgRose h4,
.bg.bgRose h6,
.bg.bgOrange h4, 
.bg.bgOrange h6,
.bg.bgVertP h4,
.bg.bgVertP h6 {
  color: var(--bourgogne);
}
.bg.bgVertP.ctnCarte * {
  color: var(--noir);
}
.bg.bgBleuP h4,
.bg.bgBleuP h6 {
  color: var(--bleuF);
}

/*BOUTONS*/
.btn,
input[type=submit].btn,
.ctnBtn input[type=submit].btn,
.acf-button.button.button-primary.button-large {
  --valeurEspace: 3px; /*comme cela, pas obligé de répéter ce chiffre partout ET en responsive, c'est juste ce chiffre que tu dois changer :D*/
  font-family: var(--font-titles);
  display: inline-block;
  position: relative;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 600;
  padding: 0.6em 1em;
  border: 3px solid var(--mauve);
  border-radius: 15px;
  color: var(--violet);
  transition: cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.4s;
  transform: translate(var(--valeurEspace), calc(0px - var(--valeurEspace)));
  box-shadow: calc(0px - var(--valeurEspace)) var(--valeurEspace) 0px 0px var(--mauve);
  text-decoration: none !important;
}
.btn:hover,
.acf-button.button.button-primary.button-large:hover {
  color: #fff;
  border: 3px solid var(--mauve);
  background-color: var(--mauve);
  box-shadow: 0px 0px 0px 0px var(--mauve);
  transform: translate(0, 0);
}
.ctnBtn input[type=submit].btn,
.acf-button.button.button-primary.button-large,
#rmp_menu_trigger-429 {
  color: var(--violet) !important;
  background-color: var(--gris) !important;
  border: 3px solid var(--mauve) !important;
  padding: 0.6em 1em !important;
}
#rmp_menu_trigger-429 {
  --valeurEspace: 3px; 
  transition: cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.4s !important;
  transform: translate(var(--valeurEspace), calc(0px - var(--valeurEspace))) !important;
  box-shadow: calc(0px - var(--valeurEspace)) var(--valeurEspace) 0px 0px var(--mauve) !important;
}
.acf-button.button.button-primary.button-large {
  padding: 0.8em 1em !important;
}
.ctnBtn input[type=submit].btn:hover,
.acf-button.button.button-primary.button-large:hover {
  color: #fff !important;
  border: 3px solid var(--mauve) !important;
  background-color: var(--mauve) !important;
  box-shadow: 0px 0px 0px 0px var(--mauve) !important;
  transform: translate(0, 0) !important;
}

.btn.btnHeader {
  padding: 0.5777777777777778em 0.7222222222222222em;
  border-color: var(--rougeOrange);
  background-color: var(--gris);
  color: var(--violet);
  box-shadow: calc(0px - var(--valeurEspace)) var(--valeurEspace) 0px 0px var(--rougeOrange);
}
.btn.btnHeader:hover {
  background-color: var(--rougeOrange);
  color: #fff;
  box-shadow: 0 0 0px 0px var(--rougeOrange);
}
.btn.btnHeader a:hover {
  color: #fff;
}

.btn.btnBorderOrange { 
  border-color: var(--rougeOrange);
  background-color: #fff;
  color: var(--noir);
  box-shadow: calc(0px - var(--valeurEspace)) var(--valeurEspace) 0px 0px var(--rougeOrange);
}
.btn.btnBorderOrange:hover {
  background-color: var(--rougeOrange);
  box-shadow: 0px 0px 0px 0px var(--rougeOrange);
}

.bgBleu .btn,
.btn.btnBleu {
  border-color: var(--turquoise);
  background-color: var(--bleu);
  color: #fff;
  box-shadow: calc(0px - var(--valeurEspace)) var(--valeurEspace) 0px 0px var(--turquoise);
}
.bgBleu .btn:hover,
.btn.btnBleu:hover {
  background-color: var(--turquoise);
  color: #fff;
  box-shadow: 0px 0px 0px 0px var(--turquoise);
}

.bgTurquoise .btn,
.btn.btnTurquoise {
  border-color: var(--bleu);
  background-color: var(--turquoise);
  color: var(--bleu);
  box-shadow: calc(0px - var(--valeurEspace)) var(--valeurEspace) 0px 0px var(--bleu);
}
.bgTurquoise .btn:hover,
.btn.btnTurquoise:hover {
  background-color: var(--bleu);
  color: var(--turquoise);
  box-shadow: 0px 0px 0px 0px var(--bleu);
}

.bgBleuP .btn,
.btn.btnBleuP {
  border-color: var(--bleuF);
  background-color: var(--bleuP);
  color: var(--bleuF);
  box-shadow: calc(0px - var(--valeurEspace)) var(--valeurEspace) 0px 0px var(--bleuF);
}
.bgBleuP .btn:hover,
.btn.btnBleuP:hover {
  background-color: var(--bleuF);
  color: var(--bleuP);
  box-shadow: 0px 0px 0px 0px var(--bleuF);
}


.bgVert .btn,
.btn.btnVert {
  border-color: var(--vert);
  background-color: var(--vertP);
  color: var(--vert);
  box-shadow: calc(0px - var(--valeurEspace)) var(--valeurEspace) 0px 0px var(--vert);
}
.bgVert .btn:hover,
.btn.btnVert:hover {
  background-color: var(--vert);
  color: var(--vertP);
  box-shadow: 0px 0px 0px 0px var(--vert);
}

.banniere .bgVertP .btn,
.banniere .btn.bgVertP {
  border-color: var(--vert);
  background-color: var(--vertP);
  color: var(--noir);
  box-shadow: calc(0px - var(--valeurEspace)) var(--valeurEspace) 0px 0px var(--vert);
}
.banniere .bgVertP .btn:hover,
.banniere .btn.bgVertP:hover {
  background-color: var(--vert);
  border-color: var(--vert);
  color: var(--noir);
  box-shadow: 0px 0px 0px 0px var(--vert);
}

.bgVertP .btn,
.btn.btnVertP {
  border-color: var(--noir);
  background-color: var(--vertP);
  color: var(--noir);
  box-shadow: calc(0px - var(--valeurEspace)) var(--valeurEspace) 0px 0px var(--noir);
}
.bgVertP .btn:hover,
.btn.btnVertP:hover {
  border-color: var(--noir);
  background-color: var(--noir);
  color: var(--vertP);
  box-shadow: 0px 0px 0px 0px var(--vert);
}

.bgOrange .btn,
.btn.btnOrange {
  border-color: var(--bourgogne);
  background-color: var(--orange);
  color: var(--bourgogne);
  box-shadow: calc(0px - var(--valeurEspace)) var(--valeurEspace) 0px 0px var(--bourgogne);
}
.bgOrange .btn:hover,
.btn.btnOrange:hover {
  background-color: var(--bourgogne);
  color: var(--orange);
  box-shadow: 0px 0px 0px 0px var(--bourgogne);
}
.bgRose .btn,
.btn.btnRose {
  border-color: var(--bourgogne);
  background-color: var(--rose);
  color: var(--bourgogne);
  box-shadow: calc(0px - var(--valeurEspace)) var(--valeurEspace) 0px 0px var(--violet);
}
.bgRose .btn:hover,
.btn.btnRose:hover {
  background-color: var(--bourgogne);
  color: var(--rose);
  box-shadow: 0px 0px 0px 0px var(--bourgogne);
}
.bgMauve .btn,
.btn.btnMauve {
  border-color: var(--mauve);
  color: var(--violet);
  box-shadow: calc(0px - var(--valeurEspace)) var(--valeurEspace) 0px 0px var(--mauve);
}
.bgMauve .btn:hover,
.btn.btnMauve:hover,
.bg.bgBlanc .btn.btnMauve:hover {
  background-color: var(--mauve);
  color: #fff;
  box-shadow: 0px 0px 0px 0px var(--mauve);
}
.bg.bgBlanc .btn.btnMauve {
  background-color: #fff;
}


.bgLavande .btn,
.btn.btnLavande {
  border-color: var(--violet);
  background-color: var(--lavande);
  color: var(--violet);
  box-shadow: calc(0px - var(--valeurEspace)) var(--valeurEspace) 0px 0px var(--violet);
}
.bgLavande .btn:hover,
.btn.btnLavande:hover {
  background-color: var(--violet);
  color: var(--lavande);
  box-shadow: 0px 0px 0px 0px var(--violet);
}
.bgViolet .btn,
.btn.btnViolet {
  border-color: var(--rougeOrange);
  background-color: var(--violet);
  color: var(--rose);
  box-shadow: calc(0px - var(--valeurEspace)) var(--valeurEspace) 0px 0px var(--rougeOrange);
}
.bgViolet .btn:hover,
.btn.btnViolet:hover {
  background-color: var(--rougeOrange);
  color: var(--violet);
  box-shadow: 0px 0px 0px 0px var(--rougeOrange);
}

.btn.btnGris{
  border-color: var(--mauve);
  background-color: var(--gris);
  color: var(--mauve);
  box-shadow: calc(0px - var(--valeurEspace)) var(--valeurEspace) 0px 0px var(--mauve);
}
.btn.btnNoBorder {
  border: none;
  color: var(--noir);
  border-bottom: 3px solid var(--rougeOrange);
  border-radius: 15px 15px 0 0;
  padding: 0.5em 0em;
  box-shadow: none;
  background-color: var(--gris);
}
.btn.btnNoBorder:hover {
  background-color: var(--gris);
  color: var(--noir);
}
.bg.bgBlanc .btn.btnNoBorder {
  background-color: #fff;
}
.bg.bgBlanc .btn.btnNoBorder:hover {
  background-color: #fff;
  color: var(--noir);
}




/*LISTES*/
.h5050-text li{
  list-style-type: none;
  position: relative;
}
/*ol li,
ul li{
  font-family: var(--theFont)!important;
  font-weight: 400!important;

}*/
ul li::marker {
  color: var(--rougeOrange);
}
ul li {
  margin-bottom: 0.8166666666666667em;
  line-height: 1.5555555555555556em;
}
ul  {
  padding-left: 1em !important;
  padding-bottom: 1em;
}
.singleEmploi ul,
.singleEvent ul {
  padding-bottom: 1em;
}
.singleEmploi .colGauche  p:last-of-type {
  margin-bottom: 1.1111111111111112em !important;
}


/*MENUS*/

.logo img {
  height: 75px; 
  width: auto;
  margin-left: 1.6555555555555556em;
  max-width: 15.722222222222221em;
}
.secondary-menu.nav,
.main-menu.nav{
  width: 100%;
  display: flex;
  align-items: center;
}
.secondary-menu .menu,
.main-menu .menu {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.secondary-menu .menu  {
  align-items: center;
}
.menuParent {
  width: 100%;
  margin-left: 4.22222em;
}
.menu-primary-menu-container {
  width: 100%;
}
.secondary-menu.nav .menu li,
.main-menu .menu  li{
  display: inline-block;
  list-style-type: none;
  position: relative;
}
.menuSecondaire li{
  padding-right: 0.7222222em;
}
.main-menu .menu li a {
  padding-right: 2em;
  padding-bottom: 5em;
}
.menuSecondaire li.btn.btnHeader {
  padding-right: 0.7222222222222222em;
  margin-right: 1.6em;
}
.menuSecondaire li:hover.btn.btnHeader {
  color: #fff;
}
.menuSecondaire li a {
  font-family: var(--font-titles);
  font-size: 0.8888888888888888em;
  font-weight: 400;
  color: var(--violet);
}
.menuSecondaire li.btn.btnHeader a {
  font-weight: 600;
  color: var(--violet);
}
.menuSecondaire li a
.main-menu li {
  padding-right: 1.633333em;
}
.main-menu li a {
  font-family: var(--font-titles);
  font-size: 0.8888888888888888em;
  font-weight: 600;
  color: var(--violet);
}
.flexMenu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#masthead i {
  color: var(--teal);
  margin-left: 1.6em;
  transition: var(--transitionTiming);
  font-size: 20px;
}

#masthead i:hover {
  color: var(--rougeOrange);
}
.menu li a:hover {
  color: var(--rougeOrange) !important;
}
.menu li:has(.btnHeader) a:hover {
  color: var(--violet);
}
.menu  li{
  margin: 0 0.6818181818181818em;
  transition: var(--transitionTiming);
  font-weight: 400 !important;
}
.menu li a{
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.menu .sub-menu {
  position: absolute;
  top: calc(4.033333rem + 1px);
  z-index: 999999999;
  padding: 0.5em 0 !important;
  opacity: 0;
  left: 50%;
  margin-left: 0;
  width: max-content;
  transform: translateX(-50%);
  visibility: hidden;
  font-weight: 400 !important;
  overflow: hidden;
  transition: opacity var(--transitionTiming), visibility var(--transitionTiming);
  box-shadow: none;
  max-width: 350px;
  background-color: var(--mauve); 
  border-radius: 0 0 15px 15px;
}
.menu .sub-menu li a {
  color: #fff;
  padding: 0.5555555555555556rem 1.1111111111111112rem;
}
.menu .menu-item-has-children a:after {
  font-family: "Font Awesome 7 Pro";
  content: "\f078";
  font-size: 1.2em;
  position: absolute;
  bottom: -1em;
  width: 100%;
  left: -13px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
  color: var(--rougeOrange);
}
.menu .menu-item-has-children a:hover:after {
  color: var(--rougeOrange);
}
.menu .menu-item-has-children .sub-menu a:after {
  display: none;
}
.sub-menu-toggle{
  display: none;
}
#menu-menu-principal.menu li.current-menu-item > a,
#menu-menu-principal.menu li a:hover {
  color: var(--rose);
}
.menu .sub-menu li:first-child { 
    padding-top: 0.555555555555556rem !important;
}
.menu .sub-menu li:last-child { 
    padding-bottom: 0.555555555555556rem !important;
}
.menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}
#rmp-menu-additional-content-355 a {
  color: #fff !important;
}
#rmp-menu-additional-content-355 a:hover {
  color: var(--teal) !important;
}

.menu .sub-menu li {
  display: block;
  padding: 0!important; 
}
.menu .sub-menu li:last-of-type {
  border-bottom: none;
}
.menu .sub-menu a {
  padding: 0.4rem 0.4rem 0.4rem 0;
  font-weight: 400;
  display: inline-block;
  border-radius: 0;
  line-height: 1.4;
}
.menu .sub-menu li:first-of-type {
  padding-top: 1rem;
}
.menu .sub-menu a:hover{
  color: var(--rose) !important;
}


/*RESPONSIVE MENU*/
#rmp_menu_trigger-429 .rmp-trigger-box {
  color: var(--violet) !important;
}
.responsive-menu-pro-inner,
.responsive-menu-pro-inner:before,
.responsive-menu-pro-inner:after {
  background-color: var(--violet) !important;
}
#rmp-menu-title-429 .rmp-menu-title-image {
  height: 67px;
  width: 100%;
  padding-right: 5.5em;
}
.ctnBtn input[type=submit].btn, 
.acf-button.button.button-primary.button-large, 
#rmp_menu_trigger-429 {
  color: var(--violet) !important;
  background-color: var(--gris) !important;
  border: 3px solid var(--mauve) !important;
  padding: 0.6em 0.8em !important;
}

/*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-slide {
  height: auto !important;
}
.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 {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 2px!important;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 7px!important;
  line-height: 17px!important;
  text-align: center;
  color: var(--bleuF);
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all var(--transitionTiming); 
}
.slick-dots li.slick-active button:before {
  color: var(--bleuF)!important;
  opacity: 0.75!important;
}
.slick-dots li:not(.slick-active) button:hover:before { /*créer*/
    font-size: 12px !important;
}
.slick-dotted.slick-slider {
 margin-bottom: 0 !important;
}

/*RESEAU SOCIAUX*/
.leReseau{
  display: inline-block;
}
.leReseau i{
  color: var(--bleuSS);
  font-size: 1.1em;
  margin:0 0.4rem;
}
/*HEADER*/
#masthead{
  padding: 1.2em 0;
  min-height: 6.444444444444445em;
}
.btn.btnHeader:hover a {
  color: var(--violet) !important;
}
/*FOOTER*/

#colophon{
  float: left;
  background-color: var(--violet);
  display: inline-block;
  width: 100%;
  padding-top: 4.166666666666667em;
}
#colophon ul{
  list-style-type: none;
  padding-left: 0 !important;
}
#colophon ul li a:hover{
  text-decoration: none;
}
#colophon ul li{
  margin-bottom: 0.2em;
  width: 100%;
  display: inline-block;
}
#colophon ul li:last-of-type{
  margin-bottom: 0;
}
#colophon ul li a{
  color: #fff;
  display: inline-block;
  font-size: 0.87em;
}
#colophon .menu-item-has-children:nth-of-type(2) {
  margin-top: 1.6666666666666667em;
}
#colophon a:hover,
#colophon .contactFooter a:hover,
#colophon .menuFooter .menu-item-has-children > a:hover {
  color: var(--rougeOrange);
}
#colophon h2,
#colophon a,
#colophon p {
  color: #fff;
}
#colophon h2 {
  margin-bottom: 0.444444444444444em;
  text-wrap: balance;
}
#colophon .menuFooter .menu-item-has-children > a {
  color: var(--rose);
  margin-bottom: 0.4777777777777777em;
}
.contactFooter {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.contactPolitique {
  font-size: 0.85em;
}
#colophon .gridFooter {
  display: flex;
  align-items: stretch;
}
#colophon .gridFooter > .col {
  display: flex;
  flex-direction: column;
}
.contactLien p {
  margin-bottom: 0.25em;
}
#colophon .contactFooter * {
  text-align: right;
  margin-bottom: 0.5em !important;
}
#colophon .imgFooter {
  padding: 0 7.777777777777778em;
}
.imgFooter a { 
  text-align: center;
}
.imgFooter a:hover { 
    transform: scale(0.95);
}
.menuFooter .sub-menu li {
  color: #fff;
}
#colophon .contactLien a {
  color: var(--rose);
}
#colophon a { 
    transition: all cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.4s;
}
.copyRightMedia {
  padding-top: 4.555555555555555em;
  padding-bottom: 2.111111111111111em;
}
.rsFooter {
  text-align: center;
}
.copyRight {
  display: flex;
  justify-content: space-between;
  font-size: 0.9em;
}

.copyRight p {
  margin-bottom: 0;
  font-size: 0.7em;
}
.copyRight a{
  text-decoration: none;
}
.copyRightMedia .coloc {
  text-align: right;
}


/*

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

*/

/*MEDIA QUERIES*/
@media screen and (max-width: 1910px) {
  .carteCtn {
    max-width: 24.444444444444443em;
  }
  .imgFooter img{
    width: 100%;
  }

  .main-menu.nav {
    justify-content: flex-end !important;
  }
}

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

}
@media screen and (max-width: 1680px) {
  .padLRBig {
    padding: 0;
  }
  .padLRBig.slider5050 {
    padding-left: 2.1666666666666665em;
    padding-right: 2.1666666666666665em;
  }
  .skins .container8 {
    padding-left: 8.333%;
    padding-right: 8.333%;
  }
  .ctnCarte {
    max-width: 24.444444444444443em;
  }
  .gridCartes {
    padding-left: 8.333%;
    padding-right: 8.333%;
  }
  .sliderTextCtn {
    padding-left: 8.666% !important;
    padding-right: 8.666% !important;
  }

  .menuParent {
    width: 100%;
    margin-left: 2.22222em;
  }

  .liste5050 .padLRBig {
    padding-left: 2.1666666666666665em;
    padding-right: 2.1666666666666665em;
  }

  .liste5050 .sliderTextCtn {
      padding-left: 1.666% !important;
      padding-right: 1.666% !important;
  }

}

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

  .skins .container8 {
    padding-left: 4.333%;
    padding-right: 4.333%;
  }
  .skins .h5050-text.container8 {
    padding-left: 8.333%;
    padding-right: 8.333%;
  }

  .main-menu .menu li a {
    padding-right: 1em;
  }
  .menuSecondaire li {
    margin-left: 0;
  }
  .secondary-menu.nav, .main-menu.nav {
    justify-content: center;
  }
  .menuParent {
    margin-left: 4.22222em;
  }

  .gridCartes {
    padding-left: 0;
    padding-right: 4.333%;
  }

  .sliderEvent5050 .le_slider .slick-prev {
    right: 13.5% !important;
  }

  .listingEmplois .emploiCtn h4 {
    padding-right: 4.611111rem;
  }

  .h5050-text.container8 {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .ctn100 .flexThat img {
    width: 60%;
  }

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

  .banniereInt .mauveP {
    background-image: url(images/banniereMauveInt.png);
    background-repeat: no-repeat;
    background-position: left -4em top 0 !important;
  }



}
@media screen and (max-width: 1280px) {
    .main-menu .menu li a {
        padding-right: 0em;
    }
/*    .main-menu .menu li a {
      font-size: 0.7888888888888888em;
    }*/
    .menu .menu-item-has-children a:after {
      font-size: 1.1em;
      left: -2px;
   }
   .menuSecondaire li {
      margin-right: 0;
   }
   .menuSecondaire li a {
      font-size: 0.6888888888888888em;
    }
    .menuParent {
      margin-left: 3.22222em;
    }
    .logo img {
      width: 100%;
    }
    .menuParent {
      margin-left: 3.22222em;
    }

    .banniereInt.maxW .bleuP {
      background-position: left -5em top 0;
    }

    .borderBanniere.flexThat {
      justify-content: center;
    }
/*    .borderBanniere {
      min-height: auto !important;
    }*/


    .bgImg {
      min-height: 20.166667em !important;
    }

    .grid3cols {
      grid-template-columns: repeat(2, 1fr) !important;
      margin: 0 !important;
    }
     


    .gridCartes {
      padding-left: 0;
      padding-right: 8.333%;
    }

    .sliderEvent5050 .slider5050event {
      flex-direction: column;
    }
    .sliderEvent5050 .slider5050event img {
      border-radius: 15px 15px 0 0 !important;
      height: auto !important;
    }
    .sliderEvent5050 .slick-prev {
      right: 12.5% !important;
    }
    .sectionSlider5050.sliderEvent5050 .sliderWrapper .slider-nav {
      right: 7.555556em;
      bottom: -1.255556em;
    }
    .boxSlider {
      padding: 0 4em;
    }

    .listingEmplois .emploiCtn h4 {
      padding-right: 1em;
    }

    .flexSlide {
      flex-direction: column;
    }
    .bgImg {
      border-radius: 15px 15px 0 0 !important;
    }

    .banniereInt .borderBanniere {
      background-position: left -1em bottom 0;
    }

    .singleEmploi .container10 {
      padding: 0 !important;
    }
}
@media screen and (max-width: 1100px) {
  .sectionSlider5050 .slick-prev, .sectionSlider5050 .slick-next {
    top: 90% !important;
  }
  .sliderEvent5050 .le_slider .slick-prev {
    right: 15.8% !important;
  }
  .flexSliderEvent .sliderEvent5050 h4 {
    padding-top: 1.575em;
  }

  .listcheckbox-wrap .nf-field-element ul {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
  }

  #colophon .imgFooter {
    padding: 0 4.777778em;
  }

  .boxSlider {
    padding: 0 2em;
  }


}
@media screen and (max-width: 1024px) {
  .singleEmploi .colDroite{
    border-left: none!important;
  }
  .slider5050event img{
    margin-top: 0!important;
  }

  h5 {
    font-size: 1.12222222em;
    line-height: 1.67777778rem;
  }
  ul {
    padding-left: 0 !important;
  }
  .padTB120 {
    padding-top: 3.666667em;
    padding-bottom: 3.666667em;
  }
  .flexEnd {
    justify-content: center !important;
  }
  .flexThat {
    flex-direction: column;
  }
  .skins .container6 {
    padding-left: 14.333%;
    padding-right: 14.333%;
  }
  .skins .container8,
  .listingEmplois .emploiCtn {
    padding-left: 8.333%;
    padding-right: 8.333%;
  }
  .padBottom {
    padding-bottom: 2.833333em;
  }
  .padTB {
    padding-top: 2.833333em;
    padding-bottom: 2.833333em;
  }
  .padLRInt {
    padding-top: 3.1666666666666665em;
    padding-bottom: 3.1666666666666665em;
  }

  .rmp-menu-item-link:not(.rmp-menu-sub-level-item a) {
    font-weight: 600 !important;
  }

  .listingLogos .slick-track {
    display: flex !important;
    gap: 2.861111111111111rem;
  }

  .banniere .bg.bgViolet::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: var(--violet);
    opacity: 0.5;
  }
  .banniere .bg.bgBleu::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: var(--bleu);
    opacity: 0.5;
  }
  .banniere .bg.bgBleu,
  .banniere .bg.bgVertP {
    background-size: cover;
  }
  .borderBanniere {
    padding: 4em 0;
  }
  .bgImg {
    min-height: 27.166667em !important;
  }

  .boxSlider {
    margin-top: 3em;
    padding: 2em;
  }

  #masthead .flexThat {
    flex-direction: row;
  }
  #rmp-menu-title-429 {
    padding-top: 3% !important;
    display: flex;
    align-items: flex-start;
  }
  #rmp-container-429 #rmp-menu-title-429 > .rmp-menu-title-link {
    width: 46% !important;
  }
  #rmp-menu-wrap-429 .btn.btnHeader.rmp-menu-item {
    width: 30%;
    margin-top: 1em !important;
  }
  #rmp-menu-wrap-429 .btn.btnHeader .rmp-menu-item-link{
    padding: 0;
    padding-right: 0 !important;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-family: var(--font-titles) !important;
    font-weight: 600 !important;
  }
  #rmp-menu-wrap-429 .btn.btnHeader:hover .rmp-menu-item-link {
    background-color: var(--rougeOrange);
  }
  #rmp-menu-item-430.btn.btnHeader {
    margin-left: 5% !important;
    margin-top: 2% !important;
    padding: 0.2777777777777778em 0.3222222222222222em;
  }
  .banniere .flexThat {
    flex-direction: row;
    justify-content: space-between;
  }
  .txtBanniere {
    padding: 0;
  }

  .banniereInt .txtBanniere {
    padding: 0 2em !important;
  } 
  .banniere .txtBanniere {
    margin-top: 1.222222em;
    margin-bottom: 1.222222em;
  }

  .banniere .container img {
    padding-top: 0 !important;
    max-height: 30vw !important;
  }

  .ctn50normal .h5050-image {
    padding-left: 8.333%;
    padding-right: 8.333%;
  }
  .section5050cartes .gridCartes {
    padding-top: 4em;
    justify-items: center;
  }
  .leftSticky .carteTextCtn {
    margin-top: 0;
  }
  .gridCartes {
    padding-left: 0;
    padding-right: 0;
  }

  .listingEmplois .emploiCtn {
    flex-direction: column;
  }
  .separation {
    border-right: none !important;
    padding-right: 0 !important;
    border-bottom: solid 1px var(--rougeOrange);
    padding-bottom: 1.1666666666666665em;
  }
  .colDroite {
    padding-left: 0 !important;
    padding-top: 2.066667em !important;
  }
  .colGauche {
    padding-top: 0 !important;
  }
  .infoEmploi {
    padding-top: 2.844444em !important;
  }

  .singleEmploi ul {
    padding-left: 1em !important;
  }

  .sliderEvent5050 .le_slider .slick-prev {
    right: 12.5% !important;
  }

  .listingEmplois .padLRBig {
    padding-left: 1.72222222222222223em;
    padding-right: 1.7222222222222223em;
    padding-top: 0;
  }

  .listingEmplois .btn:not(.btn.btnNoBorder) {
    margin-top: 2em;
  }
  .emploiCtn .padLRBig {
    padding: 0 !important;
  }
  .emploiCtn {
    text-align: center;
  }
  .btn.btnNoBorder {
    margin-top: 1em;
  }

  .le_slider .flexThat {
    padding-left: 8.666% !important;
    padding-right: 8.666% !important;
  }
  .spacing.padLR {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .slider5050 {
    padding-top: 2em;
  }
  .boxSlider {
    margin-top: 0;
  }
  .boxSlider img {
    margin-top: 6em;
    padding: 0;
  }
  .banniere .le_slider .flexThat {
    padding: 0 !important;
  }
  .sectionSlider5050.sliderEvent5050 .sliderWrapper .slider-nav {
    right: 7.955556em;
    bottom: -1.55556em;
  }

  .liste5050 .padListe {
    border-left: none !important;
  }
  .liste5050 .padListe::before {
    content: '';
    display: block;
    width: 100%; 
    border-top: solid 1px var(--rougeOrange);
    margin: 0 0 1.6em 0;
  }
  .padListe h5 {
    padding-left: 0 !important;
  }

  .skins .h5050-text.container8 {
    padding-left: 4.333%;
    padding-right: 4.333%;
  }


  .section5050cartes .gridCartes {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 colonnes */
    grid-template-rows: auto; /* Laisse les rangées se créer automatiquement */
    gap: 20px;
  }
  .section5050cartes .gridCartes .bg {
    height: auto;
    border-radius: 5px;
    display: grid;
  }
  .section5050cartes .gridCartes .bg:nth-child(1),
  .section5050cartes .gridCartes .bg:nth-child(2),
  .section5050cartes .gridCartes .bg:nth-child(3),
  .section5050cartes .gridCartes .bg:nth-child(4),
  .section5050cartes .gridCartes .bg:nth-child(5) {
    grid-row: auto !important;
    grid-column-start: auto !important;
    grid-row-start: auto !important;
  }
  .section5050cartes .gridCartes .bg:nth-child(odd) {
  justify-self: end;
  }

  /* Colonne 2 (éléments pairs) - alignés à gauche */
  .section5050cartes .gridCartes .bg:nth-child(even) {
    justify-self: start;
  }
  .sliderEvent5050 .flexThat {
    flex-direction: column-reverse;
  }

  .sectionSlider5050:not(.sliderEvent5050) .slider-nav {
    left: 4.955556em !important;
  }


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

  .section5050cartes .carteTextCtn {
    margin-top: 0;
  }


  .nf-cell[style*="width: 50%"] {
    width: 100% !important;
  }
  .ctn100 h4 {
    padding: 0 !important;
  }

  
  .section5050cartes .gridCartes {
    grid-template-columns: 1fr;
  }
  
  /* Réinitialiser l'alignement - tout centré */
  .section5050cartes .gridCartes .bg:nth-child(odd),
  .section5050cartes .gridCartes .bg:nth-child(even) {
    justify-self: center; /* ou start/end selon ta préférence */
  }

}

@media screen and (max-width: 768px) {
  .skins .container8,
  .listingEmplois .emploiCtn {
    padding-left: 4.333%;
    padding-right: 4.333% ;
  }
  .skins .container6 {
    padding-left: 8.333%;
    padding-right: 8.333%;
  }
  .padLRInt {
    padding: 0;
  }


  #rmp-menu-wrap-429 .btn.btnHeader:hover .rmp-menu-item-link {
    background-color: var(--gris);
  }
  #rmp-container-429 #rmp-menu-title-429 > .rmp-menu-title-link {
    width: 70% !important;
  }
  #rmp-menu-title-429 {
    padding-top: 4% !important;
  }
  #rmp-menu-wrap-429 .btn.btnHeader.rmp-menu-item {
    width: 26%;
  }
  #rmp-menu-wrap-429 .rmp-menu-subarrow {
    width: 60px !important;
  }
  #rmp-menu-title-429 {
    padding-top: 7% !important;
    padding-left: 5% !important;
  }
  #rmp-menu-title-429 .rmp-menu-title-image {
    height: 67px;
    padding-right: 7.5em;
  }

  .rmp-menu-sub-level-item:last-of-type {  
    margin-bottom: 1rem !important;
  }

  .sliderTextCtn {
    padding-left: 8.666% !important;
    padding-right: 8.666% !important;
  }

  .grid3cols {
    grid-template-columns: repeat(1, 1fr) !important;
    justify-items: center;
  }

  .sliderEvent5050 .slider5050event {
    flex-direction: column;
  }
  .sliderEvent5050 .slider5050event img {
    border-radius: 15px 15px 0 0 !important;
    max-height: 280px !important;
  }
  .sectionSlider5050.sliderEvent5050 .sliderWrapper .slider-nav {
    right: 6.955556em;
    bottom: -1.55556em;
  }

  .le_slider .flexThat {
    padding-left: 8.666% !important;
    padding-right: 8.666% !important;
  }

  .ctn50Normal .colonne_1 .h5050-image {
    padding-left: 4.333%;
    padding-right: 4.333%;
    padding-top: 4.333%;
  }

  .padBottom {
    padding-bottom: 2.833333em;
  }
  .padTB {
    padding-top: 3.833333em;
    padding-bottom: 3.833333em;
  }

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

  .sliderTextCtn.flexThat {
    padding-top: 0;
  }

  #colophon .imgFooter {
    padding: 0;
  }
  .contactLien h2 {
    padding-top: 3.611111111111111rem;
  }
  .contactLien p {
    margin-bottom: 0.3rem !important;
    font-size: 1em;
  }
  .gridFooter {
    padding-top: 3.611111111111111rem;
  }
  .contactFooter {
    align-items: flex-start;
  }
  #colophon .gridFooter {
    flex-direction: column;
  }
  #colophon .contactFooter * {
    margin-top: 2.2222222222222223rem;
  }
  .coloc {
    padding-left: 1em;
  }

  .flexSlide .bgImg {
    border-radius: 15px 15px 0 0;
  }

  .sliderEvent5050 .slider5050event {
    margin-left: 0;
  }

  .banniere .txtBanniere {
    margin-top: 4.222222em;
    margin-bottom: 6.22222em;
  }

  .liste5050 .sliderTextCtn {
    padding-left: 4.333% !important;
    padding-right: 4.333% !important;
  }

  .singleEmploi .container10 {
    padding: 0 4.33333% !important;
  }
  .container10 {
    padding-left: 4.333% !important;
    padding-right: 4.333% !important;
    display: inline-block;
    width: 100%;
  }

  .liste5050 .padListe::before {
    content: '';
    display: block;
    width: 100%; 
    border-top: solid 1px var(--rougeOrange);
    margin: 0 0 1.6em 0;
  }


}

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

  .leftSticky {
    padding: 0 4.4444%;
  }
  .banniereInt .mauveP,
  .banniereInt .bleuP, 
  .banniereInt .vertP,
  .banniereInt .orange {
    background-size: cover !important;
  }
  .banniereInt.maxW .bleuP {
      background-position: left -7em top 0;
  }
  .listingLogos .theImage{
      justify-content: space-around!important;
}

} 

@media screen and (max-width: 640px) {
  .skins .container8 {
    padding-left: 0;
    padding-right: 0;
  }
  .skins .container6 {
    padding-left: 0;
    padding-right: 0;
  }

  .banniere .txtBanniere {
    margin-top: 1.222222em;
    /*margin-bottom: 4.22222em;*/
  }
  .borderBanniere {
    padding: 4em 1em;
  }
  .leftSticky {
    padding: 0 !important;
  }

  .h5050-text.container8 {
    padding-top: 3em;
  }
  .padTB120 {
    padding-top: 3.666667em;
    padding-bottom: 4.666667em;
  }

  .h5050-image {
    padding-left: 4.333% !important;
    padding-right: 4.333% !important;
  }

  .sectionSlider5050:not(.sliderEvent5050) .slider-nav {
      left: 2.955556em !important;
  }
  .sectionSlider5050.sliderEvent5050 .sliderWrapper .slider-nav {
    right: 4.955556em;
    bottom: -1.55556em;
  }

  .logo img {
    margin-left: 0.5em;
  }
  .liste5050 .padListe::before {
    content: '';
    display: block;
    width: 100%;
    border-top: solid 1px var(--rougeOrange);
    margin: 2em 0 2em 0 !important;
  }
  .borderBanniere::before {
    left: 10px !important;
    right: 10px !important;
  }
  .banniereInt .txtBanniere {
    padding: 0 1em !important;
  } 
  .listingLogos .theImage{
      justify-content: space-around!important;
}


}

@media screen and (max-width: 600px) {
  .listingLogos .theImage{
      justify-content: space-around!important;
}

  .btn:hover {
    background-color: initial; /* ou la valeur de base */
    color: initial;
  }

  #rmp-container-429 #rmp-menu-title-429 > .rmp-menu-title-link {
    width: 85% !important;
  }
  #rmp-menu-wrap-429 .btn.btnHeader.rmp-menu-item {
    width: 35%;
  }
  #rmp-menu-wrap-429 .rmp-submenu .rmp-menu-item-link {
    height: 34px !important;
    line-height: 34px !important;
  }
  #rmp-menu-wrap-429 {
    padding-top: 20px !important;
  }
  .txtBanniere {
    padding: 0 2em;
  }
  .le_slider .flexThat, {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .liste5050.bgBlanc .padListe::before {
      margin: 1.5em 0 2em 0;
  }

  .boxSlider {
    margin-top: 3em;
    padding: 0;
  }

  .liste5050 .padLRBig {
    padding-left: 1.166667em;
    padding-right: 1.166667em;
  }

}

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

  .skins .container8,
  .skins .container6,
  .sliderTextCtn{
    padding-left: 4.333% !important;
    padding-right: 4.333% !important;
  }

  .listcheckbox-wrap .nf-field-element ul {
    display: grid !important;
    grid-template-columns: repeat(1, 1fr);
  }
  .section5050cartes .gridCartes {
    margin-left: 1em;
  }

  .banniereInt .txtBanniere {
    padding: 0 !important;
  }
  .banniereInt h1 {
    font-size: 2.7rem;
  }

  .le_slider .flexThat {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .sectionSlider5050.sliderEvent5050 .sliderWrapper .slider-nav {
    right: 2.955556em;
    bottom: -2.15556em;
  }

  .banniere .bg.bgBleu, .banniere .bg.bgVertP {
    background-size: auto;
  }

}

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

}


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

*/


.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: 1460px) {
  .b3-1-1 {
    width: 100%; 
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .b3-full {
    width: 100%; 
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .b4-full {
    width: 100%; 
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .th-full {
    width: 100%; 
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .th-bg-no-repeat {
    background-repeat: no-repeat; 
  } 
}
@media screen and (max-width: 768px) {
  .tv-1-1 {
    width: 100%; 
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tv-full {
    width: 100%; 
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tv-bg-no-repeat {
    background-repeat: no-repeat; 
  } 
}
@media screen and (max-width: 640px) {
  .m-1-1 {
    width: 100%; 
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-full {
    width: 100%; 
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-bg-no-repeat {
    background-repeat: no-repeat; 
  } 
}
.flex-ctn,
.flex-container {
  display: flex;
  flex-wrap: wrap; 
}

/* align-items AKA Vertical align (Horizontal if "flex-direction = column") */
.flex-vert-start,
.flex-vert-top,
.flex-vertical-start,
.flex-vertical-top,
.flex-align-start,
.flex-align-top {
  align-items: flex-start; 
}

.flex-vert-end,
.flex-vert-bot,
.flex-vert-bottom,
.flex-vertical-end,
.flex-vertical-bot,
.flex-vertical-bottom,
.flex-align-end,
.flex-align-bot,
.flex-align-bottom {
  align-items: flex-end; 
}

.flex-vert-stretch,
.flex-vertical-stretch,
.flex-align-stretch {
  align-items: stretch; 
}

.flex-vert-center,
.flex-vertical-center,
.flex-align-center {
  align-items: center; 
}

.flex-vert-baseline,
.flex-vertical-baseline,
.flex-align-baseline {
  align-items: baseline; 
}

/* justify-content AKA Vertical align (Horizontal if "flex-direction = column") */
.flex-hori-center,
.flex-horizontal-center,
.flex-justify-center {
  justify-content: center; 
}

.flex-hori-end,
.flex-hori-right,
.flex-horizontal-end,
.flex-horizontal-right,
.flex-justify-end,
.flex-justify-right {
  justify-content: flex-end; 
}

.flex-hori-start,
.flex-hori-left,
.flex-horizontal-start,
.flex-horizontal-left,
.flex-justify-start,
.flex-justify-left {
  justify-content: flex-start; 
}

.flex-hori-between,
.flex-horizontal-between,
.flex-justify-between {
  justify-content: space-between; 
}

.flex-hori-around,
.flex-horizontal-around,
.flex-justify-around {
  justify-content: space-around; 
}

/* align-items AKA Vertical align (Horizontal if "flex-direction = column") */
.flex-hori-center,
.flex-horizontal-center,
.flex-justify-center {
  justify-content: center; 
}

.flex-hori-end,
.flex-hori-right,
.flex-horizontal-end,
.flex-horizontal-right,
.flex-justify-end,
.flex-justify-right {
  justify-content: flex-end; 
}

.flex-hori-start,
.flex-hori-left,
.flex-horizontal-start,
.flex-horizontal-left,
.flex-justify-start,
.flex-justify-left {
  justify-content: flex-start; 
}

.flex-hori-between,
.flex-horizontal-between,
.flex-justify-between {
  justify-content: space-between; 
}

.flex-hori-around,
.flex-horizontal-around,
.flex-justify-around {
  justify-content: space-around; 
}

/* switch sides AKA want to center multiple stacked blocks vertically */
.flex-dir-column,
.flex-dir-col,
.flex-dir,
.flex-switch,
.flex-column,
.flex-direction-column,
.flex-direction-col,
.flex-direction {
  flex-direction: column; 
}

.flex-dir-row,
.flex-row,
.flex-direction-row {
  flex-direction: row; 
}

/* Général */

.no-pad {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important; 
}

.no-pad-v {
  padding-top: 0 !important;
  padding-bottom: 0 !important; 
}

.no-pad-h {
  padding-left: 0 !important;
  padding-right: 0 !important; 
}

.no-pad-t {
  padding-top: 0 !important; 
}

.no-pad-b {
  padding-bottom: 0 !important; 
}

.no-pad-l {
  padding-left: 0 !important; 
}

.no-pad-r {
  padding-right: 0 !important; 
}

.no-mar {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important; 
}

.no-mar-v {
  margin-top: 0 !important;
  margin-bottom: 0 !important; 
}

.no-mar-h {
  margin-left: 0 !important;
  margin-right: 0 !important; 
}

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

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

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

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

.no-mar-last:last-child {
  margin-bottom: 0 !important; 
}

.circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; 
}


.pc {
  display: inline-block;
  width: 100%;
  margin-top: -6px; 
}

.col {
  box-sizing: border-box;
  position: relative;
  float: left;
  vertical-align: top; 
}

.cb {
  clear: both; 
}

.filler {
  min-height: 1px; 
}

.flipv {
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
  -webkit-filter: FlipV;
  filter: FlipV;
  -ms-filter: "FlipV"; 
}

.rotate90 {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); 
}

.rotate180 {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); 
}

.rotate270 {
  -ms-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg); 
}

.vcenter {
  box-sizing: border-box;
  padding-top: 0 !important;
  padding-bottom: 0 !important; 
}

.vcenter section {
  height: 100%; 
}

.vcenter .container {
  display: table;
  width: 100%;
  height: 100%; 
}

/* GÉNÉRALE */
/* HEADER */
/* HOME */
/* CONTENU */
/* FOOTER*/

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