
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	font-family: 'Montserrat', sans-serif;
}

a, a:visited, a:active, a:hover {
	text-decoration: none;
	color: #FFFFFF;
	cursor: pointer;
}

body {
	width: 100%;
	min-height: 100%;
	height: auto;

	background: #000000;
	background: radial-gradient( 100% 60% at 50% bottom,#272727, rgb(35,35,35));
  	background-repeat: no-repeat;

}
.f-red{
	color:#CF0000;
}

.txt-need-upgrade, .txt-need-login{
	font-size: 1.2rem;
}

#main-container{
	width: 100%;
	height: 100vh;

	background: url('../images/bg.png');
	background-size: cover;
}

#main-container.bg1{
	width: 100%;
	height: 100vh;

	background: url('../images/bg1.png');
	background-size: cover;
}


header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;

	width: 100%;
	height: 10vh;

	/*padding-left: 5%;
	padding-right: 5%;*/
}

#logo {
	width: 250px;
	/*height: 100px;*/

	line-height: 100px;
	text-align: center;

	color: #FFFFFF;
}

#menu {
	/*display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;

	width: 100%;
	height: 100px;
*/
	color: #FFFFFF;
}

#menu p{
	min-width: 150px;
	width: auto;

	padding: 0px 10px;
	font-size: 1.2em;
	text-align: center;
}

#menu p a{
	position: relative;
}

#menu p.menu a::before{
	content: '';
	
	position: absolute;
	left: -10%;
	bottom: -5px;

	width: 0%;
	height: 3px;

	text-align: center;
	color: #CF0000;
	background: #CF0000;
	border-radius: 3px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.menu-active::before, #menu p:hover a::before{
	width: 120%!important;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

#menu.menu-open{
	display: -webkit-box!important;
	display: -ms-flexbox!important;
	display: flex!important;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 100%;
	height: 100vh;
	position: fixed;
	left: 0;
	right: 0;
	bottom:0;
	top:0;
	z-index: 10;
}

#menu.menu-open p{
	padding: 30px 0px!important;
}

#nav-icon {
	display: none;
	width: 45px;
	height: 45px;
	position: relative;
	margin-top: 10px;
	z-index: 11;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
  }
  #nav-icon span {
	display: block;
	position: absolute;
	height: 5px;
	width: 100%;
	background: #CF0000;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
  }
  #nav-icon span:nth-child(1) {
	top: 0px;
  }
  
  #nav-icon span:nth-child(2),#nav-icon span:nth-child(3) {
	top: 12px;
  }
  
  #nav-icon span:nth-child(4) {
	top: 24px;
  }
  
  #nav-icon.open span:nth-child(1) {
	top: 12px;
	width: 0%;
	left: 50%;
  }
  
  #nav-icon.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
  }
  
  #nav-icon.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
  }
  
  #nav-icon.open span:nth-child(4) {
	top: 18px;
	width: 0%;
	left: 50%;
  }

  .overlay{
	  position: absolute;
	  left:0;
	  right: 0;
	  bottom: 0;
	  top:0;
	  background: rgba(0, 0, 0, 0.9);
	  z-index: 2;
  }
  .overlay.show{
	  opacity: 1;
	  visibility: visible;
	  -webkit-transition: 0.3s;
	  transition: 0.3s;
  }

  .overlay.hide{
	  opacity: 0;
	  visibility: hidden;
	  -webkit-transition: 0.3s;
	  transition: 0.3s;
  }

.button{
	position: relative;
	height: 50px;

	padding: 15px 30px;
	padding-right: 80px;

	background: #434040;
	border-radius: 40px;
	
	-webkit-transition: 0.3s;
	
	transition: 0.3s;
}

.button span{
	position: relative;
	display: inline-block;
	z-index: 1;
}

