/* GENERALITE */

html {
	height: 100%;
	margin:0;
	padding:0;
}
body {
	color: #FFFFFF;
	font-family: "Raleway";
	font-weight: normal;
	background-color: #C39053;
}
.landing_page {
	background-image: url(images/background1.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
}
strong {
	color: #FCBE49;
}
.strong_progress {
	animation-name: white_to_orange_anim;
    animation-duration: 2s;
	animation-timing-function: ease-in-out;
	-webkit-animation-name: white_to_orange_anim; /* Safari */
    -webkit-animation-duration: 2s;
	-webkit-animation-timing-function: ease-in-out;
}

#centrage {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}
.image_accueil {
	position: relative;
	margin-top: 50px;
}
.div_titre_menu {
	padding: 120px 0px 20px 0px;
}
.corps {
	padding: 20px;
}
.pied_de_page {
	padding-bottom: 30px;
	text-align: center;
}
#reseaux_sociaux {
	padding-top: 15px;
	margin-right: 5%;
	float: right;
}
.ribbon {
	position: absolute;
	width: 200px;
	height: 200px;
	overflow: hidden;
	z-index: 10;
}
/*.ribbon::before, .ribbon::after {
	position: absolute;
	display: block;
	content: '';
	border: 5px solid rgba(0,0,0,0.1);
	z-index: -1;
}*/
.ribbon span {
	position: absolute;
	display: block;
	width: 285px;
	padding: 15px 0;
	background-color: #FCBE49;
	color: rgba(0,0,0,0.7);
	/* text-shadow: 0 1px 1px rgba(0,0,0,0.2); */
	text-align: center;
	font-size: 18px;
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}
.ribbon_top_right {
	top: 0px;
	right: 0px;
}
.ribbon_top_right span {
	left: -24px;
	top: 57px;
	transform: rotate(45deg);
}

/* FOND VIDEO */

#video_background
{ 
	position: fixed;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	transform: translateX(-50%) translateY(-50%);
	background: no-repeat;
	background-size: cover;
}
@media screen and (max-width: 500px)
{ 
	div{width: 70%;} 
}
@media screen and (max-device-width: 800px) {
	html {background: url(./images/backgroud1.png) #000 no-repeat center center fixed;}
	#bgvid {display: none;}
}

#teaser {
	width: 960px;
	height: 614px;
	position: absolute;
	border: 10px solid rgba(0, 0, 0, 0.5);
	visibility: hidden;
}
#betisier {
	width: 960px;
	height: 614px;
	position: absolute;
	margin-top: -40px;
	border: 10px solid rgba(0, 0, 0, 0.5);
	visibility: hidden;
}

/* IMAGES */

#avec_cadre {
	border: 10px solid rgba(0, 0, 0, 0.5);
	position: relative;
	z-index: 1;
}
.centre {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 33px;
}
.gauche {
	float: left;
	margin-right: 20px;
} 
.droite {
	float: right;
	margin-left: 20px;
}
#sans_cadre {
	position: absolute;
	z-index: 20;
}
#bonhommes {
	position: absolute;
	height: 100px;
	margin-top: 330px;
	margin-left: 600px;
}
#grande_icone {
	width: 200px;
}
#deco {
	margin-left: 10px;
	margin-right: 10px;
	width: 170px;
}
#mail {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
	margin-bottom: 20px;
	width: 600px;
}
#logo_jmj {
	display: block;
}

/* MENU */
#menu li {
	display: inline;
	color: #FFFFFF;
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	list-style: none;
}
#menu li a {
	padding: 20px;
	text-decoration: none;
	color: #FFFFFF;
	transition: all 0.3s;
}
#menu li a:hover, #menu li a:focus, #menu li a:active {
	color: #D1D1D1;
}
li.active > a {
	color: #FCBE49!important;
}

/* BANDEAUX */

#bandeau_index {
	margin: 0px auto;
	padding: 30px;
	opacity: 1;
	animation-name: opacity_anim;
    animation-duration: 3s;
	animation-timing-function: ease-in-out;
	-webkit-animation-name: opacity_anim; /* Safari */
    -webkit-animation-duration: 3s;
	-webkit-animation-timing-function: ease-in-out;
}
#bandeau_menu {
	position: absolute;
	width: 100%;
	padding: 41px 0px 41px 0px;
	background-color: rgba(0, 0, 0, 0.2);
	transition: 0.2s;
	z-index: 100;
}

/* BOITE */

