@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 {
  --gris: #404041;
  --teal: #244D56;
  --gold: #BDB799;
  --noir: #0F0F0F;
  --vert : #71734F;
  --poppins: 'Poppins', sans-serif;
}
.newSection{
  margin-bottom: 12px;
      width: 100%;
    display: inline-flex;
}
#mc_embed_signup .asterisk{
  font-size: initial!important;
}
.home #colophon{
  margin-top: 0;
}
.imgOnHove img{
  opacity: 0;
}
.imgOnHove{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
}
.partnersSlider .slick-prev:before, .partnersSlider  .slick-next:before{
  color: var(--vert);
}
.partnersSlider{
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.partnersSlider img{
max-width: 150px;
    margin: 20px auto;
    text-align: center;
}

.boxOverlay{
  position:absolute;
  bottom:0;
   left:0;
  width:100%;
  height:65px;
  transition: all .75s;
  overflow:hidden;
  
}
.boxOverlay .bgGold.btnFull:hover{
  color: #fff!important;
}
.boxOverlay .btn{
  margin-top: 0!important;
}
.boxOverlay a{
  opacity: 0;
}
.imgOnHove:hover .boxOverlay a{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
}

.imgOnHove:hover .boxOverlay{
  
  background-color:rgba(189, 183, 153, 0.28);
  height:100%;
}

.hovering{
  display: none;
}
.nameOnit{
  position: absolute;
  bottom: 0%;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  background-color: var(--gold);
  width: 100%;
  display: inline-block;
  padding: 20px 15px;
  z-index: 2;
}
.insideLayout3{
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
.imgOnHove{
  margin-right: 30px;
}
.layout1{
  border-bottom: 30px solid #fff;
}
.layout2 .paddingMobile .sectionPage,
.layout2 .paddingMobile.sectionPage{
  padding-bottom: 0!important;
}
article .layout2:nth-child(1){
  background-color: #fff!important;
}
.layout2 .imgContain{
  max-height: 250px;
}
.insideTier{
  padding: 0 5%;
}
.insideTier h3{
  margin-bottom: 20px!important;
}
.infolettre h3{
  margin-bottom: 0!important;
}
.infolettre #mc_embed_signup form{
  padding: 3% 10% !important;
}
.infolettre #mc_embed_signup .mc-field-group input{
  padding: 3px 0;
}
.infolettre #mc_embed_signup .indicates-required{
  margin-right: 1.5%!important;
}
.infolettre #mc_embed_signup .mc-field-group.input-group ul li{
  display: inline-block!important;
  padding: 3px 5px!important;
}
.infolettre #mc_embed_signup .mc-field-group{
  padding-bottom: 1%;
}
#mc_embed_signup .mc-field-group.input-group ul{
  text-indent: 0!important;
}
#mc_embed_signup .button{
  background-color: var(--gold)!important;
}
#mc_embed_signup .button:hover{
  background-color: var(--gris)!important;
}
.input-group strong{
  font-weight: normal;
  font-size: 18px;
}
#mc_embed_signup form{
  padding: 10%!important;
}
#mc_embed_signup .mc-field-group input[type=email],
#mc_embed_signup .mc-field-group input[type=text]{
  margin-bottom: 20px!important;
}
.mc-field-group li:before{
  display: none!important;
}
p:empty:before{
  display: none!important;
}
.lightGray{
  color: #A7A7A7;
}
.unclickable > a:hover {
  cursor: default;
}
.zIndex{
  z-index: 9;
  position: relative;
}
body{
  font-family: var(--poppins)!important;
  font-size: 20px!important;
  line-height: 24px!important;
  color: var(--gris)!important;
}
body p{
  line-height: 24px!important;
  margin-bottom: 24px;
}
.slick-slide {
  -webkit-backface-visibility: hidden;
}
.menuOpen{
  overflow: hidden;
}
.gold a,
.gold{
  color: var(--gold)!important;
}
.bgGris{
  background-color:#EFEFEF; 
}
.marginSection{
  margin-bottom: 110px;
  display: inline-block;
  width: 100%;
}
.container{
  display: inline-block;
  width: 100%;     
  padding: 0 6%;     
}
.containerFull{
  display: inline-block;
  width: 100%; 
}
.sectionPage{
  padding: 40px 0;
}
.single .sectionPage{
  padding-bottom: 0!important;
}
.tealBg{
  background-color:var(--teal);
}
.tealBg h2{
  color: #fff!important;
}
.section1-3 .tealBg.colonne_2{
  padding-right: 90px;
  display: flex;
  align-items: center;
}
.section2-3.tealBg{
  padding-top: 70px;
  padding-bottom: 30px;
}
.section2-3 .tealBg.colonne_1{
  padding-left: 90px;
  padding-right: 90px;
  display: flex;
  align-items: center;
}
.section2-3 .sectionPage{
  padding-top: 0;
}
.section2-3 .colonne_2{
  padding-left: 0; 
}
.section2-3 .colonne_2 .h5050-image{
  float: right;
}
.section1-3 .colonne_1{
 padding-right: 0; 
}
.section1-3 .sectionPage{
  padding-bottom: 10px!important;
}
h1{
  font-size:60px!important;
  line-height: 66px!important;
  font-family: var(--poppins)!important;
  font-weight: 800!important;
  color: var(--gris);
  text-transform: uppercase;
}
h2{
  font-size:50px!important;
  line-height: 55px!important;
  font-family: var(--poppins)!important;
  font-weight: 800!important;
}
h3{
  font-size:40px!important;
  line-height: 44px!important;
  font-family: var(--poppins)!important;
  font-weight: 800!important;
  margin-bottom: 50px!important;
  text-transform: uppercase;
  color: var(--gris);
}
h4{
  font-size:30px!important;
  line-height: 26px!important;
  font-family: var(--poppins)!important;
  font-weight: 700!important;
  margin-bottom: 35px!important;
  margin-top: 35px!important;
  position: relative;
}
h4:after{
  content: "";
  width:50px;
  height: 4px;
  background-color:  var(--gold);
  display: block;
  position: relative;
  margin-top: 15px;
}
h5{
  font-size:30px!important;
  line-height: 33px!important;
  font-family: var(--poppins)!important;
  font-weight: 400!important;
  letter-spacing: normal!important;
}
h6{
  font-size:170px!important;
  line-height: 160px!important;
  font-family: var(--poppins)!important;
  font-weight: 800!important;
  letter-spacing: normal!important; 
  text-transform: uppercase;
  color: var(--gris);
  margin-bottom: 30px!important;
}
#containerMenu{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  max-height: 100%;
  max-width: 100%;
  z-index: 999;
  opacity: 1;
  -webkit-transition-property: top;
  -webkit-transition-duration: 1s;
  transition-timing-function: ease-out;
  background-color: rgba(0, 0, 0, 0.5);
}
#containerMenu.actived{
  left: 0;
  width: 100%;
  height: 100%;

}
#containerMenu.actived #menu{
  display: inline-block;

}
#menu .container{
  padding-top: 275px;
}
#menu {
  height: 0;
  overflow: hidden;
  position: absolute;
  width: 100%;
  z-index: 2;
  left: 0;
  background-color: #000;
}
#menu ul{
  margin:0!important;
}
#menu ul li{
  margin:0!important;
  line-height: normal;

}
#menu.actived{
  background-color: #fff;
  position: absolute;
  width: 100%;
  z-index: 2;
  top: 0;
  -webkit-transition-property: top;
  -webkit-transition-duration: 1s;
  transition-timing-function: ease-in-out;
  padding-bottom: 15px;
}
#menu ul{
  list-style-type: none;
  padding-left: 0;
  margin-top: 0;
}
#menu ul li.menu-item-has-children > a{
  display: flex!important;
  align-items:flex-end;
}
#menu ul li.menu-item-has-children > a .alignement{
  display: inline-block;
}
#menu ul li a,
#menu ul li.menu-item-has-children a{
  font-size: 50px;
  line-height: 55px;
  color: #fff;
  position: relative;
  padding-bottom: 33px;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  max-width: 430px;
}

