 /* GENERAL */
body {
    font-family: "Montserrat", sans-serif; font-size: 20px; line-height: 40px; color: #313535;
}
.container-xxxl {
    max-width: 1560px;
}
.container-xxxl .row {
    margin: 0 2%;
}
.bg-light-blue {
    background-color: #0085C4;
}
.bg-blue {
    background-color: #1B2D58;
}
p.btn {
    margin-bottom: 0; padding: 0;
}
a.btn, p.btn a, a.wp-block-button__link {
    text-transform: uppercase; font-size: 20px; font-family: "Raleway", sans-serif; line-height: 60px; color: #fff; text-decoration: none;
    padding:0 36px;
    border: none; border-radius: 10px;
    transition: all 0.5s ease;
    display: inline-block;
}
p.btn-primary, p.btn-primary:hover {
    background: none;
    padding: 0;
    border:none;
}
input.btn-negative {
    color: #fff; line-height: 60px; text-transform: uppercase; font-size: 20px; font-family: "Raleway", sans-serif;
    background: transparent left center;
    transition: all 0.5s ease;
    padding:0 36px; margin: 20px 0 0;
    display: inline-block;
    border: 1px solid #fff; border-radius: 10px;
}
input.btn-negative:hover {
    background: #fff url(../images/arrow_blue.svg) no-repeat 36px center; background-size: 16px;
    color: #1B2D58;
    padding-left: 70px;
}
p.btn-negative a, .is-style-outline a.wp-block-button__link {
    color: #D43D5D;
    border: 1px solid #D43D5D; border-radius: 10px;
    background: transparent left center;
    transition: all 0.5s ease;
    padding:0 36px; margin: 0;
    display: inline-block;
}
p.btn-negative a:hover, .is-style-outline a.wp-block-button__link:hover {
    background: #D43D5D url(../images/arrow.svg) no-repeat 36px center;
    padding-left: 70px;
    color: #fff;
}
a.btn-primary, p.btn-primary a, a.wp-block-button__link {
    background: #FA5679 left center;
}
a.btn-primary:hover, p.btn-primary a:hover, a.btn-primary:active, p.btn-primary a:active, a.wp-block-button__link:hover {
    background: #D43D5D url(../images/arrow.svg) no-repeat 36px center;
    padding-left: 70px;
}
.text-blue {
    color: #0085C4;
}
h1 {
    font-weight: 700; font-size: 48px; line-height: 48px; font-family: "Raleway", sans-serif;
    margin: 0 0 60px;
}
h2 {
    font-size: 48px; font-weight: 700; color: #0085C4; font-family: "Raleway", sans-serif;
    margin: 60px 0 50px;
}
h3 {
    font-size: 36px; font-weight: 700; font-family: "Raleway", sans-serif; color: #1B2D58;
}
img {
    max-width: 100%;
}
a.btn-white {
    color: #F3F7F5; font-size: 14px; line-height: 30px; font-weight: 600;
    border:1px solid #F3F7F5; background: transparent left center;
    padding: 0 12px; 
    transition: all 0.5s ease;
}
a.btn-white:hover {
    color: #1B2D58;
    border-color: #F3F7F5;
    background: #F3F7F5 url(../images/arrow_blue.svg) no-repeat 12px center;
    padding-left: 30px;
}
.container .has-large-font-size {
    font-size: 24px!important; line-height: 48px!important;
}
.wp-block-media-text {
    gap: 2em;
}
.wp-block-media-text.has-media-on-the-right>.wp-block-media-text__content, .wp-block-media-text.has-media-on-the-right>.wp-block-media-text__content .container {
    padding-left: 0; padding-right: 8%;
}
.wp-block-media-text>.wp-block-media-text__content, .wp-block-media-text>.wp-block-media-text__content .container {
    padding-right: 0; padding-left: 0;
}
.wp-block-media-text.has-media-on-the-right>.wp-block-media-text__media {
    border-radius: 10px;
    width: 100%; height: 100%;
}
.bloc-60 {
    margin-bottom: 60px;
}
.bloc-60 .bloc-60 {
    margin-bottom: 0;
}
.wp-block-media-text__media img {
    border-radius: 10px;
}
figure.is-style-rounded img {
    border-radius: 10px !important;
}
.wp-block-columns .container {
    margin: 0; padding: 0;
}
figure {
    margin-bottom: 0;
}
p a {
    color: #0085C4;
}
/* // GENERAL */