#boite_page {
	margin-bottom: 30px;
	padding: 30px;
	background-color: rgba(0, 0, 0, 0.5);
	width: auto;
}
#boite_page_colle {
	margin-top: -3px;
	padding: 30px;
	background-color: rgba(0, 0, 0, 0.5);
	width: auto;
}
#boite_titre {
	position: absolute;
	margin-left: 110px;
	margin-top: 90px;
}
.boite_flexbox_accueil {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 30px 0px;
	padding: 20px;
}
.boite_flexbox_accueil_item {
	background-color: rgba(0, 0, 0, 0.5);
	padding: 30px;
	width: 415px;
	height: 120px;
}
.boite_annonce_jmj {
	margin-top: 40px;
	margin-bottom: 60px;
	padding: 20px;
}
#boite_prog_bonus {
	padding-top: 25px;
	padding-left: 60px;
	padding-right: 60px;
}
.boite_contact {
	display: flex;
}
.boite_contact_gauche {
	padding: 50px 30px 0px 0px;
	border: none;
	border-top: 5px solid #FFFFFF;
	border-right: 50px solid #FFFFFF;
	border-radius: 5px;
	transition: 0.5s;
}
.boite_contact_droite {
	width: 100%;
	padding-left: 30px;
}
.boite_contact_droite iframe {
	width: 100%;
	height: 350px;
	margin-top: 30px;
}
.boite_contact .g-recaptcha {
	float: right;
	margin: 20px auto 25px auto;
}
#cadre {
	margin-right: 30px;
	margin-bottom: 30px;
	padding: 10px;
	padding-top: 0px;
	height: 60px;
	width: 50px;
	background-color: rgba(0, 0, 0, 0.25);
	border: 5px solid #FFFFFF;
	float: left;
	text-align: center;
}
#cadre:hover, #cadre:active {
	background-color: rgba(0, 0, 0, 0.75);
	transition: all 0.5s;
}

/* PRESENTATION EQUIPE */

.equipe {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: flex-start;
}
.equipe_item {
	padding: 20px;
	width: 180px;
	text-align: center;
}
.equipe_item img {
	width: 100px;
	height: 100px;
	border-radius: 50px;
}
.equipe_item p {
	margin-top: 10px;
}

/* TITRES */

#theme {
	font-family: "Raleway";
	font-weight: bold;
}
.titre_index {
	margin: 30px 0px;
	font-family: "Benguiat";
	font-weight: bold;
	font-size: 50px;
	/* color: #FCBE49; */
	/* color: #756A59; */
	color: #FFFFFF;
}
.titre_index_gros {
	margin: 30px 0px;
	font-family: "Benguiat";
	font-weight: bold;
	font-size: 75px;
	/* color: #FCBE49; */
	/* color: #756A59; */
	color: #FFFFFF;
}
.sous_titre_index {
	position: absolute;
	margin: 20px auto;
	left: 0;
	right: 0;
	font-size: 20px;
	color: #FFFFFF;
}
.div_titre_accueil {
	position: absolute;
	margin-top: 50px;
	width: 980px;
	z-index: 10;
}
.titre_accueil {
	position: absolute;
	width: 980px;
	font-size: 40px;
	padding-top: 55px;
	padding-left: 285px;
	/* text-align: center; */
	/* color: #FCBE49; */
	color: #1B1B1B;
	z-index: 10;
}
.titre_accueil_gros {
	position: absolute;
	width: 980px;
	font-size: 40px;
	/* font-size: 50px; */
	padding-top: 140px;
	padding-left: 100px;
	/* text-align: center; */
	/* color: #756A59; */
	color: #1B1B1B;
	z-index: 10;
}
#principal {
	font-family: "Helvetica";
	font-weight: bold;
}
.titre {
	font-size: 60px;
}
.sous_titre {
	font-size: 25px;
}
.titre_para {
	font-size: 30px;
	margin-bottom: 20px;
}
.sous_titre_para {
	font-size: 28px;
	margin-bottom: 20px;
}
#emphase {
	font-family: "Raleway";
	font-weight: normal;
	font-size: 30px;
	padding-top: 0px;
	line-height: 25px;
}


/* TEXTE */

p {
	font-size: 16px;
	line-height: 20px;
}
.petit {
	font-size: 10px;
}
.moyen {
	font-size: 17px;
	letter-spacing: 2px;
}
.assez_grand {
	font-size: 19px;
}
.grand {
	font-size: 25px;
	text-align: center;
}
.enorme {
	text-align: center;
	font-size: 35px;
	letter-spacing: 16px;
	line-height: 45px;
}
.alert {
	color: red;
}

/* TABLEAU */

#checklist {
	width: 100%;
}
#checklist td {
	padding: 8px;
	border: none;
	vertical-align: middle;
	transition: all 0.3s;
}
#descr_icone td {
	padding-top: 4px;
	padding-bottom: 4px;
	width: 320px;
	text-align: center;
	vertical-align: middle;
}
#programme td {
	padding-bottom: 10px;
	padding-left: 60px;
	padding-right: 60px;
	border: none;
	vertical-align: middle;
}
#stats td {
	padding-right: 60px;
	border: none;
}
#bouton_inline {
	margin-left: auto;
	margin-right: auto;
}
#bouton_inline td {
	padding: 30px;
}

/* LIENS */

a {
	color: #FFFFFF;
	text-decoration: none;
	transition: all 0.3s, visibility 1ms;
}
a:hover, a:focus, a:active {
	color: #FCBE49;
}


