@import url('https://fonts.googleapis.com/css2?family=Taviraj:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Taviraj', sans-serif;

}

body{
height: 100%;
}

li {
list-style: none;
}

a {
text-decoration: none;
color: #000000;
}

/*----------- NAVBAR -----------*/

header{
position: relative;
padding: 0 2rem;
background-color: #ffffff;
box-shadow: 0px 1px 5px gray;
}

.navbar {
    width: 100%;
    max-width: 1600px;
    height: 80px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;

}
.navbar .logo a{
    display: block;
font-size: 2rem;
font-weight: bold;


}

.navbar .logo img{
height: 9vh;
    }

.navbar .links{
display: flex;
gap : 3rem;
font-size: 1rem;
}

.links a:hover {
color: #39a0f4;
}

.navbar .burger-menu-button {
 color: #fff;
 font-size: 1.5rem;
 cursor: pointer;
 display: none;
}
/*----------- MILIEU DE PAGE -----------*/

.ban-top {
position: relative;
background: url(../img/grand-place-4.jpg) no-repeat center;
background-size: cover;
width: 100%;
height: 600px;
top: 1px;
overflow: hidden;
box-shadow: 0px 1px 5px gray;
}

.container{
position: absolute;
top: 25%;
left: 9%;
right: 9%;
transform: translate(-50% -50%);
text-align: center;
color: #14457b;
text-shadow: 1px 1px 2px rgb(255, 255, 255);
font-weight: 500;
}

.container h2{
margin: 0;
font-size: 50px;
margin-bottom: 60px;
}

.container h2 span {
padding: 6px 2px;
display: inline-block;
color: #14457b;
text-shadow: 1px 1px 2px rgb(255, 255, 255);
}


.button1{
display: inline-block;
background: #fafafa;
font-size: 18px;
color: #313131;
padding: 12px 27px;
border-radius: 10px;
transition: ease .20s;
border: 2px solid transparent;
font-weight: 600;
box-shadow: 0px 1px 5px gray;

}

.button1:hover{
background-color: #39a0f4;
color: #fff;
border: 2px solid transparent;
transform: scale(1.1);
}
/*-----------   -----------*/
.container2{
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
background: #ffffff;
}

.container2 .titre{
font-size: 28px;
margin-top: 100px;
margin-bottom: 40px;
text-align: center;
color: #14457b;
}

.container2 h3{
width: 80%;
font-size: 16px;
text-align: center;
font-weight: 400;
}


.content-box{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
width: 1050px;
margin-top: 30px;
}

.card{
width: 320px;
padding: 20px 20px;
border-radius: 10px;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
background: #f1f1f1;
margin: 20px 0px;
box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.2);
transition: ease .30s;
}

.card:hover {
box-shadow: 0px 17px 27px rgba(0, 0, 0, 0.2);
transform: scale(1.02);
}

.card i{
margin: 20px;
color: #000;
font-size: 30px;
color: #14457b;
}

.card h2{
margin-bottom: 12px;
text-align: center;
color: #000;
font-size: 20px;
color: #14457b;
}

.card h3{
color: #000;
text-align: center;
font-size: 15px;
width: 100%;
}


.table{
    display: flex;
    background: #ffffff;
    color: #313131;
    font-weight: 600;
    width: 80%;
    margin: 0 auto;
    align-items: center;
    margin-top: 100px;
    text-align: center;
    transition: ease .20s;
    flex-wrap: wrap;
    justify-content: space-around;
    }

.ref{
margin-bottom: 20px;
box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.2);
padding: 15px 15px;
border-radius: 12px;
font-size: 15px;
}

    .ref:hover{
        background-color: #39a0f4;
        color: #fff;
        border: 2px solid transparent;
        transform: scale(1.1);
        transition: ease .20s;
    }


/*-----------   -----------*/

/*----------- PIED DE PAGE -----------*/
.footer{
	background: #14457b;
  margin-top: 20%;
	color:  #fff;
    padding: 100px 10% 10px;
    position: absolute;
    left: 0;
    right: 0;
}
.footer .container3{
	display: grid;
	gap: 3.5rem;
	justify-content: center;
    margin-bottom: 0;
    grid-template-columns: repeat(auto-fit, minmax(300px, auto));
}

