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

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


/*

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

*/

@font-face {
  font-family: 'Inter';
  src: url('./fonts/Inter-VariableFont_opsz,wght.woff2') format('woff2');
  font-weight: 100 900;
}

@font-face {
  font-family: 'InterItalic';
  src: url('./fonts/Inter-Italic-Font.woff2') format('woff2');
  font-weight: 100 900;
}
@font-face {
  font-family: 'Oracle';
  src: url('./fonts/ABCOracle-Bold.woff2') format('woff2');
  font-weight: 100 900;
}


:root {
  --font-family: 'Inter', sans-serif;
  --font-titles: 'Oracle', sans-serif;
  --font-italic: 'InterItalic', sans-serif;
  --letterspacing-40: -0.04em;
  --transitionTiming: 0.2s ease-out;

  /* ============================================
     COULEURS — À REDÉFINIR PAR PROJET
     ============================================ */
  --blancCasse : #FFFEF3;
  --terracotta : #BA5A3C;
  --rose       : #F7C3A1;
  --vert       : #726A30;
  --bleuVert   : #667568;
}


/*Utiliser des REM sur les font size par rapport au px du body size*/
html,
body {
  font-size: 22px!important;
  font-family: var(--font-family);
  color: var(--terracotta) !important;
  line-height: 1.3636363636363635em!important;
  background-color: var(--blancCasse);
  font-size: clamp(18px, calc(1px + 1.3vw), 22px) !important;
}
body.custom-background {
  background-color: var(--blancCasse) !important;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 140px;
}

body {
  overflow-x: hidden;
}

h1 {
  font-size: 4em;
  line-height: 4rem; 
  font-weight: 700; /* Medium */
  letter-spacing: var(--letterspacing-40); /* -40‰ */
  font-family: var(--font-titles);
  margin-bottom: 0.5181818181818181em !important;
  text-wrap: balance;
}

h2 {
  font-size: 3.0454545454545454em;
  font-family: var(--font-titles);
  line-height: 3.272727272727273rem; 
  font-weight: 600; 
  letter-spacing: var(--letterspacing-40); /* -40‰ */
  margin-bottom: 0.2818181818181819em !important;
  text-wrap: balance;
}

h3 {
  font-size: 1.9090909090909092em;
  line-height: 2.1818181818181817rem; 
  font-family: var(--font-titles);
  font-weight: 600; 
  letter-spacing: var(--letterspacing-40); /* -40‰ */
  margin-bottom: 1.08181818181818181rem !important;
}

h4 {
  font-size: 1.5454545454545454em;
  line-height: 1.5454545454545454rem;
  font-family: var(--font-family);
  font-weight: 400;
  letter-spacing: 0; /*modifier*/
  margin-bottom: 0.4636363636363635em !important;
}

h5 {
  font-size: 1.2727272727272727em;
  line-height: 1.4545454545454546rem; 
  font-family: var(--font-titles);
  font-weight: 600; 
  letter-spacing: var(--letterspacing-40); /* -40‰ */
  margin-bottom: 1.090909090908em !important;
}

h6 {
  font-size: 0.8181818181818182em;
  line-height: 0.9090909090909091rem;
  font-weight: 500; 
  letter-spacing: var(--letterspacing-40); /* -40‰ */
  margin-bottom: 0.6181818181818182em !important;
}

/* Paragraph */
p {
  font-size: 1rem; /* 22px — base fixe */
  line-height: 1.3636363636363635rem; 
  font-weight: 400; 
  letter-spacing: -0.02rem; /* -20‰ */
  margin-bottom: 0.6090909090909091em !important;
}

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

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

.page .nf-field-container {
  margin-bottom: 15px;
}
.page input[type=checkbox]:focus+label:after, input[type=radio]:focus+label:after {
    box-shadow: 0 0 0 3px var(--rose)!important;
}

.page .nf-form-content .label-above .nf-field-label {
  margin-bottom: 2px;
}
.page .nf-form-content label,
.listcheckbox-wrap .nf-label-span,
.field-wrap.date-wrap .nf-label-span  {
  font-size: 0.5454545454545454em;
  text-transform: lowercase;
  font-weight: 600;
  padding-left: 0.5em;
}
.page .nf-form-content .label-above .date-wrap .nf-field-label {
  margin-bottom: -1.5px !important;
}
.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;
}
.nf-form-content input.ninja-forms-field {
  height: 43px;
}
.nf-form-content input:not([type=button]) {
  background: var(--blancCasse) !important;
  border: 1.5px solid var(--terracotta) !important;
  border-radius: 5px !important;
  color: var(--terracotta) !important;
  font-weight: 600;
}
.nf-form-fields-required {
  display: none;
}
.listcheckbox-wrap .nf-field-element ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.listcheckbox-wrap .nf-field-element ul li label {
  font-size: 18px;
  font-weight: 500;
  padding-left: 0 !important;
}
.page .nf-form-content .list-select-wrap .nf-field-element>div {
  height: 35px;
}
.page .nf-form-content .list-select-wrap>div div:after {
  height: 42px;
}

.page .list-radio-wrap .nf-field-element ul {
  margin-top: 5px!important;
}
.page .nf-form-content .listradio-wrap li, 
.page .list-radio-wrap .nf-field-element li label {
  margin-bottom: 4px!important;
  padding-left: 0;
}
.page .listradio-wrap .nf-field-element label.nf-checked-label:before {
  top: 0.3em;
}

.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,
.nf-form-content textarea:focus {
  background-color: var(--blancCasse) !important;
  border: 1.5px solid var(--terracotta) !important;
  border-radius: 5px; 
  color: var(--terracotta) !important;
  font-weight: 600;
}
.nf-form-content input[type=submit] {
  background-color: var(--terracotta) !important;
  text-align: center;
  color: var(--blancCasse) !important;
  display: inline-block;
  border-radius: 100px !important;
  padding: 0.2em 1.3636363636363635em !important;
  font-weight: 600;
  font-size: 0.8181818181818182em;
  border: solid 2px var(--terracotta);
  text-transform: lowercase;
  margin-top: 1.063636363636365em;
  transition: all ease-in-out 0.3s;
  cursor: pointer;
}
.nf-form-content input[type=submit]:hover {
  background-color: var(--blancCasse) !important;
  color: var(--terracotta) !important;
  cursor: pointer;
}
.nf-form-content input[type="text"] {
  color: var(--terracotta) !important;
  font-weight: 600 !important;
}
.listcheckbox-wrap .nf-field-element label:before {
  font-size: 20px !important;
  color: var(--terracotta) !important;
}
.listcheckbox-wrap .nf-field-element label:after {
  background: var(--blancCasse) !important;
  border-color: var(--terracotta) !important;
  border-radius: 4px;
}


/*ESPACEMENTS*/
a *{
  transition: 0.2s;
}
a {
  text-decoration: none;
  cursor: pointer;
}

.bg.rose .theMainMenu li a:hover {
  color: var(--blancCasse);
}

/* section p:last-of-type{
  margin-bottom: 0!important;
} */
 p + p:last-child {
  margin-bottom: 0 !important;
}

.padTBInt {
  padding-top: 2.27272727272727em;
  padding-bottom: 2.27272727272727em;
}
.padTB{
  padding-top: 3.1818181818181817em;
  padding-bottom: 3.1818181818181817em;
  display: inline-block;
  width: 100%;
}
.padTop {
  padding-top: 3.1818181818181817em;
  display: inline-block;
  width: 100%;
}
.padBottom { 
  padding-bottom: 3.1818181818181817em;
  display: inline-block;
  width: 100%;

}
.padTB140 {
  padding-top: 6.363636363636363em;
  padding-bottom: 6.363636363636363em;
  display: inline-block;
  width: 100%;
}
.padTop140 {
  padding-top: 6.363636363636363em;
  display: inline-block;
  width: 100%;
}
.padBottom140 {
  padding-bottom: 6.363636363636363em;
  display: inline-block;
  width: 100%;
}
.padLR{
  padding-left: 2.727272727272727em;
  padding-right: 2.727272727272727em;
  display: inline-block;
  width: 100%;
}
.padLeft{
  padding-left: 2.727272727272727em;
  display: inline-block;
  width: 100%;
}
.padRight{
  padding-right: 2.727272727272727em;
  display: inline-block;
  width: 100%;
}
.padLRInt {
  padding-left: 2.727272727272727em;
  padding-right: 2.727272727272727em;
  display: inline-block;
  width: 100%;
}
.padLeftInt {
  padding-left: 2.727272727272727em;
  display: inline-block;
  width: 100%;
}
.padRightInt {
  padding-right: 2.727272727272727em;
  display: inline-block;
  width: 100%;
}

img {
  max-width: 100%;
}

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


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

