/********** Template CSS **********/

/* Fonts */

:root {
    --font-default: "Open Sans", "Raleway", system-ui, "apple-system", "Segoe UI", "Roboto", "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-primary: "Raleway", sans-serif;
    --font-secondary: "roboto", sans-serif;
}

:root {
    --primary: hwb(175 2% 57%);
    --secondary: #2a15ebf3;
    --light: hsl(0, 0%, 100%);
    --dark: #eb24f1;
}

/* Smooth scroll behavior */

:root {
    scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
    font-family: var(--font-secondary);
    color: var(--color-default);
    overflow-x: hidden;
}

a {
    color: var(--color-primary);
    text-decoration: none;
}

a:hover {
    color: #ffc732;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-primary);
}

.fw-medium {
    font-weight: 600 !important;
}

.fw-semi-bold {
    font-weight: 700 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

html {
    font-size: 95%;
}

/* NAVBAR */

/*** Navbar ***/

.navbar {
    background-color: var(--primary);
}

.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-brand,
.navbar a.btn {
    height: 80px;
}

.navbar-brand-title {
    margin: auto;
    color: var(--light);
    padding-left: 1rem;
    font-size: 1rem;
    font-weight: bold;
}

.navbar .navbar-nav .nav-link {
    margin-right: 35px;
    font-size: .7rem;
    padding: 25px 0;
    color: var(--light);
    opacity: .9;
    font-weight: 700;
    outline: none;
    text-transform: uppercase;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--secondary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
}

/* Dropdown Menu */

.navbar .dropdown .dropdown-menu {
    animation: fadeDropdown 0.2s;
    /* required for the fade animation */
}

@-webkit-keyframes fadeDropdown {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeDropdown {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.topbar {
    background-color: var(--light);
    color: var(--dark);
}

.topbar span {
    color: var(--dark);
    font-weight: 500;
}

.topbar a .fab {
    font-size: 1.2rem;
    color: var(--dark);
    transition: all 800ms ease-in-out;
}

.topbar a .fab:hover {
    color: var(--primary);
    font-size: 1.8rem;
}

.topbar .btn {
    border-radius: 6rem;
    padding: .5rem 4rem;
    transition: all 800ms ease-in-out;
}

.topbar .btn:hover {
    background-color: var(--secondary);
    color: var(--dark);
    border: none;
}

/*** Button ***/

.btn {
    font-family: 'roboto', sans-serif;
    font-weight: 800;
    transition: .5s ease-in-out;
    border-radius: 6rem;
    padding: 1rem 4rem;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 0px;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.header {
    z-index: 997;
    position: absolute;
    padding: 30px 0;
    top: 0;
    left: 0;
    right: 0;
}

.header .logo img {
    max-height: 72px;
    margin-right: 6px;
}

.header .logo h1 {
    font-size: 24px;
    font-weight: 700;
    color: var(--secondary);
    text-decoration: none;
    text-transform: uppercase;
    margin-bottom: 0;
    font-family: var(--font-primary);
}

.header .logo a h1 {
    text-decoration: none;
}

/* CAROUSEL START */

/*** Header ***/

.carousel-item {
    position: relative;
}

.carousel-item .president-img {
    position: absolute;
    right: 0;
    top: 0;
    margin-right: 0;
}

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: start;
    z-index: 1;
}

.carousel-caption .carousel-title {
    color: var(--dark);
    opacity: .8;
    font-size: 92.5%;
    font-weight: 700;
}

.carousel-caption h3 {
    font-size: 92.5%;
    font-weight: 700;
}

.carousel-caption .carousel-title-ministre {
    color: var(--dark);
    opacity: .8;
    font-size: 1.6rem;
    font-weight: 500;
    margin-bottom: 2rem;
}

.carousel-caption .carousel-title-ministre span {
    color: var(--secondary);
    font-size: 1.6rem;
    font-weight: 800;
}

.carousel-caption .carousel-title-president {
    color: var(--dark);
    opacity: .8;
    font-size: 82.5%;
    font-weight: 500;
    font-style: italic;
    opacity: 0.8;
    margin-bottom: 1rem;
}

.carousel-caption .carousel-title-president-nom {
    color: var(--dark);
    opacity: .8;
    font-size: 1.6rem;
    font-weight: 800;
}

.carousel-caption .carousel-title-president span {
    color: var(--secondary);
    font-weight: 800;
}

.carousel-caption .carousel-title span {
    color: var(--secondary);
    font-size: 2rem;
    font-weight: 800;
}

.carousel-caption .btn-primary {
    background-color: var(--primary);
    font-weight: 700;
    color: var(--light);
    border-radius: 6rem;
    padding: .4rem 3rem;
    transform: all 900ms ease-in-out;
    border: none;
    font-size: 95%;
    border: 1px solid var(--primary);
}

.carousel-caption .btn-primary:hover {
    background-color: var(--secondary);
    border: none;
}

.carousel-caption .btn-secondary {
    background-color: transparent;
    opacity: .8;
    font-weight: 700;
    color: var(--dark);
    border-radius: 6rem;
    padding: .4rem 3rem;
    transform: all 900ms ease-in-out;
    border: 1px solid var(--secondary);
    font-size: 95%;
}

.carousel-caption .btn-secondary:hover {
    border: 2px solid var(--secondary);
    color: var(--light);
    border: none;
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    background-color: var(--primary);
    border: 10px solid var(--primary);
    border-radius: 3rem;
}

.page-header {
    padding-top: 12rem;
    padding-bottom: 6rem;
    background: url(../img/aep.jpg) top right no-repeat;
    background-size: cover;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #5384ce;
}

/* CAROUSEL END */

/* departements START */

.departements .row {
    padding: 4rem 0 6rem 0;
}

.departements .row span {
    font-weight: 800;
    color: var(--primary);
}

.departements,
.services{
    background-image: url('../img/departement.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.subpages,
.publications,
.contact {
    background-image: url('../img/aep.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

/* departements END */

/* INFO AREA */

.info_right_col {
    border-radius: .4em;
    color: #6b6b6b;
    position: absolute;
    transition: all ease-in-out 0.3s;
    padding: 2.2em;
}

.info_right_col p {
    position: absolute;
    bottom: 10px;
    text-align: center;
    display: inline-block;
    left: 0;
    right: 0;
    font-size: 16px;
    font-weight: 600;
}

.info_right_col.preview-link,
.info_right_col.details-link {
    position: absolute;
    left: calc(50% - 40px);
    font-size: 26px;
    top: calc(50% - 14px);
    color: #fff;
    transition: 0.3s;
    line-height: 1.2;
}

.info_right_col h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}

.info_right_col h3:after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: var(--primary);
    left: 0;
    bottom: 0;
}

.info_right_col ul {
    list-style: none;
    padding: 0;
    font-size: 15px;
}

.info_right_col ul li {
    display: flex;
    flex-direction: column;
    padding-bottom: 15px;
}

.info_right_col ul strong {
    text-transform: uppercase;
    font-weight: 400;
    color: #838893;
    font-size: 14px;
}

.info_right_col ul li a {
    font-weight: bold;
    color: var(--primary);
}

.info_right_col .btn-visit {
    padding: .8rem 4em;
    background: transparent;
    color: var(--primary);
    border-radius: 50px;
    transition: 0.3s;
    transition: all 800ms ease-in-out;
    border: .4px solid var(--primary);
}

.info_right_col .btn-visit:hover {
    color: #FFFFFF;
    background: var(--primary);
}

#projets .projets-info .projets-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/

section {
    padding: 80px 0;
    overflow: hidden;
}

.section-bg {
    background-color: #f5f6f7;
}

.section-header {
    text-align: center;
    padding-bottom: 70px;
}

.section-header h2 {
    font-size: 32px;
    font-weight: 700;
    position: relative;
    color: #2e3135;
}

.section-header h2:before,
.section-header h2:after {
    content: "";
    width: 50px;
    height: 2px;
    background: var(--color-primary);
    display: inline-block;
}

.section-header h2:before {
    margin: 0 15px 10px 0;
}

.section-header h2:after {
    margin: 0 0 10px 15px;
}

.section-header p {
    margin: 0 auto 0 auto;
}

@media (min-width: 1199px) {
    .section-header p {
        max-width: 60%;
    }
}

.Instituts .institut_info {
    display: grid;
    grid-template-columns: 1fr;
}

.Instituts .institut_info h4 {
    font-weight: 700;
}

.Instituts .institut_info .col_icon {
    align-self: center;
    width: 60px;
    height: 80px;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 80vh;
    background-color: rgba(0, 0, 0, 0.6);
}

.modal .btn-primary {
    background-color: var(--primary);
    color: var(--light);
    border-radius: 6rem;
    padding: .5rem 4rem;
    transform: all 800ms ease-in-out;
    border: none;
}

.modal .btn-primary:hover {
    background-color: var(--secondary);
    color: var(--dark);
    border: none;
}

.modal .btn-light {
    background-color: transparent;
    color: var(--dark);
    border-radius: 6rem;
    padding: .5rem 4rem;
    transform: all 1s ease-in-out;
    border: 1.2px solid var(--dark);
    opacity: .7;
}

.modal .btn-light:hover {
    background-color: var(--secondary);
    color: var(--dark);
    border: none;
}

/*** Section Title ***/

.section-title {
    font-size: 2.4rem;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--dark);
    opacity: .9;
    transition: all 800ms ease-in-out;
}

.section-title:hover {
    color: var(--secondary);
}

#vision .wow-text {
    display: grid;
    margin: auto;
    grid-template-columns: auto 1fr auto;
}

#vision img {
    width: 80%;
}

/*** Service ***/

.service-item {
    background: var(--light);
    transition: .5s;
    height: 300px;
    width: 400px;
}

.service-item:hover {
    margin-top: -10px;
    background: var(--primary);
}

.service-item * {
    transition: .5s;
}

.service-item:hover * {
    color: var(--light) !important;
}

.actualite-text {
    height: 135px;
}

/*** Categories & Courses ***/

/*.course-item{
  height: 390px;
  max-height: 390px;
}*/

.course-inner {
    height: 400px;
}

.category img,
.course-item img {
    transition: .5s;
    width: 100%;
    max-height: 14rem;
    min-height: 14rem;
    border-radius: .4rem;
}

.course-item .course-info .btn {
    background-color: var(--light);
    color: var(--primary);
    padding: .4rem 2rem;
    border-radius: 6rem;
    opacity: .8;
    background-blend-mode: multiply;
    transition: all .4s ease-in-out;
}

.course-item .course-info .btn:hover {
    background-color: var(--secondary);
    color: var(--light);
    transform: scale(1.06);
}

.category a:hover img,
.course-item:hover img {
    transform: scale(1.1);
}

/*** Team ***/

.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.1);
}

