html {
	height: 100vh;
}

body {
	position: relative;
	margin: 0px;
	background-color: rgba(217, 216, 216, 0.20);
}

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: url('../webfonts/Roboto/Roboto-Regular.ttf') format("truetype");
}

@font-face {
	font-family: 'Roboto';
	font-style: bold;
	font-weight: 700;
	src: url('../webfonts/Roboto/Roboto-Bold.ttf') format("truetype");
}

.datepicker-dropdown { z-index: 9999; }

.navbar-brand {
	float: none !important; /* overide de boostrap */
}

.invisible {
	display:none !important;
}

.first-section {
	margin-top: 165px;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
      -webkit-user-select: none; /* Safari */
       -khtml-user-select: none; /* Konqueror HTML */
         -moz-user-select: none; /* Firefox */
          -ms-user-select: none; /* Internet Explorer/Edge */
              user-select: none; /* Non-prefixed version, currently
                                    supported by Chrome and Opera */
}

@media screen and (max-width: 640px) {
	input[type="color"],
	input[type="date"],
	input[type="datetime"],
	input[type="datetime-local"],
	input[type="email"],
	input[type="month"],
	input[type="number"],
	input[type="password"],
	input[type="search"],
	input[type="tel"],
	input[type="text"],
	input[type="time"],
	input[type="url"],
	input[type="week"],
	select:focus,
	textarea {
		font-size: 16px;  /* sur iOS Zoom sur les input si la taille de police est moins de 16px */
	}
}

textarea {
	resize: none;
}

input:required, textarea:required {
	box-shadow: none; /* Firefox ajoute un border rouge au required meme quand pas encours de validation */
  }

.stop-scrolling {
  height: 100%;
  overflow: hidden;
}

.section-header {
	height: 300px;
	overflow: hidden;
}

.img-menu {
	width: 200px;
}

.elementPointer:hover {
	cursor: pointer;
	opacity: 0.8;
}

.blur {
	width: 100%;
	height: 100%;
	
	position: absolute;
	
	opacity: 0.3;
	background-color: black;
	/* 
	-webkit-backdrop-filter: blur(4px);
	filter: blur(4px);
	*/
}

form {
	margin-top: 20px;
}

input {
	border-radius: 3px;
}

td {
	font-size: 11px;
	padding-left: 5px;
	margin: 0px;
	vertical-align: middle;
}

.tdNoBg {
	background-color: transparent !important;
}

th {
	font-size: 13px;
	padding-left: 5px;
	text-align: left;
	/* border: 1px solid black; */
	color: #34495e;
}

.tdcenter {
	text-align: center;
}

.tdRight {
	text-align: right;
}

.tdTriable:hover {
	cursor: pointer;
	opacity: 0.8;
}

.titlePage {
	font-size: medium;
	font-weight: 700;
}
	
	

.inputError {
	border: 1px solid rgba(255,0,0,0.8) !important;
	background-color: rgba(255,0,0,0.2) !important;
}

.inputValid {
	border: 1px solid #2ecc71 !important;
	background-color: #2ecc7034 !important;
}

.labelError {
	color: rgba(255,0,0,1) !important;
}

/* Input number masquer le spin (fleche haut bas) */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* \ Input number masquer le spin (fleche haut bas) */	



.css-divUp {
	position: fixed;
	bottom: 20px;
	right: 40px;
	height: 42px;
	width: 42px;
	border: none;
	cursor: pointer;
	z-index: 98;
	
	background-color: #4D4D4D;
	border-radius: 5px;
	color: white;
	font-size: 25px;
	font-weight: 700;
	text-align: center;
	padding-top: 1px;
	opacity: 0.9;
}




.d-btn-default {
	border: 1px solid white;
}

.d-btn-default:hover {
	background-color: white;
	color: black;
}


/* Personnalisation du menu */
.menu-title {
	font-size: 14px !important;
}

.d-menu {
	font-size: 13px;
	color: black !important;
	font-weight: 600;
}

.d-menu:hover {
	color: orange !important;
}

.imgTitle {
	width: 70%;
	max-width : 200px;
	max-height: 80px;
}

.textTitle {
	display: inline-block;
	margin-left: 20px;
	font-family: 'Fugaz One', cursive;
	font-size: 1.3em;
}

.d-menu-custom {
	
	/*
	background-image: url('../resources/accueil_login.jpg') !important;
	background-position: center center !important;
	background-size: cover !important;
	*/
	
	background-color: #ffffff !important;	
}

