/*
Theme Name: FUTURAE
Description: Theme enfant de GeneratePress. Vous pouvez maintenant effectuer vos modifications en toute sécurité.
Author: Florian | Progressio Web
Author URI: https://progressio-web.fr
Template: generatepress
Version: 1.0
*/

html,
body {
    overflow-x: clip;
}

:root {
    --noir: #23262F;
    --orange: #FF6600;
    --blanc: #FBFEFF;
}

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

.italic {
    font-style: italic;
}

body::-webkit-scrollbar {
    width: 7px;
    background-color: var(--noir);
}

.cover {
    background-size: cover;
    background-position: center;
}

body::-webkit-scrollbar-thumb {
    background-color: var(--orange);
    border-radius: 999px;
}

.cover {
    background-position: center;
    background-size: cover !important;
}

body.admin-bar #header__custom {
    top: 30px;
}

#header__content {
    backdrop-filter: blur(5px);
    background: #23262fe8;
}

#nav__desk ul li ul li ul {
    left: 10px !important;
}

#nav__desk li.menu-item-209 a {
    background: var(--orange);
    border-radius: 9999px;
    padding: 12px 30px;
    text-transform: uppercase;
    font-size: 14px;
    color: var(--blanc);
}

#nav__desk li.menu-item-209 a:hover {
    color: var(--blanc);
}

#nav__desk li a {
    cursor: pointer;
}

/*.e-n-tabs-content .onglet_sub_container:before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    animation: borderAnimation 7s ease alternate infinite !important;
    background: linear-gradient(90deg, #ff6600);
    background-size: 300% 300%;
    padding: 0px 0px 0px 0px;
    transition: all 0.3s;
}

.e-n-tabs-content .onglet_sub_container:hover:before {
    padding: 5px 0px 0px 5px;
    transition: all 0.3s;
}*/

.faq_custom h3 {
    color: inherit !important;
}

.logos {
    overflow: hidden;
    padding: 15px 0;
    white-space: nowrap;
    position: relative;
}

.logos:before {
    left: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), #FBFEFF);
}

.logos:after {
    right: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #FBFEFF);
}

.logos:after,
.logos:before {
    position: absolute;
    top: 0;
    content: '';
    width: 250px;
    height: 100%;
    z-index: 2;
}

.partner-logo {
    margin: 0 60px;
    max-width: 100px !important;
    opacity: 0.8;
    object-fit: contain;
}

.logo_items {
    display: inline-block;
    animation: 50s linear infinite slides;
    width: max-content;
    display: inline-flex;
    mix-blend-mode: multiply !important;
}

@keyframes slides {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

.form_custom input, .form_custom textarea, .form_custom .choices.wpforms-field-row .choices__inner{
    box-shadow: #00000017 0px 3px 6px !important;
    border: none !important;
}

.form_custom .wpforms-submit-container {
    text-align: center;
}

.form_custom .wpforms-field {
    padding: 12px 0px;
}

.form_custom label.wpforms-field-label-inline {
    opacity: 0.5;
}

.form_custom .wpforms-container-full .wpforms-field.wpforms-field-checkbox ul li input:before {
    border-radius: 999px;
}

.ceo_content .ceo_logo img {
    max-height: 70px;
    object-fit: contain;
    max-width: 160px !important;
}

.ceo_content .ceo_temoignage {
    overflow: hidden;
    overflow-y: auto;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

body .ceo_content .ceo_temoignage::-webkit-scrollbar {
    width: 5px;
    background-color: #bdbdbd;
    border-radius: 999px;
}

body .ceo_content .ceo_temoignage::-webkit-scrollbar-thumb {
    background-color: var(--noir);
    border-radius: 999px;
}

.ceo_container .ceo_content {
    position: relative;
    opacity: 0!important;
    bottom: -50px;
    transition: all 0.3s!important;
}

.ceo_container:hover .ceo_content {
    opacity: 1!important;
    bottom: 0px;
    transition: all 0.3s!important;
}

.transform_top:hover {
    transform: translateY(0px);
    transition: all 0.3s;
}

.transform_top:hover {
    transform: translateY(-10px);
    transition: all 0.3s;
}

.partner-logo img {
    display: block;
}

.grid_custom_post .e-loop-item {
    padding-bottom: 0px !important;
}

.content__custom * {
    margin-bottom: 30px !important;
}

.content__custom h2 {
    margin-top: 50px!important;
}

.content__custom h3 {
    font-weight: 700 !important;
    font-size: 20px !important;
    margin-top: 50px !important;
}

.content__custom li {
    margin-bottom: 10px !important;
}

.content__custom :last-child {
    margin-bottom: 0 !important;
}

.form_custom input.choices__input {
    box-shadow: none !important;
}

#btn_fixed_inscription {
    position: fixed;
    z-index: 100;
    bottom: 30px;
    right: 30px !important;
    left: auto !important;
    width: fit-content;
    width: auto;
}

@media screen and (min-width:1281px) {
    .no_desk {
        display: none !important;
    }
}

@media screen and (max-width:1280px) {
    .no_mob {
        display: none !important;
    }
}

@media screen and (max-width:600px) {
    body.admin-bar #header__custom {
        top: 0px;
    }
}