.projets-titre h4 {
    font-weight: 700;
    color: #777777;
}

.projets-info .text-left {
    font-size: 1.2rem;
}

.projets-info h4 {
    font-weight: 500;
}

.projets-info h3:hover {
    font-weight: 700;
    color: var(--secondary);
}

.projets-info ul li a {
    text-decoration: none;
    color: var(--dark);
    font-weight: 500;
}

.projets-info ul li .btn {
    background-color: var(--primary);
    color: var(--light);
    font-weight: 500;
    border-radius: 6rem;
    padding: .4rem 6rem;
    transition: all 800ms ease-in-out;
}

.projets-info ul li .btn:hover {
    background-color: var(--secondary);
    color: var(--dark);
    font-weight: 600;
}

/* SERVICES START */

/*** Service ***/

.service-item {
    position: relative;
    text-align: center;
}

.service-item .service-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: -1;
}

.service-item .service-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    object-fit: cover;
    transform: scale(1.2);
    transition: .3s;
    z-index: -1;
}

.service-item:hover .service-img img {
    transform: scale(1);
}

.service-item .service-text {
    background: #FFFFFF;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .3s;
    height: 300px;
    width: 400px;
}

.service-item:hover .service-text {
    background: rgba(15, 66, 41, .6);
}

.service-item .service-text h4,
.service-item .service-text p {
    transition: .3;
}

