html,
html a {
  -webkit-font-smoothing: antialiased;
}
html,
input,
select,
textarea {
  font-weight: 400;
  color: #3c3c3c;
}
body {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  color: #777;
  background-color: #f1f1f1;
  font-size: 16px;
}
/* ==========================================================================
Typo
======================================================================== */
h1,
h2 {
  text-transform: uppercase;
}
h1 {
  color: #fff;
  line-height: 0.9em;
  letter-spacing: 1px;
  text-align: center;
}
h1 strong {
  display: block;
}
h1 span,
h2 span {
  font-weight: 700;
}
h2 {
  margin: 1.1em 0;
  color: #346784;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1.1em;
  margin: 1.33em 0;
  text-transform: uppercase;
  font-weight: bold;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}
p {
  font-size: 1.1em; /* margin: 0 0 2.33em;*/
}
a {
  color: #346784;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
a:hover {
  text-decoration: none;
  color:  rgba(52, 103, 131, 0.5);
}
.not-home h1 span {
  display: none;
}
/* ==========================================================================
Lists
========================================================================== */
menu,
ol,
ul {
  padding: 0;
}
nav ul,
nav ol,
dl,
menu,
ol,
ul {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
GLOBAL
==========================================================================*/
.clearfix {
  clear: both;
}
.inlineBlock {
  display: inline-block !important;
  vertical-align: middle;
}
.center_element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: column wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.center_element.justifyContent {
  justify-content: flex-start;
}
.pics-block {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.btnCustom {
  text-transform: uppercase;
  color: #fff;
  font-size: 1.1em;
  text-decoration: none;
  box-shadow: inset 0 0 0 0 #fff;
  padding: 1em 2em;
  margin: 1em 0;
  border-radius: 0;
}
.btnCustom:hover {
  box-shadow: inset 0 -100px 0 0 #fff;
  color: #346783;
  text-shadow: none;
}
.btnCustom.blue {
  color: #346784;
  box-shadow: inset 0 0 0 0 #346784;
  border-radius: 40px;
  border: 2px solid #346783;
}
.btnCustom.white {
  color: #ffffff;
  box-shadow: inset 0 0 0 0 #ffffff;
  border-radius: 40px;
  border: 2px solid #ffffff;
}
.btnCustom.blue:hover {
  box-shadow: inset 0 100px 0 0 #346784;
  color: #fff;
}
.btnCustom.white:hover {
  box-shadow: inset 0 100px 0 0 white;
  color: #346784;
}
.erreur {
  border: none !important;
}
/* ==========================================================================
MENU
========================================================================== */
#header-nav {
  background-color: transparent;
  border: none;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
  padding-left: 2em;
  padding-right: 3em;
  padding-top: 1em;
  height: 150px;
  z-index: 1100;
  width: 100vw;
}
#header-nav a {
  color: #fff;
  text-decoration: none;
}
#logoW {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  height: auto;
  text-align: center;
  margin: auto;
}
#hja {
  display: none;
}
#nav-toggle {
  position: relative;
  display: block;
  background-color: #346783;
  width: 60px;
  top: 21px;
  cursor: pointer;
  height: 60px;
  float: left;
  border-radius: 50%;
  z-index: 10;
}
#nav-toggle p {
  position: absolute;
  left: 73px;
  top: 22px;
  margin: 0;
  text-transform: uppercase;
  color: #fff;
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  height: 2px;
  width: 30px;
  background: #fff;
  position: absolute;
  display: block;
  content: "";
  transition: 0.25s ease-out;
}
#nav-toggle span {
  position: relative;
  top: 30px;
  left: 15px;
  width: 20px;
  cursor: pointer;
}
#nav-toggle span:before {
  top: -10px;
}
#nav-toggle span:after {
  bottom: -10px;
}
#nav-toggle:hover span {
  width: 30px;
}
#header-nav a:last-child {
  display: block;
  padding: 0.8em 1.5em 0.8em 1em;
  border-radius: 40px;
  border: 2px solid #fff;
  margin-top: 23px;
  color: #fff;
  backdrop-filter: blur(5px);
}
#header-nav a:last-child span {
  font-size: 2.2em;
  vertical-align: middle;
}
/*CONFIG LITE MENU*/
.modal-open #header-nav,
#header-nav.lite {
  padding-top: 0;
  height: 120px;
}

.modal-open #header-nav,
.modal-open #header-nav.lite {
  background-color: transparent;
}

@media screen and (max-width: 1200px) {
  .modal-open #header-nav,
  .modal-open #header-nav.lite {
    background-color: #224d65;
    box-shadow: 0 0 20px #00000038;
    height: 105px;
  }
}

#header-nav.lite {
  background-color: white;
}

#header-nav.lite .icon-logo {
  height:75px;
  width: 75px;
}

#header-nav.lite .icon-logo .cls-1 {
  fill: #c7ae86;
}

#header-nav.lite .icon-logo .cls-2 {
  fill: #1b6e8a;
}

.modal-open #header-nav .icon-logo,
#header-nav.lite .icon-logo {
  text-shadow: none;
}

.modal-open #logoW,
#header-nav.lite #logoW {
  font-size: 5em;
  /**padding-top: 7px;**/
}
.modal-open .icon-logo {
  width: 74px;
  height: 74px;
}

.lite #hja {
  display: block;
  font-size: 0.9rem;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  float: none;
  display: inherit;
  margin-top: -15px;
  color: #c2ad92;
}

.modal-open .lite #hja {
  display: none;
}

#header-nav.lite #logoW,
#header-nav.lite a:last-child,
#header-nav.lite #nav-toggle p {
  color: #346783;
  border-color: #346783;
}

.modal-open #header-nav.lite #logoW,
.modal-open #header-nav.lite a:last-child,
.modal-open #header-nav.lite #nav-toggle p {
  color: white;
  border-color: white;
}

.modal-open #logoW,
.modal-open #header-nav a:last-child,
.modal-open #nav-toggle p {
  color: #346783;
  border-color: #346783;
  color: white;
}

.modal-open #nav-toggle span {
  background-color: transparent;
}
.modal-open #nav-toggle span:before {
  top: 0;
  transform: rotate(45deg);
}
.modal-open #nav-toggle span:after {
  bottom: 0;
  transform: rotate(-45deg);
}
.modal-dialog {
  height: 100%;
  width: 100vw;
  margin: 0;
}
.modal-dialog .container {
  background: rgba(255, 255, 255, 0.9);
  padding-top: 2em;
  padding-bottom: 2em;
  width: 100vw;
  height: 100%;
  padding-top: 120px;
  background: white;
  padding-top: 70px;
  /* height: 100%; */
  border-bottom: 0;
}
.modal-dialog .intro {
  border-bottom: 1px solid #ccc;
  margin-bottom: 1em;
  border-bottom: 1px solid #ffffff1a;
  margin-bottom: 3em;
  border-bottom: 0;
}

.modal-dialog .intro h3 {
  margin-bottom: 20px;
  /* opacity: 0.8; */
  /* display: none; */
  font-size: 1.5rem;
  /* color: beige; */
  text-transform: inherit;
  border-bottom: 0;
}

