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

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


/*

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

*/
@font-face {
  font-family: 'Adoha';
  src: url('./fonts/adoha-axGVJ.woff2') format('woff2');
  /*font-weight: 700; /* Regular */
}

:root {
  --font-family: 'Montserrat', sans-serif;
  --font-chiffres : 'Adoha', sans-serif;
  --transitionTiming: 0.2s ease-out; 
  --vertForet : #1B4632; 
  --vertPomme : #C2D331; 
  --vertJade : #2F7754;
  --vertP : #49AA7B;
  --creme : #FDF7E5;
  --beige : #F0E9D3;
  --menthe : #D9E8D0;
}

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

html {
  scroll-behavior: smooth;
}

/* Headings */
h1 {
  font-size: 2.8em; /* 56px */
  line-height: 3.5rem; /* 70px */
  font-weight: 700; /* Black */
  margin-bottom: 2.7rem !important;
}

h2 {
  font-size: 2.2em; /* 44px */
  line-height: 2.7rem; /* 54px */
  font-weight: 700; /* ExtraBold */
  margin-bottom: 2.25rem !important;
  text-wrap: pretty;
}

h3 {
  font-size: 1.6em; /* 32px */
  line-height: 2rem; /* 36px */
  font-weight: 700; 
  margin-bottom: 1.4rem !important;
}

h4 {
  font-size: 1.1em; /* 22px */
  line-height: 1.5em; /* 30px */
  font-weight: 700;
  margin-bottom: 2.15rem !important;
}

h5 {
  font-size: 1.1em; /* 22px */
  line-height: 1.5rem; /* 30px */
  font-weight: 700; /* Regular */
}

h6 {
  font-size: 0.8em; /* 16px */
  line-height: 1rem; /* 20px */
  font-weight: 500; /* Regular */
}

/* Paragraph */
p {
  font-size: 1em; /* 20px */
  line-height: 1.5rem; /* 30px */
  font-weight: 500; /* Regular */
  margin-bottom: 1.5rem !important;
}
.petitP {
  font-size: 0.8em; /* 16px */
  line-height: 1rem; /* 20px */
  font-weight: 500; /* Regular */
}


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

#page {
  overflow: hidden;
}

/*NINJA FORM STYLE*/
label{
  display: none;
}
.nf-form-content {
  padding: 0 !important;
}
.page .nf-field-container {
  margin-bottom: 15px;
}
.nf-form-fields-required {
  display: none;
}
.page .nf-form-content .label-above .nf-field-label {
  margin-bottom: 2px;
}
.page .nf-form-content label {
  font-size: 14px;
  font-weight: 500;
}
#nf-field-1-wrap, #nf-field-2-wrap {
    padding: 0 12px 0px 0 !important;
}
#nf-field-5-wrap, #nf-field-6-wrap {
    padding: 0 0 0px 12px !important;
}
.nf-fu-progress {
  display: none;
}

.file_upload-container .nf-field-element {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 3px 8px;
    border: 2px solid var(--vertForet);
    border-radius: 5px;
    background-color: var(--creme);
    min-height: 42px;
}
.file_upload-container .nf-field-element::after {
    font-family: "Font Awesome 7 Pro";
    content: "\f093";
    font-size: 1.1em;
    color: var(--vertForet);
    pointer-events: none;
    flex-shrink: 0;
    margin-right: 0.6em;
}
.file_upload-container .nf-fu-fileinput-button {
    all: unset;
    flex: 1;
    cursor: pointer;
    font-size: 1em;
    font-weight: 500;
    color: var(--vertForet);
}
.file_upload-container .nf-fu-fileinput-button span {
    pointer-events: none;
    color: var(--vertForet);
    font-size: 18px;
}
.file_upload-container .nf-fu-button-cancel {
    display: none;
}
.file_upload-wrap .btn::after {
  content: none;
}
.file_upload-container .nf-fu-fileinput-button:hover {
    background: none;
    color: var(--vertForet);
}
.file_upload-wrap .btn:hover span {
    transform: none;
}
.file_upload-container .nf-field-element::after {
    transition: transform 0.2s ease-out;
}
.file_upload-container .nf-field-element:hover::after {
    transform: translateX(-0.5em);
}

.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,
.nf-form-content textarea.ninja-forms-field {
  padding: 15px 19px;
  height: auto;
  font-weight: 500;
  color: var(--vertForet) !important;
  background-color: var(--creme) !important;
  border: 2px solid var(--vertForet);
  border-radius: 3px;
  font-size: 20px !important;
}
.file_upload-wrap {
  height: 62px !important;
}
.file_upload-container:has(.files_uploaded *) .nf-fu-fileinput-button span {
    display: none;
}
.nf-pass.field-wrap .nf-field-element:after {
  display: none;
}
.file_upload-container:has(.files_uploaded *) .nf-field-element::after {
    display: none;
}
.file_upload-container .files_uploaded .delete {
    color: transparent;
    font-size: 0;
}
.file_upload-container .files_uploaded .delete::after {
    content: "Supprimer";
    font-size: 13px;
    color: #000;
}

