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

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


/*

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

*/


:root {
  --transitionTiming: 0.2s ease-out;
  --beige : #F6EEDF; 
  --jaune: #F9C907;
  --brun: #BE6E46;
  --bleuP: #679DD4;
  --bleu: #0B3954;
  --noir: #090C12;

  --font-dm-sans: 'DM Sans', sans-serif;
  --font-dm: 'DM Serif Text', serif;
}
#mc_embed_signup .mc-field-group label{
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2.4px;
}
.wpml-ls-legacy-list-horizontal{
  display: inline-block;
}
.wpml-ls-native{
  display: inline-block;
  padding-bottom: 0.25em;
}
.wpml-ls-legacy-list-horizontal a{
  color: var(--bleu)!important;
  font-size: 0.7272727272727273em;
  padding: 0!important;
  font-weight: 500;
}
.wpml-ls-legacy-list-horizontal a:hover{
  color: var(--brun)!important;
}
/*RESPONSIVE MENU */
.rmp-container{
  margin-top: 85px!important;
}
.rmp-submenu{
  padding-top: 1rem!important;
  padding-bottom: 1rem!important;
}
#rmp-menu-wrap-696 .rmp-menu-item-link:focus{
  border-color: var(--bleu)!important;
}
/*Utiliser des REM sur les font size par rapport au px du body size*/
html,
body {
  font-size: clamp(16px, calc(2px + 1.1vw), 22px); 
  font-family: var(--font-dm-sans);
  line-height: 1.5;
  color: var(--noir);
}
body{
  padding: 0 10px!important;
}

/* Headings */
h1 {
  font-size: 5rem;
  line-height: 1;
  font-weight: 400;
  font-family: var(--font-dm);
  text-wrap: balance;
}
.home h1{
  text-wrap: balance; 
}

h2 {
  font-size: 3.09rem;
  line-height: 1.03;
  font-weight: 700;
  font-family: var(--font-dm-sans);
  color: var(--bleu);
  margin-bottom:  0.9090909090909091rem!important;
  text-wrap: balance;
}

h3 {
  font-size: 2.1818181818181817rem;
  line-height: 1.17;
  font-family: var(--font-dm);
  font-weight: normal!important;
  color: var(--bleu);
  text-wrap: balance;
  margin-bottom:  0.9090909090909091rem!important;
}

h4 {
  font-size: 1.6363636363636365rem;
  line-height: 1.909090909090909rem;
  font-weight: 700;
  font-family: var(--font-dm-sans);
  margin-bottom: 0.9090909090909091rem!important;
}

h5 {
  font-size: 1.2727272727272727rem;
  line-height: 1.21;
  font-weight: normal!important;
  font-family: var(--font-dm);
  margin-bottom: 1.3636363636363635rem!important;
}

h6 {
  font-size: 0.7272727272727273rem;
  line-height: 1.21;
  font-weight: 700;
  text-transform: uppercase;
  font-family: var(--font-dm-sans);
  color: var(--bleu);
  letter-spacing: 0.15rem!important;
}

p {
  font-size: 1rem;
  line-height: 1.64;
  font-weight: 300;
}
ul + p,
p + p {
  padding-top: 0.8181818181818182rem;
}
.smallFont,
.smallFont p{
  font-size:  0.7272727272727273em;
  font-weight: 400!important;
  line-height: 1.4!important;
}
.smallFont a{
  text-decoration: underline;
}
.credit{
  font-size: 0.5909090909090909em;
  font-weight: 300;
}

.bg_bleu{
  background-color: var(--bleu);
  display: inline-block;
  width:100%;
}
.bg_bleu *{
  color: var(--beige);
}
/*
  __  ___   __    _ __                __
 / / / (_) / /__ (_) /_  ___ ___  ___/ /
/ /_/ / / /  '_// / __/ / -_) _ \/ _  / 
\____/_/ /_/\_\/_/\__/  \__/_//_/\_,_/  
                                        */

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

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

.page .nf-form-content .label-above .nf-field-label {
  margin-bottom: 2px;
}
.page .nf-form-content label {
  font-size: 14px;
  font-weight: 500;
}
.page .nf-form-content input:not([type=submit]),
.page .nf-form-content select.ninja-forms-field:not([multiple]),
.page .nf-form-content .list-select-wrap .nf-field-element > div {
  padding: 3px 8px;
  height: auto;
  color: #000;

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

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

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

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

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

.padT,
.padT90 {
  padding-top: clamp(30px, 5vw, 90px);
  display: inline-block;
  width: 100%;
}

.padB90 {
  padding-bottom: clamp(30px, 5vw, 90px);
  display: inline-block;
  width: 100%;
}

.padTB90 {
  padding: clamp(30px, 5vw, 90px) 0;
  display: inline-block;
  width: 100%;
}

.margin90 {
  margin: clamp(30px, 5vw, 90px) 0;
}

.padT70 {
  padding-top: clamp(25px, 4vw, 70px);
  display: inline-block;
  width: 100%;
}

.padT60 {
  padding-top: clamp(30px, 3.5vw, 60px);
  display: inline-block;
  width: 100%;
}

.padTB60 {
  padding: clamp(20px, 3.5vw, 60px) 0;
  display: inline-block;
  width: 100%;
}

.padB60 {
  padding-bottom: clamp(20px, 3.5vw, 60px);
  display: inline-block;
  width: 100%;
}

.padT30 {
  padding-top: clamp(15px, 2vw, 30px);
  display: inline-block;
  width: 100%;
}

.padB30 {
  padding-bottom: clamp(15px, 2vw, 30px);
  display: inline-block;
  width: 100%;
}

.padT180 {
  padding-top: clamp(50px, 10vw, 180px);
}

.padTB180 {
  padding: clamp(50px, 10vw, 180px) 0;
  display: inline-block;
  width: 100%;
}

.padTB120 {
  padding: clamp(60px, 7vw, 120px) 0;
  display: inline-block;
  width: 100%;
}

.padB120 {
  padding-bottom: clamp(35px, 7vw, 120px);
  display: inline-block;
  width: 100%;
}

.padTB40 {
  padding: clamp(12px, 2.2vw, 40px) 0;
  display: inline-block;
  width: 100%;
}

.padTB20 {
  padding: clamp(8px, 1.2vw, 20px) 0;
  display: inline-block;
  width: 100%;
}

.padTB {
  padding: clamp(25px, 4.5vw, 75px) 0;
  display: inline-block;
  width: 100%;
}

.padLR {
  padding-left: clamp(15px, 2.5vw, 44px);
  padding-right: clamp(15px, 2.5vw, 44px);
  display: inline-block;
  width: 100%;
}

.padLR30 {
  padding-left: clamp(10px, 1.8vw, 30px);
  padding-right: clamp(10px, 1.8vw, 30px);
  display: inline-block;
  width: 100%;
}

.padLR70 {
  padding-left: clamp(20px, 4vw, 70px);
  padding-right: clamp(20px, 4vw, 70px);
}

.padLR90 {
  padding-left: clamp(25px, 5vw, 90px);
  padding-right: clamp(25px, 5vw, 90px);
}

.padLR100 {
  padding-left: clamp(30px, 5.5vw, 100px);
  padding-right: clamp(30px, 5.5vw, 100px);
}

.padLR140 {
  padding-left: clamp(35px, 7.5vw, 140px);
  padding-right: clamp(35px, 7.5vw, 140px);
}

#colophon .padLR {
  padding-left: clamp(20px, 4vw, 75px);
  padding-right: clamp(20px, 4vw, 75px);
}

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

