/*

3 couleurs à utiliser : 

BLEU : #152d4b
ROUGE : #AA0000
JAUNE : #A8A12D

*/

*
{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body 
{
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    color: #666;
    background-color: #fff;
    line-height: 1.7em;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.total2, .clientsupport2, .attentesupport2, .clossupport2, .total
{
    float: left;
    width: 20%;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px;
}

.total2
{
    background-color: #FFF!important;
}

.total
{
    background-color: #AA0000!important;
    color: #FFF!important;
}

.clientsupport2
{
    background-color: #152d4b!important;
    color: #FFF!important;
}

.attentesupport2
{
    background-color: #FF8000!important;
    color: #FFF!important;
}

.clossupport2
{
    background-color: #2E2E2E!important;
    color: #FFF!important;
}

.livertaffichage
{
    font-size: 7px;
}

.tright
{
    text-align: right!important;
}

form input, form select
{
    margin-bottom: 5px!important;
    margin-top: 5px!important;
}

.docu
{
    border-bottom: none!important;
    background-color: #2E2E2E!important;
    text-align: center!important;
    color: #FFF;
    font-weight: normal!important;
}

.alertemodale form
{
    margin-top: -10px;
}

.txtare
{
    width: 100%;
    height: 100px;
}

.alertemodale select
{
    width: 100%;
    padding: 10px;
}

.bloc33
{
    float: left;
    width: 33.33%;
}

.bloc50
{
    float: left;
    width: 50%;
}

.bloc25
{
    float: left;
    width: 25%;
}

.bloc14
{
    float: left;
    width: 14.28%;
}

.bloc14:hover
{
    color: #000;
}

.alertemodale .annul
{
    background-color: #FFF;
    color: #AA0000;
    border: 1px solid #AA0000;
    padding: 20px;
    font-weight: 500;
    padding: .3em 1em;
    line-height: 1.7em!important;
    margin-top: 10px!important;
    width: 100%;
}

.alertemodale .annul:hover
{
    cursor: pointer;
    background-color: #2E2E2E;
    border: 1px solid #2E2E2E;
    color: #FFF;
}

.alertemodale .confirm
{
    background-color: #AA0000;
    color: #FFF;
    border: 1px solid #AA0000;
    padding: 20px;
    font-weight: 500;
    padding: .3em 1em;
    line-height: 1.7em!important;
    margin-top: 10px!important;
    width: 100%;
}

.alertemodale .confirm:hover
{
    cursor: pointer;
    background-color: #2E2E2E;
    border: 1px solid #2E2E2E;
    color: #FFF;
}

.oModal {
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity:0;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  pointer-events: none;
}

.oModal:target {
  opacity:1;
  pointer-events: auto;
}

.oModal:target > div {
  margin: 0% auto;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.oModal > div {
  max-width: 600px;
  position: relative;
  margin: 0% auto;
  padding: 8px 8px 8px 8px;
  border-radius: 5px;
  background: #FFF;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.oModal h3
{
    text-align: center;
    text-shadow: none;
    line-height: 1.1em;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 30px;
}

.lienrouge
{
    background-color: #AA0000;
    color: #FFF;
    padding: 10px;
    text-align: center;
}

.supportimg
{
    width: 33.33%;
    float: left;
}

.supportimg2
{
    width: 33.33%;
    float: left;
    text-align: center;
    font-size: 40px;
}

.supportimg img
{
    width: 90%;
    margin: 0 auto;
    max-height: 200px;
}

.cf
{
    font-size: 25px!important;
}

input .administratif
{
    width: 100px!important;
    font-size: 10px;
}

canvas
{
    border: 1px solid #999;
}

.cf:before,
.cf:after {
  content:"";
  display:table;
}
.cf:after {
  clear:both;
}
.liendroite {
  float:right;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 2px;
  padding-bottom: 5px;
  margin-bottom: 10px;
  color: #AA0000;
  text-align: center
}

input[type="radio"] {
  margin-top: -1px;
  vertical-align: middle;
}

.radio
{
    width: 80%;
    float: left;
}

.radio2
{
    width: 20%;
    float: left;
}

.blocdoc
{
    width: 20%;
    float: left;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
}

.blocdoc img
{
    width: 95%;
    margin:  0 auto;
    text-align: center;
    box-shadow: 0 0 0 1px rgb(0 0 0 / 5%), 0 1px 1px rgb(0 0 0 / 5%);
    -moz-box-shadow: 0 0 0 1px rgba(0,0,0,.05),0 1px 1px rgba(0,0,0,.05);
    -webkit-box-shadow: 0 0 0 1px rgb(0 0 0 / 5%), 0 1px 1px rgb(0 0 0 / 5%);
}

.blocdoc:hover img
{
    filter: grayscale(100%);
    transition: all 0.3s;
}

.blocdocun
{
    width: 16.5%;
    float: left;
    padding-top: 50px;
    padding-bottom: 50px;
}

.blocdocun img
{
    width: 80%;
    margin:  0 auto;
    box-shadow: 0 0 0 1px rgb(0 0 0 / 5%), 0 1px 1px rgb(0 0 0 / 5%);
    -moz-box-shadow: 0 0 0 1px rgba(0,0,0,.05),0 1px 1px rgba(0,0,0,.05);
    -webkit-box-shadow: 0 0 0 1px rgb(0 0 0 / 5%), 0 1px 1px rgb(0 0 0 / 5%);
}

.blocdocun:hover img
{
    filter: invert(100%);
    transition: all 0.3s;
}

#explorateur-dossier ul { margin:0; padding:0; list-style:none outside none; }
#explorateur-dossier .dir { position:relative; padding-left:20px; cursor:pointer; border:solid 0px #00FF00; }
#explorateur-dossier .sub_dir { position:relative; padding-left:20px; cursor:pointer; display:none; border:solid 0px #FF0000;; }
#explorateur-dossier .fil { position:relative; padding-left:20px; }
#explorateur-dossier .dir:before { position:absolute; content:''; display:block; width:16px; height:16px; top:2px; left:0; background:url(images/folder.png) no-repeat; }
#explorateur-dossier .fil:before { position:absolute; content:''; display:block; width:16px; height:16px; top:2px; left:0; background:url(images/file.png) no-repeat; }


.jmp
{
    background-color: #152d4b;
    color: #FFF;
    padding: 5px;
    border : 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
}

.rgpd
{
  font-size: 12px!important;
}

.mb10
{
    margin-bottom: -5px!important;
    text-align: center;
}

.loi
{
    text-align: center;
    font-style: italic!important;
    font-weight: normal!important;
    font-size: 15px!important;
}

.page_breack
{
    page-break-before: always; 
}

.admintitre
{
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    background-color: #FFF!important;
    font-family: Open Sans,Arial,sans-serif!important;
    font-size: 14px!important;
    color: #666!important;
    line-height: 1.7em!important;
    font-weight: bolder;
    text-align: center;
}

.admintitre2
{
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    background-color: #FFF!important;
    font-family: Open Sans,Arial,sans-serif!important;
    font-size: 14px!important;
    color: #666!important;
    line-height: 1.7em!important;
    font-weight: bolder;
    text-align: center;
}

#tadmin {
  border-collapse: collapse;
  width: 100%;
  border:  none;
  text-align: left;
}

#tadmin td, #tadmin th {
    padding: 10px;
}

#tadmin th {
  padding:  10px;
  text-align: left;
  background-color: #152d4b;
  color: white;
  font-weight: normal;
}

#tadmin tr:first-child
{
    border-top: 0px solid #ddd;
}

#tadmin2 {
  border-collapse: collapse;
  width: 100%;
  border:  none;
  text-align: left;
}

#tadmin2 td, #tadmin th {
    padding: 2px;
}

#tadmin2 th {
  padding:  10px;
  text-align: left;
  background-color: #152d4b;
  color: white;
  font-weight: normal;
}

#tadmin2 tr:first-child
{
    border-top: 0px solid #ddd;
}

