body {
    padding-top: 3.5rem;
    font-family: "Times New Roman", Times, serif;
}

.navbar-light .navbar-toggler {
    color: #343a40;
    border-color: #ffffff00;
    padding: 0px 0px 0px 10px;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    outline: none;
}


/* --- page d'accueil --- */

.img-plateforme {
    width: 60px;
}

.char {
    font-size: 10vw;
    font-family: serif;
    color: #0A207A;
    font-weight: bold;
}

.img-logo {
    width: 105px;
    margin-bottom: 5px;
}


/* text de logo GISNT (SCIENCE AU SIRVICE DU PEUPLE)*/

.img-logo-gisnt {
    margin-top: -75px;
}


/* --- fin page accueil ---*/


/* --- page appel condidature --- */

.title-appel-condidateur {
    text-align: center;
    margin: 20px 0px;
}

.title-appel-condidateur h4 {
    margin: auto;
    font-size: 17px;
    font-family: georgia;
    font-weight: bolder;
    color: #256CAD;
}

.code,
.header3 {
    font-family: georgia;
    font-weight: bolder;
    color: #90C04A;
}

.code {
    margin: auto;
    font-size: 40px;
}

.list-appel-condidateur,
.list-speciel {
    margin: 5px 5px;
    text-align: justify;
    font-family: georgia;
    color: #256CAD;
}

.header3 {
    font-size: 30px;
}


/* --- fin page appel condidature --- */


/* --- footer --- */

.cyan.darken-3 {
    background-color: #00838f !important;
}

footer .footer-copyright {
    overflow: hidden;
    background-color: rgba(0, 0, 0, .2);
    color: rgba(255, 255, 255, .6);
}

footer a {
    color: #fff;
    font-size: medium;
}


/* --- fin footer --- */

.logo-animate {
  display: flex;
  width: 100%;
  height: 100px;
  transition: width 1s, height 1s;
  margin-left: -8px;
}

.logo-animate:hover {
  /*width: 80%;*/
  height: 120px;
  border-bottom: 1px solid;
}


/* Iphone 5/SE */

@media (max-width: 320.98px) {
    .img-plateforme {
        width: 25px;
    }
    .img-mt {
        margin-top: -15px;
    }
    .img-logo-gisnt {
        margin-top: -70px;
    }
    .char {
        font-size: 15vw;
    }
    .img-logo {
        width: 55px;
    }
    .title-appel-condidateur h4 {
        font-size: 10px;
    }
    .code {
        font-size: 22px;
    }
    .header3 {
        font-size: 15px;
    }
}


/* Iphone X */

@media (min-width: 321px) and (max-width: 375.98px) {
    .img-plateforme {
        width: 25px;
    }
    .img-mt {
        margin-top: -15px;
    }
    .img-logo-gisnt {
        margin-top: -70px;
    }
    .char {
        font-size: 15vw;
    }
    .img-logo {
        width: 95px;
    }
    .title-appel-condidateur h4 {
        font-size: 10px;
    }
    .code {
        font-size: 22px;
    }
    .header3 {
        font-size: 15px;
    }
}


/* Extra small devices (portrait phones, 376px and up) */

@media (min-width: 376px) and (max-width: 575.98px) {
    .img-plateforme {
        width: 25px;
    }
    .img-mt {
        margin-top: -15px;
    }
    .img-logo-gisnt {
        margin-top: -70px;
    }
    .char {
        font-size: 15vw;
    }
    .img-logo {
        width: 100px;
    }
    .title-appel-condidateur h4 {
        font-size: 10px;
    }
    .code {
        font-size: 22px;
    }
    .header3 {
        font-size: 15px;
    }
}


/* Small devices (landscape phones, 576px and up) */

@media (min-width: 576px) and (max-width: 767.98px) {
    .img-plateforme {
        width: 15px;
    }
    .img-logo {
        width: 95px;
    }
    .title-appel-condidateur h4 {
        font-size: 10px;
    }
    .code {
        font-size: 30px;
    }
    .header3 {
        font-size: 20px;
    }
}


/* Medium devices (tablets, 768px and up) */

@media (min-width: 768px) and (max-width: 991.98px) {
    .img-plateforme {
        width: 30px;
    }
    .img-logo {
        width: 95px;
    }
}


/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) and (max-width: 1199.98px) {
    .img-plateforme {
        width: 45px;
    }
    .img-logo {
        width: 125px;
    }
}


