@charset "UTF-8";
/*
Theme Name: Twenty Seventeen 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: studiocreatifcoloc
*/
/*
  _________ __            .___.__                                      __  .__  _____               .__                 
 /   _____//  |_ __ __  __| _/|__| ____     ___________   ____ _____ _/  |_|__|/ ____\   ____  ____ |  |   ____   ____  
 \_____  \   __\  |  \/ __ | |  |/  _ \  _/ ___\_  __ \_/ __ \__  \   __\  \   __\  _/ ___\/  _ \|  |  /  _ \_/ ___\ 
 /        \|  | |  |  / /_/ | |  (  <_> ) \  \___|  | \/\  ___/ / __ \|  | |  ||  |    \  \__(  <_> )  |_(  <_> )  \___ 
/_______  /|__| |____/\____ | |__|\____/   \___  >__|    \___  >____  /__| |__||__|     \___  >____/|____/\____/ \___  >
        \/                 \/                  \/            \/     \/                      \/                       \/ 

        */
/* Variables */
/* color */
/*AJOUTER NOUVEAUX CSS ICI */
:root {
  --bleu: #005A9C;
  --noir: #403F41;
  --blanc : #FFFFFF;
  --grisPale : #8A8F9E;
  --beige : #f9f2e8;
  --jaune : #BC9307;
  --OpenSans: 'Open Sans', sans-serif;;
}
.insideColsL{
padding-right: 20px;
}
.insideColsr{
padding-left: 20px;
}
/*ACCUEIL 2*/
.banniere-container-mobile{
  display: none;
}
.site-header.headerAcc2{
  padding: 0!important;
}
.container{
  max-width: 1920px!important;
  margin: 0 auto!important;
  position: relative;
  width: 100%;
  padding: 0 5.5%;
}
.page-id-5726 #content{
  padding-bottom: 0!important;
}
.page-id-5726 .site-content-contain{
  background-color: #fff!important;
}

.wrap #primary,
.page-id-5726 .wrap #primary,
.page-id-5726 .infolettre,
.page-id-5726 .partenaires.wrap,
.page-id-5726 .wrap{
  display: none!important;
}
#primary-ambassadeurs{
  display: block!important;
}
p{
  font-size: 1.125em;
  line-height: 1.563rem;
}
#bottomHome{
  display: none;
}
.black h1 {
  color: #403F41!important;
  padding-bottom: 30px!important;
  font-size: 46px !important;
  line-height: 56px !important;
  font-weight: 700 !important;
}
h2{
  font-size: 1.875em!important; /* 30px */
  line-height: 1.938rem!important;
  font-family: 'Lora', serif;
  text-transform: none;
  color: var(--noir);
  margin-bottom: 40px!important;
  font-weight: 600!important;
  padding: 0!important;
}
h3{
  font-size: 1.375em!important; /* 22px */
  line-height: 1.5rem!important;
 font-family: 'Lora', serif;
  color: var(--noir)!important;
  text-transform: none;
  margin-bottom: 50px!important;
}
h4{
  font-size: 1.125em!important; /* 18px */
  line-height: 1.125rem!important;
  font-family: 'Lora', serif;
  text-transform: uppercase;
  color: var(--noir);
  font-weight: 400!important;
  margin-bottom: 24px!important;
}
h6{
  font-size: 1.875em!important; /* 18px */
  line-height: 2rem!important;
  font-family: 'Lora', serif;
  color: var(--noir);
  font-weight: 700!important;
  margin-bottom: 40px!important;
}
.btn a{
  text-decoration: none!important;
  display: inline-block;
  padding: 6px 36px!important;
  font-size: 1.125em;
  line-height: 1.5rem;
  font-weight: 600!important;
  text-transform: none;
  transition: all 0.2s!important;
  position: relative;
  z-index: 1;
}
.btn a:hover{
  box-shadow: none!important;
}
.btn.btnNoirTextBlanc a{
  border: 2px solid var(--noir)!important;
  color: var(--blanc)!important;
  background-color: var(--noir)!important;
}
.btn.btnNoirTextBlanc a:hover{
  border: 2px solid var(--noir)!important;
  color: var(--noir)!important;
  background-color: var(--blanc)!important;
}
.btn.btntexteBleuFondBlanc a{
  color: var(--bleu)!important;
  border: 2px solid var(--bleu)!important;
  background-color: var(--blanc)!important;
}
.btn.btntexteBleuFondBlanc a:hover{
  color: var(--blanc)!important;
  border: 2px solid var(--bleu)!important;
  background-color: var(--bleu)!important;
}
.btn.btnNoirTextBlanc,
.btn.btntexteBleuFondBlanc,
.btn.btnTextBlancFondBleu {
  border: none;
  display: inline-block;
  margin-bottom: 0;
}
.btn.btnNoirTextBlanc:hover,
.btn.btntexteBleuFondBlanc:hover,
.btn.btnTextBlancFondBleu:hover{
  background-color: transparent!important;
}
.btn.btnTextBlancFondBleu a{
  color: var(--blanc)!important;
  border: 2px solid var(--bleu)!important;
  background-color: var(--bleu)!important;
}
.btn.btnTextBlancFondBleu a:hover{
  color: var(--bleu)!important;
  border: 2px solid var(--bleu)!important;
  background-color: var(--blanc)!important;
}
.btn.btnBlancTextGris a{
  color: var(--grisPale)!important;
  border: 2px solid var(--blanc)!important;
  background-color: var(--blanc)!important;
}
.btn.btnBlancTextGris a:hover{
  color: var(--bleu)!important;
  border: 2px solid var(--blanc)!important;
  background-color: var(--blanc)!important;
}
.page-template-default button#responsive-menu-pro-button{
  position: absolute!important;
  top: 63px!important;
  z-index: 99999999;
}

