.conteneur-footer {
    background-color: #242424;
    padding: 15px 0;
}

.footer {
    width:  1200px;
    margin:   0 auto;
    max-width:  95%;
    display:  flex;
    justify-content:  space-between;
    color: rgb(255, 255, 255);
}

.footer {}

.bloc-footer-wrapper {
    width:  25%;
    padding: 0 20px 0 0;
    box-sizing:  border-box;
    font-weight: 300;
    /* border-right: 1px solid rgb(63, 76, 84); */
}

.bloc-footer-wrapper:last-child {
    padding: 0 !important;
    width: 20%;
}

.bloc-footer-wrapper:first-child .titre-footer {
    text-align: center;
    display: block;
    padding: 10px 0;
    position: relative;
    z-index: 2;
}

.bloc-footer-wrapper:first-child
 .titre-footer:before {
    position: absolute;
    content: '';
    top: 0;
    right: 24px;
    left: 24px;
    bottom: 0;
    background: rgb(181,153,76);
    background: -moz-linear-gradient(90deg, rgba(181,153,76,1) 0%, rgba(238,228,154,1) 35%, rgba(169,137,59,1) 100%);
    background: -webkit-linear-gradient(
90deg
, rgb(181 153 76) 0%, rgb(238 228 154) 35%, rgb(169 137 59) 100%);
    background: linear-gradient(
90deg
, rgb(181 153 76) 0%, rgb(238 228 154) 35%, rgb(169 137 59) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b5994c",endColorstr="#a9893b",GradientType=1);
}

.titre-footer img {
    width: 75%;
    height: auto;
    margin: 0 auto;
    float: none;
    background: #fff;
    padding: 10px;
    z-index: 10;
    position: relative;
}

.desctiption-logo, .description-newsletter {
    font-size:  14px;
    line-height:  1.6;
    text-align: left;
}

.titre-footer h4 {
    color: rgb(255 255 255);
    font-size: 23px;
    /* letter-spacing: -1px; */
    margin-bottom: 20px;
    /* padding: 0 40px; */
    /* font-family:  'Playfair Display', serif; */
    margin-top: 0;
    text-align:  left;
    font-variant: small-caps;
}

ul.lien-footer {
    list-style:  none;
    font-weight: 300;
    padding: 0;
}

ul.lien-footer li {
    padding-bottom: 20px;
    font-size: 15px;
}

.bloc-footer-wrapper:nth-child(2) {
    width: 14%;
}

.conteneur-footer input {
    display: block;
    width: 100%;
    margin-top: 15px;
    padding: 0 15px;
    width: 100%;
    height: 45px;
    background: rgb(255 255 255);
    border: 2px solid rgb(208, 212, 215);
    color: rgb(208, 212, 215);
    box-sizing:  border-box;
    font-family: inherit;
}

.bloc-footer-wrapper:nth-child(3) {
    width: 29%;
    /* display: none; */
}

button.btn-newsletter {
    color: rgb(255, 255, 255);
    background-color: rgb(132 132 132);
    border-color: none;
    display: block;
    width: 100%;
    margin-top: 15px;
    padding: 0 15px;
    width: 100%;
    height: 45px;
    border:  none;
    font-size: 18px;
}

[placeholder] {
    color: rgb(0 0 0) !important;
}

ul.lien-footer.reseau-social i {
    color: rgb(253 230 75);
    margin-right:  9px;
    font-size:  17px;
}

ul.lien-footer.reseau-social li {
    display:  flex;
    align-items: baseline;
    font-size:  14px;
    margin-bottom: 9px;
}

.bloc-footer-wrapper:last-child {
    border:  none;
    width: 10%;
}

.contenur-superfooter {
    background-color: rgb(0 0 0);
    text-align: center;
}

.superfooter {
    width:  1200px;
    max-width:  95%;
    margin:  0 auto;
    display:  flex;
    justify-content:  space-between;
    font-size: 13px;
    color:  #fff;
    padding: 10px 0;
}

.bloc-footer-wrapper:first-child {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20%;
}
.superfooter-left {
    width: 100%;
}
