@charset "UTF-8";
@import url("http://fonts.cdnfonts.com/css/Nunito");
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200;400;600;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;500;600;700;800;900&display=swap");
a {
  text-decoration: none;
  color: #af0e14;
  font-family: "Source Sans Pro", sans-serif;
}

p {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
}

html {
  height: 100%;
  line-height: 1.5;
  font-size: 1rem !important;
  font-size: 1.1rem !important;
  font-size: 1.2rem !important;
  font-weight: normal;
  font-family: "Source Sans Pro", sans-serif;
  color: rgba(0, 0, 0, 0.87);
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 800;
  line-height: 1.1;
  font-family: "Nunito", sans-serif;
}

h1 {
  font-size: 3rem;
  line-height: 120%;
  margin: 1.5rem 0 1.2rem 0;
}
@media (max-width: 400px) {
  h1 {
    font-size: 2rem;
  }
}

h2 {
  font-size: 2.3rem;
  line-height: 120%;
  margin: 1.15rem 0 0.92rem 0;
}
@media (max-width: 1024px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: 2rem;
  line-height: 120%;
  margin: 1rem 0 0.8rem 0;
}

h4 {
  font-size: 1.8rem;
  line-height: 120%;
  margin: 0.9rem 0 0.72rem 0;
}
@media (max-width: 1280px) {
  h4 {
    font-size: 1.6rem;
  }
}
@media (max-width: 800px) {
  h4 {
    font-size: 1.4rem;
  }
}

h5 {
  font-size: 1.5rem;
  line-height: 120%;
  margin: 0.75rem 0 0.6rem 0;
  font-family: "Source Sans Pro", sans-serif;
}

h6 {
  font-size: 1rem;
  line-height: 120%;
  margin: 0.5rem 0 0.4rem 0;
  font-family: "Source Sans Pro", sans-serif;
}

h1 i, h2 i, h3 i, h4 i, h5 i, h6 i {
  font-size: inherit !important;
}

em {
  font-style: italic;
}

strong {
  font-weight: 600;
}

small {
  font-size: 75%;
}

.light {
  font-weight: 300;
}

.thin {
  font-weight: 200;
}

.flow-text {
  font-weight: 300;
}

input:not([type]):focus:not([readonly]), input[type=text]:not(.browser-default):focus:not([readonly]), input[type=password]:not(.browser-default):focus:not([readonly]), input[type=email]:not(.browser-default):focus:not([readonly]), input[type=url]:not(.browser-default):focus:not([readonly]), input[type=time]:not(.browser-default):focus:not([readonly]), input[type=date]:not(.browser-default):focus:not([readonly]), input[type=datetime]:not(.browser-default):focus:not([readonly]), input[type=datetime-local]:not(.browser-default):focus:not([readonly]), input[type=tel]:not(.browser-default):focus:not([readonly]), input[type=number]:not(.browser-default):focus:not([readonly]), input[type=search]:not(.browser-default):focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #ed1d25;
  box-shadow: 0 1px 0 0 #ed1d25;
}

input[type=text]:not(.browser-default):focus:not([readonly]) + label {
  color: #ed1d25;
}

.main_tabs_data_container .tabs_only_container .single_tab {
  padding: 20px;
  background-color: white;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s;
}
.main_tabs_data_container .tabs_only_container .single_tab a {
  text-decoration: none;
  color: black;
}
.main_tabs_data_container .tabs_only_container .single_tab.selected_tab {
  background-color: #000;
}
.main_tabs_data_container .tabs_only_container .single_tab.selected_tab a {
  color: white;
}
.main_tabs_data_container .data_only_container {
  display: flex;
  justify-content: center;
  overflow: hidden;
  background-color: rgba(177, 177, 177, 0.25);
}
.main_tabs_data_container .data_only_container .single_data {
  display: flex;
  justify-content: center;
  width: 100%;
  overflow: auto;
  opacity: 0;
  transition: opacity 0.5s ease-out;
}
.main_tabs_data_container .data_only_container .single_data .data {
  background: white;
  display: flex;
  width: 100%;
}
@media (max-width: 767px) {
  .main_tabs_data_container .data_only_container .single_data .data {
    display: block;
  }
}
.main_tabs_data_container .data_only_container .single_data .data p {
  width: 100%;
  margin: 0;
  color: black;
}
.main_tabs_data_container .data_only_container .single_data.selected_data {
  flex: 0 0 100%;
  opacity: 1;
}

.btn {
  background: none;
  padding: 10px;
  min-width: 100px;
  color: white;
  border: none;
  height: 50px;
}

.gform_button {
  position: relative;
  background: none;
  font-family: "ITCGaramondStdLtNarrowIta";
  font-size: 1.5em;
  padding: 0 15px;
  min-width: 100px;
  color: black;
  border: none;
  height: 50px;
}
@media (max-width: 800px) {
  .gform_button {
    font-size: 1.2rem;
  }
}
.gform_button::before {
  content: "[";
  position: absolute;
  color: #000;
  left: 0;
}
.gform_button::after {
  content: "]";
  position: absolute;
  color: #000;
  right: 0;
}

.btn-link {
  position: relative;
}
.btn-link a {
  text-decoration: none;
  color: white;
}
.btn-link:after {
  font-family: FontAwesome;
  content: "\f061";
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  right: -50px;
  background: white;
  color: black;
  line-height: 50px;
  transition: all 0.3s;
}
.btn-link:hover:after {
  color: #000;
  border-radius: 50px;
}

.btn-video {
  position: relative;
}
.btn-video:after {
  font-family: FontAwesome;
  content: "\f04b";
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  right: -50px;
  background: white;
  color: black;
  line-height: 50px;
  transition: all 0.3s;
}
.btn-video:hover:after {
  color: #000;
  border-radius: 50px;
}

.btn-blueprint {
  position: relative;
}
.btn-blueprint:after {
  font-family: FontAwesome;
  content: "\f15c";
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  right: -50px;
  background: white;
  color: black;
  line-height: 50px;
  transition: all 0.3s;
}
.btn-blueprint:hover:after {
  color: #000;
  border-radius: 50px;
}

.close {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  min-width: 40px;
  background: #d5c9b6;
  color: #fff;
  cursor: pointer;
  border: 0;
}

.mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 50;
  visibility: hidden;
  opacity: 0;
  transition: 0.7s;
}

.modal {
  position: fixed;
  top: 0;
  left: 50%;
  margin: 5% auto;
  left: 0;
  right: 0;
  width: 60%;
  height: 60%;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s ease-out;
  transform: translateY(45px);
}
@media (max-width: 767px) {
  .modal {
    margin: 20% auto;
    width: 100%;
    height: 100%;
  }
}
.modal__inner {
  padding: 40px;
}
@media (max-width: 767px) {
  .modal__inner {
    padding: 60px 0;
  }
}
.modal__inner h3, .modal__inner p {
  color: white;
}
.modal__inner iframe {
  width: 100%;
  height: auto;
}

.active {
  visibility: visible;
  opacity: 1;
}

.active + .modal {
  visibility: visible;
  opacity: 1;
}

.accordion {
  list-style: none;
  padding: 0;
  margin-bottom: 40px;
}
.accordion .inner {
  padding-left: 1em;
  overflow: hidden;
  display: none;
}
.accordion .inner.show {
  /*display: block;*/
}
.accordion li {
  margin: 0.5em 0;
  position: relative;
}
.accordion li a.toggle {
  width: 100%;
  display: block;
  color: #d5c9b6;
  border-bottom: 2px solid #d5c9b6;
  padding: 10px 35px 10px 20px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.accordion li a.toggle h5 {
  font-size: 1.3em;
}
.accordion li a.toggle:hover {
  background: #000;
  color: white;
}
.accordion li > ::after {
  content: "\f067";
  font-family: FontAwesome;
  position: absolute;
  top: 25px;
  right: 20px;
  transition: transform 0.3s ease-in;
  pointer-events: none;
}
.accordion li ul li > ::after {
  content: "";
}

.plus ::after {
  transition: transform 0.3s ease-out;
  transform: rotate(45deg);
}

.thumb_post img {
  max-width: 100%;
}

.slider_mobile_activiter_groupe {
  display: block !important;
}

.list_actu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 767px) {
  .list_actu {
    flex-direction: column;
    padding-bottom: 30px;
  }
}
.list_actu .actu {
  width: 350px;
  min-height: 300px;
  margin: 10px 20px 40px 20px;
  overflow: hidden;
  transition: all 0.3s;
  list-style-type: none;
  background: white;
  border-radius: 15px;
}
@media screen and (max-width: 1440px) {
  .list_actu .actu {
    margin: 10px 15px 40px 15px;
    width: 310px;
  }
}
@media screen and (max-width: 1280px) {
  .list_actu .actu {
    width: 260px;
  }
}
@media screen and (max-width: 1180px) {
  .list_actu .actu {
    width: 250px;
  }
}
@media screen and (max-width: 1024px) {
  .list_actu .actu {
    margin: 10px 30px 40px 30px;
    width: 320px;
  }
}
.list_actu .actu:hover {
  transform: scale(1.1);
}
.list_actu .actu:hover .btn-rea {
  background-color: #ffe9cf;
  padding: 20px 0;
  color: #ed1d25;
}
@media (max-width: 767px) {
  .list_actu .actu {
    margin: auto;
    margin-top: 20px;
  }
}
.list_actu .actu .contenu {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.list_actu .actu .thumb_post {
  max-height: 170px;
  overflow: hidden;
}
.list_actu .actu .thumb_post img {
  width: 100%;
  height: 170px;
  object-fit: cover;
}
.list_actu .actu a {
  color: #000;
  text-decoration: none;
}
.list_actu .actu a h4 {
  font-weight: 600;
  background-color: #ffe9cf;
  color: #ed1d25;
  padding: 10px 5px;
  margin: 0;
  font-size: 26px;
  height: 125px;
}
@media screen and (max-width: 1440px) {
  .list_actu .actu a h4 {
    font-size: 20px;
    height: 100px;
  }
}
.list_actu .actu p {
  padding: 0 20px;
  height: 125px;
  margin: 35px 0;
  text-align: justify;
}
@media screen and (max-width: 1280px) {
  .list_actu .actu p {
    padding: 0 10px;
    margin: 15px 0;
    font-size: 16px;
    height: 100px;
  }
}
.list_actu .actu .view-article {
  display: none;
}
.list_actu .actu .btn-rea {
  background-color: transparent;
  font-size: 20px;
  border: none;
  padding: 10px 0;
  transition: all 0.3s;
  color: #000;
  font-weight: 600;
}

.list_actu2 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 767px) {
  .list_actu2 {
    flex-direction: column;
    padding-left: 0;
  }
}
.list_actu2 .actu {
  width: 400px;
  min-height: 300px;
  margin: 10px 20px 40px 20px;
  overflow: hidden;
  transition: all 0.3s;
  list-style-type: none;
  background: white;
  border-radius: 15px;
}
@media screen and (max-width: 1440px) {
  .list_actu2 .actu {
    margin: 10px 15px 40px 15px;
    width: 310px;
  }
}
@media screen and (max-width: 1280px) {
  .list_actu2 .actu {
    width: 270px;
  }
}
@media screen and (max-width: 1180px) {
  .list_actu2 .actu {
    width: 250px;
  }
}
@media screen and (max-width: 1024px) {
  .list_actu2 .actu {
    margin: 10px 30px 40px 30px;
    width: 320px;
  }
}
.list_actu2 .actu:hover {
  transform: scale(1.1);
}
.list_actu2 .actu:hover .btn-rea {
  background-color: #ffe9cf;
  padding: 20px 0;
  color: #ed1d25;
}
@media (max-width: 767px) {
  .list_actu2 .actu {
    margin: auto;
    margin-top: 20px;
  }
}
.list_actu2 .actu .contenu {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  align-items: center;
}
.list_actu2 .actu .thumb_post {
  max-height: 170px;
  overflow: hidden;
}
.list_actu2 .actu .thumb_post img {
  width: 100%;
  height: 170px;
  object-fit: cover;
}
.list_actu2 .actu a {
  color: #000;
  text-decoration: none;
}
.list_actu2 .actu a h4 {
  font-weight: 800;
  background-color: #ffe9cf;
  color: #ed1d25;
  padding: 10px 5px;
  margin: 0;
  font-size: 26px;
}
.list_actu2 .actu a .terms {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 10px 0;
}
.list_actu2 .actu a .terms .li_terms {
  margin: 0 10px;
  display: flex;
  align-items: flex-end;
}
.list_actu2 .actu a .terms .li_terms i {
  font-size: 35px;
  padding-right: 5px;
}
.list_actu2 .actu p {
  padding: 0 20px;
  margin: 20px 0;
  text-align: justify;
}
.list_actu2 .actu .view-article {
  display: none;
}
.list_actu2 .btn-rea2 {
  margin: 10px 0;
  font-weight: 600;
  background-color: #ffe9cf;
  color: #ed1d25 !important;
  text-align: center;
  line-height: 46px;
  border-radius: 30px;
  border: none;
  padding: 0 50px;
  font-size: 18px;
  text-transform: uppercase;
  transition: all 0.3s;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.list_actu2 .btn-rea2:hover {
  background-color: #ed1d25;
  color: #fff !important;
}

#scrollUp {
  position: fixed;
  bottom: 5em;
  right: -90px;
  opacity: 0.5;
  transition: all 0.3s;
  z-index: 1 !important;
}
#scrollUp span {
  font-size: 2rem;
  color: #e02a2d;
  border: 3px solid #e02a2d;
  transform: rotate(270deg);
  border-radius: 50px;
  padding: 8px;
}

