p strong {
	font-weight:600;
}
.HL_WIDTH_1x4 {
	width:27%!important;
}
.HL_WIDTH_3x4 {
	width:73%!important;
}

.HN_LAYOUT_1x4_1x4_1x4_1x4 .HL_WIDTH_1x4 {
	width:25%!important;
}
.grosBoutons {
	margin-top:20px;
}
.grosBoutons .HL_WIDGET_IMAGE a {
	position:relative;
	display:block;
}
.grosBoutons .HL_DIVISION:hover .HL_WIDGET_IMAGE a::before {
	content: "";
	background-image: url(../images/degrade.png);
	height: 200px;
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
}
.grosBoutons .HL_WIDGET_WYSIWYG {

	text-transform: uppercase; 
	margin-top:10px;
	font-weight: 600;
	font-size: 17px;
}
.grosBoutons .HL_WIDGET_WYSIWYG a {
	color:#00aeef;
}
.grosBoutons .HL_WIDTH_1x4 {
	padding:16px 8px;
	box-sizing: border-box;
}
.grosBoutons .HL_WIDGET_WYSIWYG strong {

	font-size:22px;
	font-weight:bold;
}

.grosBoutons .HL_WIDGET_WYSIWYG a strong {
		color:#031170;
}
.grosBoutons .HL_WIDGET_WYSIWYG p:hover {
}
.grosBoutons .HL_WIDGET_WYSIWYG p a {
	text-decoration: none;
}

