/*
 *   Copyright (c) 2021 
 *   All rights reserved.
 */
@font-face {
    font-family: "Poppins";
    src: url("/fonts/Poppins-Regular.woff2") format("woff2");
  }

*, ::before, ::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Poppins", sans-serif;
    background-color:#fff;
}

nav, ol, ul {list-style: none;}

a {text-decoration: none;}

hr {
    width: 300px;
    background-color: #1c1c1e;
    height: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
}

address {font-style: normal;}

.whats {color:#1c1c1e;}

.clic {vertical-align: middle;}



/* ------------ HEADER --------- */

header {
    position: fixed;
    width: 100%;
    height: 50px;
    z-index: 10;
}

.bandeau {
    width: 100%;
    height:30px;
    background: #EAE6E5;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    padding: 0px 33px;
}

#bandeau-txt {
    width: 100%;
    color: #1c1c1e;
    letter-spacing: 1.2px;
    font-size: 15px;
    z-index:10;
}

.bandeau span {font-size:14px;padding:0 3px 0 30px;}

#bandeau-txt a {font-size: 15px;}

.icon-phone {
    vertical-align:sub;
    width:18px;
    height:auto;
    transform: rotateY(180deg);
}

.header {
    width: 100%;
    height: 45px;
    color: #f1f1f1;
    display: flex;
    justify-content: space-between;
    background-color:#1c1c1e;
    opacity: 0.9;
    padding: 8px 150px;
}

.header .logo a img {
    width: 4.7em;
    border: 3px solid #1c1c1e;
}

.header .logo a img:hover {
    border: 3px solid #F1F1F1;
}

.container{
    position: relative;
}

.header nav {
    display: flex;
}

.header nav ul {
    display: flex;
    align-items: center;
}

.header nav li {
    padding: 0px 15px;
}

.nav-links{
    flex: 2;
}

.nav-link > a{
    line-height: 2rem;
    color: #f1f1f1;
    letter-spacing: 1px;
    font-size: 1.20rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.nav-link > a > i{
    margin-left: .1rem;
}

.nav-link:hover > a{
    transform: scale(1.1);
}

.hamburger-menu-container{
    flex: 1;
    display: none;
    justify-content: flex-end;
    align-items: center;
}

.hamburger-menu{
    display: flex;
    width: 2.5rem;
    height: 2rem;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 3px solid #f1f1f1;  
    border-radius: 10px;
    z-index: 10;
}

.hamburger-menu div{
    position: relative;
    width: 1.5rem;
    height: 2px;
    border-radius: 5px;
    background-color: #f1f1f1;  
    z-index: 11;
    box-shadow: 0 2px 5px rgba(255,101,47,.2);
    transition: all .5s ease-in-out;
}

.hamburger-menu div:before,
.hamburger-menu div:after{
    content: '';
    position: absolute;
    width: inherit;
    height: inherit;
    background-color: #f1f1f1;
    border-radius: 5px;
    transition: .5s;
    box-shadow: 0 2px 5px rgba(255,101,47,.2);
    transition: all .5s ease-in-out;
}

.hamburger-menu div:before{
    transform: translateY(-7px);
}

.hamburger-menu div:after{
    transform: translateY(7px);
}

#check {
    position: absolute;
    top: 65%;
    transform: translateY(-50%);
    width: 3rem;
    height: 2.7rem;
    z-index: 90000;
    cursor: pointer;
    opacity: 0;
    display: none;
}

#check:checked ~ .hamburger-menu-container .hamburger-menu div{
    background-color: transparent;
}

#check:checked ~ .hamburger-menu-container .hamburger-menu div:before{
    transform: translateY(0) rotate(-45deg);
}

#check:checked ~ .hamburger-menu-container .hamburger-menu div:after{
    transform: translateY(0) rotate(45deg);
}

@keyframes animation{
    from{
        opacity: 0;
        transform: translateY(15px);
    }
    to{
        opacity: 1;
        transform: translateY(0px);
    }
}

/* ---------- Sitemap ----------- */