.button:hover{
	padding-left: 80px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.button::before{
	content:'';

	width: 50px;
	height: 100%;
	
	position: absolute;
	top:0px;
	right: -2px;

	background: #CF0000;
	border: 5px solid #171717;
	border-radius: 60px;

	-webkit-transition: 0.5s;

	transition: 0.5s;
}

.button:hover::before{
	content: '';
	width: 100%;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

footer{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	
	width: 100%;
	height: 5vh;
	background: rgba(0, 0, 0, 0.2);
	position: relative;
	bottom: 0;
	left:0;
	right:0;

}

footer #socials, footer #links{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	/*margin:0 5%;*/
	margin: 0 0;
}
footer #links div{
	padding: 0 30px;
	color: #FFFFFF;
	font-size: 0.8em;
}
footer #socials div.text{
	padding: 0 10px;
    color: #FFFFFF;
    font-size: 0.8em;
}
footer #socials div{
	padding: 0 10px;
	margin-right: 5px;
}
footer #socials div img{
	width: 20px;
	height: 20px;
}

footer #socials span{
	color:white;
}

/**************** Accueil ****************/
#accueil{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;

	width: 70%;
	height: 85%;

	margin: 0 auto;

	color: #FFFFFF;
}

#whatis, #tools{
	width: 400px;
	text-align: center;
}

#whatis p{
	text-align: left;
}

#en-savoir-plus{
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top:0;
	left:0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.9);
	padding: 15%;
	height: 100%;;
	margin: 0 auto;
	z-index: 10;
	border-radius: 15px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

#en-savoir-plus.open{
	opacity:1;
	visibility: visible;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

#en-savoir-plus h1{
	text-align: center;
	padding: 10px 20px;
	margin-top: 50px;
}

#en-savoir-plus p{
	padding: 40px 20px;
}
#en-savoir-plus p.button-close{
	text-align: right;
}

#en-savoir-plus p.button-close a{
	color: #CF0000;
}

/**************** Nos Offres ****************/
#nos-offres{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;

	width: 70%;
	height: 85%;
	margin: 0 auto;
	margin-top: 10%;
	margin-bottom:5%;
}

.card{
	position: relative;
	width: 300px;
	height: 500px;
	padding: 20px 15px;
	background: linear-gradient(344deg, rgba(22,19,19,1) 0%, rgba(255,255,255,0.1) 100%);
	color: #FFFFFF;
	border-radius: 15px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.card:hover{
	/*transform: translateY(-5px);*/
	opacity: 1;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.card::before{
	content: '';
	position: absolute;
	left:-10px;
	top:-10px;
	width: 320px;
	height: 520px;
	border-radius: 15px;
	background: linear-gradient(344deg, rgba(22,19,19,1) 0%, rgba(255,255,255,1) 100%);
	opacity: 0.3;
	text-align: center;
}
.card::after{
	content: '';
	position: absolute;
	left:-10px;
	top:-10px;
	width: 320px;
	height: 0px;
	border-radius: 15px;
	background: linear-gradient(344deg, rgba(22,19,19,1) 0%, rgba(255,255,255,1) 100%);
	opacity: 0.3;
	text-align: center;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.card:hover::before{
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.card:hover::after{
	height: 520px;
	opacity: 0.1;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.card--header{
	position: relative;
	width: 100%;
	height: 100px;
	padding-top: 30px;
}

.card--header h2{
	position: relative;
	font-weight: bold;
	padding: 5px 0px;
}
.card--header h2::after{
	content: '';
	position: absolute;
	left:0;
	bottom: 0px;
	width: 100%;
	height: 3px;
	border-radius: 3px;
	background: #CF0000;
}

.card--header h2 span{
	float: right;
	line-height: 40px;
}

.card--header h2 span svg{
	width: 25px;
	opacity: 0.7;
}

.card--header span.price{
	width: 100%;
	float: right;
	text-align: right;
}

.card--content{
	width: 100%;
	height: 270px;
	margin-top: 30px;
	padding-left: 20px;
}
.card--content h3{
	position: relative;
}
.card--content h3::before{
	content: '\00ba';
	position: absolute;
	left:-20px;
	top: 2px;
	color: #CF0000;
	font-size: 1.5em;
}

.card--footer{
	width: 100%;
	height: 100px;
	text-align: center;
}
.card--footer a.button{
	display: block;
	z-index: 1;
	width: 250px;
	margin: 0 auto;
}

#offre-1{
	margin-top: -100px;
}
#offre-3{
	margin-top: -50px
}

/**************** Panier ****************/
#panier-container{
	width: 70%;
	height: auto;
	margin: 0 auto;
	
	margin-top: 4%;
}

#panier{
	width: 100%;
	height: auto;
}

#panier h2{
	color: #FFFFFF;
	margin-bottom: 5px;
}
p.w{
	color: white;
}

