/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/

/* || Global Variables */

:root {
    /* Colors */
    --bleu: #1c75bc;
    --rouge: #f90000;
    --light-tx: #dddddd;
    --blanc: #fafafa;
    --dark: #212227;
    
    
    --text-font: Lexend, sans-serif;
    --headings-font: all-round-gothic, sans-serif;

    --transition-props: all .3s ease;
}

/* … */

/* || General styles */

body {
    background-color: white;
}

.grecaptcha-badge {
    visibility: hidden;
}
#at-wrapper .uncode-gmaps-widget .gmap-buttons {
    opacity: 1;
    padding: 0 !important;
}
#at-wrapper .uncode-gmaps-widget .gmap-buttons .fa-plus:before {
    content: '\e114';
}
#at-wrapper .uncode-gmaps-widget .gmap-buttons .fa-minus:before {
    content: '\e115';
}
#at-wrapper .uncode_text_column strong {
    font-weight: 700;
    color: var(--dark);
}
#at-wrapper .Style-dark .uncode_text_column strong {
    color: #fff;
}

#at-wrapper article p > a {
    text-decoration: underline;
    color: var(--bleu) !important;
}

#at-wrapper article a:not(.btn) {
    text-decoration: underline;
}

/* - Classes - */

#at-wrapper .line__red span.line,
#at-wrapper .line__blue span.line {
    position: relative;
    z-index: 1;
}

#at-wrapper .line__red span.line::before,
#at-wrapper .line__blue span.line::before {
    content: '';
    display: block;
    width: 190px;
    height: 6px;
    background: var(--rouge, #E52629);
    position: absolute;
    left: -50px;
    bottom: -10px;
    z-index: -1;
}

#at-wrapper .line__blue span.line::before {
    background: var(--bleu, #1c75bc);
}

#at-wrapper .border__left-red p {
    padding: 20px;
    border-left: 3px solid var(--rouge);
}

#at-wrapper .border__left-red p > a {
    color: var(--rouge) !important;
}

#at-wrapper .border__left-blue p {
    padding: 20px;
    border-left: 3px solid var(--bleu);
}

#at-wrapper .border__left-blue p > a {
    color: var(--bleu) !important;
}

#at-wrapper .box__blue {
    padding: 50px 80px;
    border: 3px solid var(--bleu);
    background-color: #F8FAFF;
    height: calc(100% + 50px);
    width: 100%;
    display: block;
    top: calc(0px - (50px / 2));
    left: -50px;
}


#at-wrapper .box__blue a:not(.btn) {
    color: var(--blue) !important;
}

#at-wrapper .box__red {
    padding: 50px 80px;
    border: 3px solid var(--rouge);
    background-color: #F8FAFF;
    height: calc(100% + 50px);
    width: 100%;
    display: block;
    top: calc(0px - (50px / 2));
    left: -50px;
}

#at-wrapper .box__red a:not(.btn) {
    color: var(--rouge) !important;
}

@media screen and (max-width: 1200px) {
    #at-wrapper .box__red,
    #at-wrapper .box__blue {
        padding: 50px 36px !important;
    }
}

@media screen and (max-width: 500px) {
    #at-wrapper .border__left-blue p,
    #at-wrapper .border__left-red p {
        padding: 0;
        border: none;
    }
}

/* -- */

/* … */

/* - Titles - */

#at-wrapper h1,
#at-wrapper .h1 {
    font-size: clamp(35px, 3.5vw, 60px);
    line-height: 1.3em;
}

#at-wrapper .h2 {
    font-size: clamp(26px, 3.2vw, 30px);
    line-height: 1.3em;
}

#at-wrapper .h3 {
    font-size: clamp(20px, 3.2vw, 25px);
}

#at-wrapper .h4 {
    font-size: clamp(18px, 3vw, 20px);
}

#at-wrapper .h5 {
    font-size: 18px;
}

#at-wrapper .h6 {
    font-size: 16px;
}

#at-wrapper .fontsize-big {
    font-size: clamp(36px, 3.5vw, 80px);
}

#at-wrapper h2,
#at-wrapper .h2,
#at-wrapper h3,
#at-wrapper .h3,
#at-wrapper h4,
#at-wrapper .h4 {
    line-height: 1.4em;
}

#at-wrapper h5,
#at-wrapper .h5,
#at-wrapper h6,
#at-wrapper .h6 {
    line-height: 1.6em;
}

#at-wrapper .page-body .vc_custom_heading_wrap .heading-text {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
#at-wrapper .page-body .vc_custom_heading_wrap .heading-text .text-top-reduced {
    /* order: -1; */
    font-size: 18px;
    font-family: var(--headings-font);
    font-weight: 400;
    color: var(--dark);
    text-transform: uppercase;
}
#at-wrapper .page-body .style-dark .vc_custom_heading_wrap .heading-text .text-top-reduced {
    color: #fff;
}
#at-wrapper .fontsize-big span, #at-wrapper #page-header h1 {
    border-top: 1px solid var(--dark);
    border-bottom: 1px solid var(--dark);
}
#at-wrapper .fontsize-big span {
    display: inline-block;
}

/* - Buttons and Links - */

/* #at-wrapper .btn-container .custom-link,
#at-wrapper .gform_footer .gform_button {
    padding: 10px 15px !important;
} */
#at-wrapper .gform_footer .gform_button {
    padding: 18px !important;
}
#at-wrapper .btn-container .btn-icon-left i {
    font-size: 18px;
}

#at-wrapper .bloc__cta {
    margin-top: 36px;
}

#at-wrapper .bloc__cta .uncont {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 18px;
}

#at-wrapper .bloc__cta .btn-container{
    margin-top: 0;
}

/* -- Primary Buttons */

#at-wrapper .btn {
    font-family: Lexend !important;
    font-weight: 400 !important;
    text-transform: none;
    padding: 16px 32px !important;
    border-radius: 2px;
    position: relative;
    display: block;
    width: fit-content;
    font-size: 16px;
}

#at-wrapper .btn.align_center {
    margin: 0 auto;
}

#at-wrapper .btn__primary {
    background-color: var(--bleu) !important;
    color: var(--blanc);
    border: 2px solid var(--bleu) !important;
}


#at-wrapper .btn__primary.red{
    background-color: var(--rouge) !important;
    color: var(--blanc);
    border: 2px solid var(--rouge) !important;
}

#at-wrapper .btn__primary:hover,
#at-wrapper .btn__primary:active,
#at-wrapper .btn__primary:focus {
    background-color: #1568A1 !important;
    border: 2px solid #1568A1;
    color: var(--blanc) !important;
}


