@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.page-template-template-landing{
    --color-principale: #482882;
    --color-secondaire: #e8005f;
    --font-family: 'Poppins', sans-serif;
}


.page-template-template-landing h1,
.page-template-template-landing h2,
.page-template-template-landing h3,
.page-template-template-landing h4,
.page-template-template-landing h5,
.page-template-template-landing p,
.page-template-template-landing span,
.page-template-template-landing li{
    font-family: var(--font-family);
    color: var(--color-principale)
}

.page-template-template-landing section.bandeau{
    display: none;
}

.page-template-template-landing h2{
    font-size: 60px;
    text-transform: none;
    font-weight: 600;
    color: var(--color-principale);
}

.page-template-template-landing h2 em{
    display: block;
    color: var(--color-secondaire);
    font-style: normal;
}

.page-template-template-landing .elementor-widget-video{
    max-width: 1200px;
    margin: auto;
    aspect-ratio: 16 / 9;
    height: auto;
}

.page-template-template-landing h2:before{
    content: '';
    display: block;
    width: 40px;
    height: 8px;
    background: linear-gradient(150deg, rgba(112, 66, 165, 1) 0%, rgba(232, 0, 95, 1) 50%, rgba(255, 188, 0, 1) 100%);
    margin: auto auto 20px;
    border-radius: 2px;
}

.page-template-template-landing header.ik-header-nav {
    position: fixed;
    left: calc(50% - 1px);
}

.page-template-template-landing header.ik-header-nav .menu {
    max-width: 100%;
}

.page-template-template-landing header.ik-header-nav .logo-landing{
    max-width: 275px;
}

.page-template-template-landing header.ik-header-nav .menu .menu-container>nav>ul.menu-principal>li>a{
    font-weight: 600;
}

.page-template-template-landing header.ik-header-nav .menu .menu-container>nav>ul.menu-principal>li>a::after{
    background: linear-gradient(60deg, rgba(112, 66, 165, 1) 0%, rgba(232, 0, 95, 1) 50%, rgba(255, 188, 0, 1) 100%);
}

body.page-scrolled.page-template-template-landing header.ik-header-nav .menu .menu-container>nav>ul.menu-principal>li>a{
    color: white;
}


.page-template-template-landing > main.main-content {
    padding-top: 100px;
}

.page-template-template-landing section > .elementor-container {
    max-width: 1700px !important;
    padding: 50px;
}

.page-template-template-landing section > .elementor-container section > .elementor-container{
    padding: 0;
}

.page-template-template-landing > footer{
    display: none;
}

.page-template-template-landing .footer-lp{
    background: linear-gradient(160deg, rgba(72, 40, 130, 1) 25%, rgba(115, 53, 148, 1) 40%, rgba(160, 67, 166, 1) 60%, rgba(233, 9, 90, 1) 90%);
    padding: 0 50px;
}

.page-template-template-landing .footer-lp img{
    max-width: 450px;
    width: 100%;
}

.page-template-template-landing .footer-lp p{
    font-size: 16px;
    color: white;
}

/*.page-template-template-landing .orisha-btn a,
.page-template-template-landing .elementor-widget-button a.elementor-button-link {
    padding: 4px;
    background: transparent;
}

.page-template-template-landing .orisha-btn a span,
.page-template-template-landing .elementor-widget-button a.elementor-button-link span{
    background-color: var(--color-principale);
    padding: 5px 14px;
    border-radius: 22px;
    color: white;
    font-weight: 600;
    text-transform: none;
    transition: .5s;
}

.page-template-template-landing .orisha-btn a:hover span,
.page-template-template-landing .elementor-widget-button a.elementor-button-link:hover span{
    background: white;
    color: var(--color-principale);
}

.page-template-template-landing .orisha-btn a::after,
.page-template-template-landing .elementor-widget-button a.elementor-button-link::after{
    display: none;
}

.page-template-template-landing .orisha-btn a::before,
.page-template-template-landing .elementor-widget-button a.elementor-button-link::before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(130deg, rgba(112,66,165,1) 0%, rgba(232,0,95,1) 50%, rgba(255,188,0,1) 100%);
    position: absolute;
    z-index: 0;
    border-radius: 25px;
    left: 0;
    top: 0;
    transition: .5s;
}

.page-template-template-landing .orisha-btn a:hover::before,
.page-template-template-landing .elementor-widget-button a.elementor-button-link:hover::before{
    background: linear-gradient(150deg, rgba(112,66,165,1) 0%, rgba(232,0,95,1) 50%, rgba(255,188,0,1) 100%);
}*/