.product{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-ms-flex-line-pack: center;
	    align-content: center;
	width: 100%;
	height: auto;	
}

.product > div{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	height: 100px;
	padding: 0 30px;
	color: #FFFFFF;
	background: rgba(91, 91, 91, 0.8);
	border: 3px solid #000000;
}

.product .product--img{
	background: #CF0000;
}

.product .product--img svg{
	width: 50px;
	
}

.product .product--name{
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
}

.product--quantity{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify!important;
	    -ms-flex-pack: justify!important;
	        justify-content: space-between!important;
	padding: 0px 0px!important;
	width: 100px;
}

.product--quantity svg{
	
	width: 36px;
	padding: 0px 10px;
	cursor: pointer;
}

.product--delete svg{
	width: 20px;
	cursor: pointer;
}



#total{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	width: 100%;
	height: auto;
}

#total_priv{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	width: 100%;
	height: auto;
}



.promotion, .total{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-ms-flex-line-pack: center;
	    align-content: center;
	height: auto;	
}

.promotion > div, .total > div{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	height: 100px;
	padding: 0 30px;
	color: #FFFFFF;
	background: rgba(91, 91, 91, 0.8);
	border: 3px solid #000000;
}

.promotion input{
	background: #6D6D6D;
	padding: 5px 10px;
	border: 0px;
	border-radius: 6px;
	color: #333;
}
.promotion input::-webkit-input-placeholder {color: #000000;opacity: 1;}
.promotion input:-ms-input-placeholder {color: #000000;opacity: 1;}
.promotion input::-ms-input-placeholder {color: #000000;opacity: 1;}
.promotion input::placeholder {color: #000000;opacity: 1;}
.promotion input:-ms-input-placeholder { color: #000000;}
.promotion input::-ms-input-placeholder { color: #000000; }

.tota:first-child{
	-webkit-box-flex: 2;
	    -ms-flex-positive: 2;
	        flex-grow: 2;
}

#compte{
	width: 60%;
	margin: 0 auto;
	margin-top: 150px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}


/**************** Connexion ****************/

#connexion-container{
	width: 40%;
	margin: 0 auto;
	height: 65%;
}

#connexion{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: relative;
	width: 100%;
	height: 400px;
	margin-top: 200px;
	background: linear-gradient(344deg, #161515 0%, #616161  100%);
	border-radius: 5px;
}

#connexion h1{
	color: #FFFFFF;
	opacity: 1;
}
.input-group{
	position: relative;
	width: 70%;
}

#connexion .input-group input{
	position: relative;
	background: rgba(0, 0, 0, 0.3);
	border: none;
	border-radius: 50px;
	padding: 20px 50px;
	width: 100%;
	margin-bottom: 30px;
	color: #FFFFFF;
	outline:  none;
}
#connexion .input-group input::after{
	position: absolute;
	left:0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 3px;
	background: #CF0000;
	color: #CF0000;
}
#connexion .input-group input::-webkit-input-placeholder {color: #FFFFFF;opacity: 1;}
#connexion .input-group input:-ms-input-placeholder {color: #FFFFFF;opacity: 1;}
#connexion .input-group input::-ms-input-placeholder {color: #FFFFFF;opacity: 1;}
#connexion .input-group input::placeholder {color: #FFFFFF;opacity: 1;}
#connexion .input-group input:-ms-input-placeholder { color: #FFFFFF;}
#connexion .input-group input::-ms-input-placeholder { color: #FFFFFF; }

#connexion .button-container{
	height: 100px;
	margin-top: 30px;
	margin-bottom: 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

#connexion .button-container a{
	margin-left: 10px;
	margin-right: 10px;
}

#connexion .button-container a span{
	vertical-align: middle;
}


/**************** Inscription ****************/


