/* ------
SOMMAIRE
---------*/
/*
@AUTHOR : Julie

00 - COULEURS
01 - SPRITE
03 - TITRES
04 - LIENS
05 - BOUTONS
06 - CONTENU WYSIWYG
07 - PADDING ET LARGEURS
08 - MENU SCROLL UP
09 - POPUP ACTUALITE
10 - MENU HAMBURGERS
11 - ICONES SOCIALES
12 - CLASS GENERIQUES
13 - PAGE TEXTE EN BLOC
14 - SLICK
15 - PAGER
*/

/* white : Blanc */
.white *,
.white {
  color: var(--white) !important;
}
.bg-white {
  background-color: var(--white) !important;
}

/* black : Noir */
.black *,
.black {
  color: var(--black) !important;
}
.bg-black {
  background-color: var(--black) !important;
}
/* colorprimary : colorprimary*/
.colorprimary,
.colorprimary * {
  color: #007aaa;
  color: var(--colorprimary) !important;
}
.bg-colorprimary {
  background-color: #007aaa;
  background-color: var(--colorprimary) !important;
}
/* colorsecondary : Gris clair*/
.colorsecondary,
.colorsecondary * {
  color: #ededed;
  color: var(--colorsecondary) !important;
}
.bg-colorsecondary {
  background-color: #ededed;
  background-color: var(--colorsecondary) !important;
}

/* ----------
01 - SPRITE
-------------*/
.blocInfo-description ul li a::after,
.ico,
[class*="ico-"] {
  background-image: url("../img/charte/theme-sprite.svg");
  background-repeat: no-repeat;
  background-size: 400px auto;
  width: 40px;
  min-width: 40px;
  height: 40px;
  display: block;
}

/* Réassurance */
[class*="ico-rea-"] {
  width: 80px;
  min-width: 80px;
  height: 100px;
}
.ico-rea-france {
  background-position: 0 -80px;
}
.ico-rea-test {
  background-position: -80px -80px;
}
.ico-rea-payment {
  background-position: -160px -80px;
}
.ico-rea-delivery {
  background-position: -240px -80px;
}

.ico-download {
  background-position: -160px -40px;
}

span.ico.file {
  background-color: #000;
  border-radius: 50%;
}
span.ico.file.download {
  background-position: -40px -120px;
}
  span.ico.file.download:hover {
    background-position: -40px -160px;
  }
span.ico.file.view {
  background-position: 0 -120px;
}
  span.ico.file.view:hover {
    background-position: 0 -160px;
  }
/* Ecommerce */
.ico-cart {
  background-position: 0 0;
  -webkit-transition: background-color 0.2s ease-in-out,
    border-radius 0.1s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out,
    border-radius 0.1s ease-in-out;
  transition: background-color 0.2s ease-in-out, border-radius 0.1s ease-in-out;
}
.ico-cart:hover {
  background-position: 0 -40px;
  background-color: var(--white);
  border-radius: 50%;
}
.ico-account {
  background-position: -40px 0;
  -webkit-transition: background-color 0.2s ease-in-out,
    border-radius 0.1s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out,
    border-radius 0.1s ease-in-out;
  transition: background-color 0.2s ease-in-out, border-radius 0.1s ease-in-out;
}
.ico-account:hover {
  background-position: -40px -40px;
  background-color: var(--white);
  border-radius: 50%;
}

.ico-perso {
  width: 26px;
  min-width: 26px;
  height: 26px;
  background-position: -88px -8px;
}
.ico-delivery {
  background-position: -80px -40px;
}
.ico-stock {
  background-position: -120px 0;
}
.ico-pack {
  background-position: -120px -40px;
}
.ico-pme {
  width: 60px;
  min-width: 60px;
  height: 60px;
  background-position: -120px -180px;
}

