/* CSS Document */
@font-face {
  font-family: "palatino";
  src: url("css/fonts/palatino_font-webfont.woff2") format("woff2"), url("css/fonts/palatino_font-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
img.alignright {
  float: right !important;
  margin: 0 0 1em 1em !important;
}

img.alignleft {
  float: left !important;
  margin: 0 1em 1em 0 !important;
}

img.aligncenter {
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

a img.alignright {
  float: right !important;
  margin: 0 0 1em 1em !important;
}

a img.alignleft {
  float: left !important;
  margin: 0 1em 1em 0 !important;
}

a img.aligncenter {
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

body,
html {
  font-family: "Open Sans", sans-serif;
  position: relative;
}

body {
  opacity: 0;
  transition: opacity 0.7s ease;
}

.overflow-wrapper {
  max-width: 100vw;
  overflow: hidden;
}

tooltip {
  visibility: collapse !important;
}

div.ranger {
  display: flex;
  flex-wrap: wrap;
}

div.container {
  width: 1160px;
  max-width: 100%;
  padding: 0 30px;
}

.et-db #et-boc .et-l .et_pb_with_background .et_pb_row,
.et-db #et-boc .et-l .single.et_full_width_page .et_pb_row,
.et-db #et-boc .et-l .single.et_full_width_portfolio_page .et_pb_row {
  width: 100% !important;
}

body.et-db #et-boc .et-l .et_pb_module a {
  color: #d79000;
}

body.et-db #et-boc .et-l .et_pb_row {
  width: 100%;
  max-width: 1160px;
  margin: auto;
  position: relative;
  padding: 0 30px;
}

a {
  color: #86b5cd;
}

textarea {
  width: 100%;
  min-height: 200px;
}

.bar1,
.bar2,
.bar3 {
  width: 40px;
  height: 2px;
  background-color: #1d1d1b;
  margin: 6px 0;
  transition: 0.4s;
  border-radius: 1px;
}

/* Rotate first bar */
.change .bar1 {
  transform: rotate(-45deg) translate(-7px, 6px);
}

/* Fade out the second bar */
.change .bar2 {
  opacity: 0;
}

/* Rotate last bar */
.change .bar3 {
  transform: rotate(45deg) translate(-4px, -5px);
}

.slick-slide:focus,
.slick-slide a {
  outline: none;
}

h1,
h2:not(.media-attachments-filter-heading, .media-frame-menu-heading) {
  font-family: "palatino", sans-serif !important;
  color: #2a4c6b !important;
  font-weight: 400 !important;
  font-size: 2.5rem !important;
  line-height: 1.1 !important;
  text-transform: uppercase !important;
  margin: 0 0 0.25em !important;
}

h3 {
  font-family: "palatino", sans-serif !important;
  color: #2a4c6b !important;
  font-weight: 400 !important;
  font-size: 1.625rem !important;
  line-height: 1.1 !important;
  text-transform: none !important;
  margin: 0 0 0.25em !important;
  padding: 0 !important;
}

ol {
  padding-left: 20px;
}
ol li {
  margin-bottom: 1em;
}

h4 {
  display: table !important;
  padding: 5px 16px !important;
  background-color: transparent !important;
  border-top: 2px solid #86b5cd !important;
  border-bottom: 2px solid #86b5cd !important;
  font-family: "Open Sans", sans-serif !important;
  color: #86b5cd !important;
  margin: 10px auto 10px !important;
}

p,
body #et-boc .et-l p,
li {
  font-weight: 400 !important;
  font-size: 1.125rem !important;
  line-height: 1.55 !important;
  color: #2a4c6b !important;
}

button.site {
  border: 1px solid #404040 !important;
  color: #fff !important;
  font-weight: 700 !important;
  font-size: 1rem !important;
  padding: 0 40px !important;
  text-transform: uppercase !important;
  border-radius: 22px !important;
  height: 44px !important;
  background-color: #404040;
  transition: all 0.5s ease;
}
button.site:hover {
  background-color: #fff;
  color: #404040 !important;
}

button#coups {
  display: block;
  margin: 20px auto;
}

div.abs-accueil-entete {
  position: absolute;
  top: 0;
  right: 0;
  width: calc((100vw - 1100px) / 2 + 660px);
  z-index: 1;
}
div.abs-accueil-entete img {
  width: 100%;
}
@media (max-width: 767px) {
  div.abs-accueil-entete {
    top: 160px;
    right: 0;
    width: 85%;
    z-index: -1;
  }
}

body .acf-fields > .acf-field {
  border-color: transparent;
}

table:not(.variations, .shop_table, .ui-datepicker-calendar) tr:nth-child(1) {
  height: auto !important;
}
table:not(.variations, .shop_table, .ui-datepicker-calendar) tr:nth-child(1) td {
  background-color: #2a4c6b;
  color: #fff;
  font-size: 1.25rem;
  padding: 7px 8px;
  height: auto !important;
}
table:not(.variations, .shop_table, .ui-datepicker-calendar) tr {
  display: flex;
  height: auto !important;
}
table:not(.variations, .shop_table, .ui-datepicker-calendar) tr td {
  display: block;
  height: auto !important;
  color: #2a4c6b;
  font-size: 1.25rem;
  margin-top: 5px;
  padding: 7px 8px;
  background-color: #e2ebf1;
  display: inline-block;
}

#wc-div {
  display: block;
  margin-top: 90px;
}
#wc-div .woocommerce-MyAccount-content a {
  color: #86b5cd;
}

header.principal {
  position: fixed;
  width: 100%;
  z-index: 9;
  background-color: transparent;
}
header.principal.active {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
}
header.principal div#top {
  background-color: transparent;
  height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}