.modal-dialog h2 {
  margin-bottom: 0;
}
.modal-dialog h3 {
  color: #346783;
  margin-top: 10px;
  color: white;
  margin-bottom: 25px;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.modal-dialog ul li a {
  display: block;
  padding: 1em 0;
  text-decoration: none;
  /* border-bottom: 1px solid #e6e6e6; */
  color: #346783;
  color: white;
}
.modal-dialog ul li:last-child a {
  border: none;
}
.menuStyle a {
  display: block;
  padding: 0.5em 0 0.5em 1em;
  text-decoration: none;
  border-left: 2px solid #e2dad5;
  color: #777;
  font-size: 1.1em;
}
.modal-dialog ul li a:hover {
  background-color: #346783;
  color: #fff;
  padding-left: 1em;
}
.menuStyle a:hover {
  background-color: #346783;
  border-left: 2px solid #1f3642;
  color: #fff;
}

.modal {
  background-color: #224d65;
}

#video-viewport {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

#modalNavigation video {
  min-width: 100%;
  min-height: 100%;
  position: fixed;
  left: 0;
  top: 0px;
  /* z-index: 3; */
}

@media screen and (max-width: 1200px) {
  .modal-video video {
    display: none;
    /* background-color: blue; */
  }
  .modal-dialog .intro {
    display: none;
  }
  .modal-links {
    padding-top: 30px;
  }
  .modal-links h3 {
    border-bottom: 1px solid #346783;
    margin-bottom: 20px;
    margin-top: 40px;
  }
}

#modalNavigation .modal-video:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #114059ed;
  z-index: 2;
}

#modalNavigation .modal-video:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-image: url(../images/menu-background.webp);
  animation: menu-background-animation 20s forwards;
  /* animation-iteration-count: 1; */
  /* background-size: 100%; */
  /* background-size: 120%; */
  background-position: center;
}

@media screen and (max-width: 1200px) {
  #modalNavigation .modal-video:after {
    /* background-size: cover;
		animation: inherit; */
    background-image: none;
  }
}

@keyframes menu-background-animation {
  0% {
    background-size: 100% auto;
  }
  100% {
    background-size: 120% auto;
  }
}

.modal-links {
  position: relative;
  z-index: 2;
}

.modal-links h2 {
  color: #ffffff;
  /* display: none; */
  font-size: 1.8rem;
  margin-top: 29px;
}

.modal-links .inactive {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
}

.modal-links .inactive a {
  cursor: default;
}

.modal-links ul {
  /* margin-left: 5px; */
}

/* ==========================================================================
INDEX
========================================================================== */
/*-----video_accueil------*/
#video_accueil {
  width: 100vw;
  /* Could also use width: 100%; */
  height: 100vh;
  object-fit: cover;
  position: relative;
}

#logo_ba {
  position: absolute;
  z-index: 2;
  left: 10%;
  bottom: 15%;
  display: block;
  width: 100px;
  height: 100px;
}

.play {
  display: block;
  width: 0;
  height: 0;
  position: relative;
  z-index: 1;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.play span {
  position: absolute;
  white-space: nowrap;
  width: 100%;
  display: block;
  margin: 1em auto;
  color: #fff;
  font-weight: bold;
  text-shadow: 0px 0px 5px #2c3e50;
}
.hat .play span {
  color: #2c3e50;
  text-shadow: none;
}
.play:before {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 10px solid #2c3e50;
  z-index: 2;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.play:after {
  content: "";
  opacity: 0;
  transition: opacity 0.6s;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
}

.play.active {
  border-color: transparent;
}
.play.active:after {
  content: "";
  opacity: 1;
  width: 50px;
  height: 80px;
  background: #2c3e50;
  position: absolute;
  right: 5px;
  top: -40px;
  border-left: 20px solid #2c3e50;
  box-shadow: inset 30px 0 0 0 #f9f9f9;
}
/*zoom
effect-panleft
effect-panDown*/

/*-----------Module actu----------------*/
#module_actu_accueil {
  z-index: 1000;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.73);
  padding: 0;
  /* -webkit-animation: zoom 1.5s Forwards; */
  /* animation: zoom 1.5s reverse Forwards; */
  border-radius: 12px;
}
#module_actu_accueil .aucune-actu,
#module_actu_accueil .infos-actu-auteur,
#module_actu_accueil .texte-mod-actu {
  display: none;
}
#module_actu_accueil.aucune-actu {
  display: none;
}

/*--------------- infos-actu ---------------*/
#module_actu_accueil .infos-actu {
  list-style: none;
  margin: 0 0 10px 0;
}

#module_actu_accueil #module-Actualite {
  padding: 0;
  height: 100%;
}

#vue-diapo-texte-accueil,
#carousel-module-actualites {
  height: 100%;
}
/*-------DATE------*/
#module_actu_accueil .infos-actu-date {
  display: inline-block;
  font-size: 1.2em;
  list-style: none;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #999;
  color: #777;
}

#module_actu_accueil a,
#module_actu_accueil a:hover {
  color: #346784;
}
/*-------TITRE------*/
#module_actu_accueil .titre-mod-actu {
  font-family: "Ubuntu", sans-serif;
  font-weight: normal;
  margin: 0;
  font-size: 0.8em;
  line-height: 1;
  color: #346784;
}

#module_actu_accueil .carousel-indicators {
  bottom: -40px;
  bottom: 0px !important;
  /* position: relative; */
  right: -19px;
  left: inherit;
}
.carousel-indicators li {
  border-color: #000;
}

#homeCarousel {
  overflow: hidden;
}
.carouselcaption {
  position: absolute;
  z-index: 2;
  right: 0;
  left: 0;
  text-shadow: 0px 1px 25px rgba(0, 0, 0, 0.7);
}
.icon-logo .cls-1 {
  fill: white;
}
.icon-logo .cls-2 {
  fill: white;
  /* text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.9);
  display: inline-block;
  border-radius: 50%;
  backdrop-filter: blur(5px); */
}
#scrollDown {
  position: absolute;
  z-index: 2;
  right: 0;
  display: block;
  text-align: center;
  left: 0;
  width: 250px;
  margin: auto;
  bottom: 3em;
  padding: 1em 0;
  cursor: pointer;
  border-radius: 40px;
  text-transform: uppercase;
  color: #fff;
  transition: all 0.3s ease-in-out;
  box-shadow: inset 0 0 0 0 #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#scrollDown:before {
  position: absolute;
  content: "";
  width: 0px;
  height: 2px;
  left: 50%;
  background-color: #fff;
  top: 100%;
  transition: all 250ms cubic-bezier(0.4, 0, 1, 1);
}
#scrollDown:after {
  position: absolute;
  content: "";
  background-color: #fff;
  height: 5.5em;
  width: 2px;
  top: 100%;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
}
.scroll__mouse {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 45px;
  background-color: #fff;
  margin: 0 auto;
  /* margin-right: 10px; */
  border-radius: 20px;
}
.scroll__wheel {
  position: absolute;
  top: 0;
  left: 11px;
  width: 6px;
  height: 6px;
  background-color: #346783;
  border-radius: 50%;
  -webkit-animation: scrollDown 2.5s infinite;
  animation: scrollDown 2.5s infinite;
}
#scrollDown:hover:before {
  width: 100%;
  left: 0;
}
/*#scrollDown:hover .scroll__mouse {
	background-color: rgba(255,255,255,.5);
}
#scrollDown:hover .scroll__wheel {
	background-color: #fff;
}*/
.carouselcaption h2 {
  color: #fff;
  margin: 0.5em 0;
}
.carouselcaption ul li {
  display: inline-block;
}
.carouselcaption ul li:first-child a {
  border-right: 2px solid #fff;
}
#homeCarousel .itemHeight {
  min-height: 400px;
  height: 100vh;
}
.home .carousel-control {
  background-image: inherit !important;
  z-index: 2;
}
.carousel-indicators {
  left: 90%;
}
.carousel-indicators li {
  margin: 0 10px !important;
}
.carousel-indicators .active {
  -webkit-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
}
#item-1 {
  background-image: url(../images/CarouselItem1.jpg);
}
#item-2 {
  background-image: url(../images/CarouselItem2.jpg);
}
#item-3 {
  background-image: url(../images/CarouselItem3.jpg);
}
#item-4 {
  background-image: url(../images/CarouselItem4.jpg);
}
#item-5 {
  background-image: url(../images/CarouselItem5.jpg);
}
#item-6 {
  background-image: url(../images/CarouselItem6.jpg);
}
.servicesBtn {
  background: #346783;
  padding: 7em 0 8em;
}
.servicesBtn h2 {
  text-align: right;
  color: #fff;
}
.servicesBtn h2 span {
  display: block;
}
.servicesBtn a {
  margin: 1em 0;
  padding: 0;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}
