@charset "UTF-8";
/*
Theme Name: Tiny Theme
Author: Magali DERRIEN
*/


html, body
{
	margin:0;
	padding:0;
	width:100%;


	font-family: 'Raleway', sans-serif;


	
}
section
{
	width:100%;
}

#home
{
	height:100vh;
	position:relative;
	overflow:hidden;
	

}
#bgvid
{


	min-width: 100%;
     min-height: 100%;
     position: absolute;
     left: 50%;
     top: 50%;
     transform: translate(-50%, -50%);

}
header
{
	height:75px;
	position:fixed;
	top:0;
	width:100%;
	display:flex;
	justify-content:space-between;
	align-items:center;
	padding:0;
	margin:0;
	z-index:10;
	background-color:#fff;
}
.logo
{

	flex:1;

}
.btn-entete
{

	flex:1;
	text-align:center;
	display:flex;
	justify-content:flex-end;
	align-items:center;
	padding-right:50px;
	

}
.logo img
{
	width:100px;
	margin-left:50px;
	cursor:pointer;
	

}

.btn-entete a
{
	font-family: 'Pacifico', cursive;
	text-decoration:none;
	color:#696969;
	font-size:1.5em;
	border-radius:20px;
	border:2px solid #696969;
	padding-right:10px;
	padding-left:5px;
}
.btn-entete img
{
	width:50px;
	cursor:pointer;
	
}
.menu_full
{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.85);
	display:flex;
	justify-content:center;
	align-items:flex-end;
	
}
.menuTete
{
	display:flex;
	flex-direction:column;
	justify-content: flex-end;
	align-items:center;
	background-color:#fff;
	width:100%;
}
.menuTete a
{
	background-color:#fff;
	width:100%;
	text-align:center;
	padding:20px;
	font-family: 'Pacifico', cursive;
	text-decoration:none;
	color:#696969;
	font-size:1.5em;
	
}
.menuTete a:hover
{
	background-color:#e9e9e9;
}
.menu_full img
{
	position:fixed;
	top:10px;
	right:10px;
	width:50px;
	cursor:pointer;
}
.bas
{
	position:absolute;
	bottom:50px;
	right:50px;
	z-index:9;
	width:50px;
	cursor:pointer;
}
#intro
{
	margin-top:50px;
	margin-bottom:50px;
	display:flex;
	justify-content:center;
	align-items:center;
	min-height:300px;
}
.intro
{
	text-align:center;
	width:60%;
	margin:auto;
	
	color: #6d6d6d;
}
/* template*/

.T
{
	width:100%;
	/* margin-top:50px; */
	/* margin-bottom:50px; */
	display:flex;
	justify-content:space-around;
	min-height:50vh;

	
}
.T h1
{
	font-size:1.5em;
}
.field
{
	width:80%;
	font-size:1.2em;
}
.lien
{
	margin-bottom:20px;
	
}
.lien a
{
	/* background-color:#fff; */
	padding:10px;

	border-radius:20px;
	text-decoration:none;
	font-family: 'Pacifico', cursive;
	border:2px solid;
	font-size:1.2em;
}
/*template 1 et 3*/
.t1 .bloc_img
{


	height:auto;
	/* min-height:50vh; */
	flex:1;
}
.t1 .bloc_texte
{
	flex:1;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;


	
}


/*t2*/
.t2 .bloc_texte
{

	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	width:80%;


	
}
/*t4*/
.t4
{
	position:relative;
}

.t4 .bloc_texte
{

	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	z-index:2;
	width:80%;
	
}

.t4 .bg_color
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1;
}

/* modele 5*/
.t5
{
	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction:column;
}
.content
{
	align-items:center;
	/* background-color:rgba(57,10,116,0.5); */
	padding:10px 0px 10px 0px;
	/* border-radius:5px; */
	height:auto;
	
	margin:auto;
	overflow:hidden;
	margin-bottom:20px;
	margin-top:20px;

	

}
.slide
{
	width:auto;
	display:flex;
	justify-content:flex-start;
	flex-wrap:no-wrap;
	
}
.slide img
{
	margin-right:5px;
	margin-left:5px;
/* -webkit-box-shadow: 0px 2px 2px 1px rgba(0,0,0,0.44); */
/* -moz-box-shadow: 0px 2px 2px 1px rgba(0,0,0,0.44); */
/* box-shadow: 0px 2px 2px 1px rgba(0,0,0,0.44); */
border-radius:5px;

	
}
/* PAGE*/
.tete-page
{
	width:100%;
	height:50vh;
	position:relative;
}


.contenu-page
{
	max-width:80%;
	margin:auto;
	color: #6d6d6d;


}
.blocks-gallery-item
{
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	cursor:pointer;
}

.blocks-gallery-item:hover
{
	
	-webkit-transform: scale(0.95);
	transform: scale(0.95);
	opacity:0.8;
}

figcaption
{
display:none;
}
.legende
{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	background-color:rgba(0,0,0,0.7);
	color:#fff;
	text-align:center;
	padding:10px 0 10px 0;

}

.leg_full
{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	background-color:rgba(0,0,0,0.7);
	color:#fff;
	text-align:center;
	padding:10px 0 10px 0;
	z-index:10;
}
/*light*/
#light
{
	position:fixed;
	top:0;
	left:0;
	background-color:rgba(0,0,0,0.9);
	width:100%;
	height:100%;
	z-index:2;
	display:flex;
	justify-content:center;
	align-items:center;
	opacity:0;
}
#close
{
	position:absolute;
	top:10px;
	right:10px;
	width:50px;
	height:50px;
	cursor:pointer;
	z-index:5;
	
}


.f
{
	fill: #fff;
}

.croix 
{
	fill: none;
	stroke: #fff;
	stroke-linecap: round;
	stroke-miterlimit: 10;
	stroke-width: 1.5845px;
}
.fleche_single_suivante, .fleche_single_prec
{
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	border-radius:50%;
	width:50px;
	height:50px;
	position:absolute;

	cursor:pointer;
	
	
}
.fleche_single_suivante, .fleche_single_prec
{
	bottom:50%;
}
.fleche_single_suivante
{
	right:10px;
}
.fleche_single_prec
{
	left:10px;
}
@media all and (max-width:1200px)
{
	.field
	{
		font-size:1em;
	}
}