/*Réseaux sociaux*/
.resauxSociauxHeader .leReseau,
.copyrights .leReseau {
  display: inline-block!important;
  margin-bottom: 0!important;
}
.reseauSociauxHeader{
  justify-content: flex-end;
} 
.leReseau a {
  margin-right: 0px!important;
}
.leReseau i {
  color: var(--noir)!important;
  background-color: transparent;
  line-height: 1.125rem;
  font-size: 1.5em;
  transition: all .2s;
  padding: 6px 12px;
}
.leReseau a:hover i{
  color: var(--bleu)!important;
}
.copyrights .leReseau i {
  color: var(--blanc)!important;
}

/*Menu Top*/
#topMenu {
  overflow: hidden;
  width: 100%;
  z-index: 9999999;
}
#topMenu .container{
  padding-top: 300px;
}
#topMenu ul{
  margin:0!important;
  padding-top: 12%;
}
#topMenu ul li{
  margin:0!important;
  line-height: normal;
  display: inline-block;
}
#topMenu ul{
  list-style-type: none;
  padding-left: 0!important;
  margin-top: 0;
  padding-top: 0!important;
  position: relative;
}
#topMenu ul:after{
  content: "";
  position: absolute;
  z-index: 1;
  left: 11.5%;
  bottom: -15px;
  display: block;
  width: 74%;
  height: 1px;
  background: var(--blanc);
}
#topMenu ul li a{ /*Style parent*/
  font-size: 14px!important; /* 35px */
  line-height: 16px!important;
  text-transform: none;
  font-weight: 600;
  color: var(--noir)!important;
  position: relative;
  /*padding: 2.7% 4% 2.7% 4%;*/
  display: block;
  transition: all .2s;
font-family: "Open Sans";
  letter-spacing: 0px;
  margin: 0px 30px 0px 25px!important;
}
.sub-menu{
  padding-left: 0px;
  padding-top: 0px;
}
#topMenu ul li .sub-menu a{ /*Style child*/
  font-size: 24px;
  line-height: 24px;
  padding-bottom: 18px;
  margin-top: 0;
  text-transform: none!important;
  font-weight: 300;
}
#topMenu ul li a:hover,
#topMenu ul li .sub-menu a:hover{
  color: var(--grisPale)!important;
}
.menu-item, .responsive-menu-pro li{
  position: relative;
}
#top-menu li:before {
  content: "|";
  position: absolute;
  right: 0;
  top: 45%;
  transform: translateY(-50%);
}
#top-menu li:last-child:before{
  display: none;
}
.wrapAccueil2{
  /*overflow: hidden;*/
}
.wrapAccueil3.flex-container{
  max-width: 1920px!important;
  margin: 0 auto!important;
  position: relative;
  width: 100%;
  padding: 0 5.5%;
}
.wrapAccueil2 .container {
  padding-right: 0!important;
}
.wrapAccueil2 .container .boutonsTop .boutonTerritoire{
  width: 100%;
  text-align: center;
  padding: 0!important;
}
.wrapAccueil2 .boutonTerritoire a{
  font-weight: 600;
  padding: 15px!important;
  display: block;
}
.page-id-5854 .wrap{
  padding: 0px!important
}
.page-id-5854 .wrap #primary,
.page-id-5829 .wrap #primary{
  display: none!important;
}
.ligneGrise{
  position: relative;
}
.ligneGrise:after{
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0%;
  display: block;
  width: 100%;
  height: 2px;
  background: var(--grisPale);
  z-index: 15;
  opacity: .3;
}
.parent{
  position: relative;
}