img {
  max-width: 100%;
}

svg * {
  transition: fill 0.3s ease, stroke 0.3s ease; /* Adjust duration and timing function as needed */
}
.fancy-border-beige{
 border: 20px solid transparent;
 border-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3E%3Cg fill='none' stroke='%23F6F0DF' stroke-width='0.9'%3E%3Cpath d='M10,80L10,20L20,20L20,10L80,10L80,20L90,20L90,80L80,80L80,90L20,90L20,80L10,80Z'/%3E%3C/g%3E%3C/svg%3E%0A") 23;
 display: inline-block;
 width: 100%;
}
.fancy-border-bleu {
  border: 20px solid transparent;
  border-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3E%3Cg fill='none' stroke='%230B3954' stroke-width='0.9'%3E%3Cpath d='M10,80L10,20L20,20L20,10L80,10L80,20L90,20L90,80L80,80L80,90L20,90L20,80L10,80Z'/%3E%3C/g%3E%3C/svg%3E%0A") 23;
  display: inline-block;
  width: 100%;
}
.fancy-border-bleuP {
  border: 20px solid transparent;
  border-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3E%3Cg fill='none' stroke='%23679DD4' stroke-width='0.9'%3E%3Cpath d='M10,80L10,20L20,20L20,10L80,10L80,20L90,20L90,80L80,80L80,90L20,90L20,80L10,80Z'/%3E%3C/g%3E%3C/svg%3E%0A") 23;
  display: inline-block;
  width: 100%;
}

.pc{
  display: inline-block;
  width: 100%;
  margin-bottom: -3px!important;
  z-index: 2;
}
.container{
  display: inline-block;
  width: 100%;
}

.flexThat{
  display: flex;
  align-items: center;
}
.inverted .flexThat{
  direction: rtl;
}
.inverted .flexThat .h5050-half-inner{
  direction: ltr;
}

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



/*BOUTONS*/
.btn{
  text-align: center;
  color: var(--beige);
  display: inline-block;
  padding:0.6818181818181818em 0;
  font-weight: 700;
  margin-bottom: 0.8181818181818182em;
  font-size: 0.7272727272727273em;
  transition: var(--transitionTiming);
  margin-top: 1.3636363636363635em;
  text-transform: uppercase;
  letter-spacing: 0.18181818181818182em;
  text-decoration: none!important;
  position: relative; 
  z-index: 1;
  text-decoration: none!important; 
}

.btnBleu{
  color: var(--bleu);
  padding: 0!important;
}
.btnBleu::after { 
  content: "";
  position: absolute;
  bottom: -0.15rem;
  left: -0;
  width: 100%;
  height: 2px;
  background-color: var(--bleu);
  z-index: -1;
  transition: all ease-in-out 0.25s, left 0.1s ease-in-out 0.25s, width 0.1s ease-in-out 0.25s;
}
.btnBleu:hover::after { 
  left: -0.5rem;
  height: calc(100% + 0.4rem);
  width: calc(100% + 1rem);
}
.btn:hover{
 cursor: pointer;
 text-decoration: none!important; 
}
.btnBleu:hover{
  color: var(--beige)!important;
}
.btnBlanc:hover{
  color: var(--bleu);

}
.btnBlanc::before, .btnBlanc::after {
  content: "";
  position: absolute;
  left: -0;
  width: 100%;
  height: 1px;
  background-color: var(--beige);
  z-index: -1;
  transition: all ease-in-out 0.25s, left 0.1s ease-in-out 0.25s, width 0.1s ease-in-out 0.25s;
}
.btnBlanc::before { 
  top: -0.1rem;
}
.btnBlanc::after { 
  bottom: -0.1rem;
}
.btnBlanc:hover::before, .btnBlanc:hover::after { 
  left: -0.5rem;
  height: calc(50% + 0.1rem);
  width: calc(100% + 1rem);
}




/*LISTES*/
.h5050-text li{
  position: relative;
}
.skins ul,
.skins ol{
  padding-left: 1em;
  padding-top: 0.8181818181818182rem;

}
.skins li{
  margin-bottom:0.45454545454545453em;
}
.skins ul {
  list-style-type: square; 
}

.skins ul li::marker {
  color: var(--bleuP); 
}
ol li,
ul li{
  font-family: var(--font-dm-sans)!important;
  font-weight: 300!important;

}


/*MENUS*/
.logo a, .leReseau a { 
  transition: opacity ease-in-out 0.2s;
}
.logo a:hover, .leReseau a:hover { 
  opacity: 0.5;
}
.logo img{
  max-width:  11.090909090909092em;
}
.main-menu .menu li{
  display: inline-block;
  list-style-type: none;
  position: relative;
}
#menu-menu-principal.menu li,
#menu-menu-principal-1.menu li{
  margin: 0 1.3636363636363635em;
}
#menu-menu-principal.menu li a,
#menu-menu-principal-1.menu li a{
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  padding-bottom: 1.2em;
  color: var(--bleu);
  font-size: 0.7272727272727273em;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.109090909090909em;

}
#menu-menu-principal.menu .sub-menu,
#menu-menu-principal-1.menu .sub-menu {
  position: absolute;
  top: calc(100% + 1em);
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  padding: 0.5909090909090909em 0.9090909090909091em;
  background-color: #fff;
  opacity: 0;
  width: max-content;
  visibility: hidden;
  transition: opacity 0.2s ease-out, visibility 0.2s ease-out;
}
#menu-menu-principal.menu .menu-item-has-children a:after,
#menu-menu-principal-1.menu .menu-item-has-children a:after {
  content: "";
  font-family: "Font Awesome 6 Pro";
  content: "\f078";
  font-size: 0.7272727272727273em;
  color: var(--bleu);
  position: absolute;
  bottom: -2em;
  border-radius: 100%;
  width: 100%;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
}

#menu-menu-principal.menu .menu-item-has-children .sub-menu a:after,
#menu-menu-principal-1.menu .menu-item-has-children .sub-menu a:after {
  display: none;

}
.sub-menu-toggle{
  display: none;
}
#menu-menu-principal.menu li.current-menu-item a,
#menu-menu-principal.menu li a:hover,
#menu-menu-principal-1.menu li.current-menu-item a,
#menu-menu-principal-1.menu li a:hover{
  color: var(--brun);
}