.footer-ghost {
  height: 230px;
}
@media screen and (max-width: 1440px) {
  .footer-ghost {
    height: 250px;
  }
}
@media screen and (max-width: 1366px) {
  .footer-ghost {
    height: 450px;
  }
}
@media screen and (max-width: 1024px) {
  .footer-ghost {
    height: 480px;
  }
}
@media screen and (max-width: 820px) {
  .footer-ghost {
    display: none;
  }
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 230px;
  background: #fff;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: #000;
  box-shadow: 0px -5px 20px rgba(0, 0, 0, 0.3764705882);
}
@media screen and (max-width: 1440px) {
  .footer {
    height: 250px;
  }
}
@media screen and (max-width: 1366px) {
  .footer {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    height: 450px;
  }
}
@media screen and (max-width: 1024px) {
  .footer {
    height: 480px;
  }
}
@media screen and (max-width: 820px) {
  .footer {
    display: none;
    flex-direction: column;
    align-items: stretch;
  }
}
.footer div {
  margin: 0 10px;
}
.footer .logo-footer .ul_logo li {
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
}
.footer .logo-footer .ul_logo li:hover a {
  color: #e02a2d;
}
.footer .logo-footer .ul_logo li a {
  color: #000;
}
.footer .logo-footer .ul_logo li img {
  width: 15em;
}
.footer .div_group .filiale #menu-item-6337 {
  padding-bottom: 20px;
}
.footer .div_group .filiale li {
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  text-align: center;
}
.footer .div_group .filiale li:hover a {
  color: #e02a2d;
}
.footer .div_group .filiale li a {
  color: #000;
}
.footer .div_group .filiale .sub-menu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 2px solid #000;
  padding-top: 10px;
}
.footer .div_group .filiale .sub-menu li {
  padding: 0 15px;
  font-weight: 400;
  line-height: 16px;
  text-align: initial;
}
.footer .div_group .filiale .sub-menu li:hover a {
  color: #e02a2d;
}
.footer .div_group .filiale .sub-menu li a {
  color: #000;
  font-size: 14px;
}
.footer .div_activite .activites #menu-item-6353 a {
  cursor: context-menu;
}
.footer .div_activite .activites li {
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  text-align: center;
}
.footer .div_activite .activites li a {
  color: #000;
}
.footer .div_activite .activites .sub-menu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 2px solid #000;
  padding-top: 10px;
}
.footer .div_activite .activites .sub-menu li {
  padding: 0 15px;
  font-weight: 400;
  line-height: 16px;
  text-align: initial;
}
.footer .div_activite .activites .sub-menu li:hover a {
  color: #e02a2d;
}
.footer .div_activite .activites .sub-menu li a {
  color: #000;
  font-size: 14px;
}
.footer .div_actualite .actualite #menu-item-6363 {
  padding-bottom: 20px;
}
.footer .div_actualite .actualite li {
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  text-align: center;
}
.footer .div_actualite .actualite li:hover a {
  color: #e02a2d;
}
.footer .div_actualite .actualite li a {
  color: #000;
}
.footer .div_actualite .actualite .sub-menu {
  border-top: 2px solid #000;
  padding-top: 10px;
}
.footer .div_actualite .actualite .sub-menu li {
  padding: 0 15px;
  font-weight: 400;
  line-height: 16px;
  text-align: initial;
}
.footer .div_actualite .actualite .sub-menu li:hover a {
  color: #e02a2d;
}
.footer .div_actualite .actualite .sub-menu li a {
  color: #000;
  font-size: 14px;
}
.footer .div_contact {
  width: 14%;
}
@media screen and (max-width: 1366px) {
  .footer .div_contact {
    width: auto;
  }
}
.footer .div_contact ul #contact {
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
}
.footer .div_contact ul #contact a {
  color: #000 !important;
}
.footer .div_contact ul #contact a:hover {
  color: #e02a2d !important;
}
.footer .div_contact ul li .sub-menu {
  border-top: 2px solid #000;
  padding-top: 10px;
  padding-bottom: 10px;
}
.footer .div_contact ul li .sub-menu li {
  padding: 0 15px;
  font-weight: 400;
  line-height: 16px;
  text-transform: initial !important;
  padding: 5px 0;
  text-align: initial;
}
.footer .div_contact ul li .sub-menu li:hover a {
  color: #e02a2d;
}
.footer .div_contact ul li .sub-menu li a {
  color: #000;
  font-size: 14px;
}
.footer .div_contact ul .reseaux_sociaux {
  margin: 0;
}
.footer .div_contact ul .reseaux_sociaux ul {
  display: flex;
  align-items: center;
}
.footer .div_contact ul .reseaux_sociaux ul li {
  padding-right: 20px;
}
.footer .div_contact ul .reseaux_sociaux ul li img {
  width: 2em;
  height: 2em;
  object-fit: contain;
}

.footer_mobile {
  display: none;
  background-color: #e02a2d;
  box-shadow: 0px -5px 20px rgba(0, 0, 0, 0.3764705882);
  flex-direction: column;
  align-items: center;
  padding: 2em 0;
}
@media screen and (max-width: 820px) {
  .footer_mobile {
    display: flex;
  }
}
.footer_mobile img {
  width: 20em;
}
.footer_mobile .div_contact ul {
  margin: 0;
  padding: 2em 0;
}
.footer_mobile .div_contact ul li {
  color: #fff;
  display: flex;
  align-items: center;
}
.footer_mobile .div_contact ul li i {
  font-size: 50px;
  color: #000;
  padding-right: 10px;
}
.footer_mobile .lien_footer {
  text-align: center;
  color: #fff;
}
.footer_mobile .lien_footer ul {
  margin: 0;
}

.display_none {
  display: none;
}

header {
  width: 100%;
  transition: all 0.3s;
  z-index: 900;
}
header .nav_scroll {
  background: #fff !important;
  height: 60px;
  position: fixed;
  z-index: 999;
  color: #000;
}
header .nav_scroll .groupe, header .nav_scroll .activites {
  top: 60px !important;
}
header .nav_scroll .menu .ul_menu li a {
  color: #000 !important;
}
header .nav_scroll .lien_contact a {
  color: #000 !important;
}
header nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid #fff;
  height: auto;
  background-color: transparent;
  color: #fff;
  padding: 0 2em;
}
@media screen and (max-width: 820px) {
  header nav {
    display: none;
  }
}
header .logo a {
  display: flex;
  align-items: center;
}
header .logo a .logo-img {
  padding: 0px;
  width: 16em;
}
@media screen and (max-width: 1440px) {
  header .logo a .logo-img {
    width: 16em;
  }
}
@media screen and (max-width: 850px) {
  header .logo a .logo-img {
    width: 10em;
    padding: 0;
  }
}
@media screen and (max-width: 850px) {
  header .menu {
    display: none;
  }
}
header .menu .ul_menu {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
header .menu .ul_menu li {
  text-transform: uppercase;
  padding: 10px 0;
}
@media screen and (max-width: 1440px) {
  header .menu .ul_menu li {
    padding: 10px 0;
  }
}
header .menu .ul_menu li a {
  color: #000;
  font-family: "Nunito", sans-serif;
  font-weight: 800;
}
header .menu .ul_menu li a:hover {
  background-color: unset !important;
}
@media screen and (max-width: 1440px) {
  header .menu .ul_menu li a {
    font-size: 18px;
  }
}
@media screen and (max-width: 1180px) {
  header .menu .ul_menu li a {
    font-size: 16px;
  }
}
header .menu .ul_menu li .groupe, header .menu .ul_menu li .activites {
  opacity: 0;
  width: 0;
  height: 70px;
  position: absolute;
  top: 85px;
  background-color: #fff;
  left: 0;
  transition: 0.3s;
  border-top: 4px solid #000;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.3764705882);
}
@media screen and (max-width: 1440px) {
  header .menu .ul_menu li .groupe, header .menu .ul_menu li .activites {
    top: 80px;
  }
}
header .menu .ul_menu li .groupe li, header .menu .ul_menu li .activites li {
  padding: 0;
  display: none;
}
header .menu .ul_menu li .groupe li a, header .menu .ul_menu li .activites li a {
  font-family: "Source Sans Pro", sans-serif;
  color: #000;
  font-weight: 600;
}
header .menu .ul_menu li .groupe .menu-item-6151 a, header .menu .ul_menu li .activites .menu-item-6151 a {
  cursor: context-menu;
}
header .menu .ul_menu li .groupe .menu-item-6152 a, header .menu .ul_menu li .activites .menu-item-6152 a {
  cursor: context-menu;
}
header .menu .ul_menu li .groupe .menu-item-6153 a, header .menu .ul_menu li .activites .menu-item-6153 a {
  cursor: context-menu;
}
header .menu .ul_menu #le_groupe:hover .groupe {
  opacity: 1;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  z-index: 99;
}
header .menu .ul_menu #le_groupe:hover .groupe li {
  display: block;
}
header .menu .ul_menu #le_groupe:hover .groupe li a {
  font-size: 16px;
}
header .menu .ul_menu #le_groupe:hover .groupe li a:hover {
  background-color: unset !important;
  color: #ed1d25;
}
header .menu .ul_menu #nos_activites:hover .activites {
  opacity: 1;
  height: 230px;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-evenly;
  z-index: 99;
}
@media screen and (max-width: 1024px) {
  header .menu .ul_menu #nos_activites:hover .activites {
    height: 190px;
  }
}
header .menu .ul_menu #nos_activites:hover .activites li {
  display: block;
}
@media screen and (max-width: 1280px) {
  header .menu .ul_menu #nos_activites:hover .activites li {
    line-height: 30px;
    padding-top: 1em;
  }
}
@media screen and (max-width: 1024px) {
  header .menu .ul_menu #nos_activites:hover .activites li {
    padding: 0 10px;
  }
}
header .menu .ul_menu #nos_activites:hover .activites li a {
  text-align: center;
}
header .menu .ul_menu #nos_activites:hover .activites li a:hover {
  background-color: initial !important;
}
header .menu .ul_menu #nos_activites:hover .activites .sub-menu {
  opacity: 1;
  height: auto;
  display: flex;
  flex-direction: column;
  border-top: solid 2px #000;
}
header .menu .ul_menu #nos_activites:hover .activites .sub-menu li {
  text-transform: capitalize;
  line-height: 35px;
}
@media screen and (max-width: 1440px) {
  header .menu .ul_menu #nos_activites:hover .activites .sub-menu li {
    line-height: initial;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 1280px) {
  header .menu .ul_menu #nos_activites:hover .activites .sub-menu li {
    padding-top: 0;
  }
}
@media screen and (max-width: 1024px) {
  header .menu .ul_menu #nos_activites:hover .activites .sub-menu li {
    padding: 5px 0;
  }
}
header .menu .ul_menu #nos_activites:hover .activites .sub-menu li a {
  color: #000;
  cursor: pointer;
  text-align: initial;
}
@media screen and (max-width: 1280px) {
  header .menu .ul_menu #nos_activites:hover .activites .sub-menu li a {
    font-size: 15px;
  }
}
header .menu .ul_menu #nos_activites:hover .activites .sub-menu li a:hover {
  color: #ed1d25;
}
header .menu .ul_menu #nos_activites:hover .activites #img_activite {
  background-size: cover;
  width: 15em;
  height: 80%;
  margin: 1em 0;
  border-radius: 15px;
  transition: all 0.3s;
}
@media screen and (max-width: 1440px) {
  header .menu .ul_menu #nos_activites:hover .activites #img_activite {
    width: 17em;
  }
}
header .menu .ul_menu #nos_activites:hover .activites #menu-item-6152 ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
header .lien_contact {
  padding: 10px 0;
}
@media screen and (max-width: 1440px) {
  header .lien_contact {
    padding: 10px 0;
  }
}
@media screen and (max-width: 850px) {
  header .lien_contact {
    display: none;
  }
}
header .lien_contact a {
  color: #000;
  text-transform: uppercase;
  font-size: 20px;
  font-family: "Nunito", sans-serif;
  font-weight: 800;
}
@media screen and (max-width: 1440px) {
  header .lien_contact a {
    font-size: 18px;
  }
}
@media screen and (max-width: 1180px) {
  header .lien_contact a {
    font-size: 16px;
  }
}
header #nav_mobile {
  display: none;
  padding: 0 1em;
}
@media screen and (max-width: 820px) {
  header #nav_mobile {
    display: flex;
  }
}
@media screen and (max-width: 1180px) {
  header #nav_mobile .logo #img_white {
    display: none !important;
  }
}
header #nav_mobile .burger {
  position: fixed;
  top: 10px;
  right: 15px;
  z-index: 999;
}
header #nav_mobile .burger .hamburger {
  padding: 0;
}
header #nav_mobile .open .hamburger .hamburger-box .hamburger-inner {
  transform: rotate(45deg);
}
header #nav_mobile .open .hamburger .hamburger-box .hamburger-inner::before {
  transform: rotate(90deg);
  top: 0px;
}
header #nav_mobile .open .hamburger .hamburger-box .hamburger-inner::after {
  display: none;
}

.side-nav-active {
  transform: translateX(0) !important;
}

.side-nav {
  position: fixed;
  width: 50%;
  height: 100%;
  background: #ffe9cf;
  top: 0;
  left: 0;
  transform: translateX(-820px);
  transition: all 0.5s;
  padding-top: 5px;
  padding-left: 20px;
  z-index: 99;
  overflow: hidden;
  font-family: "Roboto Slab", serif;
  font-size: 1.6em;
  font-weight: 700;
  overflow-y: auto;
}
@media screen and (max-width: 400px) {
  .side-nav {
    width: 100%;
  }
}
.side-nav .menu_mobile {
  height: 575px;
}
.side-nav .menu_mobile ul {
  height: 100%;
}
.side-nav .menu_mobile ul #menu-item-6460 a {
  color: #ed1d25;
}
.side-nav .menu_mobile ul li {
  width: 100%;
  line-height: 35px;
}
.side-nav .menu_mobile ul li a {
  color: #000;
  font-weight: 800;
  height: 35px;
}
.side-nav .menu_mobile ul li .sub-menu {
  padding-left: 20px;
}
.side-nav .menu_mobile ul li .sub-menu li {
  border-left: #000 solid 2px;
}
.side-nav .reseaux_sociaux ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
}
.side-nav .reseaux_sociaux ul li {
  width: auto;
}
.side-nav .reseaux_sociaux ul li img {
  width: 1.3em;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.section_class {
  margin: 0 5em;
}
@media screen and (max-width: 1440px) {
  .section_class {
    margin: 0 3em;
  }
}
@media screen and (max-width: 1366px) {
  .section_class {
    margin: 0 2em;
  }
}
@media screen and (max-width: 400px) {
  .section_class {
    margin: 0 1em;
  }
}

body {
  background: #FAFAFA;
  height: 100%;
}

.clear:before, .clear:after {
  content: " ";
  display: table;
}

.clear:after {
  clear: both;
}

.clear {
  *zoom: 1;
}

.wrapper {
  width: 100%;
  overflow: hidden;
  min-height: 100%;
  position: relative;
}

.container {
  width: 100%;
  margin: auto;
}

.fixed {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  z-index: 999;
  height: 60px;
  overflow: hidden;
  transition: all 0.3s;
}

.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

@media (max-width: 767px) {
  .hide-mobile {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .show-mobile {
    display: none;
  }
}

.fill:hover {
  color: white;
}

.fill:before {
  content: "";
  position: absolute;
  background: #000;
  border-radius: 40px;
  bottom: 0;
  left: 0;
  right: 0;
  top: 100%;
  z-index: -1;
  transition: top 0.09s ease-in;
}

.crochets-blanc:before, .crochets-blanc::after {
  color: white;
}

.crochets-bleu:before, .crochets-bleu::after {
  color: #314d79;
}

.fill:hover:before {
  top: 0;
}

.shadow {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.07), 0 4px 8px rgba(0, 0, 0, 0.07), 0 8px 16px rgba(0, 0, 0, 0.07), 0 16px 32px rgba(0, 0, 0, 0.07), 0 32px 64px rgba(0, 0, 0, 0.07);
}

.shadow-long, .page-template-recrutement .sec_recrute .list_recrut .recrut:hover, .list_actu .actu:hover, .list_actu2 .actu:hover {
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.09), 0 4px 2px rgba(0, 0, 0, 0.09), 0 8px 4px rgba(0, 0, 0, 0.09), 0 16px 8px rgba(0, 0, 0, 0.09), 0 32px 16px rgba(0, 0, 0, 0.09);
}

