.conteneur-footer {
    background: #24314f;
    color: #fff;
    padding: 40px 0 35px;
}

.footer {
    width: 1220px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 0 25px;
}

.bloc-footer-wrapper {
    width: 12%;
    min-width: 250px;
}

.logo-footer
 img {
    width: 100px;
    height: auto;
    float: left;
    margin-right: 10px;
    background: #fff;
    border-radius: 50%;
    padding: 5px;
}

.logo-footer {/* max-width: 125px; */margin-top: 10px;}

ul.list-footer {
    padding: 0;
    list-style: none;
    margin-top: 30px;
}

.titre-footer h3 {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .075em;
    line-height: 30px;
    text-align: left;
    text-transform: uppercase;
    color: rgb(16, 145, 239);
    position: relative;
    width: 60%;
    white-space: nowrap;
}

.titre-footer h3:after {
    background-color: rgba(225,229,235,0.5);
    top: auto;
    bottom: -5px;
    transition: all .3s linear;
    background-color: rgb(0, 112, 192);
    content: "";
    position: absolute;
    left: 0;
    height: 2px;
    width: 40px;
    /* top: -24px; */
}

.titre-footer:hover h3:after {
    width: 100%;
    transition: all linear 0.3s;
}

.description-footer {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.6;
}

ul.list-footer li {
    display: flex;
    padding-bottom: 15px;
    font-size: 12px;
    font-weight: 300;
    /* border-bottom: 1px dotted; */
}

ul.list-footer li i {
    padding-right: 10px;
}

.description-newsletter {
    font-size: 14px;
    font-weight: 300;
}

input#email_newsletter {
    border: none;
    margin: 0;
    border-radius: 5px;
}

form#newsletter {
    display: flex;
    position: relative;
    margin-top: 25px;
}

input#email_newsletter {
    background-color: #fff;
    padding: 10px 55px 10px 15px;
    font-size: 14px;
    width: 100%;
    color: #848484;
}

button[type="submit"] {}

button#btn-newsletter {
    border: none;
    width: 50px;
    color: #fff;
    position: absolute;
    right: 0;
    display: flex;
    align-items:  center;
    justify-content: center;
    height: 100%;
    font-size: 18px;
    background: rgb(0, 112, 192);
    border-radius: 0px 5px 5px 0;
}

.footer p {
    margin-top: 20px;
    font-size: 12px;
}

.conteneur_superfooter {
    background: rgb(36, 49, 79);
    color: #fff;
    border-top: 1px solid;
}

.superfooter {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    height: 60px;
    align-items:  center;
    font-size: 13px;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0px 25px;
    text-align: center;
}

.content-reseau-socio-footer a {
    width: 35px;
    height: 35px;
    background: rgb(0, 112, 192);
    color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 10px;
    transition: all linear 0.3s;
}

.content-reseau-socio-footer {
    display: flex;
    align-items:  center;
    /* margin-top: 20px; */
}


.logo-footer p {
    text-align: left;
    line-height: 1.6;
}

.bloc-footer-wrapper:nth-child(3) {
    width: 34%;
    padding: 0 15px;
    box-sizing: border-box;
}

.bloc-footer-wrapper:nth-child(2) {
    width: 15%;
    padding: 0 15px;
    box-sizing: border-box;
}

ul#liste_lien_regionale {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

ul#liste_lien_regionale {}

ul#liste_lien_regionale li {
    width: 48%;
}

.content-reseau-socio-footer:hover {
    border-radius: 50%;
    transition: all linear 0.3s;
}

.content-reseau-socio-footer a:hover {
    border-radius: 50%;
    transition: all linear 0.3s;
}

.content-text-footer {
    font-size: 13px;
}

.icone-footer {
    color: rgb(0, 112, 192);
}

ul.list-footer li:nth-child(n+2) {
    padding-top: 10px;
}


.bloc-footer-wrapper:first-child {
  width: 22%;
  min-width: 250px;
  padding: 0 15px;
  box-sizing: border-box;
}

ul.list-footer li:nth-child(n+2) {}

.bloc-footer-wrapper:nth-child(3) li {
    padding-left: 0px;
    transition: all linear 0.3s;
    cursor: pointer;
}

.bloc-footer-wrapper:nth-child(3) li:before {display: inline-block;font: normal normal normal 14px/1 FontAwesome;font-size: inherit;text-rendering: auto;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;content: " \f105";font-size: 16px;margin-right: 8px;/* vertical-align: middle; */color: rgb(0, 112, 192);padding-top: 3px;}

.bloc-footer-wrapper:nth-child(2) li:hover {}

.bloc-footer-wrapper:nth-child(3) li:hover {
    color: rgb(0, 112, 192);
    transition: all linear 0.3s;
}
.conteneur-newsletter {
    background-color: rgb(17, 113, 185);
}

.conteneur-newsletter .titre-bloc {
    color: #fff;
    padding-top: 30px;
    display: none;
}

.titre--newsletter {
    font-size: 24px;
    color:  #fff;
    font-weight: 600;
    text-align:  center;
    font-size: 34px;
}

.content-text-left-- span {
    font-weight:  300;
    padding-bottom:  15px;
}

form#newsletter-form {
    /* margin-top: 30px; */
    width:  100%;
    display:  flex;
    /* flex-direction:  column; */
    justify-content: flex-end;
}

form#newsletter-form input {
    height: 38px;
    width: 100%;
    padding:   0 15px;
    font-size: 16px;
    border:  1px solid transparent;
}

.logo-newletter {width: 100px;padding-right: 30px;margin-right: 30px;border-right: 1px solid rgb(255, 255, 255);}

.logo-newletter svg {
    fill: #fff;
}
.newsletter {
    display:  flex;
    color: rgb(255, 255, 255);
    width: 1070px;
    margin: 25px auto 0px;
    /* flex-direction:  column; */
    align-items:  center;
    padding: 20px 0;
}

.content-form {
    display: flex;
    align-items:  center;
    width: 100%;
    justify-content:  space-between;
}

.content-text-left-- span {
    font-size: 14px;
    /* opacity: 0.8; */
    font-weight: 600;
}

.content-text-left-- {
    width: 60%;
    margin-right: 10px;
    text-align:  left;
}

.content-text-left-- .titre--newsletter {
    text-align: left;
}

.content-form input {
    width: 100%;
    height: 43px;
    padding: 0 125px 0 19px;
    box-sizing: border-box;
    font-size: 17px;
}

button#btn-newslleter {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 120px;
    text-transform: uppercase;
    background: rgb(36, 49, 79);
    border: none;
    color: rgb(255, 255, 255);
    font-size: 16px;
}
.content-form-elt-footer {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 85%;
}