.panel-header,
.panel-heading,
.list-group-item-info {
    background-color: #323266 !important;
    color: #fff !important;
}
.panel-heading a {
    color: #fff !important;
}

input[type="text"],
input[type="number"],
input[type="email"],
input[type="password"],
textarea,
select {
    border-color: #aaa;
    border-top: none!important;
    border-right: none!important;
    border-left: none!important;
    box-shadow: none!important;
    outline: none!important;
    border-radius: 0px!important;
}

input[type="text"],
.select2-container .select2-selection--single {
    height: 34px !important;
    border-radius: 0px!important;
    border-top: none!important;
    border-right: none!important;
    border-left: none!important;
    box-shadow: none!important;
    outline: none!important;
}

.icone_links {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    word-break: break-all;
}

.icone_link {
    font-size: 24px!important;
    margin-right: 5px;
}

h5 {
    font-size: 14px !important;
}

h6 {
    font-size: 10px !important;
}

.glyphicon-home {
    color: #fff;
}

.glyphicon-triangle-right {
    color: #CD1719 !important;
}

.membress {
    display: flex;
    margin-bottom: 60px;
    justify-content: center;
}

.membre-nom {
    position: absolute;
    top: -15px;
    padding: 5px;
    font-size: 10px !important;
    background-color: #323266;
    color: #fff;
    text-align: center;
    width: 150px;
}

.membres,
.ouvrages {
    display: flex;
    margin-bottom: 45px;
    justify-content: center;
}
.membre {
    width: 150px;
    height: 150px;
    transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
}

.membre-name,
.coord-name,
.titre-lettre {
    top: 140px;
}

.membre-name,
.coord-name,
.titre-lettre {
    position: absolute;
    right: 2px;
    padding: 5px;
    font-size: 11px !important;
    background-color: #323266;
    color: #fff;
    text-align: center;
    width: 155px;
}
.membre-name-hover {
    background-color: #fff;
    color: #323266;
    border: 1px solid #323266;
    transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}
.membre-photo {
    width: 150px;
    height: 150px;
    object-fit: cover;
    object-position: top;
    border: 1px solid #323266;
}









.ouvrages {
    display: flex;
    margin-bottom: 45px;
    justify-content: center;
}

.titre-lettre {
    top: 140px;
}

.titre-lettre {
    position: absolute;
    right: 2px;
    padding: 5px;
    font-size: 11px !important;
    background-color: #323266;
    color: #fff;
    text-align: center;
    width: 155px;

}

.coord-par {
    margin-left: -20px;
    width: 125px;
    padding: 3px;
    font-size: 11px !important;
    color: #ffffff;
}

.coord-par-name {
    font-size: 11px !important;
}

.lettre-a-la-une  {
    width: 220px;
    height: 220px;
    box-shadow: 0px -1px 7px 0px rgba(0,0,0,0.60);
    -webkit-box-shadow: 0px -1px 7px 0px rgba(0,0,0,0.60);
    -moz-box-shadow: 0px -1px 7px 0px rgba(0,0,0,0.60);
}

.lettre-a-la-une_icone {
    width: 220px;
    height: 220px;
    object-fit: cover;
    object-position: center;
    border: 1px solid #323266;
}

.lettre-a-la-une_titre {
    position: absolute;
    top: 200px;
    right: -25px;
    padding: 5px;
    font-size: 14px !important;
    background-color: #323266;
    color: #fff;
    text-align: center;
    width: 185px;
}

.titre-lettre {
    box-shadow: 0px -1px 7px 0px rgba(0,0,0,0.60);
    -webkit-box-shadow: 0px -1px 7px 0px rgba(0,0,0,0.60);
    -moz-box-shadow: 0px -1px 7px 0px rgba(0,0,0,0.60);
    border: 1px solid #fff;
}

.archives {
    border: none!important;
}

.color-rouge {
    color: #CD1719;
}

.popover {
    border: 1px solid #CD1719;
    box-shadow: 10px 21px 29px 11px rgba(0,0,0,1);
    -webkit-box-shadow: 10px 21px 29px 11px rgba(0,0,0,1);
    -moz-box-shadow: 10px 21px 29px 11px rgba(0,0,0,1);
}

.popover-content {
    background-color: #CD1719 !important;
    color: #fff;
    padding: 15px;
    border-radius: 5px;
    font-size: 18px !important;
    text-align: center;
    text-transform: uppercase;
}

.sticky {
    position: sticky;
    top: 65px;
}

