/*///////////////////////////////////////////////////////////////////////////////////
// RESET - style/reset.css */

html, body{height: 100%;}
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, font, 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; outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
select, input{
    font: inherit; font-size: 1em; white-space: normal;
    margin: 0; padding: 0;
}
body{
    line-height: 1;
    background:#fff url(../images/background/body.png) repeat-x 0 0;
}
ol, ul{list-style: none;}
blockquote, q{quotes: none;}
:focus{outline: 0;}
ins{text-decoration: none;}
del{text-decoration: line-through;}
/* Les balises <table> ont besoin d'un 'cellspacing="0"' */
table{border-collapse: collapse; border-spacing: 0;}
/* CLEAR FIX */
.clearfix:after{
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
/*.clearfix{display: inline-block;}*/
html[xmlns] .clearfix{display: block;}
* html .clearfix{height: 1%;}
/* GENERAL */
.dspNne{display: none;}
.isUnd{text-decoration: underline;} .isUnd:hover{text-decoration: none;}
.noUnd{text-decoration: none;} .noUnd:hover{text-decoration: underline;}


/*///////////////////////////////////////////////////////////////////////////////////
// FONTS - style/fonts.css */

@font-face {
    font-family: 'ConduitITC-Regular';
    src: url('../../fonts/Cuprum-webfont.eot');
    src: url('../../fonts/Cuprum-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/Cuprum-webfont.woff') format('woff'),
         url('../../fonts/Cuprum-webfont.ttf') format('truetype'),
         url('../../fonts/Cuprum-webfont.svg#ConduitITC-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family:'ConduitITC-Regular';
	src: url('../../fonts/ConduitITC_gdi.eot');
	src: url('../../fonts/ConduitITC_gdi.eot?#iefix') format('embedded-opentype'),
		url('../../fonts/ConduitITC_gdi.woff') format('woff'),
		url('../../fonts/ConduitITC_gdi.ttf') format('truetype'),
		url('../../fonts/ConduitITC_gdi.svg#ConduitITC-Regular') format('svg');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-25CA;
}

@font-face {
	font-family:'ConduitITCLight-Regular';
	src: url('../../fonts/ConduitITCLight_gdi.eot');
	src: url('../../fonts/ConduitITCLight_gdi.eot?#iefix') format('embedded-opentype'),
		url('../../fonts/ConduitITCLight_gdi.woff') format('woff'),
		url('../../fonts/ConduitITCLight_gdi.ttf') format('truetype'),
		url('../../fonts/ConduitITCLight_gdi.svg#ConduitITCLight-Regular') format('svg');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-25CA;
}

@font-face {
	font-family:'ConduitITC-Bold';
	src: url('../../fonts/ConduitITC-Bold_gdi.eot');
	src: url('../../fonts/ConduitITC-Bold_gdi.eot?#iefix') format('embedded-opentype'),
		url('../../fonts/ConduitITC-Bold_gdi.woff') format('woff'),
		url('../../fonts/ConduitITC-Bold_gdi.ttf') format('truetype'),
		url('../../fonts/ConduitITC-Bold_gdi.svg#ConduitITC-Bold') format('svg');
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-25CA;
}

@font-face {
	font-family:'ConduitITC-Italic';
	src: url('../../fonts/ConduitITC-Italic_gdi.eot');
	src: url('../../fonts/ConduitITC-Italic_gdi.eot?#iefix') format('embedded-opentype'),
		url('../../fonts/ConduitITC-Italic_gdi.woff') format('woff'),
		url('../../fonts/ConduitITC-Italic_gdi.ttf') format('truetype'),
		url('../../fonts/ConduitITC-Italic_gdi.svg#ConduitITC-Italic') format('svg');
	font-weight: 400;
	font-style: italic;
	font-stretch: normal;
	unicode-range: U+0020-25CA;
}


@font-face {
	font-family:'ConduitITC-BoldItalic';
	src: url('../../fonts/ConduitITC-BoldItalic_gdi.eot');
	src: url('../../fonts/ConduitITC-BoldItalic_gdi.eot?#iefix') format('embedded-opentype'),
		url('../../fonts/ConduitITC-BoldItalic_gdi.woff') format('woff'),
		url('../../fonts/ConduitITC-BoldItalic_gdi.ttf') format('truetype'),
		url('../../fonts/ConduitITC-BoldItalic_gdi.svg#ConduitITC-BoldItalic') format('svg');
	font-weight: 700;
	font-style: italic;
	font-stretch: normal;
	unicode-range: U+0020-25CA;
}


/*///////////////////////////////////////////////////////////////////////////////////
// STRUCTURE - style/structure.css */

.alert.alert-info{
    font: normal 13px Arial, Helvetica, sans-serif; color: #585858; line-height: 16px;
}
/* STRUCTURE */
div#main{
    width: 1000px;
    margin: 0 auto;
}
div#header{
    position: fixed; z-index: 10001;
    width: 100%; height: 92px;
    background: rgba(255,255,255,0.9);
    box-shadow: 0 4px 2px -2px #868585;
}