@font-face {
    font-family: 'Brady Bunch Remastered';
    src: url('BradyBunchRemastered.woff2') format('woff2'),
        url('BradyBunchRemastered.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir Next Condensed';
    src: url('AvenirNextCondensed-Medium.woff2') format('woff2'),
        url('AvenirNextCondensed-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir Next Condensed';
    src: url('AvenirNextCondensed-Regular.woff2') format('woff2'),
        url('AvenirNextCondensed-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir Next Condensed';
    src: url('AvenirNextCondensed-Bold.woff2') format('woff2'),
        url('AvenirNextCondensed-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir Next Condensed Ultra';
    src: url('AvenirNextCondensed-UltraLight.woff2') format('woff2'),
        url('AvenirNextCondensed-UltraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir Next Condensed';
    src: url('AvenirNextCondensed-DemiBold.woff2') format('woff2'),
        url('AvenirNextCondensed-DemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

.menuPrincipal ul {
	list-style-type:none;
	padding:0;
	margin:0;
	position:relative;
	height:106px;
	width:100%;
	overflow:hidden;
	padding-top:20px;
}
.menuPrincipal ul li a {
	color:inherit;
	text-decoration: none;
	/*border:1px solid #F00;*/
	display: table-cell;
        vertical-align: middle;	
	height:56px;
}
.menuPrincipal ul li {
	/*border:1px solid #F00;*/
	text-align: center;
	display:block;
	font-size:20px;
	height:23px;
	/*line-height: 80px;*/
	display:table;
	color:#064ab1;
	
	/*border:1px solid #F00;*/
	width:130px;
	padding:25px 15px 15px 15px;
	/*display:inline-block;*/
	border-radius: 200px 200px 0 0;
	box-shadow: 0 -5px 15px rgba(0,0,0,0.3);
	height:40px;
	vertical-align: top;
	position:absolute;
	background-color:#FFF;
	font-family: 'Brady Bunch Remastered';
	font-weight:normal;
	transition:color, background-color 0.35s ease;
}
.menuPrincipal ul li:hover, .menuPrincipal ul li.selected {
	animation: bounce 0.5s ease;
	color:#FFF;
}
@keyframes bounce{
     from {margin-top: 0px;}
     25%  {margin-top: 20px;}
     50%  {margin-top: -10px;}
     75%   {margin-top: 0px;}
}
.menuPrincipal ul li:nth-child(1), .menuPrincipal ul li:nth-child(3),.menuPrincipal ul li:nth-child(5) {
	z-index:10;
}
.menuPrincipal ul li:nth-child(2), .menuPrincipal ul li:nth-child(4) {
	z-index:5;
}
.menuPrincipal ul li:nth-child(1) {
	top:40px;
	left:45px;
}
.menuPrincipal ul li:nth-child(2) {
	top: 20px;
	left: 186px;
}
.menuPrincipal ul li:nth-child(3) {
	top: 40px;
	left: 311px;
}
.menuPrincipal ul li:nth-child(4) {
	top: 20px;
	left: 446px;
}
.menuPrincipal ul li:nth-child(5) {
	top:40px;
	left:594px;
}



body.bodyBenefices .menuPrincipal ul  li:nth-child(1) {
	color:#FFF;
}
body.bodyRegles .menuPrincipal ul  li:nth-child(2) {
	color:#FFF;
}
body.bodyChampions .menuPrincipal ul  li:nth-child(3) {
	color:#FFF;
}

.menuPrincipal ul li:nth-child(1):hover, .menuPrincipal ul li:nth-child(1).selected, body.bodyBenefices .menuPrincipal ul li:nth-child(1) {
	background-color:#E03379;
}
.menuPrincipal ul li:nth-child(2):hover, .menuPrincipal ul li:nth-child(2).selected, body.bodyRegles .menuPrincipal ul li:nth-child(2) {
	background-color:#FBC900;
}
.menuPrincipal ul li:nth-child(3):hover, .menuPrincipal ul li:nth-child(3).selected, body.bodyChampions .menuPrincipal ul li:nth-child(3) {
	background-color:#0649B0;
}
.menuPrincipal ul li:nth-child(4):hover, .menuPrincipal ul li:nth-child(4).selected {
	background-color:#D4E631;
}
.menuPrincipal ul li:nth-child(5):hover, .menuPrincipal ul li:nth-child(5).selected {
	background-color:#9C057C;
}
.violet h1 {
	background-color:#E03379;
	margin-top:0;
}
.jaune h1 {
	margin-top:0;
	background-color: #FBC900;
}
.parents h1 {
	margin-top:0;
}
.pros h1 {
	margin-top:0;
}



.footer {
	line-height:1.25em;
	margin-top:50px;
	margin-bottom:30px;
}
.footer .HL_WIDGET_MENU ul {
	list-style-type: none;
	padding:0;
	margin:0;
	line-height: 12px;
	text-align: center;
}
.footer .HL_WIDGET_MENU li a {
	color:#666;
	font-size:12px;
	text-transform: uppercase;
	text-decoration:none;
}
.footer .HL_WIDGET_MENU li a:hover {
	text-decoration:underline;
}
.footer .HL_WIDGET_WYSIWYG p {
	margin-bottom:0;
}
.footer p strong {
	font-weight:bold;
}

.footer {
	font-size:41px;
	color:#126fb6;
}
.footer .fa {
	display:inline-block;
	font-size:18px;
	background-color:#009fe3;
	width:32px;
	height:32px;
	border-radius:16px;
	line-height: 32px;
	text-align: center;
	margin:0 5px;
}
.footer a{
	color:#FFF;
	text-decoration: none;
}



body {
	margin: 0;
	font-size: 12px;
	background-color: #FFFFFF;
	font-family: Arial;
	/*background-image: url(../images/background.jpg);*/
	background-repeat: no-repeat;
	background-position: top center;
	
	
	/*
	
	*/
	
}
body.newSite {
	font-family:'Avenir Next Condensed',"Arial", sans-serif;
	font-size: 19px;
	color: #333;
	line-height: 1.1em;
}
.header {
	font-family:'Avenir Next Condensed',"Arial", sans-serif;
	font-size: 19px;
	color: #333;
	line-height: 1.1em;
}
body.editMode {
	margin-top:30px;
}
body.HN_WITH_TINYMCE {
	 margin-top: 64px;
}
#content {
	

	width:1240px;
	margin:0 auto;

}
/*
.headerHome .HL_DIVISION_0 img, .header>div:first-child .HL_DIVISION_0 img {
    max-width: 180px;
    margin-top: 30px;
}
.header>div:first-child .HL_DIVISION_2 img {
    max-width: 128px;
}
.headerHome .HL_DIVISION_2, .header .HL_DIVISION_2 {
    text-align: right;
}*/
.HL_WIDTH_3x5 {
    width: 70%;
}
.HL_WIDTH_1x5 {
    width: 15%;
}
.header .HL_WIDGET_IMAGE {
	margin: 10px 20px;
}
.header>div>div:first-child .HL_WIDGET_IMAGE {
	margin: 35px 0px;
}
.oldSite #z1>div:nth-child(3),.oldSite #z1>div:nth-child(4), .oldSite #z2 {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	position: relative;

}

/*
.newSite h1 {
	color: #126fb6;
	text-transform: uppercase;
	font-size: 40px;
	line-height: 40px;
	padding: 7px 10px 0px 10px;
	margin-bottom: 0;
	margin-top:0;
}
.newSite h2 {
	font-size: 21px;
	text-transform: uppercase;
	color: #00aeef;
	margin-top: 0px;
	font-weight: 500;
	padding-left: 10px;
}
*/
body .newSiteH1 h1 {
	background-color: #126fb6;
	color: #b8d4e9;
	text-transform: uppercase;
	font-size: 40px;
	line-height: 40px;
	padding: 7px 10px 3px 10px;
	margin-bottom: 0;
	border-radius:0;
	font-family: 'Avenir Next Condensed',"Arial", sans-serif;
	font-weight:bold;
	/*position: absolute;
	width: 1240px;
	left: -240px;
	max-width: 100vw;*/
}
.newSiteH1 {
	min-height:50px;
}
.newSite h1 {
	background-color: #126fb6;
	color: #b8d4e9;
	text-transform: uppercase;
	font-size: 40px;
	line-height: 40px;
	padding: 7px 10px 3px 10px;
	margin-bottom: 0
}
.newSite h2 {
	font-size: 21px;
	text-transform: uppercase;
	color: #00aeef;
	margin-top: 5px;
	font-weight: 500;
	padding-left: 10px;
}
.HL_BLOCK.HN_LAYOUT_1x2_1x2 .HL_WIDTH_1x2, .HL_BLOCK.LAYOUT_50_50 .HL_WIDTH_1x2 {
    width: 50%;
    padding: 0 0.5% 0 0;
}
.HL_WIDGET_WYSIWYG > div > p:first-child {
    margin-top: 0;
}


.menu ul {
	list-style-type:none;
	padding:0;
	margin:0;
	
}
.menu>ul {
	padding-left:25px;
	margin-top:37px;

}
.menu>ul>li:hover ul {
	display:block;
}

.menu>ul ul {		      
	position:absolute;
	display:none;
	margin-top:5px;
}
.menu>ul>li>a {
	font-weight:600;
	font-size:20px;
}
.menu>ul>li {
	display:inline-block;
	
	vertical-align: top;
	text-transform: uppercase;
	font-weight: 500;
	width:20%;
	padding:0 23px;
	text-align: center;
}

.menu>ul>li:nth-child(1) {
	width:17%;
}
.menu>ul>li:nth-child(2) {
	width:16%;
}
.menu>ul>li:nth-child(3) {
	width:27%;
}
.menu>ul>li:nth-child(4) {
	width:16%;
}
.menu > ul > li > ul > li {
	padding:1px 0;
}
.menu > ul > li > a {
	/*letter-spacing: 1px;*/
}
.headerHome .menu > ul > li > a {
	color:#FFF;
}
.header .menu > ul li a {
	color:#126fb6;
}
.menu>ul li a {
	text-decoration:none;
	
}
.menu>ul ul li a {
	color:#126fb6;
	text-transform: none;
}

.oldSite h1 {
	font-family: 'Brady Bunch Remastered';
	font-weight:normal;
	color:#FFF;
	background-color:#064ab1;
	border-radius:20px;
	padding:0 20px;
}
.pageBenefices h1 {
	background-color:transparent;
	color:#15A4D9;
	position:relative;
	z-index:100;
	margin-top:0;
}
.pageBenefices h1::before {
	content: " ";
	background-color: #15a4d9;
	border-radius: 32px;
	width: 28px;
	height: 28px;
	display: block;
	position: absolute;
	top: 18px;
	left: -5px;
	z-index: -1;
}
.pageBenefices h1::after {
	content: " ";
	background-color: #A9E8FF;
	border-radius: 32px;
	width: 48px;
	height: 48px;
	display: block;
	position: absolute;
	top: -4px;
	left: 0px;
	z-index: -1;
}
.pageBenefices .couped .HL_DIVISION_1 {
	color: #15A4D9;
}
.pageBenefices .couped .HL_DIVISION_1 a {
    color: #E03479;
}
.pageBenefices .couped .HL_DIVISION_1 a {
    font-weight: bold;
    text-decoration: none;
}
.pageBenefices .couped .HL_DIVISION_1 a:hover {
	text-decoration: underline;
}
.beneficesAriane ul {
	font-family: 'Brady Bunch Remastered';
	font-weight:normal;
	color:#FFF;
	background-color:#E03379;
	border-radius:20px;
	padding:0 20px;
	list-style-type: none;
	margin:10px 20px;
	padding:5px 10px;
}
.beneficesAriane li {
	display:inline-block;
	font-size:16px;
	border-right:1px solid #FFF;
	padding:0 10px;
}
.beneficesAriane li:last-child {
	border-right:0;
}
.beneficesAriane li.selected a {
	color:#A9E8FF;
}
.beneficesAriane li a {
	color:#FFF;
	text-decoration:none;
}
.beneficesAriane li a:hover {
	text-decoration:underline;
}







.pageChampions h1 {
	background-color:transparent;
	color:#0649B0;
	position:relative;
	z-index:100;
	margin-top:0;
}
.pageChampions h1::before {
	content: " ";
	background-color: #E1EC83;
	border-radius: 32px;
	width: 28px;
	height: 28px;
	display: block;
	position: absolute;
	top: 18px;
	left: -5px;
	z-index: -1;
}
.pageChampions h1::after {
	content: " ";
	background-color: #D2E929;
	border-radius: 32px;
	width: 48px;
	height: 48px;
	display: block;
	position: absolute;
	top: -4px;
	left: 0px;
	z-index: -1;
}
.pageChampions .couped .HL_DIVISION_1 {
	color: #0649B1;
}
.pageChampions .couped .HL_WIDTH_3x4 {
	width:70%;
	padding-right:3%;
}
.pageChampions .couped .HL_DIVISION_1 a {
    color: #15A4D9;
}
.pageChampions .couped .HL_DIVISION_1 a {
    font-weight: bold;
    text-decoration: none;
}
.pageChampions .couped .HL_DIVISION_1 a:hover {
	text-decoration: underline;
}
.pageChampions .HL_WIDGET_YOUTUBE {
	border:12px solid #FFF!important;
	border-radius:10px;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
	margin-bottom:20px;
	margin-top:26px;
}

.pageRegles .couped .HL_WIDTH_3x4 {
	width:70%;
	padding-right:3%;
}
.pageRegles .HL_WIDGET_YOUTUBE {
	border:12px solid #FFF!important;
	border-radius:10px;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
	margin-bottom:20px;
	margin-top:26px;
}

.championsAriane {
	/*border: 1px solid #F00;*/
	overflow: hidden;
	position: relative;
	margin: 0 20px;
}
.championsAriane::before, .championsAriane::after {
	position:absolute;
	top:10px;
	width:32px;
	height:32px;
	display:block;
	background-color:#0649B0;
	color:#FFF;
	text-align: center;
	line-height:32px;
	font-size:22px;
	font-family: FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	cursor:pointer;
}
.championsAriane::before {
	content:"\f053";
	left:0;
	border-radius:20px 0 0 20px;
	padding-right:6px;
}
.championsAriane::after {
	content:"\f054";
	right:0;
	border-radius:0 20px 20px 0;
	padding-left:6px;
}
.championsAriane>div {
	margin: 0 38px;
	overflow: hidden;
}
.championsAriane ul {
	font-family: 'Brady Bunch Remastered';
	font-weight:normal;
	color:#FFF;
	background-color:#0649B0;
	/*border-radius:20px;*/
	padding:0 20px;
	list-style-type: none;
	margin:10px 0;
	padding:5px 0px;
	white-space:nowrap;
	height:22px;
}
.championsAriane li {
	display:inline-block;
	font-size:16px;
	border-right:1px solid #FFF;
	padding:0 10px;
}
.championsAriane li:last-child {
	border-right:0;
}
.championsAriane li.selected a {
	color:#A9E8FF;
}
.championsAriane li a {
	color:#FFF;
	text-decoration:none;
}
.championsAriane li a:hover {
	text-decoration:underline;
}
.bulleVerte2 {
	background-color:#D2E929;
	color:#0649B0;;
	padding:20px;
	border-radius:10px;
	
	/*font-size:20px;*/
}
.bulleVerte2>div>p:first-child {
	margin-top:0;
}













.pageRegles h1 {
	background-color:transparent;
	color:#9d057d;
	position:relative;
	z-index:100;
	margin-top:0;
}
.pageRegles h1::before {
	content: " ";
	background-color: #FDE585;
	border-radius: 32px;
	width: 28px;
	height: 28px;
	display: block;
	position: absolute;
	top: 18px;
	left: -5px;
	z-index: -1;
}
.pageRegles h1::after {
	content: " ";
	background-color: #fbc900;
	border-radius: 32px;
	width: 48px;
	height: 48px;
	display: block;
	position: absolute;
	top: -4px;
	left: 0px;
	z-index: -1;
}
.pageRegles .couped .HL_DIVISION_1 {
	color: #0649B1;
}
.pageRegles .couped .HL_DIVISION_1 a, .pageRegles .couped .HL_DIVISION_1 span.fa {
    color: #9d057d;
}
.pageRegles .couped .HL_DIVISION_1 a {
    font-weight: bold;
    text-decoration: none;
}
.pageRegles .couped .HL_DIVISION_1 a:hover {
	text-decoration: underline;
}
.reglesAriane ul {
	font-family: 'Brady Bunch Remastered';
	font-weight:normal;
	color:#FFF;
	background-color:#FBC900;
	border-radius:20px;
	padding:0 20px;
	list-style-type: none;
	margin:10px 20px;
	padding:5px 10px;
}
.reglesAriane li {
	display:inline-block;
	font-size:16px;
	border-right:1px solid #FFF;
	padding:0 10px;
}
.reglesAriane li:last-child {
	border-right:0;
}
.reglesAriane li.selected a {
	color:#9D057D;
}
.reglesAriane li a {
	color:#FFF;
	text-decoration:none;
}
.reglesAriane li a:hover {
	text-decoration:underline;
}

.activitesList {
	position:absolute;
}
.activitesList ul {
	margin:0;
	padding:0;
	list-style-type:none;
	font-family: 'Brady Bunch Remastered';
	font-weight:normal;
	color:#064ab1;
	font-size:16px;
	width:auto;
	margin-left:20px;
	position:relative;
	z-index:100;
}
.activitesList ul li {
	cursor: pointer;
	line-height:19px;
}
.activitesList ul li:hover, .activitesList ul li.selected {
	color:#D4E631;
	
}
.activitesImages .HL_DIVISION_0 {
	position:relative;
	width:654px;
	height:478px;
	z-index:10;
}


.activitesImages .HL_DIVISION_0>.HL_WIDGET_IMAGE {
	position:absolute;
	top:0;
	left:0;
	display:none;
}
.activitesImages .HL_DIVISION_0>.HL_WIDGET_IMAGE:nth-child(1) {
	/*border:1px solid #F00;*/
	display:block;
}
.activitesImages .HL_DIVISION_0>.HL_WIDGET_IMAGE:nth-child(2) {
	top: 71px;
	left: 189px;
}
.activitesImages .HL_DIVISION_0>.HL_WIDGET_IMAGE:nth-child(3) {
	top: 59px;
	left: 185px;
}
.activitesImages .HL_DIVISION_0>.HL_WIDGET_IMAGE:nth-child(4) {
	top: 51px;
	left: 171px;
}
.activitesImages .HL_DIVISION_0>.HL_WIDGET_IMAGE:nth-child(5) {
	top: 61px;
	left: 189px;
}
.activitesImages .HL_DIVISION_0>.HL_WIDGET_IMAGE:nth-child(6) {
	top: 51px;
	left: 190px;
}
.activitesImages .HL_DIVISION_0>.HL_WIDGET_IMAGE:nth-child(7) {
	top: 51px;
	left: 189px;
}
.activitesImages .HL_DIVISION_0>.HL_WIDGET_IMAGE:nth-child(8) {
	top: 31px;
	left: 188px;
}
.activitesImages .HL_DIVISION_0>.HL_WIDGET_IMAGE:nth-child(9) {
	top: 30px;
	left: 186px;
}
.activitesImages .HL_DIVISION_0>.HL_WIDGET_IMAGE:nth-child(10) {
	top: 71px;
	left: 189px;
}
.activitesImages .HL_DIVISION_0>.HL_WIDGET_IMAGE:nth-child(11) {
	top: 71px;
	left: 189px;
}
.activitesImages .HL_DIVISION_0>.HL_WIDGET_IMAGE:nth-child(12) {
	top: 70px;
	left: 189px;
}
.activitesImages .HL_DIVISION_0>.HL_WIDGET_IMAGE:nth-child(13) {
	top: 32px;
	left: 178px;
}
.activitesImages .HL_DIVISION_0>.HL_WIDGET_IMAGE:nth-child(14) {
	top: 71px;
	left: 189px;
}
.activitesImages .HL_DIVISION_0>.HL_WIDGET_IMAGE:nth-child(15) {
	top: 71px;
	left: 189px;
}
.activitesImages .HL_DIVISION_0>.HL_WIDGET_IMAGE:nth-child(16) {
	top: 27px;
	left: 190px;
}
.activitesImages .HL_DIVISION_0>.HL_WIDGET_IMAGE:nth-child(17) {
	top: 36px;
	left: 189px;
}
.activitesImages .HL_DIVISION_0>.HL_WIDGET_IMAGE:nth-child(18) {
	top: 60px;
	left: 167px;
}
.activitesImages .HL_DIVISION_0>.HL_WIDGET_IMAGE:nth-child(19) {
	top: 59px;
	left: 166px;
}















.onePart, .couped {
	padding:20px;
	background-color:#F2F7FB;
}

.oldSite #z2 {
	border-radius:40px;
	box-shadow:0 0 15px rgba(0,0,0,0.3);
	background-color:#F2F7FB;
}

.accroche {
	font-family: 'Brady Bunch Remastered';
	font-weight:normal;
	color:#064ab1;
	font-size:26px;
	transform:rotate(-1.5deg);
}
.bulleVerte {
	background-color:#d0e336;
	color:#064ab1;;
	padding:20px;
	border-radius:10px;
}

.couped .HL_DIVISION_1 {
	/*border:1px solid #F00;*/
	border-radius:25px 0 0 0;
	box-shadow:6px -6px 8px rgba(0,0,0,0.2) inset;
	padding:0 0 0 17px;
}
.couped .HL_DIVISION_1::after {
	/*border:1px solid #F00;*/
	content:" ";
	display:block;
	width:calc(100% + 38px);
	height:50px;
	margin-left:-17px;
	background-color:#fFF;
	position:relative;
	top:0px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e5e5e5+100&0+0,1+100 */
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(242, 247, 251,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(242, 247, 251,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(242, 247, 251,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#FFFFFFFF',GradientType=0 ); /* IE6-9 */
}
.bulleVerte p:first-child, .bulleBleue p:first-child, .bulleViolette p:first-child {
	margin:0;
	padding:0;
}
.bulleBleue {
	background-color:#15A4D9;
	color:#FFF;
	padding:10px;
	border-radius:10px;
}
.bulleViolette {
	background-color:#9d057d;
	color:#FFF;
	padding:10px;
	border-radius:10px;
}
.bulleViolette span.fa {
	color:#FBC900;
	padding-right:5px;
}
.home {
	position:relative;
	padding:0 80px;
}
.tom {
	position:absolute;
	top:0;
	left:-12%;
	width:28%;
}

.benefices>div>div.HL_WIDGET_IMAGE img {
	width:auto!important
	
}
.benefices>div {
	position:relative;
}
.benefices>div>div {
	position:absolute;
	top:0;
}
.benefices>div>div:nth-child(1) {
	width:100%;
	text-align: center;
	position:relative;
}

.benefices>div>div:nth-child(2) {
	top: 32px;
	left: 332px;
}
.benefices>div>div:nth-child(3) {
	top: 291px;
	left: 387px;
}
.benefices>div>div:nth-child(4) {
	top: 104px;
	left: 20px;
}
.benefices>div>div:nth-child(5) {
	top: 256px;
	left: 73px;
}
.benefices>div>div:nth-child(6) {
	top: -23px;
	left: 357px;
}
.benefices .HL_WIDGET_CODE>a {
	/*border:1px solid #F00;*/
	position:absolute;
	top:0;
	left:0;
	width:100px;
	height:100px;
	cursor:pointer;
}
.benefices .HL_WIDGET_CODE>a:nth-child(1) {
	top: 9px;
	left: 488px;
	width: 145px;
}
.benefices .HL_WIDGET_CODE>a:nth-child(2) {
	top: 156px;
	left: 54px;
	width: 145px;
}
.benefices .HL_WIDGET_CODE>a:nth-child(3) {
	top: 128px;
	left: 552px;
	width: 182px;
	height: 150px;
}
.benefices .HL_WIDGET_CODE>a:nth-child(4) {
	top: 326px;
	left: 476px;
	width: 145px;
}
.benefices .HL_WIDGET_CODE>a:nth-child(5) {
	top: 343px;
	left: 107px;
	width: 145px;
}
.regleor>div {
    position: relative;
}
.regleor .HL_WIDGET_CODE>a {
	position:absolute;
	top:0;
	left:0;
	width:100px;
	height:100px;
	cursor:pointer;
	/*border:1px solid #F00;*/
}
.regleor .HL_WIDGET_CODE>a:nth-child(1) {
	top: 9px;
	left: 40px;
	width: 251px;
	height: 206px;
}
.regleor .HL_WIDGET_CODE>a:nth-child(2) {
	top: 248px;
	left: 0;
	width: 247px;
	height: 229px;
}
.regleor .HL_WIDGET_CODE>a:nth-child(3) {
	top: 128px;
	left: 457px;
	width: 279px;
	height: 232px;
}
#Description_Footer {
    /*background-position: bottom;*/
    /*background-repeat: no-repeat;*/
    /*min-height: 48px;*/
    /*width: 497px;*/
    /*margin-left: 127px;*/
    /*color: #FFF;*/
    font-size: 12.5px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
}
.statique em {
    color: #b7024b;
}
.statique ul {
    list-style-type: disc;
    color: #b7024b;
    margin: 0 0 0px 30px;
    padding: 0;
}
#Description_Footer p {
    margin: 0;
}
.statique p.picto {
    background-image: url(../images/benefices-les-muscles-picto.png);
    background-repeat: no-repeat;
    background-position: top left;
    padding-top: 15px;
    padding-left: 25px;
    margin-top: 10px!important;
    position: relative;
    left: -25px;
    min-height: 19px;
}
.statique div.encart {
    /*background-image: url(/templates/muco/images/benefices-encart.png);
    background-repeat: no-repeat;
    background-position: top left;
    margin-top: 20px;
    width: 521px;
    height: 94px;
   
    padding-top: 17px;
    padding-left: 14px;
    position: relative;
    left: -25px;
    */
    
	background-color: #E9B3C9;
	 color: #0649B1;
	padding: 10px;
	border-radius: 10px;
}
.statique div.encart h4 {
    font-weight: bold;
    font-size: 12px;
    margin: 0;
}
.statique div.encart ul {
    color: #0649b1;
    padding: 0;
    margin: 0;
    margin-left: 20px;
}
.statique strong {
    color: #b7024b;
}

#spiral_moral {
    width: 525px;
    height: 601px;
    position: relative;
    background-image: url(../images/benefices-le-moral.png);
    background-repeat: no-repeat;
}
#moral1, #moral2, #moral3, #moral4, #moral5, #moral6, #moral7, #moral8 {
    position: absolute;
}
#moral1 {
    top: 78px;
    left: 278px;
    width: 217px;
    font-weight: bold;
}
#moral2 {
    top: 126px;
    left: 42px;
}
#moral3 {
    top: 265px;
    left: 347px;
    width: 166px;
}
#moral4 {
    top: 322px;
    left: 29px;
}
#moral5 {
    top: 380px;
    left: 310px;
}
#moral6 {
    top: 471px;
    left: 14px;
}
#moral7 {
    top: 460px;
    left: 289px;
}
#moral8 {
    top: 535px;
    left: 160px;
    font-weight: bold;
}