.fabfr {
  background-image: url("../img/charte/fab-fr.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  height: 10px;
}

.pictoFiltration {
  border-radius: 50%;
  background-color: var(--white);
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100px;
  min-width: 100px;
  height: 100px;
  left: 50%;
  top: -50px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 99;
}
.productList .pictoFiltration {
  position: absolute;
  width: 100px;
  min-width: 100px;
  height: 100px;
  left: 50%;
  top: -30px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 99;
}

/* Réseaux sociaux */
.ico-facebook {
  background-position: -5px -260px;
  width: 40px;
  min-width: 40px;
  height: 40px;
}
.ico-linkedin {
  background-position: -45px -260px;
  width: 40px;
  min-width: 40px;
  height: 40px;
}
.ico-instagram {
  background-position: -85px -260px;
  width: 40px;
  min-width: 40px;
  height: 40px;
}
.ico-twitter {
  background-position: -125px -260px;
  width: 40px;
  min-width: 40px;
  height: 40px;
}
.ico-pinterest {
  background-position: -165px -260px;
  width: 40px;
  min-width: 40px;
  height: 40px;
}

/* ------
03 - TITRES
---------*/
h1,
h2,
h3,
h4,
h5,
h6,
.like-h1,
.like-h2,
.like-h3,
.like-h4,
.like-h5,
.like-h6 {
  line-height: 1;
  margin: 0 0 10px 0;
  color: var(--black);
  font-family: "Poppins", sans-serif;
  font-weight: 800;
}
.headerPage h1 {
  margin-top: 0.5em;
}
h1,
.like-h1 {
  font-size: 2.6rem;
  font-family: "DuraraPlayfulRegular";
}
h1 span.subtitle {
  display: block;
  font-size: 2rem;
  margin-top: 0.5em;
}
h2,
.like-h2 {
  font-size: 2.2rem;
}
h2 big {
  font-size: 3rem;
}
h3,
.like-h3 {
  font-size: 1.9rem;
}
h4,
.like-h4 {
  font-size: 1.8rem;
}

h5,
.like-h5 {
  font-size: 1.8rem;
}
h6,
.like-h6 {
  font-size: 1.6rem;
}

@media (min-width: 1024px) {
  h1,
  .like-h1 {
    font-size: 4rem;
  }
  h1 span.subtitle {
    display: block;
    font-size: 3rem;
  }
  h2,
  .like-h2 {
    font-size: 3.2rem;
  }
  h2 big {
    font-size: 4rem;
  }
  h3,
  .like-h3 {
    font-size: 2.5rem;
  }
  h4,
  .like-h4 {
    font-size: 2rem;
  }
}

.lh1 {
  line-height: 1;
}

.lh-120 {
  line-height: 120%;
}

/* ------------
04 - LIENS
--------------*/
a,
a:link,
a:visited {
  color: var(--black);
  text-decoration: none;
}
a:hover,
a:active {
  color: #000;
}

/* ------------
05 - BOUTONS
--------------*/

.gform_button,
.woocommerce #page #respond input#submit.alt,
.woocommerce #page a.button.alt,
.woocommerce #page button.button.alt,
.woocommerce #page input.button.alt,
.edit,
.theme-mediapilote.woocommerce a.button.alt,
.single_add_to_cart_button,
.btn,
[class*="btn-"] {
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 40px !important;
  border-radius: 50px;
  margin: 10px 0;
  border-radius: 50px;
  border: none;
  line-height: 1;
  text-decoration: none !important;
}
/* Bouton1 */
.gform_button,
.woocommerce #page #respond input#submit.alt,
.woocommerce #page a.button.alt,
.woocommerce #page button.button.alt,
.woocommerce #page input.button.alt,
.edit,
.theme-mediapilote.woocommerce a.button.alt,
.single_add_to_cart_button,
.btn-1 {
  opacity: 1;
  background-color: var(--colorprimary);
  color: var(--black) !important;
  transition: 0.2s ease-in-out;

  border-radius: 50px !important;
  justify-content: center;
  text-align: center;
}
.btn-1.big {
  font-size: 1.6rem;
}
.gform_button:hover,
.woocommerce #page #respond input#submit.alt:hover,
.woocommerce #page a.button.alt:hover,
.woocommerce #page button.button.alt:hover,
.woocommerce #page input.button.alt:hover,
.edit:hover,
.theme-mediapilote.woocommerce a.button.alt:hover,
.single_add_to_cart_button:hover,
.btn-1:hover {
  background-color: var(--white);
  color: var(--colorprimary) !important;
  transform: scale(1.05);
}
/* Bouton2 */
.btn-2 {
  color: var(--white) !important;
  background-color: var(--black);
  border: 1px solid var(--black);
}
.btn-2:hover {
  color: var(--colorprimary) !important;
  background-color: var(--white);
}

/* Bouton3 */
.btn-3 {
  color: var(--white) !important;
  background-color: var(--black);
  border: 2px solid white;
}
.btn-3:hover {
  color: var(--black) !important;
  background-color: var(--white);
}

.linkText {
  color: var(--colorprimary) !important;
  font-family: "Poppins";
  font-size: 700;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.linkText:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

/* ------------
06 - CONTENU WYSIWYG
--------------*/
p {
  margin: 0 0 20px 0;
}
b,
strong {
  font-weight: 700;
}
em {
  font-style: italic;
}
em strong,
strong em {
  font-weight: 700;
  font-style: italic;
}
u {
  text-decoration: underline;
}
strike {
  text-decoration: line-through;
}
address {
  color: #007aaa;
}
pre {
  background: #ccc;
  border: 1px solid #007aaa;
  font-family: Courier, MS Courier New, Prestige, Everson Mono;
  font-size: 1.1em;
  margin: 20px auto;
  overflow: auto;
  padding: 5%;
  width: 80%;
}
code {
  background: #007aaa;
  color: #fff;
  font-family: Courier, MS Courier New, Prestige, Everson Mono;
  font-size: 1.1em;
  padding: 2px;
}
cite {
  color: #000;
  font-family: Arial, sans-serif;
  font-size: 1.1em;
  padding: 0 3px 0 3px;
}
p.text-intro {
  font-size: 1.7rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: var(--colorprimary);
}
acronym {
  border-bottom: 1px dashed #007aaa;
  cursor: help;
}
q {
  color: #007aaa;
  font-style: italic;
}
q:after {
  content: " ' Source: " attr(cite) " ";
  font-size: 1em;
}

ul {
  margin: 5px 0 20px 15px;
}
ul.noMargin {
  margin: 0;
}
ul li {
  list-style: none;
  padding: 0 0 0 15px;
  position: relative;
}
ul li.noPadding {
  padding: 0;
}

#wrapperInner ul li::before {
  display: block;
  content: "";
  width: 7px;
  height: 7px;
  background-color: var(--colorprimary);
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: 0;
}

ul li.noBefore::before {
  display: none;
}

ol {
  counter-reset: numList;
  margin: 5px 0 5px 15px;
}
#wrapperInner ol li {
  display: flex;
  list-style-type: none;
}
#wrapperInner ol li::before {
  counter-increment: numList;
  content: "0" counter(numList);
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  margin: 0 15px 0 0;
  font-size: 2rem;
}

