/*!
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;
  }
}
.et_slide_in_menu_container .et_slide_menu_top #et-info {
  margin-right: 0;
}
.et_slide_in_menu_container .et_slide_menu_top #et-info #et-info-phone {
  margin-right: 0;
}
.et_slide_in_menu_container .logo_container {
  position: initial;
  height: auto;
  margin-bottom: 5%;
  text-align: center;
}
.et_slide_in_menu_container .et_pb_fullscreen_nav_container {
  padding: 0 5%;
}
.et_slide_in_menu_container .et_pb_fullscreen_nav_container .et_mobile_menu {
  vertical-align: top !important;
}
#main-header > .container.et_menu_container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 86%;
  max-width: 100%;
}
@media (max-width: 479px) {
  #main-header > .container.et_menu_container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #main-header > .container.et_menu_container .logo_container {
    position: initial;
    margin: 30px 0;
    text-align: center;
  }
  #main-header > .container.et_menu_container .logo_container img {
    max-width: 70%;
  }
}
#main-header > .container.et_menu_container #et-info {
  padding: 0;
}
@media (max-width: 980px) {
  #main-header > .container.et_menu_container #et-info {
    margin-top: 0;
  }
}
@media (max-width: 479px) {
  #main-header > .container.et_menu_container #et-info {
    margin-right: 0;
  }
}
#main-header > .container.et_menu_container #et-info #et-info-phone {
  margin: 0;
}
#main-header > .container.et_menu_container #et-info #et-info-phone::before {
  display: none;
}
#main-header > .container.et_menu_container #et-info #et-info-phone a {
  color: white;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.76;
  letter-spacing: 0.85px;
}
@media (max-width: 980px) {
  #main-header > .container.et_menu_container #et-top-navigation {
    padding: 24px 0 24px 0 !important;
  }
}
#main-header > .container.et_menu_container #et-top-navigation .mobile_menu_bar {
  position: relative;
  width: auto;
  padding-left: 50px;
}
#main-header > .container.et_menu_container #et-top-navigation .mobile_menu_bar::before {
  font-size: 50px;
  color: white;
}
@media (max-width: 980px) {
  #main-header > .container.et_menu_container #et-top-navigation .mobile_menu_bar {
    padding-bottom: 0;
  }
}
#main-header > .container.et_menu_container #et-top-navigation .mobile_menu_bar::after {
  content: "MENU";
  position: absolute;
  top: 50%;
  left: 0;
  color: white;
}
#cookie-notice {
  background-color: #263a57 !important;
}
#cookie-notice .cookie-notice-container a {
  border: 2px solid white !important;
  background-color: white !important;
  background-image: none !important;
  text-transform: capitalize;
  font-weight: bold;
  font-size: 15px !important;
  color: #263a57 !important;
  text-shadow: none !important;
}
#main-content .et_pb_section {
  background-color: #263a57;
}
#main-content .et_pb_section.top-section {
  padding: 98px 7%;
}
@media (max-width: 479px) {
  #main-content .et_pb_section.top-section {
    padding-top: 265px;
  }
}
#main-content .et_pb_section.top-section .et_pb_slide {
  padding: 0 !important;
}
#main-content .et_pb_section.top-section .et_pb_slide .et_pb_container {
  min-height: 75vh;
  margin-left: 0;
}
#main-content .et_pb_section.top-section .et_pb_slide .et_pb_container .et_pb_slider_container_inner {
  width: 50%;
}
@media (max-width: 767px) {
  #main-content .et_pb_section.top-section .et_pb_slide .et_pb_container .et_pb_slider_container_inner {
    position: absolute;
    bottom: 0;
    left: 10%;
    width: 80%;
  }
}
@media (max-width: 479px) {
  #main-content .et_pb_section.top-section .et_pb_slide .et_pb_container .et_pb_slider_container_inner {
    left: 0;
    width: 100%;
  }
}
#main-content .et_pb_section.top-section .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_description {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  padding: 8%;
}
#main-content .et_pb_section.top-section .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_description::before {
  z-index: -1;
}
#main-content .et_pb_section.top-section .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_description::before {
  content: "";
  opacity: 0.85;
  width: 100%;
  height: 100%;
  background-color: #263a57;
  position: absolute;
  top: 0;
  left: 0;
}
#main-content .et_pb_section.top-section .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_description h1 {
  font-size: 46px;
  padding-bottom: 0;
}
@media (max-width: 980px) {
  #main-content .et_pb_section.top-section .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_description h1 {
    font-size: 32px;
  }
}
@media (max-width: 479px) {
  #main-content .et_pb_section.top-section .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_description h1 {
    font-size: 25px;
  }
}
#main-content .et_pb_section.entete_page .et_pb_text:nth-of-type(1) .et_pb_text_inner {
  margin-bottom: 40px;
  padding-bottom: 30px;
}
#main-content .et_pb_section.entete_page .et_pb_text:nth-of-type(1) .et_pb_text_inner p:first-of-type {
  font-weight: bold;
  font-style: italic;
  letter-spacing: 1.4px;
}
@media (max-width: 767px) {
  #main-content .et_pb_section.entete_page .et_pb_text:nth-of-type(1) .et_pb_text_inner p:first-of-type {
    font-size: 12px;
  }
}
#main-content .et_pb_section.entete_page .et_pb_text:nth-of-type(1) .et_pb_text_inner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 15%;
  height: 4px;
  border-bottom: 4px solid white;
}
#main-content .et_pb_section.entete_page .et_pb_text:nth-of-type(2) .et_pb_text_inner {
  line-height: 1.71;
  letter-spacing: 1.4px;
}
#main-content .et_pb_section h2 {
  text-transform: uppercase;
}
@media (max-width: 980px) {
  #main-content .et_pb_section h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  #main-content .et_pb_section h2 {
    font-size: 24px;
  }
}
@media (max-width: 479px) {
  #main-content .et_pb_section h2 {
    font-size: 20px;
  }
}
#main-content .et_pb_section h3 {
  text-transform: uppercase;
}
#main-content .et_pb_bg_layout_dark p a {
  color: white;
  font-weight: bold;
  text-decoration: underline;
}
#main-slider.et_pb_section .et_pb_slides .et_pb_slide .et_pb_slide_description h1 {
  margin-top: 20px;
  font-size: 20px !important;
  line-height: 1.36;
  letter-spacing: 3.3px;
  text-align: left;
}
@media (max-width: 1405px) {
  #main-slider.et_pb_section .et_pb_slides .et_pb_slide .et_pb_slide_description h1 {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #main-slider.et_pb_section .et_pb_slides .et_pb_slide .et_pb_slide_description h1 {
    font-size: 12px !important;
    text-align: center;
  }
}
#main-slider.et_pb_section .et_pb_slides .et_pb_slide .et_pb_slide_description p:first-of-type {
  font-size: 50px;
  line-height: 1.1;
  letter-spacing: 6px;
  font-family: "GildaDisplay";
}
@media (min-width: 768px) {
  #main-slider.et_pb_section .et_pb_slides .et_pb_slide .et_pb_slide_description p:first-of-type {
    text-align: left;
  }
}
@media (max-width: 1405px) {
  #main-slider.et_pb_section .et_pb_slides .et_pb_slide .et_pb_slide_description p:first-of-type {
    font-size: 30px;
  }
}
@media (max-width: 479px) {
  #main-slider.et_pb_section .et-pb-controllers {
    bottom: 0;
  }
}
#main-slider.et_pb_section .et-pb-controllers a {
  width: 24px;
  height: 5px;
  border-radius: 0;
}
#cabinet.et_pb_section {
  padding-bottom: calc(54px + 98px);
}
#cabinet.et_pb_section .et_pb_row {
  width: 45%;
}
@media (max-width: 980px) {
  #cabinet.et_pb_section .et_pb_row {
    width: 65%;
  }
}
@media (max-width: 479px) {
  #cabinet.et_pb_section .et_pb_row {
    width: 80%;
  }
}
#activites.et_pb_section {
  padding: 0;
}
#activites.et_pb_section .et_pb_row {
  display: flex;
  width: 100%;
  max-width: 100%;
  padding: 0;
}
@media (max-width: 767px) {
  #activites.et_pb_section .et_pb_row {
    display: block;
  }
}
#activites.et_pb_section .et_pb_row .et_pb_column {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% / 2);
  padding: 5%;
  margin: 3% 0;
  background-color: #e4e4e4;
}
#activites.et_pb_section .et_pb_row .et_pb_column::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  #activites.et_pb_section .et_pb_row .et_pb_column {
    width: 100%;
  }
}
#activites.et_pb_section .et_pb_row .et_pb_column:nth-of-type(2) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  background-color: white;
}
#activites.et_pb_section .et_pb_row .et_pb_column .et_pb_blurb .et_pb_blurb_container {
  text-align: center;
}
#activites.et_pb_section .et_pb_row .et_pb_column .et_pb_blurb .et_pb_blurb_container h3, #activites.et_pb_section .et_pb_row .et_pb_column .et_pb_blurb .et_pb_blurb_container h2 {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 1.6px;
}
#activites.et_pb_section .et_pb_row .et_pb_column .et_pb_blurb .et_pb_blurb_container .et_pb_blurb_description {
  line-height: 1.71;
  letter-spacing: 1.4px;
}
#activites.et_pb_section .et_pb_column {
  flex-direction: column;
}
#activites.et_pb_section .et_pb_column .et_pb_button_module_wrapper {
  text-align: center;
}
#activites.et_pb_section .et_pb_column .et_pb_button_module_wrapper a {
  background-color: #263a57;
  border-radius: 0;
  border: 2px solid #263a57;
  font-family: "GildaDisplay";
  font-size: 16px;
  letter-spacing: 1.6px;
  color: white;
}
#activites.et_pb_section .et_pb_column .et_pb_button_module_wrapper a::after {
  font-size: 28px;
}
#parcours.et_pb_section {
  padding: 7% 0 0;
}
#parcours.et_pb_section .et_pb_row {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  #parcours.et_pb_section .et_pb_row {
    flex-direction: column;
  }
}
#parcours.et_pb_section .et_pb_row .et_pb_column:nth-of-type(1) {
  width: 40%;
  margin-right: 0;
}
@media (max-width: 767px) {
  #parcours.et_pb_section .et_pb_row .et_pb_column:nth-of-type(1) {
    width: 60%;
  }
}
#parcours.et_pb_section .et_pb_row .et_pb_column:nth-of-type(2) {
  width: 65%;
  padding: 7%;
  background-color: #e4e4e4;
  transform: translateX(-5%);
}
@media (max-width: 767px) {
  #parcours.et_pb_section .et_pb_row .et_pb_column:nth-of-type(2) {
    width: 100%;
    transform: translateX(0%);
  }
}
#parcours.et_pb_section .et_pb_row .et_pb_column:nth-of-type(2) .et_pb_text:nth-of-type(1) .et_pb_text_inner {
  margin-bottom: 40px;
  padding-bottom: 30px;
}
#parcours.et_pb_section .et_pb_row .et_pb_column:nth-of-type(2) .et_pb_text:nth-of-type(1) .et_pb_text_inner p:first-of-type {
  font-weight: bold;
  font-style: italic;
  letter-spacing: 1.4px;
}
#parcours.et_pb_section .et_pb_row .et_pb_column:nth-of-type(2) .et_pb_text:nth-of-type(1) .et_pb_text_inner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 15%;
  height: 4px;
  border-bottom: 4px solid white;
}
#parcours.et_pb_section .et_pb_row .et_pb_column:nth-of-type(2) .et_pb_text:nth-of-type(2) .et_pb_text_inner {
  line-height: 1.71;
  letter-spacing: 1.4px;
}
.trois_col_bg.et_pb_section {
  padding: 0;
}
.trois_col_bg.et_pb_section .et_pb_row {
  max-width: 100%;
}
.trois_col_bg.et_pb_section .et_pb_row:nth-of-type(1) {
  display: flex;
  width: 100%;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .trois_col_bg.et_pb_section .et_pb_row:nth-of-type(1) {
    display: block;
    padding-bottom: 0;
  }
}
.trois_col_bg.et_pb_section .et_pb_row:nth-of-type(1) .et_pb_column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc((100% / 3) - 20px);
  margin: 0 10px;
  padding: 5%;
  background-color: #e4e4e4;
}
@media (max-width: 767px) {
  .trois_col_bg.et_pb_section .et_pb_row:nth-of-type(1) .et_pb_column {
    width: calc(100% - 20px) !important;
    margin-bottom: 10px;
  }
}
.trois_col_bg.et_pb_section .et_pb_row:nth-of-type(1) .et_pb_column:nth-of-type(2) {
  width: calc(100% / 3);
  margin: 0;
  background-color: #ffffff;
}
.trois_col_bg.et_pb_section .et_pb_row:nth-of-type(1) .et_pb_column .et_pb_text h3 {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 1.6px;
}
.trois_col_bg.et_pb_section .et_pb_row:nth-of-type(2) {
  width: calc(100% - 20px);
  padding: 0;
  margin: 0 10px;
}
.trois_col_bg.et_pb_section .et_pb_row:nth-of-type(2) .et_pb_column {
  padding: 3%;
  background-color: #e4e4e4;
}
@media (max-width: 767px) {
  .trois_col_bg.et_pb_section .et_pb_row:nth-of-type(2) .et_pb_column {
    background-color: #ffffff;
  }
}
.trois_col_bg.et_pb_section .et_pb_row:nth-of-type(2) .et_pb_column .et_pb_text h3 {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 1.6px;
}
#presentation-domaines .et_pb_row {
  display: flex;
  width: 100%;
  max-width: 100%;
  padding: 0;
}
@media (max-width: 767px) {
  #presentation-domaines .et_pb_row {
    display: block;
  }
}
#presentation-domaines .et_pb_row .et_pb_column {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% / 2);
  padding: 5%;
  margin: 3% 0;
  background-color: #e4e4e4;
}
#presentation-domaines .et_pb_row .et_pb_column::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  #presentation-domaines .et_pb_row .et_pb_column {
    width: 100%;
  }
}
#presentation-domaines .et_pb_row .et_pb_column:nth-of-type(2) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  background-color: white;
}
#presentation-domaines .et_pb_row .et_pb_column .et_pb_blurb .et_pb_blurb_container {
  text-align: center;
}
#presentation-domaines .et_pb_row .et_pb_column .et_pb_blurb .et_pb_blurb_container h3, #presentation-domaines .et_pb_row .et_pb_column .et_pb_blurb .et_pb_blurb_container h2 {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 1.6px;
}
#presentation-domaines .et_pb_row .et_pb_column .et_pb_blurb .et_pb_blurb_container .et_pb_blurb_description {
  line-height: 1.71;
  letter-spacing: 1.4px;
}
#back_page {
  margin: 30px auto;
  text-align: right;
}
#back_page button {
  padding: 10px 20px;
  background-color: #e4e4e4;
  color: white;
  cursor: pointer;
  border: none;
}
#section-formulaire {
  padding-top: 0;
  background-color: rgba(0, 0, 0, 0.03);
}
#section-formulaire .et_pb_row {
  align-items: center;
  padding-top: 0;
}
#section-formulaire .et_pb_row .et_pb_column {
  height: 100%;
  color: white;
  padding: 20px;
}
#section-formulaire .et_pb_row .et_pb_column form > p:first-of-type {
  font-size: 0;
}
#section-formulaire .et_pb_row .et_pb_column form > p:first-of-type span.wpcf7-form-control-wrap:not(:nth-of-type(5)):not(:nth-of-type(6)) {
  display: inline-block;
  margin-bottom: 3%;
}
@media (min-width: 768px) {
  #section-formulaire .et_pb_row .et_pb_column form > p:first-of-type span.wpcf7-form-control-wrap:not(:nth-of-type(5)):not(:nth-of-type(6)) {
    width: 48%;
  }
  #section-formulaire .et_pb_row .et_pb_column form > p:first-of-type span.wpcf7-form-control-wrap:not(:nth-of-type(5)):not(:nth-of-type(6)):nth-of-type(odd) {
    margin-right: 4%;
  }
}
#section-formulaire .et_pb_row .et_pb_column form > p:first-of-type span.wpcf7-form-control-wrap:not(:nth-of-type(5)):not(:nth-of-type(6)) input {
  width: 100%;
  padding: 16px;
  font-size: 20px;
  background-color: transparent;
  color: white;
  transition: all 0.3s;
}
#section-formulaire .et_pb_row .et_pb_column form > p:first-of-type span.wpcf7-form-control-wrap:not(:nth-of-type(5)):not(:nth-of-type(6)) input:focus {
  border-color: #263a57;
}
#section-formulaire .et_pb_row .et_pb_column form > p:first-of-type span.wpcf7-form-control-wrap:nth-of-type(5) {
  display: block;
}
#section-formulaire .et_pb_row .et_pb_column form > p:first-of-type span.wpcf7-form-control-wrap:nth-of-type(5) textarea {
  width: 100%;
  padding: 16px;
  font-size: 20px;
  resize: vertical;
  max-height: 70vh;
  background-color: transparent;
  color: white;
  transition: all 0.3s;
}
#section-formulaire .et_pb_row .et_pb_column form > p:first-of-type span.wpcf7-form-control-wrap:nth-of-type(5) textarea:focus {
  border-color: #263a57;
}
#section-formulaire .et_pb_row .et_pb_column form > p:first-of-type span.wpcf7-form-control-wrap:nth-of-type(5) textarea::placeholder {
  color: white;
}
#section-formulaire .et_pb_row .et_pb_column form > p:first-of-type span.wpcf7-form-control-wrap:nth-of-type(6) {
  font-size: 14px;
  color: white;
}
#section-formulaire .et_pb_row .et_pb_column form > p:first-of-type span.wpcf7-form-control-wrap:nth-of-type(6) a {
  color: white;
}
#section-formulaire .et_pb_row .et_pb_column form > p:nth-last-child(3) {
  float: right;
}
#section-formulaire .et_pb_row .et_pb_column form > p:nth-last-child(3) input[type=submit] {
  background-color: white;
  color: #263a57;
  padding: 16px;
  font-size: 14px;
  text-transform: uppercase;
  float: right;
  border: 2px solid white;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s all ease-in-out;
}
#section-formulaire .et_pb_row .et_pb_column form > p:nth-last-child(3) input[type=submit]:hover {
  border-color: #263a57;
}
#section-formulaire .et_pb_row .et_pb_column form > .wpcf7-form-control-wrap {
  display: inline-block;
}
#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);
  color: #263a57;
}
#section-formulaire .et_pb_row .et_pb_column:nth-child(2) .et_pb_image .et_pb_image_wrap {
  text-align: center;
  width: 100%;
}
#section-formulaire .et_pb_row .et_pb_column:nth-child(2) .et_pb_code address .bp-name, #section-formulaire .et_pb_row .et_pb_column:nth-child(2) .et_pb_code address .bp-address, #section-formulaire .et_pb_row .et_pb_column:nth-child(2) .et_pb_code address .bp-directions, #section-formulaire .et_pb_row .et_pb_column:nth-child(2) .et_pb_code address .bp-phone {
  text-align: center;
  font-size: 16px;
}
#section-formulaire .et_pb_row .et_pb_column:nth-child(2) .et_pb_code address .bp-directions a, #section-formulaire .et_pb_row .et_pb_column:nth-child(2) .et_pb_code address .bp-phone a {
  color: #263a57;
}
#section-horaires-map::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e4e4e4;
}
#section-horaires-map .et_pb_row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 479px) {
  #section-horaires-map .et_pb_row {
    width: 100%;
  }
}
#section-horaires-map .et_pb_row .et_pb_column {
  background-color: #263a57;
  color: white;
}
#section-horaires-map .et_pb_row .et_pb_column:first-child {
  padding: 20px;
}
#section-horaires-map .et_pb_row .et_pb_column:first-child address .bp-opening-hours {
  max-width: none;
  font-size: 20px;
}
#section-horaires-map .et_pb_row .et_pb_column:first-child address .bp-opening-hours .bp-weekday {
  margin-top: 10px;
}
#section-horaires-map .et_pb_row .et_pb_column:first-child address .bp-opening-hours .bp-weekday .bp-weekday-name {
  text-transform: capitalize;
}
#section-horaires-map .et_pb_row .et_pb_column:nth-child(2) .et_pb_code {
  height: 100%;
}
#section-horaires-map .et_pb_row .et_pb_column:nth-child(2) .et_pb_code .et_pb_code_inner {
  height: 100%;
  line-height: 0;
}
#section-horaires-map .et_pb_row .et_pb_column:nth-child(2) .et_pb_code .et_pb_code_inner iframe {
  height: 100%;
  width: 100%;
  min-height: 50vh;
}
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 #263a57;
}
body.search #container-top-results #search-form-on-results input#searchsubmit {
  padding: 10px 20px;
  border-radius: 25px;
  background-color: #263a57;
  color: white;
  border: 1px solid #263a57;
  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: #263a57;
  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 #263a57;
  display: inline-block;
}
#main-footer {
  position: relative;
  margin-top: 5%;
  background: url("./images/Julien-BRADMETZ-AVOCAT-BREST-FOOTER.jpg") no-repeat 0% 75%;
  background-size: cover;
}
#main-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 15%;
  background: #263a57;
}
#main-footer > .container {
  width: 55%;
  max-width: 100%;
  margin-right: 5%;
  background-color: #e4e4e4;
}
@media (max-width: 1405px) {
  #main-footer > .container {
    width: 75%;
  }
}
@media (max-width: 980px) {
  #main-footer > .container {
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  #main-footer > .container {
    width: 100%;
  }
}
#main-footer > .container #footer-widgets {
  padding: 5%;
}
@media (max-width: 980px) {
  #main-footer > .container #footer-widgets {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
#main-footer > .container #footer-widgets .footer-widget {
  width: 49.5%;
}
#main-footer > .container #footer-widgets .footer-widget:nth-of-type(1) {
  width: 45%;
  margin-bottom: 0;
  color: #263a57;
}
@media (max-width: 980px) {
  #main-footer > .container #footer-widgets .footer-widget:nth-of-type(1) {
    width: 100% !important;
    margin-right: 0 !important;
  }
}
#main-footer > .container #footer-widgets .footer-widget:nth-of-type(1) h4 {
  font-family: "GildaDisplay";
  font-size: 40px;
  line-height: 1.25;
}
@media (max-width: 980px) {
  #main-footer > .container #footer-widgets .footer-widget:nth-of-type(1) h4 {
    text-align: center;
  }
}
#main-footer > .container #footer-widgets .footer-widget:nth-of-type(1) form > p:first-of-type a {
  color: #263a57;
}
#main-footer > .container #footer-widgets .footer-widget:nth-of-type(1) form > p:nth-last-child(3) input[type=submit] {
  padding: 8px 12px;
  float: right;
  color: white;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  border: 2px solid #263a57;
  background-color: #263a57;
  transition: 0.3s all ease-in-out;
  cursor: pointer;
}
#main-footer > .container #footer-widgets .footer-widget:nth-of-type(1) form > p:nth-last-child(3) input[type=submit]:hover {
  border-color: white;
}
#main-footer > .container #footer-widgets .footer-widget:nth-of-type(1) form input {
  margin-bottom: 10px;
  border: 0;
  border-bottom: 2px solid #263a57;
  background: #e4e4e4;
}
#main-footer > .container #footer-widgets .footer-widget:nth-of-type(1) form input::placeholder {
  line-height: 1.86;
  letter-spacing: 0.7px;
  color: #263a57;
}
@media (max-width: 980px) and (min-width: 768px) {
  #main-footer > .container #footer-widgets .footer-widget:nth-of-type(1) form input {
    max-width: 49%;
  }
}
@media (max-width: 479px) {
  #main-footer > .container #footer-widgets .footer-widget:nth-of-type(1) form input {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  #main-footer > .container #footer-widgets .footer-widget:nth-of-type(1) form input[type=text], #main-footer > .container #footer-widgets .footer-widget:nth-of-type(1) form input[type=tel], #main-footer > .container #footer-widgets .footer-widget:nth-of-type(1) form input[type=email] {
    min-width: 100%;
  }
}
#main-footer > .container #footer-widgets .footer-widget:nth-of-type(1) form textarea {
  max-height: 50vh;
  border: 0;
}
@media (max-width: 980px) {
  #main-footer > .container #footer-widgets .footer-widget:nth-of-type(1) form textarea {
    width: 100%;
  }
}
#main-footer > .container #footer-widgets .footer-widget:nth-of-type(1) form textarea::placeholder {
  line-height: 1.86;
  letter-spacing: 0.7px;
  color: #263a57;
}
#main-footer > .container #footer-widgets .footer-widget:nth-of-type(2) {
  margin-right: 0;
}
@media (max-width: 980px) {
  #main-footer > .container #footer-widgets .footer-widget:nth-of-type(2) {
    margin-right: 7.5% !important;
  }
}
#main-footer > .container #footer-widgets .footer-widget:nth-of-type(2) #media_image-2 {
  width: 100%;
  text-align: center;
}
#main-footer > .container #footer-widgets .footer-widget:nth-of-type(3) {
  position: relative;
  padding: 50px 5% 15px;
  background-color: #263a57;
}
#main-footer > .container #footer-widgets .footer-widget:nth-of-type(3)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background-color: white;
}
@media (max-width: 980px) {
  #main-footer > .container #footer-widgets .footer-widget:nth-of-type(3) {
    margin-right: 0 !important;
  }
}
#main-footer > .container #footer-widgets .footer-widget:nth-of-type(3) #text-4 {
  width: 100%;
  margin-bottom: 20px;
}
#main-footer > .container #footer-widgets .footer-widget:nth-of-type(3) #text-4 .textwidget {
  font-family: "GildaDisplay";
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: 1px;
  text-align: center;
}
#main-footer > .container #footer-widgets .footer-widget:nth-of-type(3) #text-5 {
  width: 100%;
  margin-bottom: 20px;
}
#main-footer > .container #footer-widgets .footer-widget:nth-of-type(3) #text-5 .textwidget {
  font-size: 17px;
  line-height: 1.76;
  letter-spacing: 0.85px;
  text-align: center;
}
#main-footer > .container #footer-widgets .footer-widget:nth-of-type(3) #nav_menu-3 {
  width: 100%;
}
#main-footer > .container #footer-widgets .footer-widget:nth-of-type(3) #nav_menu-3 #menu-menu-plan-du-site {
  font-size: 17px;
  line-height: 1.76;
  letter-spacing: 0.85px;
  text-align: center;
}
#main-footer > .container #footer-widgets .footer-widget:nth-of-type(3) #nav_menu-3 #menu-menu-plan-du-site li {
  padding: 0;
}
#main-footer > .container #footer-widgets .footer-widget:nth-of-type(3) #nav_menu-3 #menu-menu-plan-du-site li::before {
  display: none;
}
#main-footer #footer-bottom #footer-info {
  width: 100%;
  text-align: center;
}
.category-actualite article {
  vertical-align: top;
}
@media (max-width: 767px) {
  .category-actualite .top-section h1 {
    font-size: 34px;
  }
}
.category-actualite .et_pb_ajax_pagination_container {
  font-size: 0;
}
.category-actualite .et_pb_ajax_pagination_container .et_pb_post {
  display: inline-block;
  width: 20%;
  margin: 0 2.5% 5%;
}
@media (max-width: 980px) {
  .category-actualite .et_pb_ajax_pagination_container .et_pb_post {
    width: 47.5%;
    margin: 0 0 5% 0;
  }
  .category-actualite .et_pb_ajax_pagination_container .et_pb_post:nth-child(odd) {
    margin-right: 5%;
  }
}
@media (max-width: 479px) {
  .category-actualite .et_pb_ajax_pagination_container .et_pb_post {
    width: 100%;
    margin-bottom: 30%;
  }
  .category-actualite .et_pb_ajax_pagination_container .et_pb_post:nth-child(odd) {
    margin-right: 0%;
  }
}
.category-actualite .et_pb_ajax_pagination_container .et_pb_post .entry-featured-image-url {
  max-height: 150px;
  overflow: hidden;
}
.category-actualite .et_pb_ajax_pagination_container .et_pb_post h2.entry-title {
  font-size: 26px;
  text-align: center;
}
.category-actualite .et_pb_ajax_pagination_container .et_pb_post .post-meta, .category-actualite .et_pb_ajax_pagination_container .et_pb_post .post-content {
  text-align: center;
}
.category-actualite .et_pb_ajax_pagination_container .et_pb_post .post-meta {
  position: relative;
  color: white;
}
.category-actualite .et_pb_ajax_pagination_container .et_pb_post .post-meta a {
  color: white;
}
.category-actualite .et_pb_ajax_pagination_container .et_pb_post .post-content {
  font-size: 14px;
}
.single-post #main-content .et_pb_section .et_pb_row {
  padding-top: 7%;
}
.single-post #main-content .et_pb_section .et_pb_row:nth-of-type(1) {
  display: flex;
  align-items: center;
  padding-bottom: 0;
}
@media (max-width: 980px) {
  .single-post #main-content .et_pb_section .et_pb_row:nth-of-type(1) {
    flex-direction: column-reverse;
  }
  .single-post #main-content .et_pb_section .et_pb_row:nth-of-type(1) .et_pb_post_title {
    width: 70%;
    margin: auto;
  }
  .single-post #main-content .et_pb_section .et_pb_row:nth-of-type(1) .et_pb_title_container {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .single-post #main-content .et_pb_section .et_pb_row:nth-of-type(1) .et_pb_post_title {
    width: 100%;
  }
}
.single-post #main-content .et_pb_section .et_pb_row:nth-of-type(1) .et_pb_title_featured_container img {
  max-height: 40vh;
  object-fit: cover;
}
.single-post #main-content .et_pb_section .et_pb_row:nth-of-type(2) {
  padding-top: 0;
  color: #263a57;
  transform: translateY(-30px);
}
@media (min-width: 981px) {
  .single-post #main-content .et_pb_section .et_pb_row:nth-of-type(2) {
    width: 70%;
    margin-left: 25%;
  }
}
.single-post #main-content .et_pb_section .et_pb_row:nth-of-type(2) .et_pb_column {
  padding: calc(5% + 30px) 5% 5%;
  background-color: #e4e4e4;
}
