/*demo renew*/
body {
    font-family: Poppins, Arial, sans-serif !important;
    font-size: 16px;
    line-height: 28px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--dark)
}

h3 {
    text-transform: none;
    font-weight: 400;
    font-size: 2.3em;
    line-height: 1.2em
}

.custom-el-pos-1 {
    margin-top: -100px
}

.custom-el-pos-2 {
    top: 25px;
    position: relative
}

.custom-el-pos-3 {
    bottom: -25px !important
}

@media (max-width:1919px) {
    .custom-shape-divider-1 {
        min-width: 1920px
    }
}

.custom-shape-divider-1.custom-shape-divider-1-flip-horizonal {
    transform: rotateY(180deg)
}

.hero {
    height: 750px
}

.hero-el-1,
.hero-el-2 {
    width: 1400px;
    height: 1400px;
    position: absolute;
    border-radius: 100%
}

.hero-el-1 {
    top: -62%;
    left: -21%
}

.hero-el-2 {
    top: -65%;
    left: -20.3%;
    background: var(--primary-100)
}

.custom-text-1 {
    font-size: 200px;
    position: relative;
    top: 100px
}

.custom-text-1 em {
    font-size: .7em;
    font-style: normal
}

@media (min-width:992px) {
    #header .header-nav-main nav>ul>li {
        margin: 0 20px
    }

    #header .header-nav-main nav>ul>li:first-child {
        margin-left: 0
    }

    #header .header-nav-main nav>ul>li>a {
        font-size: 18px;
        padding: 0 !important
    }

    .custom-el-pos-2 {
        top: 0
    }

    .custom-text-1 {
        font-size: 180px
    }

    .custom-highlight-1 {
        position: relative;
        z-index: 1
    }

    .custom-highlight-1:after {
        content: '';
        position: absolute;
        top: 60%;
        left: 50%;
        width: 0%;
        height: 25%;
        background-color: var(--primary);
        z-index: -1;
        right: 0
    }

    .custom-highlight-1-tertiary:after {
        background-color: var(--tertiary)
    }
}

@media (min-width:1400px) {
    .custom-text-1 {
        font-size: 300px
    }
}

.custom-svg-position-1 {
    position: absolute;
    top: -500px;
    left: 100px;
    opacity: .2
}

.custom-svg-position-2 {
    position: absolute;
    top: 300px;
    left: -62%;
    opacity: .2;
    z-index: 0;
    max-width: 2000px
}

.custom-svg-position-3 {
    position: absolute;
    top: 395px;
    right: -60%;
    opacity: .2;
    z-index: 0;
    max-width: 2000px
}

@keyframes customLines1anim {
    from {
        stroke-dasharray: 1600;
        stroke-dashoffset: 1600
    }

    to {
        stroke-dasharray: 1600;
        stroke-dashoffset: 0
    }
}

.customLines1anim {
    animation-name: customLines1anim
}

.custom-highlight-anim:after {
    animation-name: customHighlightAnim;
    animation-duration: 2s;
    animation-fill-mode: forwards
}

.custom-highlight-anim-delay:after {
    animation-delay: 1s
}

@keyframes customHighlightAnim {
    0% {
        width: 0;
        opacity: 1
    }

    100% {
        width: 52%;
        opacity: 1
    }
}

.carousel-half-full-width-wrapper>.owl-carousel .owl-stage-outer {
    padding-top: 40px;
    margin-bottom: 0
}

.carousel-half-full-width-wrapper>.owl-carousel .owl-nav {
    position: absolute;
    top: 0;
    margin: 0;
    padding: 0;
    width: auto;
    transform: none;
    text-align: left
}

.carousel-half-full-width-wrapper>.owl-carousel .owl-nav button.owl-next,
.carousel-half-full-width-wrapper>.owl-carousel .owl-nav button.owl-prev {
    position: static;
    transform: none
}

.carousel-half-full-width-wrapper>.owl-carousel .owl-nav button.owl-prev {
    margin-right: 5px
}

