/*
SOMMAIRE

00 - Contact & Devis
01 - Accueil
03 - Réalisations
04 - Services
05 - Notre ADN
06 - Actualités

*/



/*************************
* 00 - Contact & Devis **
************************/
body.page-template-page-contact section#content, body.page-template-page-devis section#content{
    padding: 20px 0 40px 0;
}
.blocContact{
    background-color: var(--color01);
    border-radius: 16px;
    padding: 50px;
    color: var(--color00) !important;
}
.blocContact .contactInfo a{
    color: var(--color00) !important;
    font-family: 'pm';
}
.blocContact h1{
    font-size: 2.7rem;
}
.blocContact div.ms-3 a{
    color: var(--color00);
    font-family: 'pm';
}
.blocContact div.ms-3 a:hover{
    color: var(--color02);
}

.blocContact div.formBloc{
    background-color: var(--color04);
    padding: 0 40px 40px 40px;
    border-radius: 12px;
}
body.page-template-page-devis .blocContact div.formBloc{
    padding: 40px;
    margin-top: 20px;
}
div.formBloc span.forminator-label{
    display: block;
    font-family: 'psb' !important;
    font-size: 17px !important;
    color: var(--color01);
    margin-bottom: 28px;
    width: 100%;
}
div.formBloc div#radio-1 div.forminator-field{
    display: flex;
    flex-wrap: wrap;
}
div.formBloc div#radio-1 label{
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 16px;
    font-family: 'pm' !important;
    color: rgba(5, 24, 41, 0.3);
    border: 2px solid rgba(5, 24, 41, 0.3);
    border-radius: 8px;
    transition: all .3s;
}
div.formBloc div#radio-1 .forminator-radio:has(input[type="radio"]:checked){
    color: var(--color00);
    border: 2px solid var(--color02);
    background-color: var(--color02);
}
div.formBloc div#radio-1 label:first-of-type{
    margin-left: 0px;
}
div.formBloc div#radio-1 span.forminator-label{
    margin-bottom: 10px;
}
div.formBloc div#radio-1 input{
    display: none;
}
body.page-template-page-contact div.formBloc div.forminator-row{
    display: block !important;
    width: 100%;
    margin: 30px 0 0 0 !important;
}
div.formBloc form#forminator-module-37 div.forminator-row:first-of-type {
    margin-top: 0 !important;
}

body.page-template-page-contact div.formBloc div.forminator-row .forminator-col{
    padding: 0 !important;
    width: 100% !important;
    max-width: inherit !important;
}
div.formBloc div.forminator-row .forminator-col input, div.formBloc div.forminator-row .forminator-col textarea{
    width: 100%;
    font-family: 'pm' !important;
    padding: 10px 6px 10px 0;
    border: 0px;
    border-bottom: 2px solid rgba(5, 24, 41, .3);
    background-color: var(--color04);
    outline: none;
    transition: all .3s;
}
div.formBloc div.forminator-row .forminator-col input::placeholder, div.formBloc div.forminator-row .forminator-col textarea::placeholder{
    color: rgba(5, 24, 41, .3);
}
div.formBloc div.forminator-row .forminator-col input:hover, div.formBloc div.forminator-row .forminator-col input:focus, div.formBloc div.forminator-row .forminator-col textarea:hover, body.page-template-page-contact div.formBloc div.forminator-row .forminator-col textarea:focus{
    border-bottom: 2px solid var(--color02);
    color: var(--color02);
}
div.formBloc .forminator-error-message{
    color: var(--color01);
    font-size: 14px;
}
div.formBloc button.forminator-button-submit{
    position: relative;
    font-family: 'pm' !important;
    font-size: 18px;
    border: 0;
    color: var(--color00);
    padding: 14px 24px 14px 48px;
    background-color: var(--color02);
	background-image: linear-gradient(var(--color01) 50%, transparent 0);
  	background-size: 100% 200%;
  	background-position: 0 -100%;
	background-repeat: no-repeat;
    border-radius: 10px;
    transition: all .3s;
}
div.formBloc button.forminator-button-submit:hover{
    background-position: 0 0;
}
.forminator-button-submit::before {
    content: "";
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px; /* Taille de l'image */
    height: 20px;
    background: url('../img/iconSend.png') no-repeat center center;
    background-size: contain;
}
div.formBloc div.forminator-row label.forminator-label{
    display: none;
}
body.page-template-page-devis h2{
    color: var(--color00);
}
body.page-template-page-devis .formTitle{
    color: var(--color01);
    font-family: 'pb';
    font-size: 19px;
}
body.page-template-page-devis form .forminator-row:nth-of-type(7){
    margin-bottom: 0 !important;
}
body.page-template-page-devis form .forminator-row:nth-of-type(4), body.page-template-page-devis form .forminator-row:nth-of-type(6){
    margin-bottom: 0px !important;
    margin-top: 40px;
}
body.page-template-page-devis form #radio-2 div.forminator-field{
    display: flex;
    flex-wrap: wrap;
}
body.page-template-page-devis form #radio-2 label, body.page-template-page-devis form #checkbox-4 label{
    display: flex;
    flex-direction: row;
}
body.page-template-page-devis form #radio-2 label:not(:last-child){
    margin-right: 25px;
}
body.page-template-page-devis form #radio-2 label input, body.page-template-page-devis form #checkbox-4 label input{
    width: 20px;
    margin-right: 10px;
}
body.page-template-page-devis form #radio-2 label span, body.page-template-page-devis form #checkbox-4 label span{
    color: var(--color01);
}
body.page-template-page-devis div.formBloc span.forminator-label, body.page-template-page-devis div.formBloc #checkbox-2 span.forminator-checkbox-label, body.page-template-page-devis div.formBloc #checkbox-3 span.forminator-checkbox-label, body.page-template-page-devis div.formBloc #checkbox-5 span.forminator-checkbox-label{
    font-family: 'pm' !important;
    color: var(--color01);
}

