/*
Theme Name: Privafin
Description: Privafin - thème
Version: 1.0.0
Author: Inside Web
Author URI: https://www.insideweb.be
*/


img {
    width: 100%;
}
button {
    transition: all 0.5s ease 0s;
}
p:last-child {
    margin-bottom: 0;
}
nav.navbar-main {
      z-index: 9998;
}
@-webkit-keyframes move {
  0% {
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
    transform: scale(1.0);
    -ms-transform: scale(1.0);
    /* IE 9 */
    
    -webkit-transform: scale(1.0);
    /* Safari and Chrome */
    
    -o-transform: scale(1.0);
    /* Opera */
    
    -moz-transform: scale(1.0);
    /* Firefox */
  }
  100% {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    /* IE 9 */
    
    -webkit-transform: scale(1.2);
    /* Safari and Chrome */
    
    -o-transform: scale(1.2);
    /* Opera */
    
    -moz-transform: scale(1.2);
    /* Firefox */
  }
}

/* Font Family */

.gloock{
    font-family: 'Gloock', serif;
}

.jaka{
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.p-base{
    font-size: 14px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    letter-spacing: 0.7px;
    line-height: 25px;
}

/* css tout le site */

.titreDore{
    color: #917A41;
    letter-spacing: 2.25px;
    line-height: 35px;
    font-size: clamp(1.25rem, 0.9056rem + 0.8163vw, 1.875rem);
}

.grosTitre{
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: #582C83;
    font-size: 50px;
    letter-spacing: 3.75px;
    line-height: 88px;
    font-weight: 700;
}

.paddingContainer{
    /* padding: 0 3% !important; */
}

.lien-site{
    background-color: black;
    color: white;
    width: 100%;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 1.05px;
    line-height: 25px;
    border: 0.1rem solid black;
    text-align: center;
    padding: 0.6% 3%;
    min-width: max-content;
}

.lien-site:hover{
    background-color: #F4F4F4;
    color: black; 
}

.marginTitre{
    margin-top: 5% !important;
}

.heightSpecialPlacement{
    min-height: 170px;
}

.minHeightPlacement{
    min-width: max-content;
}

.no-height{
    min-height: 75px !important;
}

.height-team{
    min-height: 80px;
}

.height-team-info{
    min-height: 95px;
}

/* fin du css de tout le site */

/* Menu */

.colorLink{
    color: black !important;
}

.menu{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

.logo-menu{
    width: 75%;
    position: relative;
    z-index: 120;
}

.height-menu{
    height: 13vh;
}

.height-adress{
    display: none !important;
}

.nomPage{
    height: 10vh;
    width: 100%;
    position: fixed;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 101;
    pointer-events: none;
}

.namePage{
    font-size: 15px;
    letter-spacing: 1.5px;
    color: white;
    text-align: center;
    margin: 0;
    display: none;
}

.navbar{
    position: fixed !important;
    width: 100% !important;
    top: 0;
    background-color: transparent;
    z-index: 100;
    height: 10vh;
}

.nav-item{
    text-decoration: none;
    list-style: none;
    color: #1D1D1B;
}

.navbar-nav{
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
}

.nav-link,.dropdown-item{
    color: white;
    font-size: 18px;
    letter-spacing: 2px;
    list-style: none;
    font-family: 'Plus Jakarta Sans', sans-serif;
    padding: 1% 3%;
    font-weight: 600;
}

.dropdown-item{
    color: black;
    white-space: unset;
}

.dropdown-item:hover{
    color: #582C83 !important;
    background-color: unset;
}

.nav-link:focus, .nav-link:hover{
    color: #582C83 !important;
}

.dropdown-menu{
    padding-left: 7%;
    background-color: transparent;
    border: none;
}

.logo-dark{
    display: none;
}

.rotateArrow{
    transform: rotate(90deg);
    transition: all 0.3s ease-in-out;
}

.barmenu {
    text-transform: none;
    max-width: 5%;
}

.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a, .wpml-ls-legacy-dropdown a:focus, .wpml-ls-legacy-dropdown a:hover {
    border: none !important;
    background-color: transparent!important;
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:hover{
    background-color: transparent!important;
}

.wpml-ls-statics-shortcode_actions {
    background-color: transparent !important;
}

.wpml-ls-legacy-dropdown {
    width: 15.5em;
    max-width: 100%;
}

.wpml-ls-statics-shortcode_actions ul {
    width: 60px !important;
}

.wpml-ls-statics-shortcode_actions ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.wpml-ls-legacy-dropdown .wpml-ls-item {
    padding-left: 30px !important;
    border: none !important;
}

.wpml-ls-legacy-dropdown .wpml-ls-item:hover {
    background-color: transparent !important;
    border: none !important;
}

.wpml-ls-legacy-dropdown a {
    background-color: transparent;
    text-transform: uppercase !important;
    border: none !important;
    max-width: 60px !important;
    text-decoration: none !important;
    color: white;
    font-size: 18px;
    letter-spacing: 2px;
    list-style: none;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 600;
}
.wpml-ls-legacy-dropdown a:hover{
    border: none !important;
}

.wpml-ls-sub-menu{
    background-color: transparent !important;
    border: none !important;
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
    right: -5px;
}

/* burger */

.btnPhone{
    display: none;
}

.burger{
    display: flex;
    align-items: center;
    outline: none;
    height: 50px;
    width: 50px;
    border: 0;
    padding: 0px;
    background: transparent;
    transition: all 250ms ease-out;
    cursor: pointer;
    z-index: 120;
}

.ligne{
    content: '';
    width: 45px;
    height: 4px;
    position: absolute;
    transition: all 250ms ease-out;
    will-change: transform;
}

.bg-menu{
    background-color: white;
    transition: all 0.15s ease;
}

.ligne-gauche{
    background-color: white;
    transform: translateY(-6px);
}

.ligne-droite{
    background-color: white;
    transform: translateY(6px);
}

.active.ligne-gauche{
    transform: translateY(0) rotate(45deg);
    background-color: black !important;
}

.active.ligne-droite{
    transform: translateY(0) rotate(-45deg);
    background-color: black !important;
}

.bg-navbar{
    width: 100%;
}

/* fin Menu */

/* Page home */

#section_home{
    height: 80vh;
    background-image: url(https://www.privafin.be/layout/uploads/2023/11/vitaliy-paykov-27GKN2BUcxk-unsplash@2x-scaled.webp);
    background-size: cover;
    box-shadow: inset 0 0 0 1000px rgba(88, 44, 131, 0.3);
}

#section_home h1{
    text-transform: uppercase;
    color: white;
    text-align: center;
    font-family: 'Gloock', serif;
    letter-spacing: 3.23px;
    line-height: 54px;
    font-size: 43px;
}

#text_patrimoine{
    background-color: #F4F4F4;
}

#text_patrimoine div div p{
    color: black;
    letter-spacing: 1.25px;
    line-height: 35px;
    font-size: 25px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    text-align: center;
    font-weight: 400;
    margin: 0;
    padding: 3% 15%;
}

