@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 {
  --noir: #000000;
  --grisF: #333333;
  --gris: #999999;
  --grisp: #F9F9F9;
  --blanc: #FFFFFF;
  --font-roboto: 'Roboto', sans-serif;
  --font-montserrat: 'Montserrat', sans-serif;
  --font-spectral: 'Spectral', serif;
  --transitionTiming: 0.2s ease-out; 

}

/* === Base === */
html,body {
  font-family: var(--font-roboto);
  font-size: 1em; /* 16px */
  letter-spacing: 0.025em!important;
  line-height: 1.625rem; /* 26px */
  font-weight: 300!important;
  color: var(--noir);
  background-color: var(--blanc);
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
/* H1 to H4 - Montserrat ExtraLight (200) */
h1 {
  font-family: var(--font-montserrat);
  font-weight: 200;
  font-size: 2.75em; /* 44px */
  line-height: 4.1875rem; /* 67px */
  text-transform: uppercase;
  text-wrap: balance;
  color: #fff;
   letter-spacing: 0.05em!important;
}

h2 {
  font-family: var(--font-montserrat);
  font-weight: 200;
  font-size: 2.375em; /* 38px */
  line-height: 2.625rem; /* 42px */
  text-transform: uppercase;
  text-wrap: balance;
  margin-bottom: 1.875rem!important;
   letter-spacing: 0.01em!important;
}

h2.noMargin {
  margin-bottom: 1rem!important;
}
h3 {
  font-family: var(--font-montserrat);
  font-weight: 200;
  font-size: 2em; /* 32px */
  line-height: 2.375rem; /* 38px */
  text-transform: uppercase;
  text-wrap: balance;
   letter-spacing: 0.01em;
}
.ctn100 h3{
  border-left: 1px solid var(--noir);
  padding-left: 1.875rem;
}

h4 {
  font-family: var(--font-montserrat);
  font-weight: 200;
  font-size: 1.625em; /* 26px */
  line-height: 2rem; /* 32px */
  text-transform: uppercase;
  text-wrap: balance;
  letter-spacing: 0.01em;
}

/* H5 - roboto Light (300) */
h5 {
  font-family: var(--font-roboto);
  font-weight: 300;
  font-size: 1.375em; /* 22px */
  line-height: 1.75rem; /* 28px */
  text-transform: uppercase;
  text-wrap: balance;
  color: var(--gris);
  margin-bottom: 2.8125rem!important;
   letter-spacing: 0.01em;
}

/* H6 - Spectral Semi-Bold (600) */
h6 {
  font-family: var(--font-spectral);
  font-weight: 600;
  font-size: 1em; /* 16px */
  line-height: 1.5625rem; /* 25px */
  text-transform: uppercase;
  text-wrap: balance;
  letter-spacing: 0.025em!important;
}
.petit-texte {
  font-family: var(--font-montserrat);
  font-weight: 400; /* Regular weight */
  font-size: 0.75em;
  line-height: 1.125rem;
}
strong{
  font-weight: 500!important;
}

.bg_noir{
  background-color: var(--noir);
}
.bg_noir *{
  color:var(--blanc);
}
.bg_grisF{
  background-color: var(--grisF);
}
.bg_grisF *{
  color:var(--blanc);
}
.bg_grisp{
  background-color: var(--grisp);
}
.bg_blanc{
  background-color: #fff;
}
p{
  margin-bottom: 1.25em!important;
  /*display: inline-block;*/
}
section{
  position: relative;
}
.skins section.content1323:last-of-type{
  padding-bottom: 7.5rem!important;
}
.topBar p{
  display: inline-block;
}
.boxSlider {
  margin-right: 2.5em;
}
.col4Image,
.col3Image{
  padding-bottom: 1.875em;
}
.col4Image img{
  height: 25.5em!important;
/*  width: 21.875em;*/
  background-position: center;
  object-fit: cover;
  width: 100%;
}
.col3Image img{
  height: 31.3375em!important;
  width: 31.1375em;
  object-position: left;
  object-fit: cover;
}
.image-box{
  overflow:hidden;
  background-size: cover;
  background-repeat: no-repeat;
}
.image {
  background-position:center;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
} 
.image:hover {  
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2); /* IE 9 */ 
  transform: scale(1.2);
} 
.smallP{
 font-size:  0.7777777777777778em!important;/*18px*/ 
 line-height: 1.1111111111111112rem;
 font-weight: 200;
}
.smallerP{
 font-size:  0.727em!important;/*16px*/ 
}

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

.page .nf-form-content .label-above .nf-field-label {
  margin-bottom: 2px;
}
.page .nf-form-content label {
  font-size: 14px;
  font-weight: 500;
}
.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;
}
.nf-fu-fileinput-button span{
  font-family: var(--font-roboto);
  font-weight: 400;
}
.nf-form-fields-required{
  display: none;
}
/*
  __  ___   __    _ __                __
 / / / (_) / /__ (_) /_  ___ ___  ___/ /
/ /_/ / / /  '_// / __/ / -_) _ \/ _  / 
\____/_/ /_/\_\/_/\__/  \__/_//_/\_,_/  
                                        */
.zIndex{
  z-index: 9999;
  position: relative;
}
.bloctxt3_contenu{
  padding-left: 1em;
}
.sectiontxt3col{
  z-index: 99;
/*  padding: 0 7.5em;*/
}
.txt3colTB{
  padding-bottom: 3.75em;
  padding-top: 1.875em;
} 
.coltxt3Titre h5{
  margin-bottom: 0!important;
}
.coltxt3Titre h2{
  margin-bottom: 1rem!important;
}
.ctn4Cols{
  display: flex;
  justify-content: space-between;
  /*gap: 4.125em;*/
  flex-wrap: wrap; /* Allow multiple rows */
  padding-top: 3.125em;
}
.ctn4Cols .col {
    flex: 0 0 calc((100% - 3 * 4.125em) / 4);
    box-sizing: border-box;
}
.ctn3Cols{
  display: flex;
  flex-wrap: wrap;
  gap: 3.3125em;
  justify-content: space-between;
  padding-top: 1.875em;
}
.portfolio3Cols{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  padding-top: 5em;
}
.portfolio3Cols .col{
  width: 100%;
}
.ctn3Cols .col {
    flex: 0 0 calc((100% - 2 * 3.3125em) / 3);
    box-sizing: border-box;
}
.coltxt3Titre{
  padding-top: 1.875em;
}
/*.coltxt3_contenu{
  padding: 1.875em;
}*/
.gallery img{
  height: 990px!important;
  object-fit: cover;
}
.gallery{
  padding: 6.25em 0;
  position: relative;
}
.gallery .slick-prev, 
.gallery .slick-next{
  top: 50%!important;
}
.gallery .slider-prev,
.gallery .slider-next{
  background-color: transparent!important;
  width: 20px !important; 
  height: 20px !important; 
  border-radius: 0!important;
}
.gallery .slider-prev{
  left: -4% !important;
}
.gallery .slider-next{
   right: -3.5% !important;
}
   
.gallery .slider-prev:before,
.gallery .slider-next:before{
  font-size: 1.5rem !important;
  color: var(--gris) !important;
  padding: 0!important;
}
.image_overview{
  overflow: hidden;
}
.gallery .slick-prev {
  left: -4% !important;
}
/**/
.image-counter{
  position: absolute;
  bottom: 26%;
  right: 14%;
  z-index: 999;
  background-color: #fff;
  padding: 5px 15px;
}
.gallery .slider-for .slick-current img{
  padding: 0 33px;
}

