/* RESET CSS */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

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

main {
    display: block;
    margin: 0 auto;
}

img {
    height: auto;
}

/* LAYOUT PRINCIPAL */
#site-navigation, .pad {
    display: block;
    margin: 0 auto;
    width: 1250px;
}

#masthead {
    display: block;
    width: 100%;
    height: auto;
    background: #fff;
    top: 0;
}

#site-navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    height: auto;
    padding: 20px 0;
}

#navbar-collapse, #navbar-logo {
    position: relative;
    display: flex;
    align-items: center;
}

#navbar-collapse li {
    position: relative;
}

#navbar-logo {
    flex: 0 0 auto;
}

#navbar-logo img {
    display: block;
    width: auto;
    height: 60px;
}

#navbar-collapse {
    margin-left: auto;
}

#navbar-collapse .menu {
    display: flex;
    align-items: center;
    gap: 30px;
}

#navbar-collapse li {
    padding-left: 0;
}

header li .sub-menu {
    height: 0;
    position: absolute;
    text-align: center;
    margin-top: 0;
    margin-left: -30px;
    overflow: hidden;
}

header li:hover .sub-menu {
    height: auto;
}

/* NAVIGATION MOBILE */
#site-navigation-mobile, #mobile-menu, #fermeture-menu, #ouverture-menu, .tel-mob {
    display: none;
}

#site-navigation-mobile {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

#mobile-menu {
    height: auto;
}

#fermeture-menu, #ouverture-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    padding: 0;
    z-index: 1;
}

.mobhidden {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.1s, opacity 0.1s linear;
}

.mobvisible {
    visibility: visible;
    transition: visibility 0.1s, opacity 0.1s linear;
    opacity: 1;
}

#content-menu {
    position: fixed;
    background: #000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

#sub-content {
    padding-top: 82px;
}

#content-menu a {
    color: #fff;
    text-transform: uppercase;
}

#sub-content li {
    text-align: left;
    display: block;
    margin: 0 0 4% 50px;
    font-size: 130%;
}

#sub-content ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    margin: 40px 0;
}

/* FOOTER */
footer {
    background: #f9f9f9;
}

#footer-content {
    display: block;
    margin: 0 auto;
    width: 1250px;
    padding: 100px 0 70px;
}

#footer-content h4 {
    font-size: 25px;
    margin: 0 0 20px;
}

#footer1, #footer2 {
    display: inline-block;
    vertical-align: top;
}

#footer1 {
    width: 50%;
}

#footer2 {
    width: 40%;
}

#footer2 a {
    font-size: 18px;
    line-height: 26px;
}

/* CONTENU */
#layoutContent {
    padding: 80px 0 100px;
}

.content {
    text-align: justify;
}

.thumbUne {
    width: 100%;
    height: auto;
}

/* TYPOGRAPHIE */
@font-face {
    font-display: swap;
    font-family: 'Poppins';
    src: url(assets/font/poppins/Poppins.eot);
    src: url(assets/font/poppins/Poppins.ttf) format('truetype'), url(assets/font/poppins/Poppins.woff) format('woff'), url('assets/font/poppins/Poppins.eot?#iefix') format('embedded-opentype'), url('assets/font/poppins/Poppins.svg#Poppins') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    src: url(assets/font/roboto/Roboto.eot);
    src: url(assets/font/roboto/Roboto.ttf) format('truetype'), url(assets/font/roboto/Roboto.woff) format('woff'), url('assets/font/roboto/Roboto.eot?#iefix') format('embedded-opentype'), url('assets/font/roboto/Roboto.svg#Roboto') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    src: url(assets/font/roboto/Roboto-bold.eot);
    src: url(assets/font/roboto/Roboto-bold.ttf) format('truetype'), url(assets/font/roboto/Roboto-bold.woff) format('woff'), url('assets/font/roboto/Roboto-bold.eot?#iefix') format('embedded-opentype'), url('assets/font/roboto/Roboto-bold.svg#Roboto-bold') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    src: url(assets/font/roboto/Roboto-Italic.eot);
    src: url(assets/font/roboto/Roboto-Italic.ttf) format('truetype'), url(assets/font/roboto/Roboto-Italic.woff) format('woff'), url('assets/font/roboto/Roboto-Italic.eot?#iefix') format('embedded-opentype'), url('assets/font/roboto/Roboto-Italic.svg#Roboto-Italic') format('svg');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    src: url(assets/font/roboto/Roboto-Italic-bold.eot);
    src: url(assets/font/roboto/Roboto-Italic-bold.ttf) format('truetype'), url(assets/font/roboto/Roboto-Italic-bold.woff) format('woff'), url('assets/font/roboto/Roboto-Italic-bold.eot?#iefix') format('embedded-opentype'), url('assets/font/roboto/Roboto-Italic-bold.svg#Roboto-Italic-bold') format('svg');
    font-weight: 700;
    font-style: italic;
}