/* Masquer la case à cocher native */
body.page-template-page-devis form #checkbox-2 .forminator-checkbox input[type="checkbox"], body.page-template-page-devis form #checkbox-3 .forminator-checkbox input[type="checkbox"], body.page-template-page-devis form #checkbox-5 .forminator-checkbox input[type="checkbox"]{
    display: none;
}
body.page-template-page-devis form #checkbox-2 .forminator-checkbox, body.page-template-page-devis form #checkbox-3 .forminator-checkbox, body.page-template-page-devis form #checkbox-5 .forminator-checkbox{
    display: flex;
    align-items: center;
    cursor: pointer;
}
body.page-template-page-devis form #checkbox-2 .forminator-checkbox .forminator-checkbox-box, body.page-template-page-devis form #checkbox-3 .forminator-checkbox .forminator-checkbox-box, body.page-template-page-devis form #checkbox-5 .forminator-checkbox .forminator-checkbox-box{
    width: 40px;
    min-width: 40px;
    height: 22px;
    background-color: #ccc;
    border-radius: 10px;
    position: relative;
    margin-right: 10px;
    transition: background-color 0.3s;
}
body.page-template-page-devis form #checkbox-2 .forminator-checkbox .forminator-checkbox-box::after, body.page-template-page-devis form #checkbox-3 .forminator-checkbox .forminator-checkbox-box::after, body.page-template-page-devis form #checkbox-5 .forminator-checkbox .forminator-checkbox-box::after{
    content: "";
    width: 18px;
    height: 18px;
    background-color: white;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: 2px;
    transition: transform 0.3s;
}
body.page-template-page-devis form #checkbox-2 .forminator-checkbox input[type="checkbox"]:checked + .forminator-checkbox-box, body.page-template-page-devis form #checkbox-3 .forminator-checkbox input[type="checkbox"]:checked + .forminator-checkbox-box, body.page-template-page-devis form #checkbox-5 .forminator-checkbox input[type="checkbox"]:checked + .forminator-checkbox-box{
    background-color: var(--color02);
}
body.page-template-page-devis form #checkbox-2 .forminator-checkbox input[type="checkbox"]:checked + .forminator-checkbox-box::after, body.page-template-page-devis form #checkbox-3 .forminator-checkbox input[type="checkbox"]:checked + .forminator-checkbox-box::after, body.page-template-page-devis form #checkbox-5 .forminator-checkbox input[type="checkbox"]:checked + .forminator-checkbox-box::after{
    transform: translateX(18px);
}
body.page-template-page-devis form .forminator-row:nth-of-type(9) .forminator-row:nth-child(1){
    margin-bottom: 15px !important;
}
body.page-template-page-devis form .forminator-row:nth-of-type(9) .forminator-row{
    margin-bottom: 5px !important;
}
body.page-template-page-devis form input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 24px !important;
    height: 24px !important;
    border: 2px solid var(--color02) !important;
    border-radius: 4px;
    outline: none;
    cursor: pointer;
    position: relative;
    background-color: #fff;
}
/* Lorsque le bouton est sélectionné (coché) */
body.page-template-page-devis form input[type="radio"]:checked {
    background-color: var(--color02);
    border-color: var(--color01) !important;
}
/* Cacher l'input de fichier par défaut */
#upload-1 .forminator-file-upload .forminator-input-file, #upload-2 .forminator-multi-upload{
    display: none;
}
div.formBloc div.forminator-row #upload-1 label, div.formBloc div.forminator-row #upload-2 label{
    display: inline-block;
    padding: 12px 20px;
    background-color: #FAFAFF;
    color: var(--color02);
    border: 1px dashed var(--color02);
    border-radius: 10px;
    cursor: pointer;
    text-align: center;
    transition: all 0.3s ease;
    min-width: 180px;
    text-align: center;
}
div.formBloc div.forminator-row #upload-1 label:hover, div.formBloc div.forminator-row #upload-2 label:hover{
    background-color: var(--color02);
    color: var(--color00);
}
body.page-template-page-devis form #group-2 .forminator-grouped-fields .forminator-row:nth-of-type(1){
    margin-bottom: 0px !important;
}
body.page-template-page-devis form #group-2 .forminator-grouped-fields .forminator-row:nth-of-type(4){
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}
body.page-template-page-devis form .forminator-row:nth-of-type(9) #group-2 .forminator-row:nth-of-type(4){
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}
body.page-template-page-devis form  .forminator-response-message{
    color: #E1057D;
}

