/* ===== pre ===== */

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

a:hover {
	color: #FF0000;
}

/* ===== header ===== */

body { 
	background: url(images/cerisiers.jpg) no-repeat;
	background-attachment:fixed;
	background-size: 100%;
	background-color: #000f00;
    margin: 0;
	min-width: 920px;
}

.header {
	color: #fff;
	background: #333;
	background-color: rgba(0, 0, 0, 0.7);
	padding: 1px;
	margin-bottom: 20px;
	border-top: 4px solid #000;
	border-bottom: 4px solid #000;
}
.corps {
    width: 80%;
    margin: auto;
}
#menu_1 {
    height: 85px;
    background-color: #333;
    border: 3px solid #000;
    border-radius: 10px 10px 0 0;
}
.menu_1 {
    padding-top: 35px;
    text-align: center;
}

.menu_1 a {
    text-decoration: none;
    color: #FFA500;
    margin: 0 3px;
    font-weight: 900;
    font-family: 'Roboto', helvetica, "Trebuchet MS", Verdana;
    font-size: 18px;
    border-radius: 5px;
    padding: 10px 5px 10px 5px; /* haut droite bas gauche --> */
    border: 2px solid transparent;
    transition-property: color, background, border; /* Seules la couleur du texte et les dimensions de nos paragraphes auront une transition. */
    transition-duration: 0.5s; /* La transition durera 0.5 secondes. */
}

.menu_1 a:hover {
    color: #333;
    background: #999;
    border-radius: 5px;
    border: 2px solid #000;
}

.cont_1 {
	min-height: calc(100% - 200px);
	background: url(images/back.jpg) repeat scroll top left;
	padding: 30px;
	margin-left: auto;
	margin-right: auto;
	font-size: 20px;
	overflow: hidden;
	border-right: 2px solid #000;
	border-left: 2px solid #000;
	color : #e7e7e7;
	text-align: justify;
}

.cont_1 h2{
	color: #FFA500;
}

.cont_1 img {
	border: 2px solid #000;
	border-radius: 10px;
}

.floatr {
	float: right;
}

.marginl30 {
	margin-left: 30px;
}

.floatl {
	float: left;
}

.marginr30 {
	margin-right: 30px;
}

blockquote {
	display: block;
	line-height: 30px;
	padding-left: 48px;
	background:url(images/quote.png) no-repeat;
	font-style: italic;
	margin-left: 32px;
	width: 500px;
}

/* /\/\ Galerie /\/\ */

.galerylist {
	background: url(images/back.jpg) repeat scroll center top;
	border: 3px solid #000000;
	border-radius: 10px;
	width: 30%;
	padding-top: 3px;
	float:left;
	text-align: center;
	overflow:hidden;
	margin: 1.2%;
	transform: matrix(1, 0, 0, 1, 0, 0);
	transition: 0.4s;
}

.galerylist:hover {
	transform: matrix(1.1, 0, 0, 1.1, 0, 0);
}

.img_cont {
	width: calc(100% - 18px);
	margin: 5px;
	max-height: 500px;
	border: 4px solid #000;
	border-radius: 10px;	
	overflow: hidden;
}

.galerylist img {
	width: 100%;
	height: auto;
	border: none;
	margin: 0;
	border-radius: 0;
	display: flex;
}

.galerylist p {
	margin-top: 0;
	margin-bottom: 5px;
	font-weight: bold;
}

/* ===== video ===== */
.iframe {
    position: relative;
	text-align: center;
	width: 70%;
	height: auto;
}
.iframe  img {
	border: none;
}
.iframe-ratio {
	display: block;
	width: 100%;
	height: auto;
}

.iframe video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 4px solid #000;
}

/* /\/\ Fin page /\/\ */
.yborder {
	border-bottom: 10px solid #FFA500;
	margin-top:0;
}

.clear {
	clear: both;
}

/* \/\/ Footer \/\/ */
.footer {
	color: #e7e7e7;
	height: auto;
	background: #333;
	border: 3px solid #000;
	margin-top: 25px;
	padding: 20px;
    text-align: center;
}

.footer a {
	font-weight: bold;
}

/* Pied Bouton */
#pied {
	overflow: hidden;
	position: fixed !important;
	width: 5%;
	bottom: 0;
	right: 0;
	margin: 45px;
}
#pied img {
	opacity: 0.6;
	transition: 0.6s;
}

#pied img:hover {
	opacity: 1;
}

.music {
	background: transparent !important;
	overflow: hidden;
	position: fixed !important;
	width: 300px;
	top: 0;
	right: 0;
	opacity: 0.7;
	margin: 20px;
	transition: 0.4s;
}

.music:hover {
	opacity: 1;
}