/* GDPR */
[data-plugin-rgpd-wrapper] {
  opacity: 0;
  transition: ease opacity 300ms;
}

[data-plugin-rgpd-wrapper].show {
  opacity: 1;
}

.olv-rgpd-bar {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  background: rgba(0, 0, 0, 0.9);
  padding: 1rem 1.5rem;
  z-index: 1050;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
  transition: ease opacity 300ms, ease transform 300ms;
}

.olv-rgpd-bar .olv-rgpd-bar-description p {
  color: #9c9c9c;
}

.olv-rgpd-bar .olv-rgpd-bar-actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-top: 15px;
}

.olv-rgpd-bar .olv-rgpd-bar-actions .btn-refuse {
  background-color: #f4f4f4;
  text-transform: uppercase;
  font-size: 0.8rem;
  color: #2BAAB1;
  margin-right: 10px;
}

.olv-rgpd-bar .olv-rgpd-bar-actions .btn-accept {
  background: #c4c324;
  color: white;
  text-transform: uppercase;
  font-size: 0.8rem;
}

.olv-rgpd-bar .olv-rgpd-bar-actions .olv-rgpd-agree-trigger {
  margin-left: 2rem;
}

.olv-rgpd-bar.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.olv-rgpd-bar.removing {
  opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
}

@media (min-width: 1200px) {
  .olv-rgpd-bar {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
  }
  .olv-rgpd-bar .rgpd-bar-actions {
    -ms-flex-pack: end;
        justify-content: flex-end;
    margin-top: 0;
  }
}

.gdpr-preferences-popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0 20px;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1051;
  opacity: 0;
  visibility: hidden;
  transition: ease opacity 300ms;
}

.gdpr-preferences-popup .gdpr-preferences-popup-content {
  max-width: 1000px;
  background: #FFF;
}

.gdpr-preferences-popup .gdpr-preferences-popup-content .gdpr-close-popup {
  position: absolute;
  top: 25px;
  right: 25px;
}

.gdpr-preferences-popup .gdpr-preferences-popup-content .gdpr-preferences-popup-content-body {
  max-height: 60vh;
  overflow-y: auto;
  padding: 2.5rem;
}

.gdpr-preferences-popup .gdpr-preferences-popup-content .gdpr-preferences-popup-content-body .gdpr-cookie-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 0.8rem;
}

.gdpr-preferences-popup .gdpr-preferences-popup-content .gdpr-preferences-popup-content-body .gdpr-cookie-item .gdpr-cookie-item-title {
  width: 100%;
}

.gdpr-preferences-popup .gdpr-preferences-popup-content .gdpr-preferences-popup-content-body .gdpr-cookie-item .gdpr-cookie-item-description {
  width: 70%;
}

.gdpr-preferences-popup .gdpr-preferences-popup-content .gdpr-preferences-popup-content-body .gdpr-cookie-item .gdpr-cookie-item-action {
  width: 30%;
  text-align: right;
}

.gdpr-preferences-popup .gdpr-preferences-popup-content .gdpr-preferences-popup-content-body .gdpr-cookie-item + .gdpr-cookie-item {
  margin-top: 10px;
}

.gdpr-preferences-popup .gdpr-preferences-popup-content .gdpr-preferences-popup-content-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 1.5rem 2.5rem;
  background: #f4f4f4;
}

.gdpr-preferences-popup.show {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 992px) {
  .gdpr-preferences-popup .gdpr-preferences-popup-content .gdpr-preferences-popup-content-body .gdpr-cookie-item {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .gdpr-preferences-popup .gdpr-preferences-popup-content .gdpr-preferences-popup-content-body .gdpr-cookie-item .gdpr-cookie-item-title {
    width: 20%;
  }
  .gdpr-preferences-popup .gdpr-preferences-popup-content .gdpr-preferences-popup-content-body .gdpr-cookie-item .gdpr-cookie-item-description {
    width: 60%;
  }
  .gdpr-preferences-popup .gdpr-preferences-popup-content .gdpr-preferences-popup-content-body .gdpr-cookie-item .gdpr-cookie-item-action {
    width: 20%;
  }
}

#olv-rgpd-change {
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  background-color: #c4c324;
  position: fixed;
  bottom: 10px;
  left: 10px;
  z-index: 9999;
  border-radius: 4px;
  padding: 5px;
  opacity: 1;
}