/*Reseaux sociaux Top*/

.social-navigation a{
  color: var(--noir);
  transition: all .2s;
}
.social-navigation a:hover{
  color: var(--grisPale);
}
.social-navigation .icon {
  height: 25px;
  top: 0px;
  width: 30px;
  vertical-align: top;
}
.icon-youtube{
  content: "\f167"!important;
}
/*Menu Principal*/
#menuPrinc{
  width: 100%;
}
#menuPrincipal a{
  font-size: 1.25em!important;
  line-height: 1.438rem!important;
  color: var(--noir);
  padding: 0 15px!important;
  /*font-weight: 600;*/
 font-family: "Open Sans"!important;


}
#menuPrincipal li:last-child a {
  padding-right: 15px!important;
}
#menuPrincipal li:hover a{
  color: var(--grisPale)!important;
}
#menuPrincipal li:hover .sub-menu a{
  color: var(--bleu)!important;
}
#menuPrincipal li:hover .sub-menu li:hover a{
  color: var(--grisPale)!important;
}
#menuPrincipal{
  margin-top: 0px;
  padding: 28px 105px 28px 0px;
}
#menuPrincipal .sub-menu{
  padding-top: 25px;
}
#menuPrincipal .sub-menu li a{
  font-size: 1.25em!important;
  line-height: 1.313rem!important;
  font-weight: 500!important;
}
#menuPrincipal li{
  margin: 0 2%!important;
}
#menuPrincipal li .sub-menu li{
  margin-right: 0px!important;
}
#menuPrincipal li .fa-chevron-right:before{
  color: var(--bleu)!important;
}
#menuPrincipal li .fad.fa-chevron-right:after {
  color: #99BDD7!important;
}
#menuPrincipal li:hover .fa-chevron-right:before{
  content: "\f078";
  color: var(--grisPale)!important;
}
#menuPrincipal li:hover .fad.fa-chevron-right:after {
  content: "\10f078";
  color: #aaaeb9!important;
}
#menuPrincipal .sub-menu li .fad.fa-chevron-right {
  display: none!important;
}
#menuPrincipal i {
  position: absolute;
  top: 4px;
  right: -10px;
  font-size: 16px;
}

/*Banniere*/
.banniere-container {
  padding: 90px 0px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0px!important;
  width: 100%;
}
/*Footer partenaire*/
.imgPartenaire{
  margin-bottom: 75px;
  max-width: 310px;
  width: 100%;
  text-align: center;
}
.slick-slide .imgPartenaire img{
  /*margin: 0 70px;*/
  margin: 0 23.5%;
}
.copyrights{
  background: var(--noir);
  padding: 25px 0px;
}
.copyrights .textCopyright, .copyrights p, .copyrights a{
  color: var(--blanc);
  font-size: 0.875em!important;
  line-height: 0.875rem!important;
}
.copyrights a{
  font-size: 14px!important;
}
.textCopyright a{
  transition: all .2s;
}
.copyrights .social-navigation a{
  line-height: 24px!important;
}
.copyrights a:hover{
  color: var(--bleu)!important;
}
.infoFooter{
  display: inline-block;
  margin-right: 85px;
}
.infoFooter p{
  margin: 0!important;
  font-size: 18px!important;
  line-height: 20px;
}
.infoFooter a{
  font-size: 1.125em!important;
  line-height: 1.25rem!important;
  transition: all .2s;
}
.social-navigation {
  float: none!important;
}
.copyrights .social-navigation a{
  background-color: transparent!important;
}
.copyrights .social-navigation .icon {
  height: 22px;
}
/*Section 1*/
#section1{
  /*padding: 50px 0px;*/
  background-color: var(--blanc)!important;
  padding: 2.65% 0px;
}
.imgSliderSectUn {
  padding: 0 18px;
  position: relative;
}
.imgSliderSectUn img{
  /*margin-bottom: 25px;*/
  width: 100%;
}
#section1 h3{
  margin-top: 25px;
  color: var(--grisPale)!important;
}
#section1 .overlaySlide {
  background: var(--bleu)!important;
  opacity: 0;
  transition: all 0.2s;
  position: absolute;
  z-index: 2;
  height: 100%!important;
  width: 100%;
  top: 0;

}
#section1 .btn{
  display: none;
  transition: all .2s;
}
#section1 .imgSliderSectUn.actived .btn.btnBlancTextGris{
  display: inline-block;
}
#section1 .parent:hover .overlaySlide{
  opacity: .8;
}

