/*--------------------------------------------------------------
# IMPORT CSS
--------------------------------------------------------------*/
@import url('default.epaphrodites.style.css');
@import url('https://fonts.googleapis.com/css?family=Inconsolata|Merriweather');

body {
    font-family: "Open Sans", sans-serif;
    color: #666;
    font-weight: 100;
    background-color: #f1f1f1;
}

a {
    text-decoration: none;
}

a:hover {
    color: var(--edlab-blue);
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-primary {
    font-family: "Raleway", sans-serif;
}

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

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

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

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

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

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

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

.mb-170 {
    margin-bottom: 170px;
}

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

.mb-70 {
    margin-bottom: 70px;
}

.mb-60 {
    margin-bottom: 60px;
}

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

.mb-20 {
    margin-bottom: 20px;
}

.mb-10 {
    margin-bottom: 10px;
}

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

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

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

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

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

.pb-100 {
    padding-bottom: 100px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-20 {
    padding-bottom: 20px;
}


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

.backgroundpage {
    width: 100%;
    height: 20vh;
    background: linear-gradient(to bottom, rgba(18, 42, 66, .85), rgba(18, 42, 66, .85)), url('/static/img/background.jpeg') no-repeat center center fixed;
    background-size: cover;
}

.backgroundpage h3 {
    text-align: center;
    padding-top: 5%;
    color: #ffffff;
}


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

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

.section-title {
    text-align: center;
    padding-bottom: 30px;
}

.section-title h2 {
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    color: #222222;
}

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

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

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

@media (max-width: 991px) {
    .section-title h2 {
        font-size: 17px;
    }
    .section-title h2::before,
    .section-title h2::after {
        content: "";
        width: 30px;
        height: 2px;
        background: var(--color-blue);
        display: inline-block;
    }
}

.nbrevue {
    height: 100px;
    margin-top: 4px;
    width: 255px;
}

.nbrevue h6 {
    background-color: #333333;
    text-align: center;
    padding: 7px;
    border-radius: 5px;
    color: #ffffff;
}

.nbrevue {
    padding-left: 20px;
    font-size: 17px;
}

.nbrevue p strong {
    font-weight: bold;
}

.youtube iframe{
    border: 12px solid #ffffff;
    border-radius: 20px;
}

.facebookcontent{
    border: 2px solid #fff;
    padding: 2px;
    background-color: #0f6ec1;
}

.facebooktitle{
    background-color: #0f6ec1;
    padding: 7px;
    color: #fff;
    margin-bottom: -1px;
    width: 300px;
}

.facebooktitle i{
 font-size: 27px;
}


/*--------------------------------------------------------------
# Mot du directeur
--------------------------------------------------------------*/

.mot_directeurdesps h4 {
    text-align: center;
}

.mot_directeurdesps p {
    font-family: 'Courier New', Courier, monospace;
}

.card_photodesps .member {
    margin-bottom: 20px;
    overflow: hidden;
    text-align: center;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.card_photodesps .member .member-img {
    position: relative;
    overflow: hidden;
}

.card_photodesps .member .social {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 40px;
    opacity: 0;
    transition: ease-in-out 0.3s;
    background: rgba(255, 255, 255, 0.85);
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.card_photodesps .member .social a {
    transition: color 0.3s;
    color: #222222;
    margin: 0 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.card_photodesps .member .social a i {
    line-height: 0;
}

.card_photodesps .member .social a:hover {
    color: #3498db;
}

.card_photodesps .member .social i {
    font-size: 18px;
    margin: 0 2px;
}

.card_photodesps .member .member-info {
    padding: 25px 15px;
}

.card_photodesps .member .member-info h4 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 18px;
    color: #222222;
}

.card_photodesps .member .member-info span {
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: #aaaaaa;
}

.card_photodesps .member .member-info p {
    font-style: italic;
    font-size: 14px;
    line-height: 26px;
    color: #777777;
}

.card_photodesps .member:hover .social {
    opacity: 1;
}

.organigramme img{
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border-bottom: 2px solid #026342;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

/*--------------------------------------------------------------
#ACTUALITIES
--------------------------------------------------------------*/

.actualitemena {
    background-color: #ebe7e7;
}

.actualitybtn {
    margin-top: 50px;
    margin-bottom: 50px;
}

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

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

.date_actu {
    background-color: #026342;
}

.actu_content {
    background-color: #fff;
}

.actu_content a {
    color: #706e6e;
    font-size: 14px;
}

.actualitemena .actucontent_title h5{
    font-size: 15px;
}

.actualitesmena .actucontent_title h5{
    font-size: 15px;
}

.actualitesmena .actucontent_title h4{
    font-size: 13px;
}

.ActualtyRead{
    margin: auto;
    width: 82%;
    height: 700px;
}

.ActualtyRead h1{
    text-align: center;
    font-size: 30px;
}

.ActualtyRead img{
    width: 350px;
    padding: 10px;
    border: 20px;
    background-color: #f1f1f1;
}

.ActualtyRead article p{
    margin-left: 50px;
    text-align: justify;
}

.source{
    text-align: right;
    font-weight: bold;
    font-style: italic;
    margin-top: 20px;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/

.card_textedefilant {
    height: 35px;
    font-size: 14px;
    border-bottom: 1px dashed #666;
}

.header_contact a {
    color: #026342;
    padding-left: 15px;
    display: inline-block;
    line-height: 35px;
    transition: 0.3s;
    border-left: 1px dashed #026342;
    border-bottom-left-radius: 33px;
}

.flashinfos {
    color: #ffffff;
    height: 35px;
    background-color: #bb2308;
    border-top-right-radius: 70px;
    border-bottom-right-radius: 70px;
}

.flashinfos h4 {
    font-size: 14px;
    line-height: 30px;
    text-align: center;
}

.textinfo {
    line-height: 35px;
}

.headerlogo {
    padding: 7px;
}

.headerlogo .logodesps img {
    width: 60%;
    padding: 10px;
}

.headerlogo .armoirie img {
    width: 45%;
    padding: 5px;
}

.introducedesps h2 {
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    color: var(--edlab-blue);
}

@media (max-width: 991px) {
    .introducedesps h2 {
        font-size: 12px;
    }
    .header_contact {
        visibility: hidden;
        width: 0px;
    }
    .headerlogo .logodesps img {
        width: 100%;
    }
    .headerlogo .armoirie img {
        width: 80%;
    }
}


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

#header {
    height: 40px;
    transition: all 0.5s;
    transition: all 0.5s;
    padding: 10px 0;
    background: var(--edlab-blue);
    z-index: 997;
    margin-top: 10px;
}

#header.header-scrolled {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/


/**
* Desktop Navigation 
*/

.navbar {
    z-index: 99;
    padding: 10px;
    margin: auto;
    border-radius: 50px;
    border: 4px solid var(--edlab-blue);
    background-color: var(--color-orange);
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}

.navbar li {
    position: relative;
}

.navbar a,
.navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 15px;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: #fff;
    white-space: nowrap;
    transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
    color: #ffffff;
}

.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 14px;
    top: 100%;
    margin: 0;
    padding: 5px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
}

.navbar .dropdown ul li {
    min-width: 200px;
}

.navbar .dropdown ul a {
    padding: 4px 20px;
    text-transform: none;
    border-bottom: 0.2px dashed #9a9d9c;
}

.navbar .dropdown ul a i {
    font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
    color: #ffffff;
}

.navbar .dropdown:hover>ul {
    opacity: 1;
    visibility: visible;
}

.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }
    .navbar .dropdown .dropdown:hover>ul {
        left: -100%;
    }
}


/**
  * Mobile Navigation 
  */

.mobile-nav-toggle {
    color: #ffffff;
    font-size: 28px;
    cursor: pointer;
    display: none;
    transition: 0.5s;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.mobile-nav-toggle.fa-remove {
    color: #fff;
}

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }
    .navbar ul {
        display: none;
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(31, 53, 72, 0.9);
    transition: 0.3s;
    z-index: 998;
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
}

.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    background-color: #9bf6a4;
    overflow-y: auto;
    transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: #000;
    font-weight: 400;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
    margin: 15px;
}