#at-wrapper .btn__primary.red:hover,
#at-wrapper .btn__primary.red:active,
#at-wrapper .btn__primary.red:focus{
    background-color: #B91F21!important;
    color: var(--blanc);
    border: 2px solid #B91F21 !important;
}

/* -- Secondary Buttons */

#at-wrapper .btn__secondary {
    background-color: transparent !important;
    border: 2px solid var(--bleu) !important;
    color: var(--bleu) !important;
    transition: var(--transition-props);
}

#at-wrapper .btn__secondary::after {
    content: '';
    display: block;
    width: 6px;
    height: 29px;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(50%, -50%);
    transition: var(--transition-props);
}

#at-wrapper .btn__secondary:hover::after {
    height: 40px;
}

#at-wrapper .btn__secondary.white {
    border: 2px solid var(--blanc) !important;
    color: var(--blanc) !important;
}

#at-wrapper .btn__secondary.white::after {
    background-color: var(--bleu);
}

#at-wrapper .btn__secondary.white.mask__red::after {
    background-color: var(--rouge);
}

#at-wrapper .btn__secondary.red {
    border: 2px solid var(--rouge) !important;
    color: var(--rouge) !important;
    transition: var(--transition-props);
}


/* - Back to top - */

.footer-scroll-top  {
    bottom: 30px !important;
}
.footer-scroll-top .scroll-top .fa {
    background: var(--bleu);
    border: none;
}
.footer-scroll-top .scroll-top:hover .fa {
    background: var(--rouge);
}

/* - Bloc avis (Pages internes) */

#at-wrapper .bloc__avis .wprevgoslick .indrevdiv {
    border: none;
    margin: 0;
}

#at-wrapper .bloc__avis .wprevgoslick .slickwprev-track {
    display: flex;
    align-items: center;
}

#at-wrapper .bloc__avis .wprevgoslick .slickwprev-arrow {
    width: 24px;
    height: 24px;
}

#at-wrapper .bloc__avis .wprevgoslick .slickwprev-arrow::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border-left: 2px solid white;
    border-top: 2px solid white;
    transform-origin: center center;
}

#at-wrapper .bloc__avis .wprevgoslick .slickwprev-arrow.slickwprev-prev::before {
    transform: rotate(-45deg);
}

#at-wrapper .bloc__avis .wprevgoslick .slickwprev-arrow.slickwprev-next::before {
    transform: rotate(135deg);
}

#at-wrapper .bloc__avis .btn {
    margin: 0 auto;
}

/* -- */

/* - Maps - */

/* -- */

/* - Scroll Down - */

#at-wrapper #page-header .header-scrolldown i {
    color: var(--dark);
    font-size: 30px;
    border: 2px solid var(--dark);
    border-radius: 50%;
    padding: 6px;
}
#at-wrapper #page-header .header-scrolldown i:before {
    content: '\e0c5'
}
#at-wrapper #page-header .header-scrolldown {
    bottom: 50px;
    margin-left: -23px;
}

/* - Blockquote - */

#at-wrapper blockquote {
    padding-left: 20px;
    border-color: var(--bleu);
    font-style: italic;
    color: var(--bleu);
}
#at-wrapper .rouge blockquote {
    border-color: var(--rouge);
    color: var(--rouge);
}

/* - Listes - */

#at-wrapper .uncode_text_column ul,
#at-wrapper .uncode-list ul {
    list-style: none;
    padding: 0;
}
#at-wrapper .uncode_text_column ul>li,
#at-wrapper .uncode-list ul>li {
    margin: 5px 0;
    position: relative;
    padding-left: 20px;
}
#at-wrapper .uncode_text_column ul>li:before,
#at-wrapper .uncode-list ul:not(.icons)>li:before {
    position: absolute;
    left: 0;
    top: 12px;
    display: block;
    content: '';
    border-radius: 50%;
    background: var(--bleu);
    width: 4px;
    height: 4px;
}

#at-wrapper .uncode_text_column.text-small li {
    font-size: 16px;
}
#at-wrapper .uncode-list ul.icons li i {
    position: absolute;
    left: 0;
    top: 6px;
}   
#at-wrapper .uncode-list ul.icons > li {
    padding-left: 30px;
}
#at-wrapper .style-dark .uncode-list ul.icons li {
    color: #fff;
}

/* - Icon Box - */

#at-wrapper .icon-box .icon-box-content p {
    margin-top: 0;
}
#at-wrapper .icon-box .icon-box-heading {
    font-family: var(--headings-font);
    color: var(--dark);
}

/* -- */

/* - Forms Elements - */

#at-wrapper input[type="checkbox"]:checked::before {
    content: var(--gf-icon-ctrl-checkbox) !important;
    line-height: 18px;
}
/* -- */

/* … */

/* || Header & Footer */

/* - Header - */

#at-wrapper .menu-wrapper {
    background-color: transparent;
    height: 0 !important;
}

#at-wrapper .menu-wrapper .menu-container {
    border: none;
    background-color: transparent;
    box-shadow: none;
}

#at-wrapper .menu-wrapper .row-menu-inner {
    padding: 20px 20px !important;
    background-color: var(--blanc);
}

#at-wrapper .menu-wrapper .row-menu-inner .logo-image {
    transition: var(--transition-props);
}

#at-wrapper .menu-wrapper .row-menu-inner li a {
    color: var(--dark);
    vertical-align: middle !important;
}

#at-wrapper .menu-wrapper .row-menu-inner li a i.fa-angle-right {
    display: none;
}

#at-wrapper .menu-wrapper .row-menu-inner li a:hover,
#at-wrapper .menu-wrapper .row-menu-inner li.active a,
#at-wrapper .menu-wrapper .row-menu-inner li.current-menu-parent > a {
    color: var(--bleu);
}

#at-wrapper .menu-wrapper .row-menu-inner li.menu-item-button {
    vertical-align: middle !important;
}

#at-wrapper .menu-wrapper .drop-menu {
    width: 400px !important;
    background-color: white;
}

#at-wrapper .menu-wrapper .drop-menu a:hover {
    background-color: transparent !important;
    opacity: 1;
    color: var(--bleu) !important;
}

#at-wrapper .menu-wrapper .mmb-container .mobile-menu-button .lines,
#at-wrapper .menu-wrapper .mmb-container .mobile-menu-button .lines::before,
#at-wrapper .menu-wrapper .mmb-container .mobile-menu-button .lines::after {
    background-color: var(--dark);
}

@media screen and (max-width: 1200px) {
    #at-wrapper .menu-wrapper #menu-menu-du-haut-header-menu {
        left: 0 !important;
    }
}


