/*///////// RESET /////////*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/*///////// FONTS /////////*/
@font-face {
	font-family:'PMU-Titre';
	src: url('../fonts/PMU-Titre.eot');
	src: url('../fonts/PMU-Titre.otf') format('truetype'),
         url('../fonts/PMU-Titre.woff') format('woff'),
         url('../fonts/PMU-Titre.woff2') format('woff2'),
		 url('../fonts/PMU-Titre.eot?#iefix') format('embedded-opentype'),
         url("../fonts/PMU-Titre.svg") format("svg");
	font-weight: normal;
	font-style: normal;
	}
/*///////// GLOBAL /////////*/

* {
    box-sizing: border-box;
}

body {
    background-color: #00504B;
    font-family: verdana, sans-serif;
    font-size: 12px;
	line-height:16px;
}
.logo-pmu-fr, .logo-mypmu {
    margin: 28px 0 40px;
}
.container {
    position: relative;
    width: 960px;
    margin: 0 auto;
}
.inner {
	background-color:#fff;

}

strong {
    font-weight: bold;
}

sup {
    bottom: 4px;
    font-size: 0.9em;
    position: relative;
}



h1 {
    background-color: #00692C;
    color: #fff;
    font-family: 'PMU-Titre', sans-serif;
    font-size: 24px;
	padding:15px;
	}

h2 {
    color: #00A01E;
    font-family: 'PMU-Titre', sans-serif;
    font-size: 16px;
    padding: 16px 15px 6px;
    text-transform: uppercase;
}
h3 {
    color: #fff;
    font-family: 'PMU-Titre', sans-serif;
    font-size: 16px;
 }

a {
    color: #00A01E;
}

.chevron {
    bottom: 0.02em;
    font-size: 0.9em;
    position:relative;
}

p, ul {
    margin-bottom: 10px;
}

#header {
    padding-top: 28px;
}
.box {
	padding:10px 15px;
}

.bullets-list {
    list-style: inside;
}

#mentions-legales {
    margin: 14px 0 60px;
}


.button {
    height: 40px;
    line-height: 40px;
    padding-left: 22px;
    position: relative;
}
a.CTA {
background-color: #cc0001;
padding: 10px 20px;
margin: 10px auto;
color: #fff;
font-family:'PMU-Titre', sans-serif;
font-size: 1.33em;
text-decoration: none;
text-transform: uppercase;
display: table;

}

.hippique .button,
.hippique a.CTA {
    background-color: #00a01e;
}
.sport .button,
.sport a.CTA {
    background-color: #db4504;
}
.poker .button,
.poker a.CTA{
    background-color: #1d4f90;
}

.offre {
	font-family: 'PMU-Titre', sans-serif;
    font-size: 1.66em;
    margin: 16px 0;
}
    .hippique .offre {
        color: #00a01e;
    }
    .sport .offre {
        color: #db4504;
    }
    .poker .offre {
        color: #1d4f90;
    }

.mentions-box{
    position: relative;
}

.mentions-box .button {
    cursor: pointer;
}
.mentions-box .arrow {
    color: #fff;
    display: none;
    font-size: 2.2em;
    position: absolute;
    right: 22px;
    top: 0;
    text-align: center;
    -webkit-transition: -webkit-transform 0.8s;
    transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
}
.open {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.rotate-90 {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mentions {
    background-color: #fff;
    border: 4px solid #00a01e;
    border-top: none;
    padding: 16px 22px;
}
.sport .mentions {
    border-color: #db4504;
}
.poker .mentions {
    border-color: #1d4f90;
}

@media screen and (max-width: 960px) {

    h2 {
        margin-left: 0px;
    }
    
    .container {
        position: relative;
        width: 96%;
        margin: 0 auto;
    }

    .inner {
        padding: 0 4%;
    }
    
    .logo-pmu {
        height: auto;
        min-width: 120px;
        width: 18.54%;
    }
    
    .box {
        padding-left: 2.62%;
        padding-right: 2.62%;
    }
    
    .button {
        height: 52px;
        line-height: 52px;
        padding-left: 4%;
    }
    
    .mentions-box .arrow {
        font-size: 3em;
        right: 6%;
    }

}