#text_patrimoine div div p span{
    color: #917A41;
}

#collapsePrivafin{
    padding: 1rem;
    background-color: white;
}

#service_home{
    margin-top: 3%;
    margin-bottom: 3%;
}

.bg-service1{
    position: relative;
    background-image: url(https://www.privafin.be/layout/uploads/2023/11/robin-schreiner-7y4858E8PfA-unsplash@2x-1.png);
    padding: 2%;
    background-size: cover;
    box-shadow: inset 0 0 0 1000px rgba(244, 244, 244, 0.80);
}

.divPortefeuille div div h4{
    color: black;
    letter-spacing: 1.5px;
    line-height: 25px;
    font-size: 20px;
}

.titreType{
    color: #917A41 !important;
    font-size: 14px !important;
    letter-spacing: 0.7px !important;
    line-height: 25px !important;
    font-weight: 600 !important;
}

.btnSite{
    color: white;
    background-color: black;
    text-decoration: none;
    padding: 0.5rem 2rem;
    border: 0.1rem solid black;
    letter-spacing: 1.05px;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
}

.btnSite:hover{
    background-color: #F4F4F4;
    color: black;
}

.w-80{
    width: 80%;
    color: black;
}

.iconService{
    width: 20%;
}

.paddingService{
    padding: 3rem !important;
    text-decoration: none;
}

.flexMobile{
    text-decoration: none;
}

.bg-adam{
    background-size: cover;
    box-shadow: inset 0 0 0 1000px rgba(244, 244, 244, 0.90);
}

.bg-henry{
    background-image: url(https://www.privafin.be/layout/uploads/2023/11/henry-co-d1Rx_dUMl78-unsplash-BW@2x.png);
    background-size: cover;
    box-shadow: inset 0 0 0 1000px rgba(244, 244, 244, 0.60);
}

.bg-nick{
    background-image: url(https://www.privafin.be/layout/uploads/2023/11/nick-hillier-aQcE3gDSSTY-unsplash-BW@2x.png);
    background-size: cover;
    box-shadow: inset 0 0 0 1000px rgba(244, 244, 244, 0.90);
}

.paddingSpecial{
    min-height: 150px;
}

.absoluteValeur{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}

.imageWill{
    height: 75%;
    object-fit: cover;
    object-position: left;
    width: 100%;
}

.imageHome{
    height: 100%;
    object-fit: cover;
    object-position: left;
    width: 100%;
}

.sousTitreValeur{
    font-size: 45px;
    letter-spacing: 3.38px;
    line-height: 45px;
    margin: 0;
}

.w-fleche{
    width: 30px;
}

.p-excellence{
    padding-bottom: 10%;
    padding-left: 18%;
    margin-top: 2rem;
    color: black;
    letter-spacing: 0.7px;
    line-height: 25px;
    font-size: 14px;
}

.padding-titre-valeur{
    padding-left: 7% !important;
}

/* fin page home */

/* footer */

.index-1{
    z-index: -1;
}

#footer{
    background-color: #F4F4F4;
    padding: 3% 0%;
    position: relative;
}

.logo_footer{
    width: 100%;
    margin-bottom: 15%;
}

.footerPowered{
    font-size: 14px;
    text-align: center;
    letter-spacing: 0.6px;
    line-height: 16px;
    font-weight: 300;
    margin: 0;
    text-decoration: none;
    color: black;
    text-align: end;
}

.footerPowered a{
    color: black;
    text-decoration: none;
}

.footerPowered a:hover{
    color: #582C83;
}

.lienFooterContact{
    background-color: black;
    color: white;
    width: 100%;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 1.05px;
    line-height: 25px;
    border: 0.1rem solid black;
    text-align: center;
    padding: 2% 0%;
}

.lienFooterContact:hover{
    color: black;
    background-color: transparent;
}

.alignPhoneSpecial{
    display: flex;
    justify-content: end;
    flex-direction: column;
    align-items: flex-end;
}

.displayBgContact{
    display: none;
}

/* Page placement */

#section_bg_placement{
    background-image: url(https://www.privafin.be/layout/uploads/2023/11/ricardo-gomez-angel-5YM26lUicfU-unsplash@2x.png);
    background-size: cover;
    box-shadow: inset 0 0 0 1000px rgba(88, 44, 131, 0.4);
    height: 30vh;
}

.divTopPlacement{
    background-color: #F4F4F4;
    padding: 5% 15% !important;
    margin-bottom: -7%;
}

.divTopPlacement p{
    font-size: 20px;
    letter-spacing: 1px;
    color: #917A41;
    line-height: 35px;
    text-align: center;
}

.section_haut_page{
    padding-top: 10%;
}

.m-background{
    margin-top: 2rem !important;
}

.types3{
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 25px;
    font-weight: 600;
    color: #917A41;
    padding-left: 18%;
    margin-bottom: 5%;
    margin-top: 5%;
}

.cardType{
    padding: 3rem 5rem 1rem 3rem !important;
    background-color: #F4F4F4;
}

.cardType h4{
    font-size: 27px;
    letter-spacing: 2.02px;
    line-height: 34px;
    color: black;
}

.paddingBottom{
    padding-bottom: 3%;
}

.cartProcessus{
    background-color: #F4F4F4;
    padding: 3rem 3rem 4rem 3rem !important;
}

.cartProcessus h3{
    color: #917A41;
    font-size: 27px;
    letter-spacing: 2.02px;
    line-height: 34px;
    padding-bottom: 1rem;
    min-height: 190px;
    overflow-wrap: break-word;
    hyphens: auto;
}

#text_placement{
    padding: 4rem 0;
}

.exceptionTitre{
    color: black !important;
}

/* fin Placement */

.sousTitreAccompagnement{
    color: #917A41;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 35px;
    padding-bottom: 2%;
    width: 80%;
}

.paddingParaBilan{
    width: 80%;
}

/* actualité */

#section_bg_actu{
    background-image: url(https://www.privafin.be/layout/uploads/2023/11/ashim-d-silva-3Ijt7UkSBYE-unsplash@2x-scaled.webp);
    background-size: cover;
    box-shadow: inset 0 0 0 1000px rgba(88, 44, 131, 0.29);
    height: 30vh;
}

.divTopActu,.divTopBlog{
    color: white;
}

.divTopActu h1{
    font-size: 43px;
    letter-spacing: 3.23px;
    line-height: 54px;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
}

.divCardActu{
    display: grid !important;
    grid-template-columns: repeat(3,1fr);
    grid-template-rows: repeat((3,100px));
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-top: 7%;
    padding-bottom: 4%;
}

.gridDivIndex{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-template-rows: repeat((3,100px));
    grid-column-gap: 30px;
    grid-row-gap: 1em;
    padding-top: 30px;
}

.lienActu{
    text-decoration: none;
    color: #582C83;
    font-weight: 600;
    letter-spacing: 0.7px;
    line-height: 25px;
}

.lienActu:hover{
    color: black;
}

.cardTitreActu{
    font-weight: 600;
    color: #582C83;
    letter-spacing: 0.85px;
    line-height: 22px;
    font-size: 17px;
    min-height: 50px;
    margin: 0;
}

.bgCardActu{
    background-color: #F4F4F4;
}

.dateActu{
    color: #582C83;
    font-size: 12px;
    letter-spacing: 0.6px;
    line-height: 25px;
}

/* fin actualité */

/* team */

#section_bg_team{
    background-image: url(https://www.privafin.be/layout/uploads/2023/11/sergio-smirnoff-_8SD_gKfdjY-unsplash@2x-scaled.webp);
    background-size: cover;
    box-shadow: inset 0 0 0 1000px rgba(88, 44, 131, 0.35);
    height: 30vh;
}

.divCardTeam{
    display: grid !important;
    grid-template-columns: repeat(3,1fr);
    grid-template-rows: repeat((3,100px));
    grid-column-gap: 100px;
    grid-row-gap: 3em;
    padding: 7% 0%;
}

.titreTeam{
    color: #917A41;
    font-size: 24px;
    letter-spacing: 1.8px;
    line-height: 34px;
    margin: 0;
    padding-bottom: 25px;
}

.w-fleche-team{
    width: 30px;
}

.lienTeam{
    color: #1D1D1B;
    text-decoration: none;
}

.lienTeam:hover{
    color: #582c83;
}

/* fin team */

/* contact */

#section_contact{
    height: 100vh;
    background-image: url(https://www.privafin.be/layout/uploads/2023/11/akira-hojo-saL6UM59j-c-unsplash@2x-scaled.webp);
    background-size: cover;
}

.paddingTailleContact{
    padding-top: 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.bg-contact{
    box-shadow: inset 0 0 0 1000px rgba(88, 44, 131, 0.2);
    width: 100%;
    height: 100vh;
}

.positionContact{
    position: absolute;
    top: 0;
    right: 0;
}

.titreContact{
    color: #917A41;
    font-size: clamp(35px, 2.150vw, 43px);
    letter-spacing: 3.23px;
    line-height: 54px;
    text-transform: uppercase;
}

.text-contact{
    font-size: 14px;
    letter-spacing: 0.7px;
    line-height: 25px;
    margin: 0;
    text-decoration: none;
    color: black;
}

.sousTitreContact{
    font-size: 20px;
    letter-spacing: 0.7px;
    line-height: 25px;
    margin: 0;
}


.hoverNum:hover{
    color: #582C83;
}

.inputContact{
    width: 95%;
    border: 0.5px solid #9B8149;
    padding: 2% 4%;
}

.areaContact{
    border: 0.5px solid #9B8149;
    padding: 2% 2%;
    width: 97.5%;
    background-color: white;
}

.areaContact:focus{
    outline: none;
}

.marginContactInput{
    margin: 2.5% 0%;
    display: flex;
}

#section_bg_juridique{
    background-image: url(https://privafin.be/layout/uploads/2023/11/sam-balye-t0nojyPGbok-unsplash@2x.png);
    background-size: cover;
    box-shadow: inset 0 0 0 1000px rgba(88, 44, 131, 0.30);
    height: 30vh;
}

.largeurBtnContact{
    width: 30%;
}

/* fin contact */

/* Page Information juridique */

#section_juridique{
    margin-top: 5%;
    margin-bottom: 7%;
}

.p-juridique{
    font-weight: 600;
    font-size: 17px;
    letter-spacing: 0.85px;
    line-height: 22px;
    margin: 0;
    color: #582C83;
}

.cardJuridique{
    background-color: #F4F4F4;
    padding: 10%;
}

.lienJuridique{
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.7px;
    line-height: 25px;
    color: #582C83;
    text-decoration: none;
    padding-left: 5px;
}

.lienJuridique:hover{
    color: black;
}

.arrow-right{
    width: 17px;
}

.spaceJuridique{
    padding: 4% 0%;
}

.specialColor{
    color: black;
    padding-bottom: 4%;
}

/* fin page information juridique */

/* Blog */

#section_bg_blog{
    height: 50vh;
}

