

/* Header */
#headerSite{
    background: #fff;
    box-shadow: 2px 2px #eee;
}

#headerSite .ministry_logo{
    background: url(images/head/ministry/flag.png) no-repeat left;
    line-height: .7rem;
    padding-left: 42px;
    font-size: .7rem;
    margin-top: 5px;
}

#headerSite .ministry_logo a{
    color: var(--color3);
}

#headerSite .ministry_logo a:hover{
    color: var(--color2);
}

.__lien_lang{
    position: relative;
    display: flex;
    align-items: center;
    margin: 0 0 0 20px;
    cursor: pointer;
}
.__lien_lang .title{
    color: var(--color2);
}
.__lien_lang .subLink {
    display:none;
    transition: all 0.5s ease;

}

@keyframes fadeTop {
    0%   {opacity:0;top:0px;}
    100% {opacity:1;top:30px;}
}


.__lien_lang ul ,
.__lien_lang li
{
    margin:0;
    padding:0;
    list-style: none;
}
.__lien_lang:hover .subLink {
    display: block;
    width: max-content;
    position: absolute;
    top: 28px;
    z-index : 1000;
    background: var(--color2);
    -webkit-animation-name: fadeTop; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
    animation-name: fadeTop;
    animation-duration: 1s;

}
.__lien_lang .subLink li{
    padding: 5px 25px 5px 10px;
    color:#fff;
    transition:all 0.5s ease;
    border-bottom: 1px solid #dedede;
}
.__lien_lang .subLink li:first-child{
    padding-top: 10px;
}
.__lien_lang .subLink li:hover{
    background: var(--color2);
    color:var(--color-white);
    padding-right:15px;
    padding-left:20px;
}
.__lien_lang .subLink li a{
    color:inherit
}
.__lien_lang .subLink li a i{
    padding-right:3px
}


.top-header .link_extranet{
    background: var(--color2);
    color: var(--color-white);
    padding: 3px 10px;
}
#headerSite .main-header{
    margin-top: 1rem;
    border-bottom: 1px solid #e3e3e3;
}

#headerSite .main-header .logo{
    margin-bottom : 10px;
}

#headerSite .main-header .logo img{
    max-width: 260px;
}


.header_content_colone_link{
    display: flex;
    align-items: end;
}

/* Slider */

/* Slider -- start */

#homeSlider {

    position: relative;

    display: flex;

    justify-content: center;

}

.effect_slider{
    background: url('images/bg_slider.jpg');
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 100%;
    background-size: cover;
    top: 0;
    z-index: -1;
}

.container_image_slider{
    width: calc(100vw - 20px);
    height: calc(100vh - 200px);
    overflow: hidden;
    position: relative;
}

.container_image_slider_mask{
    width: 1000px;
    height: 1000px;
    overflow: hidden;
    position: absolute;
    border-radius: 50%;
    right: 116px;
    top: -192px;
    border: 25px solid #d9d9d940;
}

#homeSlider .owl-item .item:before{
    width: 100%;
    height: 100%;
}


#homeSlider .owl-nav {

    position: absolute;

    bottom: 40%;

    width: 100%;

    display: flex;

    justify-content: space-between;

}



#homeSlider .owl-nav span {

    display: none;

}



#homeSlider .owl-prev {

    background: url("images/slider/owl-prev.png") !important;

    width: 40px;

    height: 80px;

    border-radius: 0;

    margin: 0;

}



#homeSlider .owl-next {

    background: url("images/slider/owl-next.png") !important;

    width: 40px;

    height: 80px;

    border-radius: 0;

    margin: 0;

}



#homeSlider .owl-dots {

    position: absolute;

    bottom: 50px;
}



#homeSlider .owl-dot {

    /* background: url("images/slider/owl-dot.png"); */

    background:transparent;

    width: 15px;

    height: 15px;

    margin-right: 20px;

    border: 2px solid #fff;

    border-radius: 50%;
}



#homeSlider .owl-dot.active {

    /* background: url("images/slider/owl-dot-active.png"); */
    background: var(--color2);
    border: 2px solid #ffffff;
}



#homeSlider .owl-dot span {

    display: none;

}



#homeSlider .owl-item.active img {

    -webkit-animation: cssAnimation 12s ease;

    -moz-animation: cssAnimation 12s ease;

    -o-animation: cssAnimation 12s ease;

}