.flexThat{
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
.row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.inverted .flexThat{
  direction: rtl;
}
.inverted .flexThat .h5050-half-inner{
  direction: ltr;
}

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

/*Backgrounds*/
.bg {
  background-image: url('images/textureBg.webp');
}
.blancCasse{
  background-color: var(--blancCasse);
  display: inline-block;
  width: 100%;
}
.rose{
  background-color: var(--rose);
}
.terracotta{
  background-color: var(--terracotta);
}
.vert{
  background-color: var(--vert);
}

/*BOUTONS*/
.btn {
  text-decoration: none !important;
  background-color: transparent;
  text-align: center;
  color: var(--terracotta);
  display: inline-block;
  border-radius: 100px;
  padding: 0.2em 1.436363636363635em;
  font-weight: 600;
  font-size: 0.8181818181818182em;
  border: solid 2px var(--terracotta);
  text-transform: lowercase;
  margin-top: 1.063636363636365em;
  transition: all ease-in-out 0.3s;
  cursor: pointer;
}
.btn:hover{
  background-color: var(--terracotta);
  color: var(--blancCasse);
  cursor: pointer;
  text-decoration: none;
}
.btn:not(.menu-item)::after {
  content:"";
  position: absolute;
  width: 100%;
  padding-top: 100%;
  top: 50%;
  left: 50%;
  background-color: var(--terracotta);
  z-index: -1;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.3s ease-in-out;
}

.btn:hover::after { /*créer*/
    transform: translate(-50%, -50%) scale(1);
}
.textebanner .btn:first-of-type::after, .btn.terracotta::after, .commande .btn::after { /*créer*/
    background-color: var(--rose);
}
.bg.vert .btn::after { /*créer*/
    background-color: var(--blancCasse);
}
.btn.terracotta {
  background-color: var(--terracotta);
  color: var(--blancCasse);
}
.btn.terracotta:hover {
  background-color: var(--blancCasse);
  color: var(--terracotta);
}
.btn:not(.menu-item) { 
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.bg.rose .btn {
  color: var(--terracotta);
}
.bg.rose .btn:hover {
  color: var(--blancCasse);
}
.bg.vert .btn,
.bg.terracotta .btn {
  color: var(--blancCasse);
  border: 2px solid var(--blancCasse);
}
.bg.vert .btn:hover {
 background-color: var(--blancCasse);
 color: var(--vert);
}
.bg.terracotta h1, 
.bg.terracotta h2, 
/* .bg.terracotta h3,  */
.bg.terracotta h4, 
.bg.terracotta h5, 
.bg.terracotta h6,
/* .bg.terracotta p */, 
.bg.terracotta p a,
.bg.terracotta h5 a
.bg.terracotta h5 i {
  color: var(--rose);
}
.bg.terracotta ul li {
  color: var(--blancCasse);
}

.bg h1, 
.bg h2, 
.bg h3, 
.bg h4, 
.bg h5, 
.bg h6,
.bg p, 
.bg p a,
.bg h5 a {
  color: var(--blancCasse);
}

.bg.rose h1, 
.bg.rose h2, 
.bg.rose h3, 
.bg.rose h4, 
.bg.rose h5, 
.bg.rose h6,
.bg.rose p, 
.bg.rose p a,
.bg.rose h5 a,
.bg.blancCasse h1, 
.bg.blancCasse h2, 
.bg.blancCasse h3, 
.bg.blancCasse h4, 
.bg.blancCasse h5, 
.bg.blancCasse h6,
.bg.blancCasse p, 
.bg.blancCasse p a,
.bg.blancCasse h5 a {
  color: var(--terracotta);
}
.bg.blancCasse p a:hover {
  color: var(--blancCasse);
}
.bg.rose .terracotta.btn {
  color: var(--blancCasse);
}
.bg.rose .terracotta.btn:hover {
  color: var(--terracotta);
}




/*LISTES*/
.h5050-text li{
  position: relative;
}
ol li,
ul li{
  font-family: var(--font-family)!important;
  font-weight: 400!important;
  margin-bottom: 0.7363636363636365em;
  letter-spacing: -0.02rem;
}
ol li::marker,
ul li::marker{
 color:var(--rose);
}
ol, 
ul {
  padding-left: 1em !important;
  padding-bottom: 0.809090909090908em !important;
}
.bg.vert ul li,
.bg.vert ul li::marker,
.bgterracotta ul li,
.bg.terracotta ul li::marker {
  color: var(--blancCasse);
}



/*MENUS*/

.main-menu.nav{
  width: 100%;
  display: flex;
  align-items: center;
}

.menu {
  padding-left: 0;
  border-radius: 2rem;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
}
.menu  li{
  display: inline-block;
  list-style-type: none;
  position: relative;
}
.menu li:first-of-type {
  margin-left: 0 !important;
}
.menu li {
  margin-right: 2em;
  font-size: 0.8181818181818182em;
}
.tel p a {
  font-size: 0.8181818181818182em;
  margin-right: 2.2em;
  margin-bottom: 0 !important;
}
.menuSecond .menu li {
  margin-right: 1.4em;
  margin-bottom: 0 !important;
}

#menu-menu-secondaire .menu-item-has-children li.btn:hover a {
  color: var(--blancCasse) !important;
}
.optionsHead {
  display: inline-flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
}
.optionsHead p {
  letter-spacing: -0.03em !important;
}
.optionsHead .logoLivraison { 
    display: flex;
    flex-direction: column;
    position: absolute;
    padding-top: 2em;
    z-index: 1;
    top: -0.15em;
    left: -0.15em;
    width: 103%;
    padding: 3em 1em 0 1em;
    border-radius: 24px;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.3s, opacity var(--transitionTiming); /*ajouter*/
}
.logoLivraison {
  z-index: 1;
}
.logoLivraison img {
  max-width: 100%;
}
.logoLivraison a {
  cursor: pointer;
  transition: opacity var(--transitionTiming);
}
.logoLivraison a:hover {
  opacity: 0.6;
}
.logoLivraison img:first-of-type {
  padding-bottom: 1.3636363636363635em;
}
.logoLivraison {
  display: none;
}

.optionsHead .btn {
  position: relative;
  z-index: 2;
}
.optionsHead:hover .btn {
  color: var(--terracotta);
}
.optionsHead:hover .btn p a {
  color: var(--terracotta) !important;
}
.optionsHead:hover .btn:not(.menu-item)::after {
  transform: translate(-50%, -50%) scale(1);
}
/* .optionsHead:hover .logoLivraison {
  display: flex;
  flex-direction: column;
  position: absolute;
  padding-top: 2em;
  z-index: 1;
  top: -0.15em;
  left: -0.15em;
  width: 103%;
  padding: 3.4em 2em 0 2em;
  border-radius: 24px;
} */
 .optionsHead:hover .logoLivraison { 
  visibility: visible;
  opacity: 1;
  transition: visibility 0s linear 0s, opacity var(--transitionTiming); /*ajouter*/
}
.optionsHead .commande .btn {
  background-color: var(--terracotta);
  color: var(--blancCasse);
  cursor: default;
}
.commande {
  height: 1.872272727272727rem;
}
.commande .btn:hover {
  color: var(--terracotta)!important;
}
.commande .btn p {
  font-weight: 600;
  font-size: 1.00181818181818182em;
  color: var(--blancCasse);
}
.commande .btn p:hover {
  color: var(--terracotta);
}
.optionsHead .commande .btn p a {
  color: var(--blancCasse);
}
.optionsHead .commande .btn:hover p:has(a) {
  color: var(--terracotta) !important;
}

.bg.rose .optionsHead .btn {
  background-color: var(--terracotta);
  color: var(--blancCasse);
} 
.bg.rose .optionsHead .btn:hover {
  background-color: var(--terracotta);
  color: var(--blancCasse);
} 
.bg.blancCasse menuSecond .btn:hover {
  color: var(--blancCasse) !important;
}
.bg.rose .menuSecond .menu > li.btn:hover,
.bg.blancCasse .menuSecond .menu > li.btn:hover {
  background-color: var(--terracotta);
}
.bg.rose .menuSecond .menu > li.btn:hover > a,
.bg.blancCasse .menuSecond .menu > li.btn:hover > a {
  color: var(--blancCasse);
}

.menuSecond .menu li.btn {
  padding: 0;
}
.menuSecond .menu li.btn > a {
  display: block;
  padding: 0.2em 1.436363636363635em;
}

.bg.rose .tel p:hover a,
.bg.rose .menu .menu-item-has-children:hover a:after {
  color: var(--blancCasse);
}
.bg.blancCasse .theMainMenu a:not(.btn):hover,
.bg.blancCasse .tel p:hover a,
.bg.blancCasse .menu .menu-item-has-children:hover a:after {
  color: var(--rose);
}
.bg.rose .commande .btn:hover {
  color: var(--blancCasse);
}
.menu li a,
.tel p a {
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  padding-bottom: 3em;
  color: var(--terracotta);
  font-weight: 600;
  letter-spacing: -0.02rem;
}
.menuSecond {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.logo a {
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-0.42em);
}
.logo img {
  max-width: 7.2727272727272725em;
}

.theMainMenu {
  text-transform: lowercase;
}
.menu .sub-menu {
  position: absolute;
  top: calc(100% + 1.65em);
  border-left: 4px solid var(--blancCasse);
  z-index: 999999999;
  padding: 0.5em 2em 0.5em 2em !important;
  background-color: var(--terracotta);
  color: var(--rose);
  margin-left: -2em;
  width: max-content;
  visibility: hidden;
  opacity: 0;
  text-align: left;
  transition: visibility 0s linear 0.3s, opacity var(--transitionTiming);
}
#menu-menu-principal.menu .sub-menu {
  top: calc(100% + 1.85em + 4px);
}
.menu .sub-menu li a {
  font-weight: 600;
  color: var(--rose);
}
.menu .menu-item-has-children .sub-menu a:after {
  display: none;

}
.sub-menu-toggle{
  display: none;
}
.menu li.current-menu-item a {
  color: var(--orange);
}
.menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transition: visibility 0s linear 0s, opacity var(--transitionTiming);
}

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