.divTopBlog h1{
    font-size: 50px;
    letter-spacing: 3.75px;
    line-height: 55px;
    text-align: left;
    margin: 0;
    margin-top: 5%;
    position: relative;
    z-index: 2;
}

.bgOpactiyBlog{
    position: absolute;
    background-color: #582C83;
    opacity: 0.63;
    width: 100%;
    height: 50vh;
}

.imageBgBlog{
    position: absolute;
    top: 0;
    right: 0;
    object-fit: cover;
    width: 100%;
    height: 50vh;
    z-index: -1;
    box-shadow: inset 0 0 0 1000px rgba(88, 44, 131, 0.63);
}

.dateBlog{
    font-size: 12px;
    letter-spacing: 0.6px;
    line-height: 25px;
    color: #582C83;
    margin: 0;
}

.espacementTeam{
    padding: 0 !important;
}

.color-p-juridique{
    color: #917A41 !important;
}

.card{
    border: 0 !important;
}

.w-plus-article{
    width: 25%;
}

/* fin blog */

.divGridPlacement{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-template-rows: repeat((4,100px));
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}

.divGridFinancement{
    padding-top: 4%;
}

.row-financement{
    --bs-gutter-x: 30px;
    --bs-gutter-y: 30px;
}

.divGridBilan{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-template-rows: repeat((4,100px));
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-top: 4%;
}