#menu-menu-principal.menu li:hover .sub-menu,
#menu-menu-principal-1.menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}
#menu-menu-principal.menu .sub-menu:before,
#menu-menu-principal-1.menu .sub-menu:before{
  content: "";
  width: 2.272727272727273em;
  height: 2.272727272727273em;
  background-color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -1em;
  border-radius: 50%;
  display: inline-block;
  z-index: 1;
}
#menu-menu-principal.menu .sub-menu li,
#menu-menu-principal-1.menu .sub-menu li {
  display: block;
  margin: 0;
  padding-bottom: 0 !important;
  text-align: left;
}

#menu-menu-principal.menu .sub-menu a,
#menu-menu-principal-1.menu .sub-menu a {
  padding: 0.3181818181818182em 0;
  display: inline-block;
  color: var(--bleu)!important;
  text-transform: none;
  letter-spacing: normal!important;
  font-weight: 400!important;
}
#menu-menu-principal.menu .sub-menu a:hover,
#menu-menu-principal-1.menu .sub-menu a:hover{
  color: var(--brun)!important;
}

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

}
#mc_embed_signup_scroll label{
  display: none;
}
#mc_embed_signup_scroll input{
  width: 100%;
  border:none;
  margin-bottom: 1em;
  padding: 0.6em 1em!important;
  color: var(--bleu);
  border-radius: 0!important;
  background-color: var(--beige);
  font-size: 15px;
}
#mc_embed_signup_scroll input:focus{
  outline: none;
}
#mc-embedded-subscribe{
  background-color: var(--bleu);
  border:1px solid var(--beige);
  font-size: 16px;
  letter-spacing: 0.15rem!important;
  font-weight: 700;
  padding: 0.6818181818181818em 0.8181818181818182em;
  transition: var(--transitionTiming);
}
#mc-embedded-subscribe:hover{
  background-color: var(--beige);
  color: var(--bleu);
}
::placeholder{
  color: var(--bleu);
}

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

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

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

.slick-slide img {
  display: block;
  width: 100%;
}
#mc_embed_signup form{
  margin:20px 0 0 0!important;
}
/*RESEAU SOCIAUX*/
.leReseau{
  display: inline-block;
}
.rsHeader{
  padding-right: 25%;
}
.rsHeader .leReseau i{
  font-size:  0.9090909090909091em;
}
.leReseau i{
  color: var(--bleu);
  font-size: 1.3636363636363635em;
  margin:0 0.4rem;
}
/*HEADER*/
#masthead{
  padding:1.3636363636363635em 1.5909090909090908em;
}
/*FOOTER*/
#colophon img{
  margin-bottom: 2rem;
}
#colophon .rsFooter {
  display: flex;
  align-items: center;
  min-height: 100%;
  justify-content: center;
  margin-top: 10px;
}

#colophon .rsFooter .leReseau {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
#colophon{
  background-color: var(--beige);
  display: inline-block;
  width: 100%;
  color: var(--bleu);
}
#colophon a{
  color: var(--bleu);
  font-weight: 300;
  line-height: 1;
}
#colophon ul{
  list-style-type: none;
  padding-left: 0;
}
#colophon ul li a:hover{
  text-decoration: none;
}
.lastMenuPrincipal,
#colophon ul li{
  margin-bottom: 0.8em;
  width: 100%;
  display: inline-block;
}
#colophon .sub-menu-toggle{
  display: none;
}
#colophon ul li:last-of-type{
  margin-bottom: 0;
  display: none;
}
#colophon ul li a{
  color: var(--bleu);
  display: inline-block;

}
.footer1,
.footer2{
  font-weight: 300!important;
}
.footer3:before,
.footer2:before{
  content: "";
  width: 20px;
  height: 1px;
  background-color: var(--bleu);
  position: absolute;
  top: -1px;
  left: -12px;
}
.footer3:after,
.footer2:after{
  content: "";
  width: 20px;
  height: 1px;
  background-color: var(--bleu);
  position: absolute;
  top: -1px;
  right: -12px;
}
.footer1 .smallFont{
  margin-bottom: 2em;
      font-size: 0.95em;
}
.footer1 img{
  max-width: 296px;
  width: 100%;
}
.footer1 {
  display: flex;
}
.footer1 .col .padLR{
  display: flex;
  align-items: stretch;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.footer2{
  border-top:1px solid var(--bleu);
  border-bottom: 1px solid var(--bleu);
  position: relative;
}
.rightBorder{
  border-right: 1px solid var(--bleu);
}
.leftBorder{
  border-left: 1px solid var(--bleu);
}
footer a {
  transition: opacity ease-in-out 0.2s;
}
footer a:hover { 
  opacity: 0.5;
}
.footer3 a{
  text-decoration: none;
}
.footer3.padTB20 {
  margin-bottom: -10px;
}
.footer3{
  position: relative;
}

.copyRight p {
  margin-bottom: 0;
  font-size: 0.7em;
}
.copyRight a{
  color: var(--bleu);
}
/*Bloc_video_etou_photo*/
.videoPhotos + .sectionSliderExpo{
 padding: clamp(30px, 5vw, 90px) 0;
}
.videoPhotos .video-container-block{
  padding:5px!important;

}
.videoPhotos .h5050-video{
  width: 100%;
  margin:0!important;
}
.videoPhotos img{
 padding:5px!important;
 width: 100%;
 
}
/*content_100*/
.ctn100 + .ctn100 .padTB90{
  padding-top: 0;
}
/*.expo-banner + .ctn100{
  margin-top: -14.090909090909092rem;
}*/
.ctn100 .container6 div{
  background-color: var(--beige);
  z-index: 99;
  position: relative;
}
.ctn100 .smallFont{
  font-size: 0.7272727272727273rem;
  line-height: 1.21;
  font-weight: 700!important;
  text-transform: uppercase;
  font-family: var(--font-dm-sans);
  letter-spacing: 0.15rem!important;
  color: var(--bleu);
  margin-top:  0.45454545454545453rem;
  display: inline-block;
}
.ctn100 h3{
  color: var(--bleuP);
}
.ctn100 blockquote h5{
  font-style: italic;
  color: var(--bleuP);
  margin-bottom: 0!important;
}
.ctn100 blockquote{
  position: relative;
  margin :  1.8181818181818181rem 0;
  line-height: normal;
}
.ctn100 blockquote:before{
  content: "";
  border-left: 6px solid var(--bleuP);
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.ctn100 blockquote{
  padding-left:1.8181818181818181em;
}

/*EXPO BANNIERE.php*/

.expo-banner.homeBanner h1 {
  color: var(--beige);
  font-size: 5em;
  letter-spacing: -0.06rem;
}
/*.expo-banner.homeBanner p {
  font-size: 1rem;
  text-transform: none;
  color: var(--noir);
  letter-spacing: normal;
  font-weight: 300;
  max-width: none;
}*/
.expo-banner h1 {
  padding: 1rem 0;
  position: relative;
  font-size: 4.090909090909091em;
}
.expo-banner .txtBanner{
  border-bottom: 1px solid var(--beige);
  margin-left: -10px;
  margin-right: -10px;
  width: calc(100% + 20px);

}
.expo-banner h1:after {
  content: "";
  width: 6.2727272727272725rem;
  height: 3.1818181818181817rem;
  background-image: url('images/iSoleilExpo.png');
  background-position: center;
  position: absolute;
  top: -5rem;
  left: 50%;
  right: 0;
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}
.expo-banner h1[data-post-type]:before {
  content: attr(data-post-type);
  color: var(--beige);
  width: auto;
  height: auto;
  position: absolute;
  top: -0.6363636363636364rem;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  text-transform: uppercase;
  font-size: 0.7272727272727273rem;
  font-family: var(--font-dm-sans);
  font-weight: 600;
  letter-spacing: 0.18em;
  padding: 0.3em 0.7272727272727273rem;
  white-space: nowrap;
  display: inline-block;
  z-index: 1;
}
.expo-banner .txtBanner{
  min-height: auto!important;
  margin-top:  9.090909090909092em;
  overflow: visible;
  position: relative;
}

/*BANNIERE.php*/
.child-banner .padT90{
  padding-top:  3.1818181818181817em!important;
}
.noBg.child-banner h1:before {
 display: none;
}
.parent-link:hover {
 color: var(--brun);
}
.parent-link:before {
  right: 100%;
  margin-right: 0.7272727272727273rem;
}

.parent-link:after {
  left: 100%;
  margin-left: 0.7272727272727273rem;
}
.parent-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 1rem;
  gap: 0.7272727272727273rem;
}

.parent-link {
  display: inline-block;
  background-color: var(--beige);
  padding: 0 0.7272727272727273rem 0 0.7272727272727273rem;
  font-size: 0.7272727272727273rem;
  font-family: var(--font-dm-sans);
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--bleu);
  text-decoration: none;
  transition: var(--transitionTiming);
  white-space: nowrap;
  position: relative;
  z-index: 1;
}