.section-mentions {
    position: relative;
    width: 100%;
    height: auto;
    background: no-repeat left top url(../img/carre-top-left2.png), no-repeat right bottom url(../img/carre-bottom-right2.png);
    padding: 90px 0 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

h1 {
    padding: 40px 0 10px 0;
    text-transform: uppercase;
    font-size: 30px;
}

h2 {padding-bottom: 5px;text-transform: uppercase;line-height: 1.2;}

.mentions-container {
    position: relative;
    width: 1300px;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: baseline;
    flex-wrap:wrap;
    padding-top: 40px;
}

.sitemap-col {
    position: relative;
    width:350px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 12px;
}

.sitemap-col ol {Padding:10px;list-style: disc;}

p {
    line-height: 1.6;
}

/*------------ Rappel Presta ---------- */

.tarif-project {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: no-repeat right top url(../img/carre-top-right2.png);
    padding: 20px 0 60px 0;
    overflow: hidden;
}

.tarif-project h2 {
    width: 100%;
    font-size: 25px;
    padding: 20px 0 10px 0;
}

.tarif-project .container-btn {
    max-width: 600px;
    height: auto;
    justify-content: center;
    align-items: center;
    margin: 20px 0 30px 0;
}

.tarif-project a .btn-index {
    width: 250px;
    height: auto;
    padding: 8px 20px;
    border-radius: 10px;
    cursor: pointer;
    font-size: 18px;
    background-color: #f1f1f1;
    outline: none;
    box-shadow: 0px 2px 5px 0px #1c1c1e;
    transition: all 0.2s ease-in;
}

.tarif-project a .btn-index:hover {
    box-shadow: 0px 1px 1px 0px #1c1c1e;
    transform: scale(1);
}

.container-project {
    width: 100%;
    height: auto;
    display:flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
} 

.container-tarifs-bloc {
    width: 1240px;
    height: auto;
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: baseline;
}

.container-tarifs-bloc .tarifs-bloc {
    width: 300px;
    height: auto;
    display: flex;
    flex-direction: column;
    color: #1c1c1e;
    margin: 10px 5px;
}

.tarifs-bloc .bloc-haut {
    width: 300px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #f1f1f1;
    padding: 20px 20px 20px 20px;
    border-radius: 10px;
    border: solid 3px #1c1c1e;
}

.formule-base {
    margin: 10px 0 0 0;
    text-align: left;
}

.tarifs-bloc .tarifs {
    margin: 0 0 10px 0;
}

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

footer {
    flex-shrink: 0;
    width:100%;
    background-color: #201E20;
    color: #ffffff;  
    padding-bottom:30px;
}

.container-footer {
    width: 100%;
    display : flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px 0px 20px 0px;  
    font-size: 15px;
}

.address {text-align: left;}

.address a {color: #f1f1f1;transition: all 0.4s ease-in;}

.address a:hover {color:aqua;}

.block {width:230px;margin: 20px 30px;}

.liens {color: #f1f1f1;transition: all 0.4s ease-in;}

.liens:hover {color:aqua;}

.titre-liste {padding-bottom: 15px;font-size: 20px;}

.horaires {list-style-type: none;}

.block p {  letter-spacing: 1.9;}

.ban-reseaux {
    display: flex;
    justify-content: center;
    padding-bottom: 10px;  
}

.ban-reseaux a {padding: 0 10px;}

.social-footer {width: 35px;transition: all 0.4s ease-in;}

.social-footer:hover {transform: scale(1.2);}

.copy {
    text-align: center;
    padding-bottom: 10px;
    font-size: 15px;
    color: #f1f1f1;
}

.copy a{color: #ddc3a5;transition: all 0.4s ease-in;}

.copy a:hover{color: #e0a96d;transform: scale(1);}

.maj {
    text-align: center;
    padding-bottom:7px;
    font-size: 15px;
}

.maj a {color: #f1f1f1;transition: all 0.4s ease-in;}

.maj a:hover {color:aqua;}

.txt-foot {padding-right: 70px;}

/* ----------- MEDIA QUERIES ----------- */

@media (max-width: 1200px){

    .header {padding: 9px 30px;}
}

@media (min-width:480px) and (max-width:820px) {

    .header {padding: 9px 30px;}

    .bandeau {padding: 3px 0 0 0;height:45px;}

    .header nav ul{padding: 0 40px;} 
    
    .container {margin-top: -2px;}

    .hamburger-menu-container{
        display: flex;
        color: white !important;
    }

    #check{display: block;}

    .nav-btn{
        position: fixed;
        width: 100%;
        height: 100vh;
        top: 0;
        left: 0;
        right: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        overflow-y: hidden;
        overflow-x: hidden;
        transform: translateX(100%);
        background-color: #1c1c1e;
    }
    
    .nav-links ul{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin-top: 120px;
    }

    .nav-links ul > nav{flex-direction: column;}

    #check:checked ~ .nav-btn{transform: translateX(0);}

    #check:checked ~ .nav-btn .nav-link,
    #check:checked ~ .nav-btn {
        animation: animation .5s ease forwards var(--i);
    }

    .nav-link{
        width: 480px;
        opacity: 0;
        background-color: #f1f1f1;
    }

    .nav-link > a{
        line-height: 1;
        padding: 1rem 1rem;
        font-size: 1.2rem;
        color: #1c1c1e;
    }

    .nav-link:hover > a{
        transform: scale(1);
        background-color: #FFFAFA;
    }

    .visible-text h2 {text-align: center;}

    .block {width:230px;margin: 20px 10px;}
}

@media all and (max-width:500px) {

    .bandeau {height:50px;}

    #bandeau-txt {font-size:14px;line-height: 1.2;}

    #bandeau-txt a {font-size: 15px;}

    .bandeau span {font-size:14px;padding:0 3px 0 0px;}

    .header .logo a img {margin-top :5px;}

    .header {padding: 8px 15px;}

    .icon-phone {display:none;}

    header .logo a img {
        width: 3.8em;
        left: 41%;
        right: 41%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top :5px;
        border: 3px solid #1c1c1e;
    }

    #check{display: block;}

    .hamburger-menu-container{
        display: flex;
        color: white !important;
    }

    .nav-btn{
        position: fixed;
        width: 100%;
        height: 100vh;
        top: 0;
        left: 0;
        right: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        overflow-y: hidden;
        overflow-x: hidden;
        transform: translateX(100%);
        background-color: #1c1c1e;
    }
    
    .nav-links ul{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin-top: 120px;
    }

    .nav-links ul > nav{flex-direction: column;}

    #check:checked ~ .nav-btn{transform: translateX(0);}

    #check:checked ~ .nav-btn .nav-link,
    #check:checked ~ .nav-btn {
        animation: animation .5s ease forwards var(--i);
    }

    .nav-link{
        width: 320px;
        opacity: 0;
        background-color: #f1f1f1;
    }

    .nav-link > a{
        line-height: 1;
        padding: 1rem 1rem;
        font-size: 1.2rem;
        color: #1c1c1e;
    }

    .nav-link:hover > a{
        transform: scale(1);
        background-color: #FFFAFA;
    }

    h1 {
        padding: 50px 20px 10px 20px;
        font-size: 25px;
        text-align: center;
        line-height: 1.1;
    }

    hr {width: 200px;}

    h2 {font-size:20px;}

    .sitemap-col {padding:0 25px;}

    .horaires li {line-height: 1.1; font-size:18px ;}

    .tarif-project h2 {
        width: 100%;
        font-size: 21px;
        padding: 20px 0 10px 0;
    }

    .visible-text h2 {
        margin-left: 10px;
        padding: 10px 10px;
        font-size: 16px;
        text-align: center;
    }
    
    .visible-text img {
        margin-right: 10px;
        width: 20px;
        cursor: pointer;
    }

    .tarifs-bloc .bloc-haut {padding: 10px 10px;}

    footer {bottom: 0;left:0;right: 0;}

    .bloc {padding-top: 0px;}

    .footer-reseaux .fab {
        font-size:25px;
        display: flex;
        justify-content: center;
    }
    
    .reseaux {
        list-style-type: none;
        display: flex;
        justify-content: center;
    }

    .reseaux .reseaux-sociaux{padding:6px 6px;}
    
    .reseaux a {
        color: black;
        padding: 0 5px;
        transition: all 0.4s ease-in;
    }

    .copy {padding: 5px;}

    .copy, .maj {font-size: 14px;}
}