.slider-for {
    overflow: visible !important;
    position: relative;
}
.slider-for .slick-list {
    overflow: visible !important;
}
.slider-for .slick-track {
    display: flex !important;
    align-items: center;
}
.slider-for .slick-slide {
    opacity: 0.3;
    transition: all 0.3s ease;
    z-index: 1;
}
.slider-for .slick-slide.slick-center {
    opacity: 1;
    /*transform: scale(1);*/
    z-index: 2;
}
.slider-for .slick-slide img {
    width: 100%;
    height: auto;
    display: block;
}
.slider-for .slick-prev:hover,
.slider-for .slick-next:hover {
    background: rgba(0,0,0,0.8);
}

.thumbs{
  position: relative;
  padding: 10px 5px;
  cursor: pointer;
}
.thumb-inner {
    position: relative;
    width: 100%;
    height: 100%;
}

.thumb-inner img {
    display: block;
    width: 100%;
    height: auto;
}
.slick-slide .thumbs img{
  background-position: center;
  background-size: cover;
  max-height: 13.875em;
}
.slick-track {
  overflow: visible;
}
.col3Portfolio{
  position: absolute;
  bottom: 20px;
  padding: 25px 42px;
  background-color: rgba(0, 0, 0, 0.8);
  margin-right: 12.5em;
  transition: all 0.3s ease-in-out;
}
.col3Portfolio h5{
  margin-bottom: 0 !important;
  color: #fff;
}
.featureTitre h2{
  padding-bottom: 3.75rem;
  margin-bottom: 0!important;
}
.flexTypes{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding-top: 0.9375em;
}
.feature_image img{
  height: 21.5625em;
  object-fit: cover;
}
.infoDroite{
  padding-left: 5em;
  padding-right: 7.5em;
}
.padTypes{
  padding: 0 8.333% 1.875em 4.165%;
}
.shadow_overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 2;
}
.shadow_overlay:hover{
  opacity: 1;
}
.slider-nav .slick-current .shadow_overlay {
    opacity: 1;
}
.blocType{
  color: #fff;
  padding: 0.9375em 1.25em;
}
.flexTypes .blocType:first-child{
  padding-left: 0;
}
.flexTypes .blocType:last-child{
  padding-right: 0;
}
.blocType h5{
  color: #fff;
  margin-bottom: 0!important;
  font-weight: 500!important;
  text-transform: capitalize!important;
}
.bannerPort{
  margin-left: 4.165%;
  /*padding-right: 8.33%;*/
}
.textePortfolio{
  color: #fff!important;
  /*padding-bottom: 1.875em!important;*/
}
.portfolio3Cols .insideBoxs{
  min-height: 38.625em;
  }
.boxLink{
  display: block;
  height: 100%;
}
.boxLink:hover {
  background-color: rgba(0, 0, 0, 0.8); /* Optional: can tweak */
}
.boxLink:hover .col3Portfolio{
  background-color: rgba(0, 0, 0, 0.1);
}
.boxLink img{
  height: 100%;
  height: ;
}
.h2313{
  padding-right: 16.66666%;
  padding-left: 0;
}
.h1323{
  padding-right: 0;
  padding-left: 16.66666%
}
.h5050-image img{
  width: 100%;
}
.ctn50Normal .h5050-image img{
  height: 100vh;
  width: 100%;
  object-fit: cover;
}
.bigImage{
  background-repeat: no-repeat;
  background-size: cover;
}
.image5050{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  height: 100%;
}
.opacite{
  opacity: 0;
}
/*.content1323 .h5050-image img{
  height: 58.125em;
  width: 45.625em;
  object-fit: cover;
} */
section.content1323 {
  padding-top: 0;
  padding-bottom: 0;
}
.imageSpace.colonne_1,
.inverted .imageSpace.colonne_2{
  padding-right: 1.875em;
  padding-left: 0;
}
.imageSpace.colonne_2,
.inverted .imageSpace.colonne_1{
  padding-left: 1.875em;
  padding-right: 0;
}
.content1323 .imageSpace.colonne_1,
.content1323.inverted .imageSpace.colonne_2{
  padding-right: 4.25em;
  padding-left: 0;
}
.content1323 .imageSpace.colonne_2,
.content1323.inverted .imageSpace.colonne_1{
  padding-left: 4.25em;
  padding-right: 0;
}
/*.content1323 .imageSpace.colonne_1,
.content1323 .inverted .imageSpace.colonne_2{
  padding-right: 1.875em;
  padding-left: 0;
}
.content1323 .imageSpace.colonne_2,
.content1323 .inverted .imageSpace.colonne_1{
  padding-left: 1.875em;
  padding-right: 0;
}*/
.content-h1323 .slick-slider{
   padding-right: 3%;
}
/*.content1323 .colonne_2 .type-imag{
  padding-left: 3%;
}
.content1323 .colonne_1 .type-imag{
  padding-right: 3%;
}*/
.content1323 .colonne_2 .type-text,
.inverted.content1323 .colonne_1 .type-text{
  padding-right: 14.2857142857%;
  padding-left: 7.142857%;
}
.content-h1323 .h1323-text{
  padding-right: 14.2857142857%;
  padding-left: 7.142857%;
}
.content1323 .colonne_1 .type-text,
.inverted.content1323 .colonne_2 .type-text{
  padding-left: 14.2857142857%;
  padding-right: 7.142857%;
}
.boxSlider p:last-of-type,
.h5050-text p:last-of-type{
  margin-bottom: 0!important;
}
.h5050-text p:only-of-type:not(:last-child){
  margin-bottom: 1.2em!important;
}
.h5050-text i{
  color:var(--gris);
  display: inline-block;
  width: 100%;
  font-size: 2em;

}
.ctn50Normal .h5050-text{
  /*padding-left: 0;*/
  padding-right: 0;
}
.container10 .h5050-text{
  padding-right: 0;
}
.h5050-text,
.h1323-text{
  padding-right: 16.66666%;
  padding-left: 16.66666%;
  padding-bottom: 3.75em;
  padding-top: 1.875em;
}
.sliderContent{
  padding-bottom: 3.75em!important;
}
.sliderContent p{
  line-height: 1.375em!important;
}
.sliderContent{

}
.h1323-text h5{
  margin-bottom: 0.625rem!important;
}

.marginTop{
  margin-top: 4.45em;
}
.halfMarginTop{
  margin-top: 2.22em;
}
.halfPadTop{
  padding-top: 2.22em;
}
.padBtn{
  padding-top: 1em;
}
.halfPadBottom{
  padding-bottom: 2.22em;
}
.padTop{
  padding-top: 4.45em;
}
.padBottom{
  padding-bottom: 4.45em;
}
.ctn50Infolettre .boxInfoVertP{
  min-height: 621px;
}
.theSliderImg .bigWord{
   left:21%;
   top: 4rem;
}
.bigWord{
  font-size: 15.625em;
  text-transform: uppercase;
  color: var(--grisp);
  font-weight: 600;
  font-family: var(--font-montserrat);
  position: absolute;
  left: 8.33333%;
  top:  7.5rem;
  letter-spacing: 0.05em;
  white-space: nowrap;
  z-index: 0;
}
.bigWord404{
  font-size: 15.625em;
  text-transform: uppercase;
  color: var(--noir);
  font-weight: 600;
  font-family: var(--font-montserrat);
  position: absolute;
  letter-spacing: 0.05em;
  white-space: nowrap;
  padding-left: 10rem;
  padding-right: 10rem;
/*  padding-left: 16.6666%;
  padding-right: 16.6666%;*/
}
.nav-slider1{
  margin-right: 1em;
}
.slider-counter,
.nav-slider1{
  display: inline-block;
    margin-top: 3.3333333333333335em;

}
.nav-slider1 .slick-arrow{
  color: var(--blanc)!important;
  background-color: var(--noir);
  border-radius: 100%;
  width: 2.4444444444444446em;
  height: 2.4444444444444446em;
display: inline-flex;
    align-items: center;
    justify-content: center;
}
body.active{
  overflow: hidden;
}
.padT{
 padding-top: 3.111111111111111em;
 display: inline-block;
 width: 100%;
 
}
.padB{
  padding-bottom: 3.111111111111111em;
  display: inline-block;
  width: 100%;

}
.bigPadTop{
  padding-top: 11.25em!important;
}
.padTB{
  padding-top: 3.75em;
  padding-bottom: 3.75em;
  display: inline-block;
  width: 100%;
}
.halfpadTB{
  padding-top: 1.875em;
  padding-bottom: 1.875em;
  display: inline-block;
  width: 100%;
}
.padLR{
  padding-left: 6.25rem;
  padding-right: 6.25rem;
  display: inline-block;
  width: 100%;
}
.padLeft{
  padding-left: 2.22222rem;
}
.padRight{
  padding-right: 2.22222rem;
}
.no-padLeft{
  padding-left: 0!important;
}