.parent-link:after {
  left: 100%;
  margin-left: 0.7272727272727273rem;
}

.noBg .txtBanner {
  border-top: 0;
  border-bottom: 1px solid var(--bleu);
  overflow: visible;
  position: relative;
}
.expo-banner .txtBanner:before,
.expo-banner .txtBanner:after {
  content: "";
  position: absolute;
  top: 0.5rem;
  height: 1px;
  background-color: var(--beige);
  z-index: 0;
  width: calc(50% - 3.75em);
}
.expo-banner .txtBanner:before {
  left: 0;
}

.expo-banner .txtBanner:after {
  right: 0;
}

.single .noBg:not(.child-banner) .txtBanner:before,
.noBg .txtBanner:before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0;
  right: 0;
  height: 1px;
  background-color: var(--bleu);
  z-index: 0;
}

.noBg h1 {
  color: var(--bleu);
  padding-bottom: 1rem;
  position: relative;
  font-size: 4.090909090909091em;
}
.noBg:not(.child-banner) .txtBanner:before {
  top: 0;
}
.noBg:not(.child-banner) h1 { padding-top: 1rem; }
.single .noBg h1:before{
  display: none;
}
.noBg h1:before {
  content: "";
  background-color: var(--beige);
  width: 2.4545454545454546rem;
  height: 0.9090909090909091rem;
  background-image: url('images/i_soleil.png');
  background-position: center;
  position: absolute;
  top: -0.6363636363636364rem;
  left: 50%;
  transform: translateX(-50%);
  background-repeat: no-repeat;
  z-index: 1;
}

.noBg.child-banner h1:before {
  display: none;
}

.txtBanner {
  display: inline-flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.homeBanner .maxW::before { 
  content:"";
  position: absolute;
  opacity: 0.5;
  inset:0;
  background-color: var(--noir);
  z-index: -1;
}
.homeBanner .maxW {
  position: relative; 
  z-index: 1; 
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.home .homeBanner h1{
  margin-bottom: 1rem!important;
}
.homeBanner h1 {
  color: var(--beige);
}
.txtBanner p,
.homeBanner p {
  font-size: 0.9090909090909091em;
  text-transform: uppercase;
  color: var(--jaune);
  letter-spacing: 0.18181818181818182em;
  font-weight: 600;
  max-width: 27.636363636363637em;
}

.homeBanner > div > div > div > div,
.homeBanner > div > div > div,
.homeBanner > div > div,
.homeBanner > div {
  min-height: calc(100vh - 7.5rem - 18px);
}
/*infolettre*/
.infolettre h3{
  text-wrap: auto;
}
/*galerie*/
.galerie-grid {
  display: grid; 
  gap: 10px; 
  margin-right: 5px;
  margin-left: 5px;
  grid-template-columns: repeat(4, 1fr);
}
.galerie-item {
  margin: 0;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
.galerie-item img {
  display: block;
  width: 100%;
  height: 12rem;
  object-fit: cover;
  transition: transform 0.25s ease-out;
}
.galerie-item:hover img {
  transform: scale(1.05);
}
.galerie-item figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(9,12,18,0.85));
  color: #F6EEDF;
  font-size: 0.7272727272727273rem;
  font-weight: 300;
  padding: 1.5rem 0.75rem 0.5rem;
  opacity: 0;
  transition: opacity 0.25s ease-out;
}
.galerie-item:hover figcaption {
  opacity: 1;
}
.lb-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(9,12,18,0.95);
  z-index: 9999;
  align-items: center;
  justify-content: center;
}
.lb-overlay.is-open {
  display: flex;
}
.lb-content {
  max-width: 90vw;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.lb-content img {
  max-width: 85vw;
  max-height: 80vh;
  object-fit: contain;
  display: block;
}
.lb-caption {
  color: #F6EEDF;
  font-size: 0.7272727272727273rem;
  font-weight: 300;
  margin-top: 0.75rem;
  text-align: center;
  min-height: 1.2em;
}
.lb-close {
  position: absolute;
  top: 1rem;
  right: 1.5rem;
  background: none;
  border: none;
  color: #F6EEDF;
  font-size: 2.5rem;
  line-height: 1;
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 0.2s ease-out;
  z-index: 1;
}
.lb-close:hover {
  opacity: 1;
}
.lb-nav {
  background: none;
  border: none;
  color: #F6EEDF;
  font-size: 4rem;
  line-height: 1;
  cursor: pointer;
  padding: 1rem;
  opacity: 0.5;
  transition: opacity 0.2s ease-out;
  flex-shrink: 0;
}
.lb-nav:hover {
  opacity: 1;
}
.lb-nav.is-hidden {
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 1024px){
  .galerie-grid { 
    grid-template-columns: repeat(3, 1fr); 
  }
}
@media screen and (max-width: 640px) {
  .galerie-grid {
    grid-template-columns: repeat(2, 1fr); 
  }
}
.glightbox:hover .boxSliderExpo::after{
  transform: scale(1.1);
}
/*4_colonnes.php*/
.row-wrapper{
  display: flex;
  align-items: center;
}
.col4 img{
  mix-blend-mode: multiply;
  padding:1.3636363636363635em 1.3636363636363635em 0 1.3636363636363635em;
  transition: all var(--transitionTiming);
}
.col4 img:hover{
  opacity: 0.5;
}
.col4 + .col4 {
  padding-top: 0!important;
}
.col4 h5{
 font-family: var(--font-dm-sans);
 font-weight: 700!important;
}
/*slider.php (expo)*/

.boxSliderExpo{
  background-size: cover; 
  background-position: center;
  min-height: 19.09090909090909em!important;
  padding: 1.5909090909090908em;
  display: flex;
  align-items: flex-end;
  position: relative;
}
.slider-wrapper-expo .credit{
  font-size: 0.7272727272727273em;
  opacity: 0;
  transition: all var(--transitionTiming);
}
.slider-wrapper-expo .slick-current .credit{
  opacity: 1;
}
/* slider.php */
.sectionSlider .container{
  background-image: url(images/bg_slider.png);
  background-image: linear-gradient(to right, transparent 83.3333333333%, var(--beige) 83.3333333333%, var(--beige) 100%), url(images/bg_slider.png);
  background-size: cover;
  height: 100%;
  background-position: left bottom;
  background-repeat: no-repeat;
}

.boxSlider {
  overflow: hidden;
  z-index: 1; 
  background-size: cover; 
  background-position: center;
  min-height: 19.09090909090909em;
  margin: 5px;
  padding: 1.5909090909090908em;
  display: flex;
  align-items: flex-end;
  position: relative;
}
.boxSlider::after { 
  content: "";
  position: absolute;
  inset: 0;
  background: inherit;
  transition: transform ease-in-out 0.25s;
  z-index: -1;
}
.slick-slide:hover .boxSlider::after {
  transform: scale(1.1);
}
.actSlid a:hover .boxSlider:after { 
  transform: scale(1.1);
}
.actSlid  .filler{
  min-height: 1.8rem;
}

.boxSlider::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, transparent 0%, transparent 50%, rgba(0, 0, 0, 1) 100%);
  pointer-events: none;
}