.parents {
	/*padding: 10px 121px 10px 121px;*/
	text-align: left;
	cursor: pointer;
	color: #064ab1;
}
.parents h1 {
	background-color: #D0E336;
}
.parents h2 {
	font-family: 'Brady Bunch Remastered';
	font-weight: normal;
	color: #FFF;
	background-color: #D0E336;
	border-radius: 20px;
	padding: 0 20px;
	font-size:20px;
	clear:both;
}
.parents h3 {
    font-size: 16px;
    border-bottom: 1px dotted #0649b1;
}
.parents .HL_WIDGET_WYSIWYG .fa {
	margin-right: 10px;
}





.pros {
	/*padding: 10px 121px 10px 121px;*/
	text-align: left;
	cursor: pointer;
	color: #064ab1;
}
.pros h1 {
	background-color: #9D057D;
}
.pros h2 {
	font-family: 'Brady Bunch Remastered';
	font-weight: normal;
	color: #FFF;
	background-color: #9D057D;
	border-radius: 20px;
	padding: 0 20px;
	font-size:20px;
	clear:both;
}
.pros h3 {
    font-size: 16px;
    border-bottom: 1px dotted #0649b1;
}
.pros .HL_WIDGET_WYSIWYG .fa {
	margin-right: 10px;
}
.pros a {
    color: #9D057D;
    text-decoration: none;
    font-weight: bold;
}