button:focus {
  background-color: initial;
}

.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.size-full {
  width: 100%;
  height: auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

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

.wp-caption {
  background: #FFF;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: inherit17px;
  margin: 0;
  padding: 0 4px 5px;
}

.gform_body input, .gform_body select {
  padding: 15px !important;
  border: none;
  background: white;
  outline-style: none;
}
.gform_body .gfield_required {
  display: none;
}
.gform_body select {
  height: 50px;
  color: #555;
}

.menu ul li a {
  color: black;
  font-size: 20px;
}

.item {
  margin: 10vh auto;
  max-width: 100%;
  position: relative;
  will-change: transform;
}

.item::before {
  counter-increment: figure;
  content: counter(figure, decimal-leading-zero);
  position: absolute;
  font-family: "Roboto Slab", serif;
  font-size: 10rem;
  color: var(--color-deco);
  bottom: calc(100% - 3rem);
}

.item:nth-child(even)::before {
  right: 0;
}

.item__img-wrap {
  --aspect-ratio: 1/1.5;
  overflow: hidden;
  width: 500px;
  margin: 0 auto;
  padding-bottom: calc(100% / (var(--aspect-ratio)));
  max-width: calc(100% - 2rem);
  will-change: transform;
}

.item:first-child .item__img-wrap {
  --aspect-ratio: 8/10;
  --image: url(https://tympanus.net/Tutorials/SmoothScrollAnimations/img/1.jpg);
}

.item:nth-child(2) .item__img-wrap {
  width: 1000px;
  --aspect-ratio: 120/76;
  --image: url(https://tympanus.net/Tutorials/SmoothScrollAnimations/img/2.jpg);
}

.item:nth-child(3) .item__img-wrap {
  --aspect-ratio: 60/75;
  --image: url(https://tympanus.net/Tutorials/SmoothScrollAnimations/img/3.jpg);
}

.item:nth-child(4) .item__img-wrap {
  width: 800px;
  --aspect-ratio: 900/505;
  --image: url(https://tympanus.net/Tutorials/SmoothScrollAnimations/img/4.jpg);
}

.item:nth-child(5) .item__img-wrap {
  --aspect-ratio: 6/8;
  --image: url(https://tympanus.net/Tutorials/SmoothScrollAnimations/img/5.jpg);
}

.item:nth-child(6) .item__img-wrap {
  width: calc(100vw - 2rem);
  --aspect-ratio: 1500/844;
  --image: url(https://tympanus.net/Tutorials/SmoothScrollAnimations/img/6.jpg);
}

.item:nth-child(7) .item__img-wrap {
  width: 900px;
  --aspect-ratio: 1000/749;
  --image: url(https://tympanus.net/Tutorials/SmoothScrollAnimations/img/7.jpg);
}

.item:nth-child(8) .item__img-wrap {
  width: 900px;
  --aspect-ratio: 1000/562;
  --image: url(https://tympanus.net/Tutorials/SmoothScrollAnimations/img/8.jpg);
}

.item:nth-child(9) .item__img-wrap {
  --aspect-ratio: 60/75;
  --image: url(https://tympanus.net/Tutorials/SmoothScrollAnimations/img/9.jpg);
}

.item__img {
  --overflow: 40px;
  height: calc(100% + 2 * var(--overflow));
  top: calc(-1 * var(--overflow));
  width: 100%;
  position: absolute;
  background-image: var(--image);
  background-size: cover;
  background-position: 50% 0%;
  will-change: transform;
}

.item__img--t1 {
  --overflow: 60px;
}

.item__img--t2 {
  --overflow: 80px;
}

.item__img--t3 {
  --overflow: 120px;
}

.accueil {
  background-color: red;
}
.accueil .display_none {
  display: none;
}
.accueil .hero_image {
  height: 30em;
  background-blend-mode: multiply;
  background: rgba(0, 0, 0, 0.3333333333);
  color: #fff;
  background-size: 155em;
  background-position-x: center;
}
.accueil .hero_image .nav_scroll {
  background: #fff !important;
  height: 60px;
  position: fixed;
  z-index: 999;
  color: #000;
}
.accueil .hero_image .nav_scroll .groupe, .accueil .hero_image .nav_scroll .activites {
  top: 60px !important;
}
.accueil .hero_image .nav_scroll .menu .ul_menu li a {
  color: #000 !important;
}
.accueil .hero_image .nav_scroll .lien_contact a {
  color: #000 !important;
}
.accueil .hero_image nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid #fff;
  height: auto;
  background-color: transparent;
  color: #fff;
  padding: 0 2em;
}
@media screen and (max-width: 820px) {
  .accueil .hero_image nav {
    padding: 0 1em;
    display: none;
  }
}
.accueil .hero_image .logo a {
  display: flex;
}
.accueil .hero_image .logo a .logo-img {
  padding: 0px;
  width: 16em;
}
@media screen and (max-width: 1440px) {
  .accueil .hero_image .logo a .logo-img {
    width: 16em;
  }
}
@media screen and (max-width: 820px) {
  .accueil .hero_image .logo a .logo-img {
    width: 10em;
    padding: 0;
  }
}
.accueil .hero_image .menu .ul_menu {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.accueil .hero_image .menu .ul_menu li {
  text-transform: uppercase;
  padding: 10px 0;
}
@media screen and (max-width: 1440px) {
  .accueil .hero_image .menu .ul_menu li {
    padding: 10px 0;
  }
}
.accueil .hero_image .menu .ul_menu li a {
  color: #fff;
  font-family: "Nunito", sans-serif;
  font-weight: 800;
}
.accueil .hero_image .menu .ul_menu li a:hover {
  background-color: unset !important;
}
@media screen and (max-width: 1440px) {
  .accueil .hero_image .menu .ul_menu li a {
    font-size: 18px;
  }
}
@media screen and (max-width: 1180px) {
  .accueil .hero_image .menu .ul_menu li a {
    font-size: 16px;
  }
}
.accueil .hero_image .menu .ul_menu li .groupe, .accueil .hero_image .menu .ul_menu li .activites {
  opacity: 0;
  width: 0;
  height: 70px;
  position: absolute;
  top: 85px;
  background-color: #fff;
  left: 0;
  transition: 0.3s;
  border-top: 4px solid #000;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.3764705882);
}
@media screen and (max-width: 1440px) {
  .accueil .hero_image .menu .ul_menu li .groupe, .accueil .hero_image .menu .ul_menu li .activites {
    top: 80px;
  }
}
.accueil .hero_image .menu .ul_menu li .groupe li, .accueil .hero_image .menu .ul_menu li .activites li {
  padding: 0;
  display: none;
}
.accueil .hero_image .menu .ul_menu li .groupe li a, .accueil .hero_image .menu .ul_menu li .activites li a {
  font-family: "Source Sans Pro", sans-serif;
  color: #000;
  font-weight: 600;
}
.accueil .hero_image .menu .ul_menu li .groupe .menu-item-6151 a, .accueil .hero_image .menu .ul_menu li .activites .menu-item-6151 a {
  cursor: context-menu;
}
.accueil .hero_image .menu .ul_menu li .groupe .menu-item-6152 a, .accueil .hero_image .menu .ul_menu li .activites .menu-item-6152 a {
  cursor: context-menu;
}
.accueil .hero_image .menu .ul_menu li .groupe .menu-item-6153 a, .accueil .hero_image .menu .ul_menu li .activites .menu-item-6153 a {
  cursor: context-menu;
}
.accueil .hero_image .menu .ul_menu #le_groupe:hover .groupe {
  opacity: 1;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  z-index: 99;
}
.accueil .hero_image .menu .ul_menu #le_groupe:hover .groupe li {
  display: block;
}
.accueil .hero_image .menu .ul_menu #le_groupe:hover .groupe li a {
  font-size: 16px;
}
.accueil .hero_image .menu .ul_menu #le_groupe:hover .groupe li a:hover {
  background-color: unset !important;
  color: #ed1d25;
}
.accueil .hero_image .menu .ul_menu #nos_activites:hover .activites {
  opacity: 1;
  height: 230px;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-evenly;
  z-index: 99;
}
@media screen and (max-width: 1024px) {
  .accueil .hero_image .menu .ul_menu #nos_activites:hover .activites {
    height: 190px;
  }
}
.accueil .hero_image .menu .ul_menu #nos_activites:hover .activites li {
  display: block;
}
@media screen and (max-width: 1280px) {
  .accueil .hero_image .menu .ul_menu #nos_activites:hover .activites li {
    line-height: 30px;
    padding-top: 1em;
  }
}
@media screen and (max-width: 1024px) {
  .accueil .hero_image .menu .ul_menu #nos_activites:hover .activites li {
    padding: 0 10px;
  }
}
.accueil .hero_image .menu .ul_menu #nos_activites:hover .activites li a {
  text-align: center;
}
.accueil .hero_image .menu .ul_menu #nos_activites:hover .activites li a:hover {
  background-color: initial !important;
}
.accueil .hero_image .menu .ul_menu #nos_activites:hover .activites .sub-menu {
  opacity: 1;
  height: auto;
  display: flex;
  flex-direction: column;
  border-top: solid 2px #000;
}
.accueil .hero_image .menu .ul_menu #nos_activites:hover .activites .sub-menu li {
  text-transform: capitalize;
  line-height: 35px;
}
@media screen and (max-width: 1440px) {
  .accueil .hero_image .menu .ul_menu #nos_activites:hover .activites .sub-menu li {
    line-height: initial;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 1280px) {
  .accueil .hero_image .menu .ul_menu #nos_activites:hover .activites .sub-menu li {
    padding-top: 0;
  }
}
@media screen and (max-width: 1024px) {
  .accueil .hero_image .menu .ul_menu #nos_activites:hover .activites .sub-menu li {
    padding: 5px 0;
  }
}
.accueil .hero_image .menu .ul_menu #nos_activites:hover .activites .sub-menu li a {
  color: #000;
  cursor: pointer;
  text-align: initial;
}
@media screen and (max-width: 1280px) {
  .accueil .hero_image .menu .ul_menu #nos_activites:hover .activites .sub-menu li a {
    font-size: 15px;
  }
}
.accueil .hero_image .menu .ul_menu #nos_activites:hover .activites .sub-menu li a:hover {
  color: #ed1d25;
}
.accueil .hero_image .menu .ul_menu #nos_activites:hover .activites #img_activite {
  background-size: cover;
  width: 15em;
  height: 80%;
  margin: 1em 0;
  border-radius: 15px;
  transition: all 0.3s;
}
@media screen and (max-width: 1440px) {
  .accueil .hero_image .menu .ul_menu #nos_activites:hover .activites #img_activite {
    width: 17em;
  }
}
.accueil .hero_image .menu .ul_menu #nos_activites:hover .activites #menu-item-6152 ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.accueil .hero_image .lien_contact {
  padding: 10px 0;
}
@media screen and (max-width: 1440px) {
  .accueil .hero_image .lien_contact {
    padding: 10px 0;
  }
}
@media screen and (max-width: 820px) {
  .accueil .hero_image .lien_contact {
    display: none;
  }
}
.accueil .hero_image .lien_contact a {
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  font-family: "Nunito", sans-serif;
  font-weight: 800;
}
@media screen and (max-width: 1440px) {
  .accueil .hero_image .lien_contact a {
    font-size: 18px;
  }
}
@media screen and (max-width: 1180px) {
  .accueil .hero_image .lien_contact a {
    font-size: 16px;
  }
}
.accueil .hero_image #nav_mobile {
  display: none;
  padding: 0 1em;
}
@media screen and (max-width: 820px) {
  .accueil .hero_image #nav_mobile {
    display: flex;
  }
}
.accueil .hero_image #nav_mobile .burger {
  position: fixed;
  top: 10px;
  right: 15px;
  z-index: 999;
}
.accueil .hero_image #nav_mobile .burger .hamburger {
  padding: 0;
}
.accueil .hero_image #nav_mobile .burger .hamburger .hamburger-box .hamburger-inner {
  background-color: #fff;
}
.accueil .hero_image #nav_mobile .burger .hamburger .hamburger-box .hamburger-inner::before {
  background-color: #fff;
}
.accueil .hero_image #nav_mobile .burger .hamburger .hamburger-box .hamburger-inner::after {
  background-color: #fff;
}
.accueil .hero_image #nav_mobile .open .hamburger .hamburger-box .hamburger-inner {
  transform: rotate(45deg);
  background-color: #000;
}
.accueil .hero_image #nav_mobile .open .hamburger .hamburger-box .hamburger-inner::before {
  transform: rotate(90deg);
  top: 0px;
  background-color: #000;
}
.accueil .hero_image #nav_mobile .open .hamburger .hamburger-box .hamburger-inner::after {
  display: none;
}
.accueil .hero_image .nav_scroll .burger .hamburger .hamburger-box .hamburger-inner {
  background-color: #000 !important;
}
.accueil .hero_image .nav_scroll .burger .hamburger .hamburger-box .hamburger-inner::before {
  background-color: #000 !important;
}
.accueil .hero_image .nav_scroll .burger .hamburger .hamburger-box .hamburger-inner::after {
  background-color: #000 !important;
}
.accueil .hero_image .hero_intro {
  padding-top: 5em;
}
.accueil .hero_image .hero_intro h2 {
  text-transform: uppercase;
  font-size: 2.5rem;
  width: 50%;
  margin: 0 auto;
}
@media screen and (max-width: 1366px) {
  .accueil .hero_image .hero_intro h2 {
    width: 60%;
  }
}
@media screen and (max-width: 1024px) {
  .accueil .hero_image .hero_intro h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 500px) {
  .accueil .hero_image .hero_intro h2 {
    width: 90%;
    font-size: 1.8rem;
  }
}
.accueil .hero_image .hero_intro p {
  width: 35%;
  margin: 35px auto;
}
@media screen and (max-width: 500px) {
  .accueil .hero_image .hero_intro p {
    width: 90%;
  }
}
.accueil .section1 {
  margin-bottom: 5em;
}
.accueil .section1 h2 {
  margin: 0;
  text-transform: uppercase;
  padding-top: 1em;
}
.accueil .section1 .contenu_s1 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 500px) {
  .accueil .section1 .contenu_s1 {
    align-items: center;
    flex-direction: column;
  }
}
.accueil .section1 .contenu_s1 .text_s1 {
  padding-left: 60px;
  width: 30%;
  font-weight: 600;
}
@media screen and (max-width: 1440px) {
  .accueil .section1 .contenu_s1 .text_s1 {
    width: 35%;
  }
}
@media screen and (max-width: 1366px) {
  .accueil .section1 .contenu_s1 .text_s1 {
    width: 40%;
  }
}
@media screen and (max-width: 1024px) {
  .accueil .section1 .contenu_s1 .text_s1 {
    width: 50%;
    padding-left: 30px;
  }
}
@media screen and (max-width: 500px) {
  .accueil .section1 .contenu_s1 .text_s1 {
    width: 100%;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.accueil .section1 .contenu_s1 .text_s1 .lien_s1 {
  text-align: center;
  width: 12em;
  background-color: transparent;
  padding: 15px 0;
  border-radius: 15px;
  transition: all 0.3s;
}
.accueil .section1 .contenu_s1 .text_s1 .lien_s1:hover {
  border-radius: 30px;
  background-color: #ffe9cf;
}
.accueil .section1 .contenu_s1 .text_s1 .lien_s1:hover a {
  color: #ed1d25;
}
.accueil .section1 .contenu_s1 .text_s1 .lien_s1 a {
  color: #000;
  font-weight: 600;
}
.accueil .section1 .contenu_s1 .img_s1 .carre_rouge {
  background: #ed1d25;
  height: 25em;
  width: 40em;
  position: absolute;
  right: 0;
  z-index: -1;
  margin-top: -2em;
  border-radius: 15px 0 0px 15px;
}
@media screen and (max-width: 1366px) {
  .accueil .section1 .contenu_s1 .img_s1 .carre_rouge {
    width: 30em;
  }
}
@media screen and (max-width: 1024px) {
  .accueil .section1 .contenu_s1 .img_s1 .carre_rouge {
    height: 25em;
    width: 22em;
  }
}
@media screen and (max-width: 820px) {
  .accueil .section1 .contenu_s1 .img_s1 .carre_rouge {
    width: 16em;
  }
}
@media screen and (max-width: 500px) {
  .accueil .section1 .contenu_s1 .img_s1 .carre_rouge {
    width: 0;
  }
}
.accueil .section1 .contenu_s1 .img_s1 img {
  width: 35em;
  height: 20em;
  margin-right: 15em;
  object-fit: cover;
  border-radius: 15px;
  box-shadow: 16px 15px 20px 0px rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 1440px) {
  .accueil .section1 .contenu_s1 .img_s1 img {
    margin-right: 8em;
  }
}
@media screen and (max-width: 1366px) {
  .accueil .section1 .contenu_s1 .img_s1 img {
    margin-right: 3em;
    width: 30em;
  }
}
@media screen and (max-width: 1024px) {
  .accueil .section1 .contenu_s1 .img_s1 img {
    width: 26em;
    margin-right: 2em;
  }
}
@media screen and (max-width: 820px) {
  .accueil .section1 .contenu_s1 .img_s1 img {
    margin-right: 0;
    width: 20em;
  }
}
@media screen and (max-width: 500px) {
  .accueil .section1 .contenu_s1 .img_s1 img {
    margin-top: 1em;
  }
}
.accueil .section2 {
  display: flex;
  align-content: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .accueil .section2 {
    margin: 0 3em;
  }
}
@media screen and (max-width: 820px) {
  .accueil .section2 {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 500px) {
  .accueil .section2 {
    flex-direction: column-reverse;
    margin: 0;
  }
}
.accueil .section2 .img_s2 {
  width: 25%;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .accueil .section2 .img_s2 {
    width: 50%;
    padding: 0 3em;
  }
}
@media screen and (max-width: 500px) {
  .accueil .section2 .img_s2 {
    width: 100%;
  }
}
.accueil .section2 .img_s2 img {
  width: 75%;
  border-radius: 15px;
}
.accueil .section2 .text_s2 {
  padding: 0 2rem;
  width: 40%;
}
@media screen and (max-width: 820px) {
  .accueil .section2 .text_s2 {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .accueil .section2 .text_s2 {
    width: 100%;
  }
}
.accueil .section2 .certification {
  padding: 0 2rem;
  text-align: center;
  width: 35%;
}
@media screen and (max-width: 820px) {
  .accueil .section2 .certification {
    width: 100%;
    padding: 0 6em;
  }
}
@media screen and (max-width: 500px) {
  .accueil .section2 .certification {
    padding: 0 2rem;
    text-align: initial;
  }
}
.accueil .section2 .certification h2 {
  text-transform: uppercase;
  color: #ed1d25;
  position: relative;
  top: -40px;
  margin: 0;
}
@media screen and (max-width: 500px) {
  .accueil .section2 .certification h2 {
    color: #000;
  }
}
.accueil .section2 .certification .div_certification .ligne1, .accueil .section2 .certification .div_certification .ligne2 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1em 0;
}
.accueil .section2 .certification .div_certification .ligne1 .image, .accueil .section2 .certification .div_certification .ligne2 .image {
  width: 10em;
  height: 7em;
  padding: 0;
}
.accueil .section2 .certification .div_certification .ligne1 .image img, .accueil .section2 .certification .div_certification .ligne2 .image img {
  object-fit: contain;
  width: 100%;
  height: 7em;
}
.accueil .section3 {
  background-color: #ffe9cf;
  padding: 0em 5em;
}
@media screen and (max-width: 1366px) {
  .accueil .section3 {
    padding: 0em 2em;
  }
}
.accueil .section3 h2 {
  text-align: center;
  padding-top: 1em;
  color: #ed1d25;
  text-transform: uppercase;
}
.accueil .section3 .slider_mobile_activiter {
  grid-template-columns: repeat(1, 1fr) !important;
}
.accueil .section3 .div_activite {
  padding: 2em 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
}
.accueil .section3 .div_activite a {
  width: 100%;
  background-size: cover;
  background-position: center;
  height: 10em;
  margin-bottom: 5em;
  transition: all 0.3s;
  border-radius: 15px;
}
@media screen and (min-width: 2000px) {
  .accueil .section3 .div_activite a {
    height: 15em;
  }
}
@media screen and (max-width: 820px) {
  .accueil .section3 .div_activite a {
    height: 8em;
  }
}
.accueil .section3 .div_activite a:hover {
  background-blend-mode: multiply;
  background: rgba(0, 0, 0, 0.3333333333);
  height: 15em;
  margin-bottom: 0;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 1440px) {
  .accueil .section3 .div_activite a:hover {
    height: 12em;
  }
}
@media screen and (max-width: 820px) {
  .accueil .section3 .div_activite a:hover {
    height: 10em;
  }
}
.accueil .section3 .div_activite a:hover p {
  top: 6em;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .accueil .section3 .div_activite a:hover p {
    top: 4em;
  }
}
.accueil .section3 .div_activite a p {
  color: #000;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  top: 10em;
  padding: 0 10px;
  transition: all 0.3s;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 2000px) {
  .accueil .section3 .div_activite a p {
    top: 16em;
  }
}
@media screen and (max-width: 1024px) {
  .accueil .section3 .div_activite a p {
    font-size: 13px;
    top: 13em;
  }
}
@media screen and (max-width: 820px) {
  .accueil .section3 .div_activite a p {
    top: 10em;
  }
}
.accueil .section3 .div_activite .slick-prev, .accueil .section3 .div_activite .slick-next {
  top: 95%;
  width: 100px;
}
.accueil .section3 .div_activite .slick-next {
  right: 40px;
}
.accueil .section3 .div_activite .slick-prev {
  left: 40px;
}
.accueil .section4 .div_nos_experts {
  height: 25em;
  background-blend-mode: multiply;
  background: rgba(0, 0, 0, 0.3333333333);
  background-size: cover;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1366px) {
  .accueil .section4 .div_nos_experts {
    height: 20em;
  }
}
.accueil .section4 .div_nos_experts .contenu_s4 {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 500px) {
  .accueil .section4 .div_nos_experts .contenu_s4 {
    justify-content: center;
    flex-direction: column;
  }
}
.accueil .section4 .div_nos_experts .contenu_s4 div {
  margin: 0 2em;
  color: #fff;
}
.accueil .section4 .div_nos_experts .contenu_s4 div h2 {
  color: #fff;
  font-size: 2.5rem;
  margin: 0;
}
@media screen and (max-width: 820px) {
  .accueil .section4 .div_nos_experts .contenu_s4 div h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 500px) {
  .accueil .section4 .div_nos_experts .contenu_s4 div h2 {
    font-size: 1.8rem;
  }
}
.accueil .section4 .div_nos_experts .contenu_s4 a {
  margin: 0 2em;
  background: #fff;
  font-size: 1.5rem;
  color: #444;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 15px;
}
@media screen and (max-width: 1024px) {
  .accueil .section4 .div_nos_experts .contenu_s4 a {
    font-size: 1rem;
  }
}
.accueil .section4 .div_nos_experts .contenu_s4 a p {
  border: 2px solid #444;
  margin: 0em;
  padding: 20px 60px;
  border-radius: 15px;
  transition: all 0.3s;
}
.accueil .section4 .div_nos_experts .contenu_s4 a p:hover {
  margin: 1em;
}
@media screen and (max-width: 500px) {
  .accueil .section4 .div_nos_experts .contenu_s4 a p {
    padding: 10px 20px;
  }
}
.accueil .section5 {
  margin: 0 1em;
}
.accueil .section5 .titre_s5 {
  width: 100%;
  height: 10em;
}
@media screen and (max-width: 1440px) {
  .accueil .section5 .titre_s5 {
    height: 8em;
  }
}
@media screen and (max-width: 820px) {
  .accueil .section5 .titre_s5 {
    height: 5em;
  }
}
@media screen and (max-width: 500px) {
  .accueil .section5 .titre_s5 {
    height: 10em;
  }
}
.accueil .section5 .titre_s5 h2 {
  color: #ed1d25;
  text-transform: uppercase;
  text-align: right;
}
@media screen and (max-width: 500px) {
  .accueil .section5 .titre_s5 h2 {
    color: #000;
    text-align: left;
  }
}
.accueil .section5 .red_box {
  width: 40em;
  height: 30em;
  position: absolute;
  left: 0;
  background-color: #ed1d25;
  z-index: -1;
  margin-top: -120px;
  border-radius: 0 15px 15px 0;
}
@media screen and (max-width: 1366px) {
  .accueil .section5 .red_box {
    width: 35em;
    height: 30em;
  }
}
@media screen and (max-width: 1024px) {
  .accueil .section5 .red_box {
    width: 25em;
    height: 25em;
  }
}
@media screen and (max-width: 820px) {
  .accueil .section5 .red_box {
    width: 20em;
    height: 28em;
    margin-top: -40px;
  }
}
@media screen and (max-width: 500px) {
  .accueil .section5 .red_box {
    width: 50%;
    height: 35em;
  }
}
.accueil .section5 .chantier_reference {
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.accueil .section5 .arrow_long_right {
  width: 7em;
  position: absolute;
  right: 15px;
  margin-top: 2em;
}
.accueil .section6 {
  display: flex;
  align-items: flex-start;
  margin-top: 5em;
}
@media screen and (max-width: 820px) {
  .accueil .section6 {
    margin-top: 0em;
  }
}
@media screen and (max-width: 500px) {
  .accueil .section6 {
    flex-direction: column;
    margin: 0 1em;
  }
}
.accueil .section6 .col_left_s6 {
  width: 50%;
  margin-left: 5em;
}
@media screen and (max-width: 1024px) {
  .accueil .section6 .col_left_s6 {
    margin-left: 2em;
  }
}
@media screen and (max-width: 500px) {
  .accueil .section6 .col_left_s6 {
    width: 100%;
    margin-left: 0;
  }
}
.accueil .section6 .col_left_s6 h2 {
  color: #ed1d25;
  width: 15em;
  text-transform: uppercase;
  margin-bottom: 2em;
}
@media screen and (max-width: 1440px) {
  .accueil .section6 .col_left_s6 h2 {
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 500px) {
  .accueil .section6 .col_left_s6 h2 {
    width: 100%;
    color: #000;
    font-size: 1.8rem;
  }
}
.accueil .section6 .col_left_s6 .txt_s6 {
  width: 100%;
  padding: 0 5em;
}
@media screen and (max-width: 1440px) {
  .accueil .section6 .col_left_s6 .txt_s6 {
    padding: 0 3em;
  }
}
@media screen and (max-width: 1024px) {
  .accueil .section6 .col_left_s6 .txt_s6 {
    padding-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .accueil .section6 .col_left_s6 .txt_s6 {
    padding: 0 30px;
  }
}
@media screen and (max-width: 500px) {
  .accueil .section6 .col_left_s6 .txt_s6 {
    padding: 0 15px;
  }
}
.accueil .section6 .col_left_s6 .lien_s6 {
  text-align: center;
  width: 12em;
  padding: 15px 0;
  border-radius: 15px;
  transition: all 0.3s;
  background-color: transparent;
}
.accueil .section6 .col_left_s6 .lien_s6:hover {
  border-radius: 30px;
  background-color: #ffe9cf;
}
.accueil .section6 .col_left_s6 .lien_s6:hover a {
  color: #ed1d25;
}
.accueil .section6 .col_left_s6 .lien_s6 a {
  color: #000;
  font-weight: 600;
}
.accueil .section6 .col_right_s6 {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .accueil .section6 .col_right_s6 {
    padding-top: 6em;
  }
}
@media screen and (max-width: 820px) {
  .accueil .section6 .col_right_s6 {
    padding-top: 10em;
  }
}
@media screen and (max-width: 500px) {
  .accueil .section6 .col_right_s6 {
    padding-top: 2em;
    width: 100%;
  }
}
.accueil .section6 .col_right_s6 img {
  width: 100%;
  border-radius: 15px;
}
@media screen and (max-width: 820px) {
  .accueil .section6 .col_right_s6 img {
    height: 20em;
    object-fit: cover;
  }
}
.accueil .section7 {
  margin: 5em 0;
}
.accueil .section7 h2 {
  text-transform: uppercase;
  color: #000;
  text-align: center;
}
.accueil .section7 .slider_accueil {
  width: 100%;
  margin: 5rem 0;
  font-size: 20px;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .accueil .section7 .slider_accueil {
    margin: 3rem 0;
  }
}
.accueil .section7 .slider_accueil img {
  width: 100%;
  padding: 0 2em;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .accueil .section7 .slider_accueil img {
    padding: 0 1em;
  }
}
.accueil .section8 .reseau {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.accueil .section8 .reseau a {
  padding: 15px;
  transition: all 0.3s;
}
.accueil .section8 .reseau a:hover {
  transform: scale(1.2);
}
@media screen and (max-width: 1440px) {
  .accueil .section8 .reseau a {
    padding: 10px;
  }
}
.accueil .section8 .reseau a img {
  width: 2em;
}
@media screen and (max-width: 1440px) {
  .accueil .section8 .reseau a img {
    width: 2em;
  }
}

.single .hero_image {
  height: 15em;
}
@media screen and (max-width: 1440px) {
  .single .hero_image {
    height: 20em;
  }
}
.single .hero_image h1 {
  position: absolute;
  top: 8rem;
  left: 2rem;
  border-left: solid 5px red;
  color: #fff;
  padding-left: 2rem;
}
@media (max-width: 768px) {
  .single .hero_image h1 {
    top: 0rem !important;
    padding-left: 1rem;
    left: 1rem;
    font-size: 2.5rem;
  }
}
.single .hero_image .parallax {
  position: absolute;
  background-repeat: no-repeat;
  width: 100%;
  height: 200%;
  top: 0;
}
.single .hero_image__intro {
  padding-top: 170px;
  font-family: "Open Sans", sans-serif;
}
.single .hero_image__intro h2 {
  color: white;
  font-size: 1.8em;
  text-transform: uppercase;
  overflow: hidden;
}
@media (max-width: 767px) {
  .single .hero_image__intro h2 {
    font-size: 1.2em;
  }
}
.single .hero_image__intro h3 {
  color: white;
}
.single .hero_image__intro p {
  color: white;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  line-height: 30px;
  overflow: hidden;
}
.single .page-content {
  width: 100% !important;
  max-width: 100% !important;
}
.single .page-content .intro {
  font-size: 24px !important;
  padding: 40px;
}
@media (max-width: 1024px) {
  .single .page-content .intro {
    font-size: 20px !important;
  }
}
.single .page-content .intro p {
  color: #000;
  font-weight: 700;
}
.single .page-content .div_citation {
  background-color: #af0e14;
  margin: 40px;
  padding: 0px 180px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 768px) {
  .single .page-content .div_citation {
    margin: 0;
    padding: 10px;
  }
}
.single .page-content .div_citation i {
  font-size: 5rem;
  padding-top: 10px;
}
.single .page-content .div_citation div {
  padding-top: 10px;
}
.single .page-content .div_citation div p {
  font-size: 28px;
  line-height: 1.111;
  text-align: center;
}
@media (max-width: 768px) {
  .single .page-content .div_citation div p {
    font-size: 18px;
  }
}
.single .page-content .columns {
  font-size: 0;
}
.single .page-content .columns .bloc h3 strong {
  color: #000;
}
.single .page-content .columns .bloc ul {
  list-style-type: disc !important;
}
.single .page-content .columns .bloc ul li {
  line-height: 30px;
  color: #555;
}
.single .page-content .columns .bloc a {
  color: #000;
  text-decoration: none;
}
.single .page-content .columns .bloc_full {
  margin-top: 80px;
  font-size: 20px;
}
.single .page-content .columns .bloc1 {
  width: 1520px !important;
  margin: auto;
  display: block !important;
  overflow: hidden;
  width: 100%;
  font-size: 15px;
  display: inline-block;
  box-sizing: border-box;
}
.single .page-content .columns .bloc1 .btn-single {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .single .page-content .columns .bloc1 {
    width: 100%;
    vertical-align: top;
  }
}
@media (max-width: 767px) {
  .single .page-content .columns .bloc1 {
    width: 100% !important;
  }
}
.single .page-content .columns .is-half {
  font-size: 20px !important;
  color: black;
  width: 100%;
  font-size: 15px;
  display: inline-block;
  box-sizing: border-box;
  padding: 40px;
}
@media only screen and (min-width: 768px) {
  .single .page-content .columns .is-half {
    width: 50%;
    vertical-align: top;
  }
}
@media (max-width: 1280px) {
  .single .page-content .columns .is-half {
    font-size: 16px !important;
  }
}
@media (max-width: 767px) {
  .single .page-content .columns .is-half {
    padding: 0 10px 2em 10px;
    width: 100%;
  }
}
.single .page-content .columns .bloc2 h2 {
  margin: 0;
  font-weight: 600;
  border-left: 10px #af0e14 solid;
  padding: 0 20px;
  font-size: 1.5rem;
}
.single .page-content .columns .bloc3 {
  width: 100%;
  font-size: 15px;
  display: inline-block;
  box-sizing: border-box;
  padding: 40px;
}
@media only screen and (min-width: 768px) {
  .single .page-content .columns .bloc3 {
    width: 33.3333333333%;
    vertical-align: top;
  }
}
@media (max-width: 767px) {
  .single .page-content .columns .bloc3 {
    padding: 0 10px 2em 10px;
  }
}
.single .page-content .columns .bloc3 h2 {
  margin: 0;
  font-weight: 600;
  border-left: 10px #af0e14 solid;
  padding: 0 20px;
  font-size: 1.5rem;
}
.single .page-content .columns .bloc3 h4 {
  font-size: 1.2rem;
}
.single .page-content .columns .bloc3 p {
  font-size: 20px;
}
.single .page-content .columns .bloc4 {
  width: 100%;
  font-size: 15px;
  display: inline-block;
  box-sizing: border-box;
  padding: 40px;
}
@media only screen and (min-width: 768px) {
  .single .page-content .columns .bloc4 {
    width: 25%;
    vertical-align: top;
  }
}
@media (max-width: 1280px) {
  .single .page-content .columns .bloc4 {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .single .page-content .columns .bloc4 {
    padding: 0 10px 2em 10px;
  }
}
.single .page-content .columns .bloc4 img {
  border-radius: 15px;
}
.single .page-content .columns .bloc4 p {
  line-height: 20px;
  text-align: justify;
}
.single .page-content .columns .bloc4 h4, .single .page-content .columns .bloc4 h5 {
  margin: 0;
}
.single .page-content .columns .bloc4 h4 {
  color: #000;
  font-size: 1.2rem;
}
.single .page-content .columns .bloc4 p {
  font-size: 20px;
}
@media (max-width: 1280px) {
  .single .page-content .columns .bloc4 p {
    font-size: 15px;
  }
}
.single .page-content .columns .bloc5 {
  width: 100%;
  font-size: 15px;
  display: inline-block;
  box-sizing: border-box;
  padding: 40px;
}
@media only screen and (min-width: 768px) {
  .single .page-content .columns .bloc5 {
    width: 20%;
    vertical-align: top;
  }
}
.single .page-content .columns .column h2 {
  color: #000;
}
.single .page-content .columns .column h2 strong {
  color: #000;
}
.single .page-content .columns .column h3 {
  color: #000;
}
.single .page-content .columns .column img {
  max-width: 100%;
  object-fit: contain;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .single .page-content .columns .column img {
    width: 100%;
    height: auto;
  }
}
.single .page-content .columns .column .gallery img {
  transition: all 0.3s;
}
.single .carroussel_image {
  margin: 0 15em;
}
.single .carroussel_image .slick-prev {
  left: -80px;
}
.single .carroussel_image .slick-next {
  right: -35px;
}
.single .carroussel_image .slick-arrow:before {
  color: #af0e14;
  font-size: 60px;
}
.single .carroussel_image img {
  width: 100%;
  height: 22em;
  object-fit: cover;
  border-radius: 15px;
}
.single .page-template-default .modal {
  top: 0;
  max-width: 600px;
}
.single .image_flexible {
  height: 27em !important;
  background-size: cover;
  background-position: bottom;
  border-radius: 15px;
}
.single .imageflex_div {
  display: flex;
  margin: 5em;
  border-radius: 15px;
}
@media (max-width: 767px) {
  .single .imageflex_div {
    display: flex;
    flex-direction: column;
    margin: unset;
  }
}
.single .hero-flex {
  height: 15em;
}
.single .titreflex {
  margin: unset;
}
.single .title {
  margin-left: 2em;
  font-weight: 600;
  font-size: 2rem;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .single .title {
    margin: 0;
    padding: 0 10px;
    font-size: 1.5rem;
  }
}
.single .section_class {
  margin: 0 5em;
}
@media (max-width: 820px) {
  .single .section_class {
    margin: 0 2em;
  }
}
@media screen and (max-width: 500px) {
  .single .section_class {
    margin: 0 1em;
  }
}
.single .container .banniere {
  height: 20em;
  background-blend-mode: multiply;
  background-size: cover;
  background-position: left;
  background-position: center 25%;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .single .container .banniere {
    height: 10em;
  }
}
.single .container .demi_banniere {
  height: 15em;
  background-position: center 25%;
  background-repeat: no-repeat;
  margin: 3rem 0;
}
.single .list {
  border-left: 3px solid #af0e14;
}
.single .list li {
  line-height: 3em !important;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .single .list li {
    line-height: 2em !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .single .list li {
    line-height: 2em !important;
  }
}
@media (max-width: 767px) {
  .single .list li {
    line-height: 1em;
  }
}
.single .section-blocs {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .single .section-blocs {
    flex-direction: column;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .single .imagewidth {
    height: 18em;
    width: 36em;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .single .imagewidth {
    height: 20em;
    width: 40em;
  }
}
@media (max-width: 767px) {
  .single .imagewidth {
    width: -webkit-fill-available;
    height: auto;
  }
}

.page-template-qui-somme-nous .hero_image2 {
  height: 15em;
  background-size: cover;
}
@media screen and (max-width: 820px) {
  .page-template-qui-somme-nous .hero_image2 {
    height: 10em;
  }
}
.page-template-qui-somme-nous .historique_du_groupe h2 {
  text-transform: uppercase;
}
.page-template-qui-somme-nous .historique_du_groupe .contenu_hdg {
  display: flex;
  align-items: start;
}
@media screen and (max-width: 820px) {
  .page-template-qui-somme-nous .historique_du_groupe .contenu_hdg {
    flex-direction: column;
  }
}
.page-template-qui-somme-nous .historique_du_groupe .contenu_hdg .text_hdg {
  width: 50%;
  padding: 0 30px;
}
@media screen and (max-width: 820px) {
  .page-template-qui-somme-nous .historique_du_groupe .contenu_hdg .text_hdg {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .page-template-qui-somme-nous .historique_du_groupe .contenu_hdg .text_hdg {
    padding: 0 10px;
  }
}
.page-template-qui-somme-nous .historique_du_groupe .contenu_hdg .img_hdg {
  width: 50%;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .page-template-qui-somme-nous .historique_du_groupe .contenu_hdg .img_hdg {
    width: 100%;
  }
}
.page-template-qui-somme-nous .historique_du_groupe .contenu_hdg .img_hdg img {
  width: 100%;
  object-fit: cover;
  border-radius: 15px;
}
@media screen and (max-width: 820px) {
  .page-template-qui-somme-nous .historique_du_groupe .contenu_hdg .img_hdg img {
    height: 20em;
  }
}
.page-template-qui-somme-nous .multimetier {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 4em 0;
}
.page-template-qui-somme-nous .multimetier img {
  width: 80%;
}
.page-template-qui-somme-nous .nos_valeurs h2 {
  text-transform: uppercase;
}
.page-template-qui-somme-nous .nos_valeurs ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
}
@media screen and (max-width: 1440px) {
  .page-template-qui-somme-nous .nos_valeurs ul {
    flex-wrap: wrap;
  }
}
.page-template-qui-somme-nous .nos_valeurs ul li {
  margin: 1em;
  width: 20%;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .page-template-qui-somme-nous .nos_valeurs ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: justify;
  }
}
@media screen and (max-width: 1180px) {
  .page-template-qui-somme-nous .nos_valeurs ul li {
    width: 45%;
  }
}
@media screen and (max-width: 500px) {
  .page-template-qui-somme-nous .nos_valeurs ul li {
    width: 100%;
  }
}
.page-template-qui-somme-nous .nos_valeurs ul li img {
  width: 5em;
  height: 5em;
  object-fit: contain;
}
@media screen and (max-width: 1440px) {
  .page-template-qui-somme-nous .nos_valeurs ul li img {
    text-align: center;
  }
}
.page-template-qui-somme-nous .nos_valeurs ul li h3 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
@media screen and (max-width: 1440px) {
  .page-template-qui-somme-nous .nos_valeurs ul li h3 {
    text-align: center;
  }
}
.page-template-qui-somme-nous .nos_valeurs ul li p {
  text-align: justify;
}
.page-template-qui-somme-nous .chiffres_cles h2 {
  text-transform: uppercase;
}
.page-template-qui-somme-nous .chiffres_cles .div_chiffres {
  display: flex;
  align-items: flex-start;
  justify-content: space-evenly;
}
@media screen and (max-width: 500px) {
  .page-template-qui-somme-nous .chiffres_cles .div_chiffres {
    flex-direction: column;
  }
}
.page-template-qui-somme-nous .chiffres_cles .div_chiffres div {
  width: 100%;
}
.page-template-qui-somme-nous .implantation_logos h2 {
  text-transform: uppercase;
}
.page-template-qui-somme-nous .implantation_logos iframe {
  border-radius: 15px;
}
@media screen and (max-width: 820px) {
  .page-template-qui-somme-nous .implantation_logos iframe {
    height: 20em;
    margin-bottom: 1em;
  }
}

.page-template-filiales .hero_image2 {
  height: 15em;
}
.page-template-filiales h1 {
  color: #000;
  margin-left: 1em;
  text-transform: uppercase;
}
.page-template-filiales .filiales {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  list-style-type: none;
}
.page-template-filiales .filiales .li_filiales {
  border-radius: 15px;
  width: 27%;
  text-align: center;
  margin: 40px;
  padding-bottom: 2em;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 5px 5px 0 rgba(0, 0, 0, 0.12), 0 0px 10px 5px rgba(0, 0, 0, 0.2);
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s;
}
.page-template-filiales .filiales .li_filiales:hover {
  transform: scale(1.1);
  box-shadow: 0px 10px 20px #000;
}
@media screen and (max-width: 1366px) {
  .page-template-filiales .filiales .li_filiales {
    margin: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .page-template-filiales .filiales .li_filiales {
    width: 45%;
  }
}
@media screen and (max-width: 500px) {
  .page-template-filiales .filiales .li_filiales {
    width: 90%;
  }
}
.page-template-filiales .filiales .li_filiales .center {
  text-align: center;
}
.page-template-filiales .filiales .li_filiales .center .filiales_en_tete img {
  width: 100%;
  height: 7em;
  object-fit: contain;
  padding: 0 50px;
}
.page-template-filiales .filiales .li_filiales .center .filiales_desc p {
  text-align: justify;
  padding: 20px 15px;
}
.page-template-filiales .filiales .li_filiales .btn_filiales {
  text-align: center;
}
.page-template-filiales .filiales .li_filiales .btn_filiales a {
  font-weight: 600;
  background-color: #ffe9cf;
  color: #ed1d25;
  text-align: center;
  line-height: 46px;
  border-radius: 30px;
  padding: 0 50px;
  font-size: 18px;
  text-transform: uppercase;
  transition: 0.3s;
}
.page-template-filiales .filiales .li_filiales .btn_filiales a:hover {
  background-color: #ed1d25;
  color: #fff;
}

.page-template-activite .top_activite_double {
  display: flex;
  align-items: center;
  margin: 0 5em;
}
@media screen and (max-width: 1366px) {
  .page-template-activite .top_activite_double {
    margin: 0 2em;
  }
}
@media screen and (max-width: 1180px) {
  .page-template-activite .top_activite_double {
    display: block;
  }
}
@media screen and (max-width: 500px) {
  .page-template-activite .top_activite_double {
    margin: 0 1em;
  }
}
.page-template-activite .top_activite_double .div_gauche {
  width: 60%;
  display: flex;
  align-items: self-start;
}
@media screen and (max-width: 1180px) {
  .page-template-activite .top_activite_double .div_gauche {
    width: 100%;
  }
}
.page-template-activite .top_activite_double .div_gauche .div_intro {
  width: 100%;
  padding: 0 15px;
}
@media screen and (max-width: 1024px) {
  .page-template-activite .top_activite_double .div_gauche .div_intro {
    padding: 0 5px;
  }
}
.page-template-activite .top_activite_double .div_gauche .div_intro h1 {
  text-transform: uppercase;
  font-size: 2.3rem;
  margin: 1.15rem 0 0.92rem 0;
}
@media screen and (max-width: 1024px) {
  .page-template-activite .top_activite_double .div_gauche .div_intro h1 {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 500px) {
  .page-template-activite .top_activite_double .div_gauche .div_intro table tbody tr {
    display: flex;
    flex-direction: column;
  }
}
.page-template-activite .top_activite_double .div_gauche .div_intro table tbody tr td {
  padding-left: 10px;
}
@media screen and (max-width: 500px) {
  .page-template-activite .top_activite_double .div_gauche .div_intro table tbody tr td {
    width: 100% !important;
    padding: 0;
  }
}
.page-template-activite .top_activite_double .div_gauche .div_intro table tbody tr td h2, .page-template-activite .top_activite_double .div_gauche .div_intro table tbody tr td h3 {
  font-size: 24px;
}
.page-template-activite .top_activite_double .div_gauche .div_intro table tbody tr td p {
  padding: 0 20px;
  text-align: justify;
  font-size: 14px;
}
.page-template-activite .top_activite_double .div_gauche .div_intro table tbody tr td ul li {
  list-style-type: disc !important;
  font-size: 14px;
  padding: 0 20px;
}
.page-template-activite .top_activite_double .div_droite {
  width: 40%;
}
@media screen and (max-width: 1180px) {
  .page-template-activite .top_activite_double .div_droite {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 500px) {
  .page-template-activite .top_activite_double .div_droite {
    margin-bottom: 2em;
  }
}
.page-template-activite .top_activite_double .div_droite img {
  width: 40em;
  height: 30em;
  object-fit: cover;
  border-radius: 15px;
}
@media screen and (max-width: 1180px) {
  .page-template-activite .top_activite_double .div_droite img {
    width: 50em;
    height: 15em;
  }
}
@media screen and (max-width: 1024px) {
  .page-template-activite .top_activite_double .div_droite img {
    width: 70%;
    height: 25em;
  }
}
@media screen and (max-width: 500px) {
  .page-template-activite .top_activite_double .div_droite img {
    width: 100%;
    height: 10em;
  }
}
.page-template-activite .top_activite {
  display: flex;
  align-items: center;
  margin: 0 5em;
}
@media screen and (max-width: 1280px) {
  .page-template-activite .top_activite {
    margin: 0 2em;
  }
}
@media screen and (max-width: 820px) {
  .page-template-activite .top_activite {
    flex-direction: column;
  }
}
.page-template-activite .top_activite .div_gauche {
  width: 60%;
  display: flex;
  align-items: self-start;
}
@media screen and (max-width: 820px) {
  .page-template-activite .top_activite .div_gauche {
    flex-direction: column;
    width: 100%;
  }
}
.page-template-activite .top_activite .div_gauche .div_intro {
  width: 50%;
  padding: 0 15px;
}
@media screen and (max-width: 1024px) {
  .page-template-activite .top_activite .div_gauche .div_intro {
    padding: 0 5px;
  }
}
@media screen and (max-width: 820px) {
  .page-template-activite .top_activite .div_gauche .div_intro {
    width: 100%;
  }
}
.page-template-activite .top_activite .div_gauche .div_intro h1 {
  text-transform: uppercase;
  font-size: 2.3rem;
  margin: 1.15rem 0 0.92rem 0;
}
@media screen and (max-width: 1024px) {
  .page-template-activite .top_activite .div_gauche .div_intro h1 {
    font-size: 1.7rem;
  }
}
.page-template-activite .top_activite .div_gauche .div_intro p {
  text-align: justify;
}
.page-template-activite .top_activite .div_gauche .div_detail {
  padding: 0 15px;
  width: 50%;
}
@media screen and (max-width: 820px) {
  .page-template-activite .top_activite .div_gauche .div_detail {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .page-template-activite .top_activite .div_gauche .div_detail {
    padding: 0;
  }
}
.page-template-activite .top_activite .div_gauche .div_detail h2 {
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .page-template-activite .top_activite .div_gauche .div_detail h2 {
    font-size: 1.7rem;
  }
}
.page-template-activite .top_activite .div_gauche .div_detail ul {
  margin-left: 3em;
}
.page-template-activite .top_activite .div_gauche .div_detail ul li {
  font-family: "Source Sans Pro", sans-serif;
  list-style-type: disc !important;
}
.page-template-activite .top_activite .div_droite {
  width: 40%;
}
@media screen and (max-width: 820px) {
  .page-template-activite .top_activite .div_droite {
    width: 100%;
    text-align: center;
  }
}
.page-template-activite .top_activite .div_droite img {
  width: 100%;
  height: 30em;
  object-fit: cover;
  border-radius: 15px;
}
@media screen and (max-width: 1024px) {
  .page-template-activite .top_activite .div_droite img {
    width: 100%;
    height: 25em;
  }
}
@media screen and (max-width: 820px) {
  .page-template-activite .top_activite .div_droite img {
    height: 15em;
    width: 70%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 500px) {
  .page-template-activite .top_activite .div_droite img {
    height: 10em;
    width: 100%;
  }
}
.page-template-activite .section2 .div_nos_experts {
  height: 15em;
  background-blend-mode: multiply;
  background: rgba(237, 29, 37, 0.9019607843);
  background-size: cover;
  display: flex;
  justify-content: center;
}
.page-template-activite .section2 .div_nos_experts .contenu_s4 {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 820px) {
  .page-template-activite .section2 .div_nos_experts .contenu_s4 {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    justify-content: center;
  }
}
.page-template-activite .section2 .div_nos_experts .contenu_s4 div {
  margin: 0 2em;
  color: #fff;
}
@media screen and (max-width: 820px) {
  .page-template-activite .section2 .div_nos_experts .contenu_s4 div {
    margin: 10px 0;
  }
}
.page-template-activite .section2 .div_nos_experts .contenu_s4 div h3 {
  color: #fff;
  font-size: 2rem;
  text-transform: uppercase;
  margin: 0;
  font-family: "Nunito", sans-serif;
}
@media screen and (max-width: 1280px) {
  .page-template-activite .section2 .div_nos_experts .contenu_s4 div h3 {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 500px) {
  .page-template-activite .section2 .div_nos_experts .contenu_s4 div h3 {
    font-size: 1rem;
  }
}
.page-template-activite .section2 .div_nos_experts .contenu_s4 a {
  margin: 0 2em;
  background: #ffe9cf;
  font-size: 1.5rem;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 15px;
}
@media screen and (max-width: 1180px) {
  .page-template-activite .section2 .div_nos_experts .contenu_s4 a {
    font-size: 1rem;
  }
}
.page-template-activite .section2 .div_nos_experts .contenu_s4 a p {
  border: 2px solid #000;
  margin: 1em;
  padding: 20px 60px;
  border-radius: 15px;
}
@media screen and (max-width: 500px) {
  .page-template-activite .section2 .div_nos_experts .contenu_s4 a p {
    padding: 10px 20px;
  }
}
.page-template-activite .section3 {
  margin: 2em 5em;
}
@media screen and (max-width: 820px) {
  .page-template-activite .section3 {
    margin: 2em;
  }
}
@media screen and (max-width: 500px) {
  .page-template-activite .section3 {
    margin: 0;
  }
}
.page-template-activite .section3 h2 {
  text-transform: uppercase;
  color: #000;
}
@media screen and (max-width: 500px) {
  .page-template-activite .section3 h2 {
    font-size: 1rem;
    padding: 0 30px;
  }
}
.page-template-activite .section3 .flex {
  list-style-type: none;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 500px) {
  .page-template-activite .section3 .flex {
    flex-direction: column;
  }
}
.page-template-activite .section3 .flex li {
  width: 100%;
  padding: 0 30px;
}
.page-template-activite .section3 .flex li .en_tete_realisation img {
  width: 100%;
}
.page-template-activite .section3 .flex li .text_chantier_realisation {
  font-weight: 600;
  text-transform: uppercase;
}
.page-template-activite .section3 .flex li .text_chantier_realisation h4 {
  color: #000;
}
.page-template-activite .section3 .flex li .text_chantier_realisation p {
  color: #000;
}
.page-template-activite .section3 .tabs_bpe {
  display: flex;
  align-items: center;
  max-width: 100%;
  position: relative;
  text-align: center;
  padding: 0;
}
@media (max-width: 500px) {
  .page-template-activite .section3 .tabs_bpe {
    height: auto !important;
    flex-direction: column;
    position: inherit;
  }
  .page-template-activite .section3 .tabs_bpe li {
    width: 100%;
  }
}
.page-template-activite .section3 .tabs_bpe li {
  background-color: #FFF;
  width: 100%;
}
.page-template-activite .section3 .tabs_bpe li a {
  color: #ed1d25 !important;
  text-transform: uppercase;
  font-weight: bold;
}
.page-template-activite .section3 .tabs_bpe li a.active {
  color: #fff !important;
  background-color: #ed1d25;
}
.page-template-activite .section3 .tabs_bpe .indicator {
  display: none;
}
.page-template-activite .section3 .no-pad {
  box-shadow: 0px 10px 20px #000;
}
.page-template-activite .section3 .no-pad .div_flex {
  list-style-type: none;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 500px) {
  .page-template-activite .section3 .no-pad .div_flex {
    flex-direction: column;
  }
}
.page-template-activite .section3 .no-pad .div_flex li {
  width: 100%;
  padding: 0 30px;
}
.page-template-activite .section3 .no-pad .div_flex li a {
  color: #000;
}
.page-template-activite .section3 .no-pad .div_flex li a .en_tete_realisation img {
  width: 100%;
}
.page-template-activite .section3 .no-pad .div_flex li a .text_chantier_realisation h4 {
  font-weight: 600;
  text-transform: uppercase;
}
.page-template-activite .section3 .no-pad #test4 {
  padding: 10px;
}
.page-template-activite .section3 .no-pad #test4 .eco-titre {
  color: #000;
}
.page-template-activite .section3 .no-pad #image_title_eco {
  text-align: center;
}
.page-template-activite .section3 .div_galerie {
  width: 100%;
}
.page-template-activite .section3 .div_galerie .galerie_photos {
  width: 60%;
  margin: 0 auto;
}
@media screen and (max-width: 1366px) {
  .page-template-activite .section3 .div_galerie .galerie_photos {
    width: 75%;
  }
}
@media screen and (max-width: 500px) {
  .page-template-activite .section3 .div_galerie .galerie_photos {
    width: 100%;
  }
}
.page-template-activite .section3 .div_galerie .galerie_photos .slick-prev {
  left: -55px;
}
@media screen and (max-width: 500px) {
  .page-template-activite .section3 .div_galerie .galerie_photos .slick-prev {
    display: none !important;
  }
}
.page-template-activite .section3 .div_galerie .galerie_photos .slick-prev:before {
  color: #ed1d25;
  font-size: 50px;
}
@media screen and (max-width: 500px) {
  .page-template-activite .section3 .div_galerie .galerie_photos .slick-next {
    display: none !important;
  }
}
.page-template-activite .section3 .div_galerie .galerie_photos .slick-next:before {
  color: #ed1d25;
  font-size: 50px;
}
.page-template-activite .section3 .div_galerie .galerie_photos img {
  height: 25em;
  object-fit: cover;
  border-radius: 15px;
}
@media screen and (max-width: 820px) {
  .page-template-activite .section3 .div_galerie .galerie_photos img {
    height: 20em;
  }
}
.page-template-activite .section4 {
  margin: 2em 5em;
}
@media screen and (max-width: 1366px) {
  .page-template-activite .section4 {
    margin: 2em;
  }
}
.page-template-activite .section4 h2 {
  text-transform: uppercase;
  color: #000;
}
.page-template-activite .section4 .div_entreprise {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
@media screen and (max-width: 500px) {
  .page-template-activite .section4 .div_entreprise {
    flex-direction: column;
  }
}
.page-template-activite .section4 .div_entreprise .logo_entreprise {
  width: 25%;
  text-align: center;
}
@media screen and (max-width: 500px) {
  .page-template-activite .section4 .div_entreprise .logo_entreprise {
    width: 100%;
  }
}
.page-template-activite .section4 .div_entreprise .logo_entreprise img {
  width: 80%;
}
@media screen and (max-width: 1366px) {
  .page-template-activite .section4 .div_entreprise .logo_entreprise img {
    width: 100%;
  }
}
.page-template-activite .section4 .div_entreprise .contact_entreprise {
  width: 50%;
  padding: 0 10em;
}
@media screen and (max-width: 1366px) {
  .page-template-activite .section4 .div_entreprise .contact_entreprise {
    padding: 0 5em;
  }
}
@media screen and (max-width: 820px) {
  .page-template-activite .section4 .div_entreprise .contact_entreprise {
    padding: 0 2em;
  }
}
@media screen and (max-width: 500px) {
  .page-template-activite .section4 .div_entreprise .contact_entreprise {
    width: 100%;
    padding: 0;
  }
}
.page-template-activite .section4 .div_entreprise .contact_entreprise ul {
  list-style-type: none;
}
.page-template-activite .section4 .div_entreprise .contact_entreprise ul li {
  display: flex;
  align-items: center;
}
.page-template-activite .section4 .div_entreprise .contact_entreprise ul li img {
  padding-right: 15px;
}
@media screen and (max-width: 820px) {
  .page-template-activite .section4 .div_entreprise .contact_entreprise ul li img {
    width: 3em;
  }
}
.page-template-activite .section4 .div_entreprise .contact_entreprise ul li p {
  margin: 0;
}
.page-template-activite .section4 .div_entreprise .devis_entreprise {
  display: flex;
  flex-direction: column;
  width: 25%;
  padding: 0 3em;
}
@media screen and (max-width: 1366px) {
  .page-template-activite .section4 .div_entreprise .devis_entreprise {
    padding: 0;
  }
}
@media screen and (max-width: 500px) {
  .page-template-activite .section4 .div_entreprise .devis_entreprise {
    width: 100%;
  }
}
.page-template-activite .section4 .div_entreprise .devis_entreprise p {
  text-align: center;
  margin: 0;
}
.page-template-activite .section4 .div_entreprise .devis_entreprise a {
  border: solid 1px #000;
  background-color: transparent;
  color: #000;
  text-align: center;
  padding: 15px 30px;
  border-radius: 15px;
}
@media screen and (max-width: 820px) {
  .page-template-activite .section4 .div_entreprise .devis_entreprise a {
    padding: 10px;
  }
}
.page-template-activite .section4 .div_entreprise .devis_entreprise a:hover {
  border-radius: 30px;
  background-color: #ffe9cf;
  color: #ed1d25;
}

.actualites section {
  margin: 7em 0;
}
@media screen and (max-width: 820px) {
  .actualites section {
    margin: 4em 0;
  }
}
.actualites section h2 {
  margin-left: 1em;
  text-transform: uppercase;
}
.actualites section .lien_archive {
  text-align: center;
}
.actualites section .lien_archive a {
  background-color: #ffe9cf;
  color: #ed1d25;
  padding: 20px 40px;
  font-weight: 600;
  transition: all 0.3s;
  border-radius: 15px;
}
.actualites section .lien_archive a:hover {
  background-color: #ed1d25;
  color: #fff;
}

.post-template-default section {
  margin: 1em 7em;
}

.page-template-recrutement h1 {
  margin-left: 2em;
  text-transform: uppercase;
}
@media (max-width: 500px) {
  .page-template-recrutement h1 {
    margin-left: 0;
    text-align: center;
  }
}
.page-template-recrutement .class_btn {
  text-align: center;
  margin: 3em 0;
}
.page-template-recrutement .class_btn a {
  font-weight: 600;
  color: #ed1d25;
  padding: 1em;
  border-radius: 30px;
  border: solid #000;
  text-transform: uppercase;
  transition: all 0.3s;
}
.page-template-recrutement .class_btn a:hover {
  background-color: #ed1d25;
  color: #fff;
}
.page-template-recrutement .sec_recrute .list_recrut {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 767px) {
  .page-template-recrutement .sec_recrute .list_recrut {
    flex-direction: column;
    padding-left: 0;
  }
}
.page-template-recrutement .sec_recrute .list_recrut .recrut {
  width: 500px;
  min-height: 300px;
  margin: 10px 10px 40px 10px;
  overflow: hidden;
  transition: all 0.3s;
  list-style-type: none;
  background: white;
  border-radius: 15px;
}
@media (max-width: 767px) {
  .page-template-recrutement .sec_recrute .list_recrut .recrut {
    margin: auto;
    margin-top: 20px;
  }
}
.page-template-recrutement .sec_recrute .list_recrut .recrut .contenu {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 1em;
}
.page-template-recrutement .sec_recrute .list_recrut .recrut .thumb_post {
  max-height: 170px;
  overflow: hidden;
}
.page-template-recrutement .sec_recrute .list_recrut .recrut .thumb_post img {
  width: 100%;
  height: 170px;
  object-fit: cover;
}
.page-template-recrutement .sec_recrute .list_recrut .recrut a {
  color: #000;
  text-decoration: none;
}
.page-template-recrutement .sec_recrute .list_recrut .recrut a h4 {
  font-weight: 600;
  color: #ed1d25;
}
.page-template-recrutement .sec_recrute .list_recrut .recrut p {
  padding: 0 20px;
  margin: 35px 0;
  text-align: justify;
}
.page-template-recrutement .sec_recrute .list_recrut .recrut .view-article {
  display: none;
}
.page-template-recrutement .sec_recrute .list_recrut .recrut .btn-rea {
  color: #000;
  background-color: #ffe9cf;
  color: #ed1d25;
  border-radius: 30px;
  margin-top: 3em;
  width: 13em;
}
.page-template-recrutement .sec_recrute .list_recrut .recrut .btn-rea:hover {
  background-color: #ed1d25;
  color: #fff;
}
.page-template-recrutement .form_spontanees {
  margin: 0 7em;
}
.page-template-recrutement .form_spontanees form {
  margin: 1em 15em;
}
.page-template-recrutement .form_spontanees form .gfield {
  border: none;
  padding: 0;
}
.page-template-recrutement .form_spontanees form input {
  padding: 0 !important;
  height: auto !important;
}
.page-template-recrutement .form_spontanees form .gform_footer {
  padding: 2em 0;
}
.page-template-recrutement .form_spontanees form .gform_footer #gform_submit_button_3 {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  padding: 10px 15px !important;
  border-radius: 15px;
  border: 1px solid #000;
  transition: all 0.3s;
}
.page-template-recrutement .form_spontanees form .gform_footer #gform_submit_button_3:hover {
  border-radius: 30px;
  background-color: #ffe9cf;
  color: #ed1d25;
}

@media screen and (max-width: 1440px) {
  .contact .parallax-container {
    height: 300px !important;
  }
}
@media screen and (max-width: 600px) {
  .contact .parallax-container {
    height: 150px !important;
  }
}
.contact .parallax-container .parallax img {
  opacity: 1;
}
.contact .section_contact {
  margin: 0 5em;
}
@media screen and (max-width: 600px) {
  .contact .section_contact {
    margin: 0 1em;
  }
}
.contact .section_contact .contenu_contact {
  display: flex;
  align-items: self-start;
  justify-content: space-around;
}
@media screen and (max-width: 1024px) {
  .contact .section_contact .contenu_contact {
    flex-direction: column;
    align-items: stretch;
  }
}
@media screen and (max-width: 1366px) {
  .contact .section_contact .contenu_contact .map {
    padding: 0 10px;
  }
}
@media screen and (max-width: 1366px) {
  .contact .section_contact .contenu_contact .map p iframe {
    width: 100%;
  }
}
.contact .section_contact .contenu_contact form #field_1_8 .ginput_container .gfield_radio .gchoice {
  display: flex;
  align-items: center;
}
.contact .section_contact .contenu_contact form #field_1_8 .ginput_container .gfield_radio .gchoice input {
  opacity: 1;
  position: inherit;
}
.contact .section_contact .contenu_contact form #field_1_8 .ginput_container .gfield_radio .gchoice label {
  padding-left: 5px;
}
.contact .section_contact .contenu_contact form input {
  padding: 0 !important;
  height: auto !important;
}
.contact .section_contact .contenu_contact form #input_1_7 {
  height: 5em;
}
.contact .section_contact .contenu_contact form #gform_submit_button_1 {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  padding: 10px 15px !important;
  border-radius: 15px;
  border: 1px solid #000;
  transition: all 0.3s;
  margin: 1em 0;
}
.contact .section_contact .contenu_contact form #gform_submit_button_1:hover {
  border-radius: 30px;
  background-color: #ffe9cf;
  color: #ed1d25;
}

@media screen and (max-width: 1440px) {
  .page-template-demande_devis .parallax-container {
    height: 300px !important;
  }
}
@media screen and (max-width: 600px) {
  .page-template-demande_devis .parallax-container {
    height: 150px !important;
  }
}
.page-template-demande_devis .parallax-container .parallax img {
  opacity: 1;
}
.page-template-demande_devis .container {
  width: 80%;
}
@media screen and (max-width: 820px) {
  .page-template-demande_devis .container {
    width: 90%;
  }
}
.page-template-demande_devis .container #gform_4 #field_4_1 {
  visibility: hidden;
  height: 0;
}
.page-template-demande_devis .container #gform_4 input {
  padding: 0 !important;
  height: auto !important;
}
.page-template-demande_devis .container #gform_4 #field_4_9 textarea {
  height: 10em;
}
.page-template-demande_devis .container #gform_4 #field_4_5 .gchoice_4_5_1 {
  display: flex;
  align-items: center;
}
.page-template-demande_devis .container #gform_4 #field_4_5 .gchoice_4_5_1 input {
  opacity: 1;
}
.page-template-demande_devis .container #gform_4 #field_4_5 .gchoice_4_5_1 label {
  margin-left: 25px !important;
}
.page-template-demande_devis .container #gform_4 #gform_submit_button_4 {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  padding: 10px 15px !important;
  border-radius: 15px;
  border: 1px solid #000;
  transition: all 0.3s;
  margin: 1em 0;
}
.page-template-demande_devis .container #gform_4 #gform_submit_button_4:hover {
  border-radius: 30px;
  background-color: #ffe9cf;
  color: #ed1d25;
}

