:root {
    --blue: #003E6A;
    --blue-light: #0072bc;
    --blue-light-light: #b9e6fe;

    --green: #ADBA37;
    --bright-green: #ccdb27;

    --gray: #797979;
    --gray-black: #0c111d;
    --gray-light: #f6f6f6;
    --gray-blue: #f5fbff;

    --yellow: #fff200;
}






/* Couleurs */

.bg-blue {
    background-color: var(--blue);
}

.offres .bg-blue {
    background-color: #e5f4ff;
}

.offres .bg-blue h2 {
    color: var(--blue-light);
}

.offres .topbar.bg-blue {
    background-color: var(--blue);
}

.bg-blue h2 {
    color: #fff;
}

.color-blue {
    color: var(--blue) !important;
}

.color-blue-light {
    color: var(--blue-light) !important;
}

.color-blue-light-light {
    color: var(--blue-light-light) !important;
}

.color-green {
    color: var(--green) !important;
}

.color-gray-black {
    color: var(--gray-black) !important;
}

.color-gray-light {
    color: var(--gray-light) !important;
}

.color-gray-blue {
    color: var(--gray-blue) !important;
}


/* Styles */

html * {
    font-family: gesta, sans-serif;
}

p {
    color: #003E6A;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
}

.emphase {
    font-size: 24px;
    font-weight: 700;
}

h1,
.h1 {
    color: #ffffff;
    font-size: 88px;
    font-style: normal;
    font-weight: 500;
    line-height: 80px;
    margin-bottom: 32px;
}

h2,
.h2 {
    color: var(--blue-light);
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: 65px;
}

h3,
.h3 {
    color: var(--blue);
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
}

h4,
.h4 {
    color: var(--blue);
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
}

