*{
    margin: 0;padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
    /*text-transform: capitalize;*/
    text-decoration: none;
}
html{
    font-family:Arial, sans-serif;
}
body{
    min-height: 100vh;
    /*background: url(../images/);*/
    background-size: cover;
    background-position: center;
}

header{
    position: relative;
    top: 0; left: 0; right: 0;
    background-color: #ffffff;
    box-shadow: 0 5px 5px rgb(88, 88, 88);
    padding:0px 5px 0px 10px;
    display:flex;
    align-items:center;
    justify-content: space-between;
    z-index: 1000;
}
header .logo{
    font-weight: bolder;
    font-size: 20px;
    color:#333;
    height:64% ;
    width:60%;
    
}
header .navbar{
    background-color: #ffffff;
    width:60vw;
    
}
header .navbar ul{
    margin-top: 10px;
    margin-bottom: 0px;
    list-style: none;
    text-decoration: none;
    
    
}
header .navbar ul li{
    position: relative;
    float: left;
    
}
header .navbar ul li a{
    font-size: 11px;
    padding: 13px;
    color: #333;
    display:block;
}
header .navbar ul li a:hover{
    background: #2b499e;
    color: #fff;
    text-decoration: none;
}
header .navbar ul li ul{
    position: absolute;
    left:0;
    width: 170px;
    background: #fff;
    padding: 0px;
    display: none;
    margin:0px
    
}
header .navbar ul li ul li{
   width: 100%;
   border-top:1px solid rgba(0,0,0,.1);
}
header .navbar ul li ul li a{
    font-size: 12px;
    padding: 10px;
    color: #333;
}
header .navbar ul li:focus-within > ul,
header .navbar ul li:hover > ul{
    display: initial;
}
.connexion-bg{
    /*background: #2b499e;*/
    height: 88vh;
    background-image: url(../images/Administration\ cdm1.JPG);
    background-size: cover;
    background-position: center;
  
}
.connexion-user-bg{
    /*background: #2b499e;*/
    height: 88vh;
    background-image: url(../images/logo-SEEG-HD600.jpg);
    /*background-size: cover;*/
    background-size:28%;
    background-repeat: no-repeat;
    background-position: center;
}
#myiframe {
    width: 300px;
    height:150px;
}
#background-video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}
#menu-bar{
    display: none;
}
header label{
    font-size: 17px;
    color: #2b499e;
    cursor: pointer;
    display: none;
}
header span, span a{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    color: #333;
    text-decoration: none;
    
}
header span a:hover{
    text-decoration: none;
    color: #333;
}
iframe{
    width:100%;
    height:100px;
    text-align: center;
    align-items: center;
    background-position: center;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);

}
/*Gestion de la partie chrono 1*/
.countdown{
    background: rgba(0,0,0,.1);
    width:70vw;
    /*border:1px solid #fff;*/
    display:flex;
    justify-content: space-around;
    gap:10px;
    position: absolute;
    transform: translate(-50%, -50%);
    top:45%;
    left:50%
}
.countdown-label{
    background: rgb(55, 137, 214,.7);
    width:auto;
    /*border:1px solid rgb(55, 137, 214);*/
    display:flex;
    justify-content: space-around;
    gap:10px;
    position: absolute;
    transform: translate(-50%, -50%);
    top:62%;
    left:50%;
    border-radius: 0px 5px;
    box-shadow: -5px -5px 5px 5px rgba(0,0,0,.5);
}
.interet-div{
    /*background: #fff;*/
    width:30vw;
    height: auto;
   /* border:1px solid rgb(9, 52, 145);*/
    display:flex;
    justify-content:center;
    align-items: center;
    position: absolute;
    transform: translate(-50%, -50%);
    top:75%;
    left:50%;
    border-radius: 5px 5px;

}
.manisfestation{
    width: auto;
    height:auto;
    background-color: rgb(55, 137, 214,1);
    padding: 0px 3px 0px 3px;
    border-radius: 5px 5px 5px 5px;
    padding-right: 12px;
    color: #ffffff;
    font-weight: 600;
    font-size: 0.9em;
}
.nombre{
    width: 70px;
    height: 70px;
    text-align: center;
    background-color: #ca3d3d;
    color: #ffffff;
    border-radius: 50px;
    align-items: center;
    justify-items: center;
    justify-content: space-evenly;
    display: flex;
    font-weight: 600;
    font-size: 1em;
    margin:0px 0px 0px -5px;
}

