


/* Template site v1 */

.ff-title-600{
	font-family: Quicksand;
	font-weight: 600 !important;
	
}

.ff-title{
	font-family: Quicksand;
	font-weight: 600 !important;
	
}

.ff-text{
	font-family: Open Sans;
}


:root {
	/* PERSONALISATION */ 
	--indigo: #4e01d1;
	--voilet: #8402ba;
	--fushia: #bd0099;
	--rouge: #e61a5c;
	--orange: #ff3333;
	
	
	--form: #bd0099;
}


.bg-indigo {background: var(--indigo);}
.bg-violet {background: var(--voilet);}
.bg-fushia {background: var(--fushia);}
.bg-rouge {background: var(--rouge);}
.bg-orange {background: var(--orange);}

.border-indigo {border-color: var(--indigo);}
.border-violet {border-color: var(--voilet);}
.border-fushia {border-color: var(--fushia);}
.border-rouge {border-color: var(--rouge);}
.border-orange {border-color: var(--orange);}

.text-indigo {color: var(--indigo);}
.text-violet {color: var(--voilet);}
.text-fushia {color: var(--fushia);}
.text-rouge {color: var(--rouge);}
.text-orange {color: var(--orange);}



.bg-user-icone {
	background: rgba(131,2,186,1);
	background: -moz-linear-gradient(45deg, rgba(131,2,186,1) 0%, rgba(189,0,154,1) 50%, rgba(255,51,51,1) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(131,2,186,1)), color-stop(50%, rgba(189,0,154,1)), color-stop(100%, rgba(255,51,51,1)));
	background: -webkit-linear-gradient(45deg, rgba(131,2,186,1) 0%, rgba(189,0,154,1) 50%, rgba(255,51,51,1) 100%);
	background: -o-linear-gradient(45deg, rgba(131,2,186,1) 0%, rgba(189,0,154,1) 50%, rgba(255,51,51,1) 100%);
	background: -ms-linear-gradient(45deg, rgba(131,2,186,1) 0%, rgba(189,0,154,1) 50%, rgba(255,51,51,1) 100%);
	background: linear-gradient(45deg, rgba(131,2,186,1) 0%, rgba(189,0,154,1) 50%, rgba(255,51,51,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8302ba', endColorstr='#ff3333', GradientType=1 );
	
}

.bg-user-bar {
	color: rgba(131,2,186,1);
	color: -moz-linear-gradient(bottm, rgba(131,2,186,1) 0%, rgba(189,0,154,1) 50%, rgba(255,51,51,1) 100%);
	color: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(131,2,186,1)), color-stop(50%, rgba(189,0,154,1)), color-stop(100%, rgba(255,51,51,1)));
	color: -webkit-linear-gradient(bottom, rgba(131,2,186,1) 0%, rgba(189,0,154,1) 50%, rgba(255,51,51,1) 100%);
	color: -o-linear-gradient(bottom, rgba(131,2,186,1) 0%, rgba(189,0,154,1) 50%, rgba(255,51,51,1) 100%);
	color: -ms-linear-gradient(bottom, rgba(131,2,186,1) 0%, rgba(189,0,154,1) 50%, rgba(255,51,51,1) 100%);
	color: linear-gradient(to bottom, rgba(131,2,186,1) 0%, rgba(189,0,154,1) 50%, rgba(255,51,51,1) 100%);
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8302ba', endColorstr='#ff3333', GradientType=1 );*/
	
}


.bg-circle {
  position: relative;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: inline-flex;
  vertical-align: top;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  text-decoration: none;
  border: 0;
  margin: 0;
}



.bg-black{
	background:#000000;
}



.appli-background {
    background-color: white;   
    height: calc(100% - 88px);
    width: 100%;
    padding:0;
    margin:0;
    overflow-y: auto;
}