.sdc-container .tabs-sdc {
  max-width: 100%;
  position: relative;
  text-align: center;
  padding: 0;
}
.sdc-container .tabs-sdc li.tab {
  background-color: #FFF;
}
.sdc-container .tabs-sdc li.tab a {
  color: #ed1d25 !important;
  text-transform: uppercase;
  font-weight: bold;
}
.sdc-container .tabs-sdc li.active {
  background-color: #ed1d25 !important;
}
.sdc-container .tabs-sdc li.active a {
  color: #fff !important;
}
.sdc-container .tabs-sdc li.active a.active {
  color: #FFF !important;
  background-color: #ed1d25 !important;
}
.sdc-container .tabs-sdc li.active a:hover li.tab {
  color: #FFF !important;
  background-color: #ed1d25 !important;
}
.sdc-container .tabs-sdc .indicator {
  display: none;
}
.sdc-container .sdc_menu_list {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 500px) {
  .sdc-container .sdc_menu_list {
    height: auto !important;
    flex-direction: column;
    position: inherit;
  }
}
.sdc-container .sdc_menu_list li {
  width: 100%;
}
.sdc-container .bandeau-title.bandeau-title-sdc {
  font-weight: bold;
  font-size: 2.2em;
  text-transform: uppercase;
  text-align: center;
  padding: 20px 0;
  margin: 30px auto;
  color: #ed1d25;
}
.sdc-container .active_sec {
  display: block !important;
}
.sdc-container .content-sdc-tab {
  margin-top: 20px;
}
@media (max-width: 500px) {
  .sdc-container .content-sdc-tab {
    margin: 20px;
  }
}
.sdc-container .content-sdc-tab h3 {
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #333;
}
.sdc-container .content-sdc-tab h5 {
  font-size: 1.3rem;
  text-align: center;
}
.sdc-container .content-sdc-tab hr.divider {
  max-width: 120px;
  margin-left: 0;
}
.sdc-container .content-sdc-tab .base-beton {
  text-align: center;
}
.sdc-container .content-sdc-tab .row {
  margin: 30px auto;
}
.sdc-container .content-sdc-tab .row .div_btn_pdf {
  text-align: center;
  margin: 35px 0;
}
.sdc-container .content-sdc-tab .row .div_btn_pdf .btn_pdf {
  background-color: #ed1d25;
  color: white;
  padding: 10px 40px;
}
.sdc-container .content-sdc-tab .div_flex {
  display: flex;
  align-items: center;
}
@media (max-width: 500px) {
  .sdc-container .content-sdc-tab .div_flex {
    flex-direction: column;
  }
}
.sdc-container .content-sdc-tab .div_flex .btn_pdf {
  background-color: #ed1d25;
  color: white;
  padding: 10px 40px;
}
.sdc-container .content-sdc-tab .div_flex .btn_pdf:hover {
  background-color: #fff;
  color: #ed1d25;
  border: solid 1px #ed1d25;
}
.sdc-container .collapsible-header {
  display: block;
  cursor: pointer;
  min-height: 6rem;
  line-height: 3rem;
  padding: 0 1rem;
  background-color: #f6f6f6;
  border-bottom: 1px solid #ddd;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  color: #ed1d25;
  font-weight: bolder;
}
@media (max-width: 500px) {
  .sdc-container .collapsible-header {
    font-size: 1rem;
  }
}
.sdc-container .tabs-sebm {
  max-width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
}
@media (max-width: 500px) {
  .sdc-container .tabs-sebm {
    flex-direction: column;
    align-items: center;
  }
}
.sdc-container .tabs-sebm li.tab {
  background-color: #FFF;
  width: 15em;
}
@media (max-width: 500px) {
  .sdc-container .tabs-sebm li.tab {
    line-height: 40px;
  }
}
.sdc-container .tabs-sebm li.tab a {
  color: #ed1d25 !important;
  text-transform: uppercase;
  font-weight: bold;
}
.sdc-container .tabs-sebm li.tab a.active {
  color: #FFF !important;
}
.sdc-container .tabs-sebm li.tab a:hover {
  color: #FFF !important;
}
.sdc-container .tabs-sebm .indicator {
  display: none;
}
.sdc-container .image_title_eco {
  text-align: center;
}
.sdc-container .image_title_eco img {
  max-height: 10rem;
}
.sdc-container .eco-titre {
  color: #648b1d;
  font-weight: 800;
}
@media (max-width: 500px) {
  .sdc-container .eco-titre {
    text-align: center;
  }
}
.sdc-container .title-devise {
  text-align: center;
  background-color: #ed1d25;
  color: #fff;
  min-height: 6rem;
  display: flex;
  align-items: center;
  justify-content: space-around;
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-weight: bold;
}
.sdc-container .certification {
  display: flex;
  align-items: center;
}
@media (max-width: 500px) {
  .sdc-container .certification {
    flex-direction: column;
  }
  .sdc-container .certification div {
    text-align: center;
  }
  .sdc-container .certification div img {
    width: 15em;
  }
  .sdc-container .certification div h3 {
    text-align: center;
    font-weight: 700;
    font-size: 1.5rem;
  }
  .sdc-container .certification div h5 {
    font-size: 1.2rem;
  }
  .sdc-container .certification div .border_btn {
    border: solid 5px #ed1d25;
    padding: 30px 10px;
    transition: all 0.5s;
  }
  .sdc-container .certification div .border_btn:hover {
    color: #ed1d25;
    border: solid 15px #ed1d25;
  }
  .sdc-container .certification div .border_btn .btn_large {
    background-color: #ed1d25;
    color: #fff;
    font-size: 20px;
    padding: 15px 25px;
    border: solid 1px #ed1d25;
    font-weight: 600;
    transition: all 0.5s;
  }
  .sdc-container .certification div .border_btn .btn_large:hover {
    background-color: #fff;
    color: #ed1d25;
    border: solid 1px #ed1d25;
  }
}
.sdc-container #modal1 {
  width: 60%;
}
.sdc-container #modal1 .en_tete {
  display: flex;
  justify-content: end;
  padding: 5px;
}
.sdc-container #modal1 .modal-content {
  text-align: justify;
}
.sdc-container #modal1 .modal-content h4 {
  color: #ed1d25;
  font-weight: 600;
  text-align: center;
  padding-bottom: 2em;
}
.sdc-container #modal1 .modal-content ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.sdc-container #modal1 .modal-content ul li {
  width: 50%;
}
.sdc-container #modal1 .modal-content ul li label {
  margin: 0;
  font-size: 15px;
}
.sdc-container #modal1 .modal-content ul li div {
  margin: 0;
}
.sdc-container #modal1 .modal-content ul li div input {
  width: 80%;
  height: 1.5em;
}
.sdc-container #modal1 .modal-content ul #field_3_4 {
  padding-top: 2em;
  width: 41%;
}
.sdc-container #modal1 .modal-content .gform_footer {
  display: flex;
  justify-content: center;
}
.sdc-container #modal1 .modal-content .gform_footer #gform_submit_button_3 {
  background-color: #ed1d25;
  color: #fff;
  padding: 10px 35px;
  font-size: 20px;
  border: 2px solid rgba(237, 29, 37, 0);
  font-weight: 600;
  transition: all 0.5s;
}
.sdc-container #modal1 .modal-content .gform_footer #gform_submit_button_3:hover {
  background-color: #fff;
  color: #ed1d25;
  border: 2px solid #ed1d25;
}
.sdc-container #modal1 .modal-content .gform_footer #gform_ajax_spinner_3 {
  width: 3em;
  height: 3em;
}
.sdc-container #soft .img_soft_presentation img {
  width: 100%;
}
.sdc-container #soft .img_soft_base_béton img {
  width: 10em;
  height: 10em;
  object-fit: contain;
}
.sdc-container #soft .img_soft_variante img {
  width: 10em;
  height: 10em;
  object-fit: contain;
}
.sdc-container #soft .img_soft_realisation img {
  height: 16em;
  object-fit: cover;
  width: 100%;
}
.sdc-container #style .img_style_base_beton {
  text-align: center;
}
.sdc-container #style .img_style_base_beton img {
  width: 10em;
  height: 10em;
  object-fit: contain;
}
@media (max-width: 1024px) {
  .sdc-container #style .img_style_base_beton img {
    width: 7em;
  }
}
.sdc-container #style .img_style_gravillons_beton {
  text-align: center;
}
.sdc-container #style .img_style_gravillons_beton img {
  width: 10em;
  height: 10em;
  object-fit: contain;
}
.sdc-container #style .img_style_gravillons_taille {
  text-align: center;
}
.sdc-container #style .img_style_gravillons_taille img {
  width: 20em;
  border-radius: 35px;
  text-align: center;
}
.sdc-container #style .img_style_finition img {
  height: 20em;
  object-fit: cover;
  width: 100%;
}
.sdc-container #style .img_style_realisation img {
  height: 16em;
  object-fit: cover;
  width: 100%;
}
.sdc-container #revcity .img_revcity_solution img {
  width: 100%;
  height: 30em;
  object-fit: cover;
}
.sdc-container #revcity .img_revcity_realisation img {
  height: 16em;
  object-fit: cover;
  width: 100%;
}
.sdc-container #reveco .img_reveco_solution img {
  width: 100%;
  height: 25em;
  object-fit: cover;
}
.sdc-container #reveco .img_reveco_realisation img {
  height: 16em;
  object-fit: cover;
  width: 100%;
}
.sdc-container .implantation, .sdc-container .beton {
  margin-left: unset !important;
}

