@charset "utf-8";
/* global CSS Document */

/* **************** Scroller *****************
Since the entire page is the scroll container, set body and html to 100% height to disable browser native scrolling.  Remove default padding or margin to avoid native scrollbars. */
body, html {
	height: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
#scrollable {
	padding: 0;
	height: 100%
}
/*********************Global************************/	

html, body {
	position: relative;
}
body {
	-webkit-text-size-adjust: 100%;
	background: #F3F2F3 url(../images/texture-600w.jpg) repeat;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 24px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 18px;
}
h4{
	font-size: 16px;
}

.article {
	text-align: center;
	padding: 0 0 20px 0;
	margin-top:0;
	font-size:18px;
}

.titre {
	text-align: center;
	font-size: 30px;
	font-style: italic;
	font-weight: bold;
	padding: 75px 0 10px 0;
}

.bleu {
	color:#09F;
	text-align: center;
	font-style: italic;
	font-weight: bold;
	padding: 0 0 20px 0;
	margin-top:0;
	font-size:25px;
}

.resp {
	padding: 0 0 10px 0;
	font-weight:bold;
	font-size:18px;
	text-decoration:underline;
}

.diplomes{
	font-size:18px;
}

.footer {
	display: block;
	text-align: center;
	font-size: 10px;
	margin: 0;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100 px;
	padding-bottom: 10px;
}

/******************Info******************/
.info {
	text-align: left;
}


.info li {
	padding: 0 0 30px 0;
}

/********************Langue*******************/
.langue {
	position : absolute;
	top : 17px;
	right : 20px;
	height : 15px;
	width : 30px;
	z-index:10;
}

.langue img{
	height : 100%;
	width : 100%;
}

/* Intro CSS Document */
#intro {
	position: relative;
	margin: 0;
	margin-bottom: 15px;
	line-height: 1.7;
	/*  word-wrap: break-word;*/
	letter-spacing: 2px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	color: #F3F2F3;
	text-shadow: #000 1px 1px, #000 -1px 1px, #000 -1px -1px, #000 1px -1px;
	z-index: 2;
	/*background:rgba(0,0,0,0.5);
  	color:#F3F2F3;*/
}

#intro h2 {
	font-size: 14px;
}

#background_video {
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;/*margin:40px 0 40px 0;*/
}
#background_video > video {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
/* 1. Pas de support d'object-fit */
@media (min-aspect-ratio: 16/9) {
#background_video > video {
	height: 300%;
	top: -100%;
}
}
@media (max-aspect-ratio: 16/9) {
#background_video > video {
	width: 300%;
	left: -100%;/*margin:40px 0 40px 0;*/
}
}
/* 2. En cas de support d'object-fit, écrase le 1 */
@supports (object-fit: cover) {
 #background_video > video {
 width: 100%;
 height: 100%;
 top: 0;
 left: 0;
 object-fit: cover;
}
}

.introWrapper {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	/* Fix of Webkit flickering */
	z-index: 1;
}
.slide {
	text-align: center;
	font-size: 18px;
	background: #F3F2F3;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-transform: translate3d(0px, 0, 0);
	-moz-transform: translate3d(0px, 0, 0);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate3d(0px, 0, 0);
	transform: translate3d(0px, 0, 0);
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
}