/* body.page-template-page-devis form #radio-3{
    padding: 0px;
} */
body.page-template-page-devis form .souscategorie div.forminator-field{
    display: flex;
    flex-wrap: wrap;
}
body.page-template-page-devis form .souscategorie span.forminator-label{
    display: none;
}
body.page-template-page-devis form .souscategorie input[type="radio"] {
    display: none;
}
body.page-template-page-devis form .souscategorie .forminator-radio {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 200px;
    height: 140px;
    margin-right: 10px;
    background-size: cover;
    background-position: center;
    border-radius: 12px;
    cursor: pointer;
    padding: 0px;
    border: 1px solid var(--color01);
    transition: all 0.25s ease;
    overflow: hidden;
}
body.page-template-page-devis form .souscategorie .forminator-radio::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.4);
    transition: 0.25s;
}
body.page-template-page-devis form .souscategorie .forminator-radio-label {
    position: relative;
    color: var(--color01);
    font-weight: 500;
    z-index: 2;
    text-align: center;
    padding: 6px 0;
    background-color: var(--color04);
    width: 100%;
    font-size: 15px;
}
body.page-template-page-devis form .souscategorie .forminator-radio:hover {
    transform: translateY(-3px);
}
body.page-template-page-devis form .souscategorie input[type="radio"]:checked + .forminator-radio-bullet {
    display: none;
}
body.page-template-page-devis form .souscategorie input[type="radio"]:checked ~ .forminator-radio-label {
    color: #fff;
    background-color: var(--color02);
}
body.page-template-page-devis form .souscategorie input[type="radio"]:checked + .forminator-radio-bullet + .forminator-radio-label {
    font-weight: 700;
}
body.page-template-page-devis form .souscategorie input[type="radio"]:checked {
    display: none;
}
body.page-template-page-devis form .souscategorie input[type="radio"]:checked ~ .forminator-radio-label::after {
    content: "✓";
    position: absolute;
    top: -35px;
    right: 10px;
    background: #00c853;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
}
/* Enseigne standard */
body.page-template-page-devis form .souscategorie.enseigne #forminator-field-radio-3-label-1{
    background-image: url("https://dev.karredigital.fr/wp-content/uploads/2026/04/enseigne.jpg");
}
/* Enseigne 3D */
body.page-template-page-devis form .souscategorie.enseigne #forminator-field-radio-3-label-2{
    background-image: url("https://dev.karredigital.fr/wp-content/uploads/2025/05/enseigne-forme-special.jpg");
}
/* Lettre boitier lumineuse */
body.page-template-page-devis form .souscategorie.enseigne #forminator-field-radio-3-label-3{
    background-image: url("https://dev.karredigital.fr/wp-content/uploads/2026/04/enseigne-lumineuse.jpg");
}
/* Caisson lumineux */
body.page-template-page-devis form .souscategorie.enseigne #forminator-field-radio-3-label-4{
    background-image: url("https://dev.karredigital.fr/wp-content/uploads/2026/04/enseigne-nuit-.jpg");
}
/* Néon LED */
body.page-template-page-devis form .souscategorie.enseigne #forminator-field-radio-3-label-5{
    background-image: url("https://dev.karredigital.fr/wp-content/uploads/2025/05/enseigne-lumineuse-caisson-led-guadeloupe.jpg");
}
/* Marquage partiel */
body.page-template-page-devis form .souscategorie.marquage #forminator-field-radio-4-label-1{
    background-image: url("https://dev.karredigital.fr/wp-content/uploads/2025/05/468506698_18030326615528330_1607295194487060231_n.jpg");
}
/* Marquage complet */
body.page-template-page-devis form .souscategorie.marquage #forminator-field-radio-4-label-2{
    background-image: url("https://dev.karredigital.fr/wp-content/uploads/2026/04/covering-rsma-photos-2.jpg");
}
/* Banderole */
body.page-template-page-devis form .souscategorie.support #forminator-field-radio-4-label-2{
    background-image: url("https://dev.karredigital.fr/wp-content/uploads/2026/11/Banderole-publicitaire.jpg");
}
/* Rollup */
body.page-template-page-devis form .souscategorie.support #forminator-field-radio-4-label-2{
    background-image: url("https://dev.karredigital.fr/wp-content/uploads/2025/05/roll-up-kakemono-salon-guadeloupe.jpg");
}
/* Mur d'image */
body.page-template-page-devis form .souscategorie.support #forminator-field-radio-4-label-2{
    background-image: url("https://dev.karredigital.fr/wp-content/uploads/2026/04/mur-image.jpg");
}
/* Stickers */
body.page-template-page-devis form .souscategorie.support #forminator-field-radio-4-label-2{
    background-image: url("https://dev.karredigital.fr/wp-content/uploads/2025/05/stickers-impression.jpg");
}
/* PLV */
body.page-template-page-devis form .souscategorie.support #forminator-field-radio-4-label-2{
    background-image: url("https://dev.karredigital.fr/wp-content/uploads/2026/04/plv-spe.jpg");
}
/* Plaque */
body.page-template-page-devis form .souscategorie.signaletique #forminator-field-radio-4-label-2{
    background-image: url("https://dev.karredigital.fr/wp-content/uploads/2026/04/plaque-de-porte.jpg");
}
/* Flèche */
body.page-template-page-devis form .souscategorie.signaletique #forminator-field-radio-4-label-2{
    background-image: url("https://dev.karredigital.fr/wp-content/uploads/2026/04/fleche.jpg");
}
/* Totems */
body.page-template-page-devis form .souscategorie.signaletique #forminator-field-radio-4-label-2{
    background-image: url("https://dev.karredigital.fr/wp-content/uploads/2026/04/totems-region-guadeloupe.jpg");
}
/* Panneaux */
body.page-template-page-devis form .souscategorie.signaletique #forminator-field-radio-4-label-2{
    background-image: url("https://dev.karredigital.fr/wp-content/uploads/2026/04/ambulance-infos-panneau.jpg");
}
/* Sécurité */
body.page-template-page-devis form .souscategorie.signaletique #forminator-field-radio-4-label-2{
    background-image: url("https://dev.karredigital.fr/wp-content/uploads/2026/04/signaletique.jpg");
}
/* Décoration mural */
body.page-template-page-devis form .souscategorie.deco #forminator-field-radio-4-label-2{
    background-image: url("https://dev.karredigital.fr/wp-content/uploads/2025/05/habillage-mural-professionnel-guadeloupe.jpg");
}
/* Marquage sol */
body.page-template-page-devis form .souscategorie.deco #forminator-field-radio-4-label-2{
    background-image: url("https://dev.karredigital.fr/wp-content/uploads/2025/05/marquage-au-sol-adhesif-guadeloupe.jpg");
}
/* Vitrophanie */
body.page-template-page-devis form .souscategorie.deco #forminator-field-radio-4-label-2{
    background-image: url("https://dev.karredigital.fr/wp-content/uploads/2026/04/vitrophanie.jpg");
}


body.page-template-page-devis form div.forminator-row #upload-2 .forminator-uploaded-files{
    color: var(--color02);
    margin-top: 15px !important;
}
    body.page-template-page-devis form div.forminator-row #upload-2 .forminator-uploaded-files div.forminator-uploaded-file--content{
        display: flex;
    }
        body.page-template-page-devis form div.forminator-row #upload-2 .forminator-uploaded-files div.forminator-uploaded-file--content p{
            margin: 0;
        }
        body.page-template-page-devis form div.forminator-row #upload-2 .forminator-uploaded-files div.forminator-uploaded-file--content p.forminator-uploaded-file--size{
            font-size: 14px;
            color: var(--color01);
        }
        body.page-template-page-devis form div.forminator-row #upload-2 .forminator-uploaded-files div.forminator-uploaded-file--content button{
            position: relative;
            margin-left: 10px;
            border: 2px solid var(--color01);
            border-radius: 50%;
            width: 26px;
            height: 26px;
            min-width: 26px;
        }
        body.page-template-page-devis form div.forminator-row #upload-2 .forminator-uploaded-files div.forminator-uploaded-file--content button span{
            position: absolute;
            top: 1px;
            left: 50%;
            transform: translateX(-50%);
            color: var(--color01);
        }



