/*
    Theme Name: Mentor
    Theme URL: https://bootstrapmade.com/mentor-free-education-bootstrap-theme/
    Author: BootstrapMade.com
    Author URL: https://bootstrapmade.com
*/

body {
	font-size: 15px;
    line-height: 1.52;
    color: #4b4b4b;
	font-family: 'Open Sans', sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.section-padding{
	padding: 50px 0px;
}

 
@font-face {
    font-family: 'wicked_gritregular';
    src: url('../fonts/wickedgrit-webfont.eot');
    src: url('../fonts/wickedgrit-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/wickedgrit-webfont.woff2') format('woff2'),
         url('../fonts/wickedgrit-webfont.woff') format('woff'),
         url('../fonts/wickedgrit-webfont.ttf') format('truetype'),
         url('../fonts/wickedgrit-webfont.svg#wicked_gritregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

 
@font-face {
    font-family: 'admiral_catregular';
    src: url('../fonts/admiralcat-webfont.woff2') format('woff2'),
         url('../fonts/admiralcat-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
 

h1, h2, h3, h6{
  font-family: 'wicked_gritregular';
    color: #4b4b4b;
	}
	
	h4, h5{
	
    font-family: 'admiral_catregular';
	font-size: 30px;
    color: #4b4b4b;
	}
	
	h6{
    font-family: 'wicked_gritregular';
	font-size:20px;
	}
	

a{
    color: #4b4b4b;
}
a:hover, a:focus{
    color: #78d6c2;
}

petit{
	font-size:12px;
}


blanc{
    color: #FFF;
}

green{
    color: #78d6c2;
}


/***********************************
Navigation bar
************************************/

.navbar-fixed-top.scrolled {
  background-color: #fff !important;
  color: #4b4b4b;
  transition: background-color 200ms linear;
}

.navbar-default .navbar-brand {
    color: #fff;
	  padding: 3px 0;
  -webkit-transition: padding .55s;
-moz-transition: padding .55s;
-ms-transition: padding .55s;
-o-transition: padding .55s;
transition: padding .55s;
}
	

.navbar-default {
    background-color:RGBA(255, 255, 255, 1);
	
}

.active {  background-color:RGBA(255, 255, 255, 1);
}


.navbar-nav {
	margin: 10px 5px;
    transition: height 0.1s;
}
.course-text{
    padding: 84px;
}
.navbar-default .navbar-nav > li > a {
    color: #4b4b4b;
    font-size: 14px;
}
.navbar-nav > li > a{
	margin: 10px 5px;
	padding: 10px 15px;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover
{
	color: #78d6c2;
}

.navbar-nav .active a{
    background: none !important;
    color: #78d6c2 !important;
    outline: none;
}

.btn-trial a{
	background-color: #78d6c2;
	border-radius: 25px;
	color: #ffffff !important;
	border: 1px solid #78d6c2;
}
.btn-trial a:hover, .btn-trial a:focus{
	border: 1px solid #78d6c2;
	background-color: #fff;
	color: #78d6c2 !important;
}
.navbar-default .navbar-brand {
	-webkit-transition: width 2s, height 4s; /* For Safari 3.1 to 6.0 */
    font-family: 'Dosis', sans-serif !important;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0px;
    height: inherit;
    font-size: 36px;
    margin: 10px 0px;
}
.navbar-default .navbar-brand span{
	font-weight: 100 !important;
	
}
.navbar {
    margin-bottom: 0px;
}
.padding-zero{
	padding: 0px;
}
.mart20{
	margin-top: 20px;
}
.couleur {
	margin: 0px 1px;
}

/***********************************
Banner

************************************/
.banner{
	background: url('../img/abracodabra.jpg') no-repeat center top;
    background-size: cover;
	min-height: 580px;
    position: relative;
}
.bannercontact{
	background: url('../img/programmation_contact.jpg') no-repeat center top;
    background-size: cover;
	min-height: 580px;
    position: relative;
}
.bannerapropos{
	background: url('../img/programmation_apropos.jpg') no-repeat center top;
    background-size: cover;
	min-height: 580px;
    position: relative;
}
.bannerateliers{
	background: url('../img/programmation_ateliers.jpg') no-repeat center top;
    background-size: cover;
	min-height: 580px;
    position: relative;
}
.banneractivites{
	background: url('../img/programmation_activites.jpg') no-repeat center top;
    background-size: cover;
	min-height: 580px;
    position: relative;
}
.bg-color{
	background-color: RGBA(255, 255, 255, 0);
	min-height: 580px;
}
.text-dec{
	font-size: 24px;
	padding: 10px 20px;
    margin: 15px 0;
	text-transform: uppercase;
    color: #4b4b4b;
}
.text-border{
	display: inline-block;
	margin-top: 150px;
}
.intro-para{
	font-family: 'Open Sans', sans-serif;
	font-size: 45px;
	color: #4b4b4b;
	margin-top: 30px;
}
.quote .btn{
    background-color: 
}
.modal-dialog {
    width: 600px;
    margin: 150px auto;
}
@-webkit-keyframes rotateplane {
    0%   {top:10px;}
    25%  {top:14px;}
    50%  {top:19px;}
    75%  {top:24px;}
    100% {top:28px;}
}
@-moz-keyframes rotateplane {
    0%   {top:10px;}
    25%  {top:14px;}
    50%  {top:19px;}
    75%  {top:24px;}
    100% {top:28px;}
}
@-o-keyframes rotateplane {
    0%   {top:10px;}
    25%  {top:14px;}
    50%  {top:19px;}
    75%  {top:24px;}
    100% {top:28px;}
}
.mouse::after {
    content: "";
    position: absolute;
    height: 5px;
    width: 5px;
    background-color: #fff;
    border-radius: 100%;
    left: 50%;
    top:10px;
    margin-left: -2.5px;
    transition:all 0.3s ease-in;
 
     -webkit-animation-name: rotateplane; /* Chrome, Safari, Opera */
    -webkit-animation-duration: 2s; /* Chrome, Safari, Opera */
    animation-name: rotateplane;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}
.modal-content h4 {
    font-size: 1.5em;
    font-weight: 700;
}
.login-box-body {
    padding: 15px 30px;
}
.login-box-msg, .register-box-msg {
    margin: 0px;
    text-align: center;
    padding: 0px 20px 20px;
}
.modal-sm {
    width: 400px;
}
.padleft-right{
    padding-left: 5px;
    padding-right: 0px;
}
.big-text{
    font-size: 25px;

}
.small-text{
    font-size: 16px;
}
.quote .btn{
    background-color: #5fcf80;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-top: 10px;
}
.quote .btn:hover, .quote .btn:focus{
    background-color: #fff;
    color: #5fcf80;
    border-color: #fff;
     -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/***********************************
Features
************************************/
h2{
	font-size: 24px;
	padding-bottom: 5px;
}

#feature{
	background-color: #78d6c2;
}

#feature a, #feature a:focus {
	color:#4b4b4b;
	text-decoration:underline;
}
#feature a:hover {
	color:#FFF;
}

#feature .bottom-line{
	width: 100px;
	height: 2px;
	background-color: #FFF;
	
}
.bottom-line{
	width: 100px;
	height: 3px;
	background-color: #78d6c2;
}
.fea{
	margin-top: 25px;
}
.fea-img {
  width: 8%;
  
}

.heading {
    width: 80%;
}
.fea i {
    font-size: 39px;
    color: #fff;
    margin-top: 7px;
}
.heading h4 {
    font-size: 25px;
    line-height: 1.25;
    font-weight: normal;
    color: #4b4b4b;
    margin: 10px 0px;
    text-align: left;
}
.heading p {
  text-align: left;



}
/***********************************
 Organisations
************************************/
#organisations{
    background-color: rgb(247, 247, 247);
}
.orga-stru
{
    background-color: #5FCF80;
    width: 109px;
    height: auto;
    padding: 10px 10px 25px 10px;
    text-align: center;
    border-radius: 0px 80px 99px 99px;
    -moz-border-radius: 0px 80px 99px 99px;
    -webkit-border-radius: 0px 80px 99px 99px;
    -o-border-radius: 0px 80px 99px 99px;
}
.orga-stru h3 {
    font-size: 36px;
    color: white;
    font-weight: bold;
}
.orga-stru p {
    font-size: 14px;
    color: white;
    font-weight: normal;
    line-height: 20px;
    padding-top: 15px;
}
.orga-stru i
{
    font-size: 150px;
    margin-top: 35px;
    color: rgb(255, 255, 255);
}
h3.det-txt {
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
}
h4.sm-txt {
    color: #5FCF80;
    font-size: 24px;
}
p.det-p {
    padding: 40px 0px;
}
#pricing{
    background: rgb(247, 247, 247);
}
/***********************************
newsletter
************************************/
#cta-2{
    padding: 40px 0;
}

