@font-face {
  font-family: Inter;
  src: url("/fonts/inter/Inter-Regular.ttf");
}
@font-face {
  font-family: Didot;
  src: url("/fonts/didot/Didot-Medium.ttf");
}
@font-face {
  font-family: Didot-Bold;
  src: url("/fonts/didot/Didot-Bold.ttf");
}
body {
  font-family: Inter;
  background-color: white;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
body::-webkit-scrollbar {
  width: 7px;
}
body::-webkit-scrollbar-track {
  background: transparent;
}
body::-webkit-scrollbar-thumb {
  background: #cfcfcf;
  border-radius: 100px;
}
body::-webkit-scrollbar-thumb:hover {
  background: #555;
}
body #app {
  margin: 0px !important;
}
@media (min-width: 1200px) {
  .homepage-section {
    padding: 0px;
    padding-right: 150px;
    padding-left: 180px;
  }
  .homepage-section #carouselExampleControls, .homepage-section .servicesND-section {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
  }
  .homepage-section .contents {
    padding: 0px;
  }
  .homepage-section .contents .servicesND-section {
    padding: 0px;
  }
  .homepage-section .container-tarif {
    margin: auto;
  }
  .homepage-section .tarifs-section {
    margin-left: -180px;
    margin-right: -150px;
  }
  .homepage-section .tarifs-section .tarifs-contents {
    margin: auto;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .sidebar-section {
    padding-left: 100px !important;
  }

  .nav-contents {
    padding: 0px !important;
  }

  .carousel-inner {
    border-radius: 20px;
  }
}
@media (max-width: 1200px) {
  .homepage-section {
    padding: 0px;
  }

  .servicesND-section {
    padding-right: 50px;
  }

  .societe-section .container-img-text {
    margin-left: unset;
  }

  .tarifs-section {
    margin-left: -80px !important;
  }
  .tarifs-section .tarifs-contents {
    margin: auto;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .container-tarif {
    margin: auto;
  }

  .carousel-inner {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
  }
}
@media (max-width: 991px) {
  .col-md-0 {
    display: none;
  }
}
@media (max-width: 575px) {
  .col-sm-0 {
    display: none;
  }
}
.section-title {
  cursor: default;
  position: relative;
  z-index: 2;
  color: black;
  font-weight: bold;
  font-size: 40px;
  margin-bottom: 30px;
}
@media (max-width: 990px) {
  .section-title {
    font-size: 30px;
    margin-bottom: 20px;
  }
}

.title-bg {
  background-color: #00FFFF;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 25px;
  margin-bottom: 15px;
  margin-top: 40px;
}
.title-bg h2 {
  position: relative;
  bottom: 20px;
}

.contents {
  padding: 0px;
  padding-left: 80px;
  margin: auto;
}
@media (max-width: 990px) {
  .contents {
    padding-left: 8%;
    width: 100%;
  }
}
@media (max-width: 640px) {
  .contents {
    padding-left: 0px;
    padding: 0px 20px;
    width: 100%;
  }
}

.page-contents {
  justify-content: space-between;
  padding: 0px;
}

.homepage-section {
  display: flex;
}
.homepage-section .margin-lf {
  height: 100%;
}
.homepage-section .header .bg-img {
  height: 80vh;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 40% 0%;
  display: flex;
  justify-content: space-between;
  -webkit-animation: animatedBackground 40s linear infinite alternate;
          animation: animatedBackground 40s linear infinite alternate;
  margin-bottom: 60px;
}
.homepage-section .header .bg-img .carousel-inner {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.homepage-section .header .bg-img .carousel-item {
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.homepage-section .header .bg-img .slide1 {
  background-image: url("/images/arc-triomphe2.jpg");
}
@media (max-width: 900px) {
  .homepage-section .header .bg-img .slide1 {
    background-position: center;
  }
}
.homepage-section .header .bg-img .slide2 {
  background-image: url("/images/enveloppe.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.homepage-section .header .bg-img .slide3 {
  background-image: url("/images/defense2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.homepage-section .header .bg-img img {
  display: none !important;
  height: -webkit-max-content !important;
  height: -moz-max-content !important;
  height: max-content !important;
  width: 50% !important;
  border: solid;
}
@-webkit-keyframes animatedBackground {
  from {
    background-position: 40% 0;
  }
  to {
    background-position: 80% 0;
  }
}
@keyframes animatedBackground {
  from {
    background-position: 40% 0;
  }
  to {
    background-position: 80% 0;
  }
}
@media (min-height: 750px) {
  .homepage-section .header .bg-img {
    height: 60vh;
  }
}
.homepage-section .header .bg-img .credits-photo {
  align-self: flex-end;
  padding: 10px;
  color: white;
  font-size: 12px;
}
.homepage-section .header .bg-img .text-contents {
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  left: -500px;
  position: absolute;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  margin: auto;
  margin-left: 0px;
  background-color: rgba(255, 255, 255, 0.76);
  padding: 35px;
  cursor: default;
}
.homepage-section .header .bg-img .text-contents .text-section {
  margin: auto;
}
.homepage-section .header .bg-img .text-contents .title {
  font-weight: 700;
  font-family: "Inter";
  margin-bottom: 60px;
}
.homepage-section .header .bg-img .text-contents .title h1 {
  font-size: 50px;
  font-weight: bold;
  margin: 0px;
}
.homepage-section .header .bg-img .text-contents .title .title-highlight {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 30px;
}
.homepage-section .header .bg-img .text-contents .title .title-highlight h1 {
  z-index: 2;
  position: relative;
}
.homepage-section .header .bg-img .text-contents .title .title-highlight .highlight {
  z-index: 1;
  width: 100%;
  height: 40px;
  background-color: #00FFFF;
  position: relative;
  bottom: 50px;
}
.homepage-section .header .bg-img .text-contents p {
  font-size: 18px;
  font-weight: 600;
}
.homepage-section .header .bg-img .text-contents .buttons-container {
  display: flex;
  text-align: right;
}
.homepage-section .header .bg-img .text-contents .buttons-container a {
  color: #1f1f1f;
  border: solid 2px #1f1f1f;
  text-transform: uppercase;
  font-size: 12px;
  padding: 10px;
  list-style: none;
  text-decoration: none;
  margin-right: 10%;
  transition-duration: 0.5s;
  text-align: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-weight: bold;
}
.homepage-section .header .bg-img .text-contents .buttons-container a:hover {
  border: solid 2px #0066DF;
  color: #0066DF;
}
.homepage-section .header .bg-img .text-contents .buttons-container #contrat-home-button {
  background-color: #1f1f1f;
  border: none;
  color: white;
  padding-top: 14px;
  transition-duration: 0.5s;
  font-weight: initial;
}
.homepage-section .header .bg-img .text-contents .buttons-container #contrat-home-button:hover {
  background-color: #0066DF;
  color: white;
}
@media (max-width: 770px) {
  .homepage-section .header .bg-img .text-contents .buttons-container #contrat-home-button {
    padding: 10px;
  }
}
@media (max-width: 970px) {
  .homepage-section .header .bg-img .text-contents {
    padding: 30px;
  }
  .homepage-section .header .bg-img .text-contents .title {
    font-size: 70px;
  }
  .homepage-section .header .bg-img .text-contents .buttons-container {
    font-size: 12px;
  }
}

@media (max-width: 990px) {
  .text-header .text-contents {
    padding: 20px;
    cursor: default;
    background-color: transparent !important;
  }
  .text-header .text-contents .title {
    font-weight: 700;
    font-size: 50px !important;
  }
  .text-header .text-contents p {
    font-size: 20px;
  }
}
.small-header {
  display: none;
}

@media (max-width: 640px) {
  .homepage-section {
    padding-top: 30px;
  }

  .header {
    display: none !important;
  }

  .small-header {
    display: block;
    margin: -20px;
  }
  .small-header .credits-photo {
    width: 100%;
    text-align: right;
    padding: 0px;
    color: white;
    font-size: 12px;
  }
  .small-header .bg-title-container {
    display: flex;
    justify-content: space-between;
    align-content: center;
  }
  .small-header .bg-img {
    margin-top: 50px;
    padding: 0px;
    background-image: url("/images/arc-triomphe3.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    display: flex;
    align-items: flex-end;
    padding-bottom: 40px;
  }
  .small-header .text-header {
    padding: 20px;
  }
  .small-header .title {
    z-index: 2;
    font-size: 40px !important;
    position: relative;
    color: white;
    padding: 10px;
    font-weight: bold;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.37);
  }
  .small-header .title h1 {
    font-weight: bold;
    font-size: 50px;
  }
  .small-header .title .title-highlight {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: 30px;
    color: black;
  }
  .small-header .title .title-highlight h1 {
    z-index: 2;
    position: relative;
    font-weight: bold;
    line-height: 40px;
  }
  .small-header .title .title-highlight .highlight {
    z-index: 1;
    width: 100%;
    height: 45px;
    background-color: #00FFFF;
    position: relative;
    bottom: 50px;
  }
  .small-header .text-contents {
    color: white;
    padding: 10px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    margin-bottom: 30px;
  }
  .small-header .text-contents p {
    font-weight: initial !important;
    margin: 0px;
    font-size: 16px;
    font-weight: 600;
  }
  .small-header .text-contents .question {
    font-weight: bold !important;
  }
  .small-header .next-contents {
    padding: 20px;
    margin: auto;
    border-radius: 15px;
    position: relative;
    bottom: 15px;
    background-color: white;
    text-align: center;
  }
  .small-header .buttons-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 20px;
  }
  .small-header .buttons-container a {
    text-align: center;
    color: black;
    border: solid 2px;
    text-transform: uppercase;
    font-size: 12px;
    padding: 10px;
    list-style: none;
    text-decoration: none;
    margin-top: 10px;
    transition-duration: 0.5s;
  }
  .small-header .buttons-container a:hover {
    border: solid 1px #0066DF;
  }
  .small-header .buttons-container #contrat-home-button {
    background-color: black;
    border: none;
    color: white;
    padding-top: 14px;
    transition-duration: 0.5s;
    margin-right: 0px;
  }
  .small-header .buttons-container #contrat-home-button:hover {
    background-color: #0066DF;
    color: black;
  }
}
.servicesND-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.servicesND-section .line {
  height: 150px;
  border-left: solid #c5c5c5 2px;
}
.servicesND-section .service {
  padding: 0px;
  padding-right: 0px;
  width: 22%;
}
.servicesND-section .service .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.servicesND-section .service .title .slide-btn-services {
  display: none;
}
.servicesND-section .service .title .title-icon {
  display: flex;
  align-items: center;
}
.servicesND-section .service .title .title-icon .icon {
  height: 40px;
  margin-right: 10px;
}
.servicesND-section .service .title .title-icon h5 {
  padding-top: 5px;
  font-size: 17px;
  font-weight: bold;
}
.servicesND-section .service p {
  font-size: 14px;
  color: gray;
}
@media (max-width: 990px) {
  .servicesND-section {
    border-bottom: none;
  }
  .servicesND-section .line2 {
    display: none;
  }
  .servicesND-section .service {
    padding: 10px;
    width: 47%;
    cursor: default;
    min-height: 120px;
    margin-bottom: 20px;
    transition-duration: 0.5s;
  }
  .servicesND-section .service p {
    text-align: initial;
  }
}
@media (max-width: 770px) {
  .servicesND-section {
    padding-right: 0px;
  }
}
@media (max-width: 640px) {
  .servicesND-section {
    padding-right: 0px;
    margin: auto;
  }
  .servicesND-section .line {
    display: none;
  }
  .servicesND-section .service {
    min-height: initial;
    width: 100%;
    border: none;
    border-bottom: solid 1px #d8d8d8;
  }
  .servicesND-section .service p {
    display: block;
  }
}
@media (max-width: 630px) {
  .servicesND-section {
    padding-right: 0px;
  }
  .servicesND-section .slide-btn-services {
    display: flex !important;
  }
}
@media (max-width: 991px) {
  #societe-anchor {
    padding-right: 50px;
  }
}
@media (max-width: 640px) {
  #societe-anchor {
    padding-right: 0px;
  }
}

