/*
 Theme Name:   Thème Kaiman
 Description:  bootScore Child Theme
 Author:       bootScore
 Author URI:   https://bootscore.me
 Template:     bootscore-main
 Version:      5.3.0
 Text Domain:  bootscore
*/

/* 
All style editing is done via scss/_bscore_custom.scss
*/


/*
Theme Name: Kaiman Child
Description: Theme enfant de Kaiman
Author: Kaiman
Author URI: https://www.kaiman.fr/
Template: kaiman
*/



/***** Fonts *****/

@font-face {
    font-family: 'Sora extrabold';
    font-style: normal;
    font-weight: 400;
    src: url("fonts/sora-extrabold.woff2") format("woff2");
}

@font-face {
    font-family: 'Sora Regular';
    font-style: normal;
    font-weight: 400;
    src: url("fonts/sora-regular.woff2") format("woff2");
}

@font-face {
    font-family: 'Recoleta';
    font-style: normal;
    font-weight: 400;
    src: url("fonts/Recoleta-Regular.woff") format("woff");
}

@font-face {
    font-family: 'Recoleta';
    font-style: normal;
    font-weight: 600;
    src: url("fonts/Recoleta-Medium.woff") format("woff");
}

@font-face {
    font-family: 'Recoleta';
    font-style: normal;
    font-weight: 800;
    src: url("fonts/Recoleta-SemiBold.woff") format("woff");
}

@font-face {
    font-family: 'Roc Grotesk Regular';
    font-style: normal;
    font-weight: 400;
    src: url("fonts/roc-grotesk-regular.woff2") format("woff2");
}

/* Fin Fonts */



/***** Global *****/

.titre_offre {
    font-family: "Recoleta", sans-serif!important;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

html body {
    background-color: #FFFFFA;
    position: relative;
    font-family: 'Verdana', sans-serif;
    color: #1d1d1d;
    font-size: 18px;
    overflow-x: hidden;
    height: unset;
}

/* couleur surlignage texte*/
/* pour Firefox */
::-moz-selection {
    background-color:#4C8508;
}
/* pour Safari et Chrome */
::selection {
    background-color:#4C8508;
}

@media screen and (max-width: 990px) {
    html body {
        font-size: 16px;

    }
}

p {
    line-height: 1.8;
}

h1, h1 p {
    line-height: 1.3;
}

h2, h3, h4,
h2 p, h3 p, h4 p{
    color: black;
    line-height: 1.3;
}

a{
    text-decoration: none;
    color: #4A850E;
    font-weight: 600;
}

.display-none {
    display: none;
}

.effet-nb{
    filter: grayscale(1);
}

.margin-35{
    margin-bottom: 35px;
}

.k-orange, .k-bleu{
    position: relative;
    display: inline-block;
    padding-right: 50px;
}

.k-orange::after, .k-bleu::after{
    content: '';
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    position: absolute;
}

.k-orange::after{
    background: url('/wp-content/uploads/2023/05/logo-kaiman-services.svg');
    background-size: 100%;
}

.k-bleu::after{
    background: url('https://kaiman.fr/wp-content/uploads/2023/05/logo-kaiman-up.svg');
    background-size: 100%;
}

.demander-audit {
    position: fixed!important;
    bottom: 95px;
    right: 10px;
    z-index: 999999;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    /*width: 115px;*/
    /*height: 115px;*/
    padding-left: 5px;
    padding-top: 2px;

}
.demander-audit:after {
    content: "";
    display: inline-block;
    width: 86px;
    height: 85px;
    background-image: url(/wp-content/uploads/2021/03/patte-croco-kaiman.svg);
    background-repeat: no-repeat;
    position: absolute;
    right: 32px;
    bottom: 28px;
    z-index: -1;
    transform: scale(0.8);
}
.demander-audit svg {
    fill: #000000;
    height: auto;
    max-width: 66vmin;
    transform-origin: center;
    width: 140px;
    transition-duration: 4s;
}
.demander-audit svg:hover{
    transform: rotate(180deg) translateX(6px) translateY(2px);
    transition-duration: 4s;
}

body .top-button {
    bottom: 22px;
    right: 95px;
    width: 53px;
    height: 53px;
}

body .top-button{
    border: 1px solid black;
    color: black;
    background-color: white;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

i.fa-solid.fa-chevron-up {
    font-size: 25px;
}

body .top-button:hover{
    background-color: #8dc63f;
    border: 1px solid #8dc63f;
}

html body .menu-item a {
    font-family: "Recoleta", sans-serif;
    color: black;
}



/***** MENU Navigation Principal *****/

#breadcrumbs{
    position: absolute;
    top: 130px;
    font-size: 16Px;
    font-weight: 100;
}

@media screen and (max-width: 767px){
    #breadcrumbs{
        position: initial;
        top: 130px;
    }
}

#breadcrumbs a{
    font-weight: 100;
    color: #3E3E3E;
}

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

    header .fixed-top {
        top: 40px!important;
    }

    header .fixed-top.scrolling {
        top: 0!important;
        transition: top 0.3s ease;
    }
}

.menu-item .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    background-image: url("/wp-content/uploads/2023/11/chevron-down.svg");
    width: 14px;
    height: 14px;
    background-size: 100%;
    background-repeat: no-repeat;
    bottom: -5px;
    position: relative;
}

.site-header .fixed-top {
    background-color: #fffffa;
}

.navbar {
    padding: 15px;
}

.scrolling .navbar {
    border-bottom: 1px solid black;
}

@media screen and (max-width: 990px){
    .scrolling .navbar {
        border-bottom: 0;
        box-shadow: 0 4px 6px -6px #222;
    }

    .job-template-default .navbar-brand {
        margin-left: 0;
        margin-right: auto;
    }

    .job-template-default .navbar-brand img{
        max-width: 200px;
        min-width: 130px
    }
}

.navbar-nav {
    width: 100%;
    position: relative;
    display: flex;
    gap: 40px;
    justify-content: flex-end;
    align-items: center;
}

a.nav-link {
    position: relative;
    color: black;
    cursor: pointer;
    font-family: "Recoleta", sans-serif !important;
    font-size: 20px;
}

ul.dropdown-menu {
    background-color: #FFFFFA;
    border: 1px solid black;
}

a.dropdown-item {
    color: black;
    font-size: 18px;
    font-weight: 400;
}

ul.dropdown-menu .dropdown-item:hover, ul.dropdown-menu .dropdown-item:focus,
ul.dropdown-menu .dropdown-item.active, ul.dropdown-menu .dropdown-item:active{
    color: #4A850E;
    background-color: transparent;
}


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

    button.btn.btn-outline-secondary.d-lg-none.ms-1.ms-md-2 {
        border: 0;
    }

    i.fa-solid.fa-bars {
        font-size: 30px;
        color: black;
    }

    .offcanvas-header, .offcanvas-body {
        background-color: #FFFFFA;
    }


    .c-hamburger span{
        position: relative;
        width: 25px;
        display: inline-block;
        height: 2px;
        background-color: #545454;
    }

    .c-hamburger span::before, .c-hamburger span::after {
        position: absolute;
        display: block;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #545454;
        content: "";
    }

    .c-hamburger span::before {
        top: 10px;
    }

    .c-hamburger span::after {
        bottom: 10px;
    }




}

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

    .bg-sur-menu {
        display: none;
    }

    #bootscore-navbar li {
        width: 100%;
        position: relative;
        border-bottom: 1px solid black;
    }

    #bootscore-navbar li.bouton-vert {
        border: 0;
    }

    .menu-item .dropdown-toggle::after {
        bottom: 18px;
        position: absolute;
        right: 0;
    }

    #bootscore-navbar ul.dropdown-menu{
        border: 0;
        background-color: transparent;
    }

    #bootscore-navbar ul.dropdown-menu li{
        border: 0;
    }

    #bootscore-navbar ul.dropdown-menu li a{
        font-size: 18px;
    }

    .menu-item .dropdown-toggle.show::after {
        transform: rotate(180deg);
    }
}


/***** Pied de page FOOTER *****/

footer{
    background-color: #2e2d2d;
}

footer a{
    font-weight: 400;
}

footer a, footer p, footer strong, footer small{
    color: white;
    font-size: 16px;
    line-height: 1.7;
}

footer p a{
    text-decoration: underline;
}

footer .bootscore-info span,
footer .bootscore-info small,
footer .bootscore-info a{
    font-size: 14px;
}

footer .footer-title-section{
    font-size: 18px;
    font-family: "Recoleta", sans-serif;
    font-weight: 600;
}

.bootscore-info .textwidget.custom-html-widget,
.bootscore-info .footer_widget,
.bootscore-info .textwidget.custom-html-widget p{
    display: inline-block;
}

#wcb_p{
    text-align: left;
}

span#wcb_2 {
    color: white!important;
}

/***** Accueil *****/

.underline {
    position: relative;
}
.underline::after {
    content: '';
    position: absolute;
    bottom: -1.8rem;
    left: -0.5rem;
    right: -0.5rem;
    height: 2.5rem;
    z-index: -1;
    background-image: url('https://preprod.kaiman.fr/wp-content/uploads/2021/03/kaiman_souligne.svg');
    background-repeat: no-repeat;
    background-size: 100%;
}
.title-h1 h1, h1{
    font-family: 'Recoleta', sans-serif !important;
    font-size:60px;
    font-weight: 800;
}
.title-h2 h2, .title-h2, h2 {
    font-family: 'Recoleta', sans-serif !important;
    font-size: 44px;
    font-weight: 600;
    line-height: 1.3;
}
.title-h3 , h3 {
    font-family: 'Recoleta', sans-serif !important;
    font-size:32px;
    font-weight: 600;
}
.surtitre, .surtitre p {
    font-family: 'Verdana', sans-serif !important;
    font-size: 18px;
    text-transform: uppercase;
    color: #4A850E;
}
.surtitre p{
    line-height: 1.5;
}
.bouton-phone {
    display: none;
    width: 57px;
    height: 57px;
}

.logo-simplifie {
    display: none;
    flex-direction: column;
    justify-content:center
}
.bouton-vert{
    text-decoration: none;

}
.bouton-vert a,.bouton-vert span, .btn_envoyer_marg p,.bouton-vert p,
.sh-button-container .sh-button {
    position: relative;
    font-family: 'Recoleta', sans-serif;
}
.sh-button-container .sh-button .sh-button-text{
    font-weight: 600!important;
}
.bouton-vert a::before,.bouton-vert span::before, body .bouton-vert p::before,
.sh-button-container .sh-button::before,
input.bouton-vert::before {
    border: 2px solid #454444;
    background-color: transparent;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 35px;
    top: -4px;
    left: -4px;
    z-index: 500;
    transition: 0.2s ease-in-out;
}
.bouton-vert a:hover::before, body .bouton-vert span:hover::before,
.sh-button-container .sh-button:hover::before, .bouton-vert p:hover::before {
    top: 0;
    left: 0;
}
.bouton-vert a,
.bouton-vert span, body .bouton-vert p, body input.bouton-vert{
    font-size: 18px !important;
    color: #1d1d1d !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    font-family: "Recoleta", serif !important;
    border-radius: 35px !important;
    background-color: #8dc63f !important;
    padding: 14px 31px!important;
}
.bouton-vert input[type="submit"] {
    background-color: transparent;
    border: 0;
    font-weight: 600;
    z-index: 1000;
}
.btn_envoyer_marg p{
    padding: 0 31px;
}
.bouton-vert span {
    font-size: 18px !important;
}
body .bouton-vert p{
    display: inline-block!important;
}
body input.bouton-vert {
    position: relative;
}
#moove_gdpr_cookie_modal, #moove_gdpr_cookie_info_bar, .gdpr_cookie_settings_shortcode_content{
    font-family: 'Verdana', sans-serif!important;
}

#header-mobile{
    position: fixed;
    width: 100%;
}
.bouton-vert .menu-item-open-fix::before{
    display: none;
}
.bouton-vert .menu-item-open-fix{
    z-index: 10;
    left: unset;
    right: unset;
    width: 100%;
    text-align: center;
}

.liste-flechee ul {
    list-style: none;
    padding-left: 0;
}
.liste-flechee ul li {
    padding: 15px 0;
    border-bottom: 1px solid #454444;
    font-size: 24px;
    font-family: 'Recoleta', sans-serif;
}
.element-explicatif li p{
    margin-bottom: 0;
}
.liste-flechee ul li a {
    color: #000000;
    display: inline-block;
    width: 100%;
    font-family: 'Recoleta', sans-serif;
    font-size: 24px;
}
.liste-flechee ul li:hover {
    background: url('/wp-content/uploads/2021/03/arrow-up-right.svg') no-repeat right;
    background-size: 25px;
}

#home-section-4 .liste-flechee ul li:hover {
    /*background: none;*/
    background-size: 25px;
}

.liste-flechee.liste-expertises ul li:hover {
    background: none;
}

.new-kaiman-card {
    border: 1px solid #454444 !important;
    border-radius: 10px !important;
    position: relative;
    background-color: #FFFFFA !important;
    padding: 15px !important;
    height: 100%;
}
.new-kaiman-card::before {
    position: absolute;
    content: " ";
    border: 1px solid #8dc63f;
    margin: 5px;
    width: 100%;
    height: 100%;
    background-color: #8dc63f;
    border-radius: 10px;
    top: 5px;
    left: -15px;
    z-index: -1;
}
.new-kaiman-card.margin-top {
    margin-top: 35px;
}
.new-kaiman-card h4 {
    border-bottom: 1px solid #454444;
    margin-bottom: 10px;
    padding-bottom: 10px;
    display: flex;
    gap: 10px;
    align-items: center;
    font-family: 'Recoleta', sans-serif !important;
    font-size: 21px;
    padding-left: 50px;
    min-height: 60px;
}