.servicesBtn a i,
.btnFooter a i {
  background: #fff;
  text-align: center;
  color: #7d6b57;
  margin-right: 10px;
  height: 100px;
  font-size: 4.5em;
  border-radius: 50%;
  text-decoration: none;
  width: 100px;
  line-height: 100px;
  transition: all 0.2s ease-in-out;
  /*    -webkit-box-shadow: 0 0 0 5px rgba(194,172,148,.5);
    box-shadow: 0 0 0 0px rgba(194,172,148,.5);*/
  -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.5);
}
.servicesBtn a:hover i {
  -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5);
}
.idexMap {
  background-color: #f4ece9;
}
.idexMap .encard {
  padding: 2em;
  background: #fff url(../images/compass.jpg) no-repeat top center;
  margin-top: -30px;
  /* height:570px; */
  position: relative;
  -webkit-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.3);
}
.idexMap .encard:after {
  position: absolute;
  content: "";
  height: 425px;
  width: 27px;
  background: url(../images/shadow1.png) no-repeat center;
  top: 0;
  right: 100%;
}
.iconBox {
  padding: 1em 0;
}
.iconBox i {
  font-size: 3.5em;
  color: #346784;
}
.idexMap [class^="col-"]:last-child {
  /* background-color: #c2ad92; */
  /* padding-left:0; */
  overflow: hidden;
}
.idexMap [class^="col-"]:last-child .position {
  position: relative;
  z-index: 2;
  height: 650px;
  width: 450px;
}

#video_accueil02 {
  display: block;
}

.pulse {
  position: absolute;
  top: 46%;
  right: 50%;
  display: block;
  border-radius: 50%;
  height: 200px;
  width: 200px;
  border: 2px dashed rgba(20, 20, 20, 0.3);
  -webkit-animation: 20s rotate infinite linear;
  animation: 20s rotate infinite linear;
}
/* ==========================================================================
FOOTER
========================================================================== */
footer {
  padding-top: 4em;
  background-color: #fff;
}
#villes_competences {
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  margin: 3em 0;
  padding: 2em 0;
  text-align: center;
}
#villes_competences a {
  padding: 0.5em 1em;
  font-size: 0.8em;
  white-space: normal;
}
#villes_competences a strong {
  white-space: nowrap;
}
footer a {
  color: #777;
}
footer ul.border {
  margin-bottom: 2em;
  font-size: 1em;
  padding-left: 1em;
  border-left: 3px solid #c2ad92;
}
footer ul.border li:last-child {
  padding-top: 1em;
}
.btnFooter li {
  float: left;
  width: 33%;
}
.btnFooter a,
.btnFooter a i,
#footer-region a {
  display: block;
}
.btnFooter a i {
  margin: 0 auto 10px;
  background: #346784;
  color: #fff;
  height: 80px;
  width: 80px;
  line-height: 80px;
  font-size: 2.5em;
  -webkit-box-shadow: 0 0 0 5px rgba(52, 103, 132, 0.5);
  box-shadow: 0 0 0 0px rgba(52, 103, 132, 0.5);
}
.btnFooter a:hover i {
  -webkit-box-shadow: 0 0 0 15px rgba(52, 103, 132, 0.5);
  box-shadow: 0 0 0 5px rgba(52, 103, 132, 0.5);
}
#footer-region {
  text-align: center;
  margin: 5em 0 2em;
}
#footer-region,
#footer-region a {
  color: #ccc;
}
#footer-region a:hover {
  color: #777;
}
#footer-region li {
  display: inline-block;
  vertical-align: center;
}
.rs-footer{
  display: flex;
  flex-direction: row;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  margin-top: 4rem;
}

/* ==========================================================================
INTERNES
========================================================================== */

#basic_visual h1 span {
  display: none;
}
#basic_visual h1 {
  text-shadow: 0px 1px 25px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 2;
  margin: 0;
}
#basic_visual {
  position: relative;
  overflow: hidden;
}
#basic_visual:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  bottom: 0;
  right: 0;
}

/* yann 26-02-2024 : pb titre mobile à aligner en bottom*/
#basic_visual .center_element {
  justify-content: flex-end;
}

#breadcrumb,
#nextMission {
  background-color: #2e5c75;
}
#breadcrumb ul {
  margin-bottom: 0;
}
#breadcrumb ul li {
  display: inline-block;
  vertical-align: center;
  text-transform: uppercase;
  color: #fff;
}
#breadcrumb ul li a {
  padding: 1em;
  margin-right: 1em;
  display: block;
  color: rgba(255, 255, 255, 0.3);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
#breadcrumb ul li a:hover {
  color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, 0.1);
}
#wrap {
  padding-top: 4em;
  padding-bottom: 4em;
}
#map_canvas {
  border: none;
  -webkit-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.3);
  margin: 2em 0;
}
.hat {
  position: relative;
  padding-bottom: 1em;
  margin-bottom: 1em;
  padding: 1em 100px;
}

.hat p {
  position: relative;
}

.hat p:last-of-type:before {
  position: absolute;
  content: "";
  margin: auto;
  height: 5px;
  width: 50px;
  background-color: #c8af90;
  bottom: -2rem;
}

@media screen and (max-width: 768px) {
  .hat {
    padding: 1em;
  }
  #wrap {
    padding-top: inherit;
    padding-bottom: inherit;
  }
}

.customList {
  padding-right: 1em;
}
.customList li {
  position: relative;
  padding: 0.5em 0;
  padding-left: 30px;
}
.customList li:before {
  display: block;
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  background-color: #346783;
  border-radius: 50%;
  left: 0;
  top: 11px;
}
.customWrap {
  width: 90%;
  margin: auto;
  /* max-width: 800px; */
  width: 100%;
}
.customWrap .wp1 {
  margin-bottom: 4em;
}
.number {
  font-size: 6em;
  display: inline-block;
  color: #346783;
  margin-bottom: 0.3em;
  padding-bottom: 0.3em;
  padding-right: 0.3em;
  border-bottom: 6px solid #c8af90;
}