a{
  color:var(--beige);
}

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

img {
  max-width: 100%;
}



.nav a{
 font-family: var(--font-montserrat)!important;
 font-weight: normal;
}

/*----btn-----*/

/*.btn{
  text-align: center;
  display: inline-block;
  padding: 0.35rem 1.1111111111111112rem;
  font-weight: 500;
  font-family: var(--font-spectral);
  font-size: 0.875em;
  text-transform: uppercase;
  transition: var(--transitionTiming);
  margin-top:1em;
  position: relative;
  z-index: 99;
}
.btnBlanc{
  color: var(--noir);
  border:1px solid var(--gris);
  background-color: var(--blanc);
}
.btnBlanc:hover{
  background-color: var(--gris)!important;
  color: var(--blanc)!important;
}
.BtnNoir{
  color: var(--blanc);
  background-color: var(--noir);
  border:1px solid var(--noir);
}
.BtnNoir:hover{
  background-color: var(--blanc);
  color: var(--noir)!important;
}*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400|Raleway:300");

html {
  padding-top: 50px;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  text-align: center;
  background-color: #eeeeee;
}

html *,
html *::before,
html *::after {
  box-sizing: border-box;
  transition: 0.5s ease-in-out;
}

html i,
html em,
html b,
html strong,
html span {
  transition: none;
}

*::before,
*::after {
  z-index: -1;
}

/*h1,
h4 {
  font-family: 'Raleway', 'Open Sans', sans-serif;
  margin: 0;
  line-height: 1;
}*/

a {
  text-decoration: none;
}

.centerer {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 0 1rem;
}

@media (min-width: 600px) {
  .wrap {
    width: 50%;
    float: left;
  }
}

.btn {
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin: 1rem auto;
  text-transform: uppercase;
  text-align: center;
  font-family: var(--font-spectral);
  font-weight: 500;
  font-size: 0.875em;
  z-index: 99;
  padding: 0.35rem 1.25rem;
  transition: var(--transitionTiming);
  line-height: 1.42rem;
}

/* Background animation overlay */
.btn::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  transform: translateX(-102%);
  transition: transform 0.5s ease-in-out;
  z-index: -1;
}

/* Blanc → Gris */
.btnBlanc {
  color: var(--noir);
  background-color: var(--blanc);
}

.btnBlanc::before {
  background-color: var(--gris);
}

.btnBlanc:hover {
  color: var(--blanc)!important;
}

.btnBlanc:hover::before {
  transform: translateX(0);
}

/* Noir → Blanc */
.BtnNoir {
  color: var(--blanc);
  background-color: var(--grisF);
  border: 1px solid var(--grisF);
}
.bg_bannerPage .BtnNoir{
  border: 1px solid #fff;
  padding: 10px 18px;
  margin-bottom: 25px;
}
.ctn100 .BtnNoir{
  margin-left: 1.875rem;
}

.BtnNoir::before {
  background-color: var(--blanc);
}

.BtnNoir:hover {
  color: var(--grisF)!important;
}

.BtnNoir:hover::before {
  transform: translateX(0);
}

.bloc2Cols{
columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
.bloc{
   padding-bottom: 2em;
/*  padding-right: 1.2em; */
  display: inline-block;
  padding-right: 0.5em;
}
.bloc2Cols h6{
   border-bottom: 1px solid currentColor;
  display: inline;
}
.bloc2Cols h6 + p{
  margin-top: 0.5em;
}


.slick-next{
  right: -3.5%!important;
  z-index: 9;
}
.slick-prev{
  left: -13%!important;
  z-index: 9;
}
.slick-disabled{
  display: none;
}
.slick-prev:before{
  content: "\f053"!important;
  padding-left: 1.5em;
}
.slick-next:before{
 content: "\f054"!important;
 padding-right: 1.5em;
}
.slick-prev:before, .slick-next:before{
  font-family: "Font Awesome 6 Sharp"!important;
  font-weight: 500!important;
  font-size:  2rem!important;
}
.slick-prev, .slick-next{
  background-color: var(--grisF)!important;
  width:  8.3125rem!important;
  height:  8.3125rem!important;
  border-radius: 100%;
}

.content-h5050 .slick-prev, 
.content-h5050 .slick-next{
  background-color: var(--gris)!important;
}
.content-h5050 .slick-next{
  right: -39% !important;
  z-index: 0;
}
.content-h5050 .slick-prev{
  left: -35% !important;
  
}

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;
}
a:hover{
  /*text-decoration: underline!important;*/
}
.h5050-text a:hover{
  color: var(--gris);
}
.h5050-text li{
  position: relative;
}
.h5050-text li i{
  position: absolute;
  left: -2em;
}
ol li,
ul li{
/*  font-family: var(--font-montserrat)!important;*/
}
.h5050-text ul li{
  margin-bottom:  0.75em;
  line-height: 1.2727272727272727em;
}
.h5050-text ul{
  padding-left: 1.125em;
}
ul li h4{
  margin-bottom: 0!important;
}
.pc{
  display: inline-block;
  width: 100%;
  margin-bottom: -3px!important;
  z-index: 2;
}
.container{
  display: inline-block;
  width: 100%;
}
section p:last-child{
  margin-bottom: 0!important;
}
.bg_noir .flexThat{
  align-items: stretch;
}
.bg_noir .h5050-text{
  height: 100%;
 display: flex;
  flex-direction: column;
 justify-content: center;
}
.bg_blanc .h5050-text h1{
  color: var(--noir);
  margin-bottom: 1.875rem;
}

.flexThat,
.flexFeature{
  display: flex;
  align-items: center;
}
.infoFooter{
 justify-content: center; 
 /*margin-top: 2.8125em;*/
 margin-bottom:  1.5625em;
}
.infoFooter a{
  margin:0 0.5em;
  display: block;
  margin-bottom: 15px;
}
.infoFooter a:hover{
  color: var(--gris);
}
.infoFooter .contactFooter a{
  display: inline-block;
  margin-bottom: 0;
}
.contactFooter{
  margin-bottom: 15px;
}
.logoPied{
  justify-content: center;
  border-top: 1px solid var(--gris);
  padding:  2.1875em 0;
  margin-top: 1.25em;
}
.logoPied img{
  margin:  0 1.5625em;
}
.leReseau{
  display: inline-block;
  margin:0.3125em;
}
.leReseau i{
  font-size: 1rem!important;
}
.leReseau i:hover{
  color: var(--gris);
}
.rbq{
  /*margin-top: 0.9em;
  padding-bottom: 2.1875em;*/
  padding: 0 0.625em;
}
.inverted .flexThat{
  direction: rtl;
}
.inverted .flexThat .h5050-half-inner{
  direction: ltr;
}

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

.logo img{ 

}
.logo { display: inline-block;  
  width: 100%;
}
.banner {
  position:relative;

}