h5,
.h5 {
    color: var(--blue);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.surtitre {
    color: var(--blue);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.sous-titre {
    color: var(--blue);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 20px;
}

.fs-17 {
    font-size: 17px;
    line-height: 18px;
}

.fs-18 {
    font-size: 18px;
}

.fw-400 {
    font-weight: 400;
}

.fw-600 {
    font-weight: 600;
}

.mb-spacer {
    margin-bottom: 64px;
}

.it-hero-2-text p {
    color: #ffffff;
    margin-bottom: 32px;
}

.it-btn-white.btn-link {
    outline: none;
    background: transparent;
    color: #fff;
    font-weight: 500;
    line-height: 32px;
    font-size: 20px;
    text-transform: uppercase;
    padding: 0;
    text-decoration: none;
    height: unset;
}

.it-btn-white.btn-link.video-link {
    padding-left: 90px;
    position: relative;
    display: flex;
    align-items: center;
}

.it-btn-white.btn-link.video-link::before {
    content: "";
    position: absolute;
    width: 60px;
    height: 60px;
    background: url(../images/play-button.png);
    background-size: 60px;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
}

.it-btn-white.btn-outline {
    border-radius: 10px;
    outline: 1px dashed transparent;
    color: #fff;
    background-color: var(--blue-light);
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    height: unset;
    line-height: normal;
    padding: 18px 24px;
}

.it-btn-white.btn-outline:hover {
    outline: 1px dashed transparent;
    color: var(--blue);
    background-color: transparent;
}

.it-btn-white.btn-outline:focus {
    outline: 1px dashed var(--blue);
    color: var(--blue);
    background-color: transparent;
}

.it-btn-white.btn-outline.btn-c-w:hover {
    outline: 1px dashed transparent;
    color: #fff;
    background-color: transparent;
}

.it-btn-white.btn-outline.btn-c-w:focus {
    outline: 1px dashed #ffffff;
    color: #fff;
    background-color: transparent;
}

.it-choose-area a[role="button"],
.it-feature-area a[role="button"] {
    outline: 1px dashed transparent;
}

.it-choose-area a[role="button"]:focus {
    outline: 1px dashed var(--gray-black);
}

.it-feature-area a[role="button"]:focus,
.it-footer-top-text a:focus {
    outline: 1px dashed #ffffff;
}

.it-footer-top-text a:hover,
.it-footer-top-text a:focus {
    background-size: 0% 1px, 100% 1px;
}

.scroll-top {
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: fixed;
    bottom: -10%;
    right: 50px;
    font-size: 16px;
    z-index: 9;
    text-align: center;
    border-radius: 50%;
    color: #ffffff;
    cursor: pointer;
    background: var(--blue);
    transition: 1s ease;
    border: none;
}

.scroll-top:focus {
    outline: 1px dashed #ffffff !important;
}

.it-btn-white.btn-full {
    background-color: var(--bright-green);
    color: var(--gray-black);
    border-radius: 10px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    height: unset;
    line-height: normal;
    padding: 18px 24px;
}

.it-btn-white.btn-full svg {
    fill: var(--gray-black);
}

.it-btn-white.btn-full:hover,
.it-btn-white.btn-full:focus {
    background-color: transparent;
    color: #ffffff;
    border-radius: 10px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    height: unset;
    line-height: normal;
    padding: 18px 24px;
}

.it-btn-white.btn-full:hover svg,
.it-btn-white.btn-full:focus svg {
    fill: #ffffff;
    transition: 0.3s;
}

.job-listing {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    padding: 32px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom: 5px solid var(--green);
    margin-bottom: 32px;
    flex-wrap: wrap;
}

.job-listing:last-child {
    margin-bottom: 0;
}

.job-listing p:not(.h5) {
    color: var(--gray-black);
}

.it-about-2-text-2 span {
    padding-left: 16px;
}

.it-about-2-text-2::before {
    display: none;
}

.it-about-2-img {
    position: relative;
}

.it-about-2-img img {
    padding-right: 16px;
}

.it-about-2-img::after {
    content: "";
    position: absolute;
    top: -2px;
    right: 0;
    height: 100%;
    width: 2px;
    background-color: #ADBA37;
}

.it-feature-2-style .it-feature-item {
    padding: 72px 24px;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
    border-radius: 0;
    background-color: #03172C;
    color: #fff;
    overflow: hidden;
}

.it-feature-2-style .it-feature-item::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 80px;
    background: #ADBA37;
    top: -30px;
    left: -15px;
    transform: rotate(45deg);
    z-index: 1;
}

.it-feature-2-style .it-feature-item * {
    color: #ffffff;
}

.it-feature-2-style .it-feature-item::after {
    background-color: #03172C;
}

.it-feature-2-style .it-feature-item:hover::after {
    background-color: unset;
}

.it-feature-2-style .it-feature-item a {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    position: relative;
}

.it-feature-title {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    text-transform: capitalize;
    transition: 0.3s;
}

.it-feature-2-style .it-feature-item h3 {
    margin-bottom: 64px;
    font-size: 32px;
    line-height: 30px;
}

.it-about-2-area::after {
    content: "";
    position: absolute;
    background: url(../images/a-propos.png);
    background-size: 900px;
    right: -115px;
    bottom: 0;
    width: 900px;
    height: 743px;
}

.it-about-2-right {
    margin-left: 0;
}

ul.bullets,
ol.bullets,
ul.bullets>li>ul,
ol.bullets>li>ol {
    margin-left: 40px;
    list-style: none;
}

ul.bullets>li,
ol.bullets>li {
    color: var(--blue);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 32px;
}

ul.bullets>li>ul>li,
ol.bullets>li>ol>li {
    line-height: 20px;
    margin-bottom: 8px;
    position: relative;
}

ul.bullets>li,
ol.bullets>li,
ul.bullets>li>li>ul,
ol.bullets>li>li>ol {
    list-style: none;
    position: relative;
}

ul.bullets>li::before,
ol.bullets>li::before {
    content: "";
    position: absolute;
    width: 13px;
    height: 13px;
    background: url(../images/bullet-arrow.png);
    background-size: 13px;
    background-repeat: no-repeat;
    left: -25px;
    top: 8px;
}

ul.bullets>li>ul>li::before,
ol.bullets>li>ol>li::before {
    content: "•";
    color: #22A3D1;
    position: absolute;
    background: none;
    left: -20px;
    top: 2px;
}

.it-about-3-text {
    column-count: 2;
    gap: 50px;
}

.it-about-3-area {
    background-image: url(../images/avantages-bg.jpg);
    background-size: cover;
    background-position: right;
}

.bg-blend-light {
    background-color: #ffffff;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 0;
    opacity: 0.7;
}

.it-about-3-area>.container {
    z-index: 2;
    position: relative;
}


.personnel-item:nth-child(1),
.personnel-item:nth-child(3) {
    margin-top: 80px;
}

.it-testimonial-5-item {
    margin-bottom: 56px;
}

.testimonials-items>div:nth-child(3),
.testimonials-items>div:nth-child(5) {
    transform: translateY(56px);
}

.testimonials-items>div {
    position: relative;
}

.testimonials-items>div:has(> .it-testimonial-5-item)::before {
    content: "";
    position: absolute;
    top: -40px;
    right: 80px;
    background-image: url(../images/quote-right-sharp-solid.svg);
    width: 83px;
    height: 100px;
    background-size: 83px 100px;
    background-repeat: no-repeat;
    z-index: 3;
}

.it-testimonial-style-2 .it-testimonial-5-item {
    padding: 46px 50px !important;
}

.it-testimonial-5-item h3,
.it-testimonial-5-item p {
    color: #ffffff;
}

.it-testimonial-5-area {
    background-image: url(../images/Union.svg);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-position: 120% 130%;
}

.it-footer-top-col-2.it-footer-top-info::after {
    display: none;
}

.it-footer-top-info::after {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.black-bg {
    background: var(--blue);
}

.it-footer-top-icon span {
    font-size: 25px;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 70px;
    margin-right: 30px;
    border: none;
    background-color: transparent;
    color: var(--it-common-white);
}

.it-footer-top-text p {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
}

.it-footer-top-text span {
    display: block;
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
    color: #EBFF52;
}

.it-footer-top-info {
    position: relative;
    padding: 28px 0;
}

.it-footer-top-col-2 {
    padding-left: 75px;
}

.it-footer-top-text a {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
}

.gallerie-item-1,
.gallerie-item-2,
.gallerie-item-5,
.gallerie-item-6 {
    flex: 1;
}

.gallerie-item-3,
.gallerie-item-4 {
    flex: 2.265;
}

.gallerie-item-1,
.gallerie-item-2,
.gallerie-item-5,
.gallerie-item-6,
.gallerie-item-3,
.gallerie-item-4 {
    align-self: center;
    padding: 5px;
}

.it-event-2-area {
    padding: 40px 0;
}

.it-slider-height {
    height: unset;
    min-height: 770px;
    padding: 60px 0;
    background-size: cover;
}

.it-menu-mobile nav ul {
    flex-direction: column;
}

.it-header-1-style .it-header-2-bar button {
    background-color: var(--blue);
    border-radius: 2px;
}

.itoffcanvas {
    background-color: var(--blue);
}

.itoffcanvas a:hover,
.it-menu-mobile ul li:hover>a {
    color: #EBFF52;
}

.itoffcanvas__info-address p {
    color: #fff;
    font-size: 18px;
}

.itoffcanvas__info-address span {
    color: #EBFF52;
}

.itoffcanvas__info-address a,
a.link_underline {
    background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff) !important;
    display: inline;
    background-size: 0% 1px, 0 1px !important;
    background-position: 100% 100%, 0 100% !important;
    background-repeat: no-repeat !important;
    transition: background-size 0.3s linear !important;
    border-radius: 0;
}

a.link_underline.color-blue {
    background-image: linear-gradient(var(--blue), var(--blue)), linear-gradient(var(--blue), var(--blue)) !important;
    display: inline;
    background-size: 0% 1px, 0 1px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 0.3s linear;
}

a.link_underline.color-gray-black {
    background-image: linear-gradient(var(--gray-black), var(--gray-black)), linear-gradient(var(--gray-black), var(--gray-black)) !important;
    display: inline;
    background-size: 0% 1px, 0 1px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 0.3s linear;
}

.itoffcanvas__info-address a:hover,
a.link_underline:hover,
.itoffcanvas__info-address a:focus,
a.link_underline:focus {
    background-size: 0% 1px, calc(100% - 25px) 1px !important;
}

#postesetudiants .itoffcanvas__info-address a:hover,
#postesetudiants a.link_underline:hover,
#postesetudiants .itoffcanvas__info-address a:focus,
#postesetudiants a.link_underline:focus {
    background-size: 0% 1px, calc(100% - 22px) 1px !important;
}