@media only screen and (max-width: 768px) {
  .number {
    font-size: 4em;
  }
}
#nextMission a {
  text-align: center;
  /* padding: 2em 0; */
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
}
#nextMission a span {
  padding: 0 10px;
  transition: all 250ms cubic-bezier(0.4, 0, 1, 1);
}
#nextMission a:hover {
  padding-left: 20px;
}
#nextMission a i {
  font-size: 2em;
}
#questionBtn {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  position: fixed;
  cursor: pointer;
  top: 200px;
  color: #346783;
  display: block;
  padding: 1em;
  opacity: 0;
  right: -200px;
  transition: all 0.5s ease-in-out;
  z-index: 100;
  background-color: #f1f1f199;
  border-radius: 50px;
  backdrop-filter: blur(10px);
}
#questionBtn.start {
  right: -20px;
  opacity: 1;
}
#questionBtn span,
#questionBtn p {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
#questionBtn span {
  display: inline-block;
  font-size: 2em;
  vertical-align: middle;
  border-radius: 50%;
  background: rgba(255, 152, 0, 1);
  height: 50px;
  color: #ffffff;
  line-height: 46px;
  margin-right: 10px;
  width: 50px;
  transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  text-align: center;
  transition: all 0.2s ease-in-out;
  -webkit-box-shadow: 0 0 0 5px rgba(255, 152, 0, 0.5);
  box-shadow: 0 0 0 0px rgba(255, 152, 0, 0.5);
}
#questionBtn:hover span {
  -webkit-box-shadow: 0 0 0 15px rgba(255, 152, 0, 0.5);
  box-shadow: 0 0 0 5px rgba(255, 152, 0, 0.5);
}

/*** Table Styles **/

.tableClass .table-fill {
  background: white;
  border-radius: 3px;
  border-collapse: collapse;
  height: 320px;
  margin: auto;
  padding: 5px;
  /* width: 100%; */
  width: auto;
  max-width: 1200px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  animation: float 5s infinite;
}

@media screen and (min-width: 1400px) {
  .tableClass .table-fill {
    width: 1000px;
  }
}

.tableClass span {
  margin-right: 5px;
}
.tableClass th {
  color: #d5dde5;
  background: #2e5c75;
  /* border-bottom: 4px solid #9ea7af; */
  /* border-right: 1px solid #274e63; */
  padding: 24px;
  text-align: left;
  text-transform: uppercase;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  vertical-align: middle;
  font-size: 1.8rem;
}

.tableClass th:first-child {
  border-top-left-radius: 3px;
}

.tableClass th:last-child {
  border-top-right-radius: 3px;
  border-right: none;
}

.tableClass tr {
  /* border-top: 1px solid #c1c3d1;
  border-bottom: 1px solid #c1c3d1; */
  color: #666b85;
}
.tableClass tr:first-child {
  border-top: none;
}
.tableClass tr:last-child {
  border-bottom: none;
}
.tableClass tr:nth-child(odd) td {
  background: #f1f1f1;
}
.tableClass tr:last-child td:first-child {
  border-bottom-left-radius: 3px;
}
.tableClass tr:last-child td:last-child {
  border-bottom-right-radius: 3px;
}
.tableClass td {
  background: #ffffff;
  padding: 20px;
  text-align: left;
  vertical-align: middle;
  /* border-right: 1px solid #c1c3d1; */
}
.txt_dynamique,
input,
select,
textarea {
  color: #000 !important;
}
/* ==========================================================================
COMPETENCE
========================================================================== */
#module_competence .tab-dropdown-menu {
  background: rgba(255, 255, 255, 0.8);
}
/**/

#module_competence .color-site,
#module_competence label,
#module_competence button,
#module_competence #competence_tabs a,
#module_competence #result_km p {
  color: #777;
}
#module_competence .border-color-site,
#module_competence .btn {
  border-color: #777 !important;
}
#module_competence #competence_tabs .nav-tabs > li.active:hover a,
#module_competence #competence_tabs .nav-tabs > li.active a {
  background-color: #346783;
}
/*fond ville resultat survol */
#module_competence .typeahead.dropdown-menu > .active > a,
#module_competence .typeahead.dropdown-menu > .active > a:focus,
#module_competence .typeahead.dropdown-menu > .active > a:hover {
  background-color: rgba(187, 36, 28, 0.55);
}

#module_competence #result_km p:before {
  border-color: transparent transparent transparent #777;
}

/*Petite flÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨che tab active*/
#module_competence #competence_tabs .nav-tabs > li.active a:after {
  border-color: #777 transparent transparent transparent;
}
@media only screen and (min-width: 768px) {
  #module_competence #competence_tabs .nav-tabs > li.active a:after {
    border-color: transparent transparent transparent #346783;
  }
}

/*Zone de compÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©tence*/