.divGridAccompagnement{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-template-rows: repeat((3,100px));
    grid-column-gap: 50px;
    grid-row-gap: 30px;
    padding-top: 4%;
}

.divH1Page{
    display: flex;
    align-items: end;
    justify-content: center;
}

.titreAutreService{
    text-align: center;
    padding-bottom: 2rem;
}

.titreAutreService span{
    color: #582C83;
}

.lienAutreService{
    border-radius: 15px;
    padding: 20% 5%;
    text-decoration: none;
    background-color: #F4F4F4;
    display: block;
    height: 100%;
    text-align: center;
}

.lienAutreService:hover{
    background-color: #ddcfed;
}

.lienVersActu{
    font-size: 20px;
    padding: 15% 2.5%;
    color: black;
}

.lienVersActu:hover{
    color: black;
}

.rowAutreService{
    --bs-gutter-x: 30px;
    --bs-gutter-y: 30px;
    padding-bottom: 4rem;
}

.lienAutreService div p{
    color: black;
}

.arrowAutreService{
    position: absolute;
    bottom: 15%;
    right: 8%;
    width: 10%;
}

.footerColorLien{
    color: #582C83;
}

.footerColorLien i{
    font-size: 22px;
}

.width-50{
    width: 50%;
}

.height-spec{
    min-height: 180px;
}