#olv-rgpd-change .icone {
  font-size: 1.3rem;
  line-height: 0;
  margin: 0;
  color: rgba(255, 255, 255, 0.623);
}

#olv-rgpd-change .legend {
  color: white;
  font-size: 0.75rem;
  margin-bottom: 0px !important;
}

.show {
  opacity: 1 !important;
  visibility: visible;
}

.offcanvas .offcanvas-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: end;
  padding: 1rem 1rem;
}

.offcanvas .offcanvas-body {
  padding: 0 20px 0 20px;
}

.offcanvas .offcanvas-body ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.offcanvas .offcanvas-body ul a {
  text-decoration: none;
}

.offcanvas .offcanvas-body ul .parent {
  border-bottom: 1px solid #c4c324;
}

.offcanvas .offcanvas-body ul .parent:last-child {
  border-bottom: 1px solid color-secondary;
}

.offcanvas .offcanvas-body ul .parent h4 {
  font-weight: 500;
  font-size: 1.3rem;
  letter-spacing: normal;
  text-transform: none;
  margin: 10px 0 10px 0;
}

.offcanvas .offcanvas-body ul .parent h4 a {
  color: #212529;
}

.offcanvas .offcanvas-body ul .parent h5 {
  color: #24465e;
  font-size: 1rem;
  font-weight: 400;
  margin: 10px 0 10px 0;
  letter-spacing: 0.02rem;
}

.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(243, 146, 0, 0.25);
  opacity: 1;
}

/* -----.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: $zindex-offcanvas;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: $offcanvas-color;
  visibility: hidden;
  background-color: $offcanvas-bg-color;
  background-clip: padding-box;
  outline: 0;
  @include box-shadow($offcanvas-box-shadow);
  @include transition(transform $offcanvas-transition-duration ease-in-out);
}


.offcanvas-header {
  display: flex;
  justify-content: space-between;
  padding: $offcanvas-padding-y $offcanvas-padding-x;

  .btn-close {
    padding: ($offcanvas-padding-y / 2) ($offcanvas-padding-x / 2);
    margin: ($offcanvas-padding-y / -2) ($offcanvas-padding-x / -2) ($offcanvas-padding-y / -2) auto;
  }
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: $offcanvas-title-line-height;
}

.offcanvas-body {
  flex-grow: 1;
  padding: $offcanvas-padding-y $offcanvas-padding-x;
  overflow-y: auto;
}

.offcanvas-start {
  top: 0;
  left: 0;
  width: $offcanvas-horizontal-width;
  border-right: $offcanvas-border-width solid $offcanvas-border-color;
  transform: translateX(-100%);
}

.offcanvas-end {
  top: 0;
  right: 0;
  width: $offcanvas-horizontal-width;
  border-left: $offcanvas-border-width solid $offcanvas-border-color;
  transform: translateX(100%);
}

.offcanvas-bottom {
  right: 0;
  left: 0;
  height: $offcanvas-vertical-height;
  max-height: 100%;
  border-top: $offcanvas-border-width solid $offcanvas-border-color;
  transform: translateY(100%);
}

.offcanvas.show {
  transform: none;
}

.offcanvas-backdrop::before {
  position: fixed;
  top: 0;
  left: 0;
  z-index: $zindex-offcanvas - 1;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: $offcanvas-body-backdrop-color;
}--*/
html body {
  font-size: 1rem;
  letter-spacing: normal;
}

html h1, html h2, html h3, html h4, html h5, html p, html a {
  letter-spacing: normal !important;
}

html h2 {
  font-size: calc(1.375rem + 1.5vw);
  line-height: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  html h2 {
    font-size: 2.5rem;
  }
}

@media (min-width: 1200px) {
  html h2 {
    line-height: 2.5rem;
  }
}

html h3 {
  font-size: calc(1.305rem + 0.66vw);
  line-height: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  html h3 {
    font-size: 1.8rem;
  }
}

@media (min-width: 1200px) {
  html h3 {
    line-height: 2rem;
  }
}

html p {
  margin-bottom: 12px !important;
  line-height: 1.42em;
}

html p.text2 {
  font-size: 1.3em;
  line-height: 1.3em;
}

html ul li:not(.dropdown) {
  padding-bottom: 7px;
  line-height: 1.3em;
}

html a {
  color: #c4c324;
}

.text-primary {
  color: #24465e !important;
}

.text-secondary {
  color: #c4c324 !important;
}

