body {
    overflow-x: hidden;
}

.second-bg-color {
    background-color: #c0afe7;
}

.main-bg-color {

}

.bg-blue-dark {
    background-color: #4d1bbc;
}

.bg-blue-dark-2 {
    background-color: #4d1bbc;
}

.bg-blue-dark-3 {
    background-color: #003a64;
}

.bg-green {
    background-color: #60e0ba;
}

.bg-green-2 {
    background-color: #20a7bf;
}

.border-color-none{
    border-color: transparent;
}

.bg-green-light {
    background-color: rgb(150, 234, 209);
    color: white;
}

.pointer {
    cursor: pointer;
}

.bg-green-lighter {
    background-color: rgb(180, 245, 232);

}

.bg-blue {
    background-color: #2d85c5;
}

.bg-blue-purple {
    background-color: #5e5bc6;
}

.bg-blue-pastel {
    background-color: #c8f0ff;
}

.border-left-blue {
    border-left: 4px solid #2d85c5;
}

.border-left-blue-sky {
    border-left: 4px solid #94d2ff;
}

.border-left-green {
    border-left: 4px solid #60e0ba;
}

.border-bottom-green {
    border-bottom: 4px solid #60e0ba;
}

.w-5 {
    width: 5%;
}

.bg-blue-sky {
    background-color: #edf5fc;
}

.bg-blue-light {
    background-color: rgb(90, 163, 210) !important;
    border-color: rgb(90, 163, 210) !important;
    color: white;
}

.bg-blue-lighter {
    background-color: rgb(131, 198, 255);
}

.bg-blue-lighter-2 {
    background-color: #c7e7ff;
}

.bg-blue-lighter-lighter {
    background-color: rgb(171, 218, 255);
}

.bg-grey {
    background-color: rgb(247, 247, 247) !important;
}

.bg-grey-darker {
    background-color: #e1e1e1 !important;
}

.bg-orange {
    background-color: rgb(242, 173, 130);
}

.bg-orange-soft {
    background-color: rgb(244, 184, 151);
}

.bg-orange-light {
    background-color: #fdd2b8;
}

.bg-purple {
    background-color: #5f5bc6;
}

.bg-purple-light {
    background-color: #F1F1FA;
}

.bg-purple-lighter {
    background-color: #9493d9;
}

.bg-grey-light {
    background-color: rgb(246, 246, 246);
}

.bg-yellow {
    background-color: rgb(255, 241, 142);

}

.bg-yellow-light {
    background-color: rgb(255, 251, 217);
}

.border-dark {
    border-color: #000 !important;
}

.text-blue {
    color: rgb(0, 116, 188) !important;
}

.text-green {
    color: #60e0ba;
}

.text-blue-purple {
    color: #5e5bc6;
}

.text-blue-sky {
    color: #94d2ff;
}

.text-blue-dark {
    color: rgb(0, 75, 141);
}

.text-blue-lighter {
    color: rgb(131, 198, 255);
}

.text-hover-blue-lighter {
    background: rgb(131, 198, 255);
    border-radius: 10px;
    padding: 8px;
    color: white;
    font-weight: bold;
}
.text-hover-blue-lighter:hover {
    background: #ffffff;
    color: rgb(131, 198, 255);
    border: 1px solid rgb(131, 198, 255);
}


.text-black {
    color: #000000;
}

.text-grey {
    color: rgb(147, 147, 147);
}

.text-grey-dark {
    color: #696969;
}

.text-grey-light {
    color: #a3adb4;
}

.text-big-line-height {
    line-height: 25px;
}

.text-bigger-line-height {
    line-height: 35px;
}

.bg-black {
    background-color: black;
}

.bg-turquoise {
    background-color: #94d2ff;
}

.bg-turquoise-light {
    background-color: #b8e1ff;
}

.bg-brown {
    background-color: #524a35;
}

.w-90 {
    width: 90%;
}

.w-250px {
    width: 250px;
}

.ml-8rem {
    margin-left: 8rem;
}

.font-size-inherite {
    font-size: inherit !important;
}

.font-size-16 {
    font-size: 16px;
}

.font-size-20 {
    font-size: 20px;
}

.big-title {
    font-size: 45px;
}

.result-test-content a {
    color: #007bff;
}

.result-test-content a:hover {
    color: #007bff;
    opacity: 0.7;
}

@media screen and (min-width: 765px) {
    .big-title {
        font-size: 70px;
    }
}

.min-width-250px {
    min-width: 250px;
}

.min-width-300px {
    min-width: 300px;
}

.soft-border-radius {
    border-radius: 5px;
}

@media (min-width: 765px) {
    .min-width-lg-350px {
        min-width: 350px;
    }
}

.btn-action {
    min-width: 250px;
    font-weight: 600 !important;
    padding: 10px;
    font-size: 15px !important;
}

@media (min-width: 765px) {
    .btn-action-lg-larger-btn-smaller-txt {
        min-width: 300px;
        font-weight: 600 !important;
        padding: 10px;
        font-size: 13px !important;
    }
}

.btn-action-smaller {
    min-width: 200px;
    font-weight: 600 !important;
    padding: 10px;
    font-size: 15px !important;
}

.btn-action-no-min-width {
    font-weight: 600 !important;
    padding: 10px;
    font-size: 15px !important;
}

.search-home {
    padding-bottom: 5rem;
}

.search-home .dropdown-toggle::after {
    display: none;
}

.search-home .dropdown .btn {
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    font-size: 16px;
    padding: 1rem 1rem !important;
}

.search-home .dropdown .dropdown-item {
    font-size: 16px;
}

.landing select {
    height: 45px;
    font-size: 16px !important;
    padding: 10px 0 10px 20px;
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
    appearance: none;
    background-image: url("/assets/icons/shared/icon_down_arrow.svg");
    background-repeat: no-repeat;
    background-size: 15px 15px;
    background-position-x: 96%;
    background-position-y: 15px;
}

.block-title {
    font-size: 25px;
}

.block-title-bigger {
    font-size: 30px;
}

@media (min-width: 765px) {
    .block-title-lg-bigger {
        font-size: 30px;
    }
}

.sloped-edge-block {
    width: 110%;
    left: -10px;
    transform: rotate(2deg);
}

.sloped-edge-block > div {
    left: 10px;
    width: 90%;
    transform: rotate(-2deg);
}

.sloped-edge-block-4deg {
    width: 110%;
    margin-top: -2rem;
    margin-left: -2rem;
    transform: rotate(4deg);
}

.overflow-x-hidden {
    overflow-x: hidden;
}