.active {
  display: block !important;
}

.single-recrutement .en_tete_recrutement {
  background-color: #ed1d25;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding: 2em;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.3764705882);
}
@media screen and (max-width: 500px) {
  .single-recrutement .en_tete_recrutement {
    flex-direction: column;
  }
}
.single-recrutement .en_tete_recrutement .detail {
  width: 50%;
  color: #fff;
}
@media screen and (max-width: 500px) {
  .single-recrutement .en_tete_recrutement .detail {
    width: 100%;
  }
}
.single-recrutement .en_tete_recrutement .detail a {
  color: #fff;
  display: flex;
  align-items: center;
}
.single-recrutement .en_tete_recrutement .detail a:hover i {
  position: relative;
  left: -1em;
}
.single-recrutement .en_tete_recrutement .detail a i {
  padding-right: 10px;
  position: relative;
  left: 0;
  transition: all 0.3s;
}
.single-recrutement .en_tete_recrutement .detail h1 {
  font-size: 2.3rem;
  margin: 0;
}
@media screen and (max-width: 820px) {
  .single-recrutement .en_tete_recrutement .detail h1 {
    font-size: 2rem;
  }
}
.single-recrutement .en_tete_recrutement .detail li {
  display: flex;
  align-items: center;
  font-size: 30px;
}
.single-recrutement .en_tete_recrutement .detail li i {
  color: #fff;
  padding-right: 10px;
  font-size: 35px;
}
.single-recrutement .en_tete_recrutement .reseaux_sociaux h3 {
  color: #fff;
}
@media screen and (max-width: 500px) {
  .single-recrutement .en_tete_recrutement .reseaux_sociaux h3 {
    text-align: center;
  }
}
.single-recrutement .en_tete_recrutement .reseaux_sociaux ul {
  display: flex;
  align-items: center;
}
.single-recrutement .en_tete_recrutement .reseaux_sociaux ul li {
  padding: 0 10px;
}
.single-recrutement .en_tete_recrutement .reseaux_sociaux ul li img {
  width: 2em;
  height: 2em;
  object-fit: contain;
  transition: all 0.3s;
}
.single-recrutement .en_tete_recrutement .reseaux_sociaux ul li img:hover {
  transform: scale(1.2);
}
.single-recrutement .container {
  width: 80%;
}
@media screen and (max-width: 820px) {
  .single-recrutement .container {
    padding: 0 2em;
    width: 90%;
  }
}
.single-recrutement .container .div_activite h2 {
  margin: 2em 0 1em 0;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  background-color: #ffe9cf;
  color: #ed1d25;
  border-radius: 0 15px 15px 0;
  padding: 15px;
  box-shadow: 7px 10px 15px 1px rgba(0, 0, 0, 0.3215686275);
  width: fit-content;
  font-size: 24px;
}
.single-recrutement .container .div_activite p span {
  font-weight: 600;
  font-size: 24px;
}
.single-recrutement .container .div_activite ul {
  margin-left: 3em;
}
.single-recrutement .container .div_activite ul li {
  list-style-type: disc;
}
.single-recrutement .container .form_recrutement {
  margin: 2em 0;
}
.single-recrutement .container .form_recrutement form #field_2_9 .gchoice_2_9_1 {
  display: flex;
  align-items: center;
}
.single-recrutement .container .form_recrutement form #field_2_9 .gchoice_2_9_1 input {
  opacity: 1;
}
.single-recrutement .container .form_recrutement form #field_2_9 .gchoice_2_9_1 label {
  margin-left: 25px !important;
}
.single-recrutement .container .form_recrutement form #field_2_1 {
  visibility: hidden !important;
  height: 0;
}
.single-recrutement .container .form_recrutement form input {
  padding: 0 !important;
  height: auto !important;
}
.single-recrutement .container .form_recrutement form #input_2_1[type=text]:disabled {
  background: #dddddd;
}
.single-recrutement .container .form_recrutement form #gform_submit_button_2 {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  padding: 10px 15px !important;
  border-radius: 15px;
  border: 1px solid #000;
  transition: all 0.3s;
  margin: 1em 0;
}
.single-recrutement .container .form_recrutement form #gform_submit_button_2:hover {
  border-radius: 30px;
  background-color: #ffe9cf;
  color: #ed1d25;
}
.single-recrutement .container .form_recrutement form input {
  padding: 0 !important;
  height: auto !important;
}
.single-recrutement .container .form_recrutement form #gform_submit_button_2 {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  padding: 10px 15px !important;
  border-radius: 15px;
  border: 1px solid #000;
  transition: all 0.3s;
}
.single-recrutement .container .form_recrutement form #gform_submit_button_2:hover {
  border-radius: 30px;
  background-color: #ffe9cf;
  color: #ed1d25;
}