header.principal div#top div.container {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  top: 30px;
  z-index: 3;
}
@media (max-width: 1023px) {
  header.principal div#top div.container {
    top: 10px;
  }
}
header.principal div#top div.container ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
header.principal div#top div.container ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
header.principal div#top div.container ul li.cart a {
  width: 30px;
  height: 30px;
  font-size: 0;
  background-image: url("images/cart-plus.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
header.principal div#top div.container ul li a {
  display: block;
  padding: 16px 15px;
  position: relative;
  color: #404040;
  font-size: 0.875rem;
  text-transform: uppercase;
}
header.principal div#top div.container ul li a:after {
  content: none;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
  color: #86b5cd;
}
header.principal div#top div.container ul li:last-child a {
  padding-right: 0;
}
header.principal div#top div.container ul li:last-child a:after {
  content: none;
}
header.principal div#bottom {
  background-color: transparent;
}
header.principal div#bottom div.container div.ranger {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
header.principal div#bottom div.container div.ranger div.colonne:nth-child(1) {
  width: 243px;
}
header.principal div#bottom div.container div.ranger div.colonne:nth-child(1) img {
  width: 100%;
}
header.principal div#bottom div.container div.ranger div.colonne:nth-child(2) {
  width: calc(100% - 243px);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 1023px) {
  header.principal div#bottom div.container nav.main {
    display: none;
  }
}
header.principal div#bottom div.container ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
header.principal div#bottom div.container ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
header.principal div#bottom div.container ul li a {
  display: block;
  padding: 16px 15px;
  position: relative;
  color: #1d1d1b;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.875rem;
}
@media (max-width: 1160px) {
  header.principal div#bottom div.container ul li a {
    font-size: 1.15vw;
    padding: 16px 1.35vw;
  }
}
header.principal div#bottom div.container ul li a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
  color: #86b5cd;
  height: 36px;
  width: 1px;
  background-color: #2a4c6b;
}
header.principal div#bottom div.container ul li:last-child a:after {
  content: none;
}
header.principal div#bottom div.container ul li .sub-menu {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(0, 100%);
  flex-direction: column;
}
header.principal div#bottom div.container ul li.menu-item-has-children:hover .sub-menu {
  display: flex;
}
header.principal div#bottom div.container ul li.menu-item-has-children:hover .sub-menu li {
  border-bottom: 1px solid #86b5cd;
}
header.principal div#bottom div.container ul li.menu-item-has-children:hover .sub-menu li:last-child {
  border-bottom: none;
}
header.principal div#bottom div.container ul li.menu-item-has-children:hover .sub-menu li a {
  text-transform: none;
  white-space: nowrap;
  font-weight: 400;
  background-color: #2a4c6b;
  color: #fff;
}
header.principal div#bottom div.container ul li.menu-item-has-children:hover .sub-menu li a:after {
  content: none;
}
header.principal div#bottom div.container ul li.menu-item-has-children:hover .sub-menu li:last-child a {
  padding-right: 15px;
}
header.principal div#bottom div.container ul li:last-child a {
  padding-right: 0;
}
header.principal div#bottom div.container ul li .sub-menu li a {
  padding-right: 15px;
}
header.principal #bouton-mobile {
  display: none;
  cursor: pointer;
}
@media (max-width: 1023px) {
  header.principal #bouton-mobile {
    display: block;
  }
}

div#menu-sec {
  display: none;
  background-color: rgb(255, 255, 255);
  z-index: 3;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  padding-bottom: 60px;
  height: 100vh;
  overflow-y: auto;
  padding-bottom: 150px;
}
div#menu-sec ul {
  display: flex;
  flex-direction: column;
  padding-top: 60px;
}
div#menu-sec ul li ul {
  padding-top: 0;
}
div#menu-sec ul li a {
  display: block;
  padding: 10px 0;
  width: 100%;
  text-align: center;
  color: #1d1d1b;
  border-top: 1px solid #e6e6e6;
  text-transform: uppercase;
  font-size: 1.125rem;
}
div#menu-sec ul li:last-child a {
  border-bottom: 1px solid #e6e6e6;
}

section#page .et_pb_accordion .et_pb_toggle_open .et_pb_toggle_title:before {
  display: block !important;
  content: "\e04f" !important;
}
section#page #approbation {
  padding-top: 100px;
}
section#page .connexion form {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  section#page .connexion form {
    flex-direction: column;
  }
}
section#page .connexion form input {
  width: 300px;
  margin-right: 30px;
  max-width: 100%;
  margin-top: 30px;
}
@media (max-width: 767px) {
  section#page .connexion form input {
    width: 100%;
  }
}
section#page .connexion form input[type=checkbox] {
  display: none;
}
section#page .connexion form button {
  display: block;
  margin-top: 0px;
  margin-top: 30px;
}
section#page div.container div.ranger div.colonne-full {
  width: 100%;
}
section#page div.container div.ranger div.colonne-2 {
  width: 50%;
}
section#page div.container div.ranger div.colonne-3 {
  width: 33.33333%;
}
section#page div.container button.file {
  padding: 0 50px;
  height: 40px;
  border-radius: 20px;
  color: #fff;
  background-color: #2a4c6b;
  border: none;
  text-transform: uppercase;
}
section#page.single {
  padding-top: 50px;
  padding-bottom: 100px;
}
section#page.single span.date {
  color: #2a4c6b;
}
section#page.fiche {
  padding: 100px 0;
}
section#page.fiche div.ranger-bouton {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
section#page.fiche div.ranger-bouton button {
  padding: 0 50px;
  height: 40px;
  border-radius: 20px;
  color: #2a4c6b;
  border: 1px solid #2a4c6b;
  background-color: transparent;
  text-transform: uppercase;
  margin-right: 20px;
}
section#page.fiche div.ranger-bouton button.active {
  background-color: #66b34d;
  color: #fff;
  border: none;
}
section#page.fiche div.ranger-bouton button.active-red {
  background-color: #a81c1c;
  color: #fff;
  border: none;
}
section#page.fiche table:not(.variations, .shop_table, .ui-datepicker-calendar) tr:nth-child(1) td,
section#page.fiche table:not(.variations, .shop_table, .ui-datepicker-calendar) tr td {
  background-color: initial;
  color: initial;
  font-size: initial;
  padding: initial;
  height: initial !important;
  margin-top: initial;
}
section#page.coups {
  padding-bottom: 100px;
}
section#page.coups div.ranger {
  width: calc(100% + 0px);
  margin-left: -10px;
  margin-right: -10px;
}
@media (max-width: 1023px) {
  section#page.coups div.ranger {
    padding: 0 30px;
  }
}
section#page.coups div.ranger div.colonne {
  width: 33.333%;
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  section#page.coups div.ranger div.colonne {
    width: 50%;
  }
}
@media (max-width: 767px) {
  section#page.coups div.ranger div.colonne {
    width: 100%;
  }
}
section#page.coups div.ranger div.colonne div.tuile {
  background-color: #e2ebf1;
  height: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
}
section#page.coups div.ranger div.colonne div.tuile span.date {
  color: #2a4c6b;
}
section#page.coups div.ranger div.colonne div.tuile h3 {
  font-size: 1.75rem !important;
  font-weight: 700 !important;
  color: #2a4c6b;
  text-transform: uppercase;
}
section#page.coups div.ranger div.colonne div.tuile p {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
}
section#page.coups div.ranger div.colonne div.tuile button {
  padding: 0 50px;
  height: 40px;
  border-radius: 20px;
  color: #fff;
  background-color: #2a4c6b;
  border: none;
  text-transform: uppercase;
  float: right;
  margin-top: 20px;
}
section#page.coups .slick-next {
  right: -50px;
}
section#page.coups .slick-prev {
  left: -50px;
}