.noCss{
  height: auto!important;
  width: auto;
  display: block;
  margin-bottom: 1.273em;
}
.insideLogo { 
  background-color:var(--bleu);
  display: inline-block;
  position: absolute; 
  padding: 1.818em;
  left: 7.045em;
  top: -7px;
  z-index: 999;
  min-width:8.545em;
}
.hideMe{
  visibility: hidden;

}
.site,
.site-content {
  overflow: hidden;
  position: relative;
}
.site-content * {
  box-sizing: border-box;
}
.line{

  height: 200000px;
  border-left: 1px solid #B2B2B2;
  position: absolute;
  z-index: 0;
  overflow: hidden;
  opacity: 0.25;
}
.line.line1{
  left: 16.66%;
}
.line.line2{
  left: 33.33%;
}
.line.line3{
  left: 50%;
}
.line.line4{
  left: 66.66%;
}
.line.line5{
  left: 83.33%;
}
#masthead{
  z-index: 9;
}
/*--------------------------*/
.footer-menu1{
  /*border-top: 1px solid var(--gris);*/
  /*padding: 2.1875em 0;*/
}
.footer-menu1 .sub-menu {
  display: block !important;
  position: static !important;
  opacity: 1 !important;
  visibility: visible !important;
  padding-left: 1em; /* Optional: indent subpages */
  margin-top: 0.5em;
}
.footer-menu1 li {
  position: static !important;
}

/* Optional: style subpages like normal list items */
.footer-menu1 .sub-menu li {
  display: block;
}

/* Optional: remove arrow indicators */
.footer-menu1 li.menu-item-has-children > a::after {
  display: none;
}
.footer-menu1 li {
  position: static !important;
}

/* Optional: style subpages like normal list items */
.footer-menu1 .sub-menu li {
  display: block;
}

/* Optional: remove arrow indicators */
.footer-menu1 li.menu-item-has-children > a::after {
  display: none;
}
.footer-menu1 .menu .sub-menu a{
  padding: 0.625rem 0;
  border-bottom: none;
}
.footer-menu1.menu1 ul{
  align-items: flex-start;
  padding: 0;
}
.footer-menu1.main-menu .menu li > .sub-menu{
  max-width: 0;
}
/*-----------------------------*/
#colophon,
.ctnFull50 ,
.content-h5050,

.homeBanner,
.sectionSlider{
  z-index: 2;
  position: relative;
}
.bannerPage{
  padding-left: 5em;
  z-index: 99;
}
.bg_bannerPage{
  background-color: var(--grisF);
}
.textebannerpage{
  padding-left: 4.165%;
  padding-bottom: 2.75em;
  padding-top: 3.125em;
}
.textebannerpage_img{
  height: 100%;
/*  padding: 0 5em;*/
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 5em;
}
.bg_bannertxt{
  background-color: var(--noir);
  opacity: 80%;
  padding-top: 4.25em;
  padding-bottom: 4.25em;
  padding-right: 10.9375em;
  padding-left: 5.375em;
  margin-left: 6.25em;
}
.bg_bannertxt h1{
  line-height:  1.1363636363636365em;
}
.image_banner{
  position:relative;
  background-position: center;
  background-size: cover;
  height: calc(100vh - 6.5625em);
  padding: 0!important;
}

.introSlider{
  padding-bottom: 3.125em;
  padding-right: 2.1875em;
  padding-left: 2.1875em;
}
.txt_slider{
  padding-left: 0!important;
  padding-right: 0!important;
}
.headerLogo{
  display: flex;
  align-items: center;
}
#masthead img{
  max-width: 13.5em;
/*  height: 100%;*/
  position: relative;
  z-index: 9999999;
}
#masthead{
  font-weight: normal!important;
  min-height: 6.5625em;
}

.topBar a{
  margin:0 0.5em;
}
.topBar a:hover{
  color: var(--gris);
}
#masthead p{
  margin-bottom: 0!important;
}
.theMenu{
  display: inline-flex;
  align-content: center;
  flex-wrap: wrap;
  width: 100%;
  padding:1.125em 0;
}
.addrese{
  text-align: center;
  flex: 0 0 auto;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.lang{
  margin-left: auto;
}
.wpml-ls-legacy-list-horizontal{
  padding: 0!important;
}
.wpml-ls-legacy-list-horizontal a span:hover{
  color: var(--gris);
}
.topBar .container10{
  display: inline-flex;
  justify-content: center;
  font-size: 0.75em;
  font-family: var(--font-montserrat);
  align-items: center;
  position: relative;
}
.ctnTab .contents {
  display: none;
}
.ctnTab .contents.active {
  display: block;
}
  .flexEnd .btn{ margin-top:0; }


.nav a img{
  vertical-align: top;
  margin-right: 0.2777777777777778rem;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
}
.topLinks a{
  display: inline-block;
  color: #fff;
  margin: 0  0.8333333333333334rem;
}
.topLinks.nav{
  line-height: 1em;
}
.topLinks a:hover{
  text-decoration: underline;
}
.topLinks a:hover img{
  opacity: 0.65;
}
.background_link{
  /*height: 38.75em;*/
  background-repeat: no-repeat;
  background-size: cover;
}
.imgProg {
  background-position: center top;
}
.textebanner{
  height: 100%;
  padding: 0 5em;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.textebanner h1{
  margin-bottom: 2.2222222222222223rem;
}
.theMainMenu{
  display: flex;
  justify-content: end;
  width: 100%;
}
.main-menu .menu .wpml-ls-item{
  display: none;
}



.menuParent .wpml-ls{
  background-color: var(--orange);
  border-radius: 100%;
  width: 2.1818181818181817em;
  height: 2.1818181818181817em;
  text-align: center;
  display: flex;
  align-items: center;
  line-height: 1rem;
  justify-content: center;
  margin-left: 0.45454545454545453em;
}
.menuParent .wpml-ls:hover{
  background-color: var(--beige);
  cursor: pointer;
}
.menuParent .wpml-ls:hover a{
 color: var(--vertF); 
}
.menuParent .wpml-ls a{
  color: #fff;
  padding: 0;
}

.nav #menu-item-wpml-ls-8-en{
  display: none;
}



.main-menu .menu  li{
  display: inline-block;
  list-style-type: none;
  position: relative;
}
.menu1,
.menu2,
.menu1 > div,
.menu2 > div{
  height: 100%;
}
.menu1 ul{
/*  width: 100%;*/
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: space-between;
  /*padding-right: 2.1875em;*/
  padding-right: 1em;
  padding-left: 3em

}
.menu2 ul{
  width: 100%;
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: space-between;
  padding-left: 2.1875em;
}
.menu li a{
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  text-transform: uppercase;
/*  font-size: 0.875em;*/
}
.menu1.footer-menu1 ul,
.menu1.footer-menu1 .menu li{
  display: block!important;
}
.main-menu .menu li{
  padding: 1em 0;
}
.menu1.footer-menu1 .menu li{
  padding: 0.25em 0;
}
.main-menu .menu .sub-menu li{
  padding: 0;
}
/***************/
.main-menu .menu li > .sub-menu {
  position: absolute;
  top: 100%;
  left: -5px;
  transform: none;
  z-index: 999999999;
  padding: 0 !important;
  background-color: var(--blanc);
  opacity: 0;
  max-width: 15rem;
  min-width: 100%;
  width: max-content;
  visibility: hidden;
  transition: opacity var(--transitionTiming), visibility var(--transitionTiming);
  display: inline-block !important;
  height: auto !important;
}
.menu .menu-item-has-children a{
    transition: var(--transitionTiming);
}
.menu .menu-item-has-children a:after {
  font-weight: 900;
  font-family: "Font Awesome 6 Sharp";
  content: "\f078";
  font-size: 0.8125em;
  padding-left: 0.5em;
  color: var(--gris);
  transition: var(--transitionTiming);
}
.menu .menu-item-has-children:hover a:after{
 content: "\f077";
}
.menu .menu-item-has-children .sub-menu a:after {
  display: none;

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

.menu li.current-menu-item > a,
.menu li a:hover{
  color: var(--gris)!important;
}
.menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  z-index: 9999;
}

.menu .sub-menu li {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding-bottom: 0 !important;
}

.menu .sub-menu a {
  padding: 0.625rem 1.125rem;
  font-weight: 400;
  line-height: 1.2em;
  font-size:  0.975em;
  text-transform: none;
  display: inline-block;
  border-radius: 0;
  color: var(--noir)!important;
  border-bottom: 1px solid #DBDBDB;
  width: 100%;
}
.menu .sub-menu li:last-of-type a{
  border-bottom: none!important;
}
.menu .sub-menu a:hover{
  color: var(--gris)!important;
}
html:has(.is-active), body:has(.is-active){
  overflow: hidden;
}
#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);
}
.bottomCtnTabs{
  display: inline-flex;
  align-items: stretch;
  width: 100%;
}
.ctnTab{
  padding-bottom: 4em;
}

