/*///////////////////////////////////////*/
/* ///// STYLE GLOBAL ///////////////// */
/*/////////////////////////////////////*/

/*
font-family: 'Open Sans', sans-serif;
font-family: 'Inter', sans-serif;
*/

html {
    box-sizing: border-box;
    * {
        box-sizing: border-box;
    }
}

body {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    color: #000;
}

body p {
    line-height: 24px;
    margin-bottom: 15px;
    color: #000;
}

strong {
    font-weight: 700;
}

em {
    font-style: italic;
}

main {
    clear: both;
}

.layout-container {
    overflow: hidden;
}

.container-extra-large {
    width: calc(100% - 120px);
    margin: 0 auto;
}

.container-large {
    width: calc(100% - 60px);
    max-width: 1640px;
    margin: 0 auto;
}

.container-medium {
    width: calc(100% - 60px);
    max-width: 1364px;
    margin: 0 auto;
}

.container-small {
    width: calc(100% - 60px);
    max-width: 1200px;
    margin: 0 auto;
}

.flex-center {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.flex-end {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.dynamic-padding-left,
.dynamic-padding-right {
    opacity: 0;
    transition: 200ms ease-in-out;
}

.default-btn,
.form-submit {
    text-align: center;
    padding: 11px 20px 11px;
    font-size: 16px;
    font-weight: 700;
    border: none;
    text-decoration: none;
    border-radius: 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-family: "Inter", sans-serif;
    transition: all 200ms ease-in-out;
}

.default-btn.primary,
.form-submit {
    color: #F1E016;
    background: #000;
    border: solid 2px #000;
}

.default-btn.primary:hover,
.form-submit:hover {
    background: #F1E016;
    color: #000;
}

/*///////////////////////////////////////*/
/* ///// HEADER /////////////////////// */
/*/////////////////////////////////////*/

header {
    position: relative;
    background: #fff;
    z-index: 100;
}

header .region-header {
    display: flex;
    flex-direction: column;
}

/*Bloc Logo*/
#block-waroch-theme-logoheader {
    height: 62px;
    background: #000000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 48px;
    border-bottom: solid 6px #F1E016;
}

#block-waroch-theme-logoheader .btn-logo {
    display: flex;
}

#block-waroch-theme-logoheader .btn-logo img {
    width: 150px;
}

#block-waroch-theme-logoheader .btn-devis {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    font-size: 15px;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    background: #F1E016;
    height: 56px;
    font-weight: 700;
    padding: 5px 25px 0;
}

#block-waroch-theme-logoheader .btn-devis img {
    max-width: 40px;
}

/*Navigation principale*/
header .block-superfish {
    width: 100%;
    height: 82px;
    display: flex;
    justify-content: center;
    align-items: center;
}

header .block-superfish .btn-logo-mobile {
    display: none;
}

#superfish-main {
    position: relative;
    display: flex;
    padding: 0 50px;
}

#superfish-main > li {
    position: static;
    display: inline-block;
    float: none;
}

#superfish-main > li#main-menu-link-content7610ed22-67ad-43ab-a0f8-b9f1f689762d {
    display: none;
}

#superfish-main > li > a {
    position: relative;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px;
    line-height: 26px;
    text-align: center;
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    transition: all 150ms ease-in-out;
}

#superfish-main > li#main-menu-link-contente933888a-6148-4375-8cd6-8026ab005ae6 > a {
    pointer-events: none;
}

#superfish-main > li > a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: #000000;
    opacity: 0;
    transition: all 150ms ease-in-out;
}

#superfish-main > li:hover > a:after,
#superfish-main > li.active-trail > a:after {
    opacity: 1;
}

#superfish-main > li > a .sf-sub-indicator {
    display: none;
}

#superfish-main > li > a:hover,
#superfish-main > li > a.is-active:hover {
    color: #F1E016;
}

#superfish-main > li > a.is-active {
    color: #F1E016;
}


/*SOUS-MENUS*/
#superfish-main > li > ul {
    top: 46px;
    width: 100% !important;
    padding: 32px 64px;
    background: #fff !important;
    border-top: 1px solid #ccc !important;
    box-shadow: 0 2px 14px rgba(0, 0, 0, .1);
}

#superfish-main > li:not(.sfHover) > ul {
    display: none;
}

#superfish-main > li > ul .sous-menu {
    display: flex;
    gap: 28px;
}

#superfish-main > li > ul .sous-menu .sous-categorie {
    display: flex;
    flex-direction: column;
    width: calc(25% - 21px);
}

#superfish-main > li > ul .sous-menu .sous-categorie .lien-ss-cat {
    display: flex;
    position: relative;
    padding: 0;
}

#superfish-main > li > ul .sous-menu .sous-categorie .lien-ss-cat img {
    width: 100%;
}

#superfish-main > li > ul .sous-menu .sous-categorie .lien-ss-cat .titre {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    padding: 8px 4px;
    text-align: center;
    background: #F1E016;
    color: #F1E016;
    background: rgba(44, 44, 44, .85);
}

#superfish-main > li > ul .sous-menu .sous-categorie.waroch .lien-ss-cat {
    flex-direction: column;
    text-decoration: none;
}

#superfish-main > li > ul .sous-menu .sous-categorie.waroch .lien-ss-cat .titre {
    position: relative;
    background: transparent;
    color: #000;
    transition: all 200ms ease-in-out;
}

#superfish-main > li > ul .sous-menu .sous-categorie.waroch .lien-ss-cat:hover .titre {
    color: #F1E016;
}

#superfish-main > li > ul .sous-menu .sous-categorie .liste-services {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    text-align: center;
}

#superfish-main > li > ul .sous-menu .sous-categorie .liste-services a {
    color: #000;
    text-decoration: none;
    padding: 0;
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 8px;
}

#superfish-main > li > ul .sous-menu .sous-categorie .liste-services a:hover {
    color: #F1E016;
}

/*///////////////////////////////////////*/
/* ///// ACCUEIL BLOCK HERO /////////// */
/*/////////////////////////////////////*/
.hero-accueil {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 400px;
    background: url('../images/webp/image-banniere-waroch-publicite.jpg.webp') no-repeat center / cover;
}