.cta-2-txt {
    font-size: 16px;
    padding-bottom: 15px;
    text-align: center;
    margin: 0 auto;
    line-height: 34px !important;
}
.cta-2-form input[type="email"] {
    border: 0px solid #CCC;
    padding: 13px 40px;
    font-size: 18px;
    color: #4b4b4b;
    font-weight: 100;
    min-width: 280px;
    margin-left: -4px;
    margin-bottom: 2px;
    border: 1px solid #78d6c2;
    background-color: rgb(247, 247, 247);
    border-radius: 30px 0px 0px 30px;
}

.cta-2-form-submit-btn {
    font-size: 18px;
    color: #fff;
    background-color: #78d6c2;
    border: 2px solid #fff;
    padding: 14px 30px;
    margin-left: -4px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    border-width: 1px 1px 1px 0px;
    border-radius: 0px 30px 30px 0px;
}
.cta-2-form-submit-btn:hover{
	background-color: #63c5b0;
}
/***********************************
Prochains ateliers
************************************/
#work-shop {
    background-color: rgb(247, 247, 247);
}
#nouvelles {
    background-color: rgb(247, 247, 247);
}

#nouvelles a, #nouvelles a:focus {
	color:#4b4b4b;
	text-decoration:underline;
}
#nouvelles a:hover {
	color:#78d6c2;
}
#work-shop a {
	text-decoration:underline;
}
#courses a {
	text-decoration:underline;
}

