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

html, body {
    overflow-x: clip;
}

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

.cover.bg_fixed {
    background-attachment: fixed!important;
}

#hd_nav_desk .menu-item-53 a {
    background: var(--e-global-color-primary);
    border-radius: 9999px;
    color: white;
    padding: 15px;
    font-weight: 700;
}

.pweb-popup-body h2 {
    color: white!important;
}

/*********************************************/
/************** CUSTOM CONTENT ***************/
/*********************************************/

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

.content_custom *:first-child {
    margin-top: 0px !important;
}

.content_custom h2 {
    margin-top: 50px;
}

.content_custom *:last-child {
    margin-bottom: 0px !important;
}

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


/*********************************************/
/***************** GENERAL *******************/
/*********************************************/

.page-numbers.prev, .page-numbers.next {
    background: var(--e-global-color-primary);
    color: white !important;
    padding: 15px;
    border-radius: 9999px;
    transition : all 0.3s ease-out;
}

.page-numbers.prev:hover , .page-numbers.next:hover  {
    background: var( --e-global-color-secondary );
    transition : all 0.3s ease-out;
}

.page-numbers.prev {
    margin-right: 20px !important;
}

.page-numbers.next {
    margin-left: 20px !important;
}

a.page-numbers, span.page-numbers.current {
    background: var(--e-global-color-primary);
    color: white !important;
    width: 35px;
    height: 35px;
    border-radius: 999px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

span.page-numbers.current {
    background: var(--e-global-color-secondary);
}


#citation_tile {
    position: absolute;
    top:-70px;
    left: 550px; 
    width:130px
}

#citation_tile_strategie {
    position: relative;
    width: 90px !important;
    display: inline-flex;
    top: -70px;
    right: -20px;
}

.damier-gradient{
  --h: 30px;
  height: var(--h);
  background-image: linear-gradient(90deg, #22D3D1 0%, #913AC0 100%);
  -webkit-mask: url('/wp-content/uploads/2025/09/damier-v3.svg') repeat left top / auto var(--h);
          mask: url('/wp-content/uploads/2025/09/damier-v3.svg') repeat left top / auto var(--h);
}

.gradient_ctn_bottom {
  position: relative;
}

.gradient_ctn_bottom::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background-size: auto 30px;
  pointer-events: none;
}

.swiper-wrapper {
  transition-timing-function: linear !important;
}

.swiper-container {
  overflow: hidden;
}

.gradient_ctn_bottom.white::after {
  background: url('/wp-content/uploads/2025/09/damier-blanc.svg') repeat-x center center;
}

.gradient_ctn_bottom.grey::after {
  background: url('/wp-content/uploads/2025/09/damier-grey.svg') repeat-x center center;
}

.gradient_ctn_bottom.black::after {
  background: url('/wp-content/uploads/2025/09/damier-black.svg') repeat-x center center;
}

.txt_background {
    background: #060638;
    color: white;
    border-radius: 9999px;
    padding: 5px 20px;
    display:inline-block;
    font-weight: bold;
}

.background_rotate:after {
    content: "";
    background: #ffff;
    transform: rotate(-5deg);
    z-index: -1;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 35px;
}

.background_rotate {
    position: relative!important;
    z-index: 1!important;
}

.videos_bold strong, .videos_bold b {
    color:#0ECED6;
}

#brevo_custom {
    display: flex;
    gap: 0;
    max-width: 640px;
    margin: auto;
}

#brevo_custom .sib-email-area {
    border-radius: 9999px;
    font-weight: bold;
    font-size: 21px;
    text-align: center;
    padding: 10px 70px 10px 20px;
    width: 100%;
}

#brevo_custom .sib-default-btn {
    background: black;
    margin-left: -70px;
    padding: 15px 50px;
    font-size: 21px;
    font-weight: bold;
}

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

.custom_logo_slider img {
    max-height:80px;
    object-fit: contain;
}

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


@media screen and (max-width:1600px) {
    #citation_tile {
        top: -50px;
        left: 350px;
        width: 100px;
    }
    #citation_tile_strategie {
        width: 70px !important;
        top: -50px;
    }
}


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

@media screen and (max-width:768px) {
    #citation_tile {
        top: -20px;
        left: 200px;
        width: 70px;
    }
    #citation_tile_strategie {
        top: 10px;
    }
    #brevo_custom .sib-default-btn {
        padding: 15px 30px;
        font-size: 18px;
    }
    #brevo_custom .sib-email-area {
        font-size: 18px;
        text-align: left;
    }
}