.boxSlider h5 {
  color: var(--beige);
  margin-bottom: 0!important;
  position: relative;
  z-index: 1;
}
.slider-nav{
  position: absolute;
  right: 23%;
  margin-top:  2.0454545454545454em;

}
.disable {
  opacity: 0.3;
  cursor: not-allowed;
  pointer-events: none;
}
.slider-nav2 i,
.slider-nav i{
  color: var(--bleu);
  font-size: 1.3636363636363635em;
}
.slider-nav .next{
  margin-left: 2.727272727272727em;
}
a.next i, a.prev i{
  transition: transform ease-in-out 0.25s;
}
a.next:hover i{
  transform: translateX(0.5rem);
}
a.prev:hover i{
  transform: translateX(-0.5rem);
}
/*les_expositions.php*/

.introExpo h2 {
  color: var(--bleuP);
}

.lesExpos .conteneur {
  position: relative;
  --before-height: 100%;
}

.lesExpos .conteneur:before {
  width: 33.3333333333%;
  background-color: #EBD4C0;
  min-width: 12rem;
  content: "";
  height: var(--before-height);
  display: inline-block;
  position: absolute;
  top: 0;
  z-index: -1;
}

.surTitre h6 {
  margin-bottom: 1.8181818181818181rem;
}

.sectionSliderExpo + .lesExpos {
  margin-top: 4.090909090909091em;
}
.sectionSliderExpo .boxSliderExpo{
  filter: none!important;
}
.sectionSliderExpo .boxSliderExpo{
  margin:5px ;
}
.boxSliderExpo {
  filter: grayscale(1);
  overflow: hidden; 
  z-index: 1; 
  background-size: cover; 
  background-position: center;
  min-height: 18.181818181818183em;
  display: flex;
  align-items: flex-end;
  position: relative;
}
.boxSliderExpo::after { 
  content: "";
  position: absolute;
  inset: 0;
  background: inherit;
  transition: transform ease-in-out 0.25s;
  z-index: -1;
}
.borderExpo:hover .boxSliderExpo::after { 
  transform: scale(1.1);
}
.borderExpo {
  border-left: 5px solid var(--bleuP);
  margin: 5px;
}

.borderExpo h5 {
  padding: 1em;
  color: var(--bleu);
  margin-bottom: 0!important;
}

.ctnSliderExpo {
  margin-bottom: 4.090909090909091em;
  display: flex;
  width: 100%;
}

.slider-nav2 {
  height: 100%;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
}

.slider-nav2 i {
  display: block;
}

.slider-nav2 .next {
  margin-bottom: 2.272727272727273em;
}
/*content_5050expo*/
.ctnFull50Expo + .ctnFull50Expo  {
  padding-top: 0;
}
.ctnFull50Expo {
  display: inline-block;
  width: 100%;
}
.containerExpVedette {
  position: relative;
}
.containerExpVedette:before {
  min-width: 12rem;
  width: 33.3333333333%;
  background-color: #EBD4C0;
  content: "";
  height: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  z-index: -1;
}
.fancy-border-bleuP {
  position: relative;
}
.fancy-border-bleuP:after {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px;
  border: 20px solid transparent;
  border-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3E%3Cg fill='none' stroke='%23679DD4' stroke-width='0.9'%3E%3Cpath d='M10,80L10,20L20,20L20,10L80,10L80,20L90,20L90,80L80,80L80,90L20,90L20,80L10,80Z'/%3E%3C/g%3E%3C/svg%3E%0A") 23;
  pointer-events: none;
  z-index: 10;
}
.h5050-half {
  overflow: visible;
}
.h5050-half-inner.type-video {
  position: relative;
  overflow: visible;
}
.inverted .colonne_1 .h5050-video,
.colonne_2 .h5050-video{
  float: right;
}

