@charset "UTF-8";
/*********************  Default-CSS  *********************/
html, body {
  overflow-x: hidden;
}

input[type=file]::-webkit-file-upload-button {
  cursor: pointer;
}

#iframeYT iframe {
  border: none;
  width: 100%;
  height: 555px;
}

input[type=file],
a[href],
input[type=submit],
input[type=button],
input[type=image],
label[for],
select,
button,
.pointer {
  cursor: pointer;
}

::-moz-focus-inner {
  border: 0 solid transparent;
}

*::-moz-selection {
  color: #fff;
  background: #000;
}

*::-webkit-input-placeholder {
  color: #333333;
  opacity: 1;
}

*:-moz-placeholder {
  color: #333333;
  opacity: 1;
}

*::-moz-placeholder {
  color: #333333;
  opacity: 1;
}

*:-ms-input-placeholder {
  color: #333333;
  opacity: 1;
}

html body {
  font-family: "Barlow Semi Condensed", serif;
  margin: 0;
  line-height: 1.3;
}

a,
div a:hover,
div a:active,
div a:focus,
button {
  text-decoration: none;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

a,
span,
div a:hover,
div a:active,
button {
  text-decoration: none;
}

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

.no-list li,
.no-list ul,
.no-list ol,
footer li,
footer ul,
footer ol,
header li,
header ul,
header ol {
  list-style: inside none none;
}

.no-list ul,
.no-list ol,
footer ul,
footer ol,
header ul,
header ol {
  margin: 0;
  padding: 0;
}

a {
  outline: none;
  color: #555;
}

a:hover {
  color: #000;
}

body .clearfix,
body .clear {
  clear: both;
  line-height: 100%;
}

body .clearfix {
  height: auto;
}

* {
  outline: none !important;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ul:after,
li:after,
.clr:after,
.clearfix:after,
.container:after,
.grve-container:after {
  clear: both;
  display: block;
  content: "";
}

div input,
div select,
div textarea,
div button {
  font-family: "Barlow Semi Condensed", serif;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: "Barlow Semi Condensed", serif;
  line-height: 120%;
  color: #333;
  font-weight: bold;
  margin: 0 0 15px;
}

body h1:last-child,
body h2:last-child,
body h3:last-child,
body h4:last-child,
body h5:last-child,
body h6:last-child {
  margin-bottom: 0;
  text-transform: none;
}

div select {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

div select option {
  font-size: 13px;
  color: #333;
  padding: 2px 5px;
}

body p {
  color: #333;
  font-family: "Barlow Semi Condensed", serif;
  font-size: 15px;
  line-height: 140%;
  margin: 0 0 15px;
  padding: 0;
}

body p:empty {
  margin: 0;
  line-height: 0;
}

body p:last-child {
  margin-bottom: 0;
}

p strong {
  font-weight: bold;
}

.a-left {
  text-align: left;
}

.a-right {
  text-align: right;
}

.a-center {
  text-align: center;
}

label em {
  color: #ff0000;
  display: inline-block;
  font-style: normal;
  vertical-align: top;
  margin-left: 5px;
}

.hidden {
  display: none !important;
}

body .container {
  width: 100%;
  max-width: 1140px;
}

/*********************  scroll Hide  *********************/
html.show-menu {
  overflow: hidden;
}

html.show-menu body {
  overflow: hidden;
  height: 100%;
}

/*********************  Default-CSS close  *********************/
/*********************  Gapping  *********************/
.p-60 {
  padding-bottom: 60px;
  padding-top: 60px;
}

.p-40 {
  padding-bottom: 40px;
  padding-top: 40px;
}

/*********************  Gapping close  *********************/
/*********************  Default-CSS  *********************/
/*********************  Common-Css  *******************/
.clr:after,
ul:after,
.clearfix:after,
li:after,
.grve-container:after {
  clear: both;
  display: block;
  content: "";
}

.btn.focus,
.btn:focus {
  box-shadow: none !important;
}

.form-control:focus {
  box-shadow: none !important;
}

/*********************  Common-Css Close  *******************/
/*********************  Header  *******************/
header {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: all 0.5s;
  z-index: 99999;
}

header nav.navbar.navbar-expand-lg {
  padding: 0;
  height: 120px;
  transition: all 0.5s;
}

.navbar-brand {
  width: 242px;
  display: block;
  margin-right: 45px;
}

.navbar-nav .nav-link {
  padding: 14px 0 !important;
  font-size: 16px;
  color: #003E79;
  font-weight: 500;
  margin-right: 50px;
  border-bottom: 4px solid #008d8d00;
  position: relative;
}
.navbar-nav .nav-link::after {
  position: absolute;
  content: "";
  background: #008D8D;
  height: 4px;
  bottom: -4px;
  transition: all 0.2s ease-in-out;
  left: 51%;
  right: 51%;
}
.navbar-nav .nav-link:hover:not(.btn-header)::after {
  left: 0;
  right: 0;
}

.navbar-nav .nav-link span {
  font-weight: 700;
  display: block;
}

.navbar-nav .nav-link.btn-header {
  margin: 0;
}

.btn-green {
  border: 2px solid #008D8D;
  color: #008D8D;
}

.nav-link.btn.btn-header.btn-green {
  color: #008D8D;
  padding: 9px !important;
  border-radius: 4em;
  border: 2px solid #008D8D !important;
}

.nav-link.btn.btn-header.btn-green i {
  margin-right: 8px;
}

.nav-link.btn.btn-header.btn-green:hover {
  background: #008D8D;
  transition: all 0.5s;
  color: #fff;
}

ul.navbar-nav.text-uppercase.ml-auto {
  align-items: center;
}

header.fixed {
  background: #fff;
  transition: all 0.5s;
  box-shadow: 0 0 60px 0 #00000019;
}

header.fixed nav.navbar.navbar-expand-lg {
  height: 80px;
  transition: all 0.5s;
}

/*********************  Header Close  *******************/
/*********************  Home Start  *******************/
.d-margin {
  margin-top: 120px;
}

.home-banner-section {
  background-image: url("../images/index-banner.jpg");
  width: 100%;
  position: relative;
  height: 420px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.home-banner-section.page-home {
  overflow: hidden;
}

.home-banner-section > svg {
  position: absolute;
  fill: #ffffff80;
}

.home-banner-section > svg.hexagone_svg_top {
  top: -195px;
  right: -288px;
  width: 750px;
  height: 750px;
  transform: rotateZ(3deg);
}

.home-banner-section > svg.hexagone_svg_bottom {
  bottom: -79px;
  left: -292px;
  width: 465px;
  height: 465px;
  transform: rotateZ(25deg);
}

.home-info {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 15px;
  margin: -15px;
  z-index: 999;
}

.home-info h1 {
  font-size: 22px;
  color: #003E79;
  font-weight: 400;
  font-family: "Open Sans", serif;
  text-transform: uppercase !important;
  margin-bottom: 0;
}
.home-info h1 span {
  font-size: 40px;
  color: #003E79;
  font-weight: 700;
  max-width: 370px;
  width: 100%;
  line-height: 100%;
  display: block;
  text-transform: none;
  font-family: "Barlow Semi Condensed", serif;
  margin: 0;
}
.home-info h1 + a.btn, .home-info h1 + .logement-select {
  margin-top: 32px;
}

.home-info h6 {
  font-size: 22px;
  color: #003E79;
  font-weight: 400;
  font-family: "Open Sans", serif;
  text-transform: uppercase;
  margin-bottom: 0;
}

.home-info h5 {
  font-size: 40px;
  color: #003E79;
  font-weight: 700;
  max-width: 370px;
  width: 100%;
  margin-bottom: 32px;
  line-height: 100%;
}

.btn-blue {
  font-size: 17px;
  color: #FFFFFF;
  font-weight: 600;
  background: #003E79;
  border: 2px solid #003E79;
  text-transform: uppercase;
  border-radius: 4px;
}

.btn-blue:hover {
  border-color: white;
  background: white;
  color: #003E79;
}

.home-info .btn-blue {
  padding: 12px 36px;
}

.title h2 {
  font-size: 24px;
  color: #000000;
  margin-bottom: -10px;
  text-transform: uppercase !important;
  font-weight: 500;
  font-family: "Open Sans", serif;
  line-height: 120%;
}
.title h2 span {
  display: block;
  font-size: 40px;
  color: #003E79;
  font-weight: 700;
  text-transform: none !important;
  margin-top: -10px;
  font-family: "Barlow Semi Condensed", serif;
  line-height: 120%;
}

.title h5 {
  font-size: 24px;
  color: #000000;
  margin-bottom: -10px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: "Open Sans", serif;
}

.title {
  margin-bottom: 40px;
}

.title h4 {
  font-size: 40px;
  color: #003E79;
  font-weight: 700;
}

.logement-wrap {
  display: flex;
  position: relative;
  margin-top: 60px;
}

.logement-first-box {
  background: #008d8e;
  padding: 13px 0 0 0;
  width: 326px;
  position: relative;
  height: 403px;
}

.logement-map-box {
  width: 655px;
  height: 403px;
}

.logement-last-box {
  position: absolute;
  right: 0;
  z-index: -1;
  top: -50px;
}

.logement-last-box:after {
  content: "";
  background-image: url("../images/trouver-after.png");
  position: absolute;
  top: -34px;
  left: -115px;
  width: 294px;
  height: 85px;
  background-repeat: no-repeat;
}

#map_programmes_container {
  position: relative;
}

#map_programmes_no_results, #map_programmes_loader {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 60px;
}

#map_programmes_loader {
  z-index: 1001;
  display: flex;
}

.leaflet-container a {
  color: #fff;
}

button.btn-map-zoom {
  width: 34px;
  height: 40px;
  position: absolute;
  background: #fff;
  border: none;
}

button.btn-map-zoom.btn-map-zoom-plus {
  top: 41px;
  right: 64px;
}

button.btn-map-zoom.btn-map-zoom-moins {
  top: 90px;
  right: 64px;
}

button.btn-map-zoom:before {
  border-width: 0 17px 12px 17px;
  border-style: none solid solid solid;
  border-color: transparent #008d8e transparent #008d8e;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  content: "";
}

button.btn-map-zoom:after {
  content: "";
  border-width: 12px 17px 0 17px;
  border-style: solid solid none solid;
  border-color: transparent #008d8e transparent #008d8e;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 100;
}

button.btn-map-zoom svg {
  width: 14px;
  top: -2px;
  position: relative;
}

button.btn-map-zoom svg path {
  fill: #008d8e;
}

button.btn-map-zoom:hover {
  background-color: #003E79;
}

button.btn-map-zoom:hover svg path {
  fill: #fff;
}

.logement-select label {
  display: block;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}

.logement-select .select {
  float: unset;
  border-radius: 4em;
}

.logement-select .select ul.list {
  width: 100%;
  max-height: 200px;
  overflow: auto;
}

.logement-select .select .current {
  font-size: 14px;
  color: #003E79;
  font-family: "Open Sans", serif;
  font-weight: 600;
}

.logement-select .select:after {
  all: unset;
  background-size: contain;
  content: "";
  right: 10px;
  position: absolute;
  font-family: "Font Awesome 5 Free", fantasy;
  font-weight: 600;
  font-size: 20px;
  color: #003E79;
}

.logement-select {
  margin: 15px 0;
  padding: 0 22px;
}

.logement-map-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.concretes-item-wrap {
  list-style: none;
  padding: 20px 0 0 0;
  margin: 0 0 0 0;
  display: flex;
  position: relative;
}

.concretes-item-wrap li {
  width: 25%;
}

.concretes-item {
  padding: 32px;
  height: 340px;
  position: relative;
  display: flex;
  flex-direction: column;
  /*transition: 0.3s;*/
}
.concretes-item.blue-box:hover {
  box-shadow: 1px 1px 7px #003E79;
}
.concretes-item.light-blue-box:hover {
  box-shadow: 3px 3px 10px #008d8d5e;
}

.blue-box {
  padding-top: 47px;
  background: #003E79;
  margin-top: 50px;
}

.concretes-item h6 {
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.concretes-item p {
  font-size: 16px;
  font-weight: 500;
}

.concretes-item a {
  margin-top: auto;
  margin-left: auto;
  display: block;
  width: 31px;
  height: 36px;
}

.concretes-item a {
  background-color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.concretes-item a svg {
  width: 14px;
}

.concretes-item a svg path {
  fill: #003E79;
}

.concretes-item a:hover {
  background-color: #e50b4f;
  transform: rotate(90deg);
}

.concretes-item a:hover svg path {
  fill: #fff;
}

.concretes-item a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-width: 0 15px 10px 15px;
  border-style: none solid solid solid;
  border-color: transparent #a1d5d5;
}

.concretes-item a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-width: 10px 15px 0 15px;
  border-style: solid solid none solid;
  border-color: transparent #a1d5d5;
}

.concretes-item.blue-box a:before, .concretes-item.blue-box a:after {
  border-color: transparent #003E79;
}

.light-blue-box h6,
.light-blue-box p {
  color: #003E79;
}

.blue-box h6,
.blue-box p {
  color: #fff;
}

.light-blue-box:after {
  content: "";
  background-image: url("../images/trouver-line.jpg");
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: -10px;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
}

.concretes-item-wrap:after {
  content: "";
  background-image: url("../images/concretes-after.png");
  width: 180px;
  height: 115px;
  position: absolute;
  top: -56px;
  right: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

footer {
  background: #003e79;
  padding: 42px 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.f-top {
  display: flex;
  align-items: center;
  margin-bottom: 80px;
  position: relative;
  z-index: 99;
}

.social-icon {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.social-icon li a {
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #003e79;
  font-size: 22px;
  margin-left: 15px;
  transition: 0.5s all;
}
.social-icon li a:hover, .social-icon li a:focus, .social-icon li a:active {
  transform: rotateY(360deg);
}

.f-bottom {
  display: flex;
  align-items: center;
}

.f-bottom ul {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.f-bottom p {
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
}

.f-bottom ul li a {
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 500;
  text-transform: uppercase;
  margin-left: 30px;
  position: relative;
}
.f-bottom ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: auto;
  width: 0;
  height: 1px;
  background: white;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.f-bottom ul li a:hover, .f-bottom ul li a:focus, .f-bottom ul li a:active {
  text-decoration: none;
}
.f-bottom ul li a:hover::after, .f-bottom ul li a:focus::after, .f-bottom ul li a:active::after {
  left: 0;
  right: auto;
  width: 100%;
}

footer:after {
  content: "";
  background-image: url("../images/footer-after.png");
  width: 205px;
  height: 236px;
  position: absolute;
  top: -90px;
  left: 10px;
  transform: rotate(-80deg);
}

footer:before {
  content: "";
  background-image: url("../images/footer-before.png");
  width: 457px;
  height: 526px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(30deg);
  right: 0;
  z-index: -1;
  opacity: 0.2;
}

/*********************  Home Close  *******************/
/*********************  programmes-neufs Start  *******************/
.programmes-neufs {
  background-image: url("../images/programmes-neufs-banner.jpg");
  position: relative;
}

.programmes-neufs:after {
  content: "";
  background-image: url("../images/programmes-after.png");
  width: 283.78px;
  height: 259.33px;
  position: absolute;
  bottom: -100px;
  left: -20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left bottom;
}

.logement-select.logement-select2 {
  margin: 0;
  padding: 0;
}

.logement-select.logement-select2 .select {
  border: 1px solid #003E79;
  max-width: 418px;
  width: 418px;
}

.programmes-items {
  position: relative;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  margin: 15px 0;
}
.programmes-items:hover .programmes-item-img img {
  transform: scale(1.1);
}

.programmes-item-img {
  position: relative;
  overflow: hidden;
  height: 350px;
  z-index: 1;
}

.programmes-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}

.programmes-item-img-info {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 1;
}

.programmes-item-img-info h2 {
  font-size: 16px;
  color: #FFFFFF;
  font-weight: 600;
  text-transform: uppercase !important;
  margin-bottom: 0;
}
.programmes-item-img-info h2 .nombre {
  font-size: 30px;
  color: #FFFFFF;
  font-weight: 700;
  margin-bottom: 0;
  display: block;
  line-height: 120%;
}
.programmes-item-img-info h2 .logements {
  display: block;
  font-size: 16px;
  color: #FFFFFF;
  font-weight: 500;
  line-height: 140%;
}

.programmes-item-img-info h6 {
  font-size: 16px;
  color: #FFFFFF;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
}

.programmes-item-img-info h5 {
  font-size: 30px;
  color: #FFFFFF;
  font-weight: 700;
  margin-bottom: 0;
}

.programmes-item-img-info p {
  font-size: 16px;
  color: #FFFFFF;
  font-weight: 500;
  text-transform: uppercase;
}

.programmes-item-img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  clip-path: polygon(100% 0, 0 0, 0 100%, 100% 0);
  background: #003e79;
  width: 310px;
  opacity: 1;
  height: 160px;
  transition: all 0.5s;
}

.programmes-item-img:before {
  content: "";
  background-image: url("../images/programmes-after.jpg");
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background-size: contain;
}

.programmes-item-info {
  padding: 14px 16px;
  display: flex;
  align-items: flex-end;
}

.programmes-item-info ul {
  padding: 0;
  list-style: none;
  margin: 0;
  display: flex;
  align-items: flex-end;
  margin-right: auto;
}

.programmes-item-info ul li {
  text-align: center;
  margin: 0 30px 0 0;
}

.programmes-item-info ul li i {
  font-size: 25px;
  color: #003E79;
  margin-bottom: 6px;
}

.programmes-item-info ul li p {
  font-size: 16px;
  color: #003E79;
  font-weight: 500;
  margin-top: 7px;
}

.programmes-item-info div {
  text-align: end;
}

.programmes-item-info p {
  font-size: 16px;
  color: #003E79;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.programmes-item-info ul li:nth-last-child(1) {
  margin: 0;
}

.btn-infos {
  width: 100px;
  height: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
}

.yellow-programmes-items .programmes-item-img:after {
  background: #FCBC0F;
}

.blue-programmes-items .programmes-item-img:after {
  background: #008D8D;
}

.container.min-container {
  max-width: 860px;
}

.pagination-ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin-bottom: 75px;
  justify-content: center;
}

.pagination-ul li a {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #003e79;
  margin: 5px 12px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 4px;
  background: #003e79;
  color: #fff;
}

.pagination-ul li a:hover,
.pagination-ul li a.active {
  background: transparent;
  color: #003e79;
}

.programmes-section {
  position: relative;
  overflow: hidden;
}

.programmes-section:after {
  content: "";
  background-image: url("../images/programmes-after.png");
  position: absolute;
  top: 30%;
  right: -40px;
  width: 237.38px;
  height: 226.93px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
}

/*********************  programmes-neufs Close  *******************/
/*********************  Detail-neufs Start  *******************/
.detail-neufs {
  background-image: url("../images/detail-neufs.jpg");
  position: relative;
}

.detail-neufs:after {
  content: "";
  background-image: url("../images/programmes-after.png");
  width: 283.78px;
  height: 259.33px;
  position: absolute;
  bottom: -100px;
  left: -20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left bottom;
  z-index: 9;
}

.seine-wrap-bg {
  background: #003e79;
  padding: 30px 0;
  position: relative;
}

.seine-wrap {
  display: flex;
  max-width: 825px;
  width: 100%;
  margin: auto;
}

.seine-left {
  width: 60%;
}

.seine-left h1 {
  font-size: 36px;
  color: #FFFFFF;
  font-weight: 600;
  margin-bottom: 0;
}
.seine-left h1 span {
  font-size: 24px;
  font-family: "Open Sans", serif;
  color: #fff;
  margin-bottom: 0;
  font-weight: 400;
  display: block;
  line-height: 140%;
}

.seine-left h4 {
  font-size: 36px;
  color: #FFFFFF;
  font-weight: 600;
  margin-bottom: 0;
}

.seine-left p {
  font-size: 24px;
  font-family: "Open Sans", serif;
  color: #fff;
}

.seine-right {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
}
.seine-right li {
  width: 50%;
}
.seine-right li span.prix {
  display: inline-block;
}

.seine-right li {
  padding-left: 30px;
  font-size: 16px;
  color: #FFFFFF;
  font-family: "Open Sans", serif;
  margin: 0 0 16px 0;
  position: relative;
}

.seine-right li:nth-last-child(1) {
  margin: 0;
}

.seine-wrap-bg:after {
  content: "";
  background-image: url("../images/seine-line.jpg");
  width: 100%;
  height: 10px;
  background-size: contain;
  position: absolute;
  bottom: -6px;
  left: 0;
  background-position: center;
}

.seine-right li:after {
  content: "";
  background-image: url("../images/seine-round.svg");
  width: 13px;
  height: 13px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 10px;
  transform: translateY(-50%);
  left: 0;
}

.residence-ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0 0 60px 0;
}

.residence-ul li a {
  font-size: 19px;
  color: #003E79 !important;
  font-weight: 400;
  font-family: "Open Sans", serif;
  text-transform: uppercase;
  transition: 0.3s;
}
.residence-ul li a:hover {
  transform: scale(1.05);
}

.f-logo path {
  fill: #FFFFFF;
}

.cls-1 {
  fill: #183b68;
}

.cls-2 {
  fill: #e5114d;
}

.residence-ul li {
  width: 25%;
  text-align: center;
  border-right: 2px solid #008D8D;
  display: flex;
  height: 100px;
  align-items: center;
  justify-content: center;
}

.residence-ul li:nth-last-child(1) {
  border: none;
}

.residence-ul-discription p {
  font-size: 16px;
  color: #000000;
  font-family: "Open Sans", serif;
  font-weight: 400;
  line-height: 1.8;
  margin: 0;
}

.residence-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  list-style: none;
  padding: 0;
  position: relative;
  margin: 70px 0 25px;
}