#postesetudiants a.link_underline {
    margin-left: 33px;
    position: relative;
}

#postesetudiants a.link_underline::before {
    content: "";
    width: 20px;
    height: 26px;
    background: url(../images/file-lines-solid.svg);
    background-size: 20px 26px;
    position: absolute;
    left: -33px;
    top: -3px;
}

.itoffcanvas__info {
    border-bottom: unset;
    padding-bottom: unset;
    margin-bottom: unset;
}

.itoffcanvas {
    z-index: 9999999;
}

.body-overlay {
    z-index: 999999;
}

.grey-bg {
    background: #f6f6f6;
}

.grey-bg p {
    color: var(--gray-black);
}

.it-header-2-main-menu ul li>a {
    font-size: 17px;
    font-weight: 600;
    text-transform: capitalize;
    font-family: var(--it-ff-heading);
    color: var(--it-common-black);
    background-image: linear-gradient(var(--blue), var(--blue)), linear-gradient(var(--blue), var(--blue)) !important;
    display: inline-block;
    padding: 0 !important;
    margin: 35px 0;
    background-size: 0% 1px, 0 1px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 0.3s linear;
}

.it-header-2-main-menu ul li>a:hover,
.it-header-2-main-menu ul li>a:focus {
    background-size: 0% 1px, 100% 1px;
}

