/* Réinitialisation de style*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
    color: #000;
	vertical-align: baseline;
}
/* Réinitialisation du rôle d'affichage HTML5 pour les anciens navigateurs */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* Fin Réinitialisation de style*/
/* *************************************************************** */
/*Style Desktop*/
body{
    color:#404040;
	overflow-x: hidden;
	background: #fffdfd !important;
}
p{
    font-family: MarkPro;
    font-size: 15px;
}
.aide, .img-info, .event-L, .curs, .event-W{
    cursor: pointer;
}
.event-margin{
  margin-top: 12px;
}
.titreQ{
  font-family: MarkPro;
  font-size: 12px;
  font-style:italic;
  color: #707070;
}
/* style user image page Infomations*/
.user {
    width: 116px;
    height: 116px;
    border: 3px solid #f6f6f6;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
/*Fin style imgage user*/
/* Style Header*/
.header{
    background-color: #fff;
    box-shadow: 0 0 10px #bdbdbd;
    margin-bottom: 40px;
}
.img-canvas {
    width: 500px;
    height: 300px;
    background-color: #ccc;
}
.user_img img{
    width:30px;
    height: 30px;
}
.logo-img{
    margin-top: 8px;
    margin-bottom: 8px;
}
.Informations{
    float:right;
    margin-top: 20px;
    margin-bottom: 8px;
}
.Informations >*{
    display: inline-block;
    vertical-align: middle;
}
.Informations span{
    margin: 0;
    color:#000;
}
.name {
    font-size: 16px;
    font-family: MarkPro_Medium;
    margin-top: 3px;
    margin-right: 41px;
    margin-left: 15px;
    max-width: 126px;
    width: 71%;
}
.name span {
    display: block;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 160px;
}
.name a{
    font-size: 13px;
    color: #ff2b44;
}
/* fin style Header */
/* Menu style */

.navbar {
    border-radius: 0px !important;
}
.navbar ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
}
.nav-bar{
    padding: 5px;
    padding-left: 0;
    padding-right: 0;
    background-color: #f5f5f5;
    font-size: 14px;
    font-family: MarkPro_Medium, serif;
}
.nav-bar ul li{
    padding: 20px;
    padding-left: 10px;
    padding-right: 10px;
}
.nav-bar ul li li{
    padding: 5px;
}
.nav-bar li a:focus, .nav-bar li a:hover{
    color: #ff2b44;
    text-decoration: none;
}
.nav-bar .encours{
    color: #ff2b44;
    text-decoration: none;
}
.submenu {
    line-height: 0.9em;
    height: 0.7em;
}
span.submenu-dropdown {
    position: relative;
    top: -3px;
    width: 20px;
    height: 10px;
    display: inline-block;
}
.submenu-down{
    background: url(../images/svg/crochet-left.svg) no-repeat;
    transform: rotate(135deg);
    vertical-align: sub;
}
.submenu-up{
    background: url(../images/svg/crochet-left.svg) no-repeat;
    transform: rotate(-45deg);
    vertical-align: super;
}
.button-plus{
  background: url(../images/svg/picto_parcourir.svg) no-repeat;
  vertical-align: baseline;
}
.nav-bar li a {
    display: block;
    color: #000;
    text-decoration: none;
    line-height: 0.9em;
    height: 0.7em;
    font-size: 15px;
}
.sous-menu li a {
    font-size: 13px;
}
.nav-bar li li a {
    line-height: 1.3em;
    height: auto;
}
/* Fin style menu*/
/* Heading : Titres des pages */
.TitreP{
    font-family: MarkPro_Medium, serif;
    font-size: 17px;
    margin-top:20px;
    margin-bottom: 40px;
}
.TitreP >*{
    display: inline-block;
    vertical-align: middle;
}
.TitreP .img-info{
    margin-left: 10px;
}
/*ajoute*/
.plus{
  margin-right: 0;
  position: relative;
  top: 0;
  width: 16px;
  height: 8px;
  display: inline-block;
}
.up-down{
  margin-left: 10px;
  position: relative;
  top: 0;
  width: 16px;
  height: 8px;
  display: inline-block;
}
/*ajoute*/
.TitreP .img-info{
   margin-left: 10px;
}
.TitreS{
  font-family: MarkPro_Medium, serif;
  font-size: 15px;
  margin-top:20px;
  margin-bottom: 20px;
}
.TitreB{
  font-family: MarkPro_Medium, serif;
  font-size: 12px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.titreQ{
  font-family: MarkPro, serif;
  font-size: 12px;
  font-style:italic;
  color: #707070;
}
.Sous_Titre{
    margin-top:20px;
    margin-bottom: 20px;
}
.Sous_Titre span{
    font-family: MarkPro_Medium, serif;
    font-size: 12px;
    color:#ff2b44;
    text-transform: uppercase;
}
.event_name{
  color:#ff2b44;
  font-size: 12px;
  font-family: MarkPro_Medium, serif;
}
.event_code{
  float: right;
  color: black;
  font-size: 15px;
  font-family: MarkPro_Medium, serif;
}
.informations{
        margin-bottom: 40px;
}
.informations div {
    vertical-align: middle;
    margin: 0;
}
.disabled{
    width: 100%;
    height: 48px;
    border-radius: 3px;
    border: 1px solid #000;
    margin-bottom: 20px;
    padding: 4px;
    padding-left: 5px;
}
.disabled input{
    font-family: MarkPro_Medium, serif;
    font-size: 13px;
    color: #404040;
    -webkit-text-fill-color:#404040;
    background-color: transparent;
}
.disabled label{
    font-family: MarkPro, serif;
    font-size: 14px;
    color: #837f7f;
}
.disabled-select {
    color: #837f7f;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
/* button **********************/
.button_red{
    color: #fff;
    background-color: #ff2b44;
    border: 3px solid #ff2b44;
    border-radius: 3px;
    font-family: MarkPro, serif;
    font-size: 15px;
    width: 130px;
    height: 35px;
}
.button_red:hover{
    transition: all 500ms;
    box-shadow: 4px 4px 8px 0 rgba(77, 77, 77, 0.35);
    color: #fff !important;
}
.button_red:active{
    background-color: #bd2130;
    border-color: #b21f2d;
}
.button_red:focus{
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
    background-color: #ff2b44;
    outline: none !important;
    color: #fff !important;
}
.mar{
  margin-bottom: 30px;
  margin-top: 20px;
  width: 290px;
  height: 35px;
}
.button_black{
    background-color: #4d4d4d;
    font-family: MarkPro, serif;
    font-size: 15px;
    color: #fff;
    border-radius: 3px;
    border:2px solid #4d4d4d;
}
.button_gray{
    background-color: #8b8a8a;
    font-family: MarkPro, serif;
    font-size: 15px;
    color: #fff;
    border-radius: 3px;
    border:2px solid #8b8a8a;
}
.button_gray:hover{
    background-color: #8b8a8a !important;;
    color: #fff !important;
    transition: all 500ms;
}
.button_gray:focus{
    background-color: #faf5f5 !important;
    outline: none !important;
    color: #fff !important;
}


.button_black:hover{
    background-color: #4d4d4d;
    color: #fff !important;
    transition: all 500ms;
    box-shadow: 4px 4px 8px 0 rgba(77, 77, 77, 0.35);
}
.button_black:active{
    background-color: #343333;
}
.button_black:focus{
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5);
    background-color: #343333;
    outline: none !important;
    color: #fff !important;
}
.button_MDP{
    font-size:12px;
    width: 99%;
    height: 48px;
    margin:10px;
    margin-left: 5px;
    margin-right: 5px;
}
.lien{
    margin-top: 30px;
}
.lien span{
    color: #322878;
    font-size: 15px;
    font-family: MarkPro_Medium, serif;
    cursor: pointer;
}
.lien span:hover{
    text-decoration: underline;
}
.date-picker{
    background: url("../images/svg/calendrier.svg") no-repeat;
    width:20px;
    height: 20px;
}
.date-picker:hover{
    background: url("../images/svg/calendrier-picto.svg") no-repeat;
}
/** mes news **/
/*  ******************************   */
.news >*{
    margin-bottom: 10px;
}
.news{
    padding: 10px;
    margin-bottom:20px;
    background-color: #f8f6f7;
}
.news:hover{
    background-color: #96e1ff;
    color: white;
}
.selected{
    background-color: #96e1ff;
}
.news-select span{
    font-family: MarkPro_Medium, serif;
    font-size:14px;
}
.news-contenu span:not(.frequence):not(.contact-ref){
    font-family: MarkPro_Medium, serif;
    font-size:14px;
}
.news-select input{
    float: right;
}
.frequence{
    font-family: MarkPro, serif;
    font-size: 14px;
}
.contact-ref{
    color: #ff2b44;
    font-family: MarkPro, serif;
    font-size: 14px;
}
.titre-etab{
    font-family: MarkPro_Medium, serif;
    color: #ff2b44;
    font-size: 14px;
}
.popover-content {
    padding: 8px 6px !important;
    color: #fff;
}
.popover-body {
  color: #fff;
}
.contenu{
    margin-bottom: 80px;
}
.margin-row{
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.col-padding{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.adhesions {
    margin-bottom: 20px;
    background-color: #f8f7f7;
    padding:5px;
    font-family: MarkPro_Medium, serif;
    font-size: 14px;

}
.adhesions_name{
     color: #ff2b44;
}
.adhesion-statut{
    color: #404040;
    font-family: MarkPro, serif;
    font-size: 14px;
    font-weight: 500;
}
.alert.alert-danger.alert-id {
    position: absolute;
    margin-top: 20px;
    top:50px;
    left:18px;
}
#IE .alert.alert-danger.alert-id {
    top:50px;
    left:18px;
}
.affix{
    top:0px;
    width: 360px;
}
.affix.affixMine{
    position: sticky;
}

.fixed{
    bottom: 0;
    position: fixed;
    width: 100%;
}
.selector.selectorarrow.selectorarrowleft {
    width: 165px !important;
    height: 197px !important;
}
.input-group .selector.selectorarrow.selectorarrowleft {
    width: 225px !important;
    height: 272px !important;
}
.hover-span:hover{
    text-decoration:underline;
}
/**********delegations***************/
.edit-icon{
    margin-top: 10px;
}
.due-date {
    color:red;
}
.input-group .input-date{
    width: 80px;
    height: 21px;
    text-align: center;
    font-size: 14px;
    font-family: MarkPro;
    background-color: #73c3e6;
    border: 0px solid #eaeaea;
}
.input-group .btn-default{
    border-style: none;
}
.ngxmdp{
    position: absolute !important;
    top: 26px;
    display: inline-block;
    right: 112px;
}
.lien-delegation span {
    font-family: MarkPro;
    text-decoration: underline;
    font-size: 14px;
    vertical-align: middle;
}
.lien-delegation {
    cursor: pointer;
}
.lien-delegation-btn{
    width: 27px;
    height: 17px;
    margin-left: 15px;
    vertical-align: top;
}
.lien-delegation-btn:hover{
    transform: scale(1.1);
}
.date-exp >*{
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.img-loading{
    margin-left: 20px;
}
.show-more {
    margin-top: 10px;
    text-align: right;
}
.btn-suivant{
    /*background-color: #6ca390;*/
    width: 165px;
    height: 39px;
    /*color: white;
    font-family: MarkPro;
    font-size: 16px;
    border:none;*/
    float: right;
    /*margin-top: 30px;*/
}
.btn-env{
  /*background-color: #6ca390;*/
  width: 300px;
  height: 39px;
  float: right;
  /*margin-top: 30px;*/
}
/*.btn-suivant:hover{
    background-color: white;
    color:#6ca390;
    border:2px solid #6ca390;
}*/
.btn-Add-delegation{
    width: 230px;
    height: 39px;
    margin-top: 30px;
    margin-right: 20px;
}
.btn-fin-delegation{
    width: 165px;
    height: 39px;
    margin-top: 30px;
}
.btn-deleguer{
    width: 165px;
    height: 39px;
    margin-top: 30px;

}
.heading h4{
    font-size: 15px;
    font-family: Markpro_medium;
    color: #404040;
}
.heading p{
    font-size: 15px;
    font-family: MarkPro;
    color: #404040;
}
.btn-delegations{
    float: right;
}
.btn-delegations-add{
    float: right;
}
.text{
    font-family: MarkPro;
    font-size: 15px;
    color: #404040;
    text-align: right;
}
#courriel-delegation{
    width: 340px;
    margin-bottom: 15px;
    margin-right: 20px;
}
.btn_add_liste{
    width: 158px;
    height: 40px;
    /*float: right;
    margin-bottom: 20px;*/
}
.img-calendar{
    background: url("../images/svg/calendrier.svg") no-repeat;
    width:25px;
    height: 25px;
    margin-top: 10px;
}
.img-calendar:hover{
    background: url("../images/svg/calendrier-picto.svg") no-repeat;
}
.courriel{
    margin-bottom: 35px;
}
.courriel >*{
    display: inline-block;
    vertical-align: middle;
}
.Parcourir-courriel{
    margin-bottom: 30px;
    width: 357px;
}
.heading{
        margin-bottom: 20px;
        margin-top: 20px;
}
.select-delegation{
    padding:10px;
}
.select-delegation >*{
    vertical-align: middle;
}
.select-delegation label{
    font-size: 14px;
    font-family: MarkPro;
    color: #404040;
}
.select-libelle{
    background-color: #f8f7f7;
    border: 1px solid #e5e5e5;
    padding: 10px;
    margin-bottom: 10px;
    color: white;
}
.select-libelle:hover{
    background-color: #96e1ff;
}
.bg-delegation .date-picker{
    background: url("../images/svg/calendrier-picto.svg") no-repeat;
}
.select-libelle >*{
    vertical-align: top;
    display: inline-block;
}
.select-libelle p, containerOfCheck25{

    display: block;
    font-size: 14px;
    font-family: MarkPro;
    color: #404040;
    width: 440px;
}
.select-libelle span {
    font-size: 14px;
    font-family: Markpro;
    display: inline-block;
    vertical-align: middle;
}
.checked-libelle{
    display: none;
}
.bg-delegation{
    background-color: #96e1ff;
}
.select-delegation input[type=checkbox]{
    margin: 0 6px 0;
}
.select-libelle input[type=checkbox] {
    margin: 5px 6px 0;
}
.delegation-list{
    background-color: #f8f7f7;
    border: 1px solid #e5e5e5;
    padding: 15px;
    margin-bottom: 10px;
}
.width-scroll {
    width: 98%;
}
.delegation-list:hover{
    background-color: #96e1ff;
    color:#404040;
    cursor: pointer;
}
.delegation-list:hover .icon-basket{
    background:url("../images/basket_hover.png") no-repeat 96%;
}
.checked-collaborateur{
    background-color: #96e1ff;
    color:#404040;
    cursor: pointer;
}
.delegation-list.checked-collaborateur .delagation-titre .icon-basket{
    background:url("../images/basket_hover.png") no-repeat 96%;
}
.checked-collaborateur .delegation-contenu p{
    color: white;
}
.list-D{
    margin-bottom: 30px;
}
.div-scroll{
    height: 340px;
    overflow-y: scroll;
}
.icon-basket{
    background:url("../images/basket.png") no-repeat 96%;
    float: right;
    width: 25px;
    height: 25px;
}
.icon-basket:hover{
    background:url("../images/basket_hover.png") no-repeat 96%;
}
input:focus {
    outline: 0;
}
.search{
    background: url("../images/svg/recherche.svg") no-repeat 96%;
    background-size: 15px 15px;
    float:right;
    border: 0;
    border-bottom: 1px solid #000;
}
.delagation-titre{
    margin-bottom: 10px;
}
.delagation-titre span{
    font-family: MarkPro;
    font-size: 14px;
    color: #404040;
    margin-left: 5px;
}
.delegation-contenu p{
    font-size: 14px;
    color: #404040;
    font-family: MarkPro;
}
.file-input label{
    margin-right: 5px;
}
.delegation-contenu{
    width: 87%;
    margin-left: 20px;
}
.delegations-en-cours{
    background-color: #fff;
    padding: 10px;
    margin-top: 30px;
    border: 1px solid #f9f9f9;
}
    .edit-delagation{
    background-color: #f8f7f7;
    padding: 20px;
    margin-top: 20px;
}
.all{
    margin-top: 7px;
}
.height-element{
    height: 34px;
}
.all >*{
    display: inline-block;
    vertical-align: middle;
}
.float-right{
    float: right;
}
.all span,label{
    font-family: MarkPro;
    font-size: 14px;
    display: inline-block;
}
.input-group-btn{
    padding-bottom: 0px;
    bottom: 3px !important;
}
.date-exp-delegation{
    float: right;
}
.input-group .date-input{
    width: 80px;
    height: 25px;
    text-align: center;
    font-size: 12px;
    font-family: markpro;

}
.date-exp-delegation >*{
    padding-left: 10px;
}
.date-exp-delegation input[type=text]{
    width: 69px;
    height: 21px;
    font-size: 14px;
    font-family: HindVadadoraM;
}
.date-exp-delegations input[type=text]{
    width: 69px;
    height: 21px;
    font-size: 14px;
    font-family: HindVadadoraM;
}
.delegation-info h4{
    color: #ff2b44;
    font-size: 17px;
    font-family: MarkPro_medium;
}
.delegation-info span{
    font-size: 13px;
    font-family: MarkPro_medium;
    margin-bottom: 10px;
}
.delegation-info{
    margin-bottom:30px;
}
.delegation-info .span-vadadora{
    margin-top:10px;
    font-size:14px;
    font-family:MarkPro;
}
.span-vadadora:hover{
    text-decoration: underline;
}
.libelle-info{
    margin-left: 20px;
    margin-right: 20px;
}
.libelle-info p{
    color: #000;
    font-size: 14px;
    font-family: MarkPro_medium;
}
.date-exp-delegations >*{
    margin-left: 10px;
}
.date-exp-delegations{
  float: right;
  margin-right: 3%;
}
.date-exp-delegations input[type="text"] {
    width: 100px;
}
.Delegations{
    padding: 15px 0;
    border: 1px solid #f9f9f9;
    background-color: #fff;
    margin-bottom: 30px;
}
/* MODAL CSS */
.modal .close{
    font-size: 30px !important;
    margin-top: 5px;
}
.button{
    color: white;
    background-color: #ff2b44;
    float: right;
    border-radius: 3px;
    font-family: MarkPro;
    font-size: 15px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.btn-reset{
    /*color: white;
    background-color: #666666;
    float: right;
    border-style: none;
    border-radius: 0px !important;
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left:10px;
    font-family: MarkPro;*/
    font-size: 12px;
    width: 130px;
    height: 35px;
    float: right;
    margin-left: 10px;
}
/*.btn-reset:hover{
    background-color: #555555;
    color: white !important;
}*/
/*#T-popup{
    color:#f1803c;
    font-size:16px;
}*/
hr{
    margin-top: 0px !important;
    border-top: 1px solid #f1803c !important;
}
.modal {
  width: 942px;
  max-width: 92%;
  top:50%;
  left:50%;
  background-color: white;
  border:5px solid #f1803c;
  padding: 20px;
  position: fixed;
  -ms-transform : translate(-50%,-50%);
  -webkit-transform :translate(-50%,-50%);
  transform: translate(-50%,-50%);
  transition: all 5s ease-in-out;
}
.cropper-modal {
    width: 553px;
    max-width: 92%;
    top:50%;
    left:50%;
    background-color: white;
    border:5px solid #f1803c;
    padding: 20px;
    position: fixed;
    -ms-transform : translate(-50%,-50%);
    -webkit-transform :translate(-50%,-50%);
    transform: translate(-50%,-50%);
    transition: all 5s ease-in-out;
}
/***fin modal**/
/*popover*/
.popover {
    font-family:MarkPro_medium !important;
    font-size:11px !important;
    color: #fff;
    max-width: 200px !important;
    border-radius: 0px !important;
    border-style: none !important;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    padding: 1px;
    background-color: #494b4f !important;
    box-shadow: 0;
    }
.popover.top>.arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #494b4f !important;
    border-bottom-width: 0;
}
/********/
/*switch*/
.switch-small small{
    width: 12px !important;
    height: 12px !important;

}
.switch-small{
    width: 36px !important;
    height: 16px !important;
    border-radius: 20px;
}
.switch{
    box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.4) inset !important;
    border: 0px solid #fff !important;

}
.switch-small.checked small {
    left: 20px !important;
    background: #fff !important;
}
.etat-delegation small {
    top: 2px !important;
    left:5px !important;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4) !important;
    background: #d7d7d7 !important;
}
span.switch.switch-small {
    top: 4px;
}
/********************/
.navbar{
    margin-bottom: 50px !important;
    background-color: #f5f5f5;
    color: #000;
}
.load-content{
    width: 100%;
    height: 476px;
    text-align: center;
    padding-top: 18%;
    color: #ff2b44;
    font-family: MarkPro;
}
.loading{
    text-align: center;
    color:rgba(239, 160, 124, 1);
}
.align-left {
    float: left;
}
.titr-popup >* {
    display: inline-block;
    vertical-align: middle;
}
.titr-popup{
    margin-top: -20px;
}
.popup{
    display: none;
    background-color: white;
    top: 50%;
    left:50%;
    width: 707px;
    max-width: 90%;
    padding: 20px;
    position: fixed;
    transition: all 5s ease-in-out;
    z-index: 1050;
    -ms-transform : translate(-50%,-50%);
    -webkit-transform :translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.popup .close {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 30px;
    text-decoration: none;
    color: #404040;
}
.contenu-popup{
    font-size: 14px;
    font-family: MarkPro;
}
.selectID{
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../images/svg/crochet-left-select.svg);
  background-size: 20px 9px;
  background-position: calc(100% - 12px) center;
  background-repeat: no-repeat;
}
select.selectID::-ms-expand { /* explorer */
    display: none;
}
select #input{
    font-family:HindVadadoraB;
    font-size: 14px;
    color: #404040;
}
label{
    margin-bottom: 0px !important;
}
.form-s{
    height: 48px;
    border: 1px solid #e5e5e5;
    padding: 5px;
    padding-left: 5px;
    background-color: #f8f7f7;
    margin-right: 15px;
}
.renouveler-icone{
    width:28px;
    height:20px;
    background: url("../images/svg/renouveler.svg") no-repeat;
    margin-left: 20px;
}
.renouveler-icone:hover{
    transform: scale(1.1);
}
.renvoi-vers{
    width:28px;
    height:20px;
    margin-left: 20px;
    background: url("../images/svg/site-externe-picto.svg") no-repeat;
}
.renvoi-vers:hover{
    transform: scale(1.1);
}
/*.telecharger{
  width:28px;
  height:20px;
  margin-left: 20px;
  vertical-align: bottom;
  background: url("../images/svg/download.svg") no-repeat;
}
.telecharger:hover{
  transform: scale(1.1);
}*/
.achat{
    width:28px;
    height:22px;
    margin-left: 20px;
    background: url("../images/svg/acheter.svg") no-repeat;
}
.achat:hover{
    transform: scale(1.1);
}
.adhesions-info p {
    margin: 10px 0 0;
    font-size: 14px;
    font-family:MarkPro;
    font-weight: 500;
}
.form-d {
    width: 360px;
    height: 48px;
    border: 1px solid #e5e5e5;
    margin-bottom: 9px;
    padding: 5px;
    background-color: #f8f7f7;
}
.form {
    width: 100%;
    height: 48px;
    border-radius: 3px;
    border: 1px solid #000000;
    margin-bottom: 20px;
    padding: 4px;
    padding-left: 5px;
    background-color: #ffffff;
}
.form input{
    font-family: MarkPro_Medium;
    font-size: 13px;
    color: #404040;
}
.input-form{
    border: none;
    padding: 0px;
    width: 100%
}
.form label{
    font-family: MarkPro;
    font-size: 14px;
    color: #828282;
}
label{
    font-weight: 500 !important;
}
.input-form:focus {
    outline: 0;
}
.col{
    width: 47%;
}
a{
    text-decoration: none !important;
}
span a{
    text-decoration: none;
    font-size: 14px;
}
span a:hover, span a:focus{
    text-decoration: none;
    color: #ff2b44;
}
span a:active{
    text-decoration: none;
}
.Etablissment{
    margin-bottom: 40px;
    background-color: #f8f7f7;
    border: 1px solid #f9f9f9;
    padding-bottom: 15px;
    padding-top: 15px;
}
.Etablissment-BS .Date-E{
    float: right;
}
.Etablissment-BS >*{
    display: inline-block;
    vertical-align: middle;
}
.Etablissment-BS{
    background-color: #f8f7f7;
    margin-bottom: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
    font-family: MarkPro;
}
.Etablissment-BS span{
    font-family: MarkPro_medium;
    font-size: 14px;
}
.adresse_BS{
    font-family: MarkPro;
    font-size: 14px;
}
.text-font{
    font-family: MarkPro;
    font-size:14px;
}
.Applications{
    float: right !important;
    text-align: right;
    margin-bottom: 30px;
}
.Applications>*{
    display: inline-block;
    vertical-align: middle;
}
.Applications span{
    font-family: Markpro;
    font-size: 15px;
    color: #ff2b44;
    margin-right: 15px;
}
#img-une{
    margin-left: 15px;
}
.Experpass p{
    font-family: MarkPro;
    font-size: 15px;
}
.Exper-pass{
    margin-top: 40px;
}
.Exper-pass span{
    font-size: 14px;
    font-family: MarkPro_medium;
}
.selection{
    font-family: MarkPro_medium;
    font-size:14px;
}
.contenu-page p{
    font-family: MarkPro;
    font-size: 15px;
    margin-bottom: 20px;
}
table{
    width: 100%;
    font-family: MarkPro_medium;
    font-size: 16px;
}
.Messagerie:hover{
    background-color: #96e1ff;
    cursor: pointer;
}
.Messagerie:hover .basket{
    background:url("../images/basket_hover.png") no-repeat;
}
.Messagerie{
    background-color: #fff;
    border: 1px solid #e2e1e1;
    padding-top: 17px;
    padding-bottom: 17px;
}
.Msg{
    font-family: MarkPro;
    font-size:14px;
    cursor: default;
}
.Msg span{
    font-family: MarkPro;
    font-size:14px;
    color:#767575;
}
.objet{
    font-family: MarkPro;
    font-size: 15px;
    margin-bottom: 20px;
}
.expediteur{
    font-family: MarkPro;
    font-size: 14px;
    margin-bottom: 20px;
}
.iconst{
    margin-right: 10px;
}
.icone-message{
    margin-bottom: 100px;
}
.table-EXP{
    background-color: #f8f7f7;
    margin-bottom: 50px;
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: MarkPro;
    font-size: 14px;
     min-height: 63px;
    padding: 5px;
}
.non-lu{
    background-color: #ebebeb;
}
.info{
    padding: 5px;
    color: #4784eb;
    font-size: 16px;
}
.info-delegation >*{
    display: inline-block;
}
.image-info{
    margin-left: 10px;
}
.thumb{
    width: 50px;
    height: 50px;
}
.adhesions span .date-dele{
    font-family: HindVadadoraR;
    font-size: 14px;
}
.adhesions >* {
    display: inline-block;
    vertical-align: top;
}
.message-icon >* {
    display: inline-block;
    vertical-align: middle;
}
.prise:hover{
    width:17px;
    height: 41px;
    background:url("../images/svg/prise-debranchee.svg")no-repeat;
}
.prise{
    width: 15px;
    height: 37px;
    cursor: pointer;
    background:url("../images/svg/prise-branchee.svg")no-repeat;
}
.basket{
    width: 18px;
    height: 18px;
    cursor: pointer;
    background:url("../images/basket.png") no-repeat;
}
.basket:hover{
    background:url("../images/basket_hover.png") no-repeat;
}
.adhesions-icon >* {
    display: inline-block;
    vertical-align: middle;
}
.adhesions-icon{
    float: right;
    padding-top:15px;
}
.adhesions-info span{
    display: block;
}
.adhesions-info span.adhesions-info-title{
  color: #ff2b44;
  font-family: MarkPro_medium;
  font-size: 14px;
}
.avantage span{
    color: #ff2b44;
}
.adhesions-info{
    padding: 5px;
}
.adhesions-icon span{
    padding: 10px;
}
.delegation >* {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 20px;
}
.delegation-icon >*{
    display: inline-block;
}
.delegation-chekbox{
    float: right;
    margin: 10px;
}
.deleger span{
    font-size: 16px;
    font-family: HindVadadoraS;
    margin-bottom: 5px;
}
.del-objet{
    font-family: MarkPro;
    font-size: 14px;
}
.deleger p{
    font-family: MarkPro;
    font-size: 14px;
}
.alerts-info{
    color:red;
    font-family: MarkPro_medium;
    font-size: 14px;
}
.deleger:hover{
    background-color:#efefef;
}
.deleger{
    margin-bottom: 10px;
    padding: 10px;
    background-color: #f1f1f1;
}
input:disabled {
    color: #837f7f;
}
.form label {
    margin-bottom: 0px;
}
.file-input span{
    font-family: MarkPro_medium;
    font-size: 15px;
    margin-right: 15px;
}
span.file-format{
    font-family: MarkPro;
    font-style: italic;
    font-size: 14px;
}
.file-input label{
    margin-bottom: 0px;
}
.file-input>* {
    display: inline-block;
    vertical-align: middle;
}
.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.inputfile + label {
    font-family: MarkPro, Serif;
    font-size: 15px;
    color: white;
    width: 115px;
    height: 33px;
    padding: 7px 18px;
}
label.button_black.btn_parcourir {
    padding: 4px 18px !important;
}
.inputbtn >*{
    display: inline-block;
    vertical-align: middle;
}
.filparcourir{
    float: right;
}
.filparcourir >* {
    display: inline-block;
    vertical-align: middle;
}
.past-event{
    background-color: #f8f7f7;
    padding: 20px;
    margin-bottom: 20px;
}
.event_name{
    color: #ff2b44;
    font-family: MarkPro_medium;
    font-size:15px;
}
.event_refer{
    float: right;
    font-family: MarkPro;
    font-size: 14px;
    font-weight: bold;
}
.event{
    background-color: #f8f7f7;
    padding: 20px;
    margin-bottom: 20px;
}
.event_description span{
    font-family: MarkPro;
    font-size:14px;
}
.event_description p{
    font-family: MarkPro;
    font-size: 14px;
}
.event_description{
    margin-top: 10px;
    margin-bottom: 20px;
    }