#number-1 .new-kaiman-card h4:before,
#number-2 .new-kaiman-card h4:before,
#number-3 .new-kaiman-card h4:before,
#number-4 .new-kaiman-card h4:before {
    content: '1';
    border: 1px solid #454444;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    margin: 0;
    font-weight: 600;
    position: absolute;
    left: 10px;
}
#number-2 .new-kaiman-card h4:before {
    content:'2';
}
#number-3 .new-kaiman-card h4:before {
    content:'3';
}
#number-4 .new-kaiman-card h4:before {
    content:'4';
}

.new-kaiman-card h4 .title {
    flex: 100;
    margin: 0;
}

a.normalunderline {
    color: black !important;
    font-size: 18px !important;
    text-decoration: underline;
    font-weight: 600!important;
    text-underline-offset: 2px!important;
}

a.normalunderline:hover {
    text-decoration: none;
}

#home-section-1 .fleche {
    text-align: center;
}

#home-section-1 .fleche img {
    height: 35px;
}

#home-section-1 .partenaire-engage {
    padding-right: 50%;
    position: relative;
}

#home-section-1 .partenaire-engage:after  {
    content: "";
    display: inline-block;
    width: 650px;
    /*height: 596px;*/
    height: 604px;
    background-image: url(/wp-content/uploads/2021/03/planete.webp);
    /*background-image: url(/wp-content/uploads/2023/12/planete-kaiman-noel.png);*/
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    bottom: -105px;
    transform: scale(0.7);
    z-index: 200;
    background-size: 100%;
}

#home-section-1 .wpb_content_element {
    margin-bottom: 0 !important;
}
#home-section-1 .logos-clients {
    justify-content: space-around;
    flex-wrap: wrap;
}
#home-section-1 .logos-clients .wpb_column.vc_column_container.vc_col-sm-12 {
    width: 120px;
    margin-bottom: 20px;
}
#home-section-1 .home-h1-img img {
    margin-top: -40px;
}
#home-section-1 .sh-button-container .sh-button span {
    padding-right: 40px;
    background: url('/wp-content/uploads/2021/03/sourire.svg') no-repeat right;
    background-size: 18px;
}
#home-section-1 .fleche img {
    height: 35px;
}
#home-section-2 .titre-h2 {
    height: 100%;
}
#home-section-3 .vc_row.vc_row-o-columns-middle{
    align-content: unset;
    margin-bottom: 100px;
}
#home-section-3 .title-h2, #home-section-3 .surtitre {
    text-align: center;
}
#home-section-3 .kaiman-avec-vous {
    padding-right: 50px;
}
.nos-outils{
    flex-wrap: wrap;
}
#home-section-3 .nos-outils img {
    filter: grayscale(1);
    width: 30%;
    object-fit: contain;
}
#home-section-3 .nos-outils .vc_column-inner {
    max-height: 80px;
}
#home-section-3 .nos-outils-3 {
    margin-bottom: 50px;
}
#methodo-compo .wpb_wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
#methodo-compo section {
    margin-bottom: 15px;
}
#home-section-4 {
    position: relative;
    z-index: 100;
}
#home-section-4 .fleche {
    transform: translateY(-150px);
}
#home-section-4 .col-content.bloc-texte-expertises{
    margin-top: 100px;
}
#home-section-5{
    overflow: visible!important;
}
#home-section-5:before {
    height: 130%;
    background-size: 120%;
    content: "";
    display: inline;
    width: 550px;
    background-image: url(/wp-content/uploads/2023/05/herve_cristiano.webp);
    background-repeat: no-repeat;
    position: absolute;
    left: 150px;
    bottom: 0;
    z-index: 200;
}
.titre-poste-img {
    position: absolute;
    top: 40px;
    left: 610px;
}
#home-section-5 {
    padding-top: 0;
    position: relative;
    z-index: 99;
}
#home-section-5 .expertise-rangee {
    position: relative;
    z-index: 100;
    overflow: visible;
    display: flex;
}
#home-section-5 .expertise-rangee .expertise-col1,
#home-section-5 .expertise-rangee .expertise-col2,
#home-section-5 .expertise-rangee .expertise-col3,
#home-section-5 .expertise-rangee .expertise-col4{
    flex: 1;
    margin-top: 85px;
    padding-top: 35px;
    padding-bottom: 35px;
}
#home-section-5 .expertise-rangee .expertise-col1,
#home-section-5 .expertise-rangee .expertise-col2,
#home-section-5 .expertise-rangee .expertise-col3  {
    border-top: 1px solid #454444;
    border-bottom: 1px solid #454444;
}
#home-section-5 .expertise-rangee .expertise-col2{
    position: initial!important;
    overflow: visible;
}
#home-section-5 .expertise-rangee .expertise-col3  {
    flex: 2;
    border-right: 1px solid #454444;
    padding-left: 130px;
    position: relative;
    z-index: 100;
    border-radius: 0 10px 10px 0;
}
#home-section-5 .expertise-rangee .expertise-col4  {
    flex: 2;
}
#home-section-5 .expertise-rangee .expertise-col3:before  {
    content: "";
    display: inline-block;
    width: 177px;
    height: 177px;
    background-image: url("/wp-content/uploads/2021/03/logo-cas-dor.webp");
    background-repeat: no-repeat;
    position: absolute;
    right: -90px;
    top: -90px;
    z-index: 200;
    transform: scale(0.9);
}

#home-section-6 img.logo-partenaire {
    width: 120px;
    object-fit: contain;
}

#home-section-7.bloc-projets,
#home-section-9{
    margin-top: 85px;
}

ul.new-kaiman-portfolio-container {
    display:flex;
    flex-direction:row;
    flex-wrap: wrap;
    justify-content:center;
    align-items:stretch;
    align-content:stretch;
    list-style: none;
    gap: 2%;
    margin-top: 60px;
    margin-bottom: 0;
    padding: 0;
}

ul.new-kaiman-portfolio-container li {
    max-width: 48%;
    font-size: 20px;
    color: #454444;
    margin-bottom: 50px;
}

ul.new-kaiman-portfolio-container li a img {
    filter: grayscale(1);
    border-radius: 10px;
    aspect-ratio: 6/4;
    object-fit: cover;
    margin: 0 0 1em 0;
}

ul.new-kaiman-portfolio-container li:hover a img {
    filter: grayscale(0);
}

ul.new-kaiman-portfolio-container li a p.new-kaiman-portfolio-client {
    color: #4A850E;
    font-size: 16px;
    font-weight: 100;
}

ul.new-kaiman-portfolio-container li a h3.new-kaiman-portfolio-title {
    font-size: 25px;
    font-family: 'Recoleta', sans-serif !important;
    /*height: 60px;*/
    margin-bottom: 20px;
    font-weight: 600;
}

ul.new-kaiman-portfolio-container .normalunderline, .site-visite.normalunderline, .new-kaiman-card .normalunderline {
    font-family: 'Recoleta', sans-serif !important;
}

ul.new-kaiman-portfolio-container li p.new-kaiman-news-infos {
    font-size: 16px;
    display: flex;
    line-height: 30px;
}

ul.new-kaiman-portfolio-container li p.new-kaiman-news-infos .cat-list {
    flex: 1;
    line-height: 30px;
    padding-right: 15px;
}

ul.new-kaiman-portfolio-container li p.new-kaiman-news-infos .view-more {
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
}

ul.new-kaiman-portfolio-container li p.new-kaiman-news-infos .view-more a {
    display: none;
}

#home-section-8 {
    position: relative;
    z-index: 99;
}

#home-section-8:before  {
    content: "";
    display: inline-block;
    width: 298px;
    height: 392px;
    background-image: url("/wp-content/uploads/2023/05/fleche.webp");
    background-repeat: no-repeat;
    position: absolute;
    right: 100px;
    bottom: 0;
    z-index: 200;
    transform: rotate3d(-10, 100, 0, 180deg);
}

#home-section-9 .vc_row.vc_row-flex {
    align-items: center;
}

#home-section-9 .rangee-surtitre {
    margin: 0 !important;
}

#home-section-9 .wpb_wrapper {
    display: flex;
    flex-wrap: wrap;
}

#home-section-9 .wpb_single_image:nth-child(odd) {
    margin-top: -30px;
}

#home-section-9 .wpb_single_image:nth-child(even) {
    transform: translateY(30px);
}


#home-section-9 .wpb_single_image{
    width: 45%;
    text-align: left;
}

#home-section-9 .bloc-texte-equipe .sh-button-container{
    margin-left: 0;
}

#home-section-10{
    overflow: visible;
}

#home-section-10 .engagement-col1,
#home-section-10 .engagement-col2  {
    border-top: 1px solid #454444;
    border-bottom: 1px solid #454444;
    border-left: 1px solid #454444;
    border-radius: 10px 0 0 10px;
    padding: 50px;
}

.engagement-col1 .wpb_wrapper {
    margin: auto;
    max-width: 700px;
}

.engagement-col1 .vc_column-inner {
    padding-top: 0;
}

.bloc-decale .engagement-col2  {
    padding: 0 250px 0 35px;
}

.bloc-decale .engagement-col1  {
    position: relative;
    margin-right: 0;
    margin-left: auto;
    max-width: 1200px;
}

.bloc-decale .engagement-col1:before  {
    content: "";
    display: inline-block;
    width: 400px;
    height: 400px;
    background-image: url(/wp-content/uploads/2023/05/plante_ecoconcue.webp);
    background-repeat: no-repeat;
    position: absolute;
    left: -150px;
    bottom: -60px;
    z-index: 200;
    background-size: 100%;
}

#home-section-11 .colonne-actus{
    padding-right: 100px;
}

#home-section-11 .card-container .wpb_wrapper {
    height: 100%;
}

#home-section-11 .card-container .wpb_wrapper .vc_cta3-container {
    height: 100%;
    padding-bottom: 35px;
}

#home-section-11 .new-kaiman-card h4 .title  {
    height: 60px;
    display: flex;
    align-items: center;
}

#home-section-13 {
    position: relative;
    z-index: 100;
}

#home-section-13:before {
    content: "";
    display: inline-block;
    width: 298px;
    height: 392px;
    background-image: url("/wp-content/uploads/2023/05/fleche.webp");
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    bottom: -400px;
    z-index: 200;
    transform: scale(0.8);
}

#home-section-13 .vc_column-inner {
    padding-right: 15px !important;
}

ul.new-kaiman-news-container {
    display:flex;
    flex-direction:row;
    flex-wrap:nowrap;
    justify-content:center;
    align-items:stretch;
    align-content:stretch;
    list-style: none;
    gap: 30px;
    padding: 0;
}

.article-en-avant .new-kaiman-news-container li {
    gap: 5%;
}

ul.new-kaiman-news-container li {
    border-top: 1px solid #1E1E24;
    width: 33.33%;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Recoleta', sans-serif;
    color: #1E1E24;
}

#home-section-13 img.logo-k-id {
    margin-left: 20px;
    margin-bottom: 5px;
}

@media screen and (min-width: 991px){
    .wpb_text_column.wpb_content_element.liste-flechee.liste-objectifs{
        padding-right: 50px;
    }
}

ul.new-kaiman-news-container li:hover {
    border-top: 1px solid #4A850E;
}

ul.new-kaiman-news-container li a {
    color: #1E1E24;
    display: inline-block;
    padding: 15px 0 0;
}

ul.new-kaiman-news-container li p.new-kaiman-news-date {
    font-family: "Verdana", sans-serif!important;
    color: #4A850E;
    font-size: 14px;
    font-weight: 400;
}

#home-section-14 .restons-pas-la-col3,
#home-section-14 .restons-pas-la-col4 {
    border-top: 1px solid #454444;
    border-bottom: 1px solid #454444;
}

#home-section-14 .restons-pas-la-col3 {
    border-left: 1px solid #454444;
    border-radius: 10px 0 0 10px;
    padding: 0 0 0 100px;
}

#home-section-14 .restons-pas-la-col3:before {
    content: "";
    display: inline-block;
    width: 436px;
    height: 426px;
    background-image: url("/wp-content/uploads/2023/05/telephone.webp");
    background-repeat: no-repeat;
    position: absolute;
    right: 0px;
    bottom: -117px;
    z-index: 200;
    transform: scale(0.8);
}

#home-section-14 .restons-pas-la-col3 .titre-dessus {
    margin-bottom: 0;
}

.sh-overlay-item-container {
    display: none;
}

.icon-magnifier-add {
    display: none;
}

.bg-sur-menu{
    background-color: #2E2D2D;
}

.sur-menu{
    display: flex;
    color: white;
    font-size: 14px;
    padding: 10px 20px;
}

.sur-menu a{
    color: white;
    font-size: 14px;
}

.sur-menu a:hover{
    color: white;
}

.sh-sticky-header.scrolled {
    top: 0;
}

.k-txt{
    font-size: 18px;
}

.templatera_shortcode .new-kaiman-card h4{
    padding-left: 0;
}

.wpb_wrapper .bouton-vert {
    margin-top: 30px;
}

body .sh-accordion .panel .panel-collapse .panel-body{
    background-color: transparent;!important;
}



/*****PAGE REFERENCES PROJETS*****/

.page-template-archives_references #section-1 {
    border-bottom: 1px solid black;
    padding-bottom: 5rem;
}

p.title-h2.wp-block-heading {
    font-size: 32px;
}

.ref-clients{
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
}

