@font-face {
    font-family: "agrandirgrand_heavy";
    src: url("../fonts/agrandir_grand_heavy_800-webfont.woff2") format("woff2"), url("../fonts/agrandir_grand_heavy_800-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "agrandirgrand_light";
    src: url("../fonts/agrandir_grand_light_300-webfont.woff2") format("woff2"), url("../fonts/agrandir_grand_light_300-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "agrandirnarrow";
    src: url("../fonts/agrandir_narrow_400-webfont.woff2") format("woff2"), url("../fonts/agrandir_narrow_400-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "agrandirregular";
    src: url("../fonts/agrandir_regular_400-webfont.woff2") format("woff2"), url("../fonts/agrandir_regular_400-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "agrandirtext_bold";
    src: url("../fonts/agrandir_text_bold_700-webfont.woff2") format("woff2"), url("../fonts/agrandir_text_bold_700-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "agrandirthin_italic";
    src: url("../fonts/agrandir_thin_italic_100-webfont.woff2") format("woff2"), url("../fonts/agrandir_thin_italic_100-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "agrandirtight";
    src: url("../fonts/agrandir_tight_400-webfont.woff2") format("woff2"), url("../fonts/agrandir_tight_400-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "agrandirwide_black_italic";
    src: url("../fonts/agrandir_wide_black_italic_900-webfont.woff2") format("woff2"), url("../fonts/agrandir_wide_black_italic_900-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "agrandirwide_light";
    src: url("../fonts/agrandir_wide_light_300-webfont.woff2") format("woff2"), url("../fonts/agrandir_wide_light_300-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "GT Pressura Mono Regular Regular";
    src: url("../fonts/226f58ab113a6d821def90a7d6dc2427.woff2") format("woff2"), /* chrome、firefox */
    url("../fonts/226f58ab113a6d821def90a7d6dc2427.woff") format("woff");
}


/*------  GLOBAL CSS ------ */

.header-style-1 {
    position: fixed;
    width: 100%;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
    color: #fff;
    background-color: #ff610f;
    border-color: #ff610f;
    -webkit-box-shadow: none;
    box-shadow: none;
}

a:hover,
a:focus,
a:active {
    color: #ff610f;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
span,
p {
    font-family: "agrandirregular";
}

body,
p {
    font-size: 16px;
}

h3 {
    font-size: 28px;
    color: #4f17a8;
}

.btn-primary {
    border: 2px solid #ff610f;
    border-radius: 5px;
    color: #212121;
    background-color: #fff;
    padding: 15px;
    min-width: 250px;
    text-transform: uppercase;
    text-align: center;
    font-family: "GT Pressura Mono Regular Regular";
}

.btn-secondary {
    border: 2px solid #05bfe0;
    border-radius: 5px;
    color: #212121;
    background-color: #fff;
    padding: 15px;
    min-width: 250px;
    text-transform: uppercase;
    text-align: center;
    font-family: "GT Pressura Mono Regular Regular";
}

.btn-third {
    border: 2px solid #4f17a8;
    border-radius: 5px;
    color: #212121;
    background-color: #fff;
    padding: 15px;
    min-width: 250px;
    text-transform: uppercase;
    text-align: center;
    font-family: "GT Pressura Mono Regular Regular";
}

.btn-primary:hover {
    color: #fff;
    background-color: #ff610f;
    border-color: #ff610f;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #05bfe0;
    border-color: #05bfe0;
}

.bg-light {
    background-color: #d9d9d9;
}

.orange {
    color: #ff610f;
}

.blue {
    color: #05bfe0;
}

.purple {
    color: #4f17a8;
}

.mid-purple {
    color: #8a66c4;
}

.red {
    color: #dd310b;
}

.dark-blue {
    color: #0080a8;
}

.space-block {
    padding-top: 80px;
}

.space-block-bottom {
    padding-bottom: 80px;
}

.space-block-bottom-tall {
    padding-bottom: 160px;
}

.space-header {
    padding-top: 200px;
}


/*------  END GLOBAL CSS ------ */


/*------  LAYOUT ------ */

.header-top .header-info li.header-btn {
    padding: 5px 20px;
    border: 1px solid #fff;
    border-radius: 25px;
}

.mainmenu-nav .mainmenu li,
.header-top .header-notify {
    font-family: "GT Pressura Mono Regular Regular";
}

.header-top-bar {
    background-color: #2b008c;
}

.header-top {
    justify-content: space-between;
}

.header-top .header-info li {
    padding: 14px 20px 12px;
    display: flex;
    align-items: center;
}

.header-top .header-info li i {
    color: #fff;
    font-size: 18px;
    padding: 0;
}

.header-top .header-info li .cart-icon {
    position: relative;
}

span.count {
    position: absolute;
    top: -5px;
    right: -12px;
    display: block;
    text-align: center;
    height: 15px;
    width: 15px;
    line-height: 18px;
    background-color: red;
    border-radius: 50%;
    font-size: 11px;
    font-weight: 500;
}

.header-top .header-info {
    margin: 0;
}

.icon-inscription {
    max-width: 21px;
    margin-right: 10px;
    position: relative;
}

.add-user {
    position: relative;
}

.users .add-user:after {
    content: "";
    background-image: url(../img/animated-svg-icons/span-add.png);
    width: 12px;
    height: 12px;
    background-size: contain;
    font-size: 17px;
    position: absolute;
    bottom: -6px;
    left: 12px;
}

.icon-connexion {
    max-width: 21px;
    margin-right: 10px;
}

.header-top .header-info li a {
    line-height: 1;
    font-family: "GT Pressura Mono Regular Regular";
}

.header-top .header-info.users li:after {
    content: "";
    height: 70%;
    width: 1px;
    background-color: rgb(255, 255, 255);
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
}

.header-top .header-notify a {
    color: #fff;
}

.header-action .header-btn a.btn-entreprise,
.header-action .header-btn a.btn-ecole {
    color: #fff;
    width: 300px;
    border-radius: 50px;
    font-size: 14px;
    padding: 10px 0;
    font-family: "GT Pressura Mono Regular Regular";
}

.btn-entreprise {
    background-color: #ff610f;
}

.btn-ecole {
    background-color: #0080a8;
}

.edu-header .header-mainmenu {
    background-color: rgba(255, 255, 255, 0.85);
    box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.05);
    position: relative;
}

.mainmenu-nav .mainmenu li ul.mega-menu {
    grid-template-columns: repeat(4, 1fr);
}

.mainmenu-nav .mainmenu>li>a:hover,
.mainmenu-nav .mainmenu>li>a.active,
.mainmenu-nav .mainmenu>li.active>a {
    color: #ff610f !important;
}

.mainmenu-nav .mainmenu li.has-droupdown .submenu li a img {
    max-width: 25px;
    margin-right: 5px;
}

.mainmenu-nav .mainmenu li.has-droupdown .submenu li a:after {
    content: "";
    border-bottom: 1px solid;
    width: 60px;
    height: 2px;
    position: absolute;
    bottom: 25px;
    left: -80px;
    right: 0;
    margin: auto;
}

.popup-mobile-menu .btn-entreprise,
.popup-mobile-menu .btn-ecole {
    color: #fff;
    width: auto;
    border-radius: 50px;
    font-size: 14px;
    padding: 10px 0;
}

.popup-mobile-menu .inner .header-top .close-menu .close-button:hover {
    background-color: #ff610f;
}

ul li a:hover {
    color: #ff610f;
    text-decoration: underline;
}

.mainmenu-nav .mainmenu li.has-droupdown .submenu li {
    padding: 20px 0;
}

.mainmenu-nav .mainmenu li ul.mega-menu {
    padding: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.mainmenu li ul.mega-menu .logo-branche {
    display: inline-block;
    width: 30px;
    text-align: center;
}

.mainmenu-nav .mainmenu li.has-droupdown .submenu li a:hover {
    color: #212121;
}

.mainmenu-nav .mainmenu li ul.mega-menu>li {
    border: none;
    width: 25%;
}

.mainmenu-nav .mainmenu li ul.mega-menu.submenu-CLASSIQUE>li {
    width: 100%;
}

.mainmenu-nav .mainmenu li ul.mega-menu .submenu {
    padding: 0 0 0 20px;
}

.mainmenu-nav .mainmenu li.has-droupdown .submenu li a {
    font-size: 18px;
    padding: 5px 12px;
}

.connected ul li {
    display: flex;
    align-items: center;
    justify-content: center;
}

.connected .navbar-nav .nav-link {
    padding: 0;
    margin-left: 5px;
    line-height: 1;
    color: #fff;
    font-family: "GT Pressura Mono Regular Regular";
}

.connected ul.dropdown-menu.dropdown-menu-dark.show {
    background-color: #2b008c;
    font-family: "GT Pressura Mono Regular Regular";
    padding: 0 5px;
}

.connected .dropdown-menu-dark .dropdown-item {
    color: #fff;
}

.connected .dropdown-menu-dark .dropdown-item:focus,
.dropdown-menu-dark .dropdown-item:hover,
.dropdown-menu-dark .dropdown-item.active,
.dropdown-menu-dark .dropdown-item:active {
    color: #ff610f;
    background-color: transparent;
}

.edu-search-popup .content-wrap {
    min-height: 250px;
}

.edu-search-popup .close-button {
    right: 40px;
    top: 40px;
}

.edu-search-popup .close-button .close-trigger {
    font-size: 18px;
}

.mainmenu-nav .mainmenu li.horizon {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
}

.horizon .horizon-zone {
    background: transparent;
}


/* FOOTER */

.edu-footer.footer-style-1 {
    background-color: #f7f7f7;
}

.edu-footer .edu-footer-widget .footer-link li:hover a {
    color: #ff610f;
}

.edu-footer.footer-lighten .description,
.edu-footer .edu-footer-widget .footer-link li a {
    font-family: "GT Pressura Mono Regular Regular";
    line-height: 1.5;
}

footer .widget-title {
    font-size: 28px;
}

.edu-search-popup .inner .search-form input {
    font-family: "GT Pressura Mono Regular Regular";
    font-size: 18px;
}

.download-app {
    display: flex;
    flex-direction: column;
}

.download-app img {
    margin-top: 10px;
}

footer .social-share.icon-transparent li a {
    color: #212121 !important;
    margin-bottom: 20px;
}

.footer-lighten .copyright-area {
    background-color: #f7f7f7;
}

.edu-footer .copyright-area a {
    color: #ff610f;
}


/* END FOOTER */


/*------  END LAYOUT ------ */


/*------  HOME  ------ */


/* SLIDER */

.photography-banner {
    margin-top: 0;
}

.photography-banner .pagination-box-wrapper {
    bottom: 0;
}

.photography-banner .swiper-pagination-fraction {
    bottom: 180px;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #ff610f;
}

.photography-banner .swiper-slide-controls:hover {
    background-color: #ff610f;
}

.swiper-pagination .swiper-pagination-bullet {
    background-color: #fff;
}

.photography-banner .swiper-slide-active .thumbnail-bg-content .banner-content .title {
    font-size: var(--h1);
    line-height: 1.3;
}

.btn-slider {
    border-radius: 5px;
    color: #fff;
    padding: 15px;
    min-width: 250px;
    text-transform: uppercase;
    text-align: center;
    font-family: "GT Pressura Mono Regular Regular";
}

.btn-slider.btn-primary {
    border: 2px solid #ff610f;
    background: transparent;
}

.btn-slider-orange {
    background-color: #ff610f;
    border-color: #ff610f;
}

.btn-slider-purple {
    background-color: #4f17a8;
    border-color: #4f17a8;
}

.btn-slider-blue {
    background-color: #0080a8;
    border-color: #0080a8;
}

.subtitle-slider {
    font-family: "agrandirregular";
}

.title-slider {
    font-family: "agrandirregular";
    font-size: 50px;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 30px;
}

.accroche {
    font-family: "GT Pressura Mono Regular Regular";
    color: #fff;
    margin-bottom: 30px;
}


/* END SLIDER */


/* BLOC INITIATIVES */

.hexagone {
    height: 350px;
    width: auto;
    position: relative;
}

.hexagonemain {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    color: #212121;
    position: relative;
}

.title-hexagone {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    bottom: 50%;
    text-align: center;
    z-index: 1;
    color: #fff;
    line-height: 1;
    font-size: 25px;
}

.hexagonemain:before {
    content: "";
    clip-path: polygon(24% 0%, 76% 0%, 100% 50%, 76% 100%, 24% 100%, 0% 50%);
    width: 340px;
    height: 320px;
    position: absolute;
    z-index: 0;
}

.hexagone:hover .initiatives-zone {
    position: absolute;
    clip-path: polygon(24% 0%, 76% 0%, 100% 50%, 76% 100%, 24% 100%, 0% 50%);
    background: #fff;
    width: 330px;
    height: 310px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.1s ease-in;
}

.flex-hexagone {
    display: flex;
    justify-content: space-around;
    width: 60%;
    margin-bottom: 10px;
    text-align: center;
    margin: auto;
}

.hexagone.small .initiatives-zone {
    position: absolute;
    clip-path: polygon(24% 0%, 76% 0%, 100% 50%, 76% 100%, 24% 100%, 0% 50%);
    background: #fff;
    width: 200px;
    height: 190px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.flex-hexagone>div>a>p {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 5px;
    font-weight: 500;
}

.hexagone:hover .title-hexagone {
    display: none;
}

.social-color .hexagonemain:before {
    background-color: #4f17a8;
    opacity: 0.7;
    backdrop-filter: blur(2px);
}

.expertise-color .hexagonemain:before {
    background-color: #05bfe0;
    opacity: 0.7;
    backdrop-filter: blur(2px);
}

.community-color .hexagonemain:before {
    background-color: #ff610f;
    opacity: 0.7;
    backdrop-filter: blur(2px);
}

.social-expertise-color-gradient .hexagonemain:before,
.social-community-color-gradient .hexagonemain:before,
.community-expertise-color-gradient .hexagonemain:before {
    width: 210px;
    height: 200px;
}

.social-expertise-color-gradient .hexagonemain:before {
    background: -webkit-linear-gradient(0deg, #4f17a8 0%, #05bfe0 100%);
    background: linear-gradient(0deg, #4f17a8 0%, #05bfe0 100%);
}

.social-community-color-gradient .hexagonemain:before {
    background: -webkit-linear-gradient(110deg, #4f17a8 0%, #ff610f 100%);
    background: linear-gradient(110deg, #4f17a8 0%, #ff610f 100%);
}

.community-expertise-color-gradient .hexagonemain:before {
    background: -webkit-linear-gradient(0deg, #ff610f 0%, #05bfe0 100%);
    background: linear-gradient(0deg, #ff610f 0%, #05bfe0 100%);
}

.benevole-zone {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 10px;
}

p.name-benevole {
    background-color: #ededed;
    color: #212121;
    width: 50%;
    text-align: center;
    padding: 5px 0;
    border-radius: 10px;
}

.benevole-zone p {
    margin: 0;
}

.social-expertise-color-gradient,
.social-community-color-gradient,
.community-expertise-color-gradient {
    opacity: 1;
}

.opacity {
    opacity: 1;
    transition: all 0.1s ease-in;
}

.icons-initiatives {
    max-width: 40px;
}

.flex-hexagone>div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 10px;
}


/* END BLOC INITIATIVES */


/* BLOC INITIATIVES MOBILE */

.mobile-initiatives .hexagonemain:before {
    width: 240px;
    height: 230px;
}

.mobile-initiatives .hexagone:hover .initiatives-zone {
    width: 230px;
    height: 220px;
}

.mobile-initiatives .icons-initiatives {
    max-width: 30px;
}

.mobile-initiatives .flex-hexagone>div>a>p {
    font-size: 8px;
}

.mobile-initiatives .hexagone.small .initiatives-zone {
    width: 100px;
    height: 90px;
}

.mobile-initiatives .social-expertise-color-gradient .hexagonemain:before,
.mobile-initiatives .social-community-color-gradient .hexagonemain:before,
.mobile-initiatives .community-expertise-color-gradient .hexagonemain:before {
    width: 110px;
    height: 100px;
}

.mobile-initiatives .hexagone {
    height: 230px;
}

.small-hexagone-zone {
    position: relative;
}

.small-hexagone-zone .hexagone.small.social-expertise-color-gradient.expertise {
    position: absolute;
    bottom: -90px;
    left: 20px;
}

.small-hexagone-zone .hexagone.small.community-expertise-color-gradient.expertise {
    position: absolute;
    left: 25px;
    top: -80px;
}

.mobile-initiatives .title-hexagone {
    top: 45%;
}

.mobile-initiatives .title-hexagone span.texte_voir {
    font-size: 18px;
    font-weight: 500;
    text-decoration: underline;
}

.mobile-initiatives .hexagone.small.social-expertise-color-gradient.impact-social {
    position: absolute;
    top: -90px;
    right: 25px;
}

.hexagone.small.social-community-color-gradient.impact-social {
    position: absolute;
    bottom: -90px;
    right: 25px;
}

.hexagonal-separation {
    margin: 80px 0;
}

.hexagone.small.social-community-color-gradient.communaute {
    position: absolute;
    top: -80px;
    left: 25px;
}

.hexagone.small.community-expertise-color-gradient.communaute {
    position: absolute;
    bottom: -80px;
    left: 25px;
}


/* END INITIATIVES MOBILE */


/* BLOC MEMBRES */

.info-membre {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    text-align: center;
    visibility: hidden;
    transform: translateY(-300px);
    transition: all 0.3s ease-in;
}

.info-membre img {
    height: 70px;
    width: auto;
}

.info-membre p {
    padding: 15px;
    font-size: 15px;
}

.edu-team-grid.team-style-1:hover .info-membre {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    text-align: center;
    visibility: inherit;
    transform: translateY(0);
    transition: all 0.3s ease-in;
}

.edu-team-grid.team-style-1:hover .info-membre p {
    color: #fff;
}

.edu-team-grid .thumbnail-wrap {
    overflow: hidden;
}

.border-bloc {
    border: 3px solid;
    border-radius: 5px;
}

.orange .border-bloc {
    border-color: #ff610f;
}

.blue .border-bloc {
    border-color: #05bfe0;
}

.purple .border-bloc {
    border-color: #4f17a8;
}

.edu-team-grid.orange .thumbnail a:after {
    background-color: #ff610f;
}

.edu-team-grid.blue .thumbnail a:after {
    background-color: #05bfe0;
}

.edu-team-grid.purple .thumbnail a:after {
    background-color: #4f17a8;
}

.edu-team-grid .content .designation {
    color: #212121;
    font-size: 22px;
    font-weight: 600;
    font-family: "agrandirnarrow";
}

.edu-team-grid .thumbnail a img {
    border-radius: 15px;
}


/*END BLOC MEMBRES */


/*BLOC CHIFFRES */

.chiffres {
    margin-top: -120px;
}

.bloc-chiffres {
    position: relative;
}

.edu-counterup .title {
    font-size: 18px;
    font-family: "GT Pressura Mono Regular Regular";
}

.bloc-chiffres:before {
    content: "";
    background-image: url(../img/icons/groupe-cercles-tall.png);
    position: absolute;
    left: -70px;
    top: -55px;
    width: 130px;
    height: 130px;
    background-position: center center;
    background-size: cover;
}

.bloc-chiffres:after {
    content: "";
    background-image: url(../img/icons/demi-cercles-tall.png);
    position: absolute;
    right: -70px;
    bottom: -55px;
    width: 130px;
    height: 130px;
    background-position: center center;
    background-size: cover;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
    left: inherit;
    right: inherit;
}

.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
    font-family: "GT Pressura Mono Regular Regular";
    font-size: 50px;
}


/*END BLOC CHIFFRES */


/*BLOC PARTENAIRES */

.cadre {
    width: 120px;
    height: 120px;
    border: 1px solid;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    margin: auto;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 4px 6px 0px #e5dcf2;
    box-shadow: 0px 4px 6px 0px #e5dcf2;
}

.body-card .marge {
    margin: 0;
    padding: 20px 50px;
}

.partenaires .card {
    height: 100%;
    border-radius: 10px;
    border: none;
    box-shadow: 0px 10px 50px rgba(26, 46, 85, 0.1);
}

.head-card p {
    margin: 25px 0;
    font-size: 20px;
    color: #fff;
}

.head-card {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px 10px 0 0;
}

.head-card.premium {
    background-color: #4f17a8;
}

.head-card.rubis {
    background-color: #ff610f;
}

.head-card.emeraude {
    background-color: #05bfe0;
}


/* BLOC CARTE */

.about .details-content ul li {
    color: #808080;
    margin: 0;
}


/* END BLOCK CARTE */


/* BLOC AVIS */

.avis .swiper-pagination .swiper-pagination-bullet {
    background-color: #d1d1d1;
}

.avis .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #ff610f;
}


/* END BLOC AVIS */


/*END BLOC PARTENAIRES */


/*------  END HOME ------ */


/*------  A PROPOS ------ */


/* BlOC QUI SOMMES NOUS */

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


/* END BlOC QUI SOMMES NOUS */


/* BLOC CARTE */

.liste-carte ul li {
    color: #212121;
    margin: 0;
    font-size: 14px;
}

.about .details-content ul li {
    color: #808080;
    margin: 0;
}

.bloc-carte-about img {
    max-width: 350px;
}


/* END BLOCK CARTE */


/* DOUBLE BLOC  */

.double-bloc .card,
.cardtype .card {
    height: 100%;
    padding: 50px;
    display: flex;
    justify-content: space-between;
}

.double-bloc .left-side,
.double-bloc .right-side,
.cardtype {
    margin-bottom: 20px;
}

.double-bloc .left-side .card,
.cardtype:first-child .card {
    background-color: #efedf2;
    border: 1px solid #e5dcf2;
    border-radius: 5px;
}

.double-bloc .right-side .card,
.cardtype:last-child .card {
    background-color: #f6f0ed;
    border: 1px solid #ffe7db;
    border-radius: 5px;
}

.double-bloc .left-side .card .content h4,
.cardtype:first-child .card .content h4 {
    font-size: 28px;
    color: #4f17a8;
}

.double-bloc .right-side .card .content h4,
.cardtype:last-child .card .content h4 {
    font-size: 28px;
    color: #ff610f;
}

.double-bloc .left-side .card .content h4:after,
.cardtype:first-child .card .content h4:after {
    content: "";
}

.double-bloc .right-side .card .content h4:after,
.cardtype:last-child .card .content h4:after {
    content: "";
}

.double-bloc .card .content p a,
.cardtype .card .content p a {
    text-decoration: underline;
    color: inherit;
}

.btn-action {
    text-align: center;
}

.double-bloc .left-side .card .btn-action a,
.cardtype:first-child .card .btn-action a {
    font-family: "GT Pressura Mono Regular Regular";
    text-decoration: underline;
    color: #4f17a8;
    text-transform: uppercase;
}

.double-bloc .right-side .card .btn-action a,
.cardtype:last-child .card .btn-action a {
    font-family: "GT Pressura Mono Regular Regular";
    text-decoration: underline;
    color: #ff610f;
    text-transform: uppercase;
}


/* END DOUBLE BLOC  */


/* BLOC GRAPH */

.graph {
    display: flex;
    justify-content: center;
    align-items: center;
}

.graph img {
    max-width: 450px;
    width: 100%;
}


/* END BLOC GRAPH  */


/*------  END A PROPOS ------ */


/*------  NEWS ------ */

.news .blog-meta {
    font-family: "GT Pressura Mono Regular Regular";
}

.news .blog-meta li {
    font-size: 12px;
}

.edu-blog-widget {
    padding: 30px 40px;
}

.blog-meta li i,
.blog-meta li img,
.edu-blog-widget.widget-categories .category-list li a:hover {
    color: #ff610f;
}

.edu-pagination li a:before {
    background: #ff610f;
}

.edu-blog-widget.widget-categories .category-list li a {
    font-family: "agrandirregular";
}

.edu-blog-widget.widget-categories .category-list li {
    margin: 8px 0;
}


/*------  END NEWS ------ */


/*------  NEWS DETAIL ------ */

.blog-meta li {
    font-family: "GT Pressura Mono Regular Regular";
}

.blog-details-content .entry-content .category {
    font-family: "GT Pressura Mono Regular Regular";
    display: flex;
    max-width: 650px;
    width: 100%;
    justify-content: space-between;
    list-style: none;
    padding: 0;
}

blockquote:after {
    font-size: 50px;
    color: #05bfe0;
    position: absolute;
    top: 40px;
    left: 25px;
}

.blog-details-content {
    border-bottom: none;
    padding-bottom: 0;
}

.edu-blog-sidebar {
    padding: 15px 0;
}


/*------  END NEWS DETAIL ------ */


/* EVENT */

.edu-event-list.event-list-2 {
    margin-bottom: 30px;
}

.edu-event-list.event-list-2 .content .event-meta li i,
.edu-event-list.event-list-2 .content .event-location i {
    color: #ff610f;
}

input[type="checkbox"]:checked~label::before,
input[type="radio"]:checked~label::before {
    background-color: #ff610f;
    border-color: #ff610f;
}

.event .btn-third.btn-large.btn.disabled {
    background-color: #4f17a8;
    opacity: 1;
    color: #fff;
    font-size: 16px;
}

.course-details-content .nav-tabs .nav-item .nav-link.active,
.course-details-content .nav-tabs .nav-item .nav-link:hover {
    color: #ff610f;
    text-decoration: none;
}

.course-details-content .nav-tabs {
    border-bottom: none;
}

.course-details-content .nav-tabs .nav-item .nav-link::after {
    background: #ff610f;
}

.course-details-content .nav-tabs .nav-item .nav-link {
    font-family: "GT Pressura Mono Regular Regular";
    font-weight: 400;
    color: #212121;
    font-size: 18px;
    padding: 10px 0 5px 0;
    text-transform: uppercase;
}

.course-details-content .nav-tabs .nav-item {
    margin: 0 25px;
}

.events .event-user .btn-third {
    background-color: #4f17a8;
    opacity: 1;
    color: #fff;
    font-size: 16px;
}

.filter-events {
    margin-bottom: 40px;
}

.events .edu-sorting-area {
    margin: 0;
}

.edu-sorting-area .sorting-right .edu-sorting .edu-select {
    border: 2px solid #4f17a8;
    border-radius: 5px;
    color: #212121;
    background-color: #fff;
    padding: 15px;
    min-width: 250px;
    text-align: center;
    font-family: "agrandirregular";
    font-size: 18px;
    height: 60px;
}

.edu-sorting select.form-select {
    border: 1px solid #4f17a8;
    border-radius: 5px;
    font-family: "agrandirregular";
    font-size: 18px;
    padding: 0 15px;
    min-width: 250px;
}

.form-select:focus {
    border-color: none;
    -webkit-box-shadow: 0;
    box-shadow: none;
}

.custom-select select {
    display: none;
    /*hide original SELECT element:*/
}


/*style the arrow inside the select element:*/

.select-selected:after {
    position: absolute;
    content: url(../img/icons/chevron-down-solid.svg);
    top: 12px;
    right: 12px;
    width: 15px;
    height: 15px;
}


/*style the items (options), including the selected item:*/

.select-items div,
.select-selected {
    color: #4f17a8;
    padding: 8px 16px;
    cursor: pointer;
    user-select: none;
    border-bottom: 1px solid #f2eaff;
    border-radius: 5px;
}

.select-selected {
    background-color: white;
    color: #000;
    border: 1px solid #4f17a8;
    border-radius: 5px;
    font-family: "agrandirregular";
    font-size: 18px;
    min-width: 250px;
}


/*style items (options):*/

.select-items {
    position: absolute;
    background-color: #fff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    border: 1px solid #f2eaff;
}


/*hide the items when the select box is closed:*/

.select-hide {
    display: none;
}

.select-items div:hover,
.same-as-selected {
    background-color: #4f17a8;
    color: #fff;
}


/* EVENT CARTE */

.events-carte .breadcrumb {
    font-family: "GT Pressura Mono Regular Regular";
    text-transform: uppercase;
    font-size: 18px;
}

.events-carte .breadcrumb-item.active {
    color: #0080a8;
}

.events-carte ol li a:hover {
    color: #0080a8;
}


/* END EVENT CART */


/* EVENT CALENDAR */

.calendar {
    margin-top: 50px;
}

.calendar .fc-toolbar-chunk>div {
    display: flex;
    justify-content: space-between;
    width: 100%;
    min-width: 500px;
}

.calendar table.fc-col-header,
.calendar .fc .fc-scrollgrid table {
    margin-bottom: 0;
}

.calendar .fc .fc-col-header-cell-cushion,
.calendar .fc .fc-daygrid-day-number {
    color: #ababab;
    font-weight: 400;
}

.calendar .fc-theme-standard .fc-scrollgrid {
    border-radius: 8px;
}

.calendar .fc .fc-toolbar-title {
    color: #575757;
    font-weight: 400;
}

.calendar .fc .fc-button .fc-icon {
    color: #575757;
}

.calendar .fc .fc-button-primary {
    background: none;
    border: 0;
}

.calendar .fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
    min-height: 12rem;
}

.fc .fc-daygrid-day.fc-day-today {
    background-color: rgba(255, 97, 15, 0.3);
}

.calendar .fc-day-today .fc-daygrid-day-number {
    color: #ff610f;
}

.calendar .fc-theme-standard th {
    border-radius: 8px 8px 0 0;
}

.calendar .fc-theme-standard td {
    border-radius: 0 0 8px 8px;
}

.events-calendar .sorting-right {
    display: none;
}


/* END EVENT CALENDAR */


/* END EVENT */


/* DETAIL EVENT */

.detail-event .edu-breadcrumb-area {
    background-color: transparent;
    padding: 0;
}

.detail-event .title-event {
    width: 75%;
    font-size: 40px;
    text-align: center;
    color: #000;
    margin: auto;
}

.course-meta .region {
    color: #ff610f;
    text-transform: uppercase;
    font-family: "GT Pressura Mono Regular Regular";
    margin-bottom: 0;
    margin-left: 5px;
}

.breadcrumb-style-4 .course-meta .date-event,
.edu-breadcrumb-area .course-meta .date-event i {
    background-color: #0080a8;
    font-family: "GT Pressura Mono Regular Regular";
    color: #fff;
    padding: 5px 10px;
    border-radius: 10px;
}

.breadcrumb-style-4 .course-meta .lieu-event {
    font-family: "GT Pressura Mono Regular Regular";
    text-transform: uppercase;
    color: #212121;
}

.edu-breadcrumb-area .course-meta .lieu-event i {
    color: #212121;
}


/* .event-details .details-content ul {
    list-style-type: none;
} */

.edu-team-grid .content .detail {
    font-family: "GT Pressura Mono Regular Regular";
    line-height: 1;
}

.edu-team-grid .thumbnail {
    margin-bottom: 0;
}

.edu-team-grid .content .title {
    margin-top: 10px;
}

.edu-team-grid .thumbnail a:after {
    background-color: rgba(255, 97, 15, 0.5);
}

.event-details .details-content .event-meta li i {
    padding-right: 10px;
    font-size: 20px;
    color: #212121;
}

.btn-inscription-event a.edu-btn {
    background-color: #05bfe0;
    text-transform: uppercase;
    font-family: "GT Pressura Mono Regular Regular";
    width: 100%;
}

.btn-inscription-event a.edu-btn:hover {
    color: #05bfe0;
}

.btn-inscription-event a.edu-btn:after,
.btn-inscription-event a.edu-btn:after {
    background: #fff;
    border: 1px solid #05bfe0;
}

.edu-course-widget .info-right {
    color: #05bfe0 !important;
    font-size: 16px;
}

.edu-course-widget.widget-course-summery .content .course-item li .label {
    font-family: "GT Pressura Mono Regular Regular";
    font-size: 14px;
    line-height: 1;
    padding-right: 8px;
}

.edu-course-widget .map a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #0080a8;
    color: #fff;
    text-transform: uppercase;
    border-radius: 20px;
    padding: 5px 18px;
}

.edu-course-widget .map a span {
    font-family: "GT Pressura Mono Regular Regular";
}

.edu-course-widget.widget-course-summery .content .course-item li i {
    padding-right: 0;
}

.edu-course-widget.widget-course-summery .widget-title {
    font-weight: 400;
}

.edu-course-widget.widget-course-summery .content .course-item li .label a {
    color: #212121;
}

.event-details-area .details-content a {
    color: #000;
}

.edu-course-widget .btn-third.btn-large.btn.deja-inscrit {
    background-color: #4f17a8;
    opacity: 1;
    color: #fff;
    font-size: 16px;
    width: 100%;
}

.event-details-area .event-details .main-thumbnail {
    position: relative;
}

.course-sidebar-3 {
    position: relative;
}

.event-details-area .label-alerte {
    position: absolute;
    bottom: -20px;
    right: 0;
    background-color: #ff610f;
    padding: 10px 20px;
    border-radius: 5px;
}

.label-alert-time {
    position: absolute;
    right: 10px;
}

.loader {
    width: 100px;
    height: 100px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.message-alerte {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-top: 18px;
}

.message-alerte p {
    color: #fff;
    font-family: "GT Pressura Mono Regular Regular";
    text-align: center;
    font-size: 18px;
    line-height: 1;
}

.message-alerte p span {
    font-size: 23px;
    line-height: 2.3;
}

.loader_cube {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 15px;
}

.loader_cube--glowing {
    z-index: 2;
    background-color: rgba(255, 97, 15, 0.2);
    border: 2px solid rgba(255, 97, 15, 0.3);
}

.loader_cube--color {
    z-index: 1;
    background: -webkit-linear-gradient( 133deg, #b64000 0%, #ff610f 50%, #fea372 100%);
    background: linear-gradient(133deg, #b64000 0%, #ff610f 50%, #fea372 100%);
    animation: loadtwo 2.5s ease-in-out infinite;
}

@keyframes loadtwo {
    50% {
        transform: rotate(-30deg);
    }
}

.event-details-area .label-alerte p {
    margin: 0;
    color: #fff;
    font-size: 18px;
    font-family: "GT Pressura Mono Regular Regular";
}

.edu-course-widget.widget-course-summery .content .course-item li {
    position: relative;
}

.course-item .alerte_places {
    position: absolute;
    bottom: 0;
    font-size: 12px;
    color: #ff610f;
    font-family: "GT Pressura Mono Regular Regular";
}

.contact-support {
    text-align: right;
}

.event-details-area .details-content .contact-support a {
    background-color: #ff610f;
    border: 1px solid #ff610f;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    line-height: 1;
    font-size: 16px;
}

.event-details-area .details-content .contact-support a:hover {
    background-color: #fff;
    border: 1px solid #ff610f;
    color: #ff610f;
}


/* END DETAIL EVENT */


/* CONTACT */

input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="tel"],
textarea,
select,
label {
    color: var(--color-heading);
    font-weight: 100 !important;
    font-family: "GT Pressura Mono Regular Regular" !important;
}

.contact .btn-submit {
    background-color: #4f17a8;
    color: #fff;
    font-family: "GT Pressura Mono Regular Regular";
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px 10px;
    margin-top: 30px;
    border-radius: 5px;
}

.contact-us-info .address-list li p {
    margin: 0;
}

.follow-rs {
    margin: 0;
    color: #05bfe0;
    margin-top: 30px;
}

.contact-form.form-style-2 {
    margin-bottom: 0;
}

.contact .social-share li a:hover {
    background-color: #ff610f;
    border-color: #ff610f;
}

.contact .social-share li a {
    border: none;
}

.subtitle-title {
    font-family: "GT Pressura Mono Regular Regular";
}


/* END CONTACT */


/* FAQ */

.faq-accordion .accordion-item .accordion-button {
    background-color: #4f17a8;
    font-family: "GT Pressura Mono Regular Regular";
}

.faq-accordion .accordion-item .accordion-button.collapsed {
    font-weight: 100;
}

.faq-page-nav .nav-tabs .nav-link.active {
    padding-left: 30px;
    color: #ff610f;
}

.faq-page-nav .nav-tabs .nav-link:after {
    color: #ff610f;
}


/* END FAQ */


/* POLITIQUE DE CONFIDENTIALITE */

.privacy-policy ul li:after {
    display: none;
}


/* END POLITIQUE DE CONFIDENTIALITE */


/* DETAIL BRANCHE */

.conferences .edu-event .event-time span {
    background-color: #d9d9d9;
    font-weight: 400;
    font-size: 16px;
    color: #000;
}

.conferences .edu-event .content .event-date {
    background: #d9d9d9;
    border-radius: 0;
}

.conferences .edu-event .content .event-date span {
    color: #000;
}

.conferences .edu-event .content .event-meta li i {
    color: #808080;
}

.partenaires .brand-grid-wrap.brand-style-2 {
    grid-template-columns: fit-content(20%);
    justify-content: center;
    align-items: center;
    grid-auto-flow: column;
}

.benevoles .edu-team-grid.team-style-3 .content .designation {
    font-size: 16px;
    font-family: "GT Pressura Mono Regular Regular";
    color: #ababab;
    font-weight: 400;
}

.benevoles .edu-team-grid.team-style-3 .content .title {
    width: fit-content;
}

.benevoles .edu-team-grid.team-style-3 .content {
    width: 100%;
    max-width: 310px;
}

.poles .why-choose-box-3.features-box .content,
.ressources .why-choose-box-3.features-box .content {
    padding: 40px 40px 45px;
}

.poles .why-choose-box-3.features-box {
    background-color: #ffe7db;
}


/* END DETAIL BRANCHE */


/* MON COMPTE */

.mon-compte .btn-third.btn-large {
    background-color: #4f17a8;
    color: #fff;
    font-size: 16px;
    min-width: 145px;
    text-transform: capitalize;
    font-family: "agrandirregular";
}

.mon-compte .old-event .btn-third.btn-large {
    background-color: #ff610f;
    border-color: #ff610f;
}

.mon-compte .design-table tbody td {
    /* min-width: 200px; */
    padding: 25px 25px 25px 0;
}

.mon-compte .design-table tbody td p {
    margin-bottom: 0;
}

.mon-compte .design-table tbody .event-date p {
    font-family: "GT Pressura Mono Regular Regular";
}

.design-table th,
.design-table td {
    border: none;
    border-bottom: 1px solid #e6e6e6 !important;
}

.mon-compte .design-table tbody tr {
    vertical-align: middle;
}

.mon-compte .table-responsive h3 {
    font-weight: 400;
}

.mon-compte .btn-third.btn-large.disabled {
    opacity: 1;
    background-color: #ababab;
    border-color: #ababab;
    cursor: not-allowed;
}

.desinscription-btn.disabled,
.desinscription-btn.disabled i {
    opacity: 1;
    color: #ababab !important;
    cursor: not-allowed;
}

.mon-compte .table-responsive.old-event h3 {
    color: #ff610f;
}

.old-event .design-table th,
.old-event .design-table td {
    border-bottom: 1px solid #ff610f !important;
}


/* END MON COMPTE */


/* DEVENIR MEMBRE */

.devenir-membre .btn-third {
    background-color: #4f17a8;
    opacity: 1;
    color: #fff;
    font-size: 16px;
}

.devenir-membre .card {
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0px 10px 50px 0px rgba(26, 46, 85, 0.07);
    border: none;
}

.devenir-membre h3,
.devenir-membre p {
    font-size: 14px;
}

.devenir-membre .titre-membre {
    font-size: 28px;
    color: #000;
}

.devenir-membre .faq-accordion .accordion-item .accordion-body p {
    margin-bottom: 20px;
    color: #000;
}

.devenir-membre .faq-accordion .accordion-item .accordion-button {
    font-weight: 400;
}

.devenir-membre .faq-accordion .accordion-item .accordion-button.collapsed {
    color: #4f17a8;
}


/* END DEVENIR MEMBRE */


/* PARTENAIRES LOCAUX */

.partenaire-locaux-liste {
    display: flex;
    flex-direction: column;
}

.partenaire-locaux-liste a {
    padding: 15px 10px;
    height: 100%;
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.partenaire-locaux-liste a {
    height: 100%;
    margin-top: 15px;
    border-radius: 10px;
}

.partenaire-locaux .bloc-partenaires {
    display: flex;
    align-items: center;
    padding: 15px 10px;
    height: 70px;
    border-radius: 15px;
}

.partenaire-locaux .bloc-partenaires img {
    margin-right: 15px;
}

.partenaire-locaux .bloc-partenaires p {
    color: #fff;
    margin: 0;
    font-size: 22px;
    line-height: 1.3;
    position: relative;
}

.partenaire-locaux .bloc-partenaires p:after {
    content: "";
    border-bottom: 1px solid #fff;
    width: 70px;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.partenaire-locaux a.aquitaine {
    background-color: #0080a8;
    border-color: 1px solid #0080a8;
}

.partenaire-locaux a.azur {
    background-color: #ff610f;
    border-color: 1px solid #ff610f;
}

.partenaire-locaux a.nord {
    background-color: #2b008c;
    border-color: 1px solid #2b008c;
}

.partenaire-locaux a.atlantique {
    background-color: #dd310b;
    border-color: 1px solid #dd310b;
}

.partenaire-locaux a.grand-est {
    background-color: #ff9461;
    border-color: 1px solid #ff9461;
}

.partenaire-locaux a.ile-france {
    background-color: #ffc9b0;
    border-color: 1px solid #ffc9b0;
}

.partenaire-locaux a.ile-france p {
    color: #000;
}

.partenaire-locaux .ile-france .bloc-partenaires p:after {
    border-color: #000;
}

.partenaire-locaux a.auvergne {
    background-color: #8a66c4;
    border-color: 1px solid #8a66c4;
}

.partenaire-locaux a.languedoc {
    background-color: #4f17a8;
    border-color: 1px solid #4f17a8;
}

.partenaire-locaux a.provence {
    background-color: #dd310b;
    border-color: 1px solid #dd310b;
}

.partenaire-locaux a.horizons {
    background-color: #daf5fa;
    border-color: 1px solid #daf5fa;
}

.partenaire-locaux a.horizons p {
    color: #4f17a8;
}

.partenaire-locaux .horizons .bloc-partenaires p:after {
    border-color: #05bfe0;
}

.partenaire-locaux a.pyrenees {
    background-color: #abe8f5;
    border-color: 1px solid #abe8f5;
}

.partenaire-locaux a.pyrenees p {
    color: #000;
}

.partenaire-locaux .pyrenees .bloc-partenaires p:after {
    border-color: #000;
}

.partenaire-locaux a.alpes {
    background-color: #05bfe0;
    border-color: 1px solid #05bfe0;
}


/* END PARTENAIRES LOCAUX */


/* 404 */

.btn-check:active+.btn-primary:focus,
.btn-check:checked+.btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}


/* END 404 */


/*------  MEDIA QUERIES ------ */

@media only screen and (max-width: 767px) {
    .edu-team-grid.team-style-1:hover .info-membre img {
        max-width: 50%;
    }
    .logo-partenaires .cadre {
        width: 100px;
        height: 100px;
    }
    .edu-blog.blog-style-list .inner {
        flex-direction: column;
    }
    .edu-blog .thumbnail a img {
        margin-bottom: 15px;
    }
    .edu-pagination li a {
        width: 35px;
        height: 35px;
        line-height: 37px;
        font-size: 12px;
    }
    .edu-pagination li.more-next a:after {
        font-size: 12px;
    }
    .edu-pagination.top-space-30 {
        justify-content: center !important;
    }
    .blog-details-content .entry-content .category {
        flex-direction: column;
        justify-content: flex-start;
    }
    .blog-details-content .entry-content .category li {
        margin: 2px 0;
        font-size: 12px;
    }
    .edu-team-grid .content .designation {
        font-size: 16px;
    }
    .event-user {
        margin: 5px;
    }
    .event-details-area .label-alerte p {
        font-size: 12px;
    }
    .event-details-area .label-alerte {
        bottom: inherit;
        right: 0;
        left: 0;
        top: -40px;
    }
}

@media only screen and (max-width: 991px) {
    .space-header {
        padding-top: 150px;
    }
    .about .course-sidebar-3 {
        margin-top: 0;
        margin-bottom: 30px;
    }
    .edu-blog-widget.widget-latest-post .latest-post .thumbnail a img {
        max-height: 45px;
    }
    .edu-sorting-area .sorting-right .edu-sorting {
        margin-top: 0;
    }
    .detail-event .title-event {
        width: 100%;
        font-size: 24px;
    }
    h3 {
        font-size: 24px;
    }
    .benevoles .edu-team-grid.team-style-3 .content {
        width: 100%;
        max-width: 240px;
    }
    .mon-compte .design-table tbody td {
        display: table-cell;
    }
    .design-table thead th {
        padding: 20px 10px;
    }
}

@media only screen and (max-width: 992px) {
    .intitiative-desktop {
        display: none;
    }
}

@media only screen and (min-width: 992px) {
    .mobile-initiatives {
        display: none;
    }
}

@media only screen and (max-width: 1279px) {
    .header-action .header-btn {
        display: none;
    }
}

@media only screen and (max-width: 1280px) {
    .bloc-chiffres:before {
        left: -10px;
        top: -15px;
        width: 90px;
        height: 90px;
    }
    .bloc-chiffres:after {
        right: -10px;
        bottom: -15px;
        width: 90px;
        height: 90px;
    }
    .cadre {
        width: 100%;
    }
    .course-details-content .nav-tabs .nav-item .nav-link {
        padding: 10px 8px 5px 8px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .benevoles .edu-team-grid.team-style-3 .content {
        max-width: 240px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .mainmenu-nav .mainmenu li ul.mega-menu {
        left: -430px;
    }
}

@media only screen and (max-width: 1750px) {
    .header-action {
        flex-direction: column;
    }
    .mainmenu-nav .mainmenu>li>a {
        font-size: 14px;
    }
    .header-action .header-btn a.btn-entreprise,
    .header-action .header-btn a.btn-ecole {
        color: #fff;
        width: 230px;
        border-radius: 50px;
        font-size: 12px;
        padding: 8px 0;
        margin: 2px 0;
    }
}


/*------  END MEDIA QUERIES ------ */

#layout-pdf-recu section {
    padding: 0;
    margin: 0;
}

#layout-pdf-recu #titre {
    display: none;
}

#layout-pdf-recu h4 {
    font-size: 30px;
}

#layout-pdf-recu h6 {
    font-size: 25px;
}

.submit-btn.disabled,
.checkout-btn.disabled {
    background-color: grey !important;
    cursor: not-allowed;
}

.checkout-btn.disabled:hover:after {
    display: none;
}

.switch {
    margin-right: 0.75rem;
    position: relative;
    vertical-align: middle;
    margin-bottom: 0;
    display: inline-block;
    border-radius: 30rem;
    min-height: 1.35rem;
    font-size: 0.9375rem;
    line-height: 1.4;
}

.switch .switch-label:first-child {
    padding-right: 0.5rem;
}

.switch .switch-input~.switch-label {
    padding-left: 3rem;
}

.switch .switch-toggle-slider {
    width: 2.5rem;
    height: 1.35rem;
    font-size: 0.625rem;
    line-height: 1.35rem;
    border: 1px solid transparent;
    top: 0;
}

.switch .switch-toggle-slider i {
    position: relative;
    font-size: 0.9375rem;
    top: -1.35px;
}

.switch .switch-label {
    top: 0.01875rem;
}

.switch .switch-input:checked~.switch-toggle-slider::after {
    left: 1.15rem;
}

.switch .switch-toggle-slider::after {
    top: -1px;
    margin: 0.25rem 0 0 0.25rem;
    width: 13px;
    height: 13px;
}

.switch .switch-on {
    padding-left: 0.25rem;
    padding-right: 1.1rem;
}

.switch .switch-off {
    padding-left: 1.1rem;
    padding-right: 0.25rem;
}

[dir="rtl"] .switch .switch-label {
    padding-right: 3rem;
    padding-left: 0;
}

[dir="rtl"] .switch .switch-input:checked~.switch-toggle-slider::after {
    left: auto;
    right: 1.15rem;
}

[dir="rtl"] .switch .switch-toggle-slider::after {
    margin-left: 0;
    margin-right: 0.25rem;
}

[dir="rtl"] .switch .switch-on {
    padding-left: 1.1rem;
    padding-right: 0.25rem;
}

[dir="rtl"] .switch .switch-off {
    padding-left: 0.25rem;
    padding-right: 1.1rem;
}

[dir="rtl"] .switch {
    margin-left: 0.75rem;
    margin-right: 0;
}

.switch-input {
    opacity: 0;
    position: absolute;
    padding: 0;
    margin: 0;
    z-index: -1;
}

.switch-toggle-slider {
    position: absolute;
    overflow: hidden;
    border-radius: 30rem;
    background: rgba(75, 70, 92, 0.2);
    color: rgba(75, 70, 92, 0.4);
    transition-duration: 0.2s;
    transition-property: left, right, background, box-shadow;
    cursor: pointer;
    user-select: none;
}

.switch-label {
    display: inline-block;
    font-weight: 400;
    color: #6f6b7d;
    position: relative;
    cursor: default;
}

.switch-off,
.switch-on {
    height: 100%;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    transition-duration: 0.2s;
    transition-property: left, right;
}

.switch-on {
    left: -100%;
}

[dir="rtl"] .switch-on {
    left: auto;
    right: -100%;
}

.switch-input:not(:checked)~.switch-toggle-slider .switch-on {
    color: transparent;
}

.switch-off {
    left: 0;
}

[dir="rtl"] .switch-off {
    right: 0;
    left: auto;
}

.switch-input:checked~.switch-toggle-slider .switch-on {
    left: 0;
}

[dir="rtl"] .switch-input:checked~.switch-toggle-slider .switch-on {
    right: 0;
    left: auto;
}

.switch-input:checked~.switch-toggle-slider .switch-off {
    left: 100%;
    color: transparent;
}

[dir="rtl"] .switch-input:checked~.switch-toggle-slider .switch-off {
    right: 100%;
    left: auto;
}

.switch-toggle-slider::after {
    content: "";
    position: absolute;
    left: 0;
    display: block;
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 0 0 1px rgba(75, 70, 92, 0.04), 0 1px 6px rgba(75, 70, 92, 0.09);
    transition-duration: 0.2s;
    transition-property: left, right, background;
}

[dir="rtl"] .switch-toggle-slider::after {
    right: 0;
    left: auto;
}

.switches-stacked::after {
    display: block;
    clear: both;
    content: "";
}

.switches-stacked .switch {
    display: block;
}

html:not([dir="rtl"]) .switches-stacked .switch {
    margin-right: 0;
}

[dir="rtl"] .switches-stacked .switch {
    margin-left: 0;
}

.switches-stacked .switch:not(:last-child) {
    margin-bottom: 0.75rem;
}

.switch-square,
.switch-square .switch-toggle-slider {
    border-radius: 0.375rem;
}

.switch-square .switch-toggle-slider::after {
    border-radius: calc(0.375rem - 2px);
}

.switch.switch-outline .switch-toggle-slider:after {
    background: rgba(75, 70, 92, 0.2);
}

.switch-input:disabled~.switch-toggle-slider {
    opacity: 0.5;
}

.switch-input:disabled~.switch-toggle-slider::after {
    box-shadow: none;
}

.switch-input:disabled~.switch-label {
    color: #a5a3ae;
}

.switch-sm {
    min-height: 1.125rem;
    font-size: 0.75rem;
    line-height: 1.48;
}

.switch-sm .switch-label:first-child {
    padding-right: 0.5rem;
}

.switch-sm .switch-input~.switch-label {
    padding-left: 2.5rem;
}

.switch-sm .switch-toggle-slider {
    width: 2rem;
    height: 1.125rem;
    font-size: 0.625rem;
    line-height: 1.125rem;
    border: 1px solid transparent;
    top: 0;
}

.switch-sm .switch-toggle-slider i {
    position: relative;
    font-size: 0.75rem;
    top: -2px;
}

.switch-sm .switch-label {
    top: 0.0075rem;
}

.switch-sm .switch-input:checked~.switch-toggle-slider::after {
    left: 0.875rem;
}

.switch-sm .switch-toggle-slider::after {
    top: -1px;
    margin: 0.25rem 0 0 0.25rem;
    width: 10px;
    height: 10px;
}

.switch-sm .switch-on {
    padding-left: 0.25rem;
    padding-right: 0.875rem;
}

.switch-sm .switch-off {
    padding-left: 0.875rem;
    padding-right: 0.25rem;
}

[dir="rtl"] .switch-sm .switch-label {
    padding-right: 2.5rem;
    padding-left: 0;
}

[dir="rtl"] .switch-sm .switch-input:checked~.switch-toggle-slider::after {
    left: auto;
    right: 0.875rem;
}

[dir="rtl"] .switch-sm .switch-toggle-slider::after {
    margin-left: 0;
    margin-right: 0.25rem;
}

[dir="rtl"] .switch-sm .switch-on {
    padding-left: 0.875rem;
    padding-right: 0.25rem;
}

[dir="rtl"] .switch-sm .switch-off {
    padding-left: 0.25rem;
    padding-right: 0.875rem;
}

.switch-lg {
    min-height: 1.75rem;
    font-size: 1rem;
    line-height: 1.47;
}

.switch-lg .switch-label:first-child {
    padding-right: 0.5rem;
}

.switch-lg .switch-input~.switch-label {
    padding-left: 6.5rem;
}

.switch-lg .switch-toggle-slider {
    width: 50px;
    height: 26px;
    font-size: 0.625rem;
    line-height: 1.75rem;
    border: 1px solid transparent;
    top: 0;
}

.switch-lg .switch-toggle-slider i {
    position: relative;
    font-size: 12px;
    top: 5px;
}

.switch-lg .switch-label {
    font-size: 16px;
    top: 0.14rem;
    margin-right: 15px;
}

.switch-lg .switch-input:checked~.switch-toggle-slider::after {
    left: 23px;
}

.switch-lg .switch-toggle-slider::after {
    top: -1px;
    margin: 0.25rem 0 0 0.25rem;
    width: 20px;
    height: 20px;
}

.switch-lg .switch-on {
    padding-left: 0;
    padding-right: 1.75rem;
}

.switch-lg .switch-off {
    padding-left: 1.75rem;
    padding-right: 0;
}

[dir="rtl"] .switch-lg .switch-label {
    padding-right: 3.75rem;
    padding-left: 0;
}

[dir="rtl"] .switch-lg .switch-input:checked~.switch-toggle-slider::after {
    left: auto;
    right: 1.5rem;
}

[dir="rtl"] .switch-lg .switch-toggle-slider::after {
    margin-left: 0;
    margin-right: 0.25rem;
}

[dir="rtl"] .switch-lg .switch-on {
    padding-left: 1.5rem;
    padding-right: 0.25rem;
}

[dir="rtl"] .switch-lg .switch-off {
    padding-left: 0.25rem;
    padding-right: 1.5rem;
}

.switch-secondary.switch .switch-input:checked~.switch-toggle-slider {
    background: #a8aaae;
    color: #fff;
}

.switch-secondary.switch .switch-input:active~.switch-toggle-slider {
    box-shadow: none;
}

.switch-secondary.switch .switch-input:focus~.switch-toggle-slider {
    border: 1px solid #a8aaae;
    box-shadow: 0 0 0.25rem 0.05rem rgba(115, 103, 240, 0.1);
}

.switch-outline-secondary.switch .switch-input~.switch-toggle-slider {
    border: 1px solid rgba(75, 70, 92, 0.2);
    background: transparent;
}

.switch-outline-secondary.switch .switch-input~.switch-toggle-slider:after {
    box-shadow: none;
}

.switch-outline-secondary.switch .switch-input:checked~.switch-toggle-slider {
    border: 1px solid #a8aaae;
    color: #a8aaae;
}

.switch-outline-secondary.switch .switch-input:checked~.switch-toggle-slider:after {
    background: #a8aaae;
}

.switch-outline-secondary.switch .switch-input:active~.switch-toggle-slider {
    box-shadow: none;
}

.switch-outline-secondary.switch .switch-input:focus~.switch-toggle-slider {
    border: 1px solid #a8aaae;
    box-shadow: 0 0 0.25rem 0.05rem rgba(115, 103, 240, 0.1);
}

.switch-success.switch .switch-input:checked~.switch-toggle-slider {
    background: #28c76f;
    color: #fff;
}

.switch-success.switch .switch-input:active~.switch-toggle-slider {
    box-shadow: none;
}

.switch-success.switch .switch-input:focus~.switch-toggle-slider {
    border: 1px solid #28c76f;
    box-shadow: 0 0 0.25rem 0.05rem rgba(115, 103, 240, 0.1);
}

.switch-outline-success.switch .switch-input~.switch-toggle-slider {
    border: 1px solid rgba(75, 70, 92, 0.2);
    background: transparent;
}

.switch-outline-success.switch .switch-input~.switch-toggle-slider:after {
    box-shadow: none;
}

.switch-outline-success.switch .switch-input:checked~.switch-toggle-slider {
    border: 1px solid #28c76f;
    color: #28c76f;
}

.switch-outline-success.switch .switch-input:checked~.switch-toggle-slider:after {
    background: #28c76f;
}

.switch-outline-success.switch .switch-input:active~.switch-toggle-slider {
    box-shadow: none;
}

.switch-outline-success.switch .switch-input:focus~.switch-toggle-slider {
    border: 1px solid #28c76f;
    box-shadow: 0 0 0.25rem 0.05rem rgba(115, 103, 240, 0.1);
}

.switch-info.switch .switch-input:checked~.switch-toggle-slider {
    background: #00cfe8;
    color: #fff;
}

.switch-info.switch .switch-input:active~.switch-toggle-slider {
    box-shadow: none;
}

.switch-info.switch .switch-input:focus~.switch-toggle-slider {
    border: 1px solid #00cfe8;
    box-shadow: 0 0 0.25rem 0.05rem rgba(115, 103, 240, 0.1);
}

.switch-outline-info.switch .switch-input~.switch-toggle-slider {
    border: 1px solid rgba(75, 70, 92, 0.2);
    background: transparent;
}

.switch-outline-info.switch .switch-input~.switch-toggle-slider:after {
    box-shadow: none;
}

.switch-outline-info.switch .switch-input:checked~.switch-toggle-slider {
    border: 1px solid #00cfe8;
    color: #00cfe8;
}

.switch-outline-info.switch .switch-input:checked~.switch-toggle-slider:after {
    background: #00cfe8;
}

.switch-outline-info.switch .switch-input:active~.switch-toggle-slider {
    box-shadow: none;
}

.switch-outline-info.switch .switch-input:focus~.switch-toggle-slider {
    border: 1px solid #00cfe8;
    box-shadow: 0 0 0.25rem 0.05rem rgba(115, 103, 240, 0.1);
}

.switch-warning.switch .switch-input:checked~.switch-toggle-slider {
    background: #ff9f43;
    color: #fff;
}

.switch-warning.switch .switch-input:active~.switch-toggle-slider {
    box-shadow: none;
}

.switch-warning.switch .switch-input:focus~.switch-toggle-slider {
    border: 1px solid #ff9f43;
    box-shadow: 0 0 0.25rem 0.05rem rgba(115, 103, 240, 0.1);
}

.switch-outline-warning.switch .switch-input~.switch-toggle-slider {
    border: 1px solid rgba(75, 70, 92, 0.2);
    background: transparent;
}

.switch-outline-warning.switch .switch-input~.switch-toggle-slider:after {
    box-shadow: none;
}

.switch-outline-warning.switch .switch-input:checked~.switch-toggle-slider {
    border: 1px solid #ff9f43;
    color: #ff9f43;
}

.switch-outline-warning.switch .switch-input:checked~.switch-toggle-slider:after {
    background: #ff9f43;
}

.switch-outline-warning.switch .switch-input:active~.switch-toggle-slider {
    box-shadow: none;
}

.switch-outline-warning.switch .switch-input:focus~.switch-toggle-slider {
    border: 1px solid #ff9f43;
    box-shadow: 0 0 0.25rem 0.05rem rgba(115, 103, 240, 0.1);
}

.switch-danger.switch .switch-input:checked~.switch-toggle-slider {
    background: #ea5455;
    color: #fff;
}

.switch-danger.switch .switch-input:active~.switch-toggle-slider {
    box-shadow: none;
}

.switch-danger.switch .switch-input:focus~.switch-toggle-slider {
    border: 1px solid #ea5455;
    box-shadow: 0 0 0.25rem 0.05rem rgba(115, 103, 240, 0.1);
}

.switch-outline-danger.switch .switch-input~.switch-toggle-slider {
    border: 1px solid rgba(75, 70, 92, 0.2);
    background: transparent;
}

.switch-outline-danger.switch .switch-input~.switch-toggle-slider:after {
    box-shadow: none;
}

.switch-outline-danger.switch .switch-input:checked~.switch-toggle-slider {
    border: 1px solid #ea5455;
    color: #ea5455;
}

.switch-outline-danger.switch .switch-input:checked~.switch-toggle-slider:after {
    background: #ea5455;
}

.switch-outline-danger.switch .switch-input:active~.switch-toggle-slider {
    box-shadow: none;
}

.switch-outline-danger.switch .switch-input:focus~.switch-toggle-slider {
    border: 1px solid #ea5455;
    box-shadow: 0 0 0.25rem 0.05rem rgba(115, 103, 240, 0.1);
}

.switch-dark.switch .switch-input:checked~.switch-toggle-slider {
    background: #4b4b4b;
    color: #fff;
}

.switch-dark.switch .switch-input:active~.switch-toggle-slider {
    box-shadow: none;
}

.switch-dark.switch .switch-input:focus~.switch-toggle-slider {
    border: 1px solid #4b4b4b;
    box-shadow: 0 0 0.25rem 0.05rem rgba(115, 103, 240, 0.1);
}

.switch-outline-dark.switch .switch-input~.switch-toggle-slider {
    border: 1px solid rgba(75, 70, 92, 0.2);
    background: transparent;
}

.switch-outline-dark.switch .switch-input~.switch-toggle-slider:after {
    box-shadow: none;
}

.switch-outline-dark.switch .switch-input:checked~.switch-toggle-slider {
    border: 1px solid #4b4b4b;
    color: #4b4b4b;
}

.switch-outline-dark.switch .switch-input:checked~.switch-toggle-slider:after {
    background: #4b4b4b;
}

.switch-outline-dark.switch .switch-input:active~.switch-toggle-slider {
    box-shadow: none;
}

.switch-outline-dark.switch .switch-input:focus~.switch-toggle-slider {
    border: 1px solid #4b4b4b;
    box-shadow: 0 0 0.25rem 0.05rem rgba(115, 103, 240, 0.1);
}

.switch-gray.switch .switch-input:checked~.switch-toggle-slider {
    background: rgba(75, 70, 92, 0.05);
    color: #fff;
}

.switch-gray.switch .switch-input:active~.switch-toggle-slider {
    box-shadow: none;
}

.switch-gray.switch .switch-input:focus~.switch-toggle-slider {
    border: 1px solid rgba(75, 70, 92, 0.05);
    box-shadow: 0 0 0.25rem 0.05rem rgba(115, 103, 240, 0.1);
}

.switch-outline-gray.switch .switch-input~.switch-toggle-slider {
    border: 1px solid rgba(75, 70, 92, 0.2);
    background: transparent;
}

.switch-outline-gray.switch .switch-input~.switch-toggle-slider:after {
    box-shadow: none;
}

.switch-outline-gray.switch .switch-input:checked~.switch-toggle-slider {
    border: 1px solid rgba(75, 70, 92, 0.05);
    color: rgba(75, 70, 92, 0.05);
}

.switch-outline-gray.switch .switch-input:checked~.switch-toggle-slider:after {
    background: rgba(75, 70, 92, 0.05);
}

.switch-outline-gray.switch .switch-input:active~.switch-toggle-slider {
    box-shadow: none;
}

.switch-outline-gray.switch .switch-input:focus~.switch-toggle-slider {
    border: 1px solid rgba(75, 70, 92, 0.05);
    box-shadow: 0 0 0.25rem 0.05rem rgba(115, 103, 240, 0.1);
}

.switch .valid-feedback,
.switch .invalid-feedback {
    padding-left: 0.5rem;
}

.was-validated .switch-input:valid~.switch-label,
.switch-input.invalid~.switch-label,
.switch-input.is-valid~.switch-label {
    color: #28c76f;
}

.was-validated .switch-input:valid~.valid-feedback,
.was-validated .switch-input:valid~.valid-tooltip,
.switch-input.invalid~.valid-feedback,
.switch-input.invalid~.valid-tooltip,
.switch-input.is-valid~.valid-feedback,
.switch-input.is-valid~.valid-tooltip {
    display: block;
}

.was-validated .switch-input:valid~.switch-toggle-slider,
.switch-input.invalid~.switch-toggle-slider,
.switch-input.is-valid~.switch-toggle-slider {
    border: 1px solid #28c76f !important;
}

.was-validated .switch-input:valid:checked~.switch-toggle-slider,
.switch-input.invalid:checked~.switch-toggle-slider,
.switch-input.is-valid:checked~.switch-toggle-slider {
    background: #28c76f;
    color: #fff;
}

.was-validated .switch-input:valid:focus~.switch-toggle-slider,
.switch-input.invalid:focus~.switch-toggle-slider,
.switch-input.is-valid:focus~.switch-toggle-slider {
    box-shadow: 0 0 0.25rem 0.05rem rgba(40, 199, 111, 0.4);
}

.was-validated .switch-input:valid:active~.switch-toggle-slider,
.switch-input.invalid:active~.switch-toggle-slider,
.switch-input.is-valid:active~.switch-toggle-slider {
    box-shadow: none;
}

.was-validated .switch-input:invalid~.switch-label,
.switch-input.invalid~.switch-label,
.switch-input.is-invalid~.switch-label {
    color: #ea5455;
}

.was-validated .switch-input:invalid~.invalid-feedback,
.was-validated .switch-input:invalid~.invalid-tooltip,
.switch-input.invalid~.invalid-feedback,
.switch-input.invalid~.invalid-tooltip,
.switch-input.is-invalid~.invalid-feedback,
.switch-input.is-invalid~.invalid-tooltip {
    display: block;
}

.was-validated .switch-input:invalid~.switch-toggle-slider,
.switch-input.invalid~.switch-toggle-slider,
.switch-input.is-invalid~.switch-toggle-slider {
    border: 1px solid #ea5455 !important;
}

.was-validated .switch-input:invalid:checked~.switch-toggle-slider,
.switch-input.invalid:checked~.switch-toggle-slider,
.switch-input.is-invalid:checked~.switch-toggle-slider {
    background: #ea5455;
    color: #fff;
}

.was-validated .switch-input:invalid:focus~.switch-toggle-slider,
.switch-input.invalid:focus~.switch-toggle-slider,
.switch-input.is-invalid:focus~.switch-toggle-slider {
    box-shadow: 0 0 0.25rem 0.05rem rgba(234, 84, 85, 0.4);
}

.was-validated .switch-input:invalid:active~.switch-toggle-slider,
.switch-input.invalid:active~.switch-toggle-slider,
.switch-input.is-invalid:active~.switch-toggle-slider {
    box-shadow: none;
}

.switch-input:checked~.switch-toggle-slider {
    background: #7367f0;
    color: #fff;
}

.switch-input:active~.switch-toggle-slider {
    box-shadow: none;
}

.switch-input:focus~.switch-toggle-slider {
    border: 1px solid #7367f0;
    box-shadow: 0 0 0.25rem 0.05rem rgba(115, 103, 240, 0.1);
}

.switch-primary.switch .switch-input:checked~.switch-toggle-slider {
    background: #7367f0;
    color: #fff;
}

.switch-primary.switch .switch-input:active~.switch-toggle-slider {
    box-shadow: none;
}

.switch-primary.switch .switch-input:focus~.switch-toggle-slider {
    border: 1px solid #7367f0;
    box-shadow: 0 0 0.25rem 0.05rem rgba(115, 103, 240, 0.1);
}

.switch-outline.switch .switch-input~.switch-toggle-slider {
    border: 1px solid rgba(75, 70, 92, 0.2);
    background: transparent;
}

.switch-outline.switch .switch-input~.switch-toggle-slider:after {
    box-shadow: none;
}

.switch-outline.switch .switch-input:checked~.switch-toggle-slider {
    border: 1px solid #7367f0;
    color: #7367f0;
}

.switch-outline.switch .switch-input:checked~.switch-toggle-slider:after {
    background: #7367f0;
}

.switch-outline.switch .switch-input:active~.switch-toggle-slider {
    box-shadow: none;
}

.switch-outline.switch .switch-input:focus~.switch-toggle-slider {
    border: 1px solid #7367f0;
    box-shadow: 0 0 0.25rem 0.05rem rgba(115, 103, 240, 0.1);
}

.switch-outline-primary.switch .switch-input~.switch-toggle-slider {
    border: 1px solid rgba(75, 70, 92, 0.2);
    background: transparent;
}

.switch-outline-primary.switch .switch-input~.switch-toggle-slider:after {
    box-shadow: none;
}

.switch-outline-primary.switch .switch-input:checked~.switch-toggle-slider {
    border: 1px solid #7367f0;
    color: #7367f0;
}

.switch-outline-primary.switch .switch-input:checked~.switch-toggle-slider:after {
    background: #7367f0;
}

.switch-outline-primary.switch .switch-input:active~.switch-toggle-slider {
    box-shadow: none;
}

.switch-outline-primary.switch .switch-input:focus~.switch-toggle-slider {
    border: 1px solid #7367f0;
    box-shadow: 0 0 0.25rem 0.05rem rgba(115, 103, 240, 0.1);
}

.fc-day-past {
    opacity: 0.4;
}

table.ck-table-resized a {
    color: #ff610f !important;
}

table.ck-table-resized a:hover {
    text-decoration: underline;
}

table.ck-table-resized thead th {
    background-color: #d5d5d5;
    padding: 4px 9px;
    border: 1px solid #9f9f9f;
}