* {
    margin: 0;
    padding: 0;
}

html {
    width: 100%;
    height: 100%;
    /* overflow: hidden; */

}

body {
    width: 100%;
    font-size: 10px;
    font-family: "neuzeit-grotesk", sans-serif;
    font-weight: 300;
    background-color: #8B1600;
    color: #fff;
}

html.overflow-hidden,
body.overflow-hidden {
	overflow: hidden;
}

/******************************************/
/******************************************/
/******************************************/
/******************************************/
/*********        GÉNÉRAL       ***********/
/******************************************/
/******************************************/
/******************************************/

h1,
h2,
h3,
h4 {
    font-family: "neuzeit-grotesk", sans-serif;
}

h1 {
    font-size: 3.4rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 30px;
    color: #9c1006;
}

h2 {
    font-size: 34px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 20px;
    /* color: #9c1006; */
}

h2.h3 {
    font-size: 1.5rem;
    font-weight: bold;
}

h3,
.contenu_conseils h2 {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 20px;
    color: #9c1006;
}

h4 {
    font-size: 1.2rem;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

p,
li,
a,
label {
    font-size: 16px;
}

a {
    font-size: 1.5rem;
}

a.lien,
.bouton.lien {
    position: relative;
    display: inline-flex;
    align-items: center;
    font-size: 20px;
    width: auto;
    background-color: transparent;
    z-index: 2;
    color: #F24C3D;
}

a.lien:hover,
.bouton.lien:hover {
    /* background-color: #F24C3D; */
    color: #fff !important;
}

#grid a.lien svg path {
    transition: all .3s ease;
}

#grid a.lien:hover svg path {
    stroke: #fff;
    transition: all .3s ease;
}

p {
    margin-bottom: 20px;
    line-height: 2rem;
    color: #fff;
}

ul,
li {
    list-style-type: none;
}

img {
    display: block;
    max-width: 100%;
    object-fit: cover;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.couleur-secondaire {
    color: #9c1006;
}

.fond-couleur-tierce {
    background-color: #F24C3D;
}

.fond-bleu {
    background-color: #F24C3D;
}

.fond-couleur-tierce h3 {
    color: #fff;
}

.left {
    float: left;
}

.right {
    float: right;
}

.txt-centre {
    text-align: center;
}

.max-585 {
    width: 100%;
    max-width: 585px;
    margin: auto;
}

.clearfix:after {
    content: "";
    clear: both;
    display: block;
}

.clear {
    clear: both;
}

.flex {
    position: relative;
    display: flex;
}

hr.couleur-secondaire {
    display: block;
    width: 33px;
    height: 1px;
    border: 0;
    border-top: 1px solid #9c1006;
    margin: 1em 0;
    padding: 0;
}

a {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s ease;
}

a:hover {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s ease;
}

a:focus {
    outline: none;
    border: 0;
}

.linkarticle {
    font-size: 1.2rem;
    font-weight: bold;
    color: #9c1006;
}

.btn-plein {
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 600;
    padding-left: 25px;
    padding-right: 25px;
    color: #8B1600;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #fff;
    border: none;
}

.btn-plein:hover {
    background-color: #F24C3D;
    border: solid 2px #fff;
}


/******************************************/
/******************************************/
/******************************************/
/******************************************/
/*****     HEADER + MENU        ***********/
/******************************************/
/******************************************/
/******************************************/

header {
    position: fixed;
    font-weight: 700;
    width: 100%;
    background: #8B1600;
    top: 0;
    z-index: 100;
    box-shadow: 0px 2px 10px 0.1px rgba(0, 0, 0, 0.3);
    transition: background 0.3s ease;
}

header .logo a {
    width: 100%;
    height: 100%;
}

header .logo img {
    width: auto;
    height: 40px;
}

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

    header {
        background-color: #000;
    }

    header .logo img {
        height: 36px;
    }
}


header .logo {
    margin-left: 4rem;
}

@media only screen and (max-width: 576px) {
    header .logo img {
        width: auto;
        height: 35px;
    }

    header .logo {
        margin-left: 0px;
    }

}



a.btn-plein {
    transition: ease 0.3s all;
    color: #F24C3D;
    border: none;
}

a.btn-plein:hover {
    background-color: #F24C3D !important;
    color: #fff;
    border: none !important;
    transition: ease 0.3s all;
}