.card-height-actu{
    object-fit: cover;
    height: 45%;
}

/* fin footer */

.titre404{
    text-transform: uppercase;
    color: white;
    text-align: center;
    font-family: "Gloock", serif;
    letter-spacing: 3.23px;
    line-height: 54px;
    font-size: 43px;
    padding: 1% 0;
}

@media (min-width: 2000px){ 
    .imageWill{
        height: 60%;
    }
}

@media only screen and (max-width: 1440px){ 
    .nav-link,.dropdown-item{
        font-size: 20px;
    }
    #text_patrimoine div div p{
        padding: 3% 15%;
    }
}
@media only screen and (max-width: 1200px){ 
    .divTopPlacement{
        margin-bottom: -10%;
    }
}
@media only screen and (max-width: 1150px){ 
    .divCardTeam{
        display: grid !important;
        grid-template-columns: repeat(2,1fr);
        grid-template-rows: repeat((2,100px));
        grid-column-gap: 100px;
        grid-row-gap: 3em;
        padding: 7% 0%;
    }
    .bg-white-respon{
        background-color: white;
    }
}
@media only screen and (max-width: 1040px){ 
}
@media only screen and (max-width: 995px){ 

}
@media only screen and (max-width: 992px){ 
    .marginPhoneActu{
        margin-top: 5%;
    }
    .flexActuPhone{
        flex-direction: column;
    }
    .cartWidthBlog{
        width: 50% !important;
    }
    .largeurActu{
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    #text_patrimoine{
        height: auto;
        padding: 5% 0%;
    }
    .bg-navbar{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 101vh;
        z-index: 110;
        background-color: #F4F4F4;
        display: none;
    }
    .nav-link{
        letter-spacing: 1px;
        padding: 10px 0;
        text-align: center;
        color: black !important;
    }
    #section_home h1{
        font-size: 30px;
        line-height: 32px;
    }
    .titre404{
        font-size: 30px;
        line-height: 32px;
        padding: 3% 0;
    }
    #text_patrimoine div div p{
        font-size: 20px;
        line-height: 30px;
        padding: 5% 10%;
    }
    .dropdown-item{
        white-space: unset;
        text-align: center;
    }
    .grosTitre{
        font-size: 35px;
        line-height: 50px;
        padding-bottom: 1rem;
    }
    .flexMobile{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .titreType{
        text-align: center;
        padding-top: 5%;
    }
    .w-80{
        width: 100%;
    }
    .divPortefeuille div div h4,.divPortefeuille div div p{
        text-align: center;
    }
    .paddingService{
        padding: 3rem 10% !important;
    }
    .w-fleche{
        width: 10%;
    }
    .gridDivIndex{
        padding: 8% 5%;
    }
    #text-placement{
        padding: 4rem 0;
        padding-bottom: 2rem;
    }
    .logo-menu{
        width: 35%;
    }
    .burger:before, .burger:after{
        width: 35px;
        height: 3px;
    }
    #service_home{
        margin-bottom: 0;
    }
    .absoluteValeur{
        display: none;
    }
    .sousTitreValeur{
        font-size: 30px;
        line-height: 30px;
    }
    .padding-titre-valeur{
        padding-left: 0 !important;
        text-align: center;
    }
    .logo_footer{
        width: 50%;
        margin-bottom: 0;
    }
    .fa-linkedin-in{
        font-size: 25px;
    }
    .alignPhone{
        align-items: center !important;
    }
    .alignPhoneSpecial{
        align-items: center;
    }
    .width-50{
        width: 100%;
    }
    .footerPowered{
        text-align: center !important;
        margin-top: 2%;
    }
    .bg-nick, .bg-henry{
        margin-top: 5% !important;
    }
    .divCardTeam{
        display: block !important;
    }
    .espacementTeam{
        padding: 3% 10% !important;
    }
    .height-team{
        margin-top: 5%;
    }
    .displayBgContact{
        display: block;
        width: 100%;
    }
    #section_contact{
        background-image: none;
    }
    .paddingTailleContact{
        display: block !important;
        padding-top: 40%;
        padding-bottom: 10%;
        padding-left: 8% !important;
        padding-right: 8% !important;
    }
    .positionContact{
        position: unset;
    }
    .displayPhoneContact{
        display: none;
    }
    .paddingPhoneContactNone{
        padding: 0 !important;
    }
    .marginContactInput{
        display: block;
    }
    .inputContact, .areaContact{
        width: 100%;
    }
    .inputContact{
        margin-bottom: 2.5%;
    }
    .imgPhoneContact{
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
    #section_contact{
        height: 100%;
    }
    #footer{
        padding: 8% 0;
    }
    .marginTitre{
        line-height: 32px !important;
        font-size: 30px !important;
    }
    .cardJuridique{
        padding: 6%;
    }
    .marginLastPJuridique{
        padding-top: 9%;
        padding-bottom: 5%;
    }
    #section_bg_juridique{
        margin-bottom: 8%;
    }
    .divCardActu{
        display: block !important;
    }
    .card{
        margin: 5% 0;
    }
    .w-plus-article{
        width: 50%;
    }
    .divTopPlacement{
        margin-bottom: 0;
        padding: 10% 15% !important;
    }
    #section_bg_placement{
        height: auto;
    }
    .divH1Page{
        padding: 30% 0%;
        padding-top: 50%;
    }
    .p-excellence{
        padding: 3% 10%;
    }
    .namePage{
        font-size: 20px;
        line-height: 23px;
        width: 80%;
    }
    .nomPage{
        margin-top: 18%;
        position: absolute;
        z-index: 0;
    }
    .lien-site{
        padding: 1.6% 4%;
    }
    .cartProcessus h3{
        min-height: 150px;
    }
    .cartProcessus{
        padding: 3rem 10%;
    }
    .paddingSpecial{
        min-height: 100px;
    }
    .index-1 .col-md-6{
        padding: 0 3%;
    }
    #section_bg_actu,#section_bg_blog, .imageBgBlog, .bgOpactiyBlog{
        height: 45vh;
    }
    .largeurActu{
        padding: 0% 10% !important;
        width: 100% !important;
    }
    .cartWidthBlog{
        display: flex;
        justify-content: center;
        align-items: start;
        padding: 0 10% !important;
        width: 100% !important;
    }
    .largeurBtnContact{
        width: 100%;
    }
    .minHeightPlacement{
        min-width: auto;
    }
    #section_bg_team{
        height: 40vh;
    }
    .navbar-nav{
        padding-left: 0 !important;
        margin-top: 20%;
        flex-direction: column;
    }
    .height-adress{
        display: flex !important;
        height: 10vh;
    }
    .numero-1{
        order: 1;
    }
    .numero-2{
        order: 4;
    }
    .numero-3{
        order: 3;
    }
    .numero-4{
        order: 2;
    }
    .footerColorLien{
        margin: 2% 0;
    }
    .lienFooterContact{
        margin: 2% 0;
    }
    .pHeightFooter{
        line-height: normal;
    }
    .nameNoneFooter{
        display: none;
    }
    #collapsePrivafin{
        background-color: #F4F4F4 !important;
        padding-top: 0rem;
    }
    .divUlMenu{
        height: 80vh;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .btnPhone{
        display: flex;
    }
    .height-menu{
        height: 10vh;
        justify-content: space-between !important;
    }
}

@media only screen and (max-width: 768px) {

    .divUlMenu {
        position: relative;
    }
    .barmenu {
        position: absolute;
        top: 85%;
        left: -5%;
    }
    .wpml-ls-legacy-dropdown a{
        color: black !important;
    }
}