/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@media screen and (max-width:991px) {
    .d-sm-none {
        display: none;
    }
}

.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.flex-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.justify-content-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.align-items-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.gap-22 {
    gap: 22px;
}
.ml-auto {
    margin-left: auto;
}
.mr-auto {
    margin-right: auto;
}
.mt-0 {
    margin-top: 0!important;
}
.mb-16 {
    margin-bottom: 16px;
}

.link {
    color: var(--darkgray);
    margin-top: 32px;
    display: inline-block;
    font-weight: 700;
    font-size: var(--font18);
    position: relative;
}
.second-theme-red .link {
    color: var(--accent-colored);
}
.link::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 15%;
    height: 3px;
    background-color: var(--accent-colored);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.link:hover::before {
    width: 100%;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.link:focus::before {
    width: 100%;
}
/* .link:hover {
    color: var(--accent-colored);
} */
.card-shadow {
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,.16);
    box-shadow: 0 0 20px rgba(0,0,0,.16);
    border-radius: 10px;
}


.section-title-picto {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
            text-align: center;
}
.section-title-picto span {
    font-size: var(--font40);
    color: var(--accent-colored);
    margin-bottom: 10px;
}
.section-title-picto h2 {
    font-size: var(--font32);
}
.section-title-picto svg {
    height: 60px;
}
.section-title-picto svg, .section-title-picto svg path , .section-title-picto svg rect{
    fill: var(--accent-colored)!important;
}
.page-template-tpl-cabinet .panel--module+.panel--module:before {
    display: none;
}
.card-bloc__gray {
    background-color: #F8F8F8;
    border-radius: 12px;
    padding: 30px 22px 40px 23px;
    font-size: var(--font18);
    color: var(--gray);
    margin-top: 32px;
}
@media screen and (max-width:600px) {
    .card-bloc__gray {
        padding-left: 0;
        padding-right: 0;
    }
}
.card-bloc__gray strong {
    color: var(--darkgray);
    text-wrap: nowrap;
}
.cover {
    overflow: hidden;
    position: relative;
}
.cover img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.modal iframe {
    left: 50%!important;
    top: 50%!important;
    transform: translate(-50%, -50%)!important;
}

.information__recaptcha p  {
    font-size: 0.875rem;
    line-height: 1.2em;
    padding-bottom: 0.3125rem;
}
.information__recaptcha p span {
    background-color: var(--accent-colored);
    font-size: 0.875rem;
    line-height: 1.2em;
    display: inline-block;
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 15px;
    color: #1F2937;
    transition: .5s;
}
.second-theme-red .information__recaptcha p span {
    color: #fff;
}
.information__recaptcha p span:hover {
    background-color: rgba(var(--accent-colored-rgb), 0.2);
    border-color: rgba(var(--accent-colored-rgb), 0.2);
    color: var(--accent-colored);
    transition: .5s;
}
.information__recaptcha br {
    display: none;
}
.wpcf7-spinner {
    display: none!important;
}
.wpcf7-response-output.wpcf7-response-output {
    color: #000!important;
}
.information__recaptcha {
    margin: 10px 0!important;
}
/* @changelog 2025-07-18 [FIX] (Nicolas) Magazine */
.card-magazine {
    margin-bottom: 50px;
}

.card-magazine__iframe {
    width: 100%;
    height: 100vh;
}