#form,
.popup-prix {
  padding-bottom: 100px;
}
#form select,
.popup-prix select {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-color: #fff;
  color: #2a4c6b;
  font-size: 1.125rem;
  padding-right: 50px;
  padding-left: 10px;
  background-image: url("images/chevron.svg");
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: right 15px center;
  border-radius: 0;
  height: 57px;
  border: 1px solid #2a4c6b;
}
#form input,
.popup-prix input {
  border: none;
  border-bottom: 1px solid #707070;
  box-shadow: none;
  border-radius: 0;
  background-color: transparent;
}
#form .with_frm_style input[type=text],
#form .with_frm_style input[type=password],
#form .with_frm_style input[type=email],
#form .with_frm_style input[type=number],
#form .with_frm_style input[type=url],
#form .with_frm_style input[type=tel],
#form .with_frm_style input[type=phone],
#form .with_frm_style input[type=search],
#form .with_frm_style select,
#form .with_frm_style textarea,
#form .frm_form_fields_style,
#form .with_frm_style .frm_scroll_box .frm_opt_container,
#form .frm_form_fields_active_style,
#form .frm_form_fields_error_style,
#form .with_frm_style .frm-card-element.StripeElement,
#form .with_frm_style .chosen-container-multi .chosen-choices,
#form .with_frm_style .chosen-container-single .chosen-single,
.popup-prix .with_frm_style input[type=text],
.popup-prix .with_frm_style input[type=password],
.popup-prix .with_frm_style input[type=email],
.popup-prix .with_frm_style input[type=number],
.popup-prix .with_frm_style input[type=url],
.popup-prix .with_frm_style input[type=tel],
.popup-prix .with_frm_style input[type=phone],
.popup-prix .with_frm_style input[type=search],
.popup-prix .with_frm_style select,
.popup-prix .with_frm_style textarea,
.popup-prix .frm_form_fields_style,
.popup-prix .with_frm_style .frm_scroll_box .frm_opt_container,
.popup-prix .frm_form_fields_active_style,
.popup-prix .frm_form_fields_error_style,
.popup-prix .with_frm_style .frm-card-element.StripeElement,
.popup-prix .with_frm_style .chosen-container-multi .chosen-choices,
.popup-prix .with_frm_style .chosen-container-single .chosen-single {
  border: none;
  border-bottom: 1px solid #707070;
  box-shadow: none;
  border-radius: 0;
  background-color: transparent;
}
#form input[type=submit],
#form button[type=submit],
.popup-prix input[type=submit],
.popup-prix button[type=submit] {
  height: 57px !important;
  background-color: #2a4c6b !important;
  color: #fff;
  font-weight: 700;
  padding: 0 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 0px !important;
  border-radius: 30px !important;
  border-color: #2a4c6b !important;
  border: 1px solid #2a4c6b !important;
}
#form input[type=submit]:hover,
#form button[type=submit]:hover,
.popup-prix input[type=submit]:hover,
.popup-prix button[type=submit]:hover {
  background-color: #404040 !important;
  color: #fff !important;
  border-color: #404040 !important;
}
#form label,
.popup-prix label {
  font-size: 1.25rem;
  font-weight: 400;
  color: #1d1d1b;
}
#form .acf-label label,
.popup-prix .acf-label label {
  font-weight: 700;
}
#form ul.acf-radio-list li label,
#form ul.acf-checkbox-list li label,
.popup-prix ul.acf-radio-list li label,
.popup-prix ul.acf-checkbox-list li label {
  color: #1d1d1b;
  font-size: 1rem;
}
#form textarea,
.popup-prix textarea {
  border: 1px solid #707070;
  height: 400px;
  background-color: transparent;
}
#form .frm_style_style-formidable.with_frm_style .form-field,
.popup-prix .frm_style_style-formidable.with_frm_style .form-field {
  margin-bottom: 30px !important;
}
#form .with_frm_style legend + h3,
#form .with_frm_style h3.frm_form_title,
.popup-prix .with_frm_style legend + h3,
.popup-prix .with_frm_style h3.frm_form_title {
  text-align: center;
  margin: 0px 0 50px !important;
  font-size: 1.875rem;
}
#form .frm_dropzone.frm_single_upload,
.popup-prix .frm_dropzone.frm_single_upload {
  max-width: 100%;
}
#form h2.form,
.popup-prix h2.form {
  padding-top: 100px;
  text-align: center;
}

#sg-popup-id-542.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.popup-prix {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 9999999999;
  display: none;
}
.popup-prix span#close-popup-prix {
  position: absolute;
  top: 10px;
  right: 30px;
  color: #fff;
  font-size: 40px;
  font-weight: 100;
  font-family: sans-serif;
  cursor: pointer;
}
.popup-prix div.content {
  width: 90%;
  background-color: #fff;
  max-width: 1024px;
  height: calc(100% - 100px);
  overflow-y: auto;
  padding: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

section#entete-accueil {
  padding: 150px 0 30px;
}
section#entete-accueil div.container div.ranger div.colonne {
  width: 377px;
}

.otgs-development-site-front-end {
  display: none;
}

div.rel {
  position: relative;
  width: 100%;
}
div.rel div.abs-accueil-footer {
  position: absolute;
  bottom: 500px;
  width: 57%;
  left: 0;
  z-index: -1;
}
div.rel div.abs-accueil-footer img {
  width: 100%;
}
@media (max-width: 1023px) {
  div.rel div.abs-accueil-footer {
    width: 100%;
    bottom: 0;
  }
}

section#action-accueil {
  padding-top: 70px;
  position: relative;
  z-index: 2;
  padding-bottom: 110px;
}
@media (max-width: 1023px) {
  section#action-accueil {
    padding-bottom: 300px;
  }
}
section#action-accueil div.container div.ranger {
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-right: -10px;
}
section#action-accueil div.container div.ranger div.colonne {
  width: 33.333%;
  padding: 0 10px;
}
@media (max-width: 1023px) {
  section#action-accueil div.container div.ranger div.colonne {
    width: 100%;
    max-width: 500px;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
section#action-accueil div.container div.ranger div.colonne div.tuile {
  width: 100%;
  height: 100%;
  background-color: #2a4c6b;
  color: #fff;
  text-align: center;
  padding: 70px 10px;
}
section#action-accueil div.container div.ranger div.colonne div.tuile h2 {
  color: #86b5cd !important;
  margin-bottom: 1em !important;
  text-transform: none !important;
}
section#action-accueil div.container div.ranger div.colonne div.tuile p {
  color: #fff !important;
  text-transform: uppercase !important;
  font-size: 1.125rem !important;
  font-weight: 700 !important;
  margin-top: 0 !important;
  margin-bottom: 1em !important;
  transition: all 0.5s ease;
}
section#action-accueil div.container div.ranger div.colonne div.tuile button {
  border-color: #fff !important;
  background-color: #fff !important;
  color: #1d1d1b !important;
}
section#action-accueil div.container div.ranger div.colonne div.tuile button:hover {
  background-color: #86b5cd !important;
  color: #fff !important;
  border-color: #86b5cd !important;
}
section#action-accueil div.container div.ranger div.colonne:nth-child(2) div.tuile {
  background-color: #86b5cd;
}
section#action-accueil div.container div.ranger div.colonne:nth-child(2) div.tuile h2 {
  color: #2a4c6b !important;
}
section#action-accueil div.container div.ranger div.colonne:nth-child(2) div.tuile button {
  border-color: #2a4c6b !important;
  background-color: #2a4c6b !important;
  color: #fff !important;
}
section#action-accueil div.container div.ranger div.colonne:nth-child(2) div.tuile button:hover {
  background-color: #fff !important;
  color: #1d1d1b !important;
  border-color: #fff !important;
}