.menu .sub-menu a {
  padding: 0.25rem 0;
  font-weight: 200;
  display: inline-block;
  border-radius: 0;
  color: var(--terracotta);
}
.menu .sub-menu a:hover {
  color: var(--blancCasse) !important;
}
.menu .menu-item-has-children a:after {
  font-family: "Font Awesome 7 Pro";
  content: "\e7d1";
  font-size: 1.5em;
  font-weight: 600;
  color: var(--terracotta);
  position: absolute;
  bottom: -0.7em;
  border-radius: 100%;
  width: 100%;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
}
/* .menuSecond .menu .menu-item-has-children a:after {
  content:"";
} */

.wpml-ls-native:hover {
  background-color: var(--terracotta);
  color: var(--blancCasse);
  border: 1px solid var(--terracotta);
}


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

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

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

.slick-dots li {
  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%;
}
.slick-slider .sliderListing {
  transition: transform var(--transitionTiming);
}
.slick-slider .sliderListing:hover {
  transform: translateY(-0.5rem);
}
/*RESEAU SOCIAUX*/
.leReseau{
  display: inline-block;
}
.leReseau i{
  font-size: 1.15em;
}
/*HEADER*/
#masthead{
  padding: 0 0 0.9em 0;
}
#masthead p {
  margin-bottom: 0 !important
}
#masthead.bg {
  border:none;
}
#masthead .btn {
  margin-top: 0 !important;
}
.theMainMenu {
  padding-top: 0.4em;
}
#masthead .bg.rose li a:hover {
  color: var(--rose);
}

.menuMobileCtn {
  display: none;
}
.btnCommande p {
  display: flex;
}
.btnCommande p a {
  margin: 0 1em;
}



/*FOOTER*/

#colophon{
  display: block;
  width: 100%;
  border: none;
}
#colophon.padTop:has(.bg) {
  padding-top: 0 !important;
}
body:has(footer#colophon) section.padTB:last-of-type:not(.ctn100) {
  padding-bottom: 0;
}
#colophon ul{
  list-style-type: none;
  padding-left: 0;
}
#colophon ul li a:hover{
  text-decoration: none;
}
#colophon ul li{
  margin-bottom: 0.2em;
  width: 100%;
  display: inline-block;
}
#colophon ul li:last-of-type{
  margin-bottom: 0;
}
#colophon ul li a{
  color: var(--bleu);
  display: inline-block;
  font-size: 0.8em;
}
#colophon .bg.terracotta {
  border: none;
}
#colophon h5,
#colophon colFooter h5,
#colophon h3,
#colophon h5 a,
#colophon h3 a {
  color: var(--blancCasse);
}
.wpml-ls-legacy-list-horizontal {
    border: none !important;
    padding: 0 !important;
}
.wpml-ls-legacy-list-horizontal a span {
  vertical-align: middle;
  font-size: 0.7272727272727273em;
  text-transform: lowercase;
  color: var(--terracotta);
  border: 1px solid;
  border-top: none;
  border-radius: 0 0 10px 10px;
  padding: 0.2727272727272727em 0.36363636363636365em;
  cursor: pointer;
}
.wpml-ls-legacy-list-horizontal a {
  padding: 0 !important;
}
.wpml-ls-legacy-list-horizontal>ul {
  line-height: 0;
}
.wpml-ls-legacy-list-horizontal .wpml-ls-item {
  margin-bottom: 1.8363636363636365em !important;
}
.top-bar {
  display: flex;
  justify-content: flex-end;
  min-height: 2.8181818181818183em;
}
.top-bar ul {
  padding-bottom: 0 !important;
}
.colFooter h6 {
  color: var(--rose);
  font-weight: 600;
}
.politique a,
.copyRight p i,
.copyRight p a,
.copyRight p {
  color: var(--rose);
}
.copyRight h6,
.politique h6 {
  color: var(--rose);
}

.politiqueCopyCtn {
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.709091em;
  border-bottom: 4px solid var(--rose);
  margin-bottom: 1.2727272727272727em;
}
.politiqueCopyCtn a:hover h6 { 
    color: var(--blancCasse);
}
.politique {
  display: flex;
  align-items: center;
  text-transform: lowercase;
}
.politique h6 {
  margin-bottom: 0 !important;
  line-height: 0;
  padding-right: 1.3636363636363635em;
}
.copyRight p {
  margin-bottom: 0 !important;
  font-size: 0.8em;
}
.copyRight a{
  color: var(--bleu);
  text-decoration: underline;
}

.colFooter {
  padding-top: 3.372727em;
}
.colFooter a {
  transition: all ease-in-out 0.3s;
}
.colFooter :is(h1, h2, h3, h4, h5, h6) a:hover {
  color: var(--rose) !important;
}
.politiqueCopyCtn a {
  transition: all ease-in-out 0.3s;
}
.politiqueCopyCtn a:hover {
  color: var(--blancCasse);
}
.navFooter {
  overflow: hidden;
  padding-bottom: 3.90909em;
}
.navFooter * {
  text-decoration: none !important;
}

.logoFooter {
  width: 100%;
  overflow: hidden;
  height: calc(100vw / 1.3 * 0.23);
}
.logoFooter img {
  vertical-align: bottom;
  width: 100%;
  height: 100%; 
  object-fit: cover;
  object-position: top;
}

/* BANNIERE */
.textebanner {
  padding-right: 16.6666666667%;
  border-top: 4px solid;
}
.textebanner h1 {
  padding-top: 0.8em;
}
.textebanner.padLRInt {
  padding-left: 4.727273em;
}
.textebanner .btn {
  margin-right: 0.36363636363636365em;
}
.textebanner .btn:first-of-type {
  background-color: var(--terracotta);
  color: var(--blancCasse);
}
.textebanner .btn:first-of-type:hover {
  background-color: var(--rose);
  color: var(--terracotta);
}
.homeBanner img {
  object-fit: cover;
  width: 100%;
  border-left: solid 4px var(--terracotta);
  border-top: solid 4px var(--terracotta);
  height: calc(100svh - 9.5em);
}
.homeBanner .bg.rose {
  border-bottom: none;
}
.homeBanner .bg.rose {
  border-bottom: none;
}
.sliderBanner { 
  overflow:hidden; 
  padding: 0.2em 0;
}
.sliderBanner h5 {
  margin-bottom: 0!important;
  font-style: italic;
  padding: 0.463636363636365em 0.3454545454545454em 0.5863636363636365em 0.3454545454545454em;
  color: var(--rose);
}
.sliderBanner {
  border-top: 4px solid var(--terracotta);
}
.sliderBanner i {
  font-size: 1.1em;
  color: var(--rose);
}
.sliderBanner .flexThat {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
}

/* 5050 */
.ctn5050txt .flexThat {
  align-items: flex-start;
}
.h5050-text ul li a {
  color: var(--terracotta);
  text-decoration: underline;
}
.h5050-text ul li a:hover {
  color: var(--rose);
  text-decoration: underline;

}
/* .ctn5050txt {
  padding-bottom: 6.081818em;
} */
.colonne_1 .h5050-half-inner {
  background-repeat: no-repeat;
  background-position: right 32.333em top 0;
}
.h5050-half-inner {
  height: 100%;
}
.h5050-text.flexThat {
  justify-content: space-between;
}
.bg .h5050-text {
  padding-top: 2.27272727272727em;
  padding-bottom: 2.27272727272727em;
}
.bg.rose .colonne_2 .type-imag{
  border-left: 4px solid var(--terracotta);
  height: 100%;
}
.bg.rose .colonne_1 .type-imag {
  border-right: 4px solid var(--terracotta);
  height: 100%;
}
.txt5050 p {
  margin-bottom: 1.309091em !important;
}
.txt5050 p:last-of-type {
  margin-bottom: 0 !important;
}
.content-h5050.bg.terracotta * {
  color: var(--blancCasse);
}
.h5050-image {
  height: 100%;
}
.h5050-image img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}


