/* ---------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------
  EN-TÊTES 
------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------------------------------------------------
  Logo 
--------------------------------------------------------------------------------------------------------------------- */

.gtm-box-logo {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 3;
    width: 80px;
}

.gtm-box-logo .gtm-custom {
    padding-top: 0px;
}

/* ---------------------------------------------------------------------------------------------------------------------
  Hero 
--------------------------------------------------------------------------------------------------------------------- */

.gtm-bg-hero {
    position: relative;
}

.gtm-bg-hero::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: rgb(23,22,22);
    background: linear-gradient(180deg, rgba(23,22,22,0) 0%, rgba(23,22,22,1) 100%);
}

.gtm-bg-hero::after {
    content: url(/images/ligne-jaune.svg);
    position: absolute;
    z-index: 3;
    bottom: 4vw;
    right: 0;
    width: calc(100% - 4vw);
}


.gtm-bg-hero .gtm-custom {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 80svh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 40px 40px 6vw 10vw;
}

.gtm-bg-hero .gtm-custom *  {
    position: relative;
    z-index: 2;
}

.gtm-bg-hero .gtm-custom h1 {
    font-size: clamp(1.3rem, 2.5vw, 9.5rem);
    color: #fff;
    text-transform: uppercase;
}

.gtm-bg-hero .gtm-custom h3 {
    font-size: clamp(1rem, 2vw, 7rem);
    color: #ffcc33;
    z-index: 4;
}

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

    /* ---------------------------------------------------------------------------------------------------------------------
      Logo 
    --------------------------------------------------------------------------------------------------------------------- */
    
    .gtm-box-logo {
        width: 130px;
    }
    
    /* ---------------------------------------------------------------------------------------------------------------------
      Hero 
    --------------------------------------------------------------------------------------------------------------------- */

    .gtm-bg-hero .gtm-custom h1 {
        max-width: 50%;
    }
    
    .gtm-bg-hero .gtm-custom h3 {
        max-width: 50%;
    }
        
}

/* ---------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------
  Accueil
------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------- */
.gtm-services .gtm-custom {
    padding-top: 0;
}

.gtm-services img {
    width: 100% !important;
}

.gtm-bg-noir-2 {
    background-color: #000;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    color: #fff;
    padding: 20px;
    transform: translateY(-7px);
}

.gtm-bg-jaune-2 {
    background-color: #ffcc33;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 20px;
    transform: translateY(-7px);
}

.gtm-accueil-residentiel, .gtm-accueil-commercial, .gtm-accueil-agricole {
    padding: 5px 20px;
}

.gtm-accueil-residentiel section {
    transform: translateY(-7px);
}

.gtm-accueil-agricole section {
    transform: translateY(-8px);
}

.gtm-bg-noir-2 h5, .gtm-bg-jaune-2 h5 {
    font-size: clamp(1.2rem, 2vw, 2rem);
}

.gtm-bg-jaune-2 ::marker {
    color: #000 !important;
}

.gtm-bg-noir-2 div, .gtm-bg-jaune-2 div {
    padding: 0px !important;
}

.gtm-bg-noir-2 p, .gtm-bg-jaune-2 p {
    margin-bottom: 0px !important;
}

.gtm-bg-noir-2 section, .gtm-bg-jaune-2 section {
    padding: 20px;
}

.gtm-bg-noir-2 a {
    color: #fff;
    text-decoration: none !important;
}

a:hover .gtm-bg-noir-2 {
    color: #ffcc33;
}

a:hover .gtm-bg-jaune-2, a:hover .gtm-bg-jaune-2 ::marker {
    color: #fff !important;
}

@media screen and (min-width: 768px) { 
    .gtm-accueil-residentiel {
        padding: 20px 5px 20px 20px;
    }

    .gtm-accueil-commercial {
        padding: 20px 5px;
    }

    .gtm-accueil-agricole {
        padding: 20px 20px 20px 5px;
    }

    .gtm-bg-noir-2, .gtm-bg-jaune-2 {
        height: 223px;
    }

    .gtm-bg-jaune-2 {
        transform: translateY(-19px);
    }
}

/* ---------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------
  Mission, vision et histoire
------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------------------------------------------------
    Mission 
--------------------------------------------------------------------------------------------------------------------- */

.gtm-bg-jaune {
    background-color: #ffcc33;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.gtm-bg-jaune .gtm-custom {
    padding: 6vw;
}

.gtm-img-cote .gtm-custom {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 50vh;
}

@media screen and (min-width: 768px) {
    .gtm-img-cote .gtm-custom {
        min-height: 100%;
    }
}

/* ---------------------------------------------------------------------------------------------------------------------
    Valeurs 
--------------------------------------------------------------------------------------------------------------------- */

.gtm-valeurs {
    padding: 40px;
}