.btn-secondary {
  background-color: #c4c324;
  border: none;
}

.back-primary {
  background-color: #24465e !important;
}

.bg-dot {
  background-image: url("../images/pattern/texture-dot01.jpg");
  background-repeat: repeat;
}

.bg-texture {
  background-image: url("../images/pattern/gray_jean.png");
  background-repeat: repeat;
}

.bg-gray {
  background-color: #e8e8e8;
}

.bg-primar {
  background-color: #24465e;
}

.btn-outline {
  color: #c4c324;
  background-color: white;
  background-image: none;
  border: 2px solid #c4c324;
  text-transform: uppercase;
}

#header {
  background-image: url;
}

#header .header-top {
  background-color: #24465e;
}

#header .header-nav li a {
  text-transform: none !important;
  font-size: 1rem !important;
  padding: 20px 0.95rem 28px !important;
}

#header .header-btn-collapse-nav {
  background: #CCC;
  color: #FFF;
  float: right;
  padding: 8px;
}

#header .header-extra-info-text a {
  color: #c4c324 !important;
}

#header .header-extra-info-text a:hover {
  color: #24465e !important;
  text-decoration: none;
}

.intro {
  position: relative;
  top: -70px;
  background-color: white;
  box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.1);
  padding: 30px;
}

.intro.page {
  top: -40px;
  border: 1px solid #e8e8e8;
  padding: 30px 30px 15px 50px;
}

.header-accueil {
  background-image: url("../images/header/header-accueil.jpg");
  background-repeat: no-repeat;
  background-position: center;
  height: 590px;
}

.header-accueil .container {
  height: 590px;
  padding-top: 130px;
}

.header-accueil .container h2 {
  font-size: calc(1.375rem + 1.5vw);
  line-height: calc(1.435rem + 2.22vw);
  color: white;
  text-transform: uppercase;
  font-weight: 700;
}

@media (min-width: 1200px) {
  .header-accueil .container h2 {
    font-size: 2.5rem;
  }
}

@media (min-width: 1200px) {
  .header-accueil .container h2 {
    line-height: 3.1rem;
  }
}

.header-accueil .container h4 {
  font-size: calc(1.275rem + 0.3vw);
  line-height: calc(1.325rem + 0.9vw);
  color: white;
  font-weight: 500;
}

@media (min-width: 1200px) {
  .header-accueil .container h4 {
    font-size: 1.5rem;
  }
}

@media (min-width: 1200px) {
  .header-accueil .container h4 {
    line-height: 2rem;
  }
}

.header-accueil .container p {
  color: white;
  font-weight: 700;
}

.card-link {
  background-image: url("../images/pattern/texture-dot01.jpg");
  background-repeat: repeat-x;
  padding-top: 100px;
  margin-bottom: 100px;
}

.card-link .card-ci {
  background-color: white;
  border-top: 10px solid #c4c324;
  box-shadow: 6px 8px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding-bottom: 40px;
  max-width: 405px;
}

.card-link .card-ci .title {
  color: #c4c324;
  margin-top: 15px;
  margin-bottom: 10px;
}

.card-link .card-ci .title:after {
  content: '';
  display: block;
  position: absolute;
  width: 50px;
  height: 4px;
  background-color: #c4c324;
  left: 17px;
}

.card-link .card-ci h4 {
  font-size: calc(1.325rem + 0.9vw);
  line-height: calc(1.335rem + 1.02vw);
}

@media (min-width: 1200px) {
  .card-link .card-ci h4 {
    font-size: 2rem;
  }
}

@media (min-width: 1200px) {
  .card-link .card-ci h4 {
    line-height: 2.1rem;
  }
}

.certif h2 {
  font-size: calc(1.355rem + 1.26vw);
  line-height: calc(1.435rem + 2.22vw);
}

@media (min-width: 1200px) {
  .certif h2 {
    font-size: 2.3rem;
  }
}

@media (min-width: 1200px) {
  .certif h2 {
    line-height: 3.1rem;
  }
}

.certif h5 {
  text-transform: none;
  font-size: 1.2rem;
  line-height: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  .certif h5 {
    line-height: 1.5rem;
  }
}

.contrat h3 {
  font-size: calc(1.395rem + 1.74vw);
  font-weight: 800;
  color: white;
  text-transform: none;
}

@media (min-width: 1200px) {
  .contrat h3 {
    font-size: 2.7rem;
  }
}