/**************** Header **********************/	
.cell {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

#main-header {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: auto;
	text-align: left;
	background:rgba(255,255,255,0.8);
	/*background:rgba(243,242,243,0.9);*/
}
.main-nav {
	padding: 0 4% 0 0;
}
/* line 3, ../../brunch/app/styles/app/_nav.scss */
.main-nav li {
	display: inline-block;
	margin-right: 12px;
}
.nav-link {
	text-decoration: none;
	text-transform: uppercase;
	font-family: "Times New Roman", Times, serif; /*"Lato", serif;*/
	color: #000;
	text-shadow: #FFF 1px 1px, #FFF -1px 1px, #FFF -1px 1px, #FFF 1px -1px;
	font-weight: bold;
	letter-spacing: 2px;
	cursor: pointer;
}
.nav-link {
	padding-bottom: 4px;
	font-size: 12px;
}
.nav-link:before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0;
	height: 2px;
	width: 100%;
	background: #000;
	border-bottom: solid 0.5px #F3F2F3;
	-webkit-transform: scaleX(0) translateZ(0);
	-moz-transform: scaleX(0) translateZ(0);
	-ms-transform: scaleX(0) translateZ(0);
	-o-transform: scaleX(0) translateZ(0);
	transform: scaleX(0) translateZ(0);
	-webkit-transition: all 250ms cubic-bezier(0.23, 1, 0.32, 1);
	-moz-transition: all 250ms cubic-bezier(0.23, 1, 0.32, 1);
	-ms-transition: all 250ms cubic-bezier(0.23, 1, 0.32, 1);
	-o-transition: all 250ms cubic-bezier(0.23, 1, 0.32, 1);
	transition: all 250ms cubic-bezier(0.23, 1, 0.32, 1);
}
.nav-link.is-active:before, .no-touch .nav-link:hover:before {
	-webkit-transform: scaleX(1) translateZ(0);
	-moz-transform: scaleX(1) translateZ(0);
	-ms-transform: scaleX(1) translateZ(0);
	-o-transform: scaleX(1) translateZ(0);
	transform: scaleX(1) translateZ(0);
	-webkit-transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
	-moz-transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
	-ms-transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
	-o-transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
	transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
}
/**************** boutton down to work *********************/
.link {
	/*  padding-bottom: 4px;*/
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: "Times New Roman", Times, serif; /*"Lato", serif;*/
	color: #000;
	text-shadow: #F3F2F3 0.5px 0.5px, #F3F2F3 -0.5px 0.5px, #F3F2F3 -0.5px -0.5px, #F3F2F3 0.5px -0.5px;
	font-weight: bold;
	letter-spacing: 2px;
	cursor: pointer;
}
.scroll-button {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-bottom: 5px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 2;
	transition-property: font-size text-shadow padding;
	transition-duration: 1s;
}
.scroll-button:hover {
	color: #F3F2F3;
	font-size: 12px;
	text-shadow: 6px 6px 4px #F3F2F3;
	padding-left: 12px;
	padding-top: -3px;
}
.scroll-button svg {
	display: block;
	margin-left: 68px;
	margin-top: 5px;
}
.backface-hidden {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
}

/**************************** Divider *************************/
.divider img{
	display: block;
    margin-left: auto;
    margin-right: auto;
	max-width: 1000px;
	width:100%;
	height:auto;
}

.divider {
	padding: 50px 0 0 0;
}

/**************************** Présentation ********************/
#presentation {
	text-align: center;
}


.photoPres img{
	display: block;
    margin-left: auto;
    margin-right: auto;
	/*padding: 0 20% 0 20%;*/
	width:400px;
	height:auto;
	-moz-box-shadow: 10px 10px 5px 0px #656565;
	-webkit-box-shadow: 10px 10px 5px 0px #656565;
	-o-box-shadow: 10px 10px 5px 0px #656565;
	box-shadow: 10px 10px 5px 0px #656565;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=134, Strength=5);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;	
}

.photoPres {
	padding-bottom:50px;
}


#description{
	padding-bottom: 20px;
}

#description h2{
	font-size: 24px;
}

#description li{
	display: inline-block;
	margin-right: 20px;
}

.speach{
	font-size:18px;
	font-style:italic;
}

/******************Swiper**********************/
    .swiper-container {
        width: 100%;
        height: 800px;
        margin: 20px 0;
		
    }
    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: url(../images/texture-600w.jpg);

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
	
	#recompenses{
		padding-top:90px;	
	}
	
	.slidePres {
		padding: 20px 0 30px 0;
		max-width: 100%;
    	height: auto;
	}
	
	.textSlidePres{
		position:absolute;
		top : 0;
		left: 0;
		width:100%;
		text-align:center;
		font-size:20px;
		font-style:italic;
	}
	
	.slidePres img{
		display: block;
		margin-left: auto;
		margin-right: auto;
		/*padding: 0 20% 0 20%;*/
		max-width: 100%;
		height: auto;
		max-height:720px;
		-moz-box-shadow: 10px 10px 5px 0px #656565;
		-webkit-box-shadow: 10px 10px 5px 0px #656565;
		-o-box-shadow: 10px 10px 5px 0px #656565;
		box-shadow: 10px 10px 5px 0px #656565;
		filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=134, Strength=5);
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;	
	}

/******************Contact******************/
	
	#contact ul{
		padding-left:0;
		list-style-type:none;
		text-align:center;	
	}

	.mail {
		width:100%;
		height:auto;
		max-width: 200px;
		padding-bottom:0;	
	}
	
	.mail2 {
		width:100%;
		height:auto;
		max-width: 115px;
		padding-top:4px;	
	}	

	.logo{
		width:auto;
		height:50px;
		padding-top:20px;
	}
	
	.petitlogo{
		width:auto;
		height:15px;
		padding-right:5px;
	}
	
	.moyenlogo{
		width:auto;
		height:40px;
		padding-right:5px;
	}
	
.center {
		display: block;
   		margin-left: auto;
    	margin-right: auto;
	}