.event_Lien{
    cursor: pointer;
    }
.event_Lien span{
    font-family: MarkPro;
    font-size:14px;
}
.inputfile + label {
    cursor: pointer; /* "hand" cursor */
}
.btn-s:hover{
    background-color: white;
    border: 2px solid #6ca390;
    color: #6ca390;
}
.btn-s{
    background-color: #6ca390;
    width: 89px;
    height: 26px;
    color: white;
    font-family: MarkPro;
    font-size:12px;
    border:none;
}
.btn-d:hover{
    background-color: white;
    color: #f1803c;
    border: 2px solid #f1803c;
}
.btn-d{
    background-color: #f1803c;
    width: 165px;
    height: 39px;
    color: white;
    border:none;
    font-family: MarkPro;
    font-size: 16px;
    margin-top: 30px;
}
.delegationbtn{
    float: right;
}
.button-E{
    float: right;
    margin-top: 10px;
}
/*.button-E .btn-E:hover{
    background-color: white;
    color: #ff2b44;
    border: 2px solid #ff2b44;
    padding: 8px;
    transition: all 500ms;
    box-shadow: 4px 4px 8px 0 rgba(77, 77, 77, 0.35);
}*/
.button-E .btn-E{
    /*color: white;
    background-color: #ff2b44;
    border-style: none;
    border-radius: 3px;
    font-family: MarkPro_Medium, serif;
    font-size: 15px;*/
    width: auto;
    height: 39px;
    /*display: block;
    text-align: center;*/
    padding: 10px;
}
.inp-ID{
    background-color: #f9f6f7;
    border:1px solid #eaeaea;
}
input, select:not(#checkbox){
    border-radius: 3px;
    border:1px solid #000;
    background-color: #fffdfd;
    padding: 5px;
    margin-bottom: 20px;
    color: #404040;;
}
select:not(#checkbox){
padding-right: 6%;
}
.input-group input:not(#checkbox) {
        padding: 0px;
}
#input{
    width: 100%;
    height: 48px;
}
#input-s, .input-s{
    width: 360px;
    height: 48px;
}#input{
    width: 100%;
    height: 48px;
}
#code-P, #ville{
    width: 100%;
}
.checkbox{
    margin-left: 20px;
}
.dropdown {
    position: relative;
    display: inline-block;
}
span.menu {
    cursor: pointer;
    padding-left: 34px;
    padding-right: 10px;
    position: relative;
    top: -3px;
    font-size: 15px;
}
.tool{
    background-color: #404040;
    position: absolute;
    left: 25%;
}
.navbar .navbar-toggle .icon-bar {
    background-color: #000;
    width: 50px;
    height: 3px;
    margin-bottom: 7px;
}
.navbar .navbar-toggle:hover span.icon-bar, .navbar .navbar-toggle:focus span.icon-bar {
    background-color: #000;
}
.navbar .navbar-toggle {
    border: none;
    padding: 1px 5px;
}
.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}
.navbar-toggle{
    margin-top: 21px;
    padding-right: 0px;
}
.comptexpert-logo{
    display: none !important;
}
.navbar-brand {
    padding: 0px 0px !important;
}
.logo-comptexpert{
    width: 30%;
}
/* MODAL CSS */
.modal .close{
    font-size: 30px !important;
    margin-top: 5px;
}
/*.btn-reset{
    color: white;
    background-color: #666666;
    float: right;
    border-style: none;
    border-radius: 0px !important;
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left:10px;
    font-family: MarkPro;
    font-size: 12px;
}
.btn-reset:hover{
    background-color: #555555;
    color: white !important;
}*/
#T-popup{
    color:#ff2b44;
    font-size:16px;
    font-family: MarkPro;
    margin-bottom: 20px;
}
hr{
    margin-top: 0px !important;
    border-top: 1px solid #ff2b44 !important;
}
.modal {
  width: 942px;
  max-width: 92%;
  top:50%;
  left:50%;
  background-color: white;
  border:5px solid #ff2b44;
  padding: 20px;
  position: fixed;
  -ms-transform : translate(-50%,-50%);
  -webkit-transform :translate(-50%,-50%);
  transform: translate(-50%,-50%);
  transition: all 5s ease-in-out;
}
.cropper-modal {
    width: 553px;
    max-width: 92%;
    top:50%;
    left:50%;
    background-color: white;
    border:5px solid #ff2b44;
    padding: 20px;
    position: fixed;
    -ms-transform : translate(-50%,-50%);
    -webkit-transform :translate(-50%,-50%);
    transform: translate(-50%,-50%);
    transition: all 5s ease-in-out;
}
.content{
    padding: 40px;
    text-align: center;
}
.alert-img{
    width: 133px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
}
.division {
    background-color: #404040;
    padding: 30px;
}
/***Style CSOEC ***/
.reload {
    background-color: #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    text-align: center;
}
.img-reload {
    z-index: 1050;
    position: absolute;
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
}
.cssload-container {
    width: 100%;
    text-align: center;
    top:50%;
    position:absolute;
}
.cssload-zenith {
    width: 56px;
    height: 56px;
    margin: 0 auto;
    border-radius: 50%;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    box-shadow: 3px 3px 1px rgba(255,43,68,0.81);
    animation: cssload-spin 1230ms infinite linear;
    -o-animation: cssload-spin 1230ms infinite linear;
    -ms-animation: cssload-spin 1230ms infinite linear;
    -webkit-animation: cssload-spin 1230ms infinite linear;
    -moz-animation: cssload-spin 1230ms infinite linear;
}
@keyframes cssload-spin {
    100%{ transform: rotate(360deg); transform: rotate(360deg); }
}