footer {
  max-width: 100vw;
  overflow-x: hidden;
  clear: both;
}
footer div.footer {
  background-color: #2a4c6b;
  padding: 40px 0;
}
footer div.footer div.container div.ranger {
  width: calc(100% + 120px);
  margin-left: -60px;
  margin-right: -60px;
  align-items: center;
}
footer div.footer div.container div.ranger div.colonne {
  padding: 0 60px;
  width: 37%;
}
@media (max-width: 1023px) {
  footer div.footer div.container div.ranger div.colonne {
    width: 100%;
  }
}
footer div.footer div.container div.ranger div.colonne img {
  width: 100%;
}
@media (max-width: 1023px) {
  footer div.footer div.container div.ranger div.colonne img {
    max-width: 280px;
    display: block;
    margin: 0 auto;
  }
}
footer div.footer div.container div.ranger div.colonne:nth-child(2) {
  border-left: 1px solid #fff;
  width: 63%;
}
@media (max-width: 1023px) {
  footer div.footer div.container div.ranger div.colonne:nth-child(2) {
    border-left: none;
    text-align: center;
    margin-top: 40px;
    padding-top: 40px;
    position: relative;
    width: 100%;
  }
  footer div.footer div.container div.ranger div.colonne:nth-child(2):before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 250px;
    height: 1px;
    background-color: #fff;
    transform: translate(-50%, -50%);
  }
}
footer div.footer div.container div.ranger div.colonne:nth-child(2) .socials {
  display: flex;
  gap: 10px;
}
footer div.footer div.container div.ranger div.colonne:nth-child(2) h3 {
  font-size: 1rem !important;
  line-height: 1.25rem !important;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 400 !important;
  color: #fff !important;
  margin: 0;
}
footer div.footer div.container div.ranger div.colonne:nth-child(2) img {
  width: 25px;
}
footer div.footer div.container div.ranger div.colonne:nth-child(2) p a {
  font-weight: 700 !important;
  color: #86b5cd !important;
  font-size: 1.25rem !important;
  line-height: 0.6 !important;
}
footer div.copyright {
  width: 100%;
  height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #404040;
}
@media (max-width: 1023px) {
  footer div.copyright {
    text-align: center;
    height: auto;
    padding: 15px 0;
  }
}
footer div.copyright div.container p {
  color: #fff !important;
  font-size: 0.875rem !important;
  font-weight: 400 !important;
  margin: 0 !important;
}
footer div.copyright div.container p a {
  color: #fff;
}
footer div.copyright div.container p a:hover {
  text-decoration: underline;
}

div.abs-entete {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
div.abs-entete img {
  width: 100%;
}

section#entete h1 {
  color: #fff !important;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: rgba(42, 76, 107, 0.9);
  mix-blend-mode: plus-darker;
  margin-bottom: 30px !important;
  margin-top: 30px !important;
  position: relative;
}
section#entete h1:before {
  content: "";
  width: 100vw;
  left: 0;
  height: 100%;
  width: 100vw;
  top: 0;
  background-color: rgba(42, 76, 107, 0.9);
  mix-blend-mode: plus-darker;
  transform: translateX(-100%);
  position: absolute;
}
section#entete h1:after {
  content: "";
  width: 100vw;
  right: 0;
  height: 100%;
  width: 100vw;
  top: 0;
  background-color: rgba(42, 76, 107, 0.9);
  mix-blend-mode: plus-darker;
  transform: translateX(100%);
  position: absolute;
}
section#entete.product h2 {
  text-transform: none !important;
  font-size: 2.813rem !important;
  margin-top: 1em !important;
  margin-bottom: 0;
}
section#entete.product p {
  text-transform: uppercase !important;
  font-weight: 700 !important;
  font-size: 1.25rem !important;
  font-weight: 700 !important;
  margin: 0 !important;
}

section#arborescence {
  width: 100%;
  padding: 60px 0 100px;
  background-color: #e2ebf1;
}
section#arborescence div.container div.ranger {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-right: -10px;
  padding-bottom: 48px;
}
section#arborescence div.container div.ranger div.colonne {
  width: 25%;
  padding: 0 10px;
}
section#arborescence div.container div.ranger div.colonne div.tuile {
  background-color: #86b5cd;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: #2a4c6b;
  text-align: center;
  padding: 0 30px;
  font-size: 1.125rem !important;
  height: 90px;
  font-weight: 700;
  text-transform: uppercase;
}
section#arborescence div.container div.ranger div.colonne div.tuile.bleu_fonce {
  background-color: #2a4c6b;
  color: #fff;
}
section#arborescence div.container div.ranger.secondaire {
  justify-content: flex-start;
}
section#arborescence div.container div.ranger.secondaire div.colonne div.tuile {
  text-transform: none;
  position: relative;
}
section#arborescence div.container div.ranger.secondaire div.colonne div.tuile:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 48px;
  background-color: #2a4c6b;
  left: 50%;
  top: 0;
  transform: translate(-50%, -100%);
}
section#arborescence div.container div.ranger.secondaire:nth-child(2) div.colonne div.tuile:after {
  content: none;
}

.et_pb_column_1_4 .et_pb_text_inner span.number {
  margin: 0 auto 20px !important;
  width: 92px !important;
  height: 92px !important;
  background-color: #86b5cd !important;
  color: #fff !important;
  font-family: "palatino", sans-serif !important;
  font-size: 2.813rem !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  line-height: 1 !important;
  border-radius: 50% !important;
  padding-bottom: 10px !important;
}
.et_pb_column_1_4 .et_pb_text_inner hr {
  width: 75px;
  border-top: 2px solid #86b5cd !important;
  margin: 20px auto !important;
}

body.et-db #et-boc .et-l .et_pb_toggle_close {
  padding: 0;
  background-color: #2a4c6b;
  margin-bottom: 15px !important;
  border: none !important;
  position: relative;
}
body.et-db #et-boc .et-l .et_pb_toggle_close:after {
  content: "";
  position: absolute;
  right: 37px;
  width: 5px;
  background-color: #fff;
  height: 100%;
  top: 0;
}
body.et-db #et-boc .et-l .et_pb_toggle_close h5 {
  color: #fff !important;
  font-weight: 700 !important;
  font-size: 1.25rem !important;
  position: relative;
  top: 2px;
  padding: 8px !important;
  display: block;
}
body.et-db #et-boc .et-l .et_pb_toggle_close h5:before {
  content: "+" !important;
  color: #fff !important;
  font-size: 34px;
  top: -3px !important;
  right: 3px !important;
  transform: translateY(0%) !important;
  position: absolute !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