.sub-menu{
  padding-left: 0;
  padding-top: 15px;
}
#menu ul li .sub-menu a{
  font-size: 24px;
  line-height: 26px;
  padding-bottom: 25px;
  margin-top: 0;
  color: #fff;
  font-weight: 300;
  text-transform: none;
}
#menu ul li a:hover,
#menu ul li .sub-menu a:hover{
  color: var(--gold);
}
#menu ul li .sub-menu li{
  line-height: 18px;
}

#containerMenu .menu-item-has-children a{
  color: var(--grisFonce);
  font-size: 22px;     
}
.home .rightMenu{
  padding-top: 40px;
}

.dropSearch {
    display: none;
    /*background-color: #E9A143;*/
    padding: 55px 0;
    width: 100%;
    clear: both;
}
.dropSearch .insideDrop {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 2%;
}
/*HAMBURGER*/
a:focus {
  outline: none;
}
.rightMenu i{
  font-size: 25px;
}
.btn--menu {
  margin: auto;
  width: 44px;
  display: inline-block;
  transition: all, 1s;
  padding: 0.875em 0;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  margin-left: 30px;
  margin-right: 0;
  z-index: 9999999;
  margin-right: 50px;
}
.home .btn--menu span{
  background-color: var(--gris);

}
.btn--menu span {
  display: block;
  position: relative;
  height: 3px;
  width: 44px;
  background-color: #fff;
  margin-right: 16px;
}
.btn--menu.actived span::before, .btn--menu.actived span::after{
  background-color: #fff!important;
}
.home .btn--menu span::before, .home .btn--menu span::after{
  background-color: var(--gris);

}
.btn--menu span::before, .btn--menu span::after {
  content: "";
  display: block;
  background-color: #fff;
  width: 44px;
  height: 3px;
  position: absolute;
  bottom: 0;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  transition: all, 0.2s;
}
.btn--menu span::before {
  -webkit-transform: translateY(-0.625em);
  transform: translateY(-0.625em);
}
.btn--menu span::after {
  -webkit-transform: translateY(0.625em);
  transform: translateY(0.625em);
}
.btn--menu:hover:not(.actived) span::before {
  -webkit-transform: translateY(-0.825em);
  transform: translateY(-0.825em);
}
.btn--menu:hover:not(.actived) span::after {
  -webkit-transform: translateY(0.825em);
  transform: translateY(0.825em);
}
.btn--menu.actived {
  overflow: visible;
}
.btn--menu.actived span {
  background-color: transparent;
}
.btn--menu.actived span::before {
  -webkit-animation: top-bar 1s;
  animation: top-bar 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.btn--menu.actived span::after {
  -webkit-animation: bottom-bar 1s;
  animation: bottom-bar 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}



@-webkit-keyframes top-bar {
  50% {
   -webkit-transform: translateY(0);
   transform: translateY(0);
 }
 100% {
   -webkit-transform: rotate(45deg) translateY(0);
   transform: rotate(45deg) translateY(0);
 }
}
@keyframes top-bar {
  50% {
   -webkit-transform: translateY(0);
   transform: translateY(0);
 }
 100% {
   -webkit-transform: rotate(45deg) translateY(0);
   transform: rotate(45deg) translateY(0);
 }
}
@-webkit-keyframes bottom-bar {
  50% {
   -webkit-transform: translateY(0);
   transform: translateY(0);
 }
 100% {
   -webkit-transform: rotate(-45deg) translateY(0);
   transform: rotate(-45deg) translateY(0);
 }
}
@keyframes bottom-bar {
  50% {
   -webkit-transform: translateY(0);
   transform: translateY(0);
 }
 100% {
   -webkit-transform: rotate(-45deg) translateY(0);
   transform: rotate(-45deg) translateY(0);
 }
}
/*MENU*/
.menuHeader{
  display: flex;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  min-height: 140px;
}
.menuHeader img{
  position: relative;
  z-index: 9999;
}
.logoPosition{
  position: absolute!important;
  z-index: 9999;
}
.colorLogo{
  opacity: 1;
}
.whiteLogo{
  opacity: 0;
}

.menuHeader.ouvert .menuTop ul li a{
  color: #fff;
}
.menuTop ul li.current_page_item a,
.menuTop ul li a:hover{
  color: var(--gold);
}
.menuHeader.ouvert .colorLogo{
  opacity: 0;
}
.menuHeader.ouvert .whiteLogo{
  opacity: 1;
}
.menuTop{
  display: inline-block;
  z-index: 9999;
  margin-right: 20px;
}
.menuTop ul{
  list-style-type: none;
  padding: 0;
}
.menuTop ul li{
 display: inline-block;
}
.menuTop ul li:after{
  content: "|";
  color: var(--gold);
  display: inline-block;
  padding: 0 20px;
}
.menuTop ul li:last-child:after{
  display: none;
}
.menuTop ul li a{
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  color: #fff;

}
.home .menuTop ul li a{
 color: var(--teal);
 
}
.btn{
  font-size: 17px;
  display: inline-block;
  padding: 6px 12px;
  font-weight: 600;
  margin-top: 50px;
}
.projetBg h4{
  margin-bottom: 0!important;
}
.projetBg h4:after{
  display: none;
}
.projetBg .bgGold.btnFull:hover{
  background-color: var(--gold);
  color: #fff!important;
}
.bgGold.btnFull{
  background-color: var(--gold);
  color: #fff;
  border:2px solid var(--gold);
}
.bgGold.btnFull:hover{
  background-color: transparent;
  color: var(--gold);
}
.bgTeal.btnFull{
  background-color: var(--teal);
  color: #fff;
  border:2px solid var(--teal);

}
.bgTeal.btnFull:hover{
  background-color: #fff;
  color: var(--teal);
}
.btnBorder{
  border-width: 2px;
  border-style: solid;
}
.borderGold{
  border-color: var(--gold);
  color: var(--gold)!important;
  transition: all 0.2s;
}
.borderGold:hover{
  background-color:var(--gold);
  color: #fff!important;
}
              .menuHeader{
                width: 100%;              
                flex-wrap: wrap;
              }
              .btnClose:hover,
              .btn-search:hover{
                cursor: pointer;
              }
              .dropSearch{
                position: absolute;
                z-index: 99999999999999;
                top: 0%;
                background-color: #244d56;
              }
              .dropSearch input[type=text]{
                width: 75%;
                border: none;
              }
              .btnClose{
                position: absolute;
                right: 6%;
                color: #fff;
                font-size: 35px;
                top: 16px;
              }
              .dropSearch input[type=submit]{
                background-color: #bdb799;

                border: none;
                padding: 15px 20px;
                margin-top: 1px;
                line-height: unset;
                margin-left: 10px;
              }
/*HOME PAGE*/
.home #masthead{
  height: 100vh;
  background-image: url('images/bgHeader.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #EEEFF2;
}
.specialBg{
  background-color: #000!important;
}
.search-result-count ,
.nav-links{
  text-align: center;
}
.archive  #masthead,
.error404  #masthead,
.tag #masthead,
.category #masthead,
.single #masthead,
.page #masthead,
.search #masthead{
  background-color: var(--noir);
}
.archive  #masthead i,
.error404  #masthead i,
.tag #masthead i,
.category #masthead i,
.single #masthead i,
.page #masthead i,
.search #masthead i{
  color: #fff;
}
.home #masthead i{
  color: var(--gris)!important;
}
.home #masthead .insideDrop i{
  color: #fff!important;
}
.home #masthead .container{
  height: 100vh;
}
.home #banner{
  display: flex;
  align-items: center;
  height: calc(100vh - 140px);
  font-size: 30px;
  color: var(--teal);
  width: 100%;
}
.home #banner p{
  line-height: 33px!important;  
}
.home #banner h1{
  margin-bottom: 30px;

}
.linkUnder{
  font-size: 16px;
  font-weight: 600;
  margin-top: 20px;
}
.linkUnder a{
  background: linear-gradient(to bottom, var(--gold) 0%, var(--gold) 100%);
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: 2px 7px;
  text-decoration: none;
  transition: background-size .2s;
}
.linkUnder a:hover{
  background-size: 2px 20px;
}
.linkUnder a:after{
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "\f178";
  float: right;
  margin-left: 5px;
}
.reseauSociaux{
  text-align: center;
  font-size: 25px;
  margin-right: -80%;
  z-index: 99999;
  position: relative;
}
.reseauSociaux a:hover{
  color: var(--teal);
}
.reseauSociaux:before{
  content: "";
  width: 2px;
  height: 325px;
  display: inline-block;
  background-color: var(--gold);
  margin-bottom: 20px;
}
.reseauSociaux a{
  color: var(--gold);
  display: block;
  margin-bottom: 8px;
  margin-top: 8px;
}
@-webkit-keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}
@-moz-keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}
@keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}
.scroll-btn {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3%;
  text-align: center;
  z-index: 0;
}
.scroll-btn a{
  display: inline-block;
  text-decoration: none;
}
.scroll-btn > * {
  line-height: 18px;
  font-size: 16px;
  font-weight: normal;
  color: var(--teal);
}

