@charset "UTF-8";
/*!
Theme name: Theme enfant de Divi
Template: Divi
!*/
@import "../Divi/style.css";
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@keyframes arrow_scroll_down_move {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes scroll {
  0% {
    opacity: 0;
  }
  10% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(15px);
    opacity: 0;
  }
}
@keyframes scroll-button-dot {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.section_filtre_background_couleur_primaire {
  position: relative;
}
.section_filtre_background_couleur_primaire::before {
  content: '';
  opacity: 0.6;
  width: 100%;
  height: 100%;
  background-color: #00a9d3;
  position: absolute;
  top: 0;
  left: 0;
}
.section_filtre_background_couleur_secondaire {
  position: relative;
}
.section_filtre_background_couleur_secondaire::before {
  content: '';
  opacity: 0.6;
  width: 100%;
  height: 100%;
  background-color: #231f20;
  position: absolute;
  top: 0;
  left: 0;
}
.section_filtre_background_dark {
  position: relative;
}
.section_filtre_background_dark::before {
  content: '';
  opacity: 0.5;
  width: 100%;
  height: 100%;
  background-color: black;
  position: absolute;
  top: 0;
  left: 0;
}
.txt_img_bandeau.et_pb_section .et_pb_row {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
@media (min-width: 981px) {
  .txt_img_bandeau.et_pb_section .et_pb_row {
    padding: 0 10%;
  }
}
@media (max-width: 980px) {
  .txt_img_bandeau.et_pb_section .et_pb_row {
    padding-right: 10%;
    padding-left: 10%;
  }
}
.txt_img_bandeau.et_pb_section .et_pb_row::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50px;
  width: 100%;
  height: calc(100% - 100px);
  background-color: #231f20;
}
@media (max-width: 980px) {
  .txt_img_bandeau.et_pb_section .et_pb_row::before {
    top: 0;
  }
}
.txt_img_bandeau.et_pb_section .et_pb_row .et_pb_column:first-of-type {
  display: flex;
  align-items: center;
}
@media (min-width: 981px) {
  .txt_img_bandeau.et_pb_section .et_pb_row .et_pb_column:first-of-type {
    padding: 80px 0;
  }
}
.txt_img_bandeau.et_pb_section .et_pb_row .et_pb_column:last-of-type .et_pb_image {
  width: 100%;
  height: 100%;
}
.txt_img_bandeau.et_pb_section .et_pb_row .et_pb_column:last-of-type .et_pb_image .et_pb_image_wrap {
  width: 100%;
  height: 100%;
}
.txt_img_bandeau.et_pb_section .et_pb_row .et_pb_column:last-of-type .et_pb_image .et_pb_image_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bg_img_clippath.et_pb_section {
  padding: 0;
}
.bg_img_clippath.et_pb_section .et_pb_row {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
  padding: 0;
  background-color: #00a9d3;
}
@media (min-width: 981px) {
  .bg_img_clippath.et_pb_section .et_pb_row .et_pb_column:first-of-type {
    clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
  }
}
.bg_img_clippath.et_pb_section .et_pb_row .et_pb_column:first-of-type .et_pb_image {
  width: 100%;
  height: 100%;
}
.bg_img_clippath.et_pb_section .et_pb_row .et_pb_column:first-of-type .et_pb_image .et_pb_image_wrap {
  width: 100%;
  height: 100%;
}
.bg_img_clippath.et_pb_section .et_pb_row .et_pb_column:first-of-type .et_pb_image .et_pb_image_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bg_img_clippath.et_pb_section .et_pb_row .et_pb_column:last-of-type {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5% 5% 5% 0;
}
@media (max-width: 980px) {
  .bg_img_clippath.et_pb_section .et_pb_row .et_pb_column:last-of-type {
    padding: 5% 10%;
  }
}
.bg_img_clippath_decalage.et_pb_section {
  padding: 0;
}
.bg_img_clippath_decalage.et_pb_section .et_pb_row {
  max-width: 100%;
  width: 100%;
  padding: 0;
}
.bg_img_clippath_decalage.et_pb_section .et_pb_row .et_pb_column:first-of-type {
  position: absolute;
  width: 60%;
  height: 100%;
  margin-right: 0;
}
@media (min-width: 981px) {
  .bg_img_clippath_decalage.et_pb_section .et_pb_row .et_pb_column:first-of-type {
    clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
  }
}
.bg_img_clippath_decalage.et_pb_section .et_pb_row .et_pb_column:first-of-type .et_pb_image {
  width: 100%;
  height: 100%;
}
.bg_img_clippath_decalage.et_pb_section .et_pb_row .et_pb_column:first-of-type .et_pb_image .et_pb_image_wrap {
  width: 100%;
  height: 100%;
}
.bg_img_clippath_decalage.et_pb_section .et_pb_row .et_pb_column:first-of-type .et_pb_image .et_pb_image_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bg_img_clippath_decalage.et_pb_section .et_pb_row .et_pb_column:last-of-type {
  margin-left: 40%;
  width: 45%;
}
@media (max-width: 1405px) {
  .bg_img_clippath_decalage.et_pb_section .et_pb_row .et_pb_column:last-of-type {
    margin-left: 35%;
    width: 50%;
  }
}
@media (max-width: 1200px) {
  .bg_img_clippath_decalage.et_pb_section .et_pb_row .et_pb_column:last-of-type {
    width: 55%;
  }
}
@media (max-width: 767px) {
  .bg_img_clippath_decalage.et_pb_section .et_pb_row .et_pb_column:last-of-type {
    width: 80% !important;
    margin: 10%;
  }
}
.bg_img_clippath_decalage.et_pb_section .et_pb_row .et_pb_column:last-of-type .et_pb_text {
  padding: 7%;
  background-color: white;
}
@media (min-width: 768px) {
  .bg_img_clippath_decalage.et_pb_section .et_pb_row .et_pb_column:last-of-type .et_pb_text {
    margin: 10% 0;
  }
}
.bg_img_blurb.et_pb_section {
  padding-top: 6%;
  padding-bottom: 0;
}
.bg_img_blurb.et_pb_section::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: white;
}
@media (max-width: 980px) {
  .bg_img_blurb.et_pb_section .et_pb_row {
    display: flex;
    justify-content: center;
  }
}
.bg_img_blurb.et_pb_section .et_pb_row .et_pb_column {
  background-color: #231f20;
  padding: 3%;
  max-width: 500px;
}
.row_align_items_center {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.row_align_items_center.reverse {
  flex-wrap: wrap-reverse;
}
.row_align_items_center.reverse .et_pb_column:first-of-type {
  margin-bottom: 0;
}
.row_align_items_center.reverse .et_pb_column:last-of-type {
  margin-bottom: 30px;
}
.row_txt_img_full {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
  padding: 0 !important;
}
@media (min-width: 981px) {
  .row_txt_img_full .et_pb_column {
    width: 50%;
  }
}
.row_txt_img_full .et_pb_column:first-of-type {
  margin-right: 0;
}
.row_txt_img_full .et_pb_column:last-of-type {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5% 6%;
}
@media (max-width: 980px) {
  .row_txt_img_full .et_pb_column:last-of-type {
    padding: 10%;
  }
}
.row_txt_img_full .et_pb_column .et_pb_image {
  width: 100%;
  height: 100%;
}
@media (min-width: 981px) {
  .row_txt_img_full .et_pb_column .et_pb_image {
    position: absolute;
  }
}
.row_txt_img_full .et_pb_column .et_pb_image .et_pb_image_wrap {
  width: 100%;
  height: 100%;
}
.row_txt_img_full .et_pb_column .et_pb_image .et_pb_image_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.row_txt_img_full.reverse {
  flex-wrap: wrap-reverse;
}
.row_txt_img_full.reverse .et_pb_column:first-of-type {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5% 6%;
}
@media (max-width: 980px) {
  .row_txt_img_full.reverse .et_pb_column:first-of-type {
    margin-bottom: 0;
    padding: 10%;
  }
}
.row_txt_img_full.reverse .et_pb_column:last-of-type {
  padding: 0;
}
@media (max-width: 980px) {
  .row_txt_img_full.reverse .et_pb_column:last-of-type {
    margin-bottom: 30px;
  }
}
.row_img_txt {
  display: flex;
  flex-wrap: wrap-reverse;
  align-items: center;
}
@media (min-width: 981px) {
  .row_img_txt .et_pb_column {
    width: 50%;
  }
}
.row_img_txt .et_pb_column:first-of-type {
  margin-right: 0;
}
.row_img_txt .et_pb_column:last-of-type {
  background-color: #00a9d3;
  padding: 5%;
}
@media (min-width: 981px) {
  .row_img_txt.chevauchement .et_pb_column:first-of-type {
    z-index: 10;
  }
  .row_img_txt.chevauchement .et_pb_column:last-of-type::before {
    content: '';
    position: absolute;
    top: 0;
    left: -10%;
    width: 10%;
    height: 100%;
    background-color: #00a9d3;
    z-index: -1;
  }
}
@media (min-width: 981px) {
  .row_image_height_scale {
    display: flex;
  }
  .row_image_height_scale .et_pb_image {
    height: 100%;
  }
  .row_image_height_scale .et_pb_image .et_pb_image_wrap {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .row_image_height_scale .et_pb_image .et_pb_image_wrap img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 981px) {
  .row_image_debord {
    display: flex;
    align-items: normal !important;
  }
  .row_image_debord .et_pb_image {
    height: 100%;
  }
  .row_image_debord .et_pb_image .et_pb_image_wrap {
    width: 100%;
    height: 100%;
  }
  .row_image_debord .et_pb_image .et_pb_image_wrap img {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    object-fit: cover;
    transform: translate(-50%, -50%);
  }
}
@media (min-width: 981px) and (max-width: 1405px) {
  .row_image_debord .et_pb_image .et_pb_image_wrap img {
    height: 100%;
  }
}
@media (min-width: 768px) {
  .et_pb_gallery.scale_images_height .et_pb_gallery_items {
    display: flex;
    flex-wrap: wrap;
  }
  .et_pb_gallery.scale_images_height .et_pb_gallery_items .et_pb_gallery_item .et_pb_gallery_image {
    height: 100%;
  }
  .et_pb_gallery.scale_images_height .et_pb_gallery_items .et_pb_gallery_item .et_pb_gallery_image img {
    height: 100%;
    object-fit: cover;
  }
}
.background_couleur_primaire {
  background-color: #00a9d3;
}
.background_couleur_secondaire {
  background-color: #231f20;
}
#top-header {
  padding: 5px 0;
}
#top-header > .container {
  width: 95% !important;
}
@media (max-width: 980px) {
  #top-header > .container {
    width: calc(100% - 60px);
  }
}
#top-header > .container #et-info {
  display: flex;
  align-items: center;
  float: right;
}
@media (max-width: 980px) {
  #top-header > .container #et-info {
    flex-direction: column;
    width: 100%;
  }
}
#top-header > .container #et-info #info-adresse-postale {
  margin-right: 30px;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.44;
  letter-spacing: 1.8px;
}
#top-header > .container #et-info #info-adresse-postale::before {
  display: none;
}
@media (max-width: 767px) {
  #top-header > .container #et-info #info-adresse-postale {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
#top-header > .container #et-info #et-info-phone {
  margin-right: 30px;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.44;
  letter-spacing: 1.8px;
  font-weight: bold;
}
#top-header > .container #et-info #et-info-phone::before {
  display: none;
}
@media (max-width: 767px) {
  #top-header > .container #et-info #et-info-phone {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
#top-header > .container #et-info #et-info-email {
  display: none;
}
#top-header > .container #et-info .et-social-icons {
  display: block !important;
}
#top-header > .container #et-info .et-social-icons li {
  margin-left: 0;
}
#top-header > .container #et-info .et-social-icons li a {
  color: #00a9d3;
  font-size: 24px;
}
#main-header > .container.et_menu_container {
  width: 95% !important;
}
@media (min-width: 981px) {
  #main-header > .container.et_menu_container {
    padding-right: 20px !important;
  }
}
@media (max-width: 980px) {
  #main-header > .container.et_menu_container {
    width: calc(100% - 60px);
  }
}
#main-header > .container.et_menu_container .logo_container {
  width: auto;
  padding-left: 0;
}
#main-header > .container.et_menu_container .logo_container img {
  max-width: 100%;
  max-height: 100%;
}
@media (max-width: 479px) {
  #main-header > .container.et_menu_container .logo_container img {
    width: 180px;
  }
}
#main-header > .container.et_menu_container #et-top-navigation {
  display: flex;
  align-items: center;
  padding-top: 0;
}
#main-header > .container.et_menu_container #et-top-navigation li:not(.centered-inline-logo-wrap) a {
  position: relative;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.44;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}
