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

@keyframes show_slide{
	0%{
		margin-left: -100%;

	}

	50%{
		margin-left: -50%;
	}

	100%{
		
		
		margin-left: -5%;
	}
}
@keyframes show_slide2{
	0%{
		margin-left: -71px;

	}

	50%{
		margin-left: -35.5px;
	}

	100%{
		
		
		margin-left: 71px;
	}
}

body{
   /* background-color: #cccccce7;*/
    background: linear-gradient(0.25turn, #3f87a6, #ebf8e1, #0080006f);
    /*background: linear-gradient(0.25turn, #3f87a6, #ebf8e1, #f69d3c);*/
}
.barre-scp{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    /*padding: 0% 2%;*/
    margin: 0px;
    
}

.barre-scp .contain-infos{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 96%;
    
}

.barre-scp .contain-infos > div:first-child h1{
    color: whitesmoke;
}

.barre-scp .contain-infos > div:first-child h1:last-child{
    display: none;
}

/*======================== first element =====================*/
.barre-scp .contain-infos > div:last-child div:first-child{
    
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: none;
    width: 180px;
    background-color: #550000f2;
    
}

.barre-scp .contain-infos > div:last-child div:first-child:hover{
    
   
    border:1px solid #550000f2;
    background-color: white;
    
}

.barre-scp .contain-infos > div:last-child div:first-child:hover a{
    
    color: #550000f2;
    
}

.barre-scp .contain-infos > div:last-child div:first-child a:hover{
    
    color: #550000f2;
    
}

.barre-scp .contain-infos > div:last-child div:first-child i{
    padding: 10px 10px;
    color: #550000f2;
    background-color: white;
    border-radius: 50%;
}

.barre-scp .contain-infos > div:last-child div:first-child span{
    padding: 10px 10px;
   
   
    
}

/* ============================ */
/*======================================== two element*/
.barre-scp .contain-infos > div:last-child div:first-child + div{
    
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: none;
    width: 180px;
    background-color: #0088aaf7;
    
}

.barre-scp .contain-infos > div:last-child div:first-child + div:hover{
    
   
    border:1px solid #0088aaf7;
    background-color: white;
    
}

.barre-scp .contain-infos > div:last-child div:first-child:hover + div a{
    
    color: #0088aaf7;
    
}

.barre-scp .contain-infos > div:last-child div:first-child + div a:hover{
    
    color: #0088aaf7;
    
}

.barre-scp .contain-infos > div:last-child div:first-child + div i{
    padding: 10px 10px;
    color: #0088aaf7;
    background-color: white;
    border-radius: 50%;
}

.barre-scp .contain-infos > div:last-child div:first-child + div span{
    padding: 10px 10px;
   
   
    
}

/*=============================== */
/*====================================== last child*/

.barre-scp .contain-infos > div:last-child{
    
    display: flex;
    align-items: center;
    justify-content: right;
    
}

.barre-scp .contain-infos > div:last-child div{
    
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    padding: 10px 10px;
   
}
.barre-scp .contain-infos > div:last-child div:nth-child(3n), .barre-scp .contain-infos > div:last-child div:nth-child(4n), .barre-scp .contain-infos > div:last-child div:nth-child(5n){
    
    border-radius: 50%;
    border: 1px solid white;
}

.barre-scp .contain-infos > div:last-child div:nth-child(3n):hover, .barre-scp .contain-infos > div:last-child div:nth-child(4n):hover, .barre-scp .contain-infos > div:last-child div:nth-child(5n):hover{
    
    border-radius: 50%;
    border: none;
    color: #162d50e7;
    background-color: white;
}



.barre-scp .contain-infos > div:last-child div a{
    
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    color: white;
    text-decoration: none;

   
   
}

.barre-scp .contain-infos > div:last-child div:hover a{
    
    
    color: #162d50e7;
    

   
   
}

.barre-scp .contain-infos > div:last-child div a i{
    
    font-size: large;
   
}

.barre-scp .contain-infos > div:last-child div span{
    
    
    
   
}

/*==================================== */


header{
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-bottom: 1%;
    border-bottom: 2px solid #162d50e7;
    background-color: white;
    z-index: 150;
    
}

main{
    max-width: 100%;
    overflow: hidden;
}
#hors{
    display: none;
}
header nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
header nav .responsive-scp{
    display: none !important;
}
header nav > div {
    display: flex;
    justify-content: center;
    align-items: center;
   
}
header nav .logo-scp{
    width: 20%;
    padding-left: 5%;
    
}

header nav :last-child{
    width: 75%;
    
}
header nav .fa-sort-up{
    display: none;
}
header nav li i{
   
    display: flex;
    justify-content: center;
    text-align: right;
    font-size: 1.2em;
    
}

header nav ul{
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    
}

header nav ul > li{
    flex: 1;
   list-style: none !important;
  display: flex;
  align-items: center; 
  justify-content: center;
  
  height: 5vh;
}


header nav ul > li > a{
    flex: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    height: 5vh;
    color: #162d50e7;
    
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
   
    
}

