<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@font-face {
  font-family: "Ubuntu";
  src: url("../font/Ubuntu-Regular.woff2") format("woff2"), url("../font/Ubuntu-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ubuntu";
  src: url("../font/Ubuntu-Bold.woff2") format("woff2"), url("../font/Ubuntu-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
body {
  overflow-x: hidden;
}
body.off {
  overflow: hidden;
}
body p:not(.title_art), body ul {
  font-family: "Ubuntu";
}
body .promotion_prg p {
  font-family: "Roboto Condensed";
}

.toast-error {
  background-color: #c84458;
  font-size: 20px;
}

.frameMotions {
  position: fixed;
  z-index: 20;
  background-color: rgba(16, 13, 56, 0.7);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
  overflow: hidden;
}
.frameMotions.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.frameMotions * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.frameMotions .containerMotions {
  background-color: #ffffff;
  width: 100%;
  max-width: 900px;
  padding: 20px;
  position: relative;
  max-height: 90vh;
  overflow-y: auto;
}
.frameMotions .containerMotions .closeMotion {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 2px;
  top: 2px;
  cursor: pointer;
}
.frameMotions .containerMotions .closeMotion span {
  width: 90%;
  height: 2px;
  background-color: #100d38;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
}
.frameMotions .containerMotions .closeMotion span:nth-of-type(1) {
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) translateX(-50%) rotate(45deg);
          transform: translateY(-50%) translateX(-50%) rotate(45deg);
}
.frameMotions .containerMotions .closeMotion span:nth-of-type(2) {
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(-45deg);
      -ms-transform: translateY(-50%) translateX(-50%) rotate(-45deg);
          transform: translateY(-50%) translateX(-50%) rotate(-45deg);
}
.frameMotions .containerMotions .contentMotions {
  padding: 20px;
}
.frameMotions .containerMotions h2 {
  font-size: 22px;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 20px;
}
.frameMotions .containerMotions p {
  font-size: 13px;
  color: #787878;
  font-weight: 300;
  margin: 10px 0;
}
.frameMotions .containerMotions ul {
  font-size: 13px;
  color: #787878;
  font-weight: 300;
  list-style-position: inside;
  margin: 10px 0;
}

.navigation_xs {
  position: fixed;
  padding: 14px;
  padding-left: 20px;
  background-color: white;
  width: 100%;
  z-index: 2;
  display: none;
}
@media screen and (max-width: 768px) {
  .navigation_xs {
    display: block;
  }
}
.navigation_xs .burgermenu {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 50px;
  top: 19px;
  background-image: url(../images/burgermenu.png);
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.navigation_xs .logo_sefri img {
  width: 120px;
}

.navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding-bottom: 30px;
}
.navigation .logo_sefri {
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .navigation .logo_sefri {
    display: none;
  }
}
.navigation .logo_sefri img {
  width: 70%;
}
.navigation .list_nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 711px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  color: #182092;
  font-weight: bold;
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .navigation .list_nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    text-align: left;
    position: fixed;
    background: white;
    z-index: 3;
    height: 370px;
    top: 0px;
    padding-bottom: 50px;
    top: -600px;
    padding-left: 20px;
  }
}
.navigation .list_nav .underscore_xs {
  display: none;
}
@media screen and (max-width: 768px) {
  .navigation .list_nav .underscore_xs {
    display: block;
    width: 0px;
    height: 2px;
    background: #ed7a09;
    display: inline;
    margin-right: 90%;
  }
}
.navigation .list_nav .cross_xs {
  display: none;
}
@media screen and (max-width: 768px) {
  .navigation .list_nav .cross_xs {
    width: 30px;
    height: 30px;
    background-image: url(../images/cross.png);
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 30px;
    top: 20px;
    z-index: 1;
    cursor: pointer;
  }
}
.navigation .list_nav p {
  padding-left: 20px;
  padding-right: 20px;
  border-right: solid #ed7a09 2px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .navigation .list_nav p {
    padding-left: 0;
    width: 90%;
    border: none;
  }
}
.navigation .list_nav p:last-child {
  color: #ed7a09;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .navigation .list_nav p:last-child {
    padding-left: 0;
    width: 90%;
    border: none;
  }
}

.bandeau_xs {
  width: 100%;
  height: 300px;
  background-image: url(../images/bandeau_xs.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .bandeau_xs {
    display: none;
  }
}

.bandeau_bg {
  width: 100%;
  height: 800px;
  background-image: url(../images/bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-position: 210px bottom;
  margin-top: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .bandeau_bg {
    background-color: #282b6e;
    background-image: none;
    height: 590px;
  }
}
.bandeau_bg .logo_prg {
  position: absolute;
  width: 130px;
  height: 130px;
  background-image: url(../images/delage2.png);
  background-repeat: no-repeat;
  background-size: cover;
  right: 70px;
  top: 76px;
  width: 102px;
}
@media screen and (max-width: 768px) {
  .bandeau_bg .logo_prg {
    display: none;
  }
}
.bandeau_bg .dispositifs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 56rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .bandeau_bg .dispositifs {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    right: 1.5rem;
    top: 16rem;
  }
}
.bandeau_bg .dispositifs img {
  height: 9rem;
}
.bandeau_bg .dispositifs img:not(:first-child) {
  margin-left: -1rem;
}
@media screen and (min-width: 768px) {
  .bandeau_bg .dispositifs img {
    height: 14rem;
  }
  .bandeau_bg .dispositifs img:not(:first-child) {
    margin-left: 0;
    margin-top: -2rem;
  }
}
.bandeau_bg .promotion_prg {
  width: 100%;
  background: #282b6e;
  position: relative;
  left: 155px;
  top: 155px;
  color: white;
  text-transform: uppercase;
  padding: 35px 25px;
  max-width: 220px;
}
@media screen and (max-width: 768px) {
  .bandeau_bg .promotion_prg {
    margin: 0 auto;
    left: 0;
  }
}
.bandeau_bg .promotion_prg .logo_prg_prom {
  top: -80px;
  width: 170px;
  height: 170px;
  position: absolute;
  left: 20px;
  background-image: url(../images/elegance_white.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .bandeau_bg .promotion_prg .logo_prg_prom {
    left: 62px;
    width: 123px;
  }
}
.bandeau_bg .promotion_prg .etat_prg {
  margin-top: 85px;
  font-weight: bold;
  font-size: 18px;
}
.bandeau_bg .promotion_prg .ville_prg {
  font-weight: bold;
  margin-top: 10px;
  font-size: 34px;
  line-height: 1.3;
}
.bandeau_bg .promotion_prg .barre_orange {
  width: 52px;
  height: 1px;
  background: #ed7a09;
  margin-top: 35px;
  margin-bottom: 35px;
}
.bandeau_bg .promotion_prg .rdv_prom {
  text-align: center;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  border: solid 1Px;
  max-width: 180px;
  font-size: 13px;
  font-weight: lighter;
  cursor: pointer;
}
.bandeau_bg .promotion_prg .img_orange_prom {
  height: 10px;
  background-image: url(../images/under_orange.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  max-width: 98px;
  margin: 0 auto;
  position: relative;
  top: 36px;
}
.bandeau_bg .promotion_prg .croche_white {
  position: absolute;
  width: 60px;
  height: 177px;
  right: -27px;
  top: 95px;
  background-image: url(../images/crochetwhite.png);
  background-size: 79%;
  background-repeat: no-repeat;
}

ul.custom-list {
  text-align: left;
  list-style: none;
}
ul.custom-list li {
  position: relative;
  margin-bottom: 0.8rem;
}
ul.custom-list li:before {
  content: "";
  position: absolute;
  background-color: orange;
  left: -2rem;
  top: 0;
  height: 1rem;
  width: 1rem;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

#bloc-txtVideo .title_art {
  text-transform: uppercase;
  text-align: left;
  font-weight: bold;
  color: grey;
  font-size: 25px;
  background-image: url(../images/bgtest.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 25px;
  font-size: 20px;
  width: 22rem;
}
#bloc-txtVideo .title_art .art {
  font-size: 51px;
  color: #282b6e;
}
#bloc-txtVideo .custom-list {
  margin-top: 3rem;
  padding-left: 4rem;
  list-style: none;
}

#bloc-dispositifs {
  padding: 3rem 0;
}
#bloc-dispositifs .container {
  max-width: 1024px;
  margin: auto;
  padding: 4rem;
  border: 4px solid #282b6e;
}
@media screen and (max-width: 768px) {
  #bloc-dispositifs .container {
    width: 60vw;
  }
}
#bloc-dispositifs .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#bloc-dispositifs .tabs .tab {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
  border: 2px solid #282b6e;
  color: #282b6e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.3rem;
  padding: 0.5rem 2rem;
  height: 4rem;
  min-width: 9rem;
  font-size: 22px;
}
#bloc-dispositifs .tabs .tab svg {
  width: 35px;
}
#bloc-dispositifs .tabs .tab svg path {
  -webkit-transition: fill 0.4s;
  transition: fill 0.4s;
  fill: #282b6e;
}
#bloc-dispositifs .tabs .tab:last-child svg {
  width: 60px;
}
#bloc-dispositifs .tabs .tab:hover, #bloc-dispositifs .tabs .tab.active {
  background-color: #282b6e;
  color: white;
}
#bloc-dispositifs .tabs .tab:hover svg path, #bloc-dispositifs .tabs .tab.active svg path {
  fill: white;
}
#bloc-dispositifs .tabs-content {
  margin-top: 3rem;
}
#bloc-dispositifs .tabs-content .item {
  gap: 2.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#bloc-dispositifs .tabs-content .item h4 {
  font-size: 30px;
  text-align: center;
  color: #282b6e;
}
#bloc-dispositifs .tabs-content .item &gt; div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  #bloc-dispositifs .tabs-content .item &gt; div {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
}
#bloc-dispositifs .tabs-content .item.hide {
  display: none;
}