.imgSliderSectUn .btn{
  display: none;
}
#section1 .parent:hover  .btn{
  display: inline-block;
  position: absolute;
  top: 35%;
  z-index: 9;
  text-align: center;
  left: 50%;
  transform: translate(-50%, -50%);
}
#section1 .parent:hover  .btn a{
  margin-bottom: 0!important;
  padding: 4px 16px!important;
}
/*Section 2*/
#section2{
  background-color: var(--beige)!important;
  /*margin-top: 80px;*/
  margin-top: 4.25%;
}
.image1Sect2{
  margin-bottom: 34px;
}
.image2Sect2,
.image3Sect2{
  position: relative;
  top: -80px;
}
#section1 .btn.btnBlancTextGris{
  color: var(--grisPale)!important;
  border: 2px solid var(--blanc)!important;
  background-color: var(--blanc)!important;
  text-decoration: none!important;
  padding: 6px 36px!important;
  font-size: 1em;
  line-height: 1.5rem;
  font-weight: 600!important;
  text-transform: none;
  position: relative;
  z-index: 1;
  width: 60%;
  border-radius: 25px;
}
#section1 .parent:hover .btn
{
    transform: translate(-50%, 50%)!important;
}
/*Section 3*/
#section3{
  /*padding: 110px 0px;*/
  padding: 5.8% 0%;
}
/*Sectino 4*/
#section4 .flex-container{
  padding: 30px 0px;
  position: relative;
}
#section4 .flex-container:after{
  content: "";
  position: absolute;
  left: 50%;
  top: 0%;
  display: block;
  width: 75%;
  transform: translateX(-50%);
  height: 2px;
  background: var(--grisPale);
  z-index: 15;
  opacity: .4;
}
/*Section fixed*/
#sectionFixed{
  padding: 0%;
  position: fixed;
  bottom: 0!important;
  left: 0!important;
  z-index: 999;
  width: 100%;
}
#sectionFixed .coteJaune{
  background-color: var(--jaune);
  /*padding: 30px 0px 30px 105px;*/
  padding: 1.6% 0px 1.6% 5.5%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
}
#sectionFixed .coteJaune p{
  margin: 0!important;
}
#sectionFixed .coteBleu{
  background-color: var(--bleu);
  /*padding: 30px 105px 30px 0px;*/
  padding: 1.6% 5.5% 1.6% 0%;
  display: flex;
  align-items: center;
}
#sectionFixed .ListingFixed{
  width: 100%;
}
#sectionFixed h2{
  color: var(--blanc)!important;
  margin-bottom: 10px!important;
}
#sectionFixed p,
#sectionFixed .iconeListing i,
#sectionFixed .iconeListing .titreIcone{
  color: var(--blanc)!important;
}
#sectionFixed .iconeListing,
.iconeFontAwesome,
.titreIcone,
.iconeListing a{
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  transition: all .2s!important;
}
.iconeListing i{
  transition: all .2s!important;
  font-size: 40px;
  
    padding-right: 20px;

}
#sectionFixed .sliderSection1{
  width: 100%;
}
#sectionFixed .iconeListing .titreIcone{
  display: block;
}
#sectionFixed .iconeListing a:hover .titreIcone,
#sectionFixed .iconeListing a:hover i{
  color: var(--grisPale)!important;
}
#section4[data-inviewport="footerInView"] #sectionFixed{
  position: fixed;
}
#section4[data-inviewport="footerInView"].is-inViewport #sectionFixed{
  position: relative;
}
#section4[data-inviewport="footerInView"] .coteJaune{
  padding: 1% 0px 1% 5.5%!important;
}
#section4[data-inviewport="footerInView"] .coteBleu{
  padding: 1% 5.5% 1% 0%!important;
}
#section4[data-inviewport="footerInView"].is-inViewport .coteJaune{
  padding: 1.6% 0px 1.6% 5.5%!important;
}
#section4[data-inviewport="footerInView"].is-inViewport .coteBleu{
  padding: 1.6% 5.5% 1.6% 0%!important;
}
#section4 #sectionFixed .flex-container{
  padding: 0!important;
}
#section4 #sectionFixed .flex-container:after{
  display: none!important;
}
/*FOOTER*/
.listingPartenaires{
  padding: 3.2% 0px 0px;
  background-color: #DEDFE4;
}
.nav-slider{
  position: absolute;
  top: 50%;
  width: 100%;
}
.nav-slider .nav-left{
  position: absolute;
  left: -60px;
  top: 50%;
}
.nav-slider .nav-right{
  position: absolute;
  right: -60px;
  top: 50%;
}
.nav-slider a{
  cursor: pointer;
}
.nav-slider a i{
  color: var(--noir)!important;
  background-color: transparent;
  line-height: 1.125rem;
  font-size: 3em;
  transition: all .2s;
  padding: 6px 12px;
}