.hero-accueil .overlay {
    content: '';
    background-color: rgba(0, 0, 0, .2);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.hero-accueil .content {
    position: relative;
    z-index: 1;
    padding: 70px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero-accueil .content h1 {
    font-size: 50px;
    line-height: 54px;
    text-align: center;
    font-weight: 500;
    color: #fff;
    letter-spacing: 3px;
    max-width: 1075px;
    margin-top: 60px;
}

.hero-accueil .wave {
    width: 100%;
    overflow: hidden;
    z-index: 1;
    max-height: 340px;
    margin-bottom: -5px;
}

/*///////////////////////////////////////*/
/* ///// ACCUEIL AUDIENCES //////////// */
/*/////////////////////////////////////*/
.accueil-audiences {
    position: relative;
    padding: 75px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

.accueil-audiences .big-w {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
    z-index: -1;
    transform: translateY(-5%);
    opacity: .3;
}

.accueil-audiences .block-titre {
    width: 45%;
}

.accueil-audiences .block-titre h2 {
    font-size: 120px;
    line-height: 140px;
    font-weight: 700;
    text-transform: uppercase;
}

.accueil-audiences .block-titre .position-relative {
    position: relative;
    padding-left: 50px;
}

.accueil-audiences .block-titre .position-relative .yellow-slash {
    position: absolute;
    right: -65px;
    bottom: 15px;
    z-index: -1;
}

.accueil-audiences .block-audiences {
    width: 65%;
    column-count: 2;
}

.accueil-audiences .block-audiences a {
    display: flex;
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
}

.accueil-audiences .block-audiences a .plus {
    font-weight: 300;
    font-size: 49px;
    margin-top: -3px;
    margin-right: 5px;
}

/*///////////////////////////////////////*/
/* ///// ACCUEIL LES PLUS ///////////// */
/*/////////////////////////////////////*/
.accueil-les-plus {
    padding: 50px 0 140px;
    margin-top: 50px;
    background: #F1E016 url('../images/interface/line-more-waroch.png') no-repeat center / cover;
}

.accueil-les-plus .block-header {
    display: flex;
    justify-content: center;
    margin-bottom: 48px;
    padding: 16px 0;
}

.accueil-les-plus .slider-les-plus {
    position: relative;
}

.accueil-les-plus .slider-les-plus .swiper-slide a {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.accueil-les-plus .slider-les-plus .swiper-slide a .image {
    display: flex;
    position: relative;
}

.accueil-les-plus .slider-les-plus .swiper-slide a .image img:not(.chevron) {
    width: 100%;
}

.accueil-les-plus .slider-les-plus .swiper-slide a .image .chevron {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.accueil-les-plus .slider-les-plus .swiper-slide .titre {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
}

.accueil-les-plus .slider-les-plus .navigation {
    display: flex;
    justify-content: flex-end;
    gap: 32px;
    margin-top: 50px;
}

/*///////////////////////////////////////*/
/* ///// ACCUEIL PRESTATIOSN ////////// */
/*/////////////////////////////////////*/
.accueil-prestations {
    padding: 75px 0 120px;
}

.accueil-prestations h2 {
    font-size: 90px;
    line-height: 100px;
    font-weight: 700;
    margin-bottom: 50px;
    text-transform: uppercase;
}

.accueil-prestations h2 .position-relative {
    position: relative;
}

.accueil-prestations h2 .position-relative .yellow-slash {
    position: absolute;
    right: -84px;
    bottom: 24px;
    z-index: -1;
}

.accueil-prestations .contaier-content {
    display: flex;
    gap: 30px;
    padding-left: 50px;
}

.accueil-prestations .contaier-content .part-left {
    width: 45%;
}

.accueil-prestations .contaier-content .part-left .liste-restations {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 60px;
}

.accueil-prestations .contaier-content .part-left .liste-restations a {
    position: relative;
    font-size: 28px;
    font-weight: 500;
    color: #000;
    text-decoration: none;
    padding-left: 40px;
}

.accueil-prestations .contaier-content .part-left .liste-restations a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 27px;
    height: 24px;
    background: url('../images/interface/arrow-right.png') no-repeat center / contain;
    transition: all 300ms ease-in-out;
}

.accueil-prestations .contaier-content .part-left .liste-restations a:hover:before {
    left: 5px;
}

.accueil-prestations .contaier-content .part-left p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 16px;
}

.accueil-prestations .contaier-content .right-part {
    width: 65%;
}

.accueil-prestations .contaier-content .right-part .slider-prestations {
    position: relative;
}

.accueil-prestations .contaier-content .right-part .swiper-slide {
    position: relative;
    max-width: 750px;
}

.accueil-prestations .contaier-content .right-part .swiper-slide img {
    width: 100%;
}

.accueil-prestations .contaier-content .right-part .swiper-slide .titre {
    position: absolute;
    left: 0;
    bottom: 25%;
    background: #F1E016;
    font-size: 20px;
    font-weight: 700;
    color: #000;
    padding: 18px 16px;
}

.accueil-prestations .navigation {
    display: flex;
    justify-content: flex-end;
    gap: 32px;
    margin-top: 50px;
}

/*///////////////////////////////////////*/
/* /// ACCUEIL ETAPES PROJET ////////// */
/*/////////////////////////////////////*/
.accueil-etapes-projet {
    padding: 100px 0;
}

.accueil-etapes-projet h2 {
    padding: 0 60px;
    font-size: 90px;
    line-height: 100px;
    font-weight: 700;
    margin-bottom: 80px;
    text-transform: uppercase;
}

.accueil-etapes-projet h2 .position-relative {
    position: relative;
}

.accueil-etapes-projet h2 .position-relative .yellow-slash {
    position: absolute;
    right: -84px;
    bottom: 24px;
    z-index: -1;
}

.accueil-etapes-projet .container-slider-etapes {
    display: flex;
    justify-content: flex-end;
}

.accueil-etapes-projet .container-slider-etapes .slider-etapes {
    width: 100%;
    max-width: 1600px;
    position: relative;
    overflow: hidden;
    padding-bottom: 15px;
}

.accueil-etapes-projet .container-slider-etapes .slider-etapes .swiper-wrapper {
    padding-bottom: 180px;
}

.accueil-etapes-projet .container-slider-etapes .slider-etapes .svg-before {
    display: block;
    position: absolute;
    top: 85px;
    height: 100%;
    width: 1600px;
    left: 40px;
}

.accueil-etapes-projet .container-slider-etapes .slider-etapes .swiper-slide {
    max-width: 390px;
    transition: all 400ms ease-in-out;
}

.accueil-etapes-projet .container-slider-etapes .slider-etapes .swiper-slide.swiper-slide-active {
    transform: translateY(0) !important;
}

.accueil-etapes-projet .container-slider-etapes .slider-etapes .swiper-slide.swiper-slide-next {
    transform: translateY(200px);
}

.accueil-etapes-projet .container-slider-etapes .slider-etapes .swiper-slide.swiper-slide-next+.swiper-slide {
    transform: translateY(75px);
}

.accueil-etapes-projet .container-slider-etapes .slider-etapes .swiper-slide.swiper-slide-next+.swiper-slide+.swiper-slide {
    transform: translateY(105px);
}

.accueil-etapes-projet .container-slider-etapes .slider-etapes .swiper-slide h3 {
    font-size: 28px;
    line-height: 33px;
    font-weight: 500;
    margin: 5px 0 10px;
}

.accueil-etapes-projet .container-slider-etapes .slider-etapes .swiper-slide p {
    line-height: 24px;
}

.accueil-etapes-projet .container-slider-etapes .slider-etapes .navigation {
    display: flex;
    justify-content: center;
    gap: 32px;
    margin-top: 50px;
}

.navigation .swiper-button-prev,
.navigation .swiper-button-next {
    position: relative;
    left: auto;
    right: auto;
    margin: 0;
    top: auto;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    transition: all 200ms ease-in-out;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
}

.navigation .swiper-button-prev:hover,
.navigation .swiper-button-next:hover {
    border: solid 1px #000;
}

.navigation .swiper-button-prev {
    background: #ffffff url('../images/interface/slider-chevron-left.png') no-repeat center / 12px;
}

.navigation .swiper-button-next {
    background: #F1E016 url('../images/interface/slider-chevron-right.png') no-repeat center / 12px;
}

/*///////////////////////////////////////*/
/* //// CONTAINER COLUMNS ///////////// */
/*/////////////////////////////////////*/
.container-columns {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15vh !important;
}

.container-columns .first-part-col {
    display: flex;
    align-items: center;
    padding-left: 60px;
    position: relative;
    width: 33%;
    min-height: 600px;
}

.container-columns .first-part-col:before {
    top: 0;
    content: "";
    position: absolute;
    width: 54vw;
    height: 100%;
    background-image: url(../images/svg/r-n.svg);
    background-position: right;
    left: 0;
    right: auto;
    background-size: cover;
}

.container-columns .second-part-col {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-align: right;
    padding-right: 60px;
    width: 42%;
    position: relative;
    min-height: 600px;
    margin-bottom: -15vh;
    margin-top: 15vh;
}

.container-columns .second-part-col:before {
    top: 0;
    content: "";
    position: absolute;
    width: 60vw;
    height: 100%;
    background-image: url(../images/svg/r-y.svg);
    background-position: left;
    background-size: cover;
    right: 0;
    left: auto;
}

.container-columns .content {
    position: relative;
    z-index: 1;
}

.container-columns .content h2 {
    font-size: 50px;
    line-height: 55px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.container-columns .content p {
    font-size: 20px;
    line-height: 30px;
}

.btn-arrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
}

.btn-arrow.white {
    color: #fff;
}

.btn-arrow.black {
    color: #000;
}

.container-columns .first-part-col .content {
    color: #fff;
}

.container-columns .first-part-col .content p {
    color: #fff;
    margin-bottom: 10px;
}

.container-columns .second-part-col .content {
    color: #000;
}

/*///////////////////////////////////////*/
/* ///// ACCUEIL AVIS ///////////////// */
/*/////////////////////////////////////*/
.accueil-avis {
    position: relative;
    padding: 75px 0 120px;
}

.accueil-avis .w-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    z-index: -1;
    transform: translateY(-30%) translateX(0);
}

.accueil-avis h2 {
    font-size: 90px;
    line-height: 100px;
    font-weight: 700;
    margin-bottom: 50px;
    text-transform: uppercase;
}

.accueil-avis h2 .position-relative {
    position: relative;
}

.accueil-avis h2 .position-relative .yellow-slash {
    position: absolute;
    right: -84px;
    bottom: 24px;
    z-index: -1;
}

.accueil-avis .liste-avis {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-around;
}

.accueil-avis .liste-avis .avis {
    width: 35%;
}

.accueil-avis .liste-avis .avis:nth-child(2) {
    margin-bottom: 100px;
}

.accueil-avis .liste-avis .avis:nth-child(3) {
    margin-top: 80px;
}

.accueil-avis .liste-avis .avis .note {
    display: flex;
    margin-bottom: 10px;
}

.accueil-avis .liste-avis .avis .note img {
    max-width: 24px;
}

.accueil-avis .liste-avis .avis .nom {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.accueil-avis .liste-avis .avis .texte {
    line-height: 24px;
    max-width: 400px;
}

.accueil-avis .flex-center {
    margin-top: 100px;
}

/*///////////////////////////////////////*/
/* ///// TITRE DE PAGE //////////////// */
/*/////////////////////////////////////*/
.block-page-title-block {
    width: calc(100% - 60px);
    max-width: 1640px;
    margin: 0 auto;
}

.block-page-title-block h1 {
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
    letter-spacing: 2px;
    font-family: 'Inter', sans-serif;
}

/*///////////////////////////////////////*/
/* ///// BREADCRUMBS ////////////////// */
/*/////////////////////////////////////*/
.block-system-breadcrumb-block {
    width: calc(100% - 60px);
    max-width: 1640px;
    margin: 0 auto 50px;
}

.block-system-breadcrumb-block li,
.block-system-breadcrumb-block li a {
    font-size: 12px;
    line-height: 16px;
    color: #242424;
    text-decoration: none;
}

.block-system-breadcrumb-block li a:hover {
    text-decoration: underline;
}

.block-system-breadcrumb-block li:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 8px;
    background: url('../images/svg/arrow-breadcrumbs.svg') no-repeat center;
}

/*///////////////////////////////////////*/
/* ///// PAGE 404 ///////////////////// */
/*/////////////////////////////////////*/
#block-404 {
    width: calc(100% - 60px);
    max-width: 1088px;
    margin: 0 auto;
    padding: 120px 0;
}

#block-404 h1 {
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Inter', sans-serif;
}

