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

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}

body {
	-webkit-font-smoothing: antialiased;
	height: 100%;
}

html {
	height: 100%;
}

a { text-decoration: none; }

a:visited { text-decoration: none; }

a:hover { text-decoration:none; }

a:active { text-decoration: none; }

a[href^=tel] {
    color: inherit;
    text-decoration: none;
}

h1, h2, h3, h4, h5 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
}

p {
	color:#000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	padding-bottom:20px;
}

input {
	-webkit-appearance: none !important;
    -webkit-border-radius:0 !important; 
    border-radius:0 !important;
}

.clear {
	clear:both;
}

.left {
	float:left;
}

.right {
	float:right;
}

.erreur {
	border:1px solid #F00 !important;
}

/****/

.container {
	position:relative;
	width:100%;
	max-width:1920px;
	min-height:100%;
	margin:0 auto;
}

.content {
	margin:0px auto;
	position:relative;
	max-width:972px;
	padding:0px 10px;
}

.header {
	background:url(../images/bg_header.jpg) bottom;
	padding-bottom:25px;
	font-size:0;
}

.orange-top-bar {
	background:#ef650d;
	height:6px;
	margin-bottom:20px;
}

.nav {
	float:right;
	list-style:none;
	margin-top:20px;
}

.nav li {
	display:inline-block;
	margin-left:10px;
	margin-right:10px;
}

.nav li:last-child {
	margin-right:0px;
}

.nav a {
	color:#003a33;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
}

.nav a:hover, .nav a.selected {
	color:#ef650d;
}

.nav li.showmobile {
	display:none;
}

.nav li ul {
	display:none;
	list-style:none;
	padding-top:10px;
}

.nav li:hover ul {
	display:block;
	position:absolute;
	z-index:999;
}

.nav li:hover ul li {
	display:block;
	margin:0px;
}

.nav li:hover ul li a {
	display:block;
	background:#003932;
	color:#FFF;
	font-size:11px;
	padding:8px 33px;
}

.nav li:hover ul li:first-child {
	border-bottom:1px solid #FFF;
}

.nav li:hover ul li a:hover, .nav li ul li a.selected {
	background:#ef650d;
}

/*Style 'show menu' label button and hide it by default*/
.show-menu {
	color: #FFF;
	font-size:18px;
	font-weight:bold;
	text-align: center;
	text-transform:uppercase;
	display: none;
}

.map {
	background:url(../images/bg_map.jpg) center;
	height:236px;
	padding-top:80px;
	text-align:center;
}

.map p {
	display:inline-block;
	background:url(../images/bg_txt_map.png);
	color:#003f37;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:30px;
	font-weight:normal;
	padding:20px 40px;
	margin-bottom:4px;
}

.footer {
	padding-bottom:20px;
	padding-top:20px;
	text-align:center;
}

.footer .rs {
	display:block;
	list-style:none;
}

.footer li {
	display:inline-block;
	margin-left:2.5px;
	margin-right:2.5px;
}

.footer p {
	float:right;
	color:#616161;
	font-size:12px;
	text-align:right;
	position:absolute;
	right:10px;
	top:5px;
}

.footer a {
	color:#ef650d;
}

/*******/

.slideshow {
	height:640px;
	position:relative;
}

.slideshow .content {
	padding-top:115px;
}

.slideshow .slides {
	background-position:center;
	height:100%;
	display:none;
}

.slideshow .slides img {
	display:none;
}

.slideshow .slides:first-child {
	display:block;
}

.slideshow .slides1 {
	background-image:url(../images/slide_accueil-1.jpg);
}

.slideshow .slides2 {
	background-image:url(../images/slide_accueil-2.jpg);
}

.slideshow .slides3 {
	background-image:url(../images/slide_accueil-3.jpg);
}

.slideshow p {
	color:#FFF;
	font-size:18px;
	width:480px;
}

.slideshow p.titre {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:40px;
	line-height:0.9em;
	padding-bottom:15px;
}

.slideshow p.link {
	margin-top:20px;
}

.slideshow p a {
	background:#ef650d;
	color:#FFF;
	font-size:13px;
	padding:7px 15px;
	text-transform:uppercase;
}