body.et-db #et-boc .et-l .et_pb_accordion .et_pb_toggle {
  margin-bottom: 10px !important;
}
body.et-db #et-boc .et-l .et_pb_toggle_open {
  padding: 0 !important;
  position: relative;
}
body.et-db #et-boc .et-l .et_pb_toggle_open:after {
  content: "-" !important;
  color: #fff !important;
  font-size: 60px;
  top: -14px !important;
  transform: translateY(0%) !important;
  position: absolute !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  position: absolute;
  right: 6px;
  border: none;
}
body.et-db #et-boc .et-l .et_pb_toggle {
  border: none !important;
}
body.et-db #et-boc .et-l .et_pb_toggle_open .et_pb_toggle_title, body.et-db #et-boc .et-l .et_pb_toggle_open h5.et_pb_toggle_title {
  display: block !important;
  padding: 8px !important;
  color: #2a4c6b !important;
  background-color: #86b5cd !important;
  font-weight: 700 !important;
  font-size: 1.25rem !important;
  position: relative !important;
}
body.et-db #et-boc .et-l .et_pb_toggle_open .et_pb_toggle_title:after, body.et-db #et-boc .et-l .et_pb_toggle_open h5.et_pb_toggle_title:after {
  content: "";
  position: absolute;
  right: 37px;
  width: 5px;
  background-color: #fff;
  height: 100%;
  top: 0;
}
body.et-db #et-boc .et-l .et_pb_toggle_content {
  padding: 8px !important;
  background: #e2ebf1;
}

div.slides-bio .slick-prev:before,
div.slides-bio .slick-next:before {
  color: #2a4c6b;
  font-size: 40px;
}
div.slides-bio .slick-prev,
div.slides-bio .slick-next {
  width: 40px;
  height: 40px;
}
div.slides-bio .slick-prev {
  left: -35px;
}
div.slides-bio .slick-next {
  right: -35px;
}
div.slides-bio .slick-track {
  display: flex !important;
}
div.slides-bio .slick-slide {
  height: inherit !important;
}
div.slides-bio div.col {
  padding: 0 20px !important;
}
div.slides-bio div.col img {
  border-radius: 50%;
  overflow: hidden;
}
div.slides-bio div.col h3 {
  font-size: 1.625rem !important;
  margin: 0.5em 0 !important;
}
div.slides-bio div.col button {
  display: block !important;
  margin: 15px auto 0 !important;
  background-color: #2a4c6b !important;
}
div.slides-bio div.col button:hover {
  background-color: #404040 !important;
  color: #fff !important;
  border-color: #404040 !important;
}
div.slides-bio div.tuile {
  background-color: #fff !important;
  text-align: center !important;
  padding: 30px 40px !important;
  height: calc(100% - 60px);
}
div.slides-bio div.tuile.blue {
  background-color: #e2ebf1 !important;
  height: 100%;
}

div.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(29, 29, 27, 0.79);
  z-index: 999999;
  display: none;
}
div.popup span#x {
  font-size: 40px !important;
  line-height: 1;
  font-weight: 300;
  color: #fff;
  position: absolute;
  top: 0px;
  right: 15px;
  font-family: sans-serif;
  cursor: pointer;
}
div.popup div.content {
  position: absolute;
  background-color: #fff;
  width: 1064px;
  max-width: calc(100% - 60px);
  max-height: calc(100% - 100px);
  overflow-y: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
div.popup div.content div.ranger div.colonne:first-child {
  width: 355px;
  padding: 60px;
  padding-right: 0;
}
div.popup div.content div.ranger div.colonne:last-child {
  width: calc(100% - 355px);
  padding: 60px;
  padding-left: 30px;
}
div.popup div.content div.full {
  background-color: #e2ebf1;
  width: 100%;
  padding: 30px 60px;
}

:focus {
  outline: none;
}

.slick-track {
  display: flex !important;
}

.slick-slide {
  height: inherit !important;
}

.slick-prev,
.slick-next {
  width: 33px;
  height: 33px;
}
.slick-prev:before,
.slick-next:before {
  content: "";
  width: 33px;
  height: 33px;
  background-color: #2a4c6b;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0.9;
  background-image: url("images/chevron-right.svg");
  background-size: 8px;
  background-position: center;
  background-repeat: no-repeat;
}

.slick-prev:before {
  background-image: url("images/chevron-left.svg");
}

section#evenements div.container .passe {
  margin-top: 50px;
  padding-bottom: 50px;
}
section#evenements div.container .passe h2 {
  margin-bottom: 0.5em !important;
}
section#evenements div.container .slides-events {
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-right: -10px;
}
section#evenements div.container .slides-events .tuile {
  padding: 0 10px;
  height: 100%;
}
section#evenements div.container .slides-events .tuile a {
  background-color: #e2ebf1;
  display: block;
  height: 100%;
}
section#evenements div.container .slides-events .tuile a:hover {
  color: #2a4c6b;
}
section#evenements div.container .slides-events .tuile .date-ranger {
  background-color: #86b5cd;
  display: flex;
  flex-wrap: wrap;
  padding: 10px 25px;
  align-items: center;
}
section#evenements div.container .slides-events .tuile .date-ranger div.date-texte {
  padding-left: 15px;
}
section#evenements div.container .slides-events .tuile .date-ranger div.date-texte h5 {
  font-size: 25px;
  margin: 0;
  font-family: "palatino", sans-serif !important;
  color: #2a4c6b;
}
section#evenements div.container .slides-events .tuile .date-ranger div.date-cercle span.cercle {
  display: flex;
  margin: 5px auto 5px;
  border-radius: 50%;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  color: #2a4c6b !important;
  width: 53px;
  height: 53px;
  font-size: 25px !important;
  font-weight: 700 !important;
}
section#evenements div.container .slides-events .tuile div.content {
  width: 100%;
  background-color: #e2ebf1;
  padding: 10px 25px;
}
section#evenements div.container .slides-events .tuile div.content h2 {
  text-align: center;
  font-size: 30px !important;
}
section#evenements div.container div.events {
  background-color: #e2ebf1;
  width: 100%;
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  section#evenements div.container div.events {
    padding-bottom: 20px;
  }
}
section#evenements div.container div.events div.ranger {
  align-items: center;
  border-bottom: 10px solid #FFF;
}
section#evenements div.container div.events div.ranger div.date {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 220px;
  min-height: 220px;
  background-color: #86b5cd;
}
@media (max-width: 1023px) {
  section#evenements div.container div.events div.ranger div.date {
    width: 100%;
  }
}
section#evenements div.container div.events div.ranger div.date a {
  color: #2a4c6b;
}
section#evenements div.container div.events div.ranger div.date a:hover {
  color: #2a4c6b;
}
section#evenements div.container div.events div.ranger div.date h5 {
  font-size: 1.25rem !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  line-height: 1 !important;
  color: #2a4c6b !important;
  text-align: center !important;
  margin: 0 !important;
  font-family: "palatino", sans-serif !important;
}
section#evenements div.container div.events div.ranger div.date span.cercle {
  display: flex;
  margin: 5px auto 10px;
  border-radius: 50%;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  color: #2a4c6b !important;
  width: 92px;
  height: 92px;
  font-size: 45px !important;
  font-weight: 700 !important;
}
section#evenements div.container div.events div.ranger div.date h4 {
  border-color: #2a4c6b !important;
  color: #2a4c6b !important;
  margin: 0 !important;
}
section#evenements div.container div.events div.ranger div.content {
  width: calc(100% - 220px - 316px);
  padding: 25px;
}
@media (max-width: 1023px) {
  section#evenements div.container div.events div.ranger div.content {
    width: 100%;
  }
}
section#evenements div.container div.events div.ranger div.content h2 {
  font-size: 1.875rem !important;
  margin: 0 !important;
  font-family: "palatino", sans-serif !important;
  text-transform: none !important;
}
section#evenements div.container div.events div.ranger div.content hr {
  width: 65px;
  border-top: 2px solid #2a4c6b;
}
section#evenements div.container div.events div.ranger div.content h3 {
  text-transform: uppercase !important;
  font-size: 1.25rem !important;
  margin: 0 !important;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 700;
}
section#evenements div.container div.events div.ranger div.content p {
  font-size: 1.125rem !important;
  margin: 0 !important;
}
section#evenements div.container div.events div.ranger div.content button {
  margin-top: 10px !important;
}
section#evenements div.container div.events div.ranger div.photo {
  width: 316px;
  position: relative;
  height: 220px;
}
@media (max-width: 1023px) {
  section#evenements div.container div.events div.ranger div.photo {
    width: 100%;
  }
}
section#evenements div.container div.events div.ranger div.photo img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 1023px) {
  section#evenements div.container div.events div.ranger div.photo img {
    max-width: 250px;
    display: block;
    margin: 0 auto;
    position: relative;
  }
}

