/* Base font size: 16px = 1rem

/* Colors */
/* Background */
/* Typography */
/* Font sizes (rem based on 18px) */
/* Line heights (unitless for scalability) */
/* Spacing (rem) */
/* Transition */
/* Header */
/* Slider */
/* Borders */
/* Shadow */
/* Links */
@media only screen and (max-device-width: 1200px) {
  nav#main-menu ul li ul.level_1 {
    display: none !important;
  }
}
@media (max-width: 1362px) {
  #social-links {
    display: none;
  }
}
@media (min-width: 1362px) {
  #social-links {
    padding: 8px 15px 8px 13px;
    display: flex;
    gap: 8px;
    position: fixed;
    z-index: 10;
    color: #fff;
    transform-origin: left;
    transform: rotate(-90deg);
    left: 44px;
    top: 65%;
    border-radius: 25px;
    overflow: hidden;
  }
  section#slider-top .box-title {
    left: 100px;
  }
  #social-links:before {
    content: "";
    background-color: #2C7C9E;
    position: absolute;
    top: 0;
    right: 0%;
    bottom: 0;
    left: 0;
    z-index: -1;
    transition: right 0.3s ease-in-out;
  }
  body.smaller #social-links:before,
  body:not(.homepage) #social-links:before {
    right: 0;
    transition: right 0.3s ease-in-out;
  }
  #social-links a {
    text-decoration: none;
    transition: scale 0.2s ease;
  }
  #social-links a:hover {
    text-decoration: none;
    scale: 0.92;
    transition: scale 0.1s ease;
  }
  #social-links a:active,
  #social-links a:visited {
    text-decoration: none;
  }
  #social-links i {
    transform: rotate(90deg);
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 30px;
    width: 30px;
    height: 30px;
  }
  #social-links i:before {
    display: block;
    padding: 0;
    margin: 0;
    font-size: 28px;
    color: #fff;
  }
  #social-links span {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    margin-left: 52px;
  }
  #social-links span:before {
    content: "";
    position: absolute;
    top: 45%;
    left: -48px;
    width: 34px;
    height: 1px;
    background-color: #fff;
  }
  footer .container #footer-area .coord-footer {
    display: none;
  }
}
@media (max-width: 1560px) {
  header {
    height: 284px;
  }
  body.homepage section#slider-top .sp-mask,
  body.homepage section#slider-top .sp-slides .sp-slide {
    height: calc(100vh - 284px - 0px) !important;
    min-height: 450px !important;
  }
  #navbar-header {
    padding-bottom: 0;
  }
  header .header-row {
    align-items: center;
    flex-direction: column;
  }
}
@media (max-width: 1200px) {
  section#icone-home-full h2 {
    margin-top: revert;
  }
  nav#main-menu ul li a {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
  }
  .page {
    margin: 0;
  }
  #navbar-header {
    padding: 1.3888888889rem 0.5555555556rem;
  }
  section#slider-top {
    border: 0;
    margin-left: 0;
    width: 100% !important;
  }
  section#slider-design-h .sp-mask {
    height: 38.889rem !important;
  }
  section#slider-design-h .sp-layer {
    position: relative;
    max-width: 100%;
    padding: 2.222rem 1.111rem;
    width: 100%;
  }
  section#slider-design-h .sp-layer:before {
    display: none;
  }
  section#slider-design-h .sp-layer h3 {
    font: 700 0.889rem/1.111rem "Merriweather", sans-serif;
    margin: 0 0 0.556rem 0;
  }
  section#slider-design-h .sp-layer h3 span {
    font: 700 0.889rem/1.111rem "Merriweather", sans-serif;
    margin: 0 0 0.556rem 0;
  }
  section#slider-design-h .sp-layer h3 span strong {
    font: 700 1.222rem/1.222rem "Merriweather", sans-serif;
    width: 1.667rem;
    height: 1.667rem;
  }
  section#slider-design-h .sp-layer ul {
    padding: 0;
  }
  section#slider-design-h .sp-layer ul li {
    font: 300 0.778rem/1rem "Merriweather", sans-serif;
  }
  section#slider-design-h .sp-layer a.btn {
    width: 100%;
    text-align: center;
    font: 700 0.778rem/1.111rem "Merriweather", sans-serif;
    margin: 0.667rem 1% 0;
    padding: 0.444rem 0.556rem;
  }
  section#slider-design-h .sp-layer #macaron-action-speciale {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 1.111rem;
    border-radius: 0;
    transform: none;
    margin: 1.111rem 0;
    background: none;
    border: 2px solid #db0030;
  }
  section#slider-design-h .sp-slide {
    height: auto !important;
  }
  section#slider-design-h .sp-image-container {
    width: 100% !important;
    height: auto !important;
  }
  section#slider-design-h .sp-image-container img.sp-image {
    max-width: 100% !important;
    height: auto !important;
    margin-top: 0 !important;
    margin-left: 0 !important;
  }
  section#gmap-footer {
    height: auto;
  }
  section#gmap-footer .googlemap {
    height: 70vh;
  }
  footer {
    height: auto;
    position: relative;
  }
  .btn {
    font: 700 0.889rem/1.333rem "Merriweather", sans-serif;
  }
  .type_1 .block_article .cc_content .cc_title h3 {
    font: 700 0.889rem/1.333rem "Merriweather", sans-serif;
  }
  .type_1 .block_article .cc_content .cc_excerpt p {
    font: 400 0.667rem/1.111rem "Merriweather", sans-serif;
  }
  .type_1 .block_article .cc_content .cc_read_more a {
    font: 700 0.5rem/0.833rem "Merriweather", sans-serif;
    padding: 0.444rem 0.278rem;
    margin: 0.556rem 0.111rem;
  }
  .type_1 .block_article .cc_content .cc_read_more a:after {
    display: none;
  }
  section#icone-home-full {
    margin: 0 -0.833rem;
    padding: 0 0.833rem;
  }
  section.call-to-action {
    margin: 0 -0.833rem;
  }
  section#banner-argument #content-banner {
    padding: 2.222rem;
  }
  section#banner-argument #content-banner h3 {
    font: 900 1.333rem/1.556rem "Merriweather";
  }
}
@media (max-width: 992px) {
  .presentation {
    margin-bottom: 0;
  }
  .presentation_image_holder {
    margin-right: -15px;
    margin-left: -15px;
    box-shadow: none;
  }
  .presentation_image_holder img {
    border-radius: 0;
  }
  .learn_more .learn_more_body {
    flex-direction: column;
    gap: 32px;
    border-radius: 0;
  }
  .learn_more .learn_more_body:after {
    content: "\f09a";
    font-family: "Font Awesome 5 Brands";
    color: #142a4a;
    position: absolute;
    right: 6.5%;
    top: 70%;
    transform: translateY(-50%) scale(3.5);
    font-size: 64px;
    opacity: 0.1;
    z-index: 1;
  }
  section#default-content .accordion-container h2 {
    margin-left: 0px;
  }
  header .logo img {
    height: 60px;
    width: 300px;
  }
  header {
    height: 196px;
  }
  body.homepage section#slider-top .sp-mask,
  body.homepage section#slider-top .sp-slides .sp-slide {
    height: calc(100vh - 196px - 0px) !important;
    min-height: 450px !important;
  }
  header .header-row {
    flex-direction: row;
    gap: 0px;
  }
  .type_11 .block_article .cc_caracteristique.attr_titre-d-accroche {
    font-size: 18px;
  }
  body.homepage section#slider-top .sp-mask,
  body.homepage section#slider-top .sp-slides .sp-slide {
    height: calc(100vh - 196px - 100px - 60px) !important;
  }
  #navbar-header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #navbar-header .container-fluid {
    width: 100%;
  }
  #navbar-header .logo-bloc {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    order: 1;
    margin-right: auto;
    gap: 16px;
  }
  #navbar-header .nav-bloc {
    order: 3;
    gap: 16px;
  }
  #navbar-header .languages {
    order: 2;
  }
  body {
    padding: 0;
  }
  header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  header .header-row {
    justify-content: flex-end;
    align-items: center;
    gap: 16px;
  }
  .secondary-menu {
    width: 100%;
  }
  body.homepage header {
    background: #ffffff;
  }
  #navbar-header .nav-bloc .module_content {
    display: inline-block;
  }
  #navbar-header nav.languages ul li {
    font-size: 1.3333333333rem;
    font-weight: 700;
  }
  #navbar-header a.btn-phone {
    font-size: 1.5555555556rem;
    text-align: center;
    color: #142A4A;
  }
  #navbar-header .burger {
    opacity: 1;
    position: relative;
    pointer-events: auto;
    left: 0;
  }
  #nav-column {
    padding: 10rem 2.2222222222rem 0 2.2222222222rem;
  }
  nav#main-menu {
    display: none;
  }
  body.homepage section#slider-top {
    border: 0;
  }
  section#slider-top .container .slider-text {
    padding: 0px 48px;
  }
  section#slider-top .box-title {
    left: 50%;
    bottom: auto;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
  section#slider-top .box-title h1 {
    text-align: center;
  }
  section#slider-top.no-slider .box-title {
    left: 0;
    transform: none;
    top: 0;
  }
  section#slider-top.no-slider p.header-content-description {
    text-align: center;
  }
  section#slider-top.no-slider h1 {
    text-align: center;
  }
  section#icone-home-head .pad-icon {
    padding: 0;
    text-align: center;
  }
  section#icone-home-head .pad-icon p:first-child:before {
    display: none;
  }
  section#icone-home-head:after {
    display: none;
  }
  section#gmap-footer {
    height: auto;
  }
  section#icone-home-full {
    margin: 0 -0.833rem;
    padding: 0 0.833rem 4.444rem 0.833rem;
    padding-bottom: 0;
  }
  section#icone-home-full:after {
    display: none;
  }
  section.call-to-action {
    margin: 0 -0.833rem;
  }
  section#default-content .img-container {
    height: auto;
  }
  section#default-content .img-container img {
    position: relative;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    transform: none;
  }
  section#default-content .accordion-container {
    height: auto;
  }
  section#default-content .ui-accordion {
    position: relative;
    top: 0;
    margin: 0;
    padding: 0;
  }
  section.reassurance {
    overflow: hidden;
  }
  section.reassurance .container div {
    width: 50%;
  }
  section.reassurance i {
    font-size: 1.333rem;
  }
  section#slider-design-h .sp-mask {
    height: 33.333rem !important;
  }
  section#banner-argument {
    margin: 2.222rem 0;
  }
  section#banner-argument:before {
    width: 100%;
  }
  section#banner-argument #content-banner {
    width: 100%;
    padding: 2.222rem;
    position: relative;
  }
  section#banner-argument #content-banner .center-content {
    transform: none;
  }
  section#banner-argument #content-banner ul {
    margin: 1.111rem 0;
  }
  section#banner-argument #photo-banner {
    float: none;
    clear: both;
    padding: 0;
    background: #142A4A;
  }
  section#banner-argument #photo-banner img {
    margin: 0;
    opacity: 0.6;
  }
  .chapeau .col-xs-12 {
    padding: 16px;
  }
  .txt-large {
    font: 400 1rem/1.444rem "Merriweather", sans-serif;
  }
  .container {
    width: 100%;
  }
  .container.container-lg {
    padding: 0 0.833rem;
  }
  .type_5 .block_article:hover .cc_vignette a:after {
    display: none;
  }
  .type_5 .block_article .cc_content .cc_title {
    padding: 0 1.389rem;
  }
  .type_5 .block_article .cc_content .cc_title h3 {
    font: 700 0.889rem/1.333rem "Merriweather", sans-serif;
  }
  .type_5 .block_article .cc_content .cc_excerpt {
    padding: 0 1.389rem;
  }
  .type_8 {
    grid-template-columns: 1fr 1fr;
  }
  .type_8 .block_article:hover .cc_vignette a:after {
    display: none;
  }
  .type_8 .block_article .cc_content .cc_title {
    padding: 0 1.389rem;
  }
  .type_8 .block_article .cc_content .cc_title h3 {
    font: 700 0.889rem/1.333rem "Merriweather", sans-serif;
  }
  .type_8 .block_article .cc_content .cc_excerpt {
    padding: 0 1.389rem;
  }
  .type_8 .block_article .cc_content .cc_read_more {
    padding: 0.556rem 1.389rem;
  }
  .type_10 .block_article:hover .cc_vignette a:after {
    display: none;
  }
  .type_10 .block_article .cc_content .cc_title {
    padding: 0 1.389rem;
  }
  .type_10 .block_article .cc_content .cc_excerpt {
    padding: 0 1.389rem;
  }
  .type_11 .block_article:hover .cc_vignette a:after {
    display: none;
  }
  .type_11 .block_article .cc_content .cc_excerpt {
    padding: 0 1.389rem;
  }
  .galleryType1Photo.g-landscape {
    padding: 0 0 22.526041%;
  }
  .galleryType1Photo.g-portrait {
    padding: 0 0 49.479166%;
  }
  .galleryType1Photo.g-square {
    padding: 0 0 33.333333%;
  }
}
@media (max-width: 767px) {
  li.separator::before {
    display: none;
  }
  .chapeau {
    margin-bottom: 24px;
  }
  .secondary-menu .no-mobile {
    display: none;
  }
  section#slider-top .container .slider-text {
    padding: 0 24px;
  }
  .performante {
    padding: 2px 8px;
  }
  main#content .cc_content .bloc-bon-a-savoir {
    width: 100%;
  }
  main#content .cc_content .bloc-bon-a-savoir::before {
    font-size: 28px;
    font-weight: 900;
    width: max-content;
  }
  main#content .cc_content .bloc-bon-a-savoir h3 {
    font-size: 24px;
  }
  section#slider-top .container-slider .slider-text a.btn.btn-primary {
    font: 700 20px/24px "Inter", sans-serif;
    padding: 16px;
  }
  #nav-column ul li a {
    font-size: 24px;
    line-height: 1.2;
  }
  .nav-column-secondaire ul li a {
    font-size: 18px !important;
    line-height: 1.2 !important;
  }
  main#content .cc_content .bloc-citation {
    padding: 0px 16px 16px 16px;
    box-shadow: none;
    border-radius: 0;
    width: calc(100% + 30px) !important;
    background: #f7f7f7;
    margin: 24px 0;
  }
  main#content .cc_content .bloc-rappel {
    box-shadow: none;
    border-radius: 0;
    width: calc(100% + 30px) !important;
    left: -15px;
  }
  main#content .cc_content .bloc-citation p {
    font-size: 18px;
    line-height: 1.2;
  }
  main#content .cc_content .bloc-citation::before {
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
  }
  main#content .cc_content .bloc-citation {
    width: 100%;
    margin: 24px 0;
  }
  header {
    justify-content: flex-end;
    align-items: baseline;
  }
  header #topbar .header-coord {
    text-align: center;
    font-size: 0.611rem;
  }
  header #topbar .header-coord a {
    margin: 0 0.167rem;
  }
  header #topbar .header-tools {
    text-align: center;
    font-size: 0.611rem;
  }
  #nav-column {
    padding: 10rem 0 0 0;
  }
  section#cta-mobile .btn {
    width: 100%;
    margin: 0;
    text-align: center;
    border-radius: 0;
  }
  section#cta-mobile .btn:hover i:first-child {
    right: inherit;
  }
  section#slider-top .container-slider {
    width: 100%;
  }
  section#slider-top .container-slider .slider-text a.btn.btn-primary {
    margin: 1.111rem 0;
  }
  section#action-speciale {
    padding: 0;
  }
  section#icone-home-head h2 {
    font: 700 42px/46px "Inter", sans-serif;
  }
  section#icone-home-head .content_articles {
    text-align: center;
  }
  section#home-presentation {
    margin: 1.111rem 0 0 0;
  }
  section#home-presentation .wouaw-left-bloc {
    position: relative;
    top: 0;
  }
  section#home-presentation .intro-img:before {
    display: none;
  }
  section#icone-home-full {
    margin: 0 -0.833rem;
  }
  section.call-to-action {
    margin: 0 -0.833rem;
  }
  section#default-content .ui-accordion {
    padding: 0.556rem;
  }
  main#content .coord-contact-page .bloc-contact-info {
    padding: 1.111rem;
    width: 90%;
  }
  section#slider-design-h .sp-mask {
    height: 27.778rem !important;
  }
  section#banner-argument #content-banner p#subtitle-banner {
    font: 700 1rem/1.333rem "Inter", sans-serif;
  }
  section#banner-argument #content-banner h3 {
    font: 900 1.667rem/2.222rem "Merriweather", sans-serif;
  }
  section#banner-argument #content-banner .btn {
    font: 700 0.778rem/1.111rem "Merriweather", sans-serif;
  }
  .responsive-iframe.facebook {
    padding-bottom: 30%;
  }
  #sharethis {
    width: 16.667rem;
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    padding: 0.556rem;
    margin: 0 auto;
    z-index: 99;
  }
  #sharethis .shareIcons {
    flex-direction: row;
  }
  #sharethis a.stbar {
    padding: 0;
    left: 0;
  }
  section.reassurance .container {
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 0;
    row-gap: 0.667rem;
  }
  section.reassurance .container div {
    width: 50%;
  }
  .section-large {
    padding: 1.667rem 0;
    clear: both;
  }
  .section-med {
    padding: 1.111rem 0 2.222rem 0;
    clear: both;
  }
  .section-small {
    padding: 2.222rem 0;
    clear: both;
  }
  .type_1 .block_article {
    margin: 1.111rem 0;
    padding: 1.111rem;
  }
  .type_1 .block_article .cc_vignette {
    float: none;
    margin: 0 auto;
  }
  .type_1 .block_article .cc_vignette:after {
    display: none;
  }
  .type_1 .block_article .cc_video {
    float: none;
    margin: 0 auto;
  }
  .type_1 .block_article.altered {
    margin: 1.111rem 0;
    padding: 1.111rem;
  }
  .type_1 .block_article.altered .cc_vignette {
    float: none;
    margin: 0 auto;
  }
  .type_1 .block_article.altered .cc_vignette:after {
    display: none;
  }
  .type_1 .block_article.altered .cc_video {
    float: none;
    margin: 0 auto;
  }
  .type_5 {
    grid-template-columns: 1fr;
  }
  .type_5 .block_article {
    max-width: 22.222rem;
    margin: 1.111rem auto;
  }
  .type_8 {
    grid-template-columns: 1fr;
  }
  .type_8 .block_article {
    max-width: inherit;
    margin: 1.111rem auto;
  }
  .type_10 {
    grid-template-columns: 1fr;
  }
  .type_10 .block_article {
    max-width: 44.444rem;
  }
  .type_11 {
    grid-template-columns: 1fr;
  }
  .type_11 .block_article {
    max-width: 44.444rem;
  }
  #reassurance-legale .container {
    flex-wrap: wrap;
  }
  #reassurance-legale .container .reassurance-legale_el {
    padding: 0.667rem 0.667rem 0;
    width: 50%;
    margin: auto;
  }
}
@media (max-width: 480px) {
  .bas-de-page h2 {
    font-size: 24px;
    line-height: 28px;
  }
  section#slider-top .container-slider .slider-text a.btn.btn-primary {
    font: 700 20px/24px "Inter", sans-serif;
  }
  a.logo img {
    max-width: 220px;
  }
  section#icone-home-head h2 {
    font: 700 32px/36px "Inter", sans-serif;
  }
  h1 {
    font: 700 1.333rem/1.778rem "Merriweather", sans-serif;
  }
  h1 span.contentTitleh1span {
    font: 300 1.111rem/1.667rem "Inter", sans-serif;
  }
  section#slider-top .box-title {
    width: 100%;
    max-width: 100%;
  }
  #nav-column {
    padding: 10rem 0 0 0;
  }
  h2 {
    font: 700 1.45rem/2rem "Merriweather", sans-serif;
    margin: 1.111rem 0;
  }
  .chapeau {
    font: 700 1rem/1.2rem "Inter", sans-serif;
  }
  .galleryType1Photo.g-landscape {
    padding: 0 0 34.057971%;
  }
  .galleryType1Photo.g-portrait {
    padding: 0 0 74.154893%;
  }
  .galleryType1Photo.g-square {
    padding: 0 0 50%;
  }
  section#blog h2,
  section#blog a.btn-default {
    float: none;
  }
  section#blog a.btn-default {
    margin-bottom: 2rem;
  }
  section#blog .type_8 {
    display: inline-table;
  }
  #reassurance-legale .container .reassurance-legale_el {
    padding: 0.333rem 0.667rem;
    width: 100%;
    margin: auto;
  }
}

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