.text-label{
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    align-items: center;
    font-size:1em;
    font-weight:600;
    padding: 5px 10px 5px 10px;
}
.box-countdown{
    /*border:1px solid orange;*/
    width:25vmin;
    height:25vmin;
    display: flex;
    flex-direction:column;
    align-items:center;
    justify-content: space-evenly;
    position: relative;
    box-shadow: 15px 15px 30px rgba(0,0,0,.5);
    font-size:17px;
}
.box-countdown:after{
    content:"";
    position: absolute;
    background-color: rgba(255, 255, 255, 0.12);
    height: 100%;
    width: 50%;
    left: 0;
}
span.num{
    background-color: #ca3d3d;
    /*background-color: #202020;*/
    height:100%;
    width:100%;
    display:grid;
    place-items:center;
    font-weight:600;
    font-size:5em;
    color: #ffffff;
}
span.text{
    color: #ffffff;
    font-size:1.2em;
    background-color: #2887e3;
    display: block;
    text-align: center;
    width:100%;
    font-weight: 400;
}

/*fin de la gestion du chrono*/
#carouselExampleSlidesOnly{
    width: 100%;
    height: 100%;
    margin:auto;
}
.carousel-item img{
    width:100%;
    height:100vh;
}
.carousel-caption{
    height:20vh;
    width: 30vw;
    text-align: left;
    left:20px;
    top:66%;
    /*border: 1px solid #ca3d3d;*/
}
/*banniere*/

.testiment-card{
    background-color: rgba(0,0,0,.1);
    position: fixed;
    display: flex;
    align-items: center;
    z-index: 10;
    height: 480px;
    width: 200px;
    right: 0.5vw;
    border-radius: 20px 20px 20px 20px;
    top:14vh;
    color: white;
    
}
.testiment-card .outre{
    display: flex;
    justify-content: center;
    align-items: center;
}
.testiment-card .card{
    background-color: white;
    width: 200px;
    height: 250px;
    display: flex;
    align-items: center;
    padding: 20px;
    opacity: 0;
    /*pointer-events: none;*/
    position: absolute;
    justify-content: space-between;
    border-radius: 20px 20px 20px 20px;
    box-shadow: 0px 10px 15px rgb(0,0,0,0.1);
    animation: animate 48s linear infinite;
    animation-delay: calc(6s * var(--delay));/*5*/
}
.outre:hover .card{
    animation-play-state: paused;
}
.testiment-card .card:last-child{
    animation-delay: calc(-4s * var(--delay)); /*-5*/
}
.card .content{
    display: flex;
    align-items: center;
}
.testiment-card .card .img{
    height: 50px;
    width: 50px;
    position: absolute;
    left: 1px;
    background:#fff;
    border-radius: 50%;
    padding: 5px;
    box-shadow: 0px 0px 5px rgba(0,0,0,.2);
}
.card .img img{
    height: 100%;
    width: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.banner{
    width: 100%;
    background-color: #f8d49d;
}
.banner .row{
    align-items: center;
}
.wrapper-cand{
    overflow-x:hidden;
    background-image: linear-gradient(
        to right,
        #c8f0ae,
        #ecf8aa,
        #88e6f7
    );
}
#sidebar-wrapper{
    min-height:100vh;
    margin-left:-15rem;
    transition: margin 0.25s ease-out;
    background-color: teal;
}
#sidebar-wrapper .sidebar-heading{
    padding:0.875rem 1.25rem;
    font-size:1.1rem;
}
#sidebar-wrapper .list-group{
    width:15rem;
}
/*******************************************/
.sidebar-link{
    display:flex;
    align-items:center;
}
.sidebar-link .right-icon{
    display: inline-flex;
    transform: all ease 0.25s;
}
.sidebar-link[aria-expanded="true"] .right-icon{
    transform:rotate(180deg);
}
/********************************************/