.overflow-y-hidden {
    overflow-y: hidden;
}

.sloped-edge-block-4deg > div {
    width: 90%;
    transform: rotate(-4deg);
    margin-left: 1rem;
}

.scrolling-wrapper, .scrolling-wrapper-padding-10px {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    padding: 30px 0;
    width: 100%;
}

.scrolling-wrapper-padding-10px {
    padding: 10px 0 !important;
}

.top-job-card, .degree-card, .scrolling-wrapper-item, .news-job-card {
    width: 200px;
    display: inline-block;
    border-radius: 5px !important;
    border: none !important;
}

.top-job-card {
    width: 250px;
}

.top-job-card img {
    border-radius: 5px 5px 50% 50%;
}

.top-job-card .card-body, .news-job-card .card-body {
    position: relative;
    padding: inherit;
    white-space: normal;
}

.top-job-card .click-action {
    position: absolute;
    left: 0;
    right: 0;
    top: -25px;
}

.news-job-card {
    width: 250px;
    border-radius: 0px !important;
}

.news-job-card small {
    font-size: 14px;
}

.box-shadow {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.box-shadow-bottom {
    box-shadow: rgba(0, 0, 0, 0.14) 0px 8px 8px;
}

.school-card {
    height: 120px;
    width: 120px;
    border-radius: 100% !important;
    margin-right: 4rem !important;
}

.school-card img {
    width: 100%;
    overflow: hidden;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.hide-scroll-bar::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.hide-scroll-bar {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

.width-112 {
    width: 112%;
}

.text-small {
    font-size: small;
}

.text-25px {
    font-size: 25px;
}

.text-large {
    font-size: large;
}

.scooped-top-corner:before {
    box-shadow: 0 0 0 250px rgb(0, 116, 188);
}

/************** sticky blue  **************/

.scooped-top-corner {
    position: relative;
    overflow: hidden;
    padding-top: 3.3rem;
}

.scooped-top-corner:before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 40px;
    border-bottom-left-radius: 40%;
    border-bottom-right-radius: 40%;
    box-shadow: 0 0 0 300px rgba(0, 116, 188, 1);
    z-index: -1;
}

/************** sticky green  **************/
.scooped-top-corner-green {
    position: relative;
    overflow: hidden;
    padding-top: 3.3rem;
}

.scooped-top-corner-green:before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 40px;
    border-bottom-left-radius: 40%;
    border-bottom-right-radius: 40%;
    box-shadow: 0 0 0 300px rgba(96, 224, 186, 1);
    z-index: -1;
}

/************** sticky orange  **************/
.scooped-top-corner-orange:before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 40px;
    border-bottom-left-radius: 40%;
    border-bottom-right-radius: 40%;
    box-shadow: 0 0 0 300px rgba(252, 187, 148, 1);
    z-index: -1;
}

.scooped-top-corner-orange {
    position: relative;
    overflow: hidden;
    padding-top: 3.3rem;
}

/************** sticky blue sky  **************/
.scooped-top-corner-blue-sky:before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 40px;
    border-bottom-left-radius: 40%;
    border-bottom-right-radius: 40%;
    box-shadow: 0 0 0 300px rgba(148, 210, 255, 1);
    z-index: -1;
}

.scooped-top-corner-blue-sky {
    position: relative;
    overflow: hidden;
    padding-top: 3.3rem;
}

.scooped-top-corner-blue:before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 40px;
    border-bottom-left-radius: 40%;
    border-bottom-right-radius: 40%;
    box-shadow: 0 0 0 300px #2d85c5;
    z-index: -1;
}

.scooped-top-corner-blue {
    position: relative;
    overflow: hidden;
    padding-top: 3.3rem;
}

/************** sticky blue purple  **************/
.scooped-top-corner-purple:before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 40px;
    border-bottom-left-radius: 40%;
    border-bottom-right-radius: 40%;
    box-shadow: 0 0 0 300px rgba(95, 91, 198, 1);
    z-index: -1;
}

.scooped-top-corner-purple {
    position: relative;
    overflow: hidden;
    padding-top: 3.3rem;
}


.small-text-menu {
    font-size: 12px;
}

.text-transparent {
    color: rgba(255, 255, 255, 0.8);
}

.job-card-list-item {
    background-color: white;
}

.job-card-list-item:hover {
    color: white !important;
    background-color: #2d85c5;
}

.landing-bloc-thematic {
    background-image: url("/assets/images/thematic-blue.png");
    background-size: cover;
    background-position: center;
}

.clipper-right {
    margin-top: -25px;
    clip-path: polygon(0 1%, 100% 0, 100% 100%, 0% 100%);
}

.clipper-left {
    margin-top: -20px;
    clip-path: polygon(0 0, 100% 6%, 100% 100%, 0% 100%);
}
@media screen and (max-width: 992px) {
    .w-sm-100 {
        width: 100%;
        margin: 0 auto;
    }
}

@media screen and (min-width: 765px) {
    .w-md-75 {
        width: 75% !important;
    }
}

@media screen and (min-width: 992px) {
    .sloped-edge-block > div {
        /*margin-left: -3.5rem !important;*/
        width: 100%;
    }

    .w-lg-50 {
        width: 50% !important;
    }

    .ml-lg-10 {
        margin-left: 10rem !important;
    }

    .ml-lg-8 {
        margin-left: 8rem !important;
    }

    .w-md-88 {
        width: 88%;
    }

    .w-md-60 {
        width: 60% !important;
    }

    .w-md-75 {
        width: 75% !important;
    }
}

.color-white, a.color-white:hover {
    color: white;
}

.rounded {
    border-radius: 5px !important;
}

.rounded-form {
    border-radius: 80px;
}