.residence-wrap li {
  width: 25%;
  margin-bottom: 45px;
  text-align: center;
}

.residence-wrap li span {
  display: block;
  margin-bottom: 30px;
}

.residence-wrap li span img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}

.residence-wrap li h6 {
  font-size: 18px;
  color: #003E79;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
}

.residence-section {
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 992px) {
  .residence-section:after {
    content: "";
    background-image: url("../images/programmes-after.png");
    width: 237px;
    height: 216px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    position: absolute;
    bottom: 10%;
    right: -50px;
  }
}
.residence2-items {
  width: 100%;
  height: 473px;
  margin-bottom: 30px;
  position: relative;
}
.residence2-items::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  background: url("../images/seine-line.jpg") center;
  height: 10px;
}

.residence2-items img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

div#residence2-owl .owl-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

div#residence2-owl .owl-nav button {
  color: #003E79 !important;
  margin-left: 15px;
}

div#residence2-owl .owl-dots {
  display: flex;
  align-items: center;
  margin-top: -20px;
  justify-content: center;
}

div#residence2-owl .owl-dots button {
  width: 16px;
  height: 16px;
  color: #003E79;
  border: 1px solid #003E79;
  border-radius: 100%;
  margin: 0 5px;
}

div#residence2-owl .owl-dots button.active {
  background: #003E79;
}