.slideshow ol.btn_slideshow {
	list-style:none;
	position:absolute;
	left:0;
	bottom:40px;
}

.slideshow li {
	cursor:pointer;
	display:inline-block;
	height:9px;
	width:55px;
	background:#FFF;
	margin-right:5px;
}

.slideshow li:hover, .slideshow li.selected {
	background:#ef650d;
}

.slideshow .content.btn_accueil {
	padding:0px;
}

/*******/

.content.accueil {
	padding-bottom:55px;
	padding-top:55px;
}

.accueil .left {
	width:50%;
}

.accueil .right {
	width:260px;
}

.accueil h1 {
	color:#003f37;
	font-size:30px;
	padding-bottom:20px;
}

.accueil h2 {
	color:#003f37;
	font-size:30px;
	padding-bottom:25px;
}

.accueil h3 {
	background:#003f37;
	color:#FFF;
	font-size:18px;
	line-height:2.3em;
	padding:0px !important;
	padding-left:20px !important;
	height:38px;
	position:relative;
}

.accueil .left img {
	padding-bottom:40px;
	width:100%;
}

.accueil p.intro {
	color:#003f37;
	font-size:32px;
	padding-bottom:25px;
}

.accueil a {
	color:#ef650d;
}

.accueil a[href^=tel] {
	color:#003f37;
	font-size:30px;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left:inherit !important;
	right:0px !important;
	top:0px !important;
	height:38px;
	width:39px;
	margin:0 !important;
}

.ui-icon-circle-arrow-e {
	background:url(../images/ico_plus.png);
}

.ui-icon-circle-arrow-s {
	background:url(../images/ico_moins.png);
}

.ui-accordion .ui-accordion-content {
	padding:0 !important;
	padding-left:20px !important;
	padding-right:10px !important;
	padding-top:10px !important;
}

.rowphotos {
	font-size:0;
}

.rowphotos img {
	display:inline-block;
	width:25%;
}

.bandeau_top {
	background:url(../images/bg_bandeau_top.jpg) center;
	height:183px;
}

.bandeau_top .content {
	padding-top:65px;
}

.bandeau_top img {
	display:none;
}

.bandeau_top span {
	background:#ef650d;
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	padding:6px 15px;
}

.profil {
	padding-bottom:50px;
	padding-top:50px;
}

.profil .left {
	width:18.5%;
	text-align:center;
}

.profil .left img {
	width:100%;
	max-width:183px;
}

.profil .left p {
	color:#003f37;
	font-size:18px;
	padding-top:20px;
}

.profil .right {
	width:67%;
	padding-right:6%;
}

.profil h1 {
	color:#003f37;
	font-size:32px;
	padding-bottom:20px;
}

.profil p {
	color:#003932;
}

.profil p.bigorange {
	color:#ef650d;
	font-size:18px;
}

.etudes {
	color:#FFF;
	background:url(../images/bg_profil_etudes.jpg) center;
	text-align:center;
	height:357px;
}

.etudes img {
	display:none;
	width:100%;
}

.etudes .content {
	width:385px;
	text-align:left;
	padding-top:53px;
}

.etudes h2 {
	font-size:24px;
	padding-bottom:20px;
}

.etudes ul {
	margin-bottom:20px;
	margin-left:20px;
}

.etudes li {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
}

.etudes p {
	color:#FFF;
	font-weight:bold;
}

.services {
	font-size:0;
	padding-bottom:40px;
	padding-top:40px;
}

.services h1 {
	color:#003f37;
	font-size:30px;
}

.services .items {
	padding-top:30px;
}

.services .items div {
	display:inline-block;
	/* margin-left:51px;
	margin-left:4.98%; */
	vertical-align:top;
	/* width:290px; */
	width:29.8%;
	max-width:290px;
	padding-bottom:50px;
}

.services .items div.milieu {
	margin-left:5.24%;
	margin-right:5.24%;
}

.services .items div.itemsrond {
	width:70.08%;
	max-width:inherit;
	text-align:right;
}

.services .items div.ronds {
	width:188px;
	padding:0;
	margin-left:1.85%;
	text-align:center;
}

.services .items div.ronds img {
	width:auto;
	margin-bottom:10px;
}

