/*
Theme Name: Soïkos Groupe
Theme URI: https: //www.agencebastille.com/
Description: Soïkos Groupe
Version: 1.4.3
Author: Agence Bastille
Author URI: https: //www.agencebastille.com/

License: MIT
License URI: http://opensource.org/licenses/mit-license.php
*/


/*------------------------------------*\
    MAIN
\*------------------------------------*/


/* global box-sizing */

*,
*:after,
*:before {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}


/* html element 62.5% font-size for REM use */

.grecaptcha-badge {
    display: none!important;
}

html {
    font-size: 62.5%;
    font-family: "Neutrif Studio";
}

body {
    font-family: "Neutrif Studio";
    color: #444;
}

.logged-in.admin-bar {
    position: relative;
}

main {
    background-color: #fff;
}

a:hover {
    text-decoration: none;
}

p {
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 32px;
    color: #000000;
}

ul {
    margin-top: 32px;
}

li {
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 32px;
    color: #1D1D1D;
}

.desc a:not(.main-btn),
.desc p a:not(.main-btn) {
    color: #A500AF;
    text-decoration: underline;
}


/* clear */

.clear:before,
.clear:after {
    content: ' ';
    display: table;
}

.clear:after {
    clear: both;
}

.clear {
    zoom: 1;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

a {
    /* color: #444; */
    text-decoration: none;
}

a:hover {
    color: initial;
}

a:focus {
    outline: 0;
}

a:hover,
a:active {
    outline: 0;
}

input:focus {
    outline: 0;
    border: 1px solid #04A4CC;
}

.anim-js-input {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: rgba(66, 66, 66, 0.65);
    background-color: #ffffff;
    padding: 0 15px;
    position: absolute;
    z-index: 10;
    left: 35px;
    top: 30%;
    transform: translateY(-50%);
    opacity: 0;
    pointer-events: none;
    transition: all 300ms;
}

.anim-js-input.active {
    top: 0;
    opacity: 1;
}

h1,
h2,
h3,
h4 {
    margin: 0;
}

p {
    margin: 0;
}

.text-white,
.text-white a {
    color: #fff!important;
}

.text-black,
.text-black a {
    color: #000;
}

.text-dark,
.text-dark a {
    color: #444444;
}

.no-padding {
    padding: 0!important;
}

.fs-14 {
    font-size: 14px;
}

.fs-16 {
    font-size: 16px;
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}

.fs-22 {
    font-size: 22px;
}

.fs-24 {
    font-size: 24px;
}

.fs-26 {
    font-size: 26px;
}

.fs-28 {
    font-size: 28px;
}

.fs-30 {
    font-size: 30px;
}

.fs-35 {
    font-size: 35px;
}

.fs-40 {
    font-size: 40px;
}

.fs-42 {
    font-size: 42px;
}

.fs-75 {
    font-size: 75px!important;
}

.fs-100 {
    font-size: 100px;
}

.op-1 {
    opacity: 0.1
}

.op-2 {
    opacity: 0.2
}

.op-3 {
    opacity: 0.3
}

.op-4 {
    opacity: 0.4
}

.op-5 {
    opacity: 0.5
}

.op-6 {
    opacity: 0.6
}

.op-7 {
    opacity: 0.7
}

.op-8 {
    opacity: 0.8
}

.op-9 {
    opacity: 0.9
}

.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-50 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-50 {
    margin-bottom: 50px;
}

.ml-5 {
    margin-left: 5px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-25 {
    margin-left: 25px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-50 {
    margin-left: 50px;
}

.mr-5 {
    margin-right: 5px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-25 {
    margin-right: 25px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-50 {
    margin-right: 50px;
}

.pt-5 {
    padding-top: 5px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-25 {
    padding-top: 25px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-100 {
    padding-top: 100px;
}

.pt-150 {
    padding-top: 150px;
}

.pb-5 {
    padding-bottom: 5px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-25 {
    padding-bottom: 25px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pl-5 {
    padding-left: 5px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-15 {
    padding-left: 15px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-25 {
    padding-left: 25px;
}

.pl-30 {
    padding-left: 30px;
}

.pl-40 {
    padding-left: 40px;
}

.pl-50 {
    padding-left: 50px;
}

.pl-80 {
    padding-left: 80px;
}

.pl-100 {
    padding-left: 100px;
}

.pr-5 {
    padding-right: 5px;
}

.pr-10 {
    padding-right: 10px;
}

.pr-15 {
    padding-right: 15px;
}

.pr-20 {
    padding-right: 20px;
}

.pr-25 {
    padding-right: 25px;
}

.pr-30 {
    padding-right: 30px;
}

.pr-50 {
    padding-right: 50px;
}

.pr-75 {
    padding-right: 75px;
}

.pr-100 {
    padding-right: 100px;
}

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

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

.text-left {
    text-align: left;
}

.w100 {
    width: 100%!important;
}

.h100 {
    height: 100%;
}

.uppercase {
    text-transform: uppercase;
}

.anim-300 {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.anim-300-effect {
    webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -o-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
    transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
}

.flex {
    display: flex;
}

.absolute {
    position: absolute;
}

.vertical-center {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    height: 100%;
    padding: 0;
}

.secondary-btn {
    padding-bottom: 8px;
    font-family: 'Neutrif Studio';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    display: flex;
    align-items: center;
    border-bottom: 2px solid #A500AF;
    text-decoration: none;
    width: fit-content;
}

.secondary-btn.orange {
    border-bottom: 2px solid rgba(245, 110, 90, 1);
}

.secondary-btn.orange [class^="icon-"] {
    color: rgba(245, 110, 90, 1);
}

.secondary-btn.green {
    border-bottom: 2px solid rgba(0, 169, 20, 1);
}

.secondary-btn.green [class^="icon-"] {
    color: rgba(0, 169, 20, 1);
}

.secondary-btn.blue {
    border-bottom: 2px solid rgba(0, 135, 245, 1);
}

.secondary-btn.blue [class^="icon-"] {
    color: rgba(0, 135, 245, 1);
}

.secondary-btn [class^="icon-"] {
    margin-left: 16px;
    font-size: 24px;
    transition: all 300ms;
    color: #A500AF;
}

.secondary-btn:hover [class^="icon-"] {
    margin-left: 20px;
}


/*------------------------------------*\
COMPONENTS
\*------------------------------------*/


/* HEADER */

.burger-mobile {
    display: none;
}

.header {
    background-color: #ffffff;
    z-index: 9;
    position: fixed;
    top: 0;
    /* transition: all 300ms; */
}

.header.transition {
    transition: all 300ms;
}

.menu-top {
    height: 52px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: flex-end;
}

.menu-main {
    /* padding: 24px 0; */
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.item-menu-top {
    height: 100%;
    padding: 0 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: #444; */
    font-family: 'Neutrif Studio';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    width: fit-content;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.item-menu-top.orange {
    background: linear-gradient(0deg, rgba(245, 110, 90, 0.2), rgba(245, 110, 90, 0.2)), #FFFFFF;
    padding: 0 24px;
}

.item-menu-top.green {
    background: linear-gradient(0deg, rgba(202, 234, 130, 0.2), rgba(202, 234, 130, 0.2)), #FFFFFF;
    padding: 0 24px;
}

.item-menu-top [class^="icon-"],
.item-menu-top [class*=" icon-"] {
    transition: all 300ms;
    font-size: 18px;
    color: #A500AF;
    margin-left: 11px;
    margin-top: -2px;
}

.item-menu-top:hover [class^="icon-"],
.item-menu-top:hover [class*=" icon-"] {
    transform: translateX(5px);
}

.item-menu-top.search {
    font-family: 'Neutrif Studio';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    border-right: 0px solid rgba(0, 0, 0, 0.1);
}

.item-menu-top.search [class^="icon-"],
.item-menu-top.search [class*=" icon-"] {
    font-size: 20px;
}

.item-menu-top.orange [class^="icon-"],
.item-menu-top.orange [class*=" icon-"] {
    color: #F56E5A;
}

.item-menu-top.green [class^="icon-"],
.item-menu-top.green [class*=" icon-"] {
    color: #00C314;
}

.logo-menu-main {
    padding: 24px 0;
}

.logo-menu-main img {
    height: 55px;
}

.relative-header {
    height: 155px;
}

.items-menu-main {
    display: flex;
}

.item-menu-main {
    font-family: 'Neutrif Studio';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    display: flex;
    align-items: center;
    margin: 0px 28px;
    height: 103px;
    border-top: 0px solid transparent;
    border-bottom: 0px solid #A500AF;
    transition: all 300ms;
}

.item-menu-main-link {
    display: flex;
    align-items: center;
    transition: all 300ms;
    color: #000000;
    height: 100%;
}

.item-menu-main:hover .item-menu-main-link,
.item-menu-main:hover {
    color: #A500AF;
}

.item-menu-main:hover {
    border-top: 6px solid transparent;
    border-bottom: 6px solid #A500AF;
}

.items-menu-main .item-menu-main:last-of-type {
    margin: 0 28px;
    margin-right: 0;
}

.item-menu-main .item-menu-main-link [class^="icon-"],
.item-menu-main .item-menu-main-link [class*=" icon-"] {
    margin-left: 20px;
    font-size: 20px;
    color: #A500AF;
    transition: all 300ms;
}

.item-menu-main:hover .item-menu-main-link [class^="icon-"],
.item-menu-main:hover .item-menu-main-link [class*=" icon-"] {
    transform: rotate(180deg);
}

.sub-item-menu-main {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    /* height: 300px; */
    background-color: #ffffff;
    transition: all 300ms;
}

.sub-item-menu-main.search {
    padding: 100px 0;
}

.sub-item-menu-main.search.active {
    opacity: 1;
    pointer-events: all;
}

.search form {
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(165, 0, 175, 0.5);
    padding-bottom: 16px;
}

.search form button {
    background: transparent;
    border: 0;
    display: flex;
    align-items: center;
    font-size: 40px;
    color: rgba(165, 0, 175, 1);
}

.search-input,
.search-input:focus,
.search-input::placeholder {
    margin: 0;
    padding: 0;
    font-family: 'Neutrif Studio';
    font-style: normal;
    font-weight: 700;
    font-size: 56px;
    line-height: 62px;
    color: #000000;
    background: transparent;
    border: 0;
    outline: none;
    width: 100%;
    padding-right: 24px;
}

.item-menu-main:hover .sub-item-menu-main {
    opacity: 1;
    pointer-events: all;
}

.wrap-sub-item-menu-main {
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 40px 0;
}

.big-link-menu {
    padding: 24px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border: solid 4px rgba(165, 0, 175, 0.2);
    font-family: 'Neutrif Studio';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    transition: all 300ms;
    margin-bottom: 24px;
}

.big-links-menu {
    padding: 24px;
    display: flex;
    flex-direction: column;
    border: solid 4px rgba(165, 0, 175, 0.2);
    font-family: 'Neutrif Studio';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    transition: all 300ms;
    margin-bottom: 24px;
}

div .big-link-menu:last-child {
    margin-bottom: 0px;
}

.big-link-menu [class^="icon-"],
.big-link-menu [class*=" icon-"] {
    color: rgba(165, 0, 175, 1);
    font-size: 23px;
}

.big-link-menu.active {
    border: solid 4px rgba(165, 0, 175, 0);
    background-color: rgba(165, 0, 175, 0.2);
}

.big-link-menu:hover {
    border: solid 4px rgba(165, 0, 175, 0);
    background-color: rgba(165, 0, 175, 0.2);
}

.link-big-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: 'Neutrif Studio';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    margin-bottom: 10px;
}

.link-big-top [class^="icon-"] {
    color: rgba(165, 0, 175, 1);
    font-size: 23px;
}

.sub-link-menu {
    display: flex;
    font-family: 'Neutrif Studio';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    align-items: center;
    margin-bottom: 10px;
}

.sub-link-menu [class^="icon-"],
.sub-link-menu [class*=" icon-"] {
    font-size: 24px;
    color: rgba(165, 0, 175, 1);
    margin-right: 12px;
    transition: all 300ms;
}

.sub-link-menu:hover [class^="icon-"],
.sub-link-menu:hover [class*=" icon-"] {
    margin-right: 17px;
}

.big-links-menu .sub-link-menu:last-child {
    margin-bottom: 0;
}

.big-links-menu .sub-link-menu:first-child {
    margin-top: 10px;
}


/* SLIDER HP */

.left-slider-hp {
    /* padding-top: 30px; */
    /* display: flex;
flex-direction: column;
justify-content: center; */
}

.slider-banner-home h1,
.slider-banner-home h2 {
    font-family: 'Neutrif Studio';
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    line-height: 70px;
    color: #000000;
    position: relative;
    width: fit-content;
    margin-top: 27px;
}

.slider-banner-home h1 u,
.slider-banner-home h2 u {
    text-decoration: none!important;
    position: relative;
}

.slider-banner-home h1 u::after {
    content: url(/wp-content/themes/soikos/img/quote_shape.svg);
    position: absolute;
    right: -10px;
    transform: translateX(100%);
    margin-left: 5px;
}

.slider-banner-home h2 u::after {
    content: url(/wp-content/themes/soikos/img/quote_shape.svg);
    position: absolute;
    right: -10px;
    transform: translateX(100%);
    margin-left: 5px;
    height: auto;
    width: auto;
    background-color: transparent!important;
    top: auto;
}

.slider-banner-home .desc {
    font-family: 'Neutrif Studio';
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 42px;
    color: #000000;
    padding-right: 100px;
    margin-top: 16px;
}

.main-btn {
    background: #A500AF;
    padding: 18px 24px;
    font-family: 'Neutrif Studio';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    display: flex;
    width: fit-content;
    transition: all 300ms;
}

.main-btn.white {
    background: transparent;
    color: #A500AF;
    border: 1px solid #A500AF;
}

.main-btn.white.black {
    background: white;
    color: #000000;
    border: 0px solid #A500AF;
}

.main-btn.blue {
    background: rgba(0, 135, 245, 1);
}

.main-btn.orange {
    background: rgba(245, 110, 90, 1);
}

.main-btn.green {
    background: rgba(0, 169, 20, 1);
}

.main-btn:hover {
    color: #FFFFFF;
    background: #74007a;
}

.main-btn.blue:hover {
    background: #025da8;
}

.main-btn.orange:hover {
    background: #a5493b;
}

.main-btn.green:hover {
    background: #00610b;
}

.main-btn.white:hover {
    color: #A500AF;
    background: rgba(165, 0, 175, 0.2);
}

.main-btn.white.black:hover {
    color: #000000;
    background: #ffffff;
}

.slider-banner-home .main-btn {
    margin-top: 32px;
}

.wrap-text-left-slider-hp {
    position: absolute;
    top: 50%;
    width: auto;
    transform: translateY(-50%);
}

.img-right-slider-hp {
    width: 100%;
}

.wrap-img-right-slider-hp {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-left: auto;
    position: relative;
}

.shape1 {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    z-index: 3;
}

.img-right-slider-hp {
    z-index: 2;
    width: 70%;
    aspect-ratio: 112/125;
    object-fit: cover;
    margin: 0 auto;
}

.shape2 {
    position: absolute;
    bottom: 100px;
    left: 0;
    width: calc(100% - 60px);
    z-index: 1;
}

.img-text-img {
    position: relative;
}

.img-text-img-img {
    /* z-index: 2; */
    width: 100%;
    position: relative;
}

.shape3 {
    position: absolute;
    bottom: -8.9%;
    right: 0;
    height: calc(100% - 32px);
}

@media (max-width: 1200px) {
    .shape1 {
        bottom: 10px;
    }
    .shape2 {
        bottom: 80px;
        width: calc(100% - 42px);
    }
}

@media (max-width: 992px) {
    .shape1 {
        bottom: 10px;
    }
    .shape2 {
        bottom: 63px;
        width: calc(100% - 33px);
    }
}

@media (max-width: 768px) {
    .wrap-text-img-text {
        margin-top: 62px;
    }
    .shape1 {
        bottom: 5px;
    }
    .img-right-slider-hp {
        width: 100%;
        margin-bottom: 102px!important;
    }
    .shape2 {
        display: none!important;
    }
}

.wrap-img-right-slider-hp.left {
    justify-content: flex-start;
}

.slider-progress {
    height: 1px;
    background-color: rgba(0, 0, 0, 0.25);
    margin-top: 14px;
}

.slider-progress .progress {
    height: 1px;
    background-color: rgba(0, 0, 0, 1);
}

.custom-dots .slick-dots {
    position: relative;
    bottom: auto;
    display: flex;
    justify-content: flex-start;
    text-align: start;
}

.slick-dots li {
    width: auto;
    height: auto;
    margin: 0;
    margin-right: 40px;
    font-family: 'Neutrif Studio';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: rgba(0, 0, 0, 0.25);
    transition: all 300ms;
}

.slick-dots li.slick-active {
    color: rgba(0, 0, 0, 1);
}

.pagination-slider-hp {
    margin-top: -76px;
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.wrap-tag-slider {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.wrap-tag-slider .tag {
    background: transparent;
    border-radius: 4px;
    font-family: 'Neutrif Studio';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    padding: 2px 6px;
    margin-right: 8px;
    border: 1px solid #000000;
}

.wrap-tag-slider .tag.white {
    color: #ffffff;
    border: none;
}

.wrap-tag-slider.single .tag-img {
    margin-bottom: 0;
    margin-right: 24px;
}

.wrap-tag-slider.single {
    flex-wrap: wrap;
}

.wrap-tag-slider.single .tag {
    margin-right: 24px;
    margin-top: 5px;
}

.wrap-tag-slider.single .tag-img {
    margin-top: 5px;
}


/* IMAGE TEXTE */

.image-text {
    margin-top: 120px;
}

.wrap-text-img-text {
    /* position: absolute;
top: 0; */
    width: auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.text-img-abs {
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
}

.text-img-abs .container,
.text-img-abs .row {
    height: 100%;
}

h2 {
    font-family: 'Neutrif Studio';
    font-style: normal;
    font-weight: 700;
    font-size: 56px;
    line-height: 62px;
    color: #000000;
}

h2 u {
    position: relative;
    z-index: 2;
    text-decoration: none;
    transition: all 300ms;
}

h2 u {
    position: relative;
    z-index: 2;
    text-decoration: none;
    transition: all 300ms;
}

h2 u::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0%;
    width: 0%;
    height: 85%;
    background-color: #FFD72D;
    z-index: -1;
    transform: skew(0deg, 2deg) translateY(-50%);
    transition: all 300ms;
    transition-delay: 300ms;
}

[data-sal="u"].inverse h2 u::after {
    transform: skew(0deg, -2deg) translateY(-50%);
}

[data-sal="u"] h2 u:nth-of-type(2):after {
    transform: skew(0deg, -2deg) translateY(-50%);
    transition-delay: 600ms;
    background-color: #A500AF;
}

[data-sal="u"].sal-animate h2 u:nth-of-type(2) {
    color: #ffffff;
    transition-delay: 600ms;
}

[data-sal="u"] h2 u:nth-of-type(3):after {
    transform: skew(0deg, -2deg) translateY(-50%);
    transition-delay: 900ms;
    background-color: #FA003C;
}

[data-sal="u"].sal-animate h2 u:nth-of-type(3) {
    color: #ffffff;
    transition-delay: 900ms;
}

[data-sal="u"].sal-animate h2 u::after {
    width: 100%;
}

ul {
    list-style: none;
}

ul:not(.slick-dots) li::before {
    content: "\2022";
    color: #A500AF;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

ul:not(.slick-dots) li ul:not(.slick-dots) li::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border: 1px solid #A500AF;
    border-radius: 50%;
    margin-left: -2em;
    margin-right: 10px;
}

ol:not(.slick-dots) li ol:not(.slick-dots) li::before {
    margin-left: -2em;
}

ol {
    list-style: none;
    counter-reset: li
}

ol li::before {
    content: counter(li) ".";
    font-family: 'Neutrif Studio';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    color: #A500AF;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    margin-right: 10px;
}

ol li {
    counter-increment: li
}

.text-img-abs .desc {
    margin-top: 16px;
}

.desc,
.desc p,
.desc ul li,
.desc ol li {
    font-family: 'Neutrif Studio';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: rgba(0, 0, 0, 0.75);
    /* margin-top: 16px; */
}

.desc p {
    margin-top: 24px;
}

.wrap-text-left-slider-hp .desc,
.wrap-text-left-slider-hp .desc p {
    font-family: 'Neutrif Studio';
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 42px;
    color: #000000;
}

.desc ul,
.desc ol {
    margin-top: 16px;
}

.desc ul ul,
.desc ul li {
    margin-top: 4px;
}

.desc ol ol,
.desc ul li {
    margin-top: 4px;
}

.wrap-btns {
    display: flex;
    margin-top: 32px;
}

.wrap-btns a {
    margin-right: 16px;
}

.image-text.standard .img-text-img {
    display: flex;
    justify-content: flex-end;
    width: auto!important;
    pointer-events: none;
}


/* 3 Colonnes */

.three-cols {
    margin-top: 160px;
}

.wrap-three-cols {
    padding: 80px 0 67px 0;
    background: rgb(255, 150, 25);
    background: linear-gradient(90deg, rgba(255, 150, 25, 0) 25%, rgba(255, 150, 25, 0.2) 25%, rgba(255, 150, 25, 0.2) 100%);
}

.card-marque {
    padding: 40px;
    background-position: center!important;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    width: 100%;
    margin-top: 64px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 530px;
}

.card-marque .main-btn {
    margin-top: 24px;
}

.marque-logo {
    height: 64px;
    margin-bottom: 50px;
}

.content-card-marque,
.content-card-marque p {
    font-family: 'Neutrif Studio';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #FFFFFF;
}

.desc-three-cols {
    display: flex;
    align-items: center;
    margin-top: 67px;
}

.desc-three-cols .main-btn {
    margin-left: 24px;
    flex: none;
}

.card-marque .secondary-btn {
    color: #ffffff;
    margin-top: 16px;
}


/* Grille */

.grid {
    margin-top: 200px;
}

.grid .desc {
    margin-top: 32px;
}

.wrap-card-grid {
    margin-top: 72px;
}

.card-grid {
    width: 100%;
    height: 316px;
    background: rgba(255, 215, 45, 0.2);
    border-top: 16px solid #FFD72D;
    margin-bottom: 24px;
    padding: 24px;
    font-family: 'Neutrif Studio';
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 32px;
    color: #000000;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.card-grid p {
    font-family: 'Neutrif Studio';
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 32px;
    color: #000000;
    min-height: 64px;
}

.card-grid img {
    height: 80px;
    width: fit-content;
    margin-bottom: 32px;
}

.card-grid.orange {
    width: 100%;
    height: 316px;
    background: linear-gradient(0deg, rgba(255, 150, 25, 0.2), rgba(255, 150, 25, 0.2)), #FFFFFF;
    border-top: 16px solid #FF9619;
}

.card-grid.red {
    width: 100%;
    height: 316px;
    background: rgba(250, 0, 60, 0.2);
    border-top: 16px solid #FA003C;
}

.card-grid.darkred {
    width: 100%;
    height: 316px;
    background: rgba(210, 0, 20, 0.2);
    border-top: 16px solid #DC003C;
}

.card-grid.purple {
    width: 100%;
    height: 316px;
    background: linear-gradient(0deg, rgba(165, 0, 175, 0.2), rgba(165, 0, 175, 0.2)), #FFFFFF;
    border-top: 16px solid #A500AF;
}


/* Actu */

.actu {
    margin-top: 160px;
}

.actu h2 {
    padding-right: 30px;
}

.actu .desc {
    margin-top: 24px;
    padding-right: 50px;
}

.actu .main-btn {
    flex: none;
}

.blog-grid {
    margin-top: 52px;
}

.actu .blog-grid {
    justify-content: center;
}

.item-post-archive>img {
    height: 220px;
    width: 100%;
    object-fit: cover;
}

.wrap-btn-files {
    display: flex;
    justify-content: center;
}

.card-blog img {
    height: 220px;
    width: 100%;
    object-fit: cover;
}

.card-blog h3 {
    margin-top: 16px;
    font-family: 'Neutrif Studio';
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 34px;
    color: #000000;
}

.card-blog .secondary-btn {
    margin-top: 24px;
}

.card-blog .wrap-tag-slider {
    flex-wrap: wrap;
}

.card-blog .wrap-tag-slider .tag {
    margin-bottom: 8px;
}


/* Sidebar */

.sidebar {
    display: none;
}

.sidebar-custom {
    position: fixed;
    bottom: 0;
    right: 0;
    padding: 12px 5px;
    background-color: #EDCCEF;
    z-index: 9;
}

.item-sidebar {
    padding: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: 'Neutrif Studio';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    color: #000000;
}

.icon-sidebar {
    font-size: 24px;
    color: rgba(165, 0, 175, 1);
    margin-bottom: 6px;
}


/* Banner page */

body:not(.home) .wrap-menu-header {
    background: rgba(255, 215, 45, 0.2);
}

.banner-page {
    padding-top: 100px;
    padding-bottom: 88px;
    background: rgba(255, 215, 45, 0.2);
}

.banner-page h1 {
    font-family: 'Neutrif Studio';
    font-style: normal;
    font-weight: 700;
    font-size: 54px;
    line-height: 60px;
    color: #000000;
}

.banner-page .desc {
    margin-top: 32px;
}

.breadcumb {
    font-family: 'Neutrif Studio';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: rgba(0, 0, 0, 0.75);
    text-decoration: none;
    padding: 18px 16px;
}

.wrap-breadcumb-btn {
    transform: translateY(-50%);
    background-color: #FFEAD1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wrap-breadcumb-btn .main-btn {
    height: 100%;
    padding: 17px 20px;
}

.breadcumb .icon-chevron-right-ios {
    font-size: 17px;
    color: #A500AF;
    display: flex;
    align-items: center;
    font-weight: 900;
    margin: 0 6px;
}

.breadcumb span {
    display: flex;
    align-items: center;
}

.breadcumb span a {
    color: rgba(0, 0, 0, 0.75);
}

#breadcrumbs,
#breadcrumbs a {
    font-family: 'Neutrif Studio';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: rgba(0, 0, 0, 0.75);
    text-decoration: none;
}

.home-breadcumb img {
    margin-right: 6px;
}

.breadcrumb_last {
    font-family: 'Neutrif Studio';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #000000;
}


/* Texte simple */

.desc h2 {
    font-family: 'Neutrif Studio';
    font-style: normal;
    font-weight: 700;
    font-size: 56px;
    line-height: 62px;
    color: #000000;
    margin-bottom: 16px;
}

.desc h3 {
    font-family: 'Neutrif Studio';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 54px;
    color: #000000;
    margin-bottom: 16px;
}

.desc h4 {
    font-family: 'Neutrif Studio';
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 42px;
    color: #000000;
    margin-bottom: 16px;
}

.simple-text {
    margin-top: 96px;
}

.simple-text .main-btn {
    margin-top: 32px;
}


/* Citation */

.citation {
    margin-top: 120px;
}

.citation .photo {
    border-radius: 50%;
    margin: 0 auto;
    width: 175px;
    height: 175px;
}

.citation .wrap-photo {
    position: relative;
}

.citation .wrap-photo::after {
    content: url(/wp-content/themes/soikos/img/quote_shape.svg);
    position: absolute;
    right: -10px;
    transform: translateX(100%) translateY(-30px);
    margin-left: 5px;
}

.desc-citation {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.texte-citation p {
    font-family: 'Neutrif Studio';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 54px;
    text-align: center;
    color: #000000;
    margin-top: 24px;
}

.nom-citation,
.nom-citation p {
    font-family: 'Neutrif Studio';
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: rgba(0, 0, 0, 0.75);
    margin-top: 24px;
}


/* Image texte */

.image-texte {
    margin-top: 120px;
}

.image-texte .wrap-img img {
    width: 100%;
    border-radius: 50%;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.image-texte .main-btn {
    margin-top: 32px;
}

.image-texte.inverse .order-1 {
    order: 2;
}

.image-texte.inverse .order-2 {
    order: 1;
}

.image-texte h2 {
    font-size: 50px;
}


/* Bloc image */

.bloc-image {
    margin-top: 120px;
}

.bloc-image img {
    max-width: 100%;
    margin: 0 auto;
}

.bloc-image .desc {
    text-align: center;
    margin-top: 24px;
}

.row-100 {
    width: 100%;
    position: relative;
}

.row-100 iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
}

.modal-dialog {
    max-width: 80vw;
}

.wrap-btn-modal {
    width: 100%;
}

.modal .close {
    height: 40px;
    width: 40px;
    background-color: rgba(165, 0, 175, 1);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    cursor: pointer;
    z-index: 99999999;
    position: relative;
    text-shadow: none;
    opacity: 1;
    border: none;
    pointer-events: all;
}

.overlay-video {
    /* position: absolute;
    top: 0;
    left: 0;
    height: 100%; */
    width: 100%;
    z-index: 8;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center!important;
    background-size: cover!important;
    cursor: pointer;
    aspect-ratio: 16/9;
}


/* Galerie */

.slider-galerie img {
    width: 100%;
    /* aspect-ratio: 16 / 9; */
    object-fit: cover;
    object-position: center;
    max-height: 70vh;
}

.slider-galerie .desc {
    margin-bottom: 24px;
}

.wrap-arrows-galerie {
    position: absolute;
    right: 15px;
    top: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.arrow {
    width: 56px;
    height: 56px;
    background: linear-gradient(0deg, rgba(165, 0, 175, 0.2), rgba(165, 0, 175, 0.2)), #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgba(165, 0, 175, 1);
    font-size: 32px;
    cursor: pointer;
}

.wrap-arrows-galerie .arrow-left {
    margin-bottom: 8px;
}

.slick-dots li {
    margin-right: 22px;
}

.slick-dots li:last-of-type {
    margin-right: 0px;
}

.slick-dots li button:before {
    font-size: 8px;
    color: rgba(165, 0, 175, 1);
    opacity: .54;
    transition: all 300ms;
}

.slick-dots li.slick-active button:before {
    color: rgba(165, 0, 175, 1);
    opacity: 1;
    font-size: 12px;
}


/* SLider chiffres */

.wrap-slider-chiffre {
    margin-top: 120px;
}

.wrap-slider-chiffre .slick-slider {
    overflow: hidden;
}

.wrap-slider-chiffre .slick-slide {
    margin: 0 12px;
}

.wrap-slider-chiffre .slick-list {
    margin: 0 -12px;
}

.items-slider-chiffre {
    padding: 56px 40px;
    display: flex!important;
    flex-direction: column;
    justify-content: space-between;
    height: 260px;
}

.wrap-slider-chiffre .slick-slide:nth-child(3n - 2) .items-slider-chiffre {
    background-color: rgba(255, 215, 45, 0.2);
}

.wrap-slider-chiffre .slick-slide:nth-child(3n - 1) .items-slider-chiffre {
    background-color: rgba(255, 150, 25, 0.2);
}

.wrap-slider-chiffre .slick-slide:nth-child(3n) .items-slider-chiffre {
    background-color: rgba(250, 0, 60, 0.2);
}

.items-slider-chiffre .chiffre {
    font-family: 'Neutrif Studio';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 54px;
    color: #000000;
}

.items-slider-chiffre .texte {
    font-family: 'Neutrif Studio';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    color: rgba(0, 0, 0, 0.75);
    margin-top: 16px;
}

.items-slider-chiffre .secondary-btn {
    margin-top: 32px;
}

.navigation-chiffre {
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
    align-items: center;
}

.wrap-arrows-chiffre {
    display: flex;
}

.wrap-arrows-chiffre .arrow-right {
    margin-left: 8px;
}

.navigation-chiffre .slick-dots {
    position: relative;
    bottom: auto;
}

.navigation-chiffre .slick-dots li {
    margin-right: 0px;
    margin-left: 22px;
}


/* Documents */

.documents {
    margin-top: 120px;
}

.documents .desc {
    margin-bottom: 24px;
}

.row-document {
    width: 100%;
    padding: 40px 0;
    border-bottom: 1px solid rgba(165, 0, 175, 0.2);
    display: flex;
    justify-content: space-between;
}

.text-document {
    max-width: 50%;
}

.text-document .title {
    font-family: 'Neutrif Studio';
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 42px;
    color: #000000;
}

.text-document .text {
    font-family: 'Neutrif Studio';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: rgba(0, 0, 0, 0.75);
    margin-top: 8px;
}

.documents .wrap-btn {
    display: flex;
    align-items: center;
}

.documents .wrap-btn .white {
    margin-left: 24px;
}


/* Zone de rebond */

.rebond {
    margin-top: 120px;
    background: rgba(255, 215, 45, 0.2);
    padding: 80px 0;
    margin-bottom: -60px;
}

.card-rebond {
    margin-top: 64px;
    padding: 50px;
    background: url('/wp-content/themes/soikos/img/bg-rebond.svg');
    background-position: center!important;
    background-size: cover!important;
    height: calc(100% - 64px);
}

.card-rebond h3 {
    font-family: 'Neutrif Studio';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 54px;
    color: #FFFFFF;
}

.card-rebond .main-btn {
    margin-top: 40px;
}


/* Volets */

.volets {
    margin-top: 120px;
}

.accordion {
    margin-top: 56px;
}

.accordion .card-header {
    padding: 36px 32px;
    font-family: 'Neutrif Studio';
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 32px;
    color: #FFFFFF;
    background: #A500AF;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 300ms;
    border: none;
    border-radius: 0;
}

.accordion .card {
    border: none;
    border-radius: 0;
    margin-bottom: 24px;
}

.accordion .card-body {
    padding: 56px;
    background: linear-gradient(0deg, rgba(165, 0, 175, 0.2), rgba(165, 0, 175, 0.2)), #FFFFFF;
}

.accordion .card-header.collapsed,
.accordion [aria-expanded="false"].card-header {
    background: rgba(165, 0, 175, 0.2);
    font-family: 'Neutrif Studio';
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 32px;
}

.accordion .icon-arrow-right-up {
    transition: all 300ms;
}

.collapsed .icon-arrow-right-up,
[aria-expanded="false"] .icon-arrow-right-up {
    color: rgba(165, 0, 175, 1);
    transform: scaleY(-1);
}

.title-accordion {
    transition: all 300ms;
}

.collapsed .title-accordion,
[aria-expanded="false"] .title-accordion {
    color: #000000;
}

.card-body .secondary-btn {
    margin-top: 24px;
}


/* Boutons */

.boutons {
    margin-top: 120px;
}

.wrap-boutons-bloc {
    display: flex;
    justify-content: center;
}

.wrap-boutons-bloc a:nth-of-type(2) {
    margin-left: 24px;
}


/* Formulaires */

.bg-formulaire {
    margin-top: 120px;
    background: linear-gradient(0deg, rgba(255, 150, 25, 0.2), rgba(255, 150, 25, 0.2)), #FFFFFF;
    padding: 80px 0;
}

form input,
form input:focus,
form textarea {
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0.75);
    padding: 27px 24px;
    font-family: 'Neutrif Studio';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: rgba(0, 0, 0, 0.75);
    width: 100%;
    margin-top: 24px;
}

form input::placeholder {
    font-family: 'Neutrif Studio';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: rgba(0, 0, 0, 0.75);
}

input:not([type="submit"]):focus,
textarea:focus,
textarea:focus-visible {
    background-color: #FFFFFF!important;
    outline: none;
    border: 2px solid #A500AF!important;
}

.custom-file-soikos {
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0.75);
    padding: 27px 24px;
    font-family: 'Neutrif Studio';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: rgba(0, 0, 0, 0.75);
    width: 100%;
    margin-top: 24px;
    position: relative;
    padding-top: 36px;
    padding-bottom: 16px;
}

.custom-file-soikos.active {
    background: #FFFFFF;
    border: 2px solid #A500AF;
}

.custom-file-soikos:after {
    position: absolute;
    content: "\e921";
    /* top: calc(50% + 9px); */
    right: 28px;
    /* transform: translateY(25%); */
    font-family: 'icomoon' !important;
    transition: all 300ms;
    color: rgba(165, 0, 175, 1);
    font-size: 24px;
    top: 50%;
    transform: translateY(-50%);
}

.custom-file-soikos.active:after {
    content: "\e91d";
    pointer-events: none;
}

.custom-file-soikos::before {
    content: "Formats pdf, word, jpg, png. 1 mo max";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    color: #000000;
    position: absolute;
    top: 20px;
    left: 24px;
    pointer-events: none;
}

.custom-file-soikos.active::before {
    content: attr(reset-attr) ". Formats pdf, word, jpg, png. 1 mo max";
}

.custom-file-soikos input,
.custom-file-soikos span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    margin: 0!important;
    padding: 0;
    opacity: 0;
}

.custom-select-soikos {
    position: relative;
}

.custom-select-soikos select {
    display: none;
}

.select-selected {
    background-color: transparent;
    padding: 24px;
    border: 1px solid #EBEBEB;
    /* transition: all 300ms; */
    width: 100%;
    font-size: 22px;
    line-height: 34px;
    display: flex;
    align-items: center;
    min-width: 200px;
    position: relative;
}

.select-selected::before {
    content: attr(init-attr);
    font-family: 'Neutrif Studio';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    color: #000000;
    position: absolute;
    top: 20px;
    left: 24px;
    display: none;
}

.custom-select-soikos.active .select-selected::before {
    display: block;
}

.custom-select-soikos.active .select-selected {
    padding-top: 36px;
    padding-bottom: 16px;
    position: relative;
    background: #FFFFFF;
    border: 2px solid #A500AF;
}

.select-selected:after {
    position: absolute;
    content: "\e908";
    /* top: calc(50% + 9px); */
    right: 28px;
    /* transform: translateY(25%); */
    font-family: 'icomoon' !important;
    transition: all 300ms;
    color: rgba(165, 0, 175, 1);
    font-size: 22px;
    top: 50%;
    transform: translateY(-50%);
}

.select-selected.select-arrow-active:after {
    transform: translateY(-50%) scaleY(-1);
}

.select-items {
    max-height: 600px;
    overflow: auto;
    background: linear-gradient(0deg, rgba(165, 0, 175, 0.2), rgba(165, 0, 175, 0.2)), #FFFFFF;
    border: 2px solid #A500AF;
    border-top: 0;
    padding: 20px 0;
    /* border-bottom: 3px solid #CB1517; */
}

.select-selected {
    border: 1px solid rgba(0, 0, 0, 0.75);
    padding: 27px 24px;
    font-family: 'Neutrif Studio';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: rgba(0, 0, 0, 0.75);
    width: 100%;
    margin-top: 24px;
}

.select-items>div {
    padding: 0 24px;
    font-family: 'Neutrif Studio';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: rgba(0, 0, 0, 0.75);
    width: 100%;
    padding-bottom: 16px;
}

.select-items>div:last-of-type {
    padding-bottom: 0px;
}

.text-option {
    display: flex;
    align-items: center;
    font-family: 'Neutrif Studio';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: rgba(0, 0, 0, 0.75);
}

.text-option [class^="icon-"] {
    margin-right: 16px;
    font-size: 24px;
    color: rgba(165, 0, 175, 1);
}

.text-option .icon-radiobox-checked {
    display: none;
}

.same-as-selected .text-option .icon-radiobox-checked {
    display: block;
}

.same-as-selected .text-option .icon-radiobox-unchecked {
    display: none;
}

.same-as-selected .text-option {
    color: #1D1D1D;
}

.select-items {
    position: absolute;
    background-color: #ffffff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}

.select-hide {
    display: none;
}


/* .select-items>div:hover .text-option, */

.same-as-selected .text-option {
    font-family: 'Neutrif Studio';
    font-style: normal;
    font-weight: 700!important;
    font-size: 18px;
    line-height: 28px;
    color: #000000;
}

.fake-check-select {
    width: 78px;
    height: 78px;
    border: 1px solid #EBEBEB;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.select-arrow-active {
    background: #A500AF!important;
    border: 2px solid #A500AF;
    color: #ffffff!important
}

.select-arrow-active::after {
    color: #ffffff!important
}

.select-arrow-active::before {
    color: #ffffff!important
}

.bloc-archive .custom-select-soikos.active .select-selected {
    border: 1px solid rgba(0, 0, 0, 0.75);
}

.same-as-selected .fake-check-select::after {
    content: url(/wp-content/themes/jevoislavienevosges/img/check.svg);
    position: absolute;
}

.custom-checkbox-soikos .wpcf7-list-item {
    margin: 0;
    margin-top: 24px;
}

.custom-checkbox-soikos .wpcf7-list-item label {
    display: flex;
    align-items: flex-start;
}

.custom-checkbox-soikos .wpcf7-list-item label input {
    flex: none;
    width: fit-content;
    margin: 0;
    margin-right: 16px;
    margin-top: 7px;
}

.wpcf7-response-output {
    border: 3px solid #A500AF!important;
    padding: 15px!important;
    background-color: #EDCCEF;
    font-family: 'Neutrif Studio';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    margin: 0!important;
    margin-top: 15px!important;
}

.wpcf7 .wpcf7-submit {
    background: #A500AF;
    padding: 18px 24px;
    font-family: 'Neutrif Studio';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    display: flex;
    width: fit-content;
    transition: all 300ms;
    border: 0;
}

.wpcf7 .wpcf7-submit {
    background: #A500AF;
    padding: 18px 24px;
    font-family: 'Neutrif Studio';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    display: flex;
    width: fit-content;
    transition: all 300ms;
    border: 0;
    margin: 0 auto;
    margin-top: 24px;
    width: 100%;
    justify-content: center;
}

.wpcf7 .wpcf7-submit:hover {
    color: #FFFFFF;
    background: #74007a;
}

.wpcf7 .wpcf7-submit:disabled {
    opacity: 0.5;
}


/* Organigramme */

.organigramme {
    margin-top: 120px;
}

.bg-yellow {
    background: rgb(255, 150, 25);
    background: linear-gradient(90deg, rgba(255, 150, 25, 0) 25%, rgba(255, 150, 25, 0.2) 25%, rgba(255, 150, 25, 0.2) 100%);
    padding: 96px 0;
}

.organigramme .sub-title {
    margin-top: 32px;
    margin-bottom: 80px;
}

.title-poste {
    font-family: 'Neutrif Studio';
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 42px;
    color: #000000;
    padding-bottom: 16px;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.75);
}

.membre {
    margin-top: 48px;
}

.profil-picture {
    width: 200px;
    height: 200px;
    object-fit: cover!important;
    border-radius: 50%;
    object-fit: cover;
}

.profil-picture.border {
    border: 4px solid #A500AF!important;
}

.organigramme .wrap-tag-slider {
    margin-top: 40px;
}

.organigramme .name {
    font-family: 'Neutrif Studio';
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 42px;
    color: #000000;
    margin-top: 16px;
}

.organigramme .fonction {
    font-family: 'Neutrif Studio';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: rgba(0, 0, 0, 0.75);
    margin-top: 4px;
}

.membre .secondary-btn {
    margin-top: 12px;
}

.membre .secondary-btn:first-of-type {
    margin-top: 24px;
}

.organigramme.no-margin {
    margin-top: 0;
}

.organigramme.no-margin .bg-yellow {
    padding-top: 0;
}

.organigramme.no-margin .sub-title {
    margin: 0;
}


/* Contact presse */

.contact-presse {
    margin-top: 120px;
}

.contact-presse .bg-purple {
    padding: 80px 15px;
    background: rgb(165, 0, 175);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 8%, rgba(165, 0, 175, 0.2) 8%, rgba(165, 0, 175, 0.2) 100%);
}

.title-contact-presse {
    font-family: 'Neutrif Studio';
    font-style: normal;
    font-weight: 700;
    font-size: 56px;
    line-height: 62px;
    display: flex;
    align-items: center;
    color: #000000;
}

.name-contact {
    font-family: 'Neutrif Studio';
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 42px;
    color: #000000;
}

.function-contact {
    font-family: 'Neutrif Studio';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: rgba(0, 0, 0, 0.75);
    margin-top: 4px;
}

.col-contact .secondary-btn {
    margin-top: 24px;
}

.col-contact .secondary-btn:last-of-type {
    margin-top: 12px;
}

.wrap-title-contact-presse {
    display: flex;
    align-items: center;
}


/* Slider parttenaire */

.wrap-slider-partenaire {
    background: rgba(255, 215, 45, 0.2);
    padding: 80px 0;
    margin-top: 120px;
}

.navigation-partenaire {
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
    align-items: center;
}

.wrap-arrows-partenaire {
    display: flex;
}

.wrap-arrows-partenaire .arrow-right {
    margin-left: 8px;
}

.wrap-arrows-partenaire .arrow {
    background: rgba(165, 0, 175, 1);
    color: #ffffff;
}

.navigation-partenaire .slick-dots {
    position: relative;
    bottom: auto;
}

.navigation-partenaire .slick-dots li {
    margin-right: 0px;
    margin-left: 22px;
}

.wrap-slider-partenaire .slick-slider {
    overflow: hidden;
}

.wrap-slider-partenaire .slick-slide {
    margin: 0 15px;
}

.wrap-slider-partenaire .slick-list {
    margin: 0 -15px;
}

.slider-partenaire {
    margin-top: 56px;
}

.items-slider-partenaire {
    background-color: #ffffff;
    padding: 32px;
}

.items-slider-partenaire img {
    height: 54px;
}

.items-slider-partenaire .titre {
    font-family: 'Neutrif Studio';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    color: #000000;
    margin-top: 24px;
}

.items-slider-partenaire .texte {
    margin-top: 4px;
}

.items-slider-partenaire .secondary-btn {
    margin-top: 24px;
}

.large-item-partenaire {
    background-color: #ffffff;
    padding: 48px;
    margin-top: 56px;
}

.large-item-partenaire>.row>* {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.large-item-partenaire .secondary-btn {
    margin-left: auto;
}

.large-item-partenaire .titre {
    font-family: 'Neutrif Studio';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    color: #000000;
}

.large-item-partenaire .texte {
    margin-top: 4px;
}

.visible_item {
    display: none;
}

.no-result {
    display: block;
    position: relative;
    color: #A500AF;
    font-size: 30px;
    text-align: center;
    width: 100%;
    display: none;
}


/* Archive */

.title-search {
    font-family: 'Neutrif Studio';
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 42px;
    color: #000000;
}

.wrap-control-search {
    margin: 97px 0 32px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bloc-archive {
    margin-top: 120px;
}

.custom-select-soikos {
    cursor: pointer;
}

.wrap-filters {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
    flex-wrap: wrap;
}

.wrap-filters .select-selected {
    width: fit-content;
    padding-right: 75px;
}

.card-blog {
    margin-bottom: 48px;
}

.reset-btn-archive {
    padding: 27px 38px;
    border: 1px solid rgba(165, 0, 175, 1);
    font-family: 'Neutrif Studio';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #A500AF;
    display: flex;
    align-items: center;
    margin-top: 24px;
    cursor: pointer;
}

.reset-btn-archive .icon-reset {
    margin-left: 24px;
}

.wrap-checkbox-tri {
    margin-bottom: 8px;
}

.checkbox-tri {
    padding: 28px 24px;
    border: 1px solid rgba(0, 0, 0, 0.75);
    display: flex;
    align-items: center;
    font-family: 'Neutrif Studio';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: rgba(0, 0, 0, 0.75);
    cursor: pointer;
    margin-bottom: 24px;
}

.checkbox-tri [class^="icon-"] {
    font-size: 24px;
    color: rgba(165, 0, 175, 1);
    margin-right: 24px;
}

.reset-wrap-checkbox-tri {
    padding: 28px 24px;
    border: 1px solid rgba(165, 0, 175, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Neutrif Studio';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: rgba(165, 0, 175, 1);
    cursor: pointer;
    margin-bottom: 24px;
}

.reset-wrap-checkbox-tri [class^="icon-"] {
    font-size: 24px;
    color: rgba(165, 0, 175, 1);
    margin-left: 24px;
}

.checkbox-tri .icon-checkbox-checked {
    display: none;
}

.checkbox-tri.active .icon-checkbox-checked {
    display: block;
}

.checkbox-tri.active .icon-checkbox-uncheck {
    display: none;
}


/* Footer */

.footer {
    margin-top: 60px;
}

.marque-footer {
    background: rgba(0, 0, 0, 0.04);
    padding: 72px 0;
}

.marque-footer .container {
    display: flex;
    justify-content: space-between;
}

.content-footer {
    background: #000000;
    padding: 81px 0;
}

.desc-footer,
.desc-footer p {
    font-family: 'Neutrif Studio';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}

.contact-footer {
    font-family: 'Neutrif Studio';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
}

.contact-footer .main-btn {
    margin-top: 16px;
}

.icon-footer {
    margin-top: 16px;
    font-size: 48px;
    color: #ffffff;
}

.copyright {
    background: rgba(0, 0, 0, 0.75);
    padding: 48px 0;
}

.sub-footer-menu a {
    font-family: 'Neutrif Studio';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    margin-right: 72px;
}

.logo-footer {
    height: 48px;
}

.logo-princ-footer {
    height: 64px;
}

.wrap-logo-footer {
    display: flex;
    align-items: center;
}

.card-blog.emploi {
    padding: 25px;
    padding-right: 0;
    border: 1px solid rgba(165, 0, 175, 0.2);
}

.card-blog.emploi h3 {
    margin-top: 0px;
}

.tag-img {
    font-family: 'Neutrif Studio';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    margin-right: 8px;
}

.card-blog.emploi .tag-img,
.card-blog.emploi .tag {
    margin-right: 16px;
}

.tag-img [class^="icon-"] {
    font-size: 24px;
    color: rgba(165, 0, 175, 1);
    margin-right: 12px;
}

.desc-card-blog {
    margin-top: 8px;
}

.card-blog.document .wrap-tag-slider {
    margin-top: 0;
}

.card-blog.document h3 {
    margin-top: 8px;
}

.card-blog.document .tag {
    background-color: #ffffff;
    color: #000000;
    border: 1px solid rgba(0, 0, 0, 0.25);
}

.wrap-tag-slider .tag-img {
    /* margin-bottom: 0; */
}

.img-full-header-single {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.wrap-img-single-header {
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 50%, rgba(255, 215, 45, 0.2) 50%, rgba(255, 215, 45, 0.2) 100%);
}

.menu-mobile {
    display: none;
}

#showMore {
    color: #ffffff!important;
}


/* Carte */

.carte {
    background: linear-gradient(0deg, rgba(255, 150, 25, 0.2), rgba(255, 150, 25, 0.2)), #FFFFFF;
    padding: 32px;
    margin-top: 120px;
}

.mapplic-tooltip-close,
.mapplic-tooltip-content {
    display: none;
}

.mapplic-tooltip-title {
    margin: 0 0px 0 0 !important;
}

.desc-map {
    height: 600px;
    background-color: #ffffff;
    padding-top: 24px;
    overflow-y: auto;
}

.desc-map::-webkit-scrollbar {
    width: 6px;
}

.desc-map::-webkit-scrollbar-track {
    background: rgba(165, 0, 175, 0.2);
}

.desc-map::-webkit-scrollbar-thumb {
    background: #A500AF;
}

.desc-map::-webkit-scrollbar-thumb:hover {
    background: #A500AF;
}

.container-map {
    padding: 0 28px;
}

.mapplic-pin {
    background-color: transparent!important;
    color: transparent!important;
}

.title-map {
    font-family: 'Neutrif Studio';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    display: flex;
    align-items: center;
    color: #A500AF;
    margin-bottom: 12px;
}

.title-map [class^="icon-"] {
    margin-right: 12px;
}

.logos-carte {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 24px;
}

.logos-carte img {
    /* width: 45%; */
    margin-bottom: 12px;
    height: fit-content;
    height: 44px;
}

.grid-carte {
    margin-top: 20px;
    font-family: 'Neutrif Studio';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    padding: 12px;
    background: url(/wp-content/themes/soikos/img/icons/stripes.png), #FFE07F;
    border: 2px solid #008714;
}

.list-carte {
    margin-top: 32px;
}

.item-list-map {
    border-left: 3px solid #ffffff;
    padding-left: 24px;
    margin-bottom: 12px;
    transition: all 300ms;
    cursor: pointer;
}

.item-list-map.active {
    border-left: 3px solid #F55019;
}

.item-list-map.active.green {
    border-left: 3px solid rgba(0, 169, 20, 1);
}

.item-list-map.active.siege {
    border-left: 3px solid rgba(165, 0, 175, 1);
}

.item-list-map .title {
    font-family: 'Neutrif Studio';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    display: flex;
    align-items: center;
}

.item-list-map .title [class^="icon-"] {
    margin-right: 8px;
    color: #F55019;
}

.list-carte .icon-regular.green {
    color: rgba(0, 169, 20, 1);
}

.list-carte .icon-siege-social-2.purple {
    color: rgba(165, 0, 175, 1);
}

.control-slider-mobile {
    display: none;
}

.filter-mobile {
    display: none;
}


/* Timeline */

.timeline {
    padding: 96px 0;
}

.timeline .year {
    height: 122px;
    width: 122px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Neutrif Studio';
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    text-align: center;
    color: #FFFFFF;
    background: url(/wp-content/themes/soikos/img/bg-year.svg);
    background-size: cover;
}

.timeline .wrap-year {
    display: flex;
    align-items: center;
    width: fit-content;
    /* padding: 59px 0; */
}

.timeline .desc {
    padding: 48px;
    border-left: 1px solid #A500AF;
    margin-left: 40px;
    padding-left: 40px;
}

.row-date {
    display: grid;
    grid-auto-flow: column;
    margin-bottom: 40px;
    grid-template-columns: 1fr 10fr;
}

.timeline .col-md-10:last-of-type .row-date {
    margin-bottom: 0px;
}

.row-date>.div {
    height: 100%;
}

.timeline .desc {
    font-family: 'Neutrif Studio';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
    color: rgba(0, 0, 0, 0.75);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.desc-date {
    font-family: 'Neutrif Studio';
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 32px;
    color: #A500AF;
}

.wrap-search {
    padding-bottom: 80px;
}

.desc-footer a {
    color: #ffffff!important;
}

.breadcrumb_last {
    display: inline-block!important;
    max-width: 500px;
    white-space: nowrap;
    overflow: hidden!important;
    text-overflow: ellipsis;
}

[name="poste"] {
    display: none;
}

/*------------------------------------*\
Bloc Text Exergue
\*------------------------------------*/

.text-exergue {
  padding: 48px 15px;
  margin: 96px auto;
  max-width: 1000px !important;
  background: #EDCCEF;
  position: relative;
}

@media (max-width: 768px) {
  .text-exergue {
    padding: 34px 48px;
  }
}

.text-exergue .decoration {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 14px;
}

.text-exergue .decoration span {
  width: 100%;
  height: 20%;
  display: block;
}

.text-exergue .decoration span:nth-child(1n) {
  background-color: #7C0084;
}

.text-exergue .decoration span:nth-child(2n) {
  background-color: #FA003D;
}

.text-exergue .decoration span:nth-child(3n) {
  background-color: #DC003D;
}

.text-exergue .decoration span:nth-child(4n) {
  background-color: #FFD62E;
}

.text-exergue .decoration span:nth-child(5n) {
  background-color: #FF9619;
}

.text-exergue .wrap-simple-text > :first-child {
  margin-top: 0;
}

.text-exergue .main-btn {
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
}

/*------------------------------------*\
Pictogramme Texte
\*------------------------------------*/

.pictogramme-text {
  margin: 96px auto 0;
  position: relative;
}

.pictogramme-text .pictogramme-lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.pictogramme-text .pictogramme-lists .pictogramme {
  width: calc(33.333333% - 100px);
  margin: 0 50px 50px;
}

.pictogramme-text .pictogramme-lists .pictogramme {
  width: calc(33.333333% - 100px);
  margin: 0 50px 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 150px;
}

.pictogramme-text .pictogramme-lists .pictogramme .image-pictogramme {
  width: 130px;
  height: 130px;
  position: relative;
  overflow: hidden;
}

.pictogramme-text .pictogramme-lists .pictogramme .image-pictogramme img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.pictogramme-text .pictogramme-lists .pictogramme .desc {
  margin-top: 28px;
  text-align: center;
}

.pictogramme-text .pictogramme-lists .pictogramme .desc span {
  display: block;
  font-family: 'Neutrif Studio';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.75);
  margin-bottom: 8px;
}

.pictogramme-text .pictogramme-lists .pictogramme .desc h4 {
  display: block;
  font-family: 'Neutrif Studio';
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  color: rgba(0, 0, 0);
  margin-bottom: 0;
}

/*------------------------------------*\
Responsive
\*------------------------------------*/

@media (min-width: 1200px) {
    .container {
        max-width: 1206px;
    }
}

@media screen and (max-width: 1370px) {
    .pagination-slider-hp {
        margin-top: 0px;
    }
    .wrap-text-left-slider-hp .desc,
    .wrap-text-left-slider-hp .desc p {
        font-size: 26px;
        line-height: 33px;
    }
    .wrap-text-left-slider-hp h4 {
        font-size: 26px;
        line-height: 33px;
    }
    .slider-banner-home h1,
    .slider-banner-home h2 {
        font-size: 40px;
        line-height: 50px;
        margin-top: 0px;
    }
}

@media screen and (max-width: 1200px) {
    a.item-menu-main br,
    a.item-menu-main-link br {
        display: none;
    }
}

@media screen and (max-width: 992px) {
    .logo-menu-main {
        display: none;
    }
    .item-menu-top {
        padding: 0 10px;
    }
    .menu-top {
        justify-content: flex-start;
    }
    .item-menu-main {
        margin: 0px 10px;
    }
}

@media screen and (max-width: 768px) {
    .wrap-breadcumb-btn .main-btn {
        padding: 11px 20px;
        font-size: 15px;
        line-height: 17px;
    }
    .carte {
        padding-left: 0px;
        padding-right: 0px;
        margin-top: 96px;
    }
    .image-texte.inverse .order-1 {
        order: 1;
    }
    .image-texte.inverse .order-2 {
        order: 2;
    }
    .actu h2 {
        padding-right: 0px;
    }
    .row-date {
        display: flex;
        flex-direction: column;
    }
    .row-date .wrap-year {
        order: 1;
    }
    .row-date .desc {
        order: 2;
    }
    .timeline .wrap-year,
    .row-date.inverse .wrap-year {
        width: 100%;
        display: flex;
        justify-content: center;
        padding: 0;
        position: relative;
    }
    .timeline .wrap-year::before,
    .row-date.inverse .wrap-year::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0px;
        height: 100%;
        background-color: #A500AF;
    }
    .timeline .desc {
        margin-left: 0;
        border-left: 0px solid #A500AF;
        border-right: 0px solid #A500AF;
        padding: 40px;
        text-align: center;
    }
    .navigation-chiffre .slick-dots li {
        margin-right: 0px;
        margin-left: 16px;
    }
    .menu-mobile {
        display: block;
    }
    .menu-top {
        display: none;
    }
    .items-menu-main {
        display: none;
    }
    .logo-menu-main {
        display: flex;
    }
    .burger-mobile {
        display: block;
    }
    .marque-footer .container {
        flex-direction: column;
    }
    .menu-mobile {
        position: fixed;
        left: 0;
        bottom: 0;
        height: calc(100% - 104px);
        width: 100%;
        background-color: #ffffff;
        z-index: 999;
        padding: 8px 15px;
        overflow-y: auto;
        transform: translateX(-100%);
        transition: all 300ms;
    }
    .menu-mobile.active {
        transform: translateX(0%);
    }
    .item-menu-mobile {
        width: 100%;
        padding: 32px 0;
        font-family: 'Neutrif Studio';
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        line-height: 22px;
        color: #000000!important;
        display: flex;
        align-items: center;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    .item-menu-mobile br {
        display: none;
    }
    .item-menu-mobile [class^="icon-"] {
        font-size: 20px;
        color: rgba(165, 0, 175, 1);
        margin-left: 23px;
        font-weight: 800;
    }
    .item-menu-mobile:last-of-type {
        border: 0;
    }
    .icon-external-link {
        padding: 14px 0;
    }
    .seprator-menu-mobile {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        margin: 32px -15px;
    }
    .menu-mobile form {
        display: flex;
        align-items: center;
        padding-bottom: 32px;
        border-bottom: 1px solid rgba(165, 0, 175, 0.2);
    }
    .menu-mobile form button {
        background: transparent;
        border: 0;
        display: flex;
        align-items: center;
        font-size: 20px;
        color: rgba(165, 0, 175, 1);
        padding: 0;
    }
    .menu-mobile .search-input,
    .menu-mobile .search-input:focus,
    .menu-mobile .search-input::placeholder {
        margin: 0;
        padding: 0;
        font-family: 'Neutrif Studio';
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 20px;
        color: #000000;
        background: transparent;
        border: 0;
        outline: none;
        width: 100%;
        padding-right: 24px;
    }
    .item-menu-mobile.full {
        justify-content: space-between;
        font-family: 'Neutrif Studio';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        display: flex;
        align-items: center;
        color: rgba(0, 0, 0, 0.75);
        border-bottom: 1px solid rgba(165, 0, 175, 0.2);
    }
    .item-menu-mobile.full [class^="icon-"] {
        font-weight: 300;
    }
    .item-menu-mobile.full:last-of-type {
        border-bottom: 0;
    }
    .back-btn-menu {
        font-family: 'Neutrif Studio';
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        line-height: 22px;
        color: #000000;
        padding-top: 40px;
        display: flex;
        align-items: center;
    }
    .back-btn-menu [class^="icon-"] {
        font-size: 20px;
        color: rgba(165, 0, 175, 1);
        margin-right: 16px;
        transform: rotate(180deg);
    }
    .title-menu-mobile {
        padding: 32px 0 24px;
        font-family: 'Neutrif Studio';
        font-style: normal;
        font-weight: 600;
        font-size: 26px;
        line-height: 32px;
        color: #A500AF;
    }
    .title-menu-mobile br {
        display: none;
    }
    .wrap-text-left-slider-hp {
        position: relative;
    }
    .slider-banner-home h1,
    .slider-banner-home h2 {
        font-size: 56px;
        line-height: 60px;
        width: 100%;
        max-width: auto;
    }
    .slider-banner-home h1 span::after {
        content: url(/wp-content/themes/soikos/img/quote_shape.svg);
        position: absolute;
        right: -4px;
        top: -30px;
        transform: translateX(100%);
        margin-left: 5px;
    }
    .slider-banner-home h2 span::after {
        content: url(/wp-content/themes/soikos/img/quote_shape.svg);
        position: absolute;
        right: -4px;
        top: -30px;
        transform: translateX(100%);
        margin-left: 5px;
    }
    .slider-banner-home .desc,
    .slider-banner-home .desc p {
        font-family: 'Neutrif Studio';
        font-style: normal;
        font-weight: 600;
        font-size: 22px;
        line-height: 26px;
        color: #000000;
        padding-right: 0px;
        margin-top: 16px;
    }
    .img-right-slider-hp {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .pagination-slider-hp {
        margin-top: 0;
    }
    .wrap-tag-slider {
        flex-wrap: wrap;
    }
    .wrap-tag-slider .tag {
        margin-bottom: 8px;
    }
    .text-img-abs {
        position: relative;
    }
    .img-text-img {
        margin-bottom: 37px;
    }
    h2 {
        font-family: 'Neutrif Studio';
        font-style: normal;
        font-weight: 700;
        font-size: 48px;
        line-height: 54px;
        color: #000000;
        margin-bottom: 16px;
    }
    h2 br {
        display: none;
    }
    .wrap-btns {
        flex-direction: column;
    }
    .wrap-btns .main-btn {
        margin-bottom: 16px;
    }
    .three-cols.inverse h2 {
        text-align: left!important;
    }
    .three-cols {
        margin-top: 9-px;
    }
    .desc-three-cols {
        flex-direction: column;
        align-items: flex-start;
    }
    .desc-three-cols .main-btn {
        margin-left: 0;
        margin-top: 24px;
    }
    .image-text.mobile {
        display: flex;
        flex-direction: column;
    }
    .image-text.mobile .text-img-abs {
        order: 2;
    }
    .image-text.mobile .img-text-img {
        order: 1;
    }
    .grid {
        margin-top: 96px;
    }
    .actu .d-flex.align-items-center {
        flex-direction: column;
        align-items: flex-start!important;
        justify-content: flex-start;
    }
    .actu .d-flex.align-items-center .main-btn {
        margin-top: 26px;
    }
    .marque-footer a {
        display: flex;
        justify-content: center;
    }
    .marque-footer img {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 35px;
        width: auto;
    }
    .marque-footer {
        padding-bottom: 37px;
    }
    .content-footer .col-md-3 {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-bottom: 40px;
    }
    .sub-footer-menu {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    .sub-footer-menu a {
        margin-right: 0;
        margin-bottom: 16px;
    }
    .relative-header {
        height: 104px;
    }
    .content-image-texte img {
        margin-top: 30px;
    }
    .content-image-texte.inverse img {
        margin-bottom: 30px;
        margin-top: 0px;
    }
    .row-document {
        flex-direction: column;
    }
    .row-document .wrap-btn {
        flex-direction: column;
        align-items: flex-start;
    }
    .row-document .wrap-btn .main-btn.white {
        margin-left: 0;
        margin-top: 15px;
    }
    .text-document {
        margin-bottom: 30px;
        max-width: none;
    }
    .navigation-partenaire .slick-dots li {
        margin-right: 0px;
        margin-left: 15px;
    }
    .sidebar-custom {
        flex-direction: row;
        display: flex;
        width: 100%;
        position: fixed;
        padding: 2px 0px;
    }
    .item-sidebar {
        width: 50%;
    }
    .wrap-text-left-slider-hp {
        transform: translateY(0);
    }
    .three-cols {
        margin-top: 80px;
    }
    .control-slider-mobile {
        display: block;
        margin-top: 16px;
    }
    .wrap-arrow-mobile {
        display: flex;
    }
    .wrap-arrow-mobile .arrow-right {
        margin-left: 8px;
    }
    .control-slider-mobile .navigation {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .control-slider-mobile .dots-mobile {
        font-family: 'Neutrif Studio';
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 26px;
        text-align: right;
        color: #000000;
    }
    .wrap-three-cols {
        background: linear-gradient(270deg, rgba(255, 150, 25, 0) 25%, rgba(255, 150, 25, 0.2) 25%, rgba(255, 150, 25, 0.2) 100%);
    }
    .card-grid {
        margin-bottom: 0;
    }
    .actu,
    .simple-text,
    .image-texte,
    .bloc-image {
        margin-top: 96px;
    }
    .breadcumb span:not(.d-flex) span:not(.d-flex),
    .titleBreadcumb,
    .breadcrumb_last {
        display: inline-block!important;
        max-width: 85px;
        white-space: nowrap;
        overflow: hidden!important;
        text-overflow: ellipsis;
    }
    .desc-three-cols {
        margin-top: 0px;
    }
    .desc h2 {
        font-size: 48px;
        line-height: 54px;
    }
    .carte .col-md-4 {
        order: 2;
    }
    .carte .col-md-7 {
        order: 1;
    }
    .slider-actu-mobile .card-blog {
        margin-bottom: 0;
    }
    .control-slider-mobile {
        margin-top: 32px;
        margin-bottom: 60px;
    }
    .rebond h2 {
        text-align: left;
    }
    .content-footer {
        padding: 48px 0 8px;
    }
    .modal-dialog {
        max-width: 95vw
    }
    .slider-banner-home h1 u,
    .slider-banner-home h2 u {
        position: initial;
    }
    .slider-banner-home h1 u::after,
    .slider-banner-home h2 u::after {
        right: 68px;
        transform: translateX(0%);
        top: 0;
    }
    .slider-banner-home h1,
    .slider-banner-home h2 {
        position: relative;
        padding-right: 40px;
    }
    .filter-mobile {
        font-family: 'Neutrif Studio';
        font-style: normal;
        display: flex;
        height: 56px;
        width: 100%;
        /* border-radius: 50%; */
        background: #A500AF;
        position: fixed;
        display: flex;
        align-items: center;
        justify-content: center;
        left: 0px;
        bottom: 70px;
        font-size: 20px;
        color: #ffffff;
        z-index: 9;
    }
    .custom-select-soikos,
    .select-selected,
    .reset-btn-archive {
        width: 100%!important;
    }
    .reset-btn-archive {
        display: flex;
        justify-content: center;
    }
    .wrap-filters,
    .wrap-checkbox-tri {
        display: none;
    }
    .menu-mobile .wrap-filters,
    .menu-mobile .wrap-checkbox-tri {
        display: flex;
    }
    .mobile-pagination-slider {
        margin-top: 40px;
    }
    .mobile-pagination-slider a {
        color: rgba(0, 0, 0, 0.25);
    }
    .mobile-pagination-slider .slick-active a {
        color: #000000;
    }
    .slider-banner-home h1 u::after,
    .slider-banner-home h2 u::after {
        left: 100%;
        transform: translateX(-100%);
        top: 0;
        width: fit-content;
        height: fit-content;
    }
    .wrap-text-left-slider-hp {
        width: 100%;
    }
}


/*------------------------------------*\
Tarteaucitron
\*------------------------------------*/

#tarteaucitron {
    overflow: auto;
}

#tarteaucitron {
    overflow: auto;
}

#tarteaucitronDisclaimerAlert {
    font-family: 'Neutrif Studio';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: rgba(0, 0, 0, 0.75);
}

div#tarteaucitronAlertBig,
.tarteaucitronDetails {
    -webkit-font-smoothing: subpixel-antialiased;
    transform: translateZ(0);
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.76);
    overflow: hidden !important;
}

@media screen and (max-width: 500px) {
    div#tarteaucitronAlertBig,
    .tarteaucitronDetails {
        overflow: auto !important;
    }
}

div#tarteaucitronAlertBig .decoration,
.tarteaucitronDetails .decoration {
    width: 500px;
    height: 100vh;
    background: #AD0A11;
    display: block;
    position: absolute;
    right: 80%;
    top: 50%;
    transform: rotate(15deg) translate(0, -50%);
    /* -webkit-mask-image: url(/wp-content/themes/jevoislavienevosges/img/rectangle-image.png);
    mask-image: url(/wp-content/themes/jevoislavienevosges/img/rectangle-image.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-position: center; */
    mask-position: center;
    z-index: -1;
}

@media screen and (max-width: 500px) {
    div#tarteaucitronAlertBig .decoration,
    .tarteaucitronDetails .decoration {
        display: none !important;
    }
}

div#tarteaucitronAlertBig .inner {
    background: #ffffff;
    position: fixed;
    right: 20px;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    bottom: initial;
    width: 100%;
    max-width: 810px;
    padding: 95px;
    padding-left: 102px;
    padding-right: 102px;
    box-sizing: border-box;
    z-index: 1000;
    border-radius: 0px;
    /* -webkit-mask-image: url(/wp-content/themes/jevoislavienevosges/img/rectangle-image.png);
    mask-image: url(/wp-content/themes/jevoislavienevosges/img/rectangle-image.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-position: center;
    mask-position: center; */
}

.tarteaucitronDetails {
    background: #CB1517;
    position: fixed;
    right: 20px;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50% !important;
    bottom: initial;
    width: 100%;
    max-width: 810px;
    padding: 95px;
    padding-left: 102px;
    padding-right: 102px;
    box-sizing: border-box;
    z-index: 1000;
    border-radius: 20px;
    /* -webkit-mask-image: url(/wp-content/themes/jevoislavienevosges/img/rectangle-image.png);
    mask-image: url(/wp-content/themes/jevoislavienevosges/img/rectangle-image.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-position: center;
    mask-position: center; */
}

@media screen and (max-width: 500px) {
    div#tarteaucitronAlertBig .inner,
    .tarteaucitronDetails {
        padding: 95px !important;
        padding-left: 28px !important;
        padding-right: 28px !important;
        top: 0 !important;
        left: 0;
        transform: none !important;
        overflow: auto;
        max-height: 100vh !important;
    }
}

#title-cookies,
.tarteaucitronName2 {
    font-family: 'Neutrif Studio';
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 42px;
    text-align: center;
    color: #000000;
}

#tarteaucitronDisclaimerAlert,
#tarteaucitronDisclaimerAlert2 {
    display: block;
    font-size: 16px !important;
    line-height: 24px !important;
    margin-top: 28px !important;
    text-align: center;
    font-family: 'Neutrif Studio'!important;
    font-style: normal!important;
    color: rgba(0, 0, 0, 0.75)!important;
}

#tarteaucitronDisclaimerAlert a,
#tarteaucitronDisclaimerAlert2 a {
    font-size: 16px !important;
    line-height: 24px !important;
    margin-top: 28px !important;
    text-align: center;
    font-family: 'Neutrif Studio'!important;
    font-style: normal!important;
    color: rgba(0, 0, 0, 0.75)!important;
    text-decoration: underline;
}

.tarteaucitronActions {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tarteaucitronActions .main-btn {
    margin: 0 20px;
    cursor: pointer;
}

#tarteaucitronCloseAlertPersonnalize {
    margin: 24px auto 0;
    cursor: pointer;
}

#tarteaucitronClosePanel {
    top: 0;
    right: 0;
    position: absolute;
    height: 56px;
    width: 56px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000000;
    cursor: pointer;
    font-size: 20px;
    transform: translateX(50%) translateY(-50%);
}

@media screen and (max-width: 500px) {
    #tarteaucitronClosePanel {
        right: 28px;
        top: 40px;
    }
}

#tarteaucitron .tarteaucitronBorder {
    background: #fff;
    /* -webkit-mask-image: url(/wp-content/themes/jevoislavienevosges/img/rectangle-image.png);
    mask-image: url(/wp-content/themes/jevoislavienevosges/img/rectangle-image.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-position: center;
    mask-position: center; */
    margin-top: 35px;
    height: auto !important;
    max-height: 250px !important;
    overflow: auto;
    padding-top: 40px;
}

@media screen and (max-width: 500px) {
    #tarteaucitron .tarteaucitronBorder {
        max-height: none !important;
        height: auto !important;
    }
}

.tarteaucitronLine {
    padding: 0 40px;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

@media screen and (max-width: 500px) {
    .tarteaucitronLine {
        flex-direction: column;
    }
    .tarteaucitronName {
        width: 100% !important;
        float: none !important;
    }
}

.tarteaucitronLine .service_uri {
    display: none !important;
}

.tarteaucitronHidden {
    display: none !important;
    padding: 0 !important;
}

.tarteaucitronLine .service_name {
    font-family: "Neutrif Studio";
    display: block;
    font-size: 22px !important;
    line-height: 32px !important;
    font-weight: 800 !important;
    color: #1D1D1D !important;
}

.tarteaucitronMainLine {
    flex-direction: column !important;
    padding: 0 !important;
}

.tarteaucitronLine .tarteaucitronListCookies {
    font-family: "Neutrif Studio";
    display: block;
    font-size: 14px !important;
    line-height: 18px !important;
    font-weight: 400 !important;
    color: #1D1D1D !important;
}

.tarteaucitronAsk {
    display: flex !important;
}

.tarteaucitronAsk .main-btn {
    padding: 20px 20px !important;
    font-size: 16px !important;
    cursor: pointer;
}

.tarteaucitronAsk .denyClick,
.tarteaucitronAsk .allowClick {
    background: #CB1517 !important;
    color: #fff !important;
}

#tarteaucitronScrollbarParent::-webkit-scrollbar {
    width: 6px;
    -webkit-appearance: none;
}

#tarteaucitronScrollbarParent::-webkit-scrollbar-track {
    background: #FFF;
}

#tarteaucitronScrollbarParent::-webkit-scrollbar-thumb {
    background: #CB1517;
}

#tarteaucitronScrollbarParent::-webkit-scrollbar-thumb:hover {
    background: #CB1517;
}


/*------------------------------------*\
Error404
\*------------------------------------*/

body.error404 footer,
body.error404 .header,
body.error404 .sidebar {
    display: none;
}

body.error404 {
    padding: 75px;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

@media screen and (max-width: 500px) {
    body.error404 {
        padding: 0;
    }
}

.bloc-404 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/wp-content/themes/soikos/img/404.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 500px) {
    .bloc-404 {
        height: 100vh;
        width: 100vw;
    }
}

@media screen and (max-width: 500px) {
    .bloc-404 .decoration {
        display: none;
    }
}

.bloc-404 .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 48px;
    background-color: #ffffff;
}

.bloc-404 h1 {
    font-family: 'Neutrif Studio';
    font-style: normal;
    font-weight: 700;
    font-size: 56px;
    line-height: 62px;
    text-align: center;
    color: #000000;
}

.bloc-404 .desc {
    margin-top: 16px;
    font-family: 'Neutrif Studio';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: rgba(0, 0, 0, 0.75);
}

.bloc-404 .main-btn {
    margin-top: 32px;
}


/*------------------------------------*\
Message IE
\*------------------------------------*/

html.ie #ie-window {
    display: flex !important;
}

#ie-window {
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    position: fixed;
    background-color: #FFFFFF;
    background-size: cover;
    z-index: 10000000;
    align-items: center;
    justify-content: center;
    padding: 30px;
}

#ie-window .inner {
    max-width: 800px;
    width: 100%;
}

#ie-window .inner .logo {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

#ie-window .inner svg {
    width: 150px;
}

#ie-window .desc {
    font-family: 'Neutrif Studio';
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    color: #000000;
    margin: 24px 0;
    text-align: center;
}

.actu.files .item-post-archive {
  display: block!important;
}

.card-blog.emploi.file {
    padding-right: 25px;
}