.gtm-valeurs .gtm-custom {
    border: 3px solid #ffcc33;
    padding: 40px;
}

.gtm-valeurs h2 {
    text-align: center;
}

/* ---------------------------------------------------------------------------------------------------------------------
    Vision 
--------------------------------------------------------------------------------------------------------------------- */

.gtm-bg-noir {
    background-color: #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
}

.gtm-bg-noir .gtm-custom {
    padding: 6vw;
}

/* ---------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------
  CONSTRUCTION
------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------- */

.gtm-bg-jaune a {
    color: #000;
}

.gtm-bg-jaune a:hover {
    color: #fff;
}

.gtm-bg-jaune a::before {
    background-color: #000 !important;
  }


/* ---------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------
  APPELS À L'ACTION
------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------- */

.gtm-action {
    position: relative;
}

.gtm-action::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: rgb(23,22,22);
    background: linear-gradient(180deg, rgba(23,22,22,0) 0%, rgba(23,22,22,1) 100%);
}

.gtm-action .gtm-custom {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 80svh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px;
    text-align: center;
}

.gtm-action .gtm-custom *  {
    position: relative;
    z-index: 2;
}

.gtm-action .gtm-custom h2, .gtm-action .gtm-custom h6 {
    color: #fff;
}


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


/* ---------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------
  FAQ
------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------- */

.gtm-accordions {
    background-color: transparent !important;
    margin-bottom: 20px !important;
}

.gtm-accordions[data-rlta-element="button"] {
    border: 0px solid #fff !important;
    background-color: #ffcc33 !important;
    color: #000 !important;
}

/* .gtm-accordions[data-rlta-element="panel"] {
    border: 1px solid #fff !important;
} */

.gtm-accordions[data-rlta-element="button"]:focus, .gtm-accordions[data-rlta-element="button"]:hover {
    background-color: transparent !important;
}

.gtm-accordions[data-rlta-element="button"]:focus, .gtm-accordions[data-rlta-element="button"]:hover {
    border: 0px solid #ffcc33 !important;
    background-color: #fff !important;
    color: #000 !important;
}

.gtm-accordions a {
    color: #fff !important;
}

/* ---------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------
  FOOTER
------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------- */

.gtm-content-footer {
    position: relative;
    color: #fff;
}

.gtm-content-footer::before {
    content: "";
    position: absolute;
    background-color: #000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
}

.gtm-content-footer .gtm-custom {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 4vw;
    gap: 4%;
}

.gtm-content-footer .gtm-custom .gtm-footer-logo, .gtm-content-footer .gtm-custom .gtm-footer-slogan, .gtm-content-footer .gtm-custom .gtm-footer-coordonnees {
    margin-bottom: 30px;
}

.gtm-content-footer .gtm-custom .gtm-footer-logo {
    text-align: center;
}

.gtm-content-footer .gtm-custom .gtm-footer-logo img {
    width: 200px;
}


.gtm-bg-hero::after {
    content: url(/images/ligne-jaune.svg);
    position: absolute;
    z-index: 3;
    bottom: 4vw;
    right: 0;
    width: calc(100% - 4vw);
}

.no-tel {
    pointer-events: none;
    user-select: text;
    color: #fff !important;
    text-decoration: none !important;
    -webkit-text-decoration: none !important;
    background-color: transparent !important;
    -webkit-text-fill-color: #fff !important;
    -webkit-user-modify: read-only !important;
}

@media screen and (min-width: 840px) {
    .gtm-content-footer .gtm-custom {
        flex-direction: row;
        text-align: left;
    }

    .gtm-content-footer .gtm-custom .gtm-footer-logo, .gtm-content-footer .gtm-custom .gtm-footer-slogan, .gtm-content-footer .gtm-custom .gtm-footer-coordonnees {
        width: 50%;
        margin-bottom: 0px;
    }
    
    
}

.gtm-licence {
    font-size: 10px;
    display: block;
}


/* ---------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------
  DESIGN SEPCIAL
------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------- */

.gtm-texte-right {
    text-align: right;
}

.gtm-reno-marge {
    margin-top: 40px;
}

.gtm-logo-top-nb {
    display: none;
}

#oups .gtm-logo-top-nb, #merci .gtm-logo-top-nb, #compte .gtm-logo-top-nb, #cr-dits .gtm-logo-top-nb, #sitemap .gtm-logo-top-nb {
    display: block;
}

#oups .gtm-logo-top-blc, #merci .gtm-logo-top-blc, #compte .gtm-logo-top-blc, #cr-dits .gtm-logo-top-blc, #sitemap .gtm-logo-top-blc {
    display: none;
}

#compte, #cr-dits {
    margin-top: 100px;
}

#sitemap {
    margin-top: 200px;
}

@media screen and (min-width: 1800px) {
    .gtm-marge-design {
        padding-top: 50px;
    }
}