.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *:active,
.scroll-btn > *.active {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.scroll-btn .mouse {
  position: relative;
  display: block;
  width: 27px;
  height: 36px;
  margin: 0 auto 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 3px solid var(--teal);
  border-radius: 12px;
}
.scroll-btn .mouse > * {
  position: absolute;
  display: block;
  top: 29%;
  left: 50%;
  width: 5px;
  height: 5px;
  margin: -3px 0 0 -3px;
  background: var(--teal);
  border-radius: 50%;
  -webkit-animation: ani-mouse 2.5s linear infinite;
  -moz-animation: ani-mouse 2.5s linear infinite;
  animation: ani-mouse 2.5s linear infinite;
}
#categoryProjet a{
  text-decoration: none;
}
#categoryProjet h2{
  text-transform: uppercase;

}
#categoryProjet h4{
  font-weight: normal!important;
  text-transform: uppercase;
}
.projetBg{
  min-height: 560px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: all 0.2s;
}
.projetBg > div{
  z-index: 1;
}

.projetBg:hover:before{
  filter: grayscale(0%);
}
.tealBg{
  color: #fff;
}
.tealBg h3{
  text-transform: uppercase;
  color: #fff;
}
#section2 .tealBg h3{
 margin-bottom: 0!important;
 
}
.sliderProjects {
  margin-top: 10px;
}

