
body {
margin:0px;
padding:0px;
width:100%;
font-family:Helvetica, sans-serif;
font-size:14px;
background-color:white;
overflow: auto;

}
.clear{
clear:both;
}

/************** HEADER ***************/

#header{
  background-image: -moz-linear-gradient(0deg, #3c96ff 0%, #2dfbff 100%);
  background-image: -webkit-linear-gradient(0deg, #3c96ff 0%, #2dfbff 100%);
  background-image: -ms-linear-gradient(0deg, #3c96ff 0%, #2dfbff 100%);
}
/*#header{
  background-image: -moz-linear-gradient(0deg, #61f385 0%, #a3f7aa 100%);
  background-image: -webkit-linear-gradient(0deg,  #61f385 0%, #a3f7aa 100%);
  background-image: -ms-linear-gradient(0deg, #61f385 0%, #a3f7aa 100%);
} */
#header div{
  max-width: 1200px;
  width:100%;
  margin: auto;
}
#banniere img{
  margin-top: 10px;
}
#banniere .menu_deroulant_icon{
position: absolute;
top: 20px; right: 20px;
display: none;
}

#navigation_barre{
  padding-bottom: 20px;
}
#navigation_barre a{
  float: left;
  display: block;
  color: #fff;
  font-size: 20px;
  margin-left: 100px;
  margin-bottom: 10px;
  font-family: 'Poppins', sans-serif;
  position: relative;
  white-space:nowrap;
}
#navigation_barre #logout_phone{
display: none;
}
#navigation_barre #account{
padding-right:20px ;
float: right;
z-index: 1;
}
.red_bell{
  display:none;
  float:right;
  width: 30px;
  position: relative;
  right:15px; bottom:10px;
  z-index: 1;
  opacity: 90%;
}
#navigation_barre a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #ffffff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

#navigation_barre .active::before,
#navigation_barre a:hover::before {
  width: 100%;
}
#navigation_barre a .active{
   color: white !important;
}

/************** BLOCK MESSAGE **************/
.information_block{
text-align: center;
margin-left:8%;
margin-right:8%;
animation: fadein 0.5s;
-moz-animation: fadein 0.5S; /* Firefox */
-webkit-animation: fadein 0.5S; /* Safari et Chrome */
-o-animation: fadein 0.5S; /* Opera */
z-index: 99999999999;
}
@keyframes fadein {
    from {opacity:0;}
    to {opacity:1;}
}
@-moz-keyframes fadein { /* sur Firefox */
    from {opacity:0;}
    to {opacity:1;}
}
@-webkit-keyframes fadein { /* sur Safari et Chrome */
    from {opacity:0;}
    to {opacity:1;}
}
@-o-keyframes fadein { /* sur Opera */
    from {opacity:0;}
    to {opacity: 1;}
}
.info_msg, .success_msg, .warning_msg, .error_msg {
border: 1px solid;
border-radius: 10px;
background-repeat: no-repeat;
background-position: 10px center;
display: inline-block;
padding:5px 5px 5px 50px;
margin-bottom: 5px;
}
.information_block p{
margin:10px 40px 0px 0px;
color:black !important;
}
.info_msg{
background-color: #BDE5F8;
background-image: url('../images/info.png');
}
.success_msg{
background-color: #DFF2BF;
background-image:url('../images/success.png');
}
.warning_msg {
background-color: #FEEFB3;
background-image: url('../images/warning.png');
} 
.error_msg{
background-color: #FFBABA;
background-image: url('../images/error.png');
}

.close_msg {
float:right;
color:var(--action_color);
position: relative;
top: -10px;
font-size: 30px;
font-weight: bold;
margin-left: 10px;
}
.close_msg:hover,
.close_msg:focus {
color: black;
cursor: pointer;
}

/************** Block des rapports d'envoi de RH ***************/
#RH_sending_info div{
max-width: 800px;
width:95%;
margin:1px auto;
text-align: left;
}

/************** CORP DE PAGE ***************/
.corp_de_page{
width:100%;
height:auto;
margin:auto;
background-color:white;
}
#centre{
min-height: 1000px;
max-width:1200px;
height:auto;
margin:auto;
padding:15px;
}
#form_forgotten_password{
margin-top: 100px;
text-align: center;
}
#form_forgotten_password input{
width: 300px;
text-align: center;
}
#block_page_info{
width:59%;
float: left;
}
/************** FOOTER ***************/

#footer{
width:100%;
color:white !important;
margin-top:10px;
padding-top: 20px;
padding-bottom:40px;
  background-image: -moz-linear-gradient(0deg, #3c96ff 0%, #2dfbff 100%);
  background-image: -webkit-linear-gradient(0deg, #3c96ff 0%, #2dfbff 100%);
  background-image: -ms-linear-gradient(0deg, #3c96ff 0%, #2dfbff 100%);
}
#footer_content{
max-width:1200px;
margin: 20px auto 20px auto;
}
.footer_block{ 
width: 250px;
margin: 0px 30px;
float:right;
}
#footer_content .information{
  width: 500px;
}
#footer_content .information div{
  width: 50%;
  float: left;
}
.footer_block p{
font-size: 22px;
color: white;
}
.footer_block a{
display: inline-block;
color:white;
font-size:14px;
padding-bottom: 20px;
}
#footer_content .social img{
width: 50px;
}
#footer #info_script{
font-size: 10px;
margin: 0px;
color:var(--action_color_less);
}
/*********  Block acceptation des cookies  **************/
.cookie_alert{
width: 100%;
text-align: center;
position: fixed;
left: 0;
bottom: 0;
padding-bottom: 20px;
background-color: rgba(0,0,0,0.8);
}
.cookie_msg p{
width: 90%;
margin:20px auto 10px auto; 
text-align: center;
color:white;
}
.cookie_msg a{
color:black;
border: 1px solid var(--action_color);
border-radius: 5px;
padding:2px 10px 2px 10px;
margin: 5px;
background-color: var(--action_color_less);
cursor:pointer;
outline:none;
}
.cookie_msg a:hover{
background-color: var(--action_color);
}

