.titreDeSection{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    justify-self: center;
    width: 80%;
    min-height: 10px;
    height: auto;
    margin: 20px;   
    padding: 30px; 

    gap:20px;

    background-image: url('../image/bord/fond-bulle.png');
    background-repeat: repeat;
    background-size: auto;
}

.titreDeSection h2,
.titreDeSection h3{
    transition: 0.3s;
    margin: 0;
    z-index: 1;
    background-color: white;
    padding: 5px 20px 5px 20px;
    color:rgb(40, 38, 38);
    font-size: 38px;
    text-align: center;
    font-family: 'Raleway ExtraBold';
}

.titreDeSection h3{
    font-family: 'Raleway Semi Bold';
    font-size: 30px;
    color:rgb(199, 67, 0);
}

.titreDeSection:hover h2,
.titreDeSection:hover h3 {
    transition: 0.3s;
    transform: scale(1.1);
}

@media (max-width:645px){
    .titreDeSection h2{
        font-size: 28px;
    }
    .titreDeSection h3 {
        font-size: 20px;
    }
}

.bloc1-LVDLMV{
    display: flex;
    width: 100%;
    height: auto;
    justify-content: space-around;
}

.bloc1-LVDLMV img,
.bloc1-LVDLMV iframe {
    height: 300px;
}
.bloc1-LVDLMV iframe{
    transition: 0.3s;
    width: 169px;
    border: solid 3px black;
    border-top-left-radius: 75px;
    border-bottom-right-radius: 75px;
}

.bloc1-LVDLMV iframe:hover {
    transition: 0.3s;
    border-radius: 0px;
}

.btn-pressé {
    position: absolute;
    bottom: -180px;
}

.bloc1-LVDLMV img{
    transition: 0.2s;
    /* box-shadow: 0px 0px 0px black; */
}
.bloc1-LVDLMV img:hover {
    transition: 0.2s;
    /* box-shadow: 0px 0px 5px black; */
    transform: rotate(2deg);
}

.vidéoInterview{
    display: flex;
    justify-self: center;
    border: solid 2px black;
    border-radius: 15px;
    width:560px;
    height:315px;
    background-color: black;
}

@media(max-width:635px) {
    .vidéoInterview {
        width: 373.33px;
        height: 235.5px;
    }
}
@media(max-width:390px){
    .vidéoInterview {
        width: 280px;
        height: 157.5px;
    }
}



.vidéoInterview-bloc{
    position: relative;
    z-index: 1;
    padding: 30px;
    overflow: hidden;
}

.vidéoInterview-bloc::before {
    content: '';
    background-image: url('../image/bord/fond-la-voie-de-la-main-vide.png');
    background-size: 100% auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    filter: opacity(30%);
    z-index: -1;
}

.position-btn-pressé-2{
    display: flex;
    justify-self: center;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom:10px;
}

.blocHistoire{
    transition: 0.3s;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: center; */
    justify-content: space-around;
    /* flex-direction: column; */
}

.blocHistoire img{
    transition: 0.3s;
    margin: 30px;
    width: 80%;
    max-width: 500px;
    border: solid 2px black;
}

.blocHistoire img:active {
    transform: scale(0.9);
}

.photoDeClasse{
    transition: 0.3s;
    display: flex;
    justify-self: center;
    width: 80%;
    border: solid 5px rgb(148, 100, 29);
    filter: grayscale(40%);
}
.photoDeClasse:hover {
    transition: 0.3s;
    filter: grayscale(0%);
}

.photoDeClasse:active {
    transition: 0.3s;
    transform: scale(0.9);
}

.position-btn-pressé-3 {
    display: flex;
    justify-self: center;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: -20px;
}

@media (max-width:487px){
    .bloc1-LVDLMV img,
    .bloc1-LVDLMV iframe {
        height: 200px;
    }
    .bloc1-LVDLMV iframe {
        width: 112px;
    }
}

@media (min-width:1200px) {
    .bloc1-LVDLMV img,
    .bloc1-LVDLMV iframe {
        height: 400px;
    }

    .bloc1-LVDLMV iframe {
        width: 224px;
    }
}