.societe-section {
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.societe-section .container-img-text {
  padding: 0px;
  margin: auto;
  margin-top: 150px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 150px;
  width: 1000px;
}
@media (max-width: 1190px) {
  .societe-section .container-img-text {
    margin-left: initial;
    margin-right: initial;
  }
}
.societe-section .container-img-text .societe-img {
  z-index: 2;
  background-image: url("/images/house2.jpg");
  padding: 50px;
  width: 45%;
  background-size: cover;
  background-repeat: no-repeat;
  height: 400px;
  border-radius: 10px;
  padding: 0px;
  margin: 0px;
}
.societe-section .container-img-text .societe-text {
  text-align: justify;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  color: gray;
  padding: 0px;
  width: 50%;
}
.societe-section .container-img-text .societe-text h2 {
  margin-bottom: 5px;
}
.societe-section .container-img-text .societe-text h5 {
  color: black;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 10px;
}
.societe-section .container-img-text .societe-text p {
  font-size: 17px;
  margin-bottom: 0px;
}
.societe-section .accroche-societe {
  margin-bottom: 150px;
}
.societe-section .accroche-societe h1 {
  font-size: 25px;
  margin: auto;
  text-align: center;
  font-weight: 600;
  margin-bottom: 20px;
}
.societe-section .accroche-societe .underline {
  margin: auto;
  border-bottom: solid #00FFFF;
}
@media (max-width: 990px) {
  .societe-section .societe-img {
    background-position: -60px 0px;
  }
  .societe-section .container-img-text {
    height: auto;
    padding: 0px;
  }
  .societe-section .container-img-text .societe-img {
    display: block;
  }
  .societe-section .container-img-text .societe-text {
    text-align: justify;
    color: gray;
    padding: 0px;
  }
  .societe-section .container-img-text .societe-text h5 {
    color: black;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
  }
  .societe-section .container-img-text .societe-text p {
    font-size: 15px;
  }
  .societe-section .accroche-societe h1 {
    margin: auto;
    text-align: center;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 25px;
  }
  .societe-section .accroche-societe .underline {
    margin: auto;
    border-bottom: solid #00FFFF;
  }
}
@media (max-width: 770px) {
  .societe-section {
    padding-right: 0px;
  }
  .societe-section .container-img-text {
    flex-direction: column-reverse;
    padding: 10px;
    width: auto;
    padding: 0px;
    height: auto;
  }
  .societe-section .container-img-text .societe-img {
    width: 300px;
    height: 250px;
    margin: auto;
    margin-top: 30px;
    background-position: center;
  }
  .societe-section .container-img-text .societe-text {
    text-align: justify;
    width: 100%;
  }
}
@media (max-width: 640px) {
  .societe-section {
    padding-right: 0px;
  }
}

.services-section {
  margin: auto;
  padding-top: 140px;
}
@media (max-width: 575px) {
  .services-section .service {
    width: 45%;
    height: 200px !important;
  }
  .services-section .service .icon {
    width: 110px !important;
    height: 110px !important;
  }
}
.services-section .services-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
.services-section .services-container .service:nth-of-type(1) {
  margin: 0px 20px 40px 0px;
}
.services-section .services-container .service:nth-of-type(2) {
  margin: 0px 0px 40px 0px;
}
.services-section .services-container .service:nth-of-type(3) {
  margin: 0px 0px 40px 20px;
}
.services-section .services-container .service:nth-of-type(4) {
  margin: 0px 20px 40px 0px;
}
.services-section .services-container .service:nth-of-type(5) {
  margin: 0px 0px 40px 0px;
}
.services-section .services-container .service:nth-of-type(6) {
  margin: 0px 0px 40px 20px;
}
.services-section .services-container .service {
  background-color: #f8f8f8;
  margin: 20px;
  padding: 20px;
  height: 300px;
}
.services-section .services-container .service .icon {
  height: 80px;
  width: 80px;
  border: solid #bebebe 1px;
  margin: auto;
  margin-bottom: 10px;
}
.services-section .services-container .service .text h5 {
  text-align: center;
  color: black;
  font-weight: bold;
}
.services-section .services-container .service .text p {
  text-align: center;
  color: gray;
}
@media (max-width: 990px) {
  .services-section .services-container .service:nth-of-type(1) {
    margin: 0px;
  }
  .services-section .services-container .service:nth-of-type(2) {
    margin: 0px;
  }
  .services-section .services-container .service:nth-of-type(3) {
    margin: 0px;
  }
  .services-section .services-container .service:nth-of-type(4) {
    margin: 0px;
  }
  .services-section .services-container .service:nth-of-type(5) {
    margin: 0px;
  }
  .services-section .services-container .service:nth-of-type(6) {
    margin: 0px;
  }
  .services-section .services-container .service {
    margin-bottom: 30px !important;
  }
}

#tarifs-anchor {
  margin: auto;
  padding: 0px;
}

