@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/ban-services.jpg) no-repeat center;
    background-size: cover;
    width: 100%;
    height: 400px;
    top: 1px;
    box-shadow: 0px 1px 5px gray;
    }
    
.container{
    position: absolute;
    top: 35%;
    left: 9%;
    right: 9%;
    transform: translate(-50% -50%);
    text-align: center;
    color: #000;
    font-weight: 500;
    text-shadow: 1px 1px 2px rgb(0, 0, 0);
    }
    
    
    .container h1{
    margin: 0;
    font-size: 60px;
    }
    
    .container h1 span {
        padding: 6px 2px;
        display: inline-block;
        color: #fff;
    }

.container2 {
    width: 80%;
    margin: auto;
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-top: 5%;
}
.container2 h2, h3 {
    color: #14457b;
}

.container2 .p1 {
    color: #000;
    text-align: center;
    font-size: 15px;
    font-weight: bold
}

.container2 p {

    font-weight: 500
}

.container2 ul {
    list-style: none;
    padding: 0;
}
.container2 ul li {
    padding: 10px 0;
}

.container2 a {
    color: #14457b;
    text-decoration: none;
    
}
.container2 a:hover {
    text-decoration: underline;
}

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



/*----------- PIED DE PAGE -----------*/
.footer{
	background: #14457b;
  margin-top: 200px;
	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;
            margin-top: 300px;
        }
}

@media (max-width: 1120px){

        .navbar .logo a{
            font-size: 1.6rem;
            }

            .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: 300px;

                }


            .container h1{
                font-size: 50px;
                }
          

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

}


@media (max-width: 900px){
    header{
       background: none;
    }
   
   
   /*----------- ban -----------*/
   .container h1{
       font-size: 35px;
       }
   
   /*----------- ban end-----------*/
   
   .footer{
       padding: 100px 2% 10px;
       }
       .footer .container3{
           text-align: center;
       }
       .footer .container3 .box h4::before{
           left: initial;
       }
   
   
   }
   
   @media (max-width: 700px){
           .container{
               top: 35%;
       }
   
       .footer .container3{
           display: grid;
           grid-template-columns: repeat(auto-fit, minmax(190px, auto));
           gap: 2.5rem;
           }

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

   }
   
   
   
   @media (max-width: 576px){
   
       .navbar .logo a{
           font-size: 1.2rem;
           font-weight: bold;
           color: #000;
           }
   
       .burger-menu {
           left: 2rem;
           width: unset;
       }
   
       .container{
           top: 30%;
           }
   
   
           .container h1{
               font-size: 35px;
               }
         
   }


   @media (max-width: 350px){

    .container{
        top: 30%;
        }


        .container h1{
            font-size: 25px;
            }

   }