/* Inscription */
#sectionInscription{
    height: 50vh;
    width:100%;
    overflow: hidden;
}
#sectionInscription a{
    text-decoration: none;
}
#inscription{
    height:101%;
    padding: 10em;
    background-image: linear-gradient(to bottom,rgba(0, 0, 0, 0) 75%, white 98%), url("/img/coverInscription.jpg");
    background-size: cover;
    background-position: center center;
    transition-duration:500ms
}
#inscription h2{
    font-size: 3em;
    color: #2274A5;
    text-shadow: 2px 1px 3px white;
}
#inscription h3{
    color: #FF6B6B;
}

/* Prochaine course */
#sectionProchaineCourse .sectionTitre{
    background-color: white;
    color: #2274A5;
}
#sectionCourse{
    width:auto;
    overflow: hidden;
}

@media (max-width: 768px) {
    .hideSmartphone{
        display: none !important;
    }
    #sectionInscription{
        height: 40vh;
    }
    #inscription{
        padding: 2em;
        padding-top: 4em;
    }
}