div.events-single {
  background-color: #e2ebf1;
  width: 100%;
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  div.events-single {
    padding: 0px 0 0px;
    overflow: hidden;
  }
}
div.events-single div.ranger {
  align-items: center;
}
div.events-single div.ranger div.date {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 220px;
  min-height: 220px;
  background-color: #86b5cd;
}
@media (max-width: 1023px) {
  div.events-single div.ranger div.date {
    width: 100%;
  }
}
div.events-single div.ranger div.date a {
  color: #2a4c6b;
}
div.events-single div.ranger div.date a:hover {
  color: #2a4c6b;
}
div.events-single div.ranger div.date h5 {
  font-size: 1.25rem !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  line-height: 1 !important;
  color: #2a4c6b !important;
  text-align: center !important;
  margin: 0 !important;
  font-family: "palatino", sans-serif !important;
}
div.events-single div.ranger div.date span.cercle {
  display: flex;
  margin: 5px auto 10px;
  border-radius: 50%;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  color: #2a4c6b !important;
  width: 92px;
  height: 92px;
  font-size: 45px !important;
  font-weight: 700 !important;
}
div.events-single div.ranger div.date h4 {
  border-color: #2a4c6b !important;
  color: #2a4c6b !important;
  margin: 0 !important;
}
div.events-single div.ranger div.photo {
  width: calc(100% - 220px);
  position: relative;
  height: 220px;
}
@media (max-width: 1023px) {
  div.events-single div.ranger div.photo {
    width: 100%;
    height: auto;
  }
}
div.events-single div.ranger div.photo img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 1023px) {
  div.events-single div.ranger div.photo img {
    max-width: 250px;
    display: block;
    margin: 20px auto;
    position: relative;
  }
}

body.woocommerce div.product div.summary {
  width: 100%;
}

body.woocommerce div.product .product_title {
  font-size: 1.75rem !important;
  font-weight: 700 !important;
  text-transform: none !important;
  font-family: "palatino", sans-serif !important;
  margin: 0 !important;
}

body.woocommerce div.product p.dates {
  margin: 0 !important;
  text-transform: uppercase !important;
}

body.woocommerce div.product form.cart .variations {
  max-width: 400px;
}

body.et-db #et-boc .et-l .et_pb_module input.text:not(.qty), body.et-db #et-boc .et-l .et_pb_module input.title, body.et-db #et-boc .et-l .et_pb_module input[type=email], body.et-db #et-boc .et-l .et_pb_module input[type=password], body.et-db #et-boc .et-l .et_pb_module input[type=tel], body.et-db #et-boc .et-l .et_pb_module input[type=text], body.et-db #et-boc .et-l .et_pb_module input select, body.et-db #et-boc .et-l .et_pb_module textarea {
  border: none;
  border-bottom: 1px solid #414142 !important;
  color: #4e4e4e;
  padding: 5px 0px;
  height: auto;
  width: 100%;
  font-size: 1.125rem;
}
body .frm_style_style-formidable.with_frm_style .form-field {
  margin-bottom: 60px !important;
}
body .with_frm_style .frm_form_fields > fieldset {
  padding: 40px 0 !important;
}
body .frm_style_style-formidable.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message,
body .frm_style_style-formidable.with_frm_style input[type=submit],
body .frm_style_style-formidable.with_frm_style .frm_submit input[type=button],
body .frm_style_style-formidable.with_frm_style .frm_submit button,
body .frm_form_submit_style,
body .frm_style_style-formidable.with_frm_style .frm-edit-page-btn {
  height: 57px !important;
  background-color: #2a4c6b !important;
  color: #fff;
  font-weight: 700;
  padding: 0 30px;
  margin-left: 0px !important;
  border-radius: 30px !important;
  border-color: #2a4c6b !important;
}
body .frm_style_style-formidable.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message:hover,
body .frm_style_style-formidable.with_frm_style input[type=submit]:hover,
body .frm_style_style-formidable.with_frm_style .frm_submit input[type=button]:hover,
body .frm_style_style-formidable.with_frm_style .frm_submit button:hover,
body .frm_form_submit_style:hover,
body .frm_style_style-formidable.with_frm_style .frm-edit-page-btn:hover {
  background-color: #404040 !important;
  color: #fff !important;
  border-color: #404040 !important;
}

body.woocommerce div.product form.cart .variations select,
body .with_frm_style select {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-color: #fff;
  color: #2a4c6b;
  font-size: 1.125rem;
  padding-right: 50px;
  padding-left: 10px;
  background-image: url("images/chevron.svg");
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: right 15px center;
  border-radius: 0;
  height: 57px;
  border: 1px solid #2a4c6b;
}

body.woocommerce div.product form.cart .variations th {
  vertical-align: middle;
  padding-right: 25px;
  text-align: left;
}
body.woocommerce div.product form.cart .variations th label {
  text-transform: uppercase;
  color: #2a4c6b;
  font-size: 1.125rem !important;
  font-weight: 700 !important;
  text-align: left;
}

body.woocommerce .quantity .qty {
  width: 76px !important;
  height: 57px !important;
  border: 1px solid #2a4c6b !important;
  border-radius: 0 !important;
  margin-right: 25px !important;
}

