
/*Footer*/ 

.sectionFooter{
  padding:0 !important;
  background-color: #333;
}

.sectionFooter .row{
  padding: 15px 0;
}

.sectionFooter p{
  text-align: center;
  color: #f1f1f1;
  line-height: 22px;
  padding-bottom: 0;
  font-size: 13px;
}

.sectionFooter p a{
  text-decoration: none;
  color: #acacac;
}

/*************************************************************************
Grand Footer 
*************************************************************************/
#grand-footer{
    display:flex;
    width:100%;
}

#grand-footer img{
    width:30px;
}

.region-grand-footer-gauche {
    background:url("./img2/bg-grand-footer.jpg") no-repeat;
    background-size: cover;
    width: 50%;
    padding: 8% 5%;
}

.contact-footer span{
    font-weight:700!important;
}
article.adresse {
    display: table;
    margin-left: 60%;
}


.adresse div{
    display:flex;
    align-items: center!important;
}

.adresse .paragraphe-adresse{
    margin-top: 10px;
    line-height: 1.5em;
    padding-left: 40px;
    color:#000000!important;
}

.paragraphe-adresse a{
    margin-top: 10px;
    line-height: 1.5em;
    padding-left: 40px;
    color:#000000!important;
    display:block;
    box-sizing:border-box;
}

.titre-contact{
    text-transform: uppercase;
    color:#C70626;
    padding:0!important;
    font-weight: 600;
    letter-spacing: 1px;
    margin-left: 10px
    
    
}
article.telephone {

    display: table;
    margin-left: 60%;
}

.telephone div{
    display:flex;
    align-items: center!important;
}

.region-grand-footer-droit{
  background:#0D5C95;
  width: 50%;
    padding:5%;
}

form.form-newsletter {
    width: 80%;
    margin: 0 auto;
}


.form-newsletter input[type="email"] {
    width: 100%;
    margin: 20px auto;
    padding: 20px!important;
    color: #444;
    font-family: montserrat;
    font-size: 15px;
    font-weight: 600;
}

.form-newsletter .sbt-subscribe-btn {
    width: 100%;
    padding: 20px!important;
    color: #ffffff;
    font-family: montserrat;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    background:#000000;
    margin-left:0;
    border: none;
}
#grand-footer .form-newsletter .sbt-subscribe-btn .inner-button {
    width: 200px;
    height: 20px;
    margin: 0 auto;
}
#grand-footer .form-newsletter .sbt-subscribe-btn img.spin {
    width: 20px;
    animation: spin_6405 1.5s linear infinite;
    transform-origin: 50% 50%;
    /*float: left;*/
    margin-right: 10px;
}
#grand-footer .form-newsletter .sbt-subscribe-btn .button-text {
    /*float: right;*/
}

@keyframes spin_6405 {
    0% { transform:rotate(0deg) }
    100% { transform:rotate(359deg) }
}

article.titre-newsletter {
    display: flex;
    justify-content: center;
    align-items: center;}


.titre-newsletter p {
    padding:0!important;
    color:#ffffff;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    margin-left: 10px;
    font-size:20px;
}

.titre-newsletter img{
    width:50px!important;
}

/*Reseaux sociaux*/


#grand-footer .reseaux-sociaux {
    width: 85%;
    display: flex;
    justify-content: flex-end;
    padding: 30px 0 0 0;
    align-items: center;
    background: none;
}

.rs-blanc {
    font-size: 17px!important;
    color: #ffffff!important;
    font-family: montserrat;
    letter-spacing: 1px;
    font-weight: 500;
    margin-right:30px;
    padding: 10px 0;
}

ul.icones-rs- {
    list-style: none;
    display: flex;
    justify-content: space-between;
}

.icones-rs- li img{
    width: 30px;
    margin-right: 20px;
}


/*mode Petit Ordi */

@media only screen and (max-width: 1500px) and (min-width: 1200px){
   
.reseaux-sociaux {
   
    margin-top: 0;
    width:90%;
    
}
    
    .reseaux-sociaux p {
    font-size:15px!important;
    margin-right:10px; 
    }
}


/* mode Tablette */
@media only screen and (max-width: 1220px) {
    
   article.adresse {
    margin-left: 23%;
       margin-top: 20%;
} 
    article.telephone {
    margin-left: 23%;
}
    
    .newsletter .reseaux-sociaux{
      display: table;
    text-align: center;
    margin: 0 auto;
    padding: 15px 0;  
    }
    
    ul.icones-rs-{
        justify-content: center;
    }
    
    #grand-footer .reseaux-sociaux {
        display:block;
    }
}

/* mode mobile */

@media all and (max-width: 767px) {
    
    #grand-footer {
        display: block;
    }
    
    .region-grand-footer-gauche {
        width: 100%;
    }
    
    .region-grand-footer-droit {
        width: 100%;
    }
    
    ul.icones-rs- img{
        width:25px!important;
    }

}