@font-face {
  font-family: "Azonix";
  src: url("Azonix.otf");
}
main {
 display : flex; 
 align-content: space-around;
 justify-content : space-evenly;
 align-items: center;
 background-color: darkslategrey;
 flex-shrink: 4; / default 1 /
 flex-grow: 4; / default 0 */
 flex-wrap: wrap;
 flex-flow: row wrap;
 font-weight: bold;
 flex: 1 100%;
 align-self: auto;
 font-family: "Azonix";
 background-color: black;
 color: white; 
 margin-top: 100px;
font-family: ;
}

a {  
   text-decoration: none;  
   color: white; 
   text-transform: capitalize;
   transition: all 0.3s ease; 
   text-transform: capitalize;
  }  
  a:hover{  
    color: #2BA84A;
    padding-right: 8px;  
  }
.header {   
   border-bottom: 4mm ridge rgb(0,100,0, .6); 
   padding: .5em 1em;  
   display: unset;  
   justify-content: space-between;
   background-color: #248232;
   position: fixed;
   top: 0;
   width: 100%;
   z-index: 1;

  }  
.identity h1 {  
   font-size: 1.5em;  
   margin: .6em 0;  
   display: inline-block;  
  }  
.header__navbar ul,   
.header__navbar li {  
   margin: 30;   
   padding: 0;  
  }  
.header__navbar li {  
   display: inline-block;  
   margin: 1.4em 8em 1em 1em;  
  }  
h1 {
    color: white;
}
h2 {
    font-size: 26px;
    font-weight: 100;
}
script {
    font-family: "Azonix";
}
body{
    line-height: ;
    font-family: "Azonix";
    background-color: black;
}
*{
    margin:0;
    padding:0;
    box-sizing: border-box;
}
.container{
    max-width: 1170px;
    margin:auto;
}
.row{
    display: flex;
    flex-wrap: wrap;
}
ul{
    list-style: none;
}





.contenu{
 width:31%;
 background-color : black;
 margin : 10px;
 margin-top: 6%; 
}
.image1 {
 width:300px;
 background-color: black;
 width: 40%;
}
.image1 img {
    width: 100%;
    margin-left: 0px;
    margin-top: 200px;
}

.contenuHistory{
 width:40%;
 background-color : black;
 margin : 20px;
 margin-top: 150px; 
}

.contenuHistory img{
    width: 700px;
    margin: 3%;
}
.contenuweb {
 width:40%;
 background-color : black;
 margin : 20px;
 margin-top: 150px;
 font-size: 50px;
}




.footer{
    background-color: #EBFFEB;
    padding: 30px 0;
    margin-top: 13%;
}
.footer-col{
   width: 20%;
   padding: 30 30px;
}
.footer-col h4{
    font-size: 17px;
    color: #000000;
    text-transform: capitalize;
    margin-bottom: 35px;
    font-weight: 500;
    position: relative;
}
.footer-col h4::before{
    content: '';
    position: absolute;
    left:0;
    bottom: -10px;
    background-color: black;
    height: 2px;
    box-sizing: border-box;
    width: 50px;
}
.footer-col ul li:not(:last-child){
    margin-bottom: 10px;
}
.footer-col ul li a{
    font-size: 16px;
    text-transform: capitalize;
    color: #ffffff;
    text-decoration: none;
    font-weight: 300;
    color: white;
    display: block;
    transition: all 0.3s ease;
}
.footer-col ul li a:hover{
    color: orange;
    padding-left: 8px;
}
.footer-col .social-links a{
    display: inline-block;
    height: 40px;
    width: 40px;
    background-color: black;
    margin:0 10px 10px 0;
    text-align: center;
    line-height: 40px;
    border-radius: 20%;
    color: #ffffff;
    transition: all 0.5s ease;
}
.footer-col .social-links a:hover{
    color: black;
    background-color: #ffffff;
}

/*responsive*/
@media(max-width: 767px){
  .footer-col{
    width: 50%;
    margin-bottom: 30px;
}
}
@media(max-width: 574px){
  .footer-col{
    width: 100%;
}