.ref-client-solo {
    text-align: left;
    max-width: 300px;
}

.ref-client-solo img {
    min-height: 100px;
    max-height: 100px;
}

.ref-client-solo .wp-post-image {
    width: unset;
}

.nom-client{
    color: #4A850E;
    font-size: 16px;
}

.besoin-client p{
    font-family: 'Recoleta', sans-serif !important;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
}

.ref-client-solo ul, .new-kaiman-portfolio-container ul {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    padding-left: 0;
}

.ref-client-solo li, .new-kaiman-portfolio-container ul li {
    font-size: 14px;
    position: relative;
    list-style: none;
}

.new-kaiman-portfolio-container ul {
    margin-bottom: 20px;
}

.new-kaiman-portfolio-container ul li {
    margin-bottom: 0;
}

.ref-client-solo ul span, .new-kaiman-portfolio-container ul span {
    margin: 0 5px;
}

a.normalunderline {
    color: #1d1d1d !important;
    font-family: 'Recoleta', sans-serif;
}

.contenant-filtres{
    flex-wrap: wrap;
    gap: 30px;
}

.contenant-filtres select{
    font-family: "Recoleta", sans-serif;
    font-size: 20px;
    font-weight: 600;
    min-width: fit-content;
    max-width: 350px;
    border: 1px solid black!important;
    border-radius: 50px;
    padding: 5px 20px!important;
}

.contenu-article h2 {
    margin: 50px 0 40px;
}

.contenu-article h3 {
    margin: 40px 0;
}

.contenu-article h4 {
    font-family: 'Recoleta', sans-serif ;
    margin: 40px 0 15px;
}

.twenty20 {
    width: 100% !important;
    clear: both;
    float: unset!important;
    margin-left: 0;
    overflow-y: scroll;
}

.twentytwenty-wrapper.twentytwenty-horizontal {
    height: 400px;
}

@media screen and (min-width: 1600px){
    .ref-client-solo {
        max-width: 22%;
    }
}

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

    .contenant-filtres select {
        max-width: unset;
    }

    .ref-clients {
        align-items: center;
    }
}


/*****PAGE BLOG*****/


.actualites input#searchsubmit {
    font-family: 'Recoleta',sans-serif;
    font-size: 18px;
    border-radius: 30px;
    border: 0;
    background-color: #8dc63f;
    max-width: fit-content;
    padding: 10px 20px!important;
    color: black!important;
    font-weight: 400;
}

.actualites .search-container {
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

.actualites input#s {
    border-bottom: 0!important;
    padding: 0 10px!important;
}

.actualites form#searchform {
    max-width: fit-content;
    display: flex;
    border: 1px solid;
    border-radius: 30px;
}

.actualites ul.new-kaiman-news-container {
    flex-direction:row;
    flex-wrap:wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
    list-style: none;
    gap: unset;
    padding: 0;
}

.blog.actualites ul.new-kaiman-news-container {
    justify-content: left;
    gap: 5%;
}

.actualites ul.new-kaiman-news-container li {
    width: 30%;
}

.actualites ul.new-kaiman-news-container li, .single-actus ul.new-kaiman-news-container li {
    border: 1px solid #1E1E24;
    border-radius: 10px;
    margin-bottom: 50px;
    padding: 20px;
}

.single-actus ul.new-kaiman-news-container li {
    padding: 0;
}

ul.liste-categories.d-flex {
    padding: 0;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}

ul.liste-categories.d-flex li{
    text-align: center;
    list-style: none;
    width: 18%;
    padding: 15px 0 8px;
    background-color: rgba(141,198,63, .5);
    border-radius: 50px;
}

ul.liste-categories.d-flex li:hover, ul.liste-categories.d-flex li:active, ul.liste-categories.d-flex li.active{
    cursor: pointer;
    background-color: #8dc63f;
}

ul.liste-categories li a h3 {
    font-size: 20px;
}

.page-numbers{
    font-weight: 400;
    color: black;
}

.page-numbers.current{
    font-weight: 600;
    color: #4A850E;
}

@media screen and (min-width: 768px){
    .actualites form#searchform {
        min-width: 550px;
    }
}

@media screen and (max-width: 1500px){
    ul.liste-categories.d-flex li{
        width: 40%;
    }
}

@media screen and (max-width: 767px){
    ul.liste-categories.d-flex li{
        width: 100%;
    }

    .actualites .search-container {
        max-width: unset;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
    }

    .actualites form#searchform {
        flex-direction: column;
        position: relative;
        margin-bottom: 80px;
        max-width: 100%;
        width: 100%;
    }

    .actualites form#searchform input {
        max-width: 100%;
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .actualites input#searchsubmit {
        font-weight: 400;
        position: absolute;
        top: 70px;
        max-width: 100%;
    }

}

@media screen and (min-width: 768px){
    .actualites .actus-populaires ul.new-kaiman-news-container ul.wpp-list li {
        width: 30%;
    }
}

.actualites .actus-populaires ul.new-kaiman-news-container ul {
    padding-left: 0;
}

.actualites.categorie ul.new-kaiman-news-container {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    list-style: none;
    gap: 2%;
    padding: 0;
}

.actualites .actus-populaires ul.new-kaiman-news-container ul.wpp-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}



/*****PAGE RESSOURCES*****/

.ressources h2 br {
    display: initial;
}

.bg-gris {
    background-color: #F7F7F7;
}

.ressources .contenant-actu, .ressources .new-kaiman-news-container li:first-child, .single-actus .contenant-actu{
    border-radius: 10px;
    padding: 0!important;
}

.ressources li div.contenant-img  {
    overflow: hidden;
    background-color: white;
    border-radius: 10px 10px 0 0;
}

.ressources li div.contenant-img a:first-child{
    padding-top: 0;
}

.ressources li .wp-post-image, .single-actus .wp-post-image {
    max-height: 100%;
    max-width: 100%;
    object-fit: cover;
    min-height: 300px;
    filter: grayscale(1);
    aspect-ratio: 6/4;
}

.ressources .contenant-infos-actus, .single-actus .contenant-infos-actus{
    padding: 20px;
}

ul.new-kaiman-news-container li a {
    display: block;
}

@media screen and (min-width: 768px){
    .actualites.ressources #section-2 ul.new-kaiman-news-container li {
        width: 46%;
        float: left;
    }
    .ressources #section-2 .dernieres-actus .bloc-h2 {
        width: 46%;
    }
    .ressources #section-3 ul.new-kaiman-news-container li,
    .ressources #section-4 ul.new-kaiman-news-container li {
        width: 100%;
    }
    .ressources #methodo-compo .wpb_wrapper {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        max-width: 380px;
    }
    .ressources #methodo-compo .vc_cta3-container {
        max-width: 100%;
    }
    .ressources .new-kaiman-card .titre-vignette {
        font-size: 30px;
        line-height: 1.5;
    }
    .ressources .new-kaiman-card .titre-vignette.questions {
        font-size: 26px;
        line-height: 1.5;
    }
}

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

    .ressources h2 br {
        display: none;
    }

    .actualites ul.new-kaiman-news-container li {
        width: 100%;
        /*padding: 0!important;*/
        margin-bottom: 35px!important;
        border-radius: 10px;
    }

    .article-en-avant .contenant-img{
        margin-bottom: 20px;
    }

    .article-en-avant a.normalunderline {
        padding: 0;
    }
}

.ressources ul.new-kaiman-news-container li a, .single-actus ul.new-kaiman-news-container li a {
    font-size: 22px;
    display: block;
    padding: 15px 0 0;
}

.single-actus ul.new-kaiman-news-container .contenant-img a {
    padding: 0;
}

.single-actus ul.new-kaiman-news-container img {
    border-radius: 10px 10px 0 0;
}

.ressources .term-actu, .actualites .term-actu, .single-actus .term-actu {
    border-radius: 5px;
    display: inline-block;
    padding: 5px 12px;
    font-family: 'verdana', sans-serif;
    font-weight: 400;
    font-size: 16px;
    border: 1px solid #4A850E;
}

.ressources ul.new-kaiman-news-container li a {
    padding: 5px 0 0;
}

.ressources .new-kaiman-card .contenant-lien {
    margin-top: auto;
    margin-bottom: 0;
}



/*****PAGE SERVICES*****/

.vignette-projet{
    background-color: #FFFFFA;
    border: 1px solid black;
    border-radius: 10px;
    justify-content: space-evenly;
}

#services #section-3 .contenant-texte {
    margin-left: auto;
    margin-right: auto;
    max-width: 750px;
}

.page-template-kaiman-services #section-7 div#methodo-compo header {
    margin-bottom: 10px;
}

.page-template-kaiman-services #section-7 div#methodo-compo .titre-vignette p {
    line-height: 1.3;
}


@media screen and (min-width: 990px){
    #services #methodo-compo section.vc_cta3-container:nth-child(2) {
        transform: translateY(30%);
    }
}

@media screen and (min-width: 768px){
    .vignette-projet{
        width: 30%;
        aspect-ratio: 6/3;
        justify-content: space-evenly;
    }
}

.vignette-projet strong{
    font-family: 'Recoleta', sans-serif;
    font-size: 26px;
    font-weight: 600;
}

.contenant-repeteur-img-txt{
    gap: 50px;
}

#services #methodo-compo .wpb_single_image:nth-child(even) {
    transform: translateY(80px);
}

.fleche-pointilles.reverse {
    width: 90%;
    position: absolute;
    left: 5%;
    top: 40%;
    transform: scale(1, -1);
}

.process .new-kaiman-card .chiffre{
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
    font-family: 'Recoleta', sans-serif !important;
    font-size: 28px;
    font-weight: 700;
    border-radius: 50px;
    border: 1px solid;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 6px;
}

.gros-texte{
    font-size: 25px;
    text-align: center;
    font-family: 'Recoleta', sans-serif;
    font-weight: 600;
}

.process #methodo-compo .wpb_wrapper {
    display: initial;
    gap: 20px;
}

.process #methodo-compo section.vc_cta3-container {
    max-width: unset;
    height: 190px;
}

#services #section-5.bloc-decale .engagement-col1:before {
    content: "";
    display: inline-block;
    width: 450px;
    height: 450px;
    background-image: url(/wp-content/uploads/2023/05/croco.webp);
    background-repeat: no-repeat;
    position: absolute;
    left: -240px;
    bottom: -80px;
    z-index: 200;
    background-size: 100%;
}

@media screen and (max-width: 767px) {
    #services #section-5.bloc-decale .engagement-col1:before {
        content: "";
        display: none;
    }

    #services .bloc-decale .engagement-col1 {
        border: 1px solid;
        border-right: 0;
    }
}



/*****PAGE METHODE K*****/

.bloc-compo-alternee{
    position: relative;
}

.bloc-compo-alternee:nth-child(even) {
    margin-left: auto;
    margin-right: 0;
}

.bloc-compo-alternee:nth-child(odd) {
    margin-right: auto;
    margin-left: 0;
}


.bloc-compo-alternee-txt-img {
    position: relative;
    margin-bottom: 85px;
}

.bloc-compo-alternee-txt-img:nth-child(even){
    flex-direction: row-reverse;
}

.bloc-compo-alternee-txt-img:nth-child(odd) .contenant-fleche {
    transform: scale(-1, 1);
    right: 0;
}

.bloc-compo-alternee-txt-img:nth-child(odd) .contenant-fleche {
    transform: scale(-1, 1);
    right: calc(50% - 200px);
}

.bloc-compo-alternee-txt-img:nth-child(even) .contenant-fleche {
    left: 0;
}

.bloc-compo-alternee-txt-img:nth-child(even) .contenant-fleche {
    left: calc(50% - 200px);
}

.bloc-compo-alternee-txt-img .contenant-fleche {
    position: absolute;
    bottom: -100px;
}

.bloc-compo-alternee-txt-img:last-child {
    margin-bottom: 0;
}

.bloc-compo-alternee-txt-img:last-child .contenant-fleche {
    display: none!important;
}

@media screen and (max-width: 1600px){
    .bloc-compo-alternee-txt-img .contenant-fleche {
        position: absolute;
        bottom: -200px;
        width: 300Px;
    }

    .bloc-compo-alternee-txt-img .contenant-fleche {
        position: absolute;
        bottom: -65px;
        width: 400Px;
    }
}

@media screen and (max-width: 990px){
    .bloc-compo-alternee-txt-img .contenant-fleche {
        bottom: -165px;
        width: 150px;
    }
}

.bloc-compo-alternee p.chiffre, .bloc-compo-alternee-txt p.chiffre {
    font-family: 'Recoleta', sans-serif;
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 0;
}

.bloc-compo-alternee .contenant-fleche {
    position: absolute;
    margin-top: 30px;
}

.bloc-compo-alternee:nth-child(odd) .contenant-fleche {
    right: 50%;
}

.bloc-compo-alternee:nth-child(even) .contenant-fleche {
    transform: scale(-1, 1);
    left: 50%;
}

.bloc-compo-alternee:last-child .contenant-fleche {
    display: none!important;
}