#backHome{
    z-index: 10002;
    float: left;
    width: 307px; height: 62px;
    margin-top: 15px;
}
div#header div.wrapper{
    width: 1170px;
    margin: 0 auto;
}
div#header div.wrapper{
    position: relative;
}
div#header>.wrapper>ul#nav{
    float: right;
    z-index: 10003;
    margin-top: 45px;
}
div#header>.wrapper>ul#nav>li{
    float: left;
    margin: 0 10px;
}
div#header>.wrapper>ul#nav>li>a{
    display: block;
    font: normal 16px 'ConduitITC-Regular', Arial, Helvetica, sans-serif; color: #375762; line-height: 41px; text-decoration: none; text-transform: uppercase;
    padding: 0;
    letter-spacing: 1px;
    position: relative;
}
div#header>.wrapper>ul#nav>li:hover>a,
div#header>.wrapper>ul#nav>li.over>a,
div#header>.wrapper>ul#nav>li>a:hover{
    color: #0ea7ab;
}
div#header>.wrapper>ul#nav>li:hover>a:after,
div#header>.wrapper>ul#nav>li.over>a:after,
div#header>.wrapper>ul#nav>li>a:hover:after{
    content:"";
    display: block;
    width: 100%;
    height: 6px;
    position: absolute;
    bottom: -6px;
    background: #49bfc2;
    z-index: 1020;
}
div#header>.wrapper>ul#nav>li>ul{
    display: none;
    position: absolute;left: 0;
    width: 1000px;
    background-color: rgba(255,255,255,0.9);
    z-index: 1010;
    padding: 20px;
    top: 92px;
    box-shadow: inset 1px 4px 9px -6px;
    box-sizing:border-box;
}
div#header>.wrapper>ul#nav>li:hover>ul{
    display: block;
}
div#header>.wrapper>ul#nav>li>ul>li{
    float: left;
    width: 20%;
    box-sizing:border-box;
    padding:0 0 0 50px;
}
div#header>.wrapper>ul#nav>li>ul>li>p{
    font: normal 16px 'ConduitITC-Regular', Arial, Helvetica, sans-serif;line-height: 16px;
    text-transform: uppercase;
    position: relative;
}
div#header>.wrapper>ul#nav>li>ul>li:first-child>p{
    color: #7b6f62;
}
div#header>.wrapper>ul#nav>li>ul>li:nth-child(2)>p{
    color: #3e6e70;
}
div#header>.wrapper>ul#nav>li>ul>li:nth-child(3)>p{
    color: #de3841;
}
div#header>.wrapper>ul#nav>li>ul>li:nth-child(4)>p{
    color: #796685;
}
div#header>.wrapper>ul#nav>li>ul>li:nth-child(5)>p{
    color: #732e29;
}
div#header>.wrapper>ul#nav>li>ul>li>p:before{
    content:"";
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    left: -50px;
}
div#header>.wrapper>ul#nav>li>ul>li:first-child>p:before{
    background:url('../images/picto/picto-bien-etre.png') no-repeat center center;
}
div#header>.wrapper>ul#nav>li>ul>li:nth-child(2)>p:before{
    background:url('../images/picto/picto-soins-techniques.png') no-repeat center center;
}
div#header>.wrapper>ul#nav>li>ul>li:nth-child(3)>p:before{
    background:url('../images/picto/picto-amincissement.png') no-repeat center center;
}
div#header>.wrapper>ul#nav>li>ul>li:nth-child(4)>p:before{
    background:url('../images/picto/picto-equipement-piscine.png') no-repeat center center;
}
div#header>.wrapper>ul#nav>li>ul>li:nth-child(5)>p:before{
    background:url('../images/picto/picto-relaxation.png') no-repeat center center;
}
div#header>.wrapper>ul#nav>li>ul>li>ul{
    padding: 0 0 0 15px;
}
div#header>.wrapper>ul#nav>li>ul>li>ul>li{
    list-style-type: disc;
    font-size: 10px; color: #47bdbe;
    padding: 8px 0 0 0;
}
div#header>.wrapper>ul#nav>li>ul>li>ul>li:hover{
    color: #000;
}
div#header>.wrapper>ul#nav>li>ul>li>ul>li>a{
    font: normal 14px "ConduitITC-Regular", Arial, Helvetica, sans-serif; color: #585858; line-height: 14px; text-decoration: none;
    display: block;
}
div#header>.wrapper>ul#nav>li>ul>li>ul>li>a:first-letter{
    text-transform: uppercase;
}
div#header>.wrapper>ul#nav>li>ul>li>ul>li>a:hover{
    color: #000;
}
/* Langue */
ul#flagLang{
    position: absolute; top: 0; right: 0; z-index: 9999;
    margin: 0 0 0 380px;
}
ul#flagLang li{
    float: left;
    width: 28px; height: 15px;
    margin: 0 6px;
}
ul#flagLang li a{
    display: block;
    width: 28px; height: 15px;
    background: url("../images/background/sprite-flag-lang.png") no-repeat 0 0;
    text-indent: -9999px;
}
ul#flagLang li.flagFR a{background-position: 0 -15px;}
ul#flagLang li.flagEN a{background-position: -28px -15px;}
ul#flagLang li.flagFR a:hover,
ul#flagLang li.flagFR.active a{background-position: 0 0;}
ul#flagLang li.flagEN a:hover,
ul#flagLang li.flagEN.active a{background-position: -28px 0;}
/* MENU BAS */
div#footer{
    position: relative;
}
div#footer a.allNews{
    display: block;
    position: absolute; top: 0; left: 50%;;
    width: 150px; height: 58px;
    background: url("../images/background/voir-toutes-les-actus.jpg") no-repeat 0 0;
    font: normal 15px "ConduitITC-Regular", Arial, Helvetica, sans-serif; color: #fff; line-height: 14px; text-decoration: none; text-align: center;
    padding: 8px 0 0 0;
    -webkit-transform:translateX(-50%);
    transform:translateX(-50%);
    z-index: 10;
}
div#footer a.allNews:hover{
    opacity: 0.75;
}
div#footer div.wrapper{
    width: 960px;
    margin: 0 auto;
}
div#footer div.wrapper > a + div{
    padding: 80px 0 30px 0;
}
div#footer div.wrapper div.footer-left,
div#footer div.wrapper div.footer-right{
    display: inline-block;
    vertical-align: top;
    width: 49%;
    text-align: right;
}
div#footer div.wrapper div.footer-right{
    text-align: left;
}
div#footer div.wrapper div img{
    margin-right: 15px;
}
div#footer div.wrapper p{
    font: normal 13px Arial, Helvetica, sans-serif; color: #49bfc2; line-height: 18px;
    margin-top: 10px;
}
div#footer div.wrapper div a{
    font: normal 13px Arial, Helvetica, sans-serif; color: #49bfc2; line-height: 18px; text-decoration: none;
}
div#footer div.wrapper div a:hover{
    color: #a0467c;
}
div#footer div.wrappeur-footer-bottom{
    background: #086f72;
}
div#footer ul{
    width: 980px;
    margin:0 auto;
    background: #086f72;
    position: relative;
}
div#footer ul li{
    display: inline;
    font: normal 12px Arial, Helvetica, sans-serif; line-height: 30px; text-transform: uppercase;
    margin: 0 25px 0 0;
}
div#footer ul li.agoravita{
    position: absolute;
    right: 0;
}
div#footer ul li a{
    color: #fff; text-decoration: none;
    display: inline-block;
    line-height: 40px;
}
div#footer ul li a img{
    vertical-align: middle;
}
div#footer ul li a:hover{color: #a0467c;}
div#footer ul li.agoravita{}
div#footer ul li.agoravita a:hover{opacity:  0.5;}