.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #f1f1f1;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
    min-width: 200px;
}

.navbar-mobile .dropdown ul a {
    padding: 10px 20px;
    color: #026342;
}

.navbar-mobile .dropdown ul a i {
    font-size: 12px;
}

.navbar-mobile .dropdown ul .active {
    color: #000;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
    color: #026342;
}

.navbar-mobile .dropdown>.dropdown-active {
    display: block;
}

.navbar ul {
    border-radius: 7px;
}

.dropdown .dropcontent a {
    color: #026342;
}

.dropdown .dropcontent a:hover {
    color: #026342;
    background-color: #ffa500;
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

#hero {
    width: 100%;
    height: calc(80vh - 100px);
    padding: 0;
    overflow: hidden;
    background: #000;
    z-index: 1;
}

#hero .carousel-item {
    width: 100%;
    height: calc(80vh - 100px);
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
    overflow: hidden;
}

#hero .carousel-item::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
}

#hero .carousel-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}

#hero .carousel-content {
    text-align: left;
    margin-bottom: 9%;
}

@media (max-width: 992px) {
    #hero,
    #hero .carousel-item {
        height: calc(100vh - 70px);
    }
    #hero .carousel-content.container {
        padding: 0 50px;
    }
}

#hero h2 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 500;
    background: rgba(0, 0, 0, 0.5);
    opacity: 1;
    width: 50%;
    padding: 10px;
    animation-delay: 0.4s;
}