/* HEADER */
header {
    font-family: "Raleway", sans-serif;
    height: auto;
    margin: 0 0 60px;
    clip-path: polygon(
        0 0,
        100% 0,
        100% 100%,
        50% 90%,
        0 100%
    );
}
header .sky {
  position: absolute; top: 0; left: 0; z-index: -2;
  width: 100%; height: 100%;
  background: url(../images/gaa_clouds_seamless.jpg) repeat-x top left; background-size: contain; background-attachment: fixed;
  animation: scrollSky 90s linear infinite;
}
@keyframes scrollSky {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100vw 0;
  }
}
header .building {
    position: absolute; top: 0; left: 0; z-index: -1;
    width: 100%; height: 100%;
    background: url(../images/building_gaa_new.png) no-repeat center center; background-size: cover; background-attachment: fixed;
}
header .topbar {
    background-color: rgba(0, 133, 196, 0.6);
    border-bottom: 1px solid rgba(243, 247, 245, 1);
    font-size: 14px;
}
header .topbar ul {
    list-style: none;
    margin: 0; padding: 9px 0;
}
header .topbar li {
    display: inline-block;
    list-style: none;
    margin: 0; padding: 0 20px;
    line-height: 22px;
    border-left: 1px solid rgba(243, 247, 245, 1);
}
header .topbar li:first-child {
    border-left: none;
}
header .topbar li.address {
    background: url(../images/icon_position.svg) no-repeat left center;
    padding-left: 30px;
}
header .topbar li.phone {
    background: url(../images/icon_phone.svg) no-repeat 20px center;
    padding-left: 50px;
}
header .topbar .language a {
    color: #fff; font-weight: bold; text-decoration: none;
    background: url(../images/union.svg) no-repeat right center;
    padding: 0 24px 0 10px;
    display: inline-block;
}
header .topbar .languages {
    position: absolute; right: 0; top: -400px;
    padding: 24px 32px 12px;
    border-radius: 10px; border: 1px solid #fff;
    text-align: left;
    transition: all 0.5s ease;
}
header .topbar .languages.active {
    top: 50px;;
}
header .topbar .languages h4 {
    font-size: 14px; font-weight: 500; line-height: 20px; letter-spacing: 1.68px;
    background: url(../images/icon_language.svg) no-repeat left center;
    padding: 0 0 0 41px; margin: 0 0 24px;
    display: inline-block;
}
header .topbar .languages ul li {
    display: block;
    border: none;
    margin: 0 0 10px; padding: 0 0 0 24px;
    background: url(../images/language_off.svg) no-repeat left center;
    transition: all 0.5s ease;
}
header .topbar .languages ul li a {
    color: #fff; text-decoration: none; letter-spacing: 1.68px; font-size: 14px;
}
header .topbar .languages ul li.active {
    background-image: url(../images/language_on.svg);
    font-weight: 700;
}
header .topbar .languages ul li:hover {
    background-image: url(../images/language_on.svg);
}
header nav#main-nav {
    margin-top: 60px; padding: 0;
    border-bottom: 1px solid #fff;
}
header nav#main-nav ul {
    list-style: none;
    margin: 0; padding: 10px 0 20px;
}
header nav#main-nav ul li {
    display: inline-block;
    list-style: none;
    margin: 0 0 0 40px; padding: 0;
    font-size: 20px; letter-spacing: 2px;
}
header nav#main-nav ul li a {
    padding: 0 0 20px;
    display: inline-block;
    transition: all 0.3s ease;
    background-position: center 70px;
}
header nav#main-nav ul li a.nav-current, header nav#main-nav ul li a.nav-current:hover {
    background: url(../images/Vector5.svg) no-repeat center bottom;
    font-weight: 700;
}
header nav#main-nav ul li a:hover {
    background: url(../images/menu-hover.svg) no-repeat center bottom;
}
header h1.page-name {
    padding: 120px 0 180px; margin: 0;
}
header .hero {
    max-width: 800px;
    margin: 120px auto 0; padding: 0 0 140px;
}
header .hero h2 {
    font-size: 48px; font-weight: 700;
    margin: 0 0 60px;
}
nav#responsive-nav {
    display: none;
}
header a#burger-menu {
    display: none;
}
/* //HEADER */