/*
.d-menu-custom > .bg {
	opacity: 0.4;
	background-color: black;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}
*/

.d-menu-badge {
	position:absolute; 
	top:0px; 
	right:0px; 
	color:white; 
	background-color:red; 
	border-radius:50%; 
	text-align:center;
	padding-left:6px;padding-right:6px;
	padding-top:4px;padding-bottom:4px;
}


/* ! Footer */

.footer {
	background-color: #424242 ;
	
	position: absolute;
	right: 0;
	left: 0;
	
	width: 100%;
	color: white;
	padding: 5px 10px;
}

.footerFixed {
	position: fixed;
	bottom: 0px;
	left: 0px;
}


.footer-browser {
	float: right;
	height: 40px;
	margin-right: 30px;
	margin-bottom: 5px;
}

.footer-browser > div {
	text-align: center;
	font-size: 0.8em;
	display: inline-block;
	margin-right: 10px;
	position: relative;
}

.footer-browser img {
	width: 30px;
}

.d-container-header {
	height: auto;
	position: relative;
}





.d-lang-select {
	background-color:transparent; 
	border: 1px solid white;
	border-radius: 4px;
	padding: 2px;
}

.d-lang-select option {
	color:black;
}


/* Navbar */

.header-title {
	font-size: 10px !important;
	letter-spacing: 2px;
	text-align: center;
	/* font-family: 'Russo One', sans-serif; */
	color: black;
}

.navbar {
	padding: 0;
  }
  
  .navbar-nav > li {
	float: left;
	position: relative;
  }
  
  .navbar-brand > img {
	max-width:200px;
  }
  
  .nav-item:not(.active) > .nav-link{
	color:#020c26b2 !important;
  }
  
  .nav-item:not(.active) > .nav-link:hover {
	color:#020c26 !important;
  }
  
  @media (min-width: 992px) { 
  
	.header-title {
		font-size: 0.7em !important;
	}

	.navbar {
	  padding: 1.3rem .5rem; 
	}
  
	.navbar-brand > img {
	  max-width:280px;
	}
  
	.navbar-light .navbar-nav .active a::after {
	  border-bottom: 3px solid #147eb0;
	  bottom: -10px;
	  content: " ";
	  left: 0;
	  position: absolute;
	  right: 0;
	}
  
	.navbar-nav a::after {
	  border-bottom: 3px solid #147eb0;
	  bottom: -10px;
	  content: " ";
	  left: 51%;
	  position: absolute;
	  right: 51%;
	  -webkit-transition-property: left, right;
	  transition-property: left, right;
	  -webkit-transition-duration: 0.3s;
	  transition-duration: 0.3s;
	  -webkit-transition-timing-function: ease-out;
	  transition-timing-function: ease-out;
	}
  
	.navbar-nav a:hover::after {
	  left: 0;
	  right: 0;
	}
  
  }


/* !  Button */

.button-d {
	background-color: transparent;
	border: none;
	padding: 7px 12px;
	color: white;
	font-weight: 700;
	width: 100%;
	margin: 10px auto;
}

.button-d-success {
	background-color: #1abc9c;
}

.button-d-success:hover {
	background-color: rgba(27, 189, 157, 0.84);
}

.button-d-cancel {
	background-color: #95a5a6;
}

.button-d-cancel:hover {
	background-color: rgba(150,  165,  166, 0.75);
}

.button-d-blue {
	background-color: #3498db;
}

.button-d-blue:hover {
	background-color: rgba(52, 153, 220, 0.81);
}

.button-d-blue:disabled {
	background-color: #3498db;
	opacity: 0.7;
	text-decoration: line-through;
}


.button-d-red {
	background-color: #c0392b;
}

.button-d-red:hover {
	background-color: #e74c3c;
}

.button-d-red:disabled {
	background-color: #3498db;
	opacity: 0.7;
	text-decoration: line-through;
}

/* !  \ Button */


/*
	Formulaire de contact 	
*/

#form-div-contact-id {
	width: 100%; 
	height: 100%; 
	position: fixed; 
	z-index: 2000; 
	top:0px;
}

#form-div-contact-id .bg {
	background-color: black; opacity: 0.6; width: 100%; height: 100%; position:absolute;  top: 0px; left:0px;
}

#form-div-contact-id .ctn {
	background-color: white; max-width: 700px; width: 95%; position: relative; margin: 0px auto; 
	top:50%; border-radius: 8px; padding: 10px;
	margin-top: -170px; height: 340px;
}