.service-item:hover .service-text h4 {
    color: #FFFFFF;
}

.service-item:hover .service-text p {
    color: var(--light);
}

.service-item .service-text .btn-square {
    width: 100px;
    height: 100px;
    background: transparent;
    transition: .5s;
}

.service-item:hover .service-text .btn-square {
    background: var(--light);
}

.service-item .service-text .btn {
    width: 31px;
    height: 31px;
    display: inline-flex;
    align-items: center;
    color: var(--dark);
    background: var(--light);
    white-space: nowrap;
    overflow: hidden;
    transition: .3s;
}

.service-item:hover .service-text .btn {
    width: 112px;
}

/*** Project Portfolio ***/

#portfolio-flters {
    display: inline-block;
    background: var(--light);
    padding: 10px 15px;
}

#portfolio-flters li {
    display: inline-block;
    font-weight: 500;
    color: var(--primary);
    cursor: pointer;
    transition: .5s;
    border-bottom: 2px solid transparent;
}

/* SERVICES END */

/* MISSION START */

.mission .col-lg-6 p {
    font-size: 2rem;
    color: var(--primary);
}

.mission.wow-text {
    display: grid;
    margin: auto;
    grid-template-columns: auto 1fr auto;
}

.mission-text .btn-mission {
    background-color: var(--primary);
    color: var(--light);
    border-radius: 6rem;
    padding: .8rem 3rem;
    transform: all 900ms ease-in-out;
    font-weight: 500;
    margin-top: 4rem;
    border: none;
}