hr {
  border-bottom: 2px ridge #666;
  border: 0;
}
.separator {
  clear: both;
  visibility: hidden;
  margin: 5px 0 5px 0;
}
dl {
  margin: 10px 5px;
}
dt {
  color: var(--black);
  font-size: 1.1em;
  font-weight: bold;
}
dd {
  font-style: normal;
  margin: 0;
  padding: 0;
  text-indent: 10px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #ccc;
  margin: auto;
  width: 100%;
  margin-bottom: 15px;
}
table caption {
  color: #ccc;
  font-size: 14px;
  font-weight: bold;
  margin: 5px 0;
  text-align: left;
}
th {
  color: #fff;
  border: 1px solid #ccc;
  color: #666;
  font-size: 14px;
  font-weight: bold;
  padding: 2px;
}
td {
  border: 1px solid #ccc;
  padding: 2px;
}
td img {
  padding: 3px;
}

#wrapperInner p a,
#wrapperInner ul li a {
  color: var(--colorprimary);
  text-decoration: underline;
}

/* ------------------------
08 - MENU SCROLL UP
--------------------------*/
.scrollUp {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
  -webkit-transition: top 0.2s ease-in-out;
  -o-transition: top 0.2s ease-in-out;
  transition: top 0.2s ease-in-out;
}
.scrollUp.nav-up {
  -webkit-transition: top 0.2s ease-in-out;
  -o-transition: top 0.2s ease-in-out;
  transition: top 0.2s ease-in-out;
}