#block-404 .sous-titre {
    color: #333;
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 40px;
    font-weight: 700;
    font-family: 'Inter', sans-serif;
}

/*///////////////////////////////////////*/
/* ///// SLIDER ACCUEIL /////////////// */
/*/////////////////////////////////////*/
.view-slider-accueil {
    position: relative;
}

.view-slider-accueil .swiper-slide {
    min-height: 685px;
    display: flex;
    align-items: center;
}

.view-slider-accueil .swiper-slide .contenu {
    max-width: 40%;
}

.view-slider-accueil .swiper-slide .contenu .titre {
    font-size: 32px;
    line-height: 48px;
    font-weight: 700;
    margin-bottom: 30px;
    font-family: 'Inter', sans-serif;
}

.view-slider-accueil .swiper-slide .contenu .texte {
    margin-bottom: 35px;
}

.view-slider-accueil .swiper-button-prev {
    width: 25px;
    height: 45px;
    left: 5%;
    background: url('../images/svg/arrow-slider-prev.svg') no-repeat center;
}

.view-slider-accueil .swiper-button-next {
    width: 25px;
    height: 45px;
    right: 5%;
    background: url('../images/svg/arrow-slider-next.svg') no-repeat center;
}

/*///////////////////////////////////////*/
/* ///// PARTENAIRES ACCUEIL ////////// */
/*/////////////////////////////////////*/
.view-id-partenaires.view-display-id-accueil {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.view-id-partenaires.view-display-id-accueil .h2 {
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
    color: #393939;
    margin-bottom: 30px;
    text-align: center;
    letter-spacing: 2px;
    font-family: 'Inter', sans-serif;
}

.view-id-partenaires.view-display-id-accueil .seo-text {
    font-size: 16px;
    line-height: 30px;
    color: #242424;
    margin-bottom: 50px;
    max-width: 810px;
    text-align: center;
}

.view-id-partenaires.view-display-id-accueil .view-content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}

/*///////////////////////////////////////*/
/* ///// CONTACT FORM ///////////////// */
/*/////////////////////////////////////*/

.contact-form {
    width: calc(100% - 60px);
    max-width: 1640px;
    margin: 40px auto 0;
}

.contact-form form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact-form form .field--type-list-string,
.contact-form form .field--type-string,
.contact-form form .field--type-email {
    width: 32%;
}

.contact-form form .field--type-list-string .form-radios {
    display: flex;
    flex-wrap: wrap;
}

.contact-form form .field--type-list-string .form-radios .form-type-radio:not(:last-of-type) {
    margin-right: 40px;
}

.contact-form form .form-item {
    margin-bottom: 0;
}

.contact-form form label {
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    color: #242424;
}

.contact-form form .field--type-string-long {
    width: 100%;
}

.contact-form form input[type="text"],
.contact-form form input[type="email"],
.contact-form form select {
    color: #4B4B4D;
    width: 100%;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    border-radius: 5px;
    border: solid 1px #C8C8C8;
}

.contact-form form textarea {
    color: #4B4B4D;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    padding: 15px;
    border-radius: 5px;
    border: solid 1px #C8C8C8;
}

.contact-form form .form-actions {
    width: 100%;
    display: flex;
    justify-content: center;
}

.g-recaptcha {
    width: 100%;
}

/*CHECKBOX*/
input[type=checkbox]:checked,
input[type=checkbox]:disabled:checked,
input[type=radio]:checked,
input[type=radio]:disabled:checked {
    background-color: #F39517;
}

input[type=checkbox]:hover,
input[type=checkbox]:focus,
input[type=radio]:hover,
input[type=radio]:focus {
    border: 2px solid #C2C2C2;
}

input[type=checkbox],
input[type=radio] {
    margin: 0 10px 0 0;
}

input[type=checkbox]:before,
input[type=radio]:before {
    font-family: 'Font Awesome 5 Free';
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    margin-top: -2px;
    font-weight: 700;
    border-radius: 0;
    padding-left: 0.5px;
    padding-top: 2px;
    text-align: center;
    background: #fff;
    font-size: 11px;
    color: #F1E016;
    border: 1px solid rgba(0, 0, 0, .25);
    cursor: pointer;
    margin-left: -2px;
}