#page-content-wrapper{
    min-width:100vw;
    /*min-height: 100vh;*/
}
#wrapper.toggled #sidebar-wrapper{
    margin-left: 0;
}
#menu-toggle{
    cursor: pointer;
}
.list_group-item{
    border:none;
    padding:  20px 30px;
}
.list-group-item.active{
    background-color: transparent;
    color:var(--main-text-color);
    font-weight: bold;
    border:none;
}


.copyright{
    width: 100%;
    height:auto;
    font-size: 1em;
    justify-items: center;
    /*margin-top: 1vh;*/
    text-align: center;
    align-items: center;
    align-content: center;
    color: white;
    background-color: rgb(99, 96, 96);  
}
.fin_footer{
    width: 100%;
    height: auto;
    background-color: #fff;
}
.taille-row{
    height: 200px;
    border: 1px solid;
    border-color: #ca3d3d;
}
/*.body_listing{
    height:780%;
    margin: auto;
    width: 90%;
    border: 1px solid;
    color: cornflowerblue;
}*/
.core_listing_candidats{
    height: 80vh;
    margin: auto;
    width: 85vw;
    border: 1px solid;
    color: cornflowerblue;
    margin-top: 1%;
    background-color: white;
}
/**/
.entete_concour{
    /*height: 2em;
    width: 25em;
    z-index: 10;
    left: 50%;
    margin-right: 50%;
    position: absolute;
    color:rgb(17, 0, 255);
    background-color: lightblue;*/

    /*background: #ffffff;*/
    background: #ffffff;
    opacity: 0.7;
    width:65vw;
    
    display:flex;
    justify-content: space-around;
    
    position: absolute;
    transform: translate(-50%, -50%);
    z-index: 10;
    top:23vh;
    left:50%;
    box-shadow: 5px 5px 10px 5px rgb(216, 215, 233);
    border-radius: 5px;
    padding: 10px;
    font-size:1.6rem;
    animation: clignote 4s linear infinite
    
}
.monter{
    height: 3.2em;
    width: 3.2em;
    background: crimson;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    right: 20px;
    bottom: 50px;
    cursor: pointer;
    color: white;
    transform: all 0.3s;
    z-index: 11;
}
.denscendre{
    height: 5em;
    width: 5em;
    background: rgb(40, 151, 224,0.8);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    /*left: 20px;
    top:100%;*/
    left: 50%;
    bottom: 20px;
    cursor: pointer;
    color: #ffff;
    transform: all 0.2s;
    z-index: 10;
}
.monter:hover{
    transform: scale(1.15);
    background: rgb(20, 67, 220);
}
.denscendre:hover{
    transform: scale(1.15);
    background: rgb(22, 34, 143,0.4);
}
/* fade animation connexion box*/
.one{
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-delay: 1s; 
 }