.carousel-half-full-width-wrapper>.owl-carousel .owl-nav button.owl-next {
    margin-left: 5px
}

.custom-block-1 h4 {
    position: relative;
    top: -10px
}

.custom-block-1.custom-block-1-bottom h4 {
    top: 10px
}

.custom-min-width-1 {
    min-width: 195px
}

/*skin*/
:root {
    --border-radius: 0;
    --border-radius2x: 10px;
    --default: #242424;
    --primary: #940727;
    --primary-100: #7c0621;
    --primary-200: #6f051d;
    --primary-300: #63051a;
    --primary--100: #ac082d;
    --primary--200: #b90931;
    --primary--300: #c50934;
    --primary-rgba-0: rgba(148, 7, 39, 0);
    --primary-rgba-10: rgba(148, 7, 39, 0.1);
    --primary-rgba-20: rgba(148, 7, 39, 0.2);
    --primary-rgba-30: rgba(148, 7, 39, 0.3);
    --primary-rgba-40: rgba(148, 7, 39, 0.4);
    --primary-rgba-50: rgba(148, 7, 39, 0.5);
    --primary-rgba-60: rgba(148, 7, 39, 0.6);
    --primary-rgba-70: rgba(148, 7, 39, 0.7);
    --primary-rgba-80: rgba(148, 7, 39, 0.8);
    --primary-rgba-90: rgba(148, 7, 39, 0.9);
    --secondary: #49525f;
    --secondary-100: #3e4651;
    --secondary-200: #383f49;
    --secondary-300: #333942;
    --secondary--100: #545e6d;
    --secondary--200: #5a6575;
    --secondary--300: #5f6b7c;
    --secondary-rgba-0: rgba(73, 82, 95, 0);
    --secondary-rgba-10: rgba(73, 82, 95, 0.1);
    --secondary-rgba-20: rgba(73, 82, 95, 0.2);
    --secondary-rgba-30: rgba(73, 82, 95, 0.3);
    --secondary-rgba-40: rgba(73, 82, 95, 0.4);
    --secondary-rgba-50: rgba(73, 82, 95, 0.5);
    --secondary-rgba-60: rgba(73, 82, 95, 0.6);
    --secondary-rgba-70: rgba(73, 82, 95, 0.7);
    --secondary-rgba-80: rgba(73, 82, 95, 0.8);
    --secondary-rgba-90: rgba(73, 82, 95, 0.9);
    --tertiary: #2e2031;
    --tertiary-100: #201622;
    --tertiary-200: #18111a;
    --tertiary-300: #110c12;
    --tertiary--100: #3c2a40;
    --tertiary--200: #442f48;
    --tertiary--300: #4b3450;
    --tertiary-rgba-0: rgba(46, 32, 49, 0);
    --tertiary-rgba-10: rgba(46, 32, 49, 0.1);
    --tertiary-rgba-20: rgba(46, 32, 49, 0.2);
    --tertiary-rgba-30: rgba(46, 32, 49, 0.3);
    --tertiary-rgba-40: rgba(46, 32, 49, 0.4);
    --tertiary-rgba-50: rgba(46, 32, 49, 0.5);
    --tertiary-rgba-60: rgba(46, 32, 49, 0.6);
    --tertiary-rgba-70: rgba(46, 32, 49, 0.7);
    --tertiary-rgba-80: rgba(46, 32, 49, 0.8);
    --tertiary-rgba-90: rgba(46, 32, 49, 0.9);
    --quaternary: #f7f0e7;
    --quaternary-100: #f1e4d4;
    --quaternary-200: #eddeca;
    --quaternary-300: #ead8c1;
    --quaternary--100: #fdfcfa;
    --quaternary--200: #ffffff;
    --quaternary--300: #ffffff;
    --quaternary-rgba-0: rgba(247, 240, 231, 0);
    --quaternary-rgba-10: rgba(247, 240, 231, 0.1);
    --quaternary-rgba-20: rgba(247, 240, 231, 0.2);
    --quaternary-rgba-30: rgba(247, 240, 231, 0.3);
    --quaternary-rgba-40: rgba(247, 240, 231, 0.4);
    --quaternary-rgba-50: rgba(247, 240, 231, 0.5);
    --quaternary-rgba-60: rgba(247, 240, 231, 0.6);
    --quaternary-rgba-70: rgba(247, 240, 231, 0.7);
    --quaternary-rgba-80: rgba(247, 240, 231, 0.8);
    --quaternary-rgba-90: rgba(247, 240, 231, 0.9);
    --dark: #111;
    --dark-100: #040404;
    --dark-200: #000000;
    --dark-300: #000000;
    --dark--100: #1e1e1e;
    --dark--200: #242424;
    --dark--300: #2b2b2b;
    --dark-rgba-0: rgba(17, 17, 17, 0);
    --dark-rgba-10: rgba(17, 17, 17, 0.1);
    --dark-rgba-20: rgba(17, 17, 17, 0.2);
    --dark-rgba-30: rgba(17, 17, 17, 0.3);
    --dark-rgba-40: rgba(17, 17, 17, 0.4);
    --dark-rgba-50: rgba(17, 17, 17, 0.5);
    --dark-rgba-60: rgba(17, 17, 17, 0.6);
    --dark-rgba-70: rgba(17, 17, 17, 0.7);
    --dark-rgba-80: rgba(17, 17, 17, 0.8);
    --dark-rgba-90: rgba(17, 17, 17, 0.9);
    --light: #FFF;
    --light-100: #f2f2f2;
    --light-200: #ececec;
    --light-300: #e6e6e6;
    --light--100: #ffffff;
    --light--200: #ffffff;
    --light--300: #ffffff;
    --light-rgba-0: rgba(255, 255, 255, 0);
    --light-rgba-10: rgba(255, 255, 255, 0.1);
    --light-rgba-20: rgba(255, 255, 255, 0.2);
    --light-rgba-30: rgba(255, 255, 255, 0.3);
    --light-rgba-40: rgba(255, 255, 255, 0.4);
    --light-rgba-50: rgba(255, 255, 255, 0.5);
    --light-rgba-60: rgba(255, 255, 255, 0.6);
    --light-rgba-70: rgba(255, 255, 255, 0.7);
    --light-rgba-80: rgba(255, 255, 255, 0.8);
    --light-rgba-90: rgba(255, 255, 255, 0.9);
    --primary-inverse: #FFF;
    --secondary-inverse: #FFF;
    --tertiary-inverse: #FFF;
    --quaternary-inverse: #777;
    --dark-inverse: #FFF;
    --light-inverse: #777;
    --grey: #969696;
    --grey-100: #f4f4f4;
    --grey-200: #eaeaea;
    --grey-300: #e5e5e5;
    --grey-400: #e0e0e0;
    --grey-500: #dbdbdb;
    --grey-600: #cecece;
    --grey-700: #c1c1c1;
    --grey-800: #a8a8a8;
    --grey-900: #8e8e8e;
    --grey-1000: #757575
}

