.divVideoInfos{
    height: 45vh;
    display: grid;
    grid-template-columns: repeat(2, 50%);
    grid-template-rows: 100%;
    background: linear-gradient(to bottom, #1c9aea 90%, white);
    color: white;
    /*background: #1c9aea;*/
    padding-bottom: 5vh;
}

.imgStartSommes{
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    padding:10px;
}

.imgStartSommes p{
    font-size:0.9em;
    padding-top:10px;
}

.divVideoInfos img{
    height: auto;
    height: 90%;
    align-self: center;
    justify-self: center;
    cursor: default;
    border-radius: 10px;
}



.infosETC{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 30px;
}

.infosETC h1{
    text-align: center;
    width: 100%;
    font-family: Caveat, sans-serif;
    padding-bottom: 20px;
}

.infosETC p{
    align-self: center;
    text-align: justify;
    width: 75%;
    font-size: 1.05em;
}

/*POLES*/

.infosPole{
    width: 90%;
    margin: 30px auto;
}

.infosPole h1, .infosPartenaires h1{
    text-align: center;
    font-family: "FontinSans", sans-serif;
    margin-bottom: 50px;
    margin-top: 20px;
}

.carroussel{
    flex-direction: row;
    height: 35vh;
}

.slick-slider{
    display: flex;
}

.slick-track{
    height: 70%;
    width: 23vh;
}

.slick-list{
    width: 90%;
    height: 100%;
}

article{
    text-align: justify;
    margin-left: 10px;
    margin-right: 10px;
    width: 70%;
}

article h3{
    padding: 5px;
    width: 180px;
    margin: auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2em;
}

article img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}


.slick-arrow{
    color: #1c9aea;
    height: 25%;
    align-self: center;
    width: 10vh;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2em;
}

.slick-slide{
    width: 50%;
}

.fa-arrow-left:hover{
    transform: translateX(-5px);
}

.fa-arrow-right:hover{
    transform: translateX(5px);
}

.fa-arrow-left, .fa-arrow-right{
    transition: transform 0.5s;
}


.infosPartenaires{
    width: 98%;
    margin: 10px auto auto;
    display: grid;
    grid-template-rows: repeat(2, max-content);
    grid-template-columns: repeat(5, 1fr);
}

.infosPartenaires h1{
    grid-column: 1/-1;
}

.infosPartenaires img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.infosPartenaires h2{
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 1.6em;
}

.infosPartenaires h3{
    text-align: center;
    color: darkgray;
    width: 50%;
    padding-bottom: 10px;
    margin: 0 auto;
    border-bottom: 2px solid black;
}

.infosPartenaires p{
    width: 70%;
    margin: 10px auto auto;
    text-align: center;
    font-size: large;
}

.partenaires{
    display: grid;
    margin-bottom: 60px;
    grid-template-rows: 100px max-content max-content max-content;
}


@media screen and (max-width: 900px) {


    .divVideoInfos{
        height: 90vh;
        width: 100%;
        grid-template-rows: max-content 40%;
        grid-template-columns: 90%;
        justify-content: center;
        margin: auto;
    }

    .imgStartSommes{
        padding:0;
    }

    .divVideoInfos img{
        height:auto;
        width: 85%;
        border-radius: 10px;
        margin-top: 40px;
        /*margin-bottom: 30px;*/
    }

    .infosETC{
        padding: 0;
    }

    .infosETC p{
        padding-top:10px;
    }

    .infosPartenaires{
        width: 80%;
        grid-template-columns: 1fr;
        grid-template-rows: repeat(6, max-content);
    }

    .infosPartenaires h1{
        margin-bottom: 30px;
    }

    .infosPartenaires h2{
        margin-top: 10px;
    }
}