.vente-item {
  width: 100%;
  height: 235px;
  position: relative;
  margin: 15px 0;
}

.vente-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vente-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vente-item svg {
  position: absolute;
  bottom: -214px;
  right: -291px;
  transform: rotateZ(16.5deg);
  width: 550px;
  height: 550px;
  fill: rgba(255, 255, 255, 0.2);
}

.vente-item-2:after {
  content: "";
  background-image: url("../images/vente-item-after-2.jpg");
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  opacity: 0.7;
}

.vente-item-3:after {
  content: "";
  background-image: url("../images/vente-item-after-3.jpg");
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  opacity: 0.7;
}

.vente-item-info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  flex-wrap: nowrap;
  padding: 15px;
  width: 100%;
  z-index: 9;
  text-align: center;
}

.vente-item-info h5 {
  font-size: 28px;
  color: #FFFFFF;
  font-weight: 600;
  margin-bottom: 23px;
  text-transform: uppercase;
}

.vente-item-info p {
  font-size: 18px;
  color: #FFFFFF;
  font-weight: 500;
  margin-bottom: 18px;
}

.btn-white {
  background: #fff;
  border: 2px solid #fff;
  color: #003e79;
}

.btn-white:hover {
  background: #003e79;
  border-color: #003e79;
  color: #fff;
}

.vente-item-info .btn {
  width: 177px;
  height: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 16px;
}

.vente-item-2 .vente-item-info,
.vente-item-3 .vente-item-info {
  transform: unset;
  left: 0;
  top: unset;
  bottom: 12px;
}

.vente-main-section {
  margin-top: 40px;
}

.prix-left ul {
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 400px;
}

.prix-left ul li {
  font-size: 18px;
  color: #003E79;
  font-weight: 600;
  text-transform: uppercase;
  padding: 16px 0;
  border-bottom: 2px dotted #003E79;
}

.groupe-financement .financement-item {
  background-color: #3c9799;
}
.groupe-financement:first-child .financement-item {
  background-color: #008d8d;
}
.groupe-financement:last-child .financement-item {
  background-color: #75acad;
}

.financement-item {
  position: relative;
  width: 100%;
  height: 175px;
}

.financement-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.8;
}

.financement-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  left: 0;
  width: 100%;
  padding: 15px;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}

.financement-img h6 {
  font-size: 17px;
  color: #FFFFFF;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.prix-right .title h2 {
  margin-bottom: 10px;
}

.prix-right .title h4 {
  margin: 0;
  margin-bottom: 10px;
}

.prix-right .title p {
  font-size: 16px;
  color: #003E79;
  font-family: "Open Sans", serif;
}

.bg-gray {
  background: #E8E8E8;
}

.title.title2 p {
  font-size: 16px;
  color: #003E79;
  font-weight: 500;
  font-family: "Open Sans", serif;
}

.title.title2 h2 {
  margin-bottom: 12px;
}

.title.title2 h4 {
  margin-bottom: 12px;
}

.nos-1 h5 {
  font-size: 24px;
  color: #003E79;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Open Sans", serif;
  display: flex;
  align-items: center;
}

.nos-1 h5 span {
  margin-right: 12px;
  font-size: 56px;
  font-weight: 700;
  font-family: "Barlow Semi Condensed", serif;
  -webkit-text-stroke: 1.3px #003E79;
  color: transparent;
  margin-bottom: 4px;
}

.nos-1-img {
  width: 92px;
  height: 125px;
  display: flex;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  background: url(../images/ShapeHexagon.png) no-repeat center;
  background-size: contain;
}
.nos-1-img img {
  position: relative;
  left: -5px;
}

.nos-item {
  position: relative;
  text-align: center;
}

.nos-item-img {
  width: 100%;
  margin-bottom: 34px;
  height: 88px;
}

.nos-item h5 {
  font-size: 20px;
  color: #008D8D;
  font-weight: 600;
  margin-bottom: 35px;
}