/* BOUTONS */

#bouton_texte {
	font-family: "American Typewriter";
	font-weight: normal;
	font-size: 22px;
	vertical-align: middle;
	text-align: center;
	color: #FFFFFF;
	background-color: transparent;
	border: .2em solid #FFFFFF;
	border-radius: 5px;
	display: block;
	cursor: pointer;
	transition: all 0.3s, visibility 1ms;
}
#bouton_texte:hover, #bouton_texte:active {
	border: .2em solid #FCBE49;
	color: #FCBE49;
}
#bouton_texte_fonce {
	font-family: "American Typewriter";
	font-weight: normal;
	font-size: 22px;
	vertical-align: middle;
	text-align: center;
	color: rgba(0,0,0,0.7);
	background-color: rgba(255, 255, 255, 0.5);
	border: .2em solid rgba(0,0,0,0.7);
	border-radius: 5px;
	cursor: pointer;
	transition: all 0.3s, visibility 1ms;
}
#bouton_texte_fonce:hover, #bouton_texte_fonce:active {
	border-color: transparent;
	background-color: rgba(0,0,0,0.7);
	color: #FCBE49;
}
.bp_entrer_site {
	margin: 40px;
	display: inline-block;
	padding: 20px;
	width: 300px;
	transform: rotateX(0deg);
	animation-name: button_anim;
    animation-duration: 3s;
	animation-timing-function: ease-in-out;
	-webkit-animation-name: button_anim; /* Safari */
    -webkit-animation-duration: 3s;
	-webkit-animation-timing-function: ease-in-out;
}
.bp_inscrit_toi {
	position: absolute;
	width: 400px;
	height: 32px;
	padding-top: 8px;
	margin-left: 286px;
	margin-top: 570px;
	z-index: 10;
}
.bp_inscription {
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	width: 200px;
}
.bp_correction {
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	width: 300px;
}
.bp_autre {
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	width: 250px;
}
.bp_jmj {
	display: block;
	margin-top: 20px;
	padding: 5px;
	width: 250px;
}

#bouton_play {
	position: absolute;
	z-index: 20;
	margin-top: 60px;
	margin-left: 780px;
	width: 70px;
	cursor: pointer;
}
#bouton_more {
	position: absolute;
	z-index: 20;
	margin-top: 60px;
	margin-left: 870px;
	width: 70px;
	cursor: pointer;
}
#bouton_return {
	position: absolute;
	z-index: 20;
	margin-top: 230px;
	margin-left: 430px;
	visibility: hidden;
	cursor: pointer;
}
#bouton_social {
	width: 35px;
	padding-right: 15px;
	cursor: pointer;
}


/* LIGNES */

#ligne {
	background: #FFFFFF;
}
.paragraphe {
	margin-top: 60px;
	margin-bottom: 20px;
	height: 15px;
	width: 100px;
}
.contact {
	margin-top: 100px;
	margin-bottom: 20px;
	height: 15px;
	width: 100px;
}
.top {
	margin-left: 5px;
	margin-bottom: 5px;
	width: 745px; /*196*/
	height: 30px;
}
.bottom {
	width: 320px; /*175*/
	height: 30px;
	position: absolute;
	z-index: 10;
	margin-left: 430px; /*574*/
	margin-top: 6px;
}

/* ANIMATIONS */

@keyframes button_anim {
	0% {color: transparent; background-color: transparent; border-color: transparent; transform: rotateX(90deg);}
	50% {color: transparent; background-color: transparent; border-color: transparent; transform: rotateX(90deg);}
	100% {color: rgba(0,0,0,0.7); background-color: rgba(255, 237, 214, 0.5); border-color: rgba(0,0,0,0.7); transform: rotateX(0deg);}
}
@-webkit-keyframes button_anim /* Safari */ {
	0% {color: transparent; background-color: transparent; border-color: transparent; transform: rotateX(90deg);}
	50% {color: transparent; background-color: transparent; border-color: transparent; transform: rotateX(90deg);}
	100% {color: rgba(0,0,0,0.7); background-color: rgba(255, 237, 214, 0.5); border-color: rgba(0,0,0,0.7); transform: rotateX(0deg);}
}
@keyframes white_to_orange_anim {
	from {color: #FFFFFF;}
	to {color: #FCBE49;}
}
@-webkit-keyframes white_to_orange_anim /* Safari */ {
	from {color: #FFFFFF;}
	to {color: #FCBE49;}
}
@keyframes opacity_anim {
	0% {opacity: 0;}
	50% {opacity: 0;}
	100% {opacity: 1;}
}
@-webkit-keyframes opacity_anim {
	0% {opacity: 0;}
	50% {opacity: 0;}
	100% {opacity: 1;}
}

/* CARTES */

#itineraire {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* AUTRE */

#video_youtube {
	display: block;
	margin-left: auto;
	margin-right: auto;
}