#tadmin3 {
  border-collapse: collapse;
  width: 100%;
  border-top:  1px solid #ccc;
  border-left:  1px solid #ccc;
  border-right:  1px solid #ccc;
  border-bottom:  1px solid #ccc;
  text-align: left;
}

#tadmin3 td, #tadmin3 th {
    padding: 5px;
}

#tadmin3 th {
  padding:  10px;
  text-align: left;
  background-color: #152d4b;
  color: white;
  font-weight: normal;
}

#tadmin3 tr:first-child
{
    border-top: 0px solid #ddd;
}

#tadmin4 {
  border-collapse: collapse;
  width: 100%;
  border-top:  1px solid #ccc;
  border-right:  1px solid #ccc;
  border-bottom:  1px solid #ccc;
  text-align: left;
}

#tadmin4 td{
    padding: 5px;
}

#tadmin4 th {
  padding:  10px;
  text-align: left;
  background-color: #152d4b;
  color: white;
  font-weight: normal;
}

#tadmin4 tr:first-child
{
    border-top: 0px solid #ddd;
}

.administratif
{
    font-weight: bolder;
    font-size: 20px;
    line-height: 1.3em;
}

.info_admin
{
    width: 80%;
    margin: 0 auto;
    border: 1px solid #000;
}

.info_admin p
{
    padding: 20px!important;
}

.info_admin_bas
{
    text-align: center;
}

.info_admin_bas img
{
    width: 30%;
}

.gbadmintitre
{
    background-color: #D9D9D9!important;
    color: #800000!important;
    text-align: center;
    font-weight: bolder;
    border: 1px solid #000;
    font-size: 20px;
    text-transform: uppercase;
    padding: 0px!important;
}

.bgnormal
{
    border: none!important;   
}

.gauche33
{
    width: 20%;
    float: left;
    text-align: center;
}

.gauche33 img
{
    width: 60%;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #CCC;
}

.droite66
{
    width: 80%;
    float: left;
}

#chargement {
  border: 12px solid #000;
  border-radius: 50%;
  border-top: 12px solid #DDD;
  width: 80px;
  height: 80px;
  animation: spin 2s linear infinite;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

.btngauche
{
    float: right;
}

.btndroite
{
    float: left;
}

.btngauche .saisidispo, .btndroite .saisidispo
{
    width: 90%!important;
    margin: 0 auto;
}

.filtrage
{
    width: 100%!important;
}

.filtrage select 
{
    width: 33%;
    float: left;
    margin-left: 10px;
}

.filtrage input 
{
    width: 30%;
    float: left;
    padding: 6px!important;
    margin-left: 10px;
    margin-top: 0px!important;
}

.bgbleu
{
    background-color: #152d4b;
    color: #FFF;
}

.statsacc
{
    float: left;
    width: 33.33%;
    margin-bottom: 10px;
}

.statscontent2
{
    width: 98%;
    background-color: #FFF;
}

.statstitre
{
    width: 50%;
    float: left;
    padding: 10px;
    text-align: center;
}

.statsinfos
{
    width: 50%;
    float: left;
    text-align: center!important;
    padding: 10px;
}

.blocdroiteacc
{
    width: 70%;
    float: left;
}

.blocgaucheacc
{
    width: 30%;
    float: right;
}

.smallicon
{
    font-size: 15px!important;
    vertical-align: middle;
}

.small
{
    font-size: 12px;
}

.smallicon2
{
    font-size: 18px!important;
    vertical-align: middle;
}

.acquis
{
    background-color: rgb(0,105,0);
    font-size: 10px;
    padding-left: 5px;
    padding-right: 5px;
    color: #FFF;
}

.nonacquis
{
    background-color: #AA0000;
    font-size: 10px;
    padding-left: 5px;
    padding-right: 5px;
    color: #FFF;
}

.acquis2
{
    background-color: rgb(0,105,0);
    padding-left: 5px;
    padding-right: 5px;
    color: #FFF;
}

.nonacquis2
{
    background-color: #AA0000;
    padding-left: 5px;
    padding-right: 5px;
    color: #FFF;
}

.notifgrey
{
    background-color: #CCC;
    padding-left: 5px;
    padding-right: 5px;
    color: #2E2E2E;
}

.minigrey
{
    background-color: #2E2E2E;
    color: #FFF;
}

.minired
{
    color: #AA0000;
}

.minigreen
{
    color: rgb(0,105,0);
}

progress 
{
    appearance: none !important;
    border: 1px solid #000;
}

.bggreen
{
    background-color: rgb(0,105,0)!important;
    color: #FFF!important;
    border-bottom: 1px solid rgb(0,105,0)!important;
}

.pcd
{
    background-color: #F1C40F!important;
}

.minth
{
    min-height: 155px;
}

#responsable::-webkit-progress-value 
{
    background-color: #A8A12D;
}

#animateur::-webkit-progress-value 
{
    background-color: #AA0000;
}

#aideanimateur::-webkit-progress-value 
{
    background-color: #152d4b;
}

#autre::-webkit-progress-value
{
   background-color: #2e2e2e; 
}

#jsp1::-webkit-progress-value 
{
    background-color: #F1F1F1;
}

#jsp2::-webkit-progress-value 
{
    background-color: #f3f41c;
}

#jsp3::-webkit-progress-value 
{
    background-color: #f15e19;
}

#jsp4::-webkit-progress-value 
{
    background-color: #5ab03f;
}

#jspm::-webkit-progress-value 
{
    background-color: #00BFFF;
}

#jspf::-webkit-progress-value 
{
    background-color: #FF69B4;
}

.t20
{
    width: 20%;
    float: left;
    padding: 10px;
}

.stats
{
    float: left;
    width: 25%;
}

.statscontent
{
    padding-right: 10px;
}