.files_uploaded p {
  line-height: 1rem !important;
}
.file_upload-container .files_uploaded .delete:hover::after {
    color: var(--vertP);
}
.file_upload-wrap .nf-field-element input[type="file"] {
  display: none;
}
.page .nf-field-container {
  margin-bottom: 27px;
}
.nf-form-content textarea.ninja-forms-field {
  height: 310px !important;
}
.nf-fu-fileinput-button button {
  disp
}
.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 .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;
}
.list-radio-wrap .nf-field-element li input {
    float: none !important; 
    margin-top: 0 !important; 
}
.nf-form-content input[type=radio].ninja-forms-field {
    padding: 5px !important;
}
.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;
}
.container6 h2  {
  margin-bottom: 2.1rem !important;
}

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

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

.padTB{
  padding-top: 2.2em;
  padding-bottom: 2.2em;
  display: inline-block;
  width: 100%;
}
.padTop{
  padding-top: 2.42em;
  display: inline-block;
  width: 100%;
}
.padBottom{
  padding-bottom: 2.42em;
  display: inline-block;
  width: 100%;
}
.padTB75{
  padding-top: 3.8200000000000003em;
  padding-bottom: 3.8200000000000003em;
  display: inline-block;
  width: 100%;
}
.padTop75{
  padding-top: 3.8200000000000003em;
  display: inline-block;
  width: 100%;
}    
.padBottom75{
  padding-bottom: 3.8200000000000003em;
  display: inline-block;
  width: 100%;
}
.padLRInt {
  padding-left: 3em;
  padding-right: 3em;
  display: inline-block;
  width: 100%;
}

/*.padLR{
  padding-left: 2em;
  padding-right: 2em;
  display: inline-block;
  width: 100%;
}*/

.maxW{
  max-width: 1800px;
  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 {
  display: inline-block;
  width: 100%;
}
.vertJade{
  background-color: var(--vertJade);
}
.vertPomme{
  background-color: var(--vertPomme);
}
.vertForet{
  background-color: var(--vertForet);
}
.vertP {
  background-color: var(--vertP);
}
.menthe{
  background-color: var(--menthe);
}
.beige {
  background-color: var(--beige);
}

.hl {
  border-radius: 100px;
  padding: 0em 0.18em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  display: inline;
}
.bg.vertJade *:not(.btn),
.bg.vertJade *:not(span),
.bg.vertJade *:not(li) {
  color: var(--creme);
}
.bg.vertForet h1, 
.bg.vertForet h2,
.bg.vertForet h3,
.bg.vertForet h4 {
  color: var(--creme);
}
.bg.vertForet .h1323-text  {
  color: #fff !important;
}
.bg.vertForet .h1323-text ul li  {
  color: #fff !important;
}
.bg.vertJade .btn,
.bg.vertForet .btn,
.bg.vertJade .btn span,
.bg.vertJade .btn span,
.bg.vertJade,
.bg.vertForet ul li,{
  color: #fff !important;
}

/*HOVER TITRES*/
.bg.vertJade h2 a {
  background-image: linear-gradient(var(--vertP), var(--vertP));
  background-repeat: no-repeat;
  background-size: 100% 0;
  background-position: left bottom 0.05em;
  transition: background-size var(--transitionTiming);
  padding: 0 0.1em;
}
.bg.vertJade h2 a:hover {
  background-size: 100% 0.4em;
}


/*BOUTONS*/

.btn {
  font-family: var(--font-family);
  border: 2px solid var(--vertForet);
  font-size: 0.9em;
  line-height: 1rem;
  font-weight: 600;
  padding: 0.65em 3.5em 0.7em 2.2em;
  cursor: pointer;
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  position: relative;
  z-index: 1;
  color: var(--vertForet);
  background-color: var(--creme);
  overflow: hidden;
  transition: color 0.3s ease-in-out;
}
.btn span {
  transition: transform 0.3s ease-in-out;
  display: inline-block;
}
.btn:hover span {
  transform: translateX(-0.3em);
}
.btn::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 1.5em;
  z-index: -1;
  transition: width 0.5s ease-in-out;
}
.btn::after {
  content: '';
  position: absolute;
  background-image: url(images/iFlecheVerte.png);
  background-position: right;
  background-repeat: no-repeat;
  display: flex;
  right: 1.098em;
  top: 0.05em;
  height: 100%;
  width: 100%;
  align-items: center;
}
.btn::after {
  transition: right 0.3s ease-in-out;
}
.btn:hover::after {
  right: 1.698em;
}
.btn.vertF::before { 
  background-color: var(--vertJade); 
}
.btn.vertPomme::before { 
  background-color: var(--vertPomme); 
}
.btn.vertP::before { 
  background-color: var(--vertP); 
}
.btn:hover::before { 
  width: 100%; 
}
.btn.vertF:hover { 
  color: var(--creme); 
}
.btn.vertPomme:hover { 
  color: var(--vertForet); 
}
.btn.vertP {
  color: #fff;
  background-color: var(--vertForet);
  border: 2px solid #fff;
}
.bg.vertForet .btn.vertF {
  background-color: var(--vertForet);
}
.btn.vertP::after {
  background-image: url(images/iFlecheBlanche.png);
}
.btn.vertP:hover::after {
  background-image: url(images/iFlecheBlanche.png);
}
a.btn:hover::after {
  background-image: url('images/iFlecheBeige.png');
}
a.btn.vertPomme:hover::after {
  background-image: url('images/iFlecheVerte.png');
}
#masthead .btn,
#colophon .btn {
  padding: 0.4em 3em 0.4em 2.2em;
  margin-bottom: 1.1em;
}
#masthead .btn::after,
#colophon .btn::after {
  top: 0;
  right: 0.7em;
}
#masthead .btn span,
#colophon .btn span {
  transition: transform 0.3s ease-in-out;
  display: inline-block;
}
#masthead .btn:hover span,
#colophon .btn:hover span {
  transform: translateX(-0.3em);
}
#masthead .btn:hover::after,
#colophon .btn:hover::after {
  right: 1.098em;
}
.ctn100 .nf-form-cont .nf-field-element input[type=submit],
.content-h5050 .nf-form-cont .nf-field-element input[type=submit] {
  font-family: var(--font-family);
  background-color: var(--creme);
  border: 2px solid var(--vertForet);
  color: var(--vertForet) !important;
  font-size: 0.9em;
  line-height: 1rem;
  font-weight: 600;
  padding: 0.4em 1.8em;
  cursor: pointer;
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  position: relative;
  z-index: 1;
  max-height: 48px;
}
.ctn100 .nf-form-cont .nf-field-element input[type=submit]:hover,
.content-h5050 .nf-form-cont .nf-field-element input[type=submit]:hover  {
  background-color: var(--vertPomme);
}
.content1323 .bg.vertForet .btn.vertF {
  padding: 0.55em 3em 0.6em 1.8em;
}
.bg.vertForet .btn.vertF {
  background-color: var(--vertForet);
  border: 2px solid #fff;
  color: #fff;
}
.bg.vertForet .btn.vertF::before {
  background-color: var(--vertP);
}
.bg.vertForet .btn.vertF::after {
  background-image: url(images/iFlecheBlanche.png);
}
#menu-menu-principal.menu li.current-menu-item > a, 
#menu-menu-principal.menu li a:hover {
  color:var(--vertP) !important;
}