/* 3 COLONNES */
.col3 .imgCtn {
  position: relative;
}
.col3 .iconeCtn {
  content: "";
  position: absolute;
  right: -0.9em;
  bottom: 0;
}
/* .col3 .theBox:hover .icone {
  display: inline-block;
  transition: 0.9s ease-in;
  transform: rotate(180deg);
} */
 .col3:has(.lienFleche) .theBox .icone { /*créer*/
    animation-name: rotate;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-play-state: paused;  
}
.col3:has(.lienFleche) .theBox:hover .icone { /*remplacer avec ceci*/
    animation-play-state: running;  
}
/* .col3:has(.lienFleche) .theBox:hover .icone {
    animation-name: rotate; 
    animation-duration: 4s; 
    animation-iteration-count: infinite;
    animation-timing-function: linear;
} */
.col3 .theBox {
  height: 100%;
}
.theBox.bg.rose ul li::marker {
  color: var(--terracotta);
}
.bg.vert hr,
.bg.terracotta hr {
    height: 2px;
    color: var(--blancCasse);
    background: var(--blancCasse);
    font-size: 0;
    border: 0;
    margin: 0 0 38px 0;
}
.bg.rose hr {
  height: 2px;
  color: var(--terracotta);
  background: var(--terracotta);
  font-size: 0;
  border: 0;
  margin: 0 0 38px 0;
}
.col3 ul {
  margin-top: 1.3em;
}
.col3 h3 {
  margin-bottom: 0.9181818181818181rem !important;
}

