.footer-section {
    width: 100vw;
    padding-top: 10vh;
}

.footer-title-section {
    position: relative;
}

.footer-title {
    font-family: "JosefinSans-Regular";
    font-size: 7rem;
    opacity: 10%;
    transform: translateY(24px) translateX(-8px);
}
.footer-horiz-line {
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 4px;
    width: 100vw;
    background-color: var(--color1);
}

.footer-content-section {
    width: 80vw;
    margin: 4vh 10vw 2vh 10vw;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.footer-content-section-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer-content-section-left-haut {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.footer-logo {
    margin-bottom: 18px;
    height: 100px;
    width: auto;
}


.footer-content-section-right {
    display: flex;
    flex-direction: column;
    text-align: right;
    padding-right: 20px;
}
.footer-content-section-right > .small-title {
    margin-top: 1vh;
    margin-bottom: 1vh;
}
.footer-content-section-right > .paragraph {
    margin-bottom: 1vh;
    text-align: right !important;
}

.footer-vert-line {
    position: absolute;
    right: -10px;
    bottom: -2vh;
}

.button-normal-black2-footer {
    background-color: rgba(255, 255, 255, 0);
    padding: 12px 30px 12px 30px;
    border: solid 2px var(--color1);
    font-size: 1.1rem;
    color: var(--color1);
    font-family: "JosefinSans-Regular";
    width: 200px;
}

.button-normal-black2-footer:hover {
    background-color: var(--color1);
    color: var(--color2);
    cursor: pointer;
}


.home-social-list {
    display: flex;
    flex-direction: row;
    margin-top: 1.5vh;
}

.home-social-item {
    height: 50px;
    width: 50px;
    border: solid 2px var(--color1);
    border-radius: 40px;
    margin-left: 10px;
    margin-bottom: 15vh;
}

.home-social-item:hover {
    cursor: pointer;
    background-color: var(--color1);
}

.home-social-item:hover > .svg-social1 > .cls-1 {
    fill: #ffffff
}

.home-social-item:hover > .svg-social2 > .cls-2 {
    stroke: #ffffff
}

.insta {
    transform: scale(0.8);
}

.mention-link {
    color: var(--color1);
}
.mention-link:visited {
    color: var(--color1);
}
.mention-link:active {
    color: var(--color1);
}

/* ECRAN 2K */
@media screen and (min-width: 2500px) and (min-height: 1400px) {
    .button-normal-black2-footer {
        background-color: rgba(255, 255, 255, 0);
        padding: 20px 50px 20px 50px;
        border: solid 2px var(--color1);
        font-size: 2rem;
        color: var(--color1);
        font-family: "JosefinSans-Regular";
        width: auto;
    }
    .footer-logo {
        margin-bottom: 18px;
        height: 200px;
        width: auto;
    }
    .footer-title {
        font-family: "JosefinSans-Regular";
        font-size: 10rem;
        opacity: 10%;
        transform: translateY(35px) translateX(-15px);
    }
}

/* ECRAN 4K */
@media screen and (min-width: 3500px) and (min-height: 2000px) {

}

/* ECRAN +1920x1080 */
@media screen and (max-width: 1920px) and (max-height: 1080px) {

}

/* ECRAN 17 pouces large */
@media screen and (max-width: 1680px) and (max-height: 1100px) {

}

/* ECRAN 13 à 15 pouces standard */
@media screen and (max-width: 1400px) and (max-height: 1050px) {

}


/* TRES GRAND MOBILE 1050x1370 */
@media screen and (max-width: 1050px ) and (max-height: 1370px ) {
    .footer-content-section {
        width: 80vw;
        margin: 1vh 10vw 2vh 10vw;
        position: relative;
        display: flex;
        flex-direction: column;
    }
    .footer-content-section-right {
        display: flex;
        flex-direction: column;
        text-align: left;
        padding-right: 20px;
    }
    
    .footer-vert-line {
        display: none;
    }

    .button-normal-black2-footer {
        margin-bottom: 20px;
    }
    .home-social-item {
        margin-bottom: 4vh;
    }
    .footer-content-section-left-bas {
        display: none;
    }
}

/* GRAND MOBILE 500x900 */
@media screen and (max-width: 500px ) and (max-height: 1000px ) {
    .footer-title {
        font-family: "JosefinSans-Regular";
        font-size: 6rem;
        opacity: 0.1;
        transform: translate(-10px, 20px);
    }
}

/* MOYEN petit 700 */
@media screen and (max-width: 400px ) and (max-height: 750px ) {

}