@-webkit-keyframes cssAnimation {

    from { -webkit-transform: rotate(0deg) scale(1.2) skew(1deg) translateY(30px); }

    to { -webkit-transform: rotate(1.5deg) scale(1.3) skew(1deg) translateY(30px); }

}

@-moz-keyframes cssAnimation {

    from { -moz-webkit-transform: rotate(0deg) scale(1.2) skew(1deg) translateY(30px); }

    to { -moz-webkit-transform: rotate(1.5deg) scale(1.3) skew(1deg) translateY(30px); }

}

@-o-keyframes cssAnimation {

    from { -o-webkit-transform: rotate(0deg) scale(1.2) skew(1deg) translateY(30px); }

    to { -o-webkit-transform: rotate(1.5deg) scale(1.3) skew(1deg) translateY(30px); }

}



.home-slider-caption {

    position: absolute;

    z-index: 99;

    top: 40%;

    width: 100%;

    /* max-width: 800px; */
}

.home-slider-caption .wrapper{
    position: relative;
}
.container-slider-caption{
    width: 100%;
    max-width: 700px;
    position: absolute;
    left:0;
}
.home-slider-caption h2 {
    font-weight: 600;
    font-size: 4rem;
    max-width: 700px;
    margin: 5px 0;
    color: var(--color2);
    text-shadow: -1px -1px 0px #065c32,
    2px 2px 1px #bdbdbd;
}

.home-slider-caption h3 {
    font-weight: 600;
    font-size: 2rem;
    margin: 0;
    color: var(--color-black);
    text-shadow: -1px -1px 0px #181818, 1px 1px 1px #545454;
}

.home-slider-caption p {


    font-size: 16px;

    color: #fff;

    margin: 0;

    margin-top: 30px;

}



#homeSlider .more-button {

    margin-top: 20px;

    font-size: 0.9rem;

    background: 3px solid var(--color2);

    width: fit-content;

    padding: 0px 20px;

    border-color: #545775;

    font-weight: bold;

    color: var(--color-white);

    border: 3px solid var(--color2);
}

@media only screen and (min-width: 1174px) and (max-width: 1400px) {
    .container_image_slider{
        width: calc(100vw - 100px);
        height: calc(100vh - 400px);
    }
    .container_image_slider_mask{
        width: 650px;
        height: 650px;
        top: -117px;
        right:0;
    }

}

/* Less the wrapper */
@media only screen and (max-width: 1174px) {
    .home-slider-caption h2 {
        font-size: 2.4rem;
    }

    .home-slider-caption h3 {
        font-size: 1.7rem;
    }
    #homeSlider .owl-dots{
        bottom: 10px;
    }


}
@media only screen and (min-width: 600px) and (max-width: 1173px) {
    .container_image_slider{
        width: 100%;
        height: 300px;
    }
    .container_image_slider_mask{
        width: 320px;
        height: 320px;
        top: -21px;
        right:0;
        border: 15px solid #d9d9d940;
    }
}

@media only screen and (min-width: 320px) and (max-width: 600px) {
    .home-slider-caption h2 {
        font-size: 2.2rem;
        font-weight: 900;
        text-shadow: -1px -1px 0px #7fc0a0, -1px 1px 0px #000000, 2px 2px 3px #ffffffa3;
    }

    .home-slider-caption h3 {
        font-size: 1.5rem;
        text-shadow: -1px -1px 0px #181818, 3px 1px 11px #ffffff;
    }

    #homeSlider .owl-dots {
        bottom: 5px;
    }

    .container_image_slider{
        width: 100%;
        height: 300px;
    }
    .container_image_slider_mask{
        width: 320px;
        height: 320px;
        top: -21px;
        right:-150px;
        border: 15px solid #d9d9d940;
    }
}


.owl-theme .owl-dots .owl-dot span{
    display: none !important;
}

.owl-theme .owl-dots .owl-dot {
    background: transparent;
    width: 15px;
    height: 15px;
    margin-right: 20px;
    border: 2px solid var(--color1);
    border-radius: 50%;
}

.owl-theme .owl-dots .owl-dot.active{
    background: var(--color2);
    border-color: var(--color2);
}



/* box owl article */
.box-owl-article{

}