@keyframes rotate {
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
}
.col3 .flexThat {
  align-items: flex-end;
}
.txtDroite.flexThat {
  display: flex;
  align-items: flex-end;
  height: 100%;
  justify-content: flex-end;
}
.col3 .insideBoxs {
  padding: 1.8181818181818181em 1.8181818181818181em 0.81818em 1.8181818181818181em;
}
.txtDroite {
  padding-left: 2.727272727272727em;
  padding-right: 10.666667%;
}
.col3 .insideBoxs h5:last-child { 
    margin-bottom: 0 !important;
}
.col3 .bg.vert,
.col3 .bg.rose {
  border: none;
}
.insideBoxs img:not(.icone) {
  object-fit: cover;
  width: 100%;
  margin-bottom: 0.9363636363636365em;
  border-radius: 10px;
}
.theBox {
  height: 100%;
}
.col3 .insideBoxs {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.col3 .insideBoxs .lien:has(.lienFleche) {
  flex: 1;
  display: flex;
  align-items: center;
}
.theBox.bg.vert {
  border-radius: 10px 0 0 10px;
}
.theBox.bg.rose {
  border-radius: 0;
}
.theBox.bg.terracotta {
  border-radius: 0 10px 10px 0;
}
.lienFleche h5::after {
  font-family: "Font Awesome 7 Pro";
  content: "\f061";
  font-size: 0.8em;
  font-weight: 600;
  padding-left: 0.75em;
  display: inline-block;
  transition: 0.3s ease-in;
} 
.lienFleche {
  display: flex;
  height: 100%;
  align-items: center;
}
.col3 .theBox:hover .lienFleche h5::after,
.col3 .theBox:hover .lienFleche h5::after {
  transform: translateX(20%);
}
.col3 .bg.terracotta .lienFleche h5::after,
.col3 .bg.terracotta .lienFleche h5::after {
  color: var(--blancCasse);
}
.bg.vert {
  border-top: 4px solid var(--vert);
  border-bottom: 4px solid var(--vert);
}
.bg.terracotta {
  border-top: 4px solid var(--terracotta);
  border-bottom: 4px solid var(--terracotta);
}
.bg.rose {
  border-top: 4px solid var(--terracotta);
  border-bottom: 4px solid var(--terracotta);
}
.cnt5050imgTxt .titreTxt {
  margin-bottom: 3.81818em;
}
.type-text,
.h1323-text {
  height: 100%;
}
.txt3colsctn {
  padding-bottom: 1.672727272727273em;
}
.txt1323 {
  margin-top: auto;
}
.h1323-text {
  background-repeat: no-repeat;
  background-position: left 2.333em top 12.52em;
}
.content1323.padTB:last-child {
  padding-bottom: 0 !important;
}
.content1323 ul {
  padding-bottom: 0 !important;
  padding-top: 1em;
}
.content1323 .padTBInt {
  padding-bottom: 1.272727em;
}

/* SLIDING PRODUITS */
.slick-slide img {
  max-width: 320px;
}
.listingProduits .slick-track {
  display: flex;
  gap: 50px;
}
.particulariteCarte {
  display: inline-block;
}
.particulariteCarte:first-of-type {
  margin-left: 0.3em;
}

.sliderListing .boxSlider.flexThat {
  align-items: center;
}
.sliderListing a {
  color: var(--terracotta);
}
.sliderListing h5 {
  text-align: center;
  text-transform: lowercase;
  margin-bottom: 0.350909090908em !important;
}
.listingProduits .txtDroite.flexThat,
.single .txtDroite.flexThat {
  justify-items: flex-start;
  align-items: flex-start;
}
.titreProduit {
    display: flex;
    align-items: center;
    gap: 0.22727272727272727em; 
    margin-bottom: 0.45454545454545453em;
}
.titreProduit > div {
  gap: 0.09090909090909090em;
  display: flex;
}

.particularitesCarte {
    display: flex;
    gap: 5px;
    flex-shrink: 0;
}
.sliderListing h6 span,
.prixProduit {
  font-weight: 700;
}
.single .particulariteNav.flex-ctn {
  padding-left: 0;
}
 
.slick-prev, 
.slick-next {
  font-size: 1.3em !important;
  color: var(--terracotta) !important;
}
.slick-next {
  right: -1em !important;
}
.slick-prev {
  left: -1em !important;
}

.poke-bowls-plateaux-du-chef,
.cat-plateaux-du-chef,
.cat-poke-bowls,
.cat-entrees {
  background-color: var(--terracotta);
  background-image: url('images/textureBg.webp');
  color: var(--blancCasse);
  text-transform: lowercase;
}

.hossomakis-makis .carteListing * {
 color: var(--terracotta)
}
.nigiris-futomakis .carteListing *,
.poke-bowls-plateaux-du-chef .carteListing *{
 color: var(--blancCasse);
}
.hossomakis-makis .carteListing a,
.nigiris-futomakis .carteListing a,
.poke-bowls-plateaux-du-chef .carteListing a {
  cursor: pointer;
}
.particulariteNav .particulariteCtn {
  cursor: pointer;
  background-color: var(--bleuVert);
  color: var(--blancCasse);
  display: flex !important;
  align-items: center;
  padding-left: 0.2em;
  position: relative;
  transition: opacity var(--transitionTiming);
}
.particulariteNav .particulariteCtn svg {
  min-width: 20px;
  min-height: 20px;
}
.particulariteNav .particulariteCtn:hover  {
  opacity: 0.8;
}
.particulariteNom {
  margin-bottom: 0 !important;
  text-transform: lowercase;
  font-size: 1em;
}

.infoProduit .particularite:first-of-type {
  margin-left: 0.45454545454545453em;
}
.tagCat h6 {
  font-size: 1em;
  margin-bottom: 0 !important;
}
.cat-hossomakis,
.cat-makis,
.cat-makis-de-printemps,
.cat-makis-de-tartare {
  background-color: var(--rose);
  background-image: url('images/textureBg.webp');
  text-transform: lowercase;
}
a.tagCat.cat-hossomakis,
a.tagCat.cat-makis ,
a.tagCat.cat-makis-de-printemps,
a.tagCat.cat-makis-de-tartare {
  color: var(--terracotta);
}
.categorieListing h3 {
  border-bottom: 1px solid var(--blancCasse);
  padding-bottom: 0.363636363636365em;
}
.categorieListing h3.cat-hossomakis,
.categorieListing h3.cat-makis,
.categorieListing h3.cat-makis-de-printemps,
.categorieListing h3.cat-makis-de-tartare {
  border-bottom: 1px solid var(--terracotta);
}

.cat-hossomakis.tagCat:hover,
.cat-makis.tagCat:hover,
.cat-makis-de-printemps.tagCat:hover,
.cat-makis-de-tartare.tagCat:hover,
.nigiris-futomakis.tagCat:hover, 
.cat-nigiris-et-sashimi.tagCat:hover, 
.cat-futomakis.tagCat:hover,
.poke-bowls-plateaux-du-chef.tagCat:hover, 
.cat-plateaux-du-chef.tagCat:hover,
.cat-poke-bowls.tagCat:hover,
.cat-entrees.tagCat:hover {
 opacity: 0.8;
}

.nigiris-futomakis,
.cat-nigiris-et-sashimi,
.cat-futomakis {
  background-color: var(--vert);
  color: var(--blancCasse);
  background-image: url('images/textureBg.webp');
  text-transform: lowercase;
}
.nigiris-futomakis .tagCat:hover , 
.cat-nigiris-et-sashimi .tagCat:hover , 
.cat-futomakis:hover .tagCat  {
  background-color: var(--blancCasse);
  color: var(--vert);
}
.nigiris-futomakis {
  background-color: var(--vert);
  background-image: url('images/textureBg.webp');
  text-transform: lowercase;
}
.poke-bowls-plateaux-du-chef{
  background-color: var(--terracotta);
  background-image: url('images/textureBg.webp');
  text-transform: lowercase;
}
.hossomakis-makis {
  background-color: var(--rose);
  background-image: url('images/textureBg.webp');
  text-transform: lowercase;
}

.hossomakis-makis .carteListing * {
 color: var(--terracotta)
}
.nigiris-futomakis .carteListing *,
.poke-bowls-plateaux-du-chef .carteListing *{
 color: var(--blancCasse);
}
.poke-bowls-plateaux-du-chef h3 {
  color: var(--blancCasse);
}
.nigiris-futomakis h3 {
  color: var(--blancCasse);
}
.nigiris-futomakis .carteProduit {
  background-color: var(--vert);
  background-image: none;
}
.poke-bowls-plateaux-du-chef .carteProduit {
  background-color: var(--terracotta);
  background-image: none;
}
.hossomakis-makis .carteProduit {
  background-color: var(--rose);
  background-image: none;
}
.tagCat,
.particulariteCtn {
  font-size: 0.75em;
  line-height: 0.9090909090909091rem;
  border-radius: 100px;
  font-weight: 500;
  margin-bottom: 0.7em !important;
  display: inline-flex;
  align-items: center;
}
.tagCat a {
  cursor: pointer;
}
.tagCat {
  padding: 0.26363636363636365em 1.1090909090909091em 0.33636em;
  background-image: none;
  transition: opacity var(--transitionTiming);
}
.particulariteCtn {
  padding: 0.18363636363636365em 1.1090909090909091em 0.18636em;
}

/* Listing (page) */
.catNav {
  display: flex;
  justify-content: flex-start;
  gap: 7px;
  border-top: 2px solid var(--vert);
  position: sticky;
  top: 0;
  z-index: 10;
  background-color: var(--blancCasse);
}
.catCtn {
  padding-top: 0.9090909090909091em;
  padding-bottom: 0.3090909090909091em;
  padding-right: 0.636363636363636em;
}
.particulariteNom.icon-sansGluten::before,
.particulariteNom.icon-cuit::before,
.particulariteNom.icon-vege::before{
  content:"";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
  margin-right: 0.3em;
}

.uniteProduit, .sliderListing h6:not(.tagCat ) {
  font-weight: 400;
  text-align: center;
  display: none;
}
.icon-sansGluten::before {
  background-image: url('images/iGluten.png');
}

.icon-cuit::before {
  background-image: url('images/iCuit.png');

}
.icon-vege::before {
  background-image: url('images/iVege.png');
}
.listingProduits .padTopInt {
  padding-bottom: 6.027272727272727em;
}
.categorieListing {
  padding-top: 6.027272727272727em;
}
.carteListing {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap:10px;
  padding-top: 1.4545454545454546em;
}
.carteListing a {
  overflow: hidden;
  position: relative;
}
.carteListing .imgProduit, 
.carteListing .infoProduit { 
    z-index: 2;
}
.carteListing a::after { /*créer*/
    content:"";
    position: absolute;
    width: 110%;
    padding-top: 110%;
    top: 50%;
    left: 50%;
    background-color: var(--bleuVert);
    mix-blend-mode: multiply;
    opacity: 0.05;
    z-index: 0;
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: all 0.3s ease-in-out;
}
.carteListing a:hover::after { /*créer*/
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.075;
}
.hossomakis-makis .carteListing a::after { /*créer*/
    background-color: var(--terracotta);
    opacity: 0.025;
}
.hossomakis-makis .carteListing a:hover::after { /*créer*/
    opacity: 0.05;
}
.carteProduit {
  display: flex;
  align-items: center;
  border: 1px solid var(--blancCasse);
  height: 100%;
}
.prixCtn {
  display: inline-flex;
  margin-top: auto;
}
.imgProduit {
  max-width: 9.090909090909092em;
  background-color: #fff;
  height: 100%;
  display: flex;
  align-items: center;
}
.infoProduit {
  padding: 1.1181818181818181em;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.infoProduit p {
  margin-bottom: 0 !important
}
.infoProduit h5 {
  display: flex;
  align-items: center;
  gap: 2px;
}

.particularite {
  font-weight: 600;
  font-size: 0.6em;
  border: 1px solid;
  padding: 0.9em 0.6em 0.9em 0.5em;
  border-radius: 100px;
  line-height: 0;
  display: inline-block;
  text-transform: none;
}
.particulariteNav.flex-ctn {
  align-items: center;
  padding-left: 0.636363636363636em;
  padding-top: 0.9090909090909091em;
  padding-bottom: 0.3090909090909091em;
  gap: 5px;
}
.single .tags {
  padding-bottom: 0.3090909090909091em;
}
article .particulariteNav.flex-ctn {
  padding-top: 0;
  padding-bottom: 0;
}
.particulariteNav {
  border-left: 2px solid var(--vert);
}
.carteListing .bg.rose {
  border: 1px solid var(--terracotta)
  background-color: transparent;
}
.carteProduit h5 {
  margin-bottom: 0 !important;
}
.bg.vert .carteProduit {
  border: 1px solid var(--blancCasse);
}

.hossomakis-makis .carteProduit {
  border: 1px solid var(--terracotta);
}
.carteListing p {
  display: block;
  font-size: 0.8181818181818182em;
  line-height: 0.9090909090909091rem;
  font-weight: 400;
  letter-spacing: 0;
}
.hossomakis-makis .carteListing p {
  font-weight: 400;
}
.quantiteProduit {
  margin-bottom: 0 !important;
  display: none;
}
.descriptionProduit {
  margin-bottom: 1.3181818181818181em;
}
.imgProduit:has(img) {
  min-width: 9.090909090909092em;
  max-width: 9.090909090909092em;
}
.carteProduit {
  min-height: 9.090909090909092em;
}

.listingPage .txt3colsctn {
  padding-bottom: 6.372727em;
}

/* TITRE PAGE */
.banniereInt.bg.rose {
  border:none;
}
.banniereInt {
  border-top: 3.8px solid;
  border-bottom: 4px solid;
}
.banniereInt {
  min-height: 385px;
  margin-bottom: 3.181818em;
}
.banniereInt .banniereCtn {
  padding-bottom: 4em;
  height: 100%;
  padding-top: 5.04545454545454em;
}
.banniereCtn  h4 {
  margin-bottom: 0.73636em !important;
}
.banniereInt h4 {
  font-style: italic;
}
.banniereInt.bg.rose  {
  position: relative;
}

.banniereInt.bg.rose::after {
  content: '';
  position: absolute;
  top: 0;
  left: 2.727272727272727em;
  right: 2.727272727272727em;
  height: 4px;
  background-color: var(--terracotta);
}
.bannerLogosLivraison img {
  height: auto !important;
  border: none !important;
}

/* FAQ */
.txtTerracotta,
.txtTerracotta a {
  color: var(--terracotta) ;
}
.txtTerracotta ul li a {
  text-decoration: underline;
}
.txtTerracotta ul li a:hover {
  color: var(--rose) ;
}
.txtVert,
.txtVert a {
  color: var(--vert);
}
.titreToggle h5 {
  margin-bottom: 0 !important;
}
section.theToggle:last-of-type .theTogglePage.padTB {
  padding-bottom: 6.363636363636363em;
}
.rowToggle {
  padding: 0.9818181818181819em  1.0818181818181819em;
  margin-bottom: 0.45454545454545453em;
  cursor: pointer;
  transition: all var(--transitionTiming);
}
.rowToggle.open {
  padding: 1.3636363636363635em 1.081818em;
  transition: all ease-in-out 0.3s;
}
.rowToggle.txtTerracotta {
  border: 2px solid var(--terracotta);
  border-radius: 5px;
}
.rowToggle.txtVert {
  border: 2px solid var(--vert);
  border-radius: 5px;
}
.toggleMore {
    border-top: 1px solid;
    padding-top: 1em;
    margin-top: 1em;
}
.moreDesc i {
  font-weight: 600;
  font-size: 0.93em;
}
.toggleCtn {
  padding: 0 1.2727272727272727em;
}

/* CTA */
.txtCta {
  padding-right: 14.2857142857%;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.txtCta p {
  margin-bottom: 1.309091em !important;
}
.txtCta .btn {
  margin-top: 0;
}
.cta a {
  color: var(--terracotta);
  text-decoration: underline;
}
/* .txtCta p:has(a) {
  margin-top: auto;
  margin-bottom: 0 !important;
} */


/* CONTENT SINGLE  */
.single .imgCtn {
  border: solid 1px var(--rose);
  min-height: 447px;
  min-width: 437px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--blancCasse);
}
.single .flex-ctn.infosCtn {
  flex-wrap: nowrap;
}
.single infosCtn h2 {
  text-transform: lowercase;
}
.catCtnSingle .tagCat:hover,
.single .particulariteNav .particulariteCtn:hover {
  opacity: 1 !important;
}
.single .particulariteCtn {
  cursor: default !important;
}
.single .tags {
  display: inline-flex;
  align-items: center;
}
.single .infosCtn .tagCat,
.single .infosCtn .particulariteCtn {
  margin-bottom: 0 !important;
}
.single .infosCtn .cat-hossomakis, 
.single .infosCtn .cat-makis, 
.single .infosCtn .cat-makis-de-printemps, 
.single .infosCtn .cat-makis-de-tartare {
  border: 1px solid var(--terracotta);
}
.single .descriptionProduit {
  margin-top: 2.7em;
  margin-bottom: 0.318182em;
}
.single .particulariteNav {
  border: none;
}
.bgCtn.bg.rose {
  border-bottom: none;
  min-height: 366px;
}
.infosCtn {
  margin-top: -10em;
}
.single .colRight {
  padding-top: 3.909090909090909em;
  padding-left: 2.527272727272727em;
}
.single .descriptionProduit p {
  margin: 0;
  display: inline;
}
.single .imgCtn img {
  width: 100%;
}
.single .descriptionProduit span {
  font-weight: 600;
  margin-right: 0.35454545454545453em;
}
.btn.btnRetour {
  margin-top: 3.2363636363636362em;
}
.catCtnSingle {
  margin-right: 0.22727272727272727em;
  display: flex;
}
.carteListing a,
.catCtn a {
  text-decoration: none !important;
}
.btnRetour {
  position: relative;
  padding-left: 2em;
}
.btnRetour::before {
  font-family: "Font Awesome 7 Pro";
  content: "\f060";
  font-size: 0.8em;
  font-weight: 600;
  padding-right: 0.8181818181818182em;
  display: inline-block;
  transition: 0.3s ease-in;
  position: absolute;
  left: 1.0272727272727273em;
  top: 0.32727272727272727em;
  transition: transform 0.2s ease-in;
}
.btnRetour::before i {
  font-weight: 700;
}
.btnRetour:hover::before{
    transform: translateX(-3px);
}


/*

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

*/
/* responsive */
/*MEDIA QUERIES*/
@media screen and (min-width: 1919px) {
  .h1323-text {
    background-repeat: no-repeat;
    background-position: left 2.333em top 17.52em;
  }
}

@media screen and (max-width: 1680px) {
  .particulariteNom.icon-sansGluten::before,
  .particulariteNom.icon-cuit::before,
  .particulariteNom.icon-vege::before{
    width: 20px;
    height: 20px;
  }
  .catNav .tagCat {
    padding: 0.26363636363636365em 0.7em 0.33636em;
  }
  .catNav .particulariteCtn {
    padding: 0.18363636363636365em 0.7em 0.18636em;
  }
}

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

  .textebanner.padLRInt {
    padding-left: 2.727273em;
  }
  .textebanner {
      padding-right: 10.666667%;
      border-top: 4px solid;
  }

  .catNav .catCtn {
    padding-top: 0.55090909090909091em;
  }
  .catNav .tagCat {
    margin-right: 0.09090909090909090em;
    margin-bottom: 0.25em !important;
  }
  .catNav .particulariteCtn {
    margin-bottom: 0!important;
  }
  .catNav .particulariteNav.flex-ctn {
    gap: 0 0.09090909090909090em;
    padding-top: 0.45em;
  }

  .bg.rose .cnt5050imgTxt .titreTxt,
  .bg.vert .cnt5050imgTxt .titreTxt {
    margin-bottom: 2em;
  }
  .ctn5050txt .titreTxt {
    padding-bottom: 2em;
  }
  .banniereInt {
    min-height: auto;
    margin-bottom: 2.181818em;
  }

  .colsTxt .icone {
    width: 75%;
  }
  .col3 .padLR {
    padding-left: 1.727273em;
    padding-right: 1.727273em;
  }
  .lien.lienFleche h5 {
    text-wrap: pretty;
  }
  .txt1323 p {
    text-wrap: pretty;
  }

  .titreProduit {
    gap: 0;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 0.5em;
  }
  .carteProduit h5 {
    margin-bottom: 0 !important;
  }
  .particulariteCarte:first-of-type {
    margin-left: 0;
  }
  .particulariteCarte {
    padding-top: 0.2em;
  }

  .single .imgCtn {
    min-width: auto !important;
    min-height: 100% !important;
  }

}

@media screen and (max-width: 1280px) {
  
  h2 {
    font-size: 2.845455em;
    line-height: 3.072727272727273rem;
  }
  .container8 {
    padding-left: 8.333% !important;
    padding-right: 8.333% !important;
  }

  .menu li {
      margin-right: 1em;
  }

  .col3 .iconeCtn {
    right: -2.9em;
  }
  .col3:has(.lienFleche) .theBox .icone {
    width: 75%;
  }

  .menuSecond p,
  .menuSecond p a, 
  .menuSecond .btn {
    font-size: 0.80em;
  }




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

  /* --- Conteneur & header --- */
  #masthead {
    padding: 1.3em 0 0.9em 0;
  }
  .menuMobileCtn {
    display: flex;
    background-color: var(--creme);
  }
  .menuMobile .menu li:hover .sub-menu {
    background-color: var(--blancCasse);
  }
  .menuMobile .menu .sub-menu li a {
    color: var(--terracotta) !important; 
  }
  .menuMobile .menu .sub-menu {
    background-color: var(--blancCasse);
  }
  .menuMobileCtn .logoCtn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: relative;
    z-index: 999;
  }
  .menuMobileCtn .logoCtn img {
    display: block;
    max-height: 100px;
    width: 100%;
  }
  .logoCtn i {
    color: var(--brunF);
    font-size: 1.4em;
  }
  .menuDesktop {
    display: none;
  }
  .menuMobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: var(--blancCasse);
    z-index: 998;
    overflow-y: auto;
    padding: 3em 1.5em 1.5em 1.2em;
    transform: translateX(-100%);
    visibility: hidden;
    transition: transform 0.4s ease-in-out, visibility 0.4s;
  }
  .menuMobile.open {
    transform: translateX(0);
    visibility: visible;
  }
  body.menu-open {
    overflow: hidden;
  }

  .menuMobile .menu-menu-principal-container {
    width: 100%;
  }
  .menuMobile .main-menu .menu {
    display: flex;
    flex-direction: column;
    background-color: var(--creme);
    padding: 0;
  }
  .menuMobile .main-menu .menu > li {
    width: 100%;
  }
  .menuMobile li {
    padding: 0.5em 0;
  }
  .menuMobile .menu-item a {
    display: flex;
    justify-content: space-between;
    padding-right: 0.5em;
  }
  .wpml-ls-legacy-list-horizontal>ul {
    padding-left: 0 !important;
  }
  .menuMobile .top-bar {
    display: flex;
    flex-direction: column;
  }
  .menuMobile .wpml-ls-legacy-list-horizontal .wpml-ls-item {
    padding: 0.5em 0;
    margin-bottom: 0 !important;
  }
  .menuMobile .wpml-ls-legacy-list-horizontal .wpml-ls-link {
    display: flex;
    justify-content: space-between;
    padding-right: 0.5em !important;
    text-decoration: none;
  }
  .menuMobile .wpml-ls-legacy-list-horizontal a span {
    border: 0;
    border-top: none;
    border-radius: 0;
    padding: 0;
    font-size: 0.8181818181818182em;
    font-weight: 600;
    letter-spacing: -0.02rem;
    color: var(--terracotta);
    text-transform: lowercase;
  }
  .menuMobile .tel {
    display: block;
    padding: 0.5em 0;
    color: var(--terracotta);
    font-weight: 600;
    letter-spacing: -0.02rem;
    font-size: 0.8181818181818182em;
  }
  .menuMobile .tel p,
  .menuMobile .tel p a {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    letter-spacing: inherit;
  }
  .menuMobile .top-bar {
    padding-top: 2em;
  }
  .menuMobile .wpml-ls-native:hover {
    background-color: var(--blancCasse);
    color: var(--terracotta);
  }
  .menuMobile .tel p a:hover {
    color: var(--terracotta) !important;
  }
  /* --- Sous-menus --- */
  .menuMobile .sub-menu {
    display: flex;
    flex-direction: column;
    position: relative;
    visibility: visible !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .menuMobile .sub-menu .menu-item:first-of-type {
    padding-top: 0.5em;
  }
  .menuMobile .sub-menu .menu-item:last-of-type {
    padding-bottom: 0.5em;
  }
  .menuMobile .sub-menu a {
    font-size: 1em;
  }
  .menuMobile li:has(ul) {
    padding-bottom: 0;
  }
  .menuMobile .menu-item-has-children > a::after {
    display: none;
  }
  .menuMobile .chevron-toggle {
    font-size:1em;
    color: var(--brunF);
    padding: 0.5em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
  }
  .menuMobile .menu-item-has-children.open > a > .chevron-toggle {
    transform: rotate(180deg);
  }
  .menuMobileCtn .menuParent {
    margin-top: 2em;
    padding-left:0;
  }
  .menuMobile .menuSecond {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
  }
  .menuMobile .main-secondaire .menu {
    display: flex;
    flex-direction: column;
    background-color: var(--creme);
    padding: 0;
  }
  .menuMobile .main-secondaire .menu > li {
    width: 100%;
  }
  .menuMobile .main-secondaire li.btn {
    background-color: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 0.5em 0;
    position: static;
    z-index: auto;
  }
  .menuMobile .main-secondaire li.btn a {
    background-color: transparent !important;
    border: none !important;
    color: inherit !important;
    padding: 0;
    display: flex;
    justify-content: space-between;
    padding-right: 0.5em;
  }
  .menuMobile .main-secondaire li.btn a::before,
  .menuMobile .main-secondaire li.btn a::after {
    display: none !important;
  }
  .menuMobile .main-secondaire li.btn:hover {
    background-color: transparent !important;
  }
  .menuMobile .main-secondaire li.btn:hover a {
    color: var(--terracotta) !important;
  }
  .menuMobile .btnCommande a {
    margin-left: 0;
  }
  .menuMobile .btnCommande {
    margin-top: 1em;
  }
  /* --- optionsHead mobile --- */
  .menuMobile .optionsHead-mobile {
    width: 100%;
    padding: 0.5em 0;
  }
  .menuMobile .optionsHead-trigger {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 0.5em;
    cursor: pointer;
    font-size: 0.8181818181818182em;
    color: var(--terracotta);
    font-weight: 600;
    letter-spacing: -0.02rem;
  }
  .menuMobile .optionsHead p {
    color: var(--terracotta);
    font-weight: 600;
    letter-spacing: -0.02rem !important;
    font-size: inherit;
    margin: 0;
    text-transform: lowercase;
  }
  .menuMobile .chevron-toggle-options {
    font-size: 1em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
  }
  .menuMobile .optionsHead-mobile.open .chevron-toggle-options {
    transform: rotate(180deg);
  }
  .menuMobile .optionsHead-submenu {
    display: none;
    background-color: var(--blancCasse);
    padding: 0.5em 0 0.5em 0.5em;
  }
  .menuMobile .optionsHead-submenu .commande {
    height: auto;
    padding: 0.4em 0;
  }
  .menuMobile .optionsHead-submenu .commande .btn {
    display: inline-block;
    padding: 0.3em 0.8em;
    font-size: 0.9em;
  }
  .bg.rose .optionsHead .btn:hover {
    background-color: var(--blancCasse);
    color: var(--terracotta);
  }
  .bg.rose .optionsHead .btn {
    background-color: var(--blancCasse);
    color: var(--terracotta);
  } 
  .optionsHead .btn:not(.menu-item)::after {
    background-color: var(--blancCasse);
  }

  .menuMobile .logoLivraison-mobile {
      display: flex;
      flex-direction: column;
      gap: 1.6em;
  }
  .menuMobile .logoLivraison-mobile img {
    max-width: 120px;
    display: block;
  }
  .menu li a, .tel p a {
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    padding-bottom: 0em;
    text-transform: lowercase;
  }
  .catNav .tagCat { 
    margin-right: 0.22727272727272727em;
    float: left;
  }
  .catNav .particulariteNav.flex-ctn {
    gap: 0.22727272727272727em;
  }
  .catNav .particulariteCarte {
    height: 1.1363636363636365em;
  }

  .menuMobile .optionsHead-mobile .btn {
    padding: 0.2em 0;
    border: none;
  }
  .padLR {
    padding-left: 1.727272727272727em;
    padding-right: 1.727272727272727em;
  }

  .homeBanner img {
    border-left: none;
    max-height: 60svh;
  }
  .textebanner.padLRInt {
    padding-left: 2.727273em;
    padding-bottom: 2.727273em;
  }

  .txtDroite {
    padding-left: 0;
  }

  .h5050-image img {
      max-height: 60svh;
  }

  .h1323-text {
    height: 100%;
    background-image: none !important;
  }
  .content1323 .padTBInt {
    padding-bottom: 2.272727em;
  }

  .theBox.bg.vert {
    border-radius: 10px 10px 0 0;
  }
  .theBox.bg.terracotta {
    border-radius: 0 0 10px 10px;
  }
  .copyRight h6, .politique h6 { 
    margin-bottom: 0!important;
  }

  .listingProduits .slick-track {
    gap: 20px;
  }
  .listingProduits .padLR {
    padding-right: 2.027272727272727em;
  }

  .bg.rose .colonne_2 .type-imag {
    border-left: none;
  }

  .banniereInt.bg.rose::after {
    left: 1.727273em;
    right: 1.727273em;
  }
  .banniereInt .banniereCtn {
    padding-bottom: 3em;
    padding-top: 4.045455em;
  }

  .nf-form-content  .nf-cell {
    width: 100% !important;
  } 
  
  .cta img {
    padding-top: 2em;
  }

  .toggleCtn {
    padding: 0;
  }
  .theToggle .padLRInt {
    padding-left: 0;
    padding-right: 0;
  }
  .theTogglePage .titrePage {
    margin-bottom: 0.481818em !important;
  }

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

  .listingPage .txt3colsctn {
    padding-bottom: 3.372727em;
  }
  .descriptionProduit {
    margin-bottom: 0.9181818181818181em;
  }

  .titreTxt,
  .cnt5050imgTxt .titreTxt {
    margin-bottom: 0.81818em;
  }
  .listingProduits .slick-track {
    gap: 10px;
  }

  .homeBanner img {
    height: auto;
  }

  .insideBoxs img:not(.icone) {
    max-height: min(50vw, 400px);
  }
  .cta .row {
    flex-direction: column-reverse;
  }
  .cta .col:last-of-type img {
    height: 6rem;
    padding-top: 0;
    padding-bottom: 1.5em;
  }



}