.rounded-left {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.rounded-diagonal {
    -webkit-border-radius: 100px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius: 100px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-radius: 100px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

img.img-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.w-icon {
    width: 30px;
}

.wrap-img-thematique {
    overflow: hidden;
}

.w-img-thematique-25 {
    width: 24%;
}

.w-img-thematique-50 {
    width: 50%;
}

.border-white-2 {
    border: 2px solid white !important;
}

.border-dark-2 {
    border: 2px solid black !important;
}

.w-23 {
    width: 23%;
}

.w-17rem {
    width: 17rem;
}

.w-80 {
    width: 80%;
}

.align-horizontal {
    transform: rotate(-2deg);
}

.magnifying-glass-position {
    position: absolute;
    top: 15px;
    right: 25px;
}

.left-15-px {
    left: -15px;
}

.img-homme-form {
    right: -62%;
    bottom: -3%;
}
.img-femme-form {
    width: 350px;
    right: 100%;
    top: 5%;
}
.img-violet-form {
    right: 120%;
    top: 50%;
    z-index: -1;
}
.img-dec-form {
    width: 250px;
    top: 20%;
    right: -60%;
    z-index: -1;
}
#form-lead-info {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}
.sticky-info {
    top: 100px;
}

@media screen and (max-width: 576px) {
    .thematique-folder-img {
        position: absolute;
        top: -133px;
        right: -78px;
    }

    .w-60 {
        width: 60px;
    }
}

@media screen and (min-width: 750px) {
    .left_15-px-lg {
        left: 15px;
    }

    .top-25-px-lg {
        top: -25px;
    }

    .px-20-lg {
        padding-left: 30%;
        padding-right: 30%;
    }
}

@media screen and (max-width: 550px) {
    .left-15-px-xs {
        left: -15px;
    }

    .w-xs-100 {
        width: 100% !important;
    }

    .bg-xs-grey {
        background-color: #e1e1e1 !important;
    }

    .rounded-form {
        border-radius: 0 !important;
    }
}

.page-active {
    font-weight: bold;
    color: black !important;
}

.page-not-active {
    color: grey;
}

.fleche_grise {
    transform: rotate(180deg);
}

.rotate-30 {
    transform: rotate(30deg);
}

.rotate-45 {
    transform: rotate(45deg);
}

.rotate-180 {
    transform: rotate(180deg);
}

.section-title {
    font-size: 16px;
}

.bg-img {
    background-image: url("../images/students.jpg");
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}

.banner-height {
    height: 500px;
}


.container-video {
    position: relative;
    z-index: 1;
    max-height: 30vh;
    display: flex;
    align-items: center;
    justify-content: center;
    /*// to actually clip the video, just set overflow to hidden
    //overflow: hidden;*/
}

.video-wrap {
    position: relative;
    z-index: 0;
    align-self: center;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    box-sizing: border-box;
}

.iframe-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.custom-bb {
    border-bottom: 3px solid black;
}

ul.list-item-menu {
    list-style: none;
}

.pt-5px {
    padding-top: 5px;
}

.w-200px {
    width: 200px !important;
}

.position-middle-rigth {
    position: absolute;
    top: 25px;
    left: 55px;
}

.wrap-video {
    width: 100%;
    height: 100%;
    display: table;
    text-align: center;
}

#btn-play {
    position: absolute;
    bottom: 50%;
    right: 50%;
    z-index: 1;
}

video:hover > #btn-play {
    visibility: visible;
}

.font-size-6px {
    font-size: 6px;
}

.font-size-9px {
    font-size: 9px;
}

.font-size-12px {
    font-size: 12px;
}

.mr-7em {
    margin-top: -7em;
}

.center-btn-play {
    position: absolute;
    z-index: 1;
    top: 35%;
    left: 35%;
}

.mb-negative-6px {
    margin-bottom: -6px;
}

video {
    object-fit: cover;
}

.bg-image-student-position-right {
    background-position-x: right;
    background-position-y: center;
    background-repeat: no-repeat;
}

.bg-image-student-position-left {
    background-position-x: left;
    background-position-y: center;
    background-repeat: no-repeat;
}

.bg-image-student1 {
    background-image: url("../images/formation/femme_bleu_forme.png");
}

.bg-image-student2 {
    background-image: url("../images/formation/femme_bleu_forme.png");
}

.height-50px {
    height: 50px;
}

.height-200px {
    height: 200px;
}

.height-250px {
    height: 250px;
}

.height-260px {
    height: 260px;
}

.height-300px {
    height: 300px;
}

.height-400px {
    height: 400px;
}

@media (min-width: 765px) {
    .height-lg-400px {
        height: 400px;
    }

    .height-lg-175px {
        height: 175px;
    }
}

.height-450px {
    height: 450px;
}

.border-radius-10px {
    border-radius: 10px;
}

.text-align-right {
    padding-left: 220px;
}

.testimony-youtube {
    height: 400px;
    width: 600px;
}

.width-560px {
    width: 560px;
}

.abs-pos-bottom-15px {
    bottom: 15px;
}

.abs-pos-left-15px {
    bottom: 15px;
}

.bg-deco-forme-right {
    padding-bottom: 100px;
    background-size: 200px;
    background-image: url("../icons/shared/Deco_trame_bleufonce.png"),
    url("../icons/shared/Deco_forme.svg");

    background-position: right -89px bottom 15px, right -76px bottom 70px;
    background-repeat: no-repeat;
}

.bg-deco-top-bottom {
    padding-bottom: 100px;
    background-size: 200px;
    background-image: url("../icons/shared/Deco_trame_bleufonce.png"),
    url("../icons/shared/Deco_forme.svg"),
    url("../icons/shared/Deco_trame_bleufonce.png"),
    url("../icons/shared/Deco_forme.svg");

    background-position: top 70px left -70px,
    top 0 left -70px,
    bottom 50px right -70px,
    bottom 0 right -70px;

    background-repeat: no-repeat;
}

.bg-deco-forme-left {
    background-size: 200px;
    background-image: url("../icons/shared/Deco_trame_bleufonce.png"),
    url("../icons/shared/Deco_forme.svg");

    background-position: -90px 150px,
    -90px 95px;
    background-repeat: no-repeat;
}

.bg-left-contact-form {
    background-size: 200px;
    background-image: url("../icons/shared/Deco_trame_bleufonce.png"),
    url("../icons/shared/Deco_forme.svg");

    background-position: left -68px top 39px, left -20px top 50px;
    background-repeat: no-repeat;
}

.bg-form-right {
    padding-bottom: 50px;
    background-image: url("../icons/shared/Deco_forme.svg");
    background-repeat: no-repeat;
    background-position: right 170px;
}

.banner {
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: #a3adb4;
    max-height: 315px;
}