@media (max-width: 1405px) {
  #main-header > .container.et_menu_container #et-top-navigation li:not(.centered-inline-logo-wrap) a {
    font-size: 15px;
  }
}
@media (max-width: 1200px) and (min-width: 981px) {
  #main-header > .container.et_menu_container #et-top-navigation li:not(.centered-inline-logo-wrap) a {
    display: flex;
    align-items: center;
    max-width: 200px;
    height: 100%;
    text-align: center;
  }
}
#main-header > .container.et_menu_container #et-top-navigation li:not(.centered-inline-logo-wrap) a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #00a9d3;
  transition: all 0.4s;
  z-index: -1;
}
@media (min-width: 981px) {
  #main-header > .container.et_menu_container #et-top-navigation li:not(.centered-inline-logo-wrap) a {
    padding: 25px 10px;
  }
}
@media (max-width: 980px) {
  #main-header > .container.et_menu_container #et-top-navigation li:not(.centered-inline-logo-wrap) a {
    display: inline-block;
  }
}
#main-header > .container.et_menu_container #et-top-navigation li:not(.centered-inline-logo-wrap) a:hover {
  opacity: 1;
}
@media (max-width: 1405px) {
  #main-header > .container.et_menu_container #et-top-navigation li {
    padding-right: 0;
  }
}
@media (max-width: 980px) {
  #main-header > .container.et_menu_container #et-top-navigation li {
    text-align: center;
  }
}
#main-header > .container.et_menu_container #et-top-navigation li.current-menu-item a {
  color: white;
}
#main-header > .container.et_menu_container #et-top-navigation li.current-menu-item a::after {
  width: 100%;
}
#main-header > .container.et_menu_container #et-top-navigation ul:hover li a::after, #main-header > .container.et_menu_container #et-top-navigation ul li:hover a::after, #main-header > .container.et_menu_container #et-top-navigation ul li:hover ~ li a::after {
  width: 0;
}
#main-header > .container.et_menu_container #et-top-navigation ul:hover li a, #main-header > .container.et_menu_container #et-top-navigation ul li:hover a, #main-header > .container.et_menu_container #et-top-navigation ul li:hover ~ li a {
  color: #231f20;
}
#main-header > .container.et_menu_container #et-top-navigation a:hover {
  color: white !important;
}
#main-header > .container.et_menu_container #et-top-navigation a:hover::after {
  width: 100% !important;
}
@media (min-width: 981px) {
  #main-header > .container.et_menu_container #et-top-navigation #top-menu {
    display: flex;
  }
}
@media (max-width: 980px) {
  #main-header > .container.et_menu_container #et-top-navigation {
    padding: 30px 0;
  }
}
#main-header > .container.et_menu_container #et-top-navigation #et_top_search #et_search_icon:before {
  position: relative;
  top: 0;
}
#main-header > .container.et_menu_container #et-top-navigation .mobile_menu_bar {
  display: inline-block;
  padding: 0;
  padding-right: 75px;
  line-height: 32px;
}
#main-header > .container.et_menu_container #et-top-navigation .mobile_menu_bar::before, #main-header > .container.et_menu_container #et-top-navigation .mobile_menu_bar::after {
  position: absolute;
  top: 0;
  right: 0;
  left: initial;
  color: #00a9d3 !important;
}
#main-header > .container.et_menu_container #et-top-navigation #et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar:before {
  content: "M";
}
#main-header > .container.et_menu_container #et-top-navigation #et_mobile_nav_menu .mobile_nav .select_page {
  display: none;
}
#main-header > .container.et_menu_container #et-top-navigation #et_mobile_nav_menu .mobile_nav .mobile_menu_bar.mobile_menu_bar_toggle {
  width: auto;
  padding: 25px 0 0 75px;
}
#main-header > .container.et_menu_container #et-top-navigation #et_mobile_nav_menu .mobile_nav .mobile_menu_bar.mobile_menu_bar_toggle::after {
  content: 'MENU';
  position: absolute;
  top: 50%;
  left: 0;
  cursor: pointer;
  transform: translateY(-40%);
  font-size: 13px;
  font-weight: bold;
}
#main-header > .container.et_menu_container #et-top-navigation #et_mobile_nav_menu .mobile_nav #mobile_menu {
  top: 100%;
  margin-left: -30px;
  padding: 5%;
  width: calc(100% + 60px);
}
#cookie-law-info-bar {
  min-width: 40% !important;
  max-height: 95vh !important;
  overflow: scroll;
  background-color: #00a9d3 !important;
  border: 3px solid #006c87 !important;
  border-radius: 5px;
}
#cookie-law-info-bar .cli-wrapper #wt-cli-cookie-banner-title {
  color: white !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
}
#cookie-law-info-bar .cli-wrapper #wt-cli-cookie-banner {
  color: white !important;
  letter-spacing: 1.5px;
}
#cookie-law-info-bar .cli-wrapper #wt-cli-cookie-banner a {
  text-transform: uppercase;
  transition: 0.4s ease-in-out;
  background-color: white !important;
  color: black !important;
}
#cookie-law-info-bar .cli-wrapper #wt-cli-cookie-banner a:focus {
  opacity: 1 !important;
}
#cookie-law-info-bar .cli-wrapper #wt-cli-cookie-banner a:hover {
  opacity: 0.7;
}
#cliSettingsPopup #wt-cli-privacy-save-btn {
  background-color: #00a9d3 !important;
  border-radius: initial;
}
#cookie-law-info-again {
  letter-spacing: 1.5px !important;
  color: white !important;
  box-shadow: initial;
  border: 2px solid #006c87;
  border-bottom: initial;
  background-color: #00a9d3 !important;
  text-transform: uppercase !important;
  transition: 0.4s ease-in-out;
}
#cookie-law-info-again:hover {
  background-color: #0095ba !important;
}
#main-content .container:before, #main-content .container #sidebar {
  display: none;
}
#main-content .container #left-area {
  width: 100%;
}
#main-content .et_pb_code .bp-contact-card .bp-opening-hours .bp-weekday {
  display: flex;
  justify-content: center;
}
#main-content .et_pb_code .bp-contact-card .bp-opening-hours .bp-weekday::before {
  display: none;
}
@media (max-width: 479px) {
  #main-content .et_pb_code .bp-contact-card .bp-opening-hours .bp-weekday {
    font-size: 14px;
  }
}
#main-content .et_pb_code .bp-contact-card .bp-opening-hours .bp-weekday .bp-weekday-name {
  display: flex;
  width: auto;
}
@media (max-width: 479px) {
  #main-content .et_pb_code .bp-contact-card .bp-opening-hours .bp-weekday .bp-weekday-name {
    width: 39%;
  }
}
#main-content .et_pb_code .bp-contact-card .bp-opening-hours .bp-weekday .bp-weekday-name::first-letter {
  text-transform: uppercase;
}
#main-content .et_pb_code .bp-contact-card .bp-opening-hours .bp-weekday .bp-weekday-name::after {
  content: ' :';
  margin-right: 5px;
}
#main-content .et_pb_code .bp-contact-card .bp-opening-hours .bp-weekday .bp-weekday-name.bp-weekday-monday ~ .bp-times .bp-time {
  text-transform: initial;
}
#main-content .et_pb_code .bp-contact-card .bp-opening-hours .bp-weekday .bp-times {
  width: auto;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 479px) {
  #main-content .et_pb_code .bp-contact-card .bp-opening-hours .bp-weekday .bp-times {
    width: 61%;
    justify-content: flex-end;
    margin-bottom: 10px;
  }
}
#main-content .et_pb_code .bp-contact-card .bp-opening-hours .bp-weekday .bp-times > span.bp-time {
  text-transform: uppercase;
}
#main-content .et_pb_code .bp-contact-card .bp-opening-hours .bp-weekday .bp-times > span.bp-time:nth-child(2)::before {
  content: 'et';
  margin: 0 5px;
  text-transform: initial;
}
#main-content .top-section .et_pb_fullwidth_header {
  min-height: 65vh;
}
#main-content .et_pb_bg_layout_dark p a {
  color: white;
}
#main-content .et_pb_text, #main-content .et_pb_blurb {
  line-height: 1.3;
  letter-spacing: 2px;
}
#main-content .et_pb_text.et_pb_bg_layout_dark, #main-content .et_pb_blurb.et_pb_bg_layout_dark {
  font-weight: 300;
}
#main-content .et_pb_text h1, #main-content .et_pb_text h2, #main-content .et_pb_blurb h1, #main-content .et_pb_blurb h2 {
  position: relative;
  padding-bottom: 60px;
  margin-bottom: 20px;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 32px;
  line-height: 1.3;
  letter-spacing: 4px;
}
@media (max-width: 980px) {
  #main-content .et_pb_text h1, #main-content .et_pb_text h2, #main-content .et_pb_blurb h1, #main-content .et_pb_blurb h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  #main-content .et_pb_text h1, #main-content .et_pb_text h2, #main-content .et_pb_blurb h1, #main-content .et_pb_blurb h2 {
    font-size: 25px;
    letter-spacing: 3px;
  }
}
@media (max-width: 479px) {
  #main-content .et_pb_text h1, #main-content .et_pb_text h2, #main-content .et_pb_blurb h1, #main-content .et_pb_blurb h2 {
    font-size: 22px;
    letter-spacing: 2px;
  }
}
#main-content .et_pb_text h1::after, #main-content .et_pb_text h2::after, #main-content .et_pb_blurb h1::after, #main-content .et_pb_blurb h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 34px;
  height: 30px;
  background: url('../../uploads/2021/05/triangle_unique_sous-titre.png') no-repeat center left;
}
#main-content .et_pb_text.titre_1_mot h1, #main-content .et_pb_text.titre_1_mot h2, #main-content .et_pb_text.titre_2_mots h1, #main-content .et_pb_text.titre_2_mots h2, #main-content .et_pb_text.titre_3_mots h1, #main-content .et_pb_text.titre_3_mots h2, #main-content .et_pb_text.titre_4_mots h1, #main-content .et_pb_text.titre_4_mots h2, #main-content .et_pb_text.titre_5_mots h1, #main-content .et_pb_text.titre_5_mots h2, #main-content .et_pb_text.titre_6_mots h1, #main-content .et_pb_text.titre_6_mots h2, #main-content .et_pb_blurb.titre_1_mot h1, #main-content .et_pb_blurb.titre_1_mot h2, #main-content .et_pb_blurb.titre_2_mots h1, #main-content .et_pb_blurb.titre_2_mots h2, #main-content .et_pb_blurb.titre_3_mots h1, #main-content .et_pb_blurb.titre_3_mots h2, #main-content .et_pb_blurb.titre_4_mots h1, #main-content .et_pb_blurb.titre_4_mots h2, #main-content .et_pb_blurb.titre_5_mots h1, #main-content .et_pb_blurb.titre_5_mots h2, #main-content .et_pb_blurb.titre_6_mots h1, #main-content .et_pb_blurb.titre_6_mots h2 {
  font-family: 'Roboto';
  letter-spacing: 2px;
  font-size: 18px;
  text-transform: initial;
}
#main-content .et_pb_text.titre_1_mot h1 .nth-word, #main-content .et_pb_text.titre_1_mot h2 .nth-word, #main-content .et_pb_text.titre_2_mots h1 .nth-word, #main-content .et_pb_text.titre_2_mots h2 .nth-word, #main-content .et_pb_text.titre_3_mots h1 .nth-word, #main-content .et_pb_text.titre_3_mots h2 .nth-word, #main-content .et_pb_text.titre_4_mots h1 .nth-word, #main-content .et_pb_text.titre_4_mots h2 .nth-word, #main-content .et_pb_text.titre_5_mots h1 .nth-word, #main-content .et_pb_text.titre_5_mots h2 .nth-word, #main-content .et_pb_text.titre_6_mots h1 .nth-word, #main-content .et_pb_text.titre_6_mots h2 .nth-word, #main-content .et_pb_blurb.titre_1_mot h1 .nth-word, #main-content .et_pb_blurb.titre_1_mot h2 .nth-word, #main-content .et_pb_blurb.titre_2_mots h1 .nth-word, #main-content .et_pb_blurb.titre_2_mots h2 .nth-word, #main-content .et_pb_blurb.titre_3_mots h1 .nth-word, #main-content .et_pb_blurb.titre_3_mots h2 .nth-word, #main-content .et_pb_blurb.titre_4_mots h1 .nth-word, #main-content .et_pb_blurb.titre_4_mots h2 .nth-word, #main-content .et_pb_blurb.titre_5_mots h1 .nth-word, #main-content .et_pb_blurb.titre_5_mots h2 .nth-word, #main-content .et_pb_blurb.titre_6_mots h1 .nth-word, #main-content .et_pb_blurb.titre_6_mots h2 .nth-word {
  font-size: 34px;
  letter-spacing: 4px;
  font-family: 'Roboto Slab';
  display: block;
  text-transform: uppercase;
}
@media (max-width: 980px) {
  #main-content .et_pb_text.titre_1_mot h1 .nth-word, #main-content .et_pb_text.titre_1_mot h2 .nth-word, #main-content .et_pb_text.titre_2_mots h1 .nth-word, #main-content .et_pb_text.titre_2_mots h2 .nth-word, #main-content .et_pb_text.titre_3_mots h1 .nth-word, #main-content .et_pb_text.titre_3_mots h2 .nth-word, #main-content .et_pb_text.titre_4_mots h1 .nth-word, #main-content .et_pb_text.titre_4_mots h2 .nth-word, #main-content .et_pb_text.titre_5_mots h1 .nth-word, #main-content .et_pb_text.titre_5_mots h2 .nth-word, #main-content .et_pb_text.titre_6_mots h1 .nth-word, #main-content .et_pb_text.titre_6_mots h2 .nth-word, #main-content .et_pb_blurb.titre_1_mot h1 .nth-word, #main-content .et_pb_blurb.titre_1_mot h2 .nth-word, #main-content .et_pb_blurb.titre_2_mots h1 .nth-word, #main-content .et_pb_blurb.titre_2_mots h2 .nth-word, #main-content .et_pb_blurb.titre_3_mots h1 .nth-word, #main-content .et_pb_blurb.titre_3_mots h2 .nth-word, #main-content .et_pb_blurb.titre_4_mots h1 .nth-word, #main-content .et_pb_blurb.titre_4_mots h2 .nth-word, #main-content .et_pb_blurb.titre_5_mots h1 .nth-word, #main-content .et_pb_blurb.titre_5_mots h2 .nth-word, #main-content .et_pb_blurb.titre_6_mots h1 .nth-word, #main-content .et_pb_blurb.titre_6_mots h2 .nth-word {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  #main-content .et_pb_text.titre_1_mot h1 .nth-word, #main-content .et_pb_text.titre_1_mot h2 .nth-word, #main-content .et_pb_text.titre_2_mots h1 .nth-word, #main-content .et_pb_text.titre_2_mots h2 .nth-word, #main-content .et_pb_text.titre_3_mots h1 .nth-word, #main-content .et_pb_text.titre_3_mots h2 .nth-word, #main-content .et_pb_text.titre_4_mots h1 .nth-word, #main-content .et_pb_text.titre_4_mots h2 .nth-word, #main-content .et_pb_text.titre_5_mots h1 .nth-word, #main-content .et_pb_text.titre_5_mots h2 .nth-word, #main-content .et_pb_text.titre_6_mots h1 .nth-word, #main-content .et_pb_text.titre_6_mots h2 .nth-word, #main-content .et_pb_blurb.titre_1_mot h1 .nth-word, #main-content .et_pb_blurb.titre_1_mot h2 .nth-word, #main-content .et_pb_blurb.titre_2_mots h1 .nth-word, #main-content .et_pb_blurb.titre_2_mots h2 .nth-word, #main-content .et_pb_blurb.titre_3_mots h1 .nth-word, #main-content .et_pb_blurb.titre_3_mots h2 .nth-word, #main-content .et_pb_blurb.titre_4_mots h1 .nth-word, #main-content .et_pb_blurb.titre_4_mots h2 .nth-word, #main-content .et_pb_blurb.titre_5_mots h1 .nth-word, #main-content .et_pb_blurb.titre_5_mots h2 .nth-word, #main-content .et_pb_blurb.titre_6_mots h1 .nth-word, #main-content .et_pb_blurb.titre_6_mots h2 .nth-word {
    font-size: 25px;
    letter-spacing: 3px;
  }
}
@media (max-width: 479px) {
  #main-content .et_pb_text.titre_1_mot h1 .nth-word, #main-content .et_pb_text.titre_1_mot h2 .nth-word, #main-content .et_pb_text.titre_2_mots h1 .nth-word, #main-content .et_pb_text.titre_2_mots h2 .nth-word, #main-content .et_pb_text.titre_3_mots h1 .nth-word, #main-content .et_pb_text.titre_3_mots h2 .nth-word, #main-content .et_pb_text.titre_4_mots h1 .nth-word, #main-content .et_pb_text.titre_4_mots h2 .nth-word, #main-content .et_pb_text.titre_5_mots h1 .nth-word, #main-content .et_pb_text.titre_5_mots h2 .nth-word, #main-content .et_pb_text.titre_6_mots h1 .nth-word, #main-content .et_pb_text.titre_6_mots h2 .nth-word, #main-content .et_pb_blurb.titre_1_mot h1 .nth-word, #main-content .et_pb_blurb.titre_1_mot h2 .nth-word, #main-content .et_pb_blurb.titre_2_mots h1 .nth-word, #main-content .et_pb_blurb.titre_2_mots h2 .nth-word, #main-content .et_pb_blurb.titre_3_mots h1 .nth-word, #main-content .et_pb_blurb.titre_3_mots h2 .nth-word, #main-content .et_pb_blurb.titre_4_mots h1 .nth-word, #main-content .et_pb_blurb.titre_4_mots h2 .nth-word, #main-content .et_pb_blurb.titre_5_mots h1 .nth-word, #main-content .et_pb_blurb.titre_5_mots h2 .nth-word, #main-content .et_pb_blurb.titre_6_mots h1 .nth-word, #main-content .et_pb_blurb.titre_6_mots h2 .nth-word {
    font-size: 22px;
    letter-spacing: 2px;
  }
}
#main-content .et_pb_text.et_pb_text_align_center ::after, #main-content .et_pb_blurb.et_pb_text_align_center ::after {
  left: 50%;
  transform: translateX(-50%);
}
.et_pb_bg_layout_dark a {
  color: white;
}
.et_pb_blog_grid .entry .not-found-title {
  font-size: 0;
}
.et_pb_blog_grid .entry .not-found-title::before {
  content: "Revenez vite pour découvrir nos dernières nouveautés !";
  font-size: 18px;
  font-weight: 500;
}
.et_pb_blog_grid .entry .not-found-title ~ p {
  display: none;
}
body:not(.page-id-81) .grecaptcha-badge {
  display: none;
}
.et_pb_button_wrapper, .et_pb_button_module_wrapper {
  width: max-content;
  margin-bottom: 5%;
  text-align: left;
}
.et_pb_button_wrapper .et_pb_button, .et_pb_button_module_wrapper .et_pb_button {
  z-index: 1;
  width: fit-content;
  padding: 10px 20px !important;
  font-size: 16px;
  color: white;
  line-height: 1.31 i !important;
  letter-spacing: 1.6px;
  font-weight: normal;
  border: none !important;
  background-color: initial !important;
  font-family: 'Roboto Slab';
}
.et_pb_button_wrapper .et_pb_button::before, .et_pb_button_module_wrapper .et_pb_button::before {
  content: "";
  display: initial;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  margin-left: 0;
  opacity: 1;
  background-color: #00a9d3;
  transition: 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}