#inscription-container{
	width: 40%;
	margin: 0 auto;
	height: 80%;
}

#inscription{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: relative;
	width: 100%;
	height: 550px;
	margin-top: 50px;
	background: linear-gradient(344deg, #161515 0%, #616161  100%);
	border-radius: 5px;
}

#inscription h1{
	color: #FFFFFF;
	opacity: 1;
}
.input-group{
	position: relative;
	width: 70%;
}

#inscription .input-group input{
	background: rgba(0, 0, 0, 0.3);
	border: none;
	border-radius: 50px;
	padding: 20px 50px;
	width: 100%;
	margin-bottom: 30px;
	color: #FFFFFF;
	outline:  none;
}
#inscription .input-group input::-webkit-input-placeholder {color: #FFFFFF;opacity: 1;}
#inscription .input-group input:-ms-input-placeholder {color: #FFFFFF;opacity: 1;}
#inscription .input-group input::-ms-input-placeholder {color: #FFFFFF;opacity: 1;}
#inscription .input-group input::placeholder {color: #FFFFFF;opacity: 1;}
#inscription .input-group input:-ms-input-placeholder { color: #FFFFFF;}
#inscription .input-group input::-ms-input-placeholder { color: #FFFFFF; }

#inscription .button-container{
	height: auto;
	margin-top: 30px;
	margin-bottom: 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

#inscription .button-container a{
	/*margin-left: 10px;
	margin-right: 10px;*/
}

#inscription .button-container a span{
	vertical-align: middle;
}




/** DMA => Ajout du 02/12/2019 **/ 
/**************** L'outil ****************/
#container{
	width: 100%;
	height: 100vh;
}
 #outil-container{
	display: flex;
	justify-content: flex-start;
	position: relative;
	flex-basis: 100%;
	/*min-height: 100vh;*/
 }

#outil {
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, 0.6);
	color:  #FFFFFF;
	text-align: center;
}
.outil-row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
  }
#resultat {
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, 0.6);
	color:  #FFFFFF;
	text-align: center;
}
#outil .column{
	display: flex;
	flex-direction: column;
	flex-basis: 100%;	
}

.column .button-container {
	/*display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	background:  rgba(91, 91, 91, 0.2);
	width: 100%;
	height: 40px;*/
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    /* flex-wrap: wrap; */
    background: rgba(91, 91, 91, 0.2);
    width: 100%;
    height: 30px;
}


.column h5 {
	/*margin-top: 30px;
	margin-bottom: 5px;*/
	margin-top: 15px;
    margin-bottom: 2px;
}
.column:first-of-type h5 {
	margin-top: 0px;
}

/*.sub-Normal, .sub-Full{
	filter: blur(1.6px);
    opacity: .5;
}

.sub-Normal:hover, .sub-Full:hover{
	filter: blur(0px);
    opacity: 1;
}*/

.pt-price:hover{
	cursor:pointer;
	opacity: 0.5;
	-webkit-transition: 0.3s;
	transition: 0.3s;

}

.pt-price-current{
	background-color:#CF0000 !important;
}


.invalid-feedback{
	display:block !important;
	margin-top : -30px;
}

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