@media only screen and (max-width: 800px) {
    .page .nf-field-container .nf-field-label {
        margin-bottom: 0!important;
    }
}


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

  .padLR {
    padding-left: 1.127272727272727em;
    padding-right: 1.127272727272727em;
  }
  .padTop {
    padding-top: 2.181818em;
  }
  .padBottom {
     padding-bottom: 2.181818em;
  }
  .container10 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .padRight {
    padding-right: 1.127272727272727em;
  }
  .padLeft {
    padding-left: 1.127272727272727em;
    display: inline-block;
    width: 100%;
  }
  .padRightInt {
    padding-right: 1.127272727272727em;
    display: inline-block;
    width: 100%;
  }
  .padLeft {
    padding-left: 1.127272727272727em;
    display: inline-block;
    width: 100%;
  }
  .padLeftInt {
    padding-left: 1.127272727272727em;
  }
  .padTB {
    padding-top: 1.181818em;
    padding-bottom: 1.181818em;
  }
  .padBottom140 {
    padding-bottom: 1.363636em;
  }
  .padBottom140 {
    padding-bottom: 2.363636em;
  }

  h1 {
    font-size: 3.3em;
    line-height: 3.3rem;
  }
  h2 {
    font-size: 2.45455em;
    line-height: 2.472727272727273rem;
  }

  .titreTxt {
    padding-bottom: 1em;
  }

  .col3 .padLR {
    padding-left: 1.127273em;
    padding-right: 1.127273em;
  }

  .textebanner.padLRInt {
    padding-left: 1.127273em;
  }

  .theBox.bg.vert {
    border-radius: 10px 10px 0 0;
  }
  .theBox.bg.terracotta {
    border-radius: 0 0 10px 10px;
  }  
  .col3 .iconeCtn {
    right: 0;
  }
  .col3:has(.lienFleche) .theBox .icone {
    animation: none;
    width: 100%;
  } 
  .col3 .theBox:hover .lienFleche h5::after,
  .col3 .theBox:hover .lienFleche h5::after {
    transform: none;
  }
  .col3 .insideBoxs {
    padding: 1.2181818181818181em 1.118182em 0.81818em 1.1181818181818181em;
  }

  .listingProduits .sliderCtn.padLR {
    padding-left: 2.027272727272727em;
  }

  .colFooter {
    padding-top: 1.372727em;
  }
  .bottomPage {
    padding-top: 1.072727em !important;
  }
  .navFooter {
    padding-bottom: 0.90909em;
  }

  .banniereInt.bg.rose::after {
    left: 1.27273em;
    right: 1.27273em;
  }

  container10 {
    padding-left: 4.333%;
    padding-right: 4.333%;
  }
  .container8 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .nf-multi-cell .nf-cell {
    padding: 0 !important;
  }
  input.ninja-forms-field {
    height: 40px !important;
  }

  .imgProduit {
    max-width: 100%;
  }
  .carteProduit {
    flex-direction: column;
    align-items: flex-start;
  }
  .listingProduits .padLR {
    padding-right: 1.027273em;
  }
  .catNav {
    display: flex;
    flex-direction: column;
  }
  .particulariteNav {
    border-left: 0;
  }
  .particulariteNav.flex-ctn {
    align-items: center;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0.3090909090909091em;
    gap: 5px;
  }
  .catCtn {
    padding-bottom: 0;
  }
  .single .descriptionProduit {
    margin-top: 0.7em;
  }
  .single .colRight {
    padding-top: 1.909091em;
  }
  .infosCtn {
    margin-top: -12em;
  }

  .single .flex-ctn.infosCtn {
    flex-direction: column;
  }
  .single .colRight {
    padding-left: 0;
  }

  .listcheckbox-wrap .nf-field-element ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .nf-form-content .listcheckbox-wrap li, 
  .nf-form-content .listradio-wrap li {
    line-height: 0;
    margin-bottom: 0 !important;
  }

  .ctn5050txt .titreTxt {
    padding-bottom: 0.5em;
  }
  .insideBoxs p {
    text-wrap: pretty;
  }

  .infoProduit {
    padding: 0.7181818181818181em;
  }
  .infosCtn {
    margin-top: -13em;
  }

  .sliderTxt .padTB .padLR {
    padding: 0 !important;
  }

  .slick-next {
    right: 0 !important;
  }
  .slick-prev {
    left: -18px !important;
  }

  .tagCat, .particulariteCtn {
    margin-bottom: 0.3em !important;
  }
  .banniereInt .banniereCtn {
    padding-bottom: 1em;
    padding-top: 3.045455em;
  }

  .page input[type=checkbox].ninja-forms-field {
    height: 20px !important;
  }



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

  .col3:has(.lienFleche) .theBox .icone {
    width: 80%;
  } 
  .col3 .iconeCtn {
    right: -2em;
  }

  h1 {
    font-size: 2.7em;
    line-height: 2.7rem;
  }
  h4 {
    font-size: 1.2454545454545454em;
    line-height: 1.2454545454545454rem;
  }
  h2 {
    font-size: 2.25455em;
    line-height: 2.372727272727273rem;
  }

  .listingProduits .sliderCtn.padLR {
    padding-right: 2.427272727272727em;
  }
  .politiqueCopyCtn {
    flex-direction: column;
  }
  .politique {
    justify-content: space-between;
  }

  .menuMobile .logoLivraison-mobile img {
    max-width: 90px;
  }
  .menuMobile .optionsHead-submenu {
    padding: 1em 0 0.5em 0;
  }
  .menuMobile .logoLivraison-mobile {
    gap: 1.4em;
  }

}
@media screen and (max-width: 500px) {
  h1 {
    font-size: 2.9em;
    line-height: 2.9rem;
  }
}


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