.box-owl-article .item{
    background: var(--color-white);
    min-height: 420px;
    -webkit-box-shadow: 1px 6px 15px rgb(0 0 0 / 6%);
    -moz-box-shadow: 1px 6px 15px rgba(0, 0, 0, 0.06);
    box-shadow: 1px 6px 15px rgb(0 0 0 / 6%);
    overflow: hidden;
    box-sizing: border-box;
    width: calc(100% - 2px);
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-radius: 7px;
}
.box-owl-article .item:hover {
    background: var(--color-white)d6;
}


.box-owl-article .home-article-thumb{
    height: 250px;
    background-size: 100%;
    background-position: center;
    transition: all 0.5s ease;
    overflow: hidden;
}
.box-owl-article .item:hover .home-article-thumb {
    background-size: 110%;
}

.box-owl-article .home-article-date {
    font-size: 12px;
    padding: 2px 20px;
    color: var(--color-white);
    margin-top: -20px;
    background: var(--color2);
    width: fit-content;
    border-radius: 0 14px 0 0;
    font-weight: bold;
}

.box-owl-article .home-article-title {
    color: var(--color1);
    font-weight: 600;
    padding: 5px 20px 0;
    font-size: 1.05rem;
    margin-top: 10px;
}

.home-article-title a {
    color: inherit;
}

.link_read_article a {
    margin-top: 20px;
    color:var(--color2);
    display: block;
    font-size: 0.8rem;
    font-weight: bolder;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    position: relative;
    margin-left: 20px;
}
.decoration-link-read-mode {
    position: absolute;
    bottom: -10px;
    height: 4px;
    border-radius: 2px;
    width: 16px;
    display: block;
    background: var(--color2);
    transition: all 0.3s ease-out;
}

.item:hover .decoration-link-read-mode,
.decoration-link-read-mode:hover{
    width: 25px;
}

.box-hover {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 1.8em;
    font-weight: 700;
    background: #007c40ed;
    opacity: 0;
    text-transform: uppercase;
    transition: opacity ease .4s;
    position: relative;
    z-index: 1;
}