.nos-item p {
  font-size: 14px;
  color: #003E79;
  font-weight: 500;
  font-family: "Open Sans", serif;
  max-width: 191px;
  margin: auto;
  text-align: justify;
}

a.btn.btn-blue.btn-infos2 {
  width: 177px;
  height: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-top: 20px;
  margin-right: 32px;
}

.map-section-wrap .row {
  align-items: flex-end;
}

.map-info ul {
  padding: 0;
  list-style: none;
  margin: 0;
  position: relative;
}

.map-info ul li {
  padding-left: 70px;
  display: flex;
  position: relative;
  margin-bottom: 25px;
}

.map-info ul li:after {
  content: "";
  position: absolute;
  top: 34px;
  width: 100px;
  left: 0;
  height: 3px;
  background: #008d8d;
  z-index: -1;
}

.map-info ul li:before {
  content: "";
  position: absolute;
  top: 28px;
  width: 16px;
  height: 16px;
  background: #008d8d;
  border-radius: 100%;
  left: 0;
}

.map-info ul:after {
  content: "";
  position: absolute;
  top: 0;
  left: 6px;
  width: 3px;
  height: 100%;
  background: #008d8d;
}

.map-info ul li span {
  margin-right: 22px;
  width: 64px;
  background: url(../images/vente-fond-frise.png);
  background-repeat: no-repeat;
  height: 71px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.map-info ul li span img {
  max-width: 40px;
  max-height: 39px;
}

.map-info ul li h6 {
  font-size: 20px;
  color: #003E79;
  font-weight: 500;
  margin-bottom: 2px;
  text-transform: uppercase;
  max-width: 160px;
}

.map-info ul li p {
  font-size: 16px;
  color: #FCBC0F;
  font-weight: 600;
  margin-bottom: 0;
}

.map-info ul li div div {
  margin-bottom: 12px;
}

.map-box {
  position: relative;
  width: 100%;
  box-shadow: 20px 20px #E8E8E8;
}

.map-section-wrap {
  position: relative;
}

.map-section-wrap::after {
  content: "";
  background-image: url("../images/programmes-after.png");
  background-size: contain;
  width: 237px;
  height: 216px;
  background-position: left;
  left: -70px;
  position: absolute;
  top: 0;
}

/*********************  Detail-neufs Close  *******************/
/*********************  nos-realisations Start  *******************/
.realisations-item {
  position: relative;
  width: 100%;
  height: 320px;
  overflow: hidden;
  margin: 15px 0;
  z-index: 9;
}
.realisations-item::after {
  opacity: 0;
  transition: opacity 0.2s;
}

.realisations-item:hover::after {
  opacity: 0.93;
}
.realisations-item:hover .realisations-item-info {
  opacity: 1;
}

.realisations-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.realisations-item-1:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  background-color: #003E79;
}

.realisations-item-3:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  background-color: #31A3A3;
}

.realisations-item-2:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  background-color: #FCC83E;
}

.realisations-item::before {
  content: "";
  background-image: url("../images/programmes-after.jpg");
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 10px;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  z-index: 9;
}

.realisations-item-info {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 100%;
  text-align: center;
  padding: 15px;
  z-index: 99;
  opacity: 0;
  transition: opacity 0.3s;
}

.realisations-item-info h2 {
  display: block;
  color: #fff;
  font-size: 14px;
  font-family: "Open Sans", serif;
  font-weight: 400;
}
.realisations-item-info h2 .commune {
  margin-top: 30px;
  font-size: 28px;
  color: #FFFFFF;
  font-weight: 600;
  margin-bottom: 8px;
  display: block;
  font-family: "Barlow Semi Condensed", serif;
  line-height: 120%;
}
.realisations-item-info h2 .departement {
  display: block;
  font-size: 13px;
  color: #FFFFFF;
  font-family: "Open Sans", serif;
  font-style: normal;
  margin-bottom: 40px;
  text-transform: uppercase;
  font-weight: 600;
}

.realisations-item-info span {
  display: block;
  color: #fff;
  font-size: 14px;
  font-family: "Open Sans", serif;
  font-weight: 400;
  margin-bottom: 30px;
}

.realisations-item-info h5 {
  font-size: 28px;
  color: #FFFFFF;
  font-weight: 600;
  margin-bottom: 8px;
}

.realisations-item-info i {
  font-size: 13px;
  color: #FFFFFF;
  font-family: "Open Sans", serif;
  font-style: normal;
  margin-bottom: 40px;
  display: block;
  text-transform: uppercase;
  font-weight: 600;
}

.realisations-item-info h6 {
  font-size: 16px;
  color: #FFFFFF;
  font-weight: 600;
  font-family: "Open Sans", serif;
  line-height: 1.6;
  margin-bottom: 0;
}

.realisations-item-info p {
  font-size: 16px;
  color: #FFFFFF;
  font-weight: 600;
  font-family: "Open Sans", serif;
  line-height: 1.6;
}

.realisations-item-section {
  position: relative;
  overflow: hidden;
}

.realisations-item-section:after {
  content: "";
  position: absolute;
  background-image: url("../images/programmes-after.png");
  width: 237.38px;
  height: 216px;
  top: 45%;
  right: -90px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
}

/*********************  nos-realisations Close  *******************/
/*********************  realisations-details Start  *******************/
.realisations-details-info {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 100%;
  text-align: center;
  z-index: 99;
}

.realisations-details-info h1 {
  font-size: 40px;
  color: #FFFFFF;
  font-weight: 600;
  text-transform: uppercase !important;
}
.realisations-details-info h1 .commune {
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 500;
  font-family: "Open Sans", serif;
  text-transform: uppercase;
  margin-bottom: 68px;
  display: block;
  line-height: 120%;
  margin-top: 5px;
}
.realisations-details-info h1 .residence {
  margin-bottom: 0;
  font-size: 26px;
  color: #FFFFFF;
  font-weight: 500;
  font-family: "Open Sans", serif;
  text-transform: none;
  display: block;
  line-height: 140%;
}

.realisations-details-info h5 {
  font-size: 40px;
  color: #FFFFFF;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.realisations-details-info h6 {
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 500;
  font-family: "Open Sans", serif;
  text-transform: uppercase;
  margin-bottom: 68px;
}

.realisations-details-info p {
  font-size: 26px;
  color: #FFFFFF;
  font-weight: 500;
  font-family: "Open Sans", serif;
}

.blue-box-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 62, 121, 0.6);
  z-index: 1;
}

.residence-ul li a.active {
  color: #008D8D;
}

/*********************  realisations-details Close  *******************/
/*********************  Contact Start  *******************/
p.contact-text {
  font-size: 16px;
  color: #003E79;
  font-weight: 500;
  font-family: "Open Sans", serif;
  margin-bottom: 57px;
  line-height: 1.7;
  position: relative;
  z-index: 8;
}

.form-input label {
  display: block !important;
  margin: 0 0 -10px 20px !important;
  background: #fff !important;
  position: relative !important;
  z-index: 9 !important;
  width: max-content !important;
  font-size: 19px !important;
  color: #003E79 !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
  padding: 0 8px !important;
  line-height: 1.3em !important;
}

.form-input input, .form-input textarea {
  width: 100% !important;
  height: 53px !important;
  border: 1px solid #003E79 !important;
  padding: 0 28px !important;
  font-size: 18px !important;
  color: #000000 !important;
  font-weight: 400 !important;
  background-color: #fff !important;
}