#faculity-member a {
	text-decoration:underline;
}

h4 a {
	text-decoration: none !important;
}
.service-box{
    background: #fff;
    padding: 20px 15px 20px;
	margin-top:10px;
    box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.1);
	
}
.service-box1{
 background: #fff;
    padding: 10px 15px 15px;
	margin-top:10px;
    box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.1);
}
.service-box2{
 background: #fff;
    padding: 10px 15px 15px;
	margin-top:10px;
	border: 1px solid #78d6c2;
}

.service-box1 img {
 	border:0px solid #78d6c2;
	width:90%;
	max-width: 900px;

}
.baroudeurs .service-box {

	border:5px solid #4b4b4b;
	
}
.aventuriers .service-box{

	border:5px solid #78d6c2;
	
}
.service-box img{
 
	border:0px solid #78d6c2;
	width:90%;
}

#nouvelles .service-box img{
	width:auto;
}


#work-shop .service-box img{
	width:202px;
}
    
.icon-box i {
    color: #5FCF80;
    font-size: 65px;
	border:20px solid 78d6c2;
}
.service-box .bottom-line {
	width: 100px;
	height: 3px;
	background-color: #78d6c2;
	}

.ser-text {
    font-size: 24px;
}
.icon-box, .icon-text {
    padding: 20px 0px 0px; border:20px solid #78d6c2;
}
/***********************************
En pratique
************************************/
.pm-staff-profile-image{
  width: 150px;
  height: 150px;
  background-color: #C6C6C6;
  border-radius: 50%;
  display: inline-block;
}
.pm-staff-profile-details {
    padding: 20px 20px;
}
.pm-staff-profile-name {
	font-family: 'Open Sans', sans-serif;
    font-size: 28px;
    color: #78d6c2;
}
.pm-staff-profile-title {
    text-transform: capitalize;
    color: #4b4b4b;
    font-weight: 500;
    padding: 12px 0px;
}
.pm-staff-profile-bio {
  color: #4b4b4b;

}
/***********************************
Technos
************************************/
#courses { background-color: rgb(247, 247, 247);}
[class*=" imghvr-"] figcaption, [class^="imghvr-"] figcaption {
    background-color: #78d6c2;
}
[class*=" imghvr-"], [class^="imghvr-"] {
    background-color: #78d6c2;
    color: #fff;
}
#eveil img { max-width:350px;
}
#explorateurs { background-color: rgb(247, 247, 247);}
#baroudeurs { background-color: rgb(247, 247, 247);}


