/* pop-up tel */
.num-title{
    font-family: "Montserrat", "Arial";
    font-size: 14px;
    font-weight: 700;
    margin-right:10px;
}

.num{
    font-family: "Montserrat", "Arial";
    font-size: 14px;
    font-weight: 400;
    margin-right: 20px;
}

/* nav */
nav{
    font-family: var(--nav-font);
    font-size: var(--nav-size);
}

/* Headings */

h1{
    font-family: var(--h1-font);
    font-weight: var(--h1-weight);
    font-size: var(--h1-size);
    text-transform: uppercase;
    margin-top: 5.3em;
    width: 600px;
    line-height: 60px;
    color: var(--h1-color);
}

h1::before{
    content:"";
    width: 40%;
    height: 14px;
    background-color: var(--white-color);
    display: block;
    margin-bottom: 40px;
}

h2{
    color: var(--h2-color);
    font-family: var(--h2-font);
    font-size: var(--h2-size);
    font-weight: var(--h2-weight);
    width: fit-content;
    margin: 2em auto;
}

.h2-white{
    color: var(--white-color);
    padding-top: 100px;
}

h3{
    color: var(--h3-color);
    font-family: var(--h3-font);
    font-size: var(--h3-size);
    font-weight: var(--h3-weight);
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-transform: uppercase;
}

h3::after{
    content: "";
    width: 50%;
    height: 2px;
    background-color: var(--main-color);
    display: block;
    margin-left: 20px;
}

h4{
    font-size: var(--h4-size);
    font-family: var(--h4-font);
    color: var(--h4-color);
    font-weight: var(--h4-weight);
    margin-bottom: 0
}

p{
    font-family: "Montserrat", "Arial";
    font-size: var(--p-size);
    font-weight: var(--p-weight);
    color: var(--p-color);
    line-height: 175%;
    text-align: left;
}

#slogan{
    font-family: "Montserrat", "Arial";
    font-size: 20px;
    font-weight: 400;
    color: var(--white-color);
    width: 100%;
    line-height: 40px;
}

#container-horaires .jour{
    font-family: "Montserrat", "Arial";
    font-size: var(--p-size);
    font-weight: 600;
    color: var(--p-color);
    line-height: 175%;
    text-align: left;
    list-style-type: none;
    text-align: right;
}

#container-horaires .horaire{
    font-family: "Montserrat", "Arial";
    font-size: var(--p-size);
    font-weight: 400;
    color: var(--p-color);
    line-height: 175%;
    text-align: left;
    list-style-type: none;
    text-align: left;
}

.vignette{
    font-family: "Montserrat", "Arial";
    font-size: var(--vignette-size);
    color: var(--vignette-color);
    font-weight: var(--vignette-weight);
    text-align: center;
    margin: 0;
}

#container-presta{
    width: 100vw;
    margin: 100px 0;
}

.btn-text{
    font-family: var(--btn-font);
    color: var(--secondary-color);
    font-weight: var(--btn-weight);
    font-size: var(--btn-size);
}

.btn-text-white{
    color: var(--white-color);
}

label{
    font-family: "Montserrat", "Arial";
    font-size: 18px;
    font-weight: 400;
}

input, textarea{
    color: var(--black-color);
    font-family: "Montserrat", "Arial";
    font-weight: 400;
    width: 100%;
        padding: 10px;
    box-sizing: border-box;
}

.cta-send:hover{
    color: var(--white-color);
}

.text-infos{
    font-size: 20px;
}

/* Footer */
.text-footer{
    font-size: var(--footer-size);
    font-weight: var(--footer-weight);
    font-family: var(--footer-font);
    color: var(--footer-color);
}

.fb-link:hover{
    color: #1971e5;
}