input[type=radio]:before {
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

input[type=radio]:checked:before {
    color: #F1E016;
    content: "\f111";
}

input[type=checkbox]:checked:before {
    content: "";
    background: #F1E016;
    outline: solid 3px #fff;
    outline-offset: -6px;
}

/*///////////////////////////////////////*/
/* ///// LISTE ACTUALITES ///////////// */
/*/////////////////////////////////////*/
.view-id-actualites.view-display-id-accueil {
    width: 100%;
    background: #000;
    padding: 80px 30px;
}

.view-id-actualites.view-display-id-accueil .header-actus {
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 80px;
}

.view-id-actualites.view-display-id-accueil .header-actus h2 {
    font-size: 50px;
    line-height: 55px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
}

.view-id-actualites.view-display-id-accueil .navigation {
    display: flex;
    justify-content: flex-start;
    gap: 32px;
    margin-top: 30px;
}

.view-id-actualites.view-display-id-accueil .swiper-slide {
    display: flex;
    flex-direction: column;
    max-width: 800px;
}

.view-id-actualites.view-display-id-accueil .swiper-slide a {
    text-decoration: none;
}

.view-id-actualites.view-display-id-accueil .swiper-slide .image {
    display: flex;
}

.view-id-actualites.view-display-id-accueil .swiper-slide img {
    width: 100%;
}

.view-id-actualites.view-display-id-accueil .swiper-slide .titre {
    line-height: 44px;
    padding: 0 15px;
    color: #000;
    background: #F1E016;
    width: 100%;
    font-weight: 700;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 44px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-align: right;
}

/*Autres pages*/
.navigation-blog {
    display: flex;
    gap: 5px;
    margin-bottom: 50px;
}

.navigation-blog a {
    color: #000;
    background: #F1E016;
    text-decoration: none;
    padding: 12px 15px;
}

.liste-actualites {
    display: flex;
    flex-wrap: wrap;
    gap: 35px 21px;
    padding-bottom: 100px;
}

.liste-actualites .bloc-actualite {
    position: relative;
    width: calc(33.333333% - 14px);
    text-decoration: none;
}

.liste-actualites .bloc-actualite .image {
    display: flex;
}

.liste-actualites .bloc-actualite .image img {
    width: 100%;
}

.liste-actualites .bloc-actualite .titre {
    line-height: 44px;
    padding: 10px 18px;
    color: #000;
    font-size: 18px;
    line-height: 26px;
    background: #F1E016;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-weight: 700;
    text-align: left;
}

/*///////////////////////////////////////*/
/* /// PAGE SOUS CATEGORIE SERVICE //// */
/*/////////////////////////////////////*/
.node--type-sous-categorie-service .entete-categorie {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    min-height: 350px;
    padding: 30px 0;
    position: relative;
    margin-bottom: 60px;
}

.node--type-sous-categorie-service .entete-categorie:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(135deg, #f1e016 0, #f1e016 5%, rgba(0, 0, 0, .4) 5%, rgba(0, 0, 0, .4) 95%, #f1e016 95%);
}

.node--type-sous-categorie-service .entete-categorie h1 {
    position: relative;
    z-index: 2;
    font-size: 50px;
    line-height: 55px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

.node--type-sous-categorie-service .liste-produits {
    display: flex;
    flex-wrap: wrap;
    gap: 48px;
    margin-bottom: 120px;
}

.node--type-sous-categorie-service .liste-produits .bloc-produit {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: calc(33.33333% - 32px);
}

.node--type-sous-categorie-service .liste-produits .bloc-produit .lien-produit {
    position: relative;
    display: flex;
    color: #000;
    text-decoration: none;
}

.node--type-sous-categorie-service .liste-produits .bloc-produit .lien-produit img {
    width: 100%;
}

.node--type-sous-categorie-service .liste-produits .bloc-produit .lien-produit .titre {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px;
    text-align: center;
    background: #F1E016;
}

.node--type-sous-categorie-service .accueil-les-plus {
    margin-top: 0;
}

.node--type-sous-categorie-service .bloc-notre-gamme {
    padding: 100px 0;
    background: #000;
}

.node--type-sous-categorie-service .bloc-notre-gamme .container-medium {
    display: flex;
    justify-content: space-between;
    gap: 50px;
}

.node--type-sous-categorie-service .bloc-notre-gamme .bloc-texte {
    width: 100%;
    max-width: 415px;
}

.node--type-sous-categorie-service .bloc-notre-gamme .bloc-texte h2 {
    color: #fff;
    font-size: 50px;
    line-height: 55px;
    font-weight: 700;
    margin-bottom: 60px;
    text-transform: uppercase;
}

.node--type-sous-categorie-service .bloc-notre-gamme .bloc-texte h2 .position-relative {
    position: relative;
    z-index: 1;
}

.node--type-sous-categorie-service .bloc-notre-gamme .bloc-texte h2 .position-relative .yellow-slash {
    position: absolute;
    right: -65px;
    bottom: 2px;
    z-index: -1;
}

.node--type-sous-categorie-service .bloc-notre-gamme .bloc-texte .texte-gamme p,
.node--type-sous-categorie-service .bloc-notre-gamme .bloc-texte .texte-gamme li {
    color: #fff;
}

.node--type-sous-categorie-service .bloc-notre-gamme .bloc-texte h2 .yellow {
    color: #F1E016;
}

.node--type-sous-categorie-service .bloc-notre-gamme .slider-sous-categories {
    width: 100%;
    max-width: 636px;
}

.node--type-sous-categorie-service .bloc-notre-gamme .navigation {
    display: flex;
    justify-content: flex-end;
    gap: 32px;
    margin-top: 50px;
}

.node--type-sous-categorie-service .bloc-notre-gamme .swiper-slide a {
    display: flex;
    position: relative;
    text-decoration: none;
}

.node--type-sous-categorie-service .bloc-notre-gamme .swiper-slide img {
    width: 100%;
}

.node--type-sous-categorie-service .bloc-notre-gamme .swiper-slide .titre {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 20px;
    line-height: 44px;
    padding: 0 15px;
    color: #000;
    background: #F1E016;
    font-weight: 700;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 44px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

/*///////////////////////////////////////*/
/* // PAGE PACK LANCEMENT ///////////// */
/*/////////////////////////////////////*/
.page-pack-lancement .entete-pack {
    padding: 100px 0;
    background: rgb(248,249,250);
}

.page-pack-lancement .entete-pack .container-medium {
    display: flex;
    justify-content: space-between;
    gap: 50px;
}

.page-pack-lancement .entete-pack .bloc-contenu {
    width: 100%;
    max-width: 650px;
}

.page-pack-lancement .entete-pack .bloc-contenu h1 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    margin: 25px 0 10px;
}

.page-pack-lancement .entete-pack .bloc-contenu .intro-pack {
    margin-bottom: 20px;
}

.page-pack-lancement .entete-pack .galerie-pack {
    width: 100%;
    max-width: 540px;
}

.page-pack-lancement .bloc-confiance {
    margin-top: 300px;
}

.page-pack-lancement .bloc-points-forts {
    padding: 100px 0;
}

.page-pack-lancement .bloc-points-forts h2 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 50px;
}

.page-pack-lancement .bloc-points-forts h2 span {
    color: #F1E016;
}

.page-pack-lancement .bloc-points-forts .liste-points-forts {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 24px;
}

.page-pack-lancement .bloc-points-forts .liste-points-forts .point-fort {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    width: calc(50% - 12px);
}

.page-pack-lancement .bloc-points-forts .liste-points-forts .point-fort .picto {
    width: 100%;
    max-width: 90px;
}

.page-pack-lancement .bloc-points-forts .liste-points-forts .point-fort h3 {
    padding-top: 10px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 12px;
}

.page-pack-lancement .container-columns .content h2 {
    font-size: 32px;
    line-height: 38px;
}

/*///////////////////////////////////////*/
/* ///////// PAGE SUR-MESURE ////////// */
/*/////////////////////////////////////*/
.page-sur-mesure .bloc-points-forts {
    padding: 0 0 120px;
}

.page-sur-mesure .entete-sur-mesure {
    text-align: center;
    max-width: 860px;
    margin: 0 auto 50px;
}

.page-sur-mesure .entete-sur-mesure h2 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.page-sur-mesure .liste-points-forts {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.page-sur-mesure .liste-points-forts .point-fort {
    width: calc(33.3333% - 12px);
    background: #F5F5F5;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 24px 16px;
}

.page-sur-mesure .liste-points-forts .point-fort h3 {
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    margin: 15px 0;
    font-weight: 500;
}

.page-sur-mesure .liste-points-forts .point-fort.large {
    width: calc(50% - 9px);
}

.page-sur-mesure .liste-points-forts .point-fort.large h3 {
    font-weight: 700;
}

.page-sur-mesure .bloc-confiance h2 {
    font-size: 50px;
    line-height: 55px;
}

.page-sur-mesure .bloc-confiance .texte .inner p {
    font-size: 20px;
    line-height: 24px;
}

/*///////////////////////////////////////*/
/* ////// PAGE TEAM WAROCH //////////// */
/*/////////////////////////////////////*/
.page-team-waroch .para-team {
    display: flex;
    border-bottom: solid 1px #dee2e6;
}

.page-team-waroch .para-team:last-of-type {
    border-bottom: none;
}

.page-team-waroch .para-team .part-left {
    width: 35%;
    display: flex;
    justify-content: flex-end;
    padding: 48px;
}

.page-team-waroch .para-team .part-left h2 {
    font-size: 32px;
    line-height: 38px;
    font-weight: 700;
    text-transform: uppercase;
    max-width: 280px;
}

.page-team-waroch .para-team.yellow .part-left {
    background: #F1E016;
}

.page-team-waroch .para-team.black .part-left {
    background: #000;
    color: #fff;
}

.page-team-waroch .para-team.grey .part-left {
    background: #F5F5F5;
}

.page-team-waroch .para-team .part-right {
    width: 65%;
    padding: 120px 48px 120px 75px;
}

.page-team-waroch .para-team .part-right .inner {
    display: flex;
    align-items: flex-start;
    gap: 75px;
    max-width: 900px;
}

.page-team-waroch .para-team.black .part-right .inner {
    flex-direction: row-reverse;
}

.page-team-waroch .para-team .part-right .image {
    width: 100%;
    max-width: 310px;
}

.page-team-waroch .para-team .part-right .image img {
    width: 100%;
}

.page-team-waroch .para-team .part-right .contenu {
    width: 100%;
}

.page-team-waroch .para-team .part-right .contenu .yellow-slash {
    max-width: 80px;
    margin-bottom: 20px;
}

.page-team-waroch .para-team .part-right .contenu h3 {
    font-size: 28px;
    line-height: 34px;
    font-weight: 500;
    margin-bottom: 10px;
}

.page-team-waroch .container-columns .content h2 {
    font-size: 32px;
    line-height: 38px;
}

.page-team-waroch .bloc-confiance .texte .inner p {
    font-size: 20px;
    line-height: 24px;
}

/*///////////////////////////////////////*/
/* ///////// PAGE AUDIENCE //////////// */
/*/////////////////////////////////////*/
.node--type-audience .entete-service {
    padding: 100px 0;
    background: rgb(248,249,250);
}

.node--type-audience .entete-service .container-medium {
    display: flex;
    justify-content: space-between;
    gap: 50px;
}

.node--type-audience .entete-service .bloc-contenu {
    width: 100%;
    max-width: 650px;
}

.node--type-audience .entete-service .bloc-contenu h1 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    margin: 25px 0 10px;
}

.node--type-audience .entete-service .bloc-contenu .intro-service {
    margin-bottom: 20px;
}

.node--type-audience .entete-service .galerie-service {
    width: 100%;
    max-width: 540px;
}

.node--type-audience .entete-service .galerie-service .principale {
    position: relative;
    display: flex;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 8px;
}

.node--type-audience .entete-service .galerie-service .principale img {
    width: 100%;
}

.node--type-audience .entete-service .galerie-service .autres-photos {
    display: flex;
    gap: 8px;
}

.node--type-audience .entete-service .galerie-service .autres-photos {
    width: 100%;
}

.node--type-audience .entete-service .galerie-service .autres-photos a {
    width: calc(33.3333% - 6px);
    position: relative;
    display: flex;
    border-radius: 8px;
    overflow: hidden;
}

.node--type-audience .entete-service .galerie-service .autres-photos a img {
    width: 100%;
}

.node--type-audience .entete-service .galerie-service .principale .overlay,
.node--type-audience .entete-service .galerie-service .autres-photos a .overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 200ms ease-in-out;
    opacity: 0;
}