.form-input textarea {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.form-input {
  margin-bottom: 25px;
}

span.error {
  font-size: 16px;
  color: #E5094D;
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 6px;
}

.form-input .nice-select {
  float: unset;
  width: 100%;
  height: 53px;
  border: 1px solid #003E79;
  padding: 0 28px;
  font-size: 18px;
  color: #000000;
  font-weight: 400;
  border-radius: 0;
  line-height: 53px;
}

.form-input .list {
  z-index: 99;
}

.form-input textarea {
  width: 100%;
  border: 1px solid #003E79;
  padding: 20px 28px;
  font-size: 18px;
  color: #000000;
  font-weight: 400;
  resize: none;
  border-radius: 0;
  position: relative;
}

.from-extra-text {
  text-align: right;
  margin-top: 15px;
  font-size: 16px;
  color: #003E79;
  font-weight: 500;
  margin-bottom: 13px;
}

.custome-checkbox {
  position: relative;
  margin-bottom: 20px;
}

.custome-checkbox input {
  position: absolute;
  top: 0;
  z-index: -9;
  left: 0;
  opacity: 0;
}

.checkbox-wrap {
  display: flex;
}

.checkbox-wrap span {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #003E79;
  min-width: 25px;
  margin-right: 14px;
}

.checkbox-wrap p {
  font-size: 16px;
  color: #003E79;
  font-family: "Open Sans", serif;
  line-height: 1.47;
  font-weight: 500;
}

.checkbox-wrap span i {
  opacity: 0;
}

.custome-checkbox input:checked + .checkbox-wrap span {
  background: #003E79;
}

.custome-checkbox input:checked + .checkbox-wrap span i {
  opacity: 1;
  color: #fff;
}

.btn-form.btn-blue {
  width: 177px;
  height: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-top: 43px;
}

.form-input .nice-select:after {
  all: unset;
  background-size: contain;
  content: "";
  right: 10px;
  position: absolute;
  font-family: "Font Awesome 5 Free", fantasy;
  font-weight: 600;
  font-size: 20px;
  color: #003E79;
}

.contact-banner:before {
  content: "";
  background-image: url(../images/banner-line.jpg);
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-size: contain;
  background-position: center;
}

.blue-box-slider:before {
  content: "";
  background-image: url(../images/banner-line.jpg);
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-size: contain;
  background-position: center;
}

/*********************  Contact Close  *******************/
/*********************  liste-programmer Start  *******************/
.venir-owl .owl-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.venir-owl .owl-nav button {
  color: #003E79 !important;
  margin-left: 15px;
}

.venir-owl .owl-dots {
  display: flex;
  align-items: center;
  margin-top: -20px;
  justify-content: center;
}

.venir-owl .owl-dots button {
  width: 13px;
  height: 13px;
  color: #003E79;
  border: 1px solid #003E79;
  border-radius: 100%;
  margin: 0 1px;
}

.venir-owl .owl-dots button.active {
  background: #003E79;
}

.venir-owl-img {
  position: relative;
  margin-bottom: 24px;
  height: 378px;
}

.venir-owl-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.venir-owl-img:before {
  content: "";
  background-image: url(../images/programmes-after.jpg);
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-size: contain;
  background-position: center;
}

.venir-info h2 {
  font-size: 30px;
  color: #003E79;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 12px;
}
.venir-info h2 span {
  display: block;
  font-size: 20px;
  color: #008D8D;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 12px;
  line-height: 120%;
  margin-top: 5px;
}

.venir-info h3 {
  font-size: 30px;
  color: #003E79;
  font-weight: 700;
  margin-bottom: 5px;
}

.venir-info h6 {
  font-size: 20px;
  color: #008D8D;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.venir-img-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 26px;
}

.venir-img-wrap span {
  width: 80px;
  min-width: 80px;
  margin-right: 12px;
}

.venir-img-wrap h5 {
  font-size: 20px;
  color: #FCBC0F;
  font-weight: 600;
  text-transform: uppercase;
}

.venir-info ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

.venir-info ul li {
  display: flex;
  font-size: 16px;
  color: #003E79;
  font-weight: 500;
  font-family: "Open Sans", serif;
  margin-bottom: 10px;
}

.venir-info ul li ul {
  padding-left: 15px;
}

.venir-info ul li i {
  font-size: 20px;
  margin-right: 10px;
}

.venir-info ul li p {
  font-size: 16px;
  color: #003E79;
  font-weight: 500;
  font-family: "Open Sans", serif;
}

.venir-info ul li p strong {
  font-family: "Barlow Semi Condensed", serif;
  font-weight: 500;
  font-size: 20px;
}

.yellow-info ul li i {
  color: #fcbc0f;
}

.venir-info {
  position: relative;
}

.yellow-info {
  border-left: 3px solid #FCBC0F;
  padding: 10px 0 0 30px;
}

.blue-info {
  border-right: 3px solid #008D8D;
  padding: 10px 30px 0 0;
}

.blue-info .venir-img-wrap h5 {
  color: #008D8D;
}

.blue-info ul li i {
  color: #008d8d;
}

.col-contenu {
  order: 1;
}

.col-carrousel {
  order: 2;
}

.liste-before .col-contenu {
  order: 2;
}

.liste-before .col-carrousel {
  order: 1;
}

.liste-before,
.liste-after {
  position: relative;
  overflow: hidden;
}

.liste-after::before {
  content: "";
  background-image: url(../images/programmes-after.png);
  width: 283.78px;
  height: 259.33px;
  position: absolute;
  top: 0;
  left: -70px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left bottom;
}

.liste-before::after {
  content: "";
  background-image: url(../images/programmes-after.png);
  width: 283.78px;
  height: 259.33px;
  position: absolute;
  top: 30px;
  right: -70px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left bottom;
}

.contact-section {
  position: relative;
  overflow: hidden;
}

.contact-section::before {
  content: "";
  background-image: url(../images/programmes-after.png);
  width: 283.78px;
  height: 259.33px;
  position: absolute;
  bottom: 30%;
  right: -70px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left bottom;
}

.btn-index:hover {
  background-color: #fff;
  border-color: #003E79;
}

.map-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

header .dropdown-toggle::after {
  opacity: 0;
  visibility: hidden;
  display: none;
}

header .dropdown-item.active,
header .dropdown-item:active {
  background: #003e79;
}

/*********************  liste-programmer Close  *******************/
.forminator-response-message.forminator-show {
  display: block !important;
  opacity: 1 !important;
}

form.forminator-ui .forminator-checkbox {
  display: flex !important;
  margin-top: 20px !important;
  margin-left: 0 !important;
  margin-bottom: 10px !important;
  padding-left: 0 !important;
}

form.forminator-ui .forminator-checkbox a {
  color: #e5094d;
}

form.forminator-ui .forminator-field select.forminator-select2 + .select2 .selection .select2-selection {
  background-color: #fff !important;
  border-color: #003E79 !important;
  height: 53px !important;
}

.forminator-select-dropdown-container--open .forminator-dropdown--default {
  background-color: #fff !important;
  border-color: #003E79 !important;
}

.forminator-select-dropdown-container--open .forminator-dropdown--default .select2-results__option--selected {
  background-color: #003E79 !important;
}

#map_single_vente {
  width: 635px;
  height: 390px;
}

@media screen and (max-width: 992px) {
  #map_single_vente {
    width: 100%;
    height: 495px;
  }
}
.light-blue-box {
  padding-top: 37px;
  background: rgba(0, 141, 141, 0.37);
}

.pgms_venir_ancre {
  position: relative;
  top: -50px;
}

#sitemap ul {
  list-style: none;
}
#sitemap ul li {
  padding-left: 0;
}
#sitemap ul li a {
  font-size: 38px;
  color: #003E79;
  font-weight: bold;
}

div#tarteaucitronAlertBig:focus {
  outline: 0;
}

.tarteaucitron-modal-open {
  overflow: hidden;
  height: 100%;
}

#tarteaucitronContentWrapper {
  display: unset;
}

/** 14042021 **/
span.tarteaucitronReadmoreSeparator {
  display: inline !important;
}

/******/
/** 09052021 **/
.tarteaucitronName .tacCurrentStatus, .tarteaucitronName .tarteaucitronReadmoreSeparator {
  color: #333 !important;
  font-size: 12px !important;
  text-transform: capitalize;
}

/**************/
/** 27032021 **/
button.tarteaucitron-toggle-group {
  display: block;
}

span.tarteaucitronH3 {
  font-weight: 700 !important;
}

#tarteaucitron #tarteaucitronServices_mandatory .tarteaucitronH3 {
  font-weight: 500 !important;
  font-size: 14px;
  margin-top: 7px;
}

.tarteaucitronLine {
  border-left: 0px solid transparent !important;
}

/*****/
/** BETTER MOBILE MODE **/
@media screen and (max-width: 767px) {
  html body #tarteaucitronRoot #tarteaucitron ul#tarteaucitronServices_mandatory .tarteaucitronDeny {
    display: none !important;
  }

  html body #tarteaucitronRoot #tarteaucitron .tarteaucitronBorder button,
