html {
    height: 100%;
    width: 100%;
}

:root {
    --white-1-color: #ffffff;
    --black-1-color: #1E1E1E;
    --Gris-Text: #141414;
}

.grecaptcha-badge {
    visibility: hidden;
}

.tarteaucitron-magic-block {
    visibility: hidden;
}

.container-fluid {
    width: 100%;
}

*:focus {
    outline: 0 !important;
}

body a:hover {
    color: #fff;
}

.btn.btn-primary:hover {
    color: #fff;
    background-color: #FF3C78;
    border-color: #FF3C78;
}

.btn.btn-secondary, .btn.btn-secondary:hover, .btn.btn-secondary:active {
    color: #FF3C78;
    background-color: #fff;
    border-color: #FF3C78;
}

/**
 * Undo the above focused button styles when the element received focus
 * via mouse click or touch, but not keyboard navigation.
 */
/**:focus:not(:focus-visible) {*/
/*    outline: 0 !important;*/
/*    box-shadow: none !important;*/
/*}*/

body {
    width: auto;
    position: relative;
    padding-bottom: 450px;
    padding: 0;
}

.custom-logo {
    max-width: 450px;
}

/******** Header ********/

.sticky {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 950;
}



/****** Fin header ******/
/****** Footer ******/

.footer {
    height: auto;
    width: 100%;
    /*background: grey;*/
}


/****** Fin Footer ******/

/******   Page 404 ******/
.error404-container {
    background: linear-gradient(180deg, rgba(47, 109, 151, 0.2) 0%, rgba(196, 196, 196, 0) 60%);
}

.error404-img img {
    width: 100%;
    image-rendering: optimizeQuality;
    padding: 180px 80px 0px 170px;
}

@media screen and (min-width: 951px) and (max-width: 1300px) {
    .error404-img img {
        width: 100%;
        image-rendering: optimizeQuality;
        padding: 180px 50px 0px 90px;
    }
}

.error404-text {
    width: 100%;
    padding-top: 200px;
    text-align: left;
}

.error404-text h3 {
    font-family: 'Charter', Arial, sans-serif;
    font-style: normal;
    font-size: 29px;
    line-height: 118.1%;
    padding-bottom: 11px;
    color: #2F6D97;
}

.error404-text p {
    font-family: 'Noto Sans', Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    padding-bottom: 37px;
    color: #565656;
}

.error404-button {
    max-width: 231px;
    height: 50px;
    left: calc(50% - 231px / 2);
    top: calc(50% - 50px / 2);
    background: linear-gradient(105.79deg, #E46E00 4.52%, #FDA43C 71.62%);
    border-radius: 30px;
    border: 0;
    width: 100%;
}

.error404-tablette {
    display: none;
}

@media all and (min-width: 576px) and (max-width: 950px) {
    .error404-tablette {
        display: block;
    }

    .error404-desktop {
        display: none;
    }

    .error404-img img {
        width: 100%;
        image-rendering: optimizeQuality;
        padding: 36px 100px 36px 100px;
    }

    .error404-text {
        width: 100%;
        padding-top: 0px;
        text-align: left;
    }

    div.col-sm-12.error404-text {
        padding: 0 65px 0 65px;
    }
}

@media all and (max-width: 575px) {
    .error404-img img {
        width: 100%;
        image-rendering: crisp-edges;
        padding: 36px 50px 36px 50px;
    }

    div.col-sm-6.error404-text {
        padding: 0 78px 0 43px;
    }

    div.col-sm-6.error404-img {
        padding: 0;
    }
}

@media all and (min-width: 1800px) {
    .error404-text {
        padding-top: 300px;
    }

}

@media all and (max-width: 330px) {
    div.col-sm-6.error404-text {
        padding: 0 20px 15px 20px;
    }

    div.col-sm-6.error404-img {
        padding: 0;
    }
}

/******   Fin Page 404 ******/

/*footer*/
#footer .footer-top h3 {
    font-size: 40px;
    font-family: Roboto, Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: var(--Gris-Text);
}

#footer .footer-top p {
    color: var(--Gris-Text);
    font-size: 16px;
    font-family: Roboto, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

#footer .footer-link ul.navbar-nav > li ul {
    padding: 0;
}

#footer .footer-bottom a.custom-logo-link img {
    max-width: 190px;
    height: auto;
}

#footer .footer-bottom {
    border-top: 1px solid #696969;
}

#footer .footer-link ul.navbar-nav > li ul li a p, #footer .footer-link ul.navbar-nav > li ul li a {
    font-size: 16px;
    font-family: Roboto, Arial, sans-serif;
    text-decoration: none;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: var(--Gris-Text);
}

#footer .footer-link li {
    list-style-type: none;
}

#footer .footer-link ul.navbar-nav > li > a {
    cursor: default;
    pointer-events: none;
    color: var(--Gris-Text);
    font-size: 18px;
    font-family: Roboto, Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}

/*fin footer*/

/*newsletter*/
.block_newsletter {
    border-radius: 16px;
    background: #1E1E1E;
}

.block_newsletter p {
    font-size: 16px;
    font-family: Roboto, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
}

.block_newsletter h2 {
    font-size: 32px;
    font-family: Roboto, Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
    color: #fff;
}

.block_newsletter .tnp-subscription form {
    position: relative;
}

.block_newsletter .tnp-subscription .tnp-field-button input {
    background-color: var(--secondary-color);
    border-radius: 25px;
    color: #fff;
    height: 48px;
    padding-left: 1.5em;
    padding-right: 1.5em;

}

.block_newsletter .tnp-subscription input.tnp-email {
    background: transparent;
    border: 1.5px solid #fff;
    border-radius: 25px;
}

