/* régles CSS overwrite Vaelia */
		
#particles-js {
   height:50%;
}
	
.jumbotron jumbotron-main{
     height: 100%;
}
	
/***** taille titre *********/

@media screen and (min-width: 768px) {
	.jumbotron .h1, .jumbotron h1 {
		font-size: 46px;
	}
}

.section-title h2{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 45px;
    line-height: 50px;
    color: #202c3a;

}

.slogan{
	color:white ;
	text-align: center;
	font-size:26px;
	
	
	color: #fff !important;
    margin: 0;
    text-shadow: 0px 2px 5px #000;
    font-weight: 400;
    letter-spacing: 1px;
    word-spacing: 3px;
    -webkit-transition: 1s ease all;
    transition: 1s ease all;
	  
	  margin-top:-30px !important;
	 /*color:#1a2b51 !important; 
	 text-shadow: 0px 2px 5px #ff9c00; */
	  
}

.slogan3{
color:white ;
	text-align: center;
	font-size:26px;
	

	
}



.slogan2{
	color:black;
	text-align: center;
	font-weight: 300;
	
	
	
}
	 	 
.jumbotron.jumbotron-register {
    height: 100%;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    color: #414141;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    margin: 0;
	background-color: 	#f5f5f5;
}

#mdp_oublie{

	font-size: 14px;	
	color: white;
	color:black;
	text-decoration:underline;	
	font-size: 14px;
	line-height: 1.42857143;
	text-align:right;
	font-weight: 300;
}

.erreur {
	
	 margin-top: 1rem;
    font-size: 15px !important;
    font-weight: 500 !important;
    background-color: #f2dede;
    border-color: #ebcccc;
    color: #a94442;
	box-shadow: 0px 2px 5px #d7d7d7;
	padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}


.reussi{	
	margin-top: 1rem;
    font-size: 15px !important;
    font-weight: 500 !important;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
	box-shadow: 0px 2px 5px #d7d7d7;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;	
}

#register_form{
	border:1px solid #d7d7d7;
	box-shadow: 0px 2px 5px #d7d7d7;	
}

h1 span{
    font-weight: 500 !important;   
    display:inline-block;
    -webkit-transform:rotate(0deg);
}

.team-member-box{
		
	background: white;	
	border: 1px solid #ff9c00;
	cursor: pointer;
}
.team-member-box:hover{
	background: white;	
	box-shadow: 0 5px 10px rgba(28,27,26,0.7);

}

.team-member-img{
   border:1px solid #ff9c00;	 
}
.service-title {
   color: #fff;
   text-align: center;
}

.title_choix{
	font-weight: 500 !important;
}

.team-image-wrapper{
	cursor:pointer;
}



@media only screen and (min-width: 1024px){
	.jumbotron{
		background-image: url(../portail_formation/images/background-white_top.png);
		
	background-repeat: no-repeat;
		-o-background-size: 100%;
		background-size: 100%;
		background-position: center top, center bottom;
		
	}		
}

.btn{   position: relative;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    border-radius: 2px;
    border: 0;
    padding: 13px 40px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    overflow: hidden;
    -webkit-transition: 350ms ease all;
    transition: 350ms ease all;
    z-index: 2;
	background-color: #ff9c00;

}

.btn:after {
    content: "";
    position: absolute;
    height: 0px;
    width: 0px;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    opacity: 0.2;
    background-color: #fff;
    transform: translate(-50%, -50%);
    transition: 550ms ease all;
    z-index: -1;
}