html body #tarteaucitronRoot #tarteaucitron .tarteaucitronAsk,
html body #tarteaucitronRoot #tarteaucitron .tarteaucitronName {
    width: 100% !important;
    display: block !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box !important;
    max-width: 100% !important;
    margin-bottom: 8px !important;
  }

  html body #tarteaucitronRoot #tarteaucitron .tarteaucitronBorder ul .tarteaucitronLine {
    padding: 16px !important;
  }

  html body #tarteaucitronRoot #tarteaucitron div#tarteaucitronMainLineOffset .tarteaucitronName {
    display: none !important;
  }

  #tarteaucitronServices_mandatory li.tarteaucitronLine .tarteaucitronName span {
    width: 100% !important;
    display: inline-block;
  }

  li.tarteaucitronLine .tarteaucitronName span {
    width: 80% !important;
    display: inline-block;
  }

  html body #tarteaucitronRoot #tarteaucitron .tarteaucitronBorder button.tarteaucitron-toggle-group {
    width: 10% !important;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 0px;
    padding: 10px 0;
  }

  html body #tarteaucitronRoot #tarteaucitron .tarteaucitronBorder button.tarteaucitron-toggle-group:before {
    content: "▾";
    font-weight: 700;
    font-size: 14px;
  }

  html body #tarteaucitronRoot #tarteaucitron .tarteaucitronBorder .tarteaucitronIsExpanded button.tarteaucitron-toggle-group:before {
    content: "▴";
  }
}
@media screen and (min-width: 768px) {
  html body #tarteaucitronRoot #tarteaucitron .tarteaucitronBorder button.tarteaucitron-toggle-group:after {
    content: "▾";
    font-weight: 700;
    font-size: 14px;
    margin-left: 15px;
  }

  html body #tarteaucitronRoot #tarteaucitron .tarteaucitronBorder .tarteaucitronIsExpanded button.tarteaucitron-toggle-group:after {
    content: "▴";
    margin-left: 15px;
  }
}
/****/
/***
* Reset CSS
*/
#tarteaucitronRoot div, #tarteaucitronRoot span, #tarteaucitronRoot applet, #tarteaucitronRoot object, #tarteaucitronRoot iframe, #tarteaucitronRoot h1, #tarteaucitronRoot h2, #tarteaucitronRoot h3, #tarteaucitronRoot h4, #tarteaucitronRoot h5, #tarteaucitronRoot h6, #tarteaucitronRoot p, #tarteaucitronRoot blockquote, #tarteaucitronRoot pre, #tarteaucitronRoot a, #tarteaucitronRoot abbr, #tarteaucitronRoot acronym, #tarteaucitronRoot address, #tarteaucitronRoot big, #tarteaucitronRoot cite, #tarteaucitronRoot code, #tarteaucitronRoot del, #tarteaucitronRoot dfn, #tarteaucitronRoot em, #tarteaucitronRoot img, #tarteaucitronRoot ins, #tarteaucitronRoot kbd, #tarteaucitronRoot q, #tarteaucitronRoot s, #tarteaucitronRoot samp, #tarteaucitronRoot small, #tarteaucitronRoot strike, #tarteaucitronRoot strong, #tarteaucitronRoot sub, #tarteaucitronRoot sup, #tarteaucitronRoot tt, #tarteaucitronRoot var, #tarteaucitronRoot b, #tarteaucitronRoot u, #tarteaucitronRoot i, #tarteaucitronRoot center, #tarteaucitronRoot dl, #tarteaucitronRoot dt, #tarteaucitronRoot dd, #tarteaucitronRoot ol, #tarteaucitronRoot ul, #tarteaucitronRoot li, #tarteaucitronRoot fieldset, #tarteaucitronRoot form, #tarteaucitronRoot label, #tarteaucitronRoot legend, #tarteaucitronRoot table, #tarteaucitronRoot caption, #tarteaucitronRoot tbody, #tarteaucitronRoot tfoot, #tarteaucitronRoot thead, #tarteaucitronRoot tr, #tarteaucitronRoot th, #tarteaucitronRoot td, #tarteaucitronRoot article, #tarteaucitronRoot aside, #tarteaucitronRoot canvas, #tarteaucitronRoot details, #tarteaucitronRoot embed, #tarteaucitronRoot figure, #tarteaucitronRoot figcaption, #tarteaucitronRoot footer, #tarteaucitronRoot header, #tarteaucitronRoot hgroup, #tarteaucitronRoot menu, #tarteaucitronRoot nav, #tarteaucitronRoot output, #tarteaucitronRoot ruby, #tarteaucitronRoot section, #tarteaucitronRoot summary, #tarteaucitronRoot time, #tarteaucitronRoot mark, #tarteaucitronRoot audio, #tarteaucitronRoot video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  /*background: initial;*/
  text-align: initial;
  text-shadow: initial;
}

/* Animation */
#tarteaucitronRoot * {
  transition: border 300ms, background 300ms, opacity 200ms, box-shadow 400ms;
}

/* HTML5 display-role reset for older browsers */
#tarteaucitronRoot article, #tarteaucitronRoot aside, #tarteaucitronRoot details, #tarteaucitronRoot figcaption, #tarteaucitronRoot figure, #tarteaucitronRoot footer, #tarteaucitronRoot header, #tarteaucitronRoot hgroup, #tarteaucitronRoot menu, #tarteaucitronRoot nav, #tarteaucitronRoot section {
  display: block;
}

#tarteaucitronRoot ol, #tarteaucitronRoot ul {
  list-style: none;
}

#tarteaucitronRoot blockquote, #tarteaucitronRoot q {
  quotes: none;
}

#tarteaucitronRoot blockquote:before, #tarteaucitronRoot blockquote:after, #tarteaucitronRoot q:before, #tarteaucitronRoot q:after {
  content: "";
  content: none;
}

#tarteaucitronRoot table {
  border-collapse: collapse;
  border-spacing: 0;
}

#tarteaucitronRoot a:focus-visible, #tarteaucitronRoot button:focus-visible {
  outline: 3px dashed #3d86d8;
}

/***
 * Better scroll management
 */
div#tarteaucitronMainLineOffset {
  margin-top: 0 !important;
}

div#tarteaucitronServices {
  margin-top: 21px !important;
}

#tarteaucitronServices::-webkit-scrollbar {
  width: 5px;
}

#tarteaucitronServices::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
}

#tarteaucitronServices::-webkit-scrollbar-thumb {
  background-color: #ddd;
  outline: 0px solid slategrey;
}

div#tarteaucitronServices {
  box-shadow: 0 40px 60px #545454;
}

/***
 * Responsive layout for the control panel
 */
@media screen and (max-width: 479px) {
  #tarteaucitron .tarteaucitronLine .tarteaucitronName {
    width: 90% !important;
  }

  #tarteaucitron .tarteaucitronLine .tarteaucitronAsk {
    float: left !important;
    margin: 10px 15px 5px;
  }
}
@media screen and (max-width: 767px) {
  #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer, #tarteaucitron {
    background: #fff;
    border: 0 !important;
    bottom: 0 !important;
    height: 100% !important;
    left: 0 !important;
    margin: 0 !important;
    max-height: 100% !important;
    max-width: 100% !important;
    top: 0 !important;
    width: 100% !important;
  }

  #tarteaucitron .tarteaucitronBorder {
    border: 0 !important;
  }

  #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList {
    border: 0 !important;
  }

  #tarteaucitron #tarteaucitronServices .tarteaucitronTitle {
    text-align: left !important;
  }

  .tarteaucitronName .tarteaucitronH2 {
    max-width: 80%;
  }

  #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk {
    text-align: center !important;
  }

  #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk button {
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #tarteaucitron {
    border: 0 !important;
    left: 0 !important;
    margin: 0 5% !important;
    max-height: 80% !important;
    width: 90% !important;
  }
}
/***
 * Common value
 */
#tarteaucitronRoot div#tarteaucitron {
  left: 0;
  right: 0;
  margin: auto;
}

#tarteaucitronRoot button#tarteaucitronBack {
  background: #eee;
}

#tarteaucitron .clear {
  clear: both;
}

#tarteaucitron a {
  color: #424242;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
}

#tarteaucitronRoot button {
  background: transparent;
  border: 0;
}

#tarteaucitronAlertBig strong, #tarteaucitronAlertSmall strong,
#tarteaucitronAlertBig a, #tarteaucitronAlertSmall a {
  color: #fff;
}

#tarteaucitron strong {
  font-size: 22px;
  font-weight: 500;
}

#tarteaucitron ul {
  padding: 0;
}

#tarteaucitron .tarteaucitronH1, #tarteaucitron .tarteaucitronH2, #tarteaucitron .tarteaucitronH3, #tarteaucitron .tarteaucitronH4, #tarteaucitron .tarteaucitronH5, #tarteaucitron .tarteaucitronH6 {
  display: block;
}

.cookie-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

/***
 * Root div added just before </body>
 */
#tarteaucitronRoot {
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

#tarteaucitronRoot * {
  box-sizing: initial;
  color: #333;
  font-family: sans-serif !important;
  font-size: 14px;
  line-height: normal;
  vertical-align: initial;
}

#tarteaucitronRoot .tarteaucitronH1 {
  font-size: 1.5em;
  text-align: center;
  color: #fff;
  margin: 15px 0 28px;
}

#tarteaucitronRoot .tarteaucitronH2 {
  display: inline-block;
  margin: 12px 0 0 10px;
}

#tarteaucitronCookiesNumberBis.tarteaucitronH2 {
  margin-left: 0;
}

/***
 * Control panel
 */
#tarteaucitronBack {
  background: #fff;
  display: none;
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2147483646;
}

#tarteaucitron {
  display: none;
  max-height: 80%;
  left: 50%;
  margin: 0 auto 0 -430px;
  padding: 0;
  position: fixed;
  top: 6%;
  width: 860px;
  z-index: 2147483647;
}

#tarteaucitron .tarteaucitronBorder {
  background: #fff;
  border: 2px solid #333;
  border-top: 0;
  height: auto;
  overflow: auto;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronClosePanelCookie,
#tarteaucitron #tarteaucitronClosePanel {
  background: #333333;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  padding: 4px 0;
  position: absolute;
  right: 0;
  top: -11px;
  text-align: center;
  width: 70px;
}

#tarteaucitron #tarteaucitronDisclaimer {
  color: #555;
  font-size: 12px;
  margin: 15px auto 0;
  width: 80%;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronHidden,
#tarteaucitron #tarteaucitronServices .tarteaucitronHidden {
  background: rgba(51, 51, 51, 0.07);
}

#tarteaucitron #tarteaucitronServices .tarteaucitronHidden {
  display: none;
  position: relative;
}

