body {
    font-family: 'HelvNeue 45L';
}

a {
    text-decoration: none;
    color:#007990;
}

a:hover {
    color: #c49a34;
}

.event:hover{
    background-color: rgb(211, 211, 211);
    cursor: pointer;
}

.text-center { text-align:center; }

.text-right { text-align:right; }

.text-left { text-align:left; }

.hide, .hidden { display: none; }

.form-group { padding: 10px 0px; }

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

.fancybox__content,
.fancybox__content section {
    background-color: #dddeda !important;
}

@media (max-width: 767px){
    .fancybox__content{
        padding: 5px;
    }
}

.height-100{
    height: 100%;
}

.width-100{
    width: 100%;
}

.cursor{
    cursor: pointer;
}

.cursor:hover{
    filter: brightness(85%)!important;
}

.back {
    width: fit-content;
    color:rgb(68, 151, 219);
}

.back:hover{
    color:rgb(54, 119, 172);
}

.profil-img{
    -webkit-box-shadow: 5px 5px 14px 5px rgba(0,0,0,0.41); 
    box-shadow: 5px 5px 14px 5px rgba(0,0,0,0.41);
}

.focus{
    color: #007990!important;
}

.bkg-etudiant { background-color: #196499; }
.bkg-referent { background-color: #d5ab05; }
.bkg-responsable { background-color: #438a46; }

.color-etudiant { color: #196499; }
.color-referent { color: #f0bf05; }
.color-responsable { color: #438a46; }

.border-etudiant { border: solid 2px #196499; }
.border-referent { border: solid 2px #f0bf05; }
.border-responsable { border: solid 2px #438a46; }

.marginB-0{
    margin-bottom: 0px!important;
}

.chat-container{
    background-color: whitesmoke;
    -webkit-box-shadow: -10px 0px 13px -7px #b7b7b7, 10px 0px 13px -7px #b7b7b7, 0px 0px 50px 11px rgba(0,0,0,0); 
    box-shadow: -10px 0px 13px -7px #b7b7b7, 10px 0px 13px -7px #b7b7b7, 0px 0px 50px 11px rgba(0,0,0,0);
}

.btn-add {
    position: sticky;
    bottom: 10px;
    left: 1%;
    z-index: 10;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    background-color: #007990;
    color: white;
    margin-right: 5px;
    margin-top: 10px;
  }


.date-chat-etudiant{ border: solid 2.5px #196499; border-radius: 30px; }
.date-chat-referent{ border: solid 2.5px #f0bf05; border-radius: 30px; }
.date-chat-responsable{ border: solid 2.5px #438a46; border-radius: 30px; }

@media (max-width: 1399px) {
    .fancybox__content {
        width: 100%;
    }
}

@media (min-width: 1400px) {
    .fancybox__content {
        width: 80%;
    }
}

.fancybox__content ul {
    list-style: none;
    padding-left: 0rem;
}

.fancybox__backdrop {
    background-color: rgba(24, 24, 27, 0.6);
}

.bg-primary{
    background-color: #007990;
}

.btn-primary {
    background-color: #007990;
    border: none;
    padding:1em 1.5em;
    font-size: 1.2em;
    font-weight: bold;
    border-radius: 12px;
    letter-spacing: .1em;
}

.btn-send {
    background-color: #007990;
    border: none;
    padding:1em 1.5em;
    color: white;
    font-weight: bold;
}

.btn-action {
    background-color: #007990;
    border: none;
    padding:.5em 1em;
    color: white;
    font-weight: bold;
    border-radius: 12px;
}

.btn-action:hover{
    background-color: #176598;
}

.btn-primary:hover{
    background-color: #176598;
}

.btn-send:hover{
    background-color: #176598;
    color: white;
}

.breadcrump { 
    margin-top:2em;
    text-transform: uppercase;
}

.breadcrump a {
    color:#007990;
}

.breadcrump a:hover {
    color: #c49a34;
}

.breadcrump strong {
    color:#007990;
    font-weight: bold;
    font-family: 'HelveticaNeueLTCom65Medium';
}

/* HEADER */
header .btnLinks {
    margin-top: 1.5em;
    margin-bottom: 0.4em;
}

header .btnLinks .btn-primary {
    width: 100%;
    font-size: 0.9em;
}

header .btn-primary {
    padding: .5em 1.5em;
    font-size: 1em;
}

header .btn-lang {
    padding: 0px;
    margin-top: 1.3em;
    margin-bottom: 0.4em;
}

header .btn-lang img {
    width:80px;
}

header .logo-avpro {
    margin: 1.5em;
}

header a {
    color:#000;
}

header a:hover {
    color: #176598;
}

header ul {
    width: 100%;
    list-style: none;
    padding-left: 0rem;
    text-align: right;
    margin-top: 1.5em;
    margin-bottom: .5rem;
}

.li-after {
    display: inline-block;
    font-size: 1.3em;
    text-align: right;
}

.li-after::after { 
    content:"/";
    margin:0em 1em;
}

@media (max-width: 992px){
    .li-after{
        margin-left: auto;
    }

    .li-after::after { 
        content:"";
    }
}

header ul li:last-of-type::after {
    content:"";
}

header .form-control {
    border: 1px solid #007990;
}

header .input-group-text {
    background-color: transparent;
    border: 1px solid #007990;
    border-radius: 0rem .25rem 0.25rem 0rem;
    height: 38px;
}

header .fa-magnifying-glass {
    color:#007990;
}

/* SECTION principale, mon espace */
section.sn-primary {
    background-color:#dddeda;
    min-height: 150px;
}

section.sn-primary .primBloc {
    position:relative;
}

section.sn-primary .primBloc img {
    max-width: 100%;
}

section.sn-primary .infos {
    box-shadow: #000;
    background-color: #fff;
    border-radius: 25px;
    padding: 20px 30px;
    margin: 0px 66px 32px 66px;
    font-size: 1.6em;
    -webkit-box-shadow: 2px 2px 8px 3px rgba(0,0,0,0.3); 
    box-shadow: 2px 2px 8px 3px rgba(0,0,0,0.3);
}

section.sn-primary .blcRelative {
    top: -1.5em;
    margin-top: -3em;
    position: relative;
}

section.sn-primary .blcBleu,
section.sn-primary .blcVert,
section.sn-primary .blcJaune {
    text-align:center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.4em;
}

section.sn-primary .blcBleu img,
section.sn-primary .blcVert img,
section.sn-primary .blcJaune img {
    max-width: 125px;
    margin-bottom:.7em;
}

section.sn-primary .blcBleu { color:#196499; }
section.sn-primary .blcVert { color:#438a46; }
section.sn-primary .blcJaune { color:#caa205; }
section.sn-primary .btn-primary {
    display: flex;
    align-items: center;
    margin-left: auto;
}

section.sn-primary .btnEngagement {
    height: calc(100% - 32px);
    display: inline-flex;
}

section.sn-primary .primTxt {
    position:absolute;
    top: 4.5em;
    left: 0em;
    background-color: #176499;
    background-color: rgba(23, 100, 153, .9);
    color: #fff;
    padding: 20px 40px 20px 75px;
    width: 600px;
    font-size: 1.8em;
    margin-left: 12px;
}

section.sn-primary .primBtn {
    position:absolute;
    top: 2em;
    left: 3em;
}

section.sn-primary .primBtn img { 
    max-width: 40px;
    margin-right: 30px;
}

/* Section formulaire */
section.sn-formulaire {
    padding-top:2em;
    padding-bottom:2em;
    background-color: #dddeda;
}

section.sn-formulaire h3 {
    text-align: center;
    font-size: 1.3em;
    font-weight: bold;
    margin: 0em 0em 2em 0em;
}

section.sn-formulaire .form-check {
    margin-top: 2em;
}

section.sn-formulaire .btn-inscr {
    text-align:center;
}

section.sn-formulaire .btn-inscr img {
    max-width: 120px;
    margin-bottom: 1em;
}

section.sn-formulaire .btn-inscr a {
    font-size: 0.9em;
    width: 250px;
    min-height: 120px;
    display:block;
    margin-right:auto;
    margin-left:auto;
    padding: 0.5em 1em;
    position:relative;
}

section.sn-formulaire .btn-inscr .vcenter {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width:calc(100% - 30px);
}

section.sn-formulaire .btn-inscr a span {
    font-size: 1.2em;
    line-height: 1em;
}

section.sn-formulaire form {
    margin: 3em 0em;
}

section.sn-formulaire form .btn-submit {
    margin-top: 2em;
    width: 200px;
    line-height: 1em;
}

section.sn-formulaire .sn-inscrire-btns {
    padding-bottom: 2em;
}

section.sn-formulaire .form-control:disabled,
section.sn-formulaire .form-control[readonly] {
    background-color: #fff;
    opacity: 1;
}

section.sn-formulaire .input-group-prepend .input-group-text {
    padding: .65rem .75rem;
}

/* FOOTER */
footer { 
    margin:3em 0em 2em 0em;
}

footer .logo-avpro {
    width: 200px;
    max-width: 100%;
} 

@media (max-width: 767px){
    .logo-avpro {
        width: 150px;
    }
    .img-avpro{
        display: none;
    }
}


footer h3 {
    font-size: 1.2em;
    font-weight: bold;
} 

footer p {
    color:#333;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
} 

footer a {
    color:#333;
} 

footer a:hover {
    color:#333;
    text-decoration: underline;
}

footer ul {
    list-style: none;
    padding-left: 0rem;
}

footer .linksH {
    text-align: right;
}

footer .linksH ul li {
    display: inline-block;
}

footer .linksH ul li::after { 
    content:"•";
    margin:0em 1em;
}

footer .linksH ul li:last-of-type::after {
    content:"";
}

/* MSG de confirmation */
.msg-inscr-success,
.msg-inscr-error {
    background-color: #fff;
    border-radius: 20px;
    margin-bottom:3em;
}

.msg-inscr-success .msg-col1,
.msg-inscr-error .msg-col1 {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.msg-inscr-success .msg-col1 div,
.msg-inscr-error .msg-col1 div {
    border-radius: 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 2.5em;
    text-align: center; 
    font-family: 'HelveticaNeueLTCom65Medium';
    width: 150px;
    height: 60px;
    padding: 5px 0px;
    text-align: center;
    line-height: 1.3em;
}
.msg-inscr-success .msg-col1 div {
    background-color: #f0bf05;
}
.msg-inscr-error .msg-col1 div {
    background-color: #f02005;
}

.msg-inscr-success .msg-col2,
.msg-inscr-error .msg-col2 {
    padding: 20px;
}

.msg-inscr-success .msg-col2 p,
.msg-inscr-error .msg-col2 p {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

/* POPUP FANCYBOX */
section.sn-fancybox {
    display:none;
    background-color:#dddeda;
}

section.sn-fancybox h3 {
    font-weight: bold;
}

section.sn-fancybox ul {
    list-style: none;
    padding-left: 0rem;
}

section.sn-fancybox ul li {
    margin: 6px 0px;
}

section.sn-fancybox ul li a {
    color:#007990;
    background-color: #fff;
    border-radius: 20px;
    padding: 2px 15px;
    display: block;
    width: 100%;
}

section.sn-fancybox ul li a:hover {
    color:#fff;
    background-color: #007990;
}

section.sn-fancybox .table {
    background-color: #438a46;
    color:#fff;
    border: 1px #fff solid;
    border-radius: 15px;
}

section.sn-fancybox .logo {
    width: 200px;
}

section.sn-fancybox .nomPrenom {
    font-size: 1.3em;
}

section.sn-fancybox .btn-primary {
    padding: 0.5em;
    font-size: 1em;
}

section.sn-fancybox .btn-primary img {
    width: 25px;
}

section.sn-fancybox .boxMsg {
    background-color: #fff;
    padding: 10px 18px;
}

section.sn-fancybox .boxMsg p {
    font-size: 0.8em;
}

/* DIVERS */
.btn-secondary, .btn-danger{
    min-height: 56px;
}

.btnLink {
    color: #fff !important;
    text-transform: uppercase;
    font-family: 'HelveticaNeueLTCom65Medium';
    padding: 0.4em 1em;
    margin-bottom: 1.5em;
}

.btnLink svg {
    margin-right: 15px;
}

svg {
    width: auto;
}

.nettoyeur {
    clear: both;
}

@media (max-width: 1554px) {
    .btn-primary{
        font-size: 1em;
        letter-spacing: 0em;
    }
}

@media (max-width: 1389px) {
    .btn-primary img{
        width: 20px;
    }
}

@media (max-width: 991px) {
    .primTxt{
        position: unset !important;
        width: 100% !important;
        margin-left: 0px !important;
    }
    .blcRelative{
        margin-top: 0px !important;
    }
    .logos img{
        width: 180px !important;
    }
    section.sn-3blocs .btnInscr{
        right: 33% !important;
        margin-bottom: 1em;
    }
}

@media (max-width: 767px){
    .primTxt{
        display: none;
    }

    .icone{
        max-width: 100px!important;
    }
}

@media (max-width: 560px) {
    .event > div > p{
        width: 200px!important;
    }
}

.item-nav-mon-compte{
    background-color: white;
    border-radius: 20px;
    padding: 0.5em 0em 0em 1em;
    margin-bottom: 5px;
}

.sn-connexion .msgdate {
    text-align: center;
    font-weight: bold;
}

.msg svg {
    width: 15px;
    height: 15px;
    margin-right: 10px;
}

.msg .msgLine {
    cursor: pointer;
}
.msg .msgLine:hover {
    background-color: #dddeda;
}

.note-editing-area{
    background-color: #f5f5f5 !important;
}

.page_tableau_de_bord .datatable tr{
    cursor: pointer;
}

.select-info :nth-child(n + 2){
    display: none!important;
}

#calendar{
    height:78vh;
}

.file{
    color: #007990;
}

.file:hover{
    color: rgb(185, 174, 8);
    cursor: pointer;
}

.blue-table{
    background-color: #196499;
}

.modal-dialog-fichiers{
    max-width: 50vw!important;
}

@media (max-width: 1138px){
    .modal-dialog-fichiers{
        max-width: 70vw!important;
    }
}

@media (max-width: 576px){
    .modal-dialog-fichiers{
        max-width: 90vw!important;
    }
}

.bootstrap-select{
    width: 100%!important;
}

tfoot input {
    width: 100%;
}

@media (max-width: 992px){
    .filters{
        display: none;
    }
}

.badge-number{
	transform: translate(0%,-15%); 
	background-color: #196499;
	padding-bottom: 0.25rem!important;
}

.whiteColumn{
    background-image: url("https://avpro.moobee.fr/IMG/jpg/whiteBackgound.jpg");
    background-repeat: repeat-y;
    background-position: center;
}

.note-editable{
    height: 100px;
}