body {
    text-align: justify;
}

/*menu*/
#header .header-nav-main.header-nav-main-text-capitalize nav>ul>li>a {
    text-transform: none !important;
}

#header .header-nav.header-nav-links:not(.header-nav-light-text) nav>ul>li>a {
    font-size: 20px !important;
    text-transform: uppercase !important;
    font-weight: 400;
}

#header .header-nav-main nav>ul>li {
    margin: 0px 15px;
}

.page-header {
    padding: 110px 0 !important;
}


/*carous partenaire*/
.owl-stage {
    display: flex;
    align-items: center !important;
}

/* left menu */
ul#secnav {
    list-style: none !important;
    list-style-type: none !important;
    margin: 0;
    padding: 0;
}

#secnav li a {
    text-decoration: none;
    display: block !important;
    font-size: 17px !important;
    background-color: #fff !important;
    color: #000 !important;
    line-height: 17px !important;
    padding: 15px 10px !important;
    text-align: left;
    transition: all 0.3s ease;
    border-radius: 15px;
    border: 1px solid var(--quaternary);
}

#secnav li a:hover {
    background-color: var(--primary) !important;
    color: #fff !important;
    border: 1px solid var(--primary);
    padding-left: 20px !important;
}

#secnav li {
    margin-bottom: 8px !important;
}