@-o-keyframes cssload-spin {
    100%{ -o-transform: rotate(360deg); transform: rotate(360deg); }
}

@-ms-keyframes cssload-spin {
    100%{ -ms-transform: rotate(360deg); transform: rotate(360deg); }
}

@-webkit-keyframes cssload-spin {
    100%{ -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@-moz-keyframes cssload-spin {
    100%{ -moz-transform: rotate(360deg); transform: rotate(360deg); }
}
.italic {
    font-style:italic;
}
.bold {
    font-weight:bold;
}
.underline {
    text-decoration: underline;
}
.color-red-popin {
    color:#ff2b44;
}
.color-blue-popin {
    color:#00a0e6;
}
.background-color-blue-popin {
    background-color:#00a0e6;;
}
.background-color-red-popin {
    background-color:#ff2b44;
}
.contenu-popup ul {
    list-style-type: square;
    background-color: transparent;
    margin: 1em;
    text-align: left;
    margin-bottom: 0;
}
.contenu-popup li {
    padding: 0;
}
.contenu-popup h4 {
    font-family: MarkPro;
    font-size: 15px;
}
.contenu-popup h5 {
    font-family: MarkPro;
    font-size: 15px;
}
.contenu-popup a {
    color: #333333;
    display: inline;
}
.red-style .contenu-popup a:hover {
    color: #ff2b44;
}
.blue-style .contenu-popup a:hover {
    color: #00a0e6;
}
/* *******Footer******* */
.footer{
    background-color: #000;
    color: #fff;
    padding: 10px;
    /*position: fixed;
    bottom: 0;*/
    width: 100%;
}
.Copyright p, .Copyright p a{
  font-family: MarkPro, serif;
    font-size: 12px;
    color: #fff;
    margin-bottom: 12px;
    margin-top: 5px;
}

.Copyright p a {
  padding-right: 8px;
  padding-left: 5px;
  border-right: 1px solid #fff;
}

/** Fin style CSOEC **/



.red-style {
    border: 5px solid #ff2b44 !important;
}
.blue-style {
    border: 5px solid #00a0e6 !important;
}

.t-popup{
    font-family: MarkPro;
    font-size:15px;
    margin-bottom: 20px;
}
.t-popup-red{
    color: #ff2b44;
}

.t-popup-blue{
    color: #00a0e6;
}
hr{
    margin-top: -10px !important;
}

.hr-blue{
    border-top:1px solid #00a0e6 !important;
}
.hr-red{
    border-top:1px solid #ff2b44 !important;
}


/***** checkBox custom checkbox */
.containerOfCheck {
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* hide the browser's default checkbox*/
.customCheckbox {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/*Create a custom checkbox*/
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #ffffff;
  border: 2px solid #efefef;
  border-radius: 6px;
}

/* Create the checkmark*/
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.customCheckbox:checked ~ .checkmark:after {
  display: block;
}

/* Style our checkmark*/
.containerOfCheck .checkmark:after {
  left: 2px;
  top: 2px;
  width: 12px;
  height: 12px;
  background-color: #717070;
  border-radius: 5px;
}
/***** checkBox custom checkbox */



/***** checkBox custom checkbox for newsletters */
.containerOfChecknslt {

  display: block;
  position: relative;
  float: right;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* hide the browser's default checkbox*/
.customCheckboxnslt {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/*Create a custom checkbox*/
.checkmarknslt {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #ffffff;
  border: 2px solid #efefef;
  border-radius: 6px;
}

/* Create the checkmark*/
.checkmarknslt:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.customCheckboxnslt:checked ~ .checkmarknslt:after {
  display: block;
}

/* Style our checkmark*/
.containerOfChecknslt .checkmarknslt:after {
  left: 2px;
  top: 2px;
  width: 12px;
  height: 12px;
  background-color: #717070;
  border-radius: 4px;
}
/***** checkBox custom checkbox */




/***** checkBox custom checkbox for Messages */
.containerOfCheckMsg {

  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* hide the browser's default checkbox*/
.customCheckboxMsg {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/*Create a custom checkbox*/
.checkmarkMsg {
  position: absolute;
  top: 0;
  height: 20px;
  width: 20px;
  background-color: #ffffff;
  border: 2px solid #efefef;
  border-radius: 6px;
}

/* Create the checkmark*/
.checkmarkMsg:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.customCheckboxMsg:checked ~ .checkmarkMsg:after {
  display: block;
}

/* Style our checkmark*/
.containerOfCheckMsg .checkmarkMsg:after {
  left: 2px;
  top: 2px;
  width: 12px;
  height: 12px;
  background-color: #717070;
  border-radius: 5px;
}
/***** checkBox custom checkbox */


/*** Mes Infos perso style pour le select ***/
.selectMyinfo
{
  color: #404040;
  font-family: markPro;
}

/** Event **/

.event-C {
    font-family: MarkPro;
}

/***** Footer position in the page *****/
body {
    margin: 0;
    background-color: #fbfbfb;
}
.col-sm-7.col-md-8{
    float: right !important;
}
.page {
    display: flex;
    display:-ms-flexbox;
    flex-direction: column;
    -ms-flex-direction:column;
    min-height: 100vh;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.site-content {
    flex-shrink: 0;
    flex-grow: 1;
    flex-basis: auto;
    width: 100%;
}

/***** Footer position in the page *****/

.btn_upload_list {
  width: 139px !important;
  height: 40px !important;
  text-align: center !important;
}

.Exper-type, .Exper-name {
  font-family: MarkPro_medium, serif;
}

.Exper-type, .Exper-name, .version-EXP, .Exper-date {
  padding-bottom: 5px;
}

/**** IFrame ****/

div.embed-responsive.embed-responsive-16by9 {
  border: 1px solid #dddddd;
}

div.wrap-iframe {
  height: 700px;
  border: 1px solid #b6b6b6;
}

.ql-container.ql-snow {
  border: none !important;
}
.ql-container .ql-editor {
  padding: 12px 0;
  font-family: MarkPro_Medium, serif;
  font-size: 14px;
  color: #404040;
}

/** LOT 1 bis **/

.deletable_img:before {
  content: '';
  background: #ff2b44 url(../images/basket_white.png) no-repeat center center;
  background-size: 15px;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  display: inline-block;
}

.deletable_not_editable_img:before {
  content: '';
  background: #ff2b44 url(../images/basket_white.png) no-repeat center center;
  background-size: 15px;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  display: inline-block;
}

.editable_img:after {
  content: '';
  background: #ff2b44 url(../images/edit_hover_white.png) no-repeat center center;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  display: inline-block;
}

.deletable_not_editable_img {
  position: absolute;
  top: 70%;
  left: 68%;
}

.editable_img {
  position: absolute;
  top: 70%;
  left: 68%;
}

.deletable_img {
  position: absolute;
  top: 12%;
  left: 68%;
}

.editable_field {
  background: url(../images/edite_hover.png) no-repeat;
  background-position-x: 99%;
  background-size: 15px;
}

.diag-suivi-data {
  margin-top: 15px;
  margin-bottom: 15px;
}

.table-diag-suivi {
  background-color: #f8f7f7;
  font-family: MarkPro, serif;
  font-size: 14px;
  min-height: 63px;
  padding: 5px;
}

.search-box-diag {
  background: url(../images/svg/recherche.svg) no-repeat 96%;
  background-size: 15px 15px;
  float: left;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #000;
}

.search-diag-suivi {
  background: url("../images/svg/recherche.svg") no-repeat;
  float:right;
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.delete-diag-suivi {
  background: url("../images/basket.png") no-repeat;
  float:right;
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.export-diag-suivi {
  background: url("../images/svg/export-pdf.svg") no-repeat 100%;
  float:right;
  width: 32px;
  height: 32px;
  cursor: pointer;
  border: none;
  outline: none;
}

.refresh-diag-suivi {
  background: url("../images/svg/renouveler_gray.svg") no-repeat 100%;
  float:right;
  width: 20px;
  height: 30px;
  cursor: pointer;
  border: none;
  outline: none;
  margin-left: 8px;
}

.popover-content-diag .button_red_diag {
  display: inline-block;
  color: #fff;
  background-color: #ff2b44;
  border: 3px solid #ff2b44;
  border-radius: 3px;
  font-family: MarkPro, serif;
  font-size: 10px;
  width: 48%;
  height: 28px;

}

.popover-content-diag .button_red_diag:hover {
  transition: all 500ms;
  box-shadow: 4px 4px 8px 0 rgba(77, 77, 77, 0.35);
  color: #fff !important;
}

.popover-content-diag .button_red_diag:active {
  background-color: #bd2130;
  border-color: #b21f2d;
}

.popover-content-diag .button_red_diag:focus {
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
  background-color: #ff2b44;
  outline: none !important;
  color: #fff !important;
}

.diag_checkmark {
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 2px;
  cursor: pointer;
}

.diag_checkmark2 {
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 2px;
  cursor: pointer;
}

.checkmark_green{
  background-color:#7db47d;
}

.checkmark_orange{
  background-color: #fad7b4;
}

.checkmark_gray{
  background-color: #d1d1d1;
}

.diag_checkmark .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #fffdfd;
  color: black;
  text-align: center;
  border-radius: 2px;
  padding: 3px 0;
  position: absolute;
  z-index: 1;
  top: 130%;
  left: 50%;
  margin-left: -60px;
  font-size: 12px;
}

.diag_checkmark .tooltiptext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent white transparent;
}

.diag_checkmark:hover .tooltiptext {
  visibility: visible;
}

.picto_label{
  text-align: center;
  vertical-align: middle;
  line-height: 23px;
  font-size: 80%;
}

@media (max-width: 1200px){
  .picto_label{
    text-align: center;
    vertical-align: middle;
    line-height: 23px;
    font-size: 64%;
  }
}

.diag_checkmark2 .tooltiptext2 {
  visibility: visible;
  width: max-content;
  background-color: #fffdfd;
  color: black;
  text-align: center;
  border-radius: 2px;
  padding: 3px 0;
  position: absolute;
  z-index: 1;
  top: 130%;
  left: 170%;
  margin-left: -60px;
  font-size: 12px;
}

.diag_checkmark2 .tooltiptext2::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent white transparent;
}

.diag_checkmark2:hover .tooltiptext2 {
  visibility: visible;
}

.table-diag-suivi-state-text {
  font-size: 12px;
  background: #fffdfd;
  padding: 5px;
  border-radius: 2px;
}

/***** checkBox custom checkbox for autodiagnostics => suivre mes invitations */
.containerOfCheckSMI {
  display: block;
  position: relative;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

label.containerOfCheckSMI >* {
  display: inline-block;
  vertical-align: middle;
}

/* hide the browser's default checkbox*/
.customCheckboxSMI {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/*Create a custom checkbox*/
.checkmarkSMI {
  height: 20px;
  width: 20px;
  margin-left: 10px;
  background-color: #ffffff;
  border: 2px solid #efefef;
  border-radius: 6px;
}

/* Create the checkmark*/
.containerOfCheckSMI .checkmarkSMI:after {
  content: "";
  position: relative;
  display: none;
  left: 2px;
  top: 2px;
  width: 12px;
  height: 12px;
  border-radius: 4px;
}

/* Show the checkmark when checked */
.customCheckboxSMI:checked ~ .checkmarkSMI:after {
  display: block;
}

/* Style our checkmark*/
.containerOfCheckSMI .checkmarkSMIInProgress:after {
  background-color: #fad7b4;
}

.containerOfCheckSMI .checkmarkSMINotYet:after {
  background-color: #d1d1d1;
}

.containerOfCheckSMI .checkmarkSMIEnd:after {
  background-color: #7db47d;
}

/* Iframe diag modal */
.iframe-diag-modal {
  width: 100%;
  height: 85%;
  padding: 0;
  overflow-y: hidden !important;
}

.iframe-diag-close {
  margin-top: -4px !important;
  margin-right: -4px;
}

.iframe-diag-body {
  height: calc(100% - 57px);
  padding: 0 !important;
}

.iframe-diag-content {
  width: 100%;
  height: 100%;
}

/* Sentence under title of every page */

.page-description {
  margin-top: -25px;
  margin-bottom: 45px;
  text-align: justify;
  font-family: MarkPro, serif;
}
.page-contenu {
  font-size: 92%;
  margin-bottom: 12px;
  font-family: MarkPro_Medium, serif;
}
.page-contenu-T {
  font-size: 100%;
  margin-bottom: 12px;
  font-family: MarkPro_Medium, serif;
}
.page-contenu-cris{
  font-size: 92%;
  margin-bottom: 12px;
  color: #707070;
  font-family: MarkPro, serif;
}
.page-contenu-cris2{
  font-size: 92%;
  margin-bottom: 12px;
  color: #707070;
  font-family: MarkPro_Medium, serif;
}
.explication_droit {
  position: absolute;
  top: 5%;
  right: 5px;
  cursor: pointer;
}

.btn_check_hash {
  width: 65%;
  height: 40px;
  margin: 10px 10px 10px 0;
  color: #4d4d4d !important;
  background-color: #fff !important;
  border-radius: 3px;
  border: 2px solid #fff;
  text-align: left;
  font-family: MarkPro_Medium,serif;
  font-size: 13px;
}

.btn_check_hash:hover {
  transition: 0.5s;
  background-color: #fbf8f8 !important;
  outline: none !important;
}

.btn_check_hash:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, .5);
  outline: none !important;
}
.messageTitre{
  color: #000;
  font-family: MarkPro_medium;
}
.renvoi-vers-evenements{
  margin-top: 11px;
}
.telecharger{
  vertical-align: text-bottom;
  height:20px;
}
.telecharger:hover{
  transform: scale(1.1);
}
.calendrier{
  width:20px;
  height:18px;
  margin-top: 0px;
}
.spanCalendrier{
  display: inline-block;
  width: 4%;
  height: 100%;
}
.spanDate1{
  display: inline-block;
  width: 96%;
  height: 100%;
}
.span1{
  display: inline-block;
  width: 4%;
  height: 100%;
}
.span2{
  vertical-align: text-top;
  display: inline-block;
  width: 96%;
  height: 100%;
}

.enquete-suivi-data {
  margin-top: 15px;
  margin-bottom: 15px;
}

.table-enquete-suivi {
  background-color: #f8f7f7;
  font-family: MarkPro, serif;
  font-size: 14px;
  min-height: 63px;
  padding: 5px;
}

.search-enquete-suivi {
  background: url(../images/link-16.png) no-repeat;
  background-size: 19px;
  background-position-x: left;
  float: right;
  height: 22px;
  cursor: pointer;
  padding-left: 25px;
  font-family: MarkPro_Medium, serif;
  font-size: 15px;
}

.xs-12.search-enquete-suivi {
  padding-right: 25px;
  width: 100%;
  float: none;
  background-position-x: right;
  text-align: right;
  padding-left: 0;
}

.xs-12.download-enquete-suivi {
  padding-right: 25px;
  width: 100%;
  float: none;
  background-position-x: right;
  text-align: right;
  padding-left: 0;
}

.download-enquete-suivi {
  background: url(../images/svg/export-pdf.svg) no-repeat;
  background-size: 14px;
  background-position-x: left;
  float: right;
  height: 22px;
  cursor: pointer;
  padding-left: 25px;
  font-family: MarkPro_Medium, serif;
  font-size: 15px;
}

.download-enquete-suivi:hover, .search-enquete-suivi:hover {
  text-decoration: underline !important;
}

.button_enquete {
  font-size: 10.5px;
  width: 146px;
  height: 35px;
  margin: 8px 0 8px 8px;
}

.refresh-enquete-suivi {
  background: url("../images/svg/renouveler_gray.svg") no-repeat 100%;
  float:right;
  width: 20px;
  height: 30px;
  cursor: pointer;
  border: none;
  outline: none;
  margin-left: 8px;
}

.search-consultRBE {
  margin-top: 4px;
  background-size: 15px 15px;
  float: left;
  width: 70%;
  border: 0;
  border-bottom: 1px solid #000;
  font-size: 14px;
}


.button_consultRBE {
  font-size: 10.5px;
  width: 146px;
  height: 35px;
  margin: 8px 0 0 10%;
}

.button_DownloadRBE {
  font-size: 10.5px;
  width: auto;
  height: 30px;
  float: right;
  margin: 8px 0 8px 8px;
  font-family: MarkPro, serif;
  border-radius: 3px;
  border:2px;
}

.conditions-download {
  margin-bottom: 25px;
  width: calc(100% - 30px) !important;
  margin-left: 15px;
  border-top: 1px solid #d8d6d6;
  border-bottom: 1px solid #d8d6d6;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* IE10+ specific styles go here */
  .affix.affixMine{
    position: relative;
  }
}

.user-test-code .alert-dismissable .close, .user-test-code .alert-dismissible .close {
  top: -10px;
}

.csoec-alert-inpi {
    border-style: solid !important;
    border-color: #31708f !important;
    border-width: 2px !important;
    border-radius: 5px !important;
    padding: 5px 10px !important;
    color: #31708f !important;
}

ul.nav, .tab-content {
  font-family: MarkPro, Helvetica, sans-serif;
}

/* Spinner loader */
/* transparent background */
/* usage : <div class="loading"></div> */
.loading {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 3px solid rgba(255,255,255,.3);
  border-radius: 50%;
  border-top-color: #fff;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
  to { -webkit-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
  to { -webkit-transform: rotate(360deg); }
}