.article_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}
@media screen and (max-width: 768px) {
  .article_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.article_flex .article1 {
  width: 100%;
  padding: 90px 80px;
}
@media screen and (max-width: 768px) {
  .article_flex .article1 {
    padding: 0;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.article_flex .article1 .art1 {
  width: 100%;
  max-width: 390px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .article_flex .article1 .art1 {
    margin: 0 auto;
    max-width: 320px;
  }
}
.article_flex .article1 .art1 .title_art {
  text-transform: uppercase;
  font-weight: bold;
  color: grey;
  font-size: 25px;
  background-image: url(../images/bgtest.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 35px;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .article_flex .article1 .art1 .title_art {
    background-size: 100%;
    font-size: 16px;
  }
}
.article_flex .article1 .art1 .title_art .art {
  font-size: 51px;
  color: #282b6e;
}
@media screen and (max-width: 768px) {
  .article_flex .article1 .art1 .title_art .art {
    font-size: 40px;
  }
}
.article_flex .article1 .art1 .p_art {
  padding: 10px 0;
  line-height: 1.5;
  color: #464646;
  max-width: 360px;
}
.article_flex .article1 .art1 .p_art_bold {
  padding: 10px 0;
  line-height: 1.5;
  color: #464646;
  font-weight: 700;
  max-width: 360px;
}
.article_flex .article1 .art1 .btn_first_art {
  color: #ed7a09;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  width: 100%;
  max-width: 200px;
  border: solid 2Px;
  text-align: center;
  border-color: #282b6e;
  padding-top: 12px;
  padding-bottom: 12px;
  margin-top: 23px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .article_flex .article1 .art1 .btn_first_art {
    margin: 0 auto;
    margin-top: 23px;
  }
}
.article_flex .article2 {
  width: 100%;
  padding: 90px 80px;
  background-color: #282b6e;
  color: white;
}
@media screen and (max-width: 768px) {
  .article_flex .article2 {
    padding: 0;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.article_flex .article2 .art2 {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .article_flex .article2 .art2 {
    max-width: 320px;
    margin: 0 auto;
  }
  .article_flex .article2 .art2 .p_art {
    line-height: 1.5 !important;
  }
}
.article_flex .article2 .art2 .img_art {
  width: 100%;
  max-width: 480px;
  height: 240px;
  background-image: url(../images/persart2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .article_flex .article2 .art2 .img_art {
    max-width: 320px;
    margin: 0 auto;
  }
}
.article_flex .article2 .art2 .img_art .crochet {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 200px;
  border-top: solid 20px white;
  border-right: solid 20px white;
  border-bottom: solid 20px white;
}
.article_flex .article2 .art2 .title_art_sec {
  padding: 10px 0;
  line-height: 1.5;
  color: white;
  max-width: 360px;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .article_flex .article2 .art2 .title_art_sec {
    margin: 0 auto;
    margin-top: 30px;
  }
}
.article_flex .article2 .art2 .p_art {
  padding: 10px 0;
  line-height: 1.3;
  color: #dcdcdc;
  font-size: 14px;
  font-weight: lighter;
}

@media screen and (max-width: 768px) {
  .xshide {
    display: none !important;
  }
}

.flex_slider {
  background: #242d7d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .flex_slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.flex_slider iframe {
  width: 100% !important;
  height: 100% !important;
}
.flex_slider .logo_prg_slider {
  width: 100%;
  height: 450px;
  max-width: 332px;
  background-image: url(../images/slider_float.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-left: auto;
  margin: 0 auto;
}
@media screen and (max-width: 1180px) {
  .flex_slider .logo_prg_slider {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .flex_slider .logo_prg_slider {
    display: block;
    margin: 0 auto;
    max-height: 350px;
    display: none;
  }
}
.flex_slider .slider_pers {
  width: 100%;
  max-width: 1000px;
  /*margin-left: auto;*/
  height: 700px;
}
@media screen and (max-width: 1180px) {
  .flex_slider .slider_pers {
    margin: 0 auto;
  }
}
.flex_slider .slider_pers .slide {
  width: 100%;
  max-width: 1000px;
  height: 700px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 550px) {
  .flex_slider .slider_pers .slide {
    height: 300px;
    margin-top: 180px;
  }
}
.flex_slider .slick-prev {
  font-size: 0;
  height: 70px;
  width: 30px;
  position: absolute;
  top: 43%;
  background-image: url(../images/sliderl.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border: 0;
  cursor: pointer;
  z-index: 1;
}
.flex_slider .slick-next {
  font-size: 0;
  height: 70px;
  width: 30px;
  position: absolute;
  top: 43%;
  right: 0;
  background-image: url(../images/sliderr.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border: 0;
  cursor: pointer;
  z-index: 1;
}
.flex_slider .chantier .slick-dots {
  opacity: 0;
}
.flex_slider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 220px;
  margin: 0 auto;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 1180px) {
  .flex_slider .slick-dots {
    margin: 0 auto !important;
  }
}
@media screen and (max-width: 768px) {
  .flex_slider .slick-dots {
    display: none !important;
  }
}
.flex_slider .slick-dots li button {
  font-size: 0;
  width: 20px;
  border: none;
  height: 2px;
  background-color: white;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.flex_slider .slick-dots .slick-active button {
  background-color: orange;
  width: 40px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.flex_onglet {
  background-color: #282b6e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 80px;
  overflow: hidden;
}
@media screen and (max-width: 1080px) {
  .flex_onglet {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.flex_onglet .action_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  height: 588px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100px;
  padding-top: 130px;
  margin-left: 140px;
}
@media screen and (max-width: 1180px) {
  .flex_onglet .action_column {
    margin-left: 40px;
  }
}
@media screen and (max-width: 1080px) {
  .flex_onglet .action_column {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    max-width: 410px;
    margin: 0 auto;
  }
}
.flex_onglet .action_column .action {
  padding: 60px 10px 25px;
  height: 53px;
  padding-top: 10px;
  padding-bottom: 50px;
  background: white;
  color: #282b6e;
  width: 100%;
  max-width: 100px;
  text-transform: uppercase;
  font-size: 12px;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media screen and (max-width: 1080px) {
  .flex_onglet .action_column .action {
    padding-top: 10px;
    padding-bottom: 23px;
    padding-left: 0px;
    padding-right: 0px;
    color: transparent;
  }
}
.flex_onglet .action_column .action img {
  padding-bottom: 10px;
  padding-top: 5px;
}
.flex_onglet .action_column .action .imga {
  display: none;
}
.flex_onglet .action_column .active {
  color: white;
  background: #ed7a09;
}
@media screen and (max-width: 1080px) {
  .flex_onglet .action_column .active {
    color: transparent;
  }
}
.flex_onglet .action_column .active .imga {
  display: inline;
}
.flex_onglet .action_column .active .img {
  display: none;
}
.flex_onglet .action_column .action:hover {
  color: white;
  background: #ed7a09;
}
@media screen and (max-width: 1080px) {
  .flex_onglet .action_column .action:hover {
    color: transparent;
  }
}
.flex_onglet .action_column .action:hover .imga {
  display: inline;
}
.flex_onglet .action_column .action:hover .img {
  display: none;
}
.flex_onglet .onglet_bloc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex_onglet .onglet_bloc .onglet {
  color: white;
  width: 100%;
  margin-right: 0;
  padding-left: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
}
@media screen and (max-width: 1080px) {
  .flex_onglet .onglet_bloc .onglet {
    width: 100%;
    max-width: 520px;
    margin: 0px auto;
    padding: 0px;
  }
}
.flex_onglet .onglet_bloc .onglet .text_onglet {
  max-width: 460px;
  padding-top: 100px;
  margin-top: 50px;
  padding-left: 10px;
}
.flex_onglet .onglet_bloc .onglet .text_onglet .crochet_orange {
  height: 140px;
  border-top: solid 3px orange;
  border-left: 3px solid orange;
  border-bottom: 3px solid orange;
  width: 20px;
  position: absolute;
  margin-top: -35px;
  margin-left: 40px;
}
.flex_onglet .onglet_bloc .onglet .text_onglet .crochet_white {
  height: 160px;
  border-top: solid 20px white;
  border-right: 20px solid white;
  border-bottom: 20px solid white;
  width: 50px;
  position: absolute;
  margin-top: -120px;
  margin-left: 260px;
}
.flex_onglet .onglet_bloc .onglet .text_onglet .title_onglet {
  max-width: 460px;
}
.flex_onglet .onglet_bloc .onglet .text_onglet .title_onglet p {
  width: 100%;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  padding-left: 80px;
  max-width: 200px;
}
.flex_onglet .onglet_bloc .onglet .text_onglet .title_onglet p span {
  font-size: 50px;
}
.flex_onglet .onglet_bloc .onglet .text_onglet .p_onglet {
  padding-left: 30px;
  margin-top: 20px;
}
.flex_onglet .onglet_bloc .onglet .text_onglet .p_onglet_crochet {
  padding-top: 10px;
  padding-left: 30px;
  margin-top: 95px;
  padding-bottom: 15px;
  line-height: 1.5;
  background-image: url(../images/quote_left.png);
  background-repeat: no-repeat;
}
.flex_onglet .onglet_bloc .onglet .text_onglet .p_onglet_crochet img {
  position: relative;
  top: 18px;
  left: 7px;
}
.flex_onglet .onglet_bloc .onglet .text_onglet .p_onglet_list {
  padding-left: 30px;
  margin-top: 14px;
  background-image: url(../images/list.png);
  background-repeat: no-repeat;
  margin-left: 30px;
  background-position: 0px 5px;
}
.flex_onglet .onglet_bloc .onglet .text_onglet .ml_onglet {
  padding-left: 30px;
  /*padding-top: 30Px;*/
}
.flex_onglet .onglet_bloc .onglet .pers_onglet {
  margin-top: 80px;
  width: 1000px;
  height: 500px;
  margin-left: 60px;
  background-repeat: no-repeat;
  background-size: cover;
  width: 600px;
  background-position: center;
}
@media screen and (max-width: 1080px) {
  .flex_onglet .onglet_bloc .onglet .pers_onglet {
    display: none;
  }
}
.flex_onglet .onglet_bloc .onglet3 .crochet_orange {
  margin-top: -25px !important;
}
.flex_onglet .onglet_bloc .onglet3 .crochet_white {
  margin-top: -135px !important;
  margin-left: 375px !important;
}
.flex_onglet .onglet_bloc .onglet3 .p_onglet {
  margin-top: 100px !important;
}
.flex_onglet .onglet_bloc .onglet5 .crochet_white {
  margin-left: 295px !important;
  margin-top: -135px !important;
}
.flex_onglet .onglet_bloc .onglet5 .crochet_orange {
  margin-top: -25px !important;
}
.flex_onglet .onglet_bloc .onglet1 .text_onglet {
  margin-bottom: 30px;
  line-height: 1.5;
  padding-top: 60px;
}
.flex_onglet .onglet_bloc .onglet1 .text_onglet .crochet_orange {
  height: 169px;
  border-top: solid 3px orange;
  border-left: 3px solid orange;
  border-bottom: 3px solid orange;
  width: 20px;
  position: absolute;
  margin-top: -25px;
  margin-left: 40px;
}
.flex_onglet .onglet_bloc .onglet1 .text_onglet .title_onglet span {
  line-height: 1;
}
.flex_onglet .onglet_bloc .onglet1 .text_onglet .crochet_white {
  height: 175px;
  border-top: solid 20px white;
  border-right: 20px solid white;
  border-bottom: 20px solid white;
  width: 50px;
  position: absolute;
  margin-top: -213px;
  margin-left: 300px;
}
.flex_onglet .onglet_bloc .onglet1 .text_onglet .p_onglet {
  position: relative;
  top: 24px;
}
@media screen and (max-width: 1080px) {
  .flex_onglet .onglet_bloc .onglet1 .title_onglet p {
    padding-left: 60px !important;
  }
}
.flex_onglet .onglet_bloc .onglet1 .title_onglet p {
  max-width: 260px !important;
}
@media screen and (max-width: 1080px) {
  .flex_onglet .onglet_bloc .onglet1 .crochet_white {
    margin-left: 270px !important;
  }
}
.flex_onglet .onglet_bloc .onglet1 .text_onglet {
  padding-top: 100px !important;
}
@media screen and (max-width: 1080px) {
  .flex_onglet .onglet_bloc .onglet1 .text_onglet {
    padding: 0;
    max-width: 390px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .flex_onglet .onglet_bloc .onglet4 {
    max-width: 320px;
  }
}
.flex_onglet .onglet_bloc .onglet4 .text_onglet {
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .flex_onglet .onglet_bloc .onglet4 .text_onglet {
    padding-left: 0;
  }
}
.flex_onglet .onglet_bloc .onglet4 .text_onglet .crochet_white {
  margin-top: -170px;
  margin-left: 385px;
}
.flex_onglet .onglet_bloc .onglet4 .text_onglet .crochet_orange {
  margin-top: 0 !important;
  margin-left: 30px !important;
}
@media screen and (max-width: 768px) {
  .flex_onglet .onglet_bloc .onglet4 .text_onglet .crochet_orange {
    margin-top: -25px !important;
    margin-left: 0px !important;
  }
  .flex_onglet .onglet_bloc .onglet4 .text_onglet .title_onglet p {
    padding-left: 20px !important;
  }
  .flex_onglet .onglet_bloc .onglet4 .text_onglet .crochet_white {
    margin-top: -177px !important;
    margin-left: 260px !important;
  }
}
.flex_onglet .onglet_bloc .onglet4 .text_onglet .p_onglet {
  padding-top: 25px !important;
  padding-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .flex_onglet .onglet_bloc .onglet3 .crochet_white {
    margin-left: 280px !important;
  }
  .flex_onglet .onglet_bloc .onglet3 .text_onglet {
    max-width: 320px !important;
  }
  .flex_onglet .onglet_bloc .onglet3 .text_onglet .title_onglet p {
    padding-left: 60px;
  }
}

.bloc_nav_onglet {
  background-color: #282b6e;
  position: relative;
  margin-top: -40px;
}
@media screen and (max-width: 768px) {
  .bloc_nav_onglet {
    display: none;
  }
}
.bloc_nav_onglet .nav_onglet {
  width: 100%;
  max-width: 170px;
  margin: 0 auto;
  height: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.bloc_nav_onglet .nav_onglet .btn_onglet {
  width: 20px;
  height: 2px;
  background-color: white;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.bloc_nav_onglet .nav_onglet .active {
  width: 40px;
  height: 2px;
  background: #ed7a09;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.iframe_bloc {
  background-color: #282b6e;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 768px) {
  .iframe_bloc {
    display: none;
  }
}
.iframe_bloc .title_iframe {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  font-size: 30px;
  text-transform: uppercase;
  text-align: center;
  color: white;
}
.iframe_bloc .iframe_element {
  width: 100%;
  max-width: 1330px;
  margin: 0 auto;
  margin-top: 50px;
}
.iframe_bloc .iframe_element iframe {
  height: 640px !important;
  border: none;
}

.grille_bloc {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #282b6e;
  color: white;
  width: 100%;
}
.grille_bloc .title_grille {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  font-size: 30px;
  text-transform: uppercase;
  text-align: center;
  color: white;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .grille_bloc .title_grille {
    max-width: 270px;
  }
}
.grille_bloc .mentions-grille p {
  width: 100%;
  max-width: 700px;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 60px;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .grille_bloc .mentions-grille {
    max-width: 320px;
    margin: 0 auto;
  }
}
.grille_bloc .fleche-pad {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0 10px;
}
@media screen and (max-width: 768px) {
  .grille_bloc .fleche-pad {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.grille_bloc .grille_content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.grille_bloc .grille {
  width: 100%;
}
.grille_bloc .grille table {
  width: 100%;
  text-align: center;
  display: none;
  background-color: #131863;
}
.grille_bloc .grille table th {
  background-color: #131863;
  text-transform: uppercase;
  font-size: 1.5em;
  padding-bottom: 10px;
  padding-top: 10px;
  width: 200px;
}
.grille_bloc .grille table td {
  background-color: #282b6e;
  font-size: 1.5em;
  padding-bottom: 5px;
  padding-top: 5px;
  font-weight: 300;
}
.grille_bloc .grille table a {
  text-decoration: none;
  color: white;
}
.grille_bloc .grille table a:hover {
  text-decoration: underline;
}

sup {
  position: relative;
  top: 4px;
  left: 2px;
}

.btnTab {
  display: none;
}

.refMob {
  margin-bottom: 15px;
}

@media all and (min-width: 1024px) {
  .btnTab {
    display: block;
  }
  .refMob {
    display: none;
  }
}
.blockLot {
  width: 60%;
  height: auto;
  text-align: center;
  font-weight: 500;
  margin: 1em 0.5em;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
  border: solid 2px white;
  padding-top: 10px;
  padding-bottom: 15px;
}
.blockLot h1 {
  padding-top: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
  top: 11px;
}
.blockLot p {
  padding-top: 15px;
  line-height: 1.5;
}
.blockLot span {
  font-size: 1.5em;
  color: #ed7a09;
}
.blockLot button {
  border: 1px solid white;
  font-size: 1rem;
  text-transform: uppercase;
  padding: 12px 16px 12px 16px;
  margin: 20px auto;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 14px;
  color: white;
  background: transparent;
}
.blockLot .surfacevalue {
  font-weight: lighter;
  padding-top: 0;
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  .blockLot.active {
    background-color: #ed7a09;
    border-color: #ed7a09;
  }
  .blockLot.active span {
    color: white;
  }
}

.containerContent.fleche-pad {
  margin-bottom: 20px;
}
.containerContent table {
  width: 100%;
  text-align: center;
  display: none;
}
.containerContent table th {
  text-transform: uppercase;
  font-size: 1.5em;
  padding-bottom: 10px;
  padding-top: 10px;
}
.containerContent table td {
  font-size: 1.5em;
  padding-bottom: 5px;
  padding-top: 5px;
  font-weight: 300;
}
.containerContent table a {
  text-decoration: none;
}
.containerContent table a:hover {
  text-decoration: underline;
}

@media all and (min-width: 1024px) {
  .containerContent.active table {
    display: inline-table;
  }
  .containerContent table {
    width: 100%;
    text-align: center;
  }
  .square {
    height: 20px;
    width: 20px;
    background: #ed7a09;
    position: absolute;
    bottom: -10Px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    left: 46%;
    display: none;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .blockLot::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 100%;
    left: 38%;
    border-bottom: 20px solid transparent;
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .blockLot:hover {
    background-color: #282b6e;
  }
  .blockLot:hover button {
    background-color: grey;
    color: #fff;
    cursor: pointer;
  }
  .blockLot:hover::after {
    border-top-color: #282b6e;
  }
  .blockLot.active {
    background-color: #ed7a09;
  }
  .blockLot.active button {
    background-color: #ed7a09;
    color: #fff;
    cursor: pointer;
  }
  .blockLot.active::after {
    border-top-color: #282b6e;
  }
  .blockLot.active .square {
    display: block;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
}
.bloc_cta {
  width: 100%;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}
@media screen and (max-width: 768px) {
  .bloc_cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.bloc_cta .perscta {
  width: 100%;
  max-width: 40%;
  height: 260px;
  background-image: url(../images/rdv.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .bloc_cta .perscta {
    width: 100%;
    max-width: none;
  }
}
.bloc_cta .cta_content {
  width: 100%;
  background: #f4f4f4;
}
.bloc_cta .cta_content .text_cta {
  width: 100%;
  max-width: 570px;
  margin: 0 auto;
  margin-top: 56px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .bloc_cta .cta_content .text_cta {
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 40px;
    width: 100%;
    max-width: 320px;
  }
}
.bloc_cta .cta_content .text_cta .grey {
  color: grey;
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 17px;
}
.bloc_cta .cta_content .text_cta .blue {
  color: #282b6e;
  font-weight: bold;
  font-size: 38px;
}
.bloc_cta .cta_content .text_cta .brochure {
  width: 100%;
  max-width: 200px;
  padding: 12px 12px;
  border: 2px solid #282b6e;
  text-align: center;
  color: #ed7a09;
  margin-top: 30px;
}
.bloc_cta .cta_content .text_cta .img_orange_cta {
  height: 10px;
  background-image: url(../images/under_orange.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  max-width: 130px;
  margin: 0 auto;
  position: relative;
  top: 47px;
  z-index: 1;
  left: -220px;
}
@media screen and (max-width: 768px) {
  .bloc_cta .cta_content .text_cta .img_orange_cta {
    left: -95px;
    top: 39px;
  }
}

.bloc_map {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bloc_map .pers_map {
  background-image: url(../images/map.png);
  width: 100%;
  height: 690px;
  background-size: contain;
  background-repeat: no-repeat;
  max-width: 640px;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .bloc_map .pers_map {
    display: none;
  }
}
.bloc_map .content_map {
  width: 100%;
  max-width: 580px;
  margin-left: 80px;
  margin-top: 45px;
  margin-right: 80px;
}
@media screen and (max-width: 768px) {
  .bloc_map .content_map {
    max-width: 320px;
    width: 100%;
    margin: 0 auto;
    margin-top: 75px;
    padding-bottom: 50px;
  }
}
.bloc_map .content_map .crochet_orange {
  height: 140px;
  border-top: solid 3px orange;
  border-left: 3px solid orange;
  border-bottom: 3px solid orange;
  width: 20px;
  position: absolute;
  margin-top: -22px;
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  .bloc_map .content_map .crochet_orange {
    margin-left: 0;
  }
}
.bloc_map .content_map .title_map {
  width: 100%;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  padding-left: 80px;
  max-width: 320px;
  color: grey;
}
.bloc_map .content_map .title_map span {
  font-size: 50px;
  display: block;
  color: #282b6e;
}
@media screen and (max-width: 768px) {
  .bloc_map .content_map .title_map {
    padding-left: 25px;
  }
}
.bloc_map .content_map .crochet_blue {
  height: 160px;
  border-top: solid 20px #2f388b;
  border-right: 20px solid #2f388b;
  border-bottom: 20px solid #2f388b;
  width: 50px;
  position: absolute;
  margin-top: -160px;
  margin-left: 330px;
}
@media screen and (max-width: 768px) {
  .bloc_map .content_map .crochet_blue {
    margin-left: 240px;
  }
}
.bloc_map .content_map .p_bloc {
  margin-top: 80px;
}
.bloc_map .content_map .p_bloc .p_map_bold {
  width: 100%;
  padding-left: 40px;
  max-width: 430px;
  line-height: 1.5;
  padding-bottom: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .bloc_map .content_map .p_bloc .p_map_bold {
    padding-left: 0;
  }
}
.bloc_map .content_map .p_bloc .p_map {
  width: 100%;
  padding-left: 40px;
  max-width: 430px;
  line-height: 1.5;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .bloc_map .content_map .p_bloc .p_map {
    padding-left: 0;
  }
}
.bloc_map .content_map .p_bloc .p_ml_map {
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  .bloc_map .content_map .p_bloc .p_ml_map {
    padding-left: 0;
  }
}

.bloc_espace {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .bloc_espace {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
}
.bloc_espace .pers_espace {
  width: 100%;
  max-width: 40%;
  background-image: url(../images/bv.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .bloc_espace .pers_espace {
    max-width: none;
  }
}
.bloc_espace .content_espace {
  width: 100%;
  background: #f4f4f4;
}
.bloc_espace .content_espace .text_espace {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  padding: 50px 0;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .bloc_espace .content_espace .text_espace {
    padding-top: 30px;
    padding-bottom: 30px;
    max-width: 320px;
  }
}
.bloc_espace .content_espace .text_espace .grey {
  color: grey;
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 17px;
}
.bloc_espace .content_espace .text_espace .blue {
  color: #282b6e;
  font-weight: bold;
  font-size: 38px;
}
.bloc_espace .content_espace .text_espace .simple {
  color: grey;
  margin-bottom: 5px;
  font-size: 14px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .bloc_espace .content_espace .text_espace .simple {
    font-size: 21px;
    text-transform: none;
    line-height: 1.6;
  }
}
.bloc_espace .content_espace .text_espace .small {
  font-size: 11px;
  text-transform: none;
  color: grey;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .bloc_espace .content_espace .text_espace .small {
    line-height: 1.6;
    font-size: 18Px;
  }
}
.bloc_espace .img_orange_cta {
  height: 10px;
  background-image: url(../images/under_orange.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  max-width: 130px;
  margin: 0 auto;
  position: relative;
  top: 47px;
  z-index: 1;
  left: -137px;
}
@media screen and (max-width: 768px) {
  .bloc_espace .img_orange_cta {
    height: 14px;
    top: 0px;
    left: -94px;
  }
}

containerSect {
  width: 100%;
  max-width: 1145px;
  margin: 0 auto;
}

.sectContact a,
.sectContact a:link,
.sectContact a:visited,
.sectContact a:focus,
.sectContact a:hover,
.sectContact a:active {
  text-decoration: none;
}
.sectContact .line-break {
  display: block;
}
.sectContact .line-break::before {
  content: attr(data-text);
}
.sectContact select::-ms-expand {
  display: none;
}
.sectContact .space::before, .sectContact .space::after {
  display: inline;
  content: "&nbsp;";
}
.sectContact button:hover,
.sectContact input[type=submit] {
  cursor: pointer;
}
.sectContact .uppercase {
  text-transform: uppercase;
}
.sectContact .text-center {
  text-align: center;
}
.sectContact .bold {
  font-weight: 700;
}
.sectContact .light {
  font-weight: 300;
}
.sectContact .text-underline {
  text-decoration: underline;
}
.sectContact .inactive {
  display: none !important;
}
.sectContact .img_responsive {
  width: 100%;
}
.sectContact .contentContact {
  background-color: #282B6E;
  color: #ffffff;
}
.sectContact .contentContact .containerTitleSect {
  text-align: center;
}
.sectContact .contentContact .containerTitleSect h2 {
  font-size: 28px;
}
@media all and (min-width: 768px) {
  .sectContact .contentContact .containerTitleSect h2 {
    font-size: 32px;
  }
}
@media all and (min-width: 1024px) {
  .sectContact .contentContact .containerTextIllu {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.sectContact .contentContact .contentIllu {
  display: none;
}
@media all and (min-width: 1024px) {
  .sectContact .contentContact .contentIllu {
    display: block;
    margin-top: 40px;
  }
}
.sectContact .contentForm {
  width: 100%;
  max-width: 650px;
  margin: 20px auto 0;
  padding: 30px 20px;
}
@media screen and (max-width: 768px) {
  .sectContact .contentForm {
    max-width: 320px;
  }
}
.sectContact .contentForm .titleBloc {
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 0;
}
.sectContact .contentForm .titleBloc.error {
  color: #dd3333;
}
@media all and (min-width: 768px) {
  .sectContact .contentForm .blocTop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .sectContact .contentForm .blocTop &gt; div {
    width: 49%;
  }
}
.sectContact .contentForm .blocBottom {
  margin-top: 10px;
}
.sectContact .contentForm .blocSearch {
  margin-top: 20px;
}
@media all and (min-width: 768px) {
  .sectContact .contentForm .blocSearch {
    margin-top: 0;
  }
}
.sectContact .contentForm .field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sectContact .contentForm .field input[type=text],
.sectContact .contentForm .field input[type=tel],
.sectContact .contentForm .field input[type=email],
.sectContact .contentForm .field input[type=number],
.sectContact .contentForm .field select {
  width: 100%;
  background: none;
  border: 1px solid #ffffff;
  height: 40px;
  margin: 5px 0;
  color: #ffffff;
  padding: 0 8px;
  font-size: 14px;
}
.sectContact .contentForm .field input[type=text]::-webkit-input-placeholder,
.sectContact .contentForm .field input[type=tel]::-webkit-input-placeholder,
.sectContact .contentForm .field input[type=email]::-webkit-input-placeholder,
.sectContact .contentForm .field input[type=number]::-webkit-input-placeholder,
.sectContact .contentForm .field select::-webkit-input-placeholder {
  font-size: 14px;
  opacity: 1;
  color: #ffffff;
}
.sectContact .contentForm .field input[type=text]::-moz-placeholder,
.sectContact .contentForm .field input[type=tel]::-moz-placeholder,
.sectContact .contentForm .field input[type=email]::-moz-placeholder,
.sectContact .contentForm .field input[type=number]::-moz-placeholder,
.sectContact .contentForm .field select::-moz-placeholder {
  font-size: 14px;
  opacity: 1;
  color: #ffffff;
}
.sectContact .contentForm .field input[type=text]:-ms-input-placeholder,
.sectContact .contentForm .field input[type=tel]:-ms-input-placeholder,
.sectContact .contentForm .field input[type=email]:-ms-input-placeholder,
.sectContact .contentForm .field input[type=number]:-ms-input-placeholder,
.sectContact .contentForm .field select:-ms-input-placeholder {
  font-size: 14px;
  opacity: 1;
  color: #ffffff;
}
.sectContact .contentForm .field input[type=text]:-moz-placeholder,
.sectContact .contentForm .field input[type=tel]:-moz-placeholder,
.sectContact .contentForm .field input[type=email]:-moz-placeholder,
.sectContact .contentForm .field input[type=number]:-moz-placeholder,
.sectContact .contentForm .field select:-moz-placeholder {
  font-size: 14px;
  opacity: 1;
  color: #ffffff;
}
.sectContact .contentForm .field input[type=text].error,
.sectContact .contentForm .field input[type=tel].error,
.sectContact .contentForm .field input[type=email].error,
.sectContact .contentForm .field input[type=number].error,
.sectContact .contentForm .field select.error {
  color: #dd3333;
  border: 1px solid #dd3333;
}
.sectContact .contentForm .field input[type=text].error::-webkit-input-placeholder,
.sectContact .contentForm .field input[type=tel].error::-webkit-input-placeholder,
.sectContact .contentForm .field input[type=email].error::-webkit-input-placeholder,
.sectContact .contentForm .field input[type=number].error::-webkit-input-placeholder,
.sectContact .contentForm .field select.error::-webkit-input-placeholder {
  color: #dd3333;
}
.sectContact .contentForm .field input[type=text].error::-moz-placeholder,
.sectContact .contentForm .field input[type=tel].error::-moz-placeholder,
.sectContact .contentForm .field input[type=email].error::-moz-placeholder,
.sectContact .contentForm .field input[type=number].error::-moz-placeholder,
.sectContact .contentForm .field select.error::-moz-placeholder {
  color: #dd3333;
}
.sectContact .contentForm .field input[type=text].error:-ms-input-placeholder,
.sectContact .contentForm .field input[type=tel].error:-ms-input-placeholder,
.sectContact .contentForm .field input[type=email].error:-ms-input-placeholder,
.sectContact .contentForm .field input[type=number].error:-ms-input-placeholder,
.sectContact .contentForm .field select.error:-ms-input-placeholder {
  color: #dd3333;
}
.sectContact .contentForm .field input[type=text].error:-moz-placeholder,
.sectContact .contentForm .field input[type=tel].error:-moz-placeholder,
.sectContact .contentForm .field input[type=email].error:-moz-placeholder,
.sectContact .contentForm .field input[type=number].error:-moz-placeholder,
.sectContact .contentForm .field select.error:-moz-placeholder {
  color: #dd3333;
}
.sectContact .contentForm .field input[type=text].dbl,
.sectContact .contentForm .field input[type=tel].dbl,
.sectContact .contentForm .field input[type=email].dbl,
.sectContact .contentForm .field input[type=number].dbl,
.sectContact .contentForm .field select.dbl {
  width: 48%;
}
.sectContact .contentForm .field input[type=text].dbl.min,
.sectContact .contentForm .field input[type=tel].dbl.min,
.sectContact .contentForm .field input[type=email].dbl.min,
.sectContact .contentForm .field input[type=number].dbl.min,
.sectContact .contentForm .field select.dbl.min {
  width: 32%;
}
.sectContact .contentForm .field input[type=text].dbl.big,
.sectContact .contentForm .field input[type=tel].dbl.big,
.sectContact .contentForm .field input[type=email].dbl.big,
.sectContact .contentForm .field input[type=number].dbl.big,
.sectContact .contentForm .field select.dbl.big {
  width: 64%;
}
.sectContact .contentForm .field #civ {
  margin-right: 7px;
}
.sectContact .contentForm .field #cp {
  margin-right: 7px;
}
.sectContact .contentForm .field input[type=number] {
  -moz-appearance: textfield;
  background: transparent url("../images/picto_euro.png") no-repeat 95% center;
}
.sectContact .contentForm .field input[type=number]::-webkit-inner-spin-button, .sectContact .contentForm .field input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.sectContact .contentForm .field input[type=number].error + .legendBudget {
  display: block;
}
.sectContact .contentForm .field select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-overflow: "";
  background: transparent url("../images/arrow_bottom_white.png") no-repeat 95% center;
}
.sectContact .contentForm .field select option {
  color: #282B6E;
}
.sectContact .contentForm .field select::-ms-expand {
  display: none;
}
.sectContact .contentForm .field select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.sectContact .contentForm .field .legendBudget {
  color: #d33;
  position: absolute;
  right: 35px;
  bottom: 10px;
  font-weight: 300;
  font-style: italic;
  display: none;
  font-size: 13px;
}
.sectContact .contentForm .checkBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 40px;
  margin: 5px auto;
}
.sectContact .contentForm .checkBox input {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
}
.sectContact .contentForm .checkBox input + label {
  width: 48%;
  height: 40px;
  border: 1px solid #ffffff;
  line-height: 40px;
  text-transform: uppercase;
  font-size: 14px;
  cursor: pointer;
  text-align: center;
}
.sectContact .contentForm .checkBox input + label:hover {
  background: rgb(255, 255, 255);
  color: #282B6E;
}
.sectContact .contentForm .checkBox input[name="typologies[]"] + label {
  width: 18%;
  text-transform: none;
}
.sectContact .contentForm .checkBox input:checked + label {
  background: rgb(255, 255, 255);
  color: #282B6E;
}
.sectContact .contentForm .fieldOpt .boxCheck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-flow: row !important;
          flex-flow: row !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .sectContact .contentForm .fieldOpt .boxCheck {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-flow: row wrap !important;
            flex-flow: row wrap !important;
  }
}
.sectContact .contentForm .fieldOpt .optinP {
  font-weight: 300;
  font-size: 14px;
  text-align: justify;
}
.sectContact .contentForm .fieldOpt input {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
}
.sectContact .contentForm .fieldOpt input + label:not(.squareInput) {
  font-size: 15px;
  display: inline-block;
  cursor: pointer;
  padding-left: 20px;
  background: transparent url("../images/check_off.png") no-repeat left 3px/15px;
  margin: 10px 10px 0 0;
}
.sectContact .contentForm .fieldOpt input + label:not(.squareInput) a {
  color: inherit;
  font-size: 11px;
}
.sectContact .contentForm .fieldOpt input + label:not(.squareInput) a:hover {
  text-decoration: underline;
}
.sectContact .contentForm .fieldOpt input:checked + label:not(.squareInput) {
  padding-left: 20px;
  background: transparent url("../images/check_on.png") no-repeat left 3px/15px;
}
.sectContact .contentForm .fieldOpt input.error + label {
  color: #dd3333;
}
.sectContact .contentForm .btnContainer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px auto 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}
.sectContact .contentForm .btnContainer .btnWhiteMain {
  width: 100%;
  background-color: transparent;
  font-weight: 300;
  font-size: 18px;
  max-width: 450px;
  color: #ed7a09;
  border: 2px solid white;
  padding: 15px 10px;
  text-transform: uppercase;
  margin: 0 auto;
}
.sectContact .contentForm .btnContainer .legendForm {
  font-size: 10px;
  text-align: center;
  margin: 10px auto;
}
.sectContact .contentForm #horaireSelect .form-control,
.sectContact .contentForm #horaireSelect .form-select {
  border-top: 0;
  border-right: 0;
  border-left: 0;
}
.sectContact .contentForm #horaireSelect label {
  color: white;
}
.sectContact .contentForm #horaireSelect label.squareInput {
  border: 1px solid white;
  color: white;
  font-size: 16px;
  padding: 10px 0px;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  white-space: nowrap;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .sectContact .contentForm #horaireSelect label.squareInput:hover {
    background-color: #d1d1d1;
    color: #000;
  }
  .sectContact .contentForm #horaireSelect label.squareInput:hover svg path {
    fill: #000;
  }
}
.sectContact .contentForm #horaireSelect label.squareInput svg {
  width: 30px;
  height: auto;
  display: block;
  margin: 0 auto 10px auto;
}
.sectContact .contentForm #horaireSelect label.squareInput svg path {
  fill: white;
}
.sectContact .contentForm #horaireSelect .hiddenInput {
  position: absolute;
  visibility: hidden;
}
.sectContact .contentForm #horaireSelect .hiddenInput:checked + label {
  background-color: white;
  color: #000;
}
.sectContact .contentForm #horaireSelect .hiddenInput:checked + label svg path {
  fill: #000;
}
.sectContact .contentForm #horaireSelect .choix-contact {
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  .sectContact .contentForm #horaireSelect .choix-contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sectContact .contentForm #horaireSelect .choix-contact p {
  margin-bottom: 20px;
}
.sectContact .contentForm #horaireSelect .choix-contact .checkBloc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .sectContact .contentForm #horaireSelect .choix-contact .checkBloc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sectContact .contentForm #horaireSelect #creneau_contact {
  margin-bottom: 20px;
}
.sectContact .contentForm #horaireSelect #creneau_contact p {
  margin-bottom: 10px;
}
.sectContact .contentForm #horaireSelect #creneau_contact .bloc p {
  margin-top: 10px;
}
.sectContact .contentForm #horaireSelect #creneau_contact .choix-horaire {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}
.sectContact .contentForm #horaireSelect #creneau_contact .choix-horaire label {
  min-width: 200px;
}
.sectContact .contentForm #horaireSelect #creneau_contact .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sectContact .contentForm #horaireSelect #creneau_contact .form-check-inline {
  display: inline-block;
  margin-right: 20px;
}
.sectContact .contentForm #horaireSelect #creneau_contact .form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: rgba(0, 0, 0, 0);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}
.sectContact .contentForm #horaireSelect #creneau_contact label {
  display: inline-block;
}
.sectContact .contentForm #horaireSelect .select2-container {
  width: 100% !important;
}
.sectContact .contentForm #horaireSelect .select2-container .select2-search--inline .select2-search__field {
  line-height: normal;
  cursor: pointer;
}
.sectContact .contentForm #horaireSelect .select2-container .select2-search__field::-webkit-input-placeholder {
  color: white !important;
}
.sectContact .contentForm #horaireSelect .select2-container .select2-search__field::-moz-placeholder {
  color: white !important;
}
.sectContact .contentForm #horaireSelect .select2-container .select2-search__field:-ms-input-placeholder {
  color: white !important;
}
.sectContact .contentForm #horaireSelect .select2-container .select2-search__field::-ms-input-placeholder {
  color: white !important;
}
.sectContact .contentForm #horaireSelect .select2-container .select2-search__field::placeholder {
  color: white !important;
}
.sectContact .contentForm #horaireSelect .select2-container .select2-selection__choice__display {
  color: black !important;
}
.sectContact .contentForm #horaireSelect .select2-container .select2-selection__choice {
  background: white !important;
}
.sectContact .contentForm #horaireSelect .select2-container--default .select2-selection--multiple {
  border-radius: 0 !important;
  border: 1px solid white !important;
  background-color: transparent !important;
}
.sectContact .contentForm #horaireSelect .select2-selection--multiple:before {
  content: "";
  position: absolute;
  right: 7px;
  top: 42%;
  border-top: 5px solid white;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}
