/* ----------------------------- */
/* main design */
/* ----------------------------- */

body {
	min-height: 100%;
	margin: 0;
	padding: 0;
	background-color: #F9F8F6;
	color: #707070;
}

div {
    display: block;
}

header {
	margin; 0px;
	padding: 0px;
}

#header-image-main, #header-image-main-inside {
	position: relative;
    overflow: hidden;
	margin: 0;
    padding: 0;
    border: 0;
}

#header-image-main-inside {
	height:550px;
}


#header-overlay {
	background-color: #e57c20;
    background: -webkit-linear-gradient( 0deg, #e57c20 25%, #9e4a12 75%);
    background: linear-gradient( 90deg, #e57c20 25%, #9e4a12 75%);
    opacity: 0;
	position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
	height:550px;
}

.header-image {
	background-image: url(../ressource/gucweb.jpg); 
	background-size: cover;
	opacity: 1; 
	background-position: center 100%;
    display: block;
	width:100%;
	max-width: fill-available;
	height:550px;
    margin: 0 auto;
    background-attachment: fixed;
	background-repeat: no-repeat;
}

#container {
	margin: 0 auto;
    max-width: calc( 1240px - 4em );
	position: relative;
    float: none;
    display: block;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
}

.main {
	margin-top: -385px;
    width: calc( 100% - 320px );
    float: left;
	position: relative;
    z-index: 9;
    padding: 4em;
	box-sizing: border-box;
	border-top-right-radius:10px;
	border-top-left-radius:10px;
	background-color: #FFFFFF;
	min-width:600px;
}

#secondary {
	float:right;
	width: 320px;
	padding-right: 0;
    padding-left: 3%;
	position: relative;
    display: block;
    padding-top: 3em;
	background-color:#eeeeee;
	
}

#partner-box {
	margin-top:20px;
	margin-bottom:20px;
	text-align: center;
}

.image-partner {
	padding: 15px;
    max-width: 150px;
    max-height: 100px;
}

p {
	font-size: 1.3em; 
	line-height: 1.5;
	padding: 5px;
	margin-right: 20px;
	margin-left: 20px;
}

h1 {
	color:black;
	font-size:2.5em;
	font-weight: bold;
}

h2 {
	color:black;
	font-size:2em;
	font-weight: bold;
}

h3 {
	color:black;
	text-decoration: underline;
}

hr {
	margin-top:3em;
}
/* ----------------------------- */
/* elements */
/* ----------------------------- */
.selected-race {
	text-align:center;	
	margin-left:auto;
	margin-right: auto;
	color: #fff !important;
	text-transform: uppercase;
	text-decoration: none;
	background: #6317AD;
	padding: 20px;
	border-radius: 5px;
	display: inline-block;
	border: none;
	transition: all 0.4s ease 0s;
	width : 70%;
}


.button_cont {
	width:auto;
	margin: 20px;
}

.button_race {
color: #fff !important;
text-transform: uppercase;
text-decoration: none;
background: #6317AD;
padding: 20px;
border-radius: 5px;
display: inline-block;
border: none;
transition: all 0.4s ease 0s;
width : 80%;
}


.button_race:hover {
background: #434343;
letter-spacing: 1px;
-webkit-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
-moz-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
box-shadow: 5px 40px -10px rgba(0,0,0,0.57);
transition: all 0.4s ease 0s;
}

.button_date {
	border-right: 1px solid white;
	width:30%;
	float:left;
	padding-left : 2%;
	padding-right : 2%;
}

.button_title {
	width:60%;
	float:right;
	padding-left : 2%;
	padding-right : 2%;
}
.button_main {
	width:100%;
	text-align: center;	
	padding-left : 2%;
	padding-right : 2%;
}

.wrapper_button  {
	height: auto;
}


.wrapper_button .text_hover_button {
	position:relative;
	top:-40px;
	left:60%;
	color:#FFF;
	opacity:0;
	width:min-content;
	background: #D94D27;
	padding: 10px;
	border-radius: 5px;
	margin:0;
}

.text_hover_button:after {
    opacity: 0;
    -webkit-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}
.wrapper_button:hover .text_hover_button {
	opacity:1;
}


.captcha {
	overflow: hidden;
    clear: both;
    width: 100%;
	text-align: center;
    display: block;
    padding: 5px;
    height: auto;
	padding-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 304px;
}

input[type="submit"]{
 padding:5px;
 margin:10px;
 margin-left: 30px;
 cursor:pointer;
}

/* ----------------------------- */
/* bouton download */
/* ----------------------------- */
.example_a {
	color: #fff !important;
	text-transform: uppercase;
	text-decoration: none;
	background: #FFA833;
	padding: 20px;
	border-radius: 5px;
	display: inline-block;
	border: none;
	transition: all 0.4s ease 0s;
}

.example_a:hover {
	background: #434343;
	letter-spacing: 1px;
	-webkit-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
	-moz-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
	box-shadow: 5px 40px -10px rgba(0,0,0,0.57);
	transition: all 0.4s ease 0s;
}

li {
	margin-left:50px;
}

ul {
    margin: 0;
}

.title_ul {
	margin-bottom: 0;
}