.owl-theme .owl-dots .owl-dot {
    width: 9px;
    height: 9px;
    margin: 0px 7px;
    background: var(--color3);;
    display: block;
    -webkit-backface-visibility: visible;
    transition: all .2s ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active {
    width: 16px;
    height: 9px;
    background: var(--color2);;
}

.owl-theme .owl-dots .owl-dot span {
    display:none !important;
    border: 0;
}

.owl-theme .owl-dots .owl-dot.active span  {
    background: var(--color2); !important;
    width: 6px !important;
    height: 6px !important;
    margin: 2px 3px !important;
    border: 0;
}


.box-owl-article .owl-prev,
.box-owl-article .owl-next {
    border-radius: 50%;
    position: absolute;
    top: 45%;
    background: var(--color-white);
    box-shadow: 0px 0px 0 6px #cccccc75;
    color: var(--color2); !important;
    width: 40px;
    height: 40px;
}
.box-owl-article .owl-prev span,
.box-owl-article .owl-next span  {
    color: var(--color2);
    font-size: 25px;
    font-weight: bolder;
    line-height: 14px;
}
.box-owl-article .owl-prev {
    left: -55px;
}

.box-owl-article .owl-next {
    right: -55px;
}

.box-owl-article .owl-buttons {
    position: relative;
}


.box-owl-article .owl-theme .owl-nav [class*=owl-]{
    border-radius: 20px;
    transition: all 0.5s ease;
}

.box-owl-article .owl-nav [class*=owl-]:hover{
    background: var(--color2) !important;
}
.box-owl-article .owl-nav [class*=owl-]:hover span{
    color: var(--color-white) !important;
}

.box-hover:hover {
    opacity: 1;
}

.box-hover a{
    color: #fff;
}

.border-box {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    position: relative;
    height: 30%;
    width: 38%;
    padding: 20px 40px;
    transition: padding ease .4s;
    transition-delay: .1s;
    font-weight: 700;
}

.box-hover:hover .border-box {
    padding: 40px 60px;
}

.border-box .border {
    background: #fff;
    position: absolute;
}

.border-box .border-left,
.border-box .border-right {
    width: 4px;
    height: 40px;
}

.border-box .border-bottom,
.border-box .border-top {
    height: 4px;
    width: 40px;
}

.border.border-left {
    left: 0;
    bottom: 0;
}

.border.border-right {
    right: 0;
    top: 0;
}

.border.border-top {
    top: 0;
    right: 0;
}

.border.border-bottom {
    left: 0;
    bottom: 0;
}



/* breadcrumbs */

.breadcrumbs ul{
    margin: 0;
    padding: 0;
}
.breadcrumbs li{
    position: relative;
    list-style: none;
    display: inline-block;
    line-height: 46px;
    color: #fff;
    font-size: 14px;
}

.breadcrumbs a {
    display: block;
    color: #fff;
    text-decoration: none;
    transition: color .3s 0s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    font-size: 14px;
}

.breadcrumbs li+li {
    margin-left: 32px;
}
.breadcrumbs li+li:before {
    content: "";
    background: var(--color-white);
    display: inline-block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    position: absolute;
    left: -16px;
    top: 50%;
    transform: translate(0, -50%);
}

/* Title Banner */

.title-page__content {
    height: 285px;
    display: flex;
    align-items: center;
}

.title-page__content .title {
    color: var(--color-white);
    padding: 35px 0 0px;
    margin-bottom: 10px;
    font-size: 2rem;
    text-transform: capitalize;
    max-width: 70%;
}

.title-page__content .sub_title .sub_date{
    color:var(--color1);
}

.title-page__content{
    background-size: cover;
    background-position: top -5px center;
    background-repeat: no-repeat;
}



.bannerHome{
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    position: relative;
    padding: 20px;
    height: 125px;
    line-height: 145%;
    cursor: pointer;
    color: var(--color2);
    border: 1px dashed
    var(--color2);
    background-size: 110%;
    flex: 1;
    transition: all 0.5s ease;
    margin: 30px 20px 30px  0;
    border-radius: 2px 35px;
    /* border: 1px solid #020d25; */
    box-shadow: 7px 5px 30px 0px
    rgb(0 0 0 / 12%);
}

.bannerHome.ban4c {}

.bannerHome .icon{
    display: block;
    margin: auto;
    width: 60px;
    height: 60px;
    margin-bottom: 0px;
    font-size: 40px;
}

.bannerHome a{
    color: inherit;
    text-decoration: none;
}
.bannerHome:hover{
    color: var(--color3);
    border: 1px dashed var(--color3);
    transform: scale(1.02);
}
.bannerHome:hover{
    background-size: 120%;
}


#banner_zone img{
    width: 100%;
}


.left_content .bannerHome{
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    position: relative;
    padding: 70px 70px 0;
    height: 180px;
    line-height: 145%;
    cursor: pointer;
    background: url(images/banners/inscription.jpg) no-repeat 50% 50%;
    background-size: 110%;
    flex: 1;
    transition: all 0.5s ease;
}

.left_content .bannerHome .icon{
    display: block;
    margin: auto;
    width: 60px;
    height: 60px;
    margin-bottom: 0px;
    font-size: 40px;
}

.left_content .bannerHome a{
    color: #282828;
    text-decoration: none;
}
.left_content .bannerHome:hover a,
.left_content .bannerHome:hover .icon{
    color: var(--color2);
}
.left_content .bannerHome:hover{
    background-size: 120%;
}
.left_content .bannerHome.mastere {
    background-image: url("images/banners/mastere.jpg");
}
.left_content .bannerHome.inscription {
    background-image: url("images/banners/inscription.jpg");
}

.left_content .bannerHome.bibliotheque {
    background-image: url("images/banners/bibliotheque.jpg");
}

.left_content .bannerHome.recherche {
    background-image: url("images/banners/recherche.jpg");
}


.left_content .bannerHome.ban4c {
    background-image: url("images/banners/4C.jpg");
}

.left_content .bannerHome.appel_offre {
    background-image: url("images/banners/appel-offre.jpg");
}
.left_content .bannerHome.cours {
    background-image: url("images/banners/cours-numerique.jpg");
}
.left_content .bannerHome.docuemnt_administratif {
    background-image: url("images/banners/document-administratifs.jpg");
}