.sousmenu-dt {
    height: 250px;
    overflow: scroll;
}

@media screen and (max-width: 988px) {
    .sticky {
        position: relative;
    }

    .dt-sousmenu {
        margin-top: -75px;
        margin-bottom: 65px;
    }
    .sousmenu-dt {
        height: 150px;
    }

    .hr .text {
        max-width: 425px;
    }
}

.btn {
    border: none;
}

.btn-blocked {
    width: 100%!important;
}

.btn-outlined,
.btn-outlined-responsive {
    border: 1px solid #323266;
    color: #323266;
    background-color: #fff;
    border-radius: 0px!important;
}
.btn-outlined {
    max-width: 215px;
}

.btn-outlined:hover,
.btn-outlined-responsive:hover  {
    color: #fff;
    background-color: #323266;
    transition: all 0.25s linear 0s;
    -o-transition: all 0.25s linear 0s;
    -ms-transition: all 0.25s linear 0s;
    -moz-transition: all 0.25s linear 0s;
    -webkit-transition: all 0.25s linear 0s;
}

.btn-outlined_rouge,
.btn-outlined-responsive_rouge {
    border: 1px solid #CD1719;
    color: #CD1719;
    background-color: #fff;
    border-radius: 0px!important;
}
.btn-outlined_rouge:hover,
.btn-outlined-responsive_rouge:hover  {
    color: #fff!important;
    background-color: #CD1719;
    transition: all 0.25s linear 0s;
    -o-transition: all 0.25s linear 0s;
    -ms-transition: all 0.25s linear 0s;
    -moz-transition: all 0.25s linear 0s;
    -webkit-transition: all 0.25s linear 0s;
}

.font-normal a {
    font-size: 12px !important;
}

img.affiche {
    width: 75%;
    border-radius: 2px;
}

.seminaire-col {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0px;
}

.seminaire-carts,
.ouvrage-carts {
    text-align: center;
    width: 100%;
    height: 100%;
    padding: 5px;
}

.seminaire-cart {
    background-color: #323266;
    margin: 0;
    padding: 0;
}
.ouvrage-cart {
    margin: 0;
    padding: 0;
    height: 250px;
    overflow: hidden;
    border: 1px solid #323266;
    box-shadow: 0px -1px 7px 0px rgba(0,0,0,0.60);
    -webkit-box-shadow: 0px -1px 7px 0px rgba(0,0,0,0.60);
    -moz-box-shadow: 0px -1px 7px 0px rgba(0,0,0,0.60);
}

.ouvrage-cart:hover img {
    transition: transform .5s ease;
    transform: scale(1.5, 1.5);
}

.ouvrages {
    margin-bottom: 15px;
}

.seminaire-img,
.ouvrage-img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center;
    transform: scale(1, 1);
    transition: all 0.25s linear 0s;
    -o-transition: all 0.25s linear 0s;
    -ms-transition: all 0.25s linear 0s;
    -moz-transition: all 0.25s linear 0s;
    -webkit-transition: all 0.25s linear 0s;
}

.seminaire-img-op02 {
    opacity: 0.2;
}
.seminaire-img-op06 {
    opacity: 0.6;
}

.seminaire-titre {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    word-break: break-word;
    padding: 25px;
    color: #fff;
    text-decoration: none;
}

.profinvite-img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    object-position: center;
    box-shadow: 0px -1px 7px 0px rgba(0,0,0,0.60);
    -webkit-box-shadow: 0px -1px 7px 0px rgba(0,0,0,0.60);
    -moz-box-shadow: 0px -1px 7px 0px rgba(0,0,0,0.60);
}

.type_soutenance {
    display: flex;
    width: 75px;
    height: 75px;
    align-items:start;
    justify-content:center;
}

.axe-entete {
    display: flex;
    direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 10px;
}

.etiquette {
    position: fixed;
    left: -1px;
    top: 49px;
    width: 215px;
    padding: 0!important;
    margin: -2px!important;
    border: 1px solid #333565;
    background-color: #fff;
    border-radius: 0!important;
}

.nav-pills {
    border-bottom: 1px solid #ccc!important;
}

.nav-pills > li > a {
    border-radius: 0!important;
}

.nav-pills > li > a:hover,
.nav-pills > li > a:focus {
    color: #fff!important;
    background-color: #323266!important;
    border-bottom: 3px solid #323266;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    color: #323266!important;
    background-color: #fff!important;
    border-bottom: 3px solid #323266;
}