a, p, ul, li {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #6f6f6f;
    line-height: 24px;
}

p {
    padding-bottom: 15px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Poppins', sans-serif;
    position: relative;
    margin: 0 0 10px;
    color: #232323;
}

h1, h2 {
    padding: 0 0 20px;
    margin: 0 0 40px;
}

#band p, #band-home p {
    font-family: 'Poppins', sans-serif;
}

h1, .h1 {
    font-size: 35px;
}

h2, .h2 {
    font-size: 30px;
}

h3, .h3 {
    font-size: 18px;
}

h4, .h4 {
    font-size: 17px;
}

h5, .h5 {
    font-size: 16px;
}

h6, .h6 {
    font-size: 15px;
}

a {
    cursor: pointer;
    text-decoration: none;
    color: #FF6000;
}

a:hover {
    opacity: .8;
}

#navbar-collapse li a {
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    color: #232323;
}

.ontitle {
    color: #FF6000 !important;
    font-weight: bold !important;
    margin-bottom: 10px !important;
    padding-bottom: 0px !important;
}

.under-left:after, .under-center:after {
    content: '';
    display: block;
    width: 100px;
    height: 2px;
    background: #FF6000;
    margin: 0 auto;
    position: absolute;
    left: 0;
    bottom: 0;
}

.under-center:after {
    right: 0;
}

/* SECTIONS PAGE D'ACCUEIL */
#band {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
}

#band-home {
    background: url(assets/bg/bg-home.jpg);
    position: relative;
}

#band {
    background: url(assets/bg/bg-page.jpg);
}

.mask-home {
    background-color: rgb(0 0 0 / .3);
}

.titre {
    padding: 42vh 0;
    font-size: 65px;
    color: #fff;
    text-align: center;
}

.and {
    color: #c2c2c2;
}

.garantie {
    position: absolute;
    bottom: 21px;
}

.garantie-left, .garantie-right {
    display: inline-block;
    vertical-align: top;
}

.garantie-left p {
    padding: 16px 0;
    font-size: 70px;
    color: #c2c2c2;
}

.garantie-right p {
    padding: 0;
    font-size: 35px;
    color: #fff;
}

.home #section-2 {
    padding: 70px 0 90px;
    text-align: center;
}

.home #section-2 p {
    width: 80%;
    margin: 0 auto;
}

.home .bloc-icon {
    margin-top: 40px;
}

.home .bloc-icon > div {
    width: 29%;
    display: inline-block;
    vertical-align: top;
}

.home .bloc-icon h3 {
    margin: 14px 0 10px;
}

.home #section-3 {
    background: url(assets/bg/bg-tcd.jpg) center;
}

.home .mask-tcd {
    background: rgb(0 0 0 / .7);
}

.home .bloc-tcd {
    padding: 100px 0;
}

.home .bloc-tcd h2 {
    color: #fff;
}

.home .bloc-tcd p {
    width: 50%;
    color: #fff;
    font-weight: 400;
    line-height: 200%;
}

.home #section-4 {
    padding: 90px 0;
}