.node--type-audience .entete-service .galerie-service .principale .overlay svg,
.node--type-audience .entete-service .galerie-service .autres-photos a .overlay svg {
    width: 40px;
}

.node--type-audience .entete-service .galerie-service .principale:hover .overlay,
.node--type-audience .entete-service .galerie-service .autres-photos a:hover .overlay {
    opacity: 1;
}

.node--type-audience .container-columns .content h2 {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 0;
    margin-bottom: 20px;
}

.node--type-audience .bloc-pourquoi {
    padding: 150px 0;
}

.node--type-audience .bloc-pourquoi h2 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.node--type-audience .bloc-pourquoi h2 img {
    vertical-align: middle;
    display: inline;
}

.node--type-audience .bloc-pourquoi .elements-accordeons {
    margin-top: 40px;
    /*column-count: 2;*/
}

/*.node--type-audience .bloc-pourquoi .elements-accordeons .element {
    break-inside: avoid-column;
}*/

/*///////////////////////////////////////*/
/* /////// BLOCK CONFIANCE //////////// */
/*/////////////////////////////////////*/
.bloc-confiance {
    padding: 50px 0 100px;
    min-height: 500px;
    background: url(../images/webp/big-w-background.png.webp) no-repeat bottom -150px right / 60%;
}

.bloc-confiance h2 {
    font-size: 90px;
    line-height: 100px;
    font-weight: 700;
    margin-bottom: 100px;
    text-transform: uppercase;
}

.bloc-confiance h2 img {
    vertical-align: middle;
    display: inline;
}

.bloc-confiance .texte {
    display: flex;
    justify-content: center;
}

.bloc-confiance .texte .inner {
    max-width: 745px;
}

.bloc-confiance .texte .inner p,
.bloc-confiance .texte .inner li {
    font-size: 40px;
    line-height: 48px;
    font-weight: 500;
}

/*///////////////////////////////////////*/
/* ///////// PAGE SERVICE ///////////// */
/*/////////////////////////////////////*/
.node--type-service .entete-service {
    padding: 100px 0;
    background: rgb(248,249,250);
}

.node--type-service .entete-service .yellow-slash {
    max-width: 80px;
}

.node--type-service .entete-service .container-medium {
    display: flex;
    justify-content: space-between;
    gap: 50px;
}

.node--type-service .entete-service .bloc-contenu {
    width: 100%;
    max-width: 650px;
}

.node--type-service .entete-service .bloc-contenu h1 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    margin: 25px 0 10px;
}

.node--type-service .entete-service .bloc-contenu .intro-service {
    margin-bottom: 20px;
}