.page-template-template-landing header.ik-header-nav .menu {
    background-color: var(--color-principale);
}

.page-template-template-landing .intro {
    background-color: var(--color-principale);
}
.page-template-template-landing .intro::before {
    content: "";
    height: 100%;
    width: 550px;
    display: block;
    background-image: url("./../images/id-systemes-orisha-triangle.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: right;
    position: absolute;
    top: 0;
    right: 0;
}

.page-template-template-landing .intro > .elementor-container {
    padding-bottom: 0;
}

.page-template-template-landing .intro > .elementor-container .elementor-column .elementor-widget-wrap {
    padding: 0;
}

.page-template-template-landing .intro > .elementor-container h1{
    color: white;
    text-transform: none;
    font-size: 60px;
    margin-bottom: 40px;
    font-weight: 600;
    line-height: 1.5;
}


.page-template-template-landing .intro > .elementor-container h1 + p{
    color: white;
    font-size: 30px;
    line-height: 1.3;
    max-width: 700px;
    font-weight: 200;
    margin-bottom: 40px;
}

.page-template-template-landing h2 + p{
    color: var(--color-principale);
    font-size: 20px;
    line-height: 1.5;
    max-width: 825px;
    font-weight: 300;
    margin: auto auto 30px;
}

.page-template-template-landing .gammes .elementor-container{
    justify-content: space-between;
}

.page-template-template-landing .gammes .elementor-column{
    max-width: 350px;
}

.page-template-template-landing .gammes .elementor-column img{
    max-width: 100px;
    max-height: 100px;
    object-fit: contain;
}

.page-template-template-landing .gammes .elementor-column .elementor-widget-wrap{
    padding: 0 10px;
}

.page-template-template-landing .gammes .elementor-column .elementor-widget-wrap .elementor-element:nth-child(2){
    margin-bottom: 0;
}

.page-template-template-landing .gammes .elementor-column .elementor-widget-wrap .elementor-element:nth-child(2) p{
    margin-bottom: 0;
    text-align: center;
    font-size: 18px;
    color: var(--color-principale);
    line-height: 1.3;
}

.page-template-template-landing .gammes .elementor-column .elementor-widget-wrap .elementor-element:nth-child(3) p{
    margin-bottom: 0;
    text-align: center;
    color: var(--color-principale);
    font-size: 18px;
    line-height: 1.5;
}

.page-template-template-landing .gammes .elementor-column .elementor-widget-wrap .elementor-element:nth-child(3) p strong{
    font-weight: 500;
}

.page-template-template-landing .gammes .elementor-column .elementor-widget-wrap .elementor-element:nth-child(3) p a{
    color: var(--color-principale);
}

.page-template-template-landing .gammes .elementor-column .elementor-widget-wrap .elementor-element:nth-child(3) p a:after{
    background-color: #e1d6f5;
}

.page-template-template-landing .clients section .elementor-container {
    display: flex;
    align-items: center;
}

.page-template-template-landing .clients section .elementor-container{
    height: 100px;
}

.page-template-template-landing .clients section .elementor-container .elementor-column:not(:last-of-type){
    align-self: stretch;
    border-right: 1px solid var(--color-principale)
}

.page-template-template-landing .clients section .elementor-element {
    height: 100%;
}

.page-template-template-landing .clients section .elementor-element .elementor-widget-container{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-template-template-landing div.elementor-column-gap-default>.elementor-column>.elementor-element-populated section .elementor-column:first-of-type>div{
    padding: 0 20px 0 0;
}

.page-template-template-landing div.elementor-column-gap-default>.elementor-column>.elementor-element-populated section .elementor-column:last-of-type>div{
    padding: 0 0 0 20px;
    border-right: 0;
}

.page-template-template-landing .text-img .elementor-container{
    padding-top: 0;
    padding-bottom: 20px;
    margin-right: 0;
    padding-right: 0;
    gap: 100px;
    max-width: 1800px !important;
}

.page-template-template-landing .text-img.reverse .elementor-container{
    margin-left: 0;
    margin-right: auto;
}

.page-template-template-landing .text-img .elementor-container .elementor-column:has(h2){
    padding-top: 80px;
    padding-right: 50px;
    padding-bottom: 20px;
}

.page-template-template-landing .text-img .elementor-container .elementor-column:has(img) img{
    width: 100%;
}

.page-template-template-landing .text-img h2,
.page-template-template-landing .text-img h2 + p > strong,
.page-template-template-landing .text-img p{
    color: white;
}

.page-template-template-landing .text-img h2{
    position: relative;
    font-size: 50px;
    line-height: 1.1;
    max-width: 550px;
}

.page-template-template-landing .text-img.reverse h2{
    max-width: 600px;
}

.page-template-template-landing .text-img h2:before{
    position: absolute;
    left: -30px;
    top: 10px;
    height: calc(100% - 15px);
    width: 6px;
}

.page-template-template-landing .text-img h2 + p > strong{
    font-weight: 600;
    font-size: 30px;
}

.page-template-template-landing .text-img p{
    font-size: 18px;
    font-weight: 300;
}

.page-template-template-landing .fiches > .elementor-container{
    gap: 10%;
    padding: 100px;
}

.page-template-template-landing .fiches > .elementor-container .elementor-column{
    background: #f0ebf9;
    border-radius: 30px;
}

.page-template-template-landing .fiches > .elementor-container .elementor-column .elementor-widget-wrap {
    padding: 40px 30px;
}

.page-template-template-landing .fiches > .elementor-container .elementor-column img{
    max-width: 50px;
    max-height: 50px;
    object-fit: contain;
}

.page-template-template-landing .fiches > .elementor-container .elementor-column h3{
    font-size: 25px;
    line-height: 1.5;
}

.page-template-template-landing .fiches > .elementor-container .elementor-column h3 strong{
    font-weight: 600;
}

.page-template-template-landing .fiches > .elementor-container .elementor-column p{
    font-size: 18px;
    max-width: 310px;
    margin: auto;
}

.page-template-template-landing section .wpcf7{
    max-width: 800px;
    margin: auto;
}

.page-template-template-landing section .wpcf7 form .ik-submit-candidature p:last-of-type{
    background: transparent;
}

.page-template-template-landing section .wpcf7 form .ik-submit-candidature p:last-of-type:after{
    display: none;
}

/* .page-template-template-landing section .wpcf7 form .ik-submit-candidature input[type=submit]{
    background: var(--color-principale) !important;
    border-radius: 21px;
    color: white;
    text-transform: none;
    border: 4px solid var(--color-principale);
    padding: 6px 15px;
}

.page-template-template-landing section .wpcf7 form .ik-submit-candidature input[type=submit]:hover{
    background: white !important;
    color: var(--color-principale);
} */



/* =========================================  LANDING PAGE 2  =========================================== */


.page-template-template-landing .intro.landing-2 h1{
    max-width: 600px;
}


.page-template-template-landing .intro form{
    padding-bottom: 80px;
}

.page-template-template-landing .intro.landing-2 .elementor-container .elementor-column:last-of-type{
    padding-top: 30px;
}

.page-template-template-landing .intro form .wpcf7-acceptance .wpcf7-list-item label span{
    color: white;
}

.page-template-template-landing .intro form .wpcf7-acceptance .wpcf7-list-item label span a{
    display: inline !important;
}

.page-template-template-landing .intro form input:not([type=checkbox],[type=submit]),
.page-template-template-landing .intro form input:not([type=checkbox],[type=submit])::placeholder,
.page-template-template-landing .intro form textarea,
.page-template-template-landing .intro form textarea::placeholder{
    color: var(--color-principale);
    font-family: var(--font-family);
}

.page-template-template-landing .intro form .wpcf7-not-valid-tip{
    color: white;
}

.page-template-template-landing .intro form p:has(.wpcf7-not-valid-tip){
    margin-bottom: 0;
}

.page-template-template-landing .intro .wpcf7 form .ik-submit-candidature p:last-of-type{
    /*background: linear-gradient(60deg, rgba(112, 66, 165, 1) 0%, rgba(232, 0, 95, 1) 50%, rgba(255, 188, 0, 1) 100%);*/
    /*padding: 4px;*/
    border-radius: 25px;
    border: solid 2px #e2d8f3
    /*border: none;*/
}

.page-template-template-landing .intro .wpcf7 form .ik-submit-candidature input[type=submit]{
    border: 0;
    margin: 0
} 

.page-template-template-landing .landing-2 h2 + p{
    max-width: 1300px;
}

.page-template-template-landing .temoignages{
    padding: 30px 0;
}

.page-template-template-landing .temoignages > .elementor-container > .elementor-column > .elementor-widget-wrap > div p:before{
    content: '';
    display: block;
    width: 40px;
    height: 8px;
    background: linear-gradient(150deg, rgba(112, 66, 165, 1) 0%, rgba(232, 0, 95, 1) 50%, rgba(255, 188, 0, 1) 100%);
    margin: 0 0 20px;
    border-radius: 2px;
}

.page-template-template-landing .temoignages section .elementor-container .elementor-column:first-child{
    width: 85px;
}

.page-template-template-landing .temoignages section .elementor-container .elementor-column:first-child .elementor-widget-wrap{
    padding-right: 0 !important;
}

.page-template-template-landing .temoignages section .elementor-container .elementor-column:last-child{
    width: calc(100% - 85px);
}

.page-template-template-landing .temoignages section p{
    margin-bottom: 0;
}

.page-template-template-landing .fiches.landing-2 > .elementor-container{
    padding-bottom: 50px;
}

.page-template-template-landing .intro form input[type=checkbox]{
    border-color: white;
}



/* =========================================  LANDING PAGE 3  =========================================== */


.page-template-template-landing .intro.landing-3 .elementor-container .elementor-column:first-of-type{
    padding-right: 50px;
}

.page-template-template-landing .intro.landing-3 .elementor-container .elementor-column:first-of-type .elementor-widget-container{
    max-width: 675px;
}



/* =========================================  RESPONSIVE  =========================================== */


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

    .page-template-template-landing h2{
        font-size: 50px;
        line-height: 1.2;
    }

    .page-template-template-landing .intro > .elementor-container{
        padding-top: 0;
    }

    .page-template-template-landing .intro > .elementor-container:has(img){
        padding-right: 0;
    }

    .page-template-template-landing .intro > .elementor-container:has(img) img{
        max-height: 550px;
        object-fit: contain;
    }

    .page-template-template-landing .intro > .elementor-container .elementor-column:has(h1){
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .page-template-template-landing .intro > .elementor-container h1{
        font-size: 50px;
        line-height: 1.2;
    }

    .page-template-template-landing .intro > .elementor-container h1 + p{
        font-size: 20px;
    }

    .page-template-template-landing .orisha-btn a span, .page-template-template-landing .elementor-widget-button a.elementor-button-link span{
        padding: 3px 10px;
        border-radius: 18px;
        font-size: 16px;
    }

    .page-template-template-landing .orisha-btn a::before, .page-template-template-landing .elementor-widget-button a.elementor-button-link::before{
        border-radius: 21px;
    }

    .page-template-template-landing .text-img .elementor-container{
        gap: 50px;
        max-width: 1500px !important;
    }

    .page-template-template-landing .fiches > .elementor-container {
        gap: 70px;
        padding: 50px 100px;
    }

}


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

    .page-template-template-landing h2{
        font-size: 45px;
    }

    .page-template-template-landing p{
        font-size: 16px;
        line-height: 1.5;
    }

    .page-template-template-landing .intro > .elementor-container h1 + p {
        font-size: 18px;
        line-height: 1.5;
    }

    .page-template-template-landing h2 + p,
    .page-template-template-landing .gammes .elementor-column .elementor-widget-wrap .elementor-element:nth-child(3) p,
    .page-template-template-landing .text-img p,
    .page-template-template-landing .fiches > .elementor-container .elementor-column p{
        font-size: 16px;

    }

    .page-template-template-landing .text-img h2{
        font-size: 45px;
    }

    .page-template-template-landing .text-img h2 + p > strong{
        font-size: 25px;
    }

    .page-template-template-landing .text-img .elementor-container{
        gap: 0;
    }

    .page-template-template-landing .text-img .elementor-container .elementor-column:has(h2){
        padding-top: 40px;
    }

    .page-template-template-landing .fiches > .elementor-container .elementor-column .elementor-widget-wrap{
        padding: 30px 20px;
    }

}


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

    .page-template-template-landing section > .elementor-container{
        padding: 30px;
    }

    .page-template-template-landing h2 {
        font-size: 40px;
    }

    .page-template-template-landing h2 + p,
    .page-template-template-landing .gammes .elementor-column .elementor-widget-wrap .elementor-element:nth-child(3) p,
    .page-template-template-landing .text-img p,
    .page-template-template-landing .fiches > .elementor-container .elementor-column p {
        font-size: 15px;
    }

    .page-template-template-landing.page-scrolled header.ik-header-nav{
        height: 50px;
    }

    .page-template-template-landing header.ik-header-nav .menu{
        padding: 0 40px;
    }

    .page-template-template-landing header.ik-header-nav .logo-landing {
        max-width: 200px;
    }

    .page-template-template-landing .intro > .elementor-container h1{
        margin-bottom: 20px;
        font-size: 40px;
    }

    .page-template-template-landing .intro > .elementor-container h1 + p{
        margin-bottom: 10px;
    }

    .page-template-template-landing .intro > .elementor-container .elementor-column:has(h1) {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .page-template-template-landing .intro.landing-2 form{
        padding-bottom: 50px;
    }

    .page-template-template-landing #solutions {
        padding-top: 0;
    }

    .page-template-template-landing .clients section .elementor-container .elementor-column img{
        max-width: 100px;
    }

    .page-template-template-landing .text-img h2 {
        font-size: 40px;
    }

    .page-template-template-landing .text-img h2 + p > strong {
        font-size: 20px;
    }

    .page-template-template-landing .text-img .elementor-container .elementor-column:has(h2) {
        padding-right: 0;
    }

    .page-template-template-landing .fiches > .elementor-container {
        gap: 30px;
        padding: 50px 50px;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .page-template-template-landing .fiches > .elementor-container .elementor-column{
        width: 100%;
    }

    .page-template-template-landing .fiches > .elementor-container .elementor-column h3{
        font-size: 20px;
        margin: 0 auto;
        max-width: 200px;
    }

    .page-template-template-landing .fiches > .elementor-container{
        padding: 50px 50px 20px;
    }

    .page-template-template-landing form input:not([type=checkbox],[type=submit]),
    .page-template-template-landing form textarea{
        min-height: 50px;
    }

    .page-template-template-landing form fieldset,
    .page-template-template-landing form .formulaire-row{
        margin-top: 0;
    }
}

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

    .page-template-template-landing .intro.landing-2 .elementor-container .elementor-column,
    .page-template-template-landing .intro.landing-3 .elementor-container .elementor-column{
        width: 100%;
    }

    .page-template-template-landing .intro.landing-3 .elementor-container .elementor-column:first-of-type{
        padding-right: 0;
    }

    .page-template-template-landing .intro.landing-3 .elementor-container .elementor-column:first-of-type .elementor-widget-container{
        max-width: 100%;
    }

    .page-template-template-landing .intro.landing-2 h1{
        max-width: inherit;
    }

    .page-template-template-landing .intro.landing-2 .wpcf7,
    .page-template-template-landing .intro.landing-3 .wpcf7{
        max-width: 100%;
    }

    .page-template-template-landing .intro form{
        padding-bottom: 50px;
    }

    .page-template-template-landing .intro.landing-2 .elementor-container .elementor-column:last-of-type{
        padding-top: 0;
    }

    .page-template-template-landing .gammes .elementor-container{
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .page-template-template-landing .gammes .elementor-container .elementor-column{
        width: 100%;
        max-width: inherit;
    }
    .page-template-template-landing div.elementor-column-gap-default>.elementor-column>.elementor-element-populated section .elementor-column:last-of-type>div,
    .page-template-template-landing div.elementor-column-gap-default>.elementor-column>.elementor-element-populated section .elementor-column:first-of-type>div{
        padding: 0;
    }


    .page-template-template-landing .clients section .elementor-container{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        height: inherit;
        gap: 30px 0;
    }

    .page-template-template-landing .clients section .elementor-container .elementor-column{
        width: 100%;
    }

    .page-template-template-landing .clients section .elementor-container .elementor-column:not(:last-of-type){
        border-right: 0;
    }

    .page-template-template-landing .text-img h2:before{
        left: -20px;
    }

    .page-template-template-landing .text-img .elementor-container .elementor-column:has(h2) .elementor-button{
        margin-left: 0;
    }

    .page-template-template-landing .temoignages section .elementor-container .elementor-column:first-child{
        width: 55px;
        margin-right: 20px;
    }

    .page-template-template-landing .temoignages section p{
        line-height: 1.5;
    }

    .page-template-template-landing .temoignages{
        padding: 0;
    }

}


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

    .page-template-template-landing header.ik-header-nav .ikadia-mobile-navbar:not(:has(#menu-menu-responsive)) .menu-hamburger-mobile{
        display: none;
    }

    .page-template-template-landing header.ik-header-nav .menu {
        padding: 0 10px;
    }

    .page-template-template-landing header.ik-header-nav .menu > a {
        z-index: 1;
    }

    .page-template-template-landing .mobile-only{
        display: none !important;
    }

    .page-template-template-landing.page-scrolled header.ik-header-nav .ikadia-mobile-navbar #nav-icon3 .hamburger span{
        background-color: white;
    }

    .page-template-template-landing header.ik-header-nav .ikadia-mobile-navbar .open-responsive-menu .hamburger span{
        background-color: var(--color-principale) !important;
    }

    .page-template-template-landing > main.main-content{
        padding-top: 70px;
    }

    .page-template-template-landing .intro > .elementor-container h1{
        font-size: 30px;
    }

    .page-template-template-landing .intro > .elementor-container h1 + p{
        font-size: 16px;
    }

    .page-template-template-landing h2 {
        font-size: 30px;
    }

    .page-template-template-landing .text-img .elementor-container .elementor-column {
        width: 100%;
    }

    .page-template-template-landing .text-img .elementor-container{
        padding: 0 20px;
    }

    .page-template-template-landing .text-img h2{
        padding-left: 30px;
    }

    .page-template-template-landing .text-img h2:before{
        left: 0;
    }

    .page-template-template-landing .text-img.reverse .elementor-container{
        flex-direction: column-reverse;
    }

    .page-template-template-landing .text-img.reverse .elementor-container .elementor-column:has(h2){
        padding-top: 30px;
    }

    .page-template-template-landing .fiches > .elementor-container{
        grid-template-columns: 1fr;
        padding: 30px 30px 20px;
    }

    .page-template-template-landing .fiches > .elementor-container .elementor-column h3{
        max-width: inherit;
    }

    .page-template-template-landing .fiches > .elementor-container .elementor-column p{
        max-width: inherit;
    }

    .page-template-template-landing .fiches.landing-2 > .elementor-container{
        padding-bottom: 30px;
    }

    .page-template-template-landing .temoignages .elementor-container .elementor-column{
        width: 100%;
    }

    .page-template-template-landing .temoignages .elementor-container .elementor-column:not(:last-of-type){
        margin-bottom: 20px;
    }

    .page-template-template-landing .temoignages .elementor-container .elementor-column .elementor-element{
        margin-bottom: 0;
    }

}

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

    .page-template-template-landing section > .elementor-container {
        padding: 20px;
    }

    .page-template-template-landing .intro > .elementor-container:has(img){
        padding-right: 20px;
    }

    .page-template-template-landing div.elementor-column-gap-default>.elementor-column>.elementor-element-populated{
        padding: 10px 0;
    }

    .page-template-template-landing h2 + p{
        margin-bottom: 0;
    }

    .page-template-template-landing .intro > .elementor-container .elementor-column:has(h1){
        padding-bottom: 0;
        padding-top: 10px;
    }

    .page-template-template-landing .intro::before{
        opacity: 0.2;
    }

    .page-template-template-landing .intro.landing-2 > .elementor-container .elementor-column:first-of-type,
    .page-template-template-landing .intro.landing-3 > .elementor-container .elementor-column:first-of-type{
        margin-bottom: 20px;
    }

    .page-template-template-landing .intro.landing-2 form,
    .page-template-template-landing .intro.landing-3 form{
        padding-bottom: 30px;
    }

    .page-template-template-landing .gammes .elementor-container {
        grid-template-columns: 1fr;
    }

    .page-template-template-landing h2 {
        font-size: 25px;
    }

    .page-template-template-landing .clients section .elementor-container {
        grid-template-columns: 1fr 1fr;
    }

    .page-template-template-landing .text-img h2 {
        font-size: 30px;
    }

    .page-template-template-landing .fiches > .elementor-container .elementor-element{
        margin-bottom: 10px;
    }

    .page-template-template-landing .fiches > .elementor-container .elementor-column h3{
        font-size: 18px;
    }

    .page-template-template-landing .fiches > .elementor-container {
        padding: 20px;
        gap: 10px;
    }

    .page-template-template-landing form input[type=checkbox] {
        top: 5px;
        transform: inherit;
    }

    .page-template-template-landing .fiches.landing-2 > .elementor-container{
        padding-bottom: 10px;
    }

    .page-template-template-landing .gammes .elementor-column img{
        max-width: 70px;
        max-height: 70px;
    }

    .page-template-template-landing .gammes .elementor-container .elementor-column{
        max-width: 85%;
        margin: auto;

    }

    .page-template-template-landing .footer-lp .elementor-element,
    .page-template-template-landing .footer-lp p{
        margin-bottom: 0;
    }
}