@media (max-width: 767px) {
  .et_pb_button_wrapper .et_pb_button, .et_pb_button_module_wrapper .et_pb_button {
    font-size: 16px;
  }
}
.et_pb_button_wrapper .et_pb_button:hover::before, .et_pb_button_module_wrapper .et_pb_button:hover::before {
  opacity: 0;
}
.et_pb_button_wrapper .et_pb_button::after, .et_pb_button_module_wrapper .et_pb_button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  margin-left: 0;
  opacity: 1;
  background: linear-gradient(45deg, #00a9d3 15%, #54ddff);
  transition: 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}
#main-slider.et_pb_section #scroll-down {
  min-height: calc(100vh - 127px);
}
#main-slider.et_pb_section #scroll-down .scroll-down {
  position: absolute;
  top: 0;
  left: 50%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  font-size: 0;
  border: 2px solid #00a9d3;
  border-radius: 50px;
}
#main-slider.et_pb_section #scroll-down .scroll-down::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 50%;
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #00a9d3;
  border-radius: 100%;
  animation: scroll-button-dot 2.2s cubic-bezier(0.15, 0.41, 0.69, 0.94) infinite;
}
@media (min-width: 981px) {
  #presentation.et_pb_section {
    padding: 6% 0;
  }
}
#presentation.et_pb_section .et_pb_row {
  max-width: 100%;
  width: 100%;
  padding: 0 10%;
  background-position: -120px;
}
#presentation.et_pb_section .et_pb_row .et_pb_column {
  max-width: 600px;
  width: 55%;
  margin-left: 45%;
  padding: 3% 0;
}
@media (max-width: 980px) {
  #presentation.et_pb_section .et_pb_row .et_pb_column {
    width: 60%;
    margin-left: 40%;
  }
}
@media (max-width: 767px) {
  #presentation.et_pb_section .et_pb_row .et_pb_column {
    width: 100%;
    margin-left: 0;
  }
}
@media (min-width: 981px) {
  #bureau-etudes.et_pb_section {
    padding: 7% 0;
  }
}
#bureau-etudes.et_pb_section .et_pb_row {
  max-width: 800px;
}
#services.et_pb_section {
  padding: 0;
}
#assainissement.et_pb_section .et_pb_row:last-of-type {
  display: flex;
  flex-wrap: nowrap;
}
#assainissement.et_pb_section .et_pb_row:last-of-type .et_pb_column {
  flex: 1 1 auto;
  width: auto;
  margin-right: 2.5%;
}
#assainissement.et_pb_section .et_pb_row:last-of-type .et_pb_column .et_pb_text {
  padding-left: 45px;
}
#assainissement.et_pb_section .et_pb_row:last-of-type .et_pb_column .et_pb_text::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 34px;
  height: 30px;
  background: url('../../uploads/2021/05/triangle_unique_sous-titre.png') no-repeat center left;
  transform: rotate(90deg) translateY(-50%);
  transform-origin: top;
}
@media (min-width: 981px) {
  #prestations.et_pb_section {
    padding: 6% 0;
  }
}
#etapes.et_pb_section strong {
  font-size: 26px;
  color: #00a9d3;
}
#etapes.et_pb_section ul ::marker {
  color: #00a9d3;
}
#prestation-4-temps.et_pb_section {
  padding-bottom: 0;
}
#prestation-4-temps.et_pb_section .et_pb_row strong {
  font-size: 30px;
  color: #00a9d3;
}
#prestation-4-temps.et_pb_section .et_pb_row:nth-of-type(2) ul {
  padding-bottom: 0;
}
#prestation-4-temps.et_pb_section .et_pb_row:nth-of-type(2) ul li:not(:last-of-type) {
  margin-bottom: 15px;
}
#prestation-4-temps.et_pb_section .et_pb_row:nth-of-type(2) ul li::marker {
  color: #00a9d3;
}
#prestation-4-temps.et_pb_section .et_pb_row:last-of-type {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
  padding-bottom: 0;
}
#prestation-4-temps.et_pb_section .et_pb_row:last-of-type .et_pb_column {
  padding: 5%;
  margin-right: 0;
}
@media (min-width: 981px) {
  #prestation-4-temps.et_pb_section .et_pb_row:last-of-type .et_pb_column {
    display: flex;
    align-items: center;
    width: calc(100% / 3);
  }
}
#prestation-4-temps.et_pb_section .et_pb_row:last-of-type .et_pb_column:first-of-type, #prestation-4-temps.et_pb_section .et_pb_row:last-of-type .et_pb_column:last-of-type {
  background-color: #231f20;
}
#prestation-4-temps.et_pb_section .et_pb_row:last-of-type .et_pb_column:nth-of-type(2) {
  background-color: #00a9d3;
}
#prestation-4-temps.et_pb_section .et_pb_row:last-of-type .et_pb_column:nth-of-type(2) strong {
  color: white;
}
#back_page {
  margin: 30px auto;
  text-align: right;
}
#back_page button {
  padding: 10px 20px;
  background-color: #231f20;
  color: white;
  cursor: pointer;
  border: none;
}
body.page-id-81 #section-formulaire .et_pb_row {
  align-items: center;
}
body.page-id-81 #section-formulaire .et_pb_row .et_pb_column {
  height: 100%;
  color: #00a9d3;
  padding: 20px;
}
body.page-id-81 #section-formulaire .et_pb_row .et_pb_column .et_pb_code form .custom_contact_form_row.first_custom_row {
  display: flex;
  flex-direction: column;
}
body.page-id-81 #section-formulaire .et_pb_row .et_pb_column .et_pb_code form .custom_contact_form_row.first_custom_row .custom_contact_form_column:first-of-type {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
body.page-id-81 #section-formulaire .et_pb_row .et_pb_column .et_pb_code form .custom_contact_form_row.first_custom_row .custom_contact_form_column:first-of-type span.wpcf7-form-control-wrap {
  width: 47%;
}
@media (max-width: 767px) {
  body.page-id-81 #section-formulaire .et_pb_row .et_pb_column .et_pb_code form .custom_contact_form_row.first_custom_row .custom_contact_form_column:first-of-type span.wpcf7-form-control-wrap {
    width: 100%;
  }
}
body.page-id-81 #section-formulaire .et_pb_row .et_pb_column .et_pb_code form .custom_contact_form_row.first_custom_row .custom_contact_form_column:first-of-type span.wpcf7-form-control-wrap input {
  width: 100%;
  padding: 5px 0;
  margin-bottom: 8%;
  font-size: 14px;
  color: #231f20;
  transition: all 0.3s;
  border: 0;
  background-color: transparent;
  border-bottom: 1px solid #231f20;
}
body.page-id-81 #section-formulaire .et_pb_row .et_pb_column .et_pb_code form .custom_contact_form_row.first_custom_row .custom_contact_form_column:first-of-type span.wpcf7-form-control-wrap input::placeholder {
  color: #231f20;
  opacity: 0.7 !important;
  text-transform: uppercase;
}
body.page-id-81 #section-formulaire .et_pb_row .et_pb_column .et_pb_code form .custom_contact_form_row.first_custom_row .custom_contact_form_column:first-of-type span.wpcf7-form-control-wrap input:focus, body.page-id-81 #section-formulaire .et_pb_row .et_pb_column .et_pb_code form .custom_contact_form_row.first_custom_row .custom_contact_form_column:first-of-type span.wpcf7-form-control-wrap input:active {
  color: #231f20;
  opacity: 1;
}
body.page-id-81 #section-formulaire .et_pb_row .et_pb_column .et_pb_code form .custom_contact_form_row.first_custom_row .custom_contact_form_column:last-of-type textarea {
  display: block;
  width: 100% !important;
  min-height: 140px;
  max-height: 500px;
  padding: 16px;
  font-size: 14px;
  color: #231f20;
  resize: vertical;
  background-color: white;
  transition: all 0.3s;
}
body.page-id-81 #section-formulaire .et_pb_row .et_pb_column .et_pb_code form .custom_contact_form_row.first_custom_row .custom_contact_form_column:last-of-type textarea::placeholder {
  color: #231f20;
  opacity: 0.7 !important;
  text-transform: uppercase;
}
body.page-id-81 #section-formulaire .et_pb_row .et_pb_column .et_pb_code form .custom_contact_form_row.first_custom_row .custom_contact_form_column:last-of-type textarea:focus {
  border-color: #00a9d3;
}
body.page-id-81 #section-formulaire .et_pb_row .et_pb_column .et_pb_code form .custom_contact_form_row.first_custom_row .custom_contact_form_column:last-of-type .acceptance-965 {
  font-size: 13px;
  color: #231f20;
  letter-spacing: 0.65px;
}
body.page-id-81 #section-formulaire .et_pb_row .et_pb_column .et_pb_code form .custom_contact_form_row.first_custom_row .custom_contact_form_column:last-of-type .acceptance-965 .wpcf7-list-item {
  margin: 20px 0 0;
}
body.page-id-81 #section-formulaire .et_pb_row .et_pb_column .et_pb_code form .custom_contact_form_row.first_custom_row .custom_contact_form_column:last-of-type .acceptance-965 .wpcf7-list-item input {
  margin-left: 0;
}
body.page-id-81 #section-formulaire .et_pb_row .et_pb_column .et_pb_code form .custom_contact_form_row.first_custom_row .custom_contact_form_column:last-of-type .acceptance-965 .wpcf7-list-item .wpcf7-list-item-label {
  font-size: 13px;
}
body.page-id-81 #section-formulaire .et_pb_row .et_pb_column .et_pb_code form .custom_contact_form_row.last_custom_row {
  margin-top: 20px;
}
body.page-id-81 #section-formulaire .et_pb_row .et_pb_column .et_pb_code form .custom_contact_form_row.last_custom_row .wpcf7-submit {
  display: block;
  margin: 0 0 0 auto;
  padding: 8px 21px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.53;
  letter-spacing: 2.55px;
  border: 0;
  cursor: pointer;
  transition: all 0.3s ease;
  background-color: #00a9d3;
  color: white;
  font-family: 'Roboto Slab';
}
body.page-id-81 #section-formulaire .et_pb_row .et_pb_column .et_pb_code form .custom_contact_form_row.last_custom_row .wpcf7-submit:hover {
  padding: 8px 30px;
}
body.page-id-81 #section-formulaire .et_pb_row .et_pb_column .et_pb_code form .custom_contact_form_row.last_custom_row .ajax-loader {
  float: right;
  margin: 10px 5px 0 auto;
}
body.page-id-81 #section-formulaire .et_pb_row .et_pb_column .et_pb_code form div.custom_required_fields {
  margin-top: 10px;
  font-size: 14px;
}
body.page-id-81 #section-formulaire .et_pb_row .et_pb_column .et_pb_code form .wpcf7-response-output {
  color: #231f20;
  text-align: center;
  border-color: #231f20;
}
body.page-id-81 #section-formulaire .et_pb_row .et_pb_column:nth-child(2) {
  background-color: white;
  box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.3);
}
body.page-id-81 #section-formulaire .et_pb_row .et_pb_column:nth-child(2) address .bp-name, body.page-id-81 #section-formulaire .et_pb_row .et_pb_column:nth-child(2) address .bp-address, body.page-id-81 #section-formulaire .et_pb_row .et_pb_column:nth-child(2) address .bp-directions, body.page-id-81 #section-formulaire .et_pb_row .et_pb_column:nth-child(2) address .bp-phone {
  color: #231f20;
  text-align: center;
  font-size: 16px;
}
body.page-id-81 #section-formulaire .et_pb_row .et_pb_column:nth-child(2) address .bp-directions a, body.page-id-81 #section-formulaire .et_pb_row .et_pb_column:nth-child(2) address .bp-phone a {
  color: #231f20;
}
body.page-id-81 #section-horaires-map {
  padding: 0;
}
body.page-id-81 #section-horaires-map .et_pb_row {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
body.page-id-81 #section-horaires-map .et_pb_row .et_pb_column .et_pb_code {
  height: 100%;
}
body.page-id-81 #section-horaires-map .et_pb_row .et_pb_column .et_pb_code .et_pb_code_inner {
  height: 100%;
  line-height: 0;
}
body.page-id-81 #section-horaires-map .et_pb_row .et_pb_column .et_pb_code .et_pb_code_inner iframe {
  height: 100%;
  width: 100%;
  min-height: 55vh;
}
body.page-id-81 footer #main-footer .et_pb_column:first-child {
  width: 50%;
  margin: auto;
}
body.page-id-81 footer #main-footer .et_pb_column:last-child {
  display: none;
}
body.search #container-top-results {
  background-color: #F7F7F7;
  box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.3);
  padding: 3% 0;
}
body.search #container-top-results h1#title-on-results {
  text-align: center;
}
body.search #container-top-results #search-form-on-results {
  text-align: center;
  margin: 20px 0;
}
body.search #container-top-results #search-form-on-results input#s {
  padding: 10px;
  border-radius: 25px;
  border: 1px solid #00a9d3;
}
body.search #container-top-results #search-form-on-results input#searchsubmit {
  padding: 10px 20px;
  border-radius: 25px;
  background-color: #00a9d3;
  color: white;
  border: 1px solid #00a9d3;
  display: block;
  margin: auto;
}
body.search #content-area #left-area {
  padding: 0;
}
body.search #content-area #left-area ul.search-items {
  list-style: none;
}
body.search #content-area #left-area ul.search-items li {
  width: 28.353%;
  margin-right: 7.47%;
  text-align: center;
  float: left;
  clear: none;
}
body.search #content-area #left-area ul.search-items li:nth-child(3n+1) {
  clear: both;
}
body.search #content-area #left-area ul.search-items li:nth-child(3n) {
  margin-right: 0;
}
body.search #content-area #left-area ul.search-items li a.entry-featured-image-url {
  margin-bottom: 15px;
}
body.search #content-area #left-area ul.search-items li h2.entry-title {
  text-align: center;
  color: black;
  font-size: 18px;
}
body.search #content-area #left-area ul.search-items li span.price {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #00a9d3;
  margin-bottom: 5px;
}
body.search #content-area #left-area ul.search-items li a.lien-vers-produit {
  text-transform: uppercase;
  color: black;
  font-weight: 600;
  padding: 8px 15px;
  border: 1px solid #00a9d3;
  display: inline-block;
}
footer #main-footer {
  padding: 5% 0;
}
footer #main-footer > .et_pb_row {
  display: flex;
  flex-wrap: wrap;
  max-width: 1300px;
}
footer #main-footer > .et_pb_row .et_pb_column {
  margin: 0;
}
footer #main-footer > .et_pb_row .et_pb_column:first-of-type {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2% 2%;
  background-color: white;
  text-align: center;
  width: 25%;
}
@media (min-width: 981px) and (max-width: 1200px) {
  footer #main-footer > .et_pb_row .et_pb_column:first-of-type {
    width: 30%;
  }
}
@media (max-width: 980px) {
  footer #main-footer > .et_pb_row .et_pb_column:first-of-type {
    width: 100%;
  }
}
footer #main-footer > .et_pb_row .et_pb_column:first-of-type #logo_footer.et_pb_image img {
  width: 240px;
}
footer #main-footer > .et_pb_row .et_pb_column:first-of-type #info_business_profile.et_pb_code {
  padding: 0 4%;
  margin-bottom: 0;
}
footer #main-footer > .et_pb_row .et_pb_column:first-of-type #info_business_profile.et_pb_code .et_pb_code_inner address.bp-contact-card {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.53;
  letter-spacing: 1.7px;
}
footer #main-footer > .et_pb_row .et_pb_column:first-of-type #info_business_profile.et_pb_code .et_pb_code_inner address.bp-contact-card .bp-address {
  margin: 0;
  margin-bottom: 20px;
}
footer #main-footer > .et_pb_row .et_pb_column:first-of-type #info_business_profile.et_pb_code .et_pb_code_inner address.bp-contact-card .bp-phone {
  margin: 0;
  margin-bottom: 20px;
}
footer #main-footer > .et_pb_row .et_pb_column:first-of-type #info_business_profile.et_pb_code .et_pb_code_inner address.bp-contact-card .bp-phone::before {
  display: none;
}
@media (max-width: 980px) {
  footer #main-footer > .et_pb_row .et_pb_column:first-of-type .mentions_legales.et_pb_menu .et_pb_menu__wrap .et_pb_menu__menu {
    display: block;
  }
}
footer #main-footer > .et_pb_row .et_pb_column:first-of-type .mentions_legales.et_pb_menu .et_pb_menu__wrap ul.et-menu li.menu-item {
  display: block;
  width: 100%;
  text-align: center;
  font-size: initial;
  margin: 0;
  padding: 0;
}
footer #main-footer > .et_pb_row .et_pb_column:first-of-type .mentions_legales.et_pb_menu .et_pb_menu__wrap ul.et-menu li.menu-item a {
  color: #00a9d3;
  font-weight: bold;
}
footer #main-footer > .et_pb_row .et_pb_column:first-of-type .mentions_legales.et_pb_menu .et_pb_menu__wrap ul.et-menu li.menu-item a:hover {
  opacity: 1;
}
@media (max-width: 980px) {
  footer #main-footer > .et_pb_row .et_pb_column:first-of-type .mentions_legales.et_pb_menu .et_pb_menu__wrap .et_mobile_nav_menu {
    display: none;
  }
}
footer #main-footer > .et_pb_row .et_pb_column:first-of-type #logo_reseaux_sociaux.et_pb_code .et-social-icons {
  padding: 0;
  line-height: 1;
}
footer #main-footer > .et_pb_row .et_pb_column:first-of-type #logo_reseaux_sociaux.et_pb_code .et-social-icons .et-social-icon:first-of-type {
  margin-left: 0;
}
footer #main-footer > .et_pb_row .et_pb_column:first-of-type #logo_reseaux_sociaux.et_pb_code .et-social-icons .et-social-icon:first-of-type a {
  font-size: 26px;
  color: #00a9d3;
}
footer #main-footer > .et_pb_row .et_pb_column:first-of-type #logo_reseaux_sociaux.et_pb_code .et-social-icons .et-social-icon:first-of-type a:hover {
  opacity: 1;
}
footer #main-footer > .et_pb_row .et_pb_column:last-of-type {
  background-color: #231f20;
  padding: 2% 5%;
  width: 75%;
}
@media (min-width: 981px) and (max-width: 1200px) {
  footer #main-footer > .et_pb_row .et_pb_column:last-of-type {
    width: 70%;
  }
}
@media (max-width: 980px) {
  footer #main-footer > .et_pb_row .et_pb_column:last-of-type {
    width: 100%;
  }
}
footer #main-footer > .et_pb_row .et_pb_column:last-of-type .et_pb_text:first-of-type h4 {
  font-size: 34px;
  line-height: 1.25;
  letter-spacing: 4px;
}
footer #main-footer > .et_pb_row .et_pb_column:last-of-type .et_pb_text:first-of-type.et_pb_bg_layout_dark ~ .et_pb_code form .wpcf7-response-output {
  color: white;
  border-color: white;
}
footer #main-footer > .et_pb_row .et_pb_column:last-of-type .et_pb_code form .custom_contact_form_row.first_custom_row {
  display: flex;
  flex-wrap: wrap;
}
footer #main-footer > .et_pb_row .et_pb_column:last-of-type .et_pb_code form .custom_contact_form_row.first_custom_row .custom_contact_form_column:first-of-type {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
@media (min-width: 768px) {
  footer #main-footer > .et_pb_row .et_pb_column:last-of-type .et_pb_code form .custom_contact_form_row.first_custom_row .custom_contact_form_column:first-of-type {
    width: 40%;
    margin-right: 10%;
  }
}
footer #main-footer > .et_pb_row .et_pb_column:last-of-type .et_pb_code form .custom_contact_form_row.first_custom_row .custom_contact_form_column:first-of-type span.wpcf7-form-control-wrap input {
  width: 100%;
  padding: 0 0 5px 0;
  font-size: 14px;
  color: white;
  transition: all 0.3s;
  border: 0;
  background-color: transparent;
  border-bottom: 1px solid white;
}
@media (max-width: 767px) {
  footer #main-footer > .et_pb_row .et_pb_column:last-of-type .et_pb_code form .custom_contact_form_row.first_custom_row .custom_contact_form_column:first-of-type span.wpcf7-form-control-wrap input {
    margin-bottom: 2%;
  }
}
footer #main-footer > .et_pb_row .et_pb_column:last-of-type .et_pb_code form .custom_contact_form_row.first_custom_row .custom_contact_form_column:first-of-type span.wpcf7-form-control-wrap input::placeholder {
  text-transform: uppercase;
  color: white;
  opacity: 0.7 !important;
}
footer #main-footer > .et_pb_row .et_pb_column:last-of-type .et_pb_code form .custom_contact_form_row.first_custom_row .custom_contact_form_column:first-of-type span.wpcf7-form-control-wrap input:focus, footer #main-footer > .et_pb_row .et_pb_column:last-of-type .et_pb_code form .custom_contact_form_row.first_custom_row .custom_contact_form_column:first-of-type span.wpcf7-form-control-wrap input:active {
  color: white;
  opacity: 1;
}
footer #main-footer > .et_pb_row .et_pb_column:last-of-type .et_pb_code form .custom_contact_form_row.first_custom_row .custom_contact_form_column:last-of-type {
  width: 100%;
}
@media (min-width: 768px) {
  footer #main-footer > .et_pb_row .et_pb_column:last-of-type .et_pb_code form .custom_contact_form_row.first_custom_row .custom_contact_form_column:last-of-type {
    width: 50%;
  }
}
footer #main-footer > .et_pb_row .et_pb_column:last-of-type .et_pb_code form .custom_contact_form_row.first_custom_row .custom_contact_form_column:last-of-type textarea {
  display: block;
  width: 100% !important;
  min-height: 140px;
  max-height: 500px;
  padding: 16px;
  font-size: 14px;
  color: #231f20;
  resize: vertical;
  background-color: white;
  transition: all 0.3s;
}
footer #main-footer > .et_pb_row .et_pb_column:last-of-type .et_pb_code form .custom_contact_form_row.first_custom_row .custom_contact_form_column:last-of-type textarea::placeholder {
  text-transform: uppercase;
  color: white;
  opacity: 0.7 !important;
}
footer #main-footer > .et_pb_row .et_pb_column:last-of-type .et_pb_code form .custom_contact_form_row.first_custom_row .custom_contact_form_column:last-of-type textarea:focus {
  border-color: #00a9d3;
}
footer #main-footer > .et_pb_row .et_pb_column:last-of-type .et_pb_code form .custom_contact_form_row.first_custom_row .custom_contact_form_column:last-of-type .acceptance-965 {
  font-size: 13px;
  color: white;
  letter-spacing: 0.65px;
}
footer #main-footer > .et_pb_row .et_pb_column:last-of-type .et_pb_code form .custom_contact_form_row.first_custom_row .custom_contact_form_column:last-of-type .acceptance-965 .wpcf7-list-item {
  margin: 20px 0 0;
}
footer #main-footer > .et_pb_row .et_pb_column:last-of-type .et_pb_code form .custom_contact_form_row.first_custom_row .custom_contact_form_column:last-of-type .acceptance-965 .wpcf7-list-item input {
  margin-left: 0;
}
footer #main-footer > .et_pb_row .et_pb_column:last-of-type .et_pb_code form .custom_contact_form_row.first_custom_row .custom_contact_form_column:last-of-type .acceptance-965 .wpcf7-list-item .wpcf7-list-item-label {
  font-size: 13px;
  font-weight: 300;
}
footer #main-footer > .et_pb_row .et_pb_column:last-of-type .et_pb_code form .custom_contact_form_row.first_custom_row .custom_contact_form_column:last-of-type .acceptance-965 .wpcf7-list-item .wpcf7-list-item-label a {
  color: white !important;
}
footer #main-footer > .et_pb_row .et_pb_column:last-of-type .et_pb_code form .custom_contact_form_row.last_custom_row {
  margin-top: 20px;
}
footer #main-footer > .et_pb_row .et_pb_column:last-of-type .et_pb_code form .custom_contact_form_row.last_custom_row .wpcf7-submit {
  display: block;
  margin: 0 0 0 auto;
  padding: 8px 21px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.53;
  letter-spacing: 2.55px;
  border: 0;
  cursor: pointer;
  transition: all 0.3s ease;
  background-color: #00a9d3;
  color: white;
  font-family: 'Roboto Slab';
}
footer #main-footer > .et_pb_row .et_pb_column:last-of-type .et_pb_code form .custom_contact_form_row.last_custom_row .wpcf7-submit:hover {
  padding: 8px 26px;
}
footer #main-footer > .et_pb_row .et_pb_column:last-of-type .et_pb_code form .custom_contact_form_row.last_custom_row .ajax-loader {
  float: right;
  margin: 10px 5px 0 auto;
}
footer #main-footer > .et_pb_row .et_pb_column:last-of-type .et_pb_code form div.custom_required_fields {
  font-size: 14px;
  margin-top: 10px;
  color: white;
  font-weight: normal;
}
footer #main-footer > .et_pb_row .et_pb_column:last-of-type .et_pb_code form .wpcf7-response-output {
  color: #231f20;
  text-align: center;
  border-color: #231f20;
}
#footer-bottom {
  background-color: white;
  padding: 15px 0;
}
#footer-bottom .et_pb_row {
  padding: 0;
}
#footer-bottom .et_pb_row .et_pb_text {
  font-size: 16px;
}
body[class~="category"] .et_pb_row {
  max-width: 100%;
  width: 90%;
}
@media (max-width: 1405px) {
  body[class~="category"] .et_pb_row {
    width: 95%;
  }
}
body[class~="category"] .et_pb_row article {
  vertical-align: top;
}
@media (max-width: 767px) {
  body[class~="category"] .et_pb_row .top-section h1 {
    font-size: 34px;
  }
}
body[class~="category"] .et_pb_row .et_pb_ajax_pagination_container {
  font-size: 0;
}
body[class~="category"] .et_pb_row .et_pb_ajax_pagination_container .et_pb_post {
  display: inline-block;
  width: 48%;
  margin: 0 1% 5%;
}
body[class~="category"] .et_pb_row .et_pb_ajax_pagination_container .et_pb_post:nth-of-type(odd) {
  margin-left: 0;
}
body[class~="category"] .et_pb_row .et_pb_ajax_pagination_container .et_pb_post:nth-of-type(even) {
  margin-right: 0;
}
@media (max-width: 1200px) {
  body[class~="category"] .et_pb_row .et_pb_ajax_pagination_container .et_pb_post {
    width: 100%;
    margin: 0 0 5% !important;
    padding: 5%;
  }
}
body[class~="category"] .et_pb_row .et_pb_ajax_pagination_container .et_pb_post .entry-featured-image-url {
  margin-bottom: 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  body[class~="category"] .et_pb_row .et_pb_ajax_pagination_container .et_pb_post .entry-featured-image-url {
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    height: 100%;
  }
}
body[class~="category"] .et_pb_row .et_pb_ajax_pagination_container .et_pb_post .entry-featured-image-url img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  body[class~="category"] .et_pb_row .et_pb_ajax_pagination_container .et_pb_post h2.entry-title {
    margin-top: 5%;
  }
}
@media (min-width: 768px) {
  body[class~="category"] .et_pb_row .et_pb_ajax_pagination_container .et_pb_post h2.entry-title, body[class~="category"] .et_pb_row .et_pb_ajax_pagination_container .et_pb_post .post-meta, body[class~="category"] .et_pb_row .et_pb_ajax_pagination_container .et_pb_post .post-content {
    width: 55%;
    margin-left: 45%;
  }
}
body[class~="category"] .et_pb_row .et_pb_ajax_pagination_container .et_pb_post .post-meta {
  position: relative;
  color: white;
}
body[class~="category"] .et_pb_row .et_pb_ajax_pagination_container .et_pb_post .post-meta a {
  color: white;
}
body[class~="category"] .et_pb_row .et_pb_ajax_pagination_container .et_pb_post .post-content {
  font-size: 14px;
}
body[class~="category"] .et_pb_row .et_pb_ajax_pagination_container .et_pb_post .post-content .more-link {
  display: inline-block;
  margin-top: 15px;
  text-transform: capitalize;
  color: white;
  background-color: #00a9d3;
  padding: 2.5px 15px;
  border: 2px solid #00a9d3;
  transition: 0.4s;
}
body[class~="category"] .et_pb_row .et_pb_ajax_pagination_container .et_pb_post .post-content .more-link:hover {
  color: #00a9d3;
  background-color: white;
}
.single-post .et_pb_section:not(#main-footer) .et_pb_row:nth-of-type(1) {
  display: flex;
  align-items: center;
  padding-bottom: 0;
}
@media (max-width: 980px) {
  .single-post .et_pb_section:not(#main-footer) .et_pb_row:nth-of-type(1) {
    flex-direction: column-reverse;
  }
  .single-post .et_pb_section:not(#main-footer) .et_pb_row:nth-of-type(1) .et_pb_post_title {
    width: 70%;
    margin: auto;
  }
  .single-post .et_pb_section:not(#main-footer) .et_pb_row:nth-of-type(1) .et_pb_title_container {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .single-post .et_pb_section:not(#main-footer) .et_pb_row:nth-of-type(1) .et_pb_post_title {
    width: 100%;
  }
}
.single-post .et_pb_section:not(#main-footer) .et_pb_row:nth-of-type(1) .et_pb_title_featured_container img {
  max-height: 40vh;
  object-fit: cover;
}
.single-post .et_pb_section:not(#main-footer) .et_pb_row:nth-of-type(2) {
  padding-top: 0;
  color: white;
  transform: translateY(-30px);
}
@media (min-width: 981px) {
  .single-post .et_pb_section:not(#main-footer) .et_pb_row:nth-of-type(2) {
    width: 70%;
    margin-left: 25%;
  }
}
.single-post .et_pb_section:not(#main-footer) .et_pb_row:nth-of-type(2) .et_pb_column {
  padding: calc(5% + 30px) 5% 5%;
  background-color: #00a9d3;
}
body.woocommerce-page #left-area {
  padding-right: 0;
}
body.woocommerce-page ul.products {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
body.woocommerce-page ul.products::before {
  display: none;
}
@media (max-width: 479px) {
  body.woocommerce-page ul.products {
    flex-direction: column;
  }
}
body.woocommerce-page ul.products li.product {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 767px) {
  body.woocommerce-page ul.products li.product {
    width: 100% !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 980px) {
  body.woocommerce-page ul.products li.product:last-of-type {
    margin-right: 0 !important;
  }
}
@media (max-width: 980px) and (min-width: 768px) {
  body.woocommerce-page ul.products li.product:last-of-type {
    margin-left: 4%;
  }
}
body.woocommerce-page ul.products li.product a.woocommerce-LoopProduct-link {
  height: 100%;
  text-align: center;
}
body.woocommerce-page ul.products li.product a.woocommerce-LoopProduct-link .onsale {
  z-index: 4;
  background: #00a9d3 !important;
}
body.woocommerce-page ul.products li.product a.woocommerce-LoopProduct-link .et_shop_image {
  border: 1px solid;
}
body.woocommerce-page ul.products li.product a.woocommerce-LoopProduct-link .et_shop_image::before {
  content: "";
  display: block;
  padding-top: 100%;
}
body.woocommerce-page ul.products li.product a.woocommerce-LoopProduct-link .et_shop_image > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
body.woocommerce-page ul.products li.product a.woocommerce-LoopProduct-link .woocommerce-loop-product__title {
  display: inline-block;
  width: 80%;
  min-width: 50%;
  padding: 10px;
  margin: auto;
  background-color: #00a9d3;
  font-size: 16px;
  color: white;
  font-weight: normal;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 40px;
  margin-bottom: 0;
}
body.woocommerce-page ul.products li.product a.woocommerce-LoopProduct-link .woocommerce-loop-product__title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 80px;
  height: 1px;
  border-bottom: 1px solid white;
}
body.woocommerce-page ul.products li.product a.woocommerce-LoopProduct-link .price {
  width: 80%;
  margin: auto !important;
  padding: 10px;
  background-color: #00a9d3;
  text-align: center;
  font-size: 16px;
}
body.woocommerce-page ul.products li.product .price, body.woocommerce-page div.product p.price {
  font-weight: bold !important;
  color: white !important;
}
body.woocommerce-page button.button, body.woocommerce-page button {
  background-color: #231f20 !important;
  float: initial !important;
  color: white !important;
  border: 0 !important;
}
body.woocommerce-page button.button:hover, body.woocommerce-page button:hover {
  background: #00a9d3;
  border: 0;
  color: white;
}
body.woocommerce-page button.button::after, body.woocommerce-page button::after {
  line-height: 1.1 !important;
}
body.woocommerce-page button.button.alt, body.woocommerce-page button.alt {
  background-color: initial;
}
body.woocommerce-page button.button.alt:hover, body.woocommerce-page button.alt:hover {
  background-color: initial;
}
body.woocommerce-page .quantity input.qty {
  background-color: transparent !important;
  color: #231f20 !important;
  border: 1px solid #231f20 !important;
  border-radius: 0;
  font-size: initial !important;
  height: 38px;
}
body.woocommerce-page form.woocommerce-ordering select.orderby {
  background-color: white;
  border: 1px solid #231f20;
}
body.woocommerce-page .woocommerce-notices-wrapper .woocommerce-message, body.woocommerce-page .woocommerce-notices-wrapper .woocommerce-info {
  display: flex;
  flex-direction: column-reverse;
  margin: 5% auto;
  text-align: center;
}
body.woocommerce-page .woocommerce-notices-wrapper .woocommerce-message a.button, body.woocommerce-page .woocommerce-notices-wrapper .woocommerce-info a.button {
  width: auto;
  margin: 10px auto;
  color: #231f20;
}
body.woocommerce-page .woocommerce-notices-wrapper .woocommerce-message a.button::after, body.woocommerce-page .woocommerce-notices-wrapper .woocommerce-info a.button::after {
  line-height: 1.15;
}
body.woocommerce-page .woocommerce-notices-wrapper .woocommerce-message a.button:hover, body.woocommerce-page .woocommerce-notices-wrapper .woocommerce-info a.button:hover {
  color: #00a9d3;
}
body.woocommerce-page.single-product .product .clearfix {
  position: relative;
}
body.woocommerce-page.single-product .product .clearfix .summary {
  background-color: #00a9d3;
  padding: 30px;
  color: white;
}
@media (min-width: 768px) {
  body.woocommerce-page.single-product .product .clearfix .summary {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
body.woocommerce-page.single-product .product .clearfix .summary h1.product_title {
  color: white;
}
body.woocommerce-page.single-product .product .clearfix .summary .woocommerce-product-details__short-description {
  margin-top: 14px;
}
body.woocommerce-page.single-product .product .clearfix .summary .woocommerce-product-details__short-description p::first-letter {
  text-transform: uppercase;
}
body.woocommerce-page.single-product .product .clearfix .summary p.stock {
  margin-top: 10px;
  font-size: 1em !important;
  color: white !important;
}
body.woocommerce-page.single-product .product .clearfix .summary .product_meta {
  color: white;
}
body.woocommerce-page.single-product .product .clearfix .summary .product_meta a {
  color: white;
}
body.woocommerce-page.single-product .product .clearfix .summary .product_meta .sku_wrapper {
  display: none;
}
body.woocommerce-page.single-product .product .woocommerce-tabs {
  border-color: #231f20;
}
body.woocommerce-page.single-product .product .woocommerce-tabs ul.tabs.wc-tabs {
  background: white !important;
}
body.woocommerce-page.single-product .product .woocommerce-tabs ul.tabs.wc-tabs::before {
  border-bottom-color: #231f20;
}
body.woocommerce-page.single-product .product .woocommerce-tabs ul.tabs.wc-tabs li {
  background: white !important;
  border-color: #231f20 !important;
}
body.woocommerce-page.single-product .product .woocommerce-tabs ul.tabs.wc-tabs li.active a {
  border-left: 1px solid;
}
body.woocommerce-page.single-product .product .woocommerce-tabs #tab-description p::first-letter {
  text-transform: uppercase;
}
body.woocommerce-page.single-product .product .related.products .product h2 {
  font-size: 16px !important;
}
body.woocommerce-page.tax-product_cat h1 {
  text-align: center;
}
body.woocommerce-page.woocommerce-cart h1 {
  text-align: center;
}
body.woocommerce-page.woocommerce-cart .woocommerce-cart-form td.actions .coupon {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body.woocommerce-page.woocommerce-cart .woocommerce-cart-form td.actions .coupon::before {
  display: none;
}
@media (max-width: 767px) {
  body.woocommerce-page.woocommerce-cart .woocommerce-cart-form td.actions .coupon {
    flex-direction: column;
  }
}
body.woocommerce-page.woocommerce-cart .woocommerce-cart-form td.actions .coupon::after {
  display: none;
}
body.woocommerce-page.woocommerce-cart .woocommerce-cart-form td.actions .coupon #coupon_code.input-text {
  background-color: transparent !important;
  border: 1px solid #231f20 !important;
  color: #231f20 !important;
}
@media (max-width: 767px) {
  body.woocommerce-page.woocommerce-cart .woocommerce-cart-form td.actions .coupon #coupon_code.input-text {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
}
body.woocommerce-page.woocommerce-cart .woocommerce-cart-form td.actions .coupon #coupon_code.input-text::placeholder {
  color: #231f20;
}
@media (max-width: 767px) {
  body.woocommerce-page.woocommerce-cart .woocommerce-cart-form td.actions .coupon button.button {
    width: 100%;
  }
}
body.woocommerce-page.woocommerce-cart .woocommerce-cart-form td.actions button.button[name="update_cart"] {
  padding: inherit;
}
body.woocommerce-page.woocommerce-cart .woocommerce-cart-form td.actions button.button[name="update_cart"]:hover {
  padding-right: 30px;
}
body.woocommerce-page.woocommerce-cart .cart-collaterals .cart_totals {
  width: 100%;
}
body.woocommerce-page.woocommerce-cart a.checkout-button {
  background-color: #00a9d3;
  color: white;
  font-size: 1.5rem;
  border: 0;
}
body.woocommerce-page.woocommerce-cart a.checkout-button::after {
  line-height: 1.7;
}
body.woocommerce-page.woocommerce-cart a.checkout-button:hover {
  background-color: #00a9d3;
  color: white;
  border: 0;
}
body.woocommerce-page.woocommerce-account h1 {
  text-align: center;
}