/* ------------------------
09 - POPUP ACTUALITE
--------------------------*/
.popup-wrap {
  background: rgba(0, 0, 0, 0.7);
  bottom: 0;
  left: 0;
  padding: 15% 30%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99;
}
.box-simple-popup {
  background: #fff;
  position: relative;
}
.box-simple-popup .box-titre {
  background: #46a1bf;
  color: #fff;
  padding: 15px 30px;
}

.box-simple-popup .popup-btn-close {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAMAAAC5zwKfAAAAkFBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADDIYgjAAAAL3RSTlMAFS3T6/HlN8nbDhskQvb6Cga+smmlA1tOAZeSi3jtuM/Eg10pHhBiVD443alvI7Ki/2AAAAHWSURBVFjDpdfZbuJAEEbhH0JM2GKzZAJjsy9ZZun3f7vpJGJKiJJKOZzLrvZ3YbXUtnLj0bLZ7Qe6ofasaWZtfTUq0kdlMxZsMEmfbY/KzdO5dSXUsDgLxTHrj+l/k4p657ZSkywkHrJnjdRLt4ntzgVQq0xYNM9aZxCL5llT3SUsmmc12iUsmme969RxROxNJb2VV8vbPvR6J+Xmj1eDhz7zBvps5InQC0TgQbG7cj0sdu8DLxJj764lATHwgBh4QAy8WDwhz0RnM/CsN2878IIHwjEW3/0hEINXjET/EOQBFINjCkTu+WLP924QoWci87hoHr3EuWci8KBoHhdjj4uTSrj2yvV48zIFFzDwQpF7JnLPrxhSD4jAM5F7t4vPrsfF50AzEXvrwhO5Nx0PXZF7ki9yLxCB54sH7vlip8293N+eIwLPGnxP3PseFmeBF4qx9zt7TPS9px8SEAMPibEXi8CLRO75Ypd7vnjfBZ7VunPEwIPi3veQuBpKx9L1oLhZqL5a/Jk9LM7168pbSFys5XpcXKv0PC5OtfE8Lu609DwutlUV0DNxY8LTxZd+vRCq/3D5BzOcpI+KF9Gquky5sq701eFl+Wc01g21XpfL15Zy/wAQgcwfcwB9iQAAAABJRU5ErkJggg==")
    no-repeat 0 0 / 40px 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  right: -20px;
  top: -20px;
  width: 40px;
}
.box-simple-popup .popup-btn-close span {
  display: none;
}

/* ----------
10 - MENU HAMBURGERS
-------------*/
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  background-color: transparent;
  color: inherit;
  border: 0;
  cursor: pointer;
  display: inline-block;
  font: inherit;
  margin: 0;
  overflow: visible;
  padding: 5px 15px 0;
  text-transform: none;

  -webkit-transition-property: opacity, -webkit-filter;

  transition-property: opacity, -webkit-filter;

  -o-transition-property: opacity, filter;

  transition-property: opacity, filter;

  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}
.hamburger:hover,
.hamburger:focus {
  opacity: 0.7;
}

.hamburger-box {
  display: inline-block;
  height: 24px;
  position: relative;
  width: 40px;
}

.hamburger-inner {
  display: block;
  margin-top: -2px;
  top: 50%;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  background-color: #00b4cd;
  border-radius: 4px;
  height: 4px;
  position: absolute;
  width: 40px;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}