.tooltip-inner{
	color:black;
	background-color: white;
}
.bs-tooltip-auto[x-placement^=bottom] .arrow:before, .bs-tooltip-bottom .arrow:before{
	background-color: black;
	border-bottom-color:white;
}
  
  
.modal-pok {
    display:    none;
    position:   fixed;
	z-index:    1000;
	/*display: flex;*/
	justify-content: center; /* align horizontal */
	align-items: center; /* align vertical */
    height:     100%;
	width:      100%;
	background-color:black;
	color : white;
}
.modal-pok .image{
	height:70px;
	width:70px;
	position: absolute;
	margin-top: -150px;
	-webkit-animation:spin 3s linear infinite;
    -moz-animation:spin 3s linear infinite;
    animation:spin 3s linear infinite;
}

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

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading .modal-pok {
    overflow: hidden;   
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal-pok {
    display: flex;
}

.modal-pok .main{
    margin-left: 2%;
    margin-top: 29%;
}


.column .button-container .button-tools {
	color: #555;
	/*padding: 20px;
	cursor: pointer;
	transition: 0.3s;
	font-size: 100%;*/
    padding: 12px;
    cursor: pointer;
    transition: 0.3s;
    font-size: 1.125rem;	
}

.separator {
	/*height: 30%;*/
	height: 70%;
	width: 1px;
	border: 2px solid #000;
	border-radius: 50px;
}

.button-container.range{
	justify-content: space-around;
}

.slidecontainer {
	width: 200px; /* Width of the outside container */
  }
  
  /* The slider itself */
  .slider {
	-webkit-appearance: none;
	appearance: none;
	width: 200px; 
	height: 5px;
	background: #000000; 
	outline: none; 
	opacity: 0.7; 
	-webkit-transition: .2s; 
	transition: opacity .2s;
  }

.slider::-webkit-slider-thumb {
	-webkit-appearance: none; 
	appearance: none;
	width: 17px;
	height: 17px;
	background: #CF0000; 
	cursor: pointer; 
	border-radius: 50px;
  }

  .slider::-moz-range-thumb {
	width: 17px;
	height: 17px;
	background: #CF0000; 
	cursor: pointer;
	border-radius: 50px;
  }

.input-container{
	position: relative;
}
.input-container, .slidecontainer{
	margin: 0px 15px;
}

.input-container label{
	position :absolute;
	left:0;
	top:0;
	bottom: 0;
	font-size: 0.7em;
	top: 50%;
	left:5px;
	transform: translate(0, -50%);
}

.launch-container {
	position: relative;
	height: 60px;
	margin-top: 50px;
	font-size: 0.9em;
}

.launch-container a{
	padding: 10px 80px;
}
.launch-container a::before {
	width: 30px;
    height: 100%
}

.hand-fe{
	cursor:pointer;
}
.pt-handreadonly[data-feval='O']:hover{
	background-color: black;
	opacity: 0.5;
}

.menu-admin{
	border:1px white solid;
	margin:2px;
	padding:5px;
}

.tips{
	color:yellow;
	margin:5px;
}
/** FIN DMA => Ajout du 02/12/2019 **/ 

.show-range label{
	margin:2px;
	padding:5px;
}
.range-current{
	/*border:1px solid white;*/
	text-decoration:underline;
	color: #BF2F2F;

}
.show-range label:hover{
	cursor:pointer;
	text-decoration:underline;
	color:white;
	/*background-color : #A4A4A4;
	color:black;*/
}
.legend-color:hover{
	cursor:pointer;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    
    padding: 4px!important;
}

.facebook:hover{
	background-color: blue;
	border-radius: 20px;
	transition-property: border-radius,background-color; 
    transition-duration: 250ms; 
}
.discord:hover{
	background-color:#7289DA;
	border-radius: 5px;
	transition-property: border-radius,background-color; 
    transition-duration: 250ms; 
}
.instagram:hover{
	background-color:#C13584;
	border-radius: 5px;
	transition-property: border-radius,background-color; 
    transition-duration: 250ms; 
}
.twitch:hover{
	background-color: #6441a5;
	border-radius: 20px;
	transition-property: border-radius,background-color; 
    transition-duration: 250ms; 
}
.google:hover{
	background-color: #db462c;
	border-radius: 20px;
	transition-property: border-radius,background-color; 
    transition-duration: 250ms; 
}
.fa-facebook{
	color: rgb(170, 170, 253);
}
.fa-twitch{
	color:#a88ae0;
}
.fa-google{
	color:#db462c;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	padding: 12px 16px;
	z-index: 1;
  }

  .dropdown {
	position: relative;
	display: inline-block;
  }
  
  .dropdown:hover .dropdown-content {
	display: block;
  }

  #matrice{
	  height:85%;
  }

  .container{
	  height: 85vh;
  }

  .noh{
	height: unset;
}

.fh{
	height: 85%;
}

.wrapper {
	width: 25vh;
}

.progress-bar {
	width: 100%;
	background-color: #000000;
	padding: 3px;
	border-radius: 5px;
	
}

.progress-bar-fill {
	display: block;
	height: 22px;
	background-color: #CF0000;
	border-radius: 3px;
	
}