.services .items div.ronds p {
	color:#FFF;
	padding:0 5px;
}

.services .items div.rondbleu {
	background:url(../images/services/rond-bleu.png);
	height:134px;
	padding-top:54px;
}
.services .items div.rondorange {
	background:url(../images/services/rond-orange.png);
	height:155px;
	padding-top:33px;
}
.services .items div.rondvert {
	background:url(../images/services/rond-vert.png);
	height:144px;
	padding-top:44px;
}

.services img {
	width:100%;
	margin-bottom:2px;
}

.services h2 {
	background:#003f37;
	color:#FFF;
	font-size:18px;
	line-height:2em;
	padding-left:20px;
	height:38px;
}

.services p {
	padding:10px 14px;
}

.bandeau_bas_services {
	background:#003f37;
}

.bandeau_bas_services p {
	color:#FFF;
	padding:20px 0px;
	text-align:center;
}

.photos, .videos {
	font-size:0;
	padding-bottom:20px;
	padding-top:20px;
}

.photos img {
	display:inline-block;
	width:32%;
	max-width:310px;
	margin-bottom:1.32%;
	margin-left:0.66%;
	margin-right:0.66%;
}

.videoplayer {
	display:inline-block;
	position:relative;
	text-align:center;
	width:48%;
	padding-bottom: 28.12%;
	margin-bottom:20px;
	margin-left:1%;
	margin-right:1%;
}

.videoplayer iframe {
	display:inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.pagination {
	width:100%;
	text-align:right;
	padding-bottom:20px;
}

.pagination .precedent,
.pagination .suivant,
.pagination .numpage {
	width:37px;
	height: 34px;
	margin-right:0.67%;
	display:inline-block;
	cursor: pointer;
	background:#003932;
	color: #FFF;
	font-size: 14px;
	line-height:2.5em;
	text-align: center;
	text-decoration: none;
}

.pagination .numpage:hover,
.pagination .precedent:hover,
.pagination .suivant:hover,
.pagination .numpage.selected {
	background:#ef650d;
}

.nouvelles {
	padding-bottom:60px;
	padding-top:60px;
}

.nouvelles img {
	float:right;
	padding-left:50px;
	padding-bottom:40px;
	height:181px;
	width:273px;
}

.nouvelles h1 {
	color:#003f37;
	font-size:24px;
	padding-bottom:20px;
}

.nouvelles a {
	color:#ef650d;
}

.nouvelles hr {
	clear:both;
	border:0px;
	border-bottom:2px dotted #ef650d;
	margin-bottom:40px;
	margin-top:20px;
}

.nouvelles ul, .nouvelles ol {
	margin-bottom:20px;
	margin-left:20px;
}

.nouvelles li {
	color:#000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
}

.contact {
	background:url(../images/bg_contact.jpg) center;
	height:640px;
	margin-bottom:2px;
}

.contact img {
	display:none;
}

.contact .content {
	padding-top:100px;
}

.contact .left {
	width:49%;
}

.contact .right {
	width:41%;
	min-width:304px;
}

.contact h1 {
	color:#FFF;
	font-size:40px;
	padding-bottom:20px;
}

.contact p.nom {
	color:#ef650d;
	font-size:24px;
}

.contact p.info {
	color:#FFF;
	font-size:28px;
	line-height:1.2em;
}

.contact p.info a {
	color:#FFF;
	font-size:18px;
}

.contact p.info a[href^=tel] {
	font-size:inherit;
}

.membresiaq {
	padding-top:40px;
}

.membresiaq img {
	float:left;
	padding-right:24px;
	vertical-align:middle;
}

.membresiaq p {
	color:#FFF;
	line-height:1.4em;
	padding:0px;
}

.contact h2 {
	color:#FFF;
	font-size:30px;
	padding-bottom:20px;
}

.contact input[type="text"], .contact textarea {
	background:#f1f1f1;
	border:0px;
	margin-bottom:4px;
	padding:1%;
	width:98%;
}

.contact textarea {
	height:120px;
}

.contact input[type="submit"] {
	background:#ef650d;
	border:0px;
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	text-transform:uppercase;
	padding:7px 20px;
	margin-top:3px;
}

.contact .right p {
	color:#FFF;
}