.sectContact .contentForm #horaireSelect .select2-container--open .select2-selection--multiple:before {
  border-top: 0;
  border-bottom: 5px solid white;
}
.sectContact .contentForm #horaireSelect .txtOptin {
  font-size: 12px;
  margin-bottom: 10px;
  display: block;
  color: white;
  line-height: 1.3;
}
.sectContact .contentForm #horaireSelect .optinType {
  min-width: 70px;
  display: inline;
  color: white;
  opacity: 1;
}
.sectContact .contentForm #horaireSelect .form-check-inline input {
  margin-right: 5px;
}
.sectContact .contentForm #horaireSelect .btn {
  display: block;
  padding: 10px 0px 10px 35px;
}
.sectContact .contentForm #horaireSelect .btn span {
  padding: 12px 65px 16px 25px;
}
.sectContact .disclaimer {
  padding: 0 20px 20px;
  width: 100%;
  max-width: 660px;
  margin: 0 auto;
}
@media all and (min-width: 1200px) {
  .sectContact .disclaimer {
    padding: 0 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .sectContact .disclaimer {
    max-width: 300px;
  }
}
.sectContact .disclaimer p {
  padding: 0 0 10px;
  text-align: justify;
  font-size: 13px;
  font-weight: 300;
  color: #96a2e2;
}
.sectContact .disclaimer p a {
  color: #ffffff;
  text-decoration: underline;
}

.title_form {
  width: 100%;
  max-width: 575px;
  margin: 0 auto;
  padding-top: 150px;
}
@media screen and (max-width: 768px) {
  .title_form {
    max-width: 320px;
  }
}
.title_form .crochet_orange {
  height: 170px;
  border-top: solid 3px orange;
  border-left: 3px solid orange;
  border-bottom: 3px solid orange;
  width: 20px;
  position: absolute;
  margin-top: -19px;
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  .title_form .crochet_orange {
    margin-top: -40px;
    margin-left: 10px;
  }
}
.title_form p {
  width: 100%;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  padding-left: 80px;
  max-width: 420px;
}
@media screen and (max-width: 768px) {
  .title_form p {
    padding-left: 35px;
  }
}
.title_form p span {
  display: block;
  font-size: 50px;
}
@media screen and (max-width: 768px) {
  .title_form p span {
    font-size: 30px;
  }
}
.title_form .crochet_white {
  height: 200px;
  border-top: solid 20px white;
  border-right: 20px solid white;
  border-bottom: 20px solid white;
  width: 50px;
  position: absolute;
  margin-top: -195px;
  margin-left: 460px;
}
@media screen and (max-width: 768px) {
  .title_form .crochet_white {
    border-top: solid 15px white;
    border-right: 15px solid white;
    border-bottom: 15px solid white;
    margin-top: -165px;
    margin-left: 230px;
  }
}

.subtitle_form {
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
  margin-top: 90px;
  text-align: center;
  color: #dfdfdf;
}
@media screen and (max-width: 768px) {
  .subtitle_form {
    max-width: 320px;
  }
}

.actionform {
  cursor: pointer !important;
}

.flex_element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #252D7E;
  -webkit-box-align: top;
  -ms-flex-align: top;
  align-items: top;
  -ms-flex-line-pack: top;
  align-content: top;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.flex .video {
  border-right: solid white;
  background: #252D7E;
  height: 100vh;
  width: 100%;
  max-width: 500px;
}
.flex .video iframe {
  height: 100% !important;
  width: 100%;
}

#fond {
  height: 100vh !important;
}

