
/********************* STYLE FRONT **********************/
#siteFooter{
    width: 100%;
}

.footerLigne{
    width: 100%;
    max-width: 1400px;
    padding: 10px 60px;
    margin: auto;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.footerLigne:nth-child(2) {
    height: fit-content;
    padding: 0 60px;
}

.footerLogo{
    width: auto;
    height: auto;
    padding-top: 20px;
    justify-content: left;
    flex: 1;
    display: flex;
    max-width: 50%;
    align-self: end;
}
.footerLogo img{
    width: 200px;
    height: auto;
}

.logosHtml {
    flex: initial;
    display: flex;
    flex-wrap: wrap;
    width: auto;
    padding-top: 20px;
    align-self: end;
}

.footerGauche{
    flex: 1;
    display: flex;
    max-width: 50%;
    flex-wrap: wrap;
    justify-content: left;
    padding-right: 20px;
    align-self: start;
}
.footerDescription{
    width: 100%;
    text-align: left;
    line-height: 22px;
    padding-top: 10px;
}

.footerMilieu{
    flex: initial;
    display: flex;
    flex-wrap: wrap;
    align-self: center;
}

.footerDroite{
    flex: initial;
    display: block;
    padding-left: 20px;
    align-self: end;
}
.footerMenu{
    text-align: right;
    width: auto;
    display: block;
}
.footerMenu ul{
    padding: 0!important;
	margin-bottom: 0!important;
}

.footerReseaux{
    text-align: right;
    padding-bottom: 10px;
    display: flex;
    justify-content: end;
}
.footerReseaux li{
    list-style: none;
    margin-left: 15px;
}

.footerReseaux li .fab{
    font-size: 28px;
    line-height: 51px;
}

.footerReseaux li{
   list-style: none;
}
.footerMenu li {
    list-style: none;
    line-height: 22px;
}

.footerSignature{
    width: 50%;
    text-align: left;
}
.footerSignature p {
    display: flex;
}
.footerSignature a {
    padding-left: 5px;
}
.footerRights{
    width: 50%;
    text-align: right;
}

.footerSeparateur{
    width: calc(100% - 120px);
    max-width: 1280px;
    padding: 0px 60px;
    margin: 10px auto;
    display: flex;
    height: 1px;
}

@media screen and (min-width:767px) and (max-width:990px) {
    .footerLigne{
        padding: 10px 40px!important;
    }
    .footerLigne:nth-child(2) {
        padding: 0px 40px!important;
    }
    .footerGauche{
        width: 70%;
        max-width: 70%;
        padding-right: 1%;
    }
    .footerDescription{
        width: 100%;
        padding: 20px 0px;
    }
    .footerMilieu{
        width: 29%;
        justify-content: right;
        margin: 20px 0;
    }
    
    .footerDroite{
        width: 100%;
        justify-content: left;
        padding-left: 0;
    }
    .footerMenu{
        width: 100%;
        text-align: left;
    }
    .footerReseaux{
        width: 100%;
        justify-content: left;
    }
    .footerReseaux li{
        margin-left: 0px;
        margin-right: 15px;
    }
    .footerSeparateur{
        width: calc(100% - 80px);
    }
    
}
@media screen and (max-width:767px) {
    .footerLigne{
        padding: 10px 20px!important;
    }
    .footerLigne:nth-child(2) {
        padding: 0px 20px!important;
    }
    .footerGauche{
        width: 100%;
        padding-right: 0;
        max-width: 100%;
    }
    .footerDescription{
        width: 100%;
        padding: 20px 0px;
    }
    .footerMilieu{
        width: 100%;
        justify-content: left;
        margin: 0;
    }
    .footerHtml {
        width: 100%;
    }
    .footerDroite{
        width: 100%;
        padding-left: 0;
    }
    .footerMenu{
        width: 100%;
        text-align: left;
    }
    .footerReseaux{
        width: 100%;
        justify-content: left;
    }
    .footerReseaux li{
        margin-left: 0px;
        margin-right: 15px;
    }
    .footerSeparateur{
        width: calc(100% - 40px);
    }
    .footerSignature{
        width: 100%;
    }
    .footerSignature p{
        margin-bottom: 10px!important;
    }
    .footerRights{
        width: 1000%;
        text-align: left;
    }
}


/********************* STYLE BACKOFFICE **********************/
/* .post-type-olwefooter = editeur des footers */

/* Classes générales */
.post-type-olwefooter #normal-sortables{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}
.post-type-olwefooter #postimagediv{
    width: 49%;
}
.post-type-olwefooter #wpseo_meta{
    width: auto;
}
.post-type-olwefooter .inside textarea, .post-type-olwefooter .inside select, .post-type-olwefooter .inside input[type=text] {
    width: 95%!important;
    border-radius: 0!important;
}

/*Mes classes*/
#infosFooter{
    width: 49%;
}
#htmlFooter{
    width: 49%;
}
#htmlSupplementaire{
    width: 100%;
}
#logosHtml{
    width: 100%;
}
#stylesFooter{
    width: 49%;
}
#contenusFooter{
    width: 100%;
}
.contenus{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.contenusGauche {
    width: 50%;
}
.contenusDroite {
    width: 50%;
}