#secnav li a.menu-actif {
    background-color: var(--tertiary) !important;
    color: #fff !important;
}


/*MISC*/
.titleabove {
    color: var(--primary);
    text-transform: uppercase;
    margin-bottom: 0px;
    font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-align: left;
}

h2 {
    margin-bottom: 20px !important;
    font-weight: 400 !important;
}

h3 {
    font-size: 2.1em !important;
}

.rounded {
    border-radius: 10px !important;
}

.img-rounded {
    border-radius: 20px !important;
}

ol.legend li,
ul.legend li {
    font-size: 15px !important;
}

/*marketinfo*/
.marketinfo {
    position: absolute;
    width: 100%;
    bottom: -150px;
    z-index: 100;
    transition: all 0.5s ease;
    padding: 20px;
}

.marketcard:hover .marketinfo {
    bottom: 0px;
}

.image-hotspot .circle {
    left: 60% !important;
    top: 55% !important;
}

.social-icons.social-icons-medium li a,
.social-icons.social-icons-md li a {
    height: 43px;
    line-height: 55px;
    width: 43px;
}

.accroche {
    font-size: 1.7em !important;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #2196F3;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}


/* MEDIA QUERY */
@media (min-width:992px) and (max-width:1199px) {
    #header .header-nav.header-nav-links:not(.header-nav-light-text) nav>ul>li>a {
        font-size: 16px !important;
        padding: 0.1rem !important;
    }

    #header .header-nav-main nav>ul>li {
        margin: 0px 4px;
    }
}

@media (min-width:1200px) and (max-width:1438px) {
    #header .header-nav.header-nav-links:not(.header-nav-light-text) nav>ul>li>a {
        font-size: 17px !important;
        padding: 0.1rem !important;
    }

    #header .header-nav-main nav>ul>li {
        margin: 0px 4px;
    }
}

/*@media (min-width:1439px)  {
    #header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li > a {
        font-size: 18px !important;
        padding: 0.2rem !important;
    }
}*/

.counter {
    text-align: center;
    display: flex;
    flex-direction: column;
    padding: 1.5rem 1rem;
    justify-content: center;
    align-items: center;
}

.counter strong {
    display: block;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0.75rem;
}

.counter label {
    display: block;
    word-wrap: break-word;
    font-size: 1.05rem;
    color: #6c757d;
    line-height: 1.4;
    margin: 0 auto;
    max-width: 280px;
}

.vertical-divider {
    position: relative;
    padding-right: 2rem;
}

.vertical-divider::after {
    content: "";
    position: absolute;
    top: 10%;
    right: 0.5rem;
    height: 80%;
    width: 1px;
    background-color: #d0d0d0;
}

@media (max-width: 991px) {
    .vertical-divider {
        padding-right: 0;
        margin-right: 0;
    }

    .vertical-divider::after {
        right: auto;
        top: auto;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
    }
}

.centered-title {
    display: flex;
    justify-content: center;
}

.sublist-disc {
    list-style-type: disc !important;
    padding-left: 20px !important;
}

.sublist-disc li {
    padding-left: 10px !important;
}

.sublist-disc li::before {
    content: none !important;
}

.bg-opacity-overlay {
    position: relative;
}

.bg-opacity-overlay::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
}

.bg-opacity-overlay .flip-content {
    position: relative;
    z-index: 2;
}

.owl-item {
    height: 0;
}

.owl-item.active {
    height: auto;
}

.breadcrumb>li,
.breadcrumb>li a {
    color: #fff !important;
}



/**************************** ARTICLES NLOG PUBLICATIONS... ETC************************************/


/* editor*/
.important {
    clear: both;
    background-color: #f5f5f5;
    padding: 15px;
    margin: 8px 0;
    font-style: italic;
    border: 1px solid #e5e5e5;
}