@media screen and (max-width: 992px) {
    #at-wrapper .menu-wrapper .row-menu-inner {
        padding: 0 !important;
    }
}

@media screen and (max-width: 569px) {
    #at-wrapper .menu-wrapper .single-h-padding {
        padding: 0;
    }
    
}

/* -- */

/* - Footer - */

#at-wrapper #colophon {
    display: block;
    height: auto !important;
}

#at-wrapper #colophon .footer__top > div {
    max-width: 1200px;
    margin: 0 auto;
}

#at-wrapper #colophon .footer__top > div > .row-inner > div:first-child {
    max-width: 250px;
    width: 25%;
}

#at-wrapper #colophon .footer__top .h4 span {
    font-weight: 600;
}

#at-wrapper #colophon .footer__top #menu-menu-pages-villes li a {
    text-decoration: none;
    padding: 5px 0;
}

#at-wrapper #colophon .footer__top .icon-box p {
    font-family: Lexend;
}

#at-wrapper #colophon .footer__top .icon-box .icon-box-icon {
    width: 24px !important;
    height: 24px;
    display: inline-block;
    margin: 0;
}

#at-wrapper #colophon .footer__bottom > div {
    padding: 18px !important;
    max-width: 1600px;
    margin: 0 auto;
}

#at-wrapper #colophon .footer__bottom p,
#at-wrapper #colophon .footer__bottom p a {
    font-size: 14px;
}

@media screen and (max-width: 992px) {

    #at-wrapper #colophon .footer__bottom .row-inner {
        display: flex;
        flex-wrap: wrap;
    }

    #at-wrapper #colophon .footer__bottom .row-inner > div.align_left {
        width: 100%;
    }

    #at-wrapper #colophon .footer__bottom .row-inner > div.align_center,
    #at-wrapper #colophon .footer__bottom .row-inner > div.align_right {
        width: 50%;
    }
 
    #at-wrapper #colophon .align_center .uncont {
        text-align: left;
    }
}

@media screen and (max-width: 780px) {
    #at-wrapper #colophon .footer__top > div > .row-inner > div:first-child {
        max-width: 250px;
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    #at-wrapper #colophon .footer__bottom .row-inner > div.align_center,
    #at-wrapper #colophon .footer__bottom .row-inner > div.align_right {
        width: 100%;
        padding-top: 18px;
    }

    #at-wrapper #colophon .align_right .uncont {
        text-align: left;
    }
}

/* -- */

/* … */

/* || Layouts */

/* -- Heading sur les pages internes */

#at-wrapper .header-page__single {
    margin-top: 80px;
    margin-bottom: 80px;
}

#at-wrapper .header-page__single h1 {
    position: relative;
    border: none !important;
}

#at-wrapper .header-page__single h1 span {
    position: relative;
    z-index: 1;
    display: block;
    width: fit-content;
    margin: 0;
}

#at-wrapper .header-page__single h1::before {
    content: '';
    display: block;
    width: 464px;
    height: 265px;
    background-color: #F1F3F7;
    position: absolute;
    right: 150px;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}

@media screen and (max-width: 992px) {

    #at-wrapper .header-page__single {
        margin-top: 80px;
    }

    #at-wrapper .header-page__single .uncode-single-media-wrapper .dummy {
        padding-top: 50% !important;
    }

    #at-wrapper .header-page__single .uncode-single-media-wrapper img {
        height: 100%;
        object-fit: cover;
    }
}

/* -- */

/* … */

/* || Content Blocks */

/* -- Bandeau de contact */

#at-wrapper .bandeau__contact {
    margin-top: -70px;
}

#at-wrapper .bandeau__contact .icon-box-icon {
    display: block;
    width: 24px !important;
    height: 24px;
    margin: 0;
}

#at-wrapper .bandeau__contact .icon-box-content p a {
    text-decoration: none;
    color: var(--blanc) !important;
}

#at-wrapper .bandeau__contact.contact-responsables .icon-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#at-wrapper .bandeau__contact.contact-responsables .icon-box .icon-box-icon {
    width: 36px !important;
    height: 36px;
}

#at-wrapper .bandeau__contact.contact-responsables .icon-box .icon-box-icon * {
    width: 100%;
    height: 100%;
}

#at-wrapper .bandeau__contact.contact-responsables .icon-box .icon-box-content {
    display: block;
}

@media screen and (max-width: 992px) {
    #at-wrapper .bandeau__contact {
        margin: 0;
    }
}

/* -- */

/* -- Conditions de contrat */

#at-wrapper .section__detail-conditions li {
    color: var(--dark);
}

#at-wrapper .section__detail-conditions .uncode_text_column > ul > li:not(:last-child) {
    display: flex;
    gap: 7px;
    align-items: center;
    width: 100%;
    padding-left: 0;
}

#at-wrapper .section__detail-conditions .uncode_text_column > ul > li::before {
    display: block;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 -0.00012207C4.47715 -0.00012207 0 4.47703 0 9.99988C0 15.5227 4.47715 19.9999 10 19.9999C15.5229 19.9999 20 15.5227 20 9.99988C20 4.47703 15.5229 -0.00012207 10 -0.00012207ZM14.1493 4.82513C14.2275 4.74703 14.3541 4.74703 14.4322 4.82513L16.227 6.61994C16.3051 6.69804 16.3051 6.82466 16.227 6.90277L9.87915 13.2518L7.95514 15.1747C7.87703 15.2528 7.75043 15.2528 7.67234 15.1747L5.73608 13.2384L3.77292 11.2741C3.69486 11.196 3.69487 11.0694 3.77296 10.9913L5.55434 9.20992C5.63246 9.1318 5.75912 9.13182 5.83722 9.20996L7.65888 11.0327C7.73698 11.1108 7.86364 11.1108 7.94176 11.0327L14.1493 4.82513Z' fill='%231975B4'/%3E%3C/svg%3E%0A");
    position: relative;
    background-color: transparent;
    top: 0;
}

#at-wrapper .section__detail-conditions .uncode_text_column > ul > li:last-child {
    display: flex;
    align-items: center;
    gap: 7px;
    flex-wrap: wrap;
    padding-left: 0;
}

#at-wrapper .section__detail-conditions .uncode_text_column > ul > li > ul {
    width: 100%;
    display: block;
    padding-left: 20px;
}

#at-wrapper .section__detail-conditions .uncode_text_column > ul > li > ul > li::before {
    background-color: var(--dark);
    width: 6px;
    height: 6px;
}