.it-header-2-style .it-header-2-main-menu>nav>ul>li:hover>a {
    color: unset;
}

.it-choose-area h3,
.it-choose-area a {
    color: var(--gray-black);
}

.it-btn-white span svg {
    transform: translateY(0);
}

.it-btn-white:hover span svg {
    transform: translateY(0);
}

.btn-arrow {
    width: 12px;
    margin-bottom: 3px;
}

.job-listing a:hover svg,
.job-listing a:focus svg {
    fill: var(--blue);
    transition: 0.3s;
}

.job-listing .btn-arrow,
.it-slider-height .btn-arrow {
    margin-bottom: 4px;
}

.it-choose-area .btn-arrow {
    margin-bottom: 5px;
}

.it-menu-mobile ul li>a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.preloader span {
    position: absolute;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: var(--blue);
    -webkit-animation: preloader 1.3s linear infinite;
    animation: preloader 1.3s linear infinite;
}

.itoffcanvas__close-btn button {
    color: white;
    opacity: 1;
}

.itoffcanvas__close-btn button:hover {
    color: var(--green);
}

.main-header-logo {
    position: absolute;
    max-width: 600px;
    right: 12%;
    bottom: -10%;
}

.it-footer-area {
    padding: 40px 0;
}

.it-video-area h2,
.it-video-area p {
    color: #fff;
}

.it-video-area .btn-arrow {
    width: 12px;
    margin-bottom: 4px;
}

.it-video-area {
    /*background:linear-gradient(0deg, rgba(0, 62, 106,0.5), rgba(0, 62, 106,0.5)), url(../images/3312_University_of_StBoniface_Monday.jpg);*/
    background: url(../images/3312_University_of_StBoniface_Monday.jpg);
    background-size: cover;
    background-position: 0 20%;
}

.it-video-bg::after {
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: #0072bc;
    opacity: 90%;
    z-index: -1;
}

.it-video-play-wrap {
    margin-right: unset !important;
}

.it-menu-content ul>li>a {
    outline: 1px solid transparent;
}

.it-menu-content ul>li>a:focus {
    outline: 1px dashed var(--blue);
}

.it-menu-mobile .it-menu-content ul>li>a:focus {
    outline: 1px dashed #ffffff;
}

.logo_link {
    outline: 1px dashed transparent;
    display: block;
}

.logo_link:focus {
    outline: 1px dashed var(--blue);
}

.it-footer-area .logo_link:focus,
.itoffcanvas__logo .logo_link:focus {
    outline: 1px dashed #fff;
}

.itoffcanvas__info-address a:focus,
.close-btn:focus {
    outline: 1px dashed #fff;
}

.it-header-1-style .it-header-2-bar button:hover,
.it-header-1-style .it-header-2-bar button:focus {
    background-color: transparent;
    border-radius: 2px;
    color: var(--blue);
}

.it-header-1-style .it-header-2-bar button:focus {
    outline: 1px dashed var(--blue) !important;
}

.modal {
    --bs-modal-zindex: 9999999;
}

.modal-backdrop {
    --bs-backdrop-zindex: 999999;
}

.modal-content {
    border: none;
    border-radius: 0;
}

.modal-footer {
    border-top: none;
}

.it-choose-area::after {
    content: "";
    background: url(../images/piliers.svg);
    background-size: 97vw;
    width: 97vw;
    height: 200px;
    background-repeat: no-repeat;
    position: absolute;
    top: 5px;
    left: 20px;
}

body {
    overflow-x: hidden !important;
}

::selection {
    background: var(--green);
    color: #000;
    text-shadow: none;
}

.it-header-2-main-menu ul li>a {
    text-transform: unset;
}

#a-propos,
#postes,
#postesetudiants,
#avantages,
#profils,
#temoignages {
    scroll-margin-top: 102px;
}

