
/* ------------- LIGNE - IMAGES + TEXTE ------------- */

.rowImgText .elementor-row{
    gap: 25px 180px !important;
}

.rowImgText .elementor-text-editor h1,
.rowImgText .elementor-text-editor h2{
    font-size: 50px;
    line-height: 1.2;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--color-black);
}

.rowImgText .elementor-text-editor h1 em,
.rowImgText .elementor-text-editor h2 em{
    color: var(--color-primary);
    font-weight: 300;
    font-style: normal;
    display: block;
}

.rowImgText .elementor-image img{
    aspect-ratio: 87/73;
}

@media (max-width: 1600px) {
    .rowImgText .elementor-row{
        gap: 25px 130px !important;
    }
    .rowImgText .elementor-text-editor h1,
    .rowImgText .elementor-text-editor h2{
        font-size: 40px;
    }
}

@media (max-width: 1300px) {
    .rowImgText .elementor-row{
        gap: 25px 100px !important;
    }
    .rowImgText .elementor-text-editor h1,
    .rowImgText .elementor-text-editor h2{
        font-size: 30px;
    }
}

@media (min-width: 993px) {
    .rowImgText .elementor-widget-button .elementor-button-wrapper .elementor-button:hover{
        background-color: var(--color-black) !important;
        border-color: var(--color-black) !important;
    }
    .rowImgText .elementor-widget-button .elementor-button-wrapper .elementor-button:hover span{
        color: var(--color-white) !important;
    }
}

/* ------------- PAGE NOS PARTENAIRES ------------- */

.cms-id-9 .titre h1{
    font-size: 50px;
    line-height: 1.2;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

.cms-id-9 .titre h1 em{
    color: var(--color-primary);
    font-weight: 300;
    font-style: normal;
}

.cms-id-9 .partenaire .elementor-heading-title{
    font-size: 26px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: bold;
}

.cms-id-9 .partenaire .elementor-image{
    text-align: start;
}

.cms-id-9 .partenaire .elementor-image img{
    object-fit: contain;
    width: 240px;
    height: auto;
}

.cms-id-9 .partenaires .elementor-inner-section > .elementor-container > .elementor-row{
    gap: 50px 80px !important;
}

@media (max-width: 1600px) {
    .cms-id-9 .titre h1{
        font-size: 40px;
    }
    .cms-id-9 .partenaire .elementor-heading-title{
        font-size: 24px;
        line-height: 28px;
    }
}

@media (max-width: 1300px) {
    .cms-id-9 .titre h1{
        font-size: 30px;
    }
    .cms-id-9 .partenaire .elementor-heading-title{
        font-size: 22px;
        line-height: 26px;
    }
}

/* ------------- PAGE ESPACE RECRUTEMENT ------------- */

#cms #content > p,
#cms #content > ul{
    display: none;
}

