/* Constantes */
a,
img {
    border: 0;
}

a {
    outline: 0;
    text-decoration: none;
    color: #c8e100;
    font-weight: bold;
}

table {
    width: 100%;
    padding: 0;
    margin: 0;
    border: 0;
    border-spacing: 0;
}

td {
    padding: 0;
    margin: 0;
    vertical-align: top;
}

tr,
figure {
    padding: 0;
    margin: 0;
}

.bouton {
    display: block;
    background-color: transparent;
    background-position: top left;
    text-indent: -9999px;
}

.bouton:hover {
    background-position: bottom left;
}

a,
p,
div,
img,
table {
    position: relative;
    border: 0;
    z-index: 1;
}

form,
fieldset {
    border: 0;
}

.fright {
    float: right;
    display: block;
}

/* Information section */

.info_section {
    text-align: center;
    margin-top: 50px;
}

.info_section_trail {
    text-align: center;
    margin-top: 0px;
}

.info_title {
    font-size: 24px;
    font-style: italic;
    font-weight: 900;
    letter-spacing: 1.78px;
    line-height: 29px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.info_text {
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
}

.info_img {
    height: 452px;
    width: 300px;
}

.info_img_title {
    top: 170px;
    position: absolute;
    height: 115px;
    width: 90%;
    color: #C8E100;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 78px;
    font-style: italic;
    font-weight: 900;
    letter-spacing: 7.11px;
    line-height: 115px;
    text-transform: uppercase;
}

.info_img_socle {
    background-color: #c8e100;
    top: -52px;
    height: 84px;
    z-index: 0;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}

/* END - Information section */

.shop_section {
    margin-top: 70px;
    margin-bottom: 60px;
}

.c-button {
    transition: border-color 0.3s ease-in-out 0s;
}

/* Footer Social */

.wrapper-social_section {
    padding: 50px 0;
    text-align: center;
}

.social_section {
    align-items: center;
    display: flex;
    justify-content: center;
}

.social_text {
    color: #C8E100;
    font-size: 1.5rem;
    font-style: italic;
    font-weight: 900;
    letter-spacing: 1.78px;
    margin-right: 0.75rem;
}

.bt_reseau {
    display: flex;
    margin: 1rem 0.6rem;
}

.img-social {
    transition: opacity 0.3s ease-in-out 0s;
}

.bt_reseau:hover .img-social {
    opacity: 0.8;
}

/* END Footer Social */

@media screen and (min-width: 768px) {
    .info_img_title {
        font-size: 96px;
    }

    .info_title {
        margin-top: 90px;
    }

    .info_title_trail {
        margin-top: 140px;
    }
}