.banner-post {
    overflow: hidden;
    background-image: url("../images/banner-article.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 65vh;
}

.center-logo {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.contact-form-school .form-check {
    padding-top: 0.3em;
}

.te-btn-play-right {
    position: absolute;
    z-index: 1;
    top: 204px;
    right: 220px;
}

.te-btn-play-left {
    position: absolute;
    z-index: 1;
    top: 180px;
    left: 215px;
}

.clickable {
    cursor: pointer;
}

.mt-100px {
    margin-top: 100px;
}

@media (min-width: 765px) {
    .mt-lg-100px {
        margin-top: 100px;
    }

}

@media (max-width: 550px) {
    .my-xs-minus-50px {
        margin-top: -50px;
        margin-bottom: -50px;
    }
}

.position-btn-temoignage {
    position: absolute;
    top: 212px;
    left: 200px;
}

.width-250px {
    width: 250px;
}

.bg-image-thematique {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.bg-image-thematique-2 {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.bottom-logo, .bottom-logo-responsive {
    position: absolute;
    right: 35px;
    bottom: -90px;
}

@media screen and (min-width: 768px) {
    .bottom-logo-responsive {
        position: absolute;
        top: 300px;
        right: -40px;
    }

    .w-md-350 {
        width: 350px !important;
    }

    .text-md-right {
        text-align: right !important;
    }

    .w-md-inherit {
        width: inherit !important;
    }

    .w-md-fit-content {
        width: fit-content !important;
    }

}

.rounded-top-left-bottom-right {
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
}

.bg-img-thematique {
    background-image: url("../icons/shared/Deco_trame_bleufonce.png"),
    url("../icons/shared/Deco_forme.svg"),
    url("../icons/shared/Dossier_thematique_forme.png"),
    url("../icons/shared/Deco_trame_bleufonce.png"),
    url("../icons/shared/Deco_forme.svg");
    background-repeat: no-repeat;
}

.bg-img-top-degrees {
    background-image: url("../icons/shared/Deco_trame_bleufonce.png"),
    url("../icons/shared/Deco_forme.svg"),
    url("../icons/shared/Deco_trame_bleufonce.png"),
    url("../icons/shared/Deco_forme.svg");
    background-repeat: no-repeat;
    background-size: auto,
    70% 70%,
    auto,
    70% 70%;
    background-position: top left -90px,
    top 100px left -600px,
    right 400px bottom 25px,
    right -650px bottom -10px;
}

.bg-img-top-newsletter {
    background-image: url("../icons/shared/Deco_trame_bleufonce.png"),
    url("../icons/shared/Deco_forme.svg"),
    url("../icons/shared/Deco_forme.svg"),
    url("../icons/shared/Deco_trame_bleufonce.png"),
    url("../icons/shared/Deco_forme.svg"),
    url("../icons/shared/Deco_forme.svg");
    background-repeat: no-repeat;
    background-size: auto,
    70% 70%,
    70% 70%,
    auto,
    70% 70%,
    70% 70%;
    background-position: top 40px left -50px,
    top 10px left -600px,
    top 50px left -200px,
    right -90px bottom 50px,
    right -500px bottom 100px,
    right -200px bottom 100px;
}

.bg-orientation-lead-trame-bleufonce {
    background-image: url("../icons/shared/Deco_trame_bleufonce.png");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: top -70% left 0%;

}

.bg-lead-form {
    background-image: url("../icons/shared/Deco_forme.svg");
    background-repeat: no-repeat;
    background-size: 40% 40%;
    background-position: top 10% left -10%;
}

.big-radio-btn {
    width: 20px;
    height: 20px;
}

.bg-orientation-lead-trame-blanc {
    background-image: url("../icons/shared/Deco_trame_blanc.png");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: top 90% left 120%;
}

.top-minus-40px {
    position: absolute;
    top: -40px;
}

.form-lead {
    max-width: 550px;
}

.bg-img-testimony {
    background-image: url("../icons/shared/Deco_forme.svg"),
    url("../icons/shared/Deco_trame_bleufonce.png"),
    url("../images/formation/femme_bleu_forme.png"),
    url("../icons/shared/Deco_forme.svg"),
    url("../icons/shared/Deco_forme.svg");

    background-repeat: no-repeat;
}

.img-femme-bleu {
    position: absolute;
    z-index: 999;
    right: -90px;
    top: -75px;
    width: 350px;
}

.w-5 {
    width: 5%;
}

.bg-img-recruitment-advice {
    background-image: url("../images/formation/femme_bleu_forme.png");
    background-repeat: no-repeat;
}

.bg-image-calendar-jpo {
    background-repeat: no-repeat;

    background-image: url("../images/diplome/Deco_forme.svg"),
    url("../images/diplome/Deco_forme.svg");

}

.min-height-500px {
    min-height: 500px;
}

.pos-img-center {
    position: relative;
    top: -125px;
}

.mt-140px {
    margin-top: -140px;
}

.bg-img-study-university {
    background-image: url("../images/diplome/Dossier_thematique_forme.png"),
    url("../images/diplome/Deco_trame_bleufonce.png");
    background-repeat: no-repeat;

    background-size: auto,
    auto;
}

.pos-img-top-right {
    position: absolute;
}

.bg-img-revision {
    background-image: url("../icons/shared/Deco_forme.svg"), url("../icons/shared/Deco_trame_bleufonce.png"), url("../icons/shared/Deco_forme.svg");
    background-repeat: no-repeat;
}

.ml-10 {
    margin-left: 10rem;
}

.sloped-edge-content {
    width: 104%;
    margin-top: -2rem;
    margin-left: -2rem;
    transform: rotate(2deg);
}

.sloped-edge-content > div {
    transform: rotate(-2deg);
    width: 94%;
    margin-left: 2rem;
}

.py-wrap-sloped-edge-content {
    padding-top: 4em;
    padding-bottom: 4em;
}

.titre-article {
    padding-left: 1rem;
    border-left: 4px solid #2d85c5;
    background: none;
    border-top: none;
    border-right: none;
    border-bottom: none;
    font-size: 2.5rem;
    font-weight: 700 !important;
}

.titre-article + p {
    padding-left: 1.5rem !important;
    margin-bottom: 3em;
}

blockquote {
    background-color: rgb(233, 243, 251);
    padding: 0 1em 1em 1em;
    margin-bottom: 3em;

}

blockquote > p {
    padding-top: 1em;
    margin-bottom: 0;
    font-size: 1.5em;
    font-weight: bold;
}

.mt-7em {
    margin-top: -7em;
}

.carre {
    width: 120px !important;
    height: 120px !important;
}

.carre-50px {
    width: 50px !important;
    height: 50px !important;
}

.z-index-200 {
    z-index: 200;
}

.carre-150px {
    width: 150px !important;
    height: 150px !important;
}

.color-grey {
    color: grey;
}

.color-black {
    color: black;
}


.text-left-important {
    text-align: left !important;
}

.color-green {
    color: #60e0ba;
}

.mt-75px {
    margin-top: 75px;
}

.bg-img-directory {
    min-height: 250px;
    background-image: url(../icons/shared/Deco_forme.svg),
    url(../icons/shared/Deco_trame_bleufonce.png),
    url(../icons/shared/Deco_forme.svg);

    background-repeat: no-repeat;

    background-position: bottom -100px left -130px,
    top 15px right -120px,
    top -75px right -120px;

    background-size: 15%, 15%, 15%;
}

.bg-img-formation-directory {
    min-height: 250px;
    background-image: url(../icons/shared/Deco_forme.svg),
    url(../icons/shared/Deco_trame_bleufonce.png);

    background-repeat: no-repeat;

    background-position: bottom -100px left -130px,
    top -40px right -85px;

    background-size: 15%, 15%;
}

.color-blue-lighter {
    color: #b8e1ff;
}

.color-turquoise {
    color: #94d2ff;
}

.img-rounded {
    border-radius: 100%;
}

.absolute-position-center {
    left: 50%;
    transform: translate(-50%, -50%);
}

.bg-img-establishment {
    background-image: url('../images/poster-video.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

a {
    text-decoration: none !important;
    color: black;
}

a:hover {
    color: black;
}

p {
    color: black;
}

.size-14px {
    font-size: 14px !important;
}

.btn-target:hover {
    background-color: rgb(233, 243, 251);
    display: inline-block;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.bg-img-jpo-right {
    background-image: url(../icons/shared/Deco_trame_bleufonce.png), url(../icons/shared/Deco_forme.svg);
    background-position: bottom 15px right -15px, bottom 30px right -110px;
    background-size: 20%, 21%;
    background-repeat: no-repeat;
}

.bg-img-bde-association-left {
    background-image: url(../icons/shared/Deco_trame_bleufonce.png);
    background-position: bottom -75px left -115px;
    background-size: 20%;
    background-repeat: no-repeat;
}

.bg-img-strong-point-right {
    background-image: url(../icons/shared/Deco_forme.svg);
    background-position: top -50px right -150px;
    background-size: 19%;
    background-repeat: no-repeat;
}

.center-block {
    margin: 0 auto;
}

.separator-field {
    border-bottom: grey solid 1px;
}

.default-hidden {
    display: none;
}

.display-block {
    display: block;
}

.display-inline {
    display: inline;
}

.btn-slide-toggle {
    cursor: pointer;
}

.center-items {
    align-items: center;
    justify-content: center;
}

.school-training-card-img {
    width: 100%;
    height: auto;
    border-radius: 5px 5px 0 0;
}

.rounded-responsive-rb {
    border-radius: 0 0 7px 7px !important;
}

.tooltipAdmission {
    position: absolute;
    top: -10px;
    left: 260px;
}

@media screen and (max-width: 768px) {
    .training-card {
        width: 95%;
        height: 120px;
        margin-left: 0.5rem;
    }

    .training-card img {
        height: 120px;
        width: auto;
    }

    .training-card .card-body, .trainee-card .col.col-sm-10 {
        padding: 1.1rem 0 1.1rem 0 !important;
    }

    .center-logo-mobile {
        width: 80px !important;
        height: 80px !important;
    }

    .container-session-date {
        display: flex;
        flex-direction: row;
    }

    .font-size-xs-12 {
        font-size: 12px !important;
    }

    .container-session-date .icon-date {
        margin-right: -10px;
    }

    .section-title {
        font-size: 12px !important;
    }

    .mt-xs-10px {
        margin-top: 10px !important;
    }

    .h1-detail-center {
        font-size: 25px;
        margin-bottom: 0 !important;
    }

    .padding-top-80-xs {
        padding-top: 80px;
    }

    .mobile-position-session {
        position: sticky;
        top: 61px;
        padding: 5px;
        z-index: 200;
        background: #FFFFFF;
        margin-left: -10px;
    }
}

@media screen and (min-width: 768px) {
    /*#form_orientation_scolaire{*/
    /*    padding-left: 250px;*/
    /*}*/
    div#orientation_block_desktop {
        height: 450px;
    }

    div#alternance_block {
        height: 400px;
    }

    div#alternance_block .content {
        margin-top: -25px;
    }

    .school-training-card-img {
        width: auto;
        height: 100%;
        border-radius: 5px 0 0 5px;
    }

    .rounded-responsive-rb {
        border-radius: 0 7px 7px 0 !important;
    }

    .ml-md-5 {
        margin-left: 5rem;
    }

    .training-card {
        width: 600px;
        height: 250px;
    }

    .training-card img {
        height: 250px;
        width: auto;
    }

}

.height-200px {
    height: 200px;
}

.height-250px {
    height: 250px;
}

@media screen and (min-width: 750px) {
    .height-lg-300px {
        height: 300px;
    }

    .height-lg-150px {
        height: 150px;
    }

    .height-lg-250px {
        height: 250px;
    }
}

@media screen and (max-width: 550px) {
    .height-xs-200px {
        height: 200px;
    }
}

#orientation_block_desktop {
    height: 950px;
    width: 110%;
    order: 2;
}

#orientation_block_desktop div.row {
    height: 600px;
}

#orientation_block_desktop div.content {
    padding-left: 60px;
    padding-right: 120px;
    height: 100%;
}

#orientation_block_desktop div.card-body {
    height: 90%;
}