a.btn-plein::before,
.logo a::before {
    content: '';
    display: none;
}

header a.btn-plein:hover:before {
    transform: unset;
    transition: ease 0.3s all;
}

header .menu-principal+.btn-plein {
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: bold;
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #fff;
    color: #F24C3D;
    border: none;
}

header .menu-principal+.btn-plein:hover {
    padding-top: 25px;
    color: #fff;
    padding-bottom: 25px;
    background-color: #F24C3D;
}


@media (max-width: 576px) {
    header .btn-plein {
        padding-top: 25px;
        padding-bottom: 25px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

header a {
    color: #fff;
}

header a {
    position: relative;
    display: block;
    padding: 16px 0;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    transition: color 0.1s, background-color 0.1s, padding 0.2s ease-in;
    color: #fff;
}

header li a::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 10px;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: #F24C3D;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: color 0.1s, transform 0.2s ease-out;
}

header li a:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
}

header a:hover {
    color: #fff;
}

header #menu-menu-principal {
    margin: 0;
}

header #menu-menu-principal li,
header #menu-special-page-soumission li {
    display: inline-block;
    position: relative;
    text-align: center;
}

header #menu-menu-principal>li:not(:first-child),
header #menu-special-page-soumission li:not(:first-child) {
    margin-left: 25px;
}

header #menu-menu-principal li a {
    font-size: 1.2rem;
    font-weight: 300;
    text-transform: uppercase;
}

.menu-principal .sub-menu {
    display: none;
    position: absolute;
    padding: 20px;
    top: 60px;
    transform: translateX(-200px);
}

.sub-menu a {
    font-size: 1rem !important;
}

.menu-principal .menu-item-has-children:hover .sub-menu {
    display: inline-block;
    min-width: 400px;
    background-color: #8B1600;
}

.menu-principal .menu-item-has-children .sub-menu li {
    display: block !important;
}

.menu-principal .menu-item-has-children .sub-menu li a {
    display: inline-block !important;
}


.menu-footer li a {
    color: #bbbbbb;
    font-size: 1rem;
}

#hamburger-icon {
    width: 40px;
    height: 20px;
    position: relative;
    display: block;
    cursor: pointer;
}

#hamburger-icon .line {
    display: block;
    background: #fff;
    width: 40px;
    height: 3px;
    position: absolute;
    left: 0;
    border-radius: 15px;
    transition: all 0.4s;
}

#hamburger-icon .line.line-1 {
    top: 0;
}

#hamburger-icon .line.line-2 {
    top: 50%;
}

#hamburger-icon .line.line-3 {
    top: 100%;
}

#hamburger-icon:hover .line-1,
#hamburger-icon:focus .line-1 {
    transform: translateY(-4px);
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
}

#hamburger-icon:hover .line-3,
#hamburger-icon:focus .line-3 {
    transform: translateY(4px);
    -webkit-transform: translateY(4px);
    -moz-transform: translateY(4px);
}

#hamburger-icon.active .line-1 {
    transform: translateY(10px) translateX(0) rotate(45deg);
    -webkit-transform: translateY(10px) translateX(0) rotate(45deg);
    -moz-transform: translateY(10px) translateX(0) rotate(45deg);
}

#hamburger-icon.active .line-2 {
    opacity: 0;
}

#hamburger-icon.active .line-3 {
    transform: translateY(-10px) translateX(0) rotate(-45deg);
    -webkit-transform: translateY(-10px) translateX(0) rotate(-45deg);
    -moz-transform: translateY(-10px) translateX(0) rotate(-45deg);
}

.menu-hamburger {
    position: fixed;
    width: 100%;
    min-height: calc(100vh - 68px);
    background-color: #fff;
    top: -100%;
    left: 0;
    z-index: 10;
    transition: 0.4s ease;
    overflow-y: scroll;
}

.menu-hamburger.open {
    top: 68px;
    height: 100%;
}

.menu-hamburger ul {
    padding: 70px 0px 30px 0px;
    display: block;
}

.menu-hamburger li {
    margin-bottom: 20px;
    text-align: left;
    padding-left: 15px;
}

.menu-hamburger li a {
    color: #000;
    font-size: 1.3rem;
    font-weight: 500;
    text-transform: uppercase;
}

.menu-hamburger .sub-menu {
    display: none;
    padding-top: 20px;
    padding-bottom: 0;
}

