/*! Propriétés du body */

body {
	overflow-x: hidden; /* Prevent scroll on narrow devices */
	background-color: #fff;
	font-family: 'Open Sans'; sans-serif;
	font-size: 16px;
	min-height: 100%;
	margin-top: 30px;
	width: 100%;
	color:#5a5959;
}

/*! ================================================================ */



/*! Liens */

a {
  color: #ea560d;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #5a5959;
  text-decoration: underline;
}



.footer  a
{
  color: #5a5959;
  text-decoration: none;
}

.footer  a:hover
{
  color: #5a5959;
  text-decoration: underline;
}



/*! ================================================================ */








/*! Mise en forme des textes et titres */

h1
			{
			  color: #ea560d;
			  font-size: 50px;		
			  padding-top: 30px;
			  text-align: center;
			  font-weight: 300;
			  line-height: 70px;
			  
			}


p {
  
 text-align: justify;
 line-height: 25px;
}

h2
			{
			  color: #ea560d;
			  font-size: 35px;		
			  padding-top: 20px;
			  text-align: left;
			  font-weight: 300;
			  
			}
			
			
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 16px;
  font-style: italic;
  border-left: 5px solid #428bca;
}

/*! ================================================================ */








/*! Espacements pour écrans */

@media (min-width: 768px)
    {
	
		.spacer1 {
			  padding-top: 30px;
			  padding-bottom: 30px;
			}
	
	}
	
	  {
	
		.spacer3 {
			  padding-top: 20px;
			  padding-bottom: 20px;
			}
	
	}
	
	

/*! ================================================================ */














/*! Images */
.cadreimg {
margin-top: 25px;
margin-bottom: 25px;
	max-width: 100%;
  height: auto;
  padding: 10px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
 
}

.centrer {
  text-align: center;
  font-size: 14px;
  }

.cadrevideo {
  display: inline-block;
  text-align: center;
  max-width: 100%;
  height: auto;
  padding: 10px;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
  transition: all .2s ease-in-out;
   }
/*! ================================================================ */



/*
 * Off Canvas
 * --------------------------------------------------
 */
@media screen and (max-width: 767px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all .25s ease-out;
         -o-transition: all .25s ease-out;
            transition: all .25s ease-out;
  }

  .row-offcanvas-right {
    right: 0;
  }

  .row-offcanvas-left {
    left: 0;
  }

  .row-offcanvas-right
  .sidebar-offcanvas {
    right: -50%; /* 6 columns */
  }

  .row-offcanvas-left
  .sidebar-offcanvas {
    left: -50%; /* 6 columns */
  }

  .row-offcanvas-right.active {
    right: 50%; /* 6 columns */
  }

  .row-offcanvas-left.active {
    left: 50%; /* 6 columns */
  }

  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 50%; /* 6 columns */
  }
}

.entete {

background-color: #ea560d; 
color: #fff; 
font-weight: 300;
font-size: 18px;
text-align: left;
}

.fa {

color: #ea560d; 

}

.titrefa {
font-weight: bold;
color: #ea560d; 

}

.list-group-item {

  text-align: left;
}

@media screen and (max-width: 768px) {
	
	
			.list-group-item {
 font-size: 1.1em;
 z-index: 10;
}	
	
}



@media screen and (max-width: 460px) {	
	
		.list-group-item {
 font-size: 0.9em;
 z-index: 10;
}
	
}

