@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap');

:root {
    --main-color:#fea44c;
    --black:#13131a;
    --bg:#010103;
    --border: .2rem solid rgba(0, 0, 0, 0);
    --text: #636363;

}


* {
    font-family: 'Roboto', sans-serif;
    margin:0; padding:0;
    box-sizing: border-box;
    outline: none; border: none;
    text-decoration: none;
    transition: .2s linear;
}

html {

    font-size: 62.5%;
    overflow-x: hidden;
    scroll-padding-top: 6rem;
    scroll-behavior: smooth;
}

html::-webkit-scrollbar {
    width: .8rem;    

}

 html::-webkit-scrollbar-track {
    background: transparent;        

}

 html::-webkit-scrollbar-thumb {
    background: rgb(0, 0, 0);
    border-radius: 5rem;        

}

body{
    background: white;

}

section {
    padding: 1rem 3%;
}


.heading {
    text-align: center;
    color: #242738;
    text-transform: uppercase;
    padding-bottom: 3.5rem;
    font-size: 4rem;
    

}



.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 3%;
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 1000;
}

.header img {
    filter: drop-shadow(1px 1px 2px rgb(0, 0, 0));
    
}

.header {
        box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);

}

.header .navbar .bar-text {
    font-size: 2.2rem;
    
}

.header .navbar ul li{
    list-style-type:none;
    display: inline-block;
    padding: 5px 5px;
    position: relative;
   
}

 header .navbar ul li ul{
    position: absolute;
    width: 100%;
    background: white;
    display: none;
    left: 0;
    border-radius: 5%;
    
}

.header .navbar ul li ul li a {
    font-size: 1.6rem;
    display: block;
    color:rgb(0, 0, 0);
    text-shadow: 0px 0px 0px;
    
}

header .navbar ul li:hover > ul {
    display: block;
    transform: translate(5px, 6.5px);   
    
}

header.sticky {
    padding: .5rem 3%; 
    background: #fff;
    
}

header.sticky .navbar a {
    text-shadow: 0 0 0;
    font-weight: 400;
    font-size: 1.5em;
    color: #242738;

}

header.sticky .icons #bar-btn{
    color:rgb(0, 0, 0);
}

header.sticky img {

    filter: drop-shadow(1px 1px 2px #000000);
}

header.sticky {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);

}






.header .logo img{
    height: 4rem;
}
 
.header .navbar a{
    margin: 0 1rem;
    font-size: 2rem;
    color: #fff;
    text-shadow: 0px 2px 10px #010103;

}

.header .navbar a:hover{
    color: var(--main-color);
    border-bottom: .25rem solid var(--main-color);
    padding-bottom: .5rem;

}



.header .icons div{
    color:#fff;
    cursor: pointer;
    font-size: 2.5rem;
    margin-left: 2rem;
}


.header .icons div:hover{
    color: var(--main-color);

}
#bar-btn {
    display: none;
}



.accueil{
    min-height: 100vh;
    display: flex;
    align-items: center;
    background:  url(../images/background2.jpg) no-repeat;
    background-color: #13131a;
    background-size: cover;
    background-position: center;
    
}

/*
.accueil::before {
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
}  */


 .accueil .content p {
    font-size: 20px;
    color: rgb(255, 255, 255);
    text-shadow: 0px 2px 10px #010103;
   
}

.accueil .content {
    padding-right: 60px;
}

.accueil .image {
    filter: drop-shadow(4px 1px 30px #010103);
}
 

.objectifs {
    font-size: 1.6rem;
    color: #242738
    
}
.objectifs div p {
    text-align: center;
    padding: 0 150px 50px 150px;
    font-size: 20px;

}


.objectifs ul{
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    padding-left: 150px;
    

}


.objectifs ul li {
    list-style: none;
    padding-bottom: 20px;
    line-height: 25px;
    color: var(--text);
   
}

.objectifs ul li i {
     width: 35px;
     font-size: 1.2em;
     color: rgb(20, 110, 190);

}


.publicvise{
    font-size: 1.6rem;
    color: #242738;
}
.publicvise ul{
    padding-left: 150px;
    padding-right: 150px;
}


.publicvise div p {
    font-size: 20px;
    text-align: center;
    padding: 0 150px 50px 150px;
}

.publicvise ul li {
    list-style: none;
    line-height: 25px;
    color: var(--text)
}
.publicvise ul li i {
    width: 35px;
    font-size: 1.2em;
    color: rgb(20, 110, 190);
}


.debouches {
    font-size: 1.6rem;
    color: #242738;
}

.debouches div p {
    text-align: center;
    padding: 0 150px 50px 150px;
    font-size: 20px;
}

.debouches ul {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    padding-left: 150px;
}

.debouches ul li {
    list-style: none;
    line-height: 25px;
    color: var(--text)
    
}

.debouches ul li i {
    width: 35px;
    font-size: 1.2em;
    color: rgb(20, 110, 190);
}

.programme {
    font-size: 1.6rem;
    color: #13131a;
}
.programme h2 {
    color: #242738
}
.programme h3 {
    color: #242738
}

.contact {
    margin-bottom: 100px;
}

.contact .row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}
.contact .row .map {
    flex: 1 1 45rem;
    width: 100%;
    object-fit: cover;
    border-radius: 5%;

}