#alternance_block {
    height: auto;
    width: 110%;
}

#alternance_block .content {
    margin-top: -150px;
}

.w-100px {
    width: 100px;
}

a.bg-white {
    background-color: white;
}

.bg-white {
    background-color: white !important;
}

.carousel-control-prev {
    left: 80%;
    top: -250px;

}

.carousel-control-next {
    left: 90%;
    top: -250px;
}

.fill_gap {
    width: 100%;
    height: 50px;
    margin-top: -50px;
}

.fill_gap_big {
    width: 100%;
    height: 50px;
    margin-top: -80px;
}

.fill_gap_right {
    width: 100%;
    height: 50px;
    margin-bottom: -65px;
}

.fill_gap_right_h {
    width: 100%;
    height: 50px;
    margin-bottom: -50px;
}

.ml-center-w-75 {
    margin-left: 15%;
}

/** Rubrique**/
.img-mobile {
    width: 150px;
}

.btn-blue {
    color: #212529;
    background-color: #2d85c5 !important;
    border-color: #f8f9fa;
}


.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.fs-08-em {
    font-size: 0.8em !important;
}

.fas.fa-search.magnifying-glass-position {
    cursor: pointer;
}

.border-red-light {
    border: 1px solid #902b2b !important;
}

.border-blue {
    border: 1px solid #2d85c5 !important;
}