/*---------ESPACE LITTERAIRE---------*/
.wrap #primary {
  display: block!important;
}
.descAmbassadeur {
  padding-left: 95px;
}
.tags a {
  background-color: #C8E1D8!important;
  padding: 8px 20px;
  font-weight: bold;
  color: #4F4F50;
  margin-right: 13px;
}
.tags a:hover {
  background-color: #F9F4E8!important;

}
.tags {
  margin: 30px 0;
}
.retourAccueil {
  padding-top: 35px;
  padding-bottom: 35px;
}
.sidebarEspaceLitt {
  padding-top: 60px;
}
ul.tagsEspaceLitt li,
ul.jeLisBleuets li {
  list-style: none;
}
ul.jeLisBleuets{
  display: none!important;
}
ul.tagsEspaceLitt,
ul.jeLisBleuets
{
  margin-left: 0!important;
}
ul.jeLisBleuets li {
 padding-bottom: 5px;
}
ul.jeLisBleuets li i {
  display: none;
}
ul.tagsEspaceLitt a {
  padding: 15px;
  border-bottom: 1px solid #dedede; 
  width: 100%;
  display: inline-block;
}
ul.tagsEspaceLitt a.activeTab .catLitt,
ul.tagsEspaceLitt a:hover .catLitt{
  background-color:#F9F4E8;
}
.catLitt{
  padding: 15px 20px;
  display: inline-flex;
  align-items: center;
  width: 100%;
}
ul.tagsEspaceLitt {
  box-shadow: 4px 1px 20px -7px rgb(0 0 0 / 16%);
  background-color: #fff;
}

ul.tagsEspaceLitt a:nth-of-type(1) {
 border-top:none;
}
ul.tagsEspaceLitt a:last-of-type {
 border-bottom:none;
}
ul.tagsEspaceLitt a li {
  display: flex;
  align-items: center;
  font-size: 18px!important;
  font-weight: 600;
  color: #4F4F50;
}
ul.tagsEspaceLitt li .active {
  background-color: #F9F4E8;

}
ul.tagsEspaceLitt a li  i {
 padding-right: 20px!important;
}
ul.tagsEspaceLitt li i {
  font-size: 20px!important;
  color: #4F4F50;
}