@media screen and (max-width: 1600px){
    .bloc-compo-alternee .fleche {
        width: 200px;
    }
}

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

    .contenant-img-logo {
        width: 25%;
        padding: 0 15Px;
    }

    .contenant-repeteur-img-txt {
        gap: 20px;
    }

    /*****page-id-14440 = SERVICES*****/
    .page-id-14440 .vignette-projet {
        width: 48%;
    }

    #section-7 section.vc_cta3-container:nth-child(2) {
        order: 1;
    }
}

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

    .contenant-repeteur-img-txt {
        gap: 10px;
    }

    .vignette-projet strong {
        font-family: 'Recoleta', sans-serif;
        font-size: 20px;
        font-weight: 600;
        margin-top: 10px;
        word-break: keep-all;
    }

    .bloc-compo-alternee:nth-child(odd) .contenant-fleche {
        left: unset;
        right: 0;
        transform: scale(-1, 1);
        bottom: -150px;
    }

    .bloc-compo-alternee:nth-child(even) .contenant-fleche {
        transform: scale(-1, 1);
        left: 50%;
        bottom: -150px;
    }

    .bloc-compo-alternee .fleche {
        width: 150px!important;
    }

}


/***** PAGE AUDIT *****/

#section-s6 iframe.tidycal-embed{
    max-height: 770px!important;
}


/*****FICHES JOBS - EMPLOIS*****/


ul.new-kaiman-news-container .encart-job {
    position: relative;
    border: 1px solid #1E1E24;
    width: 33.33%;
    color: #1E1E24;
    padding: 20px;
    border-radius: 10px;
    aspect-ratio: 1/1;
}

ul.new-kaiman-news-container .encart-job::before {
    position: absolute;
    content: '';
    background-image: url("/wp-content/uploads/2023/11/lego_starwars.png");
    background-repeat: no-repeat;
    width: 50%;
    height: 50%;
    right: 0;
    bottom: 0px;
    background-size: contain;
}

ul.new-kaiman-news-container .encart-job a {
    display: inline-block;
    padding: 15px 0 0;
    font-size: 28px;
}

p.kaiman-ville, p.kaiman-profil, .kaiman-job-domaine {
    font-family: "Verdana", sans-serif!important;
    font-weight: 400;
    font-size: 16px;
}

p.kaiman-ville {
    color: black;
    text-transform: uppercase;
}

p.kaiman-profil {
    color: #4A850E;
}

.cercle-vert {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background: #4A850E;
}

.fiche-job .formulaire .col-md-12{
    padding-left: 15px!important;
    padding-right: 15px!important;
}

.fiche-job textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
    width: 100%;
    max-width: unset;
    margin-top: 20px;
}

.fiche-job .wpcf7-list-item {
    display: inline-block;
    margin: 0 1em 0 0;
}

.fiche-job .line-row.rgpd {
    margin-top: 20px;
}

.fiche-job .form-group.btn_postuler_form {
    text-align: center;
    margin-top: 20px;
}

@media screen and (max-width: 676px){
    ul.new-kaiman-news-container .encart-job{
        width: unset;
    }
}

.wpcf7-checkbox .wpcf7-list-item {
    margin: 1em 0 0 0;
}

#form_postuler input, #form_cooptation input {
    margin-bottom: 15px;
}

#form_postuler input[type=submit], #form_cooptation input[type=submit]{
    margin-bottom: 0;

}

@media screen and (min-width: 991px) {
    #form_postuler, #form_cooptation {
        background-color: #FFFFFA;
        padding: 20px;
    }

    .jobman-fond {
        position: absolute;
        bottom: 0;
        z-index: -1;
        max-width: 300px;
        left: calc(50% - 150px);
    }
}



/*****PAGE CONTACT*****/

#main{
    overflow: hidden;
}
.telephone .fleche {
    position: absolute;
    left: -350px;
    width: fit-content;
    top: -100px;
}
.en-tete{
    padding-top: 50px;
}
h2{
    font-family: 'Recoleta', sans-serif!important;
    font-size: 44px;
    font-weight: 600;
}
section{
    margin-bottom: 85px;
}
.bloc-titre {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.content-container .container{
    max-width: unset!important;
    width: unset!important;
}
.content-container section.container{
    max-width: 1200px!important;
    margin-left: auto;
    margin-right: auto;
}
.container-left{
    margin-left: 0;
    margin-right: auto;
    max-width: 1200px;
}
#contact-section-4.container-right{
    margin-left: auto;
    margin-right: 0;
    max-width: 1200px;
}
.bloc-telephone .position-contenant-elmts{
    max-width: 60%;
}
.bloc-telephone .col-pleine-droite{
    min-height: 270px;
}
.bloc-decale .col-pleine-droite .position-contenant-elmts{
    margin: auto;
}
.col-pleine-droite .position-contenant-elmts{
    margin-left: 0;
}
.col-pleine-gauche .position-contenant-elmts{
    max-width: 100%;
    margin-right: 0;
    padding-left: 100px;
}
.telephone{
    position: relative;
}
.telephone figure{
    position: absolute;
    width: 400px;
    bottom: 0;
    right: 150px;
}
.telephone figure img{
    margin: 0;
}
.title-h2 br{
    display: none;
}
.home .lastPostsLine .title-h2 br{
    display: initial;
}
.petit-titre{
    font-family: 'Recoleta', sans-serif;
    font-weight: 600;
    font-size: 22px;
}
.marge-40 {
    margin-bottom: 40px;
}
.img-icone img{
    max-width: 50px;
}
.bordure-fine{
    border: 1px solid;
    padding: 40px;
}
.radius{
    border-radius: 10px;
}
.wpcf7-form label {
    font-weight: 700;
    font-family: 'Recoleta', sans-serif;
    font-size: 20px;
    margin-bottom: 0;
}
.wpcf7-form p {
    margin-bottom: 0;
}
select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    color: grey;
    font-weight: 500;
}
.wpcf7-form .wpcf7-list-item-label{
    font-family: 'Verdana', sans-serif;
    font-size: 16px;
}
body .SumoSelect .SelectBox, input[type="url"], input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="date"], textarea, select {
    border: 0!important;
    background-color: transparent;
    border-bottom: 1px solid grey!important;
    border-radius: 0;
    padding: 0!important;
}
body .SumoSelect .SelectBox, input[type="url"], input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="date"], select {
    line-height: 50px!important;
}
.SumoSelect>.CaptionCont>span {
    color: grey;
}
#contact-section-2 .contenant{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
}
.formulaire form{
    border-radius: 10px;
    border: 1px solid;
    padding: 40px 20px;
}
.formulaire .wpcf7-form .row{
    margin: auto;
}
.btn_envoyer_marg .bouton-vert{
    max-width: 350px;
    min-width: 200px;
    margin: auto;
}
.wpcf7-form .wpcf7-submit {
    border: 0;
    font-weight: 600;
    background-color: transparent!important;
    font-family: "Recoleta", sans-serif!important;
    color: black!important;
    width: 100%;
}
.wpcf7-form .wpcf7-spinner {
    display: none;
    height: 0;
}
.wpcf7-validates-as-required{
    line-height: 1;
}

.formulaire .col-md-12{
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 30px;
}

.wpcf7-checkbox span.wpcf7-list-item-label {
    font-weight: 100;
}

input, textarea {
    max-width: 550px;
    width: 100%;
    padding-left: 0!important;
    padding-right: 0!important;
}

.wpcf7-validates-as-required input{
    width: unset;
    padding-left: unset!important;
    padding-right: unset!important;
}

.wpcf7-form-control-wrap{
    margin-bottom: 25px;
}

@media screen and (max-width: 990px){
    .formulaire input, .formulaire textarea{
        max-width: 100%;
    }
}

@media screen and (max-width: 767px){
    #contact-section-2 {
        margin-bottom: 0;
    }
    #contact-section-2 .contenant {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 0;
    }
    #contact-section-2 .contenant {
        grid-gap: 80px;
    }
    .btn_envoyer_marg p {
        padding: 0;
    }
    .bloc-titre {
        gap: 20px;
    }
}

@media screen and (max-width: 550px) {
    .contact #contact-section-4 {
        margin-top: 170px;
    }

    section#contact-section-5, section#contact-section-5 .col-pleine-gauche.row.bordure-fine.radius {
        margin-left: auto!important;
        margin-right: auto!important;
        width: 360px;
    }

}



/****PAGE AGENCE KAIMAN****/

.fleche-pointilles{
    width: 90%;
    position: absolute;
    left: 5%;
    top: 30%
}

.historique-logos.frise-chrono-kaiman #methodo-compo section.vc_cta3-container{
    width: 100%;
    max-width: unset;
}

.historique-logos .new-kaiman-card:before, .historique-chiffres .new-kaiman-card:before{
    display: none;
}

.new-kaiman-card .logo-kaiman-historique {
    width: 250px;
}

.nombre-vignette{
    font-family: "Recoleta", sans-serif;
    font-weight: 600;
    font-size: 45px;
    color: #4A850E;
}

#section-4 .new-kaiman-card {
    min-height: 280px;
}

.new-kaiman-card .date-vignette {
    border-bottom: 1px solid #454444;
    padding-bottom: 10px;
    min-height: unset;
}

.new-kaiman-card .date-vignette,
.new-kaiman-card .titre-vignette {
    margin-bottom: 10px;
    font-family: 'Recoleta', sans-serif !important;
    font-size: 26px;
    font-weight: 700;
}

.arguments-agence div#methodo-compo .titre-vignette {
    border-bottom: 1px solid #454444;
    padding-bottom: 10px;
}

.page-template-kaiman-services #section-7 div#methodo-compo .titre-vignette p{
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.arguments-agence div#methodo-compo {
    flex-wrap: wrap;
}

.arguments-agence #methodo-compo section.vc_cta3-container {
    width: 100%;
    max-width: unset;
}

.arguments-agence .titre-vignette p {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 15px;
}

.arguments-agence .contenant-fleche {
    transform: scale(-1, 1);
    position: absolute;
    top: -15%;
    right: 15%;
}

@media screen and (max-width: 990px){
    .frise-chrono-kaiman .title-h2, .frise-chrono-kaiman .title-h2 h2{
        max-width: unset;
    }
}

@media screen and (min-width: 990px){

    #section-2 #methodo-compo .wpb_wrapper:nth-child(2) {
        transform: translateY(45px);
    }

    #section-2 .historique-chiffres #methodo-compo .wpb_wrapper:nth-child(2){
        transform: translateY(0);
    }

    #section-2 #methodo-compo .wpb_wrapper {
        max-width: 30%;
    }
}

@media screen and (max-width: 767px){
    .fleche-pointilles{
        display: none;
    }

    p.titre-vignette {
        line-height: 1.5;
    }

    historique-logos .wpb_wrapper.container,
    .historique-chiffres .wpb_wrapper.container {
        padding-left: 0;
        padding-right: 0;
    }
}



/****FAQ QUESTIONS*****/

.bordure {
    border: 1px solid black;
    border-radius: 10px;
}

div.asp_m.ajaxsearchpro .probox {
    background-color: #FFFFFA!important;
}

.encart-filtre{
    height: fit-content;
}

.proclose{
    display: none!important;
}

body #ajaxsearchprores2_1 .asp_nores, body #ajaxsearchprores2_2 .asp_nores, div.asp_r.asp_r_2 .asp_nores {
    background-color: transparent!important;
    box-shadow: 0 0 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    line-height: unset;
}

body .asp_nores_header {
    background: transparent!important;
    color: black;
    font-size: 30px;
    line-height: unset;
    text-shadow: none;
    font-family: 'Recoleta', sans-serif;
    border: 0;
    border-bottom: 1px solid;
    margin-bottom: 20px;
    padding: 30px 0 20px;
}

.bloc-faq .liste-flechee ul li {
    padding: 15px 15px 15px 0;
}

@media screen and (min-width: 768px){
    .espace-questions{
        padding-left: 4rem;
    }
}

p.asp-try a {
    text-decoration: underline;
}

#ajaxsearchpro2_1{
    border-radius: 50px!important;
}

body #ajaxsearchpro2_1 .probox button.promagnifier {
    border-radius: 50px!important;
    padding: 0 40px!important;
    background-color: #8dc63f!important;
    font-family: "Recoleta", sans-serif;
    font-weight: 700!important;
    background-image: none;
}

body section .bordure .ajaxsearchpro legend {
    font-family: 'Recoleta', sans-serif;
    font-weight: 700!important;
    font-size: 22px!important;
}

#ajaxsearchprobsettings2_1.searchsettings fieldset,
#ajaxsearchprobsettings2_2.searchsettings fieldset,
div.asp_sb.asp_sb_2.searchsettings fieldset {
    width: unset!important;
}

body #ajaxsearchprores2_1 .asp_group_header, body #ajaxsearchprores2_2 .asp_group_header, body div.asp_r.asp_r_2 .asp_group_header {
    background: transparent!important;
    color: black;
    font-size: 30px;
    line-height: unset;
    text-shadow: none;
    font-family: 'Recoleta', sans-serif;
    border: 0;
    border-bottom: 1px solid;
    margin-bottom: 20px;
    padding: 30px 0 20px;
}

body div.ajaxsearchpro.searchsettings fieldset legend {
    margin-bottom: 25px !important;
    display: inline-block;
    width: fit-content;
    padding-bottom: 10px!important;
    padding-left: 0!important;
    margin-left: 10px!important;
}

body #ajaxsearchprores2_1 .asp_group_header:first-child, #ajaxsearchprores2_2 .asp_group_header:first-child {
    padding-top: 0!important;
}

.asp_option_inner, .asp_option_label {
    display: inline-block;
}

/*.asp_option_checkbox {*/
/*    border: 1px solid black!important;*/
/*}*/

.encart-filtre .asp_option_inner input {
    border: 1Px solid black!important;
}

.asp_content h3 {
    font-family: 'Verdana', sans-serif!important;
}

#ajaxsearchprores2_1 .results .item .asp_content h3 a, #ajaxsearchprores2_2 .results .item .asp_content h3 a, div.asp_r.asp_r_2 .results .item .asp_content h3 a{
    font-weight: 100!important;
    margin-left: 30px!important;
}

