@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-BookItalic.eot');
    src: url('../fonts/Gotham-BookItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-BookItalic.woff2') format('woff2'),
        url('../fonts/Gotham-BookItalic.woff') format('woff'),
        url('../fonts/Gotham-BookItalic.ttf') format('truetype'),
        url('../fonts/Gotham-BookItalic.svg#Gotham-BookItalic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Book.eot');
    src: url('../fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-Book.woff2') format('woff2'),
        url('../fonts/Gotham-Book.woff') format('woff'),
        url('../fonts/Gotham-Book.ttf') format('truetype'),
        url('../fonts/Gotham-Book.svg#Gotham-Book') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Bold.eot');
    src: url('../fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-Bold.woff2') format('woff2'),
        url('../fonts/Gotham-Bold.woff') format('woff'),
        url('../fonts/Gotham-Bold.ttf') format('truetype'),
        url('../fonts/Gotham-Bold.svg#Gotham-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-BoldItalic.eot');
    src: url('../fonts/Gotham-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-BoldItalic.woff2') format('woff2'),
        url('../fonts/Gotham-BoldItalic.woff') format('woff'),
        url('../fonts/Gotham-BoldItalic.ttf') format('truetype'),
        url('../fonts/Gotham-BoldItalic.svg#Gotham-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Como';
    src: url('../fonts/Como-SemiBold.eot');
    src: url('../fonts/Como-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Como-SemiBold.woff2') format('woff2'),
        url('../fonts/Como-SemiBold.woff') format('woff'),
        url('../fonts/Como-SemiBold.ttf') format('truetype'),
        url('../fonts/Como-SemiBold.svg#Como-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Como';
    src: url('../fonts/Como-Bold.eot');
    src: url('../fonts/Como-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Como-Bold.woff2') format('woff2'),
        url('../fonts/Como-Bold.woff') format('woff'),
        url('../fonts/Como-Bold.ttf') format('truetype'),
        url('../fonts/Como-Bold.svg#Como-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Como';
    src: url('../fonts/Como-ExtraBold.eot');
    src: url('../fonts/Como-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Como-ExtraBold.woff2') format('woff2'),
        url('../fonts/Como-ExtraBold.woff') format('woff'),
        url('../fonts/Como-ExtraBold.ttf') format('truetype'),
        url('../fonts/Como-ExtraBold.svg#Como-ExtraBold') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}



* RESET */ body,
ul,
li,
ol,
form,
h1,
h2,
h3,
h4,
h5,
h6,
div,
span,
p {
    padding: 0;
    margin: 0;
    border: 0;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    text-size-adjust: none;
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

input,
textarea,
select {
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    border-radius: 0;
}

* {
    outline: none !important;
}



ul {
    list-style-type: none;
}

body {
    font: normal 24px/24px Gotham, sans-serif;
    color: #000000;
    background: #ffffff
}

body * {
    box-sizing: border-box;
    outline: 0
}

a {
    text-decoration: none;
    outline: none;
    color: #112667;
}

img {
    border: none;
}

p {
    margin-bottom: 25px
}

html {
  scroll-behavior: auto !important;
}


/*CLASS*/

.container {
    max-width: 1440px;
    width: 100%;
    margin: auto;
    padding: 0 35px;
}

/*HEADER*/
.blcTop.sticky {
    position: fixed;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 600ms;
    animation-duration: 600ms;
    z-index: 200;
    width: 100%;
    background: #ffffff;
    box-shadow: -1px 4px 18px -7px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: -1px 4px 18px -7px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -1px 4px 18px -7px rgba(0, 0, 0, 0.2);
    top: 0;
}

.btn-menu {
    display: none;
}

.blcTop .custom-logo-link,
.blcTop .custom-logo-link img {
    display: block;
}

.blcTop .container {
    max-width: 100%;
}

.row-top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    min-height: 120px;
}

.blc-nav ul,
.nav-foot ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.blc-nav ul li,
.nav-foot ul li {
    display: flex;
    align-items: center;
}

.blc-nav ul li:before,
.nav-foot ul li:before {
    content: '|';
    font: 600 24px/28px Como, sans-serif;
    text-transform: uppercase;
    display: block;
    margin: 0 10px;
    position: relative;
    top: -2px;
}

.blc-nav ul li:first-child:before,
.nav-foot ul li:first-child:before {
    display: none;
}

.blc-nav a,
.nav-foot a,
.blc-copyright {
    font: 600 24px/28px Como, sans-serif;
    text-transform: uppercase;
    color: #112667;
}

h1 {
    font: 700 60px/75px Como, sans-serif !important;
}

h2 {
    font: 700 72px/75px Como, sans-serif !important;
    text-transform: uppercase;
}

p,
.elementor-widget-text-editor li {
    font: normal 24px/32px Gotham, sans-serif !important;
}

.elementor-button-link,
.text-offre .elementor-heading-title {
    font: 700 30px/40px Gotham, sans-serif !important;
    text-transform: uppercase;
}

.elementor-widget-text-editor h3 {
    margin: 0 !important;
    font: 700 36px/42px Como, sans-serif !important;
}


.elementor-widget-text-editor ul {
    list-style: none;
    margin-bottom: 25px;
    padding-left: 0;
}

.elementor-widget-text-editor ul li{
    position: relative;
     padding-left: 34px;
}


.elementor-widget-text-editor ul li:before{
    content: '•';
    font-size: 24px;
    line-height: 32px;
    position: absolute;
    left: 0;
    top: 0;
}




.title-expert .elementor-heading-title,
.title-offre .elementor-heading-title,
.title-faq .elementor-heading-title,
.title-contact .elementor-heading-title {
    font: 700 60px/75px Como, sans-serif !important;
}

.title-insta .elementor-heading-title {
    font: 900 36px/45px Como, sans-serif !important;
}


/*SECTION1*/
.text-banner .elementor-heading-title {
    font: 900 36px/45px Como, sans-serif !important;
}

.text-merci .elementor-heading-title {
    font: 700 18px/24px Como, sans-serif !important;
}


.text-merci .elementor-heading-title span {
    color: #112667;
}

/*SECTION7*/
.sec-insta .e-con-inner {
    position: relative;
}

.instagram-gallery-list[data-feed_layout=gallery] {
    gap: 0 !important;
}

/*SECTION5*/
.btn-expert a {
    text-align: left;
}

.sec-insta .e-con-inner:before {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    top: 0;
    background: #112667;
}

.sec-insta .e-con-inner:after {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #112667;
}


/*SECTION8*/
.text-faq.elementor-widget-text-editor h3 {
    margin-bottom: 25px !important;
    color: #112667;
}

/*SECTION9*/
.blc-form p {
    margin-bottom: 0;

}

.blc-form .form-control {
    border: 2px solid #112667;
    height: 70px;
    font: 600 24px/32px Como, sans-serif !important;
    color: #112667;
    text-transform: uppercase;
}


.blc-form textarea.form-control {
    height: 330px;
    resize: none;
}


.blc-form .chp ::-webkit-input-placeholder {
    opacity: 1;
    color: #112667;
}

.blc-form .chp ::-moz-placeholder {
    opacity: 1;
    color: #112667;
}

.blc-form .chp ::-ms-input-placeholder {
    opacity: 1;
    color: #112667;
}


.blc-form .chp {
    margin-bottom: 37px;
}

.blc-btn {
    text-align: right;
}

.blc-btn .btn-send {
    font: 600 24px/32px Como, sans-serif !important;
    text-transform: uppercase;
    color: #ffffff;
    background: #0c184b;
    border: none;
    width: 200px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 0;
}

.wpcf7-spinner {
    position: absolute;
}

/*FOOTER*/
.footer {
    text-align: center;
    padding: 20px 0 30px;
}

.nav-foot ul {
    justify-content: center;
    padding: 0;
}

.footer .custom-logo-link {
    display: inline-block;
    font-size: 0;
}

.footer .custom-logo-link img {
    display: block;
}

.nav-foot1 {
    margin-top: 15px;
}

.nav-foot2 {
    margin-top: 25px;
}

@media screen and (min-width: 1025px) {

    a,
    .elementor-button-link,
    .blc-btn .btn-send {
        transition: all ease-in-out .4s;
    }

    .blc-nav a:hover,
    .nav-foot a:hover {
        color: #1975d7;
    }

    .elementor-button-link:hover {
        color: #1975d7 !important;
    }

    .blc-btn .btn-send:hover {
        background: #1975d7;
    }
}

@media screen and (max-width: 1365px) {
    .blcTop .custom-logo-link {
        width: 250px;
    }

    .blc-nav ul {
        padding-left: 10px;
    }
}

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

    .blc-nav {
        display: none;
        position: fixed;
        top: 87px;
        width: 100%;
        background: #ffffff;
        z-index: 9999;
        left: 0;
        padding: 10px 0;

        max-width: 100%;
    }

    .blc-nav ul {
        display: block;
        padding-left: 0;
    }

    .blc-nav ul li:before {
        display: none;
    }

    .blc-nav ul li a {
        display: block;
        padding: 2px 40px;
        width: 100%;
    }

    .blc-nav ul li {
        margin: 4px 0;
    }

    .btn-menu {
        display: block;
        width: 47px;
        height: 47px;
        background: #112667;
        z-index: 100;
        border-radius: 0;
        position: relative;
    }

    .btn-menu>div {
        width: 25px;
        height: 2px;
        background: #ffffff;
        position: absolute;
        top: 50%;
        margin-top: -1px;
        left: 0;
        right: 0;
        margin: auto;
    }

    .btn-menu>div:before {
        content: '';
        width: 100%;
        height: 2px;
        background: #ffffff;
        position: absolute;
        top: -8px;
    }

    .btn-menu>div:after {
        content: '';
        width: 100%;
        height: 2px;
        background: #ffffff;
        position: absolute;
        top: 8px;
    }


    .btn-menu.active>div {
        height: 0;
    }

    .btn-menu.active>div:before {
        transform: rotate(-45deg);
        top: 0;
        transition: transform ease-in-out 0.4s;
    }

    .btn-menu.active>div:after {
        transform: rotate(45deg);
        top: 0px;
        transition: transform ease-in-out 0.4s;
    }

    .row-top {
        min-height: inherit;
        padding: 20px 0;
    }

    h1 {
        font: 700 45px / 60px Como, sans-serif !important
    }

    h2,
    .title-expert .elementor-heading-title,
    .title-offre .elementor-heading-title,
    .title-faq .elementor-heading-title,
    .title-contact .elementor-heading-title {
        font: 700 50px/60px Como, sans-serif !important;
    }

    p,
    .elementor-widget-text-editor li {
        font: normal 20px / 28px Gotham, sans-serif !important;
    }

    .elementor-widget-text-editor h3 {
        font: 700 28px / 35px Como, sans-serif !important;
    }


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

        .blc-nav ul li a {
            padding: 2px 15px;
            font: 600 20px/28px Como, sans-serif;
        }

        .blcTop .custom-logo-link {
            width: 225px;
        }

        .container {
            padding: 0 15px;
        }

        h1 {
            font: 700 35px / 45px Como, sans-serif !important;
        }

        .text-banner .elementor-heading-title {
            font: 900 25px / 35px Como, sans-serif !important;
        }

        h2,
        .title-expert .elementor-heading-title,
        .title-offre .elementor-heading-title,
        .title-faq .elementor-heading-title,
        .title-contact .elementor-heading-title {
            font: 700 35px / 40px Como, sans-serif !important;
        }

        .elementor-button-link,
        .text-offre .elementor-heading-title {
            font: 700 25px / 35px Gotham, sans-serif !important;
            text-transform: uppercase;
        }

        h2,
        .title-expert .elementor-heading-title,
        .title-offre .elementor-heading-title,
        .title-faq .elementor-heading-title,
        .title-contact .elementor-heading-title {
            font: 700 30px / 40px Como, sans-serif !important;
        }

        .title-insta .elementor-heading-title {
            font: 900 30px / 40px Como, sans-serif !important;
        }

        .blc-form .form-control {
            height: 50px;
            font: 600 16px / 25px Como, sans-serif !important;
        }

        .blc-form .chp {
            margin-bottom: 25px;
        }

        .blc-form textarea.form-control {
            height: 200px;
        }

        p,
        .elementor-widget-text-editor li {
            font: normal 18px / 28px Gotham, sans-serif !important;
        }

        .blc-btn {
            text-align: center;
        }

        .elementor-widget-text-editor h3 {
            font: 700 24px / 28px Como, sans-serif !important;
        }

        .nav-foot ul {
            flex-direction: column;
        }

        .nav-foot ul li:before {
            display: none;
        }

        .nav-foot a,
        .blc-copyright {
            font: 600 20px / 28px Como, sans-serif;
        }

        .blc-copyright {
            margin-top: 25px;
        }


        .elementor-widget-text-editor ul li{
            padding-left: 25px;
        }

        .elementor-widget-text-editor ul li:before {
            line-height: 28px;
        }

    }