/* */
/* -- <-- Import --> -- */
/* */

@font-face {
    font-family: "Pacifico";
    src: url(../fonts/Pacifico-Regular.ttf) format("truetype");
}

/* */
/* -- <-- All --> -- */
/* */

html, body {
    margin: 0;
    padding: 0;
}

body {
    background: linear-gradient(to bottom right, rgb(170, 0, 0), black);
    background-size: cover;
    background-repeat: no-repeat;
    color: #FFF;
}

h2{
    font-size: 50px;
    font-family: Pacifico, Arial;
    position: relative;
    left: 48%;
    font-weight: bold;
    text-shadow: rgb(0, 0, 0) 4px 5px;
}

/* */
/* -- <-- Top --> -- */
/* */

.top{
    display: flex;
    justify-content: left;

    margin-top: 100px;
    margin-bottom: 200px;
}

.top .banner{
    height: 700px;
    width: 1400px;
    /* margin-left: 100px; */

    position: relative;
    left: 13%;

    border: solid;
    border-radius: 40px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 300px;
    background-image: url("../images/Background.jpg");
    background-size: cover;
    background-repeat: no-repeat;

    transition: transform .3s; /* Animation */
}

.top .banner .title {

    font-family: Pacifico, Arial;
    font-size: 70px;
    font-weight: bold;
    text-shadow: rgb(0, 0, 0) 4px 5px;

    margin-left: 50px;
}

.top .banner .presentation {

    font-size: 20px;
    text-align: center;
    font-weight: bold;
    text-shadow: rgb(0, 0, 0) 2px 2px;

    margin-right: 70px;
}

.top .banner:hover {
    transform: scale(1.04);
}

/* */
/* -- <-- Actus --> -- */
/* */

.actus {
    height: 800px;

    margin-top: 200px;
    margin-bottom: 200px;
}

.actus .carousel {

    width: 100%;
    height: 800px;
    
    display: flex;
    overflow: hidden;

    position: relative;
}

.actus .carousel .slide{
    height: 700px;
    width: 1300px;

    position: absolute;
    left: 50%;
    transform: translateX(-50%);

    border: solid;
    border-radius: 40px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background-color: #525252;
    background-size: cover;

    opacity: 0;

    transition: 0.2s ease-in-out;
}

.actus .carousel .slide.active {
    opacity: 1;
}

.actus .carousel .slide .info {
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;

    width: 100%;
    height: 160px;

    position: absolute;
    bottom: 0%;

    background-color: #eb0000d7;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 40px;

    display: flex;
    align-items: center;
    
    justify-content: center;
    font-weight: bold;
    text-shadow: rgb(0, 0, 0) 2px 2px;

}

.actus .carousel .btn {
    position: absolute;
    background: none;
    outline: none;
    border: none;
    color: #FFF;
    font-size: 100px;
    bottom: 50%;
    cursor: pointer;

    transition: transform .3s;
}
#next {
    right: 5%;
}
#prev {
    left: 5%;
}

.actus .carousel .btn:hover{
    transform: scale(1.3);
}

/* */
/* -- <-- Equipe --> -- */
/* */

.equipe {
    height: 800px;

    margin-top: 200px;
    margin-bottom: 200px;
}

.all {
    display: flex;
    align-items: center;
    
    justify-content: space-evenly;
}

#pseudos {
    /* background-color: burlywood; */
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pseudo {
    font-size: 35px;
    /* background-color:blue; */
    font-weight: bold;
    text-shadow: rgb(0, 0, 0) 2px 2px;

    transition: transform .3s;
}

.picture {
    border: solid;
    border-radius: 40px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;

    background-image: url(../images/temp/picture.jpg);
    background-repeat: no-repeat;
    background-size: cover;

    height: 800px;
    width: 600px;
}

.pseudo:hover {
    transform: scale(1.3);
    cursor: pointer;
}










/* -- General -- */

/* body{
    margin: 0 auto;
    background-color: #000;
    color: #fff;
} */

/* -- Top -- */

