

#slider{
    position: relative;
}

#slider img{
    width: 100%;
}

#slider .blue-diamond{
    width: 245px;
    height: 245px;
    background-color: var(--main-blue);
    position: absolute;
    top: calc(100% - (245px / 2) - 2px);
    left: calc(50% - (245px /2));
    transform: rotate(45deg);
    border: 2px solid white; 
    box-shadow: 10px 0px 15px rgba(128, 128, 128, 0.45);
}

#slider .blue-diamond p{
    color: white;
    width: 100%;
    transform: rotate(-45deg);
    margin-top: 65px;
    margin-left: -5px;
    font-size: 2em;
    line-height: 50px;
    text-align: center;
    font-family: "GothamNarrow", sans-serif;
}

#section1{
    margin-top: 200px;
}

#section1 .container{
    width: 95%;
    align-items: center;
    flex-direction: column;
}

#section1 .flex:nth-of-type(1){
    width: 100%;
}

#section1 .flex:nth-of-type(2){
    width: 100%;
}

.blue-line{
    width: 65%;
    height: 2px;
    margin-bottom: 15px;
    background-color: var(--main-blue);
}

#section1 p{
    margin: 0 0 25px 0;
}

#section2{
    position: relative;
}

#section2 .container{
    position: relative;
    width: 100%;
}

#section2 .flex{
    width: 33.333%;
    height: 100%;
}

#section2 .flex picture{
    width: 100%;
    height: 100%;
}

#section2 div.text-container{
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;

}

#section2 div.text p{
    font-family: "Yellowtail-regular", sans-serif;
    color: white;
    font-size: 4em;
    text-shadow: 0px 0px 10px black;
}

#section2 div.text{
    text-align: center;
    display: block;
}

/* #section2 a.button img{
    padding-left: 20px;
} */

#section3{
    font-family: 'GothamBook-Light';
    position: relative;
    font-weight: 400;
    font-size: 2em;
    padding: 25px;
}

#section3 .text-container{
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}

#section3 p{
    line-height: 1em;
}

#section3 p span{
    font-size: 0.8em;
}

#section3 div.line{
    width: 25%;
    height: 2px;
    background-color: black;
    margin: 0px auto 50px auto;
}

#section3 div.button{
    margin-top: 25px;
}

#section4{
    background-color: var(--main-blue);
    width: 100%;
    height: 100%;
    color: white;
    align-items: center;
    flex-direction: column;
}

#section4 .flex{
    width: 95%;
    padding-top: 50px;
}

#section4 .text{
    width: 90%;
    margin: auto auto;
}

#section4 .flex:nth-of-type(2){
    width: 100%;
}

#section4 .flex:nth-of-type(2) img{
    Width: 100%;
}

#section4 .button{
    font-weight: bold;
    font-size: 1.2em;
}

#section4 .button a{
    padding: 15px 0;
}

#section5 .container{
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#section5 .flex{
    width: 100%;
}

#section5 .flex:nth-child(1) img{
    width: 100%;
}

#section5 .text{
    /* margin-left: 50px; */
    margin: 25px 0;
}

#section5 .circle-container{
    margin-top: 25px;
    flex-direction: row;
}

#section5 .circle{
    width: 15px;
    height: 15px;
    background-color: var(--main-blue);
    border-radius: 50%;
    margin: 5px;
    border: 2px solid var(--main-blue);
}

#section5 .circle.white{
    background-color: white;
}

#section5 .circle:hover{
    cursor: pointer;
}


#section6{
    margin: 125px 0;
}

#section6 .container{
    flex-direction: column;
}

#section6 .ligne-vertical{
    width: 3px;
    background-color: var(--main-blue);
    height: 200px;
    margin: 0 20px 0 0; 
}

#section6 .text .container{
    margin: 0 0 0 auto;
    flex-direction: row;
}

#section6 h2{
    margin-top: 10px;
}

#section6 .text{
    margin-left: auto;
}

#section6 ul li{
    list-style: none;
}

#section6 .flex:nth-of-type(1){
    width: 350px;
    margin-bottom: 25px;
}

#section6 .flex:nth-of-type(2){
    width: 100%;
}

#section6 .flex img{
    width: 100%;
}

@media only screen and (min-width: 1024px) {
    

    #section1 .container{
        width: 90%;
        flex-direction: row;
    }

    #section1 .flex:nth-of-type(1){
        width: 60%;
    }
    
    #section1 .flex:nth-of-type(2){
        width: 40%;
    }


    #section3{
        font-size: 3em;
        padding: 75px;
    }

    
    #section4 .flex{
        padding-top: 0;
        width: 50%;
    }

    #section4{
        flex-direction: row;
    }

    #section4 .flex:nth-of-type(2){
        width: 760px;
    }

    #section4 .button{
        font-size: 2em;
    }

    #section5 .container{
        flex-direction: row;
    }

    #section5 .flex{
        width: 50%;
    }

    #section5 .text {
        margin-left: 50px;
    }

    #section6 .container{
        flex-direction: row;
    }


    #section6 .flex:nth-of-type(2){
        width: 50%;
    }

    
}

@media only screen and (min-width: 1288px) {

    
}

@media only screen and (min-width: 1500px) {

    

    #section4 .flex{
        width: 60%;
    }

    #section4 .text{
        width: 65%;
        margin: auto auto;
    }

    
}

@media only screen and (min-width: 1700px) {
    #section6 .text .container{
        width: 450px;
        margin: 0 0 0 auto;
    }
}