body.woocommerce div.product form.cart .button {
  height: 57px !important;
  background-color: #2a4c6b !important;
  color: #fff;
  font-weight: 700;
  padding: 0 30px;
  margin-left: 0px !important;
  border-radius: 30px !important;
}

body.woocommerce div.product p.price,
body.woocommerce div.product span.price {
  color: #2a4c6b;
}

body.woocommerce div.product form.cart {
  margin-bottom: 0;
}

body.woocommerce div.politiques {
  max-width: 520px !important;
}
body.woocommerce div.politiques p {
  font-size: 0.875rem !important;
  margin: 0 !important;
}

div.product-evenements-bg {
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
  background-color: transparent;
  padding: 0px 0;
  position: relative;
}
div.product-evenements-bg:before {
  content: "";
  position: absolute;
  right: 22%;
  height: 100%;
  width: 78%;
  background-size: 100%;
  background-image: url("images/degrader.png");
  background-repeat: repeat-y;
}
div.product-evenements-bg div.container {
  padding: 50px 30px;
}

.content-product-evenements {
  padding: 30px 0;
}

.product-adhesion {
  padding: 30px 0 60px;
}

body.et-db #et-boc .et-l .accordeon-blanc .et_pb_toggle_content {
  background-color: #fff;
  padding-bottom: 30px !important;
}

body .frm_form_field.frm_left_container .frm_primary_label {
  text-transform: uppercase !important;
  font-weight: 400 !important;
  color: #2a4c6b !important;
  font-size: 1.125rem !important;
  display: flex;
  align-items: center;
}

body .with_frm_style .frm_top_container .frm_primary_label,
body .with_frm_style .frm_hidden_container .frm_primary_label,
.with_frm_style .frm_pos_top {
  text-transform: uppercase !important;
  font-weight: 400 !important;
  color: #2a4c6b !important;
  font-size: 1.125rem !important;
}

div#wc-div input[type=date],
div#wc-div input[type=email],
div#wc-div input[type=number],
div#wc-div input[type=password],
div#wc-div input[type=search],
div#wc-div input[type=tel],
div#wc-div input[type=text],
div#wc-div input[type=url] {
  border: none;
  border-bottom: 1px solid #2a4c6b;
  border-radius: 0;
  height: 35px;
  box-shadow: none;
  background-color: transparent;
}
div#wc-div input[type=date]:focus,
div#wc-div input[type=email]:focus,
div#wc-div input[type=number]:focus,
div#wc-div input[type=password]:focus,
div#wc-div input[type=search]:focus,
div#wc-div input[type=tel]:focus,
div#wc-div input[type=text]:focus,
div#wc-div input[type=url]:focus {
  border-color: #1d1d1b;
  box-shadow: none;
}

body .frm_style_style-formidable.with_frm_style .form-field {
  margin-bottom: 30px;
}

body .frm_style_style-formidable.with_frm_style .frm-show-form .frm_section_heading h3 {
  border-top: none;
  text-transform: uppercase !important;
  font-size: 1.75rem !important;
  font-weight: 700 !important;
  margin-top: 40px !important;
  margin-bottom: 30px !important;
}

body .with_frm_style .frm_radio label,
body .with_frm_style .frm_checkbox label {
  color: #2a4c6b !important;
  font-size: 1.125rem !important;
  font-weight: 400 !important;
}

.frm_form_field .frm_checkbox,
.frm_form_field .frm_checkbox + .frm_checkbox,
.frm_form_field .frm_radio,
.frm_form_field .frm_radio + .frm_radio {
  margin-bottom: 0.5rem !important;
  margin-top: 0.5rem !important;
}

.with_frm_style .frm_radio input[type=radio],
.with_frm_style .frm_checkbox input[type=checkbox] {
  border-color: #2a4c6b !important;
}

.with_frm_style .frm_radio input[type=radio]:before,
.with_frm_style .frm_checkbox input[type=checkbox]:before {
  box-shadow: inset 10px 10px #2a4c6b;
}

.full-div {
  position: relative;
  clear: both;
  margin-left: calc((100vw - 1100px) / -2);
  margin-right: calc((100vw - 1100px) / -2);
  padding-top: 50px;
}
@media (max-width: 1279px) {
  .full-div {
    margin-left: 0;
    margin-right: 0;
  }
}
.full-div:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-image: url("images/bg-membre-regulier.jpg");
  background-size: auto;
  background-position: top right;
  height: 500px;
  z-index: -1;
  background-repeat: no-repeat;
  background-color: #e2ebf1;
}
@media (max-width: 1279px) {
  .full-div:before {
    content: none;
  }
}
.full-div .container-div {
  max-width: 1160px;
  padding: 0 30px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1279px) {
  .full-div .container-div {
    padding: 0;
  }
}

body .woocommerce-error,
body .woocommerce-info,
body .woocommerce-message {
  padding: 1em 2em 1em 3.5em;
  margin: 0 0 2em;
  position: relative;
  background-color: #e2ebf1;
  color: #2a4c6b;
  border-top: 3px solid #2a4c6b !important;
  list-style: none outside;
  width: auto;
  word-wrap: break-word;
  border-color: #2a4c6b !important;
}

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
  color: #2a4c6b !important;
  content: none !important;
}

body.woocommerce #respond input#submit,
body.woocommerce a.button,
body.woocommerce button.button,
body.woocommerce input.button {
  background-color: #2a4c6b !important;
  color: #fff !important;
  height: 57px !important;
  font-weight: 700;
  padding: 19px 30px;
  margin-left: 0px !important;
  border-radius: 0 !important;
}

body dl.variation {
  display: none;
}

body .woocommerce #respond input#submit,
body .woocommerce a.button,
body .woocommerce button.button,
body .woocommerce input.button {
  background-color: #404040 !important;
  color: #fff !important;
  border-color: #404040 !important;
}
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  border-radius: 30px !important;
}
body #add_payment_method table.cart .product-thumbnail, body.woocommerce-cart table.cart .product-thumbnail, body.woocommerce-checkout table.cart .product-thumbnail {
  display: none;
}

.cart-collaterals {
  padding-bottom: 100px;
}

.woocommerce-cart section#entete {
  height: 40px;
  padding: 0;
}

h3#order_review_heading,
.woocommerce-billing-fields h3 {
  margin-top: 50px !important;
  text-transform: uppercase !important;
  font-weight: 400 !important;
  font-size: 2.5rem !important;
}

.woocommerce-checkout label {
  font-size: 1.125rem !important;
  font-weight: 400 !important;
  color: #2a4c6b;
  font-family: "Open Sans", sans-serif !important;
  padding-top: 20px;
}

body .select2-container--default .select2-selection--single {
  height: 57px;
  background-image: url("images/chevron.svg");
  background-size: 16px;
  background-position: right 15px center;
  background-repeat: no-repeat;
  background-color: transparent;
  border-radius: 0;
  width: 100%;
  border: 1px solid #2a4c6b;
}

body .select2-container .select2-selection--single .select2-selection__rendered {
  height: 57px;
  padding-top: 15px;
  color: #2a4c6b;
}