.block_newsletter .tnp-field-button {
    position: absolute;
    right: 85px;
    top: 0;
}

.block_newsletter form .tnp-field-email label:before {
    content: '\f0e0';
    font-family: "Font Awesome 5 Free", Arial, sans-serif;
    font-weight: 600;
    margin-right: 7px;
    font-size: 18px;
    position: absolute;
    bottom: 0px;
    left: 0;
}

.block_newsletter form .tnp-field-email label {
    position: absolute;
    color: #fff;
    bottom: 13px;
    left: 20px;
    padding-left: 24px;
}

/*fin newsletter*/
/*dernier articles*/
.blog-row .border-gris {
    width: fit-content;
    margin: auto;
    color: #5A5A5A;
    border-radius: 50px;
    background: rgba(0, 0, 0, 0.10);
    font-family: Roboto, Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /*text-transform: uppercase;*/
}

.blog-row .titre-dernier-article {
    color: #0F0F0F;
    font-family: Roboto, Arial, sans-serif;
    max-width: 350px;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.blog-row .date-post {
    color: #172327;
    font-family: Roboto, Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.tease-post a {
    text-decoration: none;
}

.blog-row .actu-text {
    font-family: Roboto, Arial, sans-serif;
    color: #0A0E1A;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.single .blog-row .actu-content, .page-actualite .blog-row .actu-content {
    position: relative;
    padding: 24px;
    background: #FFFFFF;
    border-radius: 0 0 16px 16px;
    box-shadow: 0 4px 12px 0 rgba(191, 191, 191, 0.20);
}

.blog-row .blog-item > a {
    text-decoration: none;
}

.page-actualite .bloc-newsletter {
    margin-top: 120px;
}

.recent-swiper .swiper-wrapper, .block_testimonials .swiper-wrapper {
    height: auto;
}

/*fin testimonial*/

.blog-row .actu-title {
    font-family: Roboto, Arial, sans-serif;
    text-decoration: none;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    color: #1E1E1E;
    margin-bottom: 0;
}

/*fin dernier articles*/
.video_banniere a {
    position: absolute;
    bottom: -14px;
    transform: translateX(-50%);
    border-radius: 50px;
    background: var(--secondary-colors-ff-3-c-78, #FF3C78);
    color: #fff;
    text-decoration: none;
    padding-left: 23px;
    padding-right: 23px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.video_banniere_a {
    position: relative;
}

.video_banniere h2 {
    color: #FFF;
    text-align: center;
    font-family: Roboto, Arial, sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0.7em;
}

.video_banniere video {
    width: 100%;
}

.video_banniere {
    position: absolute;
    bottom: -38%;
    max-width: 600px;
    left: 50%;
    transform: translateX(-50%);
}

.block_video_banniere {
    position: relative;
}

.backgraound-image-video .plyr__control {
    color: red;
}

.backgraound-image-video .plyr__control:after {
    content: url('/app/uploads/2023/07/media-Icon.svg');
}

.backgraound-image-video .plyr__control svg {
    display: none;
}

/*fin video banniere*/
/*page contact*/
.background-black {
    background: #0F0F0F;
}

.contact-page p.border-gris {
    padding: 8px 16px;
    color: #1E1E1E;
    font-family: Roboto, Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.contact-page h2 {
    color: #0F0F0F;
    text-align: center;
    font-family: Roboto, Arial, sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

body.contact form span.rouge {
    color: red;
}

body.contact form > div > div:nth-child(1) {
    padding-left: 3rem;
    padding-right: 5rem;
    padding-bottom: 3rem;
    padding-top: 2rem;
}

body.contact form > div > div:nth-child(2) p, body.contact form > div > div:nth-child(2) textarea, body.contact form > div > div:nth-child(2) .wpcf7-acceptance label {
    margin-bottom: 1.5em;
}

body.contact form > div > div:nth-child(2) h2 {
    text-align: center;
    margin-bottom: 1em;
    color: #000;
    text-align: center;
    font-family: Roboto, Arial, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
}

body.contact form > div > div:nth-child(2) {
    padding-left: 3rem;
    padding-right: 3rem;
    padding-bottom: 1rem;
    padding-top: 1rem;
    border-radius: 24px;
    background: #FFF;
}

body.contact form {
    padding: 4em 0;
}

body.contact form label {
    color: #192327;
    font-family: Roboto, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    width: 100%
}

body.contact input.wpcf7-submit {
    padding: 12px 24px;
    color: #fff;
    border-radius: 50px;
    background: #FF3C78;
    border: none;
    font-family: Roboto, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;

}

body.contact h1 {
    color: #FFF;
    font-family: Roboto, Arial, sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 57px;
    margin-bottom: 0.5em;
}

body.contact .block-contact-gauche img {
    padding-right: 1em;
}

body.contact .block-contact-gauche {
    margin-top: 1.2em;
    padding-top: 1.5em;
    padding-bottom: 2em;
    border-bottom: 2px dashed #E1E1E1;
    border-top: 2px dashed #E1E1E1;
}

body.contact form input:not([type='checkbox'],.wpcf7-submit), body.contact form textarea {
    border-radius: 8px;
    border: 1px solid #E1E1E1;
    width: 100%;
}

body.contact form .wpcf7-form-control-wrap {
    width: 100%;
    display: inline-block;
}

.home-slide .swiper-slide.fade-out {
    opacity: 1;
}

.home-slide .swiper-slide-prev:not(.fade-out) {
    opacity: 0;
    transition: opacity 0.5s ease-out;;
}

.home-slide .swiper-slide {
    text-align: right;
}

.home-slide .swiper-slide img {
    margin-right: -10%;
}