.h5050-video {
  position: relative;
  width: calc(100% + 20px);
  margin: -20px -20px -20px -20px;
  padding-bottom: 56.25%;
  background-color: var(--noir);
}
.video-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-player:hover{
  cursor: pointer;
}
.video-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0.8;
}
.ytp-large-play-button {
  width: 68px;
  height: 48px;
  transition: opacity 0.25s cubic-bezier(0,0,0.2,1);
  background-color: transparent !important;
  border: none;
  padding: 0;
  cursor: pointer;
  pointer-events: none;
}
.ytp-large-play-button:hover {
  border: transparent!important;
}
.ytp-button:not([aria-disabled=true]):not([disabled]):not([aria-hidden=true]) {
  cursor: pointer;
}
.ytp-large-play-button svg {
  height: 100%;
  width: 100%;
  display: block;
}
.video-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.video-iframe iframe {
  width: 100%;
  height: 100%;
}
/*liste_expositions*/
.listingExpo h2{
  color: var(--bleuP);
}
.listingExpo .borderExpo{
  margin:0.9090909090909091em 5px;
}
/*content_5050*/
.slider-nav3{
  background-color: var(--bleuP);
  padding: 0.25em 0.6818181818181818em;
}
.slider-nav3 i{
  font-size: 0.8181818181818182em;
  color: var(--bleu);
}
.slider-nav3 .next{
  margin-left: 1rem;
}
.content-h5050 .imgBox {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.content-h5050 .imgBox img{
  max-height: 30.90909090909091em;
}
.opacite{
  opacity: 0;
}
.imgBox {
  position: relative;
}
.colonne_1 .slider-nav3{
  right: 10px;
}
.colonne_2 .slider-nav3{
  left: 10px;
}
.slider-nav3{
  position: absolute;
  bottom: 10px;
}
.bg_texture{
  background-image: url(images/bg_slider50.png);
  background-image: linear-gradient(to left, transparent 83.3333333333%, var(--beige) 66.6666666667%, var(--beige) 100%), url(images/bg_slider50.png);
  background-size: cover;
  height: 100%;
  background-position: right bottom;
  background-repeat: no-repeat;
}
.bg_brun{
  position: relative;
}
.bg_brun:after{
  content: "";
  width: 66.6666666667%;
  height: 100%;
  background-color: #EBD4C0;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.h5050-text a{
  text-decoration: underline;
  text-decoration-thickness: 1px
}
.ctn5050 h3{
  color: var(--bleuP);
  text-wrap: initial!important;
}
/*liste_activites*/
.boxInfo h6{
  color: var(--bleuP);
  margin-top:  1.25rem;
}
.boxInfo{
  padding: 1.3636363636363635em  0.9090909090909091em;
  margin-top: -38px;
  color: var(--bleu);
}
.listingActivite .boxSlider {
  margin: 20px 8px;
}
.thePagination {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.thePagination ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
}

.thePagination li {
  display: inline-block;
  margin: 0;
}

.thePagination a,
.thePagination span {
  display: inline-block;
  text-decoration: none;
  color: var(--bleu);
  font-weight: 300;
  transition: var(--transitionTiming);
  border: 1px solid transparent;
  border:1px solid var(--bleuP);
  width: 2.0454545454545454rem;
  height: 2.0454545454545454rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.thePagination .prev,
.thePagination .next{
  font-size: 0.8em;
}
.thePagination .prev,
.thePagination .next,
.thePagination .current {
  background-color: var(--bleuP);
  color: var(--bleu);
  border: 1px solid var(--bleuP);
}

.thePagination a:hover {
  background-color: var(--bleu);
  color: var(--beige);
  border: 1px solid var(--bleu);
}



.thePagination .prev a:hover,
.thePagination .next a:hover {
  background-color: var(--bleu);
}

.thePagination .dots {
  padding: 0.5em;
  color: var(--bleu);
}
/*3 colonnes*/
.col3{
  float: left;
  width: 100%;
}
.col3 .maxW {
  display: flex;
  flex-wrap: wrap;
}

.col3 .col.d-1-3 {
  border-right: 1px solid var(--bleu);
  display: flex;
}

.col3 .col.d-1-3 .padLR90 {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.col3 .col.d-1-3:nth-child(3n) {
  border-right: none;
}

@media screen and (max-width: 1024px) {
 .ctnSliderExpo {
  display: flex!important;
  flex-wrap: wrap;
}
.slider-nav2 .next {
  margin-left: 2.727272727272727em;
}
.slider-nav2 .next{
  position: relative!important;
}
.slider-nav2{
 margin-top: 3em;
 position: absolute;
 right: 23%;
}
.theCol1{
  order:2;
}
.theCol2{
  order:1;
}
.h5050-video{
  width: calc(100% + 40px);
}
.actSlid {
  margin-top: 2rem;
}

.col3 .col.th-1-2 {
  border-right: 1px solid var(--bleu);
}

.col3 .col.th-1-2:nth-child(2n) {
  border-right: none;
}

.col3 .col.th-1-2:nth-child(3n) {
  border-right: 1px solid var(--bleu);
}
}

@media screen and (max-width: 768px) {
  .col3 .col.tv-full {
    border-right: none;
  }
}
/*SINGLE*/
.activite-template-default .txtBanner{
  align-items: flex-start;
}
.single-activite .parent-link{
  padding-left: 0;
  background-color: var(--beige)!important;
  color: var(--bleu)!important;
}
.single .parent-link{
  background-color: transparent;
  color: var(--beige);
}
.single .parent-link:hover{
  color: var(--brun);
}
.ctnSingle a{
  text-decoration: underline!important;
  transition: var(--transitionTiming);
}
.ctnSingle a.btn{
  text-decoration: none!important;
}
.ctnSingle a.btn:hover{
 opacity: 1!important;
 
}
.ctnSingle a:hover{
  opacity: 0.7!important;
}
.ctnSingle h6.theDate{
  color: var(--bleuP);
  padding-bottom: 0.8181818181818182rem;
}
.btnBack{
  margin-top:  3.6363636363636362rem;
}
.slider-wrapper-expo {
  position: relative;
  padding: 3em 0 1.5em 0;
}

.slider-wrapper-expo::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 25%;
  right: 25%;
  height: calc(100% - 1em);
  transform: translateY(-50%);
  border: 1px solid var(--brun);
  z-index: 0;
  pointer-events: none;
}

.slider-arrow-left,
.slider-arrow-right {
  position: absolute;
  bottom:0.8em;
  z-index: 10;
  cursor: pointer;
  width: 2.5em;
  height: 2.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transitionTiming);
}

.slider-arrow-left {
  left: calc(25% + 0.25em);
}

.slider-arrow-right {
  right: calc(25% + 0.25em);
}



.slider-arrow-left i,
.slider-arrow-right i {
  color: var(--bleu);
  font-size: 1em;
}

.sectionSliderExpo .actSlid {
  position: relative;
  z-index: 1;
}

.sectionSliderExpo .credit {
  padding-top: 1rem;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .slider-wrapper-expo::before {
    left: 15%;
    right: 15%;
  }
  
  .slider-arrow-left {
    left: calc(15% - 1.25em);
  }
  
  .slider-arrow-right {
    right: calc(15% - 1.25em);
  }
}

@media screen and (max-width: 768px) {
  .slider-wrapper-expo::before {
    left: 5%;
    right: 5%;
  }
  
  .slider-arrow-left {
    left: calc(5% - 1.25em);
  }
  
  .slider-arrow-right {
    right: calc(5% - 1.25em);
  }
}
/*

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

*/

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


}

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

}

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

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

}
@media screen and (max-width: 1280px) {
  #masthead {
    padding: 1.3636363636363635em 1em;
  }
  #menu-menu-principal.menu li,
  #menu-menu-principal-1.menu li{
    margin: 0 0 0 1.3636363636363635em;
  }

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

}
@media screen and (max-width: 1024px) {
  .rightBorder{
    padding-bottom: 0!important;
  }
  .rsFooter{
    margin-bottom: 1.5rem;
  }
  .footer2{
    border-bottom: 0;
    padding-top: 1rem;
  }
  .footer3 {
    padding-bottom: 1.5rem;
  }
  .footer3:before,
  .footer3:after{
    display: none;
  }
  #colophon ul li:last-of-type{
    display: inline-block;
    margin-bottom: 3rem!important;
  }
  .logoMobile{
    max-width: 200px!important;
    padding-bottom: 2rem!important;
  }
  .slider-nav{
    margin-top: 0.5em;
  }
  #masthead .flexThat{
    display: flex!important;
  }

  .footer1,
  .flexThat{
    display: inline-block!important;
    width: 100%!important;
  }

  .container6,
  .container8{
    padding-left: 5%!important;
    padding-right: 5%!important;
  }
  .slider-nav2 .next{
    position: absolute;
    right: 5%;
  }
  .slider-nav2 .prev{
    position: absolute;
    left: -35%;
    margin-bottom: 2.272727272727273em;
  }
  .rightBorder,
  .leftBorder{
   border:none;
 }
 .footer3:after,
 .footer3:before{
   top:-8px;
 }
 #colophon .rsFooter{
  justify-content: left;
}
.lastMenuPrincipal{
  margin-bottom: 0;
  margin-top: 0.8em;
}
.footer1 img{
  margin-bottom:1em;
}
.colonne_2{
  padding-top: 2em;
}
.col3 .col{ padding:1em 0; }
}
.margin90{
  margin-top: 0!important;
}
@media screen and (max-width: 768px) {
  .titreMobile {
    padding-bottom: 2em;
  }
  .titreDesktop .ctnSingle {
    padding-top: 0!important;
  }
  .row-wrapper{
    display: inline-block!important;
    width: 100%!important;
  }

  .row-wrapper .theBox{
    margin-bottom: 1rem!important;
  }



}
@media screen and (max-width: 640px) {
  h1{
    font-size: 3.5em;
  }

}


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