*/


.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: 100;
}

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

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

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

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

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

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

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

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

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

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

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

.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; 
}
.flex-bottom {
  align-items: flex-end;
}

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

/* ===================================================
   SINGLE BLOGUE
   =================================================== */

.rowSingleBlogue {
  gap: 3em;
  align-items: flex-start;
}

.colBlogueLeft {
  width: calc(70% - 1.5em);
}

.imgSingleBlogue {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 2em;
}

.imgSingleBlogue img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.contentSingleBlogue {
  color: var(--terracotta);
  font-family: var(--font-family);
  line-height: 1.75;
}

.contentSingleBlogue h2,
.contentSingleBlogue h3,
.contentSingleBlogue h4 {
  font-family: var(--font-titles);
  color: var(--terracotta);
  margin-top: 1.5em;
}

.contentSingleBlogue p {
  margin-bottom: 1.2em;
}

.contentSingleBlogue img {
  max-width: 100%;
  border-radius: 8px;
  margin: 1.5em 0;
}

/* Sidebar */
.colBlogueSidebar {
  width: calc(30% - 1.5em);
  position: sticky;
  top: 2em;
}

.sidebarBlogue {
  border-left: 2px solid var(--rose);
  padding-left: 1.5em;
}

.titreSidebarBlogue {
  color: var(--terracotta) !important;
  font-family: var(--font-titles);
  margin-bottom: 1.25em !important;
}

