



footer {
    justify-content: center;
    width: auto;
    flex-wrap: wrap;
    margin-top: 10px;
    background-color: #2d2e33;
    padding: 20px 0%;
  display: flex;
   margin-left: 0px;
    margin-right: 0px;
}
.abonefooter{
  
  justify-content: center;
  margin-right: 0px;
  height: 60px;
  width: 250px;
  padding-top: 0px;
  padding-right: 0px;
  cursor: pointer;
}

.footer-col{
    width: auto;
   float: right;
display: inline-block; 
padding-right: 30px;  

}


.footer-col h4{
    position: relative;
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 25px;
    color: #f1bc0d;
    text-transform: capitalize;
    
}

.footer-col h4::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: -6px;
    background-color: #27c0ac;
    height: 2px;
    width: 40px;
}


.carte {
   float: left;
    margin: 0;
    padding: 0;
    width: auto;
    height: 250px;
    padding-bottom: 10px;

}
.slogan {
    font-size: 20px;
    color: white;
    padding-top: 30px;
}

 .icon-reseau-sociaux {
    display: inline-block;
    height: 44px;
    width: 44px;
    color: white;
    background-color: rgba(40, 130, 214, 0.8);
    margin: 0 8px 8px 0;
    text-align: center;
    line-height: 44px;
    border-radius: 50%;
    transition: 0.4s;
}

.icon-reseau-sociaux:hover{
    color: #4d4f55;
    background-color: white;
}

@media(max-width: 500px){
    .footer-col{
        width: 50%;
        margin-bottom: 30px;
        text-align: center;
    }

    .footer-col h4::before{
        all: unset;
    }
}

@media(max-width: 500px){
    .footer-col{
        width: 100%;
    }
    }

.page{
    text-align: center;
   margin-top: 20px;
}

.carte {
   align-items: center;
   display: block;
    margin: 0;
    padding-left: 15px;
    width: 100%;
    height: 250px;
    padding-bottom: 10px;
}

.abonefooter{
  justify-content: center;
  margin-left: 90px;
  height: 60px;
  width: 250px;
  padding-top: 0px;
  padding-right: 0px;
  cursor: pointer;
}

.footer-col input{
    border: none;
    width: 250px;
    height: 45px;
    display: block;
    padding-left: 20px;
    margin: 14px 0;
}
.footer-col .inputSubmit{
    padding: 0px 20px;
    background-color: #e91e64;
    border: none;
    color: white;
}
 .copy{
    color: white;
    text-align: center;
    padding-top: 20px;
    
}
/* .row hr{
    opacity: 0.7;
    color: white;
    text-align: center;
    position: absolute;
   
     } */

     .line {
        width: 100%;
        color: white;
     }
 