.left_content .bannerHome{
    height: 120px;
    font-size: 14px;
    padding: 0px 10px  0;
    line-height: 22px;
    margin-top: 5px;
    display: flex;
    align-items: center;
    border-radius: 0;
    border: 0;
    margin: 0 0 20px;
    box-shadow: 2px 2px 30px 0px rgb(0 0 0 / 12%);
}
.left_content .bannerHome .icon{
    font-size: 31px;
    height: 30px;
    box-sizing: border-box;
    width: 50px;
    margin: initial;
    margin-right: 20px;
}
.left_content .bannerHome .icon:before{
    width:50px
}
.left_content .bannerHome a{
    display: flex;
    text-align: left;
    align-items: center;
}



/* Home statistics -- start */

.institut_detailBG{
    border-radius: 5px;
    background-color: #2d652f;
    background-image: url("images/pattern.svg");
    text-align: center;
    color: #fff !important;
    padding: 60px 0;
    margin: 0 0 60px 0;
}

.home-statistics p {
    margin-top: -10px;
    font-size: 12px;
    color: rgb(102, 102, 102);
    text-align: center;
    margin-bottom: 40px;
}

.nivo-caption a,
.home-statistics a {
    border-radius: 5px;
    background-color: #0b4f9e;
    font-size: 16px;
    color: rgb(255, 255, 255);
    padding: 14px 26px;
}

.nivo-caption a:hover,
.home-statistics a:hover {
    border-radius: 10px;
    background-color: #0b59c7;
}

.home-statistics-items {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}

.home-statistics-item {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.home-statistics-item__students .home-statistics-icon{
    background: url('images/statistics/stat_students.png') no-repeat;

}

.home-statistics-item__teachers .home-statistics-icon{
    background: url('images/statistics/stat_teachers.png') no-repeat;

}

.home-statistics-item__research_structures .home-statistics-icon{
    background: url('images/statistics/stat_research_structures.png') no-repeat;
}

.home-statistics-item__club .home-statistics-icon{
    background: url('images/statistics/mirror-ball.png') no-repeat;
}

.home-statistics-item__partners .home-statistics-icon{
    background: url('images/statistics/stat_partners.png') no-repeat;
}

.home-statistics-item__students .home-statistics-icon{
    background: url('images/statistics/crowd_white.svg') no-repeat;
}

.home-statistics-item__teachers .home-statistics-icon{
    background: url('images/statistics/classroom_white.svg') no-repeat;
}

.home-statistics-item__research_structures .home-statistics-icon{
    background: url('images/statistics/student_male_white.svg') no-repeat;
}

.home-statistics-item__partners .home-statistics-icon{
    background: url('images/statistics/university_white.svg') no-repeat;
}

.home-statistics-item__partners_entreprises .home-statistics-icon{
    background: url('images/statistics/business_group_white.svg') no-repeat;
}

.home-statistics-icon {
    background-position: top center !important;
    /* border-bottom: 1px solid #fff; */
    background-size: 80px 70px !important;
    width: 90px;
    height: 60px;
    padding-bottom: 40px;
    position: relative;
}

.home-statistics-icon:after{
    background: #f4926d;
    width: 0px;
    height: 0px;
    border-radius: 70px;
    position: absolute;
    top: -15px;
    left: 0;
    display: block;
    z-index: -1;
    content: "";
    transition: all 0.5s ease;
}

.home-statistics-item:hover .home-statistics-icon:after{
    width: 110px;
    height: 110px;
}
.home-statistics-value {
    font-size: 4rem;
    color: #fff;
    text-transform: uppercase;
    line-height: 69px;
    font-weight:700;
    height: 99px;
    box-sizing:
            border-box;
}

.home-statistics-value:after {
    content:  "";
    display: block;
    width: 71px;
    height: 1px;
    background: #f2cfa7;
    margin: 0 auto;
    margin-bottom: 18px;
    margin-top: 13px;
}

.home-statistics-label {
    font-size: 19.093px;
    color: #fff;
    text-transform: uppercase;
}

.home-statistics-label span {
    font-size: 12.838px;
    display: block;
    margin-top: 3px;
}

.home-statistics .home-title{
    color: #fff;
    text-transform: uppercase;
}

.home-statistics .home-title.txt-center::after{
    color: #fff;
    background: #fbc02d;
    margin: 0 auto;
    margin-top: 5px;
}

.home-statistics p{
    color: #eee;
}
/* Home statistics -- end */

/* Map -- start */
#home_map {
    position: relative;
    margin-bottom: -20px;
}