*/


.container2{
 padding-left: 41.666666666%;
 padding-right: 41.666666666%;
 display: inline-block;
 width: 100%;
}
.container3L{
  padding-left: 75%;
  display: inline-block;
  width: 100%;
}
.container3R{
  padding-right: 75%;
  display: inline-block;
  width: 100%;
}
.container4{
 padding-left: 33.3333%;
 padding-right: 33.3333%;
 display: inline-block;
 width: 100%;
}
.container5L{
  padding-left: 58.3333333333%;
  display: inline-block;
  width: 100%;
}
.container5R{
  padding-right: 58.3333333333%;
  display: inline-block;
  width: 100%;
}
.container6{
 padding-left: 25%;
 padding-right: 25%;
 display: inline-block;
 width: 100%;
}
.container7L{
  padding-left: 41.6666666667%;
  display: inline-block;
  width: 100%;
}
.container7R{
  padding-right: 41.6666666667%;
  display: inline-block;
  width: 100%;
}
.container8{
  padding-left: 16.666%;
  padding-right: 16.666%;
  display: inline-block;
  width: 100%;
}
.container8L{
  padding-left: 33.3333333333%;
  display: inline-block;
  width: 100%;
}
.container9LSpecial{
  padding-left: 8.333%;
  padding-right: 16.6666666667%;
  display: flex;
  width: 100%;
}

.ctn2cols{
  padding-left: 2.0454545454545454em;

}
.insideCol2{
  display: flex;
  align-items: center;
}


.container9L{
  padding-left: 16.6666666667%;
  display: inline-block;
  width: 100%;
}
.container9R{
  padding-right: 16.6666666667%;
  display: inline-block;
  width: 100%;
}
.container10{
  padding-left: 8.333%;
  padding-right: 8.333%;
  display: inline-block;
  width: 100%;
}
.container11L{
  padding-left: 8.333%;
  display: inline-block;
  width: 100%;
}
.container11R{
  padding-right: 8.333%;
  display: inline-block;
  width: 100%;
}