/*LISTES*/
.h5050-text li{
  list-style-type: none;
  position: relative;
}
body ul {
  padding-left: 1em;
  padding-bottom: 1.15em;
}
.bg.vertForet ul li::marker {
  color: var(--vertP);
}
.bg.vertJade ul li::marker {
  color: var(--vertForet);
}
ol li,
ul li{
  font-family: var(--theFont)!important;
  font-weight: 500!important;
  color: var(--vertForet);
  line-height: 1.3;
  margin-bottom: 0.5em;
}


/*MENUS*/

.main-menu.nav{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.theMainMenu {
  padding-top: 0.8em;
}
.theMainMenu.flexThat {
  align-items: flex-start;
}
.logo img {
  max-height: 5.2em;
}
.main-menu {
  padding-top: 0.6em;
}

.main-menu .menu  li{
  display: inline-block;
  list-style-type: none;
  position: relative;
  font-size: 1.1em;
  font-weight: 600 !important;
  color: var(--vertForet);
  padding-top: 0.5em;
  line-height: 1.5rem;
}
.main-menu .menu li:first-of-type {
  padding-top: 0;
}
.main-menu .menu li:hover {
  color: var(--vertJade);
}
.top-bar .flexThat {
  justify-content: space-between;
}
#masthead .top-bar {
  padding-bottom: 0;
}
#masthead p {
  margin-bottom: 0 !important;
}
.top-bar {
  padding-top: 1em;
  padding-bottom: 0.85em;
  border-bottom: 2px solid var(--vertForet);
}
.top-bar .description {
  font-weight: 700;
  margin-bottom: 0 !important;
}
#menu-menu-principal.menu  li a{
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  padding: 1em 2.85em;
  color: var(--vertForet);
}
#menu-menu-principal.menu  li:last-of-type a{
  padding-right: 0;

}
#menu-menu-principal.menu .sub-menu {
  position: absolute;
  top: calc(100% + 0.8em);
  z-index: 999999999;
  padding: 0.5em 1em 0.5em 1em !important;
  background-color: #fff;
  opacity: 0;
  border-radius: 5px;
  margin-left: 2.6em;
  width: max-content;
  visibility: hidden;
  transition: opacity var(--transitionTiming), visibility var(--transitionTiming);
}
#menu-menu-principal.menu .menu-item-has-children a:after {
  font-family: "Font Awesome 7 Pro";
  content: "\e7d1";
  font-size: 2em;
  position: absolute;
  top: 12px;
  right: 1em;
  display: flex;
  align-items: center;
  z-index: 99;
  color: var(--vertPomme);
}
#menu-menu-principal.menu .menu-item-has-children .sub-menu a:after {
  display: none;

}
.sub-menu-toggle{
  display: none;
}
#menu-menu-principal.menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}

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

#menu-menu-principal.menu .sub-menu a {
  padding: 0.4em 0.2em;
  font-weight: 500;
  display: inline-block;
  border-radius: 0;
  color: var(--vertForet) !important;
  font-size: 0.8em;
}