#at-wrapper .section__detail-conditions .row-child {
    padding: 36px !important;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.10);
    border-left: 3px solid var(--bleu);
}

#at-wrapper .section__detail-conditions.red .row-child {
    border-left-color: var(--rouge);
}

#at-wrapper .section__detail-conditions.red .uncode_text_column > ul > li::before {
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 -0.00012207C4.47715 -0.00012207 0 4.47703 0 9.99988C0 15.5227 4.47715 19.9999 10 19.9999C15.5229 19.9999 20 15.5227 20 9.99988C20 4.47703 15.5229 -0.00012207 10 -0.00012207ZM14.1493 4.82513C14.2275 4.74703 14.3541 4.74703 14.4322 4.82513L16.227 6.61994C16.3051 6.69804 16.3051 6.82466 16.227 6.90277L9.87915 13.2518L7.95514 15.1747C7.87703 15.2528 7.75043 15.2528 7.67234 15.1747L5.73608 13.2384L3.77292 11.2741C3.69486 11.196 3.69487 11.0694 3.77296 10.9913L5.55434 9.20992C5.63246 9.1318 5.75912 9.13182 5.83722 9.20996L7.65888 11.0327C7.73698 11.1108 7.86364 11.1108 7.94176 11.0327L14.1493 4.82513Z' fill='%23FA0008'/%3E%3C/svg%3E%0A");
}

/* -- */

/* -- FAQ */

#at-wrapper #faq-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    max-width: 1200px;
    margin: 0 auto;
}
  
#at-wrapper #faq-wrap > li {
    list-style: none;
    flex: 0 0 100%;
    font-family: Lexend;
    padding: 0;
    margin: 0;
    list-style: none;
    border-bottom: 2px solid var(--bleu);
}

#at-wrapper .border__red #faq-wrap > li {
    border-color: var(--rouge);
}

#at-wrapper #faq-wrap > li::before {
    content: none;
}
  
#at-wrapper #faq-wrap > li .heading {
    cursor: pointer;
    padding: 0;
    position: relative;
    padding: 18px;
}
  
#at-wrapper #faq-wrap > li .heading h3 {
    padding: 0;
    width: calc(100% - 30px);
    font-size: clamp(18px, 3.4vw, 20px);
    font-weight: 700;
    font-family: Lexend;
    margin: 0;
}

#at-wrapper #faq-wrap > li .heading::before {
    content: '';
    display: block;
    background-color: transparent;
    position: absolute;
    right: 0;
    top: 50%;
    width: 16px;
    height: 16px;
    border-top: 2px solid var(--dark);
    border-right: 2px solid var(--dark);
    transform: translateY(-50%) rotate(135deg);
    transform-origin: center center;
}
  
#at-wrapper #faq-wrap > li .heading.active::before {
    transform: rotate(315deg);
}
 
#at-wrapper #faq-wrap > li .content {
    padding: 0px 18px;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.2s ease-out;
    -o-transition: height 0.2s ease-out;
    transition: height 0.2s ease-out;
}

#at-wrapper #faq-wrap > li .content p {
    color: var(--dark);
}

#at-wrapper #faq-wrap > li .content.texte {
    margin: 0px;
}

#at-wrapper #faq-wrap > li .content.texte > p:last-child {
    margin: 0;
}

#at-wrapper #faq-wrap > li .content ul li {
    list-style: circle;
}

@media screen and (max-width: 768px) {
    #at-wrapper #faq-wrap > li .heading h2 {
        font-size: 20px;
    }
}

/* -- */

/* … */

/* || Specific Pages */

/* - Landing Page - */

#at-wrapper #page-header .vc_row.style-color-dark-bg {
    border-radius: 4px;
    /* margin-right: -30%;
    z-index: 2; */
}

#at-wrapper .tablepress-table-name {
    margin-bottom: 15px;
}

#at-wrapper .tablepress th b {
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}
#at-wrapper .tablepress thead th {
    background: var(--bleu);
    color: #fff;
    font-family: var(--headings-font);
    font-weight: 400;
    line-height: 1.5em;
}
#at-wrapper .tablepress thead th.column-8, #at-wrapper .tablepress thead th.column-9, #at-wrapper .tablepress thead th.column-10 {
    background: var(--rouge);
}
#at-wrapper .tablepress th, #at-wrapper .tablepress td, #at-wrapper .tablepress ul {
    text-align: center;
    font-weight: 400;
    font-size: 15px;
}
#at-wrapper .tablepress ul {
    color: var(--dark);
    text-align: left;
}

#at-wrapper .copyright {
    margin-top: 150px;
}

#at-wrapper .uncode-tabs .vc_tta-tab a span {
    font-size: 18px;
}
#at-wrapper .uncode-tabs .vc_tta-tab a[href^="#cholet"]:hover, #at-wrapper .uncode-tabs .vc_tta-tab.active a[href^="#cholet"]  {
    color: var(--rouge) !important;
}
#at-wrapper .uncode-tabs .vc_tta-tab.active a[href^="#cholet"] {
    border-bottom-color: var(--rouge) !important;
}
#at-wrapper .uncode-tabs .col-lg-6.column_child + .col-lg-6.column_child  .uncont {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#at-wrapper .uncode-tabs .col-lg-6.column_child .uncont > * {
    flex-basis: 100%;
}
#at-wrapper .uncode-tabs .col-lg-6.column_child .uncont > .icon-box,  #at-wrapper .uncode-tabs .col-lg-6.column_child .uncont > .icon-box + .btn-container {
    flex-basis: 50%;
    flex-grow: 1;
    margin-top: 0;
    margin-bottom: 20px;
}

#at-wrapper .uncode-tabs .col-lg-6.column_child .uncont > .vc_custom_heading_wrap {
    margin-bottom: 36px;
}
#at-wrapper .uncode-tabs .col-lg-6.column_child .uncont > .vc_custom_heading_wrap .heading-text {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
}
#at-wrapper .uncode-tabs .col-lg-6.column_child .uncont > .vc_custom_heading_wrap .heading-text, #at-wrapper .uncode-tabs .col-lg-6.column_child .uncont > .icon-box  {
    padding-right: 15px;
}
#at-wrapper .uncode-tabs .col-lg-6.column_child .uncont > .vc_custom_heading_wrap .heading-text .text-top-reduced {
    color: var(--bleu);
}
#at-wrapper .uncode-tabs .rouge .col-lg-6.column_child .uncont > .vc_custom_heading_wrap .heading-text .text-top-reduced {
    color: var(--rouge);
}
#at-wrapper .uncode-tabs .btn-container .custom-link {
    width: 100%;
}

/* -- */