/***********************************/

body.editMode .HL_WIDGET {
    outline: 1px dashed rgba(0,0,0,0.2)!important;
}

._page_partOver {
	border:0px solid #F00!important;
	position:absolute!important;
	top:-32px!important;
	left:0!important;
	background-color:#444445!important;
	color:#FFF!important;
	text-align:center!important;
	display:table-cell!important;
	vertical-align:center!important;
	z-index:100!important;
	line-height:32px!important;
	font-size: 20px!important;
	/*box-shadow:0 0 10px rgba(255,255,255,0.7) inset;*/
}
._page_partOver i {
	background-color: #367fa9;
	border: 1px solid #367fa9;
	border-radius: 65px;
	cursor: pointer;
	font-size: 20px;
	height: 24px;
	line-height: 24px;
	margin: 3px 5px;
	text-align: center;
	vertical-align: top;
	width: 24px;
}
._page_partOver i:hover {
	border: 1px solid #ffffff;
	background-color: #ffffff;
	color:#367fa9
}


#menuResponsive {
	position: fixed;
	top: 0;
	left: -100%;
	background-color: #193066;
	height: 100%;
	width:100%;
	transition:left 0.2s linear;
	z-index:1000;
	display:none;
}
#menuResponsive.visible {
	left:0px;
}
#menuResponsive.visible i.fa::before {
	content: "\f00d";
}
#menuResponsive.visible i {
	right:0;
}
#menuResponsive i {
	position: absolute;
	right: -48px;
	/*border: 1px solid #F00;*/
	width: 48px;
	height: 48px;
	top: 0;
	background-color: #193066;
	color: #FFF;
	text-align: center;
	line-height: 48px;
	cursor:pointer;
	transition:right 0.2s linear;
	font-size:32px;
}
#menuResponsive a {
	color:#FFF;
	text-decoration: none;
}
#menuResponsive ul {
	list-style-type:none;
}
#menuResponsive>ul>li>a {
	font-weight:bold;
}
#menuResponsive>ul>li {
	padding-bottom:10px;
}


