* {
  margin: 0;
  padding: 0;
}

nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    background-color: #016319;
    overflow: hidden;
}

nav ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-right: 10px;
}

nav a {
    color: white;
    text-decoration: none;
    font: 700 16px Arial, sans-serif;
    display: block;
    padding: max(14px,7px) max(16px,4px);
    font-size: max(1.5vw,15px);
    transition: all 0.3s ease;
}

nav a:hover {
  background-color: goldenrod;
  color: black;
}

.logo {
    display: flex;
    align-items: center;
    width: 25%;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    padding-bottom: 20px;
}

.titresection {
    font-size: max(6vw,3vw);
}

.titresectionac {
    font-size: max(6vw,3vw);
}

.separateur {
    display: block;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
    margin-bottom: 20px;
    margin-top: 20px;
}

h1 {
    text-align: center;
    font-size: 3em;
    color: #016319;
}

#divpromotions {
    text-align: center;
    background-color: #016319;
    font-size: 1.5em;
    color: #ff0000;
    margin: 20px 50px;
    margin-top: 20px;
    padding: 20px;
    padding-bottom: 20px;
    border-radius: 20px;
}

#divpromotions h1 {
    text-align: center;
    color: goldenrod;
}

#divpromotions h2 {
    font-size: max(3vw,1vw);
}

#promotiontexte {
    display: block;
    background-color: goldenrod;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    padding-bottom: 20px;
    border-radius: 20px;
}

.imagepromo {
    display: block;
    width: 80%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px;
    padding-bottom: 10px;
}

.divservicesvertical {
    display: block;
    width: 100%;
    height: auto;
    padding: 20px;
}

.divservicesvertical img {
    display: block;
    width: 100%;
    height: auto;
    border-color: #016319;
    border-radius: 200px;
    border-collapse: separate;
}

#divservices1 {
    display: flex;
    width: auto;
    margin-top: 20px;
    justify-content: center;
}

#divservices1 h2 {
    text-align: center;
    font-size: 3vw;
    margin: 20px auto;
    color: #016319;
}

#divservices1 a {
    display: flex;
    text-decoration: none;
    justify-content: center;
    width: auto;
    color: #016319;
    font-size: 1.2em;
    padding: 10px;
    background-color: white;
    border: 2px solid #016319;
    border-radius: 20px;
    transition: all 0.3s ease;
}

#divservices1 a:hover {
    background-color: goldenrod;
    color: black;
}

#divservices2 {
    display: flex;
    width: auto;
    margin-top: 20px;
}

.divserviceshorizontal {
    display: block;
    width: 100%;
    height: auto;
    padding: auto;
    overflow: hidden;
}

.divserviceshorizontalblock {
    display: flex;
}


.grandeimagegauche {
    display: block;
    width: 40%;
    height: auto;
    margin-left: auto;

    padding: 10px;
    padding-bottom: 20px;
    float: left;
    border-radius: 80px;
} 

.grandeimagedroite {
    display: block;
    width: 40%;
    margin-right: auto;
    float: right;
    padding: 10px;
    padding-bottom: 20px;
    border-radius: 80px;
} 


.divserviceshorizontalsubblock {
    display: block;
    width: 50%;
    height: auto;
    margin: auto 20px;
}

.divserviceshorizontalblock h2 {
    display: block;
    height : 10%;
    text-align: center;
    margin: auto 20px;
    font-size: 6vw;
    color: #016319;
}

.divserviceshorizontalblock a {
    display: flex;
    margin: 20px auto;
    text-decoration: none;
    justify-content: center;
    width: 50%;
    color: #016319;
    font-size: 1.2em;
    padding: 10px;
    background-color: white;
    border: 2px solid #016319;
    border-radius: 20px;
    transition: all 0.3s ease;
}

.divserviceshorizontalblock a:hover {
    background-color: goldenrod;
    color: black;
}

.divserviceshorizontalblock .servicedescription {
    text-align: center;
    font-size: 1.5em;
    color: #016319;
    margin: 20px auto;
}


footer {
    background: #016319;
    color: #f0f0f0;
    padding: 25px 0 0;
    margin-top: auto;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
}

.footer-col {
    padding: 0 15px;
}

.footer-col h3 {
    font-size: 1.4rem;
    color: #fff;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 10px;
    }

.footer-col h3::after {
    content: '';
    position: absolute;
    left: 0; 
    bottom: 0;
    width: 50px;
    height: 2px;
    background: goldenrod;
        }

.footer-col p {
    color: #b6b6b6;
    line-height: 1.8;
    margin-bottom: 20px;
}

.footer-col ul {
    list-style: none;
}

.footer-col ul li {
    margin-bottom: 8px;
}

.footer-col ul li a {
    display: block;
    color: #b6b6b6;
    text-decoration: none;
    font-weight: 1000;
    font-size: 1rem;
    padding: 5px 0;
}

.footer-col ul li a:hover {
    color: goldenrod;
    padding-left: 8px;
    transition: all 0.3s ease;
}

.social-links {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #16213e;
    color: #fff;
    border-radius: 50%;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-links a:hover {
    background: goldenrod;
}

#vitrineproduit {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
}

