

*{ margin: 0px; padding: 0px; box-sizing: border-box;}

body{background-color: rgb(255, 255, 255); width:100%; font-family: 'Raleway', sans-serif;}

/* HEADER */
header{ 
    position:fixed;
    width: 100vw;
    z-index: 1;
}
.heading{
    position:relative;
    font-family: 'Raleway', sans-serif;
    padding-top:7vh;
    background: url("../images/background-t.webp") no-repeat  fixed;
    background-size: cover;
}
.container-ht{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.427);
    width: 100%;
    height: 100%;
}
.heading-text{
    color: rgb(55, 55, 55);
    font-size: 1.4rem;
    transition: all 1s ease-in;
    padding: 3% 10%;
}
.heading-text p{
    text-align: center;
    line-height: 1.5rem;
}
.heading-text .ht-2{
    font-size: 1.1rem;
    color: rgb(85, 85, 85);
}
.maNav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height:7vh;
    transition: all 0.5s ease-in;
    font-family: 'Raleway', sans-serif;
    background-color: rgb(255, 255, 255);
}
.maNav .sections li a{
    text-shadow: none;
    color:rgb(54, 54, 54);
}
.maNav .burger div{
    background-color: rgb(54, 54, 54);
}
.logo {
    padding-left: 10%;
    z-index:90;
}
.logo a {
    text-decoration: none;
    color: rgb(255, 255, 255);
    text-shadow: rgb(0, 0, 0) 2px 1px 5px;
    letter-spacing: 5px;
    font-size: 27px;
    font-weight: 700;
    color: rgb(0, 0, 0);
    text-shadow: rgb(134, 134, 134) 2px 1px 5px;
}

.maNav .sections a:hover{
    text-shadow: rgb(178, 178, 178) 1px 1px 1px;
}
.sections{
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    padding:0 1% 0 20%;
}
.sections li{
    list-style: none;
}
.dropmenu{
    display: none;
    position: absolute;
    max-width: 100%;
    z-index: 1;
    padding-top:10px;
    background-color: rgb(255, 255, 255);
}
.dropmenu a{
display: block;
padding: 4px 12px;
}
.dropdown:hover .dropmenu{
display: block;
}
.sections a{
    text-decoration: none;
    color: rgb(255, 255, 255);
    text-shadow: rgb(58, 58, 58) 2px 1px 5px;
    letter-spacing: 2px;
    font-size: 18px;
}
.burger{
    display:none;
    padding-right:10%;
    cursor:pointer;
}
.burger div{
    width: 24px;
    height: 3px;
    background-color: rgb(206, 206, 206);
    margin:5px;
    border-radius: 30%;
    transition: all 0.5s ease;
}
.toggle .l1{
    transform: rotate(-45deg) translate(-5px, 6px);
}
.toggle .l2{
    opacity:0;
}
.toggle .l3{
    transform: rotate(45deg) translate(-5px, -6px);
}

/* TARIFS */
.container-tarifs{
    display:flex;
    justify-content: space-evenly;
    padding:3vh 0;
}
.section-tarifs{
    padding:2%;
    width: 18%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    gap:30px;
    box-shadow: rgba(186, 186, 186, 0.4) -4px 4px, rgba(186, 186, 186, 0.3) -8px 8px, rgba(186, 186, 186, 0.2) -12px 12px, rgba(186, 186, 186, 0.1) -16px 16px, rgba(186, 186, 186, 0.05) -20px 20px;
    border-radius: 5px;
    background: linear-gradient(to bottom, #ffffff, #fcfcfc);
}
.section-tarifs .titre-tarif{
    height: 40%;
}
.section-tarifs h1{
    color:rgb(31, 31, 31);
    font-size: 1.3em;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.3em;
}
.section-tarifs h2{
    color:rgb(97, 97, 97);
    font-weight: 600;
    font-size: 1.1em;
    line-height: 1.5em;
}
.section-tarifs .tarif{
    height: 60%;
    line-height: 1.8em;
    display: flex;
    flex-direction: column;
    gap:1.5em;
    text-align: center;
}
.section-tarifs p{
    color:rgb(31, 31, 31);
    font-weight: normal;
    font-size:1.2em;
    font-weight: 700;
}
.section-tarifs p span{
    text-align: right;
    color:rgb(82, 82, 82);
    font-size:1em;
    font-weight: 400;
    font-style:normal;
}

/* BTN CONTACT */
.container-btn-contact{
    width: 100%;
    padding:2vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.container-btn-contact .btn {
    width: 20%;
    line-height: 50px;
	text-align: center;
	text-decoration: none;
    font-size:1.2rem;
    text-shadow: 1px 1px 1px rgb(255, 255, 255);
	color: rgb(79, 79, 79);
	transition: all 0.4s;
	position: relative; 
}
.container-btn-contact .btn span {
	transition: all 0.3s;
}
.container-btn-contact .btn::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	transition: all 0.3s;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: rgb(54, 54, 54);
	border-bottom-color: rgb(54, 54, 54);
	transform: scale(0.1, 1);
}
.container-btn-contact .btn:hover span {
	letter-spacing: 2px;
}
.container-btn-contact .btn:hover::before {
	opacity: 1;	
	transform: scale(1, 1);	
}
.container-btn-contact .btn::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	transition: all 0.3s;
	background-color: rgba(164, 164, 164, 0.186);
}
.container-btn-contact .btn:hover::after {
	opacity: 0;	
	transform: scale(0.1, 1);
}

/*FOOTER*/
footer{
    display:flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    color:rgb(77, 77, 77);
    margin:10px 0;
}
footer div{
    min-width: 30%;
    max-width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap:3%;
}
footer a{
    text-decoration: underline;
    color:rgb(110, 110, 110);
}

footer div.icons-contact{
    width: 30%;
    height: 55px;
}
footer div.icons-contact svg{
    width:20%;
    height: 100%;
}
footer div.icons-contact svg a.icon{
    transition: transform 0.2s;
}
footer div.icons-contact svg a.icon:hover{
    transform: scale(1.1);
}


@media screen and (max-width:820px) {
    body{
        overflow-x:hidden;
    }
    .maNav{
        height:8vh;
    }
    .sections{
        position: absolute;
        right : 0px;
        height: 45vh;
        top:0vh;
        padding: 0;
        background-color: rgba(255, 255, 255, 0.990);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;
        transform: translateX(100%);
        transition: transform 0.3s ease-in;
        padding-top:4vh;
    }
    .sections a{
        text-shadow: none;
        color:rgb(54, 54, 54);
    }
    .sections li{
        opacity:0;
        color: rgb(88, 88, 88);
    }
    .burger{
        display:block;
    }
    .heading{
        height:50vh;
    }
    .dropdown:hover .dropmenu{
        display: none;
    }

    /*TARIFS*/
    .container-tarifs{
        flex-direction: column;
        padding-left:10px;
        height: auto;
        gap:30px 0;
        align-items: center;
    }
    .section-tarifs{
        width: 90%;
        padding:5%;
    }
    .section-tarifs .titre-tarif{
        text-align: center;
    }
    .section-tarifs .tarif{
        text-align: center;
        padding-bottom: 5%;
    }

    /* BTN CONTACT */
    .container-btn-contact .btn {
        width: 90%;
    }

    /* FOOTER */
    footer{
        margin:0;
    }
    footer div{
        min-width: 100%;
        max-width: 100%;
        padding: 20px 0 10px 0;
    }
    footer div.icons-contact{
        width: 50%;
        height:80px;
    }
}


.nav-active{
    transform: translateX(0%)
}

@keyframes sectionsFade{
    from{
        opacity:0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0px);
    }
}