/*MAILCHIMP*/
#mc_embed_signup_scroll input[type=submit]{
  display: inline-block;
  width: auto!important;
  background-color: var(--vertF);
  color: var(--beige);
  margin-bottom: 0!important;
}
#mc_embed_signup_scroll input[type=submit]:hover{
  background-color: var(--orange);

}
#mc_embed_signup_scroll label{
  display: none;
}
#mc_embed_signup_scroll input{
  width: 100%;
  border-radius: 50px;
  border:none;
  margin-bottom: 1em;
  padding: 0.6em 1em!important;
  color: var(--vertF);
}
#mc_embed_signup_scroll input:focus{
  outline: none;
}
::placeholder{
  color: var(--vertF);
}

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

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

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

.slick-slide img {
  display: block;
  width: 100%;
}
/*RESEAU SOCIAUX*/
.leReseau{
  display: inline-block;
}
.leReseau i{
  color: var(--bleuSS);
  font-size: 1.1em;
  margin:0 0.4rem;
}
/*HEADER*/
#masthead{
  padding: 0 0 3.6em 0;
}
.banner {
  padding-bottom: 2.8em;
}
.bannerSimple h1 {
  background-color: var(--menthe);
  border-radius: 100px;
  padding: 0em 0.3em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  display: inline;
}

.page-child .bannerSimple .padLR.d-center {
  text-align: left !important;
}

/*FOOTER*/
#colophon {
  display: inline-block;
  width: 100%;
  margin-top: 2.42em;
}
#colophon .description {
  font-size: 0.9em;
  color: var(--beige) !important;
}
#colophon ul{
  list-style-type: none;
  padding-left: 0;
}
#colophon ul li a:hover,
.infoBottom a:hover{
  text-decoration: none;
  color: var(--vertPomme)!important;
}
#colophon
#colophon ul li{
  margin-bottom: 0.2em;
  width: auto;
  display: inline-block;
}
#colophon ul li:last-of-type{
  margin-bottom: 0;
}
#colophon ul li a{
  display: inline-block;
  font-size: 0.8em;
  padding: 0 2.8em;
  color: var(--beige);
}
#colophon ul li:last-of-type a{
  padding-right: 0;
}
#colophon img {
  max-height: 4.85em;
}
#colophon .top-bar {
  padding-top: 1.8em;
  padding-bottom: 0em;
  border-bottom: 2px solid var(--beige);
}
.infoBottom {
  padding: 2.6em 0;
  display: flex;
  justify-content: space-between;
  font-size: 0.7em;
}
.infoBottom * {
  color: var(--beige);
}
.copyRight a{
  color: var(--bleu);
  text-decoration: underline;
}
.copyRight p {
  margin-bottom: 0 !important;
}