#hero .carousel-inner .carousel-item {
    transition-property: opacity;
    background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
    opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
    opacity: 1;
    transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
    left: 0;
    transform: translate3d(0, 0, 0);
}

#hero .carousel-control-prev,
#hero .carousel-control-next {
    width: 10%;
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
    background: none;
    font-size: 48px;
    line-height: 1;
    width: auto;
    height: auto;
}

#hero .carousel-indicators li {
    cursor: pointer;
}

#hero .btn-get-started {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 5px;
    transition: 0.5s;
    line-height: 1;
    margin: 10px;
    color: #fff;
    animation-delay: 0.8s;
    border: 0;
    background: #428bca;
}

#hero .btn-get-started:hover {
    background: #1c5c93;
}

@media (max-width: 768px) {
    #hero h2 {
        font-size: 28px;
    }
}

@media (max-height: 500px) {
    #hero,
    #hero .carousel-item {
        height: 120vh;
    }
}

@media (min-width: 1024px) {
    #hero p {
        width: 60%;
    }
    #hero .carousel-control-prev,
    #hero .carousel-control-next {
        width: 5%;
    }
}


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

.sousdirection .card {
    z-index: 50;
    height: 200px;
    margin-top: -100px;
    border-radius: 20px;
    border: 2.5px solid #026342;
    box-shadow: 2px 2px 7px rgba(127, 137, 161, 0.25);
}

.sousdirection .card i {
    font-size: 40px;
    text-align: center;
    color: #026342;
    width: 100px;
    margin: 25px auto;
}

.sousdirection .card h2 {
    font-size: 17px;
    text-align: center;
    font-weight: 100;
    padding: 0px 5px 0px 5px;
}

@media (max-width: 991px) {
    .sousdirection .card h2 {
        font-size: 8px;
    }
    .sousdirection .card {
        height: 110px;
    }
    .sousdirection .card i {
        margin: auto;
        font-size: 20px;
    }
}