.zone_verte {
  color: #08c91b !important;
}
.zone_orange {
  color: #c99f08 !important;
}
.zone_rouge {
  color: #ad2828 !important;
}
.bg-site-zone-1 {
  /*background-color: rgba(130, 107, 138, 0.75);*/
  background-color: #08c91b !important;
}
.bg-site-zone-2 {
  /*background-color: rgba(130, 107, 138, 0.55);*/
  background-color: #c99f08 !important;
}
.bg-site-zone-3 {
  /*background-color: rgba(130, 107, 138, 0.25);*/
  background-color: #ad2828 !important;
}
/* ==========================================================================
RWD
========================================================================== */
@media only screen and (min-width: 320px) {
  h1 {
    font-size: 2.5em;
  }
  #logoW {
    font-size: 5em;
    width: 200px;
  }
  .carousel-indicators {
    bottom: 1em;
  }
  .hat .play {
    margin: 0 auto 5em;
  }
  .hat h3 {
    font-size: 1.2em;
  }
  .play {
    border-top: 23px solid transparent;
    border-bottom: 24px solid transparent;
    border-left: 34px solid #2c3e50;
    margin: 0% auto;
    left: 0;
    filter: drop-shadow(0 0 30px #fff);
    margin-top: 2em;
  }
  .play span {
    bottom: -94px;
    left: -101px;
  }

  .play:before {
    -moz-box-shadow: 0px 5px 84px 0px rgba(255, 255, 255, 1);
    box-shadow: 0px 5px 84px 0px rgba(255, 255, 255, 1);
    top: -49px;
    left: -73px;
    bottom: -50px;
    right: -32px;
  }
  #module_actu_accueil {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 90px;
    text-align: center;
  }
  #basic_visual,
  #basic_visual .center_element {
    min-height: 250px;
    height: 30vh;
    /* align-items: flex-end; */
    padding-bottom: 1em;
  }
}
@media only screen and (min-width: 769px) and (min-height: 801px) {
  .play {
    margin: 10% auto;
  }
}
@media only screen and (min-width: 769px) {
  h1 {
    font-size: 3em;
  }
  h2 {
    font-size: 2em;
    text-align: center;
  }
  #video_accueil02 {
    position: relative;
    left: -40%;
  }
  #logoW {
    font-size: 7em;
    width: 200px;
  }
  #basic_visual,
  #basic_visual .center_element {
    min-height: 300px;
    height: 40vh;
    /* align-items: flex-end; */
  }
  .carousel-indicators {
    bottom: 5em;
  }
  .servicesBtn {
    background: #346783 url(../images/bgModulesHP.jpg) no-repeat top right;
    background-size: contain;
  }
  .hat .play {
    float: left;
    margin-right: 5em;
  }
  .hat h3 {
    font-size: 1.5em;
  }
  .play:hover:before,
  .play:focus:before {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-box-shadow: 0px 5px 84px 0px rgba(255, 255, 255, 1);
    -moz-box-shadow: 0px 5px 84px 0px rgba(255, 255, 255, 1);
    box-shadow: 0px 5px 84px 0px rgba(255, 255, 255, 1);
  }
  /* #module_actu_accueil{
        position:fixed;
    } */
  #module_actu_accueil,
  #carousel-module-actualites {
    /* height: 90px; */
    height: 100%;
  }
  #module_actu_accueil {
    right: -10px;
    bottom: 15%;
    width: 240px;
    height: 105px;
    /* padding: 0 15px; */
    padding-left: 5px;
    padding-right: 25px;
  }
  #module_actu_accueil,
  #module_actu_accueil h3 {
    text-align: right;
  }
}
@media only screen and (min-width: 1200px) {
  #video_accueil02 {
    position: relative;
    left: -30%;
  }
}
@media only screen and (min-width: 1400px) {
  h1 {
    font-size: 4em;
  }
  /*    h2 {
        font-size: 3em;
}*/
  #video_accueil02 {
    position: relative;
    left: 0%;
    /* height: 100%; */
  }
  #logoW {
    font-size: 8em;
  }
  #basic_visual,
  #basic_visual .center_element {
    min-height: 400px;
    height: 50vh;
  }
  .play {
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 60px solid #2c3e50;
    left: 10px;
  }
  .play span {
    bottom: -124px;
    left: -121px;
  }
  .play:before {
    -moz-box-shadow: none;
    box-shadow: none;
    top: -75px;
    left: -115px;
    bottom: -75px;
    right: -35px;
  }
}
@media only screen and (max-width: 768px) {
  #header-nav a:last-child,
  #scrollDown,
  .home .carousel-control,
  #questionBtn {
    display: none;
  }
  .modal-dialog.center_element {
    display: block;
  }
  .modal-dialog .container {
    background: #fff;
  }
  h1 {
    font-size: 1.4em;
  }
  #homeCarousel h1 {
    font-size: 1.6em;
  }
  #homeCarousel .itemHeight.pics-block {
    position: relative;
  }
  #homeCarousel .itemHeight.pics-block:after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.3);
  }
  #homeCarousel h2 {
    font-size: 1.2em;
  }
  #homeCarousel .btnCustom {
    margin: 0;
  }
  .servicesBtn a,
  .servicesBtn h2 {
    text-align: center;
  }
  .servicesBtn a {
    display: block;
  }
  .carousel-indicators {
    left: 50%;
  }
  footer ul.border {
    margin-top: 2em;
  }
  .btnCustom {
    font-size: 1em;
  }
  #module_actu_accueil,
  #logo_ba {
    display: none;
  }
  #video_accueil02 {
    width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: 537px) {
  .carouselcaption ul li:first-child a {
    border-bottom: 2px solid #fff;
    border-right: none;
  }
}
@media only screen and (max-width: 380px) {
  #nav-toggle p {
    display: none;
  }
}
/* ==========================================================================
ANIMATION
========================================================================== */
@-webkit-keyframes scrollDown {
  0% {
    top: 8px;
    opacity: 0;
  }
  15% {
    top: 8px;
    opacity: 1;
  }
  30% {
    top: 8px;
    opacity: 1;
  }
  45% {
    top: 28px;
    opacity: 1;
  }
  100% {
    top: 28px;
    opacity: 0;
  }
}
@keyframes scrollDown {
  0% {
    top: 8px;
    opacity: 0;
  }
  15% {
    top: 8px;
    opacity: 1;
  }
  30% {
    top: 8px;
    opacity: 1;
  }
  45% {
    top: 28px;
    opacity: 1;
  }
  100% {
    top: 28px;
    opacity: 0;
  }
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
.zoom {
  -webkit-animation: zoom 30s;
  animation: zoom 30s;
}
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.5, 1.5);
  }
}
@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.5, 1.5);
  }
}
.panleft {
  -webkit-animation: effect-panleft 20s;
  animation: effect-panleft 20s;
}
@-webkit-keyframes effect-panleft {
  from {
    -webkit-transform: translateX(10%) scale(1.2);
  }
  to {
    -webkit-transform: translateX(-10%) scale(1.2);
  }
}
.panDown {
  -webkit-animation: effect-panDown 30s;
  animation: effect-panDown 30s;
}
@-webkit-keyframes effect-panDown {
  0% {
    -webkit-transform: translateY(-10%) scale(1.2);
  }
  50% {
    -webkit-transform: translateY(10%) scale(1.2);
  }
  100% {
    -webkit-transform: translateY(-10%) scale(1.2);
  }
}
@keyframes effect-panDown {
  0% {
    transform: translateY(-10%) scale(1.2);
  }
  50% {
    transform: translateY(10%) scale(1.2);
  }
  100% {
    transform: translateY(-10%) scale(1.2);
  }
} /* ==========================================================================
HERITAGE SURCHARGE old.css
======================================================================== */
#steps li.done a .number {
  background-color: rgba(224, 7, 18, 0.5);
  color: #fff;
}
#steps li.current {
  color: #000;
}
#steps li.current .number {
  background-color: #346783;
  border-color: #346783;
  color: #fff;
}
#steps li.disabled .number {
  background-color: #eee;
  color: #aaa;
}
legend {
  color: #337ab7;
}
@media only screen and (min-width: 768px) {
  #steps li .number:after {
    background-color: #ddd;
  }
  #steps li.current .number:after {
    background-color: #346783;
  }
  #steps li.current .number:before {
    background-color: rgba(224, 7, 18, 0.5);
  }
  #steps li.done a:hover .number,
  #steps li.done a:active .number {
    background: #346783;
    color: #fff;
  }
  #steps li.done span.number:after {
    background-color: rgba(224, 7, 18, 0.5);
  }
}
@media only screen and (max-width: 767px) {
  /*Formulaires responsive avec tableau*/
  form table {
    width: 95% !important;
  }
  form table a {
    display: block;
    float: none !important;
  }
  table:after {
    display: block;
    clear: both;
    content: "";
  }
  form table input[type="text"],
  form table input[type="file"],
  form table select,
  form table textarea {
    width: 90% !important;
    float: none !important;
    display: block;
  }
  form table,
  form table tbody,
  form table tr,
  form table td {
    display: block;
    width: 100% !important;
    padding: 0;
    clear: both;
    height: auto;
  }
  form table td {
    text-align: left !important;
    padding-left: 2.5% !important;
  }
  .rubrique {
    height: auto !important;
  } /*Correctif compÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©tences territoriales*/
  #list_com table#tab_comp,
  #list_com table#tab_comp tbody,
  #list_com table#tab_comp tr,
  #list_com table#tab_comp td {
    width: 100% !important;
    display: block;
  }
  #s_com {
    width: 100% !important;
  }
}
@media only screen and (max-width: 479px) {
  .form_extranet div {
    width: auto !important;
  }
}
/*


/* custom yann refonte */

.etude-new {
  padding: 0 40px;
}

.etude-new .hat {
  margin-bottom: 80px;
}