.node--type-service .entete-service .galerie-service {
    width: 100%;
    max-width: 540px;
}

.node--type-service .entete-service .galerie-service .principale {
    position: relative;
    display: flex;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 8px;
}

.node--type-service .entete-service .galerie-service .principale img {
    width: 100%;
}

.node--type-service .entete-service .galerie-service .autres-photos {
    display: flex;
    gap: 8px;
}

.node--type-service .entete-service .galerie-service .autres-photos {
    width: 100%;
}

.node--type-service .entete-service .galerie-service .autres-photos a {
    position: relative;
    display: flex;
    border-radius: 8px;
    overflow: hidden;
    width: calc(33.33333% - 6px);
}

.node--type-service .entete-service .galerie-service .autres-photos a img {
    width: 100%;
}

.node--type-service .entete-service .galerie-service .principale .overlay,
.node--type-service .entete-service .galerie-service .autres-photos a .overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 200ms ease-in-out;
    opacity: 0;
}

.node--type-service .entete-service .galerie-service .principale .overlay svg,
.node--type-service .entete-service .galerie-service .autres-photos a .overlay svg {
    width: 40px;
}

.node--type-service .entete-service .galerie-service .principale:hover .overlay,
.node--type-service .entete-service .galerie-service .autres-photos a:hover .overlay {
    opacity: 1;
}

.node--type-service .container-columns .first-part-col:before {
    background-image: url(../images/svg/r_y_reverse.svg);
}

.node--type-service .container-columns .second-part-col:before {
    background-image: url(../images/svg/r_b_reverse.svg);
}

.node--type-service .container-columns .content h2 {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 0;
    margin-top: 20px;
    color: #000;
}

.node--type-service .container-columns .second-part-col .content h2 {
    color: #fff;
}

.node--type-service .bloc-pourquoi {
    padding: 100px 0 150px;
}