/*************************
***** 01 - Accueil ******
************************/
body.home .service, body.home .whyUS, body.home div.notreADN{
    margin-top: 100px;
}
body.home .satisfaction{
    margin-top: 50px;
}
/* body.home .heroSection{
    min-height: 100dvh;
} */
body.home .heroSectionBloc{
    margin: 0 25px;
    height: 80dvh;
    position: relative;
}
body.home .heroSectionBloc .heroSlider{
    border-radius: 16px;
}
body.home .heroSectionBloc .heroSlider::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .65);
    border-radius: 16px;
}
body.home .heroSectionBloc .heroSlider, body.home .heroSectionBloc .heroSlider .slick-list, body.home .heroSectionBloc .heroSlider .slick-track{
    height: 100%;
}
body.home .heroSectionBloc .heroSectionBlocContent{
    position: absolute;
    z-index: 5;
}
body.home .heroSectionBloc .heroSectionBlocContent h1{
    font-family: 'mb';
}

body.home .avantageBloc{
    padding: 30px 0;
    border-bottom: 1px solid #E8E8E8;
}
.avantageItem:hover .icon{
    transform: rotate(12deg);
}
.avantageItem:hover .icon svg{
    transform: scale(1.5) rotate(-12deg);
}
.avantageItem .icon{
    border-radius: 8px;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s;
}
.avantageItem .icon svg{
    transform: scale(1.3);
    transition: all .5s;
}
.avantageItem span{
    font-family: 'pb';
    font-size: 18px;
}