.insideTabs{
  padding: 0.5em 1em;
}



.insideTabs svg{
  transition: color var(--transitionTiming);
}

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



.insideTabs svg:hover{
  cursor: pointer;
}
.insideTabs h4{
  font-size: 0.9em!important;
}



.bannerSpace{
  padding: 0!important;
}
.homeBanner{
  position:relative;
  background-position: center;
  background-size: cover;
  height: calc(100vh - 6.5625em);

}
.homeBanner .flexThat{
  height: 100%;
  align-items: stretch;
  justify-content: center;
}
.bannerPage .flexThat{
  height: 100%;
  align-items: stretch;
  justify-content: flex-end;
}

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




.positionning{
  position: relative;
}
p .underline:after {
  position: absolute;
  content: '';
  height: 2px;
  /* adjust this to move up and down. you may have to adjust the line height of the paragraph if you move it down a lot. */
  bottom: -15px; 
  z-index: -1;

       /****** 
       optional values below 
       ******/

  /* center - (optional) use with adjusting width   */
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 100%;
  background: var(--goldF);

  /* optional animation */
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
}



.ls{
  letter-spacing:0.182em;
}

.reserve{
  margin-bottom:0;

}
.reserve .top{
 padding: 1.364em;
 
}
.reserve .top p{
 color: var(--bleuF);
 
}
.reserve .top{
  background-color: var(--goldF);
  display: flex;
  align-items: center;
}
.reserve .top h6{
  margin-bottom: 0!important;
  padding-bottom: 0!important;
}
.reserve .top img{

  margin-top: 2px;


}
.reserve .top p{
  margin: 0;

}
.insideContainer{
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: calc(100vh - 3.872em);
  z-index: 9;
}
.socials{
  position: absolute;
  z-index: 99;
  top: 50%;
  right: 0;
  background-color: var(--vertF);
}
.socials a{
  display:block;
  text-align: center;
  margin-top:10px;
  margin-bottom: 10px;
}
.socials a:hover i{
 color: var(--gold);
}
.socials a i{
  color: var(--bleu);
}
.banner:after {
  position: absolute;
  content: '';
  width: 1px;
  background: var(--beige);
  height: calc(100vh - 5.636em);
  /* optional animation */
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
  right: 8px;

}
.politique{
  display: inline-block;
  position: relative;
  padding: 5% 25%;
}
.no100{
  height: auto!important;
}

.rightSide{
 background-color: rgba(0, 0, 0, 0.6);
 color: #fff;
}

.cta{padding: 0 8.3333333333%; }

.events .slick-dots{
  left: calc(50% - 36px);
}
.slick-dots {
  position: absolute!important;
  bottom: -20px!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(--gris)!important;
  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;
}

.theSlider{
  position:relative;
}


.ctnD{
  padding: 2.4545454545454546em 2.272727272727273em;
  background: linear-gradient(to right, var(--bleu) 50%, var(--vertF) 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: background-position .5s ease-out; 
}
.ctnD h2{
  margin-top: 0;
}
.ctnD span{
  font-size: 0.6363636363636364em;
  display: inline-block;
  line-height: 1rem;
  width: 100%;
}
.theUnderline{
  text-transform: uppercase;
  border-bottom: 1px solid var(--gold);
  display: inline-block;
  margin-top: 1.5em;
  padding-bottom: 0.6818181818181818em;
  font-size: 0.7272727272727273em;
  letter-spacing: 2px;
}
.ctnD ul{
  padding-left: 0;
  list-style: none;
}
.ctnD ul li{
  margin: 0;
  margin-bottom: 1em;
  padding-left: 1em;
  position: relative;
}

.ctnD ul li:after{
 content: '';
 height: .4em;
 width: .4em;
 background: var(--goldF);
 display: block;
 position: absolute;
 transform: rotate(45deg);
 top: .25em;
 left: 0;
}

.watermark{
  position:absolute;
  right: 0;
  bottom: -3px;
  z-index: 99;
}
.slick-dotted.slick-slider {
 margin-bottom: 0px;
}
.resto .theTitles{
  max-width: 41.727em;
  margin: 0 auto;
  display: inline-block;
  padding: 0 25% 1em 25%;
}
.slick-slide img{
  display: block;
  width: 100%;
}

.content-h1323 .slick-slide img {
  display: block;
  width: 100%;

  height: 49.6875em;
  object-fit: cover;
  object-position: center;
}
.content-h1323 .boxSlider{
  margin: 0!important;
}
.eventInfos{
  padding-left: 16.66666666%;
  padding-right: 16.66666666%;
} 
.moreInfo a{
  color: var(--bleu)!important;
} 
.footer{
  background-color:var(--beige);
  padding:2.273em;
  text-align: center;
}
.rightInfo{
  border-left: 2px solid var(--beige);
  border-radius: 1px;
  padding-right: 2.2222222222222223em;
  padding-left:  2.2222222222222223em;
  margin-left: 1.5em;
}
.boxVertFleche{
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  background-color: var(--vertP);
  padding: 2em 6em 2em 3.5em;
  position: relative;
  display: inline-block;
  min-height: 135px;
  display: inline-flex;
  align-items: center;
}

.ctn100Abs{
  position: relative;
}
.ctn100Normal .txtBottom{
  position: relative!important;
  bottom: auto!important;
  top: auto!important;
}



.error-404.not-found.default-max-width{
  padding:5.625em 10em;
}
.page-content h4{
  margin-bottom: 1.875em;
  text-transform: none;
}
.backTop{
  padding: 13px 15px;
  font-size: 30px;
  background-color: var(--grisF);
  color: #fff;
  position: absolute;
  right: 3.125rem;
/*  bottom: 3.75em;*/
  bottom: 1.875rem;
  border: 1px solid var(--grisF);
  transition: var(--transitionTiming);
}
.backTop:hover{
  background-color: #fff;
  color: var(--grisF);
}
#colophon{
  display: inline-block;
  width: 100%;
  font-weight: 300!important;
  font-size: 0.875em;
  background-color: var(--blanc);
  padding-top:3.75em;
  z-index: 999;
}
#colophon p{margin-bottom: 0!important}
#colophon img{
  max-width: 24.125em;
}
.noLabel label{
  display: none;
}

.copyRight p {
  margin-bottom: 0;
  font-size: 0.75rem!important;
  line-height: 1.5em !important;
}

.theBox.imageProjet img{
  height: 280px;
  object-fit: cover;
  width: 100%;
}
.bottomPage{
  display: inline-block;
  width: 100%;
  padding: 2px 0;

}
.bottomPage a:hover{
  color: var(--orange)!important;
}
.bottomPage ul li a{
  padding-left: 0.8571428571428571em;
  padding-right: 0.8571428571428571em;
}
.bottomPage ul li:after{
  content: "|";
  display: inline-block;
}
.bottomPage ul li:last-child:after{
  display: none;
}
#colophon .bg_gris{
  padding-top: 3.2222222222222223em;
  padding-bottom: 3.2222222222222223em;
}
#colophon .bg_gris ul{
  padding-left: 0;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