#ajaxsearchprosettings2_1.searchsettings .asp_option_inner .asp_option_checkbox:after,
#ajaxsearchprosettings2_2.searchsettings .asp_option_inner .asp_option_checkbox:after,
#ajaxsearchprobsettings2_1.searchsettings .asp_option_inner .asp_option_checkbox:after,
#ajaxsearchprobsettings2_2.searchsettings .asp_option_inner .asp_option_checkbox:after,
div.asp_sb.asp_sb_2.searchsettings .asp_option_inner .asp_option_checkbox:after,
div.asp_s.asp_s_2.searchsettings .asp_option_inner .asp_option_checkbox:after {
    border-radius: 2px;
}

body div.asp_w.asp_s.searchsettings fieldset div.asp_option_label, body div.asp_w.asp_sb.searchsettings fieldset div.asp_option_label {
    width: 100%!important;
    font-size: 16px;
}

/*div.asp_w.asp_s.searchsettings .asp_option_inner .asp_option_checkbox, div.asp_w.asp_sb.searchsettings .asp_option_inner .asp_option_checkbox{*/
/*    border: 1px solid black!important;*/
/*}*/

.asp_option_cat.asp_option.asp_option.asp_option_cat_level-0 {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.asp_res_url{
    position: relative;
    font-size: 18px!important;
}

.asp_res_url:before{
    position: absolute;
    content: '';
    background: url("/wp-content/uploads/2021/03/fleche-noire.svg") no-repeat;
    width: 20px;
    height: 20px;
    transform: rotate(-90deg);
    left: -35px;
}

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

    .asp_w_container_2 {
        width: 100%;
        z-index: -1;
        position: relative;
    }

    div#ajaxsearchpro2_1 {
        margin-bottom: 75px!important;
    }

    #section-1 .asp_w_container.asp_w_container_2.asp_w_container_2_1 {
        height: 200px;
        z-index: 1000;
    }

    body #ajaxsearchpro2_1 .probox button.promagnifier {
        padding: 0 15px!important;
        display: flex;
        position: absolute;
        top: 60px;
        right: 0;
        left: 0;
        justify-content: center;
    }

    #section-1 p#asp-try-2_1 {
        margin-top: 70px;
    }

    body #ajaxsearchprores2_1 .asp_group_header, body #ajaxsearchprores2_2 .asp_group_header, body div.asp_r.asp_r_2 .asp_group_header {
        font-size: 22px;
        line-height: 1.2;
        margin-bottom: 15px;
    }

    .espace-questions {
        margin-top: 30px;
    }

    div.asp_w.ajaxsearchpro .asp_results_group {
        margin: 40px 0 0 0!important;
    }

    #ajaxsearchprores2_1 .results .item .asp_content h3 a,
    #ajaxsearchprores2_2 .results .item .asp_content h3 a,
    div.asp_r.asp_r_2 .results .item .asp_content h3 a {
        font-weight: 400 !important;
    }

}

@media screen and (max-width: 1600px) {
    .telephone .fleche {
        position: absolute;
        left: -230px;
        width: 200px;
        top: -100px;
    }
}

@media screen and (max-width: 1400px) {
    #contact-section-4.container-right, .container-left {
        max-width: 1000px;
    }
    bloc-decale .col-pleine-droite .position-contenant-elmts {
        margin-left: 50px;
    }
}

@media screen and (max-width: 1250px) {
    .telephone .fleche {
        display: none;
    }
}

@media screen and (max-width: 990px){
    .title-h1, .title-h1 h1, h1 {
        font-size: 40px;
    }
    .title-h2, h2 {
        font-size: 34px;
    }
    #contact-section-2 .contenant {
        display: flex;
        flex-direction: column-reverse;
        grid-template-columns: 1fr;
    }
    .bloc-telephone .position-contenant-elmts, .position-contenant-elmts {
        max-width: 100%;
    }
    #contact-section-4{
        margin-top: 250px;
    }
    .bloc-telephone .col-pleine-droite {
        position: relative;
        max-width: 80%;
        margin-left: auto;
        border-right: 0;
    }
    .bloc-telephone .radius {
        border-radius: 10px 0 0 10px;
    }
    .bloc-telephone .telephone figure {
        position: absolute;
        width: 320px;
        bottom: unset;
        right: 150px;
        top: -202px;
    }
    /*.telephone figure img{*/
    /*    display: none;*/
    /*}*/
    .content-container .container{
        max-width: 100%!important;
        margin: 0 25px;
    }
    .content-container .container-right, .content-container .container-left{
        margin: 50px 25px;
    }
    .col-pleine-gauche .position-contenant-elmts{
        padding-left: unset;
    }
    .btn_envoyer_marg .bouton-vert{
        width: 100%;
    }
}

@media screen and (max-width: 550px) {
    .title-h1,.title-h1 h1, h1 {
        font-size: 36px;
    }
    .title-h2,.title-h2 h2, h2 {
        font-size: 32px;
    }
    .title-h2 br{
        display: initial;
    }
    #home-section-9 .title-h2 br {
        display: none;
    }
    #home-section-3 #methodo-compo .wpb_wrapper {
        gap: 30px;
    }
    .bloc-telephone .col-pleine-droite {
        position: relative;
        max-width: 90%;
        margin-left: auto;
        margin-right: 0;
    }
    .bloc-telephone .telephone figure {
        width: 200px;
        bottom: unset;
        right: 60px;
        top: -128px;
    }
    .bloc-telephone .bordure-fine {
        padding: 40px 15px;
    }
    ul.new-kaiman-portfolio-container{
        margin-top: 0;
    }
}

.dynamic-description {
    min-height: 300px;
}

.dynamic-description span {
    font-size: 20px;
    line-height: 3.8rem;
    color: #000000 !important;
    font-weight: 300 !important;
    position: relative;
    z-index: 2;
    max-width: 670px;
    display: block;
    text-align:left;
    font-family: 'Trebuchet MS'!important;
}

.dynamic-description img {
    max-width: 100%;
    font-size: 0;
    line-height: 0;
    height: 250px;
    object-fit: contain;
}

.magic-underline {
    position: relative;
    display: inline-block;
    z-index: 2;
    padding: 0 4px;
    color: #020202;
    font-style: italic;
    font-weight: 700 !important;
    transition: all 0.5s ease-out;
    font-family: "Recoleta", sans-serif!important;
}
.magic-underline:hover {
    color: #fff !important;
}
.magic-underline:hover:before {
    height: 90%;
}
.magic-underline::before {
    background: linear-gradient(270deg, #f1da33, #8dc640, #b36666, #7d31ea);
    background-size: 500% 500%;
}
.magic-underline::before {
    position: absolute;
    content: "";
    height: 3px;
    width: 100%;
    bottom: 0;
    right: 0.01em;
    z-index: -1;
    -webkit-animation: Magic 10s ease infinite;
    -moz-animation: Magic 10s ease infinite;
    animation: Magic 10s ease infinite;
    transition: all 0.3s ease;
}

.neige-image {
    top: 0;
    left: 55vw;
    width: 300px;
    display: none;
}
.chargement-noel-image {
    left: 45vw;
    top: 0;
    width: 400px;
    display: none;
}
.sapin-noel-image {
    top: 0;
    left: 60vw;
    width: 250px;
    display: none;
}
.sprout-container {
    position: relative;
    display: none;
}
.sprout-container .floatie.sprout-image{
    z-index: 1;
    top: -120px;
    right: 22%;
}

.floatie {
    position: absolute;
    z-index: -99;
    max-width: 400px;
}

.neige:hover+.neige-image, .chargement-noel:hover+.chargement-noel-image, .sapin-noel:hover+.sapin-noel-image,
.sprout:hover+.sprout-container {
    display: block;
}
@-webkit-keyframes Magic{
    0% {background-position:0 50%}
    50% {background-position:100% 50%}
    100% {background-position:0 50%}
}
@-moz-keyframes Magic{
    0% {background-position:0 50%}
    50% {background-position:100% 50%}
    100% {background-position:0 50%}
}
@keyframes Magic{
    0% {background-position:0 50%}
    50%{ background-position:100% 50%}
    100%{ background-position:0 50%}
}



/**** RESPONSIVE ****/

@media screen and (min-width: 991Px){
    .sub-menu{
        border-radius: 10px;
        border: 1px solid black;
        box-shadow: none!important;
        background-color: white!important;
        margin: 0!important;
    }
    .sub-menu li{
        height: 100%;
    }
    .max-width-600{
        max-width: 600px;
    }
    header .sh-header-1 >.container {
        width: 98vw;
    }
    #methodo-compo section.vc_cta3-container {
        max-width: 46%;
    }
    .frise-chrono-kaiman #methodo-compo section.vc_cta3-container {
        max-width: unset;
    }
}

@media screen and (min-width: 1026px) and (max-width: 1090px) {
    #menu-main-menu a {
        font-size: 14px;
    }
}

@media screen and (min-width: 801px) and (max-width: 1025px) {
    .custom-structure-equipe .bloc-text-carre-droite .first-img-popart {
        top: 5px;
        width: 30px;
    }
    .custom-structure-equipe .bloc-text-carre-droite .second-img-popart {
        top: 50px;
        width: 25px;
    }
}

@media screen and (min-width: 1026px) {
    .cadre_mobile {
        display: none;
    }
    .primary-desktop {
        height: 96px;
    }
    .rangee-kaiman-avec-vous {
        margin-top: 50px;
    }
}

@media screen and (min-width: 1026px) and (max-width: 1150px) {
    header .sh-header-1 >.container .sh-table-cell:first-of-type {
        width: 15vw;
    }
}
@media screen and (min-width: 801px) and (max-width: 1250px) {
    .bloc-text-carre-droite .container-cartoon .btn-cartoon {
        font-size: 11px;
    }
    .custom-structure-equipe .bloc-text-carre-droite h3 {
        padding-right: 0;
        margin-bottom: 30px;
        font-size: 18px;
    }
    .custom-structure-equipe .bloc-text-carre-droite .second-img-popart {
        top: 82px;
        width: 30px;
    }
}

@media screen and (min-width: 991Px) and (max-width: 1100px) {

    #home-section-1 {
        padding-top: 85px;
    }
}

@media screen and (min-width: 1100Px) and (max-width: 1399px){
    #home-section-1 {
        padding-top: 50px;
        margin-top: unset!important;
        margin-bottom: unset!important;
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100vh;
    }
    h1 {
        font-size: 50px;
    }
    #home-section-1 .partenaire-engage:after {
        content: "";
        display: inline-block;
        width: 650px;
        height: 596px;
        background-image: url(/wp-content/uploads/2021/03/planete.webp);
        background-repeat: no-repeat;
        position: absolute;
        right: 0;
        bottom: -100px;
        transform: scale(0.6);
        z-index: 200;
    }
}
@media screen and (min-width: 1400Px){
    #section-1 {
        padding-top: 120px;
    }
    #home-section-1{
        padding-top: 120px;
        /*height: calc(100vh - 150px);*/
        margin-top: unset!important;
        margin-bottom: unset!important;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}

@media screen and (min-width: 1440px) {
    .container-titre-projet {
        max-width: 420px;
    }
}

@media screen and (min-width: 1600px){
    #section-1 {
        padding-top: 120px;
    }
    .home #home-section-1 {
        padding-top: unset;
        height: calc(100vh - -70px);
        margin-top: unset!important;
        margin-bottom: unset!important;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .home #home-section-1 .partenaire-engage:after  {
        content: "";
        display: inline-block;
        width: 650px;
        height: 596px;
        background-image: url(/wp-content/uploads/2021/03/planete.webp);
        bottom: -75px;
        transform: scale(0.7);
    }

    /*.home #home-section-1 .partenaire-engage:after  {*/
    /*    content: "";*/
    /*    display: inline-block;*/
    /*    width: 650px;*/
    /*    height: 604px;*/
    /*    background-image: url(/wp-content/uploads/2023/12/planete-kaiman-noel.png);*/
    /*    bottom: -75px;*/
    /*    transform: scale(0.7)!important;*/
    /*    background-size: 100%;*/
    /*}*/
}

@media screen and (min-width: 1700px) {
    #background-job {
        height: 600px;
    }
}

@media screen and (min-width: 1800Px){
    .home #home-section-1 .partenaire-engage:after  {
        transform: scale(0.8);
    }
    #home-section-1 .logos-clients{
        margin-bottom: 2rem;
        padding-top: 2rem;
    }
}

@media screen and (min-width: 2000px) {
    body #background-job {
        height: 750px;
    }
    .bloc-communication-text .vc_column-inner,
    .bloc-service-text .vc_column-inner {
        padding-bottom: 23% !important;
        padding-top: 10% !important;
    }
}

@media screen and (max-width: 1920px) {
    #background-job {
        background: url(/wp-content/uploads/2020/02/recrutement-kaiman-1.jpg);
        background-size: cover;
        background-position: bottom 100%;
        background-repeat: no-repeat;
        position: relative;
    }
}
@media screen and (max-width:1750px){
    .audit_croco{
        background-position: 107% 78%;
    }
    #home-section-5:before {
        left: 20px;
    }
    .titre-poste-img {
        left: 500px;
    }
}

@media screen and (max-width: 1600px){
    #home-section-4 .fleche {
        width: 200px;
        transform: translateY(-200px) translateX(200px);
    }
}

@media screen and (max-width: 1550px) {
    .fleche_emploi_postuler {
        left: 20%;
    }
}

