@import url(./theme.css);
/*Class active pour indiquer le dans lequel menu on se trouve*/

header .menu-item.active {
    color: var(--hover-color);
}
/* prmière section de mes pages */
.first-section-mespages{
    width: 80%;
    height: 80vh;
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-top: 5%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
}

.first-section-mespages .description{
    width: 60%;
}
.first-section-mespages h1{
    font-family: 'Proxima Nova Cn Rg', serif;
    font-size: 10rem;
    color: #3a3a3a;
}
.first-section-mespages h2{
    font-family: 'Proxima Nova Rg', serif;
    font-weight: 400;
    color: var(--hover-color);
    margin-bottom: 10px;
}
.first-section-mespages h2 a{
    text-decoration: underline;
}
.first-section-mespages p{
    font-family: 'Proxima Nova Rg', serif;
    font-size: 2rem;
    color: #3a3a3a;
}

.first-section-mespages figcaption{
    width: 400px;
}
.first-section-mespages figcaption img{
    width: 100%;
    height: 100%;
    border-radius: 20px;
}
/*Box contenant l'image et animation*/
.first-section-mespages .box{
    position: relative;
    width: 300px;
    height: 300px;
    background: #E5F1FF;
    border-radius: 50%;
    overflow: hidden;
}
.first-section-mespages .box::before{
    content: '';
    position: absolute;
    inset: -30px 90px;
    background: linear-gradient(315deg, #FF4D6B, #299DF2);
    transition: 0.5s;
    animation: animate 12s linear infinite;
}
.first-section-mespages .box:hover::before{
    inset: -20px 0px;
}
@keyframes animate{
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform:rotate(360deg);
    }
}
.first-section-mespages .box::after{
    content: '';
    position: absolute;
    inset: 5px;
    background: #000254;
    border-radius: 50%;
    z-index: 1;
}
.first-section-mespages .box .content{
    position: absolute;
    inset: 30px;
    border: 1px solid #070a1c;
    z-index: 3;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.first-section-mespages .box .content h2{
    font-family: 'Proxima Nova Rg', serif;
    position: relative;
    font-size: 2rem;
    text-align: center;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
}
.first-section-mespages .box .content h2 span{
    font-weight: 300;
    font-size: 1.3rem;
}
.first-section-mespages .box .content a{
    position: relative;
    margin-top: 10px;
    padding: 10px 20px;
    background: #fff;
    color: #070a1c;
    border-radius: 25px;
    font-weight: 500;
    font-size: 1.8rem;
    text-transform: uppercase;
    letter-spacing: .8rem;
    text-decoration: none;
    transition: 0.5s;
}
.first-section-mespages .box .content a:hover{
    letter-spacing: 1.4rem;
}
.first-section-mespages .box .content img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
    pointer-events: none;
    z-index: 3;
}
.first-section-mespages .box:hover .content img{
    opacity: 0;
}
/*Deuxi)me section*/
.second-section-apropos{
    display: flex;
    padding-top: 30px;
    padding-bottom: 30px;
    align-items: center;
    background-image: url(../asset/fond1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.second-section-apropos .contenu-apropos{
    position: relative;
    display: flex;
    justify-content: space-between;
    margin: auto;
    gap: 40px;
    width: 80%;
}
.second-section-apropos figcaption{
    width: 500px;
    margin-right: 30px;
}
.second-section-apropos figcaption img{
    width: 100%;
    border-radius: 10px;
}

.second-section-apropos h3{
    font-family: 'Proxima Nova Lt', serif;
    font-size: 4rem;
    margin-bottom: 10px;
    font-weight: 300;
    color: #ffff;
}
.second-section-apropos p{
    font-family: 'Proxima Nova Rg', serif;
    font-size: 2rem;
    line-height: 4rem;
    color: #ffff;
}
.second-section-apropos button{
    padding: 15px 25px;
    color: #ffff;
    background: transparent;
    border: 2px solid #ffff;
    border-radius: 30px;
    outline: none;
    cursor: pointer;
    font-weight: 700;
    font-size: 1.7rem;
    transition: .3s ease-in-out;
    margin-top: 20px;
}
.second-section-apropos button:hover{
    color: #40668E;
    background-color: #ffff;
    transition: .3s ease-in-out;
}
/*Section Stage*/
.section-stage{
    display: flex;
    padding-top: 30px;
    padding-bottom: 30px;
    align-items: center;
    background-color: #E5E5E5;
    background-image: url(../asset/fond2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.section-stage .contenu-section-stage{
    position: relative;
    display: flex;
    justify-content: space-between;
    margin: auto;
    gap: 40px;
    width: 80%;
}
.section-stage figcaption{
    width: 500px;
    margin-top: 30px;
}
.section-stage figcaption img{
    width: 100%;
}

.section-stage h3{
    font-family: 'Proxima Nova Lt', serif;
    font-size: 4rem;
    margin-bottom: 10px;
    font-weight: 300;
}
.section-stage h4{
    font-family: 'Proxima Nova Lt', serif;
    font-size: 2.7rem;
    font-weight: 100;
}
.section-stage a{
    text-decoration: underline;
    transition: .3s ease-in-out;
}
.section-stage a:hover{
    color: #888787;
    transition: .3s ease-in-out;
}
.section-stage p{
    font-family: 'Proxima Nova Rg', serif;
    font-size: 2rem;
    line-height: 4rem;
    color: #3a3a3a;
}
/*Troisième section*/
.third-section-apropos{
    display: flex;
    padding-top: 30px;
    padding-bottom: 30px;
    align-items: center;
    background-image: url(../asset/fond1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.third-section-apropos .contenu-section-trois{
    position: relative;
    display: flex;
    justify-content: space-between;
    margin: auto;
    gap: 40px;
    width: 80%;
}
.third-section-apropos figcaption{
    width: 500px;
    margin-top: 30px;
    margin-right: 30px;
}
.third-section-apropos figcaption img{
    width: 100%;
    border-radius: 10px;
}

.third-section-apropos h3{
    font-family: 'Proxima Nova Lt', serif;
    font-size: 4rem;
    margin-bottom: 10px;
    font-weight: 300;
    color: #ffff;
}
.third-section-apropos p{
    font-family: 'Proxima Nova Rg', serif;
    font-size: 2rem;
    line-height: 4rem;
    color: #ffff;
}

/*footer*/
footer{
    background-color: #3C5E77;
}
/*Class active pour indiquer le dans lequel menu on se trouve pour la navbar du footer*/
footer .menu-item.active {
    color: #b2b2b2;
}
/*Ecran de moins de 500px*/
@media screen and (max-width: 500px){
    .first-section-mespages{
        flex-direction: column;
        align-items: center;
        margin-top: 10%;
        margin-bottom: 50px;
        width: 96%;
        height: 50%;
        gap: 40px;
    }

    .first-section-mespages h1{
        font-size: 6rem;
    }
    .first-section-mespages .description{
        width: 95%;
        margin: 0;
    }
    
    .first-section-mespages figcaption{
        width: 300px;
    }

    .first-section-mespages figcaption img{
        z-index: 1;
    }

    /*Box contenant l'image et animation*/
    .first-section-mespages .box{
        width: 300px;
        height: 300px;
				
    }
    .first-section-mespages .box::before{
        inset: -10px 90px;
    }
    /*Deuxième section*/
    .second-section-apropos{
        display: block;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .second-section-apropos .contenu-apropos{
        flex-direction: column;
        align-items: center;
        gap: 0;
        margin-bottom: 50px;
        padding-top: 60px;
    }
    .second-section-apropos button{
        margin-bottom: 20px;
    }
    .second-section-apropos figcaption{
        width: 300px;
        margin: 10px auto;
    }
    
    .large-screen{
        order: 2;
    }
    .second-section-apropos h3{
        font-size: 2.2rem;
    }
    .second-section-apropos p{
        font-size: 1.6rem;
    }
    /*Section Stage*/
    .section-stage{
        display: block;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .section-stage .contenu-section-stage{
        flex-direction: column;
        align-items: center;
        gap: 0;
        margin-bottom: 50px;
        padding-top: 60px;
    }
   
    .section-stage figcaption{
        width: 300px;
        margin: 10px auto;
    }
    .section-stage h3{
        font-size: 2.2rem;
    }
    .section-stage h4{
        font-size: 1.9rem;
    }
    .section-stage p{
        font-size: 1.6rem;
    }
   
    /*Troisième section*/
    .third-section-apropos{
        display: block;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .third-section-apropos .contenu-section-trois{
        flex-direction: column;
        align-items: center;
        gap: 20px;
        margin-bottom: 50px;
    }
    .third-section-apropos figcaption{
        width: 300px;
        margin: 10px auto;
    }
    .third-section-apropos .large-screen2{
        order: 2;
    }
    .third-section-apropos h3{
        font-size: 2.2rem;
    }
    .third-section-apropos p{
        font-size: 1.6rem;
    }
}