.border-blue-light {
    border: 1px solid #b8e1ff;
}

.quote-top-left {
    top: -40px;
    left: 3%;
}

.quote-bottom-right {
    bottom: -40px;
    right: 3%;
}

.w-240-px {
    width: 240px !important;
}

.font-size-12-px {
    font-size: 12px !important;
    font-weight: bold;
}

.breadcrumbs {
    font-weight: bold;
    font-family: Arial;
    font-size: 9px !important;
}

.text-purple-light {
    color: #706aba;
}

.wrap-social-networks {
    right: -50px;
}

.bold {
    font-weight: bold;
}

.rotate-2 {
    transform: rotate(2deg);
}

.reset-rotation-2 {
    transform: rotate(-2deg);
}

.mb-negative-225-em {
    margin-bottom: -2.25em !important;
}

.testimony-img {
    top: 0px;
    right: -20px;
    z-index: 0;
}

.bg-testimony {
    background-repeat: no-repeat;
    background-position: top 0px right 0px;
    background-size: 125px;
}

.body-content > h1 {
    padding-left: 1rem !important;
    border-left: 4px solid #2d85c5;
    font-weight: bold;
}

.fill_home_top {
    height: 60px;
}

#landing_job_search_largeDomain, #landing_job_search_interest, #landing_job_search_skills {
    padding-left: 40px;
}

.bg-top-job-home {
    background-color: #c4e3ff;
}

@media (max-width: 500px) {
    .bg-top-job-home {
        /*background-color: #ffffff;*/
    }
}

#job-search-block-landing div.search-home {
    background-color: rgb(0, 75, 141) !important;
}

#job-search-block-landing div.job-search-paragraph {
    display: none !important;
}

.mt-minus-110px {
    margin-top: -110px;
}

.mb-minus-50px {
    margin-bottom: -50px;
}

.mb-minus-100px {
    margin-bottom: -100px;
}

.relative-top-minus-150px {
    position: relative;
    top: -150px;
}

.position-absolute-center {
    position: absolute;
    top: 50%;
    left: 33%;
}

.position-relative {
    position: relative;
}

.h-120px {
    height: 120px !important;
}

.h-180px {
    height: 180px;
}

.h-33 {
    height: 33%;
}

.h-40 {
    height: 40%;
}

.position-absolute-center-fiche {
    position: absolute;
    top: 50%;
    left: 50%;
}

.scroll-progress-container {
    width: 100%;
    height: 5px;
    background-color: white;
    bottom: 0;
    position: absolute;
}

.scroll-progress {
    width: 0px;
    height: 5px;
    background-color: #2d85c5;
}

@media (max-width: 500px) {
    .mt-xs-75px {
        margin-top: 75px;
    }

    .mt-xs-20px {
        margin-top: 20px;
    }

    .mt-xs-minus-120px {
        margin-top: -120px;
    }

    .mb-xs-0 {
        margin-bottom: 0;
    }
}

@media (min-width: 765px) {
    .mt-lg-minus-100px {
        margin-top: -100px;
    }
}


.pl-100px {
    padding-left: 100px;
}

.dropdown_select {
    max-height: 20rem;
    overflow-y: scroll;
    overflow-x: hidden;
}

.pt-100px {
    padding-top: 100px;
}

.mt-minus-50px {
    margin-top: -50px;
}

.py-100px {
    padding-top: 100px;
    padding-bottom: 100px;
}

.py-120px {
    padding-top: 120px;
    padding-bottom: 120px;
}

.height-85px {
    height: 85px;
}

.height-50px {
    height: 50px;
}

.height-100px {
    height: 100px;
}

.height-150px {
    height: 150px;
}

.height-185px {
    height: 185px;
}

.height-145px {
    height: 145px;
}

.height-175px {
    height: 175px;
}

.top-minux-50px {
    top: -50px;
}

.breadcrumb-custom .breadcrumb-item + .breadcrumb-item::before {
    content: ">";
    font-weight: bold;
    color: #000000;
}

.breadcrumb {
    background-color: transparent !important;
}

.position-bottom-left {
    position: absolute;
    bottom: 20%;
    left: 10px;
}

.position-middle-left {
    position: absolute;
    bottom: 45%;
    left: 39%;
}

.border-radius-50 {
    border-radius: 50%;
}

.list-style-none {
    list-style: none;
}

.icone-size-img {
    width: 20px;
    height: 20px;
}

.bg-fiche-ecole-left {
    background-image: url("../icons/shared/Deco_trame_bleufonce.png"),
    url("../icons/shared/Deco_forme.svg");

    background-size: 200px;
    background-position: top 1200px left -70px,
    top 1000px left -90px;

    background-repeat: no-repeat;
}

.bg-fiche-ecole-right {
    background-image: url("../icons/shared/Deco_trame_bleufonce.png"),
    url("../icons/shared/Deco_forme.svg"),
    url("../icons/shared/Deco_forme.svg");

    background-size: 200px,
    300px,
    100px;
    background-position: top 200px left -70px,
    top 1200px left -5px,
    bottom 1150px right 20px;


    background-repeat: no-repeat;
}

.mt-20percent {
    margin-top: 20%;
}

.bg-landing-metier-thematic {
    background-image: url("../icons/shared/Deco_trame_bleufonce.png"),
    url("../icons/shared/Deco_forme.svg"),
    url("../icons/shared/Deco_forme.svg"),
    url("../icons/shared/Deco_trame_bleufonce.png");

    background-size: 200px;
    background-position: top 180px right -50px,
    top 160px right 0px,
    top 160px left -50px,
    top 80px left -30px;

    background-repeat: no-repeat;
}


#thematic-banner {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.show-dossier-thematic {
    background-color: black;
    color: white !important;
}

.show-dossier-thematic:hover {
    opacity: 0.8;
}

.pl-50 {
    margin-left: 25%;
}

label[for="linking_confirmation_conditions"] {
    color: lightslategrey;
}


.landing input {
    height: 45px;
}

.pos-center-left {
    left: -50px;
    top: 25%;
}

.nav-fiche-ecole a.active {
    background-color: white;
}

.page-section-highlight {
    font-size: 14px;
    color: #458cc8;
}

.page-section-highlight > i {
    margin-top: -3px;
    color: #54b7ff;
}

.mt-minus-50px {
    margin-top: -50px;
}

.sticky-top{
    top: 110px;
}

.bg-newsletter-deco-forme {
    position: absolute;
    top: 50px;
    left: -70px;
    z-index: 0;
}