.rangeedit{
    margin: 5px;
    padding: 5px;
	border-radius: 15px;

}

.listrange{
	margin-left:20px;
}

.new{
	border: 2px solid rgb(236, 203, 203);
}

.save{
	border: 2px solid green;
}

.ico-action{
	margin:5px;
	font-size: 3em;
}

.action-save{
	color:#B3BFFF;
}
.action-delete{
	color:red;
}

.action-rename{
	/*color : #FFD480;*/
}

.action-add{
	color:green;
}

.action-add-n{
	color:red;
}
.action-rubber{
	color:#E6F2FF;
}

.alinea { 
  text-indent: 20px; 
}

.rangeedit-actions{
	display:flex;
}
.rangeedit-input-line{
	display:flex;
	align-items: center;
}
.rangeedit-input{
	width:33%;
	margin:10px;
}

i.space{
	margin-left: 10px;
	margin-right: 10px;
}

.select2-selection__rendered {
    line-height: 37px !important;
}
.select2-container .select2-selection--single {
    height: 42px !important;
}
.select2-selection__arrow {
    height: 42px !important;
}

figure{
	margin-top:15px;
	text-align: center;
	margin-bottom: 35px;
}

figcaption{
	font-size:0.8em;
}

.drop:hover span{
	display: inline-block;
    position: absolute;
}

.sous-menu {
	display:none;
}

.menu {
    width:100%;
    display: inline-block;
	min-width: 640px;
	font-size: 1.4rem;
  }
  
  .menu ul {
    margin: 0;
    padding: 0;
	list-style: none;
	z-index:999;
  }
  .menu-main{
	display: flex;
    flex-direction: row;
	margin-top: 50px !important;
	z-index:999;
  }
  .menu ul li {
    display: flex;
    position: relative;
    float: left;
  }
  .menu .droite {
    float: right;
  }
  .menu li ul {
    display: none;
    /*min-width: 150px;*/
  }
  .menu ul li a {   
    display: block;
	padding-left: 10px;
	padding-right: 10px;
    white-space: nowrap;
  }
  /*.menu ul li {

  }*/
  .menu ul li a:hover{
	text-decoration: underline;
	text-decoration-color: red;
  }
  .menu li:hover ul {
    /* Ici l’affichage du sous-menu */
    display: block;
	position: absolute;
	background-color: rgb(35,35,35);
	border-radius: 14px;
	padding-right: 20px;
}
  .menu li:hover li {
    float: none;
  }
  ul.sous-menu{
	margin-top: 30px;
  }
  ul.sous-menu a{
	  padding: unset !important;
	  font-size:1.1rem;
	  margin-left: 15px;
  }

.name{
	width: 25%;
}


  li.lang a{
    padding:unset !important;
  }

  .row_glossaire{
	  margin-bottom: 30px;
  }
  span.glo_titre{
	color: #BF2F2F;  
  }

  .glossaire-found{
	text-decoration: underline;
    text-decoration-color: yellow;
  }

  a.glo_keyword{
	text-decoration: underline;
    text-decoration-color: #BF2F2F;
  }

  .combo{
	font-weight: bold;
	font-size:0.7rem;
  }

  select.hero:focus{
	background-color: #02BC3A;
	color:white;
  }

  select.vilain:focus{
	background-color: #BF2F2F;
	color:white;
  }

  .ico-wait {
	  padding-left: 10px;
	  padding-right: 10px;
  }

  .foot_abs{
	  position: absolute;
  }

  #nos-offres-tableau{
	  color:white;
	  /*height:85vh;*/
  }
  #nos-offres-tableau table{
	margin-left: auto;
	margin-right: auto;
  }
  #nos-offres-tableau td{
	  padding : 5px;
	  /*border: #636363cc 1px solid;*/
	  border: white 1px solid;
	  font-size: 0.8rem;
	  text-align: center;
	  /*background-color : black;*/
  }
  #nos-offres-tableau tr.RUPTURE{
	text-align: center;
	background-color: rgba(136, 128, 128, 0.664);
}
tr.RUPTURE_1{
	background-color: rgba(49, 49, 49, 0.795);
}
tr.RUPTURE_1 td span{
	margin-left: 15px;
}
tr.SPACE{
	height:0px !important;
}
tr.SPACE td{
	background-color: white;
	padding:unset !important;
}
  #nos-offres-tableau td.func-N{
	  background-color: #BF2F2F;
  }
  #nos-offres-tableau td.func-Y{
	background-color: green;
}