header nav ul > li > a:hover{
    flex: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    height: 5vh;
    transition: .3s;
    background-color: #162d50e7;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
   
    
}

header nav ul li .dropdown{
    
    display: none;
    width: 250px;
    
}

header nav ul li .dropdown.acti{
    position: absolute;
    display: block;
    width: 220px;
    margin-top: 265px;
    transition: .3s;
    background-color: #162d50e7;
    margin-left: 42px;
    z-index: 100;
    
}



header nav ul li  .dropdown a{
    display: flex;
    align-items: center;
    height: 4vh;
    width: 96%;
    padding-left: 2%;
    text-decoration: none;
    color: white;
}

header nav ul li .active{
  
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    height: 5vh;
    transition: 0.3s;
    color: #162d50e7;
    background-color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
   
    
}

header nav ul li  .dropdown a:hover{
  
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    height: 4vh;
    transition-duration: .8s;
    background-color: white;
    color: #162d50e7;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    width: 187px;
    transition: .3s;
   
    
}

footer{
    display: flex;
    background-color: #162d50e7;
    width: 100%;
}
footer .footer-container{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
footer .footer-container > div{
    flex: 1;

}

footer .footer-container .log{
    flex: 1;
    height: 100%;
    background-color: white;
    padding: 0% 3%;
    /*border-top-right-radius: 30%;*/
    
    

}

footer .footer-container .log .rss{
    display: flex;
    align-items: center;
    justify-content: left;

}

footer .footer-container .log .rss div{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid #162d50e7;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-left: 20px;
}

footer .footer-container .log .rss div:hover{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background-color:#162d50e7;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-left: 20px;
}

footer .footer-container .log .rss div:hover a{
    
    color: white;
    text-decoration: none;
    font-size: 1.15em;
 }

footer .footer-container .log h3{
    padding-top: 5%;
    color: #162d50e7;
    margin-left: 20px;
}

footer .footer-container .log .rss div a{
    
   color: #162d50e7;
   text-decoration: none;
   font-size: 1.25em;
}
footer .footer-container div img{
    width: 80%;
    margin-top: 10px;
}

footer .footer-container .about-us{
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3%;
}

footer .footer-container  p{
    color: #fff;
    font-family: 'Nanum Gothic', sans-serif;
    font-size: 17px;
}
footer .footer-container .localisation{
    flex: 1;
}

footer .footer-container .localisation h3{
    color: #fff;
    font-family: 'Nanum Gothic', sans-serif;
    font-weight: bolder;
}


@media (max-width: 1000px){
    main{
        max-width: 100%;
        overflow: hidden;
    }
    header{
        display: flex;
        align-items: center;
        position: absolute;
        justify-content: center;
        width: 100%;
        padding-bottom: 1%;
        border-bottom: none;
        z-index: 150;
    }

    header nav{
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }
    header nav .menu-scp{
        display: none;
    }

    header nav .menu-scp.action{
        display: block;
        position: absolute;
        margin-left: -5%;
        margin-top: 0%;
        transition: .4s;
        animation: show_slide 2s ease forwards;
    }

    header nav .menu-scp.action ul{
        display: block;
       width: 90%;
        margin-top: 250px;
        z-index: 100;
        padding-left: 0;
        background-color: #162d50e7;
    }

    header nav .menu-scp.action ul > li{
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        height: 10vh;
        padding-left: 0;
        border: none;
        
    }

    header nav .menu-scp.action .scp i{
   
        display: flex;
        align-items: center;
        justify-content: right;
        text-align: right;
        font-size: 1.2em;
        padding-right: 30px;
        width: 150px !important;
        height: 10vh;
        border: none;
        background-color:  #162d50e7;
        color: white;
       
      
        
    }
    #hors{
        display: flex;
    }
    
    #dans{
        display: none;
    }
    header nav .menu-scp.action .scp .fa-sort-up{
        display: none;
    }
    header nav .menu-scp.action ul > li > a{
        flex: 5;
        display: flex;
        align-items: center;
        justify-content: left;
        text-decoration: none;
        height: 10vh;
        width: 100%;
        padding-left: 10%;
        background-color: #162d50e7;
        color: white;
        font-family: 'Poppins', sans-serif;
        font-weight: bold;
        border: none;
      
        
    }


    

    header nav .menu-scp.action .dropdown.acti{
        position: absolute;
        display: block;
        width: 90%;
        margin-left: 0%;
        margin-top: 260px;
        transition: .3s;
        background-color: white;
        margin-left: 4%;
        transition: .4s;
        animation: show_slide2 2s ease forwards;
        
    }

    header nav .menu-scp.action .dropdown.acti a{
       height: 7vh;
       width: 90%;
       background-color: white;
       color: #162d50e7;
        
    }

   

    header nav .logo-scp{
        width: 30%;
        padding-left: 5%;
        
    }

    header nav .logo-scp img{
        width: 40%;
        height: 25vh;
      
        
    }
    header nav .responsive-scp{
        display: flex !important;
        padding-right: 5%;

    }

    header nav .responsive-scp .fa-times{
        display: none;
    }

    header nav .responsive-scp i{
        display: flex;
        align-items: center;
        width: 50px;
        font-size: 2em;
        font-weight: bolder;
      
    }

   
    .barre-scp .contain-infos > div:first-child h1:first-child{
        display: none;
    }
    .barre-scp .contain-infos > div:first-child h1:last-child{
        display: flex;
    }
    
    /*======================== first element =====================*/
    .barre-scp .contain-infos > div:last-child div:first-child{
        
        display: flex;
        align-items: center;
        justify-content: space-between;
        border: none;
        width: 40px;
        background-color: #550000f2;
        
    }
    
    .barre-scp .contain-infos > div:last-child div:first-child:hover{
        
       
        border:1px solid #550000f2;
        background-color: white;
        
    }
    
    .barre-scp .contain-infos > div:last-child div:first-child:hover a{
        
        color: #550000f2;
        
    }
    
    .barre-scp .contain-infos > div:last-child div:first-child a:hover{
        
        color: #550000f2;
        
    }
    
    .barre-scp .contain-infos > div:last-child div:first-child i{
        padding: 10px 10px;
        color: #550000f2;
        background-color: white;
        border-radius: 50%;
    }
    
    .barre-scp .contain-infos > div:last-child div:first-child span{
        display: none;
       
       
        
    }
    
    /* ============================ */
    /*======================================== two element*/
    .barre-scp .contain-infos > div:last-child div:first-child + div{
        
        display: flex;
        align-items: center;
        justify-content: space-between;
        border: none;
        width: 40px;
        background-color: #0088aaf7;
        
    }
    
    .barre-scp .contain-infos > div:last-child div:first-child + div:hover{
        
       
        border:1px solid #0088aaf7;
        background-color: white;
        
    }
    
    .barre-scp .contain-infos > div:last-child div:first-child:hover + div a{
        
        color: #0088aaf7;
        
    }
    
    .barre-scp .contain-infos > div:last-child div:first-child + div a:hover{
        
        color: #0088aaf7;
        
    }
    
    .barre-scp .contain-infos > div:last-child div:first-child + div i{
        padding: 10px 10px;
        color: #0088aaf7;
        background-color: white;
        border-radius: 50%;
    }
    
    .barre-scp .contain-infos > div:last-child div:first-child + div span{
        display: none;
       
       
        
    }
    
    /*=============================== */
    /*====================================== last child*/
    
    .barre-scp .contain-infos > div:last-child{
        
        display: flex;
        align-items: center;
        justify-content: right;
        
    }
    
    .barre-scp .contain-infos > div:last-child div{
        
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 20px;
        padding: 10px 10px;
       
    }
    .barre-scp .contain-infos > div:last-child div:nth-child(3n), .barre-scp .contain-infos > div:last-child div:nth-child(4n), .barre-scp .contain-infos > div:last-child div:nth-child(5n){
        
        border-radius: 50%;
        border: 1px solid white;
    }
    
    .barre-scp .contain-infos > div:last-child div:nth-child(3n):hover, .barre-scp .contain-infos > div:last-child div:nth-child(4n):hover, .barre-scp .contain-infos > div:last-child div:nth-child(5n):hover{
        
        border-radius: 50%;
        border: none;
        color: #162d50e7;
        background-color: white;
    }
    
    
    
    .barre-scp .contain-infos > div:last-child div a{
        
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        width: 100%;
        color: white;
        text-decoration: none;
    
       
       
    }
    
    .barre-scp .contain-infos > div:last-child div:hover a{
        
        
        color: #162d50e7;
        
    
       
       
    }
    
    .barre-scp .contain-infos > div:last-child div a i{
        
        font-size: large;
       
    }
    
    .barre-scp .contain-infos > div:last-child div span{
        
        
        
       
    }
    footer{
        display: flex;
        background-color: #162d50e7;
        width: 98%;
    }

    footer .footer-container{
    display: block;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    }

    footer .footer-container > div{
        width: 100%;

    }
    footer .footer-container .log{
        width: 100%;
        height: 60%;
        background-color: white;
        padding: 0%;
        padding-left: 3%;
        padding-bottom: 0%;
        /*border-top-right-radius: 30%;*/
        
        
    
    }
    footer .footer-container .about-us{
       width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0%;
        padding-left: 3%;
        padding-top: 3%;
        padding-bottom: 5%;
        background-color: #162d50e7;
    }

    footer .footer-container .localisation{
        width: 100%;
        padding: 0%;
        padding-left: 3%;
       
        background-color: #162d50e7;
    }
    
    /*==================================== */


}

@media (max-width: 700px){
    header nav .logo-scp{
        width: 40%;

        padding-left: 10%;
        
    }

    header nav .logo-scp img{
        width: 40%;
        height: 25vh;
      
        
    }

    
}

@media (max-width: 450px){
  
    .barre-scp .contain-infos > div:first-child{
        
        display: none;
        
        
    }
}

@media (max-width: 1920px){
    header nav ul li .dropdown.acti{
        position: absolute;
        display: block;
        width: 208px;
        margin-top: 238px;
        transition: .3s;
        background-color: #162d50e7;
        margin-left: 0px;
        z-index: 100;
        
    }
}