#home_map .map_canvas {
    height: 450px;
}

#map_contact_info {
    border: 1px solid #eeeeee;
    background: #fff;
    position: absolute;
    bottom: 45px;
    right: 75px;
    padding: 25px 29px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#footer_weather{
    width: 200px;
}


/* Footer */

.footer{
    background: var(--color1);
    color: var(--color-white);
    padding: 50px 0 0;
    margin: 20px 0 0;
    background-image: url(images/pattern.svg);
}

.footer a{
    color: inherit;
}

.footer .footer_contact_info{
    padding-bottom: 30px;
    line-height: 27px;
    width: 250px;
    height: 136px;
    background: url(images/logo-footer.png) no-repeat left top;
    box-sizing: border-box;
    background-size: contain;
}


.footer_contact_links{
    flex-direction: column;
}

.footer_contact_links a{
    display: block;
    margin-top: 20px;
}

.footer_contact_links a i{
    background: var(--color5);
    width: 20px;
    height: 20px;
    font-size: 0.7em;
    line-height: 20px;
    color: var(--color-white);
}

.footerDown{
    margin-top: 20px;
    padding: 20px 0;
    background: #1c1c1cb3;
    border-top: 3px solid #1c1b1b;
}


.elem_menu_footer{
    display: flex;
    width: 30%;
    flex-direction: column;
    margin-right: 20px;
}

.elem_menu_footer .title_elem{
    display: flex;
    color: var(--color2);
    font-weight: bold;
    font-size: 1.2rem;
    align-items: center;
    margin: 0 0 20px;
}

.elem_menu_footer ul,
.elem_menu_footer li{
    padding: 0;
    margin: 0;
}

.elem_menu_footer .link_anim{
    margin-bottom: 12px;
    padding-right: 5px;
    transition: all 0.5s ease;
}

.elem_menu_footer .link_anim:hover a {
    padding-left: 5px;
    padding-right: 5px;
    background: var(--color2);
}

.elem_menu_footer .link_anim a{
    padding-top: 6px;
    padding-bottom: 6px;
}


.elem_menu_footer .link_anim a:hover{
    color: var(--color-white);
}

.menu_footer_down{
    text-align: center;
    align-items: center;
    justify-content: center;
}

.menu_footer_down a{
    padding:3px 10px;
    color: var(--color-white);
    margin:0 10px;
    transition: all 0.5s ease;
}

.menu_footer_down a:hover{
    color: var(--color2);
}


.box-owl-article #sponsor_liste .item{
    background: var(--color-white);
    box-sizing: border-box;
    transition: all 0.5s ease;
    border-radius: 0;
    min-height: initial;
    padding: 0;
    box-shadow: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px;
}

.box-owl-article #sponsor_liste .item:hover {
    transform: scale(1.05)
}

.box-owl-article #sponsor_liste .item img{
    width: 90%;
    height: 90%;
    object-fit: contain;
    object-position: center center;
}

.box-owl-article #sponsor_liste.owl-theme .owl-nav [class*=owl-]{
    margin-top: -30px;
    width: 20px;
    height: 20px;
    border: 2px !important;
    left: -10px;
}
.box-owl-article #sponsor_liste.owl-prev span, .box-owl-article #sponsor_liste.owl-next span{
    line-height: 9px;
}
.box-owl-article #sponsor_liste .owl-nav .owl-next{
    left: initial !important;
    right: -10px;
}

.box-owl-article  #sponsor_liste .owl-prev, .box-owl-article .owl-next {
    box-shadow: 0px 0px 0 4px #cccccc75;
}


/* etablissements */
.etablissements{
    min-height: 600px;
    overflow: hidden;
    display: flex;
    height: 1px;
    margin: 60px 0 0;
}

.c-content-panels__panel{
    background-repeat: no-repeat;
    text-align: center;
    align-items: center;
    transition: flex .7s ease-in-out;
    background-size: cover;
    background-position: 50%;
    flex: 1;
    justify-content: space-around;
    display: flex;
    flex-direction: column;
    padding: 20px 20px 40px;
    position: relative;
    text-decoration: none;
}

.c-content-panels__panel:hover{
    flex: 2;
    justify-content: center;
}