@media screen and (max-width: 1540px) {
    #home-section-5 .expertise-rangee .expertise-col3 {
        padding-left: 5px;
    }
    #home-section-5:before{
        height: 120%;
        background-size: 110%;
        left: -50px;
    }
    .titre-poste-img {
        left: 400px;
    }
}

@media screen and (max-width: 1500px) {
    .title_job_search_arrow {
        display: none;
    }
    .title_job_search_arrow.fleche_emploi_postuler {
        display: block;
    }
    #home-section-14 .restons-pas-la-col3:before {
        right: -150px;
    }
}

@media screen and (max-width: 1440px) {
    .container-titre-projet {
        left: 5%;
    }
}

@media screen and (max-width: 1400px) {
    body .sh-back-to-top{
        bottom: 14px;
        right: 80px;
        width: 53px;
        height: 53px;
    }
    .job-formulaire_2 {
        margin-right: 2%;
        margin-left: 2%;
    }
    #home-section-5 .expertise-rangee .expertise-col3 {
        padding-left: 35px;
    }
    .bloc-decale .engagement-col1 {
        width: 100%;
        margin-left: 250px;
        padding-left: 150px;
    }
}

@media screen and (max-width: 1300px) {
    .two-blocs-forms_2 {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 1250px) {
    .audit_croco{
        background-position: 98% 20%;
    }
    .page-id-12935 h3{
        font-size: 30px!important;
    }
    .page-id-12935 h1, .page-id-12935 h2{
        font-size: 40px!important;
    }
    .audit_confiance p{
        font-size: 25px;
    }
    .svg-anim-left {
        max-width: 55%;
    }
    .svg-anim-right {
        max-width: 90%;
    }
    .custom-structure-equipe .bloc-text-carre-droite {
        height: 248px;
    }
    body .sh-nav > li.menu-item > a,
    body .sh-nav-mobile li a {
        font-size: 18px;
    }
    .postcast-container .row .pdp_plyr_area {
        width: 75%;
    }
    .postcast-container .row .pdp_fet_img {
        width: 25%;
    }
    header .sh-header-1 >.container {
        max-width: 1245px!important;
    }
    .title-h1 h1, h1{
        font-size:50px;
    }
    .title-h2 h2{
        font-size:40px;
    }
    .title-h3 , h3 {
        font-size:30px;
    }
    #home-section-1 .partenaire-engage {
        padding-right: 35%;
    }
    #home-section-1 .partenaire-engage:after  {
        right: -140px;
        transform: scale(0.6);
    }
    #home-section-1 .logos-clients .contenant-img-logo {
        width: 25%;
        padding: 0 15px;
    }
    #home-section-3 #methodo-compo section.vc_cta3-container{
        max-width: 100%;
    }
    #home-section-3 #methodo-compo .wpb_wrapper {
        gap: 0;
    }
    #home-section-5:before {
        left: -100px;
        bottom: 0;
    }
    .titre-poste-img {
        left: 250px;
    }
    #home-section-8:before {
        transform: rotate3d(-10, 100, 0, 180deg) scale(0.6);
        right: 0;
    }
    .new-kaiman-card.margin-top {
        margin-top: 0;
    }
    .bloc-decale .engagement-col1:before {
        left: -200px;
    }
    #home-section-14 .restons-pas-la-col3:before {
        right: -200px;
    }
}

@media screen and (max-width: 1200px) {
    #background-homepage {
        background-position: center !important;
    }
    #surveyElement {
        padding: 100px 120px;
    }
    .agence_com_bg {
        background-image: url(/wp-content/uploads/2021/03/flower_comm.webp) !important;
        background-repeat: no-repeat;
        background-size: 35vh, contain !important;
        background-position: 90% 90% !important;
    }
    .kaiman-services-bg {
        background-image: url(/wp-content/uploads/2021/03/k-serv.webp) !important;
        background-repeat: no-repeat !important;
        background-size: 30vh, contain !important;
        background-position: 5% 100% !important;
    }
    .background-kaiman-up {
        background-image: url(/wp-content/uploads/2021/03/astronaut-kaiman-up.webp) !important;
        background-repeat: no-repeat;
        background-size: 30vh, contain !important;
        background-position: 90% 100% !important;
    }
}

@media screen and (max-width: 1170px) {
    .subtitle_job_search_2 {
        line-height: 1.8em !important;
        width: 100% !important;
    }
}
@media screen and (max-width: 1100px) {
    .fleche_emploi_postuler {
        left: 12%;
    }
}

@media screen and (max-width: 1025px) {
    body .big-title-transition,
    body .big-title-transition p,
    body .big-title-transition h1,
    body .big-title-transition h2,
    body .big-title-transition h3,
    body .big-title-transition h4,
    body .big-title-transition h5,
    body .big-title-transition h6 {
        font-size: 50px;
        line-height: 60px;
    }
    #job-carte-retournee
    .vc_grid-item
    .vc_gitem-zone-mini
    .vc_gitem-post-data-source-post_excerpt {
        display: none;
    }
    .container-titre-projet .title h3 {
        font-size: 28px;
    }
    .container-titre-projet .role p {
        font-size: 15px;
        line-height: 18px;
    }
    .partners-emplois .row {
        flex-direction: column;
    }
    .partners-emplois .centered-mobile {
        justify-content: center;
    }
    .search-faq-container {
        background-image: none;
    }
    .cadre_desktop {
        display: none;
    }
    .custom-structure-equipe .bloc-text-carre-droite {
        height: 220px;
    }
    body .box-near-footer {
        margin-bottom: 0 !important;
    }
    body.single-faqs #wrapper #sidebar, body.single-faqs .col-md-9{
        float: left;
        width: 100%;
    }
}

@media screen and (max-width: 1100px){
    #home-section-3 #methodo-compo .wpb_wrapper .margin-top{
        margin-top: unset;
    }
}

@media screen and (max-width: 990px) {
    section {
        margin-bottom: 50px;
    }
    .contenant-img-header {
        display: none;
    }
    body .sh-titlebar {
        margin-top: 0;
    }
    .sh-titlebar-mobile-layout-compact .container > .sh-table > .sh-table-cell {
        display: none!important;
    }
    .video-bg-kaiman video {
        width: auto;
    }
    .video-bg-kaiman .wpb_wrapper .bouton-vert {
        margin-top: 30px;
    }
    #home-section-1 .fleche {
        display: none;
    }
    body .visuel-sans-marge .vc_column-inner {
        padding-left: 0!important;
    }
    .text-slider-job {
        background: rgba(255, 255, 255, 0.8);
        text-align: center;
    }

    .col-md-5.bloc-candidater-droite {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #form_cooptation .form-group {
        display: block !important;
        width: 100% !important;
    }

    #form_cooptation .form-group span {
        margin-right: 0 !important;
    }

    .sh-heading.sh-heading-style1 {
        text-align: center;
    }

    .two-blocs-forms {
        flex-wrap: wrap;
    }

    .col-md-5.bloc-recommander-ami-gauche {
        width: 50% !important;
    }

    .two-blocs-forms .col-md-5 {
        width: 80% !important;
        margin: auto;
        height: auto;
        text-align: center;
        padding-top: 10px !important;
    }

    .two-blocs-forms .arrow_2_left {
        display: none;
    }

    h2.categories-single-offre {
        margin-top: 10px !important;
    }

    .block-infos {
        flex-direction: column;
    }

    .block-infos-job {
        width: 100%;
    }

    .col-md-5.bloc-recommander-ami-gauche {
        padding-left: 0;
    }

    .arrow_2_right {
        display: none;
    }

    .fleche_emploi_postuler {
        left: 5%;
    }

    .single-job .title_job_search img {
        display: none;
    }

    .tri_villes {
        margin-top: 15px;
    }

    .custom-structure-equipe .bloc-text-carre-droite {
        height: 195px;
    }

    .wpcf7-form .row {
        flex-direction: column;
        margin: 0;
    }
    .reverse-flex-mobile {
        flex-direction: column-reverse;
    }
    .two-blocs-forms.reverse-flex-mobile .title_job_search,
    .two-blocs-forms.reverse-flex-mobile .subtitle_job_search_2,
    .bloc-recommander-ami-gauche .title_job_search,
    .bloc-recommander-ami-gauche .subtitle_job_search_2 {
        text-align: center;
    }

    body .bouton_postuler,
    body .bouton_cooptation {
        right: 0;
        bottom: 0;
        top: 50%;
        left: 50%;
    }

    .bloc-candidater-droite {
        padding-top: 20px;
    }

    .sh-portfolio-single.row {
        flex-direction: column;
    }
    .sh-portfolio-single-info-item:first-child {
        border-bottom: none;
        padding-bottom: 0;
    }
    .sh-portfolio-single.row .sh-portfolio-single-left {
        margin-top: 20px;
        padding: 20px;
        flex-direction: row;
        justify-content: space-between;
    }
    .sh-portfolio-single.row
    .sh-portfolio-single-left
    .sh-portfolio-single-share {
        width: 225px;
        padding-bottom: 0;
    }
    .sh-portfolio-single.row .sh-portfolio-single-left .sh-portfolio-single-info {
        display: flex;
        flex-direction: row;
        width: 100%;
        align-items: center;
    }
    .sh-portfolio-single.row
    .sh-portfolio-single-left
    .sh-portfolio-single-info
    .lancer-projet {
        display: none;
    }

    #two-blocs-forms {
        flex-direction: column;
    }
    #background-job {
        height: 280px;
    }
    .customer-logos {
        padding-bottom: 20px;
    }
    .sh-header-mobile .sh-nav-mobile li:last-child{
        margin-top: 20px;
        padding: 0 4px;
    }
    .title-h1 h1, h1{
        font-size:40px;
    }
    .title-h2 h2{
        font-size:34px;
    }
    .title-h3 h3, h3 {
        font-size:28px;
    }
    .underline::after {
        content: '';
        position: absolute;
        bottom: -1.8rem;
        left: -0.5rem;
        right: -0.5rem;
        height: 2.5rem;
        z-index: -1;
        background-image: url(https://preprod.kaiman.fr/wp-content/uploads/2021/03/kaiman_souligne.svg);
        background-repeat: no-repeat;
        background-size: 100%;
    }
    .liste-flechee ul li,
    .liste-flechee ul li a {
        font-size: 22px;
    }
    #methodo-compo .wpb_wrapper {
        gap: 10px;
    }
    #home-section-1 {
        padding-bottom : 400px !important;
        padding-top: 120px;
        position: relative;
        overflow: hidden;
        border-bottom: 2px solid darkslategrey;
    }
    #home-section-1 .partenaire-engage {
        padding-right: 0;
        position: initial;
    }
    #home-section-1 .partenaire-engage:after {
        background-position: center;
        /*bottom: -50%;*/
        bottom: -45%;
        height: 100%;
        background-size: 100%;
        width: 100%;
        transform: unset;
        right: 0;
    }
    #home-section-1 .logos-clients .contenant-img-logo {
        width: 25%;
        padding: 0 15px;
    }
    #home-section-3 .rangee-kaiman-avec-vous {
        flex-direction:column-reverse;
    }
    #home-section-3 .kaiman-avec-vous,
    #home-section-3 .kaiman-avec-vous-cards {
        width: 100%;
    }
    #home-section-3 .kaiman-avec-vous {
        padding-right: 0;
    }
    #home-section-3 #methodo-compo .wpb_wrapper{
        gap: 30px;
    }
    #home-section-4 {
        margin-top: 0 !important;
    }
    .contenant-fleche{
        height: 200px;
    }
    #home-section-4 .fleche {
        transform: translateY(-60px);
        max-width: 180px;
    }
    #home-section-5:before  {
        left: -100px;
        bottom: 0;
        width: 450px;
        height: 105%;
    }
    #home-section-4 .col-img,
    #home-section-4 .col-content {
        width: 100%;
    }
    #home-section-4 .col-img .fleche {
        display: none;
    }
    #home-section-4 .col-img .fleche img {
        transform: scale(0.6);
    }
    #home-section-4 .col-content .title-h2 {
        margin-top: 0 !important;
    }
    #home-section-5 .expertise-rangee .expertise-col1,
    #home-section-5 .expertise-rangee .expertise-col2,
    #home-section-5 .expertise-rangee .expertise-col4,
    #home-section-5 .expertise-rangee .expertise-col5 {
        display: none;
    }
    #home-section-5 .expertise-rangee .expertise-col3  {
        width: 100%;
        margin-right: 100px;
        padding-left: 310px;
    }
    #home-section-5 .bouton-vert span{
        display: unset;
    }
    .bloc-decale:before  {
        transform: scale(0.6);
        left: -150px;
    }
    .bloc-decale .engagement-col2 {
        padding-right: 180px;
    }
    .bloc-decale .engagement-col1 {
        margin-left: 200px;
        width: unset;
    }
    .bloc-decale .col-pleine-droite .position-contenant-elmts {
        margin-left: 0;
    }
    div#rse {
        flex-direction: column-reverse;
        gap: 10px;
        width: 100%;
    }
    div#rse a{
        white-space: nowrap;
    }
    #home-section-10 #planet-tech-care{
        margin-top: 40px
    }
    #home-section-11 #methodo-compo{
        display: none;
    }
    #home-section-13:before {
        display: none;
    }
    ul.new-kaiman-news-container  {
        flex-wrap: wrap;
    }
    ul.new-kaiman-news-container li {
        width: 100%;
    }
    #home-section-13 #croco-nb{
        display: none;
    }
    #home-section-13 .entites-content{
        width: 80%;
    }
    #home-section-14 {
        padding-top: 0 !important;
    }
    #home-section-14 .restons-pas-la-rangee {
        padding-top: 220px;
    }
    #home-section-14 .restons-pas-la-col1,
    #home-section-14 .restons-pas-la-col2,
    #home-section-14 .restons-pas-la-col4 {
        display: none;
    }
    #home-section-14 .restons-pas-la-col3 {
        width: 100%;
        margin-left: 150px;
        position: relative;
    }
    #home-section-14 .restons-pas-la-col3:before {
        right: 0;
        background-position: center;
        width: 100%;
        bottom: 120px;
    }
    .contenant-logos{
        flex-wrap: wrap;
    }
    ul.new-kaiman-portfolio-container {
        gap: 50px;
    }
    ul.new-kaiman-portfolio-container li a h3.new-kaiman-portfolio-title {
        height: unset;
    }
    #section-1{
        padding-top: 100px;
    }
}

