@charset "utf-8";
/* CSS Document */
/*Largeur colonne*/
/*Largeur pour faire apparaitre le mini-menu*/
/*Couleur de texte*/
/*Couleur de base*/
/*line-height de base*/
/*Largeur du menu qui slide*/
/*Séparation entre les blocs du site*/
/* Polices */
/*Couleur et erreur & confirmation*/
/* Contenant */
/*Couleur de fond des boites*/
/* Pagination */
/* Article */
/* Fiche couleur prix */
/* Input */
/* Overlay */
/* Couleur Email */
/* Couleur 404 */
/* Plan du site */
/* Couleur qui casse avec le reste pour mettre en valeur le contenu */
/* Couleur des erreurs */
/* Bordure article */
/* Couleur btn sociaux */
/*---------------------*/
/* Animation CSS CUSTOM*/
/*---------------------*/
/*FadeIn*/
/*FadeInUp*/
/*FadeInDown*/
/*fadeInLeft*/
/*fadeInRight*/
/* CSS Document */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  outline: none;
  text-decoration: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
img {
  display: block;
}
img {
  max-width: 100%;
  color: #ffffff;
  height: auto;
}
html,
body {
  height: 100%;
}
body {
  background-color: #ffffff;
}
/**********************/
/** POLICES  **********/
/**********************/
body {
  font-family: "Raleway", Helvetica, sans-serif;
  color: #404041;
  font-weight: 400;
  overflow-x: hidden;
}
/* Medias Queries */
@media screen and (min-width: 835px) {
  body {
    font-size: 1em;
  }
}
@media screen and (max-width: 834px) {
  body {
    font-size: 0.8em;
  }
}
/**********************/
/** MULTIMENU	  *****/
/**********************/
body {
  position: relative;
  right: 0px;
  -webkit-transition: right 300ms ease-in-out;
  -moz-transition: right 300ms ease-in-out;
  -ms-transition: right 300ms ease-in-out;
  -o-transition: right 300ms ease-in-out;
}
body .teinte_dec {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  position: fixed;
  -webkit-transition: opacity 100ms ease-in-out;
  -moz-transition: opacity 100ms ease-in-out;
  -ms-transition: opacity 100ms ease-in-out;
  -o-transition: opacity 100ms ease-in-out;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
body.decalage {
  right: 320px;
}
body.decalage .teinte_dec {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  background: rgba(255, 255, 255, 0.8);
  z-index: 999;
}
html.gt_wait_translated body {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in 0.2s;
  transition: opacity 0.2s ease-in 0.2s;
}
html.gt_wait_translated.gt_translated body {
  opacity: 1;
}
/**********************/
/** LOADER*****/
/**********************/
.ajax-loader {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  z-index: 9999;
}
.ajax-loader > div {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  border: 5px solid #ec008c;
  /* Rose */
  border-top: 5px solid transparent;
  border-radius: 50%;
  -webkit-animation: spin 1.5s linear infinite;
          animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/**********************/
/** BLOCS ERREUR  *****/
/**********************/
.erreur_no_element .titre {
  font-weight: bold;
  font-size: 1.2em;
}
.erreur_no_element .texte {
  color: #404041;
}
/*******************************/
/** BLOCS TEXTE EDITABLE  ******/
/*******************************/
.texte_editable {
  line-height: 1.7;
  font-weight: 400;
}
.texte_editable strong {
  font-weight: bold;
}
.texte_editable a {
  color: #ec008c;
}
.texte_editable img {
  display: inline;
  max-width: 100%;
  vertical-align: middle;
  /*width:auto;height:auto*/
}
.texte_editable td,
.texte_editable th {
  vertical-align: middle;
}
/*******************************/
/** BLOCS TITRE  		  ******/
/*******************************/
.block_titre {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  max-width: 700px;
}
.block_titre .titre {
  color: #ec008c;
  font-family: "black_jackregular", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.6em;
}
.block_titre .ss_titre {
  color: #404041;
  font-family: "ubunturegular", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 1.4em;
}
/*******************************/
/** BLOCS ENCART COMMANDE ******/
/*******************************/
.encart_commande {
  color: #f9b2dc;
  line-height: 1.7;
  padding: 20px;
  background: url(../../../template/imgs/motif_rose_rosef.jpg);
  -webkit-box-shadow: 0px 3px 20px -7px rgba(0, 0, 0, 0.45);
  box-shadow: 0px 3px 20px -7px rgba(0, 0, 0, 0.45);
  border-radius: 20px;
  background-clip: padding-box;
  margin-bottom: 40px;
  text-align: center;
  font-weight: bold;
}
.encart_commande a {
  color: #FFF;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: opacity ease 0.3s;
  -moz-transition: opacity ease 0.3s;
  -ms-transition: opacity ease 0.3s;
  -o-transition: opacity ease 0.3s;
}
.encart_commande a:hover {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.encart_commande span {
  font-family: "ubunturegular", Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #FFF;
}
/**********************/
/** BOUTON HAUT  ******/
/**********************/
@media screen and (min-width: 1200px) {
  .retour_haut {
    display: none;
    position: fixed;
    width: 50px;
    height: 50px;
    line-height: 50px;
    bottom: 20px;
    right: 20px;
    background: #404041;
    color: #FFF;
    font-size: 1.5em;
    text-align: center;
    border-radius: 10px;
    background-clip: padding-box;
    z-index: 9;
  }
  .retour_haut:hover {
    cursor: pointer;
  }
}
@media screen and (max-width: 1200px) {
  .retour_haut {
    display: none !important;
  }
  .retour_haut div {
    display: none !important;
  }
}
/*******************************/
/** TITRE DU SITE		  ******/
/*******************************/
.titre_travers {
  color: #FFF;
  padding: 0px 10px;
  height: 40px;
  line-height: 45px;
  font-family: "ubunturegular", Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 1.4em;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 420px) {
  .titre_travers {
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    margin-left: -30px;
    width: 200px;
  }
}
.titre_travers h2 {
  font-weight: 300;
}
.titre_travers_secondaire {
  background-color: #ec008c;
}
.titre_travers_primaire {
  background-color: #404041;
}
.titre_travers_tertiaire {
  background-color: #f4f4f4;
}
/*******************************/
/** MODAL				  ******/
/*******************************/
.modal-700 {
  width: 100%;
  max-width: 700px;
}
/*******************************/
/** HR					  ******/
/*******************************/
.hr-gris {
  background-color: #ffffff;
  width: 100%;
  height: 1px;
  clear: both;
}
/*******************************/
/** GLOBAL FORM			  ******/
/*******************************/
/*******************************/
/** BLOCS PARTAGE		  ******/
/*******************************/
.boutons_partage a {
  background: #ededed;
  border-radius: 40px;
  background-clip: padding-box;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  margin-right: 10px;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
}
@media screen and (max-width: 420px) {
  .boutons_partage a {
    margin-bottom: 10px;
  }
}
.boutons_partage a.bouton_facebook {
  color: #3b5998;
}
.boutons_partage a.bouton_twitter {
  color: #1da1f2;
}
.boutons_partage a.bouton_google {
  color: #dc4e41;
}
.boutons_partage a.bouton_tumblr {
  color: #010101;
}
.boutons_partage a.bouton_pinterest {
  color: #bd1e24;
}
.boutons_partage a.bouton_linkedin {
  color: #006699;
}
.boutons_partage a.bouton_facebook:hover {
  background: #3b5998;
}
.boutons_partage a.bouton_twitter:hover {
  background: #1da1f2;
}
.boutons_partage a.bouton_google:hover {
  background: #dc4e41;
}
.boutons_partage a.bouton_tumblr:hover {
  background: #010101;
}
.boutons_partage a.bouton_pinterest:hover {
  background: #bd1e24;
}
.boutons_partage a.bouton_linkedin:hover {
  background: #006699;
}
.boutons_partage a:hover {
  color: #FFF;
}
.ne_pas_manquer {
  margin: 60px auto 0 auto;
}
.ne_pas_manquer .titre {
  font-weight: 500;
  font-family: "ubunturegular", Arial, Helvetica, sans-serif;
  font-size: 1.5em;
  color: #ec008c;
  padding-bottom: 20px;
  line-height: 1.7;
}
div.encarts_ne_pas_manquer_bcp {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 20px;
          column-gap: 20px;
}
@media (max-width: 600px) {
  div.encarts_ne_pas_manquer_bcp {
    grid-template-columns: 1fr;
    /* 1 colonne sur petit écran */
  }
}
div.encarts_ne_pas_manquer_bcp > div {
  margin-bottom: 20px !important;
}
div.encart_ne_pas_manquer {
  margin-bottom: 40px;
  -webkit-box-shadow: 0px 3px 20px -7px rgba(0, 0, 0, 0.45);
  box-shadow: 0px 3px 20px -7px rgba(0, 0, 0, 0.45);
  border-radius: 20px;
  background-clip: padding-box;
  overflow: hidden;
  position: relative;
}
div.encart_ne_pas_manquer .opacite {
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity ease 0.3s;
  -moz-transition: opacity ease 0.3s;
  -ms-transition: opacity ease 0.3s;
  -o-transition: opacity ease 0.3s;
}
div.encart_ne_pas_manquer img {
  z-index: 1;
  position: relative;
}
div.encart_ne_pas_manquer:hover .opacite {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.reseaux_aside {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: 40px auto 0 auto;
}
.reseaux_aside .titre {
  font-weight: 500;
  font-family: "ubunturegular", Arial, Helvetica, sans-serif;
  font-size: 1.5em;
  color: #ec008c;
  padding-top: 20px;
  line-height: 1.7;
}
.reseaux_aside .description {
  text-align: left;
  color: #404041;
  line-height: 1.7;
  padding: 10px 0px 10px 0px;
  font-size: 1em;
}
.reseaux_aside .description .liens {
  border-top: #DDD solid 1px;
  border-bottom: #DDD solid 1px;
  text-align: center;
  margin-top: 20px;
}
.reseaux_aside .description .liens a {
  margin: 5px 5px;
  display: inline-block;
  color: #ec008c;
  font-size: 2em;
}
/*******************************/
/** BULLE POPUP		      ******/
/*******************************/
.bulle_a_montrer {
  width: 100%;
  max-width: 400px;
  padding: 20px 20px 20px 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 3px 20px -7px rgba(0, 0, 0, 0.45);
  box-shadow: 0px 3px 20px -7px rgba(0, 0, 0, 0.45);
  border-radius: 20px;
  background-clip: padding-box;
  background: #FFF;
  position: fixed;
  bottom: 20px;
  left: -500px;
  z-index: 99;
  -webkit-transition: left ease 0.4s;
  -moz-transition: left ease 0.4s;
  -ms-transition: left ease 0.4s;
  -o-transition: left ease 0.4s;
}
@media screen and (max-width: 500px) {
  .bulle_a_montrer {
    display: none;
  }
}
.bulle_a_montrer > div.table {
  display: table;
}
.bulle_a_montrer > div.table > div {
  display: table-cell;
  vertical-align: middle;
}
.bulle_a_montrer > div.table > div:first-child {
  width: 120px;
}
.bulle_a_montrer > div.table > div:last-child {
  line-height: 1.7;
  font-size: 1em;
}
.bulle_a_montrer > div.table > div:last-child .titre {
  color: #ec008c;
  font-weight: bold;
}
.bulle_a_montrer > div.table > div:last-child .descr {
  font-size: 0.9em;
}
.bulle_a_montrer > div.table > div:last-child .btn {
  padding-top: 10px;
}
.bulle_a_montrer > div.table > div:last-child .btn a {
  display: inline-block;
  font-size: 0.9em;
  font-weight: bold;
  padding: 8px 20px !important;
  line-height: 1;
}
.bulle_a_montrer > div.table > div:last-child .btn a.fermer {
  color: #ec008c;
}
.bulle_a_montrer.entree {
  left: 20px;
}
/*******************************/
/** TRANSLATE WIDGET       *****/
/*******************************/
html {
  height: auto !important;
}
body {
  top: 0 !important;
  position: static !important;
}
.skiptranslate {
  display: none !important;
}
.goog-text-highlight {
  background-color: inherit;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
/***************************/
/** TEXTE EDITABLE		 **/
/***************************/
@font-face {
  font-family: 'ubunturegular';
  src: url('../../../../assets/fonts/ubuntu-regular-webfont.woff2') format('woff2'), url('../../../../assets/fonts/ubuntu-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
body {
  padding: 80px 20px;
}
body img {
  display: block;
}
body .div_gauche {
  background-image: url(../../../../../template/imgs/motif_noir_blanc.jpg);
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 1;
  height: 100%;
  width: 40%;
}
body .div_droite {
  background-image: url(../../../../../template/imgs/motif_rose_rose.jpg);
  position: fixed;
  right: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 2;
  height: 100%;
  width: 60%;
  -webkit-box-shadow: -5px 0px 10px rgba(0, 0, 0, 0.15);
  box-shadow: -5px 0px 10px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 760px) {
  body .div_droite {
    width: 100%;
  }
}
body .milieu {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
body .milieu > .entete {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 760px) {
  body .milieu > .entete {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
body .milieu > .entete .logo {
  width: 350px;
}
body .milieu > .entete .h1 {
  font-family: "ubunturegular";
  padding-left: 20px;
}
@media screen and (max-width: 760px) {
  body .milieu > .entete .h1 {
    text-align: center;
  }
}
body .milieu > .entete .h1 span:first-child {
  font-size: 60px;
  display: block;
  font-weight: bold;
}
body .milieu > .entete .h1 span:last-child {
  color: #ec008c;
  font-weight: 600;
  font-size: 30px;
}
body .milieu > .les_sorties {
  border-radius: 10px;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  background: #FFF;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
body .milieu > .les_sorties .sortie {
  padding: 10px 15px;
  border-bottom: #ffecf7 5px solid;
}
body .milieu > .les_sorties .sortie > * {
  min-width: 0;
}
@media screen and (min-width: 900px) {
  body .milieu > .les_sorties .sortie {
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    grid-template-columns: 170px 40% 200px 1fr;
  }
}
@media screen and (max-width: 899px) and (min-width: 540px) {
  body .milieu > .les_sorties .sortie {
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    grid-template-columns: 170px minmax(0, 1fr) 100px;
  }
  body .milieu > .les_sorties .sortie > .facteurs {
    display: none;
  }
}
@media screen and (max-width: 539px) {
  body .milieu > .les_sorties .sortie {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px;
  }
  body .milieu > .les_sorties .sortie > div {
    padding-bottom: 20px;
  }
  body .milieu > .les_sorties .sortie > div:last-child {
    padding-bottom: 0px;
  }
  body .milieu > .les_sorties .sortie > .facteurs {
    display: none;
  }
}
body .milieu > .les_sorties .sortie .photo {
  width: 150px;
}
body .milieu > .les_sorties .sortie .photo .nophoto {
  width: 100%;
  height: 113px;
  background: #FAFAFA;
  padding: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}
body .milieu > .les_sorties .sortie .photo img {
  width: 100%;
}
body .milieu > .les_sorties .sortie .facteurs .facteur {
  background-image: url(../../../../../template/imgs/pictos/pictos-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  float: left;
  margin-right: 10px;
}
body .milieu > .les_sorties .sortie .facteurs .facteur img {
  max-width: 60px;
}
body .milieu > .les_sorties .sortie .statut {
  text-align: center;
}
body .milieu > .les_sorties .sortie .statut > div {
  display: inline-block;
  padding: 5px 10px;
  color: #FFF;
  font-weight: 600;
  border-radius: 3px;
  background-clip: padding-box;
}
body .milieu > .les_sorties .sortie .sortie_prevue {
  font-weight: bold;
  font-family: "ubunturegular";
  font-size: 16px;
}
body .milieu > .les_sorties .sortie:last-child {
  border-bottom: none;
}
body .milieu > .les_sorties .sortie.sans_produit {
  background: #ffd3ed;
}
body .milieu > .les_sorties .sortie.sans_produit .texte div {
  color: #000;
  font-weight: bold;
  padding: 5px 20px;
  border: #000 solid 2px;
  display: inline-block;
  border-radius: 5px;
  background-clip: padding-box;
}
body .milieu .annotation {
  font-size: 16px;
  font-weight: bold;
  color: #404041;
  text-align: center;
  padding: 20px;
}
body .milieu .annotation a {
  color: #ec008c;
  cursor: pointer;
}