.sliderProjects .slick-dots{
  bottom: 40px;
}
.sliderProjects .slick-dots li.slick-active button:before{
  opacity: 1!important;
  background-color: var(--gold);
}
.sliderProjects .slick-dots li,
.sliderProjects .slick-dots li button{
  width: 44px;
  height: 5px;
}
.sliderProjects .slick-dots li button:before{
  background-color: #fff;
  width: 44px;
  height: 5px;
  content: ""!important;
  opacity: 1!important;
}
.insideBgFeature{
  padding: 0 85px;
  color: #fff;
  position: absolute;
  bottom: 115px;
  max-width: 600px;
}
.insideBgFeature h3{
  margin-bottom: 30px!important;
  color: #fff;
}
.insideBgFeature .btn{
  margin-top: 0;
}
.bgFeature {
  min-height: 615px!important;
  position: relative;
  background-position: top right;
  background-size: cover;
  background-repeat: no-repeat;
}
#section1 .tealBg .btn{
  margin-top: 0;t
  text-align: left;
}
#section1 .tealBg,
#section2 .tealBg{
  display: flex;
  align-items: center;
  padding: 102px;
}
#section2 .tealBg .btn{
  margin-top: 0!important;
}
#section2 h3{
  margin-bottom: 0!important;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 30px!important;
}
.imgBgCover{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  width: 97%;
  height: 100%;
  position: relative;
}
.catImg_3{
  width: 100%!important;
}
#exerptsDiv{
  font-size: 20px;
  line-height: 25px!important;
  overflow: hidden;
}
#exerptsDiv,
#exerptsDiv h3{
  color: var(--gris);
}
#exerptsDiv h3{
  margin-bottom: 40px!important;
}
.listingExperts{
  display: inline-block;
  width: 100%;
}
.listingExperts .btn{
  font-size: 22px;
  padding: 13px 12px;
}
.listingExperts .btn:after{
  content: "";
  height: 2px;
  background-color: var(--teal);
  position: absolute;
  right: -19%;
  width: 55%;
  top: 73%;
  z-index: -1;
}
.insideBgFeature h4{
  margin-bottom: 20px!important;
  text-transform: uppercase;
}
.insideBgFeatureExpert{
  padding: 0 40px;
}
.pageExpert.sectionPage{
  padding-top: 0;
  padding-bottom: 90px;
}
.insideBgFeatureExpert h4{
  color: #fff;
  position: absolute;
  bottom: 40px;
  text-transform: uppercase;
  max-width: 230px;
  margin-bottom: 0!important;
}
.insideBgFeatureExpert h4:after{
  display: none;
}
.bgExperts{
  min-height: 320px;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 14px;
  background-position: top center;
  position: relative;
  overflow: hidden;
}
.bgExperts:after{
  height: 15px;
  background-color: var(--gold);
  width: 100%;
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -15px;
  transition: all 0.5s;
}
.bgExperts:hover:after{
  bottom:0;
}
#events{
  background-image: url('images/slider2Bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  padding: 90px 0;
  color: #fff;
}
.videoBg{
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  min-height:615px;
  margin:12px 0; 
}
.blocInfo h5{
  font-size: 20px!important;
}
.blocInfo{
  font-size: 16px!important;
}
.sliderEvents .slick-current .blocInfo{
  display: inline-block;
}
.sliderEvents .blocInfo{
  display: none;
  color: #fff!important;
}
.sliderEvents .blocInfo h3{
  color: #fff;
  margin-bottom: 25px!important;
}
.sliderEvents .blocInfo .btn{
  margin-top: 15px!important;
}
.sliderEvents .slick-slide{
  opacity: 0;
}
.sliderEvents .slick-list {
  padding:100px 50px!important;
}
.sliderEvents .slick-slide.slick-active{
  opacity: 1;
}
.sliderImg{
  width: 100%;
  height: 375px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  margin-bottom: 35px!important;
}
.insideEvents{
  position: relative;
}
.sliderEvents .slick-slide.slick-active{
 transform: scale(0.8);
 transition: transform .3s cubic-bezier(.4, 0, .2, 1);
}
.sliderEvents .slick-slide.slick-active.slick-current{
 transform: scale(1.2);
 z-index: 9;
}
.sliderEvents .slick-slide.slick-current:before{
  background: transparent!important;
  content: "";
}
.sliderEvents .slick-slide:before{
  background: rgba(0,0,0,0.4);
  content: "";
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 375px;
}
.nav-sliderHome{
  display: none;
}
.nav-sliderHome a{
  color: var(--gold);
}
.pagingInfoHome{
  color: #fff;
  font-size: 30px;
  margin-top: 40px;
  display: inline-block;
  padding: 0 20px;
}
.videoBg i{
  font-size: 96px;
  color: #808080;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: absolute;
  left: 50%;
  right: 50%;
}
.invertImgCover {
  float: right;
}
.invertImgCover .insideBgFeature{
  padding: 0 70px;
  bottom: 45px;
}
.sliderPage{
  background-image: url('images/slider2Bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  padding: 90px 0;
  color: #fff;
  margin: 40px 0;
}
.sliderPage h3 {
  color: #fff;
}
.contentSlider{
  min-height: 645px;
  width: 100%;
  background-color: var(--gris);
  /*display: flex;
  align-items: center;*/
  font-size: 30px;
}
.contentSlider p{
  line-height: 35px!important;
}
.contentSlider li{
  margin-bottom: 40px;
  line-height: 30px;
}
.contentSlider ol {
  list-style: none;
  counter-reset: my-awesome-counter;
 /* display: flex;
 flex-wrap: wrap;*/
}
.sliderPageCont {
  margin-top: -4%;
}
.contentSlider ol li {
  counter-increment: my-awesome-counter;
  display: flex;
  font-family: var(--poppins)!important;
}
.contentSlider ol li::before {
  content: counter(my-awesome-counter) ". ";
  color: var(--gold);
  padding-right: 15px;
  font-family: var(--poppins)!important;
}
.nav-sliderPage a{
  color: var(--gold);
}
.pagingInfoPage{
  color: #fff;
  font-size: 30px;
  margin-top: 40px;
  display: inline-block;
  padding: 0 20px;
}


.contentSlider .slides{
  padding:90px 100px;
}
.imgSlider{
  min-height: 580px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.imgContain img{
  opacity: 0;
}
.imgContain{
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*FOOTER*/
#colophon{
  background-color: var(--noir);
  padding: 60px 0;
  color: #fff;
  font-size: 16px;
  margin-top: 40px;
}
body #colophon p{
  margin-bottom: 0;
}
#colophon a{
  color: #fff;
  text-decoration: none;
}
#colophon a:hover{
  color: var(--gold);
}
#colophon ul{
  list-style-type: none;
  padding: 0;
}
#colophon ul li{
  margin-bottom: 5px;
}
#colophon .menu-item-has-children{
  text-transform: uppercase;
  font-weight: 600;
}
#colophon .menu-item-has-children a{
 margin-bottom: 10px;
 display: inline-block; 
}
#colophon .sub-menu{
  text-transform: none;
  font-weight: 300;
  font-size: 14px;
}
#colophon .sub-menu a{
  margin-bottom: 0;
}
.sub-menu-toggle{
  display: none;
}
.copyrights{
  padding-top: 60px;
  font-size: 14px;

}
.contactFooter{
  font-weight: 600;
  text-transform: uppercase;
}
.contactFooter a{
  font-size: 14px;
  text-transform: none;
  font-weight: 300;
}
.socialFooter{
  font-size: 24px;
  margin-bottom: 20px;
}
.socialFooter a:hover{
  color: #fff;
}
.socialFooter a{
  margin-left: 16px;
  color: var(--gold)!important;

}
.single #colophon,
.category #colophon{
  margin-top: 0;
}
.tags{
  margin-top: 30px;
}
.leTag{
  background-color: var(--teal);
  color: #fff;
  font-size: 12px;
  border-radius: 25px;
  margin:5px 2px 5px 0;
  text-align: center;
  display: inline-block;
  padding: 5px 15px;
}
.backToTop{
  margin-top: 50px;
  margin-bottom: 50px;
  transition: all 0.5s;
}
.backToTop a:hover {
  color: var(--gold);
}
.backToTop a:hover i{
  color: var(--teal);
}
.backToTop a{
  color: var(--teal);
  text-align: center;
  text-decoration: none;
  font-size: 16px;
}
.backToTop i{
  color: var(--gold);
  font-size: 56px;
}
.sectionFooterCat{
  background-color: var(--teal);
  color: #fff;
  padding: 60px 0;
}
.sectionFooterCat h3{
  color: #fff;
}
.sectionFooterCat a{
  color: var(--gold);
  text-decoration: none;
}
.leftRowB{
  border-right: 2px solid var(--gold);
  padding-right: 75px;
}
.rightRowB{
  padding-left: 75px;
}
/*PAGE*/
.pagingInfo{
  font-size: 30px;
  padding: 0 20px;
}
.sliderMembre h3 {
  margin-bottom: 0!important;
  padding-bottom: 0!important;
}
.sliderMembre .slick-arrow{
  color:var(--gold);
  font-size: 30px;
}
.moreDesc{
  font-size: 18px;
  color: var(--gris);
  font-weight: bold;
  margin-bottom: 10px;
  display: inline-block;
}
.moreDesc:hover{
  cursor: pointer;
}
.containerZone{
  margin-top: 50px;
  display: inline-block;
  width: 100%;
}
.containerZone13{
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}
.containerZone13,
.bgGris h5{
  color: var(--vert);
}
.innerZone{
  max-width: 260px;
  padding-left: 26px;
}
.containerZone13 h4{
  margin-top: 0!important;
  margin-bottom: 10px!important;
  color: var(--gris);

}
.content_toggle{
  color: var(--gris);
}
.bgImage{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}
.bgImage h2{
  color: #fff!important;
}
.titreStyleListing{
  border-bottom: 1px solid #ccc;
  margin-bottom: 70px;
}
.titreStyleListing h3{text-transform: none;}
.insidePost .btn{
  margin-top: 20px;
}
.wp-pagenavi{
  text-align: center;
  margin: 60px 0;
}
.wp-pagenavi a.smaller{
  font-size: 20px;
  line-height: 22px;
}
.wp-pagenavi a.bold{
  font-weight: 600;
}
.previouspostslink,
.nextpostslink{
  color: var(--gold);
}
.wp-pagenavi a, .wp-pagenavi span{
  border: none!important;
}
.sectionTitrePage{
  padding: 20px 0;
  border-bottom: 1px solid var(--gold);
  margin-bottom: 45px;
}
.insidePage h2{
  text-transform: uppercase;
  color: var(--gris);
  margin-bottom: 50px;
}
.insidePage.section1-3 .content-h5050 .h5050-half .h5050-half-inner .h5050-image {
  min-height: 550px;
}
.insidePage h5{
  color: var(--gold);
  text-transform: uppercase;
}
.colonne_1 {
  padding-right: 90px;
}
.colonne_2{
  padding-left: 90px;
}
.colonne_1.colBorder{
  padding-right: 8.33%;
}
.colonne_2.colBorder{
  border-left:2px solid var(--gold);
}
/*SINGLE*/
.singlecontent.sectionPage{
  padding-top: 70px;
} 
.tealBox{
  background-color: var(--teal);
  color:var(--gold);
  font-size: 18px;
  padding: 50px;
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
}
.tealBox a{
  text-decoration: none;
  color: var(--gold)!important;
}
.tealBox .infoPostMini{
  margin-top: 0;
}
.tealBox .btn{
  font-size: 16px;
  margin-top: 25px;
}
.tealBox .infoPostMini i:last-child{
  margin-left: 0;
}
.tealBox h3{
  text-transform: none;
  color: #fff;
  font-size: 22px!important;
  line-height: 26px!important;
  margin-bottom: 20px!important;
}
h4.noTop{ margin-top: 0!important; }
.infoPostMini{
  color: #A7A7A7;
  font-size: 18px;
  margin:20px 0;

}
.infoPostMini a{
  color: var(--gold);
  text-decoration: none;
}
.singleLeftCols{
  padding-left: 70px;
  color: var(--gold);
}
.singleLeftCols a{
  text-decoration: none;
  color: var(--gold)!important;
}
.singleLeftCols i{
  margin-left: 0!important;
}
.infoPostMini i{
  font-size: 14px;
}
.infoPostMini i.fa-user-edit{
  margin-left: 25px;
}
.ajaxAuthors a:after{
  content: ", ";
  display: inline-block;
}
.ajaxAuthors a:last-of-type:after{
  display: none;
}
.bgFeaturePost{
  width: 100%;
  height: 315px;
  border: 1px solid #ccc;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #fff;
  background-position: center;
}
.leListingPost .cols{
  margin-bottom: 50px;
}
.leListingPost .cols:nth-child(odd){
  padding-right: 60px;
}
.leListingPost .cols:nth-child(even){
  padding-left: 60px;
}
.singleInfos .post-thumbnail{
  margin-top: 0;
  text-align: left!important;

}
.singleInfos h3{
  text-transform: none!important;
}
.insideSingleInfos{
  padding-bottom: 70px;
  border-bottom: 1px solid #ccc;
}
.singleInfos .roundedDiv{
 border-radius: 50%; 
 max-width: 200px!important;
 margin-top: 0!important;
 background-size: cover;
 width: 200px;
 height: 200px;
 background-position: top center;
}

