@charset 'UTF-8';
/**
 * VARIABLES
 */
/*

100 : thin
200 : extra light
300 : light
400 : regular
500 : medium
600 : semi-bold
700 : bold
800 : extra bold
900 : black

*/
/* 
 *
 *
 * Ce fichier ne doit contenir QUE des mixins !!
 *
 *
 *
*/
/* List Style None. S'applique à <ul> */
/* Ne fonctionne pas avec transparent https://stackoverflow.com/a/14205976 */
/* Le parent de ce bloc doit être un simple bloc. 
 * (S'il faut centrer ce parent, le centrer avec margin 0 auto et une max-width).
 * Si besoin, aligner les hauteurs des items en js avec alignHeights.
*/
/**
 * Rotation 3D sur l'axe vertical
 */
@-webkit-keyframes rotate3D-Y {
  0% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@keyframes rotate3D-Y {
  0% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
/* Shake (ex: arrow readmore) */
@keyframes shake-vertical {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(7px);
  }
}
/* Shake (ex: arrow readmore) */
@keyframes shake-horizontal {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(7px);
  }
}
/* Slide left to right infinite */
@keyframes slide-right {
  0% {
    transform: translateX(-50px);
  }
  100% {
    transform: translateX(50px);
  }
}
/* 
 *
 *
 * Ce fichier ne doit contenir QUE des mixins !!
 *
 *
 *
*/
/* Animations sur Waypoints */
*.noscroll {
  overflow-y: scroll;
  position: fixed;
  width: 100%;
}
.wrapper_flex {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -10px;
}
.wrapper_flex > div {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 10px;
}
.notrs, .notrs * {
  -moz-transition: none !important;
  -o-transition: none !important;
  -webkit-transition: none !important;
  transition: none !important;
}
[class*="msg-"] {
  border-radius: 5px;
  padding: 20px;
}
[class*="msg-"] p {
  margin-bottom: 0;
}
.wrap_slick_slider {
  -moz-transition: opacity 0.6s ease;
  -o-transition: opacity 0.6s ease;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
  opacity: 0;
  visibility: hidden;
}
.wrap_slick_slider.slick-initialized {
  opacity: 1;
  visibility: visible;
}
.wrap_slick_slider .slick-slide, .wrap_slick_slider .wrap_slide {
  outline: none;
}
.msg-ok {
  background-color: #000000;
  color: #FFFFFF;
}
.msg-ko {
  background-color: #D11500;
  color: #FFFFFF;
}
.msg-warning {
  background-color: #FFC700;
  color: #FFFFFF;
}
.rgaa_no_animation .wpable {
  transform: none !important;
  opacity: 1 !important;
  visibility: visible !important;
}
#gmap {
  height: 100%;
}
.centered {
  margin: 0 auto;
}
.wp-block-embed {
  text-align: center;
}
@media only screen and (max-width: 479px) {
  .wp-block-embed iframe {
    height: calc(100vw / 1.77);
  }
}
.wp-block-buttons {
  margin: 30px 0;
}
.wrap_info_window .title {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.2em;
  color: #000000;
  font-weight: 500;
}
.wrap_info_window hr {
  margin: 5px 0;
}
.wrap_info_window p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2em;
  color: #000000;
  font-weight: 500;
  margin-bottom: 5px;
}
.wrap_info_window p a {
  color: #000000;
}
.wrap_info_window p a:hover, .wrap_info_window p a:focus {
  color: #000000;
  text-decoration: none;
}
a.jx-knightlab {
  display: none !important;
}
/* Sitemap / Plan du site */
.layout_page.layout_sitemap .wsp-container h2 {
  margin-bottom: 10px;
}
.layout_page.layout_sitemap .wsp-container .wsp-category-title {
  display: inline-block;
  margin-bottom: 0;
}
@media only screen and (max-width: 599px) {
  .layout_page.layout_sitemap .wsp-container .wsp-category-title {
    margin-bottom: 0;
  }
}
.layout_page.layout_sitemap .wsp-container ul {
  padding-top: 10px;
}
.layout_page.layout_sitemap .wsp-container ul ul {
  margin-bottom: 20px;
  margin-left: 27px;
}
@media only screen and (max-width: 479px) {
  .layout_page.layout_sitemap .wsp-container ul li:before {
    top: 1px;
  }
}
.layout_page.layout_sitemap .wsp-container ul li a, .layout_page.layout_sitemap .wsp-container ul li strong {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2em;
  color: #000000;
  font-weight: 600;
}
@media only screen and (max-width: 479px) {
  .layout_page.layout_sitemap .wsp-container ul li a, .layout_page.layout_sitemap .wsp-container ul li strong {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.2em;
    font-weight: 500;
  }
}
.layout_page.layout_sitemap .wsp-container ul li a:hover, .layout_page.layout_sitemap .wsp-container ul li a:focus {
  color: #000000;
}
.layout_page.layout_sitemap .wsp-container ul.children {
  margin: 5px 0 5px 27px;
  padding-top: 0;
}
.layout_page.layout_sitemap .wsp-container ul.children li {
  margin-bottom: 5px;
}
.layout_page.layout_sitemap .wsp-container ul.children > li > a {
  font-size: 0.9em;
}
.layout_page.layout_sitemap .wsp-container ul.children .children a {
  font-weight: 400;
}
.grecaptcha-badge {
  display: none !important;
}
.i_svg {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  overflow: hidden;
}
.i_svg svg {
  height: 100%;
  width: auto;
}
.i_svg.fitH svg {
  height: 100%;
  width: auto;
}
.i_svg.fitW svg {
  height: auto;
  max-height: 100%;
  width: 100%;
}
.wrap_lazy {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
::-webkit-input-placeholder {
  color: #000000;
  font-weight: 400;
}
:-moz-placeholder {
  color: #000000;
  font-weight: 400;
}
::-moz-placeholder {
  color: #000000;
  font-weight: 400;
}
:-ms-input-placeholder {
  color: #000000;
  font-weight: 400;
}
.lazy {
  background-position: center center;
  background-repeat: no-repeat;
}
div.lazy, div.lazy_type {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
}
div.lazy.bgi, div.lazy_type.bgi {
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
img.lazy {
  max-height: 100%;
  max-width: 100%;
}
/* Burger */
.wrap_burger3 {
  -moz-transition: all 0.3s ease, background-color 0.3s ease;
  -o-transition: all 0.3s ease, background-color 0.3s ease;
  -webkit-transition: all 0.3s ease, background-color 0.3s ease;
  transition: all 0.3s ease, background-color 0.3s ease;
  align-items: center;
  background-color: transparent;
  border-radius: 0;
  color: #FFFFFF;
  cursor: pointer;
  display: none;
  flex-wrap: wrap;
  height: 68px;
  justify-content: space-between;
  padding: 0;
  position: fixed;
  left: auto;
  right: 30px;
  top: 40px;
  width: 59px;
  z-index: 103;
}
@media only screen and (max-width: 1365px) {
  .wrap_burger3 {
    display: flex;
  }
}
@media only screen and (max-width: 599px) {
  .wrap_burger3 {
    right: 10px;
    top: 14px;
  }
}
.wrap_burger3 .i_svg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.wrap_burger3 .i_svg svg path {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wrap_burger3.open .i_svg svg path {
  fill: #FFFFFF !important;
}
.wrap_burger3.open #burger3 span {
  background-color: #CC3872;
}
.wrap_burger3.open #burger3 span:nth-child(1) {
  opacity: 0;
  width: 0;
}
.wrap_burger3.open #burger3 span:nth-child(2) {
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.wrap_burger3.open #burger3 span:nth-child(3) {
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.wrap_burger3.open #burger3 span:nth-child(4) {
  opacity: 0;
  width: 0;
}
.wrap_burger3 .label_burger {
  color: inherit;
  display: none;
  font-size: 15px;
  font-weight: 300;
  margin: 0;
  text-align: center;
  width: 100%;
}
.wrap_burger3 #burger3 {
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #FFFFFF;
  height: 27px;
  margin: 0 auto;
  position: relative;
  top: 5px;
  width: 40px;
}
.wrap_burger3 #burger3 span {
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #FFFFFF;
  border-radius: 3px;
  display: block;
  height: 1px;
  left: 0;
  margin: 0 auto;
  opacity: 1;
  position: absolute;
  right: 0;
  width: 22px;
}
.wrap_burger3 #burger3 span:nth-child(1) {
  top: 0px;
}
.wrap_burger3 #burger3 span:nth-child(2), .wrap_burger3 #burger3 span:nth-child(3) {
  top: 8px;
}
.wrap_burger3 #burger3 span:nth-child(4) {
  top: 16px;
}
.wrap_burger3 #burger3.scroll {
  top: 27px;
}
.wrap_burger3 #burger3 i {
  position: relative;
  padding: 10px 0 10px 53px;
  top: 1px;
}
@media only screen and (max-width: 767px) {
  .wrap_burger3 #burger3 .txt_burger svg {
    display: none;
  }
}
/* Tout type de formulaire */
.input_type, input[type="text"], input[type="search"], input[type="email"], input[type="tel"], input[type="password"], input[type="number"], select, textarea {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.2em;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #FFFFFF;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  box-shadow: none;
  color: #000000;
  font-weight: 500;
  height: 60px;
  margin-bottom: 0;
  outline: none;
  padding: 0 15px;
  position: relative;
  width: 100%;
  -webkit-appearance: none;
}
.input_type::-webkit-autofill, input[type="text"]::-webkit-autofill, input[type="search"]::-webkit-autofill, input[type="email"]::-webkit-autofill, input[type="tel"]::-webkit-autofill, input[type="password"]::-webkit-autofill, input[type="number"]::-webkit-autofill, select::-webkit-autofill, textarea::-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #FFFFFF inset !important;
  -webkit-text-fill-color: #000000 !important;
}
.input_type:-webkit-autofill, input[type="text"]:-webkit-autofill, input[type="search"]:-webkit-autofill, input[type="email"]:-webkit-autofill, input[type="tel"]:-webkit-autofill, input[type="password"]:-webkit-autofill, input[type="number"]:-webkit-autofill, select:-webkit-autofill, textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #FFFFFF inset !important;
  -webkit-text-fill-color: #000000 !important;
}
.input_type::-webkit-autofill:focus, input[type="text"]::-webkit-autofill:focus, input[type="search"]::-webkit-autofill:focus, input[type="email"]::-webkit-autofill:focus, input[type="tel"]::-webkit-autofill:focus, input[type="password"]::-webkit-autofill:focus, input[type="number"]::-webkit-autofill:focus, select::-webkit-autofill:focus, textarea::-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 30px #FFFFFF inset !important;
  -webkit-text-fill-color: #000000 !important;
}
.input_type:-webkit-autofill:active, input[type="text"]:-webkit-autofill:active, input[type="search"]:-webkit-autofill:active, input[type="email"]:-webkit-autofill:active, input[type="tel"]:-webkit-autofill:active, input[type="password"]:-webkit-autofill:active, input[type="number"]:-webkit-autofill:active, select:-webkit-autofill:active, textarea:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #FFFFFF inset !important;
  -webkit-text-fill-color: #000000 !important;
}
@media only screen and (max-width: 991px) {
  .input_type, input[type="text"], input[type="search"], input[type="email"], input[type="tel"], input[type="password"], input[type="number"], select, textarea {
    width: 100%;
  }
}
@media only screen and (max-width: 599px) {
  .input_type, input[type="text"], input[type="search"], input[type="email"], input[type="tel"], input[type="password"], input[type="number"], select, textarea {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.2em;
    height: 40px;
    padding: 0 7px;
  }
}
.input_type:-internal-autofill-selected, input[type="text"]:-internal-autofill-selected, input[type="search"]:-internal-autofill-selected, input[type="email"]:-internal-autofill-selected, input[type="tel"]:-internal-autofill-selected, input[type="password"]:-internal-autofill-selected, input[type="number"]:-internal-autofill-selected, select:-internal-autofill-selected, textarea:-internal-autofill-selected {
  color: #000000 !important;
}
input[type="checkbox"], input[type="radio"] {
  margin: 0 6px 0 0;
}
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
  position: relative;
  margin: 0 6px 0 0;
}
input[type="file"] {
  background-color: transparent;
  border: none;
  border-radius: 0 !important;
  font-size: 14px;
  font-weight: 400;
  height: auto;
  line-height: normal;
  margin-bottom: 10px;
  outline: none;
  padding: 0;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  input[type="file"] {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  input[type="file"] {
    font-size: 12px;
  }
}
select {
  background-image: url(../images/svg/input-select-arrow.svg);
  background-position: 100% center;
  background-repeat: no-repeat;
  background-size: 27px auto;
}
textarea {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.2em;
  border-radius: 0;
  display: block;
  min-height: 200px;
  padding: 15px;
}
@media only screen and (max-width: 599px) {
  textarea {
    padding: 15px 7px;
  }
}
/* Formulaires CF7 */
.wpcf7 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.2em;
  margin: 50px 0;
  padding: 0;
  position: relative;
  /* Classes custom englobant les champs CF7 pour styliser la largeur des blocs */
  /* Classe custom englobant les champs CF7 de type checkbox ou radio */
  /* Stylisation du multistep du plugin Contact Form 7 Conditional Fields Pro (Plugin by Jules Colle) */
  /* Stylisation du sommaire du plugin Contact Form 7 Conditional Fields Pro (Plugin by Jules Colle) */
  /* Stylisation de la logique conditionnelle du plugin Contact Form 7 Conditional Fields Pro (Plugin by Jules Colle) */
  /* Stylisation des repeaters du plugin Contact Form 7 Conditional Fields Pro (Plugin by Jules Colle) */
}
@media only screen and (max-width: 1199px) {
  .wpcf7 {
    margin: 30px 0;
  }
}
.wpcf7 .wpcf7-form {
  background-color: transparent;
  margin: 0 auto 30px;
  max-width: 900px;
  width: 100%;
}
@media only screen and (max-width: 599px) {
  .wpcf7 .wpcf7-form {
    min-width: 0;
    width: 100%;
  }
}
.wpcf7 .wpcf7-form h2 {
  margin-top: 30px;
}
.wpcf7 .wpcf7-form h2:first-of-type {
  margin-top: 0;
}
@media only screen and (max-width: 479px) {
  .wpcf7 .wpcf7-form h2 {
    text-align: center;
  }
}
.wpcf7 .wpcf7-form h3 {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.2em;
  color: #000000;
  font-weight: 700;
  margin: 0 0 10px;
}
.wpcf7 .wpcf7-form .codedropz-upload-inner h3 {
  font-weight: 600;
  margin: 0;
  white-space: normal;
}
.wpcf7 .wpcf7-form .btn_terms_of_use {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2em;
  color: #000000;
  font-weight: 500;
}
.wpcf7 .wpcf7-form .btn_terms_of_use:hover, .wpcf7 .wpcf7-form .btn_terms_of_use:focus {
  color: #000000;
  text-decoration: none;
}
.wpcf7 .wpcf7-form textarea {
  border-radius: 0;
}
.wpcf7 .wpcf7-form textarea + .wpcf7-not-valid-tip {
  bottom: 5px;
  left: 10px;
}
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 15px;
  padding-bottom: 0;
}
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap.rgpd {
  margin-bottom: 0;
  padding-bottom: 0;
}
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap.consent {
  margin-top: 10px;
  padding-bottom: 0;
}
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap.consent label {
  margin-bottom: 0;
}
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap.cv, .wpcf7 .wpcf7-form .wpcf7-form-control-wrap.lm {
  margin-bottom: 0;
  padding-bottom: 0;
}
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap.cv .wpcf7-not-valid-tip, .wpcf7 .wpcf7-form .wpcf7-form-control-wrap.lm .wpcf7-not-valid-tip {
  position: relative;
  top: -2px;
}
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap .wpcf7-checkbox, .wpcf7 .wpcf7-form .wpcf7-form-control-wrap .wpcf7-radio {
  display: block;
}
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap .wpcf7-checkbox + .wpcf7-not-valid-tip, .wpcf7 .wpcf7-form .wpcf7-form-control-wrap .wpcf7-radio + .wpcf7-not-valid-tip {
  display: none;
}
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap .wpcf7-checkbox label, .wpcf7 .wpcf7-form .wpcf7-form-control-wrap .wpcf7-radio label {
  margin-bottom: 0;
}
.wpcf7 .wpcf7-form .wpcf7-list-item {
  margin: 0;
}
.wpcf7 .wpcf7-form .info {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.2em;
  display: block;
  margin-bottom: 0;
}
.wpcf7 .wpcf7-form .wrap_radio {
  align-items: center;
  color: #000000;
  display: flex;
  flex-wrap: wrap;
  font-weight: 500;
  margin: 30px 0 25px;
  /* Champ date conditionnel */
}
@media only screen and (max-width: 479px) {
  .wpcf7 .wpcf7-form .wrap_radio {
    display: block;
  }
}
.wpcf7 .wpcf7-form .wrap_radio.dispo {
  margin-top: -10px;
  min-height: 50px;
}
.wpcf7 .wpcf7-form .wrap_radio .wpcf7-form-control.wpcf7-not-valid {
  margin-bottom: 0;
}
.wpcf7 .wpcf7-form .wrap_radio .wpcf7-form-control-wrap {
  color: #000000;
  font-weight: 400;
  margin: 0 0 0 5px;
  padding-bottom: 0;
}
@media only screen and (max-width: 479px) {
  .wpcf7 .wpcf7-form .wrap_radio .wpcf7-form-control-wrap {
    display: block;
    margin-left: 0;
  }
}
.wpcf7 .wpcf7-form .wrap_radio span {
  display: inline-block;
}
.wpcf7 .wpcf7-form .wrap_radio span.wpcf7-list-item {
  margin: 5px 20px 0 0;
}
.wpcf7 .wpcf7-form .wrap_radio label {
  margin: 0;
}
.wpcf7 .wpcf7-form .wrap_radio input {
  margin-left: 10px;
  width: auto;
}
.wpcf7 .wpcf7-form .wrap_radio [data-id="dispo-from"] {
  width: auto;
}
.wpcf7 .wpcf7-form .wrap_radio [data-id="dispo-from"] input {
  border: 1px solid #CBCBCB;
  padding: 10px 0 10px 10px;
}
.wpcf7 .wpcf7-form .wrap_radio [data-id="dispo-from"] .wpcf7-not-valid-tip {
  display: none;
}
.wpcf7 .wpcf7-form .wrap_radio .dispo-date input.wpcf7-not-valid {
  background-color: rgba(209, 21, 0, 0.3);
}
.wpcf7 .wpcf7-form .wrap_checkboxes {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.wpcf7 .wpcf7-form .wrap_checkboxes .wpcf7-form-control-wrap {
  margin-bottom: 5px;
}
.wpcf7 .wpcf7-form .wrap_checkboxes .wpcf7-form-control-wrap input[type="checkbox"] {
  margin: 0 6px 0 0;
  position: relative;
  top: 2px;
}
.wpcf7 .wpcf7-form .wrap_checkboxes .wpcf7-form-control-wrap .wpcf7-not-valid {
  margin-bottom: 0;
}
.wpcf7 .wpcf7-form .wrap_checkboxes .wpcf7-list-item {
  margin-right: 30px;
}
@media only screen and (max-width: 599px) {
  .wpcf7 .wpcf7-form .wrap_checkboxes .wpcf7-list-item {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 599px) {
  .wpcf7 .wpcf7-form .wrap_checkboxes .wpcf7-list-item {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 479px) {
  .wpcf7 .wpcf7-form .wrap_checkboxes .wpcf7-list-item {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.2em;
  }
}
.wpcf7 .wpcf7-form .wrap_checkboxes .wpcf7-list-item .wpcf7-list-item-label {
  position: relative;
}
@media only screen and (max-width: 479px) {
  .wpcf7 .wpcf7-form .wrap_checkboxes .wpcf7-list-item .wpcf7-list-item-label {
    top: -2px;
  }
}
.wpcf7 .wpcf7-form .wrap_files .wpcf7-form-control-wrap {
  margin-bottom: 0;
}
.wpcf7 .wpcf7-form .wrap_files .wpcf7-form-control-wrap input[type="file"] {
  margin-bottom: 0;
}
.wpcf7 .wpcf7-form .wrap_files .wpcf7-form-control-wrap input[type="file"].wpcf7-not-valid {
  margin-bottom: 15px;
}
.wpcf7 .wpcf7-form .wrap_fields {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.wpcf7 .wpcf7-form .wrap_fields .wpcf7-form-control-wrap {
  width: 100%;
}
.wpcf7 .wpcf7-form .wrap_fields .wpcf7-form-control-wrap.ville .wpcf7-not-valid-tip {
  display: none;
}
.wpcf7 .wpcf7-form .wrap_fields .wrap_field {
  background-color: #CBCBCB;
  margin-bottom: 15px;
  padding: 10px;
  width: 49%;
}
.wpcf7 .wpcf7-form .wrap_fields .wrap_field .wpcf7-form-control-wrap {
  width: 100%;
}
.wpcf7 .wpcf7-form .wrap_submit {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: 20px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .wpcf7 .wpcf7-form .wrap_submit {
    display: block;
  }
}
.wpcf7 .wpcf7-form .wrap_submit input[type="submit"], .wpcf7 .wpcf7-form .wrap_submit button[type="submit"] {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  align-items: center;
  background-color: #CC3872;
  border: 1px solid #CC3872;
  border-radius: 25px;
  box-shadow: none;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-flex;
  font-weight: 700;
  justify-content: center;
  min-width: 240px;
  outline: none;
  overflow: hidden;
  padding: 16px 30px;
  position: relative;
  text-align: center;
  text-decoration: none;
  /* Style des boutons générés dans Gutenberg */
}
@media only screen and (max-width: 479px) {
  .wpcf7 .wpcf7-form .wrap_submit input[type="submit"], .wpcf7 .wpcf7-form .wrap_submit button[type="submit"] {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1;
  }
}
.wpcf7 .wpcf7-form .wrap_submit input[type="submit"].with_svg, .wpcf7 .wpcf7-form .wrap_submit button[type="submit"].with_svg {
  padding: 12px 20px 12px 60px;
}
.wpcf7 .wpcf7-form .wrap_submit input[type="submit"] .i_svg, .wpcf7 .wpcf7-form .wrap_submit button[type="submit"] .i_svg {
  height: 20px;
  padding-right: 10px;
  width: 30px;
}
.wpcf7 .wpcf7-form .wrap_submit input[type="submit"] .i_svg.arrow, .wpcf7 .wpcf7-form .wrap_submit button[type="submit"] .i_svg.arrow {
  margin-top: 2px;
  padding-left: 10px;
}
.wpcf7 .wpcf7-form .wrap_submit input[type="submit"].reverse, .wpcf7 .wpcf7-form .wrap_submit button[type="submit"].reverse {
  background-color: #FFFFFF;
  color: #000000;
}
.wpcf7 .wpcf7-form .wrap_submit input[type="submit"].reverse:hover, .wpcf7 .wpcf7-form .wrap_submit input[type="submit"].reverse:focus, .wpcf7 .wpcf7-form .wrap_submit button[type="submit"].reverse:hover, .wpcf7 .wpcf7-form .wrap_submit button[type="submit"].reverse:focus {
  background-color: #000000;
  color: #FFFFFF;
}
.wpcf7 .wpcf7-form .wrap_submit input[type="submit"] span, .wpcf7 .wpcf7-form .wrap_submit button[type="submit"] span {
  position: relative;
  z-index: 1;
}
.wpcf7 .wpcf7-form .wrap_submit input[type="submit"]:after, .wpcf7 .wpcf7-form .wrap_submit button[type="submit"]:after {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -moz-transform: scale(0.1, 0.2);
  -o-transform: scale(0.1, 0.2);
  -ms-transform: scale(0.1, 0.2);
  -webkit-transform: scale(0.1, 0.2);
  transform: scale(0.1, 0.2);
  background-color: #FFFFFF;
  border-radius: 50%;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.wpcf7 .wpcf7-form .wrap_submit input[type="submit"]:hover, .wpcf7 .wpcf7-form .wrap_submit input[type="submit"]:focus, .wpcf7 .wpcf7-form .wrap_submit button[type="submit"]:hover, .wpcf7 .wpcf7-form .wrap_submit button[type="submit"]:focus {
  background-color: #FFFFFF;
  border: 1px solid #CC3872;
  box-shadow: none;
  color: #CC3872;
  outline: none;
  text-decoration: none;
}
.wpcf7 .wpcf7-form .wrap_submit input[type="submit"]:hover:after, .wpcf7 .wpcf7-form .wrap_submit input[type="submit"]:focus:after, .wpcf7 .wpcf7-form .wrap_submit button[type="submit"]:hover:after, .wpcf7 .wpcf7-form .wrap_submit button[type="submit"]:focus:after {
  -moz-transform: scale(1.2, 2.4);
  -o-transform: scale(1.2, 2.4);
  -ms-transform: scale(1.2, 2.4);
  -webkit-transform: scale(1.2, 2.4);
  transform: scale(1.2, 2.4);
  opacity: 0.1;
}
.wpcf7 .wpcf7-form .wrap_submit input[type="submit"] .wp-block-button__link, .wpcf7 .wpcf7-form .wrap_submit button[type="submit"] .wp-block-button__link {
  background: none;
}
@media only screen and (max-width: 599px) {
  .wpcf7 .wpcf7-form .wrap_submit input[type="submit"], .wpcf7 .wpcf7-form .wrap_submit button[type="submit"] {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 479px) {
  .wpcf7 .wpcf7-form .wrap_submit input[type="submit"], .wpcf7 .wpcf7-form .wrap_submit button[type="submit"] {
    width: 100%;
  }
}
.wpcf7 .wpcf7-form .wrap_submit.type_newsletter {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  height: 60px;
  justify-content: flex-start;
  margin-bottom: 25px;
  position: relative;
}
.wpcf7 .wpcf7-form .wrap_submit.type_newsletter .wpcf7-form-control-wrap.email {
  margin-bottom: 0;
  width: 100%;
}
.wpcf7 .wpcf7-form .wrap_submit.type_newsletter .wpcf7-form-control.wpcf7-submit {
  background-color: #000000;
  border: none;
  color: #FFFFFF;
  cursor: pointer;
  height: 60px;
  outline: none;
  padding: 0 20px;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  z-index: 1;
}
.wpcf7 .wpcf7-form .wrap_submit .wrap_btn_submit {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  margin-top: 10px;
  text-align: right;
}
@media only screen and (max-width: 479px) {
  .wpcf7 .wpcf7-form .wrap_submit .wrap_btn_submit {
    display: block;
  }
}
.wpcf7 .wpcf7-form .wrap_submit .wrap_btn_submit input[type="submit"], .wpcf7 .wpcf7-form .wrap_submit .wrap_btn_submit button[type="submit"] {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  align-items: center;
  background-color: #CC3872;
  border: 1px solid #CC3872;
  border-radius: 25px;
  box-shadow: none;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-flex;
  font-weight: 700;
  justify-content: center;
  min-width: 240px;
  outline: none;
  overflow: hidden;
  padding: 16px 30px;
  position: relative;
  text-align: center;
  text-decoration: none;
  /* Style des boutons générés dans Gutenberg */
}
@media only screen and (max-width: 479px) {
  .wpcf7 .wpcf7-form .wrap_submit .wrap_btn_submit input[type="submit"], .wpcf7 .wpcf7-form .wrap_submit .wrap_btn_submit button[type="submit"] {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1;
  }
}
.wpcf7 .wpcf7-form .wrap_submit .wrap_btn_submit input[type="submit"].with_svg, .wpcf7 .wpcf7-form .wrap_submit .wrap_btn_submit button[type="submit"].with_svg {
  padding: 12px 20px 12px 60px;
}
.wpcf7 .wpcf7-form .wrap_submit .wrap_btn_submit input[type="submit"] .i_svg, .wpcf7 .wpcf7-form .wrap_submit .wrap_btn_submit button[type="submit"] .i_svg {
  height: 20px;
  padding-right: 10px;
  width: 30px;
}
.wpcf7 .wpcf7-form .wrap_submit .wrap_btn_submit input[type="submit"] .i_svg.arrow, .wpcf7 .wpcf7-form .wrap_submit .wrap_btn_submit button[type="submit"] .i_svg.arrow {
  margin-top: 2px;
  padding-left: 10px;
}
.wpcf7 .wpcf7-form .wrap_submit .wrap_btn_submit input[type="submit"].reverse, .wpcf7 .wpcf7-form .wrap_submit .wrap_btn_submit button[type="submit"].reverse {
  background-color: #FFFFFF;
  color: #000000;
}
.wpcf7 .wpcf7-form .wrap_submit .wrap_btn_submit input[type="submit"].reverse:hover, .wpcf7 .wpcf7-form .wrap_submit .wrap_btn_submit input[type="submit"].reverse:focus, .wpcf7 .wpcf7-form .wrap_submit .wrap_btn_submit button[type="submit"].reverse:hover, .wpcf7 .wpcf7-form .wrap_submit .wrap_btn_submit button[type="submit"].reverse:focus {
  background-color: #000000;
  color: #FFFFFF;
}
.wpcf7 .wpcf7-form .wrap_submit .wrap_btn_submit input[type="submit"] span, .wpcf7 .wpcf7-form .wrap_submit .wrap_btn_submit button[type="submit"] span {
  position: relative;
  z-index: 1;
}
.wpcf7 .wpcf7-form .wrap_submit .wrap_btn_submit input[type="submit"]:after, .wpcf7 .wpcf7-form .wrap_submit .wrap_btn_submit button[type="submit"]:after {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -moz-transform: scale(0.1, 0.2);
  -o-transform: scale(0.1, 0.2);
  -ms-transform: scale(0.1, 0.2);
  -webkit-transform: scale(0.1, 0.2);
  transform: scale(0.1, 0.2);
  background-color: #FFFFFF;
  border-radius: 50%;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.wpcf7 .wpcf7-form .wrap_submit .wrap_btn_submit input[type="submit"]:hover, .wpcf7 .wpcf7-form .wrap_submit .wrap_btn_submit input[type="submit"]:focus, .wpcf7 .wpcf7-form .wrap_submit .wrap_btn_submit button[type="submit"]:hover, .wpcf7 .wpcf7-form .wrap_submit .wrap_btn_submit button[type="submit"]:focus {
  background-color: #FFFFFF;
  border: 1px solid #CC3872;
  box-shadow: none;
  color: #CC3872;
  outline: none;
  text-decoration: none;
}
.wpcf7 .wpcf7-form .wrap_submit .wrap_btn_submit input[type="submit"]:hover:after, .wpcf7 .wpcf7-form .wrap_submit .wrap_btn_submit input[type="submit"]:focus:after, .wpcf7 .wpcf7-form .wrap_submit .wrap_btn_submit button[type="submit"]:hover:after, .wpcf7 .wpcf7-form .wrap_submit .wrap_btn_submit button[type="submit"]:focus:after {
  -moz-transform: scale(1.2, 2.4);
  -o-transform: scale(1.2, 2.4);
  -ms-transform: scale(1.2, 2.4);
  -webkit-transform: scale(1.2, 2.4);
  transform: scale(1.2, 2.4);
  opacity: 0.1;
}
.wpcf7 .wpcf7-form .wrap_submit .wrap_btn_submit input[type="submit"] .wp-block-button__link, .wpcf7 .wpcf7-form .wrap_submit .wrap_btn_submit button[type="submit"] .wp-block-button__link {
  background: none;
}
@media only screen and (max-width: 599px) {
  .wpcf7 .wpcf7-form .wrap_submit .wrap_btn_submit input[type="submit"], .wpcf7 .wpcf7-form .wrap_submit .wrap_btn_submit button[type="submit"] {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 479px) {
  .wpcf7 .wpcf7-form .wrap_submit .wrap_btn_submit input[type="submit"], .wpcf7 .wpcf7-form .wrap_submit .wrap_btn_submit button[type="submit"] {
    width: 100%;
  }
}
.wpcf7 .wpcf7-form p {
  margin: 0;
}
.wpcf7 .wpcf7-form p.label {
  font-weight: 500;
  margin: 10px 0;
}
.wpcf7 .wpcf7-form p.info, .wpcf7 .wpcf7-form p.info:last-child {
  color: #000000;
  font-style: italic;
  font-size: 14px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 599px) {
  .wpcf7 .wpcf7-form p.info, .wpcf7 .wpcf7-form p.info:last-child {
    font-size: 12px;
  }
}
.wpcf7 .wpcf7-form br {
  display: none;
}
.wpcf7 .wpcf7-form .wpcf7-not-valid-tip {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.2em;
  background-color: #FFFFFF;
  border-radius: 0 0 3px 3px;
  bottom: -3px;
  color: #D11500;
  display: inline-block;
  font-weight: 500;
  margin: 0;
  padding: 5px 0;
  position: absolute;
  left: 0;
}
.wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-not-valid {
  border-radius: 0;
  margin-bottom: 20px;
}
.wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-not-valid::-webkit-input-placeholder {
  color: #000000;
  font-weight: 400;
}
.wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-not-valid:-moz-placeholder {
  color: #000000;
  font-weight: 400;
}
.wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-not-valid::-moz-placeholder {
  color: #000000;
  font-weight: 400;
}
.wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-not-valid:-ms-input-placeholder {
  color: #000000;
  font-weight: 400;
}
.wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-not-valid.wpcf7-checkbox, .wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-not-valid.wpcf7-radio {
  border: none !important;
}
.wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-not-valid.wpcf7-checkbox .wpcf7-list-item-label, .wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-not-valid.wpcf7-radio .wpcf7-list-item-label {
  background-color: #FFFFFF;
  border-radius: 3px;
  color: #D11500;
  padding: 5px;
}
.wpcf7 .wpcf7-form .wpcf7-validation-errors {
  background-color: #D11500;
  border: none;
  color: #FFFFFF;
  margin: 30px 0 0;
  padding: 10px 20px;
  text-align: justify;
}
.wpcf7 .wpcf7-form.invalid .wpcf7-response-output, .wpcf7 .wpcf7-form.failed .wpcf7-response-output {
  background-color: #D11500;
  color: #FFFFFF;
}
.wpcf7 .wpcf7-form.invalid .consent_link, .wpcf7 .wpcf7-form.failed .consent_link {
  color: #D11500;
}
.wpcf7 .wpcf7-form.sent .wpcf7-response-output {
  background-color: #A7B83C;
}
.wpcf7 .wpcf7-form iframe {
  border-radius: 0;
}
.wpcf7 .wpcf7-form .wpcf7-recaptcha {
  margin: 0 0 20px;
}
.wpcf7 .wpcf7-form .wpcf7-recaptcha > div {
  margin: 0 auto;
}
.wpcf7 .wpcf7-form .ajax-loader {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
@media only screen and (max-width: 599px) {
  .wpcf7 .wpcf7-form .msg {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.2em;
  }
}
.wpcf7 .wpcf7-form .wpcf7-response-output {
  background-color: #000000;
  border: none;
  border-radius: 5px;
  color: #FFFFFF;
  margin: 20px auto 0;
  padding: 9px 20px;
}
.wpcf7 .wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
  background-color: #000000;
  color: #000000;
}
.wpcf7 .wpcf7-form .wpcf7-response-output.wpcf7-spam-blocked {
  background-color: #FFC700;
  color: #FFFFFF;
  font-weight: 500;
}
.wpcf7 .codedropz-upload-wrapper {
  margin-top: 10px;
}
.wpcf7 [class*="wrap_w_"] {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -10px;
}
@media only screen and (max-width: 599px) {
  .wpcf7 [class*="wrap_w_"] {
    margin: 0 !important;
  }
  .wpcf7 [class*="wrap_w_"] .wpcf7-form-control-wrap {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}
.wpcf7 [class*="wrap_w_"] .wpcf7-not-valid-tip {
  left: 10px;
}
@media only screen and (max-width: 599px) {
  .wpcf7 [class*="wrap_w_"] .wpcf7-not-valid-tip {
    left: 0;
  }
}
.wpcf7 [class*="wrap_w_"] > .wpcf7-form-control-wrap {
  padding: 0 10px;
}
@media only screen and (max-width: 599px) {
  .wpcf7 [class*="wrap_w_"] > .wpcf7-form-control-wrap {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
}
.wpcf7 [class*="wrap_w_"].wrap_w_50_50 > .wpcf7-form-control-wrap {
  flex: 0 0 50%;
  max-width: 50%;
}
.wpcf7 [class*="wrap_w_"].wrap_w_33_67 > .wpcf7-form-control-wrap:first-child {
  flex: 0 0 33%;
  max-width: 33%;
}
.wpcf7 [class*="wrap_w_"].wrap_w_33_67 > .wpcf7-form-control-wrap:last-child {
  flex: 0 0 67%;
  max-width: 67%;
}
.wpcf7 [class*="wrap_w_"].wrap_w_67_33 > .wpcf7-form-control-wrap:first-child {
  flex: 0 0 67%;
  max-width: 67%;
}
.wpcf7 [class*="wrap_w_"].wrap_w_67_33 > .wpcf7-form-control-wrap:last-child {
  flex: 0 0 33%;
  max-width: 33%;
}
.wpcf7 .wrap_cf7_checkbox.horizontal {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-weight: 700;
  justify-content: flex-start;
  margin-bottom: 15px;
}
.wpcf7 .wrap_cf7_checkbox.horizontal .wpcf7-form-control-wrap {
  font-weight: 400;
  margin-bottom: 0;
  padding: 5px 0;
}
@media only screen and (max-width: 479px) {
  .wpcf7 .wrap_cf7_checkbox.horizontal .wpcf7-form-control-wrap {
    width: 100%;
  }
}
.wpcf7 .wrap_cf7_checkbox.horizontal .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-not-valid {
  margin-bottom: 0;
}
.wpcf7 .wrap_cf7_checkbox.horizontal .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item {
  padding: 0 10px;
}
@media only screen and (max-width: 479px) {
  .wpcf7 .wrap_cf7_checkbox.horizontal .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item {
    padding: 3px 0 3px 5px;
    width: 100%;
  }
}
.wpcf7 .wrap_cf7_checkbox.horizontal .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label {
  margin: 0;
}
.wpcf7 .wrap_cf7_checkbox.vertical .wpcf7-list-item {
  width: 100%;
}
.wpcf7 .wrap_cf7_checkbox.vertical .wpcf7-list-item label {
  margin: 0;
}
.wpcf7 .wpcf7cf_multistep {
  margin: 0 auto;
  max-width: 900px;
  width: calc(100% - 40px);
}
.wpcf7 .wpcf7cf_multistep .wpcf7cf_steps-dots {
  left: 0;
  margin-bottom: 50px;
  position: absolute;
  right: 0;
  top: 0;
}
.wpcf7 .wpcf7cf_multistep .wpcf7cf_steps-dots .dot {
  background: none;
  border: none;
  height: 14px;
  margin: 0;
  min-width: 0;
  padding: 0;
}
.wpcf7 .wpcf7cf_multistep .wpcf7cf_steps-dots .dot.completed {
  background-color: #000000;
  border: none;
}
.wpcf7 .wpcf7cf_multistep .wpcf7cf_steps-dots .dot.active {
  background-color: #000000;
  border-radius: 0 7px 7px 0;
  border: none;
}
.wpcf7 .wpcf7cf_multistep .wpcf7cf_steps-dots .dot:last-child {
  border-radius: 0;
}
.wpcf7 .wpcf7cf_multistep .wpcf7cf_steps-dots .dot .step-index {
  display: none;
}
.wpcf7 .wpcf7cf_multistep .wpcf7cf_steps-dots .dot .step-title {
  display: none;
}
.wpcf7 .wpcf7cf_multistep .wpcf7cf_steps {
  padding: 50px 0 0;
  position: relative;
}
.wpcf7 .wpcf7cf_multistep .wpcf7cf_steps button {
  border: none;
}
.wpcf7 .wpcf7cf_multistep .wpcf7cf_steps .disabled {
  display: none !important;
}
.wpcf7 .wpcf7cf_multistep .wpcf7cf_step_controls {
  margin-bottom: 20px;
  position: relative;
}
.wpcf7 .wpcf7cf_multistep .wpcf7cf_step_controls button {
  border: none;
}
.wpcf7 .wpcf7cf_multistep .wpcf7cf_step_controls .disabled {
  display: none !important;
}
.wpcf7 .wpcf7cf_multistep .wpcf7cf_step_controls .wpcf7cf_prev {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  align-items: center;
  background-color: #CC3872;
  border: 1px solid #CC3872;
  border-radius: 25px;
  box-shadow: none;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-flex;
  font-weight: 700;
  justify-content: center;
  min-width: 240px;
  outline: none;
  overflow: hidden;
  padding: 16px 30px;
  position: relative;
  text-align: center;
  text-decoration: none;
  /* Style des boutons générés dans Gutenberg */
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
  color: #CC3872;
  border: 1px solid #000000;
  background-color: #FFFFFF;
  color: #000000;
}
@media only screen and (max-width: 479px) {
  .wpcf7 .wpcf7cf_multistep .wpcf7cf_step_controls .wpcf7cf_prev {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1;
  }
}
.wpcf7 .wpcf7cf_multistep .wpcf7cf_step_controls .wpcf7cf_prev.with_svg {
  padding: 12px 20px 12px 60px;
}
.wpcf7 .wpcf7cf_multistep .wpcf7cf_step_controls .wpcf7cf_prev .i_svg {
  height: 20px;
  padding-right: 10px;
  width: 30px;
}
.wpcf7 .wpcf7cf_multistep .wpcf7cf_step_controls .wpcf7cf_prev .i_svg.arrow {
  margin-top: 2px;
  padding-left: 10px;
}
.wpcf7 .wpcf7cf_multistep .wpcf7cf_step_controls .wpcf7cf_prev.reverse {
  background-color: #FFFFFF;
  color: #000000;
}
.wpcf7 .wpcf7cf_multistep .wpcf7cf_step_controls .wpcf7cf_prev.reverse:hover, .wpcf7 .wpcf7cf_multistep .wpcf7cf_step_controls .wpcf7cf_prev.reverse:focus {
  background-color: #000000;
  color: #FFFFFF;
}
.wpcf7 .wpcf7cf_multistep .wpcf7cf_step_controls .wpcf7cf_prev span {
  position: relative;
  z-index: 1;
}
.wpcf7 .wpcf7cf_multistep .wpcf7cf_step_controls .wpcf7cf_prev:after {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -moz-transform: scale(0.1, 0.2);
  -o-transform: scale(0.1, 0.2);
  -ms-transform: scale(0.1, 0.2);
  -webkit-transform: scale(0.1, 0.2);
  transform: scale(0.1, 0.2);
  background-color: #FFFFFF;
  border-radius: 50%;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.wpcf7 .wpcf7cf_multistep .wpcf7cf_step_controls .wpcf7cf_prev:hover, .wpcf7 .wpcf7cf_multistep .wpcf7cf_step_controls .wpcf7cf_prev:focus {
  background-color: #FFFFFF;
  border: 1px solid #CC3872;
  box-shadow: none;
  color: #CC3872;
  outline: none;
  text-decoration: none;
}
.wpcf7 .wpcf7cf_multistep .wpcf7cf_step_controls .wpcf7cf_prev:hover:after, .wpcf7 .wpcf7cf_multistep .wpcf7cf_step_controls .wpcf7cf_prev:focus:after {
  -moz-transform: scale(1.2, 2.4);
  -o-transform: scale(1.2, 2.4);
  -ms-transform: scale(1.2, 2.4);
  -webkit-transform: scale(1.2, 2.4);
  transform: scale(1.2, 2.4);
  opacity: 0.1;
}
.wpcf7 .wpcf7cf_multistep .wpcf7cf_step_controls .wpcf7cf_prev .wp-block-button__link {
  background: none;
}
.wpcf7 .wpcf7cf_multistep .wpcf7cf_step_controls .wpcf7cf_prev:hover, .wpcf7 .wpcf7cf_multistep .wpcf7cf_step_controls .wpcf7cf_prev:focus {
  background-color: #CC3872;
  border: 1px solid #CC3872;
  color: #FFFFFF;
}
.wpcf7 .wpcf7cf_multistep .wpcf7cf_step_controls .wpcf7cf_prev:hover, .wpcf7 .wpcf7cf_multistep .wpcf7cf_step_controls .wpcf7cf_prev:focus {
  background-color: #000000;
  color: #FFFFFF;
}
.wpcf7 .wpcf7cf_multistep .wpcf7cf_step_controls .wpcf7cf_next, .wpcf7 .wpcf7cf_multistep .wpcf7cf_step_controls .wpcf7-submit {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  align-items: center;
  background-color: #CC3872;
  border: 1px solid #CC3872;
  border-radius: 25px;
  box-shadow: none;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-flex;
  font-weight: 700;
  justify-content: center;
  min-width: 240px;
  outline: none;
  overflow: hidden;
  padding: 16px 30px;
  position: relative;
  text-align: center;
  text-decoration: none;
  /* Style des boutons générés dans Gutenberg */
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
  color: #CC3872;
  border: none;
}
@media only screen and (max-width: 479px) {
  .wpcf7 .wpcf7cf_multistep .wpcf7cf_step_controls .wpcf7cf_next, .wpcf7 .wpcf7cf_multistep .wpcf7cf_step_controls .wpcf7-submit {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1;
  }
}
.wpcf7 .wpcf7cf_multistep .wpcf7cf_step_controls .wpcf7cf_next.with_svg, .wpcf7 .wpcf7cf_multistep .wpcf7cf_step_controls .wpcf7-submit.with_svg {
  padding: 12px 20px 12px 60px;
}
.wpcf7 .wpcf7cf_multistep .wpcf7cf_step_controls .wpcf7cf_next .i_svg, .wpcf7 .wpcf7cf_multistep .wpcf7cf_step_controls .wpcf7-submit .i_svg {
  height: 20px;
  padding-right: 10px;
  width: 30px;
}
.wpcf7 .wpcf7cf_multistep .wpcf7cf_step_controls .wpcf7cf_next .i_svg.arrow, .wpcf7 .wpcf7cf_multistep .wpcf7cf_step_controls .wpcf7-submit .i_svg.arrow {
  margin-top: 2px;
  padding-left: 10px;
}
.wpcf7 .wpcf7cf_multistep .wpcf7cf_step_controls .wpcf7cf_next.reverse, .wpcf7 .wpcf7cf_multistep .wpcf7cf_step_controls .wpcf7-submit.reverse {
  background-color: #FFFFFF;
  color: #000000;
}
.wpcf7 .wpcf7cf_multistep .wpcf7cf_step_controls .wpcf7cf_next.reverse:hover, .wpcf7 .wpcf7cf_multistep .wpcf7cf_step_controls .wpcf7cf_next.reverse:focus, .wpcf7 .wpcf7cf_multistep .wpcf7cf_step_controls .wpcf7-submit.reverse:hover, .wpcf7 .wpcf7cf_multistep .wpcf7cf_step_controls .wpcf7-submit.reverse:focus {
  background-color: #000000;
  color: #FFFFFF;
}
.wpcf7 .wpcf7cf_multistep .wpcf7cf_step_controls .wpcf7cf_next span, .wpcf7 .wpcf7cf_multistep .wpcf7cf_step_controls .wpcf7-submit span {
  position: relative;
  z-index: 1;
}
.wpcf7 .wpcf7cf_multistep .wpcf7cf_step_controls .wpcf7cf_next:after, .wpcf7 .wpcf7cf_multistep .wpcf7cf_step_controls .wpcf7-submit:after {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -moz-transform: scale(0.1, 0.2);
  -o-transform: scale(0.1, 0.2);
  -ms-transform: scale(0.1, 0.2);
  -webkit-transform: scale(0.1, 0.2);
  transform: scale(0.1, 0.2);
  background-color: #FFFFFF;
  border-radius: 50%;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.wpcf7 .wpcf7cf_multistep .wpcf7cf_step_controls .wpcf7cf_next:hover, .wpcf7 .wpcf7cf_multistep .wpcf7cf_step_controls .wpcf7cf_next:focus, .wpcf7 .wpcf7cf_multistep .wpcf7cf_step_controls .wpcf7-submit:hover, .wpcf7 .wpcf7cf_multistep .wpcf7cf_step_controls .wpcf7-submit:focus {
  background-color: #FFFFFF;
  border: 1px solid #CC3872;
  box-shadow: none;
  color: #CC3872;
  outline: none;
  text-decoration: none;
}
.wpcf7 .wpcf7cf_multistep .wpcf7cf_step_controls .wpcf7cf_next:hover:after, .wpcf7 .wpcf7cf_multistep .wpcf7cf_step_controls .wpcf7cf_next:focus:after, .wpcf7 .wpcf7cf_multistep .wpcf7cf_step_controls .wpcf7-submit:hover:after, .wpcf7 .wpcf7cf_multistep .wpcf7cf_step_controls .wpcf7-submit:focus:after {
  -moz-transform: scale(1.2, 2.4);
  -o-transform: scale(1.2, 2.4);
  -ms-transform: scale(1.2, 2.4);
  -webkit-transform: scale(1.2, 2.4);
  transform: scale(1.2, 2.4);
  opacity: 0.1;
}
.wpcf7 .wpcf7cf_multistep .wpcf7cf_step_controls .wpcf7cf_next .wp-block-button__link, .wpcf7 .wpcf7cf_multistep .wpcf7cf_step_controls .wpcf7-submit .wp-block-button__link {
  background: none;
}
.wpcf7 .wpcf7cf_multistep .wpcf7cf_step_controls .wpcf7cf_next:hover, .wpcf7 .wpcf7cf_multistep .wpcf7cf_step_controls .wpcf7cf_next:focus, .wpcf7 .wpcf7cf_multistep .wpcf7cf_step_controls .wpcf7-submit:hover, .wpcf7 .wpcf7cf_multistep .wpcf7cf_step_controls .wpcf7-submit:focus {
  background-color: #CC3872;
  border: 1px solid #CC3872;
  color: #FFFFFF;
}
.wpcf7 .wpcf7cf_multistep + .wpcf7-response-output {
  width: calc(100% - 40px);
}
.wpcf7 .wpcf7cf-summary {
  background-color: #000000;
  border-radius: 10px;
  color: #FFFFFF;
  margin-bottom: 20px;
  padding: 20px;
}
.wpcf7 .wpcf7cf-summary br {
  display: inline;
}
.wpcf7 .wpcf7cf-summary p {
  margin-bottom: 20px;
}
.wpcf7 .wpcf7cf-summary u {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.1;
  color: #000000;
  display: inline-block;
  border-bottom: none;
  margin-bottom: 5px;
  text-decoration: none;
}
@media only screen and (max-width: 479px) {
  .wpcf7 .wpcf7cf-summary u {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.1;
  }
}
.wpcf7 [data-class="wpcf7cf_group"] {
  width: 100%;
}
.wpcf7 [data-class="wpcf7cf_group"] .wrap_files {
  align-items: flex-start;
  background-color: #FFFFFF;
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
  padding: 15px;
}
.wpcf7 [data-class="wpcf7cf_group"] .wrap_files .wrap_file {
  flex: 0 0 49%;
  max-width: 49%;
}
@media only screen and (max-width: 1365px) {
  .wpcf7 [data-class="wpcf7cf_group"] .wrap_files .wrap_file {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.wpcf7 [data-class="wpcf7cf_group"] .wrap_files .wrap_file:last-child {
  margin-bottom: 0;
}
.wpcf7 [data-class="wpcf7cf_group"] .wrap_files .wrap_file .label {
  margin-top: 0;
}
.wpcf7 [data-class="wpcf7cf_group"] .wrap_files .wrap_file .wpcf7-form-control-wrap {
  line-height: 1.1;
  padding-bottom: 0;
  width: 100%;
}
.wpcf7 [data-class="wpcf7cf_group"] .wrap_files .wrap_file .wpcf7-form-control-wrap input[type="file"] {
  margin-bottom: 9px;
}
.wpcf7 [data-class="wpcf7cf_group"] .wrap_files .wrap_file .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  position: relative;
}
.wpcf7 .wpcf7cf_repeater .wpcf7cf_repeater_controls {
  justify-content: flex-start;
}
.wpcf7 .wpcf7cf_repeater .wpcf7cf_repeater_controls .wpcf7cf_add-container .wpcf7cf_add {
  background-color: #FFFFFF;
  background-image: url(../images/svg/add.svg);
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 17px auto;
  border-radius: 6px;
  box-shadow: 0px 0px 11px -2px rgba(0, 0, 0, 0.3);
  color: #000000;
  cursor: pointer;
  outline: none;
  padding: 15px 25px 15px 40px;
}
.wpcf7 .wpcf7cf_repeater .wpcf7cf_repeater_controls .wpcf7cf_remove-container {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 599px) {
  .wpcf7 .wpcf7cf_repeater .wpcf7cf_repeater_controls .wpcf7cf_remove-container {
    width: 100%;
  }
}
.wpcf7 .wpcf7cf_repeater .wpcf7cf_repeater_controls .wpcf7cf_remove-container .wpcf7cf_remove {
  font-size: 14px;
  background: none;
  border: none;
  color: #D11500;
  cursor: pointer;
  font-weight: 500;
  outline: none;
  margin-left: 10px;
  padding: 0;
}
@media only screen and (max-width: 599px) {
  .wpcf7 .wpcf7cf_repeater .wpcf7cf_repeater_controls .wpcf7cf_remove-container .wpcf7cf_remove {
    margin-left: 0;
    margin-top: 5px;
  }
}
.wpcf7 .wpcf7-form-control-wrap.zip-form-control-hidden {
  display: none;
}
.titre_pagination {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2em;
  margin: 50px 0 20px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .titre_pagination {
    margin: 20px 0;
  }
}
.navigation.pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto 25px;
  padding: 0 20px;
  position: relative;
  text-align: center;
  z-index: 10;
}
@media only screen and (max-width: 991px) {
  .navigation.pagination {
    margin: 30px auto 25px;
  }
}
.navigation.pagination h2 {
  display: none;
}
.navigation.pagination span, .navigation.pagination a {
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  align-items: center;
  background: none;
  border-radius: 15px;
  color: #000000;
  display: inline-flex;
  font-weight: 700;
  height: 30px;
  justify-content: center;
  margin: 0 0px 0 14px;
  position: relative;
  width: 30px;
  text-decoration: none;
}
.navigation.pagination span:not(.dots):not(.prev):not(.next):hover, .navigation.pagination span:not(.dots):not(.prev):not(.next):focus, .navigation.pagination a:not(.dots):not(.prev):not(.next):hover, .navigation.pagination a:not(.dots):not(.prev):not(.next):focus {
  background-color: #CC3872;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  color: #FFFFFF;
}
.navigation.pagination a:nth-last-child(2):after {
  display: none;
}
.navigation.pagination .current {
  background-color: #CC3872;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
  color: #FFFFFF;
  cursor: default;
  font-weight: 700;
  text-decoration: none;
}
.navigation.pagination .current:hover {
  border: none;
  color: #FFFFFF;
}
.navigation.pagination .prev, .navigation.pagination .next {
  border: none;
  position: relative;
}
.navigation.pagination .prev:after, .navigation.pagination .next:after {
  display: none;
}
.navigation.pagination .prev svg, .navigation.pagination .next svg {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 8px;
  width: auto;
}
.navigation.pagination .prev {
  -moz-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
  left: 0;
  padding: 0;
  top: 0px;
}
.navigation.pagination .next {
  padding: 0;
  top: 0px;
}
.addtoany_share_save_container.addtoany_content {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.2em;
  align-items: center;
  background-color: #000000;
  border-radius: 35px;
  color: #FFFFFF;
  display: flex;
  flex-wrap: wrap;
  font-weight: 700;
  height: 70px;
  justify-content: center;
  margin: 30px auto 70px;
  position: relative;
  width: 280px;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .addtoany_share_save_container.addtoany_content {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 479px) {
  .addtoany_share_save_container.addtoany_content {
    max-width: 200px;
    width: auto;
  }
}
.addtoany_share_save_container.addtoany_content .addtoany_header {
  margin: 0;
}
@media only screen and (max-width: 479px) {
  .addtoany_share_save_container.addtoany_content .addtoany_header {
    display: none;
  }
}
.addtoany_share_save_container.addtoany_content .addtoany_list {
  padding-left: 20px;
}
@media only screen and (max-width: 479px) {
  .addtoany_share_save_container.addtoany_content .addtoany_list {
    padding-left: 0;
  }
}
.addtoany_share_save_container.addtoany_content .addtoany_list a {
  display: inline-flex;
}
.wrap_wp_image {
  margin: 0 auto 20px;
  max-width: 600px;
  position: relative;
}
.wrap_wp_image img {
  border-radius: 9px;
  float: none;
  height: auto;
  width: 100%;
}
.wrap_wp_image + figcaption {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2em;
  font-style: normal;
  font-weight: 500;
  margin: 5px 0 40px;
  text-align: left;
}
.wrap_wp_image figcaption.legend {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.2em;
  background-color: #000000;
  border-radius: 20px 0 9px 20px;
  bottom: 0;
  color: #FFFFFF;
  font-style: italic;
  padding: 11px 14px 11px 28px;
  position: absolute;
  right: 0;
  z-index: 1;
}
.wp-block-image.size-large .wrap_wp_image {
  margin: 0 auto;
  max-width: 100%;
}
.wp-block-image.size-large .wrap_wp_image + figcaption {
  margin: 0 0 40px;
}
#filigrane {
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  background-color: #FFFFFF;
  cursor: pointer;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 98;
}
#filigrane.on {
  opacity: 0.9;
  visibility: visible;
}
.layout_recherche .wrap_bandeau > .section {
  margin-bottom: 20px;
}
.layout_recherche .wrap_accroche {
  margin: 30px 0;
  text-align: center;
}
.layout_recherche .terme_recherche {
  font-weight: 800;
}
.layout_recherche .resultats {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.2em;
  color: #000000;
}
@media only screen and (max-width: 767px) {
  .layout_recherche .resultats {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 479px) {
  .layout_recherche .resultats {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.2;
  }
}
.layout_recherche .resultats .terme_recherche {
  color: #000000;
}
.layout_recherche .search-excerpt {
  color: #CC3872;
  font-weight: 700;
}
.layout_recherche .wrapper_resultats_recherche {
  margin: 30px 0;
  padding: 0;
}
.layout_recherche .wrapper_resultats_recherche .wrapper_resultat {
  background-color: #F5F5F5;
  border: none;
  border-radius: 10px;
  list-style: none;
  margin-bottom: 20px;
  overflow: hidden;
}
.layout_recherche .wrapper_resultats_recherche .wrapper_resultat:hover, .layout_recherche .wrapper_resultats_recherche .wrapper_resultat:focus {
  border-right: 4px solid #CC3872;
}
@media only screen and (max-width: 767px) {
  .layout_recherche .wrapper_resultats_recherche .wrapper_resultat {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 479px) {
  .layout_recherche .wrapper_resultats_recherche .wrapper_resultat {
    border-right: 1px solid #CBCBCB;
  }
}
.layout_recherche .wrapper_resultats_recherche .wrapper_resultat .wrap_resultat {
  display: block;
}
.layout_recherche .wrapper_resultats_recherche .wrapper_resultat .wrap_resultat h2 {
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  font-size: 27px;
  font-size: 1.6875rem;
  line-height: 1.2em;
  margin: 0 0 5px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .layout_recherche .wrapper_resultats_recherche .wrapper_resultat .wrap_resultat h2 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.2em;
  }
}
.layout_recherche .wrapper_resultats_recherche .wrapper_resultat .wrap_resultat h2 i {
  padding-left: 5px;
}
.layout_recherche .wrapper_resultats_recherche .wrapper_resultat .wrap_resultat p {
  margin: 0;
}
.layout_recherche .wrapper_resultats_recherche .wrapper_resultat .wrap_resultat .wrap_flexible {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media only screen and (max-width: 599px) {
  .layout_recherche .wrapper_resultats_recherche .wrapper_resultat .wrap_resultat .wrap_flexible {
    display: block;
  }
}
.layout_recherche .wrapper_resultats_recherche .wrapper_resultat .wrap_resultat .wrap_flexible .lazy {
  flex: 0 0 170px;
  max-width: 170px;
  min-height: 170px;
}
@media only screen and (max-width: 599px) {
  .layout_recherche .wrapper_resultats_recherche .wrapper_resultat .wrap_resultat .wrap_flexible .lazy {
    border-radius: 10px;
    margin: 20px auto 0;
  }
}
.layout_recherche .wrapper_resultats_recherche .wrapper_resultat .wrap_resultat .wrap_flexible .wrap_resultat_content {
  flex: 1 0 0%;
  overflow: hidden;
  color: #000000;
  padding: 20px;
}
@media only screen and (max-width: 479px) {
  .layout_recherche .wrapper_resultats_recherche .wrapper_resultat .wrap_resultat .wrap_flexible .wrap_resultat_content {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.layout_recherche .wrapper_resultats_recherche .wrapper_resultat .wrap_resultat:hover, .layout_recherche .wrapper_resultats_recherche .wrapper_resultat .wrap_resultat:focus {
  text-decoration: none;
}
.layout_recherche .wrapper_resultats_recherche .wrapper_resultat .wrap_resultat:hover h2, .layout_recherche .wrapper_resultats_recherche .wrapper_resultat .wrap_resultat:focus h2 {
  color: #000000;
}
.layout_recherche .wrapper_resultats_recherche .wrapper_resultat .wrap_resultat .readmore_arrow {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.2em;
  margin-top: 20px;
}
.layout_recherche .wrapper_resultats_recherche .wrapper_resultat .wrap_resultat .readmore_arrow .i_svg {
  height: 20px;
  width: 20px;
}
.wrap_popup {
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.2em;
  background-color: #fff;
  box-shadow: 0px 1px 8px -2px #111;
  display: none;
  left: 50%;
  max-height: 70%;
  max-width: 900px;
  overflow: auto;
  padding: 50px 50px 30px;
  position: fixed;
  top: 50%;
  width: calc(100% - 40px);
  z-index: 999;
}
@media only screen and (max-width: 767px) {
  .wrap_popup {
    padding: 20px;
  }
}
.wrap_popup .close_popup {
  background-image: url(../images/svg/close-small-black.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  cursor: pointer;
  display: block;
  height: 30px;
  padding: 10px;
  position: absolute;
  right: 15px;
  text-decoration: underline;
  text-align: center;
  top: 15px;
  width: 30px;
}
#arrow_gotop {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  bottom: 40px;
  cursor: pointer;
  height: 50px;
  opacity: 1;
  padding: 10px;
  position: fixed;
  right: 30px;
  width: 50px;
  z-index: 200;
}
@media only screen and (max-width: 479px) {
  #arrow_gotop {
    bottom: 5px;
    right: 5px;
  }
}
#arrow_gotop.hidden {
  opacity: 0;
  visibility: hidden;
}
.mailpoet_form .mailpoet_submit {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  align-items: center;
  background-color: #CC3872;
  border: 1px solid #CC3872;
  border-radius: 25px;
  box-shadow: none;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-flex;
  font-weight: 700;
  justify-content: center;
  min-width: 240px;
  outline: none;
  overflow: hidden;
  padding: 16px 30px;
  position: relative;
  text-align: center;
  text-decoration: none;
  /* Style des boutons générés dans Gutenberg */
}
@media only screen and (max-width: 479px) {
  .mailpoet_form .mailpoet_submit {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1;
  }
}
.mailpoet_form .mailpoet_submit.with_svg {
  padding: 12px 20px 12px 60px;
}
.mailpoet_form .mailpoet_submit .i_svg {
  height: 20px;
  padding-right: 10px;
  width: 30px;
}
.mailpoet_form .mailpoet_submit .i_svg.arrow {
  margin-top: 2px;
  padding-left: 10px;
}
.mailpoet_form .mailpoet_submit.reverse {
  background-color: #FFFFFF;
  color: #000000;
}
.mailpoet_form .mailpoet_submit.reverse:hover, .mailpoet_form .mailpoet_submit.reverse:focus {
  background-color: #000000;
  color: #FFFFFF;
}
.mailpoet_form .mailpoet_submit span {
  position: relative;
  z-index: 1;
}
.mailpoet_form .mailpoet_submit:after {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -moz-transform: scale(0.1, 0.2);
  -o-transform: scale(0.1, 0.2);
  -ms-transform: scale(0.1, 0.2);
  -webkit-transform: scale(0.1, 0.2);
  transform: scale(0.1, 0.2);
  background-color: #FFFFFF;
  border-radius: 50%;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.mailpoet_form .mailpoet_submit:hover, .mailpoet_form .mailpoet_submit:focus {
  background-color: #FFFFFF;
  border: 1px solid #CC3872;
  box-shadow: none;
  color: #CC3872;
  outline: none;
  text-decoration: none;
}
.mailpoet_form .mailpoet_submit:hover:after, .mailpoet_form .mailpoet_submit:focus:after {
  -moz-transform: scale(1.2, 2.4);
  -o-transform: scale(1.2, 2.4);
  -ms-transform: scale(1.2, 2.4);
  -webkit-transform: scale(1.2, 2.4);
  transform: scale(1.2, 2.4);
  opacity: 0.1;
}
.mailpoet_form .mailpoet_submit .wp-block-button__link {
  background: none;
}
.fade-in {
  -webkit-animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
/* ----------------------------------------------
 * Generated by Animista on 2019-8-22 15:10:37
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation fade-in
 * ----------------------------------------
 */
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.slide-in-right {
  -webkit-animation: slide-in-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-in-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
/* ----------------------------------------------
 * Generated by Animista on 2019-8-22 15:11:21
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation slide-in-right
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.slide-in-left {
  -webkit-animation: slide-in-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-in-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
/* ----------------------------------------------
 * Generated by Animista on 2019-8-22 15:11:35
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation slide-in-left
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes move-up-down {
  0%, 100% {
    top: 20px;
  }
  50% {
    top: 25px;
  }
}
/* 
 * Styles partagés
 */
#fl-to-top {
  bottom: 100px;
}
::selection {
  background: #CC3872;
  color: #FFFFFF;
}
::-moz-selection {
  background: #CC3872;
  color: #FFFFFF;
}
/* [ Initilisations de mixins */
.readmore_arrow {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2em;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  align-items: center;
  display: inline-flex;
  color: #000000;
  font-weight: 500;
  margin: 10px 0;
  position: relative;
  text-decoration: none;
}
@media only screen and (max-width: 1199px) {
  .readmore_arrow {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.2em;
  }
}
.readmore_arrow.no_label:after {
  display: none !important;
}
.readmore_arrow:after {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transform-origin: left center;
  background-color: #000000;
  bottom: -2px;
  content: " ";
  display: block;
  height: 2px;
  left: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  width: 20%;
}
.readmore_arrow:hover, .readmore_arrow:focus {
  color: #000000;
  text-decoration: none;
}
.readmore_arrow:hover span, .readmore_arrow:focus span {
  color: #000000;
}
.readmore_arrow:hover i path, .readmore_arrow:focus i path {
  stroke: #000000;
}
.readmore_arrow:hover i #fil-hover path, .readmore_arrow:focus i #fil-hover path {
  opacity: 1 !important;
}
.readmore_arrow:hover:after, .readmore_arrow:focus:after {
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
}
.readmore_arrow i {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  height: 40px;
  min-width: 30px;
  padding-left: 10px;
  position: relative;
  top: 2px;
  width: 40px;
}
@media only screen and (max-width: 1199px) {
  .readmore_arrow i {
    top: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .readmore_arrow i {
    min-width: 35px;
    width: 35px;
  }
}
.readmore_arrow i svg {
  height: auto;
  width: 100%;
}
.readmore_arrow i svg #fil-hover path {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.readmore_arrow i path {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  stroke: #000000;
}
.readmore_arrow_btn {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-flex;
  margin: 10px 0;
  outline: none;
  padding: 0;
  position: relative;
  -webkit-appearance: none;
}
.readmore_arrow_btn .layer1 {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  align-items: center;
  background-color: #CC3872;
  border-radius: 5px;
  display: inline-flex;
  color: #FFFFFF;
  font-weight: 500;
  justify-content: center;
  left: 0;
  margin: 0;
  min-height: 55px;
  padding: 0 12px 0 14px;
  position: relative;
  text-transform: uppercase;
  width: 100%;
  z-index: 2;
}
.readmore_arrow_btn .layer2 {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  background-color: transparent;
  border: 1px solid #CC3872;
  border-radius: 5px;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  margin: 0 auto;
  position: absolute;
  opacity: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}
.readmore_arrow_btn:hover, .readmore_arrow_btn:focus {
  color: #FFFFFF;
  outline: none;
}
.readmore_arrow_btn:hover .layer2, .readmore_arrow_btn:focus .layer2 {
  -moz-transform: translate(6px, 6px);
  -o-transform: translate(6px, 6px);
  -ms-transform: translate(6px, 6px);
  -webkit-transform: translate(6px, 6px);
  transform: translate(6px, 6px);
  opacity: 1;
}
.readmore_arrow_btn i {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: flex;
  height: 24px;
  padding-left: 14px;
  position: relative;
  top: 0;
  width: auto;
}
.readmore_arrow_btn i svg {
  height: 100%;
  width: auto;
}
.readmore_arrow_btn i path {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  stroke: #FFFFFF;
}
.readmore {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  align-items: center;
  color: #B52F63;
  display: inline-flex;
  font-family: 'Poppins', 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-weight: 700;
  justify-content: center;
  margin: 20px 0;
  outline: none;
  overflow: hidden;
  padding: 5px 0;
  position: relative;
  text-decoration: none;
  text-align: center;
}
.readmore:after {
  -moz-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  bottom: 3px;
  border-bottom: 1px solid #B52F63;
  content: " ";
  display: block;
  margin: 0 auto;
  position: absolute;
  transform-origin: center;
  width: 100%;
}
@media only screen and (max-width: 1439px) {
  .readmore {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1;
  }
}
@media only screen and (max-width: 767px) {
  .readmore {
    margin: 10px 0;
  }
}
.readmore:hover, .readmore:focus {
  color: #B52F63;
  box-shadow: none;
  outline: none;
  text-decoration: none;
}
.readmore:hover:after, .readmore:focus:after {
  -moz-transform: scale(0.2, 1);
  -o-transform: scale(0.2, 1);
  -ms-transform: scale(0.2, 1);
  -webkit-transform: scale(0.2, 1);
  transform: scale(0.2, 1);
  border-bottom: 1px solid #B52F63;
}
.auto_size {
  font-family: inherit;
}
.auto_size.resized * {
  -moz-transform: translate(0, 0) !important;
  -o-transform: translate(0, 0) !important;
  -ms-transform: translate(0, 0) !important;
  -webkit-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
  opacity: 1 !important;
}
.auto_size:not(.no_anim) * {
  -moz-transition: opacity 0.5s ease, transform 0.5s ease;
  -o-transition: opacity 0.5s ease, transform 0.5s ease;
  -webkit-transition: opacity 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease;
  -moz-transform: translate(0px, 10px);
  -o-transform: translate(0px, 10px);
  -ms-transform: translate(0px, 10px);
  -webkit-transform: translate(0px, 10px);
  transform: translate(0px, 10px);
  opacity: 0;
}
.auto_size .auto_size_inner {
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
}
.btn1:not(.wp-block-button), .btn1 .block-editor-rich-text__editable.wp-block-button__link, .wp-block-button.btn1 a {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  align-items: center;
  background-color: #CC3872;
  border: 1px solid #CC3872;
  border-radius: 25px;
  box-shadow: none;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-flex;
  font-weight: 700;
  justify-content: center;
  min-width: 240px;
  outline: none;
  overflow: hidden;
  padding: 16px 30px;
  position: relative;
  text-align: center;
  text-decoration: none;
  /* Style des boutons générés dans Gutenberg */
}
@media only screen and (max-width: 479px) {
  .btn1:not(.wp-block-button), .btn1 .block-editor-rich-text__editable.wp-block-button__link, .wp-block-button.btn1 a {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1;
  }
}
.btn1:not(.wp-block-button).with_svg, .btn1 .block-editor-rich-text__editable.wp-block-button__link.with_svg, .wp-block-button.btn1 a.with_svg {
  padding: 12px 20px 12px 60px;
}
.btn1:not(.wp-block-button) .i_svg, .btn1 .block-editor-rich-text__editable.wp-block-button__link .i_svg, .wp-block-button.btn1 a .i_svg {
  height: 20px;
  padding-right: 10px;
  width: 30px;
}
.btn1:not(.wp-block-button) .i_svg.arrow, .btn1 .block-editor-rich-text__editable.wp-block-button__link .i_svg.arrow, .wp-block-button.btn1 a .i_svg.arrow {
  margin-top: 2px;
  padding-left: 10px;
}
.btn1:not(.wp-block-button).reverse, .btn1 .block-editor-rich-text__editable.wp-block-button__link.reverse, .wp-block-button.btn1 a.reverse {
  background-color: #FFFFFF;
  color: #000000;
}
.btn1:not(.wp-block-button).reverse:hover, .btn1:not(.wp-block-button).reverse:focus, .btn1 .block-editor-rich-text__editable.wp-block-button__link.reverse:hover, .btn1 .block-editor-rich-text__editable.wp-block-button__link.reverse:focus, .wp-block-button.btn1 a.reverse:hover, .wp-block-button.btn1 a.reverse:focus {
  background-color: #000000;
  color: #FFFFFF;
}
.btn1:not(.wp-block-button) span, .btn1 .block-editor-rich-text__editable.wp-block-button__link span, .wp-block-button.btn1 a span {
  position: relative;
  z-index: 1;
}
.btn1:not(.wp-block-button):after, .btn1 .block-editor-rich-text__editable.wp-block-button__link:after, .wp-block-button.btn1 a:after {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -moz-transform: scale(0.1, 0.2);
  -o-transform: scale(0.1, 0.2);
  -ms-transform: scale(0.1, 0.2);
  -webkit-transform: scale(0.1, 0.2);
  transform: scale(0.1, 0.2);
  background-color: #FFFFFF;
  border-radius: 50%;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.btn1:not(.wp-block-button):hover, .btn1:not(.wp-block-button):focus, .btn1 .block-editor-rich-text__editable.wp-block-button__link:hover, .btn1 .block-editor-rich-text__editable.wp-block-button__link:focus, .wp-block-button.btn1 a:hover, .wp-block-button.btn1 a:focus {
  background-color: #FFFFFF;
  border: 1px solid #CC3872;
  box-shadow: none;
  color: #CC3872;
  outline: none;
  text-decoration: none;
}
.btn1:not(.wp-block-button):hover:after, .btn1:not(.wp-block-button):focus:after, .btn1 .block-editor-rich-text__editable.wp-block-button__link:hover:after, .btn1 .block-editor-rich-text__editable.wp-block-button__link:focus:after, .wp-block-button.btn1 a:hover:after, .wp-block-button.btn1 a:focus:after {
  -moz-transform: scale(1.2, 2.4);
  -o-transform: scale(1.2, 2.4);
  -ms-transform: scale(1.2, 2.4);
  -webkit-transform: scale(1.2, 2.4);
  transform: scale(1.2, 2.4);
  opacity: 0.1;
}
.btn1:not(.wp-block-button) .wp-block-button__link, .btn1 .block-editor-rich-text__editable.wp-block-button__link .wp-block-button__link, .wp-block-button.btn1 a .wp-block-button__link {
  background: none;
}
.btn2:not(.wp-block-button), .btn2 .block-editor-rich-text__editable.wp-block-button__link, .wp-block-button.btn2 a {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  align-items: center;
  background-color: #CC3872;
  border: 1px solid #CC3872;
  border-radius: 25px;
  box-shadow: none;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-flex;
  font-weight: 700;
  justify-content: center;
  min-width: 240px;
  outline: none;
  overflow: hidden;
  padding: 16px 30px;
  position: relative;
  text-align: center;
  text-decoration: none;
  /* Style des boutons générés dans Gutenberg */
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
  color: #CC3872;
}
@media only screen and (max-width: 479px) {
  .btn2:not(.wp-block-button), .btn2 .block-editor-rich-text__editable.wp-block-button__link, .wp-block-button.btn2 a {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1;
  }
}
.btn2:not(.wp-block-button).with_svg, .btn2 .block-editor-rich-text__editable.wp-block-button__link.with_svg, .wp-block-button.btn2 a.with_svg {
  padding: 12px 20px 12px 60px;
}
.btn2:not(.wp-block-button) .i_svg, .btn2 .block-editor-rich-text__editable.wp-block-button__link .i_svg, .wp-block-button.btn2 a .i_svg {
  height: 20px;
  padding-right: 10px;
  width: 30px;
}
.btn2:not(.wp-block-button) .i_svg.arrow, .btn2 .block-editor-rich-text__editable.wp-block-button__link .i_svg.arrow, .wp-block-button.btn2 a .i_svg.arrow {
  margin-top: 2px;
  padding-left: 10px;
}
.btn2:not(.wp-block-button).reverse, .btn2 .block-editor-rich-text__editable.wp-block-button__link.reverse, .wp-block-button.btn2 a.reverse {
  background-color: #FFFFFF;
  color: #000000;
}
.btn2:not(.wp-block-button).reverse:hover, .btn2:not(.wp-block-button).reverse:focus, .btn2 .block-editor-rich-text__editable.wp-block-button__link.reverse:hover, .btn2 .block-editor-rich-text__editable.wp-block-button__link.reverse:focus, .wp-block-button.btn2 a.reverse:hover, .wp-block-button.btn2 a.reverse:focus {
  background-color: #000000;
  color: #FFFFFF;
}
.btn2:not(.wp-block-button) span, .btn2 .block-editor-rich-text__editable.wp-block-button__link span, .wp-block-button.btn2 a span {
  position: relative;
  z-index: 1;
}
.btn2:not(.wp-block-button):after, .btn2 .block-editor-rich-text__editable.wp-block-button__link:after, .wp-block-button.btn2 a:after {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -moz-transform: scale(0.1, 0.2);
  -o-transform: scale(0.1, 0.2);
  -ms-transform: scale(0.1, 0.2);
  -webkit-transform: scale(0.1, 0.2);
  transform: scale(0.1, 0.2);
  background-color: #FFFFFF;
  border-radius: 50%;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.btn2:not(.wp-block-button):hover, .btn2:not(.wp-block-button):focus, .btn2 .block-editor-rich-text__editable.wp-block-button__link:hover, .btn2 .block-editor-rich-text__editable.wp-block-button__link:focus, .wp-block-button.btn2 a:hover, .wp-block-button.btn2 a:focus {
  background-color: #FFFFFF;
  border: 1px solid #CC3872;
  box-shadow: none;
  color: #CC3872;
  outline: none;
  text-decoration: none;
}
.btn2:not(.wp-block-button):hover:after, .btn2:not(.wp-block-button):focus:after, .btn2 .block-editor-rich-text__editable.wp-block-button__link:hover:after, .btn2 .block-editor-rich-text__editable.wp-block-button__link:focus:after, .wp-block-button.btn2 a:hover:after, .wp-block-button.btn2 a:focus:after {
  -moz-transform: scale(1.2, 2.4);
  -o-transform: scale(1.2, 2.4);
  -ms-transform: scale(1.2, 2.4);
  -webkit-transform: scale(1.2, 2.4);
  transform: scale(1.2, 2.4);
  opacity: 0.1;
}
.btn2:not(.wp-block-button) .wp-block-button__link, .btn2 .block-editor-rich-text__editable.wp-block-button__link .wp-block-button__link, .wp-block-button.btn2 a .wp-block-button__link {
  background: none;
}
.btn2:not(.wp-block-button):hover, .btn2:not(.wp-block-button):focus, .btn2 .block-editor-rich-text__editable.wp-block-button__link:hover, .btn2 .block-editor-rich-text__editable.wp-block-button__link:focus, .wp-block-button.btn2 a:hover, .wp-block-button.btn2 a:focus {
  background-color: #CC3872;
  border: 1px solid #CC3872;
  color: #FFFFFF;
}
.nom_produit {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2em;
  color: #000000;
  font-family: 'Poppins', 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-weight: 700;
  margin-top: 10px;
  padding-top: 0;
  text-align: center;
  text-transform: uppercase;
}
.nom_produit:hover, .nom_produit:focus {
  color: #CC3872;
}
@media only screen and (max-width: 1439px) {
  .nom_produit {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 1365px) {
  .nom_produit {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 991px) {
  .nom_produit {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 599px) {
  .nom_produit {
    text-transform: none;
  }
}
.prix {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2em;
  color: #000000;
  display: block;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
  .prix {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 479px) {
  .prix {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.2em;
  }
}
.add_to_cart_button {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  align-items: center;
  background-color: rgba(204, 56, 114, 0.8);
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  justify-content: center;
  left: 0;
  margin: 0;
  outline: none;
  opacity: 0;
  padding: 10px;
  position: absolute;
  text-align: center;
  top: 0;
  visibility: hidden;
  width: 100%;
}
.add_to_cart_button svg {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transform: translate(0, -10px);
  -o-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
  -webkit-transform: translate(0, -10px);
  transform: translate(0, -10px);
  height: 55px;
  width: 55px;
}
@media only screen and (max-width: 991px) {
  .add_to_cart_button svg {
    height: 40px;
    width: 40px;
  }
}
@media only screen and (max-width: 479px) {
  .add_to_cart_button svg {
    margin-top: 10px;
  }
}
.add_to_cart_button span {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transform: translate(0, 10px);
  -o-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
  -webkit-transform: translate(0, 10px);
  transform: translate(0, 10px);
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.2em;
  color: #FFFFFF;
  display: block;
  font-weight: 700;
  margin-top: 5px;
  text-align: center;
  width: 100%;
}
@media only screen and (max-width: 1365px) {
  .add_to_cart_button span {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 479px) {
  .add_to_cart_button span {
    display: none;
  }
}
.add_to_cart_button:after {
  color: #FFFFFF;
  font-family: WooCommerce;
  font-weight: 400;
  position: absolute;
  top: 14px;
  right: 14px;
}
@media only screen and (max-width: 479px) {
  .add_to_cart_button:after {
    display: none;
  }
}
.add_to_cart_button.loading:after {
  animation: spin 2s linear infinite;
  content: "";
  display: block;
  vertical-align: top;
}
.add_to_cart_button.added:after {
  content: "";
}
.added_to_cart {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transform: translate(0, 10px);
  -o-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
  -webkit-transform: translate(0, 10px);
  transform: translate(0, 10px);
  bottom: 0;
  color: #FFFFFF;
  opacity: 0;
  padding: 10px;
  position: absolute;
  text-align: center;
  visibility: hidden;
  width: 100%;
  z-index: 3;
}
@media only screen and (max-width: 991px) {
  .added_to_cart {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 479px) {
  .added_to_cart {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.2em;
  }
}
html {
  font-size: 16px;
}
body {
  background-color: #FFFFFF;
  color: #000000;
  font-family: 'Poppins', 'Trebuchet MS', Arial, Helvetica, sans-serif;
}
body a {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body a:hover, body a:focus {
  outline: none;
  text-decoration: none;
}
body h2 {
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 1.2em;
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 700;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 1365px) {
  body h2 {
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 1199px) {
  body h2 {
    font-size: 29px;
    font-size: 1.8125rem;
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 479px) {
  body h2 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.2em;
  }
}
body h2, body h3, body h4 {
  color: #000000;
  text-transform: none;
}
body .lazy.with_alpha {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
body .lazy.with_alpha .alpha {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: rgba(0, 0, 0, 0.22);
  height: 100%;
  position: absolute;
  width: 100%;
}
body .wrap_with_alpha:hover .alpha, body .wrap_with_alpha:focus .alpha {
  background-color: rgba(0, 0, 0, 0.12);
}
body .mark, body mark {
  background-color: transparent;
  font-size: 0.8em;
  font-weight: 500;
}
.section {
  margin: 0 auto 100px;
  max-width: 1500px;
}
@media only screen and (max-width: 1199px) {
  .section {
    margin: 0 auto 70px;
  }
}
.section > .section_content {
  padding: 0 20px;
}
.section > .section_content.section_centree {
  margin: 0 auto;
  max-width: 1250px;
}
.section.section_full_width {
  max-width: none;
}
.section.section_full_width > .section {
  padding: 0 20px;
}
.section.section_full_width .section_content {
  padding: 0 60px;
}
@media only screen and (max-width: 1365px) {
  .section.section_full_width .section_content {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .section.section_full_width .section_content {
    padding: 0 20px;
  }
}
.section.section_full_width .section_content.section_centree {
  padding: 0 20px;
}
.wrapper_main_header {
  background-color: #FFFFFF;
  border-top: 10px solid #CC3872;
  height: 140px;
  padding: 10px 20px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
@media only screen and (max-width: 1365px) {
  .wrapper_main_header {
    height: 130px;
  }
}
@media only screen and (max-width: 599px) {
  .wrapper_main_header {
    border-top: 6px solid #CC3872;
    height: 90px;
    padding: 5px 20px;
  }
}
.wrap_body {
  box-shadow: none;
  padding-top: 140px;
  width: 100%;
}
@media only screen and (max-width: 599px) {
  .wrap_body {
    padding-top: 90px;
  }
}
.wrap_main_menu {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 1365px) {
  .wrap_main_menu {
    justify-content: center;
  }
}
.wrap_main_menu .wrap_menu {
  flex: 1 0 0%;
}
@media only screen and (max-width: 1365px) {
  .wrap_main_menu .wrap_menu {
    display: none;
  }
}
.wrap_main_menu .wrap_menu .menu {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.wrap_main_menu .wrap_menu .menu li {
  padding: 0 25px;
}
@media only screen and (max-width: 1699px) {
  .wrap_main_menu .wrap_menu .menu li {
    padding: 0 10px;
  }
}
.wrap_main_menu .wrap_menu .menu li a {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.2em;
  align-items: center;
  color: #000000;
  display: flex;
  flex-wrap: wrap;
  font-weight: 700;
  justify-content: center;
  padding: 10px;
}
.wrap_main_menu .wrap_menu .menu li a:hover, .wrap_main_menu .wrap_menu .menu li a:focus {
  color: #CC3872;
  text-decoration: none;
}
.wrap_main_menu .wrap_menu .menu li a > .i_svg {
  margin-right: 7px;
}
.wrap_main_menu .wrap_menu.aside .menu li {
  padding: 0 10px;
}
.wrap_main_menu .wrap_logo {
  flex: 0 0 180px;
  max-width: 180px;
}
@media only screen and (max-width: 1439px) {
  .wrap_main_menu .wrap_logo {
    flex: 0 0 170px;
    max-width: 170px;
  }
}
@media only screen and (max-width: 599px) {
  .wrap_main_menu .wrap_logo {
    flex: 0 0 120px;
    max-width: 120px;
  }
}
.wrap_main_menu .wrap_logo .i_svg {
  width: 100%;
}
.wrap_main_menu .revendeur .i_svg, .wrap_main_menu .compte .i_svg {
  height: 37px;
}
@media only screen and (max-width: 1699px) {
  .wrap_main_menu .revendeur .i_svg, .wrap_main_menu .compte .i_svg {
    display: none;
  }
}
@media only screen and (max-width: 1365px) {
  .menu.menu_boutique .i_svg, .menu.menu_boutique .i_panier {
    display: none;
  }
}
.menu.menu_boutique .i_svg_mobile, .menu.menu_boutique .i_panier_mobile {
  display: none;
}
@media only screen and (max-width: 1365px) {
  .menu.menu_boutique .i_svg_mobile, .menu.menu_boutique .i_panier_mobile {
    display: block;
  }
}
.menu.menu_boutique .panier .wrap_svg {
  background-color: #CC3872;
  border-radius: 55px;
  height: 55px;
  margin-right: 7px;
  overflow: visible;
  padding: 10px;
  position: relative;
  width: 55px;
}
@media only screen and (max-width: 1699px) {
  .menu.menu_boutique .panier .wrap_svg {
    height: 40px;
    width: 40px;
  }
}
.menu.menu_boutique .panier .wrap_svg .compteur {
  align-items: center;
  background-color: #FFC700;
  border-radius: 24px;
  color: #84133F;
  display: flex;
  flex-wrap: wrap;
  font-style: normal;
  font-weight: 700;
  justify-content: center;
  line-height: 0.6;
  min-height: 24px;
  min-width: 24px;
  padding: 6px;
  position: absolute;
  right: -3px;
  top: -10px;
}
@media only screen and (max-width: 1699px) {
  .menu.menu_boutique .panier .wrap_svg .compteur {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.2em;
    right: -12px;
    top: -12px;
  }
}
.wrap_menu_mobile_full_screen {
  -moz-transition: all 600ms cubic-bezier(0.65, 0, 0.35, 1);
  -o-transition: all 600ms cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: all 600ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 600ms cubic-bezier(0.65, 0, 0.35, 1);
  -moz-transform: translate(0, calc(-100% - 10px));
  -o-transform: translate(0, calc(-100% - 10px));
  -ms-transform: translate(0, calc(-100% - 10px));
  -webkit-transform: translate(0, calc(-100% - 10px));
  transform: translate(0, calc(-100% - 10px));
  background-color: #FFFFFF;
  height: 100%;
  left: 0;
  opacity: 1;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
@media only screen and (min-width: 1440px) {
  .wrap_menu_mobile_full_screen {
    display: none;
  }
  .wrap_menu_mobile_full_screen.open {
    display: none !important;
  }
}
.wrap_menu_mobile_full_screen.fixed_and_slide {
  position: fixed;
}
.wrap_menu_mobile_full_screen.open {
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.wrap_menu_mobile_full_screen.hidden {
  display: none;
}
.wrap_menu_mobile_full_screen .wrap_main_menu_mobile {
  background-color: #CC3872;
  height: 100%;
  overflow: auto;
  padding-bottom: 200px;
  position: relative;
  text-align: left;
  z-index: 1;
}
.wrap_menu_mobile_full_screen .wrap_main_menu_mobile .wrap_top {
  padding: 170px 100px 40px;
}
@media only screen and (max-width: 767px) {
  .wrap_menu_mobile_full_screen .wrap_main_menu_mobile .wrap_top {
    padding: 170px 50px 40px;
  }
}
@media only screen and (max-width: 599px) {
  .wrap_menu_mobile_full_screen .wrap_main_menu_mobile .wrap_top {
    padding: 150px 20px 20px 35px;
  }
}
.wrap_menu_mobile_full_screen .wrap_main_menu_mobile .wrap_logo {
  display: flex;
  justify-content: center;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 20px;
  width: 100%;
}
.wrap_menu_mobile_full_screen .wrap_main_menu_mobile .wrap_logo .i_svg {
  width: 200px;
}
@media only screen and (max-width: 599px) {
  .wrap_menu_mobile_full_screen .wrap_main_menu_mobile .wrap_logo .i_svg {
    width: 170px;
  }
}
.wrap_menu_mobile_full_screen .wrap_main_menu_mobile ul {
  margin: 0;
  padding: 0;
}
.wrap_menu_mobile_full_screen .wrap_main_menu_mobile ul li {
  list-style: none;
  margin: 0;
  position: relative;
}
.wrap_menu_mobile_full_screen .wrap_main_menu_mobile ul li.current-menu-item > a {
  font-weight: 700;
  position: relative;
}
@media only screen and (max-width: 479px) {
  .wrap_menu_mobile_full_screen .wrap_main_menu_mobile ul li.current-menu-item > a {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.2em;
  }
}
.wrap_menu_mobile_full_screen .wrap_main_menu_mobile ul li.current-menu-item > a:before {
  background-image: url(../images/svg/bulle-blanc.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: " ";
  display: block;
  height: 20px;
  left: -24px;
  margin: 0 auto;
  position: absolute;
  width: 14px;
}
@media only screen and (max-width: 599px) {
  .wrap_menu_mobile_full_screen .wrap_main_menu_mobile ul li.current-menu-item > a:before {
    top: -1px;
  }
}
.wrap_menu_mobile_full_screen .wrap_main_menu_mobile ul li a {
  -moz-transition: all 0.3s ease 0.2s;
  -o-transition: all 0.3s ease 0.2s;
  -webkit-transition: all 0.3s ease 0.2s;
  transition: all 0.3s ease 0.2s;
  display: inline-block;
  font-weight: 400;
  padding: 0 10px;
  text-decoration: none;
}
.wrap_menu_mobile_full_screen .wrap_main_menu_mobile ul li .wrap_plus {
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  bottom: 0;
  cursor: pointer;
  display: block;
  margin: auto;
  position: absolute;
}
.wrap_menu_mobile_full_screen .wrap_main_menu_mobile ul li .wrap_plus .v {
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  background-color: #FFFFFF;
  border-radius: 3px;
  bottom: 0;
  cursor: pointer;
  display: block;
  height: 14px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 4px;
}
.wrap_menu_mobile_full_screen .wrap_main_menu_mobile ul li .wrap_plus .h {
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  background-color: #FFFFFF;
  border-radius: 3px;
  bottom: 0;
  cursor: pointer;
  display: block;
  height: 4px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 14px;
}
.wrap_menu_mobile_full_screen .wrap_main_menu_mobile ul li .wrap_plus.opened_submenu .v, .wrap_menu_mobile_full_screen .wrap_main_menu_mobile ul li .wrap_plus.opened_submenu .h {
  background-color: #FFFFFF;
}
.wrap_menu_mobile_full_screen .wrap_main_menu_mobile ul li .wrap_plus.opened_submenu .v {
  -moz-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}
.wrap_menu_mobile_full_screen .wrap_main_menu_mobile ul > li {
  margin: 0 0 25px;
  position: relative;
}
@media only screen and (max-width: 599px) {
  .wrap_menu_mobile_full_screen .wrap_main_menu_mobile ul > li {
    margin: 0 0 20px;
  }
}
@media only screen and (max-width: 479px) {
  .wrap_menu_mobile_full_screen .wrap_main_menu_mobile ul > li {
    margin: 0 0 15px;
  }
}
.wrap_menu_mobile_full_screen .wrap_main_menu_mobile ul > li .wrap_plus {
  height: 20px;
  left: -40px;
  top: -2px;
  width: 20px;
}
@media only screen and (max-width: 479px) {
  .wrap_menu_mobile_full_screen .wrap_main_menu_mobile ul > li .wrap_plus {
    left: -30px;
  }
}
.wrap_menu_mobile_full_screen .wrap_main_menu_mobile ul > li > a {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.2em;
  color: #FFFFFF;
  font-weight: 600;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  text-transform: uppercase;
}
@media only screen and (max-width: 479px) {
  .wrap_menu_mobile_full_screen .wrap_main_menu_mobile ul > li > a {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.2em;
  }
}
.wrap_menu_mobile_full_screen .wrap_main_menu_mobile ul > li > a:hover, .wrap_menu_mobile_full_screen .wrap_main_menu_mobile ul > li > a:focus {
  color: #FFFFFF;
}
.wrap_menu_mobile_full_screen .wrap_main_menu_mobile ul > li.current-menu-item a {
  color: #FFFFFF;
}
.wrap_menu_mobile_full_screen .wrap_main_menu_mobile .menu2 {
  border-top: 1px solid #FFFFFF;
  padding-top: 25px;
}
.wrap_menu_mobile_full_screen .wrap_main_menu_mobile .menu2 ul li a {
  font-weight: 700;
  text-transform: none;
}
.wrap_menu_mobile_full_screen .wrap_main_menu_mobile .wrap_bottom {
  background-color: #B52F63;
  bottom: 0;
  padding: 20px;
  position: fixed;
  width: 100%;
}
@media only screen and (max-width: 479px) {
  .wrap_menu_mobile_full_screen .wrap_main_menu_mobile .wrap_bottom {
    padding: 20px 5px 5px;
  }
}
.wrap_menu_mobile_full_screen .wrap_main_menu_mobile .wrap_bottom ul {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: auto;
}
.wrap_menu_mobile_full_screen .wrap_main_menu_mobile .wrap_bottom ul li {
  flex: 0 0 33.333%;
  max-width: 33.333%;
  margin: 0;
  padding: 10px;
  text-align: center;
}
.wrap_menu_mobile_full_screen .wrap_main_menu_mobile .wrap_bottom ul li a {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.2em;
  font-weight: 500;
  text-transform: none;
}
.wrap_menu_mobile_full_screen .wrap_main_menu_mobile .wrap_bottom ul li a .i_svg_mobile, .wrap_menu_mobile_full_screen .wrap_main_menu_mobile .wrap_bottom ul li a .wrap_svg {
  border-radius: 55px;
  background-color: #FFFFFF;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  height: 55px;
  justify-content: center;
  margin: auto auto 10px;
  padding: 10px;
  width: 55px;
}
.wrap_search_form {
  background-color: #FFFFFF;
  margin: 15px 0 20px;
  padding: 0 20px;
  position: relative;
  width: 100%;
}
.wrap_search_form form {
  align-items: center;
  color: #000000;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-width: 1100px;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 1439px) {
  .wrap_search_form form {
    max-width: 900px;
  }
}
.wrap_search_form form .search-field {
  border-radius: 65px;
  border: 1px solid #CBCBCB;
}
.wrap_search_form form .search-submit {
  align-items: center;
  background-color: transparent;
  border: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  height: 100%;
  outline: none;
  padding: 14px;
  position: absolute;
  right: 10px;
  top: 0;
  width: 50px;
}
@media only screen and (max-width: 599px) {
  .wrap_search_form form .search-submit {
    padding: 7px;
  }
}
.wrap_search_form form .search-submit .i_svg {
  height: 100%;
}
.wrap_search_form .close_full_screens {
  cursor: pointer;
  position: absolute;
  height: 30px;
  right: 40px;
  top: 120px;
  width: 30px;
  z-index: 2;
}
@media only screen and (max-width: 479px) {
  .wrap_search_form .close_full_screens {
    height: 20px;
    right: 30px;
    top: 100px;
    width: 20px;
  }
}
.section_menu_secondaire {
  margin-bottom: 0;
}
@media only screen and (max-width: 479px) {
  .section_menu_secondaire {
    display: none;
  }
}
.section_menu_secondaire .wrap_menu_secondaire {
  background-color: #CC3872;
  border-radius: 5px;
  padding: 20px;
}
@media only screen and (max-width: 991px) {
  .section_menu_secondaire .wrap_menu_secondaire {
    padding: 10px;
  }
}
.section_menu_secondaire .wrap_menu_secondaire .menu {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 1699px) {
  .section_menu_secondaire .wrap_menu_secondaire .menu {
    justify-content: center;
  }
}
.section_menu_secondaire .wrap_menu_secondaire .menu li {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  padding: 0 10px;
}
.section_menu_secondaire .wrap_menu_secondaire .menu li a {
  color: #FFFFFF;
  font-weight: 600;
  padding: 10px;
  text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
  .section_menu_secondaire .wrap_menu_secondaire .menu li a {
    padding: 5px;
  }
}
.grecaptcha-badge {
  display: none;
}
.wrap_page_content {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.4;
}
.wrap_page_content a {
  color: #CC3872;
}
h1 {
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 29px;
    font-size: 1.8125rem;
    line-height: 1.2em;
  }
}
.zip_btn {
  background-color: #CC3872;
  border: none;
  border-radius: 0;
  color: #FFFFFF;
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  outline: none;
  padding: 9px 22px;
  text-decoration: none;
  text-shadow: none;
  transition: all 0.3s ease;
  text-transform: uppercase;
}
.zip_btn:hover, .zip_btn:focus {
  background-color: #B52F63;
  box-shadow: none;
  color: #FFFFFF;
  text-decoration: none;
}
.zip_btn:after {
  display: none;
}
.zip_btn.error:hover, .zip_btn.error:focus {
  background-color: #000000;
  color: #FFFFFF;
  cursor: default;
}
.zip_btn.btn_blanc {
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  margin: 0 auto;
}
.zip_btn.btn_blanc:hover, .zip_btn.btn_blanc:focus {
  background-color: #FFFFFF;
  color: #CC3872;
}
.zip_btn.black {
  background-color: #171F23;
  color: #FFFFFF;
}
.zip_btn.black:hover, .zip_btn.black:focus {
  background-color: #CC3872;
}
.wholesale_price_container ins {
  text-decoration: none;
}
.min-max-content-section {
  margin-bottom: 15px;
}
.woocommerce ul#shipping_method li label, .woocommerce-page ul#shipping_method li label {
  font-weight: 400;
  margin-left: 0;
}
.modaal-container {
  max-width: 1000px !important;
}
.wrap_dashboard {
  margin: 50px 0;
}
.wrap_dashboard > header {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media only screen and (max-width: 599px) {
  .wrap_dashboard > header {
    display: block;
  }
}
.wrap_dashboard > header h1 {
  margin: 0;
}
@media only screen and (max-width: 599px) {
  .wrap_dashboard > header h1 {
    text-align: center;
  }
}
.wrap_dashboard > header .wrap_deconnexion {
  text-align: center;
}
@media only screen and (max-width: 599px) {
  .wrap_dashboard > header .wrap_deconnexion {
    margin: 20px auto 0;
    max-width: 290px;
  }
  .wrap_dashboard > header .wrap_deconnexion a {
    width: 100%;
  }
}
.wrap_dashboard .woocommerce-MyAccount-navigation {
  float: none;
  margin: 30px 0;
  width: 100%;
}
.wrap_dashboard .woocommerce-MyAccount-navigation ul {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  max-width: 700px;
  padding: 0;
}
.wrap_dashboard .woocommerce-MyAccount-navigation ul li {
  flex: 0 0 31%;
  max-width: 31%;
  border: none;
  display: block;
  padding: 0 5px 10px;
}
@media only screen and (max-width: 599px) {
  .wrap_dashboard .woocommerce-MyAccount-navigation ul li {
    flex: 0 0 49%;
    max-width: 49%;
  }
}
.wrap_dashboard .woocommerce-MyAccount-navigation ul li.is-active a {
  background-color: #B52F63;
}
.wrap_dashboard .woocommerce-MyAccount-navigation ul li a {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2em;
  align-items: center;
  background-color: #CC3872;
  background-position: center 10px;
  background-repeat: no-repeat;
  background-size: 50px auto;
  color: #FFFFFF;
  display: inline-flex;
  justify-content: center;
  min-height: 120px;
  overflow: hidden;
  padding: 45px 20px 15px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
}
@media only screen and (max-width: 479px) {
  .wrap_dashboard .woocommerce-MyAccount-navigation ul li a {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.2em;
    min-height: 100px;
  }
}
.wrap_dashboard .woocommerce-MyAccount-navigation ul li a:hover, .wrap_dashboard .woocommerce-MyAccount-navigation ul li a:focus {
  background-color: #B52F63;
  text-decoration: none;
}
.wrap_dashboard .woocommerce-MyAccount-navigation ul li[class*='dashboard'] a {
  background-image: url(../images/svg/ico-dashboard.svg);
}
.wrap_dashboard .woocommerce-MyAccount-navigation ul li[class*='orders'] a {
  background-image: url(../images/svg/ico-orders.svg);
}
.wrap_dashboard .woocommerce-MyAccount-navigation ul li[class*='address'] a {
  background-image: url(../images/svg/ico-address.svg);
}
.wrap_dashboard .woocommerce-MyAccount-navigation ul li[class*='account'] a {
  background-image: url(../images/svg/ico-settings.svg);
}
.wrap_dashboard .woocommerce-MyAccount-navigation ul li[class*='legal'] a {
  background-image: url(../images/svg/ico-legal.svg);
}
.wrap_dashboard .woocommerce-MyAccount-navigation ul li[class*='documents'] a, .wrap_dashboard .woocommerce-MyAccount-navigation ul li[class*='downloads'] a {
  background-image: url(../images/svg/ico-download.svg);
}
.wrap_dashboard .woocommerce-MyAccount-navigation ul li[class*='newsletters'] a {
  background-image: url(../images/svg/ico-newsletters.svg);
}
.wrap_dashboard .woocommerce-MyAccount-navigation ul li:last-child {
  border: none;
}
.wrap_dashboard .woocommerce-MyAccount-content {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.2em;
  float: none;
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
}
.wrap_dashboard .woocommerce-MyAccount-content form[class*="woocommerce"] .form-row label {
  line-height: 1.2;
}
@media only screen and (max-width: 599px) {
  .wrap_dashboard .woocommerce-MyAccount-content form[class*="woocommerce"] .form-row label {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.2em;
    font-weight: 500;
  }
}
.wrap_dashboard .woocommerce-MyAccount-content form[class*="woocommerce"] input, .wrap_dashboard .woocommerce-MyAccount-content form[class*="woocommerce"] .password-input {
  max-width: 500px;
}
.wrap_dashboard .woocommerce-MyAccount-content form[class*="woocommerce"] fieldset {
  margin-top: 20px;
}
.wrap_dashboard .woocommerce-MyAccount-content form[class*="woocommerce"] span em {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.2em;
  display: block;
}
.wrap_dashboard .woocommerce-MyAccount-content .woocommerce-orders-table a {
  margin: 3px 6px 3px 0;
}
.wrap_dashboard .woocommerce-MyAccount-content .woocommerce-Addresses {
  margin-top: 50px;
}
.wrap_dashboard .woocommerce .woocommerce-form {
  margin-top: 0;
}
@media only screen and (max-width: 599px) {
  .wrap_rpt_downloads {
    padding-left: 0;
  }
}
.wrap_rpt_downloads .wrap_document {
  list-style: none;
  margin-bottom: 9px;
}
.wrap_rpt_downloads .wrap_document a {
  align-items: flex-end;
  display: inline-flex;
  flex-wrap: wrap;
  text-decoration: none;
}
.wrap_rpt_downloads .wrap_document a:hover, .wrap_rpt_downloads .wrap_document a:focus {
  text-decoration: none;
}
.wrap_rpt_downloads .wrap_document a i {
  display: block;
  padding-right: 10px;
}
.wrap_rpt_downloads .wrap_document a i svg {
  height: auto;
  width: 33px;
}
.woocommerce-privacy-policy-text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2em;
  font-style: italic;
}
div[id*="3623"], div[id*="3837"] {
  margin: 30px auto;
  max-width: 700px;
}
@media only screen and (max-width: 1199px) {
  div[id*="3623"] form, div[id*="3837"] form {
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
  }
}
@media only screen and (max-width: 599px) {
  div[id*="3623"] form, div[id*="3837"] form {
    max-width: 100%;
  }
}
div[id*="3623"] form .wpcf7-form-control-wrap, div[id*="3837"] form .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 15px;
  width: 100%;
}
div[id*="3623"] form label, div[id*="3837"] form label {
  font-size: 16px;
  font-weight: normal;
  margin-top: 10px;
}
div[id*="3623"] form input[type="text"], div[id*="3623"] form input[type="email"], div[id*="3623"] form input[type="tel"], div[id*="3623"] form select, div[id*="3837"] form input[type="text"], div[id*="3837"] form input[type="email"], div[id*="3837"] form input[type="tel"], div[id*="3837"] form select {
  background-color: #fff;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #000;
  box-shadow: none;
  height: 40px;
  font-size: 16px;
  font-weight: 500;
  padding: 6px 0;
  width: 100%;
}
div[id*="3623"] form input[type="text"]::placeholder, div[id*="3623"] form input[type="email"]::placeholder, div[id*="3623"] form input[type="tel"]::placeholder, div[id*="3623"] form select::placeholder, div[id*="3837"] form input[type="text"]::placeholder, div[id*="3837"] form input[type="email"]::placeholder, div[id*="3837"] form input[type="tel"]::placeholder, div[id*="3837"] form select::placeholder {
  transition: all 0.3s ease;
  color: black;
  font-weight: 400;
  opacity: 0.5;
}
div[id*="3623"] form input[type="text"]:focus::placeholder, div[id*="3623"] form input[type="email"]:focus::placeholder, div[id*="3623"] form input[type="tel"]:focus::placeholder, div[id*="3623"] form select:focus::placeholder, div[id*="3837"] form input[type="text"]:focus::placeholder, div[id*="3837"] form input[type="email"]:focus::placeholder, div[id*="3837"] form input[type="tel"]:focus::placeholder, div[id*="3837"] form select:focus::placeholder {
  opacity: 0.3;
}
div[id*="3623"] form input[type="text"].wpcf7-not-valid, div[id*="3623"] form input[type="email"].wpcf7-not-valid, div[id*="3623"] form input[type="tel"].wpcf7-not-valid, div[id*="3623"] form select.wpcf7-not-valid, div[id*="3837"] form input[type="text"].wpcf7-not-valid, div[id*="3837"] form input[type="email"].wpcf7-not-valid, div[id*="3837"] form input[type="tel"].wpcf7-not-valid, div[id*="3837"] form select.wpcf7-not-valid {
  color: #CC3872;
}
div[id*="3623"] form input[type="text"].wpcf7-not-valid::placeholder, div[id*="3623"] form input[type="email"].wpcf7-not-valid::placeholder, div[id*="3623"] form input[type="tel"].wpcf7-not-valid::placeholder, div[id*="3623"] form select.wpcf7-not-valid::placeholder, div[id*="3837"] form input[type="text"].wpcf7-not-valid::placeholder, div[id*="3837"] form input[type="email"].wpcf7-not-valid::placeholder, div[id*="3837"] form input[type="tel"].wpcf7-not-valid::placeholder, div[id*="3837"] form select.wpcf7-not-valid::placeholder {
  color: #CC3872;
  font-weight: 500;
}
div[id*="3623"] form textarea, div[id*="3837"] form textarea {
  background-color: #fff;
  border: none;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  border-radius: 0;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  height: 200px;
  margin-top: 30px;
  max-width: 100%;
  padding: 0;
}
div[id*="3623"] form textarea::placeholder, div[id*="3837"] form textarea::placeholder {
  color: #000;
  font-weight: 400;
  opacity: 0.5;
  transition: all 0.3s ease;
}
div[id*="3623"] form textarea:focus::placeholder, div[id*="3837"] form textarea:focus::placeholder {
  opacity: 0.3;
}
div[id*="3623"] form input[type="submit"], div[id*="3837"] form input[type="submit"] {
  border: 0;
  border-radius: 100px;
  display: block;
  font-size: 16px;
  padding: 15px 30px;
  transition: all 0.3s ease-in-out;
  z-index: 2;
}
@media only screen and (max-width: 1199px) {
  div[id*="3623"] form > p, div[id*="3837"] form > p {
    margin: 5px 10px;
  }
}
div[id*="3623"] form .wpcf7-response-output, div[id*="3837"] form .wpcf7-response-output {
  background: none;
  border: none;
  color: #CC3872;
  margin: 30px 0 20px;
  padding: 0;
}
div[id*="3623"] form .wpcf7-response-output.wpcf7-mail-sent-ok, div[id*="3837"] form .wpcf7-response-output.wpcf7-mail-sent-ok {
  border-left: 4px solid #CC3872;
  border-right: 4px solid #CC3872;
  color: #000000;
  padding: 0 10px;
}
div[id*="3623"] form .consent .wpcf7-list-item, div[id*="3837"] form .consent .wpcf7-list-item {
  margin: 0;
}
div[id*="3623"] form .msg, div[id*="3837"] form .msg {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2em;
  font-weight: 700;
  margin-top: 20px;
  text-align: center;
}
.mailpoet_form_shortcode {
  margin: 30px auto;
  max-width: 500px;
  text-align: justify;
}
.mailpoet_form_shortcode .mailpoet_paragraph input {
  width: 100% !important;
}
.mailpoet_form_shortcode .mailpoet_paragraph input.mailpoet_checkbox {
  width: auto !important;
}
.mailpoet_form_shortcode .mailpoet_paragraph input::placeholder {
  color: #262626;
}
.mailpoet_form_shortcode .mailpoet_paragraph:nth-last-child(3) {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2em;
  font-style: italic;
}
.mailpoet_form_shortcode .mailpoet_validate_success {
  color: #171F23 !important;
  font-weight: normal;
}
.mailpoet_form_shortcode .mailpoet_validate_error {
  color: #CC3872 !important;
}
.language_switcher {
  display: none;
  text-align: center;
}
.layout_custom {
  padding: 15px 50px 100px;
}
@media only screen and (max-width: 767px) {
  .layout_custom {
    padding: 15px 20px 50px;
  }
}
.gmap iframe {
  height: 400px;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .gmap iframe {
    height: 350px;
  }
}
.button, .woocommerce-checkout #modaal_link {
  background-color: #CC3872;
  border: 0;
  border-radius: 100px;
  color: #FFFFFF;
  display: inline-flex;
  font-size: 16px;
  margin: 20px auto 40px;
  padding: 15px 30px;
  transition: all 0.3s ease-in-out;
  z-index: 2;
}
.button:hover, .button:focus, .woocommerce-checkout #modaal_link:hover, .woocommerce-checkout #modaal_link:focus {
  background-color: #B52F63;
  color: #FFFFFF;
  text-decoration: none;
}
.msg_shipping {
  background-color: #CC3872;
  color: #FFFFFF;
  margin-top: 5px;
  padding: 5px 10px;
}
.fl-page-footer-wrap .fl-page-footer {
  background-image: url(../images/picto-clickcollect.png);
  background-position: calc(100% - 20px) center;
  background-repeat: no-repeat;
  background-size: auto auto;
  padding: 15px 90px;
}
.woocommerce-shipping-methods label[for="shipping_method_0_local_pickup91"] {
  position: relative;
}
.woocommerce-shipping-methods label[for="shipping_method_0_local_pickup91"]:after {
  background-image: url(../images/picto-clickcollect.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: " ";
  display: block;
  height: 30px;
  margin: 0 auto;
  position: absolute;
  right: -40px;
  top: -7px;
  width: 30px;
}
#popup-msg {
  transform: translate(-50%, -50%);
  align-items: center;
  background-color: white;
  box-shadow: 1px 1px 10px;
  display: none;
  font-size: 18px;
  height: auto;
  justify-content: center;
  left: 50%;
  margin: 0 auto;
  max-height: calc(100% - 100px);
  max-width: 1000px;
  overflow: auto;
  padding: 40px 50px;
  position: fixed;
  top: 50%;
  width: calc(100% - 40px);
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  #popup-msg {
    font-size: 16px;
    padding: 20px;
  }
}
#popup-msg.open {
  display: block;
}
#popup-msg .wrap_btn {
  text-align: center;
}
.woocommerce-checkout #billing_company_field .optional, .woocommerce-checkout #order_comments_field .optional {
  display: none;
}
.woocommerce-checkout #order_comments_field #order_comments {
  font-weight: 700;
}
.woocommerce-checkout #order_comments_field #order_comments::-webkit-input-placeholder {
  color: #262626;
  font-weight: 700;
}
.woocommerce-checkout #order_comments_field #order_comments:-moz-placeholder {
  color: #262626;
  font-weight: 700;
}
.woocommerce-checkout #order_comments_field #order_comments::-moz-placeholder {
  color: #262626;
  font-weight: 700;
}
.woocommerce-checkout #order_comments_field #order_comments:-ms-input-placeholder {
  color: #262626;
  font-weight: 700;
}
.woocommerce-checkout #ship-to-different-address input {
  margin: 0 5px 0 0;
  position: relative;
}
.layout_home h2 {
  font-size: 64px;
  font-size: 4rem;
  line-height: 1.2em;
  font-family: 'Playfair Display', Georgia, serif;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 1365px) {
  .layout_home h2 {
    font-size: 54px;
    font-size: 3.375rem;
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 1199px) {
  .layout_home h2 {
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 479px) {
  .layout_home h2 {
    font-size: 29px;
    font-size: 1.8125rem;
    line-height: 1.2em;
  }
}
.layout_home h2, .layout_home h3, .layout_home h4 {
  color: #000000;
  text-transform: none;
}
.layout_home .section_content > h2:first-of-type {
  font-size: 76px;
  font-size: 4.75rem;
  line-height: 1.2em;
  margin-bottom: 0.54em;
  text-align: center;
}
@media only screen and (max-width: 1439px) {
  .layout_home .section_content > h2:first-of-type {
    font-size: 66px;
    font-size: 4.125rem;
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 1365px) {
  .layout_home .section_content > h2:first-of-type {
    font-size: 54px;
    font-size: 3.375rem;
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 1199px) {
  .layout_home .section_content > h2:first-of-type {
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 599px) {
  .layout_home .section_content > h2:first-of-type {
    font-size: 37px;
    font-size: 2.3125rem;
    line-height: 1.2em;
  }
}
.section_top_home {
  margin-top: 20px;
}
.section_top_home .section_content {
  display: grid;
  grid-template-columns: 1fr 67%;
  grid-template-rows: minmax(585px, auto);
  grid-gap: 20px;
}
@media only screen and (max-width: 1439px) {
  .section_top_home .section_content {
    grid-template-rows: minmax(450px, auto);
  }
}
@media only screen and (max-width: 1199px) {
  .section_top_home .section_content {
    grid-template-columns: 1fr 54%;
  }
}
@media only screen and (max-width: 767px) {
  .section_top_home .section_content {
    grid-template-columns: 1fr;
    grid-template-rows: minmax(350px, auto) minmax(400px, auto);
  }
}
.section_top_home .section_content > div {
  align-items: flex-end;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  padding: 70px 70px 140px;
  position: relative;
}
@media only screen and (max-width: 1439px) {
  .section_top_home .section_content > div {
    padding: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .section_top_home .section_content > div {
    padding: 20px;
  }
}
.section_top_home .section_content > div .grp_content {
  position: relative;
  z-index: 1;
}
.section_top_home .section_content > div .wrap_btn {
  margin-top: 35px;
}
@media only screen and (max-width: 767px) {
  .section_top_home .section_content > div .wrap_btn {
    margin-top: 20px;
  }
}
.section_top_home h2 {
  color: #FFFFFF;
  margin-top: 0;
}
.section_top_home h2 b {
  display: block;
  font-weight: 700;
}
.section_top_home h2 span {
  display: block;
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 700;
}
.section_top_home .wrap_side h2 {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.2em;
}
@media only screen and (max-width: 1439px) {
  .section_top_home .wrap_side h2 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 767px) {
  .section_top_home .wrap_side h2 {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 599px) {
  .section_top_home .wrap_side h2 {
    font-size: 29px;
    font-size: 1.8125rem;
    line-height: 1.2em;
  }
}
.section_top_home .wrap_side h2 span {
  font-size: 0.75em;
}
.section_top_home .wrap_aside h2 {
  font-size: 56px;
  font-size: 3.5rem;
  line-height: 1.2em;
}
@media only screen and (max-width: 1439px) {
  .section_top_home .wrap_aside h2 {
    font-size: 47px;
    font-size: 2.9375rem;
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 991px) {
  .section_top_home .wrap_aside h2 {
    font-size: 37px;
    font-size: 2.3125rem;
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 767px) {
  .section_top_home .wrap_aside h2 {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 599px) {
  .section_top_home .wrap_aside h2 {
    font-size: 29px;
    font-size: 1.8125rem;
    line-height: 1.2em;
  }
}
.section_top_home .wrap_aside h2 span {
  font-size: 1em;
}
.section_liste_type1 {
  background-image: url(../images/design/bg1.jpg);
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto 400px;
  margin: 0;
}
@media only screen and (max-width: 1439px) {
  .section_liste_type1 {
    background-size: auto 300px;
  }
}
@media only screen and (max-width: 991px) {
  .section_liste_type1 {
    background-size: auto 250px;
  }
}
.section_liste_type1 .wrap_liste_type1 ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: min-content;
  grid-gap: 50px 20px;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 1199px) {
  .section_liste_type1 .wrap_liste_type1 ul {
    grid-gap: 40px 20px;
  }
}
@media only screen and (max-width: 991px) {
  .section_liste_type1 .wrap_liste_type1 ul {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .section_liste_type1 .wrap_liste_type1 ul {
    grid-gap: 30px 20px;
    grid-template-columns: 1fr 1fr;
    margin: 0 auto;
    max-width: 500px;
  }
}
@media only screen and (max-width: 479px) {
  .section_liste_type1 .wrap_liste_type1 ul {
    grid-gap: 20px;
  }
}
.section_liste_type1 .wrap_liste_type1 ul li {
  list-style: none;
}
.section_liste_type1 .wrap_liste_type1 ul li a {
  display: block;
  text-align: center;
}
.section_liste_type1 .wrap_liste_type1 ul li a h3 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2em;
  color: #000000;
  font-family: 'Poppins', 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-weight: 700;
  margin-top: 0;
}
@media only screen and (max-width: 1199px) {
  .section_liste_type1 .wrap_liste_type1 ul li a h3 {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 991px) {
  .section_liste_type1 .wrap_liste_type1 ul li a h3 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 599px) {
  .section_liste_type1 .wrap_liste_type1 ul li a h3 {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.2em;
  }
}
.section_liste_type1 .wrap_liste_type1 ul li a:hover, .section_liste_type1 .wrap_liste_type1 ul li a:focus {
  text-decoration: none;
}
.section_liste_type1 .wrap_liste_type1 ul li a:hover .i_svg svg, .section_liste_type1 .wrap_liste_type1 ul li a:focus .i_svg svg {
  -moz-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg);
}
.section_liste_type1 .wrap_liste_type1 ul li a .i_svg {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  height: 215px;
  justify-content: center;
  margin-bottom: 25px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .section_liste_type1 .wrap_liste_type1 ul li a .i_svg {
    height: 210px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 479px) {
  .section_liste_type1 .wrap_liste_type1 ul li a .i_svg {
    height: 140px;
  }
}
.section_liste_type1 .wrap_liste_type1 ul li a .i_svg svg {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center;
}
.section_liste_type1 .wrap_liste_type1 ul li a .i_svg .lazy {
  background-size: contain;
  bottom: 0;
  height: 70%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 60%;
  z-index: 1;
}
.section_slider_produits {
  background-image: url(../images/design/bg2.jpg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto 450px;
  padding: 150px 60px 0;
}
@media only screen and (max-width: 1439px) {
  .section_slider_produits {
    background-size: auto 350px;
  }
}
@media only screen and (max-width: 1199px) {
  .section_slider_produits {
    padding: 100px 60px 0;
  }
}
@media only screen and (max-width: 991px) {
  .section_slider_produits {
    background-size: auto 300px;
  }
}
@media only screen and (max-width: 599px) {
  .section_slider_produits {
    padding: 150px 20px 0;
  }
}
@media only screen and (max-width: 479px) {
  .section_slider_produits {
    background-size: auto 170px;
  }
}
.wrap_slider_produits_preferes .wrapper_slide {
  padding: 10px;
}
.wrap_slider_produits_preferes .wrapper_slide .wrap_slide {
  text-align: center;
}
.wrap_slider_produits_preferes .wrapper_slide a {
  display: block;
}
.wrap_slider_produits_preferes .wrapper_slide a:hover, .wrap_slider_produits_preferes .wrapper_slide a:focus {
  text-decoration: none;
}
.wrap_slider_produits_preferes .wrapper_slide a .nom_produit {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2em;
  color: #000000;
  font-family: 'Poppins', 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-weight: 700;
  margin-top: 10px;
  padding-top: 0;
  text-align: center;
  text-transform: uppercase;
}
.wrap_slider_produits_preferes .wrapper_slide a .nom_produit:hover, .wrap_slider_produits_preferes .wrapper_slide a .nom_produit:focus {
  color: #CC3872;
}
@media only screen and (max-width: 1439px) {
  .wrap_slider_produits_preferes .wrapper_slide a .nom_produit {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 1365px) {
  .wrap_slider_produits_preferes .wrapper_slide a .nom_produit {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 991px) {
  .wrap_slider_produits_preferes .wrapper_slide a .nom_produit {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 599px) {
  .wrap_slider_produits_preferes .wrapper_slide a .nom_produit {
    text-transform: none;
  }
}
.wrap_slider_produits_preferes .wrapper_slide a .prix {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2em;
  color: #000000;
  display: block;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
  .wrap_slider_produits_preferes .wrapper_slide a .prix {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 479px) {
  .wrap_slider_produits_preferes .wrapper_slide a .prix {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.2em;
  }
}
.wrap_slider_produits_preferes .wrapper_slide .lazy {
  border-radius: 10px;
  height: 300px;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .wrap_slider_produits_preferes .wrapper_slide .lazy {
    height: 220px;
  }
}
.wrap_slider_produits_preferes .wrapper_slide .lazy:hover .add_to_cart_button, .wrap_slider_produits_preferes .wrapper_slide .lazy:focus .add_to_cart_button {
  opacity: 1;
  visibility: visible;
}
.wrap_slider_produits_preferes .wrapper_slide .lazy:hover .add_to_cart_button svg, .wrap_slider_produits_preferes .wrapper_slide .lazy:hover .add_to_cart_button span, .wrap_slider_produits_preferes .wrapper_slide .lazy:focus .add_to_cart_button svg, .wrap_slider_produits_preferes .wrapper_slide .lazy:focus .add_to_cart_button span {
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.wrap_slider_produits_preferes .wrapper_slide .lazy:hover .added_to_cart, .wrap_slider_produits_preferes .wrapper_slide .lazy:focus .added_to_cart {
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  transition-delay: 0.2s;
  opacity: 1;
  visibility: visible;
}
.wrap_slider_produits_preferes .wrapper_slide .lazy .add_to_cart_button {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  align-items: center;
  background-color: rgba(204, 56, 114, 0.8);
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  justify-content: center;
  left: 0;
  margin: 0;
  outline: none;
  opacity: 0;
  padding: 10px;
  position: absolute;
  text-align: center;
  top: 0;
  visibility: hidden;
  width: 100%;
}
.wrap_slider_produits_preferes .wrapper_slide .lazy .add_to_cart_button svg {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transform: translate(0, -10px);
  -o-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
  -webkit-transform: translate(0, -10px);
  transform: translate(0, -10px);
  height: 55px;
  width: 55px;
}
@media only screen and (max-width: 991px) {
  .wrap_slider_produits_preferes .wrapper_slide .lazy .add_to_cart_button svg {
    height: 40px;
    width: 40px;
  }
}
@media only screen and (max-width: 479px) {
  .wrap_slider_produits_preferes .wrapper_slide .lazy .add_to_cart_button svg {
    margin-top: 10px;
  }
}
.wrap_slider_produits_preferes .wrapper_slide .lazy .add_to_cart_button span {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transform: translate(0, 10px);
  -o-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
  -webkit-transform: translate(0, 10px);
  transform: translate(0, 10px);
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.2em;
  color: #FFFFFF;
  display: block;
  font-weight: 700;
  margin-top: 5px;
  text-align: center;
  width: 100%;
}
@media only screen and (max-width: 1365px) {
  .wrap_slider_produits_preferes .wrapper_slide .lazy .add_to_cart_button span {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 479px) {
  .wrap_slider_produits_preferes .wrapper_slide .lazy .add_to_cart_button span {
    display: none;
  }
}
.wrap_slider_produits_preferes .wrapper_slide .lazy .add_to_cart_button:after {
  color: #FFFFFF;
  font-family: WooCommerce;
  font-weight: 400;
  position: absolute;
  top: 14px;
  right: 14px;
}
@media only screen and (max-width: 479px) {
  .wrap_slider_produits_preferes .wrapper_slide .lazy .add_to_cart_button:after {
    display: none;
  }
}
.wrap_slider_produits_preferes .wrapper_slide .lazy .add_to_cart_button.loading:after {
  animation: spin 2s linear infinite;
  content: "";
  display: block;
  vertical-align: top;
}
.wrap_slider_produits_preferes .wrapper_slide .lazy .add_to_cart_button.added:after {
  content: "";
}
.wrap_slider_produits_preferes .wrapper_slide .lazy .added_to_cart {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transform: translate(0, 10px);
  -o-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
  -webkit-transform: translate(0, 10px);
  transform: translate(0, 10px);
  bottom: 0;
  color: #FFFFFF;
  opacity: 0;
  padding: 10px;
  position: absolute;
  text-align: center;
  visibility: hidden;
  width: 100%;
  z-index: 3;
}
@media only screen and (max-width: 991px) {
  .wrap_slider_produits_preferes .wrapper_slide .lazy .added_to_cart {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 479px) {
  .wrap_slider_produits_preferes .wrapper_slide .lazy .added_to_cart {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.2em;
  }
}
.wrap_slider_produits_preferes .slick-arrow {
  display: block;
  height: 60px;
  margin: auto;
  position: absolute;
  top: 135px;
  width: 55px;
}
@media only screen and (max-width: 1199px) {
  .wrap_slider_produits_preferes .slick-arrow {
    top: 95px;
  }
}
@media only screen and (max-width: 599px) {
  .wrap_slider_produits_preferes .slick-arrow {
    height: 30px;
    top: 105px;
    width: 27px;
  }
}
.wrap_slider_produits_preferes .slick-arrow i {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 100%;
  width: 100%;
}
.wrap_slider_produits_preferes .slick-arrow.prev {
  left: -70px;
}
@media only screen and (max-width: 1199px) {
  .wrap_slider_produits_preferes .slick-arrow.prev {
    left: -60px;
  }
}
@media only screen and (max-width: 599px) {
  .wrap_slider_produits_preferes .slick-arrow.prev {
    left: -30px;
  }
}
.wrap_slider_produits_preferes .slick-arrow.prev i {
  background-image: url(../images/svg/slick-prev.svg);
}
.wrap_slider_produits_preferes .slick-arrow.next {
  right: -70px;
}
@media only screen and (max-width: 1199px) {
  .wrap_slider_produits_preferes .slick-arrow.next {
    right: -60px;
  }
}
@media only screen and (max-width: 599px) {
  .wrap_slider_produits_preferes .slick-arrow.next {
    right: -30px;
  }
}
.wrap_slider_produits_preferes .slick-arrow.next i {
  background-image: url(../images/svg/slick-next.svg);
}
.section_recettes_home {
  background-image: url(../images/design/bg1.jpg);
  background-position: 100% calc(100% - 100px);
  background-repeat: no-repeat;
  background-size: auto 300px;
  margin: 0 0 180px;
}
@media only screen and (max-width: 1199px) {
  .section_recettes_home {
    margin: 0 0 100px;
  }
}
@media only screen and (max-width: 991px) {
  .section_recettes_home {
    background-size: auto 250px;
  }
}
@media only screen and (max-width: 599px) {
  .section_recettes_home {
    margin: 0 0 70px;
  }
}
.section_recettes_home .wrapper_recettes {
  display: grid;
  grid-auto-columns: 1fr 1fr;
  grid-template-rows: repeat(2, minmax(320px, auto));
  grid-gap: 40px;
}
@media only screen and (max-width: 1439px) {
  .section_recettes_home .wrapper_recettes {
    grid-gap: 30px;
    grid-template-rows: repeat(2, minmax(280px, auto));
  }
}
@media only screen and (max-width: 1199px) {
  .section_recettes_home .wrapper_recettes {
    grid-gap: 20px;
    grid-template-rows: repeat(2, minmax(220px, auto));
  }
}
@media only screen and (max-width: 767px) {
  .section_recettes_home .wrapper_recettes {
    grid-template-rows: repeat(2, minmax(170px, auto));
  }
}
@media only screen and (max-width: 599px) {
  .section_recettes_home .wrapper_recettes {
    grid-auto-columns: 1fr;
    grid-template-rows: auto;
  }
}
.section_recettes_home .wrapper_recettes .wrap_recette {
  align-items: flex-end;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  padding: 30px 40px;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .section_recettes_home .wrapper_recettes .wrap_recette {
    padding: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .section_recettes_home .wrapper_recettes .wrap_recette {
    padding: 20px;
  }
}
@media only screen and (max-width: 599px) {
  .section_recettes_home .wrapper_recettes .wrap_recette {
    min-height: 220px;
  }
}
@media only screen and (max-width: 479px) {
  .section_recettes_home .wrapper_recettes .wrap_recette {
    min-height: 190px;
  }
}
.section_recettes_home .wrapper_recettes .wrap_recette:nth-child(1) {
  grid-column: 1;
  grid-row: 1 / 3;
}
@media only screen and (max-width: 599px) {
  .section_recettes_home .wrapper_recettes .wrap_recette:nth-child(1) {
    grid-row: auto;
  }
}
.section_recettes_home .wrapper_recettes .wrap_recette:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
}
@media only screen and (max-width: 599px) {
  .section_recettes_home .wrapper_recettes .wrap_recette:nth-child(2) {
    grid-column: auto;
    grid-row: auto;
  }
}
.section_recettes_home .wrapper_recettes .wrap_recette:nth-child(3) {
  grid-column: 2;
  grid-row: 2;
}
@media only screen and (max-width: 599px) {
  .section_recettes_home .wrapper_recettes .wrap_recette:nth-child(3) {
    grid-column: auto;
    grid-row: auto;
  }
}
.section_recettes_home .wrapper_recettes .wrap_recette .wrap_titre {
  position: relative;
  z-index: 2;
}
.section_recettes_home .wrapper_recettes .wrap_recette .wrap_titre h3 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.2em;
  color: #FFFFFF;
  font-weight: 700;
  margin: 0;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
}
@media only screen and (max-width: 1365px) {
  .section_recettes_home .wrapper_recettes .wrap_recette .wrap_titre h3 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 1199px) {
  .section_recettes_home .wrapper_recettes .wrap_recette .wrap_titre h3 {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 991px) {
  .section_recettes_home .wrapper_recettes .wrap_recette .wrap_titre h3 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 479px) {
  .section_recettes_home .wrapper_recettes .wrap_recette .wrap_titre h3 {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.2em;
  }
}
.section_recettes_home .wrap_btn {
  margin-top: 70px;
  text-align: center;
}
@media only screen and (max-width: 1365px) {
  .section_recettes_home .wrap_btn {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .section_recettes_home .wrap_btn {
    margin-top: 30px;
  }
}
.wrap_qui_sommes_nous {
  align-items: center;
  display: grid;
  grid-template-columns: 50% 1fr;
  grid-template-rows: min-content;
  grid-gap: 70px;
}
@media only screen and (max-width: 1199px) {
  .wrap_qui_sommes_nous {
    grid-gap: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .wrap_qui_sommes_nous {
    grid-template-columns: 1fr;
  }
}
.wrap_qui_sommes_nous .wrap_side h2 {
  margin-top: 0;
}
.wrap_qui_sommes_nous .wrap_side .extrait {
  text-align: justify;
}
@media only screen and (max-width: 599px) {
  .wrap_qui_sommes_nous .wrap_side .extrait {
    text-align: left;
  }
}
.wrap_qui_sommes_nous .wrap_side .wrap_btn {
  margin-top: 30px;
}
@media only screen and (max-width: 991px) {
  .wrap_qui_sommes_nous .wrap_aside {
    display: none;
  }
}
.wrap_qui_sommes_nous .wrap_aside .lazy {
  border-radius: 10px;
}
.section_reassurances {
  background-color: #CC3872;
}
.wrap_reassurances {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 50px 0 30px;
}
@media only screen and (max-width: 1439px) {
  .wrap_reassurances {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 1199px) {
  .wrap_reassurances {
    padding: 20px 0;
  }
}
.wrap_reassurances .wrap_reassurance {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 20px;
}
@media only screen and (max-width: 991px) {
  .wrap_reassurances .wrap_reassurance {
    padding: 10px;
  }
}
@media only screen and (max-width: 599px) {
  .wrap_reassurances .wrap_reassurance {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.wrap_reassurances .wrap_reassurance .i_svg {
  display: block;
  height: 84px;
  margin: 0 auto 14px;
  width: 84px;
}
@media only screen and (max-width: 599px) {
  .wrap_reassurances .wrap_reassurance .i_svg {
    height: 70px;
    margin: 0 auto 7px;
    width: 70px;
  }
}
.wrap_reassurances .wrap_reassurance h3 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2em;
  align-items: center;
  color: #FFFFFF;
  display: flex;
  flex-wrap: wrap;
  font-weight: 700;
  justify-content: center;
  margin: 0;
  text-align: center;
}
@media only screen and (max-width: 1199px) {
  .wrap_reassurances .wrap_reassurance h3 {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 991px) {
  .wrap_reassurances .wrap_reassurance h3 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.2em;
  }
}
.section_medailles_home {
  background-image: url(../images/design/bg1a.jpg);
  background-position: center calc(100% + 240px);
  background-repeat: no-repeat;
  background-size: auto 500px;
  padding-bottom: 240px;
  margin-bottom: 0;
}
@media only screen and (max-width: 1199px) {
  .section_medailles_home {
    padding-bottom: 190px;
  }
}
@media only screen and (max-width: 991px) {
  .section_medailles_home {
    background-position: center calc(100% + 200px);
    background-size: auto 400px;
    padding-bottom: 150px;
  }
}
.section_medailles_home .wrapper_medailles {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: min-content;
  grid-gap: 50px 70px;
}
@media only screen and (max-width: 1199px) {
  .section_medailles_home .wrapper_medailles {
    grid-gap: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .section_medailles_home .wrapper_medailles {
    grid-gap: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .section_medailles_home .wrapper_medailles {
    grid-gap: 15px;
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 479px) {
  .section_medailles_home .wrapper_medailles {
    grid-gap: 30px;
  }
}
.section_medailles_home .wrapper_medailles .wrap_medaille {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2em;
  align-items: center;
  display: grid;
  grid-template-columns: 150px 1fr;
  grid-template-rows: min-content;
  grid-gap: 20px;
}
@media only screen and (max-width: 1199px) {
  .section_medailles_home .wrapper_medailles .wrap_medaille {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.2em;
    grid-gap: 10px;
    grid-template-columns: 120px 1fr;
  }
}
@media only screen and (max-width: 991px) {
  .section_medailles_home .wrapper_medailles .wrap_medaille {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 767px) {
  .section_medailles_home .wrapper_medailles .wrap_medaille {
    margin: 0 auto;
    max-width: 500px;
  }
}
@media only screen and (max-width: 479px) {
  .section_medailles_home .wrapper_medailles .wrap_medaille {
    grid-template-columns: 1fr;
    grid-template-rows: 120px auto;
  }
}
@media only screen and (max-width: 479px) {
  .section_medailles_home .wrapper_medailles .wrap_medaille .lazy {
    margin: 0 auto;
  }
}
.section_medailles_home .wrapper_medailles .wrap_medaille h3 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2em;
  margin: 0 0 10px;
}
@media only screen and (max-width: 1199px) {
  .section_medailles_home .wrapper_medailles .wrap_medaille h3 {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 991px) {
  .section_medailles_home .wrapper_medailles .wrap_medaille h3 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.2em;
  }
}
.section_medailles_home .wrapper_medailles .wrap_medaille *:last-child {
  margin-bottom: 0;
}
#main_footer {
  background-color: #CC3872;
  padding: 30px 20px;
}
#main_footer .wrap_menus_footer {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: min-content;
  grid-gap: 70px;
  margin: 0 auto;
  max-width: 1000px;
}
@media only screen and (max-width: 1199px) {
  #main_footer .wrap_menus_footer {
    grid-gap: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #main_footer .wrap_menus_footer {
    grid-template-columns: 1fr;
  }
}
#main_footer .wrap_menus_footer .wrap_menu_footer {
  text-align: center;
}
#main_footer .wrap_menus_footer .wrap_menu_footer .titre_menu {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.2em;
  color: #FFFFFF;
  font-weight: 700;
}
#main_footer .wrap_menus_footer .wrap_menu_footer ul {
  margin: 0;
  padding: 0;
}
#main_footer .wrap_menus_footer .wrap_menu_footer ul li {
  list-style: none;
}
#main_footer .wrap_menus_footer .wrap_menu_footer ul li a {
  color: #FFFFFF;
}
#main_footer .wrap_menu_bottom {
  margin-top: 40px;
}
#main_footer .wrap_menu_bottom ul {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
}
#main_footer .wrap_menu_bottom ul li {
  list-style: none;
  padding: 3px 0;
}
#main_footer .wrap_menu_bottom ul li a {
  align-items: center;
  color: #FFFFFF;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-weight: 700;
  padding: 3px 15px;
}
.wrap_reseaux_sociaux ul {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 20px;
  padding: 0;
}
.wrap_reseaux_sociaux ul li {
  list-style: none;
  margin: 10px 0;
  padding: 0 3px;
}
.wrap_reseaux_sociaux ul li a {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  height: 60px;
  padding: 17px 14px;
  position: relative;
  width: 50px;
}
@media only screen and (max-width: 479px) {
  .wrap_reseaux_sociaux ul li a {
    height: 50px;
    padding: 16px 12px;
  }
}
.wrap_reseaux_sociaux ul li a:before {
  background-image: url(../images/svg/bulle-reseaux.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: " ";
  display: block;
  height: 100%;
  margin: 0 auto;
  position: absolute;
  width: 100%;
  z-index: 0;
}
.wrap_reseaux_sociaux ul li a svg {
  height: 100%;
  position: relative;
  width: auto;
  z-index: 1;
}
.section_avis_clients .section_content {
  padding: 0 70px;
}
@media only screen and (max-width: 479px) {
  .section_avis_clients .section_content {
    padding: 0 20px;
  }
}
.section_avis_clients .wprev-slider {
  opacity: 0;
}
.section_avis_clients .wprs_unslider .wprev-slider {
  opacity: 1;
}
.section_avis_clients .wprs_unslider-arrow {
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 50px;
  opacity: 1;
  width: 50px;
}
@media only screen and (max-width: 479px) {
  .section_avis_clients .wprs_unslider-arrow {
    display: none;
  }
}
.section_avis_clients .wprs_unslider-arrow.prev {
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  background-image: url(../images/svg/slick-prev.svg);
  left: -60px;
}
.section_avis_clients .wprs_unslider-arrow.next {
  background-image: url(../images/svg/slick-next.svg);
  right: -60px;
}
.section_avis_clients .wprevpro_t1_A_8 {
  display: none;
}
.section_avis_clients .wprs_unslider-nav li {
  background-color: rgba(204, 56, 114, 0.4);
  border-radius: 14px;
  border: none;
  height: 14px;
  width: 14px;
}
.section_avis_clients .wprs_unslider-nav li.wprs_unslider-active {
  background-color: #CC3872;
}
.woocommerce ul.products, .woocommerce-page ul.products {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -10px;
}
.woocommerce ul.products:before, .woocommerce-page ul.products:before {
  display: none;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  flex: 0 0 25%;
  max-width: 25%;
  clear: none;
  float: none;
  margin: 0 0 20px !important;
  overflow: hidden;
  padding: 0 10px;
  width: 100% !important;
}
@media only screen and (max-width: 767px) {
  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}
@media only screen and (max-width: 599px) {
  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.woocommerce ul.products li.product:hover .add_to_cart_button, .woocommerce ul.products li.product:focus .add_to_cart_button, .woocommerce-page ul.products li.product:hover .add_to_cart_button, .woocommerce-page ul.products li.product:focus .add_to_cart_button {
  opacity: 1;
  visibility: visible;
}
.woocommerce ul.products li.product:hover .add_to_cart_button svg, .woocommerce ul.products li.product:hover .add_to_cart_button span, .woocommerce ul.products li.product:focus .add_to_cart_button svg, .woocommerce ul.products li.product:focus .add_to_cart_button span, .woocommerce-page ul.products li.product:hover .add_to_cart_button svg, .woocommerce-page ul.products li.product:hover .add_to_cart_button span, .woocommerce-page ul.products li.product:focus .add_to_cart_button svg, .woocommerce-page ul.products li.product:focus .add_to_cart_button span {
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.woocommerce ul.products li.product:hover .added_to_cart, .woocommerce ul.products li.product:focus .added_to_cart, .woocommerce-page ul.products li.product:hover .added_to_cart, .woocommerce-page ul.products li.product:focus .added_to_cart {
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  transition-delay: 0.2s;
  opacity: 1;
  visibility: visible;
}
.woocommerce ul.products li.product .star-rating, .woocommerce-page ul.products li.product .star-rating {
  margin: 0 auto 10px;
}
.woocommerce ul.products li.product a, .woocommerce ul.products li.product .woocommerce-loop-product__link, .woocommerce-page ul.products li.product a, .woocommerce-page ul.products li.product .woocommerce-loop-product__link {
  display: block;
}
.woocommerce ul.products li.product a img, .woocommerce ul.products li.product .woocommerce-loop-product__link img, .woocommerce-page ul.products li.product a img, .woocommerce-page ul.products li.product .woocommerce-loop-product__link img {
  border-radius: 10px;
  margin-bottom: 10px;
  object-fit: cover;
}
@media only screen and (max-width: 599px) {
  .woocommerce ul.products li.product a img, .woocommerce ul.products li.product .woocommerce-loop-product__link img, .woocommerce-page ul.products li.product a img, .woocommerce-page ul.products li.product .woocommerce-loop-product__link img {
    margin-bottom: 5px;
  }
}
.woocommerce ul.products li.product a h2, .woocommerce ul.products li.product a .woocommerce-loop-product__title, .woocommerce ul.products li.product .woocommerce-loop-product__link h2, .woocommerce ul.products li.product .woocommerce-loop-product__link .woocommerce-loop-product__title, .woocommerce-page ul.products li.product a h2, .woocommerce-page ul.products li.product a .woocommerce-loop-product__title, .woocommerce-page ul.products li.product .woocommerce-loop-product__link h2, .woocommerce-page ul.products li.product .woocommerce-loop-product__link .woocommerce-loop-product__title {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2em;
  color: #000000;
  font-family: 'Poppins', 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-weight: 700;
  margin-top: 10px;
  padding-top: 0;
  text-align: center;
  text-transform: uppercase;
}
.woocommerce ul.products li.product a h2:hover, .woocommerce ul.products li.product a h2:focus, .woocommerce ul.products li.product a .woocommerce-loop-product__title:hover, .woocommerce ul.products li.product a .woocommerce-loop-product__title:focus, .woocommerce ul.products li.product .woocommerce-loop-product__link h2:hover, .woocommerce ul.products li.product .woocommerce-loop-product__link h2:focus, .woocommerce ul.products li.product .woocommerce-loop-product__link .woocommerce-loop-product__title:hover, .woocommerce ul.products li.product .woocommerce-loop-product__link .woocommerce-loop-product__title:focus, .woocommerce-page ul.products li.product a h2:hover, .woocommerce-page ul.products li.product a h2:focus, .woocommerce-page ul.products li.product a .woocommerce-loop-product__title:hover, .woocommerce-page ul.products li.product a .woocommerce-loop-product__title:focus, .woocommerce-page ul.products li.product .woocommerce-loop-product__link h2:hover, .woocommerce-page ul.products li.product .woocommerce-loop-product__link h2:focus, .woocommerce-page ul.products li.product .woocommerce-loop-product__link .woocommerce-loop-product__title:hover, .woocommerce-page ul.products li.product .woocommerce-loop-product__link .woocommerce-loop-product__title:focus {
  color: #CC3872;
}
@media only screen and (max-width: 1439px) {
  .woocommerce ul.products li.product a h2, .woocommerce ul.products li.product a .woocommerce-loop-product__title, .woocommerce ul.products li.product .woocommerce-loop-product__link h2, .woocommerce ul.products li.product .woocommerce-loop-product__link .woocommerce-loop-product__title, .woocommerce-page ul.products li.product a h2, .woocommerce-page ul.products li.product a .woocommerce-loop-product__title, .woocommerce-page ul.products li.product .woocommerce-loop-product__link h2, .woocommerce-page ul.products li.product .woocommerce-loop-product__link .woocommerce-loop-product__title {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 1365px) {
  .woocommerce ul.products li.product a h2, .woocommerce ul.products li.product a .woocommerce-loop-product__title, .woocommerce ul.products li.product .woocommerce-loop-product__link h2, .woocommerce ul.products li.product .woocommerce-loop-product__link .woocommerce-loop-product__title, .woocommerce-page ul.products li.product a h2, .woocommerce-page ul.products li.product a .woocommerce-loop-product__title, .woocommerce-page ul.products li.product .woocommerce-loop-product__link h2, .woocommerce-page ul.products li.product .woocommerce-loop-product__link .woocommerce-loop-product__title {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 991px) {
  .woocommerce ul.products li.product a h2, .woocommerce ul.products li.product a .woocommerce-loop-product__title, .woocommerce ul.products li.product .woocommerce-loop-product__link h2, .woocommerce ul.products li.product .woocommerce-loop-product__link .woocommerce-loop-product__title, .woocommerce-page ul.products li.product a h2, .woocommerce-page ul.products li.product a .woocommerce-loop-product__title, .woocommerce-page ul.products li.product .woocommerce-loop-product__link h2, .woocommerce-page ul.products li.product .woocommerce-loop-product__link .woocommerce-loop-product__title {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 599px) {
  .woocommerce ul.products li.product a h2, .woocommerce ul.products li.product a .woocommerce-loop-product__title, .woocommerce ul.products li.product .woocommerce-loop-product__link h2, .woocommerce ul.products li.product .woocommerce-loop-product__link .woocommerce-loop-product__title, .woocommerce-page ul.products li.product a h2, .woocommerce-page ul.products li.product a .woocommerce-loop-product__title, .woocommerce-page ul.products li.product .woocommerce-loop-product__link h2, .woocommerce-page ul.products li.product .woocommerce-loop-product__link .woocommerce-loop-product__title {
    text-transform: none;
  }
}
.woocommerce ul.products li.product a h2 .mark, .woocommerce ul.products li.product a h2 mark, .woocommerce ul.products li.product a .woocommerce-loop-product__title .mark, .woocommerce ul.products li.product a .woocommerce-loop-product__title mark, .woocommerce ul.products li.product .woocommerce-loop-product__link h2 .mark, .woocommerce ul.products li.product .woocommerce-loop-product__link h2 mark, .woocommerce ul.products li.product .woocommerce-loop-product__link .woocommerce-loop-product__title .mark, .woocommerce ul.products li.product .woocommerce-loop-product__link .woocommerce-loop-product__title mark, .woocommerce-page ul.products li.product a h2 .mark, .woocommerce-page ul.products li.product a h2 mark, .woocommerce-page ul.products li.product a .woocommerce-loop-product__title .mark, .woocommerce-page ul.products li.product a .woocommerce-loop-product__title mark, .woocommerce-page ul.products li.product .woocommerce-loop-product__link h2 .mark, .woocommerce-page ul.products li.product .woocommerce-loop-product__link h2 mark, .woocommerce-page ul.products li.product .woocommerce-loop-product__link .woocommerce-loop-product__title .mark, .woocommerce-page ul.products li.product .woocommerce-loop-product__link .woocommerce-loop-product__title mark {
  display: block;
}
.woocommerce ul.products li.product a .price, .woocommerce ul.products li.product .woocommerce-loop-product__link .price, .woocommerce-page ul.products li.product a .price, .woocommerce-page ul.products li.product .woocommerce-loop-product__link .price {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2em;
  color: #000000;
  display: block;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
  .woocommerce ul.products li.product a .price, .woocommerce ul.products li.product .woocommerce-loop-product__link .price, .woocommerce-page ul.products li.product a .price, .woocommerce-page ul.products li.product .woocommerce-loop-product__link .price {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 479px) {
  .woocommerce ul.products li.product a .price, .woocommerce ul.products li.product .woocommerce-loop-product__link .price, .woocommerce-page ul.products li.product a .price, .woocommerce-page ul.products li.product .woocommerce-loop-product__link .price {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.2em;
  }
}
.woocommerce ul.products li.product .zip_no_stock, .woocommerce-page ul.products li.product .zip_no_stock {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2em;
  color: #CC3872;
  display: block;
  font-weight: 700;
  text-align: center;
}
.woocommerce ul.products li.product .add_to_cart_button, .woocommerce-page ul.products li.product .add_to_cart_button {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  align-items: center;
  background-color: rgba(204, 56, 114, 0.8);
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  justify-content: center;
  left: 0;
  margin: 0;
  outline: none;
  opacity: 0;
  padding: 10px;
  position: absolute;
  text-align: center;
  top: 0;
  visibility: hidden;
  width: 100%;
  left: 0;
  margin: 0 auto;
  right: 0;
  width: calc(100% - 20px);
}
.woocommerce ul.products li.product .add_to_cart_button svg, .woocommerce-page ul.products li.product .add_to_cart_button svg {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transform: translate(0, -10px);
  -o-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
  -webkit-transform: translate(0, -10px);
  transform: translate(0, -10px);
  height: 55px;
  width: 55px;
}
@media only screen and (max-width: 991px) {
  .woocommerce ul.products li.product .add_to_cart_button svg, .woocommerce-page ul.products li.product .add_to_cart_button svg {
    height: 40px;
    width: 40px;
  }
}
@media only screen and (max-width: 479px) {
  .woocommerce ul.products li.product .add_to_cart_button svg, .woocommerce-page ul.products li.product .add_to_cart_button svg {
    margin-top: 10px;
  }
}
.woocommerce ul.products li.product .add_to_cart_button span, .woocommerce-page ul.products li.product .add_to_cart_button span {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transform: translate(0, 10px);
  -o-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
  -webkit-transform: translate(0, 10px);
  transform: translate(0, 10px);
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.2em;
  color: #FFFFFF;
  display: block;
  font-weight: 700;
  margin-top: 5px;
  text-align: center;
  width: 100%;
}
@media only screen and (max-width: 1365px) {
  .woocommerce ul.products li.product .add_to_cart_button span, .woocommerce-page ul.products li.product .add_to_cart_button span {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 479px) {
  .woocommerce ul.products li.product .add_to_cart_button span, .woocommerce-page ul.products li.product .add_to_cart_button span {
    display: none;
  }
}
.woocommerce ul.products li.product .add_to_cart_button:after, .woocommerce-page ul.products li.product .add_to_cart_button:after {
  color: #FFFFFF;
  font-family: WooCommerce;
  font-weight: 400;
  position: absolute;
  top: 14px;
  right: 14px;
}
@media only screen and (max-width: 479px) {
  .woocommerce ul.products li.product .add_to_cart_button:after, .woocommerce-page ul.products li.product .add_to_cart_button:after {
    display: none;
  }
}
.woocommerce ul.products li.product .add_to_cart_button.loading:after, .woocommerce-page ul.products li.product .add_to_cart_button.loading:after {
  animation: spin 2s linear infinite;
  content: "";
  display: block;
  vertical-align: top;
}
.woocommerce ul.products li.product .add_to_cart_button.added:after, .woocommerce-page ul.products li.product .add_to_cart_button.added:after {
  content: "";
}
.woocommerce ul.products li.product .added_to_cart, .woocommerce-page ul.products li.product .added_to_cart {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transform: translate(0, 10px);
  -o-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
  -webkit-transform: translate(0, 10px);
  transform: translate(0, 10px);
  bottom: 0;
  color: #FFFFFF;
  opacity: 0;
  padding: 10px;
  position: absolute;
  text-align: center;
  visibility: hidden;
  width: 100%;
  z-index: 3;
  -moz-transform: translate(0, -20px);
  -o-transform: translate(0, -20px);
  -ms-transform: translate(0, -20px);
  -webkit-transform: translate(0, -20px);
  transform: translate(0, -20px);
  bottom: auto;
  font-weight: 500;
  top: 4px;
}
@media only screen and (max-width: 991px) {
  .woocommerce ul.products li.product .added_to_cart, .woocommerce-page ul.products li.product .added_to_cart {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 479px) {
  .woocommerce ul.products li.product .added_to_cart, .woocommerce-page ul.products li.product .added_to_cart {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.2em;
  }
}
.woocommerce .quantity .qty, .woocommerce-page .quantity .qty {
  max-width: 80px;
  padding-right: 3px;
  text-align: left;
  width: auto;
}
.woocommerce table.cart thead, .woocommerce-page table.cart thead {
  background-color: #F5F5F5;
}
.woocommerce table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {
  border-bottom: none;
  display: grid;
  float: none;
  grid-template-columns: 1fr auto;
  grid-template-rows: min-content;
  grid-gap: 10px;
  margin: 10px 0;
  max-width: 400px;
  padding-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .woocommerce table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {
    max-width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .woocommerce table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {
    grid-template-columns: 1fr;
  }
}
.woocommerce table.cart td.actions .coupon:before, .woocommerce table.cart td.actions .coupon:after, .woocommerce-page table.cart td.actions .coupon:before, .woocommerce-page table.cart td.actions .coupon:after {
  display: none;
}
.woocommerce table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon .input-text {
  height: auto;
  margin: 0;
  width: 100%;
}
.woocommerce table.cart td.actions .coupon .input-text + .button, .woocommerce table.cart td.actions .coupon button, .woocommerce-page table.cart td.actions .coupon .input-text + .button, .woocommerce-page table.cart td.actions .coupon button {
  font-weight: 500;
}
@media only screen and (max-width: 991px) {
  .woocommerce table.cart td.actions .coupon .input-text + .button, .woocommerce table.cart td.actions .coupon button, .woocommerce-page table.cart td.actions .coupon .input-text + .button, .woocommerce-page table.cart td.actions .coupon button {
    float: none;
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
    text-align: left !important;
  }
}
.woocommerce table.shop_table_responsive tr td:before, .woocommerce-page table.shop_table_responsive tr td:before {
  float: none;
  margin-bottom: 15px;
}
.woocommerce.single-product .product, .woocommerce-page.single-product .product {
  margin-top: 30px;
}
.woocommerce.single-product .product .product_title, .woocommerce-page.single-product .product .product_title {
  font-size: 27px;
  font-size: 1.6875rem;
  line-height: 1.1;
  font-weight: 800;
}
@media only screen and (max-width: 599px) {
  .woocommerce.single-product .product .product_title, .woocommerce-page.single-product .product .product_title {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.1;
    font-weight: 700;
  }
}
.woocommerce.single-product .product p.price, .woocommerce.single-product .product span.prive, .woocommerce-page.single-product .product p.price, .woocommerce-page.single-product .product span.prive {
  color: #000000;
}
.woocommerce.single-product .product .woocommerce-product-rating .star-rating, .woocommerce-page.single-product .product .woocommerce-product-rating .star-rating {
  color: #CC3872;
}
.woocommerce.single-product .product form.cart input.qty, .woocommerce.single-product .product form.cart button, .woocommerce-page.single-product .product form.cart input.qty, .woocommerce-page.single-product .product form.cart button {
  height: 50px;
}
@media only screen and (max-width: 599px) {
  .woocommerce.single-product .product form.cart.variations_form table, .woocommerce.single-product .product form.cart.variations_form tbody, .woocommerce.single-product .product form.cart.variations_form tr, .woocommerce.single-product .product form.cart.variations_form td, .woocommerce-page.single-product .product form.cart.variations_form table, .woocommerce-page.single-product .product form.cart.variations_form tbody, .woocommerce-page.single-product .product form.cart.variations_form tr, .woocommerce-page.single-product .product form.cart.variations_form td {
    display: block !important;
  }
}
.woocommerce.single-product .product form.cart.variations_form table, .woocommerce-page.single-product .product form.cart.variations_form table {
  border-spacing: 10px;
  border-collapse: separate;
  margin: 10px 0 30px;
}
@media only screen and (max-width: 599px) {
  .woocommerce.single-product .product form.cart.variations_form table tr, .woocommerce-page.single-product .product form.cart.variations_form table tr {
    margin-bottom: 20px;
  }
}
.woocommerce.single-product .product form.cart.variations_form table tr td, .woocommerce-page.single-product .product form.cart.variations_form table tr td {
  display: table-cell;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.woocommerce.single-product .product form.cart.variations_form table tr td label, .woocommerce-page.single-product .product form.cart.variations_form table tr td label {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.2em;
  color: #000000;
  margin: 0;
}
.woocommerce.single-product .product form.cart.variations_form table tr td .reset_variations, .woocommerce-page.single-product .product form.cart.variations_form table tr td .reset_variations {
  color: #CC3872;
  font-weight: 700;
  position: absolute;
  top: 100%;
}
.woocommerce.single-product .product .product_meta, .woocommerce-page.single-product .product .product_meta {
  border-top: 1px solid #e6e6e6;
  margin-top: 20px;
  padding-top: 20px;
}
.woocommerce.single-product .product .product_meta > span, .woocommerce-page.single-product .product .product_meta > span {
  display: block;
  margin-bottom: 10px;
}
.woocommerce.single-product .product .woocommerce-product-gallery, .woocommerce-page.single-product .product .woocommerce-product-gallery {
  margin-bottom: 50px;
  width: 40%;
}
@media only screen and (max-width: 1199px) {
  .woocommerce.single-product .product .woocommerce-product-gallery, .woocommerce-page.single-product .product .woocommerce-product-gallery {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .woocommerce.single-product .product .woocommerce-product-gallery, .woocommerce-page.single-product .product .woocommerce-product-gallery {
    margin: 0 auto 30px;
    max-width: 300px;
    width: 100%;
  }
}
.woocommerce.single-product .product .summary, .woocommerce-page.single-product .product .summary {
  padding-left: 50px;
  width: 60%;
}
@media only screen and (max-width: 1199px) {
  .woocommerce.single-product .product .summary, .woocommerce-page.single-product .product .summary {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .woocommerce.single-product .product .summary, .woocommerce-page.single-product .product .summary {
    padding-left: 0;
    width: 100%;
  }
}
.woocommerce.single-product .product .woocommerce-tabs, .woocommerce-page.single-product .product .woocommerce-tabs {
  margin-bottom: 70px;
}
@media only screen and (max-width: 1199px) {
  .woocommerce.single-product .product .woocommerce-tabs, .woocommerce-page.single-product .product .woocommerce-tabs {
    margin-bottom: 50px;
  }
}
.woocommerce.single-product .product .woocommerce-tabs ul.tabs, .woocommerce-page.single-product .product .woocommerce-tabs ul.tabs {
  margin-bottom: 0;
}
.woocommerce.single-product .product .woocommerce-tabs ul.tabs:before, .woocommerce-page.single-product .product .woocommerce-tabs ul.tabs:before {
  border-bottom: 1px solid #e6e6e6;
}
@media only screen and (max-width: 599px) {
  .woocommerce.single-product .product .woocommerce-tabs ul.tabs, .woocommerce-page.single-product .product .woocommerce-tabs ul.tabs {
    padding-left: 0;
  }
}
.woocommerce.single-product .product .woocommerce-tabs ul.tabs li, .woocommerce-page.single-product .product .woocommerce-tabs ul.tabs li {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.2em;
  background-color: #F5F5F5;
  border: 1px solid #e6e6e6;
  border-radius: 0;
}
@media only screen and (max-width: 599px) {
  .woocommerce.single-product .product .woocommerce-tabs ul.tabs li, .woocommerce-page.single-product .product .woocommerce-tabs ul.tabs li {
    display: block;
    margin: 0;
    padding: 0 10px;
  }
}
.woocommerce.single-product .product .woocommerce-tabs ul.tabs li.active, .woocommerce-page.single-product .product .woocommerce-tabs ul.tabs li.active {
  background: #CC3872;
  border: 1px solid #CC3872;
  color: #FFFFFF;
  z-index: 2;
}
.woocommerce.single-product .product .woocommerce-tabs ul.tabs li:before, .woocommerce.single-product .product .woocommerce-tabs ul.tabs li:after, .woocommerce-page.single-product .product .woocommerce-tabs ul.tabs li:before, .woocommerce-page.single-product .product .woocommerce-tabs ul.tabs li:after {
  display: none;
}
.woocommerce.single-product .product .woocommerce-tabs ul.tabs li:first-child, .woocommerce-page.single-product .product .woocommerce-tabs ul.tabs li:first-child {
  border-radius: 5px 0 0 0;
}
@media only screen and (max-width: 991px) {
  .woocommerce.single-product .product .woocommerce-tabs ul.tabs li:first-child, .woocommerce-page.single-product .product .woocommerce-tabs ul.tabs li:first-child {
    border-radius: 0;
  }
}
.woocommerce.single-product .product .woocommerce-tabs ul.tabs li:last-child, .woocommerce-page.single-product .product .woocommerce-tabs ul.tabs li:last-child {
  border-radius: 0 5px 0 0;
}
@media only screen and (max-width: 991px) {
  .woocommerce.single-product .product .woocommerce-tabs ul.tabs li:last-child, .woocommerce-page.single-product .product .woocommerce-tabs ul.tabs li:last-child {
    border-radius: 0;
  }
}
.woocommerce.single-product .product .woocommerce-tabs ul.tabs li a, .woocommerce-page.single-product .product .woocommerce-tabs ul.tabs li a {
  padding: 12px 5px;
}
@media only screen and (max-width: 599px) {
  .woocommerce.single-product .product .woocommerce-tabs ul.tabs li a, .woocommerce-page.single-product .product .woocommerce-tabs ul.tabs li a {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.2em;
    font-weight: 500;
    width: 100%;
  }
}
.woocommerce.single-product .product .woocommerce-tabs .panel, .woocommerce-page.single-product .product .woocommerce-tabs .panel {
  border: 1px solid #e6e6e6;
  border-radius: 0 0 10px 10px;
  border-top: none;
  padding: 30px;
}
@media only screen and (max-width: 1199px) {
  .woocommerce.single-product .product .woocommerce-tabs .panel, .woocommerce-page.single-product .product .woocommerce-tabs .panel {
    padding: 20px;
  }
}
@media only screen and (max-width: 599px) {
  .woocommerce.single-product .product .woocommerce-tabs .panel, .woocommerce-page.single-product .product .woocommerce-tabs .panel {
    padding: 20px 10px;
  }
}
.woocommerce.single-product .product .woocommerce-tabs .panel h2, .woocommerce-page.single-product .product .woocommerce-tabs .panel h2 {
  color: #CC3872;
  margin: 0 0 15px;
}
.woocommerce.single-product .product .woocommerce-tabs .panel h2 span, .woocommerce-page.single-product .product .woocommerce-tabs .panel h2 span {
  color: #000000;
}
.woocommerce.single-product .product .woocommerce-tabs .panel.woocommerce-Tabs-panel--description img, .woocommerce-page.single-product .product .woocommerce-tabs .panel.woocommerce-Tabs-panel--description img {
  border-radius: 5px;
  margin: 0 20px 20px 0;
}
.woocommerce.single-product .product .woocommerce-tabs .panel.woocommerce-Tabs-panel--recipe .wrapper_rel_recettes, .woocommerce-page.single-product .product .woocommerce-tabs .panel.woocommerce-Tabs-panel--recipe .wrapper_rel_recettes {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-auto-rows: minmax(250px, auto);
  grid-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin: 30px 0 0;
}
@media only screen and (max-width: 1439px) {
  .woocommerce.single-product .product .woocommerce-tabs .panel.woocommerce-Tabs-panel--recipe .wrapper_rel_recettes, .woocommerce-page.single-product .product .woocommerce-tabs .panel.woocommerce-Tabs-panel--recipe .wrapper_rel_recettes {
    grid-gap: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .woocommerce.single-product .product .woocommerce-tabs .panel.woocommerce-Tabs-panel--recipe .wrapper_rel_recettes, .woocommerce-page.single-product .product .woocommerce-tabs .panel.woocommerce-Tabs-panel--recipe .wrapper_rel_recettes {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 991px) {
  .woocommerce.single-product .product .woocommerce-tabs .panel.woocommerce-Tabs-panel--recipe .wrapper_rel_recettes, .woocommerce-page.single-product .product .woocommerce-tabs .panel.woocommerce-Tabs-panel--recipe .wrapper_rel_recettes {
    grid-auto-rows: minmax(200px, auto);
  }
}
@media only screen and (max-width: 767px) {
  .woocommerce.single-product .product .woocommerce-tabs .panel.woocommerce-Tabs-panel--recipe .wrapper_rel_recettes, .woocommerce-page.single-product .product .woocommerce-tabs .panel.woocommerce-Tabs-panel--recipe .wrapper_rel_recettes {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 479px) {
  .woocommerce.single-product .product .woocommerce-tabs .panel.woocommerce-Tabs-panel--recipe .wrapper_rel_recettes, .woocommerce-page.single-product .product .woocommerce-tabs .panel.woocommerce-Tabs-panel--recipe .wrapper_rel_recettes {
    grid-template-columns: 1fr;
  }
}
.woocommerce.single-product .product .woocommerce-tabs .panel.woocommerce-Tabs-panel--recipe .wrapper_rel_recettes > li a, .woocommerce-page.single-product .product .woocommerce-tabs .panel.woocommerce-Tabs-panel--recipe .wrapper_rel_recettes > li a {
  align-items: flex-end;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  overflow: hidden;
  padding: 30px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .woocommerce.single-product .product .woocommerce-tabs .panel.woocommerce-Tabs-panel--recipe .wrapper_rel_recettes > li a, .woocommerce-page.single-product .product .woocommerce-tabs .panel.woocommerce-Tabs-panel--recipe .wrapper_rel_recettes > li a {
    padding: 20px;
  }
}
@media only screen and (max-width: 599px) {
  .woocommerce.single-product .product .woocommerce-tabs .panel.woocommerce-Tabs-panel--recipe .wrapper_rel_recettes > li a, .woocommerce-page.single-product .product .woocommerce-tabs .panel.woocommerce-Tabs-panel--recipe .wrapper_rel_recettes > li a {
    min-height: 220px;
  }
}
@media only screen and (max-width: 479px) {
  .woocommerce.single-product .product .woocommerce-tabs .panel.woocommerce-Tabs-panel--recipe .wrapper_rel_recettes > li a, .woocommerce-page.single-product .product .woocommerce-tabs .panel.woocommerce-Tabs-panel--recipe .wrapper_rel_recettes > li a {
    min-height: 190px;
  }
}
.woocommerce.single-product .product .woocommerce-tabs .panel.woocommerce-Tabs-panel--recipe .wrapper_rel_recettes > li a .wrap_titre, .woocommerce-page.single-product .product .woocommerce-tabs .panel.woocommerce-Tabs-panel--recipe .wrapper_rel_recettes > li a .wrap_titre {
  position: relative;
  z-index: 2;
}
.woocommerce.single-product .product .woocommerce-tabs .panel.woocommerce-Tabs-panel--recipe .wrapper_rel_recettes > li a .wrap_titre h3, .woocommerce-page.single-product .product .woocommerce-tabs .panel.woocommerce-Tabs-panel--recipe .wrapper_rel_recettes > li a .wrap_titre h3 {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.2em;
  color: #FFFFFF;
  font-weight: 700;
  margin: 0;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
  .woocommerce.single-product .product .woocommerce-tabs .panel.woocommerce-Tabs-panel--recipe .wrapper_rel_recettes > li a .wrap_titre h3, .woocommerce-page.single-product .product .woocommerce-tabs .panel.woocommerce-Tabs-panel--recipe .wrapper_rel_recettes > li a .wrap_titre h3 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 479px) {
  .woocommerce.single-product .product .woocommerce-tabs .panel.woocommerce-Tabs-panel--recipe .wrapper_rel_recettes > li a .wrap_titre h3, .woocommerce-page.single-product .product .woocommerce-tabs .panel.woocommerce-Tabs-panel--recipe .wrapper_rel_recettes > li a .wrap_titre h3 {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.2em;
  }
}
.woocommerce.single-product .product .woocommerce-tabs .panel .star-rating, .woocommerce-page.single-product .product .woocommerce-tabs .panel .star-rating {
  color: #CC3872;
}
.woocommerce.single-product .product .woocommerce-tabs .panel .comment-text, .woocommerce-page.single-product .product .woocommerce-tabs .panel .comment-text {
  background-color: #F5F5F5;
}
.woocommerce.single-product .product .up-sells, .woocommerce.single-product .product .related.products, .woocommerce-page.single-product .product .up-sells, .woocommerce-page.single-product .product .related.products {
  margin-top: 50px;
}
@media only screen and (max-width: 1199px) {
  .woocommerce.single-product .product .up-sells, .woocommerce.single-product .product .related.products, .woocommerce-page.single-product .product .up-sells, .woocommerce-page.single-product .product .related.products {
    margin-top: 30px;
  }
}
.woocommerce.single-product .product .up-sells h2, .woocommerce.single-product .product .related.products h2, .woocommerce-page.single-product .product .up-sells h2, .woocommerce-page.single-product .product .related.products h2 {
  font-size: 37px;
  font-size: 2.3125rem;
  line-height: 1.2em;
  text-align: center;
}
@media only screen and (max-width: 599px) {
  .woocommerce.single-product .product .up-sells h2, .woocommerce.single-product .product .related.products h2, .woocommerce-page.single-product .product .up-sells h2, .woocommerce-page.single-product .product .related.products h2 {
    font-size: 29px;
    font-size: 1.8125rem;
    line-height: 1.2em;
  }
}
.woocommerce.single-product .product .up-sells + .related.products, .woocommerce-page.single-product .product .up-sells + .related.products {
  margin-top: 100px;
}
@media only screen and (max-width: 1199px) {
  .woocommerce.single-product .product .up-sells + .related.products, .woocommerce-page.single-product .product .up-sells + .related.products {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 599px) {
  .woocommerce.single-product .product .up-sells + .related.products, .woocommerce-page.single-product .product .up-sells + .related.products {
    margin-top: 40px;
  }
}
.woocommerce-message {
  border-top-color: #A7B83C;
}
.woocommerce-message:before {
  color: #A7B83C;
}
.woocommerce h2 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.2em;
  font-weight: 700;
}
.woocommerce h3 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.2em;
  font-weight: 700;
}
.woocommerce input[type=number] {
  border-radius: 5px;
  padding: 5px 3px 5px 10px;
}
.woocommerce .woocommerce-breadcrumb {
  font-weight: 500;
  margin-bottom: 20px;
}
.woocommerce .woocommerce-breadcrumb a {
  color: #CC3872;
  font-weight: 500;
}
.woocommerce .woocommerce-breadcrumb .delimiter {
  display: inline-block;
  font-weight: 900;
  text-align: center;
  width: 14px;
}
.woocommerce .intro_commandes {
  margin-bottom: 50px;
}
.woocommerce .wrap_page_content {
  margin: auto;
  max-width: 1400px;
  padding: 50px 20px;
}
@media only screen and (max-width: 767px) {
  .woocommerce .wrap_page_content {
    padding: 20px;
  }
}
.woocommerce .woocommerce-ordering select:focus {
  font-weight: 500;
}
.woocommerce .woocommerce-products-header {
  background-color: #F5F5F5;
  border-radius: 5px;
  margin-bottom: 30px;
  padding: 30px;
}
@media only screen and (max-width: 991px) {
  .woocommerce .woocommerce-products-header {
    padding: 20px;
  }
}
.woocommerce .woocommerce-products-header h1 {
  margin-top: 0;
}
@media only screen and (max-width: 599px) {
  .woocommerce .woocommerce-products-header h1 {
    text-align: center;
  }
}
.woocommerce .woocommerce-products-header *:last-child {
  margin-bottom: 0;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  font-size: 14px !important;
  font-size: 0.875rem !important;
  line-height: 1.2;
  background-color: #CC3872;
  color: #FFFFFF;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background-color: #CC3872;
  color: #FFFFFF;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
  background-color: #B52F63;
}
.woocommerce .woocommerce-ordering {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .woocommerce .woocommerce-ordering {
    float: none;
  }
}
.woocommerce .woocommerce-product-search {
  margin: 0 auto 50px;
  max-width: 700px;
}
@media only screen and (max-width: 1199px) {
  .woocommerce .woocommerce-product-search {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 599px) {
  .woocommerce .woocommerce-product-search .input-group {
    display: block;
  }
}
.woocommerce .woocommerce-product-search .search-field.form-control {
  background-color: #F5F5F5;
  border: 1px solid transparent;
  box-shadow: none;
}
@media only screen and (max-width: 599px) {
  .woocommerce .woocommerce-product-search .search-field.form-control {
    border-radius: 0;
    display: block;
    float: none;
    width: 100%;
  }
}
@media only screen and (max-width: 599px) {
  .woocommerce .woocommerce-product-search .input-group-btn button {
    border-radius: 5px;
    display: block;
    float: none;
    margin-top: 6px;
    width: 100%;
  }
}
.woocommerce-cart .wrap_page_content {
  padding: 50px 0;
}
@media only screen and (max-width: 767px) {
  .woocommerce-cart .wrap_page_content {
    padding: 20px 0;
  }
}
@media only screen and (max-width: 991px) {
  .woocommerce-cart .woocommerce-cart-form__cart-item {
    border-bottom: 3px solid #CC3872;
  }
  .woocommerce-cart .woocommerce-cart-form__cart-item .product-name a {
    text-transform: none;
  }
  .woocommerce-cart .woocommerce-cart-form__cart-item .product-quantity {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .woocommerce-cart .woocommerce-cart-form__cart-item .product-quantity:before {
    margin-bottom: 0;
    padding-right: 10px;
  }
  .woocommerce-cart .woocommerce-cart-form__cart-item .product-subtotal {
    text-align: right !important;
  }
}
.woocommerce-cart .cart-collaterals {
  display: grid;
  grid-template-columns: 50% 1fr;
  grid-template-rows: min-content;
  grid-gap: 20px;
}
@media only screen and (max-width: 991px) {
  .woocommerce-cart .cart-collaterals {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }
}
.woocommerce-cart .cart-collaterals:before, .woocommerce-cart .cart-collaterals:after {
  display: none;
}
.woocommerce-cart .cart-collaterals .cross-sells {
  width: 100%;
}
.woocommerce-cart .cart-collaterals .cross-sells ul.products {
  justify-content: flex-start;
}
.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product {
  flex: 0 0 33.333%;
  max-width: 33.333%;
  width: 100%;
}
@media only screen and (max-width: 479px) {
  .woocommerce-cart .cart-collaterals .cross-sells ul.products li.product {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 1365px) {
  .woocommerce-cart .cart-collaterals .cross-sells ul.products li.product .price {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.2em;
  }
}
.woocommerce-cart .cart-collaterals .cart_totals {
  grid-column: 2;
  width: 100%;
}
.layout_page h1 {
  font-weight: 800;
  margin: 50px 0 30px;
  text-align: center;
}
@media only screen and (max-width: 1199px) {
  .layout_page h1 {
    margin: 30px 0;
  }
}
.layout_page h2 {
  font-size: 37px;
  font-size: 2.3125rem;
  line-height: 1.2em;
}
@media only screen and (max-width: 1365px) {
  .layout_page h2 {
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 1199px) {
  .layout_page h2 {
    font-size: 29px;
    font-size: 1.8125rem;
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 479px) {
  .layout_page h2 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.2em;
  }
}
.layout_page .wrap_main_thumb {
  margin: 0 auto 50px;
  max-width: 700px;
  text-align: center;
}
@media only screen and (max-width: 599px) {
  .layout_page .wrap_main_thumb {
    margin-bottom: 30px;
  }
}
.layout_page .wrap_main_thumb .lazy {
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 10px;
  height: auto;
  margin: 0 auto;
  max-height: 50vh;
  max-width: 100%;
  opacity: 0;
  width: auto;
}
.layout_page .wrap_main_thumb .lazy.loaded {
  opacity: 1;
}
.wp-block-embed__wrapper {
  margin: 30px auto 50px;
  max-width: 900px;
}
.wp-block-embed__wrapper iframe {
  height: 100%;
  width: 100%;
}
blockquote {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.7;
  background-color: #F5F5F5;
  border-radius: 5px;
  border-left: #CC3872 5px solid;
  margin: 30px auto 50px;
  max-width: 1200px;
  padding: 30px;
}
@media only screen and (max-width: 1199px) {
  blockquote {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.7;
    margin: 30px 0;
    padding: 20px;
  }
}
.wrap_ariane {
  margin: 50px 0;
}
@media only screen and (max-width: 1199px) {
  .wrap_ariane {
    margin: 30px 0;
  }
}
.layout_contact .wrap_coordonnees {
  display: grid;
  grid-auto-columns: 1fr 1fr;
  grid-gap: 50px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 599px) {
  .layout_contact .wrap_coordonnees {
    display: block;
  }
}
.layout_contact .wrap_coordonnees .wrap_side {
  grid-column: 1;
}
@media only screen and (max-width: 599px) {
  .layout_contact .wrap_coordonnees .wrap_side {
    margin-bottom: 30px;
  }
}
.layout_contact .wrap_coordonnees .wrap_aside {
  grid-column: 2;
}
.layout_single_recette .wrap_rel_produits {
  margin: 50px 0;
}
.layout_archive_recettes h1 {
  text-align: center;
}
.layout_archive_recettes .wrapper_liste_recettes {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-auto-rows: minmax(350px, auto);
  grid-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 50px 0;
}
@media only screen and (max-width: 1439px) {
  .layout_archive_recettes .wrapper_liste_recettes {
    grid-auto-rows: minmax(300px, auto);
    grid-gap: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .layout_archive_recettes .wrapper_liste_recettes {
    grid-auto-rows: minmax(270px, auto);
    grid-gap: 20px;
    margin: 30px 0;
  }
}
@media only screen and (max-width: 991px) {
  .layout_archive_recettes .wrapper_liste_recettes {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .layout_archive_recettes .wrapper_liste_recettes {
    grid-auto-rows: minmax(240px, auto);
  }
}
@media only screen and (max-width: 599px) {
  .layout_archive_recettes .wrapper_liste_recettes {
    grid-template-columns: 1fr;
  }
}
.layout_archive_recettes .wrapper_liste_recettes > li a {
  align-items: flex-end;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  overflow: hidden;
  padding: 30px 40px;
  position: relative;
}
@media only screen and (max-width: 1439px) {
  .layout_archive_recettes .wrapper_liste_recettes > li a {
    padding: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .layout_archive_recettes .wrapper_liste_recettes > li a {
    padding: 20px;
  }
}
@media only screen and (max-width: 599px) {
  .layout_archive_recettes .wrapper_liste_recettes > li a {
    min-height: 220px;
  }
}
@media only screen and (max-width: 479px) {
  .layout_archive_recettes .wrapper_liste_recettes > li a {
    min-height: 190px;
  }
}
.layout_archive_recettes .wrapper_liste_recettes > li a .wrap_titre {
  position: relative;
  z-index: 2;
}
.layout_archive_recettes .wrapper_liste_recettes > li a .wrap_titre h3 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.2em;
  color: #FFFFFF;
  font-weight: 700;
  margin: 0;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
}
@media only screen and (max-width: 1365px) {
  .layout_archive_recettes .wrapper_liste_recettes > li a .wrap_titre h3 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 1199px) {
  .layout_archive_recettes .wrapper_liste_recettes > li a .wrap_titre h3 {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 991px) {
  .layout_archive_recettes .wrapper_liste_recettes > li a .wrap_titre h3 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 479px) {
  .layout_archive_recettes .wrapper_liste_recettes > li a .wrap_titre h3 {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.2em;
  }
}
/* Weepie Cookie Allow RGPD */
.wrap_body button.wpca-btn-accept {
  background-color: #000000;
  color: #FFFFFF;
}
.wrap_body button.wpca-btn-accept:hover, .wrap_body button.wpca-btn-accept:focus {
  background-color: #000000;
  color: #FFFFFF;
}
.wrap_main_content .wpca-btn {
  border: 1px solid transparent;
  margin: 3px !important;
}
.wrap_main_content .wpca-btn.wpca-btn-cc-settings {
  color: #000000;
}
.wrap_main_content .wpca-btn.wpca-btn-accept {
  background-color: #CC3872;
}
#wpca-popup-modal {
  height: calc(100% - 100px);
  overflow: auto;
}
#wpca-bar {
  align-items: center;
  background-color: #000000 !important;
  flex-wrap: wrap;
  justify-content: space-between;
}
#wpca-bar.wpca-show {
  display: flex;
}
#wpca-bar.wpca-hide {
  display: none;
}
#wpca-bar #wpca-bar-content {
  width: 49% !important;
}
@media only screen and (max-width: 767px) {
  #wpca-bar #wpca-bar-content {
    width: 100% !important;
  }
}
#wpca-bar #wpca-bar-content * {
  font-size: 16px;
  line-height: 1.2;
}
#wpca-bar #wpca-bar-content span {
  color: #FFFFFF !important;
}
#wpca-bar #wpca-bar-content .wpca-cookie-policy-link {
  color: #FFFFFF !important;
  text-decoration: underline;
}
#wpca-bar #wpca-bar-content .wpca-btn-decline {
  font-size: 14px;
  background: none;
  color: #FFFFFF;
  margin: 0;
  padding: 0;
  text-decoration: underline;
}
#wpca-bar #wpca-bar-meta {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 49%;
}
@media only screen and (max-width: 767px) {
  #wpca-bar #wpca-bar-meta {
    display: block;
    margin: 10px;
    text-align: center;
    width: 100%;
  }
}
#wpca-bar #wpca-bar-meta [class*="wpca-btn"] {
  background-color: #000000;
  border: 1px solid #FFFFFF;
  margin: 3px 1%;
  max-width: 180px;
  padding: 10px;
  width: 100% !important;
}
@media only screen and (max-width: 767px) {
  #wpca-bar #wpca-bar-meta [class*="wpca-btn"] {
    margin: 3px auto !important;
    max-width: 383.5px;
  }
}
@media only screen and (max-width: 599px) {
  #wpca-bar #wpca-bar-meta [class*="wpca-btn"] {
    max-width: 500px;
  }
}
#wpca-bar #wpca-bar-meta [class*="wpca-btn"].wpca-btn-accept {
  background-color: #CC3872;
  border: 1px solid #CC3872;
  color: #FFFFFF;
}
#wpca-bar #wpca-bar-meta #wpca-icon-settings {
  margin: 0 30px 0 0;
  width: 20px !important;
}
@media only screen and (max-width: 767px) {
  #wpca-bar #wpca-bar-meta #wpca-icon-settings {
    display: block;
    margin: 10px auto 20px;
  }
}
.wpca-btn-reset-consent {
  background-color: #CC3872 !important;
  color: #FFFFFF !important;
  margin: 10px 0 30px;
}
.wpca-cc-sett-box > .wpca-btn {
  margin-top: 20px !important;
}
.wpca-cc-sett-box > .wpca-btn.wpca-btn-accept {
  background-color: #CC3872;
  color: #FFFFFF;
}
.wpca-cc-sett-box > .wpca-btn.wpca-btn-cc-save-sett {
  background-color: #000000;
  color: #FFFFFF;
}
.rgpd_consent {
  font-style: normal;
  font-size: 16px;
  color: #777;
  margin: 10px 0;
}
.rgpd {
  color: #777;
  font-size: 14px;
  font-style: italic;
  margin: 0 0 20px;
}
.rgpd a {
  font-weight: 700;
}
.rgpd_google, .rgpd_client {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.1;
  color: #777;
  font-style: italic;
  font-weight: 300;
  margin: 10px 0;
}
.rgpd_google a, .rgpd_client a {
  font-style: italic;
  font-weight: 700;
}
.rgpd_client {
  margin-top: 30px;
}
.rgpd_zip {
  margin-top: 5px;
}
.rgpd_google {
  margin-bottom: 0;
}