.contrat .text {
  font-size: 1rem;
  color: white;
  text-transform: none;
  font-weight: 400;
}

.data .counter strong {
  font-size: 3.2rem;
  padding-bottom: 10px;
}

.head-contact {
  background-color: white;
  height: 190px;
  border-top: 1px solid #c4c324;
  border-bottom: 1px solid #c4c324;
}

.head-contact .container {
  height: 190px;
}

.head-contact .text-head {
  position: relative;
  top: 40px;
  text-align: center;
}

.head-contact .text-head h1 {
  color: #c4c324;
  text-transform: uppercase;
  font-weight: 700;
  font-size: calc(1.375rem + 1.5vw);
  line-height: calc(1.415rem + 1.98vw);
}

@media (min-width: 1200px) {
  .head-contact .text-head h1 {
    font-size: 2.5rem;
  }
}

@media (min-width: 1200px) {
  .head-contact .text-head h1 {
    line-height: 2.9rem;
  }
}

.head-contact .text-head h3 {
  font-size: 1.2rem;
  color: white;
}

.card-page {
  background-repeat: repeat-x;
  padding-top: 30px;
  margin-bottom: 150px;
}

.card-page .card-ci {
  background-color: white;
  border-left: 1px solid gainsboro;
  border-bottom: 1px solid gainsboro;
  border-right: 1px solid gainsboro;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: start;
      justify-content: start;
  padding-bottom: 40px;
  min-height: 500px;
}

.card-page .card-ci .title {
  color: #c4c324;
  margin-top: 15px;
  margin-bottom: 10px;
}

.card-page .card-ci .title:after {
  content: '';
  display: block;
  position: absolute;
  width: 50px;
  height: 4px;
  background-color: #c4c324;
  left: 17px;
}

.card-page .card-ci h4 {
  font-size: calc(1.325rem + 0.9vw);
  line-height: calc(1.335rem + 1.02vw);
  font-weight: 800;
  padding-top: 30px;
  color: #24465e;
  text-align: center;
}

@media (min-width: 1200px) {
  .card-page .card-ci h4 {
    font-size: 2rem;
  }
}

@media (min-width: 1200px) {
  .card-page .card-ci h4 {
    line-height: 2.1rem;
  }
}

.card-page .card-ci img {
  border-bottom: 10px solid #c4c324;
}

.card-page .card {
  background-color: white;
  border-left: 1px solid gainsboro;
  border-bottom: 1px solid gainsboro;
  border-right: 1px solid gainsboro;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: start;
      justify-content: start;
  padding-bottom: 40px;
  min-height: 500px;
}

.card-page .card .fiche {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  padding: 25px;
}

.card-page .card .fiche .fiche-title {
  font-weight: 800;
  color: #24465e;
  font-size: 1.9em;
}

.card-page .card .fiche .fiche-text {
  text-align: center;
  font-weight: 500;
}

.grid-partner .card-ci {
  border: 1px solid gainsboro;
  height: 170px;
}

.grid-partner .card-ci img {
  padding-top: 60px;
}

.grid-certif .card-ci {
  border: 1px solid gainsboro;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.grid-certif .card-ci h4 {
  font-size: calc(1.325rem + 0.9vw);
  line-height: calc(1.335rem + 1.02vw);
  font-weight: 800;
  padding-top: 30px;
  color: #24465e;
}

@media (min-width: 1200px) {
  .grid-certif .card-ci h4 {
    font-size: 2rem;
  }
}

@media (min-width: 1200px) {
  .grid-certif .card-ci h4 {
    line-height: 2.1rem;
  }
}

.partenaire {
  margin-bottom: 70px;
}

#footer {
  background-image: url("../images/back-footer.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-top: none;
  height: 100%;
  border-top: 10px solid #c4c324;
}

#footer h3 {
  font-size: calc(1.385rem + 1.62vw);
  line-height: calc(1.385rem + 1.62vw);
  text-transform: none;
  color: rgba(255, 255, 255, 0.5);
}

@media (min-width: 1200px) {
  #footer h3 {
    font-size: 2.6rem;
  }
}

@media (min-width: 1200px) {
  #footer h3 {
    line-height: 2.6rem;
  }
}

/* -----Taille perso CONTAINER---- */
@media (min-width: 576px) {
  .container {
    max-width: 580px !important;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 740px !important;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px !important;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1240px !important;
  }
}

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