/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {}

.btn-facebook {
    color: #fff;
    background-color: #3b5998;
    border-color: #3b5998;
}

.btn-google {
    color: #fff;
    background-color: #e04755;
    border-color: #e04755;
}

.img-profile {
    height: 1.5rem;
    width: 1.5rem;
}

.no-collapse .topbar-divider {
    width: 0;
    border-right: 1px solid #e3e6f0;
    height: calc(4.375rem - 2rem);
    margin: auto 1rem;
}

.no-collapse .dropdown-toggle::after {
    content: none;
}

.no-collapse .nav-item .nav-link .badge-counter {
    position: absolute;
    transform: scale(.7);
    transform-origin: top right;
    right: .25rem;
    margin-top: -.25rem;
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .35rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute !important;
}

.no-collapse .dropdown-list .dropdown-item .dropdown-list-image {
    position: relative;
    height: 2.5rem;
    width: 2.5rem;
}

.no-collapse .dropdown-list .dropdown-item {
    white-space: normal;
    padding-top: .5rem;
    padding-bottom: .5rem;
    border-left: 1px solid #e3e6f0;
    border-right: 1px solid #e3e6f0;
    border-bottom: 1px solid #e3e6f0;
    line-height: 1.3rem;
}

.no-collapse .dropdown-list .dropdown-item .dropdown-list-image img {
    height: 2.5rem;
    width: 2.5rem;
}

.no-collapse .dropdown .dropdown-menu {
    /*width: calc(100% - 1.5rem);*/
    right: -1.75rem;
}

.no-collapse .dropdown-list .dropdown-header {
    background-color: #4e73df;
    border: 1px solid #4e73df;
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #fff;
}

.no-collapse .dropdown-list .dropdown-item .text-truncate {
    max-width: 8.375rem;
}

.w-dropdown-item {
    width: 275px;
}

@media (min-width: 576px) {
    .no-collapse .dropdown-list {
        width: 20rem!important;
    }
    .no-collapse .dropdown-list .dropdown-item .text-truncate {
        max-width: 13.375rem;
    }
    .no-collapse .dropdown .dropdown-menu {
        right: .25rem;
    }
    .w-dropdown-item {
        width: auto;
    }
}

.no-collapse .dropdown-list {
    padding: 0;
    border: none;
    overflow: auto;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-gray-500 {
    color: #b7b9cc!important;
}

.no-collapse .dropdown-list .dropdown-item .dropdown-list-image .status-indicator {
    background-color: #eaecf4;
    height: .75rem;
    width: .75rem;
    border-radius: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    border: .125rem solid #fff;
}

.icon-circle {
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar.navbar-light.bg-whait {
    background-color: #fff;
    /*background-color: #3a6aff;*/
    border-bottom: solid 1px #dee2e6;
}

.img-profile-post {
    height: 2.5rem;
    width: 2.5rem;
}

.img-profile-comment {
    height: 2.3rem;
    width: 2.3rem;
}

.chat-message,
.notification {
    height: auto;
    max-height: 385px;
    overflow-y: scroll;
}

.no-collapse .dropdown-list .dropdown-item .notif-image {
    position: relative;
    height: 3.5rem;
    width: 3.5rem;
}

.no-collapse .dropdown-list .dropdown-item .notif-image img {
    height: 3.5rem;
    width: 3.5rem;
}

.no-collapse .dropdown-list .dropdown-item .dropdown-list-image .status-notif {
    background-color: #0d37de;
    height: 1.5rem;
    width: 1.5rem;
    border-radius: 100%;
    position: absolute;
    bottom: -5px;
    padding: 1px 6px;
    right: -5px;
    color: #fff;
}

.load-notif {
    margin: 20px;
    text-align: center;
}

@media (max-width: 576px) {
    .load-notif>img {
        width: 50%;
    }
    .load-notif>h3 {
        font-size: unset;
    }
}

.card-right-menu {
    margin-bottom: 15px;
}

.icon-action {
    margin-top: 5px;
    float: right;
    font-size: 80%;
}

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

@media (max-width: 576px) {
    .mt-custom {
        margin-top: 80px;
    }
    
    .flex-derction-reverse-xs {
        flex-direction: column-reverse;
    }
}
@media (min-width: 576px) {
    .w-sm-75 {
        width: 75% !important;
    }
}

.text-login{
    font-size: 12px;
    color: white;
}