/*----- 1323 -------*/
.content1323 {
  margin-bottom: 2.51200000000000003em;
}
.content1323 .flexThat,
.content1323 .flexThatInvert {
  width: 100%;
}
.colLarge {
  border-radius: 0 9px 9px 0;
}
.colLarge p:not(.btn) {
  color: #fff !important;
}
.colLarge .h1323-text:not(.titreGaucheCtn) {
  padding: 4.6em 7.5em 4.4em 7.5em;
}
.colPetite {
  padding: 3.25em 3.25em 3.25em 3.5em;
  border-radius: 9px 0 9px 9px;
}
.colPetite .h1323-text {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.colPetite h2 {
  margin-bottom: 0 !important;
  text-wrap: balance;
}
.colPetite img {
  max-width: 4.35em;
  margin-right: 0.5em;
}
.img1323 {
  display: flex;
  justify-content: flex-end;
}
.flexEnd {
  display: flex;
  align-items: flex-end;
}

.content1323 .h1323-inner,
.content1323 .h1323-text {
  height: 100%;
}

.inverseCols .colLarge {
  border-radius: 9px 0 0 9px;
}
.inverseCols .colPetite {
  border-radius: 0 9px 9px 9px;
}
.colLarge .h1323-text.titreGaucheCtn {
  padding: 4.6em 3.2em 0 3.2em;
  display: flex;
}
.titreGaucheCtn .texteLarge {
  padding-left: 3.4em;
  padding-bottom: 2.8em;
}


.content1323 .padLR > div {
  display: flex;
  align-items: stretch;
}
.content1323 .padLR .inverseCols {
  flex-direction: row-reverse;
}
.content1323 .colPetite,
.content1323 .colLarge {
  float: none;
}

.content1323 .h1323-inner,
.content1323 .h1323-text {
  height: 100%;
}
.content1323 .colPetite {
  padding-bottom: 3.4em;
  margin-bottom: -3.8em;
}



/*------ 100% ------*/
/*.ctn100 .padCtn {
  padding: 1em;
}*/
.ctn100 .container10 .padCtn {
  padding-left: 9.833333%;
  padding-right: 9.833333%;
}
.ctn100 .bg .padCtn {
  padding-top: 4.44375em;
  padding-bottom: 4.44375em;
}
.ctn100 .bg {
  border-radius: 12px;
}
.ctn100 .bg h2 {
  margin-bottom: 1rem !important;
}
/*---- BOITES GRANDS CHIFFRES ----*/
.boiteGrandChiffre h3 {
  margin-bottom: 0.6rem !important;
}
.boiteGrandChiffre .titreSection h3 {
  padding-bottom: 0.6em;
}
.ctnBoite {
  border: 2px solid var(--vertForet);
  border-radius: 9px;
  padding: 3em 4.2em 3em 7.5em;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.gridBoites {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 37px;
}
.boiteGrandChiffre {
  position: relative; 
}

.boiteGrandChiffre::after {
  content: '';
  position: absolute;
  inset: 0;
  left: 77.5%;
  width: 100%;
  height: 100%;
  background-image: url(images/bgGrilleBoite.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.chiffreGrand {
  position: absolute;
  font-weight: 400;
  font-family: var(--font-chiffres);
  font-size: 8em;
  display: flex;
  border-radius: 100px;
  left: 0;
  transform: translateX(-50%);
  text-align: center;
  top: auto;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.chiffreGrand::after {
  content: '';
  position: absolute;
  width: 6.15rem;
  height: 11.6rem;
  border-radius: 100px;
  z-index: -1;
}
.ctnBoite:nth-child(3n+1) .chiffreGrand::after { 
  background-color: var(--vertPomme);
}
.ctnBoite:nth-child(3n+2) .chiffreGrand::after { 
  background-color: var(--vertP); 
}
.ctnBoite:nth-child(3n+3) .chiffreGrand::after { 
  background-color: var(--vertJade); 
}
.chiffreGrand span {
  margin-bottom: -1rem;
}

/*404*/
.page404 h5 {
  margin-bottom: 2em;
}

/*LISTING OFFRES EMPLOI*/

.descriptionCtn {
  padding-left: 7.5em;
  color: var(--beige);
}
.listingEmplois .titreSection {
  padding-bottom: 1.8445em;
}
.listingEmplois .date {
  color: var(--beige);
  font-size: 0.8em;
}
.listingEmplois .fa-solid.fa-minus.hide,
.listingEmplois .fa-solid.fa-plus.hide {
  display: none;
}
.listingEmplois .fa-plus:before,
.listingEmplois .fa-minus:before  {
  color: var(--vertForet);
  padding: 0.4rem 0.36em;
  background-color: var(--beige);
  border-radius: 100px;
}
.toggle i {
  display: flex;
  margin-right:0.46em;
  cursor: pointer;
  font-size: 1.3em;
}
.toggleDesc.active {
    font-weight: 400; 
}
.toggleDesc {
   display: none;
   padding-bottom: 0.8rem;
}
.listingCtn .emploiCtn {
    border-bottom: 2px solid var(--vertJade);
}
.flexEnd.toggleCtn {
  justify-content: space-between;
}
.listingCtn .col.d-full.emploiCtn:first-child {
    border-top: 2px solid var(--vertJade);
}
.emploiCtn {
  padding: 2.1rem 0 1.2rem 0;
}
.emploiCtn .btn {
  padding: 0.4em 3em 0.4em 2.2em;
}
.emploiCtn .btn::after {
  right: 1.056em;
}
.listingCtn p {
  color: var(--creme);
}


/*3 COLONNES*/
.col3grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
.col3grid .insideBoxs {
  border: 2px solid var(--vertForet);
  border-radius: 18px;
  padding: 1.4em;
  height: 100%;
}
.insideBoxs p {
  margin-bottom: 1.9rem !important;
  line-height: 1.2rem !important;
}
.col3grid .insideBoxs p:last-of-type {
  margin-bottom: 0.5rem !important
}
.col3grid h3 {
  margin-bottom: 0.7rem !important;
  text-align: left;
}
/*3 COLONNES ÉQUIPE*/
.col3Img p {
  margin-bottom: 0.5rem !important;
}
.col3Img .insideBoxs h4 {
  margin-bottom: 0 !important;
  color: var(--vertP);
}
.col3Img .img100 {
  padding-bottom: 3em;
}
.col3Img .col3grid {
  gap: 17px 100px;
}
.col3Img .col3grid .insideBoxs {
  border: none;
  padding: 0;
}
.col3grid .insideBoxs p strong {
  font-weight: 600;
}
.col3grid .insideBoxs p:not(:has(strong))  {
  font-size: 0.8em;
}
.col3Img .petitP {
  color: var(--vertP);
}
.col3Img img {
  border-radius: 12px;
}
.col3Img h2 {
  margin-bottom: 2.5rem !important;
}

/*CARTES SERVICES*/
.carteServices * {
  color: var(--vertForet);
}
.carteLien:nth-child(1):hover .insideBoxs {
 background-color: var(--vertPomme); 
 border: 2px solid var(--vertPomme);
}
.carteLien:nth-child(1):hover .chiffre::after {
 background-color: var(--vertPomme); border: 1.5px solid var(--vertForet); 
}

.carteLien:nth-child(2):hover .insideBoxs {
 background-color: var(--vertP); 
  border: 2px solid var(--vertP);
}
.carteLien:nth-child(2):hover .chiffre::after { 
  background-color: var(--vertP); border: 1.5px solid var(--vertForet); 
}

.carteLien:nth-child(3):hover .insideBoxs { 
  background-color: var(--vertJade); 
  border: 2px solid var(--vertJade);
}
.carteLien:nth-child(3):hover .chiffre::after {
 background-color: var(--vertJade); border: 1.5px solid var(--vertForet);
}

.carteLien:nth-child(4):hover .insideBoxs {
  background-color: var(--menthe); 
  border: 2px solid var(--menthe);
}
.carteLien:nth-child(4):hover .chiffre::after {
 background-color: var(--menthe); border: 1.5px solid var(--vertForet); 
}
.insideBoxs {
    transition: background-color var(--transitionTiming);
}
.cartesBottom h4 {
  font-weight: 600;
}
.cartesBottom .carteServices {
  padding-left: 3.75em;
  padding-right: 3.75em;
}
.cartesBottom .col3grid {
  gap:12px;
}
.carteServices .col3grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: stretch;
    gap: 13px;
}
.carteLien {
    height: 100%;
}
.theBox {
    height: 100%;
}
.chiffre {
  margin-bottom: -1rem;
  font-family: var(--font-chiffres);
  font-size: 1.4849999999999999em;
  font-weight: 500;
  position: relative;
  width: 2em;
  height: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.chiffre::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--beige);
  border: 1px solid var(--beige);
  border-radius: 50%;
  z-index: -1;
}
.chiffre {
    z-index: 1;
}
.carteServices .insideBoxs {
  display: flex;
  flex-direction: column;
}
.carteServices .numero {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.25em;
}
.carteServices .numero i {
  font-size: 2em;
}

/*5050 SERVICES*/

.content-h5050 .col3grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 13px;
}
.content-h5050 .theBox {
  height: auto;
}
.content-h5050 .carteServices .carteLien:nth-child(3) .theBox {
    margin-top: -2em;
}
.carteServices.col3grid .insideBoxs {
  padding: 1.4em 1.4em 1.8em 1.4em;
}
.ctn50Normal .carteServices .numero {
  margin-bottom: 3.4em;
}

/*LISTING LOGOS + CHIFFRES*/
.listingLogos .theImage {
  display: flex!important;
  justify-content: center;
  align-items: center;    
  height: 100%;           
  text-align: center;
}

.listingLogos .theImage img {
  max-width: 100%;
  height: auto;
  display: block;
  max-height: 5.725em;
}
/*.listingLogos .slick-track {
  display: flex !important;
  gap: 3.1111rem;
}*/
.listingLogos .slick-track {
  display: flex !important;
}

.listingLogos .slick-slide {
  margin: 0 1.5rem;
}

.listingLogos .slick-list {
  margin: 0 -1.5rem;
}

.listingLogos p img {
  margin-bottom: 1.111111em;
}

/*.listingLogos .slick-list {
  margin: 0 -4.861111111111111em;
}*/

.listingLogos .slick-slide {
  box-sizing: border-box;
}
.le_slider {
  padding-top: 2em;
}

/*chiffres*/
.texteNumero h2 {
  text-align: center;
}
.numero h2 {
  display: inline-block;
  margin-bottom: 0.4rem !important;
}
.numero {
  display: flex;
  justify-content: center;
}
.chiffresCtn > .col:nth-child(1) .numero h2 {
  background-color: var(--vertP);
  border-radius: 100px;
  padding: 0.1em 0.4em;
}
.chiffresCtn > .col:nth-child(2) .numero h2 {
  background-color: var(--vertPomme);
  border-radius: 100px;
  padding: 0.1em 0.4em;
}
.chiffresCtn > .col:nth-child(3) .numero h2 {
  background-color: var(--menthe);
  border-radius: 100px;
  padding: 0.1em 0.4em;
}
.chiffresCtn {
  padding-left: 6.333333%;
  padding-right: 6.333333%;
}



/*

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

*/

/*MEDIA QUERIES*/

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

  .padLR {
    padding-left: 3em;
    padding-right: 3em;
    display: inline-block;
    width: 100%;
  }

}

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

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

  .colonne_1 {
    padding-right: 1.5em;
  }

  .chiffresCtn {
    padding-left: 0;
    padding-right: 0;
  }

  #nf-field-1-wrap, #nf-field-2-wrap {
    padding: 0 0 0 0 !important;
  }
  #nf-field-5-wrap, #nf-field-6-wrap {
    padding: 0 0 0 0 !important;
  }


}

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

  h1 {
    font-size: 2.6em;
    line-height: 3.3rem; 
  }
  h2 {
    font-size: 2em; 
    line-height: 2.4rem;
  }
  h3 {
    font-size: 1.4em; 
    line-height: 1.8rem;
  }
  p {
    font-size: 0.9em;
    line-height: 1.4rem;
  }

  .titreGaucheCtn .texteLarge {
    padding-left: 1.6em;
  }

  .ctnBoite {
    padding: 3em 3.2em 3em 5.5em;
  }

  .colPetite {
    padding: 4.6em 4.5em 4.4em 4.5em;
  }

  .page .nf-form-content input:not([type=submit]),
  .nf-form-content textarea.ninja-forms-field {
    font-size: 17px !important;
  }
  .page .nf-field-container {
    margin-bottom: 15px;
  }
  
  #nf-form-errors-1 {
    margin-left: 0.5em !important;
  }
  #nf-form-errors-1  .nf-error-msg.nf-error-field-errors {
    font-size: 13px!important;
  }
  .nf-error .nf-error-msg {
    margin-left: 0.2em;
  }
  .page .nf-field-container {
      margin-bottom: 0;
  }

}

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

}
@media screen and (max-height: 773px) {

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


  .col .container6 {
    padding-left: 16.666%;
    padding-right: 16.666%;
  }
  .col .container8 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .container10 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .colLarge .h1323-text.titreGaucheCtn {
    flex-direction: column;
  }
  .titreGaucheCtn .texteLarge {
    padding-left: 0;
  }
  .content1323 .colPetite {
    padding-bottom: 2.4em;
    margin-bottom: -3.8em;
  }
  .colPetite {
    padding: 2.25em 2.25em 2.25em 2.5em;
  }
  .colLarge .h1323-text.titreGaucheCtn {
    padding: 3.6em 2.2em 0 2.2em;
  }
  .colLarge .h1323-text:not(.titreGaucheCtn) {
    padding: 4.6em 4.5em 4.4em 4.5em;
}

  .boiteGrandChiffre::after {
    left: 87.5%;
  }


  .ctn100 .container10 {
    padding-left: 0;
    padding-right: 0;
  }
  .ctn100 .container10 .padCtn {
    padding-left: 5.833333%;
    padding-right: 5.833333%;
  }

  .cartesBottom .carteServices {
    padding-left: 0;
    padding-right: 0;
  }
  .cartesBottom .col3grid {
    grid-template-columns: repeat(3, 1fr);
  }
  #menu-menu-principal.menu li a {
    padding: 1em 1.85em;
  }
  #menu-menu-principal.menu .menu-item-has-children a:after {
    top: 10px;
    right: 0.4em;
  }

}
@media screen and (min-width: 1025px) {

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

  .col .container8 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .col .container6 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #rmp-menu-wrap-326 .btn::after {
  pointer-events: none;
  }

   #rmp-menu-wrap-326 .btn.vertPomme:hover::before {
    width: 1.5em !important;
  }
   #rmp-menu-wrap-326 .btn.vertPomme:hover span {
    transform: none !important;
  }
   #rmp-menu-wrap-326 .btn.vertPomme:hover::after {
    right: 1.098em !important;
  }

  #masthead .theMainMenu.flexThat {
    display: none;
  }
  #masthead .btn {
    display: none;
  }
  #masthead .top-bar {
    border-bottom: none;
  }
  #rmp-menu-title-326 .rmp-menu-title-image {
    margin: 0 !important;
  }
  #rmp-menu-wrap-326 .rmp-menu-item-link {
    padding-right: 1em !important;
  }
  #rmp-menu-title-326 {
    padding-top: 2% !important;
  }

  .padBottom {
    padding-bottom: 2.21em;
  }
  .padTB {
    padding-top: 2.21em;
    padding-bottom: 2.21em;
  }
  .padTB75 {
    padding-top: 2.91em;
    padding-bottom: 2.91em;
  }
  .padBottom75 {
    padding-bottom: 2.91em;
  }
  .padTop75 {
    padding-top: 2.91em;
  }