.tarifs-section {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  background-color: lightblue;
  background-image: url("/images/bg5.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 0px;
  margin: 0px;
}
.tarifs-section .tarifs-bg {
  display: none;
  background: #aebce7;
  background-image: url("/images/tarifs-bg.jpg");
  background-size: cover;
  height: 400px;
  left: 0px;
  position: absolute;
  margin-top: 120px;
}
.tarifs-section .tarifs-contents {
  position: relative;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  display: flex;
  align-items: flex-end;
  padding: 0px;
}
.tarifs-section .tarifs-contents .title-tarifs {
  padding: 0px;
}

.price-button {
  position: relative;
  bottom: 20px;
  padding: 0px;
  background-color: white;
}
.price-button .total-price-tarifs-grid {
  border: solid;
  margin-bottom: 10px;
  border: solid 2px #0066DF;
  display: flex;
  flex-direction: column;
  transition-duration: 1s;
}
.price-button .total-price-tarifs-grid .pack-container {
  overflow: hidden;
  height: 0px;
}
.price-button .total-price-tarifs-grid .pack-container .top-container {
  padding: 5px;
  z-index: 10;
}
.price-button .total-price-tarifs-grid .pack-container .top-container #delete-pack-btn {
  color: #b3b3b3;
  cursor: pointer;
  float: right;
  transition-duration: 0.5s;
}
.price-button .total-price-tarifs-grid .pack-container .top-container #delete-pack-btn:hover {
  color: black;
}
.price-button .total-price-tarifs-grid .pack-container .content {
  display: flex;
  justify-content: start;
  z-index: 5;
}
.price-button .total-price-tarifs-grid .pack-container .content .pack-img {
  height: 50px;
  width: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("/images/pictos/pack.png");
  margin-right: 10px;
}
.price-button .total-price-tarifs-grid .pack-container .content .price-detail {
  display: flex;
  justify-content: space-between;
  position: relative;
  text-align: right;
  white-space: nowrap;
}
.price-button .total-price-tarifs-grid .pack-container .content .price-detail .text {
  float: left;
  background: white;
  margin-right: 20px;
  padding-right: 4px;
  position: relative;
}
.price-button .total-price-tarifs-grid .pack-container .content .price-detail .price {
  background: white;
  padding-left: 4px;
  position: relative;
}
.price-button .total-price-tarifs-grid .pack-container .content .price-detail .filler {
  position: absolute;
  left: 0;
  right: 0;
  top: 2px;
  border-bottom: 1px dotted #333;
  height: 50%;
}
.price-button .total-price-tarifs-grid .pack-container .content .details {
  margin: 0px;
  display: flex;
  flex-direction: column;
}
.price-button .total-price-tarifs-grid .pack-container .content .details #pack-name {
  font-size: 15px;
}
.price-button .total-price-tarifs-grid .pack-container .content .details #pack-type {
  font-size: 12px;
  color: grey;
}
.price-button .total-price-tarifs-grid .form-container {
  overflow: hidden;
  padding-bottom: 10px;
  height: auto;
}
.price-button .total-price-tarifs-grid .form-container .top-container {
  padding: 5px;
  z-index: 10;
}
.price-button .total-price-tarifs-grid .form-container .top-container #delete-form-btn {
  color: #b3b3b3;
  cursor: pointer;
  float: right;
  transition-duration: 0.5s;
}
.price-button .total-price-tarifs-grid .form-container .top-container #delete-form-btn:hover {
  color: black;
}
.price-button .total-price-tarifs-grid .form-container .content {
  display: flex;
  z-index: 5;
}
.price-button .total-price-tarifs-grid .form-container .content .form-img {
  height: 50px;
  width: 50px;
  background-size: 120%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/images/pictos/garde.png");
  margin-right: 10px;
}
.price-button .total-price-tarifs-grid .form-container .content .price-detail {
  display: flex;
  justify-content: space-between;
  position: relative;
  text-align: right;
  white-space: nowrap;
}
.price-button .total-price-tarifs-grid .form-container .content .price-detail .text {
  float: left;
  background: white;
  color: gray;
  margin-right: 20px;
  padding-right: 4px;
  position: relative;
}
.price-button .total-price-tarifs-grid .form-container .content .price-detail .price {
  background: white;
  padding-left: 4px;
  position: relative;
}
.price-button .total-price-tarifs-grid .form-container .content .price-detail .filler {
  position: absolute;
  left: 0;
  right: 0;
  top: 2px;
  border-bottom: 1px dotted #333;
  height: 50%;
}
.price-button .total-price-tarifs-grid .form-container .content .details {
  margin: 0px;
  display: flex;
  flex-direction: column;
}
.price-button .total-price-tarifs-grid .form-container .content .details #abo-name {
  font-size: 15px;
}
.price-button .total-price-tarifs-grid .form-container .content .details #abo-type {
  font-size: 10px;
  color: grey;
}
.price-button .total-price-tarifs-grid .total-title {
  font-size: 12px;
  float: left;
  padding: 5px;
  text-align: center;
  background-color: #0066DF;
  color: white;
  margin: 0px 5px 5px 0px;
}
.price-button .total-price-tarifs-grid .ht {
  font-size: 12px;
  text-transform: uppercase;
  position: relative;
}
.price-button .total-price-tarifs-grid .prices-container {
  padding-bottom: 10px;
  border-top: solid 2px #cfcfcf;
}
.price-button .total-price-tarifs-grid .prices-container h5 {
  font-size: 11px;
  text-transform: uppercase;
  padding: 5px;
}
.price-button .total-price-tarifs-grid .prices-container .flex-container {
  display: flex;
}
.price-button .total-price-tarifs-grid .prices-container .flex-container #month-price {
  border-right: solid 2px #cfcfcf;
}
.price-button .total-price-tarifs-grid .prices-container p {
  margin: auto;
  font-size: 12px;
  text-align: center;
  width: 50%;
}
.price-button .total-price-tarifs-grid .prices-container p .numbers {
  font-size: 25px;
  font-weight: bold;
}
.price-button .total-price-tarifs-grid .prices-container .top-container {
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
  align-self: center;
}
.price-button .total-price-tarifs-grid .prices-container .top-container .side-A .numbers {
  font-size: 30px;
  font-weight: bold;
  margin-right: 5px;
}
.price-button .total-price-tarifs-grid .prices-container .top-container .side-B {
  position: relative;
  bottom: 5px;
}
.price-button .total-price-tarifs-grid .prices-container .top-container .side-B .top {
  position: relative;
  display: flex;
  align-items: flex-end;
  top: 10px;
  margin: 0px;
  text-align: left;
}
.price-button .total-price-tarifs-grid .prices-container .top-container .side-B .top .euro {
  width: 100%;
  font-size: 13;
  font-weight: 600;
}
.price-button .total-price-tarifs-grid .prices-container .top-container .side-B .top .ht {
  text-transform: uppercase;
  font-size: 12px;
}
.price-button .total-price-tarifs-grid .prices-container .top-container .side-B .per-month {
  text-transform: uppercase;
  font-size: 10px;
  text-align: left;
}
.price-button .total-price-tarifs-grid #month-price {
  border-right: solid 2px #cfcfcf;
}
.price-button .total-price-tarifs-grid .first-payement-container {
  border-top: solid 2px #cfcfcf;
}
.price-button .total-price-tarifs-grid .first-payement-container h5 {
  font-size: 11px;
  text-transform: uppercase;
  padding: 5px;
  margin: 0px;
}
.price-button .total-price-tarifs-grid .first-payement-container .title-details {
  font-size: 10px;
}
.price-button .total-price-tarifs-grid .first-payement-container .first-payement-details-container {
  display: flex;
  position: relative;
  bottom: 10px;
}
.price-button .total-price-tarifs-grid .first-payement-container .first-payement-details-container .list {
  padding: 0px;
  padding-left: 5px;
}
.price-button .total-price-tarifs-grid .first-payement-container .first-payement-details-container .list #add-pack,
.price-button .total-price-tarifs-grid .first-payement-container .first-payement-details-container .list #add-opt1,
.price-button .total-price-tarifs-grid .first-payement-container .first-payement-details-container .list #add-opt2 {
  display: none;
}
.price-button .total-price-tarifs-grid .first-payement-container .first-payement-details-container p {
  margin: 0px;
  font-size: 12px;
}
.price-button .total-price-tarifs-grid .first-payement-container .first-payement-details-container .first-payement-price-container .first-payement-price {
  display: flex;
  padding: 10px;
  border-left: solid 2px #cfcfcf;
  margin-left: 10px;
}
.price-button .total-price-tarifs-grid .first-payement-container .first-payement-details-container .first-payement-price-container .first-payement-price .side-A #first-payement {
  font-size: 35px;
  font-weight: bold;
  margin-right: 5px;
  line-height: 20px;
}
.price-button .total-price-tarifs-grid .first-payement-container .first-payement-details-container .first-payement-price-container .first-payement-price .side-B .top {
  display: flex;
  position: relative;
  right: 5px;
  bottom: 12px;
  margin: 0px;
  text-align: left;
}
.price-button .total-price-tarifs-grid .first-payement-container .first-payement-details-container .first-payement-price-container .first-payement-price .side-B .top .euro {
  width: 100%;
  font-size: 20px;
  font-weight: 600;
}
.price-button .total-price-tarifs-grid .first-payement-container .first-payement-details-container .first-payement-price-container .first-payement-price .side-B .top .ht {
  text-transform: uppercase;
  font-size: 12px;
  position: relative;
  top: 5px;
}
.price-button .total-price-tarifs-grid .first-payement-container .first-payement-details-container .first-payement-price-container .first-payement-price .side-B .per-month {
  text-transform: uppercase;
  font-size: 15px;
  text-align: left;
}
.price-button .button {
  text-transform: uppercase;
  border: none;
  background-color: #0066DF;
  cursor: pointer;
  color: white;
  display: flex;
  width: 100%;
  text-align: center;
  align-items: center;
  height: 40px;
  padding-top: 14px;
}
.price-button .button p {
  font-size: 15px;
  width: 100%;
}
.price-button .button:disabled {
  background-color: #bbbbbb;
}
.price-button .button:disabled:hover {
  cursor: not-allowed;
}
@media (max-width: 991px) {
  .price-button {
    margin: auto;
    padding-right: 10px;
    margin-top: 30px;
  }
  .price-button .total-title {
    font-size: 20px !important;
  }
  .price-button .form-container .content .form-img,
.price-button .form-container .content .pack-img,
.price-button .pack-container .content .form-img,
.price-button .pack-container .content .pack-img {
    background-size: 50% !important;
    background-position: center !important;
  }
  .price-button .form-container .content .details .text,
.price-button .pack-container .content .details .text {
    font-size: 15px !important;
  }
  .price-button .form-container .content .details .price,
.price-button .pack-container .content .details .price {
    font-size: 13px;
  }
  .price-button .prices-container .side-A {
    margin-bottom: 0px;
  }
  .price-button .first-payement-container .first-payement-details-container .first-payement-price-container {
    border-left: solid 2px #cfcfcf;
    padding: 0px;
    height: 70px;
  }
  .price-button .first-payement-container .first-payement-details-container .first-payement-price-container .first-payement-price {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border: none !important;
    margin: auto !important;
  }
  .price-button .first-payement-container .first-payement-details-container .first-payement-price-container .first-payement-price .side-A {
    margin-bottom: 0px;
  }
}
@media (max-width: 575px) {
  .price-button {
    padding-left: 20px;
  }
}