.cms-id-2 .titre h1{
    font-size: 50px;
    line-height: 1.2;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

.cms-id-2 .titre h1 em{
    color: var(--color-primary);
    font-weight: 300;
    font-style: normal;
}

.cms-id-2 .ligneOffre > .elementor-container > .elementor-row{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px !important;
}

.cms-id-2 .ligneOffre .offre{
    width: 100% !important;
    border: solid 1px var(--color-light-grey);
    padding: 24px !important;
}

.cms-id-2 .ligneOffre .offre .elementor-heading-title{
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    text-transform: uppercase;
}

@media (max-width: 1600px) {
    .cms-id-2 .titre h1{
        font-size: 40px;
    }
}

@media (max-width: 1300px) {
    .cms-id-2 .titre h1{
        font-size: 30px;
    }
    .cms-id-2 .ligneOffre > .elementor-container > .elementor-row{
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .cms-id-2 .ligneOffre > .elementor-container > .elementor-row{
        grid-template-columns: 1fr;
    }
}

/* ------------- PAGE OFFRE DE RECRUTEMENT ------------- */

.singleOffre h1{
    font-size: 32px;
    line-height: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
}

.singleOffre  .elementor-text-editor h2{
    font-size: 20px;
    line-height: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--color-primary);
}

@media (max-width: 1600px) {
    .singleOffre h1{
        font-size: 28px;
    }
    .singleOffre  .elementor-text-editor h2{
        font-size: 18px;
    }
}

@media (max-width: 1300px) {
    .singleOffre h1{
        font-size: 26px;
    }
    .singleOffre  .elementor-text-editor h2{
        font-size: 16px;
    }
}

/* ------------- PAGES DE CONTACT ------------- */

.headerPagesContact h1{
    font-size: 45px;
    line-height: 1.2;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

.headerPagesContact h1 em{
    color: var(--color-primary);
    font-weight: 300;
    font-style: normal;
}

.wpcf7 .title{
    font-size: 22px;
    line-height: 26px;
    font-weight: bold;
    text-align: center;
    color: var(--color-primary);
    text-transform: uppercase;
    margin-bottom: 0px;
}

.wpcf7 .filesText{
    text-align: center;
    width: 100%;
    max-width: 400px;
    margin-inline: auto;
}

@media (max-width: 1600px) {
    .headerPagesContact h1{
        font-size: 35px;
    }
}

@media (max-width: 1300px) {
    .headerPagesContact h1{
        font-size: 26px;
    }
    .wpcf7 .title{
        font-size: 20px;
        line-height: 24px;
    }
}

/* ------------- PAGES CATALOGUES ------------- */

.pageCatalogueHeader h1{
    font-size: 45px;
    line-height: 1.2;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

.pageCatalogueHeader h1 em{
    color: var(--color-primary);
    font-weight: 300;
    font-style: normal;
}

.catalogues > .elementor-container > .elementor-row{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 90px 30px !important;
}

.catalogues > .elementor-container > .elementor-row > .elementor-column{
    width: 100% !important;
}

.catalogues .catalogue{
    padding: 24px;
    border: solid 1px var(--color-light-grey);
}

.catalogues .catalogue .boutons > .elementor-container > .elementor-row{
    display: flex;
    justify-content: space-evenly;
    align-items: end;
    flex-wrap: wrap;
    gap: 20px !important;
}

.catalogues .catalogue .boutons > .elementor-container > .elementor-row .elementor-column{
    width: fit-content !important;
}

.catalogues .catalogue .boutons .elementor-button{
    padding: 0px !important;
    background: none !important;
    color: #000 !important;
    border: none !important;
    text-transform: none !important;
    font-weight: 400 !important;
}

.catalogues .catalogue .boutons .elementor-button .elementor-button-content-wrapper{
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.catalogues .catalogue .boutons .elementor-button svg{
    width: 30px;
    height: auto;
}

.catalogues .catalogue .elementor-heading-title{
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 15px;
}

@media (max-width: 1600px) {
    .pageCatalogueHeader h1{
        font-size: 35px;
    }
}

@media (max-width: 1300px) {
    .pageCatalogueHeader h1{
        font-size: 26px;
    }
}

@media (max-width: 1200px) {
    .catalogues > .elementor-container > .elementor-row{
        grid-template-columns: repeat(2, 1fr);
        gap: 60px 30px !important;
    }
    .catalogues .catalogue .elementor-heading-title{
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 10px;
    }
}

@media (max-width: 600px) {
    .catalogues .catalogue{
        padding: 20px;
    }
    .catalogues > .elementor-container > .elementor-row{
        grid-template-columns: 1fr;
        gap: 24px !important;
    }
}

/* ------------- PAGES REVETEMENTS ET TEINTES ------------- */

.revetementsHeader h1{
    font-size: 45px;
    line-height: 1.2;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

.revetementsHeader h1 em{
    color: var(--color-primary);
    font-weight: 300;
    font-style: normal;
}

.categorieRevetement h2{
    font-size: 26px;
    line-height: 30px;
    font-weight: bold;
    text-transform: uppercase;
}

.categorieRevetement h2 em{
    color: var(--color-primary);
    font-weight: 300;
    font-style: normal;
}

.categorieRevetement .revetement{
    margin-bottom: 40px !important;
}

.categorieRevetement .revetement .elementor-image-box-wrapper{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 130px;  
}

.categorieRevetement .revetement .elementor-image-box-img{
    margin: 0px !important;
    width: 100% !important;
    grid-column: 2/3;
    grid-row: 1/2;
    text-align: start;
}

.categorieRevetement .revetement .elementor-image-box-content{
    grid-column: 1/2;
    grid-row: 1/2;
    text-align: start;
}

@media (max-width: 1600px) {
    .revetementsHeader h1{
        font-size: 35px;
    }
    .categorieRevetement h2{
        font-size: 24px;
        line-height: 28px;
    }
    .categorieRevetement > .elementor-container > .elementor-row{
        gap: 30px 60px !important;
    }
    .categorieRevetement .revetement .elementor-image-box-wrapper{
        gap: 50px;  
    }
}

@media (max-width: 1300px) {
    .revetementsHeader h1{
        font-size: 26px;
    }
    .categorieRevetement h2{
        font-size: 22px;
        line-height: 26px;
    }
}

@media (max-width: 992px) {
    .categorieRevetement .revetement{
        margin-bottom: 30px !important;
    }
}

@media (max-width: 600px) {
    .categorieRevetement .revetement .elementor-image-box-wrapper{
        grid-template-columns: 1fr;
        gap: 25px;
    }
    .categorieRevetement .revetement .elementor-image-box-img{
        grid-column: 1/2;
    }
    .categorieRevetement .revetement .elementor-image-box-content{
        grid-row: 2/3;
    }
}