div#footer ul li.facebook a{
    display: inline-block;
    width: 25px;
    height: 25px;
    vertical-align: middle;
}
div#footer ul li.facebook a.fb{
    background:url(../images/picto/picto-fb.svg) no-repeat center center;
    -webkit-background-size: contain;
    background-size: contain;

}
div#footer ul li.facebook a.linkedin{
    background:url(../images/picto/picto-linkedin.svg) no-repeat center center;
    -webkit-background-size: contain;
    background-size: contain;

}
div#footer ul li.facebook p{
    color: #FFF;
    display: inline-block;
    text-transform: none;
    margin-right: 5px;
}
div#footer ul li.facebook a:hover{opacity:  0.5;}
.text-center{
    text-align: center;
}

.brochure{
    background: #49bfc4;
}

.brochure a{
    display: block;
    font: normal 16px 'ConduitITC-Regular', Arial, Helvetica, sans-serif;
    color: #fff;
    line-height: 41px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0;
    letter-spacing: 1px;
    position: relative;
}


/*///////////////////////////////////////////////////////////////////////////////////
// INTERIEUR - style/interieur.css */

body{
    background: #fff url("../images/background/body-inside.png") repeat-x 0 0;
}
div.content{
    width: 950px;
    margin: 0 auto;
}
body>div.content{
    padding: 110px 0 0 0;
}