.section-team {
  width: 80%;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  .section-team {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .etude-new {
    padding: 0;
  }
  .etude-new .hat {
    margin-bottom: 20px;
  }
}

.section-team .number {
  font-size: 2em;
  border-width: 1px;
}

.section-team h2 {
  text-align: left;
}

.avatar-card {
  position: relative;
  background-color: #2e5c75;
  border-radius: 20px;
  overflow: hidden;
  transition: opacity 0.3s ease-in-out;
  min-height: 400px;
  background: rgb(52, 103, 131);
  background: linear-gradient(
    200deg,
    rgba(52, 103, 131, 1) 0%,
    rgb(63 65 67) 100%
  );
  max-width: 360px;
}

.avatar-card img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease-in-out;
  position: absolute;
  bottom: 0;
  filter: grayscale(1);
  filter: grayscale(1) drop-shadow(0px 0px 75px #00000099);
}

.avatar-card:hover {
  opacity: 0.8;
  transition: opacity 0.3s ease-in-out;
}

.avatar-card:hover img {
  opacity: 0.5;
  transform: scale(1.02) translate(-3px);
  transition: all 0.3s ease-in-out;
}

.avatar-card .linkedin-link svg {
  display: inline-block;
  filter: invert(1);
  position: absolute;
  bottom: 0px;
  left: 0px;
  opacity: 0;
  transform: translate(-10px, 10px);
  transition: all 0.3s ease-in-out;
}

.avatar-card:hover .linkedin-link svg {
  opacity: 1;
  transform: translate(12px, -16px);
  transition: all 0.35s ease-in-out;
}

.avatar-card ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: end;
  gap: 10px;
  position: absolute;
  bottom: 0;
  right: 0px;
}

.avatar-card ul li {
  background-color: white;
  padding: 6px 15px;
  border-radius: 0;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
}

.avatar-card:hover ul li {
  opacity: 1;
  transform: translate(-10px, -5px);
  transition: all 0.3s ease-in-out;
}

.avatar-card ul li a {
  color: black;
  width: 100%;
  height: 100%;
  display: inline-block;
  line-height: normal;
  transition: all 0.3s ease-in-out;
}

.avatar-card ul li a:hover {
  opacity: 0.6;
  transition: all 0.3s ease-in-out;
}

.avatar-card ul li:hover {
  transform: translate(-15px, -5px);
  transition: all 0.3s ease-in-out;
}

#mons-photo {
  bottom: -15px;
}

#touzet-photo {
  bottom: -0px;
}

@media screen and (max-width: 1200px) {
  .avatar-card {
    max-width: 400px;
    min-height: 300px;
  }

  .avatar-card svg {
    display: none;
  }
}

.abstract-square {
  display: block;
  margin-top: 30px;
  margin-bottom: -10px;
}

.section-abstract {
  width: 100vw;
  display: flex;
  /* grid-template-columns: 40% 60%; */
  background-color: #8c8c8c;
  /* filter: grayscale(1); */
  margin: 1em -100%; /* old browsers fallback */
  margin: 100px calc(50% - 50vw);
  /* justify-content: stretch; */
  display: grid;
  grid-template-columns: 40% 60%;
  /* margin-top: 60px; */
  /* background-color: #c8af90; */
  position: relative;
}

.section-abstract p {
  /* width: 40%; */
  display: block;
  position: relative;
  color: white;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px;
  /* align-self: stretch; */
  height: 100%;
  padding-left: 100px;
  font-size: 3rem;
}

.section-abstract p:before {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/curve-grey.png);
  background-size: cover;
}

.section-abstract:before {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  top: -100px;
  right: 0;
  background-image: url(../images/curve-dark-grey.png);
  background-size: cover;
}

.section-abstract:after {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  bottom: -100px;
  /* left: 20px; */
  transform: rotate(180deg);
  background-image: url(../images/curve-dark-grey.png);
  background-size: cover;
  z-index: 10;
}

.section-abstract img {
  width: 100%;
  /* max-height: 400px; */
}

.section-video {
  /* background-image: url(../images/abstract-frise-2.png); */
  background-image: url(../images/abstract-frise-4.png);
}

.section-video h3{
  font-size: 2.5rem;
  color: white;
  text-align: center;
  padding: 3rem 0;
}

.section-video-wrapper{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  padding: 2rem 0;
}

.section-video-card{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;

}

.section-video-card:hover{
  opacity: 0.75;
  transition: opacity 0.3s;
}

.section-video-card p{
  padding: 1rem;
  font-size: 2rem;
}

.section-video-card p:before{
  display: none;
}

.section-video-card img{
  width: 280px;
}

.section-constats {
  background-color: #346783;
  background: rgb(52, 103, 131);
  background: linear-gradient(
    180deg,
    rgba(52, 103, 131, 1) 0%,
    rgba(206, 225, 236, 1) 100%
  );
  background: rgb(52, 103, 131);
  background: linear-gradient(
    140deg,
    rgba(52, 103, 131, 1) 0%,
    rgba(206, 225, 236, 1) 49%,
    rgba(61, 110, 137, 1) 100%
  );
  background: rgb(52, 103, 131);
  background: linear-gradient(
    180deg,
    rgba(52, 103, 131, 1) 0%,
    rgba(52, 103, 131, 0.6979166666666667) 49%,
    rgba(61, 110, 137, 1) 100%
  );
  background: rgb(52, 103, 131);
  background: linear-gradient(
    180deg,
    rgba(52, 103, 131, 1) 0%,
    rgba(94, 146, 175, 1) 49%,
    rgba(61, 110, 137, 1) 100%
  );
}

.section-constats {
  margin-top: -100px;
  width: 100vw;
  margin: 1em -100%; /* old browsers fallback */
  margin: 0px calc(50% - 50vw);
  padding: 50px;
  margin-top: -100px;
  /* overflow: hidden; */
  padding-bottom: 0;
  position: relative;
  /* padding-bottom: 250px; */
}

.section-constats h2 {
  color: #c8af90;
  text-align: center;
}

.section-constats p {
  color: white;
  margin-bottom: 100px;
}

.section-constats h2,
.section-constats p {
  transition: opacity 0.1s ease-in-out;
}

.section-constats ul {
  display: flex;
  gap: 20px;
  margin-top: 80px;
  margin-bottom: -150px;
}

.section-constats ul li {
  display: inline-block;
  border-radius: 60px;
  background-color: white;
  padding: 50px;
  width: 520px;
}

.section-constats-inner {
  position: relative;
  padding: 100px;
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 1200px) {
  .section-constats-inner {
    padding: 0;
  }
  .section-abstract {
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
    margin-top: 20px;
    /* display: none; */
    margin-bottom: 0;
  }
  .section-abstract>p {
    padding: 6rem;
    font-size: 2rem;
  }
  .section-abstract:before,
  .section-abstract:after,
  .section-abstract p:before {
    display: none;
  }
  .section-constats {
    padding: 20px;
    margin-top: 0px;
  }
  .section-constats p {
    margin-bottom: 20px;
  }
}

/* gsap test */
body {
  overflow-x: hidden;
}

/* horizontal container */
#container {
  /* background-color:grey; */
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  height: auto;
  margin-bottom: 50px;
  justify-content: center;
}

.module {
  height: 300px;
  display: flex;
  position: relative;
  width: 350px;
  background-size: 170%;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  margin: 20px;
  border-radius: 20px;
  margin-bottom: 60px;
  overflow: hidden;
  /* margin-bottom: 0; */
}

.module a {
  font-size: 2.2rem;
  color: white;
  text-shadow: 0 0 6px black;
  position: relative;
  z-index: 2;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
}

.module:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0000008f;
  transition: all 0.3s ease-in-out;
}

