#section-3 li::after {
    content: "-";
    padding: 0 20px;
}

#section-3 li:last-of-type::after {
    content: "";
}

main[role="main"] section .list_profil li {width: auto !important; padding:16px 0 !important;}

//#section-3 .dlPic, #section-2, ul.navigation .section-2  {display: none !important;}

.block-video .video{
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.block-video .video iframe{
    position: absolute;
    width: 100%;
    height: 100%;
top: 0;
left: 0;
}

#section-3-1,
#section-3-2{
    max-width: 1300px;
}

.swiper-wrapper{
justify-content: center;
}

.swiper-slide{
margin-right: 0 !important;
}

.swiper-nav{ display: none; }
@media screen and (max-width: 1530px) and (min-width: 1300px) {
    header[role=banner] .logo img {
        max-width: 143px;
    }
}
@media screen and (min-width: 1531px) {
    header[role=banner] .logo img {
        max-width: 200px;
    }
}

#section-5 .block-cta a {
    padding: 14px 0;
    text-transform: uppercase;
    font-size: 12px;
    display: block;
    max-width: 200px;
    width: 100%;
    margin: auto;
    color: white;
    background-color: #25346e;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    text-align: center;
    font-family: Aiglon Aaa,sans-serif;
    font-weight: 400;
}
#section-5 .block-cta a:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

#section-4 {
    margin-bottom: 10px;
}