tr.noborder{
	line-height: 50px;
}
tr.noborder td{
	/*border: unset !import$ant;*/
	background-color: #292929;
}
#nos-offres-tableau a.linkbtn{
	padding: 10px;
    border: 1px solid;
    border-radius: 10px;
}

#nos-offres-tableau a:hover{
	background-color: #BF2F2F;
}
#nos-offres-tableau tr th {
    /* border: 1px solid; */
    padding: 5px;
	/*border: #636363cc 1px solid;*/
	border: white 1px solid;
    text-align: center;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}

.invalid-feedback{
	font-size:85%;
	font-weight: 300;
}

textarea.icm {
    border: none;
    overflow: auto;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;

    resize: none; /*remove the resize handle on the bottom right*/
}


table.icm thead th, table.icm tbody th{
	padding:4px;
	/*background-color: rgba(187, 187, 187, 0.664);*/
}

table.icm tbody td{
	padding:2px;
}


.container-fluid{
	color:white;
}
.icm-notice{
	font-size:0.7rem;

}
.pt-lovely-pic{
	cursor:pointer;
	margin:5px;
}

.pt-lovely-pic:hover{
	border:1px #BF2F2F solid;
	border-radius: 5px;
}

.title{
	margin-bottom: 30px;
}

tr.RUPTURE td{
	background-color: rgba(103, 103, 103, 0.664);
}

textarea {
    white-space: pre;
    padding:5px;
}

table tr.rowicm td{
	border: unset;
	background-color: rgba(222, 0, 0, 0.664)
}
.legend-color{
	font-size:100%;
	font-weight: bold;
	text-align: center;
	margin-top: 5px;
	float: left;
	width:40px;
	height:40px;
	color:black;
}

.legend-matrice{
	font-size:100%;
	font-weight: bold;
	text-align: center;
	margin-top: 5px;
	float: left;
	width:160px;
	height:60px;
}

.txt-legend{
	border-radius: 8px;
	height: 3vh;
	padding-left: 5px;
	margin-left: 5px;
}

.pt-handreadonly{
	display: flex;
    justify-content: center;
}

.grillefastpok{
	display:block !important;
}

.pt-handreadonly{
	width:7.69%;
}

/*.range-tablereadonlysnap{
	width:600px;
}
*/

.survey-container{
	width:100%;
}

.survey-main{
	float:left;
	width:45%;
	border:1px rgb(102, 102, 102) solid;
	border-radius : 10px;
	margin:5px;
}

.survey-q{
	text-align: center;
}
.survey-r-user{
	margin-left: auto;
	margin-right:auto;
	margin-bottom:10px;
	margin-top:10px;
	width:90%;
	border-radius: 15px;
	padding-left: 5px;
	background-color: rgb(102,102,102);
}
.survey-r{
	margin-left: auto;
	margin-right:auto;
	margin-bottom:10px;
	margin-top:10px;	
	width:90%;
	text-align: center;
}
.survey-r textarea{
	margin-left:5px;
}


tr.table-total td{
	background-color : rgb(207, 207, 207);
	border-top : 2px solid rgb(243, 93, 93);
	color:black;
}

.warning-login{
    color: white;
    font-size: 0.8rem;
    margin-bottom: 15px;
    text-align: center;
}
.warning-login i{
	color:yellow;
}

#panier-container h2{
	color:white;
	text-align: center;
}
#panier-container div.other-offer span{
	padding: 6px 10px;
    border: 1px solid grey;
	background: rgba(91, 91, 91, 0.363);
	margin-left: 4px;
	border-top-left-radius: 13px;
	border-top-right-radius: 13px;
}

#panier-container div.other-offer span.current{
	background: #CF0000;
	font-weight: bold;
}
#panier-container div.other-offer span.current a{
	color:black !important;
}