.page-template-archives_presse h1, .page-template-archives_blog h1, .page-template-archives_chantier_reference h1, .page-template-archives_vie_entreprise h1 {
  text-transform: uppercase;
  padding: 1rem;
}
.page-template-archives_presse .filter, .page-template-archives_blog .filter, .page-template-archives_chantier_reference .filter, .page-template-archives_vie_entreprise .filter {
  height: 4rem;
  background-color: #fbfbfb;
  width: 50%;
  border-radius: 2em;
  box-shadow: 0px 7px 20px 0px #000;
  margin: 0 auto;
}
.page-template-archives_presse .filter .cat-select, .page-template-archives_blog .filter .cat-select, .page-template-archives_chantier_reference .filter .cat-select, .page-template-archives_vie_entreprise .filter .cat-select {
  height: 100%;
}
.page-template-archives_presse .filter .cat-select form, .page-template-archives_blog .filter .cat-select form, .page-template-archives_chantier_reference .filter .cat-select form, .page-template-archives_vie_entreprise .filter .cat-select form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-content: center;
  height: 100%;
}
.page-template-archives_presse .filter .cat-select form .select-wrapper input, .page-template-archives_blog .filter .cat-select form .select-wrapper input, .page-template-archives_chantier_reference .filter .cat-select form .select-wrapper input, .page-template-archives_vie_entreprise .filter .cat-select form .select-wrapper input {
  display: none;
}
.page-template-archives_presse .filter .cat-select form .select-wrapper .caret, .page-template-archives_blog .filter .cat-select form .select-wrapper .caret, .page-template-archives_chantier_reference .filter .cat-select form .select-wrapper .caret, .page-template-archives_vie_entreprise .filter .cat-select form .select-wrapper .caret {
  display: none;
}
.page-template-archives_presse .filter .cat-select form .select-wrapper select, .page-template-archives_blog .filter .cat-select form .select-wrapper select, .page-template-archives_chantier_reference .filter .cat-select form .select-wrapper select, .page-template-archives_vie_entreprise .filter .cat-select form .select-wrapper select {
  padding: 15px !important;
  border: none;
  background: none;
  outline-style: none;
  font-size: 1rem;
  color: #7c7c7c;
  font-weight: 600;
  display: block;
}
.page-template-archives_presse .filter .cat-select form button, .page-template-archives_blog .filter .cat-select form button, .page-template-archives_chantier_reference .filter .cat-select form button, .page-template-archives_vie_entreprise .filter .cat-select form button {
  background: none;
  background-color: #ed1d25;
  color: white;
  border: none;
  height: 100%;
  width: 20%;
  margin-left: 40px;
  border-radius: 0 27px 27px 0;
}
.page-template-archives_presse .sec_presse, .page-template-archives_blog .sec_presse, .page-template-archives_chantier_reference .sec_presse, .page-template-archives_vie_entreprise .sec_presse {
  margin: 0 5em;
}
@media (max-width: 1440px) {
  .page-template-archives_presse .sec_presse, .page-template-archives_blog .sec_presse, .page-template-archives_chantier_reference .sec_presse, .page-template-archives_vie_entreprise .sec_presse {
    margin: 0 3em;
  }
}
.page-template-archives_presse .sec_presse .div_flex, .page-template-archives_blog .sec_presse .div_flex, .page-template-archives_chantier_reference .sec_presse .div_flex, .page-template-archives_vie_entreprise .sec_presse .div_flex {
  width: 20%;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .page-template-archives_presse .sec_presse .div_flex, .page-template-archives_blog .sec_presse .div_flex, .page-template-archives_chantier_reference .sec_presse .div_flex, .page-template-archives_vie_entreprise .sec_presse .div_flex {
    flex-direction: column;
  }
}
.page-template-archives_presse .sec_presse .div_flex .side-bar, .page-template-archives_blog .sec_presse .div_flex .side-bar, .page-template-archives_chantier_reference .sec_presse .div_flex .side-bar, .page-template-archives_vie_entreprise .sec_presse .div_flex .side-bar {
  background-color: #ed1d25;
  border-radius: 15px;
  width: 20%;
  margin-top: 30px;
}
@media (max-width: 1440px) {
  .page-template-archives_presse .sec_presse .div_flex .side-bar, .page-template-archives_blog .sec_presse .div_flex .side-bar, .page-template-archives_chantier_reference .sec_presse .div_flex .side-bar, .page-template-archives_vie_entreprise .sec_presse .div_flex .side-bar {
    width: 100%;
    margin: 0 auto;
  }
}
.page-template-archives_presse .sec_presse .div_flex .side-bar .filtre, .page-template-archives_blog .sec_presse .div_flex .side-bar .filtre, .page-template-archives_chantier_reference .sec_presse .div_flex .side-bar .filtre, .page-template-archives_vie_entreprise .sec_presse .div_flex .side-bar .filtre {
  color: #fff;
  padding: 20px;
}
@media (max-width: 1440px) {
  .page-template-archives_presse .sec_presse .div_flex .side-bar .filtre, .page-template-archives_blog .sec_presse .div_flex .side-bar .filtre, .page-template-archives_chantier_reference .sec_presse .div_flex .side-bar .filtre, .page-template-archives_vie_entreprise .sec_presse .div_flex .side-bar .filtre {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
}
.page-template-archives_presse .sec_presse .div_flex .side-bar .filtre select, .page-template-archives_blog .sec_presse .div_flex .side-bar .filtre select, .page-template-archives_chantier_reference .sec_presse .div_flex .side-bar .filtre select, .page-template-archives_vie_entreprise .sec_presse .div_flex .side-bar .filtre select {
  height: 2rem;
  border: 1px solid #f2f2f2;
  border-radius: 10px;
  display: block;
  margin: 20px 0;
}
.page-template-archives_presse .sec_presse .div_flex .side-bar .filtre .btn_filtre, .page-template-archives_blog .sec_presse .div_flex .side-bar .filtre .btn_filtre, .page-template-archives_chantier_reference .sec_presse .div_flex .side-bar .filtre .btn_filtre, .page-template-archives_vie_entreprise .sec_presse .div_flex .side-bar .filtre .btn_filtre {
  background-color: transparent;
  margin: 10px 0;
  border: 3px solid #ffe9cf;
  font-size: 28px;
  border-radius: 10px;
  color: #ffe9cf;
  transition: all 0.3s;
}
.page-template-archives_presse .sec_presse .div_flex .side-bar .filtre .btn_filtre:hover, .page-template-archives_blog .sec_presse .div_flex .side-bar .filtre .btn_filtre:hover, .page-template-archives_chantier_reference .sec_presse .div_flex .side-bar .filtre .btn_filtre:hover, .page-template-archives_vie_entreprise .sec_presse .div_flex .side-bar .filtre .btn_filtre:hover {
  border: 3px solid #ffe9cf;
  color: #ed1d25;
  background-color: #ffe9cf;
}
.page-template-archives_presse .sec_presse .div_flex .list_actu, .page-template-archives_blog .sec_presse .div_flex .list_actu, .page-template-archives_chantier_reference .sec_presse .div_flex .list_actu, .page-template-archives_vie_entreprise .sec_presse .div_flex .list_actu {
  width: 80%;
}
@media (max-width: 1440px) {
  .page-template-archives_presse .sec_presse .div_flex .list_actu, .page-template-archives_blog .sec_presse .div_flex .list_actu, .page-template-archives_chantier_reference .sec_presse .div_flex .list_actu, .page-template-archives_vie_entreprise .sec_presse .div_flex .list_actu {
    width: 100%;
  }
}

/*# sourceMappingURL=style.css.map */