.mission-text .btn-mission:hover {
    background-color: var(--secondary);
}

.mission-text .wow-text {
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-top: 4rem;
}

/* MISSION END */

/*** Testimonial ***/

.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/

.contact .info-item {
    box-shadow: 0 0 25px rgba(1, 85, 46, 0.945);
    padding: 20px 0 30px 0;
    transition: all 1s ease-in;
    border-radius: .4rem;
}

.contact .info-item:hover {
    box-shadow: rgba(125, 19, 196, 0.653) 0px 4px 6px;
}

.contact .info-item i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    font-size: 24px;
    line-height: 0;
    color: var(--secondary);
    border-radius: 50%;
    border: 2px dotted var(--primary);
    transition: all 800ms ease-in-out;
}

.contact .info-item i:hover {
    color: var(--primary);
    border: 2px dotted var(--secondary);
}

.contact .info-item h3 {
    font-size: 20px;
    color: #1f7bd1;
    font-weight: 700;
    margin: 10px 0;
}

.contact .info-item p {
    padding: 0;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 500;
    opacity: .8;
}

.contact iframe {
    width: 100%;
    box-shadow: 0 0 25px rgba(3, 78, 15, 0.918);
    padding: 0.05em;
    border-radius: .4rem;
}

.contact .php-email-form {
    width: 50%;
    background: #315f55f8;
    box-shadow: 0 0 25px rgba(31, 137, 207, 0.911);
    padding: 30px;
    border-radius: .4rem;
}

.contact .php-email-form .form-group {
    padding-bottom: 20px;
}

.contact .php-email-form .error-message {
    display: none;
    color: #e412d2;
    background: #df1529;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .error-message br+br {
    margin-top: 25px;
}

.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #059652;
    text-align: center;
    padding: 45px;
    font-weight: 600;
}

.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #059652;
    border-top-color: #fff;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input {
    border-radius: 6rem;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
    box-shadow: none;
    font-size: 14px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
    border-color: var(--color-primary);
}

.contact .php-email-form input {
    height: 44px;
}

.contact .php-email-form textarea {
    padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
    background: var(--primary);
    border: 0;
    padding: 10px 35px;
    color: #2876cf;
    transition: 0.4s;
    border-radius: 6rem;
    font-weight: 500;
}