/***********************************
A propos
************************************/
#maud{
	background-color: #dee532;
}

#audrey{
	background-color: #78d6c2;
}

#maud .fea-img, #audrey .fea-img{
  width: 30px;
  
}
#maud img, #audrey img{
	padding-right:15px;

  
}
#maud a:hover
{
	color:#FFF;
	text-decoration:none;
  
}
#audrey a:hover
{
	color:#FFF;
	text-decoration:none;
  

}	

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

 label{
padding-top: 15px;
	width: 90%;
	}

legend{
	 color: #78d6c2;
	  font-family: 'admiral_catregular';
	  font-size: 30px;
	   letter-spacing: 4px;
	   padding-top:30px;
	   }

#checkbox1 {
	
	 display: inline;
margin-left:10px;
  margin-top:5px;
  margin-bottom: 10px;}
  
.checkbox {
	
margin-left:-15px;
  width:235px;
;}
  



#inscription{background-color: rgb(247, 247, 247)}
#inscription input{
	/* La balise devient de type block. */
	width: 90%;}

.newsletter{background-color: black;}

#partenaires{background-color: #333;
padding-bottom:25px;
padding-left:20px;}

#partenaires h4{
	 color: #FFF;
	 padding-top: 5px;
	   }
	   
	   #partenaires img{
		   padding-left:25px;
	   }
/***********************************
Contact
************************************/
#contact{background-color: rgb(247, 247, 247)}
.contact form .form {
    width: 100%;
    height: auto;
    padding: 15px 15px 12px;
    font-size: 18px;
    margin-bottom: 18px;
    color: #7f7f7f;
    letter-spacing: 0.5px;
}
#contact .form-control {
    background: #fafafa;
    border: 1px solid rgba(119, 81, 81, 0.34);
    width: 100%;
	margin-bottom: 15px;
    border-radius: 0;
    
}
#contact h4{
	color: #78d6c2;
  font-size: 28px;
    letter-spacing: 1px;
	text-align:center;

}
.contact2 p{
  font-size: 18px;
    letter-spacing: 1px;
	text-align:center;

}


.textarea {
    height: 228px;
    max-width: 100%;
    max-height: 229px;
}
.light {
    font-weight: 100;
}
.white{
    color: #fff !important;
}

.validation {
    color: red;
    display:none;
    margin: 0 0 20px;
    font-weight:400;
    font-size:13px;
}

#sendmessage {
    color: #78d6c2;
    border:1px solid #78d6c2;
	background-color:#FFF;
    display:none;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#errormessage {
    color: red;
    display:none;
    border:1px solid red;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#sendmessage.show, #errormessage.show, .show {
	display:block;
}
.bouton {
	width: 130px !important;
    background-color: #78d6c2;
	padding: 10px;
	border-radius: 20px;
	color: #ffffff !important;
	border: 1px solid #78d6c2;
}
.bouton:hover{
	border: 1px solid #78d6c2;
	background-color: transparent; 
	color: #78d6c2 !important;
}
/***********************************
Footer
************************************/
.footer {
    padding: 30px;
    background: #4b4b4b;
    color: #ccc;
}