.singleInfos .post-thumbnail .wp-post-image{
  margin:0!important;
}
.sectionBack a{
  color: var(--gold)!important;
  text-decoration: none;
}
.sectionBack a:hover{
  color: var(--gris)!important;
}
/*MEDIA QUERIES*/
@media only screen and (max-width: 1640px) {
  .slick-slide img{
    padding: 0 20px;
  }
  h6{
    font-size: 100px!important;
    line-height: 90px!important;
  }
}
@media only screen and (max-height: 690px) {
  #menu .container{
    padding-top: 160px;
  }
  .sub-menu{
    padding-top: 0;
  }
  #menu ul li .sub-menu a{
    padding-bottom: 15px;
  }
  #menu ul li a, #menu ul li.menu-item-has-children a{
    font-size: 40px;
    line-height: 45px;
  }
  #menu ul li .sub-menu a{
    font-size: 18px;
    line-height: 20px;
  }
  }

@media only screen and (max-width: 1440px) {
  #menu .container{
    padding-top: 200px;
  }
  #section1 .tealBg, #section2 .tealBg{
    display: block;
  }
  .insideBgFeatureExpert{
    padding: 0 15px;
  }
}
@media only screen and (max-width: 1366px) {
  .section2-3 .content-h5050 .h5050-half .h5050-half-inner .h5050-image,
  .section1-3 .content-h5050 .h5050-half .h5050-half-inner .h5050-image,
  .section1-3 .tealBg.colonne_2,
  .section2-3 .tealBg.colonne_1{
    min-height: 600px!important;
  }
  .tealBg h3{
    margin-bottom: 20px!important;
  }
  .tealBg  .btn{
    margin-top: 20px!important;
  }
}
@media only screen and (max-width: 1280px) {



}
@media screen and (max-width: 1140px) {
  h1 {
    font-size: 50px!important;
    line-height: 56px!important;
    font-family: var(--poppins)!important;
    font-weight: 800!important;
    color: var(--gris);
    text-transform: uppercase;
  }
  h2 {
    font-size: 40px!important;
    line-height: 45px!important;
    font-family: var(--poppins)!important;
    font-weight: 800!important;
  }
  .contentSlider{
    font-size: 20px;
  }
  .contentSlider li {
    margin-bottom: 20px;
    line-height: 20px;
  }
  h3{
    font-size:30px!important;
    line-height: 34px!important;
    font-family: var(--poppins)!important;
    font-weight: 800!important;
    margin-bottom: 50px!important;
    text-transform: uppercase;
    color: var(--gris);
  }
  h4{
    font-size:20px!important;
    line-height: 33px!important;
    font-family: var(--poppins)!important;
    font-weight: 700!important;
    margin-bottom: 35px!important;
    margin-top: 35px!important;
    position: relative;
  }

  h5{
    font-size:20px!important;
    line-height: 33px!important;
    font-family: var(--poppins)!important;
    font-weight: 400!important;
    letter-spacing: normal!important;
  }
  h6{
    font-size:60px!important;
    line-height: 60px!important;
    font-family: var(--poppins)!important;
    font-weight: 800!important;
    letter-spacing: normal!important; 
    text-transform: uppercase;
    color: var(--gris);
    margin-bottom: 30px!important;
  }
  body{
    font-family: var(--poppins)!important;
    font-size: 16px!important;
    line-height: 22px!important;
    color: var(--gris)!important;
  }
  .pagingInfoHome{
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .newSection{
    display: inline-block;
  }
  .insideLayout3{
    display: inline-block;
    width: 100%;
  }
  .ctnText{
    margin-top: 30px;
  }
  .insideTier{
    padding: 0;
    margin-bottom: 20px;
  }
  .insideTier h3{
    margin-bottom: 10px!important;
  }
  .insidePage.section1-3 .content-h5050 .h5050-half .h5050-half-inner .h5050-image {
    min-height: auto;
  }
  #responsive-menu-pro-container li.responsive-menu-pro-item{
    margin:15px 0px!important;
  }
  #responsive-menu-pro-container li.responsive-menu-pro-item li{
    margin:0!important;
  }
  .rightRowB{
    padding-left: 0;
  }
  .leftRowB{
    border-right: none;
    padding-right: 0;
  }
  .singleInfos h3{
    margin-bottom: 20px!important;
  }
  .sectionPage{
    padding: 40px 0 0 0;
  }
  .titreStyleListing{
    padding-bottom: 50px;
  }
  .containerZone13 h4{
    line-height: 20px!important;
  }
  .tealBg .btn{
    margin-top: 0;
  }
  .contenuSlider{
    padding: 0 5%;
  }
  .invertImgCover{
    margin-top: 12px;
  }
  .home #banner h1{
    margin-top: 50px;
  }
  .home #banner iframe{
    margin-top: 30px;
  }
  .socialFooter{
    margin-top: 20px;
  }
  .colonne_2 .h5050-text{
    margin-top: 50px;
  }
  .imgContain{
    background-attachment: initial;
  }
  #responsive-menu-pro-wrapper{
    padding: 40px 0!important;
  }
  #responsive-menu-pro a{
    font-family: var(--poppins)!important;
    font-size: 23px!important;
  }
  #responsive-menu-pro .responsive-menu-pro-submenu a{
    font-size: 18px!important;
  }
  .home .responsive-menu-pro-inner, .home .responsive-menu-pro-inner::before, .home .responsive-menu-pro-inner::after{
    background-color:var(--gris)!important;
  }
  #responsive-menu-pro-container{
    margin-top: 145px!important;
  }

  .section2-3 .content-h5050 .h5050-half .h5050-half-inner .h5050-image,
  .section1-3 .content-h5050 .h5050-half .h5050-half-inner .h5050-image,
  .section1-3 .tealBg.colonne_2,
  .section2-3 .tealBg.colonne_1{
    min-height: 450px!important;
  }
  #partners{
    overflow: hidden;
  }
  .rightMenu{
    display: none!important;
  }

  ul, ol{
    padding-left: 0!important;
  }
  .section2-3 .content-h5050 .h5050-half .h5050-half-inner .h5050-image,
  .section2-3 .content-h5050 .h5050-half .h5050-half-inner .h5050-image, .section1-3 .content-h5050 .h5050-half .h5050-half-inner .h5050-image{
    width: 100%!important;
  }
  .contentSlider .slides{
    padding: 50px!important;
  }
  .contentSlider{
    min-height: auto;
  }
  .scroll-btn{
    display: none;
  }
  #banner .btn{
    margin-top: 15px;
    margin-bottom: 15px;
  }
  #colophon img{
    margin: 0 auto;
  }
  #colophon .menu{
    margin-top: 10px;
  }
  .insideBgFeature{
    padding: 0 55px;
  }
  #section2 .tealBg .btn{
    margin-top: 15px!important;
  }
  .sliderEvents .slick-slide.slick-active.slick-current{
    transform: none;
  }
  .sliderEvents .slick-list{
    padding: 0!important;
  }
  .linkUnder a{
    display: inline-block;
  }
  #section1 .tealBg, #section2 .tealBg{
    padding:55px;
  }
  .imgBgCover{
    min-height: 400px;
    width: 100%;
  }
  .home #masthead{
    min-height: 1000px;
  }
  .h5050-container,
  #section1 .tealBg, #section2 .tealBg,
  .menuHeader,
  .home #banner{
    display: inline-block!important;
    width: 100%;
  }
  .container{
    padding-left: 5%;
    padding-right: 5%;
  }
  .colonne_1,
  .colonne_2{
    padding:0;
  }

  .tealBg.colonne_2{
    padding-left:60px;
  }
  #menu {
    overflow-y: auto!important;
    max-height: calc(100%);
  }
  .actived #menu {
    padding-bottom: 150px;
  }
  .colonne_2.colBorder{
    padding-left: 20px;
  }
  .sliderPage{
    padding: 20px 0 90px 0;
  }
  .singleLeftCols{
    padding-left: 0;
  }

}
@media screen and (max-width: 768px) {
  .insidePage h2{
    font-size: 30px!important;
    word-break: break-all;
  }
  .singleInfos .roundedDiv{
    margin-bottom: 20px;
  }
  h3{
    margin-bottom: 10px!important;
  }
  .sliderProjects {
    overflow: hidden;
  }
  #section2 h3{
    margin-bottom: 15px!important;
  }
  .imgBgCover{
    min-height: 200px;
  }
  .invertImgCover .insideBgFeature{
    padding: 0 35px;
  }
  .videoBg i{
    display: none;
  }
  .videoBg{
    min-height: 415px;
  }
  .insideBgFeature{
    padding: 0 35px;
  }
  #section1 .tealBg, #section2 .tealBg{
    padding:35px;
  }
  .menuHeader img{
    max-width: 50%;
  }
  .leListingPost .cols:nth-child(even){
    padding-left: 0;
  }
  .leListingPost .cols:nth-child(odd){
    padding-right: 0;
  }
  .section2-3 .content-h5050 .h5050-half .h5050-half-inner .h5050-image, .section1-3 .content-h5050 .h5050-half .h5050-half-inner .h5050-image, .section1-3 .tealBg.colonne_2, .section2-3 .tealBg.colonne_1 {
    min-height: 650px!important;
  }
  h1 {
    font-size: 40px!important;
    line-height: 46px!important;
  }
  h3{
    font-size: 25px!important;
    line-height: 29px!important;
  }
  .home #banner p{
    font-size: 20px!important;
    line-height: 23px!important;
  }
  .btn{
    font-size: 15px!important;
  }
  #section1 h3{
    margin-bottom: 15px!important;
  }
  .marginSection{
    margin-bottom: 30px;
  }
  .listingExperts{
    margin-top: 0;
  }
  .bgExperts{
    margin:12px 0;
  }
  #exerptsDiv h3{
    margin-bottom: 20px!important;
  }
  #primary #exerptsDiv{
    font-size: 17px!important;
    line-height: 20px!important;
  }

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