.c-content-panels__panel-overlay {
    opacity: .6;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.8);
    z-index: 0;
    transition: visibility .25s linear;

}

.c-content-panels__panel:hover .c-content-panels__panel-overlay {
    background-color: rgba(0,0,0,.3);
}

.c-content-panels__panel__heading {
    color: #fefefe;
    position: relative;
    transition: all .5s ease-in-out;
    white-space: pre-wrap;
    text-shadow: 2px 2px 6px black;
}

.c-content-panels__panel--dark  .c-content-panels__panel-overlay{visibility:visible;transition:visibility .25s linear}

.c-content-panels__panel:hover .c-content-panels__panel__heading {
    font-size: 1.8rem;
}

.c-content-panels__panel:hover .c-content-panels__panel__heading:after {
    width: 100%;
}

.c-content-panels__panel__text {
    color: #fefefe;
    font-size: 18px;
    font-family: Tajawal,Playfair Display,Helvetica,sans-serif;
    margin-bottom: 100px;
    max-width: 100%;
    position: absolute;
    transform: translateY(700px);
    transition: transform .5s ease-in-out;
    background: var(--color2);
    box-shadow: 2px 2px 2px 0px #04040485;
    padding: 2px 5px;
    border-radius: 5px;
}

.c-content-panels__panel:hover .c-content-panels__panel__link, .c-content-panels__panel:hover .c-content-panels__panel__text {
    transform: translateY(0);
    transition: transform .5s ease-in-out;
    transition-delay: .1s;
    position: static;
    color: #fff;
}


.structure_recherche{
    display: flex;
    margin-top:40px;
}

.structure_recherche .laboratoire,
.structure_recherche .unite_recherche{
    flex: 1;
    color: white;
    text-align: center;
    padding: 80px 60px;
    position: relative;
}

.structure_recherche .laboratoire{
    background: url(images/recherche/labo.jpg) center center no-repeat;
    background-size: cover;
}

.structure_recherche .unite_recherche{
    background: url(images/recherche/unite.jpg) center center no-repeat;
    background-size: cover;
}

.red-overlay::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #1b5e20d1;
    z-index: 1;
}

.bleu-overlay::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(19, 34, 51, 0.8);
    z-index: 1;
}

.structure_recherche h2{
    color: #fff;
    font-size: 2.8rem;
    position: inherit;
    z-index: 2;
}

.structure_recherche .content_recherche_bloc{
    position: inherit;
    z-index: 2;
    font-size: 1.2rem;
}
.structure_recherche .content_recherche_bloc a{
    color: #fff;
    padding: 7px 0 7px 0;
    display: block;
    transition: all .5s ease;
}

.structure_recherche .content_recherche_bloc a:hover{
    background: var(--color2);
}


@media only screen and (min-width: 320px) and (max-width: 600px) {
    .box-owl-article #sponsor_liste .owl-dots{
        display: none;
    }

    .etablissements{
        flex-direction: column;
        height: auto !important;
    }



    .elem_menu_footer{
        width: 100%;
    }
    .footerDown .copyright{text-align: center}
}
@media only screen and (min-width: 320px) and (max-width: 800px) {
    .structure_recherche {
        flex-direction: column;
    }
    .structure_recherche .laboratoire, .structure_recherche .unite_recherche{
        padding: 30px 20px;
    }

    .structure_recherche h2{
        font-size: 1.8rem;
    }

    .structure_recherche .content_recherche_bloc{
        font-size: 1.1rem;
    }

    .c-content-panels__panel:hover .c-content-panels__panel__heading{
        font-size: 1.5rem;
    }

    .c-content-panels__panel__text{
        margin-bottom: 0px;
    }



    .c-content-panels__panel-overlay {
        opacity: 1;
        background-color: rgb(6 82 30 / 85%);
    }

    .c-content-panels__panel:hover .c-content-panels__panel-overlay{
        background-color: rgb(0 0 0 / 26%);
    }

    .c-content-panels__panel .c-content-panels__panel__heading{
        text-shadow: 2px 2px 6px black;
        width: 250px;
    }



}

@media only screen and (min-width: 601px) and (max-width: 1260px) {
    .etablissements{
        min-height: 430px;
    }
    .c-content-panels__panel__text{
        font-size: 14px;
    }
}