#grandeimagevitrine {
    width: 25%;
    height: 25%;
    margin: 0 2%;
    padding: 0.5%;
    padding-bottom: 75px;
    border-radius: 50px;
}

.blockvitrine {
    width: 15%;
    height: 15%;
    margin: 20px 20px;
    padding: 0.5%;
    padding-top: 3%;
    border-radius: 20px;
}

.blockvitrine img {
    width: 100%;
    height: auto;
    border-radius: 20px;
}

.blockvitrine p {
    text-align: center;
    font-size: 1.5em;
    color: #016319;
}

.blockvitrine a {
    display: block;
    text-decoration: none;
    color: #016319;
    font-size: 1.2em;
    padding: 10px;
    background-color: white;
    border: 2px solid #016319;
    border-radius: 20px;
    text-align: center;
    transition: all 0.3s ease;
}

.blockvitrine a:hover {
    background-color: goldenrod;
    color: black;
}

.txtdroite {
    padding-left: 5%;
    font-size: max(1vw,10px);
    
}

.txtgauche {
    padding-right: 5%;
    font-size: max(1vw,10px);
}

#spec1 {
    margin-bottom: 30px;
}

#horairesblock {
    text-align: center;
    background-color: #016319;
    width: auto;
    font-size: max(6vw,3vw);
    color: white;
    float: center;
    margin: 0.5% 20%;
    margin-top: 20px;
    padding: 20px;
    padding-bottom: 20px;
    border-radius: 20px;
}

#horairesblock a {
    display: block;
    text-decoration: none;
    color: #016319;
    font-size: 1.2em;
    padding: 10px;
    background-color: white;
    border: 3px solid white;
    border-radius: 20px;
    transition: all 0.3s ease;
    margin-top: 30px;
}

#horairesblock a:hover {
    background-color: goldenrod;
    color: #016319;
    border-color: black;
}

#titrehoraires {
    text-align: center;
    font-size: max(6vw,3vw);
    color: #016319;
}

#titrecontact {
    text-align: center;
    font-size: 5em;
    color: #016319;
}

#contactblock {
    text-align: center;
    background-color: #016319;
    width: auto;
    font-size: 3vw;
    color: white;
    margin: 0.5% 20%;
    margin-top: 20px;
    padding: 20px;
    padding-bottom: 20px;
    border-radius: 20px;
}

.pricerange {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40%;
    height: auto;
    font-size: 2.0em;
    color: goldenrod;
    background-color: #016319;
    padding: 10px;
    border-radius: 20px;
    margin: 20px auto;
}

.blocservice {
    margin-top: 20px;
    font-size: max(1.5vw,10px);
    margin: 50px 20px;
    height: 20%;
}

.containertarifs {
    display: block;
    margin: auto;
    margin-bottom: 40px;
    padding: 20px 0;
    width: 80%;
    background-color: #016319;
    border-radius: 20px;
    color: white;
    font-size: 1.5em;
}

.containertarifs h1 {
    text-align: center;
    font-size: 3em;
    color: goldenrod;
}

.containertarifs ul {
    list-style-type: none;
    width: 95%;
    text-align: center;
    font-size: 1.5em;
    color: white;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 2.5%;
    padding-right: 2.5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.containertarifs ul li {
    display: flex;
    justify-content: center;
    align-items: stretch;
    margin: 10px 90%;
    font-size: max(2.5vw,15px);
    color: white;
    width: 100%;
    text-align: center;
    border: goldenrod 3px solid;
    border-radius: 20px;
    padding: 10px;
}

.sectionvitrine {
    display: flex;
    flex-direction: line;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 20px;
}

.produitvitrine {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 20px;
}

.nomproduitvitrine {
    font-size: 1.8em;
    color: #016319;
    text-align: center;
    margin: 20px 0;
}

.disclaimer {
    text-align: center;
    font-size: 1.2em;
    color: white;
    margin: 20px auto;
    padding: 10px;
    border-radius: 20px;
}

.smallicon {
    width: 100px;
    height: 100px;
    background-color: #016319;
    color: white;
    border-radius: 50%;
    margin-right: 10px;
}

#numtelephone {
    font-size: 1.5em;
    color: goldenrod;
    text-decoration: none;
    margin-bottom: 40px;
    border-color: goldenrod;
    border-width: 5px;
    border-style: solid;
    border-radius: 20px;
}

#adressemail {
    font-size: max(3.5vw,12px);
    color: goldenrod;
    text-decoration: none;
    margin-bottom: 40px;
    border-color: goldenrod;
    border-width: 5px;
    border-style: solid;
    border-radius: 20px;
}

.verysmallicon {
    width: 40px;
    height: 40px;
}

.networkbutton {
    border-radius: 50px;
    background-color: goldenrod;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.networkbutton:hover {
    transform: scale(1.05);
    background-color: black;
}

.textservice {
    height: 50%
}

.bouton:hover {
    background-color: goldenrod;
    color: black;
}

.bouton {
    display: block;
    text-decoration: none;
    color: #016319;
    font-size: 1.2vw;
    padding: 10px;
    background-color: white;
    border: 2px solid #016319;
    border-radius: 20px;
    transition: all 0.3s ease;
    margin-top: 20px;
}