@media screen and (max-width: 991px) {
  .video {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .bloc_form {
    padding: 20px 30px !important;
    top: 63px;
    width: 100%;
    max-width: 284px;
    margin: 0 auto;
    position: static;
    margin-top: 110px;
  }
}

.stream {
  color: #182092;
  font-weight: bold;
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .stream {
    position: fixed;
    right: 5px;
    top: 100px;
    color: white;
    z-index: 1;
    background-color: #282b6e;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px;
    border-bottom: solid 2px white;
    border: solid 2px white;
    opacity: 0.4;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .stream:hover {
    opacity: 1;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
}

.streaming .closeMotion {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 100px;
  top: 100px;
  cursor: pointer;
  background-color: white;
}
@media screen and (max-width: 991px) {
  .streaming .closeMotion {
    right: 20px;
    top: 105px;
  }
}
.streaming .closeMotion span {
  width: 90%;
  height: 2px;
  background-color: #100d38;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
}
.streaming .closeMotion span:nth-of-type(1) {
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) translateX(-50%) rotate(45deg);
          transform: translateY(-50%) translateX(-50%) rotate(45deg);
}
.streaming .closeMotion span:nth-of-type(2) {
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(-45deg);
      -ms-transform: translateY(-50%) translateX(-50%) rotate(-45deg);
          transform: translateY(-50%) translateX(-50%) rotate(-45deg);
}

.close_stream {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: black;
  width: 15px;
  height: 15px;
  position: absolute;
  top: -8px;
  left: -8px;
  border-radius: 50%;
  text-align: center;
  text-transform: lowercase;
  font-family: cursive;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  text-align: center;
  padding-left: 6px;
  padding-bottom: 6px;
  background-image: url(../images/closestream.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}

.reservation {
  font-weight: bold;
  position: relative;
  top: 21px;
  font-size: 16px;
}

.slick-slide img {
  width: 100%;
  height: 100%;
}

#appartDecor {
  padding: 60px 30px;
}
#appartDecor .titre {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  font-size: 30px;
  text-transform: uppercase;
  text-align: center;
  color: black;
  margin-bottom: 30px;
}
#appartDecor .flex_slider {
  background: white;
}
#appartDecor .slider_pers {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #appartDecor .slider_pers {
    height: auto;
  }
  #appartDecor .slider_pers .slide {
    margin-top: 0;
  }
}
#appartDecor .slider_pers .slide img {
  -o-object-fit: cover;
     object-fit: cover;
}
#appartDecor .slider_pers .slick-dots {
  margin-left: 0 !important;
  max-width: inherit;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
}

.d-none {
  display: none !important;
}

.col-12 {
  width: 100%;
}</pre></body></html>