#colophon .bg_gris ul li{
  display: block;
  margin-bottom: 0.5em;
  margin-left: 0;
  margin-right: 0;
  font-size: 0.7777777777777778em;
  
}
#colophon .bg_gris ul li a{
  font-weight: 200;
}

#colophon .bg_gris p{
  font-size: 0.7777777777777778em;
  font-weight: 200;
  color: var(--bleu);
}
#colophon .bg_gris a{
  color: var(--bleu);
}
.max{
  padding-right: 30%;
}

/*BLOGUE*/
.box_single {
    position: fixed;
    top: 17.5vh;
    left: calc(66.67% + 4rem);
    width: calc(33.33% - 6rem);
    max-width: 400px;
    z-index: 999;
    margin-left: 0;
    overflow-y: auto;
    height: 100vh; 
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}
.box_single.onScroll {
  top: 7vh !important;
}
.box_single h3 {
  margin-bottom: 0.5rem !important;
  border-left: none !important;
  padding-left: 0;
}
.box_single h6 {
  text-decoration: underline;
  font-size: 0.85rem;
  margin: 0.5rem 0 1rem 0;
}
.box_single h6:hover {
  color: var(--gris);
}
.full-article-link {
  display: block;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.full-article-link:hover {
  color: var(--gris);
}
.box_single ul li {
  padding-top: 1.7em;
}
.article-title {
  margin-bottom: 0.5em;
  line-height: 1.4em;
}
.article-action {
  margin-top: 0.3125em;
}
.content_single ol {
  list-style-type: decimal;
  padding-left: 1rem !important;
}
.content_single ul{
  padding-left: 1rem !important;
  margin-bottom: 1.875em;
}
.card-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.card-link:hover {
    text-decoration: none;
}

.articleCard {
    cursor: pointer;
}
.paddingListing {
  padding-top: 6.5rem;
  padding-bottom: 3.5rem;
}
.btnRetour i{
  font-size: 12px;
  margin-right: 0.5rem;
}
.btnRetour .btn{
  margin-top: 0 !important;
}
.titreCarteBlogue {
  line-height: 1.2em !important;
  font-size: 1.4rem !important;
  padding-bottom: 2rem;
}
.btnCarteBlogue {
  margin-top: auto;
}
.cardContent {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.titreCarteBlogue a {
  text-decoration: none;
}
.excerptBox .more-link{
  display: none !important;
}
.heroArticle {
  background-position: center;
}
.articleCard {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 0 2rem 2rem 0;
  background-color: var(--blanc);
  border: solid 0.8px;
}
.descriptionExcerpt {
  flex-grow: 1;
}
.paddingCarte {
  padding: 2rem;
  /*border: solid 0.8px;*/
}
.imgArticle {
  display: flex;
  justify-content: center;
  padding: 0 0 1.5rem 0;
}
.imgArticle img{
  width: 100%;
}
.content_single h1 {
  color: var(--noir) !important;
  padding-bottom: 1rem;
}
.post-navigation {
  display: none !important;
}
.tagDiv {
  margin: 0.3rem 0 1rem 0rem;
}
.tag {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 0.7rem;
}
.tag:hover {
}
.box_single hr {
   border-top: 0.8px solid grey;
}

/*FAQ*/
.faq {
  background-color: var(--grisF);
  color: var(--blanc);
}
.faq.padLR {
    margin-left: 6.25rem;
    padding-right: 6.25rem;
    display: inline-block;
    width: 100%;
}
.faq p {
   margin-bottom: 0 !important; 
}
.faq-item .faq-question .faq-flex p {
    font-size: 1.25em;
}
.faq .container10{
  padding-left: 1.333%;
}
.faq .fa-solid, .fass {
    font-weight: 500;
}
.faq-flex { 
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1em 0;
}
.faq-flex h4{ 
  margin-bottom: 0 !important;
  /* Pas de transition par défaut */
}
.faq-item:first-child {
    border-top: solid 1px;
}
.faq-item {
    border-bottom: solid 1px;
}
.fa-solid.fa-minus.hide,
.fa-solid.fa-plus.hide {
  display: none;
}
.faq-response {
  display: none;
}
.faq-response-inner {
  padding-top: 1em;
  padding-bottom: 1em;
}
.faq-question {
    cursor: pointer;
}
.faq-question:hover {
    font-weight: 400;
}
.faq-question, 
.faq-question *, 
.faq-question *::before, 
.faq-question *::after {
    transition: none !important;
}
.faq-question.active {
    font-weight: 400; 
}
.faq-question.active .faq-flex h4 {
    transition: font-weight 0.3s ease !important;
}

/*

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

*/

/*MEDIA QUERIES*/
@media screen and (max-width: 1680px) {

  h1{
    font-size:  2.5em!important;
  }
  h2{
    font-size:1.75em!important;
  }
  h3{
    font-size: 1.4em!important;
  }
  h4{
    font-size:  1.2em!important;
  }
  body{
    font-size: 20px;
  }
  .content-h5050 .slick-prev{
    left: -37%!important;
  }
  .content-h5050 .slick-next{
    right: -41.5% !important;
  }
   #masthead .container10,
   #masthead .container11R{
  padding-left: 2%;
  padding-right: 2%;
 }
  .box_single {
  margin-left: 4rem;
  left: auto !important;
 }
 .listingArticles .container10 {
  padding-left: 5.333%;
  padding-right: 3.333%;
  display: inline-block;
  width: 100%;
 }
 .bigWord{
  top: 5rem;
 }
 .bigPadTop{
  padding-top: 8.25em !important;
 }
 .ctn3Cols{
  padding-top: 1.875em;
  gap: 40px;
 }
 .txt3colTB{
  padding-bottom: 4.375em;
  padding-top: 2.1875em;
 }
 .coltxt3Titre{
  padding-top: 2.1875em;
 }
  #colophon .container8{
    padding-left: 8.333%;
    padding-right: 8.333%;
  }
  #colophon .logoFooter img{
    padding-right: 2em;
  }
}
@media screen and (max-width: 1580px), 
screen and (max-height: 680px) {

}
@media screen and (max-width: 1440px) {
  h1{
    line-height: 3.1875rem;
  }
  #colophon{
    padding-top: 5em;
  }

  .content-h5050 .slick-prev{
    left: -39% !important;
  }
  .content-h5050 .slick-next{
    right: -44.5% !important;
  }
  .gallery .slick-prev{
    left: -6% !important;
  }
  .gallery .slick-next{
    right: -5.5% !important;
  }
/* .main-menu .menu li{
  width: 100%;
 }*/
  .bigWord {
      top: 1rem!important;
  }
  .bigPadTop{
  padding-top: 5em !important;
 }
 .ctn4Cols .col{
  flex: 0 0 calc((100% - 3 * 3.125em) / 4);
 }
.menu1,
.menu2{
  font-size: 14px!important;
}
  .menu1 ul{
    padding: 0 1.2em;
  }
}

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

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

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

}
@media screen and (max-width: 1280px) {
  h1{
    line-height: 3.1875rem;
    margin-bottom: 1.222222rem;
  }
  #colophon ul li a{
    font-size: 12px!important;
  }
  #masthead .container10{
    padding-left: 2%;
    padding-right: 2%;
  }

  .theMenu{
    justify-content: center;
  }
  .bg_bannertxt{
    padding-left: 1.875em;
    margin: 0;
  }
  .slick-next{
  right: -5.5% !important;
/*    right: -60px !important;*/
  }
  .slick-prev{
  left: -15%!important;
/*    left: -225px !important;*/
  }
  .content-h5050 .slick-prev{
    left: -41% !important;
  }
  .content-h5050 .slick-next{
    right: -47.5% !important;
  }
  .col4Image img{
    height: 15.5em !important;
  }
  .ctn3Cols{

  }
  .box_single {
    margin-left: 2rem;
  }
  .paddingListing {
    padding-top: 4.5rem;
  }
  .listingArticles .container10 {
    padding-left: 7.333%;
    padding-right: 5.333%;
  }
  .box_single {
    max-height: none !important;
  }
  .ctn50Normal .flexThat{
    display: inline-block;
    width: 100%;
  }
  .boxSlider{
    margin-right: 1.5625em;
  }
  .bg_bannertxt{
    padding-top: 5em;
  }
  .portfolio3Cols{
    grid-template-columns: repeat(2, 1fr);
  }
  .infoDroite{
    padding: 0 3.75em;
  }
  .image-counter{
    bottom:31%;
    right: 14%;
  }
  .gallery img{
    height: 600px!important;
  }
  .slick-slide .thumbs img{
    max-height: 10em;
  }
}