/* section.top {
    background: url("../images/Background.jpg");
    background-size: cover;
    color: #fff;
    height: 80vh;
}

section.top header {
    display: flex;
    align-items: center;
    position:fixed;
        top: 0;
        left: 0;
        right: 0;
}

section.top img {
    width: 80px;
    margin-left: 20px;
    margin-top: 10px;
}

section.top nav {
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    width: 400px;
    margin-left: 50px;
    font-size: 20px;
}

nav a {
    color: #fff;
    text-decoration: none;
}

div.home {
    font-size: 50px;
    border: #fff;
    padding: 150px 50px;
    
}*/

/* -- Presentation -- */

/* section.presentation {
    background-color: #2400352a;
    padding-bottom: 100px;
    display: flex;
    flex-direction: column;
    text-align: center;
}

h2.title{
    text-align: center;
    margin: 0;
    padding-top: 60px;
    padding-bottom: 20px;
    font-size: 30px;
    font-weight: 600;
    font-family: cursive;
    position: relative;
}

div.about{
    font-size: 20px;
    margin-left: 200px;
    margin-right: 200px;
    padding-top: 40px;
    font-family: cursive;
}

h2.title::before{
    content: "";
    position: absolute;
    bottom: 0px;
    left: 48%;
    width: 50px;
    height: 3px;
    background-color: #2d0042;
} */

/* -- Evenement -- */
/* section.evenement {
    background-color: #000;
    padding-bottom: 100px;
    display: flex;
    flex-direction: column;
}

div.event{
    display: flex;
    justify-content: center;
    align-items: center;
}

div.event img.fleche {
    filter: drop-shadow(10000px 0px 0 rgb(255, 255, 255));
    transform: translate(-10000px);
    height: 40px;
}

div.event-1{
    margin-left: 200px;
    margin-right: 200px;
    margin-top: 100px;
    background-color: #ffffff0c;
    border-radius: 30px;
    border: solid;
    border-color: #ffffff;
}

div.event-1 h3{
    margin-left: 40px;
    font-size: 40px;
    text-decoration: underline;
}

div.content{
    display: flex;
}

div.event-1 p{
    font-size: 20px;
    margin-top: 40px;
    margin-left: 60px;
    margin-right: 40px;
    padding-bottom: 240px;
    margin-bottom: 40px;
    text-align: center;
}

div.event-1 img{
    height: 200px;
    padding-top: 120px;
    margin: 20px;
} */

/* -- Equipe -- */
/* section.equipe {
    background-color: #2400352a;
    padding-bottom: 100px;
}

section.equipe div.all-element {
    display: flex;
    align-items: center;
    justify-content:space-between ;
    margin-left: 300px;
    margin-right: 200px;
}

div.name ul{
    list-style-type: circle;
    padding: 50px;
    background-color: #ffffff0c;
    border-radius: 30px;
    border: solid;
    border-color: #ffffff;
}

div.picture img{
    height: 500px;
    background-color: #ffffff0c;
    border-radius: 30px;
    border: solid;
    border-color: #ffffff;
} */

/* -- Photo -- */
/* section.photo {
    background-color: #000;
    padding-bottom: 100px;
    display: flex;
    flex-direction: column;
    text-align: center;
}

div.photos {
    display: flex;
    flex-wrap: wrap;
    padding-left: 10px;
    gap: 10px;
    justify-content: center;
}

div.photos > div {
    flex: 1 1 calc(25% - 10px);
    max-width: calc(25% - 10px);
    height: 550px;
    overflow: hidden;
    position: relative;
}

div.photos > div:nth-child(1) {
    margin-top: 0;
}

div.photos > div:nth-child(2) {
    margin-top: 300px;
}

div.photos > div:nth-child(3) {
    margin-top: 100px;
}

div.photos > div:nth-child(4) {
    margin-top: 200px;
}

.photos img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
} */

/* -- Footer -- */
/* footer{
    padding-bottom: 20px;
    background-color: #ffffff04;
}

footer div.resaux{
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    padding-top: 20px;
    justify-content: center;
}

footer div.resaux img {
    filter: drop-shadow(10000px 0px 0 rgb(255, 255, 255));
    transform: translate(-10000px);
    height: 50px;
}

footer p{
    padding-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
} */