.appli-background-back {
    background: rgba(102, 103, 110, 1);
    background: -moz-linear-gradient(top, rgba(102, 103, 110, 1) 0%, rgba(28, 28, 29, 1) 55%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(102, 103, 110, 1)), color-stop(55%, rgba(28, 28, 29, 1)), color-stop(100%, rgba(0, 0, 0, 1)));
    background: -webkit-linear-gradient(top, rgba(102, 103, 110, 1) 0%, rgba(28, 28, 29, 1) 55%, rgba(0, 0, 0, 1) 100%);
    background: -o-linear-gradient(top, rgba(102, 103, 110, 1) 0%, rgba(28, 28, 29, 1) 55%, rgba(0, 0, 0, 1) 100%);
    background: -ms-linear-gradient(top, rgba(102, 103, 110, 1) 0%, rgba(28, 28, 29, 1) 55%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(102, 103, 110, 1) 0%, rgba(28, 28, 29, 1) 55%, rgba(0, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#000000', GradientType=0);
    height: calc(100% - 88px);
    width: 100%;
    padding: 0;
    margin: 0;
    overflow-y: auto;
}
  
 
 .public-appli-background-back {
    background: rgba(102, 103, 110, 1);
    background: -moz-linear-gradient(top, rgba(102, 103, 110, 1) 0%, rgba(28, 28, 29, 1) 55%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(102, 103, 110, 1)), color-stop(55%, rgba(28, 28, 29, 1)), color-stop(100%, rgba(0, 0, 0, 1)));
    background: -webkit-linear-gradient(top, rgba(102, 103, 110, 1) 0%, rgba(28, 28, 29, 1) 55%, rgba(0, 0, 0, 1) 100%);
    background: -o-linear-gradient(top, rgba(102, 103, 110, 1) 0%, rgba(28, 28, 29, 1) 55%, rgba(0, 0, 0, 1) 100%);
    background: -ms-linear-gradient(top, rgba(102, 103, 110, 1) 0%, rgba(28, 28, 29, 1) 55%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(102, 103, 110, 1) 0%, rgba(28, 28, 29, 1) 55%, rgba(0, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#000000', GradientType=0);
    height: calc(100vh - 112px);
   	width: 100% !important;
    padding: 0;
    margin: 0;
    overflow-y: auto;
}




.appli-content {
    background: white;   
    height:calc(100% - 46px);
    width: 100%;
    padding:0;
    margin:0;
    overflow-y: auto;
}



.appli-content-onglet {
    background: white;   
    height:calc(100% - 49px);
    width: 100%;
    padding:0;
    margin:0;
    overflow-y: auto;
}







/* OLD */




.home-background-3 {
    background-image: url(../images/home3.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: calc(100% - 50px);
}

.home-background-3-log::after {
    background-image: url(../images/home3.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    opacity: 0.10;
}


 .home-content { 	
    max-width: 1080px;
    padding-top: 5%;
    padding-left: 5%;
    padding-right: 5%;    
    padding-bottom: 5%;
    margin:0 auto;
}


.home-content h1.title {
    font-family: Roboto;
    font-weight: 400;
    font-style: italic;
    font-size: 2em;
    line-height: 100%;
    letter-spacing: 0px;
    text-transform: none;
}



.home-content input, .input-group-text {
	border-top: 0 !important;
	border-left: 0 !important;
	border-right: 0 !important;
	border-radius: 0px;
	border-color:var(--dark);
	/*background:transparent;*/
	color:var(--dark);
}

.home-content input:focus {
	border-color:var(--primary);	
}


.home-content input.err {
	border-color:var(--danger);
	color:var(--danger);	
}






input.form-control, textarea.form-control, select.form-control, input-group-text {
	border-top: 0 !important;
	border-left: 0 !important;
	border-right: 0 !important;
	border-radius: 0px;
	border-color:var(--secondary);
	color:var(--info);
	height:auto;
	padding: 0em 0.375em;
}

input.form-control:focus {
	border-color:var(--primary);	
}


input.err {
	border-color:var(--danger);
	color:var(--danger);	
}


::placeholder {
  color: rgba(128,128,128,0.75) !important;  
  font-size: 0.9em;
  text-align: left;
}



.onglet {
	border: 0px solid var(--rouge) !important;
	border-bottom: 3px solid var(--rouge) !important;
	border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important;
    color:var(--white) !important;
    background-color: transparent !important;
	
}

.onglet-select {
	border: 0px solid var(--rouge) !important;
	border-bottom: 3px solid var(--rouge) !important;
	border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important;
    color:var(--white) !important;
    background-color: var(--fushia) !important;
}

.onglet:hover {
	background-color: var(--rouge) !important;
	color: white !important;
}