.missiondesps ul li {
    margin-left: 20px;
    position: relative;
    list-style: none;
}

.missiondesps ul li::before {
    position: absolute;
    font-family: 'FontAwesome';  
    content: "\f0a4";
    color: #dd8f09;
    left: -20px;
    top: 0;
}

/*------------------------------------------------------------------
General bouton
-------------------------------------------------------------------*/

.btn_general {
    margin: 10px auto;
    text-align: center;
}

.btn_more {
    border: 1px solid #026342;
    padding: 10px 25px 10px 25px;
    color: #026342;
    background-color: none;
    margin-bottom: 50px;
}

.btn_more:hover {
    background-color: #d88d02;
    color: #ffffff;
}

.titrearticleautres {
    width: 33%;
    text-align: left;
    padding: 3px;
    font-size: 20px;
    color: #45a049;
}

.lignetitrearticle {
    background-color: #45a049;
    width: 100%;
    height: 1px;
    margin-bottom: 20px;
}

.zoomimg img {
    transform-origin: 95% 95%;
    transition: transform 1s, filter .5s ease-out;
}

.zoomimg:hover img {
    transform: scale(1.2);
}

.zoomimg {
    overflow: hidden;
}

.card-img {
    position: relative;
    overflow: hidden;
    border-radius: 0;
    z-index: 1;
}

.card-img img {
    width: 100%;
    height: auto;
    display: block;
}

.card-img span {
    position: absolute;
    top: 6%;
    left: 9%;
    background: #eb0505;
    border-radius: 0px;
    padding: 6px;
    color: #fff;
    font-size: 12px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    transform: translate(-50%, -50%);
}

/*------------------------------------------------------------------
    Statistiques
-------------------------------------------------------------------*/

.statistiques_annee_en_cours {
    width: 100%;
    height: 70vh;
    filter: grayscale(0);
    background: linear-gradient(to bottom, rgba(18, 42, 66, .85), rgba(18, 42, 66, .85)), url('/static/img/background.jpeg') no-repeat center center fixed;
    background-size: cover;
    padding-top: 5%;
}

.filtercard select{
    width: 30%;
    text-align: center;
    font-weight: bold;
}

.carteregionstat img{
    border-radius: 50px;
    border-top: 2px solid #d88d02;
    border-bottom: 2px solid #069867;
    box-shadow: 2px 2px 7px rgba(127, 137, 161, 0.25);
}

.titrestatistiquesregion{
    padding: 17px;
    font-size: 22px;
    font-weight: bold;
}

.cardredocstat .card-img, .cardredocstat .card-text{
    width: 80%;
}

.docstat img{
    width: 70%;
}

.docstat img:hover {
    border-radius: 20px;
    padding: 5px;
    border: 1px solid #ffa500;
}

.docstat p {
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    padding: 10px;
    font-size: 17px;
}

#regionform{
    width: 70%;
    margin: auto;
}


.documentsstatistiques {
    margin-top: 20px;
}

.documentsstatistiques {
    margin-top: 20px;
}

.cardredocstat .card-text {
    background-color: #2e7d32;
    text-align: center;
}

.cardredocstat .card-text a {
    color: #ffffff;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
}

.regional {
    margin-top: 60px;
    padding-bottom: 30px;
}

.regional img {
    padding-left: 22%;
}

.regional img {
    cursor: pointer;
}

.regional h1 {
    padding-top: 2%;
    padding-bottom: 3%;
    color: #666;
    text-align: center;
    font-size: 27px;
}

.regional span {
    color: #f1f1f1;
    font-size: 50px;
    background-color: #FFA500;
    padding: 20px;
    border-radius: 50px;
}

@media (max-width: 991px) {
    .statistiques_annee_en_cours {
        width: 100%;
        height: 94vh;
    }
}

/*------------------------------------------------------------------
    Carte scolaire
-------------------------------------------------------------------*/

.accordion-item{
    width: 70%;
    margin: 20px auto;
    cursor: pointer;
}