.menu-hamburger.open .sub-menu {
    display: block;
}


/******************************************/
/******************************************/
/******************************************/
/******************************************/
/*********        SECTIONS       **********/
/******************************************/
/******************************************/
/******************************************/

section {
    padding-top: 25px;
    padding-bottom: 25px;
}

@media (min-width: 992px) {
    section {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}


#entete {
    background-color: #8B1600;
}

#banniere_accueil {
    color: #fff;
    min-height: 100vh;
    width: calc(100% - 200px);
    margin: 0 auto;
    /* margin:0px 4rem; */

}

@media only screen and (max-width: 991px) {
    #banniere_accueil {
        width: 100%;
    }
}

@media only screen and (max-width: 576px) {
    #banniere_accueil {
        margin: 0px 0rem;
    }
}

#banniere_accueil h1 {
    font-weight: 800;
    font-size: 4rem;
    line-height: 1.2em;
    margin-bottom: 15px;
    text-shadow: 1px 1px 6px #00000080;
    color: #fff;
}

@media (max-width: 768px) {
    #banniere_accueil h1 {
        font-size: 3rem;
        margin-bottom: 0;
    }
}

#banniere_accueil p {
    font-weight: 300;
    font-size: 1.6rem;
    text-transform: uppercase;
}

#banniere_accueil p span {
    font-weight: bold;
}

#banniere_accueil .btn-plein {
    width: fit-content;
}

#banniere_accueil .btn-plein:hover {
    background-color: #fff;
    border: solid 2px #fff;
}

.paragraphe h1 {
    font-size: 40px;
    font-weight: bold;
    line-height: 50px;
    color: #fff;
}

.paragraphe h1 span {
    font-size: 40px;
    font-weight: bold;
    line-height: 50px;
    color: #fff;
}

.paragraphe h2 {
    color: #fff;
    margin-top: 50px;
    text-align: center;
}

.paragraphe h2 span {
    color: #000;
    font-weight: bold;
}

.paragraphe p {
    color: #fff;
}

.paragraphe a {
    color: #F24C3D;
}

.paragraphe a:hover {
    text-decoration: underline;
}

#intro-conseils {
    padding-bottom: 20px;
}

#intro-conseils.paragraphe h1 {
    /** font-size: 2rem; **/
    color: #000;
}

#intro-conseils.paragraphe h1 span {
    color: #000;
    font-weight: bold;
}

#conseils {
    padding-top: 0px;
}

#conseils p {
    color: #000;
}

#conseils a:hover svg path {
    stroke: #000;
}

.numConseil {
    text-align: left;
    font: normal normal bold 60px/70px "neuzeit-grotesk", sans-serif;
    letter-spacing: 1.2px;
    color: #000;
}

#expertise,
#produits,
#services {
    padding: 100px 0px;
}

#banniere img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

#grid {
    padding: 0px;
}

#grid .image {
    position: relative;
}

#grid svg,
#conseils svg {
    height: 20px;
    margin-right: 10px;
    vertical-align: middle;
    transition: all 0.3s ease;
}

#grid svg path,
#conseils svg path {
    fill: none;
    stroke-width: 3px;
}


#grid img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

@media only screen and (max-width: 768px) {
    #grid img {
        position: relative;
    }
}

#grid.services .col-lg-3 {
    min-height: 300px;
}

#grid.services .col-lg-6 {
    background-color: #F24C3D;
}

@media (max-width: 768px) {
    #grid.services .col-lg-3 {
        min-height: unset;
    }
}

#grid .texte-bg-fonce {
    background-color: #F4F4F4;
}