.bg-newsletter-deco-forme_2 {
    position: absolute;
    top: 120px;
    left: 160px;
    z-index: 0;
}

.bg-newsletter-deco-forme_3 {
    position: absolute;
    top: 50px;
    right: 25px;
    z-index: 0;
}

.bg-newsletter-deco-trame {
    position: absolute;
    top: 30px;
    left: -30px;
    z-index: 0;
}

.bg-newsletter-deco-trame_2 {
    position: absolute;
    top: 30px;
    right: -60px;
    z-index: 0;
}

.collapse-link:not(.collapsed) .show-less {
    display: inline
}

.collapse-link:not(.collapsed) .show-more {
    display: none
}

.collapse-link.collapsed .show-less {
    display: none
}

.collapse-link.collapsed .show-more {
    display: inline
}

.border-outline-dark:hover {
    border-color: #1d2124 !important;
}

.card-img-degree {
    height: 50px;
}

.height-30px {
    height: 30px !important;
}

.icon-size-img {
    width: 40px;
}

.lift-up {
    position: absolute;
    top: -80px;
    left: 0;
}

.lift-up-upper {
    position: absolute;
    top: -110px;
    left: 0;
}

.lift-up-lower {
    position: absolute;
    top: -60px;
    left: 0;
}

.icon-size-img {
    width: 40px;
}

.bg-licences-trame {
    position: absolute;
    top: 340px;
    left: 400px;
}

.bg-dut-forme {
    position: absolute;
    top: 90px;
    left: 50px;
    width: 80px;
}

.bg-dut-trame {
    position: absolute;
    top: 100px;
    left: 30px;
}

.bg-master-trame {
    position: absolute;
    width: 160px;
    top: 100px;
}

.bg-master-forme {
    position: absolute;
    width: 100px;
    top: 80px;
    left: -20px;
}

.bg-bac-trame {
    position: absolute;
    width: 150px;
    top: 90px;
    left: 60px;
}

.bg-bac-forme {
    position: absolute;
    width: 80px;
    top: 70px;
    left: 110px;
}

.btn-outline-dark:hover > .black-arrow {
    display: none !important;
}

.btn-outline-dark:hover > .white-arrow {
    display: inline !important;
}

.btn-outline-dark:hover > .black-arrow {
    display: none !important;
}

.btn-outline-dark:hover > .white-arrow {
    display: inline !important;
}

.btn-outline-dark:hover > .black-arrow {
    display: none !important;
}

.btn-outline-dark:hover > .white-arrow {
    display: inline !important;
}

a.btn-outline-dark:hover{
    color: white !important;
}

.bg-trame-job-domain {
    position: absolute;
    top: 15px;
    left: -20px;
    z-index: -200;
    border-radius: 50px 0;
    width: 80%;
}

.bg-forme-job-domain {
    position: absolute;
    top: -80px;
    left: -20px;
    z-index: -200;
}

.bg-trame-bleu-job-domain {
    position: absolute;
    top: -70px;
    left: 8px;
    width: 150px;
    z-index: -200;
}

.sticky {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 110px;
    z-index: 200;
}

.bg-degree-card-deco-forme {
    position: absolute;
    top: 150px;
    left: -50px;
    z-index: 0;
}

.bg-degree-card-deco-trame {
    position: absolute;
    top: 50px;
    left: -30px;
    z-index: 0;
    width: 160px;
}

.bg-degree-card-deco-forme_2 {
    position: absolute;
    top: 150px;
    left: 160px;
    z-index: 0;
}

.bg-degree-card-deco-forme_3 {
    position: absolute;
    top: 10px;
    right: 0px;
    z-index: 0;
}

.bg-degree-card-deco-trame_2 {
    position: absolute;
    top: 20px;
    right: 50px;
    z-index: 0;
    width: 160px;
}

.bg-degree-card-deco-forme_4 {
    position: absolute;
    top: 250px;
    right: -50px;
    z-index: 0;
}

.bold-hover:hover {
    font-weight: bold;
}

#social_network_article .at-icon-wrapper.at-share-btn {
    border-radius: 30px !important;
}

@media screen and (max-width: 765px) {
    /*.wrap-img-thematique { min-height: 340px; }*/
    .bg-img-thematique {
        background-position: top left -90px,
        top 95px left -100px,
        center center,
        right -52px bottom 25px,
        right -60px bottom 80px;
    }

    .sticky, .sticky-top {
        position: relative;
        top: auto;
    }

    .bg-img-testimony {
        background-position: top left -52px,
        top 35px left -52px,
        top 30px right 40px,
        top 15px right 10%,
        top 75px right -3%;
    }

    .bg-img-recruitment-advice {
        background-position: top right -93%;
    }

    .bg-image-calendar-jpo {
        background-size: 40%;
        background-position: top 20px left -12%,
        center right -27%;
    }

    .pos-img-top-right {
        top: -105px;
        right: -60px;
        width: 35%;
    }

    .bg-img-revision {
        background-position: top left -60px, bottom 15px right -60px, bottom 40px right -50px;
        background-size: 30%, 30%, 30%;
    }

    .big-title {
        font-size: 45px;
        width: auto;
    }

}

@media screen and (min-width: 501px) and (max-width: 600px) {
    /*.wrap-img-thematique { min-height: 340px; }*/
    .bg-img-thematique {
        background-position: top left -115px,
        top 101px left -115px,
        center center,
        right -63px bottom -20px,
        right -73px bottom 60px
    }

    .bg-img-testimony {
        background-position: top left -52px,
        top 35px left -52px,
        top 50px right 0,
        top 15px right 10%,
        top 75px right -3%;
    }

    .bg-img-recruitment-advice {
        background-position: top right -26%;
    }

    .bg-image-calendar-jpo {
        background-size: 40%;
        background-position: top 20px left -12%,
        top 85px right -27%;
    }

    .pos-img-top-right {
        top: -105px;
        right: -60px;
        width: 35%;
    }

    .bg-img-study-university {
        background-position: top 0px left -90px,
        top 20px left 150px;
    }

    .bg-img-revision {
        background-position: top left -60px, bottom 15px right -60px, bottom 40px right -50px;
        background-size: 30%, 30%, 30%;
    }
}