/* HOME */
.home-intro {
    margin-bottom: 60px;
}
.home-intro .experience {
    border-right: 1px solid #B9D8E7;
    font-size: 40px; font-family: "Raleway", sans-serif;
}
.home-intro .experience strong {
    font-size: 128px; font-weight: 600; line-height: 128px;
    margin-top: 49px;
    display: block;
}
.home-intro .right {
    padding-left: 120px;
}
.home-intro .right p {
    margin: 0;
    line-height: 48px; color: #1B2D58;
}
.home-intro .right p strong {
    font-weight: 600;
}
.card:first-child {
    margin-left: 0;
}
.cards {
    margin-bottom: 60px;
}
.card {
    position: relative;
    overflow: hidden;
    height: 260px;
    border-radius: 10px; border: none;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    background-size: 100%; background-position: center;
    text-decoration: none; font-size: 16px;
    justify-content: flex-end;
    margin-left: 40px;
    transition: background-size 0.5s ease;
}
.card .arrow-svg {
    position: absolute; top: 50%; left: 50%; z-index: 1;
    margin: -77px 0 0 -69px;
    width: 138px; height: 154px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}
.card:hover .arrow-svg {
    opacity: 1;
}
.card .arrow-line {
    stroke-dasharray: 120;
    stroke-dashoffset: 120;
}
.card:hover .arrow-line {
    animation: drawArrow 0.3s forwards linear;
}
@keyframes drawArrow {
    to {
        stroke-dashoffset: 0;
    }
}
.card .arrow-angle {
    transform: translateX(-80px);
    transition: transform 0.2s linear;
}
.card:hover .arrow-angle {
    transform: translateX(0);
}
.card span {
    position: relative; z-index: 10;
    transition: all 0.3s ease;
}
.card::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 57.14%, rgba(0, 0, 0, 0.50) 84%) no-repeat center center;
    content: " ";
    display: block;
    position: absolute; bottom: 0; left: 0;
    width: 100%; height: 50%;
}
.card:hover {
    background-size: 120%;
}
.card:hover::after {
    background: rgba(250, 86, 121, 0.8) no-repeat center center;
    height: 100%;
}
.card:hover span {
    opacity: 0;
}
/* //HOME */

/* CAROUSEL */
.carousel {
  position: relative; z-index: 1;
  overflow: hidden;
  max-width: 100%;
  height: 754px;
  margin: 0 0 120px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 20% 100%, 0 70%);
}

.carousel-images {
  display: flex;
  height: 100%;
  transition: transform 0.6s ease-in-out;
  will-change: transform;
}

.carousel-images div {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.carousel-indicators {
  position: absolute;
  bottom: 49px;
  right: 120px;
  margin: 0;
  display: flex;
  gap: 8px;
  justify-content: right;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #F3F7F5;
  background-color: transparent;
  cursor: pointer;
  transition: background-color 0.3s;
}

.dot.active {
  background-color: #FA5679;
  border-color: #FA5679;
}
section.carousel:has(+ footer) {
    margin-bottom: 0;
}
/* //CAROUSEL */

/* USPS */
section.usps {
    position: relative;
}
/* 
section.usps::after {
    background: url(../images/usps.svg) no-repeat;
    content: " ";
    display: block;
    height: 944px; width: 1279px;
    position: absolute; bottom: -110px; left: 0;
}
*/
section.usps h3 {
    color: #1B2D58;
}
section.usps .usps-parallax {
    position: absolute; bottom: -1200px; left: 0; z-index: 0;
    height: 1289px; width: 1279px;
    background: url(../images/usps.svg) no-repeat; background-position: left center;
    transform: translateY(0);
    will-change: transform;
    pointer-events: none;
}
section.usps div.usp {
    margin: 0 0 60px; padding: 0 0 0 193px;
    background-repeat: no-repeat; background-position: left top;
    line-height: 32px;
}
section.usps h2 {
    margin-top: 0;
}
/* //USPS */

/* LOGOS */
.logo-carousel {
  overflow: hidden;
  padding: 60px 0;
  position: relative;
}
.logo-carousel h2 {
    margin-top: 0;
}
.logo-track {
  display: flex;
  width: max-content;
  animation: scroll 20s linear infinite;
}
.logo-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 40px;
  flex-shrink: 0;
}
.logo-slide img {
  max-height: 100px; width: auto;
}
@keyframes scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
/* //LOGOS */

