body{
	background: #efefef;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to left, #FFFFFF, #ECE9E6);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to left, #FFFFFF, #ECE9E6); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	font-family: open_sansregular;
	margin: 0;
	padding: 0;
}



@font-face {
    font-family: 'open_sanslight';
    src: url('../font/OpenSans-Light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansregular';
    src: url('../font/OpenSans-Regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sanssemibold';    
    src: url('../font/OpenSans-Semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sansbold';   
    src: url('../font/OpenSans-Bold-webfont.woff') format('woff');         
    font-weight: normal;
    font-style: normal;
}



h1 {
	font-family: 'open_sansbold';
	font-size: 1.8rem;	
	color: #333;	
}


h2, .titre2 {
	font-family: 'open_sansregular';
	font-size: 1.3rem;	
	color: #aaa;
}

h3 {
	font-family: 'open_sansregular';
	font-size: 1.2rem;
	color: #aaa;
	font-weight: normal;
	margin: 3rem 0 0 0;
	text-align: left;
	text-transform: uppercase;
}

h3 span {	
	color: #111;
	font-weight: 100;
	text-transform: initial;
}

h4 {
	font-family: 'open_sansregular';
	font-size: 1.2rem;
	color: #aaa;
	font-weight: normal;
	text-align: left;
	text-transform: uppercase;
	width: 90%;
	text-align: center;
}


/*    Thème     */

.theme {
	display: ;
	position: fixed;
	z-index: 9999;
	top: 1rem;
	right: 1rem;	
	text-align: center;
}

.theme h1{
	font-family: 'open_sanslight';
	font-size: 0.7em;
	color: rgba(126, 138, 150, 0.5);
	margin: 0;
}

.theme .boutonTheme, .theme .boutonTheme2 {
	display: block;
	width: 20px;
	height: 20px;
	background: #bbb2a9;
	box-shadow: 1px 1px 12px rgba(126, 138, 150, 0.3);
	border-radius: 50%;
	border: none;
	cursor: pointer;
	transition-property: border;
    transition-duration: 0.5s;
    margin: 10px auto;
    font-size: 0.7em;
    color: rgba(126, 138, 150, 1);

}

.theme .boutonTheme2 {	
	background: #7d9ac3;
}

.theme .boutonTheme:hover, .theme .boutonTheme2:hover {
	border:1px solid #333;
}

.theme .boutonTheme:focus, .theme .boutonTheme2:focus {
	outline: none;
}
 /*   Fin thème    */


.titre1 {
	font-family: 'open_sansbold';
	font-size: 1.8rem;	
	color: #333;
	margin-top: 30px;
	line-height: 1.2rem;
}


.separateur {
	height: 1px;
	background-color: #ddd;
	margin: 0.5rem auto;
}

.separateur2 {
	height: 1px;
	background-color: #ddd;
	margin: 1rem auto 2rem;
}

.separateur3 {
	height: 1rem;	
	margin: 0 auto 1rem;
	width: 100%;
}



header {	
	width: 90%;	
	margin: 0 auto;
	text-align: center;
}


.galeriePhoto, .galeriePhotoHome {
	display: flex;
	width: 90%;
	margin: 3rem auto;
	justify-content: center;
	flex-wrap: wrap;
}

.galeriePhotoHome {
	max-width: 1920px;
}

.photo, .photoVide {	
	width: 400px;
	height: 296px;
	margin: 15px;	
	box-shadow: 1px 1px 12px #ddd;
	overflow: hidden;
	position: relative;
}

.photoVide {
	box-shadow: none;
}


.photo img {	
	width: 400px;
	height: 266px;
	transition: transform ease-in-out 300ms;
}

.photo .gris {
	font-family: 'open_sanslight';
	color:#bbb;
	border-left: 1px solid;
	padding-left: 8px;
	margin-left: 8px;
	font-weight: 100;
}

.photo img:hover {	
	transform: scale(1.08);
	transition: transform cubic-bezier(0.4, 0, 0.2, 1) 450ms;
}

.photo .legende1 {
	position:absolute;
	z-index:0;
	bottom:0;
	left:0;
	font-size: 0.8em;
	font-family: 'open_sanssemibold';
	background-color:rgba(249, 247, 245, 1);
	padding: 0.9em;
	color:#333;
	width: 100%
}

/*  ---- Home -----------------------------------------------------  */

.intro {	
	font-family: 'open_sanslight';
	font-size: 1rem;
	color: #111;
	max-width: 750px;	
	text-align: center;
	color: #a1a1a1;	
	margin: 0 auto 3rem auto;
}

.intro h1 {
	font-family: 'open_sanslight';
	font-size: 1.8rem;
	color: #a1a1a1;
	font-weight: 100;
}

.intro h2 {
	font-family: 'open_sanssemibold';
	font-size: 1rem;
	color: #333;
}

.couverture {	
	width: 450px;
	height: 500px;
	background-color: #ccc;
	margin: 20px;	
	box-shadow: 1px 1px 12px #ddd;
	overflow: hidden;
	position: relative;
}

.couverture img {	
	width: 450px;
	height: 300px;
	transition: transform ease-in-out 300ms;
}

.couverture img:hover {	
	transform: scale(1.08);
	transition: transform cubic-bezier(0.4, 0, 0.2, 1) 450ms;
}

.couverture .legende1 {
	position:absolute;
	z-index:0;
	bottom:0;
	left:0;
	font-size: 1.3em;
	font-weight: 100;
	background-color:rgba(249, 247, 245, 1);
	padding: 1em;
	color:#bbb;
	width: 100%;
}

.couverture .souslegende {
	display: block;
	font-size: 0.8em;
	color:#333;
}

.couverture .texte {
	display: block;
	font-size: 0.7em;
	width: 75%;
	margin-top: 1rem;
	margin-bottom: 2rem;
}

.couverture .date {
	position:absolute;
	z-index:0;
	right:60px;
	bottom: 10px;
	font-size: 0.8em;
	color:#bbb;
	border-left: 1px solid;
	padding-left: 8px;
	margin-left: 8px;
}

/*  ----------------------------------------------------------------  */




footer {	
	width: 90%;	
	text-align: center;
	margin: 0 auto 1rem;

}

a.bouton {		
	color:#aaa;
	cursor: pointer;
	font-size: 1.2rem;
	transition-property: color;
    transition-duration: 0.5s;
    text-decoration: none;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}

a.bouton2 {	
	color:#aaa;
	cursor: pointer;	
	margin-bottom: 7px;
	padding-right: 15px;
	margin-right: 10px;
	font-size: 1.2rem;
	transition-property: color;
    transition-duration: 0.5s;
    text-decoration: none;
    border-right: 1px solid #ddd;
}

a:hover.bouton, a:hover.bouton2 {
	color:#555;	
}

.mailing {
	margin-top: 20px;
	font-size: 12px;
	line-height: 20px;
}

.mailing a{	
    text-decoration: none;
    font-family: 'open_sansbold';
    color: inherit;
}

.mailing a:hover{
    color:#000022;
    text-decoration: underline;
}


}

@media (max-width: 480px) {
  
	h3 span {
	display: block;
	margin-left: 45px;
	font-size: 0.9em;
}

}