@media screen and (min-width: 601px) and (max-width: 800px) {
    /*.wrap-img-thematique { min-height: 400px; }*/
    .bg-img-thematique {
        background-position: top left -100px,
        top 95px left -100px,
        center center,
        right -80px bottom 25px,
        right -95px bottom 95px
    }

    .bg-img-testimony {
        background-position: top left -110px,
        top 70px left -110px,
        top 50px right 0,
        top 15px right 10%,
        top 88px right -3%;
    }

    .bg-img-recruitment-advice {
        background-position: top right -12%;
    }

    .bg-image-calendar-jpo {
        background-size: 40%;
        background-position: top 20px left -20%,
        top 85px right -27%;
    }

    .pos-img-top-right {
        top: -125px;
        right: -95px;
        width: 35%;
    }

    .bg-img-study-university {
        background-position: top 0px left -90px,
        top 20px left 150px;
    }

    .bg-img-revision {
        background-position: top left -80px, bottom 15px right -80px, bottom 40px right -80px;
        background-size: 30%, 30%, 30%;
    }
}

@media screen and (min-width: 801px) and (max-width: 960px) {
    /*.wrap-img-thematique { min-height: 430px; }*/
    .bg-img-thematique {
        background-position: top 0 left -100px,
        top 120px left -130px,
        center center,
        right -90px bottom -25px,
        right -95px bottom 40px;
    }

    .bg-img-testimony {
        background-position: top left -110px,
        top 70px left -110px,
        top 75px right 0,
        top 25px right 10%,
        top 130px right -1%;
    }

    .bg-img-recruitment-advice {
        background-position: top right -8%;
    }

    .bg-image-calendar-jpo {
        background-size: 37%;
        background-position: top 20px left -20%,
        top 85px right -27%;
    }

    .pos-img-top-right {
        top: -125px;
        right: -115px;
        width: 32%;
    }

    .bg-img-study-university {
        background-position: top 0px left -90px,
        top 20px left 150px;
    }

    .bg-img-revision {
        background-position: top left -115px, bottom 15px right -100px, bottom 40px right -110px;
        background-size: 30%, 30%, 30%;
    }

}

@media screen and (min-width: 961px) and (max-width: 1100px) {
    /*.wrap-img-thematique { min-height: 600px; }*/
    .bg-img-thematique {
        background-position: top 0 left -130px,
        top 175px left -172px,
        center center,
        right -140px bottom -40px,
        right -169px bottom 80px
    }

    .bg-img-testimony {
        background-position: top left -110px,
        top 70px left -110px,
        top 80px right 0px,
        top 25px right 10%,
        top 150px right -1%;
    }

    .bg-img-recruitment-advice {
        background-position: top right -2%;
    }

    .bg-image-calendar-jpo {
        background-size: 37%;
        background-position: top 20px left -20%,
        top 25px right -25%;
    }

    .pos-img-top-right {
        top: -125px;
        right: -115px;
        width: 30%;
    }

    .bg-img-study-university {
        background-position: top 0px left -90px,
        top 20px left 150px;
    }

    .bg-img-revision {
        background-position: top left -115px, bottom 15px right -100px, bottom 40px right -110px;
        background-size: 30%, 30%, 30%;
    }
}

@media screen and (min-width: 1101px) and (max-width: 1200px) {
    /*.wrap-img-thematique { min-height: 685px; }*/
    .bg-img-thematique {
        background-position: top 0 left -170px,
        top 230px left -200px,
        center center,
        right -175px bottom -40px,
        right -190px bottom 105px;
    }

    .bg-img-testimony {
        background-position: top left -110px,
        top 70px left -110px,
        top 85px right 0px,
        top 60px right 10%,
        top 200px right 3%;
    }

    .bg-img-recruitment-advice {
        background-position: top right 1%;
    }

    .bg-image-calendar-jpo {
        background-size: 36%;
        background-position: top 20px left -20%,
        top -34px right -25%;
    }

    .pos-img-top-right {
        top: -125px;
        right: -115px;
        width: 22%;
    }

    .bg-img-study-university {
        background-position: top 0px left -90px,
        top 20px left 150px;
    }

    .bg-img-revision {
        background-position: top left -115px, bottom 15px right -100px, bottom 40px right -110px;
        background-size: 30%, 30%, 30%;
    }
}

@media screen and (max-width: 1200px) {
    .bg-img-thematique {
        background-size: 40%,
        40%,
        60%,
        40%,
        40%;
    }

    .bg-img-testimony {
        background-size: 23%,
        23%,
        60%,
        23%,
        23%;
    }

}

@media screen and (min-width: 1201px) and (max-width: 1700px) {
    .bg-img-testimony {
        background-position: top left -110px,
        top 70px left -110px,
        top 63px right 26px,
        top 40px right 10%,
        top 220px right 3%;
        background-size: 20%,
        20%,
        25%,
        20%,
        20%;
    }

    .bg-img-recruitment-advice {
        background-position: top right 3%;
    }

    .bg-image-calendar-jpo {
        background-size: 32%;
        background-position: top 20px left -26%,
        top -10px right -25%;
    }

    .pos-img-top-right {
        top: -125px;
        right: -22px;
        width: 15%;
    }

    .bg-img-study-university {
        background-position: top 0px left -90px,
        top 20px left 150px;
    }

    .bg-img-revision {
        background-position: top left -115px, bottom 15px right -100px, bottom 40px right -110px;
        background-size: 30%, 30%, 30%;
    }
}

@media screen and (min-width: 1701px) {
    .pos-img-top-right {
        top: -125px;
        right: 40px;
        width: 12%;
    }

    .bg-img-study-university {
        background-position: top 0px left -90px,
        top 20px left 150px;
    }

    .bg-img-revision {
        background-position: top left -115px, bottom 15px right -100px, bottom 40px right -110px;
        background-size: 20%, 20%, 20%;
    }
}

@media screen and (min-width: 1201px) and (max-width: 1300px) {
    /*.wrap-img-thematique { min-height: 685px; }*/
    .bg-img-thematique {
        background-position: top 200px left -135px,
        top 0 left -135px,
        center center,
        right -60px bottom -35px,
        right -80px bottom 99px;
        background-size: 28%,
        28%,
        50%,
        28%,
        28%;
    }

    .bg-img-recruitment-advice {
        background-position: top right 3%;
    }

}

@media screen and (min-width: 1301px) /*and (max-width: 1300px)*/ {
    /*.wrap-img-thematique { min-height: 685px; }*/
    .bg-img-thematique {
        background-position: top 0 left -135px,
        top 200px left -135px,
        center center,
        right -60px bottom -35px,
        right -80px bottom 155px;
        background-size: 26%,
        26%,
        40%,
        26%,
        26%;
    }

    .bg-img-revision {
        background-position: top left -115px, bottom 15px right -100px, bottom 40px right -110px;
        background-size: 20%, 20%, 20%;
    }
}