/* - Page d'accueil - */

#at-wrapper .section-home__hero-header .line__red {
    position: relative;
    z-index: 3;
}

#at-wrapper .section-home__hero-header .line__red .line {
    z-index: -1;
}

#at-wrapper .section-home__hero-header .uncont {
    margin-top: 100px;
}

#at-wrapper .section-home__hero-header .uncont .h3 span {
    font-size: clamp(24px, 3.2vw, 30px);
}

#at-wrapper .section-home__hero-header .line__red .line::before {
    width: 300px;
    height: 25px;
    background: var(--rouge, #E52629);
    position: absolute;
    left: auto;
    right: -10px;
    bottom: 0px;
    z-index: -1;
}

#at-wrapper .section-home__boxs-map .icon-box {
    padding: 36px !important;
    background-color: #F1F3F7;
}

#at-wrapper .section-home__boxs-map .icon-box .icon-box-icon {
    width: 142px !important;
}

#at-wrapper .section-home__boxs-map .icon-box .icon-box-content {
    vertical-align: middle;
}

#at-wrapper .section-home__boxs-map .icon-box p {
    color: var(--dark);
}

#at-wrapper .section-home__boxs-map .wpgmp-map-2 .fc-item-title {
    text-align: left;
}

#at-wrapper .section-home__boxs-map .wpgmp-map-2 .fc-feature-img,
#at-wrapper .section-home__boxs-map .wpgmp-map-2 .fc-item-meta {
    display: none;
}


#at-wrapper .section-home__boxs-map .wpgmp-map-2 .info-rating {
    padding: 5px 0;
    border-bottom: 1px solid #F1F3F7;
    margin-bottom: 10px;
}

#at-wrapper .section-home__boxs-map .wpgmp-map-2 .info-address,
#at-wrapper .section-home__boxs-map .wpgmp-map-2 .info-capacity {
    font-size: 14px;
    color: var(--dark);
    font-family: Lexend;
}

#at-wrapper .section-home__boxs-map .wpgmp-map-2 .info-button {
    margin-top: 18px;
}

#at-wrapper .section-home__boxs-map .wpgmp-map-2 .info-button .btn {
    width: 100% !important;
}

#at-wrapper .section-home__a-propos > .row-parent.limit-width {
    max-width: 1440px;
    margin-right: auto;
    padding-right: 0;
    right: 50px;
}

#at-wrapper .section-home__a-propos .cssgrid-wrapper > .cssgrid-container > .tmb {
    box-sizing: content-box;
    position: relative;
}

#at-wrapper .section-home__a-propos .cssgrid-wrapper > .cssgrid-container {
    grid-template-columns: 1fr 32%;
}

#at-wrapper .section-home__a-propos .cssgrid-wrapper > .cssgrid-container > .tmb:first-child::before {
    content: '';
    display: block;
    width: calc(100% + 15px);
    height: calc(100% + 30px);
    position: absolute;
    left: -15px;
    top: -15px;
    z-index: 4;
    background-color: transparent;
    border: 15px solid #fff;
}

#at-wrapper .section-home__a-propos .cssgrid-wrapper > .cssgrid-container > .tmb:last-child * {
    display: block;
    width: 100%;
    height: 100%;
}

#at-wrapper .section-home__a-propos .cssgrid-wrapper > .cssgrid-container > .tmb:last-child img {
    object-fit: cover;
    object-position: left;
}

#at-wrapper .section-home__a-propos .box__blue {
    display: block;
    width: 100%;
    height: 100%;
    left: 50px;
    padding: 70px 50px;
}

#at-wrapper .section-home__a-propos .box__blue .btn.btn__secondary::after {
    background-color: #F8FAFF;
}

#at-wrapper .section-home__avis .wprevgoslick {
    padding: 0;
}

#at-wrapper .section-home__avis .slickwprev-list {
    display: block;
    height: auto !important;
}

#at-wrapper .section-home__avis .slickwprev-track {
    display: flex;
    align-items: stretch;
    margin-top: 50px;
}

#at-wrapper .section-home__avis .slickwprev-slide {
    background-color: #F1F3F7;
    display: block;
    height: auto;
    margin: 8px;
}

#at-wrapper .section-home__avis .wpproslider_t8_DIV_2 {
    border: none;
}

#at-wrapper .section-home__avis .wprev_showdate_T8 {
    display: none;
}

#at-wrapper .section-home__avis .slickwprev-arrow {
    width: 40px;
    height: 40px;
    background-color: var(--rouge);
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 2px;
}

#at-wrapper .section-home__avis .slickwprev-arrow.slickwprev-disabled {
    opacity: 0.2;
}

#at-wrapper .section-home__avis .slickwprev-arrow.slickwprev-prev {
    left: auto;
    right: calc(0px + 50px);
}

#at-wrapper .section-home__avis .slickwprev-arrow::before {
    content: '';
    display: block;
    background-color: transparent;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 16px;
    height: 16px;
    border-top: 4px solid var(--blanc);
    border-right: 4px solid var(--blanc);
    transform: translate(calc(-50% - 2px), -50%) rotate(45deg);
    transform-origin: center center;
    opacity: 1;
}

#at-wrapper .section-home__avis .slickwprev-arrow.slickwprev-prev::before {
    transform: translate(calc(-50% + 2px), -50%) rotate(225deg);
}

@media screen and (max-width: 992px) {
    #at-wrapper .section-home__a-propos .box__blue {
        padding: 36px 24px;
        left: 0;
    }

    #at-wrapper .section-home__a-propos > .row-parent.limit-width {
        right: 0;
        max-width: 100%;
        padding: 18px !important;
    }
    
}

@media screen and (max-width: 500px) {
    #at-wrapper .section-home__boxs-map .icon-box .icon-box-content {
        display: block;
        width: 100%;
        padding: 18px 0 0 0;
    }

    #at-wrapper .section-home__boxs-map .icon-box .icon-box-icon {
        display: block !important;
    }
    
}

/* -- */

/* - Page interne - */

#at-wrapper .section__detail-box h2 {
    font-family: Lexend;
    text-transform: uppercase;
}

#at-wrapper .section__detail-box .icon-box .icon-box-icon {
    display: block;
    width: 24px !important;
    height: 24px;
    margin: 0;
}

#at-wrapper .section__detail-box .icon-box .icon-box-content {
    padding-left: 7px;
}

#at-wrapper .section__detail-box .uncode_text_column {
    margin: 0;
}

#at-wrapper .section__detail-box .btn__primary {
    width: fit-content !important;
    background-color: var(--bleu);
}