/* COLOC */
.content-h5050{
  width: 100%;
}
.content-h5050 .h5050-half.h5050-topalign {
  align-self: flex-start; 
}
.content-h5050 .h5050-half.h5050-grid:first-of-type .h5050-half-inner {
  margin-right: 0; 
}
.content-h5050 .h5050-half.h5050-grid:last-of-type .h5050-half-inner {
  margin-left: 0; 
}
.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; 
}
.h5050-text a{
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.content-h5050 .h5050-half .h5050-half-inner .h5050-text {
  padding: 0;
  width: 100%; 
}
.h5050-text ul{
  list-style: none;
  margin-left: 15px;
  padding-left: 0.5em;
  text-indent: -0.5em;
  margin-bottom: 10px;
  list-style:none;
}

.h5050-text li{ 
  padding: .3em 0 0.5em 0px; 
  display: list-item;

} 
.h5050-text li:before{
  content: '\f068';
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  font-weight: 300;
  margin-right: 15px;

}
.section2-3 .content-h5050 .h5050-half .h5050-half-inner .h5050-image,
.section1-3 .content-h5050 .h5050-half .h5050-half-inner .h5050-image{
  background-repeat: no-repeat;
  background-size: cover;
  width: 97%;
}

.content-h5050 .h5050-half .h5050-half-inner .h5050-image {
  padding: 0;
  overflow: hidden;
  position: relative;
  display: inline-block;
  width: 100%;

}
.section2-3 .content-h5050 .h5050-half .h5050-half-inner .h5050-image img,
.section1-3 .content-h5050 .h5050-half .h5050-half-inner .h5050-image img,
.content-h5050 .h5050-half .h5050-half-inner .h5050-image .imgContain img{
  opacity: 0;
}
.h5050-image .theCaption{
  z-index: 999;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.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;
}
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) {
  section.content-h5050 .h5050-container .h5050-half.h5050-grid:first-of-type .h5050-half-inner {
    margin-right: auto; 
  }
  section.content-h5050 .h5050-container .h5050-half.h5050-grid:last-of-type .h5050-half-inner {
    margin-left: auto; 
  } 
}
.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 */