#tarteaucitronCookiesList .tarteaucitronH3.tarteaucitronTitle {
  width: 100%;
  box-sizing: border-box;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronTitle,
#tarteaucitron #tarteaucitronServices .tarteaucitronTitle button,
#tarteaucitron #tarteaucitronInfo,
#tarteaucitron #tarteaucitronServices .tarteaucitronDetails {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  margin: 20px 0px 0px;
  padding: 5px 20px;
  text-align: left;
  width: auto;
  background: #333;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName a,
#tarteaucitron #tarteaucitronServices .tarteaucitronTitle a {
  color: #fff;
  font-weight: 500;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName a:hover,
#tarteaucitron #tarteaucitronServices .tarteaucitronTitle a:hover {
  text-decoration: none !important;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName a {
  font-size: 22px;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronTitle a {
  font-size: 14px;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronTitle {
  padding: 5px 10px;
  margin: 0;
}

#tarteaucitron #tarteaucitronInfo,
#tarteaucitron #tarteaucitronServices .tarteaucitronDetails {
  color: #fff;
  display: none;
  font-size: 12px;
  font-weight: 500;
  margin-top: 0;
  max-width: 270px;
  padding: 20px;
  position: absolute;
  z-index: 2147483647;
}

#tarteaucitron #tarteaucitronInfo a {
  color: #fff;
  text-decoration: underline;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine:hover {
  background: rgba(51, 51, 51, 0.2);
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine {
  background: rgba(51, 51, 51, 0.1);
  border-left: 5px solid transparent;
  margin: 0;
  overflow: hidden;
  padding: 15px 5px;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsAllowed {
  border-color: #1B870B;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsDenied {
  border-color: #9C1A1A;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine {
  background: #333;
  border: 3px solid #333;
  border-left: 9px solid #333;
  border-top: 5px solid #333;
  margin-bottom: 0;
  margin-top: 21px;
  position: relative;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine:hover {
  background: #333;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName {
  margin-left: 15px;
  margin-top: 2px;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName button {
  color: #fff;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronAsk {
  margin-top: 0px !important;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName {
  display: inline-block;
  float: left;
  margin-left: 10px;
  text-align: left;
  width: 50%;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName a:hover {
  text-decoration: underline;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk {
  display: inline-block;
  float: right;
  margin: 7px 15px 0;
  text-align: right;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow,
#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny,
.tac_activate .tarteaucitronAllow {
  background: gray;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  padding: 6px 10px;
  text-align: center;
  text-decoration: none;
  width: auto;
  border: 0;
}

#tarteaucitron #tarteaucitronServices #tarteaucitronAllAllowed.tarteaucitronIsSelected {
  background-color: #1B870B;
  opacity: 1;
}

#tarteaucitron #tarteaucitronServices #tarteaucitronAllDenied.tarteaucitronIsSelected,
#tarteaucitron #tarteaucitronServices #tarteaucitronAllDenied2.tarteaucitronIsSelected {
  background-color: #9C1A1A;
  opacity: 1;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsAllowed .tarteaucitronAllow {
  background-color: #1B870B;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsDenied .tarteaucitronDeny {
  background-color: #9C1A1A;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName .tarteaucitronListCookies {
  color: #333;
  font-size: 12px;
}

#tarteaucitron .tarteaucitronH3 {
  font-size: 18px;
}

#tarteaucitron #tarteaucitronMainLineOffset .tarteaucitronName {
  width: auto !important;
  margin-left: 0 !important;
  font-size: 14px;
}

span#tarteaucitronDisclaimerAlert {
  padding: 0 10px;
  display: inline-block;
}

#tarteaucitron .tarteaucitronBorder, #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain, #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList, #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronHidden, #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine {
  border-color: #333 !important;
}

/***
 * Big alert
 */
.tarteaucitronAlertBigTop {
  top: 0;
}

.tarteaucitronAlertBigBottom {
  bottom: 0;
}

#tarteaucitronRoot #tarteaucitronAlertBig {
  background: #333;
  color: #fff;
  display: none;
  font-size: 15px !important;
  left: 0;
  position: fixed;
  box-sizing: content-box;
  z-index: 2147483645;
  text-align: center;
  padding: 10px 0 10px 0;
  margin: auto;
  width: 100%;
}

#tarteaucitronAlertBig #tarteaucitronPrivacyUrl,
#tarteaucitronAlertBig #tarteaucitronPrivacyUrlDialog,
#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert,
#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert strong {
  font: 15px verdana;
  color: #fff;
}

#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert strong {
  font-weight: 700;
}

#tarteaucitronAlertBig #tarteaucitronPrivacyUrl,
#tarteaucitronAlertBig #tarteaucitronPrivacyUrlDialog {
  cursor: pointer;
}

#tarteaucitronAlertBig #tarteaucitronCloseAlert,
#tarteaucitronAlertBig #tarteaucitronPersonalize,
#tarteaucitronAlertBig #tarteaucitronPersonalize2,
.tarteaucitronCTAButton,
#tarteaucitron #tarteaucitronPrivacyUrl,
#tarteaucitron #tarteaucitronPrivacyUrlDialog,
#tarteaucitronRoot .tarteaucitronDeny,
#tarteaucitronRoot .tarteaucitronAllow {
  background: #008300;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px !important;
  line-height: 1.2;
  padding: 5px 10px;
  text-decoration: none;
  margin-left: 7px;
}

#tarteaucitronRoot .tarteaucitronDeny {
  background: #9C1A1A;
}

#tarteaucitronAlertBig #tarteaucitronCloseAlert, #tarteaucitron #tarteaucitronPrivacyUrl, #tarteaucitron #tarteaucitronPrivacyUrlDialog {
  background: #fff;
  color: #333;
  font-size: 13px;
  margin-bottom: 3px;
  margin-left: 7px;
  padding: 5px 10px;
}

#tarteaucitronPercentage {
  background: #0A0 !important;
  box-shadow: 0 0 2px #fff, 0 1px 2px #555;
  height: 5px;
  left: 0;
  position: fixed;
  width: 0;
  z-index: 2147483644;
}

/***
 * Icon
 */
.tarteaucitronIconBottomRight {
  bottom: 0;
  right: 0;
}

.tarteaucitronIconBottomLeft {
  bottom: 0;
  left: 0;
}

.tarteaucitronIconTopRight {
  top: 0;
  right: 0;
}

.tarteaucitronIconTopLeft {
  top: 0;
  left: 0;
}

.tarteaucitronIconTopLeft #tarteaucitronManager {
  border-radius: 2px 7px 7px 2px;
}

.tarteaucitronIconTopRight #tarteaucitronManager {
  border-radius: 7px 2px 2px 7px;
}

.tarteaucitronIconBottomLeft #tarteaucitronManager {
  border-radius: 7px 7px 2px 2px;
}

.tarteaucitronIconBottomRight #tarteaucitronManager {
  border-radius: 7px 7px 2px 2px;
}

#tarteaucitronIcon {
  background: transparent;
  position: fixed;
  display: none;
  width: auto;
  z-index: 2147483646;
}

#tarteaucitronIcon #tarteaucitronManager {
  color: transparent;
  cursor: pointer;
  display: inline-block;
  font-size: 11px !important;
  padding: 8px 10px 8px;
  border: none;
}

#tarteaucitronIcon #tarteaucitronManager img {
  width: 50px;
  height: 50px;
}

#tarteaucitronRoot .tarteaucitronCross::before {
  content: "✗";
  display: inline-block;
  color: white;
}

#tarteaucitronRoot .tarteaucitronCheck::before {
  content: "✓";
  display: inline-block;
  color: white;
}

#tarteaucitronRoot .tarteaucitronPlus::before {
  content: "✛";
  display: inline-block;
  color: white;
}

/***
 * Small alert
 */
.tarteaucitronAlertSmallTop, .tarteaucitronAlertSmallBottom {
  bottom: 0;
}

#tarteaucitronAlertSmall {
  background: #333;
  display: none;
  padding: 0;
  position: fixed;
  right: 0;
  text-align: center;
  width: auto;
  z-index: 2147483646;
}

#tarteaucitronAlertSmall #tarteaucitronManager {
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 11px !important;
  padding: 8px 10px 8px;
}

#tarteaucitronAlertSmall #tarteaucitronManager:hover {
  background: rgba(255, 255, 255, 0.05);
}

#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot {
  background-color: gray;
  border-radius: 5px;
  display: block;
  height: 8px;
  margin-bottom: 1px;
  margin-top: 5px;
  overflow: hidden;
  width: 100%;
}

#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotGreen,
#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotYellow,
#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotRed {
  display: block;
  float: left;
  height: 100%;
  width: 0%;
}

#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotGreen {
  background-color: #1B870B;
}

#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotYellow {
  background-color: #FBDA26;
}