#at-wrapper .section__detail-box .cssgrid-wrapper > .cssgrid-container > .tmb:last-child::before {
    content: '';
    display: block;
    width: calc(100% + 15px);
    height: calc(100% + 30px);
    position: absolute;
    left: -15px;
    top: -15px;
    z-index: 4;
    background-color: transparent;
    border: 15px solid #fff;
}

#at-wrapper .section__detail-box .box__blue {
    display: flex;
    align-items: center;
    width: calc(100% + 150px);
    height: calc(100% + 120px);
    padding-left: 150px;
    position: relative;
    right: 100px;
    top: calc(0px - (120px / 2));
}

#at-wrapper .section__type-box .vertical-tab-wrapper ul {
    border: none;
}

#at-wrapper .section__type-box .vertical-tab-wrapper li {
    background-color: #F1F3F7;
    width: 100%;
    margin: 18px 0;
}

#at-wrapper .section__type-box .vertical-tab-wrapper li a {
    padding: 10px;
    margin: 0;
    border: none;
    text-decoration: none;
}

#at-wrapper .section__type-box .vertical-tab-wrapper li a span {
    font-family: Lexend;
    text-transform: none;
}

#at-wrapper .section__type-box.red .vertical-tab-wrapper li a:hover {
    color: var(--rouge);
}

#at-wrapper .section__type-box .vertical-tab-wrapper li.active a {
    border: none !important;
    background-color: var(--bleu);
    color: var(--blanc) !important;
}

#at-wrapper .section__type-box.red .vertical-tab-wrapper li.active a {
    background-color: var(--rouge);
}

#at-wrapper .section__type-box .tab-pane > div > div {
    padding: 24px;
    background-color: #fff;
    border-left: 3px solid var(--bleu);
}

#at-wrapper .section__type-box .tab-pane > div > div.vc_custom_heading_wrap {
    border: none;
    background-color: var(--bleu);
}

#at-wrapper .section__type-box.red .tab-pane > div > div {
    border-color: var(--rouge);
}

#at-wrapper .section__type-box .tab-pane > div > div > div > div:nth-child(2).align_center {
    position: relative;
    z-index: 2;
}

#at-wrapper .section__type-box .tab-pane > div > div > div > div:nth-child(2).align_center::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border: 4px solid var(--bleu);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

#at-wrapper .section__type-box .tab-pane .col-lg-4 {
    vertical-align: middle;
}

#at-wrapper .section__type-box .tab-pane .icon-box {
    display: flex;
    align-items: center;
}

#at-wrapper .section__type-box .tab-pane .icon-box .icon-box-icon {
    width: 70px !important;
    display: block;
    height: fit-content;
}

#at-wrapper .section__type-box .tab-pane .icon-box .icon-box-content {
    vertical-align: middle;
}

#at-wrapper .section__type-box .tab-pane .vc_custom_heading_wrap p {
    margin: 0;
}

#at-wrapper .section__type-box .tab-pane .align_center .vc_custom_heading_wrap h2 span {
    color: var(--bleu);
}

#at-wrapper .section__type-box.red .tab-pane .align_center .vc_custom_heading_wrap h2 span {
    color: var(--rouge);
}

#at-wrapper .section__contact .icon-box {
    width: fit-content;
    margin: 0 auto;
}

#at-wrapper .section__contact .icon-box .icon-box-icon {
    width: 40px !important;
    height: 40px;
}

#at-wrapper .section__contact .icon-box .icon-box-icon * {
    width: 100%;
    height: 100%;
    display: block;
}

#at-wrapper .section__contact .icon-box .icon-box-content {
    display: block;
    width: fit-content;
}

#at-wrapper .section__contact .icon-box .icon-box-content > div {
    display: block;
    width: fit-content;
}

#at-wrapper .section__contact .icon-box .icon-box-content p {
    color: var(--blanc);
    font-weight: 600;
    display: block;
    width: fit-content;
}

#at-wrapper .section__contact .icon-box .icon-box-content p a {
    color: var(--blanc) !important;
    text-decoration: none;
}

#at-wrapper .section__contact .gform_wrapper label,
#at-wrapper .section__contact .gform_wrapper .ginput_container_consent label {
    color: var(--dark);
}

#at-wrapper .section__contact .gform_wrapper input[type="text"], 
#at-wrapper .section__contact .gform_wrapper input[type="email"], 
#at-wrapper .section__contact .gform_wrapper input[type="tel"], 
#at-wrapper .section__contact .gform_wrapper input[type="number"],
#at-wrapper .section__contact .gform_wrapper textarea {
    color: var(--dark);
    border-color: var(--dark);
}

#at-wrapper .section__contact .gform_wrapper legend {
    color: var(--dark);
}

#at-wrapper .section__contact .gform_wrapper textarea {
    border: none;
    border-bottom: 1px solid var(--dark);
}

#at-wrapper .section__contact .gform_wrapper input[type="text"]:focus, 
#at-wrapper .section__contact .gform_wrapper input[type="email"]:focus, 
#at-wrapper .section__contact .gform_wrapper input[type="tel"]:focus, 
#at-wrapper .section__contact .gform_wrapper input[type="number"]:focus,
#at-wrapper .section__contact .gform_wrapper textarea:focus {
    border-color: var(--bleu);
    border-width: 2px;
}

#at-wrapper .section__contact .gform_wrapper .gform_button {
    font-family: Lexend, sans-serif !important;
    font-family: 18px;
    font-weight: 600;
    text-transform: none;
    display: block;
    width: fit-content;
    letter-spacing: normal;
}

@media screen and (max-width: 1200px) {
    
    #at-wrapper .section__detail-box .col-lg-12 > div > div > div > div > div > div > div > div {
        display: block;
        width: 100%;
    }

    #at-wrapper .section__detail-box .box__blue,
    #at-wrapper .section__detail-box .box__red {
        top: 0;
        left: 51%;
        transform: translateX(-50%);
    }
}