.topbar p {
    color: #ffffff;
    font-size: 16px;
}

.topbar a {
    color: #ffffff;
    font-size: 16px;
    background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
    display: inline;
    background-size: 0% 1px, 0 1px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 0.3s linear;
}

.topbar a:hover,
.topbar a:focus {
    background-size: 0% 1px, 100% 1px;
}

.topbar a:focus {
    outline: 1px dashed #ffffff;
}

.topbar img {
    max-width: 40px;
    margin-right: 15px;
}


.topbar span {
    margin-left: 40px;
    position: relative;
}

.topbar span::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--bright-green);
    position: absolute;
    top: 7px;
    left: -23px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .it-about-2-text p {
        font-size: 20px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .it-hero-2-text p {
        font-size: 20px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .it-testimonial-5-text p {
        font-size: 20px;
    }
}

@media (max-width: 1800px) {
    .it-about-2-area::after {
        content: "";
        position: absolute;
        background: url(../images/a-propos.png);
        background-size: 800px;
        right: -115px;
        bottom: 0;
        width: 800px;
        height: 660px;
    }
}

@media (max-width: 1600px) {
    .it-about-2-area::after {
        content: "";
        position: absolute;
        background: url(../images/a-propos.png);
        background-size: 700px;
        right: -115px;
        bottom: 0;
        width: 700px;
        height: 578px;
    }

    .it-testimonial-5-area {
        background-image: url(../images/Union.svg);
        background-size: 90%;
        background-repeat: no-repeat;
        background-position: right bottom;
        background-position: 102% 115%;
    }
}

@media (max-width: 1500px) {
    .main-header-logo {
        position: absolute;
        max-width: 600px;
        right: 0%;
        bottom: -8%;
    }
}

@media (max-width: 1400px) {

    .it-about-2-area::after {
        content: "";
        position: absolute;
        background: url(../images/a-propos.png);
        background-size: 650px;
        right: -115px;
        bottom: 0;
        width: 650px;
        height: 537px;
    }
}

@media (max-width: 1300px) {
    .it-about-2-area::after {
        content: "";
        position: absolute;
        background: url(../images/a-propos.png);
        background-size: 600px;
        right: -115px;
        bottom: 0;
        width: 600px;
        height: 495px;
    }
}

@media (max-width: 1200px) {
    .it-about-2-area::after {
        display: none;
    }

    .main-header-logo {
        display: none;
    }

    .footer-logo {
        margin: 60px 0 0 0;
        max-width: 250px !important;
    }
}

@media (max-width: 1199px) {
    .it-header-wrap {
        padding: 15px 0;
    }

    h1,
    .h1 {
        color: #ffffff;
        font-size: 76px;
        font-style: normal;
        font-weight: 500;
        line-height: 70px;
        margin-bottom: 32px;
    }

    h2,
    .h2 {
        color: var(--blue-light);
        font-size: 56px;
        font-style: normal;
        font-weight: 500;
        line-height: 57px;
    }

    .it-choose-area::after {
        content: "";
        background: url(../images/piliers.svg);
        background-size: 97vw;
        width: 97vw;
        height: 200px;
        background-repeat: no-repeat;
        position: absolute;
        top: 5px;
        left: 10px;
    }
}


@media (max-width: 991px) {
    .personnel-item {
        margin-top: 0;
    }

    .testimonials-items>div:nth-child(3),
    .testimonials-items>div:nth-child(5) {
        transform: translateY(0);
    }

    .pb-120 {
        padding-bottom: 80px;
    }

    .pt-120 {
        padding-top: 80px;
    }

    .mt-80 {
        margin-top: 60px;
    }

    .it-testimonial-5-area {
        background-image: url(../images/Union.svg);
        background-size: 90%;
        background-repeat: no-repeat;
        background-position: right bottom;
        background-position: 102% 104%;
    }

    h1,
    .h1 {
        color: #ffffff;
        font-size: 70px;
        font-style: normal;
        font-weight: 500;
        line-height: 64px;
        margin-bottom: 32px;
    }

    h2,
    .h2 {
        color: var(--blue-light);
        font-size: 48px;
        font-style: normal;
        font-weight: 500;
        line-height: 49px;
    }

    .surtitre {
        color: var(--blue);
        font-size: 22px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
        text-transform: uppercase;
        margin-bottom: 20px;
    }

    .it-choose-area::after {
        content: "";
        background: url(../images/piliers.svg);
        background-size: 97vw;
        width: 97vw;
        height: 200px;
        background-repeat: no-repeat;
        position: absolute;
        top: 20px;
        left: 10px;
    }

    .it-choose-area::after {
        content: "";
        background: url(../images/piliers.svg);
        background-size: 96vw;
        width: 96vw;
        height: 200px;
        background-repeat: no-repeat;
        position: absolute;
        top: 5px;
        left: 5px;
    }
}

@media (max-width: 767px) {
    .it-footer-top-info::after {
        display: none;
    }

    .it-footer-top-info {
        position: relative;
        padding: 28px 0;
    }

    .testimonials-items div.col-md-6:last-child .it-testimonial-5-item {
        margin-bottom: 0;
    }

    .pb-120 {
        padding-bottom: 60px;
    }

    .pt-120 {
        padding-top: 60px;
    }

    .mt-80 {
        margin-top: 0px;
    }

    .personnel-item {
        margin-top: 60px !important;
    }

    .mb-30.personnel-item {
        margin-bottom: 0;
    }

    .it-header-wrap {
        padding: 8px 0;
    }

    .it-hero-2-text p,
    .it-testimonial-5-text p,
    .it-btn-white.btn-link,
    p {
        font-size: 18px;
        line-height: 28px;
    }

    .it-slider-height {
        height: unset;
    }

    .itoffcanvas__close-btn button {
        font-size: 28px;
        right: 39px;
        top: 45px;
    }

    .footer-info-1 {
        margin-bottom: 40px;
    }

    h1,
    .h1 {
        color: #ffffff;
        font-size: 60px;
        font-style: normal;
        font-weight: 500;
        line-height: 56px;
        margin-bottom: 32px;
    }

    h2,
    .h2 {
        color: var(--blue-light);
        font-size: 44px;
        font-style: normal;
        font-weight: 500;
        line-height: 45px;
    }

    h4,
    .h4 {
        color: var(--blue);
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: 28px;
    }

    h5,
    .h5 {
        color: var(--blue);
        font-size: 22px;
        font-style: normal;
        font-weight: 500;
        line-height: 22px;
    }

    .surtitre {
        color: var(--blue);
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        text-transform: uppercase;
        margin-bottom: 18px;
    }

    .gallerie-item-3,
    .gallerie-item-4 {
        flex: 100%;
    }

    .it-testimonial-style-2 .it-testimonial-5-item {
        padding: 46px 30px 30px !important;
    }

    #a-propos,
    #postes,
    #postesetudiants,
    #avantages,
    #profils,
    #temoignages {
        scroll-margin-top: 90px;
    }

    .itoffcanvas__info-address a:hover,
    a.link_underline:hover,
    .itoffcanvas__info-address a:focus,
    a.link_underline:focus {
        background-size: 0% 1px, calc(100% - 26px) 1px !important;
    }
}