.home #section-4 .bloc-confiance {
    width: 50%;
    float: left;
    margin-top: 25px;
}

.home #section-4 .frameThumb {
    float: right;
}

.home #section-4 .frameThumb img {
    border-radius: 9px;
}

.clear {
    clear: both;
}

/* SECTIONS PAGES INTÉRIEURES */
#page .mask-page {
    background-color: rgb(0 0 0 / .3);
}

#page #band p {
    font-size: 40px;
    color: #fff;
    padding: 110px 0;
}

#page #section-2 {
    padding: 90px 0;
}

#page #section-2 h1 {
    text-align: left;
}

#page #section-2 .content {
    width: 53%;
    float: left;
    margin-top: 5px;
}

#page #section-2 .frameThumb {
    float: right;
}

#page #section-2 .frameThumb img {
    border-radius: 9px;
}

#page #section-3 {
    padding: 100px 0 80px;
    background: #f9f9f9;
}

#page #section-3 .bloc-1, #page #section-3 .bloc-2 {
    width: 40%;
    text-align: justify;
    display: inline-block;
    vertical-align: top;
    margin-right: 9%;
}

#page #section-4 {
    padding: 80px 0 100px;
    text-align: center;
}

/* SECTION CONTACT */
#section-5 {
    background: url(assets/bg/bg-contact.jpg) center;
}

#section-5 .mask-contact {
    background: rgb(0 0 0 / .8);
}

#section-5 .bloc-contact {
    padding: 90px 0;
    width: 80%;
    margin: 0 auto;
}

#section-5 .bloc-contact p, #section-5 .bloc-contact h2 {
    color: #fff;
    text-align: center;
}

#section-5 .bloc-num {
    text-align: center;
}

#section-5 .bloc-num p {
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
}

#section-5 .bloc-num img {
    margin: 20px 0;
}

#section-5 .bloc-contact h2:after {
    content: '';
    display: block;
    width: 100px;
    height: 2px;
    background: #fff;
    margin: 0 auto;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
}

/* PAGE MENTIONS LÉGALES */
.page-id-8 #layoutContent {
    text-align: justify;
}

.page-id-8 h2 {
    margin: 20px 0 0;
}

.page-id-8 h3 {
    margin-top: 20px;
}

.page-id-8 #layoutContent li {
    font-family: 'Roboto', sans-serif;
    color: #6f6f6f;
    line-height: 24px;
}

/* RESPONSIVE DESIGN */
@media screen and (max-width: 1260px) {
    #site-navigation, #footer-content, .pad {
        width: 80%;
    }

    #site-navigation {
        gap: 24px;
    }

    #navbar-collapse .menu {
        gap: 18px;
    }

    .home #section-4 .bloc-confiance {
        width: 55%;
    }

    .frameThumb {
        width: 40%;
        margin-top: 45px;
    }

    .home #section-4 .bloc-confiance h2 {
        margin: 0 0 20px;
    }

    #page #section-2 h1 {
        text-align: left;
        margin: 0 0 20px;
    }

    #page #section-3 .bloc-1, #page #section-3 .bloc-2 {
        width: 46%;
        margin-right: 6%;
    }

    #page #section-3 .bloc-2 {
        margin-right: 0;
    }

    #page #section-3 h3 {
        text-align: left;
    }

    #section-4 .realisation img {
        width: 270px;
    }
}

@media screen and (max-width: 1050px) {
    #site-navigation, #footer-content, .pad {
        width: 80%;
    }

    #navbar-logo {
        max-width: 100%;
    }

    #site-navigation {
        gap: 18px;
    }

    #navbar-collapse .menu {
        gap: 14px;
    }

    #navbar-collapse li a {
        font-size: 14px;
    }

    .and {
        display: block;
    }

    .home .bloc-icon > div {
        width: 48%;
    }

    .home .bloc-tcd p {
        width: 80%;
    }

    .frameThumb, .home #section-4 .bloc-confiance, #page #section-2 .content {
        width: 100%;
        margin: 0 auto 20px;
        max-width: 70%;
        text-align: center;
        float: none !important;
    }

    #page #section-2 h1 {
        text-align: center;
    }

    .home #section-4 .bloc-confiance .under-left:after, #page #section-2 .content .under-left:after {
        right: 0;
    }

    #section-4 .realisation img {
        width: 200px;
    }
}