#folder_overview{
width: 58%;
float:left;
}
/***********************  POINTAGE  **************************/
/*************************************************************/
/* Block selection de semaine */
.main_block {
text-align: center;
border: 1px solid var(--base_color);
border-radius: 20px 20px 20px 20px;
padding-bottom: 15px;
margin-bottom: 10px;
}
/* Titres des Block  */
.titre_block{
width: auto;
min-height: 30px;
text-align: center;
padding: 5px;
margin-bottom: 5px;
background: linear-gradient(var(--base_color), white );
/*background-color: var(--base_color);*/
border-radius: 19px 19px 0px 0px;
}
.body_block{
overflow-y: scroll;
}
#block_select_week{
width: 58%;
border: 1px solid var(--action_color);
float:left;
}
#block_select_week .titre_block{
background: linear-gradient(var(--action_color), white );
}
#block_select_week input[type=submit]{
height: 30px;
margin-left: 0px;
position: relative;
left: -6px;
top:-1px;
-webkit-appearance: none;
-webkit-border-radius: 0 5px 5px 0;
border-left:none;
border: 1px solid var(--action_color);
background-color: var(--action_color_less);
}
#block_select_week select{
width: 250px;
height: 30px;
margin-right: 0px;
-webkit-appearance: none;
-webkit-border-radius: 5px 0 0 5px;
border: 1px solid var(--action_color);
}
.scrollable th,
.scrollable td{
width: 40%;
}
.scrollable th:first-child,
.scrollable td:first-child{
width: 20%;
}
.scrollable tbody{
display: block;
overflow-y:scroll;
}
.scrollable thead,
.scrollable tbody tr{
display: table;
width:100%;
}

#block_processed #block_row_sheet tbody,
#block_un_processed #block_row_sheet tbody,
#block_signed_sheet #block_row_sheet tbody,
#sous_block_pending #block_row_sheet tbody{
max-height: 300px;
}
.mobile{
  display:none;
}

@media only screen and (max-device-width:768px) and (orientation: landscape) {
  html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  #centre{
    max-width:1000px;
  }
  #folder_overview{
    width: 100%;
    padding: 0px;
  }
  #footer_content{
    width: 1000px;
  }
  .footer_block{ 
    width: 220px;
    margin: 0px 10px;
  }
} 

/* tablets horizontale */
@media (min-width: 768px) and (max-width: 1024px) {
  #navigation_barre a{
    margin-left: 50px;
  }
  #centre{
    max-width:100%;
  }
}

/* only small tablets vertical*/
@media (min-width: 768px) and (max-width: 991px) {
  #header div{
   width: 95%;
  }
  
  #block_select_week{
    width: 100%;
    border: 1px solid var(--action_color);
    float:none;
  }
  #block_page_info{
    width:100%;
  }
  #footer_content{
    width: 90%;
  }
  .footer_block{ 
    margin: 0px 10px;
    width: 25%;
  }
  #footer_content .information{
    width: 40%;
  }
}

/* Only horizontal mobile */
@media only screen and (max-width: 767px) {
  .mobile{
    display:block;
  } 
  #header div{
  }
  #banniere img{
    width: 20%;
    margin-top: 10px;
  }
  #banniere .btn_logout{
    position: relative;
    top: 10px; right: 10px;
  }
  #navigation_barre a{
    margin-left: 30px;
  }
  #navigation_barre :first-child{ 
    margin-left: 10px;
  }
  #block_select_week{
    width: 100%;
    border: 1px solid var(--action_color);
    float:none;
  }
  #block_page_info{
    width:100%;
  }
  .btn_explication{
  background: white;
  }
  #folder_overview{
    width: 100%;
    padding: 0px;
  }
  #footer_content{
    width:90%;
  }
  .footer_block{
    float: none;
    width: 100%;
    margin: 20px auto;
  }
  #footer_content .information {
    width: 100%;
    float: none;
  }

}
/* Only vertical mobile  */
@media (min-width: 320px) and (max-width: 480px) {
  .mobile{
    display:block;
  }
  #banniere img{
    width: 40%;
    margin-top: 10px;
  }
  #banniere .btn_logout{
    display: none;
  }
  #banniere .menu_deroulant_icon{
    display: inline;
  }
  #header div{
  }
  #navigation_barre{
    height: 1px;
    padding: 0px;
    overflow: hidden;
  }
  #navigation_barre a{
    float:none;
    display: block;
    width: auto;
    font-size: 16px;  
    margin:0px;
    padding: 5px 0px 5px 20px;
  }
  #navigation_barre :first-child{ 
    margin-left: 0px;
  }
  #navigation_barre #account{
    float: none;
  }
  #navigation_barre #logout_phone{
    display: inline;
  }
  .info_msg, .success_msg, .warning_msg, .error_msg {
    padding:5px 5px 5px 10px;
    margin-bottom: 5px;
  }
  .information_block p{
    margin:5px 20px 0px 0px;
    font-size: 12px;
  }
  .titre_block{
  min-height: 20px;
  }
  #block_select_week input[type=submit]{
    -webkit-border-radius: 5px;
  }
  #block_select_week select{
    -webkit-border-radius: 5px;
  }
  #footer_content{
    width:90%;
  }
  .footer_block{
    float: none;
    width: 100%;
    margin: 20px auto;
  }
}