@media screen and (max-width: 992px) {

    #at-wrapper .section__detail-box .box__blue {
        top: 0;
        right: auto;
        width: calc(100% + 36px);
        padding: 36px;
    }

    #at-wrapper .section__type-box .uncode-tabs .nav-tabs > li > a {
        padding: 10px !important;
    }

    #at-wrapper .section__type-box .vertical-tab-menu,
    #at-wrapper .section__type-box .vertical-tab-contents {
        width: 100%;
        display: block;
    }

    #at-wrapper .section__type-box .vertical-tab-menu > ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }

    #at-wrapper .section__type-box .vertical-tab-menu > ul > li {
        width: fit-content;
        margin: 0;
    }

    #at-wrapper .section__type-box .align-right .uncont {
        text-align: left;
    }

    #at-wrapper .section__contact {
        margin-top: 36px;
    }

    
    #at-wrapper .section__type-box .tabs-breakpoint .vc_tta-tab .tab-pane .row-inner > div:first-child * {
        font-family: Lexend;
        text-transform: none;
    }

    #at-wrapper .section__type-box .vc_custom_heading_wrap  div p,
    #at-wrapper .section__type-box .uncode_text_column p {
        font-family: Lexend;
        text-transform: none;
    }

    #at-wrapper .section__type-box .tabs-breakpoint .vc_tta-tab .tab-pane .row-inner .align_right .uncont,
    #at-wrapper .section__type-box .tabs-breakpoint .vc_tta-tab .tab-pane .row-inner .align_center .uncont {
        text-align: left;
    }
}

@media screen and (max-width: 569px) {
    #at-wrapper .section__type-box .vertical-tab-menu > ul > li {
        width: 100%;
    }

    #at-wrapper .section__type-box .tabs-breakpoint .vc_tta-tab .tab-pane {
        margin-top: 18px;
    }
}

/* -- */

/* - Complianz Pages - */

#at-wrapper #cmplz-document {
    max-width: 1600px;
}

#at-wrapper #cmplz-document {
    font-size: 18px;
    max-width: 100%;
}

#at-wrapper #cmplz-document h2,
#at-wrapper #cmplz-document h3,
#at-wrapper #cmplz-document h4,
#at-wrapper #cmplz-document h5 {
    font-family: all-round-gothic,sans-serif;
}

#at-wrapper #cmplz-document p, #at-wrapper #cmplz-document li, #at-wrapper #cmplz-document td {
    font-size: 18px;
    color: var(--dark);
}

#at-wrapper #cmplz-document details {
    margin-top: 15px;
}

#at-wrapper #cmplz-document details summary {
    background-color: var(--bleu);
    color: var(--blanc);
}

#at-wrapper #cmplz-document details summary h3,
#at-wrapper #cmplz-document details summary p {
    color: var(--blanc);
}

#at-wrapper #cmplz-document p,
#at-wrapper #cmplz-document p a {
    color: var(--dark);
}

/* -- */

/* ================================================== 
GRAVITY FORM
================================================== */
#at-wrapper .gform_confirmation_wrapper .gform_confirmation_message, #at-wrapper .gform_validation_errors > * {
    text-transform: none;
    letter-spacing: 0;
    font-size: 18px;
    line-height: 1.6em;
    font-weight: 400;
}
#at-wrapper .gform_wrapper input[type="text"],
#at-wrapper .gform_wrapper input[type="email"],
#at-wrapper .gform_wrapper input[type="tel"],
#at-wrapper .gform_wrapper input[type="number"],
#at-wrapper .gform_wrapper textarea,
#at-wrapper .gform_wrapper select, 
#at-wrapper .wapf-input  {
    background-color: transparent !important;
    font-size: 18px;
    font-weight: 400;
    text-transform: none;
    border: none;
    border-bottom: 1px solid rgba(255,255,255,0.5);
    padding: 8px 0 !important;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    color: #fff;
}
#at-wrapper .gform_wrapper textarea {
    padding: 18px !important;
    margin-top: 15px;
    height: 120px;
    min-height: auto;
    border: 1px solid rgba(255,255,255,0.5);
}
#at-wrapper .gform_wrapper input:focus,
#at-wrapper .gform_wrapper textarea:focus {
    border-color: #fff;
}

#at-wrapper .gform_wrapper .ginput_container_consent {
    position: relative;
    text-align: left;
}
#at-wrapper .gform_wrapper label,
#at-wrapper .gform_wrapper .gfield_label {
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 0;
    opacity: 1;
    padding-top: 0;
    text-align: left;
    color: #fff;
    font-family: var(--headings-font);
}
#at-wrapper .gform_wrapper .ginput_container_radio label, #at-wrapper .gform_wrapper .ginput_container_checkbox label {
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0;
    padding-top: 0;
    font-size: 16px;
}
#at-wrapper .gform_wrapper .ginput_container_consent label {
    line-height: 1.3em;
    font-size: 15px;
    text-transform: none;
    opacity: 1;
    letter-spacing: 0;
    padding-top: 0;
    font-weight: 400;
    color: #fff;
    display: inline;
    font-family: var(--text-font);
}
#at-wrapper .gform_wrapper .gform_required_legend {
    margin: 0 0 10px;
    font-size: 14px;
}
#at-wrapper .gform_wrapper .gfield_required, #at-wrapper .gform_wrapper .ginput_container_name label::after {
    color: var(--rouge);
    font-size: 14px;
}
#at-wrapper .gform_wrapper .ginput_container_name label::after {
    content: '*';
    margin-left: 5px;
}
#at-wrapper .gform_footer {
    position: relative;
    padding: 0 !important;
    margin: 0;
}
#at-wrapper .gform_footer .gform_button {
    margin: 0;
    padding: 14px 20px;
    color: #fff;
    background: var(--bleu);
    letter-spacing: 0.1em;
    font-size: 20px;
    font-weight: 600 !important;
    height: auto;
    border: none;
    font-family: var(--headings-font);
    position: relative;
    border: 1px solid var(--bleu);
    text-transform: uppercase;
    display: block;
    width: 100%;
}

#at-wrapper .gform_wrapper .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full) {
    padding-right: 15px;
}

#at-wrapper .gform_wrapper .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full)~span:not(.ginput_full) {
    padding-left: 15px;
    padding-right: 0;
}
#at-wrapper .gform_wrapper.gravity-theme .gform_fields {
    grid-column-gap: 30px;
}
#at-wrapper .gform_wrapper fieldset .ginput_container_checkbox .gfield_checkbox, #at-wrapper .gform_wrapper fieldset .ginput_container_radio .gfield_radio {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;

}
#at-wrapper .gform_wrapper fieldset .ginput_container_checkbox .gfield_checkbox label, #at-wrapper .gform_wrapper fieldset .ginput_container_radio .gfield_radio label {
    font-family: var(--text-font);
}
#at-wrapper .gform_wrapper fieldset .ginput_container_checkbox .gfield-choice-input + label, #at-wrapper .gform_wrapper fieldset .ginput_container_radio .gfield-choice-input + label {
    max-width: 100%;
    margin: 0;
    padding-left: 25px;
    line-height: 1.6em;
}
#at-wrapper .gform_wrapper fieldset .ginput_container_checkbox .gchoice, #at-wrapper .gform_wrapper fieldset .ginput_container_radio .gchoice {
    position: relative;
}
#at-wrapper .gform_wrapper  .ginput_container_checkbox input, #at-wrapper .gform_wrapper  .ginput_container_radio input, #at-wrapper .gform_wrapper input[type="checkbox"] {
    background-color: transparent;
}
#at-wrapper .gform_wrapper fieldset .ginput_container_checkbox .gfield-choice-input, #at-wrapper .gform_wrapper fieldset .ginput_container_radio .gfield-choice-input {
    position: absolute;
    left: 0;
    top: 6px;
}
#at-wrapper .gform_wrapper .ginput_container_radio, #at-wrapper .gform_wrapper .ginput_container_checkbox {
    margin-top: 15px;
}
#at-wrapper .gform_wrapper input.datepicker {
    width: 100%;
    padding-left: 36px !important;
}