.node--type-service .bloc-pourquoi h2 {
    font-size: 60px;
    line-height: 70px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.node--type-service .bloc-pourquoi h2 img {
    vertical-align: middle;
    display: inline;
}

.node--type-service .bloc-pourquoi .elements-accordeons {
    margin-top: 40px;
}

/*///////////////////////////////////////*/
/* ///// PAGE CATEGORIE SERVICE /////// */
/*/////////////////////////////////////*/

.node--type-categorie-service .entete-categorie {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    min-height: 350px;
    padding: 30px 0;
    position: relative;
    margin-bottom: 60px;
}

.node--type-categorie-service .entete-categorie:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(135deg, #f1e016 0, #f1e016 5%, rgba(0, 0, 0, .4) 5%, rgba(0, 0, 0, .4) 95%, #f1e016 95%);
}

.node--type-categorie-service .entete-categorie h1 {
    position: relative;
    z-index: 2;
    font-size: 50px;
    line-height: 55px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

.node--type-categorie-service .liste-sous-categories {
    display: flex;
    flex-wrap: wrap;
    gap: 48px;
}

.node--type-categorie-service .liste-sous-categories .bloc-ss-cat {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: calc(33.33333% - 32px);
}

.node--type-categorie-service .liste-sous-categories .bloc-ss-cat .lien-ss-cat {
    position: relative;
    display: flex;
    color: #000;
    text-decoration: none;
}

.node--type-categorie-service .liste-sous-categories .bloc-ss-cat .lien-ss-cat img {
    width: 100%;
}

.node--type-categorie-service .liste-sous-categories .bloc-ss-cat .lien-ss-cat .titre {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px;
    text-align: center;
    background: #F1E016;
}

.node--type-categorie-service .liste-sous-categories .bloc-ss-cat .liste-services {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.node--type-categorie-service .liste-sous-categories .bloc-ss-cat .liste-services a {
    line-height: 20px;
    font-weight: 700;
    color: #000;
    text-decoration: none;
    text-align: center;
}

.node--type-categorie-service .liste-sous-categories .bloc-ss-cat .liste-services a:hover {
    color: #F1E016;
}

/*///////////////////////////////////////*/
/* ///// PAGE ACTUALITE /////////////// */
/*/////////////////////////////////////*/
.node--type-actualite .entete-actualite {
    padding: 100px 0;
    background: rgb(248,249,250);
}

.node--type-actualite .entete-actualite .yellow-slash {
    max-width: 80px;
}

.node--type-actualite .entete-actualite .container-medium {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

.node--type-actualite .entete-actualite .bloc-contenu {
    width: 100%;
    max-width: 700px;
}

.node--type-actualite .entete-actualite .bloc-contenu h1 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    margin: 25px 0 10px;
}

.node--type-actualite .entete-actualite .bloc-contenu .intro-service {
    margin-bottom: 20px;
}

.node--type-actualite .entete-actualite .galerie-service {
    width: 100%;
    max-width: 540px;
}

/*///////////////////////////////////////*/
/* /////// BLOC TABS ////////////////// */
/*/////////////////////////////////////*/
.bloc-tabs {
    padding: 100px 0;
}

.bloc-tabs h2 {
    font-size: 90px;
    line-height: 100px;
    font-weight: 700;
    margin-bottom: 100px;
    text-transform: uppercase;
}

.bloc-tabs h2 img {
    vertical-align: middle;
    display: inline;
}

.bloc-tabs .container-tabs {
    display: flex;
    align-items: flex-start;
    gap: 80px;
}

.bloc-tabs .container-tabs .tabs-nav {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
    max-width: 500px;
    padding: 48px;
    border-radius: 6px;
    background: rgb(248, 249, 250);
}

.bloc-tabs .container-tabs .tabs-nav .tab-nav {
    font-size: 20px;
    line-height: 24px;
    padding: 24px;
    text-decoration: none;
    color: #000;
    background: #fff;
    border-radius: 10px;
}

.bloc-tabs .container-tabs .tabs-nav .tab-nav.active {
    background: #F1E016;
}

.bloc-tabs .container-tabs .tabs-nav .btn-devis {
    font-size: 20px;
    line-height: 24px;
    padding: 10px 24px;
    text-decoration: none;
    color: #fff;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-weight: 700;
}

.bloc-tabs .container-tabs .tabs-content {
    width: 100%;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.bloc-tabs .container-tabs .tabs-content .tab-content {
    display: none;
    animation: fadeIn .5s ease-in-out;
}

.bloc-tabs .container-tabs .tabs-content .tab-content.active {
    display: block;
}

.bloc-tabs .container-tabs .tabs-content .liste-membres {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.bloc-tabs .container-tabs .tabs-content .membre {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 25px 25px 25px;
    width: 230px;
    height: 190px;
    margin-top: 120px;
    border-radius: 10px;
    text-align: center;
    background: rgb(248, 249, 250);
}

.bloc-tabs .container-tabs .tabs-content .membre .photo {
    border-radius: 50%;
    border: dotted 3px #F1E016;
    overflow: hidden;
    width: 163px;
    min-height: 163px;
    padding: 4px;
    margin-top: -50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bloc-tabs .container-tabs .tabs-content .membre .photo img {
    border-radius: 50%;
}

.bloc-tabs .container-tabs .tabs-content .membre .nom {
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
    margin: 15px 0 5px;
}

.bloc-tabs .container-tabs .tabs-content .membre .fonction {
    line-height: 24px;
}

.bloc-tabs .container-tabs .tabs-content .tab-content .flex-block {
    display: flex;
    align-items: flex-start;
    gap: 30px;
}

.bloc-tabs .container-tabs .tabs-content .tab-content .flex-block .contenu {
    width: 60%;
}

.bloc-tabs .container-tabs .tabs-content .tab-content .flex-block .image {
    display: flex;
    width: 40%;
    border-radius: 10px;
    overflow: hidden;
}

.bloc-tabs .container-tabs .tabs-content .tab-content .flex-block .image img {
    width: 100%;
}

.bloc-tabs .container-tabs .tabs-content .tab-content h3 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.bloc-tabs .container-tabs .tabs-content .tab-content .liste-avantages {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
}

.bloc-tabs .container-tabs .tabs-content .tab-content .liste-avantages .avantage {
    border-radius: 8px;
    padding: 16px;
    width: calc(50% - 10px);
    background: rgb(248, 249, 250);
}

.bloc-tabs .container-tabs .tabs-content .tab-content .liste-avantages .avantage.black {
    background: #000;
    color: #fff;
}

.bloc-tabs .container-tabs .tabs-content .tab-content .liste-avantages .avantage.black p {
    color: #fff;
}

.bloc-tabs .container-tabs .tabs-content .tab-content .liste-avantages .avantage p {
    margin-bottom: 0;
}

.bloc-tabs .container-tabs .tabs-content .tab-content .liste-avantages .avantage.yellow {
    background: #F1E016;
}

.bloc-tabs .container-tabs .tabs-content .tab-content .liste-avantages .avantage .titre {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}

/*///////////////////////////////////////*/
/* ///// PAGE DE CONTENU ////////////// */
/*/////////////////////////////////////*/

.node--type-contenu .entete-contenu {
    position: relative;
}

.node--type-contenu .entete-contenu {
    width: 100%;
    padding: 100px 0 500px;
}

.node--type-contenu .entete-contenu .banniere img {
    width: 100%;
}

.node--type-contenu .entete-contenu .content {
    width: calc(100% - 60px);
    max-width: 1076px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}

.node--type-contenu .entete-contenu .content h1 {
    font-size: 48px;
    line-height: 56px;
    font-weight: 700;
    position: relative;
}

.node--type-contenu .entete-contenu .content .intro-contenu {
    margin-top: 25px;
}

.node--type-contenu .entete-contenu .content .intro-contenu p,
.node--type-contenu .entete-contenu .content .intro-contenu li {
    color: #fff;
}

/*ENTETE MENTIONS LEGALES*/
.path-node-26 .node--type-contenu .entete-contenu,
.path-node-34 .node--type-contenu .entete-contenu,
.path-node-175 .node--type-contenu .entete-contenu,
.path-node-176 .node--type-contenu .entete-contenu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    min-height: 350px;
    padding: 30px 0;
    position: relative;
    margin-bottom: 60px;
    background-position: center !important;
}

.path-node-26 .node--type-contenu .entete-contenu:after,
.path-node-34 .node--type-contenu .entete-contenu:after,
.path-node-175 .node--type-contenu .entete-contenu:after,
.path-node-176 .node--type-contenu .entete-contenu:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(135deg, #f1e016 0, #f1e016 5%, rgba(0, 0, 0, .4) 5%, rgba(0, 0, 0, .4) 95%, #f1e016 95%);
}

.path-node-26 .node--type-contenu .entete-contenu h1,
.path-node-34 .node--type-contenu .entete-contenu h1,
.path-node-175 .node--type-contenu .entete-contenu h1,
.path-node-176 .node--type-contenu .entete-contenu h1 {
    position: relative;
    z-index: 2;
    font-size: 50px;
    line-height: 55px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

/*PAGE PACK LANCEMENT*/
.path-node-179 .node--type-contenu .entete-contenu .content {
    max-width: 1364px;
}

.path-node-179 .node--type-contenu .entete-contenu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    min-height: 350px;
    padding: 30px 0;
    position: relative;
    background-position: center !important;
}

.path-node-179 .node--type-contenu .entete-contenu h1 {
    text-align: left;
    font-size: 90px;
    line-height: 100px;
    text-transform: uppercase;
}

.path-node-179 .node--type-contenu .entete-contenu h1 .yellow-slash {
    display: inline;
    vertical-align: middle;
}

/*///////////////////////////////////////*/
/* ///// MAP FOOTER /////////////////// */
/*/////////////////////////////////////*/
#blockMap {
    min-height: 570px;
    margin-top: 180px;
}

/*///////////////////////////////////////*/
/* ///// FOOTER /////////////////////// */
/*/////////////////////////////////////*/

footer {
    clear: both;
    color: #fff;
    background: #000000;
}

.footer-contenu {
    padding: 80px 0;
}

.footer-contenu a {
    color: #fff;
}

.footer-contenu .container-extra-large {
    display: flex;
    justify-content: space-between;
    gap: 50px;
}

.footer-contenu .bloc-logo {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.footer-contenu .acces-rapide {
    width: 100%;
    max-width: 588px;
}

.footer-contenu .acces-rapide .liste-liens {
    column-count: 2;
}

.footer-contenu .acces-rapide .liste-liens a {
    display: flex;
    text-decoration: none;
    margin-bottom: 24px;
}

.footer-contenu .contacts {
    width: 100%;
    max-width: 588px;
}

.footer-contenu .contacts .liste-liens {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.footer-contenu .acces-rapide .titre,
.footer-contenu .contacts .titre {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 24px;
}

.footer-contenu .contacts a svg,
.footer-contenu .contacts .position svg {
    max-width: 20px;
}

.footer-contenu .contacts a svg path,
.footer-contenu .contacts .position svg path {
    fill: #fff;
    transition: all 200ms ease-in-out;
}

.footer-contenu .contacts a,
.footer-contenu .contacts .position {
    display: flex;
    align-items: center;
    text-decoration: none;
    gap: 8px;
}

/*Copyright*/
footer .gl-copy {
    padding-bottom: 40px;
    font-size: 16px;
    line-height: 20px;
}

footer .gl-copy img {
    margin-bottom: -5px;
}

footer .gl-copy a {
    color: #fff;
}

/*///////////////////////////////////////*/
/* ///// MASQUAGE ADMIN MENU ////////// */
/*/////////////////////////////////////*/

#toolbar-administration {
    display: none;
}

body.toolbar-tray-open.toolbar-vertical.toolbar-fixed {
    margin-left: 0;
}

body,
.adminimal-admin-toolbar.toolbar-fixed.toolbar-vertical {
    padding: 0 !important;
}

/*///////////////////////////////////////*/
/* //// GALERIE PARAGRAPHE //////////// */
/*/////////////////////////////////////*/
.galerie-paragraphe .grid__item,
.galerie-paragraphe .grid__col-sizer {
    width: calc(25% - 24px);
}

.galerie-paragraphe .grid__gutter-sizer {
    width: 24px;
}

.galerie-paragraphe .grid__item {
    margin-bottom: 24px;
}

/*///////////////////////////////////////*/
/* //////////// WEBFORMS ////////////// */
/*/////////////////////////////////////*/
.webform-confirmation__message {
    padding: 15px 40px;
    text-align: center;
    line-height: 28px;
    border: solid 1px #000;
}

#block-waroch-theme-webform {
    display: flex;
}

#block-waroch-theme-webform .part-left {
    display: flex;
    justify-content: flex-end;
    width: 50%;
    background: #F5F5F5;
    padding: 80px 100px 80px 30px;
}

#block-waroch-theme-webform .part-left .inner {
    width: 100%;
    max-width: 545px;
}

#block-waroch-theme-webform .part-left .inner h1 {
    font-size: 90px;
    line-height: 100px;
    font-weight: 700;
    margin-bottom: 80px;
}

#block-waroch-theme-webform .part-left .inner p {
    font-size: 22px;
    line-height: 28px;
}

#block-waroch-theme-webform .part-left .inner h1 .yellow-slash {
    vertical-align: middle;
    display: inline;
}