.statscontent2
{
    padding-right: 0px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.statscontent label, .statscontent2 label
{
    width: 40%;
    float: left;
    margin-top: -5px;
}

.statscontent progress, .statscontent2 progress
{
    width: 40%;
    float: left;
}

.statscontent .valuesstats, .statscontent2 .valuesstats
{
    width: 20%;
    float: left;
    text-align: center;
    margin-top: -5px;
}

.vspv
{
    width: 60%;
    float: left;
    text-align: center;
}

.vspvt
{
    width: 38%;
    float: left;
}

.stats33
{
    float: left;
    width: 50%;
}

.titlestats
{
    font-weight: bolder;
}

.tableaured
{
    background-color: #AA0000!important;
    color: #FFF!important;
}

.black
{
    background-color: #152d4b!important;
    color: #FFF!important;
    border-bottom: 1px solid #152d4b!important;
}

.black2
{
    background-color: #152d4b!important;
    color: #FFF!important;
}

.divmoit
{
    margin: 10px;
}

.dg
{
    float: left;
    width: 30%;
}

.dd
{
    float: left;
    width: 70%;
}

.notifmarque .actif
{
    background-color: #AA0000!important;
    color: #FFF!important;
}

.notifmarque .actif:hover
{
    background-color: #AA0000!important;
    color: #FFF!important;
}

.bloc-moitier
{
    float: none!important;
    width: 100%!important;
}

.bloc-moitier2
{
    float: none!important;
    width: 100%!important;
}

.ctnbl
{
    width: 95%;
    margin: 0 auto;
}

.ctnbl2
{
    width: 100%;
    margin: 0 auto;
}

.tailleinfos
{
    width: 30%;
    float: left;
    padding: 10px;
}

.informationprofil
{
    width: 70%;
    float: left;
    padding: 10px;
    background-color: #FFF;
}

.username
{
    float: left;
    width: 80%;
    text-align: center;
    position: relative;
}

.username p
{
    text-align: center!important;
    font-size: 50px;
    text-transform: uppercase;
    padding-top: 100px!important;
    line-height: normal;
}

.nobox
{
    box-shadow: none!important;
}

.bcbleu
{
    background-color: #152d4b;
    color: #FFF;
    text-transform: uppercase;
    font-weight: bolder;
    border:  1px solid #DDD;
}

.decide
{
    width: 30%;
    float: left;
    border-right: 1px solid #DDD;
    height: 150px;
}

.decide2
{
    width: 70%;
    float: left;
    height: 150px;
}

.pad0
{
    padding-top: 0px!important;
    margin-top: -10px;
}

.minig
{
    width: 25%;
    float: left;
    height: 150px;
}

.minid
{
    width: 25%;
    float: left;
    height: 150px;
}

.minig2
{
    width: 75%;
    float: left;
    height: 150px;
}

.minid2
{
    width: 25%;
    float: left;
    height: 150px;
}

.minid3
{
    width: 25%;
    float: left;
}

.minid3 .content2
{
    width: 50%;
    margin:  0 auto;
    border: 1px solid #DDD;
    text-align: center;
}

.minid3 img 
{
    width: 100%;
    height: 200px;
}

.minid2 .content
{
    width: 98%;
    margin:  0 auto;
    border: 1px solid #DDD;
    height: 150px;
}

.minid2 .content .petit
{
    font-size: 12px;
}

.minid .content
{
    width: 98%;
    margin:  0 auto;
    border: 1px solid #DDD;
    height: 150px;
}

.minid .content .petit
{
    font-size: 12px;
}

.bloc33
{
    float: left;
    width:  33.33%;
}

.upper
{
    text-transform: uppercase;
    font-size: 8px;
}

.borduretous
{
    border: 1px solid #DDD!important;
}

.livret
{
  background-color: #FFF!important;
  text-align: center;
  color: #2E2E2E!important;
  text-transform: uppercase!important;
  font-weight: bold!important;
  padding: 0px;
}

.souslivret
{
  background-color: #FFF!important;
  color: #2E2E2E!important;
  text-align: center;
  padding: 0px;
}

#camouflage
{
    display: none;
}

.filtre
{
    text-align: right;
}

.filtre form
{
    width: 100%!important;
}

.filtre select
{
    width: 250px!important;
    float: left;
    margin-right: 20px;
}

.filtre input
{
    padding: 0px!important;
}

.filtre form input[type="submit"] 
{
    background-color: #AA0000;
    color: #FFF;
    border: 2px solid #AA0000;
    padding: 00px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.7em!important;
    width: 100px;
    float: left;
    margin-top: 10px!important;
}

.espace
{
    padding-left: 30px;
}

.livrettitre
{
    font-size: 30px;
    text-align: center;
    font-weight: bolder;
}

.livretinfo
{
    text-align: center;
}

.bgrouge
{
    background-color: #AA0000!important;
    color: #FFF!important;
}

.bgvert
{
    background-color: #5ab03f!important;
    color: #FFF!important;
}

.bgorange
{
    background-color: #f15e19!important;
    color: #FFF!important;
}

.bgnoir
{
    background-color: #2E2E2E!important;
    color: #FFF!important;
}

.bggris
{
    background-color: #AAA!important;
    color: #FFF!important;
}

.droite50
{
    float: right;
    width: 50%;
}

.gauche50
{
    float: left;
    width: 50%;
}

.droite50 .content, .gauche50 .content
{
    padding: 10px;
}

.eval
{
    width: 100px!important;
}

.evaltext
{
    width: 970px!important;
}

.evaltext2
{
    width: 483.5px!important;
}

.config
{
    width: 25%;
    float: left;
    padding: 10px;
}

.config-content
{
    width: 90%;
    margin: 0 auto;
}

.config-dossierjsp:hover
{
    background-color: #2E2E2E!important;
    color: #FFF!important;
}

.config-dossierjsp
{
    background-color: #FFF;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.config-icon
{
    font-size: 50px;
    padding: 10px;
    text-align: center;
}

.config-titre
{
    text-align: center;
    padding: 10px;
}

.retour
{

}

.supportback
{
    background-color: #AA0000!important;
    text-align: right;
}

.btnactionjsp
{
    float: left;
    width: 25%;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
}

.jsppresent
{
    background-color: #5ab03f;
    color: #FFF;
}

.jspabs
{
    background-color: #AA0000;
    color: #FFF;
}

.contentbtnactionjsp
{
    width: 98%;
    padding: 10px;
    border:  1px solid #AA0000;
    color: #AA0000;
}

.contentbtnactionjsp:hover,.contentbtnactionjsp:focus
{
    transition: all 0.3s;
    background-color: #AA0000;
    color: #FFF!important;
}

.saisidispo:hover a
{
    color: #FFF!important;
}

.contentbtnactionjsp:hover a
{
    color: #FFF!important;
}

.clientback
{
    background-color: #152d4b!important;
}

.supportbtn
{
    float: left;
    width: 20%;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.supportbtn .ctn 
{
    padding: 10px;
    width: 98%;
    background-color: #FFF;
    margin: 0 auto;
    box-shadow: 0 0 0 1px rgb(0 0 0 / 5%), 0 1px 1px rgb(0 0 0 / 5%);
    -moz-box-shadow: 0 0 0 1px rgba(0,0,0,.05),0 1px 1px rgba(0,0,0,.05);
    -webkit-box-shadow: 0 0 0 1px rgb(0 0 0 / 5%), 0 1px 1px rgb(0 0 0 / 5%);
}

.lignesupport
{
    width: 100%;
    background-color: #FFF;
    padding: 10px;
    margin-bottom: 10px;
    box-shadow: 0 0 0 1px rgb(0 0 0 / 5%), 0 1px 1px rgb(0 0 0 / 5%);
    -moz-box-shadow: 0 0 0 1px rgba(0,0,0,.05),0 1px 1px rgba(0,0,0,.05);
    -webkit-box-shadow: 0 0 0 1px rgb(0 0 0 / 5%), 0 1px 1px rgb(0 0 0 / 5%);
}

.numsupport
{
    float: left;
    width: 10%;
    padding: 10px;
    background-color: #2F2F2F;
    color: #FFF;
}

.datesupport
{
    float: left;
    width: 10%;
    padding: 10px;
    text-align: center;
}

.titresupport
{
    float: left;
    width: 70%;
}

.visionsupport
{
    float: left;
    width: 10%;
    padding: 10px;
    font-size: 20px;
}

.visionsupport:hover
{
    color: #AA0000;
}

.nouveausupport
{
    float: left;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #AA0000;
    color: #FFF;
}

.clientsupport
{
    float: left;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #152d4b;
    color: #FFF;
}

.attentesupport
{
    float: left;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: rgb(255,140,0);
    color: #FFF;
}

.clossupport
{
    float: left;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #2E2E2E;
    color: #FFF;
}

.titretextsupport
{
    float: left;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

.supportbtn .ctn:hover
{
    background-color: #2E2E2E;
    color: #FFF;
    transition: all 0.3s;
}

.supportbtn .active
{
    background-color: #AA0000;
    color: #FFF;
}

.blocdoc
{
    width: 16.5%;
    float: left;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
}

.blocdoc img
{
    width: 95%;
    margin:  0 auto;
    text-align: center;
    box-shadow: 0 0 0 1px rgb(0 0 0 / 5%), 0 1px 1px rgb(0 0 0 / 5%);
    -moz-box-shadow: 0 0 0 1px rgba(0,0,0,.05),0 1px 1px rgba(0,0,0,.05);
    -webkit-box-shadow: 0 0 0 1px rgb(0 0 0 / 5%), 0 1px 1px rgb(0 0 0 / 5%);
}

.blocdoc:hover img
{
    filter: grayscale(100%);
    transition: all 0.3s;
}

.blocdocun
{
    width: 16.5%;
    float: left;
    padding-top: 50px;
    padding-bottom: 50px;
}

.blocdocun img
{
    width: 80%;
    margin:  0 auto;
    box-shadow: 0 0 0 1px rgb(0 0 0 / 5%), 0 1px 1px rgb(0 0 0 / 5%);
    -moz-box-shadow: 0 0 0 1px rgba(0,0,0,.05),0 1px 1px rgba(0,0,0,.05);
    -webkit-box-shadow: 0 0 0 1px rgb(0 0 0 / 5%), 0 1px 1px rgb(0 0 0 / 5%);
}

.blocdocun:hover img
{
    filter: invert(100%);
    transition: all 0.3s;
}

.notifmarque
{
    text-align: center!important;
    margin-bottom: 20px;
}

.colnotif
{
    background-color: #2E2E2E;
    color: #FFF;
    padding: 5px;
    width: 19%;
    float: right;
    margin-left: 5px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.colnotif:hover
{
    background-color: #FFF;
    color: #2E2E2E;
    transition: all 0.3s;
}

.jspblanc
{
    background-color: #FFF!important;
    color: #000!important;
}

.jspjaune
{
    background-color: #f3f41c!important;
    color: #000!important;
}

.jsporange
{
    background-color: #f15e19!important;
    color: #000!important;
}

.jspvert
{
    background-color: #5ab03f!important;
    color: #000!important;
}

.jspbleu
{
    background-color: #6B7DBD!important;
    color: #000!important;
}

.jspviolet
{
    background-color: #4B0082!important;
    color: #000!important;
}

section .general
{
    padding-top: 0px;
    padding-bottom: 0px;
    width: 90%;
    margin: 0 auto;
}

.red
{
    color: #AA0000;
}

.kored
{
    background-color: #AA0000;
    color: #FFF;
    padding: 10px;
}

.esp2
{
    margin-top: 5px;
}

.dispomoniteur
{
    background-color: #AA0000;
    text-align: center;
    padding: 2px;
    color: #FFF;
    margin-top: 5px;
    margin-bottom: 5px;
}

section .general .content .img
{
    width: 100%;
    margin: 0 auto;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin-bottom: 20px;
}

.btnreturn
{
    margin: 20px;
    text-align: center;
}

.btnreturn button
{
    border: none;
    background-color: rgb(150, 0, 0);
    color: #FFF;
    padding: 20px;
    cursor: pointer;
    width: 30%;
    text-transform: uppercase;
}

.btnreturn button:hover
{
    background-color: #2E2E2E;
}

.dispovert
{
    width: 20%;
    float: left;
    margin-top: 5px;
}

.dispoappel
{
    width: 25%;
    float: left;
    margin-top: 5px;
}

.dispovert2
{
    width: 14.2%;
    float: left;
    margin-top: 5px;
}

.dispodisque
{
    width: 20%;
    float: left;
    margin-top: 5px;
}

.dvcontent:hover
{
    background-color: #FFF!important;
}

.retourdispo
{
    width: 50%;
    float: left;
    margin-top: 5px;
}

.long
{
    height: 300px!important;
}

.candidat
{
    width: 33.33%;
    float: left;
    text-align: center;
}

.candidat:hover
{
    background-color: #2E2E2E!important;
}

.candidat .ctn
{
    width: 95%;
    margin: 0 auto;
    padding: 10px;
}

.recruevert
{
    background-color: #5ab03f!important;
    color: #FFF!important;
}

.recruearchive
{
    background-color: #A9A9A9!important;
    color: #FFF!important;
}

.recruerouge
{
    background-color: #AA0000!important;
    color: #FFF!important;
}

.recrueorange
{
    background-color: #FF8000!important;
    color: #FFF!important;
}

.dvcontent
{
    width: 98%;
    text-align: center;
    margin: 0 auto;
    background-color: #152d4b;
    color: #FFF;
    padding-left: 10px;
    border : 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.pvierge3
{
    background-color: #FFF;
    color: #000;
}

.t2
{
    margin-left: 0px;
}

.impossible
{
    cursor: default!important;
    background-color: #2E2E2E!important;
    color: #FFF!important;
}

.impossible:hover
{
    background-color: #2E2E2E!important;
    color: #FFF!important;
    transition: 0s;
}

.esp
{
    height: 10px;
}

.titre
{
    border-bottom: none!important;
    background-color: #2E2E2E!important;
    text-align: left!important;
}

.fin
{
    border-bottom: none!important;
    background-color: #4682B4!important;
    text-align: left!important;
    padding: 2px;
}

.infoprofil2 {
    width: 100%;
    float: left;
}

.infoprofil2 .contentip 
{
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    width: 98%;
    margin: 0 auto;
    margin-bottom: 10px;
}

.tt
{
    border-bottom: none!important;
}

.event
{
    float: left;
    width: 100%;
}

.pnoir 
{
    background-color: #2E2E2E!important;
    color: #FFF!important;
}

.btnfloatleft
{
    float: left!important;
    width: 16.66%!important;
    padding: 5px!important;
    font-size: 14px;
}

.infoi
{
    padding: 0px!important;
    font-style: italic;
    font-size: 12px;
}

.identification
{
    width: 100%;
    margin-bottom: 10px;
    color: #FFF;
    background-color: #152d4b;
}

.usergauche
{
    float: right;
    width: 15%;
    text-align: center;
    position: relative;
    margin: 10px;
}

.infoprofil
{
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
    margin-bottom: 10px;
}

.infoprofil4
{
    width: 100%;
    float: left;
}

.infoprofil4 .contentip
{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    width: 98%;
    margin : 0 auto;
    margin-bottom: 10px;
}

.infoprofil3
{
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
    margin-bottom: 10px;
    width: 49.5%;
    float: right;
}

.usergauche .pdp
{
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.usergauche .grade
{
    position: absolute;
    top: 0;
    right: 0px;
}

.usergauche .grade img 
{
    width: 50px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
}

.usergauche .grade2
{
    position: absolute;
    top: 0;
    left: 0px;
}

.usergauche .grade2 img 
{
    width: 50px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
}

.usergauche .pdp img
{
    width:100%;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
    background-color: #CCC;

}

.userdroit
{
    float: left;
    width: 100%;
}

.mar10
{
    width: 95%!important;
}

.pad20 
{
    padding: 5px!important;
}

.mt
{
    margin-top: 10px;
}

.infparent
{
    background-color: #AA0000;
    color: #FFF;
    padding: 5px;
    font-weight: normal;
}

.aptitude
{
    background-color: #2E2E2E;
    color: #FFF;
    padding: 5px;
    font-weight: normal;
}

.event-action
{
    float: left;
    width: 100%;
    text-align: left;
}

.event-action2
{
    float: left;
    width: 100%;
    text-align: left;
}

.arouge:hover
{
    color: #AA0000;
}

.nomargin
{
    margin: 0px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.nomargin-top
{
    margin-top: 0px!important;
}

h1,h2,h3
{
    color: #FFF;
    background-color: #2E2E2E;
    padding: 10px;
}

.margin-tb5
{
    margin-top: 5px;
    margin-bottom: 5px;
}

.doc
{
    width: 100%;
    float: left;
}

.doc .gauche
{
    float: left;
    width: 25%;
    font-size: 20px;
}

.doc .droite
{
    float: right;
    width: 50%;
}

.doc .droite2
{
    float: right;
    width: 25%;
    text-align: right;
}

.dcontent
{
    width: 100%;
    margin: 0 auto;
    padding: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    border : 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
    background-color: #FFF;
}

.dcontent:hover
{
    background-color: #2E2E2E!important;
    color: #FFF;
}

.planning
{
    width: 25%;
    float: left;
}

.planning2
{
    width: 14.28%;
    float: left;
}

.pcontentp2
{
    width: 100%;
    min-height: 300px;
    margin: 0 auto;
    padding: 10px;
    font-size: 12px;
    border : 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 1px rgb(0 0 0 / 5%), 0 1px 1px rgb(0 0 0 / 5%);
    -moz-box-shadow: 0 0 0 1px rgba(0,0,0,.05),0 1px 1px rgba(0,0,0,.05);
    -webkit-box-shadow: 0 0 0 1px rgb(0 0 0 / 5%), 0 1px 1px rgb(0 0 0 / 5%);
}

.pcontent:hover
{
    background-color: #2E2E2E!important;
    color: #FFF;
}

.pcontent
{
    width: 100%;
    margin: 0 auto;
    padding: 10px;
    border : 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 1px rgb(0 0 0 / 5%), 0 1px 1px rgb(0 0 0 / 5%);
    -moz-box-shadow: 0 0 0 1px rgba(0,0,0,.05),0 1px 1px rgba(0,0,0,.05);
    -webkit-box-shadow: 0 0 0 1px rgb(0 0 0 / 5%), 0 1px 1px rgb(0 0 0 / 5%);
    background-color: #FFF;
}

.pcontent2
{
    width: 100%;
    margin: 0 auto;
    padding: 10px;
    box-shadow: 0 0 0 1px rgb(0 0 0 / 5%), 0 1px 1px rgb(0 0 0 / 5%);
    -moz-box-shadow: 0 0 0 1px rgba(0,0,0,.05),0 1px 1px rgba(0,0,0,.05);
    -webkit-box-shadow: 0 0 0 1px rgb(0 0 0 / 5%), 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
}

.pdate
{
    text-align: right;
    margin-bottom: 10px;
    float: right;
    width: 100%;
}

.pdate:hover,.pdate2:hover,.pdate3:hover
{
    color: inherit!important;
    color: #666!important;
}

.pdate2 {
    text-align: right;
    margin-bottom: 10px;
    float: right;
    width: 50%;
}

.pdate3
{
    text-align: right;
    margin-bottom: 10px;
    float: right;
    width: 70%;
}

.pevent
{
    text-align: left;
    margin-bottom: 10px;
    float: left;
    width: 30%;
}

.pmoniteur
{
    padding: 2px;
}

.pmoniteur2
{
    padding: 2px;
    margin-bottom: 5px;
}

.pmoniteur2:hover {
    background-color: #2E2E2E;
}

.pbleu
{
    background-color: #152d4b;
    color: #FFF;
    padding-left: 10px;
    border : 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
}

.pblanc
{
    background-color: #FFF;
    color: #2E2E2E;
    padding-left: 10px;
    border : 1px solid #ccc;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
}

.porange 
{
    background-color: #FF8000;
    color: #FFF;
}

.pcours
{
    background-color: #152d4b;
    color: #FFF;
    padding-left: 10px;
    border : 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
}

.pcours2
{
    background-color: #152d4b;
    color: #FFF;
    padding-left: 10px;
    border : 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
}

.textenblanc
{
    color: #FFF!important;
}

.eventvac
{
    background-color: #C1C1C1!important;
}

.textennoir
{
    color: #2E2E2E!important;
}

.pviolet
{
    background-color: #6C0277!important;
}

.pcyan
{
    background-color: #00CED1!important;
}

.psaumon
{
    background-color: #FFA07A!important;
}

.pbordeaux
{
    background-color: #9E0E40!important;
}

.proux
{
    background-color: #AD4F09!important;
}

.pnote
{
    background-color: #01A6F0!important;
}

.pconcours
{
    background-color: #AA0000!important;
}

.pformationsp
{
    background-color: #FFBA01!important;
}

.pfma
{
    background-color: #AB9CD1!important;
}

.pformationjsp
{
    background-color: #4c4c2e!important;
}

.paffvac
{
    background-color: #C1C1C1!important;
    color: #FFF!important;
}

.paffbrevet
{
    background-color: #9ACD32!important;
    color: #FFF!important;
}

.paffsport
{
    background-color: #632800!important;
    color: #FFF!important;
}

.pcours:hover,.pviolet:hover,.pcyan:hover,.psaumon:hover,.pbordeaux:hover,.pnote:hover
{
    background-color: #2e2e2e;
}

.arrondi
{
    border-radius: 5px;
    padding-left: 10px;
    border : 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
}

.arrondi:hover, .pred:hover
{
    background-color: #2E2E2E;
}

.left 
{
    float: left;
    width: 50%;
}

.right 
{
    float: right;
    width: 50%;
}

.pub
{
    width: 100%;
    display: none;
}

.pubpc
{
    width: 100%;
    display: block;
}

.notifcolor
{
    background-color: #AA0000;
    border-radius: 50%;
    padding: 4px;
    padding-left: 6px;
    padding-right: 6px;
    margin-right: 10px;
}

.notifvalide
{
    background-color: #008000;
    border-radius: 50%;
    padding: 4px;
    padding-left: 6px;
    padding-right: 6px;
    margin-right: 10px;
}

.jspblanc
{
    background-color: #FFF!important;
    color: #000!important;
}

.jspjaune
{
    background-color: #f3f41c!important;
    color: #000!important;
}

.jspvert
{
    background-color: #5ab03f!important;
    color: #000!important;
}

.jsporange
{
    background-color: #f15e19!important;
    color: #000!important;
}

.docjaune
{
    color: #f3f41c!important;
}

.docvert
{
    color: #5ab03f!important;
}

.docorange
{
    color: #f15e19!important;
}

.jspblanc2
{
    background-color: #FFF!important;
    color: #000!important;
}

.jspjaune2
{
    background-color: #f3f41c!important;
    color: #000!important;
}

.jspvert2
{
    background-color: #5ab03f!important;
    color: #000!important;
}

.jsporange2
{
    background-color: #f15e19!important;
    color: #000!important;
}

.jspjaune2, .jspvert2, .jsporange2, .jspblanc2
{
    border:  1px solid #000!important;
}

.jspjaune, .jspvert, .jsporange, .jspblanc
{
    border:  1px solid #000!important;
}

.jspjaune:hover, .jspvert:hover, .jsporange:hover, .jspblanc:hover
{
    background-color: #152d4b!important;
    color: #FFF!important;
}

.programme
{
    background-color: #A8A12D;
    color: #FFF;
}

.pbleu
{
    background-color: #152d4b;
    color: #FFF;
}

.tablegris
{
    background-color: #696969;
    color: #000;
}

.tablebleu
{
    background-color: #152d4b;
    color: #FFF;
}

.tablerouge
{
    background-color: #AA0000;
    color: #FFF;
}

.tablevert
{
    background-color: #008000;
    color: #FFF;
}

.tableviolet
{
    background-color: #4B0082;
    color: #FFF;
}

.tableorange 
{
    background-color: #FF8000;
    color: #FFF;
}


.prouge
{
    background-color: #AA0000;
    color: #FFF;
}

.pvert
{
    background-color: #008000;
    color: #FFF;
}

.pviolet
{
    background-color: #4B0082;
    color: #FFF;
}

.nlu 
{
    color: rgb(50,205,50);
}

.nwarning 
{
    color: #AA0000;
}

#customers2 {
  border-collapse: collapse;
  width: 100%;
  border:  none;
  text-align: center;
  background-color: #FFF;
}

#customers2 tr
{
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

#customers2 td, #customers2 th {
    padding: 10px;
}

#customers2 th {
  padding:  10px;
  text-align: center;
  background-color: #152d4b;
  color: white;
  font-weight: normal;
}

#customers2 tr:first-child
{
    border-top: 0px solid #ddd;
}

.cl 
{
    clear: both;
}

.menu-action
{
    list-style: none;
    width: 100%;
}

.menu-action li
{
    float: left;
    width: 25%;
    background-color: #152d4b;
    color: #FFF;
    padding: 10px;
    text-align: center;
}

.menu-action li:hover
{
    background-color: #AA0000;
}

.menu-action .menuactif
{
    background-color: #AA0000;
}

.user
{
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #FFF;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.user2
{
    padding: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: #FFF;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.user2 p
{
    padding: 10px;
}

.user p
{
    padding: 10px;
}

.rouge
{
    color: #AA0000;
    background-color: #FFF!important;
}

.vert
{
    color: #008000;
    background-color: #FFF!important;
}

.gras
{
    font-weight: bolder;
}

.choixdate
{
    width: 100%;
    margin: 0px auto;
    margin-bottom: 10px;
    text-align: center;
    color: #FFF;
    background-color: #AA0000;
}

.choixdate .precedent, .choixdate .suivant 
{
    width: 10%;
    float: left;
    padding: 5px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
}

.espmini
{
    margin-top: 10px;
}

.pmini
{
    font-size: 12px!important;
}

.padd
{
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

.choixdate .encours
{
    width: 80%;
    float: left;
    padding: 5px;
    background-color: #152d4b;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
}

.choixdate .encours2
{
    width: 100%;
    float: left;
    padding: 5px;
    background-color: #152d4b;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
}

.choixdate2
{
    width: 100%;
    margin: 0px auto;
    text-align: center;
    color: #FFF;
    background-color: #AA0000;
}

.choixdate2 .precedent, .choixdate2 .suivant 
{
    width: 10%;
    float: left;
    padding: 5px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
}

.choixdate2 .encours
{
    width: 80%;
    float: left;
    padding: 5px;
    background-color: #FFF;
    color: #152d4b;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
    text-transform: uppercase;
}

.reunion
{
    color: rgb(50,205,50);
}

.cross
{
    color: rgb(105,105,105);
}

.defile
{
    color: rgb(255,140,0);
}

.autre
{
    color: #000;
}

a
{
    list-style: none;
    color: inherit;
    text-decoration: none;
}

.center
{
    text-align: center;
}

.center2
{
    text-align: center!important;
}

.tdate,.tetat
{
    width: 30%;
    border:  none;
}

.saisidispo
{
    width: 100%;
    margin: 10px auto;
    padding: 5px;
    text-align: center;
    color: #AA0000;
    background-color: #FFF;
    border: 1px solid #AA0000;
    box-shadow: 0 0 0 1px rgb(0 0 0 / 5%), 0 1px 1px rgb(0 0 0 / 5%);
    -moz-box-shadow: 0 0 0 1px rgba(0,0,0,.05),0 1px 1px rgba(0,0,0,.05);
    -webkit-box-shadow: 0 0 0 1px rgb(0 0 0 / 5%), 0 1px 1px rgb(0 0 0 / 5%);
}

.saisidispo:hover
{
    cursor: pointer;
    background-color: #AA0000;
    border: 1px solid #AA0000;
    color: #FFF;
    transition: all 300ms ease 0ms;

}

header
{
    background-color: #152d4b;
    color: #FFF;
    box-shadow: 0 0 0 1px rgb(0 0 0 / 5%), 0 1px 1px rgb(0 0 0 / 5%);
    -moz-box-shadow: 0 0 0 1px rgba(0,0,0,.05),0 1px 1px rgba(0,0,0,.05);
    -webkit-box-shadow: 0 0 0 1px rgb(0 0 0 / 5%), 0 1px 1px rgb(0 0 0 / 5%);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
}

header .menu
{
    float: left;
    width: 10%;
    text-align: center;
    font-size: 30px;
    padding-top: 11px;
    padding-bottom: 10px;
}

header .menu:hover
{
    cursor: pointer;
    background-color: #AA0000;
}

header .title
{
    background-color: #FFF;
    text-align: center;
    float: left;
    width: 75%;
    padding-top: 13.5px;
    padding-bottom: 13.5px;
    font-size: 20px;
    text-transform: uppercase;
    color: #AA0000 !important;
}

header .profil
{
    background-color: #152d4b;
    float: left;
    width: 15%;
}

.cl 
{
    clear: both;
}

section 
{
    padding: 10px;
    margin-left: 15%;
    min-height: 100vh!important;
    background-repeat: no-repeat;
    background-size: auto 90%;
    background-position: center;
    background-color: #F2F3F9;
    margin-top: 50px!important;
}

.section 
{
    padding: 10px;
    margin-left: 0%;
    min-height: 100vh!important;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center;
    background-color: #F2F3F9;
    margin-top: 0px!important;
}

#customers {
  border-collapse: collapse;
  width: 100%;
  border:  none;
  text-align: center;
  background-color: #FFF;
}

#alert
{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1060;
    display: none; 
}

.green
{
    color: rgb(50,205,50);
}

.greendark
{
    color: rgb(0,105,0);
}

.succes 
{
    background-color: rgb(50,205,50);
    color: #FFF;
    padding: 10px;
}

.erreur 
{
    background-color: #2E2E2E;
    color: #FFF;
    padding: 10px;
}

.blank
{
    color: #000;
}

.grey
{
    color: rgb(105,105,105);
}

.orange
{
    color: rgb(255,140,0);
}

.purple
{
    color: rgb(238,130,238);
}

.blue
{
    color: rgb(135,206,250);
}

.bluedark
{
    color: #0B0B61;
}

.orangedark
{
    coler : #FFBF00
}

.reddark
{
    color: #B40431;
}

.tbl 
{
    float: left;
    width: 33.33%;
    padding: 10px;
}

.bordureok
{
   border: 1px solid #ddd!important; 
   box-shadow: none!important;
}

.minigauche
{
    float: left;
    width: 50%;
    font-style: italic;
}

.minidroite
{
    float: right;
    width: 50%;
    text-align: right;
}

.minidroite span
{
    border : 1px solid #DDD;
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 50px;
}


#customers td, #customers th {
  border-bottom: 1px solid #ddd;
  padding: 10px;
}

#customers .nobordure
{
    border-bottom: 1px solid #FFF!important;
}

#customers th {
  padding:  5px;
  text-align: center;
  background-color: #152d4b;
  color: white;
  font-weight: normal;
}

.bold 
{
    font-weight: bolder;
    color: #AA0000;
}

.boldblack
{
    font-weight: bolder;
    color: #2E2E2E;
}

.cf
{
    font-size: 25px!important;
}

.cf:before,
.cf:after {
  content:"";
  display:table;
}
.cf:after {
  clear:both;
}

.oModal {
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity:0;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  pointer-events: none;
}

.oModal:target {
  opacity:1;
  pointer-events: auto;
}

.oModal:target > div {
  margin: 10% auto;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.oModal > div {
  max-width: 600px;
  position: relative;
  margin: 1% auto;
  padding: 8px 8px 8px 8px;
  border-radius: 5px;
  background: #FFF;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.oModal h1
{
    text-align: center;
    text-shadow: none;
}

form
{
    width: 80%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.large 
{
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
}

.large2 
{
    width: 95%;
    margin-top: 0px;
    margin-bottom: 0px;
}

h3
{
    font-weight: normal;
    padding-bottom: 10px;
    padding-top: 10px;
}

form input
{
    width: 100%;
    padding: 10px;
    font-weight: normal;
}

.droite {
  float:right;
  padding-right: 10px;
}

form select
{
    width: 100%;
    padding: 10px;
}

form textarea
{
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    height: 100px;
}

form textarea:focus
{
    outline: none !important;
    border: 2px solid #AA0000;
}

form select:focus
{
    outline: none !important;
    border: 2px solid #AA0000;
}

form input:focus
{
    outline: none !important;
    border: 2px solid #AA0000;
}

form input[type="submit"]
{
    background-color: #AA0000;
    color: #FFF;
    border: 2px solid #AA0000;
    padding: 20px;
    font-weight: 500;
    padding: .3em 1em;
    line-height: 1.7em!important;
}

form input[type="submit"]:hover
{
    background-color: #FFF;
    border: 2px solid #AA0000;
    color: #AA0000;
    cursor: pointer;
    transition: all 300ms ease 0ms;
}

.content50
{
    width: 33.33%;
    float: left;
}

.content4
{
    width: 20%;
    float: left;
}

.content25
{
    width: 25%;
    float: left;
}

.content20
{
    width: 20%;
    float: left;
}

.content50-2
{
    width: 50%;
    float: left;
}

.contentmoitier
{
    width: 50%;
    float: left;
}

.contenttier
{
    width: 33.33%;
    float: left;
}


.contenttier
{
    width: 33.33%;
    float: left;
    margin-bottom: 10px;
}

.contentcomplet
{
    width: 100%;
    float: none;
}

.contentcomplet .groupe
{
    width: 100%!important;
}

.bgrouge
{
    background-color: #AA0000;
}

.bgnote
{
    background-color: #01A6F0;
}

.groupe
{
    width: 98%;
    margin: 0 auto;
    background-color: #FFF;
    border : 1px solid #AA0000;
    color: #AA0000;
    text-align: center;
    padding: 5px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.eventmanoeuvre
{
    background-color: #AA0000;
}

.eventcoursjsp
{
    background-color: #152d4b!important;
    color: #FFF!important;
}

.borduresans
{
    border: none!important;
}

.borduresans:hover
{
    background-color: #2E2E2E!important;
    color: #FFF!important;
}

.notefloat
{
    float: left;
    width: 90%;
}

.notedelfloat
{
    float: left;
    width: 10%;
    text-align: right;
}

.groupe .gauche, .saisidispo .gauche
{
    float: left;
    width: 20%;
    text-align: center;
    font-size: 30px;
}

.groupe .droite, .saisidispo .droite
{
    float: right;
    width: 80%;
    text-align: center;
    padding-top: 5px;
}

.saisidispo .gauche, .saisidispo .droite
{
    padding: 20px;
}

.saisidispo .droite 
{
    padding-top: 25px;
}

.groupe:hover
{
    background-color: #A8A12D;
    border : 1px solid #A8A12D;
    color: #FFF;
    cursor: pointer;
    transition: all 300ms ease 0ms;
}

.date
{
    width: 45%;
    float: left;
    border: 1px solid #AA0000;
    background-color: #FFF;
}

.date h3
{
    background-color: #AA0000;
    color: #FFF;
    text-align: center;
}

.jspjour p, .date p
{
    padding: 10px;
    text-align: center;
}

.jspjour
{
    width: 45%;
    float: right;
    border: 1px solid #AA0000;
    background-color: #FFF;
}

.jspjour h3
{
    background-color: #AA0000;
    color: #FFF;
    text-align: center;
}

.cours
{
    padding: 20px;
    background-color: #A8A12D;
    color: #FFF;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
}

.tleft
{
    text-align: left!important;
}

.mailnonlu
{
    color: #01A6F0!important;
}

.maillu
{
    color: #5ab03f!important;
}


@media (max-width:1400px)
{
    .cbp-vimenu li a 
    {
        display: block;
        height: 2em;
        width: 100%;
        line-height: 2em;
        text-align: left!important;
        color: #152d4b;
        position: relative;
        border-bottom: 1px solid rgba(0,0,0,0.05);
        -webkit-transition: background 0.1s ease-in-out;
        -moz-transition: background 0.1s ease-in-out;
        transition: background 0.1s ease-in-out;
        font-size: 12px!important;
    }

}

@media only screen and (max-width:768px)
{

    .bloc33
{
    float: left;
    width: 100%;
}

.bloc50
{
    float: left;
    width: 100%;
}

.bloc25
{
    float: left;
    width: 100%;
}

.bloc14
{
    float: left;
    width: 100%;
}

.dispoappel
{
    width: 100%;
    float: left;
    margin-top: 5px;
}

    .oModal > div 
    {
      max-width: 80%;
      position: relative;
      margin: 1% auto;
      padding: 8px 8px 8px 8px;
      border-radius: 5px;
      background: #FFF;
      transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -webkit-transition: all 0.4s ease-in-out;
    }

.radio
{
    width: 100%;
    float: left;
}

.radio2
{
    width: 100%;
    float: left;
}

    .colnotif
{
    background-color: #2E2E2E;
    color: #FFF;
    padding: 5px;
    border: 1px solid #2E2E2E;
    width: 100%;
    float: none;
    margin-top: 2px;
    margin-bottom: 2px;
    margin-left: 0px;
}

    .statsacc
{
    float: left;
    width: 100%;
    margin-bottom: 5px;
}

    .blocdroiteacc
{
    width: 100%;
    float: none;
}

.blocgaucheacc
{
    width: 100%;
    float: none;
}

    .tailleinfos
{
    width: 100%;
    float: left;
    padding: 0px;
    padding-left: 10px;
}

.informationprofil
{
    width: 100%;
    float: left;
    padding: 0px;
    padding-left: 10px;
    background-color: #FFF;
}

    .stats33
{
    float: left;
    width: 100%;
}

    .bloc-moitier
{
    float: none!important;
    width: 100%!important;
}

.bloc-moitier2
{
    float: none!important;
    width: 100%!important;
}

.username
    {
        float: none;
        width: 100%;
    }

.username p 
{
    text-align: center!important;
    font-size: 30px;
    text-transform: uppercase;
    padding-top: 10px!important;
}

    .filtre select {
    width: 60%!important;
    float: left;
}

.filtre form input[type="submit"] {
    background-color: #AA0000;
    color: #FFF;
    border: 2px solid #AA0000;
    padding: 0px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.7em!important;
    width: 30%;
    float: left;
    margin-left: 20px;
}

    .espace
{
    padding-left: 0px;
}

    .eval
{
    width: 100%!important;
}

.evaltext
{
    width: 100%!important;
}

    .btnactionjsp
{
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
}

.droite50
{
    float: none;
    width: 100%;
}

.gauche50
{
    float: none;
    width: 100%;
}

.config
{
    width: 100%;
    float: left;
}

    .nouveausupport
{
    display: none;
}

.clientsupport
{
    display: none;
}

.attentesupport
{
    display: none;
}

.clossupport
{
    display: none;
}

.titretextsupport
{
    float: left;
    padding: 10px;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
}

    .numsupport
{
    float: left;
    width: 20%;
    padding: 10px;
    background-color: #2F2F2F;
    color: #FFF;
}

.datesupport
{
    display: none;
}

.titresupport
{
    float: left;
    width: 80%;
}

.visionsupport
{
    display: none;
}

    .supportbtn
{
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
}

    .blocdoc
{
    width: 100%;
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

.blocdocun
{
    width: 100%;
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

    .dispovert
{
    width: 100%;
    float: none;
    margin-top: 5px;
}

.event-action2
{
    float: none;
    text-align: right;
}

    .content4
{
    width: 100%;
    float: left;
}

.content25
{
    width: 100%;
    float: left;
}

    .usergauche
{
    float: left;
    width: 100%;
    text-align: center;
}

.infoprofil4
{
    width: 100%;
    float: none;
}

.infoprofil4 .contentip
{
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
    width: 100%;
    margin : 0 auto;
    margin-bottom: 10px;
}

.btnfloatleft
    {
        float: none!important;
        width: 100%!important;
        padding: 5px!important;
        font-size: 12px!important;
    }

.infoprofil
{
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
    margin-bottom: 10px;
}

.infoprofil2
{
    width: 100%;
    float: left;
}

.infoprofil2 .contentip
{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    width: 98%;
    margin : 0 auto;
    margin-bottom: 10px;
}

.infoprofil3
{
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
    margin-bottom: 10px;
    width: 100%;
    float: right;
}

.usergauche .pdp
{
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.usergauche .pdp img
{
    width:100%;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
    background-color: #CCC;

}

.userdroit
{
    float: left;
    width: 100%;
}

.usergauche .grade img 
{
    width: 75px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
}

    .doc
    {
        width: 100%;
        float: none;
    }

    .dcontent
    {
        width: 100%;
        margin: 0 auto;
        border : 1px solid rgba(0, 0, 0, 0.1);
        box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
        padding: 10px;
        min-height: 20px;
        background-color: #FFF;
    }

    .doc .gauche
    {
        float: left;
        width: 30%;
        font-size: 30px;
    }

    .doc .droite
    {
        float: right;
        width: 70%;
    }
    
    .planning
    {
        width: 50%;
        float: left;
    }

    .planning2
    {
        width: 50%;
        float: left;
    }

    .pcours2
    {
        padding: 5px;
    }
    .pdate, .pdate2
    {
        text-align: right;
        margin-bottom: 10px;
        float: none;
        width: 100%;
    }

    .pevent
    {
        text-align: right;
        margin-bottom: 0px;
        float: none;
        width: 100%;
    }

    .pcontent
    {
        width: 100%;
        margin: 0 auto;
        border : 1px solid rgba(0, 0, 0, 0.1);
        box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
        padding: 10px;
    }

    .pcontentp2
    {
        width: 100%;
        min-height: 250px;
        margin: 0 auto;
        padding: 10px;
        border : 1px solid rgba(0, 0, 0, 0.1);
        box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
    }

    .pcontent2
    {
        width: 100%;
        margin: 0 auto;
        border : 1px solid rgba(0, 0, 0, 0.1);
        box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
        padding: 10px;
    }

    .pub
    {
        width: 100%;
        display: block;
    }

    .pubpc
    {
        width: 100%;
        display: none;
    }
    
    header .menu
    {
        float: left;
        width: 10%;
        text-align: center;
        font-size: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    header .menu:hover 
    {
        cursor: pointer;
    }

    .notifcolor {
    background-color: #AA0000;
    border-radius: 50%;
    padding: 2px;
    padding-left: 4px;
    padding-right: 4px;
    margin-right: 0px;
}

.notifvalide
{
    background-color: #008000;
    border-radius: 50%;
    padding: 2px;
    padding-left: 4px;
    padding-right: 4px;
    margin-right: 0px;
}

    header .title
    {
        background-color: #AA0000;
        text-align: center;
        float: left;
        width: 50%;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 14px;
    }

    header .profil
    {
        background-color: #152d4b;
        float: left;
        width: 40%;
        font-size: 12px;
    }

    #menu-demo2 a{
    text-decoration:none;
    display:block;
    padding:10px;
    color:#fff;
    }

    section 
    {
        padding: 10px;
        margin-left: 0%;
        min-height: 100vh!important;
        background-repeat: no-repeat;
        background-size: auto 55%;
        background-position: center;
        background-color: #F2F3F9;
    }

    .choixdate
    {
        width: 90%;
        margin: 0px auto;
        margin-bottom: 20px;
        text-align: center;
        color: #FFF;
        background-color: #AA0000;
    }

    .menu-action li
    {
        float: left;
        width: 50%;
        background-color: #152d4b;
        color: #FFF;
        padding: 10px;
        text-align: center;
    }

    .content50
    {
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }

    .content50-2
    {
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }

    .contentmoitier
    {
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }

    .contenttier
    {
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }

    .contenttier
    {
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }

    .contentcomplet
    {
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }

    .saisidispo
    {
        width: 90%;
    }

    .groupe .gauche, .saisidispo .gauche
    {
        width: 20%;
    }

    .groupe .droite, .saisidispo .droite
    {
        width: 80%;
    }

    #customers td, #customers th {
    border-bottom: 1px solid #ddd;
    padding: 0px!important;
    padding-left: 130px!important;
    color: #2E2E2E;
    background-color: #FFF;
    }

    table,tr,th,td,thead,tbody
    {
        display: block;
        border-collapse: collapse;
        background-color: transparent;
    }

    tbody
    {
        background-color: #F2F3F9;
    }

    thead
    {
        display: none;
    }

    tr
    {
       box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
       margin: 10px;
    }

    td
    {
        position: relative;
    }

    td::before
    {
        padding: 10px;
        content: attr(data-label);
        position: absolute;
        top: 0;
        left: 0;
        width: 100px;
        bottom: 0;
        display: flex;
        align-items: center;
        background-color: #152d4b;
        color: #FFF;
    }

    .tablebleu
    {
        background-color: #152d4b!important;
        color: #FFF!important;
    }

    .tablerouge
    {
        background-color: #AA0000!important;
        color: #FFF!important;
    }

    .tablevert
    {
        background-color: #008000!important;
        color: #FFF!important;
    }

    .tableviolet
    {
        background-color: #4B0082!important;
        color: #FFF!important;
    }

    .tableorange 
    {
        background-color: #FF8000!important;
        color: #FFF!important;
    }

    #customers2 tbody
    {
        background-color: #FFF;
    }

    #customers2 td::before
    {
        padding: 0px;
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 1px;
        bottom: 0;
        display: flex;
        align-items: center;
        background-color: #F2F3F9;
        color: #FFF;
    }

}

.nobordure
{
    border-left: none!important;
    border-right: none!important;
    border-radius: 0px:!important;
}

.pgreen
{
    background-color: rgb(50,205,50)!important;
    color: #FFF;
    border-radius: 5px;
    padding-left: 10px;
    border : 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
}

.pred
{
    background-color: #AA0000!important;
    color: #FFF;
    border-radius: 5px;
    padding-left: 10px;
    border : 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
}

.pvierge2
{
    background-color: #FFF!important;
    color: #000;
    padding-left: 10px;
    border : 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    margin-bottom: 5px;
}

.pdisponible
{
    background-color: rgb(50,205,50)!important;
    color: #FFF;
    padding-left: 10px;
    border : 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    margin-bottom: 5px;
}

.pdisponible:hover
{
    color: rgb(50,205,50)!important;
}

.pdisponiblebesoin
{
    background-color: rgb(0,102,0)!important;
    color: #FFF;
    padding-left: 10px;
    border : 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    margin-bottom: 5px;
}

.pdisponiblebesoin:hover
{
    color: rgb(0,102,0)!important;
}

.pgarde
{
    background-color: rgb(135,206,250)!important;
    color: #FFF;
    padding-left: 10px;
    border : 1px solid rgb(135,206,250);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    margin-bottom: 5px;
}

.pastr
{
    background-color: rgb(238,130,238)!important;
    color: #FFF;
    padding-left: 10px;
    border : 1px solid rgb(238,130,238);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    margin-bottom: 5px;
}

.past1
{
    background-color: #0B0B61!important;
    color: #FFF;
    padding-left: 10px;
    border : 1px solid #0B0B61;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    margin-bottom: 5px;
}

.past2
{
    background-color: #FFBF00!important;
    color: #FFF;
    padding-left: 10px;
    border : 1px solid #FFBF00;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    margin-bottom: 5px;
}

.past3
{
    background-color: #B40431!important;
    color: #FFF;
    padding-left: 10px;
    border : 1px solid #B40431;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    margin-bottom: 5px;
}

.dispo1
{
    background-color: #7BA05B!important;
    color: #FFF;
    padding-left: 10px;
    border : 1px solid #7BA05B;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    margin-bottom: 5px;
}

.dispo2
{
    background-color: #83A697!important;
    color: #FFF;
    padding-left: 10px;
    border : 1px solid #83A697;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    margin-bottom: 5px;
}

.dispo3
{
    background-color: #649B88!important;
    color: #FFF;
    padding-left: 10px;
    border : 1px solid #649B88;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    margin-bottom: 5px;
}

.pgarde:hover, .pastr:hover
{
    color: #2E2E2E!important;
    border : 1px solid #2E2E2E;
}

.pindisponible
{
    background-color: rgb(105,105,105)!important;
    color: #FFF;
    padding-left: 10px;
    border : 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    margin-bottom: 5px;
}

.pindisponible:hover
{
    color: rgb(105,105,105)!important;
}

.pvacances
{
    background-color: rgb(255,140,0)!important;
    color: #FFF;
    padding-left: 10px;
    border : 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    margin-bottom: 5px;
}

.pvacances:hover
{
    color: rgb(255,140,0)!important;
}

.pvierge {
    background-color: #FFF !important;
    color: #000;
    overflow: hidden;
    overflow-y: auto;
    max-height: 300px;
}

.pvierge_plan {
    background-color: #FFF !important;
    color: #000;
    overflow: hidden;
    overflow-y: auto;
    max-height: 350px;
}


.pindisponible
{
    background-color: rgb(105,105,105)!important;
    color: #FFF;
}

.pvacances
{
    background-color: rgb(255,140,0)!important;
    color: #FFF;
}

.proux:hover, .groupe:hover
{
    background-color: #2E2E2E!important;
}