/*------------------------------------------------

Author : Aguila Design

------------------------------------------------*/


.mainRContainer {
    justify-content: start;
    overflow-y: scroll;
}
.mainRContainer::-webkit-scrollbar {
    display: none;
}


/*------------------------------------------------

                Presse & Actualités

------------------------------------------------*/


.artTitle {
    margin-top: -1.5rem;
    font-size: var(--text140);
    line-height: var(--inter140);
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.artContainer {
    display: flex;
    flex-direction: column;
    margin: 1rem 0rem;
    width: 100%;
}


.artHead {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.artMag {
    font-size: var(--text22);
    line-height: var(--inter22);
}

.lieuDate {
    text-align: end;
    font-size: var(--text26);
    line-height: var(--inter26);
}

.sideText {
    padding: 1rem 0rem;
    line-height: var(--inter15);
    font-family: "Peggs";
}

.subtitle {
    font-family: "SansPlomb";
    text-align: center;
    font-size: 18px;
    margin: 1rem 0rem;
}

.artMedia1 {
    position: relative;
    margin: 1rem;
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-content: center;
    font-size: var(--text18);
    line-height: var(--inter18);
    z-index: 1;
}

.artMedia1::before {
    content: '';
    position: absolute;
    border: 1px solid var(--couleur-noir);
    border-right: 0px;
    top: 0;
    left: 0;
    height: 100%;
    width: 1rem;
    opacity: 1;
}

.artMedia1::after {
    content: '';
    position: absolute;
    border: 1px solid var(--couleur-noir);
    border-left: 0px;
    top: 0;
    right: 0;
    height: 100%;
    width: 1rem;
    opacity: 1;
}


.artMedia2 {
    position: relative;
    margin: 1rem;
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-content: center;
    font-size: var(--text18);
    line-height: var(--inter18);
    z-index: 1;
}

.artMedia2::before {
    content: '';
    position: absolute;
    border: 1px solid var(--couleur-noir);
    border-right: 0px;
    border-bottom: 0px;
    height: 1rem;
    width: 1rem;
}

.artMedia2::after {
    content: '';
    position: absolute;
    border: 1px solid var(--couleur-noir);
    border-left: 0px;
    border-top: 0px;
    bottom: 0;
    right: 0;
    height: 1rem;
    width: 1rem;
}


.artMedia3 {
    position: relative;
    margin: 1rem;
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-content: center;
    font-size: var(--text18);
    line-height: var(--inter18);
    z-index: 1;
}

.artMedia3::before {
    content: '';
    position: absolute;
    border: 1px solid var(--couleur-noir);
    border-left: 0px;
    border-bottom: 0px;
    top: 0;
    right: 0;
    height: 2rem;
    width: 100%;
}

.artMedia3::after {
    content: '';
    position: absolute;
    border: 1px solid var(--couleur-noir);
    border-right: 0px;
    border-top: 0px;
    bottom: 0;
    left: 0;
    height: 2rem;
    width: 100%;
}



.artMedia {
    position: relative;
    margin: 1rem;
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-content: center;
    font-size: var(--text18);
    line-height: var(--inter18);
    z-index: 1;
}

.artMediaP {
    opacity: 0;
    transition: all 0.3s ease-in;
    text-align: center;
}

.bracketL {
    content: '';
    position: absolute;
    transition: all ease-in 0.3s;
    border: 1px solid var(--couleur-noir);
    border-right: 0px;
    top: 0;
    left: calc(50% - 1.5rem);
    height: 100%;
    width: 1rem;
}

.bracketR {
    content: '';
    position: absolute;
    transition: all ease-in 0.3s;
    border: 1px solid var(--couleur-noir);
    border-left: 0px;
    top: 0;
    right: calc(50% - 1.5rem);
    height: 100%;
    width: 1rem;
}

.bracketTL {
    content: '';
    position: absolute;
    transition: all ease-in 0.3s;
    border: 1px solid var(--couleur-noir);
    border-right: 0px;
    border-bottom: 0px;
    top: calc(50% - 1rem);
    left: calc(50% - 1rem);
    height: 1rem;
    width: 1rem;
}

.bracketBR {
    content: '';
    position: absolute;
    transition: all ease-in 0.3s;
    border: 1px solid var(--couleur-noir);
    border-left: 0px;
    border-top: 0px;
    bottom: calc(50% - 1rem);
    right: calc(50% - 1rem);
    height: 1rem;
    width: 1rem;
}

.bracketT {
    content: '';
    position: absolute;
    transition: all ease-in 0.3s;
    border: 1px solid var(--couleur-noir);
    border-left: 0px;
    border-bottom: 0px;
    top: calc(50% - 1.5rem);
    left: 0;
    height: 2rem;
    width: 100%;
}

.bracketB {
    content: '';
    position: absolute;
    transition: all ease-in 0.3s;
    border: 1px solid var(--couleur-noir);
    border-right: 0px;
    border-top: 0px;
    bottom: calc(50% - 1.5rem);
    right: 0;
    height: 2rem;
    width: 100%;
}


.show {opacity: 1;}

.topReset {top: 0;}
.rightReset {right: 0;}
.bottomReset {bottom: 0;}
.leftReset {left: 0;}