#at-wrapper .gform_wrapper .ginput_container_date {
    position: relative;

}

#at-wrapper .gform_wrapper .ginput_container_date:before {
    position: absolute;
    font-family: 'uncodeicon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: '\e00d';
    left: 0;
    font-size: 20px;
}

/* ================================================== 
MENTIONS LEGALES
================================================== */
.page-utils #at-wrapper .post-content h2 {
    font-size: clamp(21px, 2.6vw, 26px);
    line-height: 1.5em;
}

/* ================================================== 
COMPLIANZ
================================================== */
#cmplz-manage-consent .cmplz-manage-consent {
    right: auto !important;
    left: 40px;
    font-family: var(--headings-font);
    font-weight: 600;
    color: var(--dark) !important;
}

#cmplz-document {
    max-width: 100% !important;
}

#cmplz-cookiebanner-container .cmplz-message {
    text-align: center;
}

#cmplz-cookiebanner-container {
    position: fixed;
}

#cmplz-cookiebanner-container .cmplz-title {
    font-family: var(--headings-font);
    font-size: clamp(18px, 3vw, 21px);
    font-weight: 600;
    color: var(--dark);
}

#cmplz-cookiebanner-container .cmplz-btn {
    text-transform: uppercase;
    font-family: var(--headings-font);
    font-weight: 600;
    font-size: 14px;
    border-radius: 0;
}
.cmplz-cookiebanner {
    max-width: 600px !important;
}

#cmplz-cookiebanner-container .cmplz-categories,
#cmplz-cookiebanner-container .cmplz-message {
    width: 100%;
}

#cmplz-document h3 {
    color: var(--bleu);
}



/* ================================================== 
MEDIA QUERIES
================================================== */
@media screen and (max-width: 1199px) { 
    #at-wrapper .col-double-gutter > .row-inner > .wpb_column {
        padding-left: 36px;
    }
    #at-wrapper .col-double-gutter > .row-inner  {
        margin-left: -36px;
    }
    #at-wrapper .gform_wrapper label, #at-wrapper .gform_wrapper .gfield_label {
        font-size: 15px;
    }
    #at-wrapper .tablepress th, #at-wrapper .tablepress td, #at-wrapper .tablepress ul {
        font-size: 14px;
    }
}
@media screen and (max-width: 979px)   {
    #at-wrapper .tablepress th, #at-wrapper .tablepress td {
        height: 40px;
    }
    #at-wrapper .tablepress td, #at-wrapper .tablepress ul {
        font-size: 13px;
    }
    #at-wrapper .dataTables_wrapper {
        margin: 0 -36px;
    }
}
@media screen and (max-width: 959px) { 
    #at-wrapper .col-double-gutter > .row-inner > .wpb_column {
        padding-left: 0;
    }
    #at-wrapper .col-double-gutter > .row-inner  {
        margin-left: 0;
    }
    #at-wrapper #page-header .vc_row.style-color-dark-bg {
        margin-bottom: -72px;
        z-index: 1;
        margin-top: 36px;
    }
    #at-wrapper #page-header .vc_row.style-color-dark-bg  .wpb_column.col-lg-6 + .wpb_column .uncell {
        padding-top: 0;
    }
    #at-wrapper #page-header .wpb_column.col-lg-5 .uncont {
        min-height: 500px;
    }
    #at-wrapper #page-header .row-inner {
        height: auto !important;
    }
    #at-wrapper .copyright {
        margin-top: 50px;
    }
    #at-wrapper .uncode-tabs .nav-tabs > li > a {
        padding: 0  10px 18px;
    }
    #at-wrapper .uncode-tabs .vc_tta-tab a span {
        font-size: 16px;
    }
}
@media screen and (max-width: 641px) {
    #at-wrapper .gform_wrapper.gravity-theme input:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]) {
        line-height: normal;
    }

}
@media screen and (max-width: 640px) {
    #at-wrapper .gform_wrapper .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full) {
        padding-right: 0;
        margin-bottom: 0;
    }

    #at-wrapper .gform_wrapper .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full)~span:not(.ginput_full) {
        padding-left: 0;
    }

    .gform_wrapper.gravity-theme .gform_fields {
        grid-column-gap: 0;
    }

    #at-wrapper .gform_wrapper label,
    #at-wrapper .gform_wrapper .gfield_label {
        line-height: 1.7em;
    }
    #at-wrapper .uncode-tabs .nav-tabs > li {
        display: block;
    }
}
@media screen and (max-width: 569px) { 
    #at-wrapper .single-h-padding, #at-wrapper .single-block-padding {
        padding-left: 18px;
        padding-right: 18px;
    }
    #at-wrapper .uncode-tabs .col-lg-6.column_child .uncont > .icon-box, #at-wrapper .uncode-tabs .col-lg-6.column_child .uncont > .icon-box + .btn-container {
        flex-basis: 100%;
    }
    #at-wrapper .uncode-tabs .col-lg-6.column_child .uncont > .vc_custom_heading_wrap .heading-text, #at-wrapper .uncode-tabs .col-lg-6.column_child .uncont > .icon-box {
        padding-right: 0;
    }
    #at-wrapper .uncode-tabs .col-lg-6.column_child .uncont > .vc_custom_heading_wrap .heading-text {
        flex-direction: column;
    }
    #at-wrapper .gform_wrapper fieldset .ginput_container_checkbox .gfield_checkbox, #at-wrapper .gform_wrapper fieldset .ginput_container_radio .gfield_radio {
        grid-template-columns: 1fr;
    }
    #at-wrapper .dataTables_wrapper {
        margin: 0 -18px;
    }
}
@media screen and (max-width: 479px) { 
    #at-wrapper .gform_wrapper .gform_fields {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.captcha{margin-bottom: 20px;}