.croco_convaincu .croco_gif img{
    width: 200px;
}

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

    .custom-structure-equipe .bloc-text-carre-droite {
        height: 193px;
    }

}

@media screen and (max-width: 850px) {
    body .sh-image-point-tooltip {
        width: 230px;
    }
}

@media screen and (max-width: 800px) {
    .imagepoint-kcom {
        display: none !important;
    }
    .long-arrow-kaiman {
        display: none;
    }

    #rdv-cafe-kaiman {
        margin-top: 0px !important;
    }

    .portfolio-experiment-white.contact {
        position: initial;
    }

    #rdv-cafe-kaiman .wpb_raw_html {
        text-align: center;
    }

    #rdv-cafe-kaiman .vc_column-inner {
        padding-top: 0;
    }

    .page-id-9075 #services {
        background-image: url(/wp-content/uploads/2020/04/slider-crocro-bg-k.png) !important;
    }

    .footer-button-desktop {
        display: none !important;
    }

    .footer-button-tablet {
        display: block !important;
    }

    .footer-cafe-img {
        margin-top: 40px;
    }
    .text-over-img-nopadding,
    .text-over-img-nopadding.right-paragraph {
        width: 100%;
        float: left;
    }
    .bloc-accordion,
    .bloc-accordion.left-accordion {
        max-width: none;
        margin-top: 0;
    }
    .svg-anim-right svg,
    .svg-anim-left svg {
        display: none;
    }
    .custom-structure-equipe .parallax-bloc-gauche {
        margin-right: 0;
        margin-left: 0;
        padding: 0 5px 0 5px;
    }
    .custom-structure-equipe .parallax-bloc-gauche > .vc_column-inner {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .custom-structure-equipe .bloc-text-carre-droite {
        justify-content: center;
    }
    body .elem-volant-left,
    body .elem-volant-right {
        background-size: 8% !important;
    }
    .counter-agence .vc_column_container > .vc_column-inner,
    .counter-agence .sh-counter {
        text-align: center;
    }
    .custom-structure-equipe .wpb_single_image {
        text-align: center;
    }
    .container-text-bars >.wpb_column > .vc_column-inner > .wpb_wrapper{
        display: flex;
        flex-direction: row-reverse;
        justify-content: center;
    }
    .container-text-bars .wpb_wrapper .wpb_raw_code {
        width: 100%;
    }
    .text-bar-container {
        width: 50%;
    }
    .colored-bar-container {
        width: 30%;
        display: flex;
        flex-direction: column;
        margin: 0;
    }
    .colored-bar-container > .wpb_column {
        transform: rotate(90deg);
        height: 100%;
        display: flex;
        align-items: center;
    }
    .colored-bar {
        border-right: 2px solid black;
        border-left: 2px solid black !important;
        border-radius: 10px;
    }
    .colored-bar .right-line-separator, .colored-bar-container {
        display: none;
    }
    .colored-bar-mobile {
        display: block;
    }
    .textes-terrain-jeu p {
        text-align: left !important;
    }
    #cafe-agence-container .bloc-droite-cafe {
        display: none;
    }
    #cafe-agence-container .bloc-gauche-cafe {
        padding: 15px 10px 30px 10px;
    }
    .sh-footer-template.higher-footer .bg-footer-container {
        padding-top: 240px !important;
    }
    #cafe-agence-container .bloc-gauche-cafe .submit-container .btn-cartoon {
        font-size: 16px;
    }
    #cafe-agence-global-bloc {
        margin: 0;
    }
    #cafe-agence-global-bloc .container-cartoon {
        width: 100%;
    }
    .agence_com_bg {
        background-image: url(/wp-content/uploads/2021/03/flower_comm.webp) !important;
        background-repeat: no-repeat;
        background-size: 20vh, contain !important;
        background-position: 100% 100% !important;
    }
    .kaiman-services-bg {
        background-image: url(/wp-content/uploads/2021/03/k-serv.webp) !important;
        background-repeat: no-repeat !important;
        background-size: 20vh, contain !important;
        background-position: 95% 100% !important;
    }
    .background-kaiman-up {
        background-image: url(/wp-content/uploads/2021/03/astronaut-kaiman-up.webp) !important;
        background-repeat: no-repeat;
        background-size: 15vh, contain !important;
        background-position: 90% 100% !important;
    }
    .left-column-faq {
        margin-top: 0;
    }
    body .floatie {
        width: 220px;
    }
    .floatie {
        z-index: 3;
    }
    .neige-image {
        left: 8%;
        top: 40%;
    }
    .chargement-noel-image {
        left: 0%;
        top: 20%;
    }
    .sapin-noel-image {
        left: 30%;
        top: -24%;
    }
    .sprout-container .floatie.sprout-image {
        top: -165px;
        right: 0%;
    }
    .dynamic-description span {
        font-size: 2.2rem;
    }
    #home-section-3 .rangee-kaiman-avec-vous {
        flex-direction:column-reverse;
    }
    #home-section-3 .sh-button-container {
        text-align: center;
    }
    #home-section-3 .nos-outils .vc_column_container:not(.vc_col-xs-1):not(.vc_col-xs-10):not(.vc_col-xs-11):not(.vc_col-xs-12):not(.vc_col-xs-2):not(.vc_col-xs-3):not(.vc_col-xs-4):not(.vc_col-xs-5):not(.vc_col-xs-6):not(.vc_col-xs-7):not(.vc_col-xs-8):not(.vc_col-xs-9) {
        width: 33.33%;
    }
    #home-section-5:before  {
        display: none;
    }
    #home-section-5 {
        display: none;
    }
    #home-section-5 .expertise-rangee .expertise-col3  {
        padding-left: 50px;
    }
    #home-section-6 {
        padding-top: 0 !important;
    }
    #home-section-6 .vc_column_container:not(.vc_col-xs-1):not(.vc_col-xs-10):not(.vc_col-xs-11):not(.vc_col-xs-12):not(.vc_col-xs-2):not(.vc_col-xs-3):not(.vc_col-xs-4):not(.vc_col-xs-5):not(.vc_col-xs-6):not(.vc_col-xs-7):not(.vc_col-xs-8):not(.vc_col-xs-9) {
        width: 33.33%;
    }
    ul.new-kaiman-portfolio-title {
        height: auto !important;
    }
    ul.new-kaiman-portfolio-container li p.new-kaiman-news-infos .view-more {
        display: none;
    }
    #home-section-8 {
        display: none;
    }
    #home-section-8:before {
        display: none;
    }
    #home-section-8 .title-h3 {
        text-align: center;
    }
    #home-section-9 .col-surtitre .vc_column-inner {
        padding: 0 !important;
    }
    #home-section-9 .col-img {
        display: none;
    }
    .bloc-decale .engagement-col1{
        border: 0;
        margin-right: 0;
        margin-left: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
    .bloc-decale .engagement-col1:before  {
        display: none;
    }
    .bloc-decale .engagement-col2 {
        border: unset !important;
        width: 100%;
        padding: 0 100px !important;
        margin: 0 !important;
    }
    .bloc-decale #rse .rse-img .planet-tech-care {
        text-align: center !important;
        margin-top: 0;
    }
    #home-section-12 .entites-content .vc_column-inner  {
        padding-right: 15px !important;
    }
    #home-section-12 .entites-content li img  {
        margin-bottom: 0 !important;
    }
    #home-section-12 .entites-img  {
        display: none;
    }
    #home-section-13:before {
        display: none;
    }
}

@media screen and (max-width: 771px) {
    h2.sh-heading-content.confiance-home.size-custom span:nth-child(1) {
        font-size: 26px !important;
    }

    h2.sh-heading-content.confiance-home.size-custom span:nth-child(2) {
        font-size: 16px !important;
    }

    body h2.sh-heading-content.confiance-home.size-custom span strong span.wrap {
        font-size: 16px !important;
    }

    .fleche_emploi_postuler {
        display: none;
    }

    #wpcf7-f8051-o1 .form-group {
        display: block !important;
        width: 100% !important;
    }

    #wpcf7-f8051-o1 .form-group span {
        margin-right: 0px !important;
    }
}

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

    #methodo-compo section {
        margin-bottom: 22px;
    }

    .process .new-kaiman-card {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .process .new-kaiman-card .gros-texte {
        font-size: 25px;
        font-weight: 600;
        line-height: 1.5;
    }

    ul.new-kaiman-portfolio-container li.single-projet {
        max-width: unset;
        margin-bottom: unset;
    }

    ul.new-kaiman-portfolio-container li a p.new-kaiman-portfolio-client {
        margin-bottom: 0;
    }

    ul.new-kaiman-portfolio-container li a h3.new-kaiman-portfolio-title {
        margin-bottom: 0;
    }

    .single-projet ul {
        margin-bottom: 20px!important;
        display: block!important;
    }

    .bouton-vert span {
        width: 100%;
        display: block;
        text-align: center;
    }
    .surtitre, .surtitre p{
        font-size: 14px;
        margin-bottom: 10px;
    }
    .marge-40 {
        margin-bottom: 40px;
    }
    .vc_responsive .filtres-container .vc_grid-filter {
        display: block !important;
    }
    .vc_responsive .filtres-container .vc_grid-filter-select {
        display: none !important;
    }
    body .title_job_search_arrow.fleche_emploi_postuler {
        display: none;
    }
    .text-slider-job h2,
    .text-slider-job h3 {
        font-size: 18px;
        line-height: 25px !important;
    }
    .boutons_cta_slider {
        justify-content: center;
    }
    .elem-volant-right, .elem-volant-left {
        padding-right: 0!important;
        margin: auto;
    }
    #job-carte-retournee
    .vc_grid-item
    .vc_gitem-zone-mini
    .vc_gitem-post-data-source-post_title
    > div {
        font-size: 18px !important;
        text-align: center !important;
    }
    #job-carte-retournee .vc_grid-item .vc_gitem-zone-mini .vc_separator {
        margin: auto;
    }
    .container-titre-projet .title h3 {
        font-size: 17px;
        line-height: 17px!important;
    }
    .container-titre-projet .title {
        margin-bottom: 20px;
    }
    .container-titre-projet .role p {
        font-size: 12px;
        line-height: 15px;
    }
    .container-titre-projet {
        left: 20px;
        top: 20%;
    }
    .sh-portfolio-single.row .sh-portfolio-single-left,
    .sh-portfolio-single.row .sh-portfolio-single-left .sh-portfolio-single-info {
        flex-direction: column;
    }
    .sh-portfolio-single.row .sh-portfolio-single-left {
        margin-bottom: 50px;
    }
    .sh-portfolio-single-info-item:first-child {
        border-bottom: 1px solid #ebebeb;
        padding-bottom: 15px;
    }
    .img-small-responsive img {
        max-width: 400px;
    }
    .row.satisfaction {
        height: 550px;
    }

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

    .sv-title.sv-container-modern__title {
        padding: 0px;
    }

    .satisfaction-gauche .contenu {
        padding: 60px 120px;
    }

    #surveyElement {
        padding: 60px 120px;
    }
    #job-carte-retournee .vc_grid-item {
        max-width: 400px;
        margin: auto;
    }
    .center-mobile {
        text-align: center;
    }
    #home-section-3 .nos-outils {
        display: flex;
    }
    #home-section-3 .nos-outils .vc_column_container:not(.vc_col-xs-1):not(.vc_col-xs-10):not(.vc_col-xs-11):not(.vc_col-xs-12):not(.vc_col-xs-2):not(.vc_col-xs-3):not(.vc_col-xs-4):not(.vc_col-xs-5):not(.vc_col-xs-6):not(.vc_col-xs-7):not(.vc_col-xs-8):not(.vc_col-xs-9) {
        width: 33.33%;
    }
    .nos-outils .wpb_content_element {
        margin-bottom: 10px;
    }
    #home-section-3 .kaiman-avec-vous{
        margin-top: 50px;
    }
    #home-section-4 .col-content.bloc-texte-expertises, #home-section-7.bloc-projets, #home-section-9, #home-section-10{
        margin-top: 0;
    }
    #home-section-11 .colonne-actus{
        padding-right: 0;
    }
    #home-section-13 .entites-content{
        width: 100%;
    }
    ul.new-kaiman-portfolio-container li.single-projet:last-child {
        display: none;
    }

    body footer .mobile-accordeon{
        max-width: 100%!important;
    }
    body footer .mobile-accordeon .declencheur-accordeon {
        position: relative;
        padding-bottom: 1.2em;
        border-bottom: 1px solid #fff;
        text-align: left;
        cursor: pointer;
    }
    body footer .mobile-accordeon .declencheur-accordeon:after {
        content: "";
        color: white;
        position: absolute;
        right: 0;
        top: 0;
        width: 36px;
        height: 36px;
        line-height: 36px;
        text-align: center;
        background-image: url("/wp-content/uploads/2023/11/chevron-down-white.svg");
        background-size: 0.9rem;
        transition: transform 0.2s ease-in-out;
        background-position: center;
        background-repeat: no-repeat;
    }
    body footer .mobile-accordeon.active .declencheur-accordeon:after {
        transform: rotate(180deg);
    }
    body footer .mobile-accordeon .footer-menu-items {
        display: none;
    }
    body footer .mobile-accordeon.active .footer-menu-items {
        display: block!important;
    }

}