/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
  -o-transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
  transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.34s ease-in,
    -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.34s ease-in,
    -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: bottom 0.1s 0.34s ease-in,
    transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.34s ease-in,
    transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.34s ease-in,
    transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19),
    -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  -webkit-transition-delay: 0.14s;
  -o-transition-delay: 0.14s;
  transition-delay: 0.14s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
  -o-transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: bottom 0.1s ease-out,
    -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out,
    -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: bottom 0.1s ease-out,
    transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out,
    transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out,
    transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1),
    -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* ----------
11 - ICONES SOCIALES
-------------*/
.jssocials-share {
}
.jssocials-share-email {
}
.jssocials-share-twitter {
}
.jssocials-share-facebook {
}
.jssocials-share-googleplus {
}
.jssocials-share a {
}
.jssocials-share .jssocials-share-logo {
  background-image: url("/images/charte/sprite-partages-rs.png");
  background-repeat: no-repeat;
  background-size: 130px auto;
  display: block;
  height: 33px;
  width: 33px;
}
.jssocials-share .jssocials-share-label {
  display: none;
}

.jssocials-share-email .jssocials-share-logo {
  background-position: 0 0;
}
.jssocials-share-email:hover .jssocials-share-logo,
.jssocials-share-email:focus .jssocials-share-logo {
  /*background-position: 0 -34px*/
  opacity: 0.7;
}

.jssocials-share-twitter .jssocials-share-logo {
  background-position: -32px 0;
}
.jssocials-share-twitter:hover .jssocials-share-logo,
.jssocials-share-twitter:focus .jssocials-share-logo {
  /*background-position: -32px -34px*/
  opacity: 0.7;
}

.jssocials-share-facebook .jssocials-share-logo {
  background-position: -64px 0;
}
.jssocials-share-facebook:hover .jssocials-share-logo,
.jssocials-share-facebook:focus .jssocials-share-logo {
  /*background-position: -64px -34px*/
  opacity: 0.7;
}

.jssocials-share-googleplus .jssocials-share-logo {
  background-position: -97px 0;
}
.jssocials-share-googleplus:hover .jssocials-share-logo,
.jssocials-share-googleplus:focus .jssocials-share-logo {
  /*background-position: -97px -34px*/
  opacity: 0.7;
}

/**
* alert
*/
.alert {
  background: green;
  color: #fff;
  padding: 10px;

  width: 100%;
  text-align: center;
}

.alert.alert-error {
  background: rgb(194, 24, 12);
}

/* 12 - CLASS GENERIQUES */

/* Position */

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

/* Border radius */

.br10 {
  border-radius: 10px;
}

/* Box shadow */

.box-shadow {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.18);
}

/* MEDIA // Cover */

.cover {
  overflow: hidden;
}

.cover img {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
  height: 100%;
  width: 100%;
}

/* 13 - PAGE TEXTE EN BLOC */

.templatePageTextBloc > div:not(:last-child) {
  margin-bottom: 50px;
}

/* Bloc introduction */

.bloc-introduction {
  padding: 0 15%;
  text-align: center;
  font-weight: 700;
  font-size: 1.7rem;
  font-family: "Poppins", sans-serif;
}
.bloc-introduction p {
  font-size: 2rem;
}

/* Bloc texte et image */

.bloc-texte-image .slider-page.w100 .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bloc-texte-image .slider-page.w100.high {
  margin: 0 0 30px 0;
}
.bloc-texte-image .slider-page.w100.low {
  margin: 30px 0 0 0;
}

/* Galerie image */