.contact .php-email-form button[type=submit]:hover {
    background: var(--secondary);
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/

.breadcrumbs {
    padding: 140px 0 60px 0;
    min-height: 30vh;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.breadcrumbs:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    inset: 0;
}

.breadcrumbs h2 {
    font-size: 56px;
    font-weight: 500;
    color: #fff;
    font-family: var(--primary);
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0 0 10px 0;
    margin: 0;
    font-size: 2rem;
    font-weight: 600;
    color: var(--secondary);
    transition: all 0.3s ease-in-out;
}

.breadcrumbs ol:hover {
    font-weight: 600;
    color: var(--light);
}

.breadcrumbs ol a {
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}

.breadcrumbs ol a:hover {
    text-decoration: none;
    color: var(--secondary);
}

.breadcrumbs ol li+li {
    padding-left: 10px;
}

.breadcrumbs ol li+li::before {
    display: inline-block;
    padding-right: 10px;
    color: #fff;
    content: "/";
}

@media (min-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-item .testimonial-text,
.testimonial-carousel .owl-item.center .testimonial-text * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    background: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 1px solid #CCCCCC;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}

/*.activites .img-fluid{
  width:100%;
  max-height:16rem;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 4px 12px;
  border-radius: .6rem;
}
*/

.activites .img-fluid {
    width: 100%;
    max-height: auto;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 4px 12px;
    border-radius: .6rem;
}

.course-item .btn-img {
    background-color: var(--primary);
    color: var(--light);
}

.personnels .img-fluid {
    width: 100%;
    height: auto;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 4px 12px;
    border-radius: .6rem;
}

.admnistration img {
    width: 4rem;
    height: auto;
    margin: 0 2rem 0 0;
}

.admnistration h5 {
    color: var(--primary);
    font-weight: 600;
}

.contact .login-form {
    background: url("../img/aep.jpg");
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat;
}

.contact .login-form .col-creation_compte input {
    width: 1.2rem;
    height: 1.2rem;
    margin-right: 1rem;
    cursor: pointer;
}

.contact .login-form .col-creation_compte .compte_info {
    color: #636363;
}

.contact .login-form small {
    color: #636363;
}

.contact .login-form .btn_annuler {
    background: transparent !important;
    color: var(--dark) !important;
    font-weight: 600;
    font-size: 108%;
}

.contact .login-form .col-creation_compte .compte_info a {
    text-decoration: none;
    color: var(--primary);
    font-weight: 500;
    transition: all .4s ease-in-out;
}

.contact .login-form .col-creation_compte .compte_info a:hover {
    color: var(--secondary);
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.footer {
    color: #010a00ef;
    background: url("../img/pied.jpg") top center no-repeat;
    background-size: cover;
    font-size: 14px;
    padding: 80px 0 60px 0;
    position: relative;
}

.footer:before {
    content: "";
    background: rgba(46, 152, 201, 0.938);
    position: absolute;
    inset: 0;
}

.footer .footer-content .footer-info {
    margin-bottom: 3rem;
    font-size: 1rem;
}

.footer .footer-content .footer-info strong {
    margin-bottom: 2rem;
    color: #fff;
}

.footer .footer-content .footer-info h4 {
    font-size: 20px;
    margin: 0 0 20px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--secondary);
    transition: all 800ms ease-in-out;
}

.footer .footer-content .footer-info h4:hover {
    color: var(--light);
}

.footer .footer-content .footer-links h4 {
    font-size: 20px;
    margin: 0 0 20px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--light);
}

.footer .footer-content .footer-info h3 span {
    color: var(--primary);
}

.footer .footer-content .footer-info p {
    font-size: 1rem;
    line-height: 24px;
    margin-bottom: 0;
    font-family: var(--font-primary);
    color: #043321;
}

.footer .footer-content .social-links a {
    font-size: 2rem;
    display: inline-block;
    background: rgba(24, 6, 192, 0.1);
    color: #fff;
    line-height: 1;
    margin-right: 1rem;
    border-radius: 6rem;
    width: 4rem;
    height: 4rem;
    transition: all 800ms ease-in-out;
    text-decoration: none;
}

.footer .footer-content .social-links a:hover {
    color: var(--secondary);
    text-decoration: none;
}

.footer .footer-content h4 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    position: relative;
    padding-bottom: 12px;
}

.footer .footer-content .footer-links {
    margin-bottom: 30px;
    font-size: 1rem;
}

.footer .footer-content .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer .footer-content .footer-links ul li {
    padding: 8px 0;
}

.footer .footer-content .footer-links ul li:first-child {
    padding-top: 0;
}

.footer .footer-content .footer-links ul a {
    color: rgba(255, 255, 255, 0.6);
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
    text-decoration: none;
    font-size: 1rem;
}

.footer .footer-content .footer-links ul a:hover {
    color: var(--secondary);
}

.footer .footer-legal .copyright {
    padding-top: 30px;
    border-top: 1px solid rgba(8, 0, 0, 0.15);
    font-size: 1rem;
}

.footer .footer-legal .credits {
    padding-top: 4px;
    font-size: 1rem;
    color: #fff;
}

.footer .footer-legal .credits a {
    color: var(--secondary);
    text-decoration: none;
    transition: All 500ms ease-in-out;
}

.footer .footer-legal .credits a:hover {
    color: var(--secondary);
    text-decoration: none;
    font-size: 105%;
    font-weight: 600;
}

.footer .footer-legal .credits img {
    width: 2rem;
    height: auto;
    margin-left: 1.2rem;
}

.footer-info-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    gap: 20px;
}