@media (max-width: 1023px) {
    #grid .texte-bg-rouge.texte-md-bg-pale {
        background-color: #F4F4F4;
    }

    #grid .texte-bg-rouge.texte-md-bg-pale h2,
    #grid .texte-bg-rouge.texte-md-bg-pale h3,
    #grid .texte-bg-rouge.texte-md-bg-pale p,
    #grid .texte-bg-rouge.texte-md-bg-pale a {
        color: #000;
    }

    #grid .texte-bg-rouge.texte-md-bg-pale a svg path {
        stroke: #F24C3D;
    }

    #grid .texte-bg-pale.texte-md-bg-rouge {
        background-color: #F24C3D;
    }

    #grid .texte-bg-pale.texte-md-bg-rouge h2,
    #grid .texte-bg-pale.texte-md-bg-rouge h3,
    #grid .texte-bg-pale.texte-md-bg-rouge p,
    #grid .texte-bg-pale.texte-md-bg-rouge a {
        color: #000;
    }

    #grid .texte-bg-pale.texte-md-bg-rouge a svg path {
        stroke: #8B1600;
    }

    #grid .texte-bg-rouge.texte-md-bg-blanc {
        background-color: #fff;
    }

    #grid .texte-bg-rouge.texte-md-bg-blanc h2,
    #grid .texte-bg-rouge.texte-md-bg-blanc h3,
    #grid .texte-bg-rouge.texte-md-bg-blanc p,
    #grid .texte-bg-rouge.texte-md-bg-blanc a {
        color: #000;
    }

    #grid .texte-bg-blanc.texte-md-bg-rouge {
        background-color: #F24C3D;
    }

    #grid .texte-bg-blanc.texte-md-bg-rouge h2,
    #grid .texte-bg-blanc.texte-md-bg-rouge h3,
    #grid .texte-bg-blanc.texte-md-bg-rouge p,
    #grid .texte-bg-blanc.texte-md-bg-rouge a {
        color: #fff;
    }
}

#grid .texte-bg-fonce h2,
#grid .texte-bg-fonce h3,
#grid .texte-bg-fonce p,
#grid .texte-bg-fonce a {
    color: #fff;
}

#grid .texte-bg-pale {
    background-color: #F4F4F4;
}

#grid .texte-bg-pale h2.h3 {
    color: #8B1600;
}

#grid .texte-bg-rouge {
    background-color: #000;
}

#grid .texte-bg-rouge h3 {
    color: #fff;
}

#grid .texte-bg-rouge a:not(.lien) {
    font-size: 16px;
    font-weight: bold;
    text-decoration: underline;
}

#grid .texte-bg-rouge a:not(.lien):hover {
    text-decoration: none;
}

#grid .texte-bg-rouge a.lien {
    color: #8B1600;
}

#grid .texte-bg-rouge a.lien svg path {
    stroke: #8B1600;
}

#grid .texte-bg-rouge a.lien:hover {
    color: #fff;
}

#grid .texte-bg-rouge a.lien:hover svg path {
    stroke: #fff;
}

#grid .texte-bg-pale h3,
#grid .texte-bg-pale p,
#grid .texte-bg-pale a {
    color: #000;
}

#grid .texte-bg-pale a {
    color: #F24C3D;
}

#grid .texte-bg-pale a:hover {
    color: #8B1600 !important;
}

#grid .texte-bg-pale a:hover svg path {
    stroke: #8B1600;
}

#grid .texte-bg-blanc h3,
#grid .texte-bg-blanc p,
#grid .texte-bg-blanc a {
    color: #000;
}

#grid .texte:nth-child(2n-1) a {
    color: #fff;
}

#grid .texte-bg-fonce a:hover,
#grid .texte-bg-pale a:hover {
    color: #F24C3D;
}

#grid .texte a svg path {
    stroke: #F24C3D;
}

#grid a svg path,
#conseils a svg path {
    stroke: #F24C3D;
}

#grid a:hover svg path {
    stroke: #F24C3D;
}

#grid .contact h3 {
    color: #fff;
}

#grid.produits .col-lg-3 {
    min-height: 300px;
}

#partenaires .logo {
    width: 100%;
    padding: 10px;
    height: 90px;
}

#partenaires .logo img {
    /*width: 100%;*/
    height: auto;
}

#intro-service {
    padding: 80px 0px;
}

@media (min-width:1200px) {
    section.contact {
        padding-top: 130px;
        padding-bottom: 130px;
    }
}

#contact .links img {
    float: left;
    margin-right: 10px;
}

#contact a.btn-plein:hover {
    color: #F24C3D;
    background-image: linear-gradient(to bottom, #fff, #fff);
}



#contact p {
    font-size: 1.1rem;
}

#contact .links a {
    color: #F24C3D;
    font-size: 1.1rem;
    text-decoration: none;
    transition: all .3s ease;
}


#contact svg {
    height: 15px;
    margin-left: 15px;
    fill: none;
}


.bouton svg path {
    stroke: #F24C3D;
    stroke-width: 3px;
}

.bouton:hover svg path {
    stroke: #fff;
}


