div.container-page-apropos div.blocs-formation {
    margin-top: 3vw;
}

div.container-page-apropos div[class*="bloc-formation-"] {
    border-radius: 15px;
    border: 1px solid #403234;
    color: #403234;
    font-size: 1.2em;
    padding: 15px;
}

div.container-page-apropos div[class*="bloc-formation-"] div {
    font-weight: bold;
    margin-bottom: 2.7vw;
    font-size: 1.3em;
}


div.container-page-apropos div[class*="bloc-formation-"] ul li.check {
    list-style-type: none;
    margin: 1.2vw 0;
}

div.container-page-apropos div[class*="bloc-formation-"] ul li.none {
    list-style-type: none;
}

div.container-page-apropos div[class*="bloc-formation-"] ul li.check::before {
    content: '';
    display: inline-block;
    height: 20px;
    width: 20px;
    color: #fff;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: -25px;
    margin-right: 5px;
}

div.container-page-apropos div[class*="bloc-formation-"] ul li.check div.title-certif {
    font-size: 1em;
    width: 80%;
    margin-top: -28px;
    margin-left: 5px;
    font-weight: normal;
}

div.container-page-apropos div[class*="bloc-formation-"] ul li.check div.title-certif:hover {
    cursor: pointer;
}

div.container-page-apropos div[class*="bloc-formation-"] ul li.check div.title-certif strong {
    font-weight: 700 !important;
}

div.container-page-apropos div.bloc-formation-color {
    background-color: #fff;
    border: 1px solid #fff;
}

div.container-page-apropos div.bloc-formation-white ul li.check::before {
    background-image: url('/image/coche-formation-white.png');
}

div.container-page-apropos div.bloc-formation-color ul li.check::before {
    background-image: url('/image/coche-formation-color.png');
}

div.container-page-apropos div[class*=bloc-formation-] ul li.check {
    position: relative;
}

div.container-page-apropos div[class*=bloc-formation-] ul li.check div.img-certif {
    position: absolute;
    top: 0;
    right: 10px;
}

div.container-page-apropos div[class*=bloc-formation-] ul li.check div.img-certif img:hover {
    cursor: pointer;
}

div.container-page-apropos #parcours {
    background-image: url('/image/diplome.png');
    background-repeat: no-repeat;
    background-position: bottom 15px right 15px;
}

div.container-page-apropos ul.spec li {
    list-style-type: circle !important;
    margin: 0.5vw 0;
}

div#modal-img div.modal-body {
    text-align: center;
}

div#modal-img div.modal-body img {
    border: 1px solid #d6d5d5;
    border-radius: 15px;
    padding: 5px;
}

div#modal-img img#img-modal-logo {
    position: absolute;
    left: 10px;
}

div.container-page-apropos .separ {
    height: 50px;
}

div.container-page-apropos h2.liner {
    font-family: 'Gabriela';
    font-size: 2em;
    display: flex;
    align-items: flex-start;
    text-align: left;
    color: #403234;
    margin: 60px 0 30px 0;
}

div.container-page-apropos h2.liner:before {
    content: '';
    height: 3px;
    background: #fff;
    width: 35px;
    margin: auto 25px auto auto;
}

div.container-page-apropos h2.liner:after {
    content: '';
    flex-grow: 1;
    height: 3px;
    background: #fff;
    min-width: 20px;
    margin: auto auto auto 25px;
}

div.container-page-apropos .photo-top,
div.container-page-apropos .photo-bottom {
    position: relative;
    font-family: 'Gabriela';
    margin-bottom: 150px;
}

div.container-page-apropos .photo-bottom {
    margin-bottom: 50px;
}

div.container-page-apropos .photo-top .photo {
    position: absolute;
    border: none;
    height: 150px;
    width: 100%;
    top: 0;
}

div.container-page-apropos .photo-top .text,
div.container-page-apropos .photo-bottom .text {
    position: relative;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    background-color: none;
    width: 100%;
    padding-top: 10px;
    padding-left: 30%;
    z-index: 10;
}

div.container-page-apropos .photo-bottom .text {
    padding-top: 20px;
    padding-bottom: 20px;
}

div.container-page-apropos .photo-top img,
div.container-page-apropos .photo-bottom img {
    position: absolute;
    top: -30px;
    left: -30px;
    background-color: #fff;
    border: 3px solid #fff;
    border-radius: 15px;
    height: 350px;
    z-index: 50;
}

div.container-page-apropos .photo-bottom img {
    top: -180px;
    left: 85%;
    z-index: 100;
}

div.container-page-apropos .photo-top img:hover,
div.container-page-apropos .photo-bottom img:hover {
    cursor: pointer;
}

/* ***************************
    MOBILE
*************************** */

@media (max-width: 991px) {

    div.container-page-apropos .photo-top .text {
        border-bottom: none;
    }

    div.container-page-apropos img#certif-elfc {
        display: none;
    }

    div.container-page-apropos div[class*="bloc-formation-"] ul li.check div.title-certif {
        width: 95%;
    }

    div.container-page-apropos .photo-top {
        margin-bottom: 10px;
    }

    div.container-page-apropos .photo-top img,
    div.container-page-apropos .photo-bottom img {
        height: 200px;
    }

    div.container-page-apropos .photo-top img {
        margin-left: 30px;
    }

    div.container-page-apropos .photo-top .text {
        padding-top: 185px;
        padding-left: 0;
    }

    div.container-page-apropos div[class*="bloc-formation-"] {
        margin: 20px;
        flex-shrink: 1;
    }

    div.container-page-apropos div.separ {
        display: none;
    }

    div.container-page-apropos div[class*="bloc-formation-"] ul li.check {
        margin-top: 25px;
    }

    div.container-page-apropos #parcours {
        background: none !important;
    }

    div.container-page-apropos h2.liner {
        border: 3px solid #fff;
        text-align: center;
        padding: 5px 10px;
        margin-bottom: 20px;
        display: block;
    }

    div.container-page-apropos h2.liner:before,
    div.container-page-apropos h2.liner:after {
        content: none;
    }

    div.container-page-apropos .photo-bottom .text {
        border-bottom: none;
        padding-left: 0;
    }

    div.container-page-apropos .photo-bottom img {
        left: unset;
        right: 10px;
        top: 0;
    }

    div.container-page-apropos .photo-bottom div.liner {
        width: 100%;
        border-bottom: 3px solid #fff;
    }

    div.container-page-apropos .photo-bottom div.liner p {
        width: 50%;
        border: none;
    }
}

@media (max-width: 1399px) {

    div.container-page-apropos img#certif-fun {
        content: url("/image/logo-certification-fun-small.png");
        margin-top: 25px;
    }
}