.details {
  padding: 0px;
  margin-top: 15px;
  color: grey;
}
.details .asterix {
  padding-left: 0px;
  margin-bottom: 20px;
  margin-bottom: 10px;
  color: black;
}
.details p {
  font-size: 10px;
  margin: 0px;
}

.tarif-popup-bg {
  display: none;
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 20;
  background-color: rgba(0, 0, 0, 0.534);
}

.tarif-popup {
  height: auto;
  width: 50%;
  z-index: 21;
  top: 100px;
  left: 25%;
  background-color: white;
  position: fixed;
  display: flex;
  display: none;
  color: black;
  text-align: left;
}
.tarif-popup .title {
  text-transform: uppercase;
  font-size: 10px;
  color: black;
  margin: 2px;
}
.tarif-popup .line-title {
  width: 100%;
  border-bottom: solid black 1px;
}
.tarif-popup .details-offre {
  padding-top: 10px;
  font-size: 9px;
}
.tarif-popup .details-offre .offre-picto {
  display: flex;
  align-items: center;
}
.tarif-popup .details-offre .picto {
  height: 30px;
  width: 100px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70%;
}
.tarif-popup .details-offre .offre {
  padding: 0px;
}
.tarif-popup .details-offre .advice {
  background-image: url(/images/pictos/advice.png);
  background-size: 90%;
}
.tarif-popup .details-offre .newspaper {
  background-image: url(/images/pictos/newspaper.png);
}
.tarif-popup .details-offre .folder {
  background-image: url(/images/pictos/folder.png);
}
@media (max-width: 800px) {
  .tarif-popup {
    left: 10%;
    width: 80%;
  }
}