.d-1-1 {
  width: 100%; 
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.d-full {
  width: 100%; 
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.d-bg-no-repeat {
  background-repeat: no-repeat; 
}

@media screen and (max-width: 1910px) {
  .b1-1-1 {
    width: 100%; 
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .b1-full {
    width: 100%; 
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .b2-full {
    width: 100%; 
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .b2-bg-no-repeat {
    background-repeat: no-repeat; 
  } 
}
@media screen and (max-width: 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%; 
  } 

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

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

  .b3-full {
    width: 100%; 
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .b4-full {
    width: 100%; 
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .th-full {
    width: 100%; 
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tv-full {
    width: 100%; 
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-8-10 {
    width: 80%; 
  }

  .m-9-10 {
    width: 90%; 
  }

  .m-10-10 {
    width: 100%; 
  }

  .m-1-11 {
    width: 9.0909090909%; 
  }

  .m-2-11 {
    width: 18.1818181818%; 
  }

  .m-3-11 {
    width: 27.2727272727%; 
  }

  .m-4-11 {
    width: 36.3636363636%; 
  }

  .m-5-11 {
    width: 45.4545454545%; 
  }

  .m-6-11 {
    width: 54.5454545455%; 
  }

  .m-7-11 {
    width: 63.6363636364%; 
  }

  .m-8-11 {
    width: 72.7272727273%; 
  }

  .m-9-11 {
    width: 81.8181818182%; 
  }

  .m-10-11 {
    width: 90.9090909091%; 
  }

  .m-11-11 {
    width: 100%; 
  }

  .m-1-12 {
    width: 8.3333333333%; 
  }

  .m-2-12 {
    width: 16.6666666667%; 
  }

  .m-3-12 {
    width: 25%; 
  }

  .m-4-12 {
    width: 33.3333333333%; 
  }

  .m-5-12 {
    width: 41.6666666667%; 
  }

  .m-6-12 {
    width: 50%; 
  }

  .m-7-12 {
    width: 58.3333333333%; 
  }

  .m-8-12 {
    width: 66.6666666667%; 
  }

  .m-9-12 {
    width: 75%; 
  }

  .m-10-12 {
    width: 83.3333333333%; 
  }

  .m-11-12 {
    width: 91.6666666667%; 
  }

  .m-12-12 {
    width: 100%; 
  } 

  .m-show {
    display: block !important; 
  }

  .m-hide {
    display: none !important; 
  }

  .m-full {
    width: 100%; 
  }

  .m-hide {
    display: none !important; 
  }

  .m-show.b {
    display: block; 
  }

  .m-show.ib {
    display: inline-block; 
  }

  .m-show.fl {
    display: flex;
    flex-wrap: wrap; 
  }

  .m-left {
    text-align: left !important; 
  }

  .m-right {
    text-align: right !important; 
  }

  .m-center {
    text-align: center !important; 
  }

  .m-no-mar {
    margin: 0 !important; 
  }

  .m-fw-100 {
    font-weight: 10; 
  }

  .m-fw-200 {
    font-weight: 20; 
  }

  .m-fw-300 {
    font-weight: 30; 
  }

  .m-fw-400 {
    font-weight: 40; 
  }

  .m-fw-500 {
    font-weight: 50; 
  }

  .m-fw-600 {
    font-weight: 60; 
  }

  .m-fw-700 {
    font-weight: 70; 
  }

  .m-fw-800 {
    font-weight: 80; 
  }

  .m-fw-900 {
    font-weight: 90; 
  }

  .m-t-align-center {
    text-align: center; 
  }

  .m-t-align-left {
    text-align: left; 
  }

  .m-t-align-right {
    text-align: left; 
  }

  .m-t-transform-uppercase {
    text-transform: uppercase; 
  }

  .m-t-transform-none {
    text-transform: none; 
  }

  .m-t-decoration-none a,
  .m-t-decoration-none {
    text-decoration: none; 
  }

  .m-t-decoration-underline a,
  .m-t-decoration-underline {
    text-decoration: underline; 
  }

  .m-bg-position-center,
  .m-bg-position-center-center {
    background-position: center center; 
  }

  .m-bg-position-center-right {
    background-position: center right; 
  }

  .m-bg-position-center-left {
    background-position: center left; 
  }

  .m-bg-position-top-center {
    background-position: top center; 
  }

  .m-bg-position-top-right {
    background-position: top right; 
  }

  .m-bg-position-top-left {
    background-position: top left; 
  }

  .m-bg-position-bottom-center {
    background-position: bottom center; 
  }

  .m-bg-position-bottom-right {
    background-position: bottom right; 
  }

  .m-bg-position-bottom-left {
    background-position: bottom left; 
  }

  .m-bg-size-cover {
    background-size: cover; 
  }

  .m-bg-size-contain {
    background-size: contain; 
  }

  .m-bg-no-repeat {
    background-repeat: no-repeat; 
  } 
}
.flex-ctn,
.flex-container {
  display: flex;
  flex-wrap: wrap; 
}

/* align-items AKA Vertical align (Horizontal if "flex-direction = column") */
.flex-vert-start,
.flex-vert-top,
.flex-vertical-start,
.flex-vertical-top,
.flex-align-start,
.flex-align-top {
  align-items: flex-start; 
}

.flex-vert-end,
.flex-vert-bot,
.flex-vert-bottom,
.flex-vertical-end,
.flex-vertical-bot,
.flex-vertical-bottom,
.flex-align-end,
.flex-align-bot,
.flex-align-bottom {
  align-items: flex-end; 
}

.flex-vert-stretch,
.flex-vertical-stretch,
.flex-align-stretch {
  align-items: stretch; 
}

.flex-vert-center,
.flex-vertical-center,
.flex-align-center {
  align-items: center; 
}

.flex-vert-baseline,
.flex-vertical-baseline,
.flex-align-baseline {
  align-items: baseline; 
}

/* justify-content AKA Vertical align (Horizontal if "flex-direction = column") */
.flex-hori-center,
.flex-horizontal-center,
.flex-justify-center {
  justify-content: center; 
}

.flex-hori-end,
.flex-hori-right,
.flex-horizontal-end,
.flex-horizontal-right,
.flex-justify-end,
.flex-justify-right {
  justify-content: flex-end; 
}

.flex-hori-start,
.flex-hori-left,
.flex-horizontal-start,
.flex-horizontal-left,
.flex-justify-start,
.flex-justify-left {
  justify-content: flex-start; 
}

.flex-hori-between,
.flex-horizontal-between,
.flex-justify-between {
  justify-content: space-between; 
}

.flex-hori-around,
.flex-horizontal-around,
.flex-justify-around {
  justify-content: space-around; 
}

/* align-items AKA Vertical align (Horizontal if "flex-direction = column") */
.flex-hori-center,
.flex-horizontal-center,
.flex-justify-center {
  justify-content: center; 
}

.flex-hori-end,
.flex-hori-right,
.flex-horizontal-end,
.flex-horizontal-right,
.flex-justify-end,
.flex-justify-right {
  justify-content: flex-end; 
}

.flex-hori-start,
.flex-hori-left,
.flex-horizontal-start,
.flex-horizontal-left,
.flex-justify-start,
.flex-justify-left {
  justify-content: flex-start; 
}

.flex-hori-between,
.flex-horizontal-between,
.flex-justify-between {
  justify-content: space-between; 
}

.flex-hori-around,
.flex-horizontal-around,
.flex-justify-around {
  justify-content: space-around; 
}

/* switch sides AKA want to center multiple stacked blocks vertically */
.flex-dir-column,
.flex-dir-col,
.flex-dir,
.flex-switch,
.flex-column,
.flex-direction-column,
.flex-direction-col,
.flex-direction {
  flex-direction: column; 
}

.flex-dir-row,
.flex-row,
.flex-direction-row {
  flex-direction: row; 
}

/* Général */

.no-pad {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important; 
}

.no-pad-v {
  padding-top: 0 !important;
  padding-bottom: 0 !important; 
}

.no-pad-h {
  padding-left: 0 !important;
  padding-right: 0 !important; 
}

.no-pad-t {
  padding-top: 0 !important; 
}

.no-pad-b {
  padding-bottom: 0 !important; 
}

.no-pad-l {
  padding-left: 0 !important; 
}

.no-pad-r {
  padding-right: 0 !important; 
}

.no-mar {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important; 
}

.no-mar-v {
  margin-top: 0 !important;
  margin-bottom: 0 !important; 
}

.no-mar-h {
  margin-left: 0 !important;
  margin-right: 0 !important; 
}

.no-mar-t {
  margin-top: 0 !important; 
}

.no-mar-b {
  margin-bottom: 0 !important; 
}

.no-mar-l {
  margin-left: 0 !important; 
}

.no-mar-r {
  margin-right: 0 !important; 
}

.no-mar-last:last-child {
  margin-bottom: 0 !important; 
}

.circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; 
}


.pc {
  display: inline-block;
  width: 100%;
  margin-top: -6px; 
}

.col {
  box-sizing: border-box;
  position: relative;
  float: left;
  vertical-align: top; 
}

.cb {
  clear: both; 
}

.filler {
  min-height: 1px; 
}

.flipv {
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
  -webkit-filter: FlipV;
  filter: FlipV;
  -ms-filter: "FlipV"; 
}

.rotate90 {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); 
}

.rotate180 {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); 
}

.rotate270 {
  -ms-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg); 
}

.vcenter {
  box-sizing: border-box;
  padding-top: 0 !important;
  padding-bottom: 0 !important; 
}

.vcenter section {
  height: 100%; 
}

.vcenter .container {
  display: table;
  width: 100%;
  height: 100%; 
}

/* GÉNÉRALE */
/* HEADER */
/* HOME */
/* CONTENU */
/* FOOTER*/

/*# sourceMappingURL=style.css.map */