/* FOOTER */
footer {
    padding: 36px 0;
    font-size: 14px; line-height: 30px; font-family: "Raleway", sans-serif; color: #B9D8E7;
    position: relative; z-index: 10;
}
footer p {
    margin: 0;
    line-height: 24px;
}
footer ul {
    list-style: none;
    margin: 0 0 12px; padding: 0;
}
footer ul li {
    list-style: none;
    margin: 0; padding: 0;
}
footer ul li img {
    margin: 0 10px 0 0;
}
footer nav h4 {
    font-size: 14px; font-weight: 800; line-height: 24px;
    margin: 0;
}
footer nav ul {
    margin: 0; padding: 0;
    list-style: none;
}
footer nav ul li {
    line-height: 24px;
    margin: 0; padding: 0;
}
footer nav ul li a {
    color: #F3F7F5; text-decoration: none;
    display: inline-block;
    transition: all 0.5s ease;
    background-position: -10px center;
    padding: 0 0 0 20px;;
}
footer nav ul li a:hover {
    background: url(../images/arrow.svg) no-repeat left center; background-size: 12px;
}
/* //FOOTER */

/* TABS */
.tabs ul {
    list-style: none;
    margin: 0 0 60px; padding: 0;
}
.tabs ul li {
    margin: 0; padding: 0;
    text-align: center; text-transform: uppercase;
}
.tabs ul li a {
    color: #FA5679; text-decoration: none; line-height: 63px;
    border: 1px solid #FA5679;
    display: block;
    transition: all 0.5s ease;
}
.tabs ul li a.active {
    background-color: #FA5679;
    color: #fff;
}
.tabs ul li:first-child a {
    border-radius: 10px 0 0 10px;
}
.tabs ul li:last-child a{
    border-radius: 0 10px 10px 0;
}
.tabs .tab-content {
    display: none;
}
.tabs .tab-content.active {
    display: flex;
}
.tabs img {
    border-radius: 10px;
}
/* //TABS */

/* CONTACT */
section.contact-form {
    margin-bottom: 60px;
}
section.contact-form div.row {
    margin-left: 0; margin-right: 0;
}
section.contact-form form {
    border: 1px solid #B9D8E7; border-right: none; border-radius: 10px 0 0 10px;
    background-color: #1B2D58;
    color: #fff;;
    padding: 36px;
}
section.contact-form form h3 {
    margin: 0 0 60px;
    font-size: 36px;
}
section.contact-form form input[type="text"], section.contact-form form input[type="email"] {
    background-color: transparent;
    border: none; border-bottom: 1px solid #B9D8E7; border-radius: 0;
    color: #B9D8E7; font-size: 20px; font-family: "Montserrat", sans-serif;
    margin: 0 0 28px;
}
section.contact-form form textarea, section.contact-form form textarea:focus {
    background-color: transparent;
    border: none; border-bottom: 1px solid #B9D8E7; border-radius: 0;
    color: #B9D8E7; font-size: 20px; font-family: "Montserrat", sans-serif;
    margin: 0 0 28px; padding: 8px;
    height: 120px;
}
section.contact-form form input[type="checkbox"] {
    background-color: transparent;
    height: 16px; width: 16px;
    border: 1px solid #fff; border-radius: 4px;
    margin: 0 4px 0 0;
}
section.contact-form form input[type="text"]::placeholder, section.contact-form form input[type="email"]::placeholder, section.contact-form form textarea::placeholder {
    color: #B9D8E7; font-size: 20px; font-family: "Montserrat", sans-serif;
}
section.contact-form div.contact-right {
    border: 1px solid #B9D8E7; border-left: none; border-radius: 0 10px 10px 0;
    padding: 40px;
    color: #1B2D58;
}
section.contact-form p.address, section.contact-form p.phone, section.contact-form p.email {
    font-size: 14px; text-transform: uppercase; font-family: "Raleway", sans-serif;
    background-position: left center; background-repeat: no-repeat;
    padding: 0 0 0 30px; margin: 0;
}
section.contact-form p.address {
    background-image: url(../images/icon_position_blue.svg);
}
section.contact-form p.phone {
    background-image: url(../images/icon_phone_blue.svg);
}
section.contact-form p.email {
    background-image: url(../images/icon_mail_blue.png);
}
div.alert {
    border-radius: 10px; border: none;
    padding: 20px 26px 20px 62px;
    color: #fff;
    background-position: 26px 15px; background-repeat: no-repeat;
    line-height: normal; text-transform: uppercase; font-size: 16px;
}
div.alert-success {
    background-color: #009951; background-image: url(../images/warning_validate.svg);
}
div.alert-danger {
    background-color: #EC221F; background-image: url(../images/warning_cross.svg);
}
/* //CONTACT */