.galerie-image {
  margin: 0 -10px 50px -10px !important;
}
.galerie-image .item {
  margin: 0 10px 20px 10px;
  background-color: var(--black);
}
.galerie-image .item img {
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}
.galerie-image .item:hover img {
  opacity: 0.5;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

/* Diaporama */

.slider-page .image-diapo {
  height: 500px;
}

/* Glissière */
.glissiere-item {
  padding: 12px 10px 12px 35px;
  margin: 0 0 15px 0;
  position: relative;
  background-color: var(--colorprimary);
}
.glissiere-item::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-right: 10px;
  border-style: solid;
  border-width: 9px 0 9px 9px;
  border-color: transparent transparent transparent var(--white);
}
.glissiere-item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 26px;
  height: 26px;
  background-image: url(../img/charte/masques-sprite.svg);
  background-repeat: no-repeat;
  background-size: 400px auto;
  background-position: -227px -7px;
  -webkit-transition: -webkit-transform 0.2s top 0.2s;
  transition: -webkit-transform 0.2s top 0.2s;
  -o-transition: transform 0.2s top 0.2s;
  transition: transform 0.2s top 0.2s;
  transition: transform 0.2s top 0.2s, -webkit-transform 0.2s top 0.2s;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.glissiere-item.active::before {
  top: 18px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.glissiere-item.active::after {
  top: 16px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.glissiere-item .contenu {
  display: none;
  padding-top: 12px;
  color: var(--white);
}
.glissiere-item .titre {
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  cursor: pointer;
  padding: 0 40px 0 0;
  color: var(--white);
}
.glissiere-item div.contenu a:not(.btn-2) {
  color: var(--black) !important;
}
.glissiere-item div.contenu a.btn-1 {
  border: 1px solid;
  background: white;
}
.glissiere-item div.contenu a.btn-1:hover {
  border: 1px solid;
  color: white !important;
  background: var(--black);
}
.glissiere-item div.contenu a.btn-2 {
  color: white;
}
.glissiere-item div.contenu a.btn-2:hover {
  color: var(--black) !important;
}
/* Téléchargement fichier */

.fileDownload-item .title {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  color: var(--colorprimary);
  margin: 0;
}
.fileDownload-item .vignette {
  width: 180px;
  margin: 0 10px 0 0;
}
.fileDownload-item .link a {
  margin: 0 0 0 5px;
}
.fileDownload-item .link a [class*="ico"] {
  background-color: transparent;
}

/* Vignette page */

.blocVignettesCarrefours-itemContent {
  overflow: hidden;
}

/* .blocVignettesCarrefours-item:nth-child(3n+2) {
    margin: 0 40px 30px 40px;
} */
.blocVignettesCarrefours-item .image {
  background-color: #000;
}
.blocVignettesCarrefours-item .image img {
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.blocVignettesCarrefours-item .image:hover img {
  opacity: 0.5;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

/* 14 - SLICK */
button.slick-arrow {
  border: transparent;
  position: absolute;
  bottom: 0;
  right: 0;
  text-indent: -5000px;
  overflow: hidden;
  width: 40px;
  height: 40px;
  background-color: transparent;
  background-image: url(../img/charte/masques-sprite.svg);
  background-repeat: no-repeat;
  background-size: 400px auto;
  outline: transparent;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-position: -180px -0px;
}
button.slick-arrow.slick-prev {
  left: -40px;
}
button.slick-arrow.slick-next {
  right: -40px;
  -webkit-transform: rotate(-180deg) translateY(50%);
  -ms-transform: rotate(-180deg) translateY(50%);
  transform: rotate(-180deg) translateY(50%);
}

/* .sliderArrows div.slick-list{
	overflow: visible;
} */
.sliderArrows button.slick-arrow {
  top: 0;
}
.sliderArrows button.slick-arrow.slick-prev {
  left: calc(50% - 40px);
}
.sliderArrows button.slick-arrow.slick-next {
  right: calc(50% - 40px);
}

/* -------------------------------
FORMULAIRE
-------------------------------- */
#page .gform_footer,
#page .gform_fields {
  margin: 0 auto !important;
  max-width: 800px;
}

#page .gform_fields li::before {
  display: none;
}
#page .gform_fields li {
  padding: 0;
}

/* ----------
15 - PAGER
-------------*/
.pages {
  margin: 5rem 0 0 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.pages li::before {
  display: none;
}
#wrapperInner .pages li {
  list-style: none;
}

#wrapperInner .pages li .page-number.current {
  background-color: var(--black);
}
#wrapperInner .pages li .prev,
#wrapperInner .pages li .next,
#wrapperInner .pages li .page-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 40px;
  height: 40px;
  background-color: var(--colorprimary);
  color: var(--white);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}