.contact .row form {
    border-radius: 5%;
    flex: 1 1 45rem;
    padding: 5rem 2rem;
    text-align: center;
    background: #13131a;
    box-shadow: 0px 14px 80px rgba(34, 35, 58, 0.2);
}

.contact .row form h3 {
    text-transform: uppercase;
    font-size: 3.5rem;
    color: #fff;
}

.contact .row form .inputBox {
    display: flex;
    align-items: center;
    margin-top: 2rem;
    margin-bottom: 2rem;

}

.contact .row form .inputBox span {
    color: #fff;
    font-size: 2rem;
    padding-left: 2rem;
}

.contact .row form .inputBox input {
    width: 100%;
    padding: 1rem;
    font-size: 1.7rem;
    color: #fff;
    text-transform: none;
    background: none;
   
}






button{
     display: inline-flex;
	 background-image: linear-gradient(147deg, #fea44c 0%, #fea44c 74%); ;
	 padding: 15px 35px;
	 border-radius: 50px;
	 color: #fff;
	 box-shadow: 0px 1px 30px rgba(0, 0, 0, 0.4);
	 text-decoration: none;
	 font-weight: 500;
	 justify-content: center;
	 text-align: center;
	 letter-spacing: 1px;
}



button:hover{
    letter-spacing: .2rem;
    cursor: pointer;
}


footer {
    position: relative;
    width: 100%;
    margin-top: 100px;
    background: rgb(0, 0, 0);
    min-height: 100px;
    padding: 20px 50px;
    display: inline-block;
    justify-content: center;
    align-items: center;    
}

footer .social-icons {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
    flex-wrap: wrap;
}

footer .social-icons li {
    list-style: none;
}

footer .social-icons li a {
    font-size: 2em;
    color: #fff;
    margin: 0 10px;
    display: inline-block;
    transition: 0.5s;
}


footer .social-icons li a:hover {
    transform: translateY(-10px);
}

footer p {
    color: #fff;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 1.3em;
}

footer span {
    color: #fff;
    font-size: 1.3em;
    
}


/* footer .wave {

    
    position: absolute;
    top: -180px;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/wave.png); 
    background-size: 1000px 100%;
    
}


footer .wave#wave1 {
    z-index: 1000;
    opacity: 1;
    bottom: 0;
    animation: animateWave 4s linear infinite;
  }
  
  footer .wave#wave2 {
    z-index: 999;
    opacity: 0.5;
    bottom: 10px;
    animation: animateWave_02 4s linear infinite;
  }
  footer .wave#wave3 {
    z-index: 1000;
    opacity: 0.2;
    bottom: 0;
    animation: animateWave 3s linear infinite;
  }
  
  footer .wave#wave4 {
    z-index: 999;
    opacity: 0.7;
    bottom: 20px;
    animation: animateWave_02 3s linear infinite;
  }
  
  @keyframes animateWave {
    0%{
      background-position-x: 1000px; 
    }
    100%{
      background-position-x: 0px; 
    }
  }
  
  @keyframes animateWave_02 {
    0%{
      background-position-x: 0px; 
    }
    100%{
      background-position-x: 1000px; 
    }
  } */
  
    


















/* media */
@media (max-width:900px){

    html{
        font-size: 55%;
    }

    .header{
        padding:1.5rem 2rem;
    }

    section{
        padding:40px;
        
        
    }

    

}



@media (max-width:1500px){

   .accueil .content p{
       font-size: 1.5em;
   }
  

}

@media (max-width:990px){

     #bar-btn{
        display: inline-block;
     }


    .header{
      width: 100%;
    }


    .header .navbar{
        position: absolute;
        top:100%; right: -100%;
        background: rgb(0, 0, 0);
        width: 30rem;
        height: calc(100vh - 9.5rem);
    }

    .header .navbar.active{
        right:0;
    }

    .header .navbar a{
        color: #fff;
        display: block;
        margin:1.5rem;
        padding:.5rem;
        font-size: 2rem;
    }
    header.sticky .navbar  {
        background: white;
    }
    

    .accueil{
        background-position: left;
        justify-content: center;
        text-align: center;
        display: inline-block;
        
    }

    .accueil .image img{
       padding-top: 40px;
       width: 100%;
       height: auto;
       
    }

    .accueil .content{
        padding-bottom: 50px;
        padding-right: 0;


    }


    .accueil .content h3{
        font-size: 4.5rem;
    }

    .accueil .content p{
        font-size: 1.5rem;
    }

    .objectifs div ul {
        padding: 0;
    }
    
    .objectifs div p {
        padding: 0;
    } 
    
    .publicvise div ul {
        padding: 0;
    }
    
    .publicvise div p {
        padding: 0;
    } 
    
    .debouches div ul {
        padding: 0;
    }
    
    .debouches div p {
        padding: 0;
    }

    

}

@media (max-width:450px){

    html{
        font-size: 50%;
    }

}