ul.jeLisBleuets a:first-of-type  {
  background-color: #EEF7F4!important;
  color: #4F4F50;
  font-size: 25px;
  font-weight: bold;
  padding: 55px 38px;
  word-wrap: normal!important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.imgNouvelle { 
  min-height: 250px;
  /* max-width: 270px;*/
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.5s;
}
.imgNouvelle:hover,
.imgAmbassadeur:hover {
  transform: translateY(-10px);
}
.page-id-5829 .imgNouvelle {
 transition: none;       
}
.page-id-5829 .imgNouvelle:hover {
  transform: none;
}
.imgAmbassadeur { 
  min-height: 270px;
  max-width: 295px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.5s;
}
.category-chroniques-litteraires .container{
  padding: 0;
}
.sectionAutresChroniques .nav-left2{
      transform: translate(50%, 10%)!important;
}
.sectionAutresChroniques,
#relatedArticles{
  position: relative!important;
}
.nouvelle h5 a,
.relatedArticles h5 a{
  font-family: 'open-sans';
  font-size: 18px;
  text-transform: none!important;
  color: #403F41;
  padding: 25px 0;
}
.nouvelle {
  padding: 2% 1%;
}
.nouvelle.bigNews,
.nouvelle.smallNews {
  padding: 0!important;
}
.bigNews .imgNouvelle{ 
  width: 100%;
  padding-bottom: 30px;
}
.smallNews .imgNouvelle {
  width: 100%!important;
}
.nouvelle2{
  padding-right: 2%;
  padding-left: 0;
}
.nouvelle3{
  padding-left: 2%;
  padding-right: 0;
}
.ctn-slideChronique .nav-right2,
.ctn-slideChronique .nav-left2,
.bottomSlider .nav-right2,
.bottomSlider .nav-left2{
  transform: none;
}
.ctn-slideChronique .nav-left2,
.bottomSlider .nav-left2{
  left: -10%;
}
.ctn-slideChronique .nav-right2,
.bottomSlider .nav-right2{
  right: -10%;
  z-index: 9;
}
.entry-content{
  min-height: auto;
}
.nav-slider2{
  position: absolute;
  top: 25%;
  width: 100%;
}
.bigNews .imgNouvelle {
  width: 100%;
}
.smallNews:first-of-type {
  padding-right: 15px;
}
.bigNews { 
 padding-bottom:33px ; }
 .nav-left2 {
  position: absolute;
  transform: translate(50%, 140%);
  top: 87%;
  left: -16%;
  cursor: pointer;
}
.nav-right2 {
  position: absolute;
  transform: translate(50%, 10%);
  top: 90%;
  right: -7%;
  cursor: pointer;
}
.nav-right2 i, .nav-left2 i {
  font-size: 57px;
  color: #cccccc;
}
hr {
  margin-bottom: 0!important;
  margin-top: 3em!important;
}
.titreNoPadding h6 {
  padding: 0!important;
}
.padding h6 {
  padding-top: 50px!important;
}
.retourAccueil a {
  color: var(--black);
}
.underline {
  color: var(--black);
}
.titreAccueilLitt {
  padding-top: 50px;
}
.citation{
  font-style: italic;
    margin-bottom: 70px;
    font-weight: bold;
    color: #403F41;
}
.btn{
  border: 2px solid #403f41;
  padding: 10px 20px;
  color:#403f41 ;
  display: inline-flex;
  align-items: center;
  font-weight: bold;
  margin-bottom: 30px;
}
.btn:hover{
  background-color: #403f41;
  color: #fff;
}
.btn i{
  padding: 0;
  margin-left: 20px;
  font-size: 20px;
  font-weight: 500;
}
.nosAmbassaudeursAccueil {
  display: flex;
  justify-content: space-between;
  padding-top: 75px;
  align-items: baseline;
}
.btnSquare a{
  text-decoration: none!important;
  padding: 12px 30px!important;
  font-size: 1.125em;
  line-height: 1.5rem;
  font-weight: 600!important;
  text-transform: none;
  transition: all 0.2s!important;
  z-index: 1;
  border: 2px solid #403F41;
  color: #403F41;
}
.btnSquare a:hover{
  border: 2px solid #403F41;
  background-color: #403F41;
  color:#fff ;
}
.wrap2 {
  padding-left: 105px;
  padding-right: 105px;
}
blockquote p {
  color: #403F41!important;
  font-weight: 600;
  line-height: 1.4!important;
  margin-bottom: 0!important;
}
.logoLitt {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nouvelle h5 a, .relatedArticles h5 a{
font-family: "Open Sans";
letter-spacing: 0;
}
.dateHere{
  margin-bottom: 0;
  color:#403F41;
}
.nouvelles{
      display: inline-flex;
    width: 100%;
    flex-wrap: wrap;
}
.bannerMobile{
  display: none;
}
#scroll:hover{
  background-color: var(--noir);
  border-color: #fff;
}
#scroll:hover i{
  color: #fff;
  }