body .select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}

body .select2-container--default .select2-results__option--highlighted[aria-selected],
body .select2-container--default .select2-results__option--highlighted[data-selected] {
  color: #fff !important;
  background-color: #2a4c6b;
}

body .select2-dropdown,
body .select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #2a4c6b;
}

body .select2-container--default .select2-search--dropdown .select2-search__field {
  height: 44px;
}

::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ccc;
  opacity: 1; /* Firefox */
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ccc;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ccc;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #ccc;
}

body .woocommerce table.shop_table {
  border: none;
  margin: 0 -1px 24px 0;
  text-align: left;
  width: 100%;
  border-collapse: separate;
  border-radius: 0px;
  background-color: #e2ebf1;
}

body .woocommerce table.shop_table th {
  color: #2a4c6b;
  border-top: 3px solid #fff;
  font-weight: 400 !important;
  font-size: 1.125rem !important;
}

body .woocommerce table.shop_table thead th {
  font-weight: 700 !important;
}
body .woocommerce table.shop_table thead th.woocommerce-orders-table__header-order-status span {
  color: transparent;
}

body .woocommerce table.shop_table td {
  border-top: 3px solid #fff;
  color: #2a4c6b;
  font-weight: 400 !important;
  font-size: 1.125rem !important;
}
body .woocommerce table.shop_table td.woocommerce-orders-table__cell-order-status {
  color: transparent;
}

body #add_payment_method #payment,
body.woocommerce-cart #payment,
body.woocommerce-checkout #payment {
  background: #e2ebf1;
  border-radius: 0px;
}

body .woocommerce form .form-row .input-text,
body.woocommerce-page form .form-row .input-text {
  height: 191px;
  border: 1px solid #2a4c6b;
  padding: 15px;
}

body .woocommerce #payment #place_order,
body.woocommerce-page #payment #place_order {
  width: 100%;
  background-color: #2a4c6b !important;
}

body .frm-datepicker .ui-widget-header,
body .frm-datepicker .ui-datepicker-header {
  background: #86b5cd !important;
  color: #fff !important;
}

body .frm-datepicker td.ui-datepicker-current-day,
body .frm-datepicker td .ui-state-hover,
body .frm-datepicker thead {
  background-color: #2a4c6b !important;
}

body #add_payment_method #payment div.payment_box,
body.woocommerce-cart #payment div.payment_box,
body.woocommerce-checkout #payment div.payment_box {
  background-color: #fff;
  color: #2a4c6b;
  border-radius: 0;
}

body #add_payment_method #payment div.payment_box::before,
body.woocommerce-cart #payment div.payment_box::before,
body.woocommerce-checkout #payment div.payment_box::before {
  border-color: #fff;
}

body .woocommerce #respond input#submit,
body .woocommerce a.button,
body .woocommerce button.button,
body .woocommerce input.button {
  border: 1px solid #404040 !important;
  color: #fff !important;
  font-weight: 700 !important;
  font-size: 1rem !important;
  padding: 13px 40px !important;
  text-transform: uppercase !important;
  border-radius: 22px !important;
  height: 44px !important;
  background-color: #404040;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

form.checkout {
  padding-bottom: 100px;
}

.woocommerce-MyAccount-navigation ul li a {
  display: block;
  background-color: #86b5cd !important;
  color: #fff !important;
  width: 100%;
  padding: 7px 8px;
  margin-bottom: 9px;
  text-transform: uppercase;
  font-size: 1.125rem;
  font-weight: 700 !important;
  padding-right: 40px;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--documents a, .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--documents-pour-le-ca a, .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--informations-sur-la-profession a {
  background-color: #2a4c6b !important;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--informations-sur-la-profession a {
  padding-right: 20px;
  position: relative;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--informations-sur-la-profession a:after {
  content: "+";
  top: 50%;
  color: #fff;
  font-size: 30px;
  font-family: sans-serif;
  right: 10px;
  transform: translateY(-50%);
  position: absolute;
}

section#page.p404 {
  padding: 50px 0 200px;
}

.frm_upload_text button:not(.et-fb-button, .slick-arrow) {
  border: none !important;
  color: inherit !important;
  font-weight: inherit !important;
  font-size: inherit !important;
  padding: inherit !important;
  text-transform: inherit !important;
  border-radius: inherit !important;
  height: inherit !important;
  background-color: inherit;
  transition: none;
}

.woocommerce-MyAccount-navigation-link--members-area {
  display: none;
}

.woocommerce-MyAccount-navigation ul .sous-menu .title {
  padding-left: 0;
  color: #2a4c6b !important;
  background-color: transparent !important;
}
.woocommerce-MyAccount-navigation ul .sub-menu {
  margin-bottom: 30px;
}

div#banniere .et_pb_text_inner {
  overflow: hidden;
}
div#banniere .et_pb_text_inner p {
  text-align: center !important;
  text-transform: uppercase;
  font-family: "palatino", sans-serif !important;
  color: #2a4c6b !important;
  font-weight: 400 !important;
  font-size: 1.625rem !important;
  font-size: 25px !important;
}
div#banniere .et_pb_text_inner h2 {
  display: flex;
  margin: 0 auto !important;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
div#banniere .et_pb_text_inner h4 {
  color: #2a4c6b !important;
  border-color: #2a4c6b !important;
  margin-bottom: 20px;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
  display: none;
}

body.et-db #et-boc .et-l .et_pb_wc_add_to_cart form.cart .variations td.value span:after {
  content: none;
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
  width: 150px !important;
}

body .woocommerce a.remove {
  font-size: 3.5rem;
  font-weight: 400;
  height: 0.5em;
  width: 0.5em;
  line-height: 0.5;
}

body .frm_dropzone.frm_single_upload {
  max-width: 100%;
}

.single_variation_wrap .frm_message {
  display: none;
}

body.et-db #et-boc .et-l .et_pb_module .woocommerce-error li {
  color: red !important;
  font-weight: 700 !important;
}

.contain {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.contain input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: -2px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.contain:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.contain input:checked ~ .checkmark {
  background-color: #2a4c6b;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.contain input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.contain .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

body.woocommerce-account .woocommerce-MyAccount-content .overflow-wrapper header,
body.woocommerce-account .woocommerce-MyAccount-content .overflow-wrapper .height,
body.woocommerce-account .woocommerce-MyAccount-content .overflow-wrapper footer {
  display: none;
}

body.woocommerce-account .woocommerce-MyAccount-content #restricted .container {
  padding: 0;
}

#restricted {
  min-height: 80vh;
  padding: 50px 0;
}
#restricted .container .row .col .msg {
  background-color: #e2ebf1;
  border-top: 3px solid #2a4c6b !important;
  padding: 1em 2em 1em 3.5em;
}
#restricted .container .row .col .msg p {
  font-size: 1rem !important;
  line-height: 1.3 !important;
  margin: 0;
}
#restricted .container .row .col .ctas {
  margin-top: 20px;
}/*# sourceMappingURL=styles.css.map */