.footelogo {
	text-align:center;
}
.footer a {
    color: #fff;
}

.footer h6{
	font-weight: 300;
	letter-spacing: 0.05em;
	margin: 0 0 10px;
	color: #FFF;
	font-size: 20px;
}

.footer .social-links li a {
    color: #fff;
    font-size: 32px;
    line-height: 10px;
   background-color:  #33383b;
	border-radius: 2px;
    text-align: center;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.footer .social-links li a:hover {
    color: #78d6c2;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.footer .social-links li {
    display: inline-block;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.footer .social-links {
    list-style: none;
    padding: 0;
    margin: 15px 0 0 0px;
}

.mem-info{
    padding: 45px 10px 0px;
    background-color: #eee;
}
.mem-info h4 {
    font-size: 18px;
    padding: 10px 0px;
}
.mem-info h3{
    font-size: 24px;
    padding: 15px 0px;
}
.mem-info h5
{
    margin-top: 10px;
    margin-bottom: 10px;
}
.mem-info p {
    margin: 0 0 10px;
}
.agent-social li {
    display: inline-block;
    padding: 0px 10px 0px 0px;
    margin-bottom: 10px;
}

.credits{
	font-size:12px;
	padding-top:5px;
}


/**
*********************************
************************************
Responsive media queries
************************************
***********************************/
@media (min-width: 769px) and (max-width: 980px) {
    .ser-text {
    font-size: 20px;
    }
    .service-box, .feature-info, .orga-stru{
        margin-bottom: 30px;
    }
    .pricing-head .amount {
    font-size: 51px;
    }
    .price-table .pricing-head h4 {
    font-size: 18px;
    }
}
@media (min-width: 451px) and (max-width: 768px) {
		#footer .col-md-4{
		padding-top:15px;
    }
   
    .ser-text {
    font-size: 20px;
    }
    .service-box, .feature-info{
        margin-bottom: 30px;
    }

    .pricing-head .amount {
    font-size: 51px;
    }
    .price-table .pricing-head h4 {
    font-size: 18px;
    }   
}
@media (min-width: 20px) and (max-width: 450px) {
	#footer .col-md-4{
		padding-top:15px;
    }
    .text-dec {
    font-size: 20px;
    }
    .big-text {
    font-size: 30px;
    }
    .small-text {
    font-size: 14px;
    }
    .intro-para {
    font-size: 30px;
    }
    .header-section p{
        font-size: 14px;
    }
    .heading {
    margin-bottom: 20px;
    }
    .orga-stru i {
    font-size: 92px;
    }
    .orga-stru {
    padding: 5px 5px 15px 5px;
    width: 75px;
    margin-bottom: 20px;
    }
    .orga-stru h3 {
    font-size: 28px;
    }
    .orga-stru p {
    font-size: 13px;
    }
    h3.det-txt {
    font-size: 28px;
    }
    .cta-2-txt {
    font-size: 20px;
    }
    .service-box, .text-comment, .price-table{
        margin-bottom: 30px;
    }
    .contact-form-button{
        width: 40%;
    }
    .footer .social-links li {
    margin: 0 5px 25px;
    }
    .cta-2-form-submit-btn {
    font-size: 10px;
    }
    .cta-2-form input[type="email"] {
    padding: 13px 10px;
    font-size: 10px;
    min-width: 187px;
    }
    .modal-sm {
    width: 300px;
    }
    .login-box-body {
    padding: 15px 20px;
    }
    .navbar-default .navbar-brand{
        margin-left: 10px;
    }
    .navbar-default .navbar-nav > li > a{
        text-align: center;
    }
}