/*///////////////////////////////////////////////////////////////////////////////////
// BREADCRUMB - style/breadcrumb.css */

ol#breadcrumb{
    height: 40px;
}
ol#breadcrumb li{
    float: left;
    margin: 0 5px 0 0;
    font: bold 11px Arial, Helvetica, sans-serif; color: #49bfc2; text-transform: uppercase; text-decoration: none;
}
ol#breadcrumb li a{
    font: normal 11px Arial, Helvetica, sans-serif; color: #375762; text-transform: uppercase; text-decoration: none;
}
ol#breadcrumb li span:after{
    content: ">";
    font-weight: bold;
    color: #49bfc2;
    margin: 0 0 0 5px;
}
ol#breadcrumb li:last-child span:after { content: '' }



/*///////////////////////////////////////////////////////////////////////////////////
// CONTACT - style/contact.css */

h1{
    font: normal 35px 'ConduitITC-Regular', Arial, Helvetica, sans-serif; color: #414141; line-height: 35px; text-transform: uppercase;
    margin: 0 0 15px 0;
}
h2{
    font: normal 25px 'ConduitITC-Regular', Arial, Helvetica, sans-serif; line-height: 25px; text-transform: uppercase;
    margin: 20px 0 10px 0;
}
div.content{
    overflow: hidden;
}
div.content table{
    float: left;
    width: 680px;
}
div.content table th,
div.content table td{
    padding: 5px;
    vertical-align: top;
}
div.content table th{
    width: 140px;
    padding-top: 10px;
    text-align: left;
    font: normal 13px Arial, Helvetica, sans-serif; color: #585858; line-height: 16px; text-decoration: none;
}
div.content table td{
    width: 200px;
    text-align: center;
    font: normal 13px Arial, Helvetica, sans-serif; color: #333; line-height: 16px; text-decoration: none;
}
div.content table td input[type=text],
div.content table td input[type=tel],
div.content table td input[type=email]{
    width: 190px;
    font: normal 13px Arial, Helvetica, sans-serif; color: #333; line-height: 16px; text-decoration: none;
    padding: 5px;
}
div.content table td textarea{
    width: 560px;
}
div.content input[type=submit]{
    font: bold 14px Arial, Helvetica, sans-serif; color: #fff; line-height: 16px; text-decoration: none;
    padding: 10px;
    background-color: #3ababd;
    border-radius: 5px;
    border: 0;
    cursor: pointer;
}
div.content input[type=submit]:hover{
    background-color: #666;
}
div.content .wrapper-fb{
    text-align: right;
}
div.content .wrapper-fb p{
    font: 14px Arial, Helvetica, sans-serif; color: #333; line-height: 16px; text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
div.content .wrapper-fb a{
    display: inline-block;
    width: 25px;
    height: 25px;
    vertical-align: middle;
}
div.content .wrapper-fb a.facebook{
    background:url(../images/picto/picto-fb-blue.svg) no-repeat center center;
    -webkit-background-size: contain;
    background-size: contain;
}
div.content .wrapper-fb a.linkedin{
    background:url(../images/picto/picto-linkedin-blue.svg) no-repeat center center;
    -webkit-background-size: contain;
    background-size: contain;
}
div.btnCtr{
    clear: both;
    text-align: center;
}
#map-canvas {
    float: left;
    width : 270px; height : 330px;
}

.confirmation-contact h1{
    color: #0ea7ab;
}

.confirmation-contact p{
    font: normal 13px Arial, Helvetica, sans-serif;
    line-height: 18px;
}
.confirmation-contact p strong{
    font: bold 16px Arial, Helvetica, sans-serif;
    color: #086f72;
    display: block;
    margin-bottom: 10px;
}

.confirmation-contact p a.retour{
    display: inline-block;
    margin: 20px 0;
    padding: 8px 20px;
    background: #0ea7ab;
    border-radius: 50px;
    font: bold 12px Arial, Helvetica, sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;

}

.confirmation-contact p a.retour:hover{
    opacity: 0.6;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}