.animate{
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
}
@-webkit-keyframes fadeIn{
    from{
        opacity:0;
    }
    to{
        opacity: 1;
    }
}
@keyframes fateIn{
    from{
        opacity:0;
    }
    to{
        opacity:1;
    }
}
.fadeIn{
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
@-webkit-keyframes fadeUp{
    from{
        opacity:0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
    }
    to{
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeUp{
    from{
        opacity:0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
    }
    to{
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeUp{
    -webkit-animation-name: fadeUp;
    animation-name: fadeUp;
}
@-webkit-keyframes fadeLeft{
    from{
        opacity:0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
    }
    to{
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeLeft{
    from{
        opacity:0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
    }
    to{
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeLeft{
    -webkit-animation-name: fadeLeft;
    animation-name: fadeLeft ;
}
@-webkit-keyframes fadeRight{
    from{
        opacity:0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
    }
    to{
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeRight{
    from{
        opacity:0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
    }
    to{
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeRight{
    -webkit-animation-name: fadeRight;
    animation-name: fadeRight ;
}
/*********************************************************/
.clignote {
    color:white;
    animation: clignote 2s linear infinite;
}
.clignote0 {
    color:red;
    animation: clignote 4s linear infinite;
}
.clignote-contact{
    animation: clignote 4s linear infinite;
}
@keyframes clignote {  
  50% { opacity: 0; }
}
@keyframes clignote0 {  
    50% { opacity: 0.3; font-size:0.7rem; padding:10px; color:#2887e3; }
  }
@keyframes animate{
    0%{
        opacity: 0;
        transform: translateY(100%) scale(0.3);
    }5%, 20%{
        opacity: 0.4;
        transform: translateY(100%) scale(0.7);
    }20%, 40%{
        opacity: 1;
        transform: translateY(0%) scale(1);
        pointer-events: auto;
    }45%,60%{
        opacity:0.4 ;
        transform: translateY(-100%) scale(0.7);
    }65%, 100%{
        opacity:0;
        transform: translateY(-100%) scale(0.3);
    }

}

@media(max-width:1250px){

    header{
        padding: 20px;
    }
    header label{
        display:initial;
    }
    header .navbar{
        position:absolute;
        top:100%;
        left:0;
        right: 0;
        background: #fff;
        border-top:1px solid rgba(0,0,0,.1);
        display: none;
    }
    header .navbar ul li{
        width: 100%;
    }
    header .navbar ul li ul{
        position: relative;
        width: 100%;
    }
    header .navbar ul li ul li{
        background: rgb(228, 225, 225);
    }
    header span{
        font-family: Arial, Helvetica, sans-serif;
        font-size: 15px;
        color: #15307a;
        font-weight: bold;
        color: dimgray;
    }
    header span a{
        text-decoration: none;
        color: #15307a;
    }
    header span a:hover{
        color: #15307a;
    }
    #menu-bar:checked ~ .navbar{
        display:initial;
    }
    .text-label{
        font-size: 12px;
    }
    .entete_concour{
        width:78vw;
        top:22vh;
        padding:8px;
        font-size:12px;
    }
}
@media screen and (max-width:1015px){
    .text-label{
        font-size: 14px;
    }
    .countdown-label{
        width: 65vw;
    }
    .interet-div{
        width: 45vw;
    }
    .entete_concour{
        width:74vw;
        top:22vh;
        padding:8px;
        font-size:12px;
    }
}
@media screen and (max-width:780px){
    .countdown{
        width:75vw;
    }
    .box-countdown{
        width:18vmin;
        height:26vmin;
        font-size:15;
    }
    span.num{
        font-weight:600;
        font-size:4em;
    }
    span.text{
        font-size:1em;
        font-weight: 400;
    }
    .countdown-label{
        width: 75vw;
    }
    .text-label{
        font-size: 0.76em;
    }
    .interet-div{
        width: 60vw;
    }
    .carousel-caption{
        width: 60vh;
    }
    .entete_concour{
        width:72vw;
        top:22vh;
        padding: 6px;
        font-size:12px;
    }

}
@media(min-width:768px){
    #sidebar-wrapper{
        margin-left:0;
    }
    #page-content-wrapper{
        min-width: 0;
        width: 100%;
    }
    #wrapper-toggled #sidebar-wrapper{
        margin-left:-15rem;
    }

}
@media screen and (max-width:530px){
    .countdown{
        width:80vw;
        top:30%;
        /*flex-wrap:wrap;
        gap:30px;*/
    }
    .box-countdown{
        width:calc(50% - 40px);
        height:20vmin;
        font-size:12px;
    }
    .countdown-label{
        width: 80vw;
        top:42%;
    }
    .text-label{
        font-size: 0.7em;
    }
    .interet-div{
        width: 60vw;
        top:55%
    }
    .carousel-caption{
        width: 80%;
        margin: auto;
    }
    .testiment-card{
        width: 200px;
        left: 60%;
        top: 12vh;
    }
    .entete_concour{
        width:78vw;
        top:19vh;
        padding: 6px;
        font-size:12px;
    }
    
}
@media screen and (max-width:480px){
    .countdown{
        top:40%;
        gap:15px;
    }
    .box-countdown{
        width:100%;
        height:25vmin;
        font-size:12px;
    }
    span.text{
        font-size:1.2em;
    }
    .text-label{
        font-size: 0.7em;
        
    }
    .countdown-label{
        width: 80vw;
        top:53%;
        font-size: 15px;
    }
    .interet-div{
        width: 80vw;
        top:63%
    }
    .carousel-caption{
        width: 80%;
        margin: auto;
    }
    .testiment-card{
        left: 50%;
        top: 25%;
    
    }
    .entete_concour{
       
        width:78vw;
        top:19vh;
        padding: 6px;
        font-size:10px;
    }
    
}