.footer .container3 .box img{
    height: 100px;
    position: relative;

}

.container3 p{
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    margin: 20px 0;
    }

.footer .container3 .box{
	bottom: 0;
  padding: 0;
}



.footer .container3 .box h4{
    margin-bottom: 1.5rem;
    font-size: 20px;
	position: relative;
}

.footer .container3 .box li{
	list-style: none;
    margin-bottom: 16px;
}

.footer .container3 .box li a{
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    transition: all .40s ease;
    display: inline-block;
    max-width: 100%; 
}
.footer .container3 .box li a:hover{
    transform: translateY(-2px) translateX(-4px);
    color: #39a0f4;
}

.footer .copyright{
	padding: 2rem 1rem 1rem;
	text-align: center;
	line-height: 1.5;
	font-size: .938rem;
	font-weight: 300;
}

.footer .copyright span{
	color: #39a0f4;
}


.fas{
    margin-right: 30px;

}

.icons a{
    display: inline-block;
    font-size: 22px;
    color: #fff;
    margin-right: 35px;
    transition: all .40s ease;
    }
    
    .icons a:hover{
        transform: translateY(-4px);
        color: #39a0f4;
        position: relative;
        align-content: center;
    }

.mail{
    word-break: break-all;
    }

/*----------- BURGER-MENU -----------*/
.burger-menu{
display: none;
height: 0;
position: absolute;
right: 2rem;
top: 85px;
width: 200px;
background: rgba(0, 0, 0, 0.2);
backdrop-filter: blur(15px);
overflow: hidden;
border-radius: 10px;
transition: height 1.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.burger-menu.open {
height: 300px;
}

.burger-menu li {
 padding: 0.7rem;
display: flex;
align-items: center;
justify-content: center;
}

  

/*----------- RESPONSIVE -----------*/

@media (max-width: 1690px){

.footer{
    padding: 100px 4% 10px;
    }

.table{

    flex-direction: column;
}

}

@media (max-width: 1120px){
    header{
        background: none;
     }
    
     .navbar .links{
        display : none;
        
     }
    
    
     .navbar .logo a{
        font-size: 1.5rem;
        font-weight: bold;
        color: #000;
        }
    
     .navbar .burger-menu-button{
        display: block ;
        color: #000;
        
     }
    
     .burger-menu {
        display: block; 
        background-color: #ffffffc2;
        z-index: 1000;
    }



            .ban-top {
                height: 550px;
                    }


            .container h2{
                font-size: 50px;
                }
          
    .ban-text{
    font-size: 18px;
    
}




.container2{
padding: 25px;
}

.container2 h2{
font-size: 2.5em;
}

.content-box{
flex-direction: column;
width: 100%;
}


.card{
margin: 10px auto;
width: 90%;
max-height: 100%;
    }

.card i{
margin: 20px;
font-size: 20px;
}

.card h2{
margin-bottom: 12px;
text-align: center;
font-size: 17px;
}

.card h3{
color: #000;
text-align: center;
font-size: 15px;
width: 80%;
    }

    .footer .container3{
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, auto));
        gap: 2rem;
        margin-top: 50px;
        }


}



@media (max-width: 900px){


.container h2{
    font-size: 30px;
    }


    .footer{
        margin-top: 20%;
        padding: 100px 2% 10px;
        }
        .footer .container3{
            text-align: center;
        }
        .footer .container3 .box h4::before{
            left: initial;
        }
    

}

@media (max-width: 700px){
        .container{
        top: 25%;
}


      
.ban-text{
font-size: 16px;
}

.footer .container3{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, auto));
    gap: 2.5rem;
    }


    }

@media (max-width: 576px){

    .navbar .logo a{
        font-size: 1.2rem;
        font-weight: bold;
        color: #000;
        }

    .burger-menu {
        left: 2rem;
        width: unset;
    }

    .container{
 top: 25%;
        }


        .container{
            font-size: 27px;
            }
      
            .ban-text{
                margin-bottom: 20px;
                }


.container2 .titre{
font-size: 30px;
}




}



@media (max-width: 288px){

    .container{
        top: 25%;
               }
               .container h2{
                word-break: break-all;
                }
.container2{
word-break: break-all;
}


}