.accordion-header .accordion-title{
    background-color: var(--color-orange);
    color: #fff;
    text-align: left;
    font-size: 12px;
    font-weight: 200;
    padding: 10px;
    text-transform: uppercase;
}

.accordion-header .accordion-title:after {
    font-family: 'FontAwesome';  
    content: "\f067";
    float: right; 
}

.accordion-header .accordion-title span{
    border: 4px solid #fff;
    padding: 17px 10px;
    color: #fff;
    background-color: #026342;
    border-radius: 100px;
    font-weight: bold;
    margin-left: -20px;
}

.accordion-header .accordion-title:hover{
    background-color: #026342;
}

.maincartecontent span{
    font-size: 10px;
}

/*------------------------------------------------------------------
    Inscription en ligne
-------------------------------------------------------------------*/

.mainilcard {
    padding: 70px 0px;
}

.inscriptioncard ul#banner {
    position: relative;
    width: auto;
    height: 450px;
    overflow: hidden;
    margin: 0 auto;
}

.inscriptioncard ul#banner li {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    box-shadow: 10px 20px 30px rgba(127, 137, 161, 0.25);
}

.inscriptioncard ul#banner li img {
    visibility: hidden;
}

.inscriptioncard ul#banner li canvas {
    position: absolute;
    top: 0;
    left: 0;
}

.inscriptioncard ul {
    display: block;
    padding-bottom: 30px;
}

.inscriptioncard ul li {
    display: inline-block;
}


/*--------------------------------------------------------------
# Liens utiles
--------------------------------------------------------------*/

.lienutiles {
    background-color: #ffffff;
    filter: grayscale(1);
}

.tolarge img {
    width: 60%;
}

.tolargeothers img {
    width: 80%;
}


/*--------------------------------------------------------------
# Connexion
--------------------------------------------------------------*/

.cardform {
    margin: 200px auto 70px;
    width: 35%;
    padding: 50px 20px;
    background: #ffffff;
}

.cardform .form-control{

    margin-bottom: 17px;

}

#BtnValidate{
    width: 100%;
  }

  @media(max-width:767px) {
    .cardform {
        margin: 100px auto;
        width: 90%;
    }
}  
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
    background: #d88d02;
    padding: 0 0 30px 0;
    color: #fff;
    font-size: 14px;
}

#footer .footer-top {
    background: var(--edlab-blue);
    border-top: 1px solid #d88d02;
    border-bottom: 1px solid #f3f8fd;
    padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
    margin-bottom: 30px;
}

#footer .footer-top .footer-info img {
    width: 90%;
    padding: 20px;
}

#footer .footer-top .footer-info h3 {
    font-size: 24px;
    margin: 0 0 20px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700;
}

#footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #ffffff;
    color: #026342;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
    background: #d88d02;
    color: #fff;
    text-decoration: none;
}

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

#footer .footer-top .footer-links {
    margin-bottom: 30px;
}

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

#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #ffffff;
    font-size: 18px;
    line-height: 1;
}

#footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

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

#footer .footer-top .footer-links ul a {
    color: #fff;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
    color: #9eccf4;
}

#footer .copyright {
    text-align: center;
    padding-top: 30px;
    color: #ffffff;
    font-size: 14px;
}

.reponses {
    color: #bb2308;
    text-align: center;
}

.qrcodes {
    height: 150px;
}

.downloaderstore img{
    width: 80%;
}

/*--------------------------------------------------------------
  # Back to top button
  --------------------------------------------------------------*/

.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 99;
    background: #126b4c;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

.back-to-top i {
    font-size: 24px;
    color: #fff;
    line-height: 0;
}

.back-to-top:hover {
    background: #d46407;
    color: #fff;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}

@media (max-width: 768px) {
    .form .validateforms {
        width: 100%;
    }
    .epaphrodite h1 {
        font-size: 60px;
        font-weight: 100px;
        text-align: center;
    }
}

#inputlarge {
    resize: none;
}

