@font-face {
    font-family: "Asap";
    src: url("../fonts/asap-400.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Asap";
    src: url("../fonts/asap-500.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Asap";
    src: url("../fonts/asap-700.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/roboto-400.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/roboto-700.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}



.header .navbar {
    height: 100%;
}

.header .col-sm-12 {
    height: 100%;
}

.pink {
    color: var(--color-pink);
}

#myHeader {
    background: rgba(255, 255, 255, 0.95);
}

.btn-demo-header {
    display: none;
}

img.custom-logo {
    width: 200px;
}

.footer .nav-link {
    color: white;
    font-size: 16px;
    font-family: Asap, 'sans-serif';
    font-weight: 500;
    line-height: 22px;
    word-wrap: break-word;
    padding-bottom: 28px;
}

.col-info-site {
    color: white;
    font-family: Asap, 'sans-serif';
}

.col-info-site .h3 {
    font-size: 40px;
    font-weight: 700;
    line-height: 43px;
}

.col-info-site p {
    font-size: 16px;
    color: white;
    font-weight: 400;
    line-height: 28px;
}

.copyrights, .copyrights a {
    color: #DDDDDD;
    font-size: 14px;
    font-family: Asap, 'sans-serif';
    font-weight: 400;
    line-height: 28px;
}

.copyrights {
    padding-bottom: 20px;
}

/** global slider **/
.slick-arrow-prev, .slick-arrow-next {
    position: absolute;
    z-index: 50;
    color: white;
    background: #FE005E;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    font-size: 16px;
}

.fa-chevron-right, .fa-chevron-left {
    padding: 10px 12px;
}

.title-48 {
    color: #09212F;
    font-size: 48px;
    font-family: Asap, 'sans-serif';
    font-weight: 700;
    line-height: 70px;
}

.title-61 {
    font-size: 61px;
    font-family: Asap, 'sans-serif';
    font-weight: 700;
    line-height: 63px;
}

.paragraph-20 {
    font-size: 20px;
    font-family: Asap, 'sans-serif';
    font-weight: 400;
    line-height: 28px;
}

.paragraph-16 {
    font-size: 16px;
    font-family: Asap, 'sans-serif';
    font-weight: 400;
    line-height: 24px;
}

.default-button {
    background-color: #FE005E;
    border: none;
    border-radius: 10px;
    color: white;
    font-size: 34px;
    font-family: Asap, 'sans-serif';
    font-weight: 700;
    line-height: 55px;
    padding: 8px 32px;
}

.slick-track {
    align-items: center;
    display: flex;
}

/** container **/

.container-fluid {
    max-width: 2000px;
}

/** margin **/

.margin-tb-100 {
    margin: 120px auto;
}

/** padding **/

.padding-tb-100 {
    padding: 100px 0;
}

/** buttons **/
.btn-pink {
    color: #fff;
    background: var(--color-pink);
    border-radius: 5px;
    padding: 8px 16px;
    border: 0;
    text-decoration: none;
}

/*** Global animation ***/

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
    }
    70% {
        opacity: 1;
        -ms-transform: scale(1.02);
        -webkit-transform: scale(1.02);
        transform: scale(1.02);
    }
    100% {
        opacity: 1;
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/** variables **/
:root {
    --color-pink: #FE005E;
    --color-darkBlue: #09212F;
}

/*** WPML ***/
.wpml-ls-legacy-dropdown-click {
    width: initial;
}

.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle {
    position: relative;
    border: 1px solid #09212F;
    padding: 10px 18px 10px 8px;
    border-radius: 5px;
}

.wpml-ls-legacy-dropdown-click a {
    border: none;
    padding: 10px;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
}

.wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover > a, .wpml-ls-legacy-dropdown-click a:focus, .wpml-ls-legacy-dropdown-click a:hover {
    background: #FFFFFF;
}

.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after {
    border: 0.3em solid transparent;
    border-top: 0.4em solid;
    right: 6px;
    top: calc(50% - 0.08em);
    color: #D9D9D9;
}

.wpcf7-text, .wpcf7-textarea {
    width: 100%;
    background: #F5F8FA;
    border-radius: 8px;
    border: 1px #E1E1E1 solid;
}

.wpcf7-text {
    height: 48px;
}

.modal.show .modal-dialog {
    margin-top: 0;
    margin-bottom: 0;
}

.modal-content {
    border-radius: 0;
}

.form-container label {
    color: #192327;
    font-size: 14px;
    font-family: Asap, 'sans-serif';
    font-weight: 400;
    line-height: 20px;
    width: 100%;
}

.span-asterix {
    color: var(--color-pink);
    font-weight: 600;
}

.form-container h3 {
    color: var(--color-darkBlue);
    font-size: 29px;
    font-family: Asap, 'sans-serif';
    font-weight: 700;
    line-height: 55px;
}

input[type="file"] {
    border-radius: 5px;
    padding: 8px 0;
    margin: 8px 0;
}

input[type="file"]:before {
    content: 'Importer un fichier';
    color: white;
    background: var(--color-pink);
    font-size: 16px;
    font-family: Asap, 'sans-serif';
    font-weight: 700;
    line-height: 26px;
    padding: 16px;
    margin-right: 100px;
    width: 200px;
    height: 60px;
    border-radius: 10px;
}

.file-dl {
    color: #A4A4A4;
    font-size: 14px;
    font-family: Asap, 'sans-serif';
    font-weight: 400;
    line-height: 20px;
    padding-top: 7px;
}

#btn-close {
    background-color: transparent;
    border: none;
    font-size: 45px;
}

.checkbox-contact {
    color: #474747 !important;
}

.footer .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle {
    border: 1px solid #FFFFFF;
    background: transparent;
}

.footer .wpml-ls-legacy-dropdown-click a span {
    color: #FFFFFF;
}

.footer .wpml-ls-legacy-dropdown-click .wpml-ls-item {
    width: 55px;
}

.footer .wpml-ls-legacy-dropdown-click a {
    background-color: transparent;
}

.footer .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
    border: none;
}

.error404-text {
    font-family: Asap, 'sans-serif';
}

.error404-container {
    padding: 40px 0;
}

/***** Newsletter *****/
.bloc-newsletter .tnp-subscription {
    display: flex;
}

.bloc-newsletter .tnp-field-email {
    width: 100%;
    border-radius: 16px;
    background: var(--color-darkBlue);
}

.bloc-newsletter .tnp-subscription div.tnp-field {
    margin-bottom: 0;
}

.bloc-newsletter .tnp-subscription input[type=email] {
    font-family: Asap, 'sans-serif';
    border-radius: 5px 0 0 5px;
    border: 2px solid #FFFFFF;
    background-color: var(--color-darkBlue);
    color: #FFFFFF !important;
    height: 50px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='23' viewBox='0 0 25 23' fill='none'%3E%3Cpath d='M4.56052 3.71191H20.5759C21.677 3.71191 22.5778 4.53691 22.5778 5.54525V16.5452C22.5778 17.5536 21.677 18.3786 20.5759 18.3786H4.56052C3.45946 18.3786 2.55859 17.5536 2.55859 16.5452V5.54525C2.55859 4.53691 3.45946 3.71191 4.56052 3.71191Z' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M22.5778 5.54541L12.5682 11.9621L2.55859 5.54541' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position-x: 16px;
    background-position-y: 50% !important;
    padding-left: 52px;
}

.bloc-newsletter .tnp-field input[type="submit"] {
    font-family: Asap, 'sans-serif';
    border-radius: 5px;
    background: #FF3C78;
    height: 100%;
    padding: 12px 24px;
    margin-left: -5px;
}

.content-newsletter {
    border-radius: 16px;
    background: var(--color-darkBlue);
    padding: 40px;
    color: #FFFFFF;
    margin: 0 8%
}

.content-newsletter .title {
    color: #FFFFFF;
    font-family: 'Asap', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
}

.content-newsletter p {
    font-family: 'Asap', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #FFFFFF;
    margin: 16px 0 0 0;
}

.content-newsletter input::-webkit-input-placeholder {
    color: #FFFFFF;
}

.content-newsletter input::-moz-placeholder {
    color: #FFFFFF;
    opacity: 1;
}

.content-newsletter input:-ms-input-placeholder {
    color: #FFFFFF;
    opacity: 1;
}

.content-newsletter input:-moz-placeholder {
    color: #FFFFFF;
    opacity: 1;
}

.bloc-newsletter .tnp-field input[type="submit"]:hover {
    background-color: #E40055;
}

.footer-newsletter {
    background: #09212F;
}

@media (max-width: 767.98px) {
    .bloc-newsletter {
        padding: 0 24px;
    }

    .content-newsletter {
        margin: 0;
    }

    .content-newsletter .title {
        font-size: 32px;
        font-style: normal;
        line-height: 1;
    }

    .content-newsletter {
        padding: 33px 20px 20px 20px;
    }
}

@media (max-width: 991.98px) {
    .img-footer {
        display: flex;
        justify-content: space-between;
        padding-bottom: 40px;
    }

    .bloc-newsletter .tnp-subscription {
        margin: 40px 0 0 0;
    }

    .footer-newsletter {
        background: transparent;
    }

    .bloc-newsletter {
        margin: 0 0 80px 0;
        padding: 20px 24px 8px 24px;
    }

    .img-footer span, .img-footer a {
        color: #C0C0C0;
        font-family: 'Asap', sans-serif;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
    }
}

.bloc-newsletter {
    border-bottom: 1px solid #ffffff
}

.footer-bloc {
    padding-top: 48px;
}

/**** Fin Newsletter *****/
.bloc-banner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

.article-body li {
    font-family: 'Asap', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    font-size: 20px;
}


/** Tarteaucitron **/

#tarteaucitronAlertBig,#tarteaucitronPersonalize2, #tarteaucitronCloseAlert, .tarteaucitronCTAButton {
  font-weight: bold;
}

#tarteaucitronRoot {
    font-family: Asap, 'sans-serif';
}

#tarteaucitronPrivacyUrl{
    text-decoration: underline;
}



.navbar-nav .dropdown {
    position: relative;
}

.navbar-nav .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9999;
}

.navbar-nav .dropdown:hover > .dropdown-menu {
    display: block;
    border: 0;
    background: #f6f6f6;
    padding: 15px 15px;
}


.navbar-nav .dropdown-menu li:hover{
}

.navbar-nav .dropdown-menu li a{
    display: table-cell;
}


.navbar-nav .dropdown-menu li a:hover{
    color : #FE005E;
    border-bottom: solid 2px #FE005E;
    background : #f6f6f6;
}


.dropdown-item.active, .dropdown-item:active{
    color: #ffff;
    background : #FE005E;

}