.listeArticlesSidebar {
  display: flex;
  flex-direction: column;
  gap: 1.25em;
}

.carteSidebarBlogue {
  display: flex;
  align-items: center;
  gap: 0.9em;
  text-decoration: none !important;
  transition: opacity 0.2s ease;
}

.carteSidebarBlogue:hover {
  opacity: 0.75;
}

.imgCarteSidebar {
  width: 70px;
  height: 70px;
  flex-shrink: 0;
  border-radius: 6px;
  overflow: hidden;
}

.imgCarteSidebar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.infoCarteSidebar {
  display: flex;
  flex-direction: column;
  gap: 0.25em;
}

.infoCarteSidebar h6 {
  color: var(--terracotta) !important;
  margin: 0 !important;
  line-height: 1.3;
}

.dateSidebar {
  color: var(--terracotta);
  opacity: 0.6;
  font-size: 0.78em;
}

/* Responsive single blogue */
@media screen and (max-width: 1024px) {
  .colBlogueLeft,
  .colBlogueSidebar {
    width: 100%;
    position: static;
  }
  .sidebarBlogue {
    border-left: none;
    border-top: 2px solid var(--rose);
    padding-left: 0;
    padding-top: 1.5em;
  }
  .listeArticlesSidebar {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .carteSidebarBlogue {
    width: calc(50% - 0.625em);
  }
}

@media screen and (max-width: 640px) {
  .carteSidebarBlogue {
    width: 100%;
  }
}

/* ===================================================
   LISTING BLOGUE
   =================================================== */

.rowBlogue {
  gap: 2em;
}

.colBlogue {
  /* Soustrait le gap pour que 3 cartes rentrent dans la rangée */
  width: calc(33.3333% - 1.34em);
}

.carteBlogue {
  display: flex;
  flex-direction: column;
  text-decoration: none !important;
  overflow: hidden;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}
.imgBlogueCtn {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  flex-shrink: 0;
  border: 2px solid var(--terracotta);
}
.imgBlogueCtn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
  display: block;
}
.carteBlogue:hover .imgBlogueCtn img {
  transform: scale(1.05);
}
.infosBlogue {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 1.5em;
  gap: 0.75em;
  border: 2px solid var(--terracotta);
  border-top: none;
}
.titrBlogue {
  color: var(--terracotta) !important;
  margin: 0 !important;
  font-family: var(--font-titles);
}

.excerptBlogue {
  flex: 1;
  margin: 0 !important;
  color: var(--terracotta);
  font-size: 0.9em;
  line-height: 1.6;
  overflow: hidden;
}
.singleBlogueArticle .btn.btnRetour {
  margin-top: 0;
  margin-bottom: 2em;
}

.btnBlogue {
  align-self: flex-start;
  margin-top: auto !important;
}

/* Déclenche le hover du bouton quand on survole la carte entière */
.carteBlogue:hover .btnBlogue {
  background-color: var(--terracotta);
  color: var(--blancCasse);
}
.carteBlogue:hover .btnBlogue::after {
  transform: translate(-50%, -50%) scale(1);
}

/* Responsive tablette — 2 colonnes */
@media screen and (max-width: 1024px) {
  .colBlogue {
    width: calc(50% - 1em);
  }
}

/* Responsive mobile — 1 colonne */
@media screen and (max-width: 768px) {
  .rowBlogue {
    gap: 1.5em;
  }
  .colBlogue {
    width: 100%;
  }
}

/*# sourceMappingURL=style.css.map */