#panier-container div.other-offer{
	height: 30px;
	display: flex;
}
#panier-container div.line-first{
	align-items: flex-end;
}

#form-cb-payment{
	margin-left:25%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: relative;
	width: 50%;
	height: 340px;
	background: linear-gradient(344deg, #161515 0%, #616161  100%);
	border-radius: 5px;
}

#form-paypal{
	width: 60%;
	margin: 0 auto;
	margin-bottom: 20px;
	margin-top: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: block;
	text-align: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

#form-cb-payment .input-group input{
	background: rgba(0, 0, 0, 0.3);
	border: none;
	border-radius: 50px;
	padding: 20px 50px;
	width: 100%;
	margin-bottom: 30px;
	color: #FFFFFF;
	outline:  none;
}
#form-cb-payment .input-group input::after{
	position: absolute;
	left:0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 3px;
	background: #CF0000;
	color: #CF0000;
}
#form-cb-payment .input-group input::-webkit-input-placeholder {color: #FFFFFF;opacity: 1;}
#form-cb-payment .input-group input:-ms-input-placeholder {color: #FFFFFF;opacity: 1;}
#form-cb-payment .input-group input::-ms-input-placeholder {color: #FFFFFF;opacity: 1;}
#form-cb-payment .input-group input::placeholder {color: #FFFFFF;opacity: 1;}
#form-cb-payment .input-group input:-ms-input-placeholder { color: #FFFFFF;}
#form-cb-payment .input-group input::-ms-input-placeholder { color: #FFFFFF; }

#form-cb-payment .button-container{
	height: 100px;
	margin-top: 30px;
	margin-bottom: 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

#form-cb-payment .button-container a{
	margin-left: 10px;
	margin-right: 10px;
}

#form-cb-payment .button-container a span{
	vertical-align: middle;
}

.card-info-supp{
	display:flex;
}

#form-cb-payment label{
	margin-bottom: 25px;
	font-size: 0.9rem;
}

#form-paypal img{
	width:30%;
}

.table-user-trainer.list{
	table-layout: fixed;
	width: 50%;
  }

  .table-user-trainer {
	color:white;
	/*font-weight: bold;*/
  }  
  .table-user-trainer.list tbody{
	height: 10px;
	overflow: scroll;
  }
  
  .table-user-trainer,.table-user-trainer i, .table-user-trainer td{
	/*color:rgb(0, 0, 0);*/
	text-align: center;
  }
  .table-user-trainer.list tbody tr:hover{
	background-color: rgb(249, 253, 0);
	cursor: pointer;
  }
  .table-user-trainer tr{

  }
  .table-user-trainer tr.resulto td, td.resulto{
	background-color: rgba(46, 136, 46, 0.507);
  }
  .table-user-trainer tr.resultn td, td.resultn{
	background-color: rgba(158, 11, 11, 0.5);
  }
  .table-user-trainer tr.result td, td.result{
	background-color: rgba(190, 190, 190, 0.76);
  }

  .range-edit{
	  height:unset !important;
  }
  .mini-ico-action{
	  margin-bottom: 5px;
  }
  .mini-ico-action a{
	margin-right: 5px;
  }

  .mini-ico-action a:hover,.mini-ico-action i:hover {
	cursor:pointer;
	text-decoration: underline;
	color:#CF0000;
  }

  i.disable-auth{
	  color:grey;
  }

  .column-wrapper {
	height: inherit;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
}

.col-range {
	padding: 5px;
	width: 33%;
	margin-top: 10px;
	color: white;
	font-weight: bold;
	font-size: 3em;
	text-align: center;
}
.col-range:hover{
	cursor:pointer;
	border:white 1px solid;
}
.col-range label{
	font-size:1rem;
}
.sel-current-range{
	border:green 1px solid;
}


.launch-container input[type=checkbox]{
	margin-left: 15px;
}
.launch-container span{
	margin-left: 4px;
}
.launch-container input[type=checkbox]:hover{
	cursor:pointer;
}
.hide{
	opacity: 0;
	visibility: hidden;
	display:none;
}