/* main{
    justify-items: center;
} */

/* h2{
    font-size: 60px;
    font-family: 'Raleway Semi Bold';
} */

h3 {
    font-size: 40px;
    font-family: 'Raleway Semi Bold';
    text-align: center;
}

p {
    font-family: 'Raleway Semi Bold';
}

/* .vidéoYouTube{
    width:373px;
    height:210px;
    border: solid;
    border-radius: 10px;
    box-shadow: 7px 3px 20px rgb(206, 206, 206);
}*/

/* .video-youtube{
    width:100%;
    display: flex;
    flex-direction: row;
    gap:50px;
}  */

@media (max-width: 800px) {
    /* .video-youtube {
        flex-direction: column;
    } */
}

.bloc-outil {
    /* border: solid 0px; */
    /* border-top-width: 2px; */
    /* border-bottom-width: 2px; */
    padding: 20px;
}

.bloc-outil img {
    width: 200px;
}

.bloc-de-bloc-outil{
    display: flex;
    align-items: center;
}
.bloc-de-bloc-outil h3 {
    margin-left: 40px;
}

.BarrePointiller{
    transition: 0.2s;
    border: none;
    height: 1px;
    width: 100%;
    border-bottom: 4px dotted #007bff;
    margin: 20px 0;
}

.BarrePointillerSousLeTitre {
    margin-top: -3px;
}

.BarrePointiller:hover {
    transition: 0.2s;
    border-color: #005fc5;
}

@media (max-width:600px){
.bloc-de-bloc-outil {
        flex-direction: column;
        text-align: center;
    }

    .bloc-de-bloc-outil h3 {
        margin-left: 0;
        margin-top: 20px;
    }
}