@media screen and (max-width: 1240px) {
	#content {
		width:100%;
	}
	.grosBoutons .HL_WIDGET_WYSIWYG > div {
		/*height: 17vw;*/
	}	
	.grosBoutons .HL_WIDGET_WYSIWYG p {
		font-size:24px;
	}
	#z2 .HL_WIDGET_WYSIWYG {
		padding-left:10px;
		padding-right:10px;
	}
	h1 {
		font-size:30px;
		line-height: 30px;
	}
	.menu > ul > li > a {
		font-size:18px;
	}
	#z2.menuOpened {
		margin-top:60px;
	}
}
@media screen and (max-width: 1042px) {
	.menu > ul > li {
		padding:0 14px
	}
	.menu > ul {
		margin-top: 32px;
	}
	#z2.menuOpened {
		margin-top:70px;
	}
}
@media screen and (max-width: 900px) {
	.menu > ul > li {
		padding: 0 8px;
	}
	.menu > ul > li > a {
		font-size: 16px;
	}
	.menu > ul {
		padding-left:5px;
		margin-top: 22px;
	}
	#z2.menuOpened {
		margin-top:90px;
	}
}
@media screen and (max-width: 748px) {

	#z2 .HL_WIDTH_1x2 {
		width:100%;
	}
	#z2 .HL_WIDGET_WYSIWYG {
		padding-left:10px;
		padding-right:10px;
	}
	.grosBoutons .HL_WIDTH_1x4 {
		width:50%;
	}
	.grosBoutons .HL_WIDGET_WYSIWYG p {
		font-size:24px;
	}
	.grosBoutons .HL_WIDGET_WYSIWYG > div {
		/*height: 34vw;*/
	}
	.footer {
		font-size: 30px;
		padding:0 20px;
		margin-top:20px;
	}
	h1 {
		font-size:30px;
		line-height: 30px;
	}
	.footer {
		font-size: 20px;
		padding:0 20px;
		margin-top:10px;
	}
	.footer>div:first-child .HL_DIVISION_0, .footer>div:first-child .HL_DIVISION_2 {
		display:none;
		width:0;
	}
	.footer>div:first-child .HL_DIVISION_1 {
		width:100%;
		margin-bottom:20px;
	}
	
	.header .HL_DIVISION_1, .header .HL_DIVISION_2 {
		/*display:none;*/
		width:0;
	}
	.header .HL_DIVISION_0 {
		width:100%;
	}
	.header .HL_DIVISION_0 img {
		max-width:180px;
		padding:10px 0;
	}
	.header .HL_DIVISION_0 .HL_WIDGET_IMAGE {
		text-align:center;
	}
	.headerHome .HL_DIVISION_0, .headerHome .HL_DIVISION_2 {
		display:none;
	}
	.headerHome .HL_DIVISION_1 {
		min-height:auto;
		position:absolute;
	}
	.menu {
		text-align: center;
		padding-top:20px;
	}
	.menu > ul {
		display: inline;
	}
	.menu > ul > li {
		text-align: left;
	}
	#z2.menuOpened {
		margin-top:90px;
	}
	.menu {
		display:none;
	}
	#menuResponsive {
		display: block;
	}
	.grosBoutons .HL_WIDTH_1x4 {
		width:50%!important;
	}
}
@media screen and (max-width: 620px) {
	.footer {
		font-size: 20px;
		padding:0 20px;
		margin-top:10px;
	}
	.footer>div:first-child .HL_DIVISION_0, .footer>div:first-child .HL_DIVISION_2 {
		display:none;
		width:0;
	}
	.footer>div:first-child .HL_DIVISION_1 {
		width:100%;
		margin-bottom:20px;
	}
	
	.header .HL_DIVISION_1, .header .HL_DIVISION_2 {
		/*display:none;*/
		width:0;
	}
	.header .HL_DIVISION_0 {
		width:100%;
	}
	.header .HL_DIVISION_0 img {
		max-width:180px;
		padding:10px 0;
	}
	.header .HL_DIVISION_0 .HL_WIDGET_IMAGE {
		text-align:center;
	}
	.headerHome .HL_DIVISION_0, .headerHome .HL_DIVISION_2 {
		display:none;
	}
	.headerHome .HL_DIVISION_1 {
		min-height:auto;
		position:absolute;
	}
	.menu {
		display:none;
	}
	#menuResponsive {
		display: block;
	}
	.grosBoutons .HL_WIDTH_1x4 {
		width:50%!important;
	}
	
	.newSite h1 {
		font-size: 28px;
		line-height: 28px;	
	}
	.newSite h2 {
		font-size:16px;
	}
}
@media screen and (max-width: 360px) {
	.grosBoutons .HL_WIDTH_1x4 {
		width:100%!important;
	}
	.grosBoutons .HL_WIDGET_WYSIWYG > div {
		/*height: 68vw;*/
	}
	.footer {
		font-size: 20px;
		padding:0 20px;
		margin-top:10px;
	}
	.footer>div:first-child .HL_DIVISION_0, .footer>div:first-child .HL_DIVISION_2 {
		display:none;
		width:0;
	}
	.footer>div:first-child .HL_DIVISION_1 {
		width:100%;
		margin-bottom:20px;
	}
	
	.header .HL_DIVISION_1, .header .HL_DIVISION_2 {
		/*display:none;*/
		width:0;
	}
	.header .HL_DIVISION_0 {
		width:100%;
	}
	.header .HL_DIVISION_0 img {
		max-width:180px;
		padding:10px 0;
	}
	.header .HL_DIVISION_0 .HL_WIDGET_IMAGE {
		text-align:center;
	}
	
	.headerHome .HL_DIVISION_0, .headerHome .HL_DIVISION_2 {
		display:none;
	}
	.headerHome .HL_DIVISION_1 {
		min-height:auto;
		position:absolute;
	}
	h1 {
		font-size:20px;
		line-height: 20px;
	}
	h2 {
		font-size:16px;
	}
/*	.headerHome {
		min-height: 100vw;
		background-size: cover;
	}*/
	
}

@media screen and (max-width: 780px) {
	
}
@media screen and (max-width: 500px) {
	
}