@media (max-width: 768px) {
    * {
        margin: auto;
        padding: 0;
    }
    p,
    h1,
    h2 {
        margin: auto;
    }
    .overlay {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        width: 100%;
        height: 58vh;
        background-color: rgba(0, 0, 0, 0.6);
    }
    .vision {
        padding: 0;
        margin: 0;
    }
    .vision .vision-right {
        display: none;
    }
    .mission .col-md-6 {
        padding: 0;
        margin: 0;
        min-height: 300px;
    }
    .mission.mission-text {
        padding: 0;
        margin: 0;
    }
    /* media carousel */
    .carousel-control-prev,
    .carousel-control-next {
        display: none;
    }
    /*** Header ***/
    #header-carousel {
        position: relative;
        height: auto;
    }
    #header-carousel .carousel-item {
        position: absolute;
        top: 0;
        left: 0;
        position: relative;
        height: auto;
    }
    #header-carousel .carousel-item button .carousel-control-prev,
    #header-carousel .carousel-item button .carousel-control-next {
        display: none;
    }
    #header-carousel .carousel-item img {
        position: absolute;
        width: 50%;
        height: auto;
    }
    .carousel-inner {
        position: relative;
        width: 100%;
        height: 50vh;
        overflow: hidden;
        padding-bottom: 0;
    }
    .carousel-caption {
        position: absolute;
        top: 1.5rem;
        left: 4%;
        display: flex;
        align-items: left;
        justify-content: left;
        text-align: start;
        width: 42%;
        z-index: 1;
        padding-top: .4rem;
        margin-left: 0;
    }
    .carousel-item {
        position: absolute;
        display: none;
        float: left;
        width: 100%;
        height: 100vh;
        backface-visibility: hidden;
        transition: transform 0.6s ease-in-out;
    }
    .carousel-caption .carousel-title {
        font-size: .7rem;
        font-weight: 500;
    }
    .carousel-caption .carousel-title-ministre {
        font-size: .5rem;
        font-weight: 500;
        margin-bottom: none;
    }
    .carousel-caption .carousel-title-ministre span {
        font-size: .5rem;
        font-weight: 800;
    }
    .carousel-caption .carousel-title-president {
        display: none;
    }
    .carousel-caption .carousel-title-president-nom {
        font-size: .5rem;
        font-weight: 800;
    }
    .carousel-caption .carousel-title-president span {
        font-size: .5rem;
        font-weight: 800;
    }
    .carousel-caption .carousel-title span {
        font-size: .7rem;
        font-weight: 800;
    }
    .carousel-caption .btn-primary {
        margin-top: none;
        font-size: .5rem;
        font-weight: 500;
        border-radius: 6rem;
        padding: .1rem .4rem;
        background-color: var(--primary);
        border: 1px solid var(--primary);
    }
    .carousel-caption .btn-secondary {
        margin-top: 0;
        font-size: .5rem;
        font-weight: 500;
        border-radius: 6rem;
        padding: .1rem .4rem;
        border: 1px solid var(--secondary);
    }
    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        display: none;
    }
    /*# sourceMappingURL=main.css.map */
    /* MISSION START */
    .mission.wow-text {
        margin: 0;
        padding: 0;
    }
    .mission-text .btn-mission {
        padding: .8rem 4rem;
    }
    .mission-text .wow-text {
        margin: 0;
    }
    .service-item .service-text {
        margin: auto;
    }
    .header .logo h1 {
        display: none;
    }
    .navbar-brand {
        justify-content: left;
        margin-left: 0;
    }
    .navbar-brand img {
        width: 28px;
    }
    .navbar-brand-title {
        display: none;
    }
    #mission {
        padding: 0;
    }
    .admnistration h2 {
        font-size: 1.2rem;
    }
    .admnistration .admnistration-sub-title {
        font-style: italic;
        font-weight: lighter;
    }
    #projets h1 {
        font-size: 1.6rem;
    }
    #projets .projets-info .projets-item {
        display: grid;
        grid-template-columns: 1fr;
        align-items: center;
        justify-content: center;
    }
    .Instituts .institut_info {
        display: grid;
        grid-template-columns: 1fr;
        justify-content: center;
    }
    .Instituts .institut_info .col_icon {
        margin: auto;
        width: 60px;
        height: 80px;
        align-self: center;
    }
    .about-column {
        display: flex;
    }
    .footer .footer-content .social-links a {
        font-size: 12px;
        display: inline-block;
        background: rgba(14, 17, 182, 0.1);
        color: #3c11d8;
        line-height: 1;
        margin-right: 8px;
        border-radius: 4px;
        width: 36px;
        height: 36px;
        transition: 0.3s;
    }
    /*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
    .breadcrumbs h2 {
        font-size: 2rem;
        font-weight: 500;
    }
    .breadcrumbs ol {
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        padding: 0 0 10px 0;
        font-size: .8rem;
        font-weight: 600;
    }
    .info_right_col {
        display: none;
    }
    .footer {
        margin: auto;
    }
    .footer .footer-content {
        margin: auto;
    }
    .footer .footer-content .footer-info p {
        margin: auto;
    }
    .footer .footer-content .footer-links p {
        margin: auto;
    }
}