.module:hover:before {
  background-color: black;
  opacity: 0.8;
  transition: all 0.3s ease-in-out;
  z-index: 0;
}

.module:hover {
  /* transform: scale(1.05); */
  z-index: 2;
  transition: all 0.3s ease-in-out;
  border-radius: 40px;
  background-size: 180%;

  /* transform: scale(2); */
}

@media screen and (max-width: 1400px) {
  #container {
    height: auto;
    flex-direction: inherit;
  }
  .module {
    margin: 10px;
    height: 200px;
  }
  .module.transparent {
    display: none;
  }
}

.affichage {
  background-image: url(../images/constat-affichage.webp);
}

.avant-travaux {
  background-image: url(../images/constat-avant-travaux.webp);
}

.etat-lieux {
  background-image: url(../images/constat-etat-lieux.webp);
}

.internet {
  background-image: url(../images/constat-internet.webp);
}

.sms {
  background-image: url(../images/constat-sms.webp);
}

.voisinage {
  background-image: url(../images/constat-voisinage.webp);
}

.travaux {
  background-image: url(../images/constat-travaux.webp);
}

.inventaire {
  background-image: url(../images/constat-inventaire.webp);
}

.transparent {
  visibility: hidden;
}

/* container */

/* carousel center */
.carousel-center {
  width: 100%;
  max-width: 1000px;
  display: block;
  height: 300px;
  position: relative;
  margin: 0 auto;

  &: before {
    content: "";
    width: 1px;
    height: 100%;
    background: red;
    left: 50%;
    top: 0;
    display: block;
    z-index: 3;
    position: absolute;
  }

  .carousel-center-inner {
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;

    .box {
      display: inline-block;
      white-space: normal;
    }
  }

  #box-1 {
    width: 300px;
  }

  #box-2 {
    width: 500px;

    .box-inner {
      background: teal;
    }
  }

  #box-3 {
    width: 600px;

    .box-inner {
      background: pink;
    }
  }

  .box {
    height: 300px;
    position: relative;
    padding: 0 10px;

    .box-inner {
      width: 100%;
      height: 100%;
      display: block;
      background: grey;
    }
  }
  margin-top: 2;
}

/* end caorusel center */

/* video hero */

.background-video {
  position: absolute;
  /* width: 100%; */
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.background-video video {
  width: 100%;
}

.video-hero #basic_visual:before {
  content: "";
  display: block;
  width: 100%;
  height: 101%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #2e5c75c7;
  z-index: 1;
}

/* strate cta notre etude */
.strate-cta {
  background-color: #d1ddf5;
  margin: 1em -100%; /* old browsers fallback */
  margin: 100px calc(50% - 51vw);
  /* padding: 100px; */
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 400px;
  background-color: #d1ddf5;
}

.col-profession,
.col-tarifs {
  position: relative;
  width: 50%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 1200px) {
  .strate-cta {
    flex-direction: column;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    margin: 20px;
  }
  .col-profession,
  .col-tarifs {
    width: 100%;
    font-size: 1.2rem;
  }
  .background-video video {
    display: none;
  }
}

.col-profession:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #346783;
  z-index: 1;
  opacity: 0.8;
  transition: all 0.3s ease-in-out;
}

.col-profession:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/arcachon-haut.webp);
  z-index: 0;
  opacity: 1;
  transition: all 0.3s ease-in-out;
  background-size: cover;
}

.col-profession a,
.col-tarifs a {
  color: white;
  position: relative;
  z-index: 3;
}

.col-tarifs {
  background-color: #d1ddf5;
}

.col-tarifs:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #d1ddf5;
  z-index: 1;
  opacity: 0.8;
  transition: all 0.3s ease-in-out;
}

.col-tarifs:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/justice-sculpture-gradient.webp);
  z-index: 0;
  opacity: 1;
  transition: all 0.3s ease-in-out;
  background-size: cover;
  background-position: bottom -125px right 0px;
}

@media screen and (min-width: 1200px) {
  .col-profession:hover,
  .col-tarifs:hover {
    width: 60%;
    transition: all 0.3s ease-in-out;
  }

  .col-profession:hover {
    border-radius: 0 50px 50px 0;
  }

  .col-tarifs:hover {
    /* border-radius: 50px 0 0 50px; */
    /* border: 1px solid blue; */
  }

  .col-profession:hover:before {
    opacity: 0.95;
    transition: all 0.5s ease-in-out;
  }
}

/* module horaire */
/*--------------------MODULE HORAIRE OUVERTURE----------------------*/
/*----------------------------------------------------------*/
.statut-ouverture {
  font-weight: bold;
  display: inline-block;
  padding: 10px 15px;
  border-radius: 10px;
  margin: 1rem 0;
}
.statut-ouverture span {
  font-weight: normal;
  font-size: 0.75em;
  opacity: 0.67;
}
.statut-ouverture.ouvert {
  background-color: #b1f5e8;
}
.statut-ouverture.ferme {
  background-color: #df8181;
}
.statut-ouverture.info {
  background-color: #ffaf00;
}

/* pages simples missions refonte */

.card-icon-wrapper {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin: 50px 20px;
  padding-right: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.card-icon-wrapper.grid-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 1400px) {
  .card-icon-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 1200px) {
  .card-icon-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 768px) {
  .card-icon-wrapper,
  .card-icon-wrapper.grid-3 {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    flex: 1 1 0;
  }
}

.card-icon-wrapper li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  border-radius: 20px 20px 0 0;
  list-style-type: none;
  padding: 0;
  /* margin: 20px; */
  overflow: hidden;
  /* flex-grow: 1; */
  flex: 1 1 0px;
  min-height: 350px;
  /* min-width: 300px; */
  max-width: 400px;
  flex-wrap: wrap;
  width: 100%;
  justify-self: center;
}

.card-icon-wrapper li:before,
.card-grid li:before {
  display: none;
}

.card-icon-wrapper .card-icon-image {
  /* width: 100%; */
  /* width: 60%; */
  width: 70%;
  display: flex;
  justify-content: center;
  padding: 20px;
  position: relative;
  z-index: 1;
  /* border-radius: 20px 20px 0 0; */
  /* max-width: 280px; */
  opacity: 0.9;
}
.card-icon-wrapper .card-icon-image svg {
  opacity: 0.8;
  max-width: 170px;
}

.card-icon-text {
  padding: 20px;
  font-weight: 600;
  border-radius: 30px 30px 0 0;
  /* margin-top: -20px; */
  position: relative;
  z-index: 2;
  background-color: white;
  width: 100%;
  text-align: center;
  min-height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* width: 85%; */
  /* margin-top: 20px; */
  color: #000000b5;
  /* flex-direction: column; */
}

.card-icon-text a {
  color: white;
}

/* .card-icon-wrapper li:nth-child(odd), .card-icon-wrapper li:nth-child(odd) .card-icon-image {
  background-color: #99b3c1;
}

.card-icon-wrapper li:nth-child(odd) .card-icon-text{
  background-color: white;
}

.card-icon-wrapper li:nth-child(even), .card-icon-wrapper li:nth-child(even) .card-icon-image {
  background-color: white;
}

.card-icon-wrapper li:nth-child(even) .card-icon-text{
  background-color: #99b3c1;
} */

/*Nouvelle card contact - ML*/

.card-contact {
  background-color: #346783;
  color: white;
  padding: 20px;
  border-radius: 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin: 0 100px;
}

