:root {
    --color-green: #3D7C81;
    --color-ligth-green: #5DA852;
    --color-grey: #E3E3E3;
    --color-red: #C5272A;
}

html {
    box-sizing: border-box;
}


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

.header__nav {
    position: fixed;
    top: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    z-index: 200;
    background-color: white;

}

.nav__logo {
    width: 84px;
    margin: 10px 25px;
}

.nav__list {
    display: flex;
    align-items: center;
    padding: 0px 40px;
}

.nav__item {
    margin: 1rem;
}

.nav__faq {
    position: relative;
    font-family: 'mulish';
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: white;
    background-color: var(--color-green);
    border: 2px var(--color-green) solid;
    padding: 18px;
    transition: .2s ease-in-out;

}

.nav__faq:hover {
    color: var(--color-green);
    background-color: white;
    border: 2px var(--color-green) solid;
    transition: .2s ease-in-out;
}

.webinaire{
    padding-top: 80px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;

}

.webinaire__msgwebinaire {
    position: relative;
    width: 100%;
    top: 80px;
    background-color: var(--color-green);
    color: white;
    font-family: 'Mulish';
    font-weight: 300;
    font-size: 0.8rem;
    padding: 0.5rem;
    text-align: center;
}

.webinaire__linkwebinaire {
    color: white;
    /* cursor: pointer; */
}



/*----------------formulaire----------------*/
.nav__contact {
    font-family: 'mulish';
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: var(--color-green);
    background-color: white;
    border: 2px var(--color-green) solid;
    padding: 18px;
    transition: .2s ease-in-out;
}

.nav__contact:hover {

    color: white;
    background-color: var(--color-green);
    border: var(--color-green) 2px solid;

    transition: .2s ease-in-out;
}

/*----------------webinaire----------------*/

.webinaire__bottom {
    margin: 2rem;
    padding: 1rem;
    font-family: 'Manrope', sans-serif;
    font-size: 0.9rem
}

.webinaire__subtitle {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    margin-top: 1rem;
    text-align: center;
}

.webinaire__trait {
    display: block;
    height: 2px;
    width: 75px;
    background: var(--color-red);
    border-radius: 5px;
    margin: 1.5rem auto;
}

.webinaire__p {
    line-height: 150%;
    margin-bottom: 1rem;
    margin-bottom: 2rem;
}

.webinaire__prochain {
    text-align: center;
    margin-top: 0.5rem;
    font-family: 'Mulish';
}

.webinaire__info {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 1rem 0 2rem 0;
    font-family: 'Mulish';
    flex-wrap: nowrap;

}

.webinaire__infotxt {
    font-size: 0.8rem;
    margin: 0 0.5rem;
}

.webinaire__infodate {
    font-size: 1.4rem;
    color: var(--color-red);
    margin: 0 0.rem;
}

/*------------------FORMULAIRE------------------*/
.formulaire {

    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.contact__form {
    display: flex;
    flex-direction: column;
    flex-basis: auto;
    width: 100%;
    text-align: left;
    height: auto;
    align-items: center;
    margin-bottom: 1.5rem;

}

label {
    padding: 10px 0;
    border-radius: 0px;
    width: 65%;
    color: #1C614F;
}

.label {
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    font-size: 1.1rem;
    line-height: 150%;
    width: 100%;

}

input {
    margin: 5px 0;
    padding: 10px;
    font-family: 'Roboto', sans-serif;
    border-radius: 0px;
    border: 2px solid var(--color-green);
    width: 100%;

}

textarea {
    margin: 5px 0;
    padding: 5px;
    resize: none;
    height: 20vh;
    font-style: normal;
    font-weight: 200;
    font-size: 1rem;
    line-height: 150%;
    font-family: 'Roboto', sans-serif;
    border: 2px solid var(--color-green);
    width: 100%;
}

.contact__btn {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    vertical-align: middle;
    justify-content: center;
    border: solid 1px var(--color-green);
    color: white;
    transition: .2s ease-in-out;
    padding: 5px;
    background-color: var(--color-green);
    padding: 10px 20px;
    margin-top: 20px;
    font-family: Mulish;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    cursor: pointer;
}

.contact__btn:hover {
    transition: .2s ease-in-out;
    background-color: white;
    color: var(--color-green);
}

/*---------- REPLAY ----------*/
.webinaire__replay {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background: rgba(186, 62, 61, 0.8);
    padding: 5%;
    align-items: center;
}

.replay__titre {
    font-family: 'Rufina', serif;
    font-size: 1.2rem;
    text-align: center;
    color: white;
    padding: 5% 0;

}

.replay__trait {
    display: block;
    height: 2px;
    width: 75px;
    background: white;
    border-radius: 5px;
    margin: 1.5rem auto;

}

.replay__p {
    font-family: 'Mulish';
    font-weight: 200;
    font-size: 1rem;
    color: white;
    padding: 1rem;
    text-align: center;
}

.replay__btn {
    font-family: 'Mulish';
    font-size: 0.9rem;
    text-decoration: none;
    color: var(--color-red);
    padding: 0.5rem 1rem;
    margin: 5%;
    border-radius: 25px;
    background-color: white;
    text-transform: uppercase;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border: 1px solid var(--color-red);
    font-weight: 600;
    transition: .2s ease-in-out;
}

.replay__btn:hover {
    color: white;
    background-color: rgba(186, 62, 61, 0);
    border: 1px solid white;
}


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

.footer {
    position: relative;
    border-top: 1px solid var(--color-grey);
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-family: 'Roboto', sans-serif;
    padding: 1.5rem 1.5rem 0 1.5rem;
    width: 100%;
    justify-content: space-between;
}

.footer__element {
    padding: 0 .5rem;
}

.footer__subtitle {
    font-weight: 500;
    margin-bottom: .5em;
}
.footer__li{
    text-decoration: none;
    color:black;
    transition: 0.2s ease-in-out;
}

.footer__li:hover{
    text-decoration: none;
    color:var(--color-green);
    transition: 0.2s ease-in-out;
}
.footer__text {
    font-weight: 300;
    line-height: 110%;
    font-size: .9rem;
}

.footer__rs {
    margin-top: 1em;

}

@media only screen and (min-width : 775px) {

    
    .webinaire__titre {
        font-size: 1.3rem;
        line-height: 80%;
        padding-top: 2rem;
        padding-bottom: 2.2rem;
    }

    .webinaire{
        margin: 3rem 16rem;
        padding: 2rem;
        font-family: 'Manrope', sans-serif;
        font-size: 0.9rem
    }

    .webinaire__subtitle {
        font-family: 'Roboto', sans-serif;
        font-size: 2rem;
        margin-top: 1rem;

    }
    .replay__trait {
        height: 4px;
        width: 128px;
    }
    .replay__titre{
        font-size: 1.5rem;
    }
    .replay__p{
        font-size: 1rem;
        padding: 1rem 5rem;

    }
    .replay__btn{
        font-size: 1.1rem;
        margin: 2%;
    }
    .contact__form{
        width: 100%;
    }

    .webinaire__replay {
        padding: 2%;
    }
    .replay__titre{
        padding: 0;
    }

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


    .footer__element {
        padding: 3rem;
    }

    .footer__logo {
        width: 140%;
    }

    .footer__subtitle {
        font-size: 1.1rem;
    }

    .footer__text {
        font-size: 1rem;
    }
}