@media (max-width: 575px) {
    .it-about-2-text-2 span {
        padding-left: 3px;
    }

    .it-about-2-img img {
        padding-right: 5px;
    }

    .it-footer-top-info {
        position: relative;
        padding: 28px 15px;
    }

    .pb-120 {
        padding-bottom: 50px;
    }

    .pt-120 {
        padding-top: 50px;
    }

    .mt-80 {
        margin-top: 30px;
    }

    .personnel-item {
        margin-top: 30px;
    }

    .personnel-item:nth-child(1) {
        margin-top: 0 !important;
    }

    .personnel-item:last-child {
        margin-bottom: 0;
    }

    h1,
    .h1 {
        color: #ffffff;
        font-size: 54px;
        font-style: normal;
        font-weight: 500;
        line-height: 50px;
        margin-bottom: 32px;
    }

    h2,
    .h2 {
        color: var(--blue-light);
        font-size: 36px;
        font-style: normal;
        font-weight: 500;
        line-height: 37px;
    }

    h4,
    .h4 {
        color: var(--blue);
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px;
    }

    h5,
    .h5 {
        color: var(--blue);
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px;
    }

    .surtitre {
        color: var(--blue);
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 18px;
        text-transform: uppercase;
        margin-bottom: 15px;
    }

    .it-choose-area::after {
        content: "";
        background: url(../images/piliers.svg);
        background-size: 95vw;
        width: 95vw;
        height: 200px;
        background-repeat: no-repeat;
        position: absolute;
        top: 0px;
        left: 0px;
    }

    .it-testimonial-style-2 .it-testimonial-5-item {
        padding: 46px 20px 20px !important;
    }
}