@charset "UTF-8";
/* CSS Document */

/*-------------------------------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;
	text-decoration:none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
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;
}
/*-------------------------FONT--------------------------------*/
@font-face {
    font-family: 'all_over_againregular';
    src: url("../font/all_over/alloveragain-webfont.eot");
    src: url("../font/all_over/alloveragain-webfont.eot?#iefix") format('embedded-opentype'),
         url("../font/all_over/lloveragain-webfont.woff") format('woff'),
         url("../font/all_over/alloveragain-webfont.ttf") format('truetype'),
         url("../font/all_over/alloveragain-webfont.svg#all_over_againregular") format('svg');
    font-weight: normal;
    font-style: normal;
}

ul{
    font-size: 19px;
    line-height: 25px;
    list-style: circle inside none;
    text-align: left;
    padding: 10px;


/*-------------------------MISE EN PAGE--------------------------------*/
}
body{

	background: url("../img/fond_raquette.jpg");
	background: #AFD037;
}
a{
	color: #8E4A41;
}
p{
	line-height: 21px;
	font-family: helvetica;
}
h1{
	display: none;
}
h2{
    color: #C24B29;
    font-family: 'helvetica';
    font-size: 25px;
    margin: 17px 0;
    text-align: left;
}
.entete{
    color:#C24B29;
    font-family: 'helvetica';
    font-size: 25px;
    margin: 20px 0 20px 37px;
    text-align: center;
    line-height: 30px;
    width: 96%;

}
h3{
	background: url("../img/icone_balle.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    font-family: 'helvetica';
    font-size: 20px;
    margin: 5px 0;
    text-align: left;
    text-transform: capitalize;
    color: #C24B29;
    padding:5px 0 15px 45px;
}
h4{
	background: url("../img/icone_perso.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	color: #C24B29;
    font-family: 'helvetica';
    font-size: 20px;
    margin: 17px 0;
    text-transform: capitalize;
    padding-left: 30px;

}
#header{
	height: 50px;
	background: white;
}
#logo{
    border-radius: 0 0 50px;
    float: left;
    position: fixed;
    z-index: 1001;
}
.content{
    height: 650px;
    padding-top: 120px;
    width: 100%;
}
.content-mention{
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 40px;
    height: auto;
    margin: 84px 40px 40px;
    padding: 80px;
}
.content-mention a{
    font-size: 25px;
}
.content-mention h2{
    margin-bottom: 40px;
}
.content5{
    height: 1400px;
    padding-top: 120px;
    width: 100%;
}

.content6{
    height: 650px;
    padding-top: 120px;
    width: 100%;
}


#menu{
    background: none repeat scroll 0 0 #FFFFFF;
    position: fixed;
    width: 100%;
    z-index: 1000;
}
#menu ul{
	list-style: none;
    margin-left: 230px;
}
#menu li{
	float: left;
	margin: 15px;
	text-decoration: none;
}
#menu li a{
	text-transform: capitalize;
	color: #C24B29;
	text-decoration: none;
	font-size: 20px;
	font-family: 'helvetica';
	transition-property:text-shadow, font-size;
	transition-timing-function:ease-in-out;
	-moz-transition: all 1s ease;
	/* WebKit */
	-webkit-transition: all 1s ease;
	/* Opera */
	-o-transition: all 1s ease;
	/* Standard */
	transition: all 1s ease;
}
#menu li a:hover{
	text-shadow: 2px 2px 2px #DEDEDE;
	font-size: 22px;

}
#footer{
    background: none repeat scroll 0 0 #FFFFFF;
    bottom: 0;
    height: 34px;
    position: fixed;
    width: 100%;
    z-index: 1000;
}
#footer ul{
	list-style: none;
    padding:0px;
    line-height: 0px;
}
#footer li{
	float: left;
	margin: 15px;
	text-decoration: none;
}
#footer li a{
    background: url("../img/icone_mention.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #C24B29;
    font-family: 'helvetica';
    font-size: 15px;
    padding:4px 47px 8px 63px;
    text-decoration: none;
    text-transform: capitalize;
	transition-property:text-shadow, font-size;
	transition-timing-function:ease-in-out;
	-moz-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
#mention{
	padding-left: 20px;
	background: red;
}
#footer li a:hover{
	text-shadow: 2px 2px 2px #DEDEDE;
	font-size: 22px;
}
.cleareuse{
	clear: both;
}
.bloc-left{
    background: none repeat scroll 0 0 #FFFFFF;
    display: block;
    float: left;
    font-family: helvetica;
    margin-left: 30px;
    padding: 20px;
    text-align: justify;
    width: 43%;
    border-radius: 40px 40px 40px 40px;
    height: 525px;
}
.bloc-left img{
    width: 100%;
    border-radius: 40px 40px 0 0;
}