#form-div-contact-id .ctn > div:first-child {
	color: #4784C9;
	font-weight: 800;
}

#form-div-contact-id label {
	line-height: 30px;
}

#form-div-contact-id input {
	line-height: 30px;
	border: 1px solid #d0d0d0;
	padding-left: 5px !important;
	font-size: 0.9em;
}

#form-div-contact-id textarea {
	resize: none;
	padding-left: 5px;
	height: 100px;
	border: 1px solid #d0d0d0;
}

.ct-div-line {
	margin: 5px 0px;
}




@media (min-width: 375px) {
	.img-menu {
		width: 260px;
	}
	
	.header-title {
		font-size: 2.1em;
	}
	
}


@media (min-width: 500px) {
	.button-d {
		min-width: 150px;
		margin-top: 0px;
		width : auto;
	}
	
	.img-menu {
		width: 330px;
	}
	
	.d-container-header {
		height: 130px;
	}
	
	.d-nav-header {
		margin-top: 80px;
	}

}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
	.img-header {
		left:-550px;
	}
	.css-header-custom {
		margin-top: 70px !important;
	}
	
	
	.menu-title {
		font-size: 20px !important;
		/* width: 200px; */
	}
	
	.d-menu {
		font-size: 10px;
	}
	
	.imgTitle {
		max-width : 400px;
	}
	
	.header-title {
		/* margin-top: 10px; */
		margin-bottom: 15px;
	}

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) { 
	.section-header  {
		height: 400px;
	}
	.img-header {
		left:0px;
	}
	.menu-title {
		width: auto;
	}
	.div-login {
		right: 20px;
		top: 100px;
	}
	
	.d-menu {
		font-size: 12px;
	}
	
	.img-menu {
		width: 400px;
	}

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

	.d-menu {
		font-size: 14px;
	}

}


@media (min-width: 2000px) {
	.img-header {
		width: 100%;
	}
}


/* ! ANIMATION WAITING */

.sk-cube-grid {
  width: 40px;
  height: 40px;
  margin: 100px auto;
  position: relative;
}

.sk-cube-msg {
	position:absolute; 
	top:60px; 
	left: -275px; 
	width: 600px; 
	text-align: center;
	font-weight: 700;
}

.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #2C3E50;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
          animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; 
}
.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s; }
.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s; }
.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1); 
  }
}

@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1);
  } 
}


.blockInterUser {
	position: fixed;
	top:0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 99998;
	opacity: 0.01;
}


/* Chosen overide    select de base doit avoir en classe : form-control */
.chosen-container {
  background-color: white;
}

.chosen-container-single .chosen-single {
  height: 38px !important;
  padding: 6px 0px 0px 8px !important;
  background: none !important;

  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px !important;
  border: 1px solid #ced4da !important;
  border-radius: .25rem !important;
}

.chosen-container-single .chosen-single div b {
  background: none !important;
}

.chosen-container .chosen-drop {
  border: 1px solid #ced4da !important;
}

.chosen-container-active .chosen-single {
  border-radius: 0.25rem 0.25rem 0rem 0rem !important;
}

.chosen-container-single .chosen-single div {
  display: none !important;
}

/* ! - Progress Bar */

.progress-line, .progress-line:before {
  height: 7px;
  width: 100%;
  margin: 0;
  
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 99999;
}

.progress-line {
  background-color: rgba(243, 177, 54, 0.5);
  display: -webkit-flex;
  display: flex;
  margin-top: 0px;  
  top: 0;
  left: 0;
}

.progress-line:before {
  background-color: #F3B035;
  content: '';
  -webkit-animation: running-progress 1.5s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  animation: running-progress 1.5s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

@-webkit-keyframes running-progress {
  0% { margin-left: 0px; margin-right: 100%; }
  50% { margin-left: 25%; margin-right: 0%; }
  100% { margin-left: 100%; margin-right: 0; }
}
@keyframes running-progress {
  0% { margin-left: 0px; margin-right: 100%; }
  50% { margin-left: 25%; margin-right: 0%; }
  100% { margin-left: 100%; margin-right: 0; }
}


/* Modal Custom */

.modal-header {
	color: white; font-weight: 700; background-color: #424242;
}

.modal-header button, .modal-header button:hover {
	color: white;
}

.modal-header button:hover {
	opacity: 0.9;
}