.mise_en_couleur,
.mise_en_couleur strong {
    color: #d8321c;
}

.citation {
    font-size: 1.2em;
    padding: 1em 3em;
    font-style: italic;
    text-align: center;
}

.intro {
    text-align: justify;
    font-size: 1.4em;
    padding: 1em 0;
}

.cadre-rouge,
.cadre-rouge strong {
    text-align: justify;
    background-color: #940727;
    color: #fff;
    font-size: 1.2em;
    padding: 1.5em;
    margin: 2em 0;
}

.cadre-bleu,
.cadre-bleu strong {
    text-align: justify;
    background-color: #29245c;
    color: #fff;
    font-size: 1.2em;
    padding: 1.5em;
    margin: 2em 0;
}

.imageLarge {
    display: block;
    max-width: 100%;
    max-height: 400px;
    margin: auto;
}

.imgGauche {
    float: left;
    margin-right: 2em;
}

.imgDroite {
    float: right;
    margin-left: 2em;
}

/*modif couleur menu*/
.pi-submenu-dark li {
    background: #29245c;
}

.pi-submenu-dark li a {
    color: #fff;
}

.pi-submenu-dark li:hover>a {
    color: #ffffff !important;
}



/* BLOG */


.blog-posts .pi-portfolio-description {
    padding: 0;
    border: none;
}

/* BLOG POST HEADER */
.blog-posts .pi-portfolio-description ul,
.blog-posts .pi-portfolio-description h2 {
    color: #fff;
    margin: 0;
    padding: 20px 20px 0;
}

.blog-posts .bg-custom-bleu .pi-portfolio-description ul,
.blog-posts .bg-custom-bleu .pi-portfolio-description h2 {
    background-color: #29245c;
}

.blog-posts .bg-custom-rouge .pi-portfolio-description ul,
.blog-posts .bg-custom-rouge .pi-portfolio-description h2 {
    background-color: #940727;
}

.blog-posts .bg-custom-gris .pi-portfolio-description ul,
.blog-posts .bg-custom-gris .pi-portfolio-description h2 {
    background-color: #484f5b;
}

.blog-posts .pi-portfolio-description h2 {
    padding-bottom: 20px;
}

.blog-posts .pi-portfolio-description h2 a.pi-link-no-style,
.blog-posts .pi-portfolio-description h2 a.pi-link-no-style:hover {
    color: #fff !important;
}

/* BLOG POST CONTENT */
.blog-posts .pi-portfolio-description p {
    background-color: #f5f5f5;
    padding: 0 20px 20px;
    margin: 0;
}

.blog-posts .pi-portfolio-description p.textePost {
    background-color: #f5f5f5;
    padding: 20px;
    margin: 0;
}

/* BLOG POST IMG */
.blog-posts a.pi-colorbox.cboxElement {
    line-height: 0;
    font-size: 0;
}

.blog-posts img {
    vertical-align: bottom;
}

/* BLOG POST TAGS */
.pi-portfolio-cats.tag-list li {
    padding: 0 5px;
    background-color: #f5f5f5;
    color: #21252b;
    margin-bottom: 10px;
}

/* BLOG POST */
.blog-post-content {
    display: flex;
    justify-content: center;
}

@media (max-width:720px) {
    .texteh1mobile {
        font-size: 37px !important;
    }
}

@media (max-width:720px) {
    .textemobile {
        font-size: 30px !important;
    }
}

@media (max-width: 767px) {
    .mobile-testimonial-full blockquote p {
        text-align: justify !important;
        hyphens: auto;
    }
    
    .mobile-testimonial-full .testimonial blockquote {
        padding-left: 50px !important;
        padding-right: 50px !important;
    }

    .mobile-testimonial-full blockquote p.text-4 {
        font-size: 1rem !important;
    }
}

@media (max-width: 767px) {
    .force-appear-mobile {
        opacity: 1 !important;
        transform: none !important;
        animation: none !important;
    }
}

@media (min-width: 767px) {
    .d-md-none{
        display: none !important;
    }
}