@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 scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(46px);
  }
}
::-webkit-scrollbar {
  width: 0.7vw;
  background-color: white;
}
::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.9);
}
.et_slide_in_menu_container::-webkit-scrollbar {
  width: 0.7vw;
  background-color: transparent;
}
.et_slide_in_menu_container::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.5);
}
.et_slide_in_menu_container::-webkit-scrollbar-track-piece {
  background-color: transparent;
}
/* ************ GENERAL ************ */
p, span, h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
}
#page-container {
  overflow-x: hidden;
}
body:not(.page-id-66) .grecaptcha-badge {
  display: none;
}
/* ************ END GENERAL ************ */
/* ************ MENU ************ */
#top-menu li a {
  line-height: 1em;
}
#top-menu li a::after {
  color: #ff8500;
}
#top-menu > li.menu-item-has-children > a:first-child:after {
  transition: all 0.4s;
}
#top-menu > li.menu-item-has-children:hover > a:first-child:after {
  transition: all 0.4s;
  transform: rotate(-90deg);
}
@media (min-width: 981px) {
  #top-menu > li .sub-menu {
    left: 260px !important;
  }
}
#top-menu > li .sub-menu li a {
  font-size: 10px;
  padding: 5px 10px 5px 20px;
  line-height: 1.3;
}
#top-menu > li .sub-menu li a::before {
  content: "";
  height: 10px;
  width: 10px;
  border: 1px solid #ff8500;
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}
#top-menu > li .sub-menu li.current-menu-item a::before {
  background-color: #ff8500;
}
.et-social-google-plus {
  background: transparent !important;
}
.et-social-google-plus a::before {
  content: "" !important;
}
/* ********** END MENU ********** */
/* *********** HEADER *********** */
#fbMsg img {
  display: none;
}
#top-header {
  display: none;
}
#main-header {
  height: 100% !important;
  padding-top: 25px !important;
}
@media screen and (max-width: 980px) {
  #main-header {
    overflow: inherit;
    padding-top: 0 !important;
  }
}
#main-header .et_menu_container {
  margin: 0 40px 10px 40px !important;
}
@media (max-width: 980px) {
  #main-header .et_menu_container {
    margin: 0 30px !important;
  }
}
#main-header .et_menu_container #et-top-navigation {
  margin-top: 25px;
  padding: 0 !important;
}
#main-header .et_menu_container #et-top-navigation ul#top-menu > li:last-of-type > a {
  display: none;
}
#main-header .et_menu_container #et-top-navigation ul#top-menu > li:last-of-type ul.sub-menu {
  position: initial;
  display: flex;
  visibility: visible;
  opacity: 1;
  animation: none;
  background: transparent;
  border: none;
  box-shadow: none;
}
#main-header .et_menu_container #et-top-navigation ul#top-menu > li:last-of-type ul.sub-menu li {
  padding-left: 0;
}
#main-header .et_menu_container #et-top-navigation ul#top-menu > li:last-of-type ul.sub-menu li:first-of-type a {
  width: fit-content;
  padding: 0;
  font-size: 0;
}
#main-header .et_menu_container #et-top-navigation ul#top-menu > li:last-of-type ul.sub-menu li:first-of-type a::before {
  display: none;
}
#main-header .et_menu_container #et-top-navigation ul#top-menu > li:last-of-type ul.sub-menu li:first-of-type a:hover {
  background-color: transparent;
}
#main-header .et_menu_container #et-top-navigation ul#top-menu > li:last-of-type ul.sub-menu li:first-of-type a::after {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  background: url("../../../../wp-content/uploads/2023/11/messager.png") center no-repeat;
  background-size: contain;
}
#main-header .et_menu_container #et-top-navigation ul#top-menu > li:last-of-type ul.sub-menu li:nth-of-type(2) a {
  width: fit-content;
  font-size: 0;
  padding: 0 15px;
}
#main-header .et_menu_container #et-top-navigation ul#top-menu > li:last-of-type ul.sub-menu li:nth-of-type(2) a::before {
  display: none;
}
#main-header .et_menu_container #et-top-navigation ul#top-menu > li:last-of-type ul.sub-menu li:nth-of-type(2) a:hover {
  background-color: transparent;
}
#main-header .et_menu_container #et-top-navigation ul#top-menu > li:last-of-type ul.sub-menu li:nth-of-type(2) a::after {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  background: url("../../../../wp-content/uploads/2023/11/facebook.png") center no-repeat;
  background-size: contain;
}
#main-header .et_menu_container #et-top-navigation ul#top-menu > li:last-of-type ul.sub-menu li:last-of-type a {
  width: fit-content;
  padding: 0;
  font-size: 0;
}
#main-header .et_menu_container #et-top-navigation ul#top-menu > li:last-of-type ul.sub-menu li:last-of-type a::before {
  display: none;
}
#main-header .et_menu_container #et-top-navigation ul#top-menu > li:last-of-type ul.sub-menu li:last-of-type a:hover {
  background-color: transparent;
}
#main-header .et_menu_container #et-top-navigation ul#top-menu > li:last-of-type ul.sub-menu li:last-of-type a::after {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  background: url("../../../../wp-content/uploads/2023/11/instagram.png") center no-repeat;
  background-size: contain;
}
@media (max-height: 685px) {
  #main-header .logo_container {
    width: 40% !important;
  }
}
@media (max-height: 608px) {
  #main-header .logo_container {
    width: 22% !important;
  }
}
@media (max-width: 980px) {
  #main-header .logo_container {
    width: 17%;
    height: 100% !important;
    max-height: 100% !important;
    margin: 0 auto;
  }
  #main-header .logo_container img {
    max-width: 100%;
    max-height: 100%;
  }
}
@media (max-width: 767px) {
  #main-header .logo_container {
    width: 25%;
  }
}
@media (max-width: 480px) {
  #main-header .logo_container {
    width: 35%;
  }
}
#main-header #clic-to-call-button {
  width: 60%;
  float: right;
  margin-top: 15px;
}
@media (min-width: 981px) {
  #main-header #clic-to-call-button {
    display: none;
  }
}
#main-header #clic-to-call-button .widget_text {
  width: 100%;
}
#main-header #clic-to-call-button .widget_text .textwidget {
  width: 100%;
  text-align: center;
}
#main-header #clic-to-call-button .widget_text .textwidget a {
  padding: 8px 12px;
  background-color: #ff8500;
  border-radius: 5px;
  margin-top: 10px;
}
#main-header #text-2 {
  width: 100%;
  text-align: center;
}
@media (max-width: 980px) {
  #main-header #text-2 {
    display: none;
  }
}
@media (max-height: 522px) {
  #main-header #text-2 {
    display: none;
  }
}
#main-header #text-2 p {
  padding-bottom: 5px;
}
#main-header #text-2 p a {
  color: black !important;
}
ul#mobile_menu > li:last-of-type > a {
  display: none;
}
ul#mobile_menu > li:last-of-type ul.sub-menu {
  position: initial;
  display: flex !important;
  padding-top: 30px;
  animation: none;
  background: transparent;
  border: none;
  box-shadow: none;
}
ul#mobile_menu > li:last-of-type ul.sub-menu li {
  padding-left: 0;
  background: transparent;
  border: none;
}
ul#mobile_menu > li:last-of-type ul.sub-menu li:first-of-type a {
  width: fit-content;
  padding: 0;
  font-size: 0;
}
ul#mobile_menu > li:last-of-type ul.sub-menu li:first-of-type a::before {
  display: none;
}
ul#mobile_menu > li:last-of-type ul.sub-menu li:first-of-type a:hover {
  background-color: transparent;
}
ul#mobile_menu > li:last-of-type ul.sub-menu li:first-of-type a::after {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  background: url("../../../../wp-content/uploads/2023/11/messager.png") center no-repeat;
  background-size: contain;
}
@media (max-width: 980px) {
  ul#mobile_menu > li:last-of-type ul.sub-menu li:first-of-type a::after {
    width: 30px;
    height: 30px;
  }
}
ul#mobile_menu > li:last-of-type ul.sub-menu li:nth-of-type(2) a {
  width: fit-content;
  font-size: 0;
  padding: 0 15px;
}
ul#mobile_menu > li:last-of-type ul.sub-menu li:nth-of-type(2) a::before {
  display: none;
}
ul#mobile_menu > li:last-of-type ul.sub-menu li:nth-of-type(2) a:hover {
  background-color: transparent;
}
ul#mobile_menu > li:last-of-type ul.sub-menu li:nth-of-type(2) a::after {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  background: url("../../../../wp-content/uploads/2023/11/facebook.png") center no-repeat;
  background-size: contain;
}
@media (max-width: 980px) {
  ul#mobile_menu > li:last-of-type ul.sub-menu li:nth-of-type(2) a::after {
    width: 30px;
    height: 30px;
  }
}
ul#mobile_menu > li:last-of-type ul.sub-menu li:last-of-type a {
  width: fit-content;
  padding: 0;
  font-size: 0;
}
ul#mobile_menu > li:last-of-type ul.sub-menu li:last-of-type a::before {
  display: none;
}
ul#mobile_menu > li:last-of-type ul.sub-menu li:last-of-type a:hover {
  background-color: transparent;
}
ul#mobile_menu > li:last-of-type ul.sub-menu li:last-of-type a::after {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  background: url("../../../../wp-content/uploads/2023/11/instagram.png") center no-repeat;
  background-size: contain;
}
@media (max-width: 980px) {
  ul#mobile_menu > li:last-of-type ul.sub-menu li:last-of-type a::after {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 980px) {
  #main-header {
    background-color: white !important;
  }
}
@media (min-width: 981px) {
  #main-header {
    width: 300px !important;
  }
  body.et_vertical_nav #et-main-area {
    margin-left: 300px !important;
  }
}
#logo {
  margin: 0px auto !important;
  width: initial;
}
#logo:hover {
  animation: pulse 1s;
}
/* ********* END HEADER ********* */
/* ************ PAGE ************ */
#sidebar {
  display: none;
}
#left-area {
  width: 100%;
}
body.custom-background {
  background-color: white !important;
}
#main-content > .container:before {
  display: none;
}
#main-content .et_pb_section {
  background-color: white !important;
}
#main-content .et_pb_section.section-prendre-contact .et_pb_promo_description {
  color: black !important;
}
#main-content .et_pb_section.section-prendre-contact .et_pb_button {
  background-color: #ff8500 !important;
}
.et_pb_bg_layout_dark a {
  color: white;
}
.section-accueil {
  padding: 0 !important;
}
@media (max-width: 980px) {
  .section-accueil {
    margin-top: 25px;
  }
}
.section-accueil .et_pb_row {
  padding: 0 !important;
  width: 100%;
  max-width: inherit;
}
.section-accueil .et_pb_row .et_pb_column {
  width: calc(25% - ((7.5px * 3) / 4));
}
@media (min-width: 981px) {
  .section-accueil .et_pb_row .et_pb_column {
    margin-right: 7.5px;
  }
}
@media (max-width: 980px) {
  .section-accueil .et_pb_row .et_pb_column {
    width: 47.25%;
    margin-bottom: 0 !important;
  }
}
.section-accueil .et_pb_row .et_pb_column.last-of-type {
  margin-right: 0 !important;
}
.section-accueil .et_pb_row .et_pb_column .et_pb_blurb {
  margin-bottom: 15px;
  overflow: hidden;
  filter: grayscale(1);
  transition: filter 0.5s ease-in-out;
}
@media (min-width: 981px) {
  .section-accueil .et_pb_row .et_pb_column .et_pb_blurb {
    height: calc(50vh - 7.5px);
  }
}
@media (max-width: 980px) {
  .section-accueil .et_pb_row .et_pb_column .et_pb_blurb {
    margin-bottom: 0px !important;
  }
}
.section-accueil .et_pb_row .et_pb_column .et_pb_blurb:hover {
  filter: grayscale(0);
}
.section-accueil .et_pb_row .et_pb_column .et_pb_blurb:hover h4 {
  background-color: white;
}
.section-accueil .et_pb_row .et_pb_column .et_pb_blurb:hover h4::after {
  opacity: 1;
}
.section-accueil .et_pb_row .et_pb_column .et_pb_blurb .et_pb_blurb_content {
  display: block;
  width: 100%;
  height: 100%;
}
.section-accueil .et_pb_row .et_pb_column .et_pb_blurb .et_pb_blurb_content:hover .et_pb_blurb_container h4::after {
  opacity: 1;
}
.section-accueil .et_pb_row .et_pb_column .et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image {
  height: 100%;
}
@media (max-width: 980px) {
  .section-accueil .et_pb_row .et_pb_column .et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image {
    margin-bottom: 0px !important;
  }
}
.section-accueil .et_pb_row .et_pb_column .et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image a {
  height: 100%;
  display: block;
}
.section-accueil .et_pb_row .et_pb_column .et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image a img {
  text-align: center;
  min-width: 100%;
}
@media (min-width: 981px) {
  .section-accueil .et_pb_row .et_pb_column .et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image a img {
    height: 100%;
    max-width: none;
    max-height: calc(50vh - 7.5px);
    left: 50%;
    transform: translateX(-50%);
    position: relative;
  }
}
.section-accueil .et_pb_row .et_pb_column .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container h4 {
  position: absolute;
  top: 30px;
  right: 0px;
  width: 60%;
  min-width: 150px;
  background-color: white;
  padding: 5px;
  text-align: left;
  padding-right: 25px;
  font-size: 12px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: 0.3s all ease-in-out;
}
.section-accueil .et_pb_row .et_pb_column .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container h4::after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  right: 10px;
  top: 30%;
  font-size: 24px;
  background-color: #ff8500;
  opacity: 0;
  transition: 0.2s all ease-in-out;
}
.section-accueil .et_pb_row .et_pb_column .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container h4 a {
  color: initial;
}
.section-video {
  padding: 0 !important;
  position: relative;
}
@media (min-width: 981px) {
  .section-video {
    margin: 0 0 0 -300px;
    width: 100vw;
  }
}
@media (min-width: 981px) {
  .section-video .et_pb_slider:hover .et-pb-slider-arrows a.et-pb-arrow-prev {
    left: 322px;
  }
}
.section-video .et_pb_slider .et_pb_slides .et_pb_slide {
  height: 100vh;
  background-position: top center;
}
@media (max-width: 980px) {
  .section-video .et_pb_slider .et_pb_slides .et_pb_slide {
    height: 50vh;
  }
}
.section-video .et_pb_slider .et_pb_slides .et_pb_slide .et_pb_container {
  margin: 0;
  width: 100%;
}
.section-video .et_pb_slider .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slide_description {
  position: absolute;
  height: 100%;
  widows: 100%;
}
.section-video .et_pb_slider .et_pb_slides .et_pb_slide video {
  height: 100vh;
}
.section-video .et_pb_slider .et-pb-controllers a {
  background-color: white !important;
}
.section-video .et_pb_slider .ancre-lien {
  top: -110px !important;
  position: absolute;
  width: 28px;
  height: 45px;
  box-shadow: inset 0 0 0 2px #2B2B2B;
  border-radius: 29px;
  left: 50%;
  transform: translateX(-50%);
}
.section-video .et_pb_slider .ancre-lien::before {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  background: #2B2B2B;
  margin-left: 10px;
  top: 8px;
  border-radius: 4px;
  animation-duration: 1.3s;
  animation-iteration-count: infinite;
  animation-name: scroll;
}
#volbutton {
  position: absolute;
  bottom: 10%;
  left: 0;
  border: none;
  vertical-align: baseline;
  background-color: black;
  cursor: pointer;
  line-height: 0;
  width: 32px;
  height: 32px;
  background-image: url("../images/sound.png");
  transition: background-position-x 0.5s ease-in-out;
  background-position-x: 32px;
}
.volbutton2 {
  background-position-x: 0px !important;
}
#ligne-google-reviews .google-reviews-widget {
  width: 100%;
}
#ligne-google-reviews .google-reviews-widget h2.widget-title {
  text-align: center;
  color: black !important;
}
#ligne-google-reviews .google-reviews-widget .wp-google-place {
  text-align: center !important;
}
#ligne-google-reviews .google-reviews-widget .wp-google-place .wp-google-left {
  display: none !important;
}
.row_equals {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.et_pb_fullwidth_code.et_had_animation .column:nth-of-type(1) .et_pb_module_header {
  transform: translateX(0) !important;
  transition-delay: 0.4s;
}
.et_pb_fullwidth_code.et_had_animation .column:nth-of-type(2) .et_pb_module_header {
  transform: translateX(0) !important;
  transition-delay: 0.8s;
}
.et_pb_fullwidth_code.et_had_animation .column:nth-of-type(3) .et_pb_module_header {
  transform: translateX(0) !important;
  transition-delay: 1.2s;
}
.et_pb_fullwidth_code.et_had_animation .column:nth-of-type(4) .et_pb_module_header {
  transform: translateX(0) !important;
  transition-delay: 1.6s;
}
.recap-page {
  display: flex;
  flex-wrap: wrap;
  min-height: 100vh;
}
@media (max-width: 980px) {
  .recap-page {
    min-height: calc(100vh - 165px);
  }
}
.recap-page .column {
  position: relative;
  width: 100%;
}
.recap-page .column:not(:last-of-type) {
  margin-right: 10px;
}
.recap-page .column .et_pb_main_blurb_image {
  filter: grayscale(1);
  transition: filter 0.5s ease-in-out;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
}
.recap-page .column .et_pb_main_blurb_image:hover {
  filter: grayscale(0);
}
.recap-page .column .et_pb_main_blurb_image .et_pb_image_wrap {
  width: 100%;
  height: 100%;
}
.recap-page .column .et_pb_main_blurb_image .et_pb_image_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.recap-page .column .et_pb_module_header {
  position: absolute;
  top: 30px;
  right: 0;
  width: 70%;
  padding: 10px 5%;
  font-size: 14px;
  text-align: center;
  background-color: white;
  transition: all 0.4s;
}
.recap-page .column.column_1 {
  height: 100vh;
}
@media (max-width: 980px) {
  .recap-page .column.column_1 {
    height: calc(100vh - 165px);
  }
}
.recap-page .column.column_2 {
  width: calc(50% - 5px);
}
@media (max-width: 980px) {
  .recap-page .column.column_2 {
    height: calc(100vh - 165px);
  }
}
@media (max-width: 767px) {
  .recap-page .column.column_2 {
    width: 100%;
    height: calc((100vh - 175px) / 2);
    margin-right: 0;
  }
  .recap-page .column.column_2:first-of-type {
    margin-bottom: 10px;
  }
}
.recap-page .column.column_3 {
  width: calc((100% - 20px) / 3);
}
@media (max-width: 980px) {
  .recap-page .column.column_3 {
    width: 100%;
    height: calc((100vh - 185px) / 3);
    margin-right: 0;
  }
  .recap-page .column.column_3:not(:last-of-type) {
    margin-bottom: 10px;
  }
}
.recap-page .column.column_4 {
  width: calc(50% - 5px);
  height: calc(50vh - 5px);
  margin-bottom: 10px;
}
.recap-page .column.column_4:nth-child(even) {
  margin-right: 0;
}
@media (max-width: 980px) {
  .recap-page .column.column_4 {
    height: calc((100vh - 175px) / 2);
  }
}
#recap_habitation .column:nth-child(2) {
  order: -1;
}
#recap_habitation .column:nth-child(3) {
  order: -2;
}
#recap_batiments .column:nth-child(1) {
  margin-left: 10px;
  margin-right: 0;
}
#recap_batiments .column:nth-child(2) {
  order: -1;
}
#section-equipe .et_pb_image img {
  max-width: 300px;
}
#section-equipe .et_pb_text {
  padding: 5% 2%;
}
#section-equipe .et_pb_text h3 {
  color: #ff8500;
}
.ligne-review #showform {
  border: 1px solid white;
  background: transparent;
  color: white;
  padding: 10px 15px;
  margin: auto;
  display: block;
  cursor: pointer;
  transition: 0.5s all ease-in-out;
}
.ligne-review #showform:hover {
  background-color: white;
  color: #ff8500;
}
.ligne-review #form-review .form_table {
  border: none;
}
.ligne-review #form-review .form_table td {
  border: none;
  text-align: center;
  display: block;
  padding: 0 !important;
}
.ligne-review #form-review .form_table #submitReview {
  margin-top: 15px;
}
.ligne-review #form-review .form_table input, .ligne-review #form-review .form_table textarea {
  width: 50%;
  max-height: 100px;
  background-color: transparent;
  color: grey;
}
.ligne-review #form-review .form_table .rr_form_heading.rr_required::after {
  right: auto;
}
.ligne-review #form-review .form_table input[type=submit] {
  border: 1px solid #ff8500;
  padding: 5px 10px;
  background-color: transparent;
  color: white;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  transition: 0.5s all ease-in-out;
}
.ligne-review #form-review .form_table input[type=submit]:hover {
  background-color: #ff8500;
  color: #fff;
}
.orange-title .et_pb_text h2 {
  color: #ff8500 !important;
}
.section-full .et_pb_row {
  width: 100%;
  max-width: inherit;
}
.section-full .et_pb_row .texte-droite {
  padding: 2vw;
  position: relative;
}
@media screen and (min-width: 981px) {
  .section-full .et_pb_row .texte-droite {
    width: 100%;
  }
}
.section-full .et_pb_row .texte-droite p:first-of-type {
  margin-top: 2vw;
}
.section-full .et_pb_row .ancre-lien {
  top: -160px !important;
  position: absolute;
  width: 28px;
  height: 45px;
  box-shadow: inset 0 0 0 2px #2B2B2B;
  border-radius: 29px;
  left: 50%;
  transform: translateX(-50%);
}
.section-full .et_pb_row .ancre-lien::before {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  background: #2B2B2B;
  margin-left: 10px;
  top: 8px;
  border-radius: 4px;
  animation-duration: 1.3s;
  animation-iteration-count: infinite;
  animation-name: scroll;
}
@media (max-width: 980px) {
  .section-full .et_pb_row .ancre-lien {
    display: none;
  }
}
.ligne-equipe-bas .et_pb_column_11 img:hover {
  animation: 1s pulse;
}
.page-liste-projet .et_pb_fullwidth_portfolio.et_had_animation .et_pb_portfolio_item:nth-of-type(1) .meta h3 {
  transform: translateX(0) !important;
  transition-delay: 0.4s;
}
.page-liste-projet .et_pb_fullwidth_portfolio.et_had_animation .et_pb_portfolio_item:nth-of-type(2) .meta h3 {
  transform: translateX(0) !important;
  transition-delay: 0.8s;
}
.page-liste-projet .et_pb_fullwidth_portfolio.et_had_animation .et_pb_portfolio_item:nth-of-type(3) .meta h3 {
  transform: translateX(0) !important;
  transition-delay: 1.2s;
}
.page-liste-projet .et_pb_fullwidth_portfolio.et_had_animation .et_pb_portfolio_item:nth-of-type(4) .meta h3 {
  transform: translateX(0) !important;
  transition-delay: 1.6s;
}
.page-liste-projet .et_pb_fullwidth_portfolio.et_had_animation .et_pb_portfolio_item:nth-of-type(5) .meta h3 {
  transform: translateX(0) !important;
  transition-delay: 2s;
}
.page-liste-projet .et_pb_fullwidth_portfolio.et_had_animation .et_pb_portfolio_item:nth-of-type(6) .meta h3 {
  transform: translateX(0) !important;
  transition-delay: 2.4s;
}
.page-liste-projet .et_pb_fullwidth_portfolio.et_had_animation .et_pb_portfolio_item:nth-of-type(7) .meta h3 {
  transform: translateX(0) !important;
  transition-delay: 2.8s;
}
.page-liste-projet .et_pb_fullwidth_portfolio.et_had_animation .et_pb_portfolio_item:nth-of-type(8) .meta h3 {
  transform: translateX(0) !important;
  transition-delay: 3.2s;
}
.page-liste-projet .et_pb_fullwidth_portfolio.et_had_animation .et_pb_portfolio_item:nth-of-type(9) .meta h3 {
  transform: translateX(0) !important;
  transition-delay: 3.6s;
}
.page-liste-projet .et_pb_fullwidth_portfolio.et_had_animation .et_pb_portfolio_item:nth-of-type(10) .meta h3 {
  transform: translateX(0) !important;
  transition-delay: 4s;
}
.page-liste-projet .et_pb_fullwidth_portfolio.et_had_animation .et_pb_portfolio_item:nth-of-type(11) .meta h3 {
  transform: translateX(0) !important;
  transition-delay: 4.4s;
}
.page-liste-projet .et_pb_fullwidth_portfolio.et_had_animation .et_pb_portfolio_item:nth-of-type(12) .meta h3 {
  transform: translateX(0) !important;
  transition-delay: 4.8s;
}
.page-liste-projet .et_pb_fullwidth_portfolio.et_had_animation .et_pb_portfolio_item:nth-of-type(13) .meta h3 {
  transform: translateX(0) !important;
  transition-delay: 5.2s;
}
.page-liste-projet .et_pb_fullwidth_portfolio.et_had_animation .et_pb_portfolio_item:nth-of-type(14) .meta h3 {
  transform: translateX(0) !important;
  transition-delay: 5.6s;
}
.page-liste-projet .et_pb_fullwidth_portfolio.et_had_animation .et_pb_portfolio_item:nth-of-type(15) .meta h3 {
  transform: translateX(0) !important;
  transition-delay: 6s;
}
.page-liste-projet .et_pb_fullwidth_portfolio.et_had_animation .et_pb_portfolio_item:nth-of-type(16) .meta h3 {
  transform: translateX(0) !important;
  transition-delay: 6.4s;
}
.page-liste-projet .et_pb_fullwidth_portfolio.et_had_animation .et_pb_portfolio_item:nth-of-type(17) .meta h3 {
  transform: translateX(0) !important;
  transition-delay: 6.8s;
}
.page-liste-projet .et_pb_fullwidth_portfolio.et_had_animation .et_pb_portfolio_item:nth-of-type(18) .meta h3 {
  transform: translateX(0) !important;
  transition-delay: 7.2s;
}
.page-liste-projet .et_pb_fullwidth_portfolio.et_had_animation .et_pb_portfolio_item:nth-of-type(19) .meta h3 {
  transform: translateX(0) !important;
  transition-delay: 7.6s;
}
.page-liste-projet .et_pb_fullwidth_portfolio.et_had_animation .et_pb_portfolio_item:nth-of-type(20) .meta h3 {
  transform: translateX(0) !important;
  transition-delay: 8s;
}
.page-liste-projet .et_pb_fullwidth_portfolio.et_had_animation .et_pb_portfolio_item:nth-of-type(21) .meta h3 {
  transform: translateX(0) !important;
  transition-delay: 8.4s;
}
.page-liste-projet .et_pb_fullwidth_portfolio.et_had_animation .et_pb_portfolio_item:nth-of-type(22) .meta h3 {
  transform: translateX(0) !important;
  transition-delay: 8.8s;
}
.page-liste-projet .et_pb_fullwidth_portfolio.et_had_animation .et_pb_portfolio_item:nth-of-type(23) .meta h3 {
  transform: translateX(0) !important;
  transition-delay: 9.2s;
}
.page-liste-projet .et_pb_fullwidth_portfolio.et_had_animation .et_pb_portfolio_item:nth-of-type(24) .meta h3 {
  transform: translateX(0) !important;
  transition-delay: 9.6s;
}
.page-liste-projet .et_pb_fullwidth_portfolio.et_had_animation .et_pb_portfolio_item:nth-of-type(25) .meta h3 {
  transform: translateX(0) !important;
  transition-delay: 10s;
}
.page-liste-projet .et_pb_fullwidth_portfolio.et_had_animation .et_pb_portfolio_item:nth-of-type(26) .meta h3 {
  transform: translateX(0) !important;
  transition-delay: 10.4s;
}
.page-liste-projet .et_pb_fullwidth_portfolio.et_had_animation .et_pb_portfolio_item:nth-of-type(27) .meta h3 {
  transform: translateX(0) !important;
  transition-delay: 10.8s;
}
.page-liste-projet .et_pb_fullwidth_portfolio.et_had_animation .et_pb_portfolio_item:nth-of-type(28) .meta h3 {
  transform: translateX(0) !important;
  transition-delay: 11.2s;
}
.page-liste-projet .et_pb_fullwidth_portfolio.et_had_animation .et_pb_portfolio_item:nth-of-type(29) .meta h3 {
  transform: translateX(0) !important;
  transition-delay: 11.6s;
}
.page-liste-projet .et_pb_fullwidth_portfolio.et_had_animation .et_pb_portfolio_item:nth-of-type(30) .meta h3 {
  transform: translateX(0) !important;
  transition-delay: 12s;
}
.page-liste-projet .et_pb_fullwidth_portfolio.et_had_animation .et_pb_portfolio_item:nth-of-type(31) .meta h3 {
  transform: translateX(0) !important;
  transition-delay: 12.4s;
}
.page-liste-projet .et_pb_fullwidth_portfolio.et_had_animation .et_pb_portfolio_item:nth-of-type(32) .meta h3 {
  transform: translateX(0) !important;
  transition-delay: 12.8s;
}
.page-liste-projet .et_pb_fullwidth_portfolio.et_had_animation .et_pb_portfolio_item:nth-of-type(33) .meta h3 {
  transform: translateX(0) !important;
  transition-delay: 13.2s;
}
.page-liste-projet .et_pb_fullwidth_portfolio.et_had_animation .et_pb_portfolio_item:nth-of-type(34) .meta h3 {
  transform: translateX(0) !important;
  transition-delay: 13.6s;
}
.page-liste-projet .et_pb_fullwidth_portfolio.et_had_animation .et_pb_portfolio_item:nth-of-type(35) .meta h3 {
  transform: translateX(0) !important;
  transition-delay: 14s;
}
.page-liste-projet .et_pb_fullwidth_portfolio.et_had_animation .et_pb_portfolio_item:nth-of-type(36) .meta h3 {
  transform: translateX(0) !important;
  transition-delay: 14.4s;
}
.page-liste-projet .et_pb_fullwidth_portfolio.et_had_animation .et_pb_portfolio_item:nth-of-type(37) .meta h3 {
  transform: translateX(0) !important;
  transition-delay: 14.8s;
}
.page-liste-projet .et_pb_fullwidth_portfolio.et_had_animation .et_pb_portfolio_item:nth-of-type(38) .meta h3 {
  transform: translateX(0) !important;
  transition-delay: 15.2s;
}
.page-liste-projet .et_pb_fullwidth_portfolio.et_had_animation .et_pb_portfolio_item:nth-of-type(39) .meta h3 {
  transform: translateX(0) !important;
  transition-delay: 15.6s;
}
.page-liste-projet .project {
  width: calc(25% - ((7.5px * 3) / 4)) !important;
  margin-right: 7.5px;
  height: calc(50vh - (7.5px / 2)) !important;
  margin-bottom: 7.5px;
  max-width: none !important;
}
@media (max-width: 1200px) {
  .page-liste-projet .project {
    width: calc(33.33% - ((7.5px * 2) / 3)) !important;
  }
}
@media (min-width: 1201px) {
  .page-liste-projet .project:nth-of-type(4n) {
    margin-right: 0 !important;
  }
}
@media (max-width: 1200px) {
  .page-liste-projet .project:nth-of-type(3n) {
    margin-right: 0 !important;
  }
}
.page-liste-projet .project .et_pb_portfolio_image.landscape, .page-liste-projet .project .et_pb_portfolio_image.portrait {
  filter: grayscale(1);
  transition: filter 0.5s ease-in-out;
}
.page-liste-projet .project .et_pb_portfolio_image.landscape:hover, .page-liste-projet .project .et_pb_portfolio_image.portrait:hover {
  filter: grayscale(0);
}
.page-liste-projet .project .et_pb_portfolio_image.landscape:hover h3::after, .page-liste-projet .project .et_pb_portfolio_image.portrait:hover h3::after {
  opacity: 1 !important;
}
.page-liste-projet .project .et_pb_portfolio_image.landscape img, .page-liste-projet .project .et_pb_portfolio_image.portrait img {
  position: relative;
  object-fit: cover;
}
.page-liste-projet .project .et_pb_portfolio_image.landscape .meta, .page-liste-projet .project .et_pb_portfolio_image.portrait .meta {
  opacity: 1;
  z-index: 1;
}
.page-liste-projet .project .et_pb_portfolio_image.landscape .meta h3, .page-liste-projet .project .et_pb_portfolio_image.portrait .meta h3 {
  height: auto !important;
  color: black !important;
  margin-top: 30px;
  font-size: 14px;
  left: 15%;
  padding: 10px 5%;
  width: 85%;
  background-color: white;
  transform: translateX(100%);
  transition: all 0.4s;
}
.page-liste-projet .project .et_pb_portfolio_image.landscape .meta h3::after, .page-liste-projet .project .et_pb_portfolio_image.portrait .meta h3::after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  right: 5px;
  top: 35%;
  font-size: 29px;
  background-color: #ff8500;
  opacity: 0;
  transition: 0.2s all ease-in-out;
}
.page-liste-projet .project .et_pb_portfolio_image.landscape .meta .et_overlay, .page-liste-projet .project .et_pb_portfolio_image.portrait .meta .et_overlay {
  opacity: 1;
  background-color: transparent;
}
.page-liste-projet .project .et_pb_portfolio_image.landscape .meta .et_overlay::before, .page-liste-projet .project .et_pb_portfolio_image.portrait .meta .et_overlay::before {
  display: none;
}
.page-liste-projet .project .et_pb_portfolio_image.landscape, .page-liste-projet .project .et_pb_portfolio_image.portrait img {
  position: initial;
}
.mfp-image-holder .mfp-close {
  opacity: 0.6 !important;
}
.mfp-image-holder .mfp-close:hover {
  opacity: 1 !important;
}
.section-full-projet {
  padding: 0 !important;
}
.section-full-projet .et_pb_row {
  width: 100%;
  max-width: inherit;
}
@media screen and (min-width: 981px) {
  .section-full-projet .et_pb_row.ligne-projet-slide {
    padding: 0 !important;
  }
}
@media (max-width: 980px) {
  .section-full-projet .et_pb_row.ligne-projet-slide {
    padding: 0;
  }
  .section-full-projet .et_pb_row.ligne-projet-slide .et_pb_column {
    margin: 0;
  }
}
.section-full-projet .et_pb_row.ligne-projet-slide .et_pb_column {
  z-index: unset;
}
.section-full-projet .et_pb_row.ligne-projet-slide .projet-slide {
  position: absolute;
  right: 5%;
  z-index: 100;
}
@media screen and (min-width: 981px) {
  .section-full-projet .et_pb_row.ligne-projet-slide .projet-slide {
    width: auto;
  }
}
@media screen and (max-width: 980px) {
  .section-full-projet .et_pb_row.ligne-projet-slide .projet-slide {
    display: none;
  }
}
.section-full-projet .et_pb_row.ligne-projet-slide .projet-slide .nav-previous {
  float: right;
}
.section-full-projet .et_pb_row.ligne-projet-slide .projet-slide .nav-previous a::before {
  content: "=";
  width: 62px;
  height: 62px;
  margin: 20px auto;
  font-family: "Etmodules";
  font-size: 60px;
  color: #ff8500;
  transition: filter 1s ease-in-out;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 20px;
}
.section-full-projet .et_pb_row.ligne-projet-slide .projet-slide .nav-previous a::before:hover {
  filter: brightness(150%);
}
.section-full-projet .et_pb_row.ligne-projet-slide .projet-slide .nav-previous .meta-nav {
  display: none;
}
.section-full-projet .et_pb_row.ligne-projet-slide .projet-slide .nav-next {
  float: left;
}
.section-full-projet .et_pb_row.ligne-projet-slide .projet-slide .nav-next a::before {
  content: "<";
  width: 62px;
  height: 62px;
  margin: 20px auto;
  font-size: 60px;
  font-family: "Etmodules";
  color: #ff8500;
  transition: filter 1s ease-in-out;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 20px;
}
.section-full-projet .et_pb_row.ligne-projet-slide .projet-slide .nav-next a::before:hover {
  filter: brightness(150%);
}
.section-full-projet .et_pb_row.ligne-projet-slide .projet-slide .nav-next .meta-nav {
  display: none;
}
.section-full-projet .et_pb_row.ligne-galerie {
  padding: 0 !important;
}
@media screen and (max-width: 1200px) {
  .section-full-projet .et_pb_row.ligne-galerie {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 1405px) {
  .section-full-projet .et_pb_row.ligne-galerie .et_pb_column:first-of-type {
    width: 55%;
  }
}
@media screen and (max-width: 1200px) {
  .section-full-projet .et_pb_row.ligne-galerie .et_pb_column:first-of-type {
    width: 100%;
    padding-top: 90px;
  }
}
@media screen and (max-width: 980px) {
  .section-full-projet .et_pb_row.ligne-galerie .et_pb_column:first-of-type {
    width: 100%;
    padding-top: 0;
  }
}
.section-full-projet .et_pb_row.ligne-galerie .et_pb_column:first-of-type .galerie {
  height: 100vh;
}
@media screen and (max-width: 1200px) {
  .section-full-projet .et_pb_row.ligne-galerie .et_pb_column:first-of-type .galerie {
    height: 100%;
  }
}
.section-full-projet .et_pb_row.ligne-galerie .et_pb_column:first-of-type .galerie .et-pb-arrow-prev, .section-full-projet .et_pb_row.ligne-galerie .et_pb_column:first-of-type .galerie .et-pb-arrow-next {
  bottom: 3.5%;
  top: auto;
}
@media screen and (max-width: 980px) {
  .section-full-projet .et_pb_row.ligne-galerie .et_pb_column:first-of-type .galerie .et-pb-arrow-prev, .section-full-projet .et_pb_row.ligne-galerie .et_pb_column:first-of-type .galerie .et-pb-arrow-next {
    display: none;
  }
}
.section-full-projet .et_pb_row.ligne-galerie .et_pb_column:first-of-type .galerie .et-pb-arrow-prev::before, .section-full-projet .et_pb_row.ligne-galerie .et_pb_column:first-of-type .galerie .et-pb-arrow-next::before {
  content: "";
  display: block;
  width: 40px;
  height: 65px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.section-full-projet .et_pb_row.ligne-galerie .et_pb_column:first-of-type .galerie .et-pb-arrow-prev::before {
  background-image: url(../images/before-slide.png);
}
.section-full-projet .et_pb_row.ligne-galerie .et_pb_column:first-of-type .galerie .et-pb-arrow-next::before {
  background-image: url(../images/after-slide.png);
}
.section-full-projet .et_pb_row.ligne-galerie .et_pb_column:first-of-type .galerie .et-pb-controllers {
  width: 80%;
  left: 10%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  overflow-y: hidden;
  overflow-x: auto;
  height: 100px;
}
.section-full-projet .et_pb_row.ligne-galerie .et_pb_column:first-of-type .galerie .et-pb-controllers::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
.section-full-projet .et_pb_row.ligne-galerie .et_pb_column:first-of-type .galerie .et-pb-controllers::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}
.section-full-projet .et_pb_row.ligne-galerie .et_pb_column:first-of-type .galerie .et-pb-controllers::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.65);
}
@media screen and (max-width: 980px) {
  .section-full-projet .et_pb_row.ligne-galerie .et_pb_column:first-of-type .galerie .et-pb-controllers {
    width: 70%;
    left: 15%;
  }
}
@media screen and (max-width: 767px) {
  .section-full-projet .et_pb_row.ligne-galerie .et_pb_column:first-of-type .galerie .et-pb-controllers {
    height: 80px;
  }
}
.section-full-projet .et_pb_row.ligne-galerie .et_pb_column:first-of-type .galerie .et-pb-controllers > a {
  height: 100px;
  line-height: 0;
  flex-grow: 0;
  width: auto;
  height: 100%;
  display: block;
  border: 2px solid white;
  border-radius: 0;
}
.section-full-projet .et_pb_row.ligne-galerie .et_pb_column:first-of-type .galerie .et-pb-controllers > a.et-pb-active-control {
  border: 2px solid #ff8500;
}
.section-full-projet .et_pb_row.ligne-galerie .et_pb_column:first-of-type .galerie .et-pb-controllers > a img {
  display: block;
  width: auto;
  min-width: 100%;
  height: 100%;
  max-width: 140px;
}
.section-full-projet .et_pb_row.ligne-galerie .et_pb_column:first-of-type .galerie .et_post_gallery {
  height: 100%;
}
.section-full-projet .et_pb_row.ligne-galerie .et_pb_column:first-of-type .galerie .et_post_gallery .et_pb_gallery_item {
  height: 100%;
}
.section-full-projet .et_pb_row.ligne-galerie .et_pb_column:first-of-type .galerie .et_post_gallery .et_pb_gallery_item img {
  object-fit: cover;
}
@media screen and (max-width: 1200px) {
  .section-full-projet .et_pb_row.ligne-galerie .et_pb_column:first-of-type .galerie .et_post_gallery .et_pb_gallery_item img {
    height: 100% !important;
  }
}
@media screen and (min-width: 981px) {
  .section-full-projet .et_pb_row.ligne-galerie .et_pb_column:first-of-type .galerie .et_post_gallery .et_pb_gallery_item img {
    height: 100vh;
    width: 100%;
    max-width: none;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 1405px) {
  .section-full-projet .et_pb_row.ligne-galerie .et_pb_column:last-of-type {
    width: 45%;
  }
}
@media screen and (max-width: 1200px) {
  .section-full-projet .et_pb_row.ligne-galerie .et_pb_column:last-of-type {
    width: 100%;
  }
}
.section-full-projet .et_pb_row.ligne-galerie .et_pb_column:last-of-type .texte-projet {
  display: flex;
  align-items: flex-end;
  background-color: unset;
  z-index: 100;
  height: 100%;
}
.section-full-projet .et_pb_row.ligne-galerie .et_pb_column:last-of-type .texte-projet .et_pb_text_inner {
  padding: 90px 30px 30px 30px;
}
@media screen and (min-width: 1406px) {
  .section-full-projet .et_pb_row.ligne-galerie .et_pb_column:last-of-type .texte-projet .et_pb_text_inner {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .section-full-projet .et_pb_row.ligne-galerie .et_pb_column:last-of-type .texte-projet .et_pb_text_inner {
    padding: 30px;
  }
}
.section-full-projet .et_pb_row.ligne-galerie .et_pb_column:last-of-type .texte-projet .et_pb_text_inner h1 {
  font-size: 25px;
}
@media screen and (max-width: 1405px) {
  .section-full-projet .et_pb_row.ligne-galerie .et_pb_column:last-of-type .texte-projet .et_pb_text_inner h1 {
    font-size: 20px;
  }
}
.section-full-projet .et_pb_row.ligne-galerie .et_pb_column:last-of-type .texte-projet .et_pb_text_inner h1:last-of-type {
  color: #ff8500;
}
.section-full-projet .et_pb_row.ligne-galerie .et_pb_column:last-of-type .texte-projet .et_pb_text_inner h2:first-of-type {
  color: #ff8500;
}
.section-full-projet .et_pb_row.ligne-galerie .et_pb_column:last-of-type .texte-projet .et_pb_text_inner p {
  font-size: 14px;
  line-height: 25px;
  color: black !important;
}
.section-full-projet .et_pb_row.ligne-galerie .et_pb_column:last-of-type .texte-projet .et_pb_text_inner p:first-of-type {
  margin-top: 20px;
}
.section-full-projet .et_pb_row.ligne-galerie .et_pb_column:last-of-type .texte-projet .et_pb_text_inner p:last-of-type {
  border-top: 1px solid #ff8500;
  border-bottom: 1px solid #ff8500;
}
@media (max-width: 980px) {
  .section-full-projet .et_pb_row.ligne-galerie .et_pb_column:last-of-type .texte-projet .et_pb_text_inner p {
    font-size: 14px;
  }
}
.section-full-projet .et_pb_row.ligne-galerie .et_pb_column:last-of-type .texte-projet .et_pb_text_inner p a {
  color: black;
  text-decoration: underline;
}
#container-bouton-liste-projets {
  display: none;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
#container-bouton-liste-projets .bouton-liste-projets {
  position: relative;
  border: 2px solid #ff8500;
  padding: 5px 10px;
  z-index: 100;
  color: black;
}
#container-bouton-liste-projets .bouton-liste-projets:hover {
  background-color: #ff8500;
  color: #2B2B2B;
  transition: all 0.4s;
}
@media screen and (max-width: 1200px) {
  #container-bouton-liste-projets .bouton-liste-projets {
    position: relative;
    bottom: auto;
    right: auto;
    display: table;
    margin: 15px auto;
  }
}
.section-contact .et_pb_row {
  width: 100%;
  max-width: inherit;
}
.section-contact .et_pb_row#ligne-contact {
  padding: 0;
  display: flex;
  align-items: stretch;
  flex-direction: row;
  background-color: white;
}
@media (max-width: 980px) {
  .section-contact .et_pb_row#ligne-contact {
    flex-direction: column;
  }
}
.section-contact .et_pb_row#ligne-contact .et_pb_column {
  width: 50%;
  margin: 0;
}
@media (max-width: 980px) {
  .section-contact .et_pb_row#ligne-contact .et_pb_column {
    width: 100%;
  }
}
.section-contact .et_pb_row#ligne-contact .et_pb_column:first-child .et_pb_text {
  width: 100%;
  margin: auto;
  background-color: black;
  padding: 5% 0;
}
.section-contact .et_pb_row#ligne-contact .et_pb_column:first-child .et_pb_text .bp-name {
  margin-bottom: 5px;
}
.section-contact .et_pb_row#ligne-contact .et_pb_column:first-child .et_pb_text .bp-address, .section-contact .et_pb_row#ligne-contact .et_pb_column:first-child .et_pb_text .bp-directions, .section-contact .et_pb_row#ligne-contact .et_pb_column:first-child .et_pb_text .bp-phone {
  margin: 5px;
}
.section-contact .et_pb_row#ligne-contact .et_pb_column:first-child input {
  width: 80%;
  max-height: 100px;
  background-color: transparent;
  color: white;
  padding: 5px;
}
@media (max-width: 980px) {
  .section-contact .et_pb_row#ligne-contact .et_pb_column:first-child input {
    width: 60%;
  }
}
@media screen and (max-width: 479px) {
  .section-contact .et_pb_row#ligne-contact .et_pb_column:first-child input {
    width: 90%;
  }
}
.section-contact .et_pb_row#ligne-contact .et_pb_column:first-child input:focus {
  border: 1px solid #ff8500;
}
.section-contact .et_pb_row#ligne-contact .et_pb_column:first-child textarea {
  width: 80%;
  color: white;
  padding: 5px;
  background-color: transparent;
}
@media (max-width: 980px) {
  .section-contact .et_pb_row#ligne-contact .et_pb_column:first-child textarea {
    width: 60%;
  }
}
@media screen and (max-width: 479px) {
  .section-contact .et_pb_row#ligne-contact .et_pb_column:first-child textarea {
    width: 90%;
  }
}
.section-contact .et_pb_row#ligne-contact .et_pb_column:first-child textarea:focus {
  border: 1px solid #ff8500;
}
.section-contact .et_pb_row#ligne-contact .et_pb_column:first-child input[type=submit] {
  border: 1px solid #ff8500;
  padding: 5px 10px;
  background-color: transparent;
  color: white;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  transition: 0.5s all ease-in-out;
}
.section-contact .et_pb_row#ligne-contact .et_pb_column:first-child input[type=submit]:hover {
  background-color: #ff8500;
  color: #fff;
}
.section-contact .et_pb_row#ligne-contact .et_pb_column:first-child .wpcf7-spinner {
  display: none;
}
.section-contact .et_pb_row#ligne-contact .et_pb_column:last-of-type .et_pb_code {
  height: 100%;
  width: 100%;
}
.section-contact .et_pb_row#ligne-contact .et_pb_column:last-of-type .et_pb_code .et_pb_code_inner {
  height: 100%;
  width: 100%;
  line-height: 0;
}
.section-contact .et_pb_row#ligne-contact .et_pb_column:last-of-type .et_pb_code .et_pb_code_inner iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 980px) {
  .section-contact .et_pb_row#ligne-contact .et_pb_column:last-of-type .et_pb_code .et_pb_code_inner iframe {
    min-height: 60vh;
  }
}
.section-contact .et_pb_row img {
  height: 100vh;
  width: auto;
}
.section-contact .et_pb_row .bouton-voir {
  border: 1px solid #ff8500;
  background: transparent;
  color: white;
  padding: 5px 15px;
  margin: auto;
  display: table;
  cursor: pointer;
  margin-bottom: 5px;
  transition: 0.5s all ease-in-out;
  font-size: 15px;
}
.section-contact .et_pb_row .bouton-voir:hover {
  background-color: #ff8500;
  color: #fff;
}
.section-contact .et_pb_row .ajax-loader {
  display: block !important;
}
.category-actualites article {
  vertical-align: top;
}
.category-actualites .top-section .et_pb_container {
  min-height: 20vh;
}
.category-actualites .top-section .et_pb_container .et_pb_slide_description {
  padding: 0;
}
.category-actualites .top-section .et_pb_container .et_pb_slide_description h1 {
  font-size: 34px;
}
.category-actualites .et_pb_section:nth-of-type(2) {
  padding-top: 0;
}
.category-actualites .et_pb_section:nth-of-type(2) .et_pb_row {
  max-width: 100%;
  width: 100%;
  padding-top: 0;
}
@media (min-width: 981px) {
  .category-actualites .et_pb_section:nth-of-type(2) .et_pb_row .et_pb_posts.et_had_animation .et_pb_post {
    transform: translateX(0) !important;
  }
  .category-actualites .et_pb_section:nth-of-type(2) .et_pb_row .et_pb_posts.et_had_animation .et_pb_post:nth-of-type(1) {
    transition-delay: 0.5s;
  }
  .category-actualites .et_pb_section:nth-of-type(2) .et_pb_row .et_pb_posts.et_had_animation .et_pb_post:nth-of-type(2) {
    transition-delay: 1s;
  }
  .category-actualites .et_pb_section:nth-of-type(2) .et_pb_row .et_pb_posts.et_had_animation .et_pb_post:nth-of-type(3) {
    transition-delay: 1.5s;
  }
  .category-actualites .et_pb_section:nth-of-type(2) .et_pb_row .et_pb_posts.et_had_animation .et_pb_post:nth-of-type(4) {
    transition-delay: 2s;
  }
  .category-actualites .et_pb_section:nth-of-type(2) .et_pb_row .et_pb_posts.et_had_animation .et_pb_post:nth-of-type(5) {
    transition-delay: 2.5s;
  }
  .category-actualites .et_pb_section:nth-of-type(2) .et_pb_row .et_pb_posts.et_had_animation .et_pb_post:nth-of-type(6) {
    transition-delay: 3s;
  }
  .category-actualites .et_pb_section:nth-of-type(2) .et_pb_row .et_pb_posts.et_had_animation .et_pb_post:nth-of-type(7) {
    transition-delay: 3.5s;
  }
  .category-actualites .et_pb_section:nth-of-type(2) .et_pb_row .et_pb_posts.et_had_animation .et_pb_post:nth-of-type(8) {
    transition-delay: 4s;
  }
  .category-actualites .et_pb_section:nth-of-type(2) .et_pb_row .et_pb_posts.et_had_animation .et_pb_post:nth-of-type(9) {
    transition-delay: 4.5s;
  }
  .category-actualites .et_pb_section:nth-of-type(2) .et_pb_row .et_pb_posts.et_had_animation .et_pb_post:nth-of-type(10) {
    transition-delay: 5s;
  }
  .category-actualites .et_pb_section:nth-of-type(2) .et_pb_row .et_pb_posts.et_had_animation .et_pb_post:nth-of-type(11) {
    transition-delay: 5.5s;
  }
  .category-actualites .et_pb_section:nth-of-type(2) .et_pb_row .et_pb_posts.et_had_animation .et_pb_post:nth-of-type(12) {
    transition-delay: 6s;
  }
  .category-actualites .et_pb_section:nth-of-type(2) .et_pb_row .et_pb_posts.et_had_animation .et_pb_post:nth-of-type(13) {
    transition-delay: 6.5s;
  }
  .category-actualites .et_pb_section:nth-of-type(2) .et_pb_row .et_pb_posts.et_had_animation .et_pb_post:nth-of-type(14) {
    transition-delay: 7s;
  }
  .category-actualites .et_pb_section:nth-of-type(2) .et_pb_row .et_pb_posts.et_had_animation .et_pb_post:nth-of-type(15) {
    transition-delay: 7.5s;
  }
  .category-actualites .et_pb_section:nth-of-type(2) .et_pb_row .et_pb_posts.et_had_animation .et_pb_post:nth-of-type(16) {
    transition-delay: 8s;
  }
  .category-actualites .et_pb_section:nth-of-type(2) .et_pb_row .et_pb_posts.et_had_animation .et_pb_post:nth-of-type(17) {
    transition-delay: 8.5s;
  }
  .category-actualites .et_pb_section:nth-of-type(2) .et_pb_row .et_pb_posts.et_had_animation .et_pb_post:nth-of-type(18) {
    transition-delay: 9s;
  }
  .category-actualites .et_pb_section:nth-of-type(2) .et_pb_row .et_pb_posts.et_had_animation .et_pb_post:nth-of-type(19) {
    transition-delay: 9.5s;
  }
  .category-actualites .et_pb_section:nth-of-type(2) .et_pb_row .et_pb_posts.et_had_animation .et_pb_post:nth-of-type(20) {
    transition-delay: 10s;
  }
  .category-actualites .et_pb_section:nth-of-type(2) .et_pb_row .et_pb_posts.et_had_animation .et_pb_post:nth-of-type(21) {
    transition-delay: 10.5s;
  }
  .category-actualites .et_pb_section:nth-of-type(2) .et_pb_row .et_pb_posts.et_had_animation .et_pb_post:nth-of-type(22) {
    transition-delay: 11s;
  }
  .category-actualites .et_pb_section:nth-of-type(2) .et_pb_row .et_pb_posts.et_had_animation .et_pb_post:nth-of-type(23) {
    transition-delay: 11.5s;
  }
  .category-actualites .et_pb_section:nth-of-type(2) .et_pb_row .et_pb_posts.et_had_animation .et_pb_post:nth-of-type(24) {
    transition-delay: 12s;
  }
  .category-actualites .et_pb_section:nth-of-type(2) .et_pb_row .et_pb_posts.et_had_animation .et_pb_post:nth-of-type(25) {
    transition-delay: 12.5s;
  }
  .category-actualites .et_pb_section:nth-of-type(2) .et_pb_row .et_pb_posts.et_had_animation .et_pb_post:nth-of-type(26) {
    transition-delay: 13s;
  }
  .category-actualites .et_pb_section:nth-of-type(2) .et_pb_row .et_pb_posts.et_had_animation .et_pb_post:nth-of-type(27) {
    transition-delay: 13.5s;
  }
  .category-actualites .et_pb_section:nth-of-type(2) .et_pb_row .et_pb_posts.et_had_animation .et_pb_post:nth-of-type(28) {
    transition-delay: 14s;
  }
  .category-actualites .et_pb_section:nth-of-type(2) .et_pb_row .et_pb_posts.et_had_animation .et_pb_post:nth-of-type(29) {
    transition-delay: 14.5s;
  }
  .category-actualites .et_pb_section:nth-of-type(2) .et_pb_row .et_pb_posts.et_had_animation .et_pb_post:nth-of-type(30) {
    transition-delay: 15s;
  }
  .category-actualites .et_pb_section:nth-of-type(2) .et_pb_row .et_pb_posts.et_had_animation .et_pb_post:nth-of-type(31) {
    transition-delay: 15.5s;
  }
  .category-actualites .et_pb_section:nth-of-type(2) .et_pb_row .et_pb_posts.et_had_animation .et_pb_post:nth-of-type(32) {
    transition-delay: 16s;
  }
  .category-actualites .et_pb_section:nth-of-type(2) .et_pb_row .et_pb_posts.et_had_animation .et_pb_post:nth-of-type(33) {
    transition-delay: 16.5s;
  }
  .category-actualites .et_pb_section:nth-of-type(2) .et_pb_row .et_pb_posts.et_had_animation .et_pb_post:nth-of-type(34) {
    transition-delay: 17s;
  }
  .category-actualites .et_pb_section:nth-of-type(2) .et_pb_row .et_pb_posts.et_had_animation .et_pb_post:nth-of-type(35) {
    transition-delay: 17.5s;
  }
  .category-actualites .et_pb_section:nth-of-type(2) .et_pb_row .et_pb_posts.et_had_animation .et_pb_post:nth-of-type(36) {
    transition-delay: 18s;
  }
  .category-actualites .et_pb_section:nth-of-type(2) .et_pb_row .et_pb_posts.et_had_animation .et_pb_post:nth-of-type(37) {
    transition-delay: 18.5s;
  }
  .category-actualites .et_pb_section:nth-of-type(2) .et_pb_row .et_pb_posts.et_had_animation .et_pb_post:nth-of-type(38) {
    transition-delay: 19s;
  }
  .category-actualites .et_pb_section:nth-of-type(2) .et_pb_row .et_pb_posts.et_had_animation .et_pb_post:nth-of-type(39) {
    transition-delay: 19.5s;
  }
}
.category-actualites .et_pb_section:nth-of-type(2) .et_pb_row .et_pb_posts .et_pb_ajax_pagination_container {
  display: flex;
  flex-wrap: wrap;
  font-size: 0;
}
.category-actualites .et_pb_section:nth-of-type(2) .et_pb_row .et_pb_posts .et_pb_ajax_pagination_container .et_pb_post {
  display: inline-block;
  width: calc(100% / 3);
  margin-bottom: 0;
  background-color: white;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.1);
}
@media (min-width: 981px) {
  .category-actualites .et_pb_section:nth-of-type(2) .et_pb_row .et_pb_posts .et_pb_ajax_pagination_container .et_pb_post {
    transform: translateX(-400%);
    transition: all 0.6s;
  }
}
@media (max-width: 1200px) {
  .category-actualites .et_pb_section:nth-of-type(2) .et_pb_row .et_pb_posts .et_pb_ajax_pagination_container .et_pb_post {
    width: 50%;
  }
}
@media (max-width: 479px) {
  .category-actualites .et_pb_section:nth-of-type(2) .et_pb_row .et_pb_posts .et_pb_ajax_pagination_container .et_pb_post {
    width: 100%;
  }
}
@media (max-width: 479px) {
  .category-actualites .et_pb_section:nth-of-type(2) .et_pb_row .et_pb_posts .et_pb_ajax_pagination_container .et_pb_post {
    width: 100%;
    margin-bottom: 30%;
  }
  .category-actualites .et_pb_section:nth-of-type(2) .et_pb_row .et_pb_posts .et_pb_ajax_pagination_container .et_pb_post:nth-child(odd) {
    margin-right: 0%;
  }
}
.category-actualites .et_pb_section:nth-of-type(2) .et_pb_row .et_pb_posts .et_pb_ajax_pagination_container .et_pb_post .entry-featured-image-url img {
  height: 40vh;
  object-fit: cover;
}
.category-actualites .et_pb_section:nth-of-type(2) .et_pb_row .et_pb_posts .et_pb_ajax_pagination_container .et_pb_post h2.entry-title {
  color: #ff8500 !important;
  font-size: 20px;
  padding: 15px 15px 0;
}
.category-actualites .et_pb_section:nth-of-type(2) .et_pb_row .et_pb_posts .et_pb_ajax_pagination_container .et_pb_post .post-meta {
  color: #333333 !important;
  padding: 10px 15px;
}
.category-actualites .et_pb_section:nth-of-type(2) .et_pb_row .et_pb_posts .et_pb_ajax_pagination_container .et_pb_post .post-content {
  color: #333333 !important;
  padding: 0 15px 15px;
}
.category-actualites .et_pb_section:nth-of-type(2) .et_pb_row .et_pb_posts .et_pb_ajax_pagination_container .et_pb_post .post-meta {
  position: relative;
}
.category-actualites .et_pb_section:nth-of-type(2) .et_pb_row .et_pb_posts .et_pb_ajax_pagination_container .et_pb_post .post-content {
  font-size: 14px;
}
/* ********** END PAGE ********** */
/* *********** FOOTER *********** */
#main-footer-header > .container #footer-widgets .footer-widget, #main-footer > .container #footer-widgets .footer-widget {
  width: 100%;
  position: relative;
  padding-left: 30px;
}
#main-footer-header > .container #footer-widgets .footer-widget .et_pb_widget, #main-footer > .container #footer-widgets .footer-widget .et_pb_widget {
  width: 100%;
}
#main-footer-header > .container #footer-widgets .footer-widget .et_pb_widget .textwidget, #main-footer > .container #footer-widgets .footer-widget .et_pb_widget .textwidget {
  text-align: center;
}
#main-footer-header > .container #footer-widgets .footer-widget:first-of-type::before, #main-footer > .container #footer-widgets .footer-widget:first-of-type::before {
  background-image: url(../images/icon-home.png);
}
#main-footer-header > .container #footer-widgets .footer-widget:last-of-type::before, #main-footer > .container #footer-widgets .footer-widget:last-of-type::before {
  background-image: url(../images/icon-phone.png);
}
#main-footer-header > .container #footer-widgets .footer-widget::before, #main-footer > .container #footer-widgets .footer-widget::before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: 100%;
}
#main-footer-header .et-social-icons, #main-footer .et-social-icons {
  float: none;
  margin-bottom: 5px;
  display: flex;
  justify-content: space-around;
}
#main-footer-header .et-social-icons li, #main-footer .et-social-icons li {
  margin: 0 !important;
  background-color: white;
  padding: 5px;
  border-radius: 50%;
  width: 35px;
  height: 35px;
}
#main-footer-header .et-social-icons li a, #main-footer .et-social-icons li a {
  display: block;
  top: 50%;
  transform: translateY(-50%);
  font-size: 15px;
}
#main-footer-header p#footer-info, #main-footer p#footer-info {
  padding-bottom: 0 !important;
  text-align: center;
}
#main-footer-header {
  position: fixed;
  bottom: 0px;
  z-index: 9;
  width: 300px;
}
@media screen and (max-width: 980px) {
  #main-footer-header {
    display: none !important;
  }
}
#main-footer-header #footer-bottom {
  background-color: transparent;
  padding: 5px 0;
}
#main-footer-header #footer-bottom li {
  width: 30px;
  height: 30px;
}
#main-footer-header .container.clearfix {
  width: 100%;
  margin: 0 !important;
}
#main-footer {
  display: none;
  background-color: white;
}
#main-footer #footer-bottom {
  background-color: transparent;
}
#main-footer #footer-bottom .et-social-icons {
  display: none;
}
#main-footer #footer-bottom #footer-info {
  width: 100%;
}
/* ********* END FOOTER ********* */
@media (max-width: 980px) {
  .container.et_menu_container {
    width: calc(100% - 60px);
  }
  #main-footer {
    position: relative;
    width: auto;
  }
}
#mobile_menu {
  background-color: white !important;
}
.et_mobile_menu {
  margin-left: -30px;
  padding: 5%;
  width: calc(100% + 60px);
}
.et_mobile_menu .current-menu-item {
  border-left: 1px solid #ff8500;
  background-color: rgba(255, 165, 0, 0.08);
}
.mobile_nav.opened .mobile_menu_bar:before {
  content: "M";
}
@media screen and (min-width: 981px) {
  #main-header .widget_text a {
    color: white !important;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  /* ************ MENU ************ */
  /* ********** END MENU ********** */
  /* *********** HEADER *********** */
  /* ********* END HEADER ********* */
  /* ************ PAGE ************ */
  /* ********** END PAGE ********** */
  /* *********** FOOTER *********** */
  /* ********* END FOOTER ********* */
  .et-social-icons {
    display: block !important;
    position: relative;
    padding-top: 12px;
  }
  #et-info {
    margin: 0 auto;
    float: none !important;
  }
  #et-info #et-info-phone {
    margin: 0 !important;
  }
  #et-info .et_pb_widget {
    float: none;
    display: inline-block;
    margin-left: 15px;
  }
}
@media only screen and (max-width: 479px) {
  /* ************ MENU ************ */
  /* ********** END MENU ********** */
  /* *********** HEADER *********** */
  /* ********* END HEADER ********* */
  /* ************ PAGE ************ */
  /* ********** END PAGE ********** */
  /* *********** FOOTER *********** */
  /*     #menu-menu-footer {
            float: none;
        }*/
  /* ********* END FOOTER ********* */
  #et-info {
    margin: 0 auto;
    float: none !important;
  }
  #et-info #et-info-phone {
    margin: 0 !important;
  }
  #et-info .et_pb_widget {
    float: none;
    display: inline-block;
  }
  .et-social-icons {
    display: block !important;
    position: relative;
    padding-top: 8px;
    clear: both;
  }
}