@media only screen and (max-width: 768px) {
  .card-contact {
    margin: inherit;
  }
}

.card-icon-wrapper li,
.card-icon-wrapper li .card-icon-image {
  background-color: white;
}

.card-icon-wrapper li .card-icon-text {
  background-color: #346783;
  color: white;
  font-weight: 500;
}

.strate-grey {
  background-color: #e5e5e5;
  margin-left: -15px;
  margin-right: -15px;
  padding: 60px 100px;
  margin: 80px -15px 0px -15px;
}

.strate-white {
  background-color: white;
  margin-left: -15px;
  margin-right: -15px;
  padding: 60px 100px;
  /* margin: 80px -15px 0px -15px; */
}

.strate-white + .strate-grey {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .strate-grey,
  .strate-white {
    padding: 20px;
  }
}

.card-grid-wrapper {
  padding: 60px 100px 100px 100px;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  /* gap: 20px; */
  background-size: cover;
  background-position: center;
  margin: 60px auto;
  width: auto;
  padding: 0;
  border-radius: 40px;
  overflow: hidden;
  width: 60%;
}

.card-grid.appartment-grid {
  background-image: url(../images/appartement.jpg);
}

.card-grid.mediation-grid {
  background-image: url(../images/mediation-5.webp);
}

.card-grid.conflit-grid {
  background-image: url(../images/conflit.jpg);
}

.card-grid li {
  background-color: white;
  /* border-radius: 20px; */
  padding: 20px;
  /* max-height: 200px; */
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  /* min-height: 250px; */
  text-align: center;
  color: black;
  font-weight: 500;
  flex-direction: column;
}

.card-grid li span {
  z-index: 1;
  font-weight: 500;
  font-size: 1.7rem;
}

.card-grid li svg {
  position: relative;
  width: 60%;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.7;
  max-width: 90px;
  margin-bottom: 20px;
}

.card-grid .card-blue {
  background-color: #346784;
  background-color: transparent;
}

.card-grid li img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1200px) {
  .card-grid {
    /* margin: 10px; */
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .card-grid-wrapper {
    padding: 20px;
  }

  .card-grid {
    display: flex;
    flex-direction: column;
    margin: 0;
  }

  .card-grid .card-blue {
    display: none;
  }

  .card-grid li {
    margin: 10px;
    border-radius: 35px;
  }
}

/** */

.white-bkg {
  background-color: white;
}

.cyan-bkg {
  background-color: #99b3c1;
  padding: 40px 0;
  position: relative;
  padding-bottom: 180px;
}

.bloc-encart {
  padding: 60px 100px;
  margin: 20px 0;
}

.bloc-encart.white-bkg:before {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  background-image: url(../images/curve-white.png);
  background-size: cover;
}

.bloc-encart.right {
  border-radius: 60px 0 100px 60px;
  margin-top: -100px;
}

.bloc-encart.left {
  border-radius: 0 60px 100px 60px;
}

.bloc-encart.white-bkg.right:before {
  top: -100px;
  right: 0;
  transform: rotate(180deg);
}

.bloc-encart.white-bkg.left {
  margin-top: -120px;
}

.bloc-encart.white-bkg.left:before {
  top: -100px;
  left: 0;
  transform: rotate(270deg);
}

.cyan-bkg:before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 1px;
  transform: rotate(360deg);
  background-image: url(../images/curve-grey.png);
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .bloc-encart {
    padding: 40px;
  }
}

/* padding 100 */
.p100,
.strate100 {
  padding: 60px 100px 80px 100px;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
}

.p20-100 {
  padding: 20px 100px 20px 100px;
}

.p80-0 {
  padding: 80px 0;
}

@media screen and (max-width: 768px) {
  .p100,
  .strate100,
  .p20-100 {
    padding: 20px;
  }

  .strate-85-mob {
    padding: 85px 20px;
  }
}

.card-number {
  background-color: white;
  border-radius: 20px;
  padding: 2rem;
  width: -webkit-fill-available;
}

.card-number.center_element {
  text-align: center;
}

.card-number-wrapper {
  display: flex;
  justify-content: space-evenly;
  flex: 1 1 0px;
  gap: 40px;
  margin: 40px 0 40px 0;
}

@media screen and (max-width: 1200px) {
  .card-number-wrapper {
    flex-direction: column;
    margin: 0;
  }
}

/* card big icon */
.card-big-icon-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 40px;
  align-items: normal;
}

.card-big-icon-wrapper.single-card {
  grid-template-columns: 1fr;
  justify-items: center;
}

.card-big-icon-wrapper .card-big-icon:first-child {
  grid-row-start: 1;
  grid-row-end: end;
  display: inline-flex;
  margin-bottom: 40px;
}

.card-big-icon-wrapper svg {
  position: absolute;
  opacity: 0.03;
  right: 30px;
  bottom: 18px;
  right: -20px;
  bottom: -0px;
}

.card-big-icon-wrapper li svg {
  position: relative;
  opacity: 1;
  width: 30%;
  height: auto;
  margin-bottom: 20px;
  right: inherit;
}

.card-big-icon {
  background-color: white;
  /* margin: 20px auto; */
  border-radius: 20px;
  /* padding: 40px; */
  /* padding-left: 140px; */
  position: relative;
  /* grid-column-start: 1; */
  /* grid-column-end: 2; */
  overflow: hidden;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  justify-content: start;
  max-width: 50vw;
}

.card-big-icon li:before {
  display: none;
  border-radius: 4px;
  width: 20px;
  height: 20px;
  background-color: #d1c2ad;
  left: 5px;
  z-index: 0;
}

.card-big-icon li {
  /* border: 1px solid #d6c7b54d; */
  border-radius: 15px;
  width: 560;
  margin: 20px 0;
  /* padding: 20px; */
  /* backdrop-filter: blur(8px); */
  /* width: 50%; */
  /* box-shadow: 0 0 40px #0000000f; */
  /* margin: 20px; */
  padding: 20px;
  /* background-color: white; */
  font-size: 15px;
}

.card-big-icon li strong {
  display: block;
  position: relative;
  font-size: 17px;
}

.card-big-icon p {
  font-weight: 500;
  color: #000000b8;
  padding: 40px;
  background-color: #346784;
  color: white;
}

.card-big-icon ul {
  padding: 20px 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  /* position: relative; */
}

@media screen and (max-width: 1200px) {
  .card-big-icon-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .card-big-icon {
    max-width: inherit;
    margin: 20px 0;
  }
}

@media screen and (max-width: 768px) {
  .card-big-icon ul {
    display: flex;
    flex-direction: column;
  }
  .card-big-icon li {
    text-align: center;
  }
}

/* global todo yann reorder + clean */
.text-center {
  text-align: center;
}

/* price table */

.card-big-icon.card-price {
  max-width: inherit;
}

.price-table {
  padding: 10px;
  display: flex;
  grid-template-columns: 100px 1fr 1fr;
  grid-template-rows: 40px 1fr 1fr 1fr;
}

.price-table div {
  /* border: 1px solid red; */
  padding: 20px;
}
.price-table-top {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.price-table-top div {
  height: 50%;
  display: flex;
  align-items: center;
}

/*Template page ville - ML*/

.card-infos-huissier {
  display: flex;
  flex-direction: column;
  background-color: #99b3c1;
  color: white;
  padding: 20px;
  border-radius: 30px;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin: 0 100px;

  .infos-huissier-row {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 1rem;
  }
}