@media screen and (max-width: 1024px) {
  h1{
    font-size: 2.75em !important;
    line-height: 1.2;
  }
  h2{
    font-size: 3.4375em !important;
    line-height: 1.2;
  }
  h3{
    /*font-size: 1.1em!important;*/
  }
  h4{
    /*font-size:  1.25em!important;*/
  }
  h2.noMargin{
    /*line-height: 1.6rem;*/
    line-height: 1.2;
  }
  .textebanner h1{
    margin-bottom: 1.25rem;
  }
  .container10,
  .container4,
  .container8{
    padding-left: 8.33%!important;
    padding-right: 8.33%!important;
  }
/*  .sectiontxt3col,
  .section_col4{
    padding-left: 8.33%;
    padding-right: 8.33%;
  }*/
  .box_single {
      /* Réinitialiser toutes les propriétés "fixes" */
      position: static !important;
      top: auto !important;
      left: auto !important;
      width: auto !important;
      max-width: none !important;
      margin-left: auto !important;
      height: auto !important;
      max-height: none !important;
      transition: none !important;
      
      /* Garder seulement les propriétés de base */
      z-index: 999;
      overflow-y: auto;
    }
  #colophon .logoFooter img{
    padding-right: 0;
  }
  .box_single.onScroll {
    position: static !important;
    top: auto !important;
    transition: none !important;
  }
  .bg_noir .h5050-text{
    padding-top: 3.125em;
    padding-bottom: 3.125em;
  }
  .rightSide{
    background-color: var(--grisF);
  }
  .h5050-text,
  .content-h1323 .h1323-text{
    padding-left: 8.33%;
    padding-right: 8.33%;
  }
  .container10 .h5050-text{
    padding-left: 0;
    padding-right: 0;
  }
  .ctn100.padLR{
    padding-left: 0;
    padding-right: 0;
  }
  .textebanner{
    padding: 1.875em 8.33%;
  }
  .introSlider{
    padding-left: 0;
    padding-right: 0;
  }
  .slick-current img{
  padding: 0;
}
  .boxCol4,
  .col4_Titre{
    padding: 1.875em 0;
  }
  .slick-next{
    right: -7.5% !important;
  }
  .slick-prev {
    left: -17% !important;
  }
.content-h1323 .slick-slider,
.content1323 .colonne_2 .type-imag,
.content1323 .colonne_1 .type-imag{
   padding-right: 0;
   padding-left: 0;
}
.imageSpace.colonne_1{
  padding-right: 0;
}
.imageSpace.colonne_2{
  padding-left: 0;
}
  .titreBottom { 
    left: 50%;
    transform: translateX(-50%);
    bottom: -2em;
    width: 100%;
    text-align: center;
  }
  .bigBG, .bgBlanc { 
    border-radius: 32em 3em 13em 12em / 3em 5em 2em 9em;
  }
  .portfolio3Cols{
    grid-template-columns: repeat(1, 1fr);
  }
  .menu1.footer-menu1 ul,
  .menu1.footer-menu1 .menu li{
    display: inline-block!important;
  }

  .colonne_1 h2:only-of-type:last-child{
    margin-bottom: 0!important;

  }
  .sectionBtn{
  padding-bottom: 1.875em;
}
  .pc{
    margin-top: -8px!important;
  }
  .textebannerpage_img{
    height: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 0;
    flex-direction: column;
  }
  .bg_bannertxt{
    padding: 4.25em 8.33%!important;
    text-align: left;
    z-index: 999;
    position: relative;
    background-color: var(--grisF);
    opacity: 100%;
  }
  .rightSkin .flexThat{
    display: flex!important;
    flex-direction: column-reverse;
  }

  .copyRight{
    padding-top: 1em;
  }
  .bottomPage{
   display: flex;
   flex-direction: column-reverse;
   padding-top: 0.5rem;
 }

 .leftSide{
  padding-right: 0;
}

.titreBottom {
  bottom: -1em!important; 
}
.titreBottom i { 
  position: absolute;
  font-size:0.6em;
  margin-top: -0.1em;
  margin-left: -1em;
}
.titrePage{
  padding-top: 2em;
}
#rmp-menu-wrap-357{
  /*padding-top: 6.5625em!important;*/
  padding-left: 5%;
  padding-bottom: 20%;
  padding-right: 5%;
  background-color: #f9f9f9;
}
#rmp-menu-wrap-357 .rmp-menu-item-link:hover{
  color: var(--gris)!important;
}
#rmp_menu_trigger-357{
  top: 38px!important;
}
#rmp-menu-wrap-357 .rmp-menu-item-link{
  padding: 0!important;
}
#rmp-menu-wrap-357 .rmp-submenu .rmp-menu-item-link{
  padding-left: 5%!important;
}
#rmp-menu-wrap-357 .rmp-submenu .rmp-menu-item-link,
#rmp-menu-wrap-357 .rmp-menu-item-link{
  /*font-size: 16px!important;*/
  font-size: 40px!important;
  font-weight: 400!important;
  height: 70px!important;
  align-items: center!important;
  display: flex!important;
  font-family: var(--font-montserrat)!important;
}
#rmp-menu-wrap-357 .rmp-submenu .rmp-menu-item-link{
  height: 55px!important;
  font-size: 35px!important;
  font-family: var(--font-montserrat)!important;
}
#rmp-menu-wrap-357 .rmp-menu-subarrow{
  right: 18px!important;
  top: 10px!important;
}
#rmp_menu_trigger-357{
  right: 8.33%!important;
}
#rmp-menu-wrap-357 .rmp-menu-item-link .rmp-font-icon{
  font-size: 35px!important;
}
#rmp-menu-wrap-357{
  padding-left: 8.33%!important;
  padding-right: 8.33%!important;
  padding-top: 15%!important;
}
.rightInfo{
  border-top: 1px solid #fff;
  padding-top: 1em;
  margin-top: 1em;
  border-radius: 0;
}
.col3_contenu{
  padding: 1.875em;
}
.ctn4Cols,
.ctn3Cols{
  padding-top: 0;
}
.ctn4Cols .col {
    flex: 0 0 calc((100% - 3 * 1.125em) / 2);
}
/*.col4_Titre {
  padding: 0 2.0625em 0 2.0625em;
}*/
.coltxt3_contenu,
.coltxt3Titre{
 padding: 1.25em 0;
/*  padding: 1.875em 0.625em;*/
}

.textebannerpage{
  padding-left: 8.33%;
  padding-right: 8.33%;
}
.padTypes{
  padding-left: 8.33%;
  padding-right: 8.33%;
  padding-bottom: 3.125em;
}
.bannerPort{
  margin: 0;
  padding: 0;
}
.feature_single{
  padding-top: 1.875em;
  display: inline-block;
}
.featureTitre h2{
  padding-bottom: 1.875rem;
}
#colophon .th-show{
  display: none!important;
}
#colophon ul{
  column-count: 1;
  margin-top: 1.875em;
}
#colophon ul li a{
  margin-bottom: 0.9375em;
}
.infoFooter{
  margin-top: 2.8125em;
}
.padTop {
  padding-top: 2.25em;
}
.image100{
  min-height: 300px;
}
.image5050{
  height: 100%!important;
}
.infoDroite{
  padding: 1.875em 0 0 0;
}
.flexFeature{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  align-items: start;
}
.btn{
  margin-right: 1em;
}