/*  .col .container8 {
    padding-left: 8.333%;
    padding-right: 8.333%;
  }
  .col .container6 {
    padding-left: 8.333%;
    padding-right: 8.333%;
  }*/

  .colPetite {
    border-radius: 9px 9px 0 0;
  }
  .colLarge {
    border-radius: 0 0 9px 9px;
  }
  .colLarge .h1323-text.titreGaucheCtn {
    padding: 3.6em 2.5em 4.4em 2.5em;
  }
  .colLarge .h1323-text:not(.titreGaucheCtn) {
    padding: 3.6em 2.5em 3.4em 2.5em;
  }
  .content1323 .padLR .inverseCols {
    flex-direction: column-reverse;
  }
  .content1323 .colPetite {
    margin-bottom: 0;
  }
  .inverseCols .colLarge {
    border-radius: 9px 9px 0 0;
  }
  .inverseCols .colPetite {
    border-radius: 0 0 9px 9px;
  }
  .content1323 {
    margin-bottom: 0;
  }
  .content1323 .padLR > div {
    flex-direction: column;
  }

  .boiteGrandChiffre {
    background-size: 38%;
  }
  .img1323 {
    padding-bottom: 3em;
  }
  .boiteGrandChiffre .container6 {
    padding-left: 4.33333% !important;
    padding-right: 4.33333% !important;
  }

  #masthead p {
    margin-bottom: 0.5em !important;
  }
  #rmp-menu-wrap-326 .btn.vertPomme.rmp-menu-item {
    width: 20% !important;
    padding: 0 0 0em 2.2em !important;
    margin: 10% 5% 3% 5% !important;
  }
  #rmp-menu-wrap-326 .btn.vertPomme .rmp-menu-item-link {
    padding-right: 0;
  }
  #rmp-menu-title-326 .rmp-menu-title-image {
    width: 14% !important;
  }

  .boiteGrandChiffre::after {
    display: none;
  }


  .descriptionCtn {
    padding-left: 0;
  }
  .emploiCtn .flexEnd {
    justify-content: flex-start;
  }
  .emploiCtn i {
    margin-left: 1em;
  }
  .toggleDesc {
    padding-bottom: 2rem;
  }
  .emploiCtn {
    padding: 2.1rem 0 2.1rem 0;
  }

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

  .listingEmplois .titreSection {
    padding-bottom: 0;
  }
  .flexEnd.toggleCtn {
    justify-content: flex-end;
  }

  .content-h5050 .carteServices .carteLien:nth-child(3) .theBox {
    margin-top: 0;
  }
  .content-h5050 .theBox {
    height: 100%;
  } 

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



}

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

    .padLR {
      padding-left: 2em;
      padding-right: 2em;
    }

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

    .ctn100 .nf-multi-cell .nf-cell {
      width: 100% !important;
    }
    .ctn100 #nf-field-5-wrap, 
    .ctn100 #nf-field-6-wrap {
      padding: 0 !important;
    }
    #nf-field-1-wrap, 
    #nf-field-2-wrap {
      padding: 0 !important;
    }

    #menu-menu-secondaire {
      display: flex;
      flex-direction: column;
    }
    .bottomPage .flexThat {
      align-items: flex-start;
      flex-direction: column;
    }
    .theMainMenu.flexThat {
      flex-direction: row;
    }
    #colophon .description {
      padding-bottom: 1em;
    }

    .ctnBoite {
      padding: 3em 2.2em 3em 4.5em;
    }
    .boiteGrandChiffre .container6 {
      padding-left: 11.333%;
      padding-right: 6.333%;
    }
    .chiffreGrand {
      top: 0em;
      left: 0.8em;
      font-size: 6em;
    }
    .chiffreGrand::after {
        width: 5.15rem;
        height: 9.6rem;
    }
    .ctnBoite {
      padding: 7em 1.2em 2em 1.5em;
    }
    .boiteGrandChiffre {
      padding-top: 4em;
    }
    .boiteGrandChiffre:has(.titreSection) {
      padding-top: 0 !important;
    }
    .gridBoites {
      gap: 95px;
    }

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

    .content-h5050 .col3grid {
      grid-template-columns: repeat(1, 1fr);
    }

}
@media screen and (max-width: 640px) {
  h1 {
    font-size: 2.4em;
    line-height: 3rem;
  }
  h2 {
    font-size: 2em;
  }

  #rmp-menu-wrap-326 .btn.vertPomme.rmp-menu-item {
    width: 40% !important;
  }
  .logo img {
    width: 72%;
    padding-top: 0.5em;
  }
  #masthead {
    padding: 0 0 2.6em 0;
  }

  .padLR {
    padding-left: 1em;
    padding-right: 1em;
  }

  #rmp-menu-wrap-326 .rmp-menu-subarrow {
    width: 94px !important;
  }
  #rmp-menu-title-326 .rmp-menu-title-image {
      width: 25% !important;
      padding-top: 0.1em;
  }

  .mobileHide {
    display: none;
  }

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

  .theMainMenu.flexThat {
    flex-direction: column;
    align-items: flex-start;
  }
  #colophon ul li a {
    padding: 0;
  }
  #menu-menu-secondaire {
    display: flex;
    flex-direction: column;
  }
  .main-menu.nav {
    padding-top: 2em;
    justify-content: flex-start;
  }


  .colPetite {
    padding: 3em 2em 3em 2em;
  }
  .colLarge .h1323-text:not(.titreGaucheCtn) {
    padding: 3em 2em 3em 2em;
  }
  .colPetite h2:has(a)  {
    padding-bottom: 0.8rem;
  }
  .bg.vertJade h2 a:hover {
    background-size: 0;
  }

  .col.ctn100  .container6, 
  .col.ctn100  .container8 {
    padding-left: 2.333%;
    padding-right: 2.333%;
  }

  .col3Img .col3grid {
    gap: 25px 25px;
  }
  .col3Img .col3grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .txtBottom h2,
  .txtBottom p {
    text-align: left !important;
  }
  .page .nf-form-content input:not([type=submit]),
  .nf-form-content textarea.ninja-forms-field {
    font-size: 15px !important;
  }

  .ctn100 .bg .padCtn {
    padding-top: 2.44375em;
    padding-bottom: 2.44375em;
  }

  .col3Img .col3grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .infoBottom {
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
  }
  .boiteGrandChiffre .titreSection h3 {
    padding-bottom: 2.6em;
  }

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

    * {
      overflow-wrap: break-word;
    }

    .listingEmplois .th-4-8 {
        width: 100%;
    }
    .emploiCtn .flexEnd {
      justify-content: flex-start;
    }
    .boiteGrandChiffre .titreSection h3 {
      padding-bottom: 3.6em;
    }

}


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

*/


.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 */