#scroll {
    position: fixed;
    right: 30px;
    bottom: 2.5%;
    cursor: pointer;
    width: 45px;
    height: 45px;
    background-color: #fff;
    display: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 2px solid var(--noir);
    color: var(--noir);
    text-align: center;
    margin: 0 auto;
    line-height: 39px;
    z-index: 999;
}
#scroll i{
    font-size: 18px;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    padding: 0;
}

}
.par a,
.par{
   color:#403F41;
}
.ctn-slideChronique{
  position: relative;
}
#sliderAmbassadeurs .imgNouvelle{
  min-height: 295px;
}
#sliderAmbassadeurs{
  position: relative;
  margin-bottom: 65px;
}
#sliderAmbassadeurs div, #sliderAmbassadeurs{
  max-width: none!important;
  height: auto!important;
}
#sliderAmbassadeurs .nouvelle{
  padding: 2% 5%;
}
#sliderAmbassadeurs .imgNouvelle{
  background-position: center;
}
#sliderChroniques div, #sliderChroniques {
  max-width: none!important;
  height: auto!important;
}
#sliderChroniques .imgNouvelle {
  min-height: auto!important;
}
#sliderChroniques .nouvelle {
  padding: 2% 3%!important;
}


/*MEDIA QUERIES*/
@media only screen and (max-width: 1680px) {
  .nav-right2 i, .nav-left2 i{
    font-size: 30px;
  }
  .ctn-slideChronique .nav-left2, .bottomSlider .nav-left2{
    left: 5%;
  }
  .ctn-slideChronique .nav-right2, .bottomSlider .nav-right2{
    right: 5%;
  }
  .nosAmbassaudeursAccueil{
    display: inline-block!important;
  }
  .bottomSlider{
    margin-top: 30px;
  }
  #menuPrincipal li{
  margin: 0 1%!important;
}
  #menuPrincipal a {
    font-size: 17px !important;
    line-height: 12px!important;
  }
    #topMenu ul li a {
    font-size: 13px!important;
    line-height: 14px!important;
    margin: 0px 16px 0px 12px!important;

  }
  #menuPrincipal i {
    position: absolute;
    top: 0;
    right: -10px;
    font-size: 16px;
}
}
@media only screen and (max-width: 1440px) {
  h2 {
    margin-bottom: 25px!important;
  }
  /*Menu Top*/


  .boutonTerritoire{
    padding: 10px;
  }



  /*Section fixed*/
  #section4[data-inviewport="footerInView"] #sectionFixed {
    position: relative!important;
  }
  /*Footer*/
  .copyrights .textCopyright {
    font-size: 0.75em!important;
    line-height: 0.75rem!important;
  }
  .copyrights p, .copyrights a{
    font-size: 0.9em!important;
    line-height: 0.95rem!important;
  }
  .imgPartenaire {
    padding: 0 2%;
  }
  .slick-slide .imgPartenaire img{
    margin: 0 auto;
  }

}
@media screen and (max-width: 1300px) {
  #menuPrincipal li{
  margin: 0!important;
}
.wrapAccueil3 {
  padding-right: 0!important;
}
}