.overText{
  padding: 4em!important;
}
.theBannerImg{
  min-height: auto!important;
}
.leftSide{
  margin-bottom: 1.625em;
}
.theMainMenu{
  display: none;
}
.colonne_1{
  margin-bottom: 1.5em;
}
.flexThat{
  display: inline-block!important;
  width: 100%;
}
.gallery .slick-next {
    right: -8% !important;
}
.gallery .slick-prev {
    left: -8% !important;
}
.slider-counter, 
.nav-slider1{
  margin-top: 1.875em;
}
.content-h1323 .slick-slider {
    padding-right: 8.33%;
    padding-bottom: 1.875em;
    padding-left: 8.33%;
}
.content1323 .imageSpace.colonne_1,
.content1323.inverted .imageSpace.colonne_2,
.content1323 .imageSpace.colonne_2,
.content1323.inverted .imageSpace.colonne_1{
  padding-right: 0;
  padding-left: 8.33%;
}
.content1323 .colonne_2 .type-text, 
.content1323 .colonne_1 .type-text{
  padding: 1.875em 8.33%!important;
}
.le_sliderNav.slick-initialized{
  padding-left: 0;
  padding-right: 0;
}
.content-h5050 .slick-prev{
  left: -19% !important;
}
.content-h5050 .slick-next {
    right: -19% !important;
}
body{
  font-size: 16px!important;
}
.box_single {
  margin-left: 0;
  margin-top: 4rem;
}
.box_single h3 {
  font-size: 1.5em !important;
}
.singleContainer.container10 {
    padding-left: 5.33% !important;
    padding-right: 5.33%!important;
}
.listingArticles .articleCard {
  margin: 0 1.5rem 1.5rem 0;
}
.imageSpace.colonne_1,
.inverted .imageSpace.colonne_2,
.imageSpace.colonne_2,
.inverted .imageSpace.colonne_1{
  padding-right: 0;
  padding-left: 0;
}
.faq h2 {
    font-size: 2.4375em !important;
}
.faq p {
    padding-right: 0.8em;
}

}
@media screen and (max-width: 860px) {
.paddingCarte {
  padding: 1rem;
}

}

@media screen and (max-width: 768px) {
  h1{
    font-size: 2.1875em!important;
  }
  h2{
    font-size: 1.75em!important;
  }
  h3{
    font-size: 1.125em!important;
  }
  .textebanner h1{
    margin-bottom: 1.25rem;
  }
  .bloc2Cols{
    columns: 1;
     -webkit-columns: 1;
  }
  .image-counter{
    bottom: 39%;
    right: 12%;
  }
  .portfolio3Cols .insideBoxs{
    min-height: 25em;
  }
/*.sectiontxt3col,
.section_col4,
.section_col3 {
  padding: 0 8.33%!important;
}*/
  .slick-prev{
    left: -24%!important;
  }
  .slick-next {
    right: -14.5% !important;
  }
  .content-h5050 .slick-prev{
    left: -22% !important;
  }
  .content-h5050 .slick-next {
    right: -22% !important;
  }
  .content-h1323 .slick-slide img{
    height: auto;
  }
  .coltxt3_contenu, 
  .coltxt3Titre{
  padding-left: 0!important;
  padding-right: 0!important;
}

.ctn100{
  padding-left: 0!important;
  padding-right: 0!important;
}
.paddingCarte {
  padding: 2rem;
}
.container10{
  padding-left: 8.33% !important;
  padding-right: 8.33% !important;
}
.container10.singleContainer{
  padding-left: 6% !important;
  padding-right: 6% !important;
}
.portfolio{
  padding-bottom: 1.875em!important;
}
.gallery{
  padding-bottom: 3.75em;
}
  .gallery img{
    height: 400px!important;
  }
.imgArticle {
  width: 100% !important;
}
.faq.padLR {
    margin-left: 0;
}
.faq .btn {
  margin-bottom: 3em;
}


}
@media screen and (max-width: 640px) {
#rmp-menu-wrap-357 .rmp-submenu .rmp-menu-item-link,
#rmp-menu-wrap-357 .rmp-menu-item-link{
  /*font-size: 14px!important;*/
  font-size: 20px!important;
}
#rmp-menu-wrap-357 .rmp-submenu .rmp-menu-item-link{
  height: 40px!important;
}
.theMenu{
  padding: 1.875em 0;
}
#masthead img{
  width: 55%;
}
/*  .slick-prev{
    left: -28%!important;
  }
  .slick-next {
    right: -17.5% !important;
  }*/
  .ctnFull50 .slick-arrow{
    display: none!important;
  }
  .content-h5050 .slick-prev{
    left: -30% !important;
  }
  .content-h5050 .slick-next {
    right: -30% !important;
  }
  #rmp_menu_trigger-357{
    top: 18px!important;
  }
  .image-counter{
    bottom: 38%;
    right: 5%;
  }
  .slick-slide .thumbs img{
    max-height: 7em;
  }
  .gallery .slider-for .slick-current img{
    padding: 0;
  }
  .flexFeature{
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
  .gallery img {
      height: 350px !important;
  }
  .backTop{
    bottom: 0;
    right: 0;
  }
  .menu1.footer-menu1 ul, .menu1.footer-menu1 .menu li {
    display: block !important;
  }
  .flexTypes{
    display: inline-block;
  }
  .blocType{
    padding-left: 0;
    padding-right: 0;
  }
  .image_banner,
  .homeBanner{
    height: calc(80vh - 6.5625em);
  }
  .ctn4Cols,
  .ctn3Cols{
    display: block;
  }
  .col4_Titre{
    padding: 0;
  }
  .footerPad{
    padding: 0;
  }
  .bg_bannertxt{
    padding-left: 5%;
    padding-right: 0;
    width: 100%;
  }
  .col3Portfolio{
    margin-right: 6.25em;
  }
  .content1323 .imageSpace.colonne_1,
  .content1323.inverted .imageSpace.colonne_2,
  .content1323 .imageSpace.colonne_2,
  .content1323.inverted .imageSpace.colonne_1 {
    padding-right: 0;
    padding-left: 0;
  }
  .bannerPage{
    padding-left: 0;
    padding-right: 0;
  }
  .textebannerpage,
  .padTypes{
    padding-left: 8.33%;
    padding-right: 8.33%;
  }
  .listingArticles .container10 {
    padding-left: 8.33% !important;
    padding-right: 8.33% !important;
  }
  .articleCard {
    margin: 0 0rem 2rem 0; 
  }
  .listingArticles .articleCard {
     margin: 0 0 1.5rem 0; 
   } 
   .logoPied img{
    margin: 0.9375em 1.5625em;
   }
   #colophon ul li a{
    font-size: 10px!important;
   }
}


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

*/


.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%;
 position: relative;
 z-index: 1;
}
.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%; 
  } 
}
@media screen and (max-width: 1910px) {
  .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%; 
  } 
}
@media screen and (max-width: 1680px) {
  .b2-show {
    display: block !important; 
  }

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

  .b2-full {
    width: 100%; 
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .b3-12-12 {
    width: 100%; 
  } 
}
@media screen and (max-width: 1440px) {
  .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%; 
  } 
}
@media screen and (max-width: 1280px) {
  .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%; 
  } 
}
@media screen and (max-width: 1024px) {
  .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%; 
  } 
}
@media screen and (max-width: 768px) {
  .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%; 
  } 
}
@media screen and (max-width: 640px) {
  .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; 
}

.h100 {
  height: 100%; 
}

/* Général */
a:focus {
  text-decoration: none !important;
  outline: 0; 
}

.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%; 
}

.fliph {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
  -webkit-filter: FlipH;
  filter: FlipH;
  -ms-filter: "FlipH"; 
}

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