/* RESPONSIVE */
@media screen and (min-width: 1040px) and (max-width: 1400px) {
    .card {
        background-size: cover;
    }
}
@media screen and (min-width: 200px) and (max-width: 1040px) {
    body {
        font-size: 16px; line-height: 24px;
    }
    h1 {
        text-align: center;
    }
    h2 {
        text-align: center; font-size: 32px; line-height: 48px;
        margin-bottom: 40px;
    }
    h3 {
        font-size: 24px;
    }
    .container {
        padding: 0 20px;
    }

    header {
        border-radius: 20px 20px 0 0;
        position: relative; z-index: 1000;
        height: auto;
    }
    header .hero {
        margin-top: 40px; padding-bottom: 100px;
    }
    header .hero h2 {
        font-size: 32px;
        padding: 0 20px;
    }
    header .topbar {
        display: none;
    }
    header .building {
        background-attachment: scroll;
    }
    header nav#main-nav {
        margin-top: 0; padding: 40px 20px;
    }
    header nav#main-nav ul#desktop-nav {
        display: none;
    }
    nav#responsive-nav {
        background-color: #264993;
        position: fixed; top: 0; right: -100%; z-index: 1000;
        width: 100%;
        border-radius: 20px 20px 0 0;
        transition: all 0.5s ease;
        display: block;
    }
    nav#responsive-nav.active {
        right: 0;
    }
    nav#responsive-nav div.row {
        padding: 40px 20px 0;
    }
    nav#responsive-nav ul {
        border-top: 1px solid #fff;
        text-align: right;
        width: 100%;
        margin: 40px 0 10px; padding: 40px 20px 0;
        list-style: none;
    }
    nav#responsive-nav ul li {
        line-height: 28px;
        margin: 0 0 30px;
    }
    nav#responsive-nav ul li a {
        display: inline-block;
    }
    nav#responsive-nav ul li a.nav-current {
        background: url(../images/mobile_arrow.svg) no-repeat left center;
        font-weight: 700;
        padding: 0 0 0 22px;
    }
    header a#burger-menu {
        padding: 15px 15px 0;
        display: block;
    }
    nav#responsive-nav a#close-nav {
        padding: 15px 15px 0;
    }
    nav#responsive-nav div.languages {
        padding-top: 10px;
    }
    nav#responsive-nav div.languages ul {
        padding: 0; margin: 0;
        border-top: none;
    }
    nav#responsive-nav div.languages ul li {
        display: inline-block;
    }
    nav#responsive-nav div.languages ul li a {
        color: #fff; text-decoration: none;
    }
    nav#responsive-nav div.nav-footer {
        border-radius: 0 0 20px 20px;
        margin-bottom: -20px; padding: 10px 0 20px 20px;
        background-color: #1171B3;
    }
    nav#responsive-nav div.nav-footer p {
        font-size: 12px; line-height: 18px;
        margin: 0; padding: 10px 0 0;
    }
    nav#responsive-nav div.nav-footer p.address::before {
        background: url(../images/icon_position.svg) no-repeat left center; background-size: 14px;
        content: " ";
        width: 21px; height: 18px;
        display: inline-block;
        vertical-align: middle;
    }
    nav#responsive-nav div.nav-footer p.phone::before {
        background: url(../images/icon_phone.svg) no-repeat left center; background-size: 14px;
        content: " ";
        width: 21px; height: 13px;
        display: inline-block;
    }

    .home-intro .experience {
        text-align: center;
        border: 1px solid #B9D8E7; border-radius: 20px;
        margin-bottom: 40px;
    }
    .home-intro .experience p {
        text-align: center; line-height: normal;
    }
    .home-intro .right {
        padding-left: 0.75rem;
    }
    .home-intro .right p {
        line-height: 24px; text-align: center;
    }
    .cards, .home-intro {
        margin-bottom: 40px;
    }
    .card {
        margin-bottom: 40px;
        line-height: 48px;
        background-size: cover;
    }

    .carousel {
        height: 350px;
        clip-path: none;
        margin-bottom: 80px;
    }
    .carousel-indicators {
        right: 0; bottom: 20px;
        justify-content: center;
        gap: 10px;
    }
    .dot {
        height: 16px; width: 16px;
        border: 1px solid #fff;
    }

    section.usps {
        padding-bottom: 160px;
    }
    section.usps h3 {
        text-align: center;;
    }
    /*
    section.usps::after {
        height: 230px; width: 170px;
        bottom: -45px;
        background-size: cover;
    }
    */
    section.usps div.usps-parallax {
        height: 295px; width: 170px;
        bottom: -95px;
        background-size: cover;
        transform: translateY(0)!important;
    }
    section.usps div.usp {
        background-position: center top; background-size: auto 75px;
        padding: 95px 0 0;
    }
    section.usps div.usp p {
        text-align: center; line-height: 24px;
    }

    nav.footer {
        display: flex;
        margin: 40px 0 0;
    }
    nav.footer h4 {
        width: 22%;
        text-align: left!important;
    }
    nav.footer ul {
        width: 78%;
    }
    nav.footer ul li {
        display: inline-block;
    }
    footer nav ul li a {
        padding-left: 36px;
    }
    footer li.mail {
        text-align: left!important;
    }

    .tabs ul li:first-child a {
        border-radius: 10px 10px 0 0;
    }
    .tabs ul li:last-child a {
        border-radius: 0 0 10px 10px;
    }

    p {
        text-align: justify;
        margin-bottom: 40px;
    }
    .container .has-large-font-size {
        font-size: 20px!important; line-height: 32px!important; text-align: center;
    }
    .wp-block-buttons {
        display: block!important;
        text-align: center;
    }

    header h1.page-name {
        font-size: 32px;
        padding: 40px 0 61px;
    }

    .wp-block-media-text__media img {
        margin-bottom: 40px;
    }
    .wp-block-media-text.has-media-on-the-right>.wp-block-media-text__content, .wp-block-media-text.has-media-on-the-right>.wp-block-media-text__content .container {
        padding-right: 0;
    }
    .wp-block-media-text>.wp-block-media-text__content, .wp-block-media-text>.wp-block-media-text__content .container {
        padding-left: 0;
    }
    
    section.contact-form {
        margin-bottom: 40px;
    }
    section.contact-form form {
        background-color: transparent;
        border-radius: 10px; border-right: 1px solid #B9D8E7;
        margin: 0 0 20px; padding: 20px;
        color: #1B2D58;
    }
    section.contact-form form h3 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    section.contact-form form input[type="text"], section.contact-form form input[type="email"],
    section.contact-form form input[type="text"]::placeholder, section.contact-form form input[type="email"]::placeholder, section.contact-form form textarea::placeholder,
    section.contact-form form textarea, section.contact-form form textarea:focus {
        color: #1B2D58; font-size: 14px;
        border-color: #1B2D58;
    }
    section.contact-form form label {
        font-size: 14px;
    }
    section.contact-form form input.btn-negative {
        color: #FA5679; font-size: 14px; line-height: 40px;
        border-color: #FA5679;
        display: block;
        padding: 0;
        width: 100%;
    }
    section.contact-form div.contact-right {
        border: none;
        padding: 0;
    }
    section.contact-form div.contact-right p {
        display: none;
    }
    section.contact-form div.contact-right iframe {
        border-radius: 10px;
    }
    .tab-content img {
        margin-bottom: 40px;
    }
    .bloc-60 {
        margin-bottom: 40px;
    }
}
/* //RESPONSIVE */

/* ONETRUST */
#onetrust-consent-sdk #onetrust-accept-btn-handler, #onetrust-banner-sdk #onetrust-reject-all-handler,
#onetrust-consent-sdk #onetrust-pc-sdk button:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn), #onetrust-consent-sdk #onetrust-pc-sdk .ot-leg-btn-container .ot-active-leg-btn {
    border-color: #0085C4!important;
    background-color: #0085C4!important;
}
#onetrust-consent-sdk #onetrust-pc-btn-handler, #onetrust-consent-sdk #onetrust-pc-btn-handler.cookie-setting-link {
    border-color: #0085C4!important;
    color: #0085C4!important;
}
#onetrust-pc-sdk .ot-active-menu {
    border-color: #0085C4!important;
}
#onetrust-consent-sdk #onetrust-pc-sdk .ot-tgl input:checked+.ot-switch .ot-switch-nob {
    background-color: #0085C4!important;
}
#ot-sdk-btn.ot-sdk-show-settings, #ot-sdk-btn.optanon-show-settings {
    border: none!important;
    background-color: #0085C4!important;
}
/* //ONETRUST */