@media screen and (max-width: 715px) {
    .img-valign-2 {
        width: 10%;
    }

    .page-template-template-job h1 {
        font-size: 40px !important;
        height: 2em;
    }

    #jobs {
        position: relative;
        z-index: 10;
    }

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

    .two-blocs-forms_2 .col-md-5 {
        padding-top: 10px !important;
    }

    .job-formulaire_2 {
        margin-right: auto;
        margin-left: auto;
        padding-left: 2%;
        padding-right: 2%;
    }
}

@media screen and (max-width: 700px) {
    #home-section-1 {
        padding-bottom : 300px !important;
    }
    .postcast-container .row {
        flex-direction: column;
    }
    .postcast-container .row .pdp_fet_img {
        display: none;
    }
    .postcast-container .row .pdp_plyr_area {
        width: 100%;
    }
}

@media screen and (max-width: 670px) {
    .onglets-teamk-agence ul.sh-tabs-filter li {
        width: 100%;
    }
    #job-carte-retournee
    .vc_grid-item
    .vc_gitem-zone-mini
    .vc_gitem-post-data-source-post_excerpt {
        display: block !important;
        margin-top: 20px;
    }
    #job-carte-retournee .vc_gitem_row .vc_custom_heading div {
        text-align: center !important;
    }
}

@media screen and (max-width: 600px) {
    body .top-button {
        bottom: 20px;
        right: 20px;
    }
    body .big-title-transition,
    body .big-title-transition p,
    body .big-title-transition h1,
    body .big-title-transition h2,
    body .big-title-transition h3,
    body .big-title-transition h4,
    body .big-title-transition h5,
    body .big-title-transition h6 {
        font-size: 24px !important;
        line-height: 30px !important;
    }
    .title-25,
    .title-25 p,
    .title-25 h1,
    .title-25 h2,
    .title-25 h3,
    .title-25 h4,
    .title-25 h5,
    .title-25 h6,
    .title-35,
    .title-35 p,
    .title-35 h1,
    .title-35 h2,
    .title-35 h3,
    .title-35 h4,
    .title-35 h5,
    .title-35 h6 {
        font-size: 18px !important;
        line-height: 25px !important;
    }

    .sh-portfolio-single-related .row {
        flex-direction: column;
    }
    .img-small-responsive img {
        max-width: 280px;
    }
}

@media screen and (max-width: 575px) {
    h2.bloc-twenty {
        font-size: 30px;
    }

    #projets-text-bg::before {
        top: 85px;
        left: -65px;
    }

    .btn-snake.btn-jeMeLance {
        margin-top: -15vh;
    }

    body h2.categories-single-offre {
        font-size: 16px !important;
    }

    body h1.title_job_search img {
        display: none;
    }

    .ref-client-solo ul, .new-kaiman-portfolio-container ul {
        display: initial;
    }

    .ref-client-solo li, .new-kaiman-portfolio-container ul li {
        white-space: break-spaces;
        display: contents;
    }

    ul.new-kaiman-portfolio-container .normalunderline {
        display: block;
    }
}

@media screen and (max-width: 560px) {
    .boutons_cta_slider {
        flex-direction: column;
        align-items: center;
    }

    .boutons_cta_slider a {
        margin-right: 0;
        width: 65%;
        margin-bottom: 10px;
        text-align: center;
        font-size: 10px;
    }

    #questions-kaiman img {
        max-width: 100%;
    }

    .sh-ratio.slick-slide .sh-ratio-content {
        background-size: 230%;
        background-position: 9%;
    }

    #surveyElement {
        padding: 60px 50px;
    }

    .satisfaction-gauche .contenu {
        padding: 60px 50px;
    }

    .sv-boolean {
        display: flex !important;
        justify-content: center !important;
        margin-top: 20px;
    }
}

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

    #home-section-1 {
        padding-top: 100px;
    }
    .text-bar-container {
        width: 100%;
    }
    .demander-audit{
        display: none;
    }
    .boutons_cta_slider {
        margin-top: -17vh;
    }
    .video-bg-kaiman .bouton-vert {
        margin-left: 25px;
        margin-right: 25px;
    }
    .bouton-vert a {
        width: 100%;
        display: inline-block;
        text-align: center;
    }
    .container-kcrawler
    .btns-crawl.custom-btn-centered
    .wpb_wrapper
    .container-cartoon,
    .container-kpagerank .btn-keywords button,
    .container-kwhois .custom-btn-centered .wpb_wrapper,
    .container-kwhois .custom-btn-centered .container-cartoon {
        width: 100%;
    }

    .gif-container .wpb_wrapper {
        text-align: center;
    }

    .container-kpagerank table td {
        font-size: 16px;
    }

    .container-kcrawler .btns-crawl .container-cartoon:not(:last-child) {
        margin-top: 20px;
        margin-bottom: 15px;
    }

    .tri_motCles input,
    .tri_types select,
    .tri_categories select,
    .tri_villes select {
        z-index: 1;
        position: relative;
    }

    .tri_motCles i,
    .tri_villes i,
    .tri_types i,
    .tri_categories i {
        left: 0;
        right: 0;
        top: 12px;
        text-align: center;
        z-index: 0;
    }
    #cafe-agence-container .bloc-gauche-cafe .submit-container .btn-cartoon {
        font-size: 16px;
    }

    .btn-cartoon-rdv {
        padding: 10px 0px;
    }
    .poste_item {
        transform: scale(1);
    }
    .job-list.job-list-content .col-md-4 {
        margin-bottom: 15px;
    }

    .custom-structure-equipe .bloc-text-carre-droite h3 {
        padding-right: 0;
        margin-bottom: 20px;
    }
    .custom-structure-equipe .bloc-text-carre-droite {
        align-items: flex-end;
        height: 200px;
    }
    .custom-structure-equipe .bloc-text-carre-droite .second-img-popart {
        top: 0;
    }
    .sh-titlebar .container {
        max-width: none !important;
    }
    .single-job h1 {
        font-size: 26px !important;
    }
    .single-job h4,
    .title-archives {
        font-size: 24px;
    }
    .title-h1 h1, h1{
        font-size: 36px;
    }
    .title-h2 h2, .title-h2{
        font-size: 32px;
        max-width: 100%;
    }
    h2.bloc-twenty{
        font-size: 28px!important;
    }
    #home-section-1{
        position: relative;
        width: 100vw;
        left: 0;
        padding-left: 25px;
        padding-right: 25px;
    }
    #home-section-3 .title-h2 h2, #home-section-3 .title-h2{
        max-width: 100%;
    }
    .title-h3 h3, h3 {
        font-size:26px;
    }
    .sh-button-container, .engagement-col1 .wpb_wrapper {
        width: 100%;
    }
    #home-section-5 .expertise-rangee .expertise-col3  {
        padding : 0 50px;
        margin-right: 0;
        border: none;
        margin-top: 170px;
    }
    #home-section-5 .expertise-rangee .expertise-col3:before  {
        right: 0;
        top: -150px;
        transform: scale(0.8);
        width: 100%;
        background-position: center;
    }
    ul.new-kaiman-portfolio-container {
        flex-wrap: wrap;
    }
    ul.new-kaiman-portfolio-container li {
        width: 100%;
    }
    ul.new-kaiman-portfolio-container li a h3.new-kaiman-portfolio-title {
        height: unset;
        padding-bottom: 10px;
    }
    .bloc-decale .engagement-col2 {
        padding: 0 30px !important;
    }
    #home-section-13 {
        margin-bottom: 0 !important;
    }
    #home-section-14 .restons-pas-la-col1,
    #home-section-14 .restons-pas-la-col2,
    #home-section-14 .restons-pas-la-col4 {
        display: none;
    }
    #home-section-14 .restons-pas-la-col3 {
        margin-left: 15px;
        padding: 20px;
        height: 300px;
    }
    #home-section-14 .restons-pas-la-col3:before {
        bottom: 158px;
        transform: scale(0.6);
        width: 500px;
        right: -100px;
    }

    .liste-flechee ul li,
    .liste-flechee ul li a {
        font-size: 18px;
    }
    .liste-flechee ul li {
        padding-right: 30px!important;
        background: url('/wp-content/uploads/2021/03/arrow-up-right.svg') no-repeat right;
        background-size: 20px;
    }
    #home-section-4 .liste-flechee ul li {
        background: none;
    }
    .sh-button-container .sh-button {
        font-size: 18px !important;
        padding: 14px 25px !important;
        width: 100%;
    }
    #home-section-3 .nos-outils .vc_column-inner  {
        padding: 0;
    }
    #home-section-4  {
        margin-bottom: 0 !important;
    }
    .page-id-12935{
        overflow: hidden;
    }
    .page-id-12935 .container{
        margin: 0!important;
        max-width: 100%!important;
    }
    .sh-header-mobile-navigation .container, .sh-header-mobile-dropdown .container {
        margin: auto!important;
        max-width: 90%!important;
    }
    #contact-section-4 {
        margin-top: 200px;
    }
}

@media screen and (max-width: 500px) {
    #home-section-1 {
        padding-bottom : 250px !important;
    }
}

@media screen and (max-width: 490px) {
    .title_job_search {
        font-size: 27px;
    }
    .wpcf7 form.invalid .wpcf7-response-output,
    .wpcf7 form.unaccepted .wpcf7-response-output {
        font-size: 13px;
    }
    .page-template-template-job h1 {
        font-size: 30px !important;
    }

    .sv-question__content {
        margin-left: 0px;
    }

    .sv-boolean__label {
        width: 50%;
    }
    .mots::before {
        border-bottom: 15px solid #fef43a;
        bottom: 20px;
    }
    .titre-label {
        padding-bottom: 5px !important;
    }
    .small-placeholder-mobile input {
        font-size: 3vw;
    }
}

@media screen and (max-width: 425px) {
    .container {
        max-width: 360px!important;
        margin-left: auto!important;
    }

    body .sh-image-point-tooltip {
        width: 180px;
    }
}

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

    .title-h1 h1, h1 {
        font-size: 34px;
    }

    #surveyElement {
        padding: 30px;
    }

    .satisfaction-gauche .contenu {
        padding: 30px;
    }

    .sv-root-modern {
        min-height: 500px;
    }
    #home-section-1 {
        padding-bottom : 200px !important;
    }

    #home-section-1 .partenaire-engage:after {
        bottom: -50%;
    }
}

@media screen and (max-width: 380px) {
    .sv-root-modern .sv-btn {
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }

    #surveyElement {
        padding: 0px !important;
    }

    .sv-body.sv-completedpage {
        padding-top: 80px;
    }

    .sv-root-modern {
        min-height: 600px !important;
    }

    .sv-boolean__label {
        font-size: 12px;
    }
}

@media screen and (max-width: 375px) {
    .text-slider-job .img-valign-2 {
        display: block;
        margin: 0 auto;
        width: 20%;
    }

    .title_job_search img {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .text-slider-job h2 {
        padding-top: 20px;
    }

    .text-slider-job h2 {
        padding-top: 10%;
    }
}

@media screen and (max-width: 335px) {
    .page-template-template-job h1 {
        height: 3em;
    }
    #home-section-14 .restons-pas-la-col3::before {
        display: none;
    }
    #home-section-14 .restons-pas-la-rangee {
        padding-top: 220px;
    }
}

@media not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) {
        body .box-near-footer {
            margin-bottom: 0 !important;
        }
    }
}


/*MODULES FLEXIBLES*/

.liste-check p::before {
    content: '';
    width: 16px;
    height: 17px;
    background: url(/wp-content/uploads/2024/03/check-solid.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    display: inline-block;
    bottom: -2px;
    position: relative;
    margin-right: 8px;
}

@media screen and (max-width: 990px) {
    .bloc-texte.cartes {
        gap: 30px;
    }

    #bandeau-fond-gris img {
        display: none;
    }

    #repeteur-compo-alternee .contenant-fleche {
        display: none;
    }

    #repeteur-compo-alternee .bloc-compo-alternee-txt-img {
        margin-bottom: 0;
        flex-direction: column-reverse;
    }
}

@media screen and (min-width: 768px) {
    .bouton-vert a,
    .bouton-vert span,
    body .bouton-vert p,
    body input.bouton-vert {
        min-width: 250px;
        display: inline-block;
        padding: 14px 40px !important;
    }
}

#surtitre-titre-cartes h3 {
    font-size: 28px;
    margin-bottom: 1rem;
}

#surtitre-titre-cartes-grises h3, #cols-3cards h3 {
    font-size: 28px;
}

.ligne-grise {
    border-bottom: 1px solid lightgrey;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

#surtitre-titre-cartes .new-kaiman-card .prix {
    font-family: 'Recoleta', sans-serif;
    font-size: 36px;
    font-weight: 600;
}

#surtitre-titre-cartes .new-kaiman-card div p {
    line-height: 1.2;
    font-size: 16px;
}

#surtitre-titre-cartes p.ligne-grise {
    font-size: 16px;
}

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

    #surtitre-titre-cartes h3, #surtitre-titre-cartes-grises h3 {
        font-size: 24px;
    }
    #surtitre-titre-cartes .new-kaiman-card .prix {
        font-size: 32px;
    }

}