footer {
  min-height: 250px;
  background-color: #0066DF;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}
footer .list-container {
  padding: 0px;
  color: white;
  padding-top: 50px;
  padding-left: 150px;
  padding-right: 150px;
  margin: auto;
  margin-bottom: 50px;
  width: 100%;
  display: grid;
  justify-content: space-between;
  flex-wrap: wrap;
  z-index: 2;
  overflow: hidden;
}
footer .list-container h5 {
  font-weight: bold;
  cursor: default;
}
footer .list-container ul {
  z-index: 2;
  text-decoration: none;
  list-style: none;
  list-style-type: none;
  margin-bottom: 0px;
  padding: 0px;
}
footer .list-container ul li {
  font-size: 12px;
}
footer .list-container ul li .logo-title {
  display: flex;
  align-items: center;
  position: relative;
  bottom: 10px;
}
footer .list-container ul li .logo-title .logo {
  background-image: url("/images/logo/logo_house2.png");
  height: 40px;
  width: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
}
footer .list-container ul li .logo-title h5 {
  position: relative;
  top: 5px;
}
footer .list-container ul li a {
  color: white;
}
footer .list-container ul:nth-child(1) {
  grid-column: 1;
  grid-row: 1;
}
footer .list-container ul:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
}
footer .list-container ul:nth-child(3) {
  grid-column: 3;
  grid-row: 1;
}
footer .list-container ul:nth-child(4) {
  grid-column: 4;
  grid-row: 1;
  border-left: solid white 1px;
  padding-left: 20px;
}
@media (max-width: 1000px) {
  footer .list-container {
    grid-template-rows: 140px;
    grid-template-columns: 200px;
    -moz-column-gap: 20px;
         column-gap: 20px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  footer .list-container ul {
    row-gap: 15px;
  }
  footer .list-container ul:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
  }
  footer .list-container ul:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
  }
  footer .list-container ul:nth-child(3) {
    grid-column: 1;
    grid-row: 2;
  }
  footer .list-container ul:nth-child(4) {
    grid-column: 2;
    grid-row: 2;
  }
}
@media (max-width: 760px) {
  footer .list-container {
    grid-template-rows: initial;
    grid-template-columns: 200px;
    -moz-column-gap: 20px;
         column-gap: 20px;
    padding: 50px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  footer .list-container ul {
    margin-bottom: 50px;
    row-gap: 15px;
  }
  footer .list-container ul:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
  }
  footer .list-container ul:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
  }
  footer .list-container ul:nth-child(3) {
    grid-column: 1;
    grid-row: 3;
  }
  footer .list-container ul:nth-child(4) {
    grid-column: 1;
    grid-row: 4;
    padding-left: 0px;
    padding-top: 20px;
    border-top: solid 1px white;
    border-left: none;
  }
}
footer .text-shadow-footer {
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  position: absolute;
  z-index: 1;
  height: 0px;
  font-size: 200px;
  left: -10px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.068);
}
@media (max-width: 1150px) {
  footer .text-shadow-footer {
    font-size: 140px;
    margin-bottom: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 575px) {
  footer .text-shadow-footer {
    text-align: right;
    font-size: 100px;
    bottom: 0px !important;
    top: -25px !important;
    left: 10px !important;
  }
}
@media (max-width: 640px) {
  footer .text-shadow-footer {
    display: none;
  }
}
footer .agrement {
  text-align: center;
  color: white;
  padding: 0px 20px;
}
@media (max-width: 510px) {
  footer ul {
    margin: auto !important;
    margin-bottom: 60px !important;
    padding-left: 0px;
    width: 90%;
  }
  footer ul:last-of-type {
    border-left: none !important;
    padding-top: 30px;
    border-top: solid white 1px;
    margin-bottom: 40px !important;
  }
  footer ul:last-of-type li {
    font-size: 14px !important;
  }
}

.rgpd-contents {
  margin-top: 50px;
  margin-bottom: 200px;
  width: 900px;
  margin: auto;
  position: relative;
  right: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-left: 0px;
}
@media (max-width: 1100px) {
  .rgpd-contents {
    width: 700px;
  }
}
@media (max-width: 840px) {
  .rgpd-contents {
    width: 580px;
  }
}
@media (max-width: 747px) {
  .rgpd-contents {
    flex-direction: column;
    width: 90%;
    margin: auto;
    right: 0px;
  }
}
.rgpd-contents .intro-section {
  padding: 20px;
}
.rgpd-contents #text-group {
  padding: 0px;
  width: 660px;
}
@media (max-width: 1100px) {
  .rgpd-contents #text-group {
    width: 470px;
  }
}
@media (max-width: 840px) {
  .rgpd-contents #text-group {
    flex-direction: column;
    width: 380px;
  }
}
@media (max-width: 747px) {
  .rgpd-contents #text-group {
    width: 100%;
  }
}
.rgpd-contents .text-group {
  padding: 0px;
}
.rgpd-contents .info-container {
  width: 200px;
  padding-top: 20px;
}
@media (max-width: 840px) {
  .rgpd-contents .info-container {
    width: 190px;
  }
}
@media (max-width: 747px) {
  .rgpd-contents .info-container {
    display: none;
  }
}
.rgpd-contents .info-container-bottom {
  display: none;
}
.rgpd-contents .info-container-bottom #info-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.rgpd-contents .info-container-bottom #info-container .info-group {
  width: 45%;
  margin-bottom: 200px;
}
@media (max-width: 747px) {
  .rgpd-contents .info-container-bottom {
    display: block;
  }
}
.rgpd-contents #info-container {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding: 0px;
  position: relative;
  top: 60px;
  width: 260px;
}
@media (max-width: 1100px) {
  .rgpd-contents #info-container {
    width: 200px;
  }
}
@media (max-width: 840px) {
  .rgpd-contents #info-container {
    width: 190px;
  }
}
.rgpd-contents #info-container .info-group {
  background-color: white;
  border-radius: 5px;
  margin-bottom: 50px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.096);
}
.rgpd-contents #info-container .info-group .info_title {
  margin-bottom: 0px;
  padding: 5px;
  width: 100%;
  font-weight: bold;
  color: #0066DF;
  border-bottom: solid 1px #cfcfcf;
}
.rgpd-contents #info-container .info-group p {
  padding: 10px;
  font-size: 11px;
  margin-bottom: 0px;
}