.backpage {
    font-size: 39px;
}

.MainGalerie{
    margin-top: 10px;
    background-color: #fff;
    padding: 5px;
    border: 1px dashed #026342;
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transition: all 0.2s ease-in-out;
}

.MainGalerie img{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transition: all 1s;
    transition: all 100ms ease-out;
}

.MainGalerie p{
    padding: 10px;
    line-height: 17px;
    font-weight: bold;
}

.MainGalerie:hover{
    transform: scale(1.04);
    border: 1px dashed #d88d02;
    border-bottom-right-radius: 20px;
    box-shadow: 0px 10px 10px rgba(36, 36, 36, 0.2);
}

.MainGalerie a:hover{
    color: #026342;
}

.titlecontent{
    font-size:25px;
    text-align:center;
    color: #026342;
    padding:5px;
}

.titlecontent i{
    font-size: 37px;
}

#gallery{
    -webkit-column-count:4;
    -moz-column-count:4;
    column-count:4;
    
    -webkit-column-gap:20px;
    -moz-column-gap:20px;
    column-gap:20px;
  }
  @media (max-width:1200px){
    #gallery{
    -webkit-column-count:3;
    -moz-column-count:3;
    column-count:3;
      
    -webkit-column-gap:20px;
    -moz-column-gap:20px;
    column-gap:20px;
  }
  }
  @media (max-width:800px){
    #gallery{
    -webkit-column-count:2;
    -moz-column-count:2;
    column-count:2;
      
    -webkit-column-gap:20px;
    -moz-column-gap:20px;
    column-gap:20px;
  }
  }
  @media (max-width:600px){
    #gallery{
    -webkit-column-count:1;
    -moz-column-count:1;
    column-count:1;
  }  
  }
  #gallery img,#gallery video {
    width:100%;
    height:auto;
    margin: 4% auto;
    box-shadow:-3px 5px 15px #000;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .modal-img,.model-vid{
    width:100%;
    height:auto;
  }
  .modal-body{
    padding:0px;
  }

  @media (max-width: 991px) {

   .sousdirection , .facebookcontent{
        visibility: hidden;
        width: 0px;
        height: 0px;
        padding: 0px;
    }

    iframe{
        visibility: hidden;
        width: 0px;
        height: 0px;
        padding: 0px;
    }   

    .cardredocstat .card-img, .cardredocstat .card-text{
        width: 40%;
    }
    
    .docstat img{
        width: 17%;
    }
    
    .docstat img:hover {
        border-radius: 20px;
        padding: 5px;
        border: 1px solid #ffa500;
    }
    
    .docstat p {
        text-transform: uppercase;
        color: #ffffff;
        text-align: center;
        padding: 10px;
        font-size: 17px;
    }

    .backgroundpage h3 {
        padding-top: 12%;
    }    
}

.learnTableTitle h1{
    font-weight: 700;
    font-size: 24px;
}

.learnTable thead{
    font-size: 12px;
    text-align: center;
    color: #fff;
    background: #026342;
}

.learnTable tbody{
    font-size: 12px;
    border: 0.5px solid #000;
}

.learnTable td {
    vertical-align: middle;
    line-height: 1.5;
}

.learnTable tbody tr:nth-child(odd) {
    background-color: #eef0f8;
}

.learnTable tbody a{
    font-size: 12px;
} 

.proposal_cal {
    background-color: #ffffff;
}

.studyHeaderFilter{
    padding: 10px;
    border: 2px solid #026342;
    border-radius: 5px;
}

#mainForm h3{
    text-align: center;
    width: 75%;
    margin: auto;
    color: #000;
}

#mainForm h3 strong{
    color: #03a708;
}


#mainForm form{
    margin: 50px auto;
    width: 80%;
    background: #fff;
    padding: 20px;
}