#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotRed {
  background-color: #9C1A1A;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesNumber {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 30px;
  padding: 0px 10px;
  vertical-align: top;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesNumber:hover {
  background: rgba(255, 255, 255, 0.3);
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer {
  display: none;
  max-height: 70%;
  max-width: 500px;
  position: fixed;
  right: 0;
  width: 100%;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList {
  background: #fff;
  border: 2px solid #333;
  color: #333;
  font-size: 11px;
  height: auto;
  overflow: auto;
  text-align: left;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList strong {
  color: #333;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesTitle {
  background: #333;
  margin-top: 21px;
  padding: 13px 0 9px 13px;
  text-align: left;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesTitle strong {
  color: #fff;
  font-size: 16px;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain {
  background: rgba(51, 51, 51, 0.1);
  padding: 7px 5px 10px;
  word-wrap: break-word;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain:hover {
  background: rgba(51, 51, 51, 0.2);
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain a {
  color: #333;
  text-decoration: none;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain .tarteaucitronCookiesListLeft {
  display: inline-block;
  width: 50%;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain .tarteaucitronCookiesListLeft a strong {
  color: darkred;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain .tarteaucitronCookiesListRight {
  color: #333;
  display: inline-block;
  font-size: 11px;
  margin-left: 10%;
  vertical-align: top;
  width: 30%;
}

/***
 * Fallback activate link
 */
.tac_activate {
  background: #333;
  color: #fff;
  display: table;
  font-size: 12px;
  height: 100%;
  line-height: initial;
  margin: auto;
  text-align: center;
  width: 100%;
}

.tac_float {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.tac_activate .tac_float strong {
  color: #fff;
}

.tac_activate .tac_float .tarteaucitronAllow {
  background-color: #1B870B;
  display: inline-block;
}

/***
 * CSS for services
 */
ins.ferank-publicite, ins.adsbygoogle {
  text-decoration: none;
}

div.amazon_product {
  height: 240px;
  width: 120px;
}

.tarteaucitronIsAllowed .tarteaucitronDeny {
  opacity: 0.4 !important;
}

.tarteaucitronIsDenied .tarteaucitronAllow {
  opacity: 0.4 !important;
}

.tarteaucitronIsAllowed .tarteaucitronAllow {
  opacity: 1 !important;
}

.tarteaucitronIsDenied .tarteaucitronDeny {
  opacity: 1 !important;
}

.tarteaucitronLine .tarteaucitronAllow, .tarteaucitronLine .tarteaucitronDeny {
  opacity: 0.4;
}

#tarteaucitronServices_mandatory button.tarteaucitronAllow {
  opacity: 1;
}

div#tarteaucitronInfo {
  display: block !important;
  position: relative !important;
  text-align: center !important;
  max-width: 80% !important;
  padding: 15px 0 !important;
  margin: -10px auto 40px !important;
  font-size: 1em !important;
  border-bottom: 1px solid;
  border-top: 1px solid;
  border-color: #555;
}

a.tarteaucitronSelfLink {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  text-align: center !important;
  display: block;
  height: 30px;
}

.tarteaucitronMainLine .tarteaucitronH2 {
  font-size: 1.2em !important;
  margin-top: 4px !important;
}

span.tarteaucitronTitle.tarteaucitronH3 {
  margin-top: 12px !important;
}

#tarteaucitronCloseCross {
  position: absolute;
  color: #FFFF;
  font-size: 1.8rem;
  cursor: pointer;
  top: 10px;
  right: 26px;
}

.tarteaucitron-spacer-20 {
  height: 20px;
  display: block;
}

.tarteaucitron-display-block {
  display: block;
}

.tarteaucitron-display-none {
  display: none;
}

div#tarteaucitronAlertBig {
  box-sizing: border-box !important;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName a, #tarteaucitron #tarteaucitronServices .tarteaucitronTitle a {
  color: #222 !important;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain:hover, #tarteaucitron #tarteaucitronServices .tarteaucitronLine:hover {
  background: rgba(245, 245, 245, 0.2) !important;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronHidden, #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronHidden {
  background: rgba(245, 245, 245, 0.07) !important;
}

#tarteaucitron .tarteaucitronBorder, #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain, #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList, #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronHidden, #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine {
  border: none !important;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain, #tarteaucitron #tarteaucitronServices .tarteaucitronLine {
  background: rgba(245, 245, 245, 0.1) !important;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName b, #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert b, #tarteaucitronAlertSmall #tarteaucitronCookiesNumber, #tarteaucitronAlertSmall #tarteaucitronManager, #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesTitle b, #tarteaucitron #tarteaucitronInfo a, #tarteaucitron .tarteaucitronH1, #tarteaucitron .tarteaucitronName tarteaucitronH2, #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert strong, #tarteaucitron .tarteaucitronTitle button {
  color: #222 !important;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine, #tarteaucitronAlertBig, #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert, #tarteaucitronAlertSmall, .tac_activate, .tac_activate .tac_float, .tac_activate .tac_float b, #tarteaucitron #tarteaucitronClosePanel, #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronClosePanelCookie, #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesTitle, #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesTitle:hover, #tarteaucitron #tarteaucitronInfo, #tarteaucitron #tarteaucitronServices .tarteaucitronDetails, #tarteaucitron #tarteaucitronServices .tarteaucitronTitle, #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronTitle, #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine:hover, div#tarteaucitronServices, #tarteaucitron #tarteaucitronServices .tarteaucitronTitle button {
  background: #f5f5f5 !important;
  color: #222 !important;
}

#tarteaucitronAlertBig #tarteaucitronCloseAlert {
  color: #f5f5f5 !important;
  background: #222 !important;
}

html body #tarteaucitronRoot #tarteaucitronAlertBig, html body #tarteaucitronRoot span#tarteaucitronDisclaimerAlert {
  background-color: #fcfcfc !important;
}

html body #tarteaucitronRoot #tarteaucitronAlertBig span {
  color: #424242 !important;
}

html body #tarteaucitronRoot #tarteaucitronPersonalize {
  background-color: #20b309 !important;
}

html body #tarteaucitronRoot #tarteaucitronPersonalize {
  color: #fff !important;
}

html body #tarteaucitronRoot #tarteaucitronPrivacyUrl {
  color: #333 !important;
}

html body #tarteaucitronRoot #tarteaucitronCloseAlert {
  background-color: #ffffff !important;
}

html body #tarteaucitronRoot #tarteaucitronCloseAlert {
  color: #333333 !important;
}

html body #tarteaucitronRoot button.tarteaucitronAllow {
  background-color: #20b309 !important;
}

html body #tarteaucitronRoot button.tarteaucitronAllow {
  color: #fff !important;
}

html body #tarteaucitronRoot li.tarteaucitronLine.tarteaucitronIsAllowed {
  border-color: #20b309 !important;
}

html body #tarteaucitronRoot #tarteaucitronDotGreen {
  background-color: #20b309 !important;
}

html body #tarteaucitronRoot button.tarteaucitronDeny {
  background-color: #b3240b !important;
}

html body #tarteaucitronRoot button.tarteaucitronDeny {
  color: #fff !important;
}

html body #tarteaucitronRoot li.tarteaucitronLine.tarteaucitronIsDenied {
  border-color: #b3240b !important;
}

html body #tarteaucitronRoot #tarteaucitronDotRed {
  background-color: #b3240b !important;
}

body #tarteaucitronRoot div#tarteaucitronAlertBig {
  width: 60%;
  min-width: 285px;
  height: auto;
  margin: auto;
  display: block;
  box-shadow: 0 0 900px;
  padding: 50px;
}

#tarteaucitronRoot span#tarteaucitronDisclaimerAlert {
  margin-bottom: 50px;
  display: block;
  text-align: center;
  font-size: 21px;
}

body #tarteaucitronRoot button {
  margin: 10px 0;
}

body #tarteaucitronRoot div#tarteaucitronAlertBig {
  margin: 0;
  max-height: 290px;
}

#tarteaucitronRoot span#tarteaucitronDisclaimerAlert {
  font-size: 16px;
}

#tarteaucitronRoot .tarteaucitronPlus:before {
  color: #333 !important;
}

#tarteaucitronRoot div#tarteaucitron {
  overflow: auto;
}

@media all and (max-width: 1516px) {
  body #tarteaucitronRoot div#tarteaucitronAlertBig {
    max-height: 90vh;
    height: fit-content;
    overflow: auto;
  }
}
@media all and (max-width: 852px) {
  #tarteaucitronRoot span#tarteaucitronDisclaimerAlert {
    margin-bottom: 20px;
    font-size: 14px;
  }
}
@media all and (max-width: 647px) {
  body #tarteaucitronRoot div#tarteaucitronAlertBig {
    padding: 20px;
  }
}
body:not(.post-86):not(.post-794) #tarteaucitronAlertSmall {
  display: none !important;
}

.forminator-button {
  font-size: 17px !important;
  color: #FFFFFF !important;
  font-weight: 600 !important;
  background: #003E79 !important;
  border: 2px solid #003E79 !important;
  text-transform: uppercase !important;
  border-radius: 4px !important;
}
.forminator-button:hover {
  background: transparent !important;
  color: #003E79 !important;
}

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