/******************************************/
/******************************************/
/******************************************/
/******************************************/
/*******     FORMULAIRE  CF7    ***********/
/******************************************/
/******************************************/
/******************************************/


#contact .formulaire {
    background-color: #000;
    padding: 35px;
    margin-bottom: -100px;
}

#contact .formulaire h2 {
    color: #fff;
    font-weight: bold;
}

@media (max-width: 992px) {
    #contact .formulaire {
        padding: 35px;
        margin-bottom: 60px;
    }
}

@media (max-width: 576px) {
    #contact .formulaire {
        padding: 20px;
    }
}

#contact label {
    color: #fff;
    text-transform: uppercase;
    width: 100%;
}

#contact .links a:hover {
    text-decoration: underline;
    transition: all .3s ease;
}

.wpcf7-form p {
    margin-bottom: 0;
}

.wpcf7-form p:empty {
    display: none;
}

.wpcf7-form select,
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea {
    width: 100%;
    background: transparent;
    color: #fff;
    padding: 8px;
    margin-top: 5px;
    margin-bottom: 10px;
    border: 1px solid #fff;
    font-size: initial;
}

.wpcf7-form .wpcf7-form-control.top {
    margin-top: 0;
}

.wpcf7-form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg fill='white' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 97%;
    background-position-y: 7.5px;
}

.wpcf7-form textarea {
    /* border-radius: 10px; */
    max-width: 100%;
    min-width: 100%;
}

.wpcf7-form .bouton p {
    display: flex;
    justify-content: start;
    align-items: center;
}

.wpcf7-form .bouton i {
    font-size: 1.3rem;
    color: #000;
}

.wpcf7-form input[type="submit"] {
    color: #fff;
    border: 0px solid #fff;
    background-color: transparent;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 0px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    cursor: pointer;
}

.wpcf7-form input[type="submit"]:hover {
    color: #fff;
}

.wpcf7 .ajax-loader {
    position: absolute;
    margin: 0 50px;
}

.wpcf7-response-output {
    color: #fff;
}

/******************************************/
/******************************************/
/******************************************/
/******************************************/
/*********       GOOGLE MAP      **********/
/******************************************/
/******************************************/
/******************************************/

#map_canvas1,
#map_canvas2 {
    width: 100%;
    min-height: 225px;
    margin-top: 20px;
    margin-bottom: 50px;
}

section #map_canvas1 img,
section #map_canvas2 img {
    box-shadow: none;
}

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

footer {
    padding: 60px 0px 20px;
    background-color: #fff;
}

footer hr {
    background-color: #000;
}

footer p {
    color: #000;
    margin-bottom: 10px;
}

footer h4 {
    margin-top: 0;
    color: #000;
    font-size: 15px;
}

footer .copyright p,
footer .copyright a {
    margin-bottom: 0px;
    font-size: 12px;
}

footer .copyright a:hover {
    text-decoration: underline;
}

footer .footer a {
    color: #F24C3D;
    font-size: 15px;
    line-height: 20px;
    text-decoration: none;
    transition: all 0.3s ease;
}


footer .footer a.text-black {
    color: #000;
}

footer .footer a:hover {
    /* color: #000; */
    transition: all 0.3s ease;
    text-decoration: underline;
}

footer .footer .menu li {
    margin-bottom: 15px;
}

footer .footer .menu a {
    color: #000;
    font-size: 16px;
    transition: all 0.3s ease;
    text-transform: uppercase;
}


footer .footer .menu a:hover {
    text-decoration: underline;
}

footer .footer h3 {
    color: #F24C3D;
    font-size: 1.2rem;
    font-weight: bold;
}

footer .logo-antidote svg {
    height: 14px;
}

footer .sub-menu {
    display: none;
}

.btn-consent {
    display: block;
    position: fixed;
    right: 75px;
    bottom: 0;
    padding: 8px 10px;
    background-color: #fff;
    border-radius: 10px 10px 0 0;
    -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
    color: #000;
    font-size: 16px;
    transform: translateY(75%);
    transition: transform 0.3s;
    z-index: 9;
}

.btn-consent:hover {
    color: #000;
    text-decoration: none;
    transform: none;
}

.main.page p {
    color: #000;
}

.main.page ul {
    list-style-type: disc;
    padding-left: 20px;
}

.main.page ul li {
    list-style-type: disc;
}

.main.page a {
    font-size: 1.2rem;
    color: #F24C3D;
}