#block-waroch-theme-webform .part-right {
    width: 50%;
    background: #F1E016;
    padding: 80px 30px 80px 100px;
}

#block-waroch-theme-webform .part-right .inner {
    width: 100%;
    max-width: 545px;
}

.webform-submission-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    padding-bottom: 80px;
}

.webform-submission-form .form-item {
    margin: 0 0 15px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.webform-submission-form .form-type-textfield,
.webform-submission-form .form-type-email,
.webform-submission-form .form-type-tel,
.webform-submission-form .form-type-select {
    width: calc(50% - 10px);
    margin-bottom: 20px;
}

.webform-submission-form .form-item-produit {
    display: none;
}

.webform-submission-form .form-item-objet-demande-contact {
    width: 100%;
}

.webform-submission-form .form-type-textarea {
    width: 100%;
}

.webform-submission-form .form-textarea-wrapper {
    width: 100%;
}

.webform-submission-form .form-actions {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
}

.webform-submission-form .form-actions .form-submit {
    margin-top: 20px;
}

.webform-submission-form .form-item .fieldset-legend,
.webform-submission-form .form-item label {
    display: inline-block;
    font-size: 16px;
    margin-bottom: 5px;
    font-family: 'Inter', sans-serif;
}

.webform-submission-form .form-type-checkbox {
    margin-top: 25px;
}

.webform-submission-form .form-type-checkbox label {
    padding-left: 30px;
    margin-top: -16px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}

.webform-submission-form input[type="text"],
.webform-submission-form input[type="email"],
.webform-submission-form input[type="tel"],
.webform-submission-form input[type="number"],
.webform-submission-form select {
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0;
    padding: 6px 12px;
    width: 100%;
}

.webform-submission-form textarea {
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0;
    padding: 12px;
}

.webform-submission-form input[type="text"]::placeholder,
.webform-submission-form input[type="email"]::placeholder,
.webform-submission-form input[type="tel"]::placeholder,
.webform-submission-form input[type="number"]::placeholder,
.webform-submission-form select::placeholder,
.webform-submission-form textarea::placeholder {
    line-height: 24px;
    color: #a3a3a3;
}

.webform-submission-form input[type="text"]:focus,
.webform-submission-form input[type="email"]:focus,
.webform-submission-form input[type="tel"]:focus,
.webform-submission-form input[type="number"]:focus,
.webform-submission-form select {
    outline: none;
}

/*///////////////////////////////////////*/
/* // MISE EN PAGE PARAGRAPHES //////// */
/*/////////////////////////////////////*/
.paragraphes .para-item {
    width: calc(100% - 60px);
    max-width: 1364px;
    margin: 100px auto;
    clear: both;
}
.intro {
    width: calc(100% - 60px);
    max-width: 1364px;
    margin: 0 auto 50px;
    clear: both;
}
/*Swiper paragraphes*/
.paragraphes .swiper-paragraphe {
    width: 100%;
    margin: 25px auto;
    position: relative;
}
.paragraphes .swiper-paragraphe .swiper-button-prev {
    width: 40px;
    height: 45px;
    left: 1%;
    background: url(../images/svg/arrow-slider-prev-white.svg) no-repeat center;
}

.paragraphes .swiper-paragraphe .swiper-button-next {
    width: 40px;
    height: 45px;
    right: 1%;
    background: url(../images/svg/arrow-slider-next-white.svg) no-repeat center;
}

/*Paragraphe pleine largeur*/
.paragraphes .para-item.full-width {
    width: 100%;
    max-width: none;
    padding: 120px 0;
}
.paragraphes .para-item.full-width .container-para {
    width: calc(100% - 60px);
    max-width: 1364px;
    margin: 0 auto;
}

.paragraphes h2,
.paragraphes h3,
.paragraphes h4 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
    font-family: 'Inter', sans-serif;
}
.paragraphes h2 {
    text-transform: uppercase;
}
.paragraphes h2 .yellow-slash {
    vertical-align: middle;
    display: inline;
    max-width: 100px;
}
.paragraphes h3 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
    margin-top: 30px;
}
.paragraphes h4 {
    font-size: 18px;
    line-height: 22px;
}
.paragraphes p,
.paragraphes li,
.intro p{
    font-size: 16px;
    line-height: 24px;
    color: #000;
}
.paragraphes p a:not(.default-btn) {
    color: #000;
}
.paragraphes p {
    margin-bottom: 15px;
}
.para-photo-legende {
    margin: 5px 0 15px 0;
    text-align: center;
    font-size: 12px;
}
/*photo à droite*/
.pos-photo-3 .container-para {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
}
.pos-photo-3 .para-desc {
    margin-right: 5%;
}
/*photo à gauche*/
.pos-photo-4 .container-para {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pos-photo-4 .para-photos {
    margin-right: 5%;
}
/*photo en haut et en bas*/
.para-item-photo-contenu .para-photos {
    display: flex;
    flex-wrap: wrap;
}
.pos-photo-1 .para-photos .para-photo,
.pos-photo-2 .para-photos .para-photo {
    margin: 10px;
}
.para-item-photo-contenu .para-photos .para-photo img,
.para-item-photo-contenu .para-photos .para-photo img {
    height: 200px;
    width: auto;
}
img[data-align="center"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img[data-align="right"] {
    float: right;
}
img[data-align="left"] {
    float: left;
}
.paragraphes table tr td {
    padding: 10px;
    border: 1px solid #eee;
}
.paragraphes table {
    margin-bottom: 30px;
}
.layout-content ul {
    padding-left: 27px;
    margin-bottom: 15px;
}
.layout-content ul li {
    font-size: 16px;
    line-height: 30px;
    list-style-type: none;
    position: relative;
    padding-left: 17px;
}
.layout-content ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #000;
}

/*Début accordéon*/
.elements-accordeons {
    overflow: hidden;
}
.elements-accordeons .element {
    margin-bottom: 15px;
}
.elements-accordeons .titre-elem {
    cursor: pointer;
    position: relative;
    padding: 12px 45px 12px 20px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    transition: all 200ms ease-in-out;
    background: rgb(248,249,250);
}
.elements-accordeons .titre-elem.active {
    background: #F1E016;
}
.elements-accordeons .titre-elem:after {
    content: "";
    position: absolute;
    right: 5px;
    top: 14px;
    width: 34px;
    height: 20px;
    background: url(../images/svg/accordion_plus.svg) no-repeat center right 10px;
    background-size: 20px;
}
.elements-accordeons .titre-elem.active:after {
    background: url('../images/svg/accordion_line.svg') no-repeat center right 10px;
    background-size: 20px;
}
.elements-accordeons .texte-elem {
    max-height: 0;
    overflow: hidden;
    line-height: 24px;
    text-align: justify;
}
.elements-accordeons .texte-elem.active {
    max-height: 2000px;
    overflow: visible;
    padding: 20px;
}
/*Fin accordéon*/


/*Documents*/
.paragraphes .documents a {
    display: block;
    width: 100%;
    text-decoration: none;
    padding-left: 55px;
    line-height: 40px;
    color: #707070;
    border-bottom: solid 1px #d8d8d8;
}

.paragraphes .documents a:last-of-type {
    border-bottom: none;
}

.paragraphes .documents a.type-xls {
    background: url('../images/svg/picto-xls.svg') no-repeat 17px center;
}

.paragraphes .documents a.type-doc {
    background: url('../images/svg/picto-doc.svg') no-repeat 17px center;
}

.paragraphes .documents a.type-ppt {
    background: url('../images/svg/picto-ppt.svg') no-repeat 17px center;
}

.paragraphes .documents a.type-pdf {
    background: url('../images/svg/picto-pdf.svg') no-repeat 17px center;
}