@media screen and (max-width: 1140px) {
  body{
    font-size: 0.95em!important;
    line-height: 1.2rem!important;
  }
  /*Menu top*/
  #topMenu ul li a {
    font-size: 10px!important;
    line-height: 11px!important;
    margin: 0px 13px 0px 8px!important;
  }
  #menuPrincipal a {
    font-size: 14px !important;
    line-height: 12px!important;
  }
  /*Footer*/
  .infoFooter {
    margin-right: 25px;
  }
}
@media screen and (max-width: 1100px) {
}
@media screen and (max-width: 1024px) {

  .ligneGrise:after{
    display: none;
  }
  .insideColsL{
padding-right: 0px;
}
.insideColsr{
padding-left: 0px;
}
  .banniere-container img{
    display: none;
  }
  .bannerMobile{
    display: block;
    padding: 20px 0;
  }
  .nav-slider2{
    top: 40%;
  }
  .nav-left2{
    left: -5%;
    top: 50%;
  }
  .nav-right2{
    right: 0;
    top: 50%;
  }
  .wrap2{
    padding: 0 2%;
  }
  #menuPrincipal{
    display: none;
  }
  .page article{
    display: inline-block;
    width: 100%;
  }
  .container {
    padding: 0 4%;
  }
  .btn a{
    margin-bottom: 0;
  }
  /*Section 2*/
  .image1Sect2 {
    margin-top: 25px;
  }
  .image2Sect2, .image3Sect2 {
    top: 0px;
  }
  .image2Sect2{
    margin-bottom: 20px;
  }
  /*Section 3*/
  #section3 .d-6-12{
    margin-bottom: 25px;
  }
  /*Section 4*/
  #section4 .flex-container:after {
    width: 90%;
  }
  /*Section fixed*/
  #section4[data-inviewport="footerInView"].is-inViewport .coteJaune{
    display: block;
    text-align: center;
    padding: 1.6% 4% 1.6% 4%!important;
  }
  #section4[data-inviewport="footerInView"].is-inViewport .coteBleu{
    display: block;
    padding: 1.6% 4% 1.6% 4%!important;
  }
  .iconeListing {
    margin-bottom: 20px;
  }
  .nav-slider .nav-left {
    left: 0px;
  }
  .nav-slider .nav-right {
    right: 0px;
  }
  #sectionFixed .iconeListing, .iconeFontAwesome, .titreIcone, .iconeListing a{
    width: auto;
  }
  /*Footer*/
  .infoFooter{
    display: block;
    margin: 20px 0px;
  }
  .listingPartenaires{
    padding: 4%;
  }
  .imgPartenaire{
    max-width: none!important;
  }
  .slick-slide .imgPartenaire img {
    margin: 0 auto;
  }
  .descAmbassadeur {
    padding-left: 0;
  }
  .sidebarEspaceLitt {
  }
  .paddingMobile {
    padding: 0 5%;
  }
  .nosAmbassaudeursAccueil {
    flex-direction: column;
    padding-bottom: 75px;
  }


}
@media screen and (max-width: 960px) {
}
@media screen and (max-width: 768px) {
  .imgPartenaire{
    max-width: 100%!important;
  }
.social-navigation{
  padding-top: 20px;
}
.banniere-container{
  display: none;
}
.banniere-container-mobile{
  display: inline-block;
  width: 100%;
  height: auto;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 30px;
}
.wrapAccueil2 .container {
    padding-right: 0!important;
    padding-left: 0;
}
}
@media screen and (max-width: 640px) {
}
@media screen and (max-width: 480px) {
}
@media screen and (max-width: 340px) {
}
@media screen and (max-height: 768px) {

}
/* COLOC */

.content-h5050{
  width: 100%;
}

.content-h5050 .h5050-topalign,
.content-h5050 .h5050-half.h5050-topalign {
  align-self: flex-start!important; 
  align-items: start;
}
.h5050-half-inner img{
  max-width: 100%;
}
.h5050-half-inner a{
  text-decoration: none;
  color: var(--orange);
}
.content-h5050 .h5050-half .h5050-half-inner {
  width: 100%; 
}
.content-h5050 .h5050-half .h5050-half-inner .h5050-slider {
  padding: 0;
  width: 100%; 
}
.content-h5050 .h5050-half .h5050-half-inner .h5050-slider .h5050-item .h5050-item-img {
  padding-top: 70%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; 
}
.content-h5050 .h5050-half .h5050-half-inner .h5050-text {
  padding: 0;
  width: 100%; 
}
.content-h5050 .h5050-half .h5050-half-inner .h5050-image {
  padding: 0;
  overflow: hidden;
  position: relative;
  display: inline-block;
}

.content-h5050 .h5050-half .h5050-half-inner .h5050-image img{
  max-width: 100%!important;
}
.content-h5050 .h5050-half .h5050-half-inner .h5050-slider.slick-dotted {
  margin-bottom: 0 !important; 
}

section.content-h5050.inverted .h5050-container {
  direction: rtl; 
}
.h5050-container{
  display: flex;
  align-items: center;
  width: 100%;
}
.flex-align-top .h5050-container{
  align-items: flex-start!important;
}
section.content-h5050.inverted .h5050-container .h5050-half {
  direction: ltr; 
}
section.content-h5050.inverted .h5050-container .h5050-half .h5050-text {
  direction: rtl; 
}
section.content-h5050.inverted .h5050-container .h5050-half .h5050-text > div {
  direction: ltr; 
}



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

}

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