body.home .produitsFavList div.img{
    max-height: 210px;
}
body.home .produitsFavList div.img .img-service {
  display: none;
  transition: opacity 0.3s ease;
}
body.home .produitsFavList div.img .img-service.active {
  display: block;
}
body.home .produitsFavBloc{
    background-color: #E5F1FD;
    padding: 60px;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
}
body.home .produitsFavBloc.rightBloc{
    background-color: #FDE5F3;
}
body.home .produitsFavBloc.rightBloc div.texte a:not(:last-child){
    border-bottom: 1px solid #F6C6E2;
}
body.home .produitsFavBloc.leftBloc::before{
    content: '';
    position: absolute;
    top: -80px;
    left: -40px;
    width: 180px;
    height: 180px;
    background-image: url(../img/blueServiceElement.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
body.home .produitsFavBloc.leftBloc::after{
    content: '';
    position: absolute;
    bottom: -100px;
    right: -100px;
    width: 180px;
    height: 180px;
    background-image: url(../img/blueServiceElement.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
body.home .produitsFavBloc.rightBloc::before{
    content: '';
    position: absolute;
    top: -80px;
    right: -40px;
    width: 180px;
    height: 180px;
    background-image: url(../img/pinkServiceElement.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
body.home .produitsFavBloc.rightBloc::after{
    content: '';
    position: absolute;
    bottom: -100px;
    left: -100px;
    width: 180px;
    height: 180px;
    background-image: url(../img/pinkServiceElement.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
body.home .produitsFavBloc span{
    font-size: 1.8rem;
    font-family: 'pb';
    color: var(--color01);
    margin-bottom: 15px;
    z-index: 3;
}
body.home .produitsFavBloc div.texte a{
    color: var(--text);
    font-family: 'psb';
    font-size: 1.4rem;
    padding: 18px 0 18px 0;
    transition: all .3s;
}
body.home .produitsFavBloc div.texte a:hover{
    color: var(--color01);
}
body.home .produitsFavBloc div.texte a:not(:last-child){
    border-bottom: 1px solid #D0E4FA;
}
body.home .produitsFavBloc div.texte a svg{
    transform: scale(1.3);
    margin-left: auto;
    color: var(--text);
    transition: all .3s;
}
body.home .produitsFavBloc div.texte a:hover svg{
    color: var(--color01);
}

body.home .notreADNList .notreADNItem div.cover{
    border-radius: 14px;
}
body.home .notreADNList img{
    height: 350px;
    transition: all .3s;
}
body.home .notreADNList .notreADNItem:hover img{
    transform: scale(1.05);
}
body.home .notreADNList h3{
    margin: 15px 0 10px 0;
    color: var(--color01);
}
body.home .notreADNList a{
    color: var(--color02);
    font-family: 'psb';
}
body.home .notreADNList a svg{
    margin-left: 15px;
    transition: all .3s;
}
body.home .notreADNList .notreADNItem:hover a svg{
    margin-left: 25px;
}

body.home section.whyUS{
    background-color: var(--color04);
    padding: 70px 0;
}

body.home section.quelquesChiffres{
    background-color: var(--color01);
    padding: 50px 0;
    color: var(--color00);
}
body.home section.quelquesChiffres span.number{
    font-size: 46px;
    font-family: 'pb';
    line-height: 1.2;
}
body.home section.quelquesChiffres span.texte{
    font-size: 17px;
}

body.home section.satisfaction .satisfactionTitle{
    margin-top: 50px;
    z-index: 3;
    position: relative;
}
body.home section.satisfaction .satisfactionLogo{
    margin-top: -40px;
    z-index: 3;
    position: relative;
}
body.home section.satisfaction .realisationSlider{
    margin-top: -40px;
}
body.home section.satisfaction .realisationSlider .slick-slide {
    padding: 0 10px;
    box-sizing: border-box;
}
body.home section.satisfaction .realisationSlider .slick-list{
    position: relative;
}
body.home section.satisfaction .realisationSlider .slick-list::before, body.home section.satisfaction .realisationSlider .slick-list::after{
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/realisationElement.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
    z-index: 2;
}
body.home section.satisfaction .realisationSlider .slick-list::after{
    top: inherit !important;
    bottom: -1px;
    transform: rotate(180deg);
}
body.home section.satisfaction .realisationSlider img {
    height: 580px;
}

body.home section.service .serviceList{
    position: relative;
}
body.home section.service .serviceList .service-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    width: fit-content;
    transform: translate(-50%, -50%) rotate(0deg);
    will-change: transform;
    padding: 0px;
    margin: 0;
    transition: transform 1s ease-out;
}
body.home section.service .serviceList .service-icon svg{
    width: 800px;
}
body.home section.service .serviceList .serviceItem .content{
    padding: 35px;
    background-color: var(--color04);
    border-radius: 16px;
    position: relative;
    transition: all .3s;
}
body.home section.service .serviceList .serviceItem .content h3{
    color: var(--color01);
    font-size: 1.5rem;
}
body.home section.service .serviceList .serviceItem .content:hover h3{
    color: var(--color02);
}
body.home section.service .serviceList .serviceItem .content .icon{
    width: 80px;
    height: 80px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color00);
    transition: all .3s;
}
body.home section.service .serviceList .serviceItem .content:hover .icon{
    background-color: var(--color02);
    transform: rotate(8deg);
}
body.home section.service .serviceList .serviceItem .content .icon svg{
    height: 40px;
    max-width: 40px;
    transition: all .3s;
}
body.home section.service .serviceList .serviceItem .content:hover .icon svg{
    transform: scale(1.05) rotate(-8deg);
}
body.home section.service .serviceList .serviceItem .content .icon svg path{
    fill: var(--color02);
    transition: all .3s;
}
body.home section.service .serviceList .serviceItem .content:hover .icon svg path{
    fill: var(--color00);
}
body.home section.service .serviceList .serviceItem .content a{
    color: var(--color02);
    font-family: 'psb';
}
body.home section.service .serviceList .serviceItem .content a svg{
    margin-left: 10px;
    transition: all .3s;
}
body.home section.service .serviceList .serviceItem .content:hover a svg{
    margin-left: 20px;
}
body.home .heroSectionBloc .ti-widget .ti-rating-text{
    display: none !important;
}



/*************************
*** 03 - Réalisations ***
************************/
body.page-template-page-apropos section#content{
    padding: 60px 0;
}
body.page-template-page-realisation .masonry-grid {
    column-count: 4;
    column-gap: 20px;
}
body.page-template-page-realisation .masonry-item {
    display: block;
    margin-bottom: 20px;
    break-inside: avoid;
    border-radius: 16px;
    overflow: hidden;
    transition: transform 0.3s ease;
}
body.page-template-page-realisation .masonry-item img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 16px;
}
body.page-template-page-realisation .masonry-item:hover {
    transform: scale(1.03);
}
/* Lightbox */
body.page-template-page-realisation  .lightbox {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 9999;
}
body.page-template-page-realisation  .lightbox.active {
    opacity: 1;
    pointer-events: auto;
}
body.page-template-page-realisation  .lightbox-img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 16px;
}
body.page-template-page-realisation  .lightbox-close {
    position: absolute;
    top: 30px;
    right: 40px;
    font-size: 48px;
    color: white;
    cursor: pointer;
    user-select: none;
}

body.single section#content{
    align-items: center;
    display: flex;
    justify-content: center;
}
body.single div.singleReaSlider{
    border-radius: 16px;
    border: 2px solid var(--color01);
    position: relative;
    height: 500px;
}
body.single div.singleReaSlider .slick-list, body.single div.singleReaSlider .slick-track {
    height: 100%;
}
body.single .singleReaSlider button::before, body.single-service .serviceSlider button::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    background-image: url(../img/flecheBlanche.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transform: translate(-50%, -50%) rotate(90deg);
}
body.single .singleReaSlider button, body.single-service .serviceSlider button{
    background-color: var(--color01);
    position: absolute;
    top: 50%;
    left: 0;
    width: 40px;
    height: 40px;
    cursor: pointer;
    border: 1px solid var(--color01);
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    transform: translateY(-50%) rotate(90deg);
    text-indent: -5000px;
    z-index: 5;
    transition: all 0.3s;
}
body.single .singleReaSlider button.slick-next, body.single-service .serviceSlider button.slick-next{
    transform: translateY(-50%) rotate(-90deg);
    left: inherit !important;
    text-indent: 5000px;
    right: 0px;
}
body.single #content{
    margin-top: 50px;
    margin-bottom: 50px;
}
body.single .galerie {
    max-height: 650px;
}
body.single .galerie img{
    border: 2px solid var(--color01);
    border-radius: 16px;
}



/*************************
***** 04 - Service ******
***********************/
body.page-template-page-services div.imgBloc, body.page-template-page-services div.imgBloc div{
    max-height: 320px;
    border-radius: 16px;
    position: relative;
}
body.page-template-page-services div.imgBloc img.logoRond{
    content: '';
    position: absolute;
    width: 100px;
    height: 100px;
    top: -30px;
    left: -30px;
    background-image: url(../img/logo-caizer-rond.png);
}
body.page-template-page-services .serviceItem .serviceItemBloc div.img, body.single-service .serviceItem .serviceItemBloc div.img{
    height: 380px;
    border-radius: 16px;
    position: relative;
}
body.page-template-page-services .serviceItem .serviceItemBloc div.img::after, body.single-service .serviceItem .serviceItemBloc div.img::after{
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.8;
    transition: all .3s;
}
/* body.page-template-page-services .serviceItem.enseigne .serviceItemBloc div.img::after, body.single-service .serviceItem .serviceItemBloc div.img::after{
    background: linear-gradient(180deg, rgba(46, 169, 222, 0) 60.09%, #2EA9DE 87.4%);
}
body.page-template-page-services .serviceItem.flocage-de-véhicule .serviceItemBloc div.img::after{
    background: linear-gradient(180deg, rgba(25, 60, 112, 0) 60.09%, #193C70 87.4%);
}
body.page-template-page-services .serviceItem.habillage .serviceItemBloc div.img::after{
    background: linear-gradient(180deg, rgba(249, 242, 1, 0) 60.09%, #F9F201 87.4%);
}
body.page-template-page-services .serviceItem.signalétique .serviceItemBloc div.img::after{
    background: linear-gradient(180deg, rgba(225, 5, 125, 0) 60.09%, #E1057D 87.4%);
} */
/* Produits impairs : 1, 3, 5, 7, 9... */
body.page-template-page-services .serviceItem:nth-child(odd) .serviceItemBloc div.img::after {
    background: linear-gradient(180deg, rgba(46, 169, 222, 0) 60.09%, #2EA9DE 87.4%);
}

/* Produits pairs : 2, 4, 6, 8, 10... */
body.page-template-page-services .serviceItem:nth-child(even) .serviceItemBloc div.img::after {
    background: linear-gradient(180deg, rgba(25, 60, 112, 0) 60.09%, #193C70 87.4%);
}
body.page-template-page-services .serviceItem:hover .serviceItemBloc div.img::after, body.single-service .serviceItem:hover .serviceItemBloc div.img::after{
    height: 75%;
    opacity: 1;
}
body.page-template-page-services .serviceItem:hover .serviceItemBloc div.img img, body.single-service .serviceItem:hover .serviceItemBloc div.img img{
    transform: scale(1.05);
}
body.page-template-page-services .serviceItem .serviceItemBloc h2, body.single-service .serviceItem .serviceItemBloc h2{
    font-size: 1.3rem !important;
    text-align: center;
    margin: 20px 0;
}
body.page-template-page-services .serviceItemContact .serviceItemBloc{
    background-color: var(--color01);
    border-radius: 16px;
    border-bottom-right-radius: 100px;
    height: 380px;
    overflow: hidden;
}
body.page-template-page-services .serviceItemContact .serviceItemBloc:hover{
    border-bottom-right-radius: 16px;
}
body.page-template-page-services .serviceItemContact .serviceItemBloc .elementVec{
    position: absolute;
    bottom: 0;
    width: 100%;
}
body.page-template-page-services .serviceItemContact .serviceItemBloc .contentBloc{
    color: var(--color00);
    padding: 30px;
}
body.single-service .liste ul li p{
    margin-bottom: 0px;
}
body.single-service .liste ul li{
    font-family: 'psb';
    margin-bottom: 10px;
    margin-left: 20px;
    position: relative;
    color: var(--color01);
}
body.single-service .liste ul li::before{
    content: '/';
    display: block;
    position: absolute;
    top: -2px;
    left: -20px;
    font-size: 18px;
    font-family: 'psb';
    color: var(--color02);
}
body.single-service .serviceSlider {
    border-radius: 16px;
    border: 2px solid var(--color01);
    position: relative;
}
body.single-service .serviceSlider, body.single-service .serviceSlider .slick-track{
    height: 650px;
}
body.single-service .galerie{
    position: sticky;
    top: 150px;
    align-self: start;
}
body.single-service div.description h2, body.single-service section.py-3 h2{
    font-size: 26px;
    font-family: 'psb';
}
body.single-service div.description h3, body.single-service section.py-3 h3{
    font-size: 20px;
    font-family: 'psb';
}
body.single-service section.py-3 p{
    color: var(--color01);
}


/*************************
*** 05 - Notre ADN ***
************************/
body.page-template-page-apropos section.contentPadding{
    padding-top: 60px;
    padding-bottom: 60px;
}
body.page-template-page-apropos .serviceBloc div.cover{
    border-radius: 16px;
    position: relative;
    height: 400px;
}
body.page-template-page-apropos .ADN div.cover{
    border-radius: 16px;
    overflow: hidden;
}
body.page-template-page-apropos .serviceBloc div.relative:hover img{
    transform: scale(1.1);
}
body.page-template-page-apropos .serviceBloc div.cover::after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0.8;
    transition: all .5s;
}
body.page-template-page-apropos .serviceBloc div.relative:hover div.cover::after{
    height: 40%;
    opacity: 0.6;
}
body.page-template-page-apropos .serviceBloc .bleu div.cover::after{
    background: linear-gradient(180deg, rgba(46, 169, 222, 0) 40.38%, #2EA9DE 94.56%);
}
body.page-template-page-apropos .serviceBloc .bleuf div.cover::after{
    background: linear-gradient(180deg, rgba(25, 60, 112, 0) 40.38%, #193C70 94.56%);
}
body.page-template-page-apropos .serviceBloc .rose div.cover::after{
    background: linear-gradient(180deg, rgba(225, 5, 125, 0) 40.38%, #E1057D 94.56%);
}
body.page-template-page-apropos .serviceBloc h3{
    text-align: center;
    padding: 12px 0;
    text-transform: uppercase;
}
body.page-template-page-apropos .whyUs .logoRond{
    position: absolute;
    width: 120px;
    height: 120px;
    bottom: 20%;
    right: -60px;
}
body.page-template-page-apropos .whyUs .textBloc ul{
    margin-top: 20px !important;
}
body.page-template-page-apropos .whyUs .textBloc ul li{
    font-family: 'psb';
    margin-bottom: 10px;
    margin-left: 20px;
    position: relative;
    color: var(--color01);
}
body.page-template-page-apropos .whyUs .textBloc ul li::before{
    content: '/';
    display: block;
    position: absolute;
    top: -2px;
    left: -20px;
    font-size: 18px;
    font-family: 'psb';
    color: var(--color02);
}
body.page-template-page-apropos .zone .textBloc{
    text-align: center;
}
body.page-template-page-apropos .zone .zoneBloc .bloc{
    padding: 10px;
}
body.page-template-page-apropos .zone .zoneBloc .blocInner{
    background-color: #f7f7f7;
    border-radius: 16px;
    overflow: hidden;
    height: 100%;
    transition: all .3s;
}
body.page-template-page-apropos .zone .zoneBloc .blocInner:hover{
    box-shadow: 0px 0px 10px rgba(38, 38, 38, .15);
}
body.page-template-page-apropos .zone .zoneBloc .blocInner div.cover{
    height: 220px;
}
body.page-template-page-apropos .zone .zoneBloc .bloc .blocTexte{
    padding: 16px 22px 50px 22px;
}
body.page-template-page-apropos .zone .zoneBloc .bloc .blocTexte h3{
    font-size: 22px;
}
body.page-template-page-apropos .zone .zoneBloc .bloc .blocTexte p{
    font-size: 15px;
}
body.page-template-page-apropos .zone .zoneBloc .blocInner div.cover img{
    transition: all .3s;
}
body.page-template-page-apropos .zone .zoneBloc .blocInner:hover div.cover img{
    transform: scale(1.03);
}
body.page-template-page-apropos .zone .zoneBloc .blocInner img.elementVec{
    position: absolute;
    bottom: 0;
    width: 100%;
}
body.page-template-page-apropos section.avantage .icon{
    background-color: var(--color02);
    width: 100px;
    height: 100px;
    border-radius: 50px;
    margin-right: 25px;
    min-width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
body.page-template-page-apropos section.avantage span.title{
    color: var(--color02);
    font-family: 'pb';
    font-size: 20px;
}
body.page-template-page-apropos section.avantage span.content{
    color: var(--color00);
}
.wrapper.sliderPartenaire{
    width: 100%;
    max-width: 1536px;
    margin-inline: auto;
    position: relative;
    height: 100px;
    margin-top: 35px;
    overflow: hidden;
    mask-image: linear-gradient(
        to right,
        rgba(0, 0, 0, 0),
        rgba(0, 0, 0, 1) 20%,
        rgba(0, 0, 0, 1) 80%,
        rgba(0, 0, 0, 0)
    );
}
@keyframes scrollLeft {
    to {
      left: -200px;
    }
}
.wrapper.sliderPartenaire .item{
    width: 200px;
    height: 100px;
    border-radius: 6px;
    position: absolute;
    left: max(calc(200px * 8), 100%);
    animation-name: scrollLeft;
    animation-duration: 30s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
.wrapper.sliderPartenaire .item1{
    animation-delay: calc(30s / 9 * (9 - 1) * -1);
}
.wrapper.sliderPartenaire .item2{
    animation-delay: calc(30s / 9 * (9 - 2) * -1);
}
.wrapper.sliderPartenaire .item3{
    animation-delay: calc(30s / 9 * (9 - 3) * -1);
}
.wrapper.sliderPartenaire .item4{
    animation-delay: calc(30s / 9 * (9 - 4) * -1);
}
.wrapper.sliderPartenaire .item5{
    animation-delay: calc(30s / 9 * (9 - 5) * -1);
}
.wrapper.sliderPartenaire .item6{
    animation-delay: calc(30s / 9 * (9 - 6) * -1);
}
.wrapper.sliderPartenaire .item7{
    animation-delay: calc(30s / 9 * (9 - 7) * -1);
}
.wrapper.sliderPartenaire .item8{
    animation-delay: calc(30s / 9 * (9 - 8) * -1);
}
.wrapper.sliderPartenaire .item img{
    filter: grayscale(100%);
    transition: all .3s;
}
.wrapper.sliderPartenaire .item:hover img{
    filter: inherit;
}
.FAQ .faq-content {
    margin: 0 auto;
}
.FAQ .faq-question {
    padding: 22px 0 2px 22px;
    border-left: 3px solid var(--color02);
    background-color: var(--color04);
    margin-top: 14px;
}
.FAQ .panel-title {
    font-size: 18px;
    color: var(--color01);
    font-family: 'psb';
    position: relative;
    margin: 0;
    display: block;
    cursor: pointer;
}
.FAQ .panel-content {
    font-size: 15px;
    color: var(--color02);
    width: 100%;
    padding: 10px 0 !important;
    height: 0;
    z-index: -1;
    position: relative;
    opacity: 0;
    -webkit-transition: .1s;
    -moz-transition: .1s;
    -o-transition: .1s;
    transition: .1s;
}
.FAQ .panel:checked ~ .panel-content{
    height: auto;
    opacity: 1;
    padding: 14px;
    z-index: 9;
}
.FAQ .plus {
    margin-left: auto;
    margin-right: 30px;
    z-index: 5;
    font-size: 28px;
    line-height: 100%;
    color: var(--color02);
    -webkit-user-select: none;    
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.FAQ .panel:checked ~ .plus {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.FAQ .panel {
    display: none;
}


/*************************
**** 06 - Actualités ****
************************/
body.page-template-page-actualite .blocActu article, body.home .blocActu article{
    padding: 20px;
}
body.page-template-page-actualite .blocActu article div.blocActuItem, body.home .blocActu article div.blocActuItem {
    background-color: var(--color00);
    border: 2px solid var(--color01);
    border-radius: 20px;
    height: 100%;
    position: relative;
    box-shadow: none;
    transition: all 0.3s;
}
body.page-template-page-actualite .blocActu article div.blocActuItem:hover, body.home .blocActu article div.blocActuItem:hover {
    border: 2px solid var(--color02);
    box-shadow: 0px 0px 12px rgba(46, 169, 222, 0.35);
}
body.page-template-page-actualite div.blocActuItem .blocActuImg, body.home div.blocActuItem .blocActuImg {
    width: 35%;
    border-radius: 18px 0 0 18px;
    position: relative;
    border: 2px solid var(--color01);
    border-right: 0;
    margin: -2px;
    max-height: 300px;
    transition: all 0.3s;
}
body.page-template-page-actualite div.blocActuItem:hover .blocActuImg, body.home div.blocActuItem:hover .blocActuImg {
    border: 2px solid var(--color02);
    border-right: 0;
}
body.page-template-page-actualite div.blocActuItem .blocActuImg img, body.home div.blocActuItem .blocActuImg img{
    transition: all 0.3s;
}
body.page-template-page-actualite div.blocActuItem:hover .blocActuImg img, body.home div.blocActuItem:hover .blocActuImg img{
    transform: scale(1.05);
}
body.page-template-page-actualite .blocActuText, body.home .blocActuText{
    width: 61%;
    padding: 24px 24px 24px 0;
}
body.page-template-page-actualite a.fullLink, body.home a.fullLink{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}
body.page-template-page-actualite div.blocActuItem .blocActuText h2, body.home div.blocActuItem .blocActuText h2{
    color: var(--color01);
    font-size: 26px;
    margin-top: 12px;
    margin-bottom: 0;
    transition: all 0.3s ease;
}
body.page-template-page-actualite div.blocActuItem:hover .blocActuText h2, body.home div.blocActuItem:hover .blocActuText h2{
    color: var(--color02);
}
body.page-template-page-actualite .blocActuText span, body.home .blocActuText span{
    color: var(--color00);
    background-color: var(--color02);
    border-radius: 50px;
    padding: 3px 8px;
    font-size: 14px;
}
body.page-template-page-actualite .blocActuText div.content, body.home .blocActuText div.content{
    margin: 8px 0;
}
body.page-template-page-actualite .blocActuText a, body.home .blocActuText a{
    color: var(--color02);
    text-decoration: underline;
}

body.page-template-page-localisation h2.title{
    font-size: 30px;
}
body.page-template-page-localisation div.description h2{
    font-size: 24px;
}



/*RESPONSIVE
01 - DESKTOP */
@media screen and (max-width: 1400px), (max-device-width: 1400px) {
    body.single section#content {
        padding: 50px 0;
    }
}


/*02 MINI-DESKTOP */
@media screen and (max-width: 1200px), screen and (max-device-width: 1200px) { 
    .masonry-grid {
        column-count: 3 !important;
    }
}



/*02 TABLETTE*/
@media screen and (max-width: 992px), screen and (max-device-width: 992px) {
    body.page-template-page-apropos .ADN div.imgBloc, body.page-template-page-services div.imgBloc img.logoRond, body.page-template-page-services div.imgBloc{
        display: none;
    }
    body.page-template-page-apropos section.avantage div.col-lg-3:not(:first-child), body.page-template-page-apropos .whyUs .textBloc, body.page-template-page-apropos .serviceBloc div.bleu{
        margin-top: 25px;
    }
    body.single-service .galerie{
        position: relative;
        top: inherit;
    }
    body.page-template-page-apropos .zone .zoneBloc .blocInner img.elementVec{
        bottom: -60px;
    }
    body.page-template-page-devis form #radio-2 label {
        margin-bottom: 12px;
    }
    body.page-template-page-devis form #group-2{
        margin-top: 20px;
        padding-left: 0px;
    }
    body.page-template-page-devis form .forminator-row:nth-child(9){
        flex-direction: column;
    }
    body.home .notreADNText{
        text-align: center;
    }
    body.home .notreADNText div{
        align-items: center !important;
    }
}



/*03 MINI-TABLETTE et MOBILE */
@media screen and (max-width: 767px), screen and (max-device-width: 767px) { 
    body.page-template-page-apropos .whyUs .logoRond{
        display: none;
    }
    .FAQ .faq-question{
        padding-right: 40px;
    }
    .FAQ .plus{
        display: none;
    }
    h2, .like-h2 {
        font-size: 2.2rem !important;
    }
    body.page-template-page-apropos section.avantage span.content {
        font-size: 1rem;
    }
    body.single article{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    h1, .like-h1 {
        font-size: 2.5rem;
    }
    section.headerPage h1 {
        font-size: 2rem;
    }
    body.single section#content .wrapper{
        max-width: 100%;
    }
    .blocContact div.formBloc{
        margin-top: 30px;
    }
    .blocContact h1 {
        font-size: 2.2rem;
    }
    body.home section.service .serviceList .service-icon{
        display: none;
    }
    body.home .avantageBloc {
        margin: 0 25px;
    }
    body.home .realisationSlider{
        padding: 30px 0;
    }
    .masonry-grid {
        column-count: 2 !important;
    }
    body.page-template-page-actualite .blocActuImg {
        width: max-content !important;
        border-radius: 16px 16px 0 0 !important;
        border: 2px solid var(--color01) !important;
        border-right: 2px solid var(--color01) !important;
        border-bottom: 0 !important;
    }
    body.page-template-page-actualite .blocActuText {
        width: max-content !important;
        padding: 24px !important;
    }
    body.page-template-page-actualite div.blocActuItem .blocActuText h2 {
        font-size: 26px !important;
    }
    body.page-template-page-actualite div.blocActuItem .blocActuText .content {
        font-size: 16px;
    }
    body.home .heroSectionBloc .heroSectionBlocContent{
        padding: 0 20px;
    }
}


@media screen and (max-width: 500px), screen and (max-device-width: 500px) {
    body.page-template-page-apropos .zone .zoneBloc .blocInner img.elementVec {
        bottom: -20px;
    }
    .contentPadding {
        padding-top: 20px;
    }
    .blocContact div.formBloc {
        padding: 0 25px 25px 25px;
    }
    body.page-template-page-devis .blocContact div.formBloc {
        padding: 25px;
    }
    body.page-template-page-devis .blocContact {
        padding: 30px;
    }
    .masonry-grid {
        column-count: 1 !important;
    }
    .breadcrumb{
        font-size: 12px;
    }
    body.single section#content {
        padding: 0;
    }
    body.home .heroSectionBloc .heroSectionBlocContent h1{
        font-size: 34px;
    }
    body.home .heroSectionBloc .heroSectionBlocContent p{
        font-size: 15px;
    }
    body.home .heroSectionBloc .heroSectionBlocContent .btnBLoc{
        flex-direction: column;
        align-items: center;
    }
    body.home .heroSectionBloc .heroSectionBlocContent .btnBLoc .bouton3{
        margin-right: 0 !important;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 420px), screen and (max-device-width: 420px) {
    body.home .heroSectionBloc .heroSectionBlocContent p{
        display: none;
    }
    .blocContact{
        padding: 20px !important;
    }
    .blocContact h1{
        font-size: 1.5rem !important;
    }
}