.title-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px;
  padding-right: 10px;
  margin-bottom: 20px;
}
.title-container .h3-title {
  border-left: solid 2px #00FFFF !important;
  padding-left: 5px;
  cursor: pointer;
}
.title-container i {
  font-size: 20px;
  color: #a0a0a0;
}

.text-contents {
  background-color: white;
  border-radius: 5px;
  padding: 0px;
  margin-bottom: 100px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.096);
}
.text-contents .title-section {
  font-size: 15px;
  font-weight: 600;
  color: #0066DF;
  text-transform: uppercase;
}
.text-contents .definition-name, .text-contents .small_title {
  color: #0066DF;
  font-weight: bold;
}

@media (max-width: 747px) {
  #slide-section-4 {
    margin-bottom: 50px;
  }
}
.cookie_table {
  border-radius: 5px;
  font-size: 12px;
  border: none;
  border-radius: 10px;
}
.cookie_table th, .cookie_table tr, .cookie_table td {
  border: #cfcfcf;
  padding: 5Px;
}
.cookie_table th {
  background-color: #3690ff;
  text-align: center;
  font-size: 10px;
  font-weight: 700;
  border-right: solid 1px;
}
.cookie_table th:first-of-type {
  border-top-left-radius: 10px;
}
.cookie_table th:last-of-type {
  border-top-right-radius: 10px;
  border-right: none;
}
.cookie_table td {
  text-align: left;
  border-right: solid 1px #828abd;
  background-color: #e2eeff;
}
.cookie_table td:first-of-type {
  border-bottom-left-radius: 10px;
}
.cookie_table td:last-of-type {
  border-bottom-right-radius: 10px;
  border-right: none;
}