/*////////////////////////////////////////////
                Présentation
////////////////////////////////////////////*/

#presentation h2 {
    font-size: 24pt;
    text-align: center;
    margin-top: 40px;
}

#presentation h3 {
    font-size: 20pt;
}

#presentation p {
    font-size: 14pt;
    margin-top: 0px;
    margin-bottom: 0px;
}

#presentation > p {
    margin: 0 2cm;
    text-align: center;

    margin-bottom: 40px;
}

#presentation li {
    font-size: 16pt;
}

#presentation ul {
    list-style-type: none;
}

#presentation ul:last-of-type {
    padding: 0px;
}

#presentation li::before {
    line-height: 40px;
    content: "";
}

#presentation article {
    display: flex;
    flex-direction: row;

    min-height: 20vh;
    border-style: solid;
    border-width: 2px 0px;
    border-color: #1ea3f7;

    background-color: white;
}

#presentation article:nth-child(2n + 1) {
    flex-direction: row-reverse;
    border: none;
}

#presentation article:nth-child(2n + 1) ul {
    padding-left: 2.5cm;
}

#presentation article p {
    text-indent: 1cm;
    margin-right: 1cm;
    line-height: 40px;

    font-size: 16pt;
}

#presentation article div {
    display: flex;
    min-height: 20vh;

    flex-direction: column;
    justify-content: center;
}

#presentation article div:first-child {
    width: 30%;

    align-items: center;
}

#presentation article div:last-child {
    width: 70%;
    height: 100%;
}

#description-presentation {
    margin: 2% 0;
}

/* CSS pour la version mobile */
@media screen and (max-width: 800px) {
    #presentation h2 {
        font-size: 1.5em;
        text-align: center;
        margin-top: 1cm;
    }

    #presentation article {
        flex-direction: column !important;
    }

    #presentation article div {
        width: 100% !important;
        min-height: auto !important;
    }

    #presentation ul {
        margin-top: 0px;
        padding: 0px 1cm !important;
    }

    #presentation > p {
        margin: 0 1cm;
        margin-bottom: 1cm;
    }

    #presentation article p {
        margin-left: 1cm;
        margin-bottom: 20px;
    }
}

/*////////////////////////////////////////////
                	Slider
////////////////////////////////////////////*/
.slider {
    width: 350px;
    height: 700px;
    text-align: center;
}

.slider-img {
    justify-content: center;
}

/* .slider-img img {
	height: 400px;
} */

.slick-dots li button:before {
    font-size: 20px !important;
}

/* CSS pour la version mobile */
@media screen and (max-width: 800px) {
    .slider {
        width: 350px;
        height: 560px;
        text-align: center;
    }
}

/*////////////////////////////////////////////
                Video YouTube
////////////////////////////////////////////*/
.video {
    text-align: center;
    padding: 0 10% 4% 10%;
}

.video-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.video-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

/*////////////////////////////////////////////
                   Facebook
////////////////////////////////////////////*/
.facebook {
    margin-top: 1cm;
}