.bloc-left-wide{
    display: block;
    float: left;
    font-family: helvetica;
    margin-left: 30px;
    width: 43%;
}

.bloc-right{
    background: none repeat scroll 0 0 #FFFFFF;
    display: block;
    float: left;
    font-family: helvetica;
    margin-left: 30px;
    padding: 20px;
    text-align: justify;
    width: 43%;
    border-radius: 40px 40px 40px 40px;
    height: 525px;
}

.bloc-right h2{
    text-align: center;
}
.bloc-right-little{
    background: none repeat scroll 0 0 #FFFFFF;
    display: block;
    float: left;
    font-family: helvetica;
    margin-left: 30px;
    opacity: 0.95;
    padding: 20px;
    text-align: justify;
    width: 20%;
    border-radius: 40px 40px 0px 40px;
    height: 525px;
}
.burger{
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 40px 40px 0;
    display: block;
    float: left;
    font-family: helvetica;
    height: 126px;
    margin-bottom: 25px;
    margin-left: 30px;
    opacity: 0.95;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    text-align: justify;
    width: 43%;
    transition-property:height;
	transition-timing-function:ease-in-out;
	-moz-transition: all 1s ease;
	/* WebKit */
	-webkit-transition: all 1s ease;
	/* Opera */
	-o-transition: all 1s ease;
	/* Standard */
	transition: all 1s ease;
}
.burger:hover{
	height: 300px;
}
.terrain{
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 40px 40px 40px 0;
    color: #C24E29;
    display: block;
    font-family: helvetica;
    font-size: 18px;
    height: 7px;
    margin-top: 15px;
    opacity: 0.95;
    padding: 20px 20px 20px 67px;
    text-align: left;
    text-decoration: none;
    width: 90%;
    margin-left: 30px;
    transition-property:background;
	transition-timing-function:ease-in-out;
	-moz-transition: all 1s ease;
	/* WebKit */
	-webkit-transition: all 1s ease;
	/* Opera */
	-o-transition: all 1s ease;
	/* Standard */
	transition: all 1s ease;
}
.terrain:hover{
	background: green;
	color: white;
    width: 70%;
}
.terrain img{
    float: left;
    margin-right: 30px;
    margin-top: -13px;
}
.enseignants_fat{
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 40px;
    font-size: 14px;
    margin-left: 30px;
    padding: 15px;
    width: 90%;
    transition-property:background, color;
    transition-timing-function:ease-in-out;
    -moz-transition: all 1s ease;
    /* WebKit */
    -webkit-transition: all 1s ease;
    /* Opera */
    -o-transition: all 1s ease;
    /* Standard */
    transition: all 1s ease;
}
.enseignants_fat:hover{
    color: white;
    background:#10880A;
}
.enseignants_fat img{
    border-radius: 70px;
}
.enseignants{
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 40px;
    float: left;
    font-size: 14px;
    height: 300px;
    margin-left: 30px;
    margin-top: 30px;
    padding: 15px;
    width: 28%;
    transition-property:background, color;
    transition-timing-function:ease-in-out;
    -moz-transition: all 1s ease;
    /* WebKit */
    -webkit-transition: all 1s ease;
    /* Opera */
    -o-transition: all 1s ease;
    /* Standard */
    transition: all 1s ease;
}
.enseignants:hover{
    color: white;
    background:#10880A;
}
.enseignants img{
	border-radius: 70px;

}
.fondements{
    float: left;
    height: 129px;
    margin-right: 25px;
    text-align: left;
    width: 260px;
    margin-bottom: 5px;
}
.left{
    float: left;
}
.divider{
    border-bottom: 3px solid #BE4E26;
    height: 2px;
}
.letter{
    color: #BE4A21;
    font-family: helvetica;
    line-height: 70px;
}
.ghost{
    display: none;
}
.affiliation{
    margin-top: 25px;
}



/*-------------------------TABLETTE-SMARTPHONE VERSION--------------------------------*/

@media all and (max-width: 1100px){
    h2{
        font-size: 20px;
    }
    .bloc-left{
        width: 90%;
        height: auto;
        margin-bottom: 50px;
    }
    .bloc-right{
        width: 90%;
        height: auto;
    }
    .fondements{
        margin-right: 40px;
        margin-bottom: 30px;
    }
    .ghost{
        display: block;
        text-align: center;
        text-transform: uppercase;
        font-weight: bold;
    }
    .terrain{
        width: 85%;
    }
    .enseignants{
        width: 42%;
        height: 300px;
    }
    .content6{
    height: 1400px;
    padding-top: 120px;
    width: 100%;
}
}

/*-------------------------LITTLE SCREEN--------------------------------*/
@media all and (max-width: 1350px){
    .fondements{
        width: 215px;
    }
}