@media screen and (max-width: 920px) {
    #site-navigation, .tel-desk {
        display: none;
    }

    #site-navigation-mobile, .tel-mob {
        display: block;
    }

    #site-navigation-mobile {
        display: grid;
        grid-template-columns: auto 1fr auto;
        align-items: center;
        min-height: 72px;
        padding: 16px 20px;
        box-sizing: border-box;
    }

    #site-navigation-mobile #navbar-logo {
        padding: 0;
        grid-column: 1;
        width: 60px;
    }

    #site-navigation-mobile #navbar-logo img {
        height: 60px;
        object-fit: contain;
    }

    #mobile-menu {
        display: flex;
        align-items: center;
        justify-content: center;
        grid-column: 3;
        width: 42px;
        margin-left: auto;
    }

    #ouverture-menu {
        position: static;
    }

    #content-menu {
        padding: 16px 20px 40px;
        box-sizing: border-box;
    }

    #fermeture-menu {
        position: absolute;
        top: 25px;
        right: 20px;
    }

    #sub-content {
        padding-top: 82px;
    }

    #sub-content ul {
        margin: 0;
    }
}

@media screen and (max-width: 782px) {
    #footer1, #footer2 {
        padding: 20px 0;
        width: 100%;
        display: block;
    }

    #ouverture-menu, #fermeture-menu {
        display: flex;
    }

    #mobile-menu {
        display: flex;
    }

    #site-navigation-mobile {
        min-height: 68px;
        padding: 14px 16px;
    }

    #content-menu {
        padding: 14px 16px 36px;
    }

    #fermeture-menu {
        top: 23px;
        right: 16px;
    }

    #sub-content {
        padding-top: 78px;
    }

    .sub-menu {
        display: none !important;
    }

    .titre {
        padding: 25vh 0 40vh;
        font-size: 30px;
    }

    .garantie {
        bottom: 50px;
        right: 0;
        left: 0;
        text-align: center;
    }

    .garantie-left, .garantie-right {
        display: block;
    }

    .garantie-left p {
        font-size: 45px;
        padding: 10px 0;
    }

    .garantie-right p {
        font-size: 25px;
    }

    .home #section-2, .home .bloc-tcd, .home #section-4, #section-5 .bloc-contact, #footer-content, #page #section-2, #page #section-3, #page #section-4 {
        padding: 40px 0;
        text-align: center;
    }

    .home .bloc-icon {
        margin-top: 20px;
    }

    .home .bloc-icon > div, .home #section-2 p {
        width: 100%;
    }

    .home .bloc-tcd p {
        width: 100%;
    }

    .under-left:after {
        right: 0;
    }

    h1, h2 {
        padding: 0 0 30px;
        margin: 0 0 30px;
    }

    .frameThumb, .home #section-4 .bloc-confiance, #page #section-2 .content {
        max-width: 100%;
    }

    #section-5 .bloc-contact {
        width: 100%;
    }

    #section-5 .bloc-num img {
        margin: 20px auto 30px;
    }

    #page #band p {
        font-size: 28px;
        color: #fff;
        padding: 80px 0;
        text-align: center;
    }

    #page #section-3 .bloc-1, #page #section-3 .bloc-2 {
        width: 100%;
        margin-right: 0;
        display: block;
    }

    #page #section-3 .content-2 {
        margin-top: 20px;
    }

    #section-4 .realisation img {
        width: 90%;
        margin-bottom: 5px;
    }

    #layoutContent {
        padding: 50px 0;
        text-align: left !important;
    }

    #layoutContent h2 {
        font-size: 22px;
    }

    #layoutContent h3 {
        font-size: 18px;
    }
}