
@import url('https://fonts.googleapis.com/css?family=Oswald:300,400');
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,700');
@import url('https://use.fontawesome.com/releases/v5.0.8/css/all.css');


html, body{
	font-family: Montserrat, Helvetica, Arial, Lucida, sans-serif;
	font-size:16px;
	text-align: justify;
}


body{
	background: #FFF;
    padding-top:100px;
}

h1{
    color: #0a4c67;
    font-family: Montserrat;
    text-transform: uppercase;
	font-size: 33px;
    text-align: left;
}

h2{
    margin-bottom:10px;
    color: #247578;
    text-transform: uppercase;
    font-size: 31px;
}

h3{
    color: #0a4c67;
    font-family: Montserrat;
    text-transform: uppercase;
    font-size: 34px;
    /* font-weight: 400; */
    margin-bottom: 15px;
    margin-top: 10px;
    text-align: center;
}

h4{
    font-family: Montserrat;
    color: #227376;
    font-size: 21px;
    text-transform: uppercase;
    background: #d6d6d6;
   /* border-radius: 5px;*/
    padding: 5px;
    margin-bottom: 15px;
	text-align: center;
}

h6{
    margin-bottom: 10px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 27px;
    text-align: center;
    padding-top: 10px;
}


a{
	color:#2f9415;
}

/*a:hover,
a.active{
	text-decoration:none;
    color: #963d02;
    border: 1px solid #963d02;
    padding: 8px;
    border-radius: 5px;
	transition: all 0.5s;
}*/

a:hover {
    color: #000;
    text-decoration: none;
}

hr {
	display: block;
    margin: 20px auto;
    padding: 0;
    width: 60px;
    height: 4px;
    background: #326924;
    clear: both;
}
/** *****************************************
 ** BOOTSTRAP
 ** *****************************************/


.btn-primary{
    background: #737d7c;
    border-color: #b7b7b7;
	width: 100%;
	text-transform: uppercase;
    font-size: 22px;
}

.btn-primary:hover {
background-color: #326924;
    border-color: #326924;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
background-color: #484747;
    border-color: #ff0000;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: #FFF;
}

.btn-secondary {
    background: transparent;
    border-color: #099fb9;
    font-family: 'Montserrat';
    text-transform: uppercase;
    color: #099fb9;
}

.btn-secondary:hover,
.btn-secondary.selected {
    color: #fff;
    background-color: #326924;
    border-color: #326924;
}


.btn-outline-primary {
	color: #027a8e;
    border-color: #027a8e;
}

.btn-outline-primary:hover {
    color: #FFFFFF;
    background: #027a8e;
    border-color: #027a8e;
}

.page-link {
    padding:10px;
}

.page-item.active .page-link {
    background: #F6594D;
    border-color: #F6594D;
    color:#FFFFFF;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background: #F6594D;
    border-color: #F6594D;
}

kbd{
    background:#F6594D;
    color:#FFFFFF;
}

.dropdown-menu {
    top: 85%;
    text-transform:uppercase;
}
.dropdown-menu a:hover{
    color:rgb(0, 149, 169);
}


.alert-danger {
    display: none;
}

.communication .item-article {
    padding: 7px;
}

.container {
    max-width: 1670px;
}

.center-div {
	text-align: center;
	width:100%;
}

.panel-default  {
    background-color: #EBF9F9;
	border: 1px solid #a5a3a3;
    border-radius: 4px;
}

.panel-body {
    padding:15px;

}

.panel-default > .panel-heading {
    color: #FFFFFF;
    background-color: #17A5BD;
    border-bottom: 3px solid #086F8E;
    text-transform: uppercase;

}



/***********************************************
 ** HEADER - STICKY MENU
 ***********************************************/

header{
    z-index: 900;

}

@media (max-width: 991px){
    body{
        padding-top:0px;
    }
    header{
        position:static;
    }
}

@media (min-width: 992px) {
    body{
        padding-top:100px;
    }
    header{
        position: fixed;
        width: 100%;
        top: 0px;
    }
    header.small .navbar{
        -webkit-box-shadow: 0px 2px 8px 0px #b7b4b4;
        -moz-box-shadow: 0px 2px 8px 0px #b7b4b4;
        box-shadow: 0px 2px 8px 0px #b7b4b4;
    }

    header.small .navbar-brand .logo {
        height: 50px;
    }

    header.small .navbar-nav .nav-item .nav-link {
        line-height: 64px;
        transition: all 0.3s;
    }
}


/***********************************************
 ** HEADER - NAVBAR
 ***********************************************/
header .navbar{
    padding:0px;
    font-family: Oswald, Helvetica, Arial, Lucida, sans-serif;
    background:#FFF;
    /*border-bottom: 1px solid #cacaca;
    transition: 0.3s;*/
}

/***********************************************
 ** HEADER - LOGO
 ***********************************************/
header .navbar-brand .logo{
    height:80px;
    margin:5px;
    transition: 0.3s;
}
@media (max-width: 1199px){
    header .navbar-brand .logo{
        height:42px;
    }
}

/***********************************************
 ** HEADER - NAVIGATION
 ***********************************************/

header .navbar-nav .nav-item .nav-link {
    padding: 0px 12px;
    color: #808080;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 100px;
    transition: all 0.3s;
}

header .navbar-nav .nav-item.active>.nav-link,
header .navbar-nav .nav-item:hover>.nav-link{
    color: #326924;
	border-bottom: 6px solid #326924;
}

header .navbar-nav .dropdown-menu{
    border-radius: 0px;
    background: rgba(255,255,255,0.9);
    margin:0px;
}

header .navbar-nav .dropdown-item{
    font-size:16px;
}

header .navbar-nav .dropdown-item:hover{
    background: #B3D234;
    transition: all 0.5s;
}

/***********************************************
 ** HEADER - TOGGLER (MOBILE)
 ***********************************************/
header .navbar-toggler{
    color: #B3D234;
    font-size:28px;
}
header .navbar-toggler .fas{
    width:28px;
    height:28px;
}



/***********************************************
 ** HEADER - NAVIGATION MOBILE
 ***********************************************/

header .header-mobile{
    padding-bottom:20px;
}


@media (max-width: 991px) {
     header .navbar-collapse {
        opacity: 0;
        position: fixed;
        z-index: 200;
        background-color: #deebb4;
        width: 250px;
        transform: translateX(-250px);
        height: 100%;
        overflow-y: auto;
        top: 0;
        left: 0;
        padding:20px;
    }

    header .navbar-collapse.toggling {
        transition: transform 0.35s, opacity 0.35s;
    }

    header .navbar-nav .nav-item .nav-link{
        padding:10px 0px;
        line-height:inherit;
        color: #808080;
    }

    header .navbar-nav.social{
        flex-direction: row;
        justify-content: space-around;
    }
    header .navbar-nav.social .nav-link{
        font-size: 30px;
    }
}

.nav-mask {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 0;
    height: 0;
    background: #ffffff8a;
    opacity: 0;
    transition: opacity 0.25s, width 0s 0.25s, height 0s 0.25s;
}

body.has-active-menu {
    overflow: hidden;
    }

body.has-active-menu .nav-mask {
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: opacity 0.25s;
}

body.has-active-menu .navbar-collapse {
    opacity: 1;
    transform: translateX(0);
}
/** *****************************************
 ** FOOTER
 ** *****************************************/

footer{
    background-color: #ffffff;
    border-top: 2px solid #bbbbbb;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #000000;
    font-size: 13px;
}

footer h3{
    font-size: 22px;
    text-transform: uppercase;
    color: #3e3d3d;
    margin-bottom:20px;
	border-bottom: 1px solid #2f9415;
	margin-top: 21px;
    text-align: left;
}

footer h4{
	font-family:Oswald;
	color: #008080;
	font-size: 14px;
	text-transform:uppercase;
	margin-bottom:5px;
}


footer .presentation{
    color:#999999;
}

footer .presentation .logo{
    text-align:center;
    margin-bottom: -9px;
}

footer .presentation .logo img{
        width: 92%;
    margin-bottom: 8px;
}

footer .presentation .text{
    text-align:justify;
    margin-top:10px;
    font-size:12px;
}

footer .navigation li a{
    color: #666;
    font-size:13px;
    display:block;
    margin-bottom:5px;
}

footer .navigation li a:hover{
    color: #0a4c67;
	text-decoration: none;
}

footer .contactus .icon{
    width:30px;
    font-size: 20px;
}

footer .contactus .icon i{
    margin-right:9px;
}

footer .contactus li{
    margin-bottom:5px;
    color:#999999;
}


/***********************************************
 ** SIGNATURE
 ***********************************************/

.signature{
    border-top: 2px solid #0e6f02;
    padding-top: 12px;
    padding-bottom: 7px;
    color: #ffffff;
    background: #424242;
}

.signature a{
    color: #FFF;
}
.signature a:hover{
    color: #62d2e4;
	    text-decoration: none;
}

.signature .social a{
    font-size:32px;
    margin-left:8px;
}


.signature .languages .dropdown-menu {
    background: rgba(255,255,255,0.9);
}

.signature .languages button{
    font-size:12px;

}

.signature .languages .dropdown-item{
    color: #333333;
    font-size:14px;
}

.signature .languages .dropdown-item .icon{
    width:25px;
    display: inline-block;
}

.signature .languages .dropdown-item:hover {
    background: #999999;
    color: #FFFFFF;
}


.signature .copyright{
    line-height:28px;
    font-size:12px;
}


/***********************************************
 ** BLOCKS
 ***********************************************/

.block-primary,
.block-secondary,
.block-gray,
.block-lightgray{
	background: #ffffff;
    padding: 20px;
    color: #000000;
    border-radius: 5px;
    border: 1px solid #DDD;
}

.block-secondary{
    background: #FFF;
}

.block-gray{
    /*background: #DDDDDD;*/
    color:#222222;
}

.block-lightgray{
    background: #EEEEEE;
    color:#222222;
}

.block-primary h2,
.block-secondary h2{
    color:#3c3a3a;
}

.block-primary .header,
.block-secondary .header{
    
}

a.block-lightgray:hover{
    background: #344A62;
    color:#FFFFFF;
}
a.block-lightgray:hover h2{
    background: #344A62;
    color:#FFFFFF;
}

.block-sample{
    border-left: 5px solid #0a4c67;
    margin: 10px 0px 10px 50px;
    padding: 15px 0px 5px 20px;
    background: #e5f4fb;
}


/***********************************************
 ** MAIN
 ***********************************************/

.main{
    padding:20px 0px;
    background: #FFFFFF;
}

/***********************************************
 ** MAIN HEADER
 ***********************************************/
.mainHeader{
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #FFFFFF;
    position: relative;
    background-position: center;
    background-attachment: fixed;
	min-height: 368px;
    background: url(../images/bg_main6.jpg);
	border-bottom: 1px solid #cacaca;
}

.mainHeader .in{
    padding: 60px 0px;
}

.mainHeader h1{
    color: #ffffff;
    text-shadow: 2px 3px 3px #000000;
    text-transform: uppercase;
    font-size: 70px;
   /*text-align: center;*/
    font-weight: 500;
    font-family: 'Montserrat';
}

.mainHeader h2{
    color: #486d57;
    /*text-shadow: 0px 2px 1px #636363;*/
	text-transform: uppercase;
    font-size: 34px;
	font-weight:100;
}

@media (max-width: 991px) {
    .mainHeader .in{
        padding: 30px 0px;
    }
    .mainHeader h1{
        font-size:32px;
    }
    .mainHeader h2{
        font-size:25px;
    }
}

@media (max-width: 767px) {
    .mainHeader {
        background-image: none!important;
		min-height: 81px;
    	background-color: #407332;
    }
    .mainHeader .in{
        padding: 10px 0px;
    }
    .mainHeader h1{
        font-size:24px;
    }
    .mainHeader h2{
        font-size:18px;
    }
}

/***********************************************
 ** CONTACT
 ***********************************************/
.contact-form form{
    margin-top: 20px;
}

.contact-form .submit{
    margin-top:20px;
    text-align: center;
}

.contact .container>.row>div{
    margin:10px 0px;
}

.contact-form .has-warning .form-control{
    background-color: #f9deb8;
}

#map{
    width:100%;
    height:450px;
}

/***********************************************
 ** NEWSLETTER
 ***********************************************/

.newsletter-form form{
    margin-top: 20px;
}

.newsletter-form .submit{
    margin-top:20px;
    text-align: center;
}

.newsletter-form .has-warning .form-control{
    background-color: #f9deb8;
}


/***********************************************
 ** PLANNING
 ***********************************************/
.planning th{
    color: #0066b3;
    font-family:Oswald, Helvetica, Arial, Lucida, sans-serif;
    font-size: 18px;
    text-align: center;
    background: #e8f0f5;
    vertical-align: middle;
    height: 60px;
    text-transform: uppercase;
    padding: 0;
    border: 2px solid #fff;
}

.planning td {
    position: relative;
    border: 2px solid #fff;
    background: #f1f6f9;
    padding: 15px 10px;
    text-align: center;
    font-family:Oswald, Helvetica, Arial, Lucida, sans-serif;
}


.planning td .time{
    font-size: 18px;
    white-space: nowrap;
}

.planning td .duration{
    font-size: 14px;
    color: #0066b3;
}

.planning td .title{
    font-size: 18px;
    font-weight:bold;
}

.planning td .title.aquagym{
    color: #0066b3;
}

.planning td .title.aquabike{
    color: #FF9800;
}

.planning td .title.aquatraining{
    color: #029e00;
}

.planning td .title.aquafitness{
    color: #ff0099;
}

.planning td .title.aquatonic{
    color: #FF0000;
}

.planning td .title.aquaboxe{
    color: #00bcd4;
}



@media (max-width: 991px) {
    .planning td .duration{
        display:none;
    }
}


/***********************************************
 ** TARIFS
 ***********************************************/

.tarifs td {
    position: relative;
    border: 2px solid #fff;
    background: #f1f6f9;
    padding: 10px;
    font-family:Oswald, Helvetica, Arial, Lucida, sans-serif;
}

.tarifs td .title{
    font-size:24px;
}

.tarifs td .description{
    font-size:18px;
}


.tarifs td .price{
    font-size:24px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.tarifs td .price .sub{
    font-size:16px;
}

@media (max-width: 991px){
    .tarifs td .title{
        font-size:20px;
    }

    .tarifs td .description{
        font-size:14px;
    }
    .tarifs td .price{
        font-size:20px;
        text-align: center;
        vertical-align: middle;
    }

    .tarifs td .price .sub{
        font-size:14px;
    }
}


/***********************************************
 ** NAV DEFAULT
 ***********************************************/
/*.nav-default{
    font-size:18px;
    text-transform: uppercase;
    font-family: Oswald, Helvetica, Arial, Lucida, sans-serif;
}*/

/***********************************************
 ** LIST
 ***********************************************/
.list-cards{
    margin-bottom: -3rem;
}

.list-cards .card-img-top:hover{
    opacity: 0.85;
    transition: all 0.5s;
}

.list-cards .card-info{
    color:#999999;
    font-size:12px;
    padding:0px 0px 10px 0px;
    border-bottom: #999999 solid 1px;
    margin-bottom:10px;
    margin-right:10px;
}

.list-cards .card-title{
    font-size: 26px;
    text-align: center;
}

.list-cards .card-title a{
    color:#333333;
}

.list-cards .card-title a:hover{
    color:#099fb9;
	text-decoration:none;
}

.list-cards .card-text{
    font-size:16px;
    margin-bottom:10px;

}

.list-cards .card-link{
    font-size:16px;
    text-transform: uppercase;
    font-family: Oswald, Helvetica, Arial, Lucida, sans-serif;
    margin-top:auto;
    text-align: center;
}

.list-cards .pagination{
    margin-top:1rem;
}


/*************************************
 ** LIST BLOCK
 *************************************/
.list-blocks .item{
    margin-bottom:0px;
    position: relative;
    height:100%;
    display:flex;
    flex-direction: column;
}

.list-blocks .item h2 {
    width: auto;
    margin: 0;
    padding: 30px 0 0 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 300;
    font-family: Oswald;
  }

.list-blocks .item h2 span {
    color:#027a8e;
 }

.list-blocks .item .text {
    text-align: center;
    flex-grow: 1;
 }

.list-blocks .item .link {
    text-align: center;
    margin-bottom:30px;
    margin-top:20px;
 }
.list-blocks .item .wrap{
    position:relative;
    display:block;
    background:#FFFFFF;
}

.list-blocks .item .wrap .icon{
    position:absolute;
    display:block;
    height:60px;
    width:60px;
    text-align: center;
    background:rgba(0,0,0,0.8);
    top:calc(50% - 30px);
    left:calc(50% - 30px);
    border-radius: 30px;
    color:white;
    opacity:0;
    font-size:24px;
    line-height:60px;
    -webkit-transition: all 0.5s; 
    transition: all 0.5s;
    z-index:100;
}

.list-blocks .item .wrap img{
    width:100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
	/*box-shadow: 1px 7px 20px 0px #4e4e4e;*/
}

/*.list-blocks .item .wrap img.icon{
    position: absolute;
    right: 0px;
    top: 0px;
    width: inherit;
}*/

.list-blocks .item:hover .wrap img{
    opacity:0.6;
    -webkit-backface-visibility: hidden;
}
.list-blocks .item:hover .wrap .icon{
    opacity:0.6;
}


.list-blocks .item .bge{
    position:absolute;
    top:20px;
    right:10px;
    text-align: right;
    z-index: 10;
}


/*************************************
 ** LIST BOOK
 *************************************/
.list-book .item{
    margin-bottom:0px;
    position: relative;
    height:100%;
    display:flex;
    flex-direction: column;
    border:1px solid #099fb9;
    border-radius: .25rem;
    background: rgb(35, 116, 119, 0.1);
}



.list-book .item h2 {
    width: auto;
    margin: 0px;
    padding: 10px;
    text-transform: uppercase;
    font-size: 20px;
    position: absolute;
    bottom: 0px;
    background: #326924cf;
    width: 100%;
    color: white;
  }

.list-book .item h2 span {
    color:#027a8e;
 }

.list-book .item .text {
    flex-grow: 1;
    font-size: 14px;
 }

.list-book .item .link {
    text-align: center;
    margin-bottom:20px;
    margin-top:20px;
 }
.list-book .item .wrap{
    position:relative;
    display:block;
    background:#FFFFFF;
}

.list-book .item .wrap .icon{
    position:absolute;
    display:block;
    height:60px;
    width:60px;
    text-align: center;
    background:rgba(0,0,0,0.8);
    top:calc(50% - 30px);
    left:calc(50% - 30px);
    border-radius: 30px;
    color:white;
    opacity:0;
    font-size:24px;
    line-height:60px;
    -webkit-transition: all 0.5s; 
    transition: all 0.5s;
    z-index:100;
}

.list-book .item .wrap img{
    width:100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    box-shadow: 1px 7px 20px 0px #4e4e4e;
}

.list-book .item:hover .wrap img{
    opacity:0.6;
    -webkit-backface-visibility: hidden;
}
.list-book .item:hover .wrap .icon{
    opacity:0.6;
}


.list-book .item .bge{
    position:absolute;
    top:20px;
    right:10px;
    text-align: right;
    z-index: 10;
}
.list-book .item .bge>div{
    background: #90143e;
    color: white;
    padding: 0px 5px;
    display: inline-flex;
	text-transform: uppercase;
}

.list-book .item .bge>div.city{
    background: #2d9014;
}

.list-book .item .bge>div.surface{
    background: #144b90;
}

/***********************************************
 ** NEWS DETAIL
 ***********************************************/
.newsDetail .info{
    color:#999999;
    padding:0px 0px 10px 0px;
    border-bottom: #999999 solid 1px;
    margin-bottom:10px;
	display: none;
}

.newsDetail .text{
    text-align: justify;
    margin-bottom:20px;
}

.newsDetail .photos>div:nth-child(2){
    margin-top:15px;
}


/***********************************************
 ** BOOK DETAIL
 ***********************************************/
.bookDetail{

}


.bookDetail .text{
    text-align: justify;
    margin-bottom:20px;
}

.bookDetail .photos>div:nth-child(2){
    margin-top:15px;
}


/***********************************************
 ** MODAL
 ***********************************************/

/** CENTER VERTICAL **/
.modal-dialog {
  min-height: calc(100vh - 60px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: auto;
  max-width: 686px;
 /* @media(max-width: 768px) {
    min-height: calc(100vh - 20px);
  }*/
}

.modal .modal-content{
    background:#FFF;
    color:#000;
    border-radius: 10px;
}

.modal .modal-title{
   /* background: url("../images/logo-small.png");*/
    background-repeat: no-repeat;
    background-size: contain;
    padding-left: 30px;
    font-size: 25px;
}

.modal .modal-footer{
    border-top:0px;
}
.modal .modal-header{
    border-bottom:0px;
    background:#1ddcd5;
}

.modal-header .close{
    color:#FFFFFF;
}

.modal .modal-body{
   /* text-align:center;*/
}

.modal .modal-footer .fab{
    color:#CCCCCC;
    font-size: 29px;
    margin-right:5px;
}

.modal .modal-footer .fab:hover{
    color:#F6594D;
    transition: all 0.5s;
}


/*************************************
 ** BREADCRUMB
 *************************************/


.breadcrumb {
    /*display: inline-flex;*/
	display:none;
    font-size: 12px;
	float: right;
	font-family: oswald;
    text-transform: uppercase;
    font-size: 14px;
}
/***********************************************
 ** TINYMCE
 ***********************************************/
.tinymce > h2:first-child{
    margin-top:0px;
}
.block .tinymce > :last-child{
    margin-bottom:0px;
}
.tinymce .responsive{
    max-width:100%;
}


.mce-content-body{
    padding:15px;
    background: #FFFFFF;
}

.mce-content-body shortcode{
    border:dashed 2px  #999999;
    background:#EEEEEE;
    text-align: center;
    padding: 40px;
    margin:15px 0px;
    font-size: 18px;
    width:100%;
    display: block;
}

body.tinymce{
    background: #FFFFFF;
}

/*************************************
 ** DEBUG
 *************************************/
.debug{
    display:none;
    color:#FFFFFF;
}

/*************************************
 ** HOME - SLIDER
 *************************************/


.homeSlider .tp-caption.tp-title,
.homeSlider .tp-caption.tp-subtitle,
.homeSlider .tp-caption.tp-link{
    z-index: 7;
    white-space: nowrap;
    text-transform:left;
    font-family:'Montserrat';
    color:white;
    text-shadow: 2px 2px 3px #000;
    text-transform: uppercase;
}

.homeSlider .tp-caption.tp-link{
    background-color: rgba(0,0,0,0);
    border-color: #CCCCCC;
    border-radius: 0 0 0 0;
    border-style: solid;
    border-width: 1px;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 16px;
    text-decoration: none;
    background:rgba(0,0,0,0.5);
    color:#CCCCCC;
}

.homeSlider .tp-caption.tp-link:hover{
    border-color: #FFFFFF;
    color:#FFFFFF;

}

@media (max-width: 767px) {
    .homeSlider .tp-bullets{
        display:none;
    }
}
/*************************************
 ** HOME - WELCOME
 *************************************/

.homeWelcome{
    background:#4a4a4a;

}
.homeWelcome h2{
    text-align:center;
    color:#FFFFFF;
    padding:7px;
    cursor:pointer;
    margin:0px;
}
.homeWelcome h2 > span{
    font-weight: bold;
    text-transform: uppercase;

}

/*************************************
 ** HOME - Article
 *************************************/

.homeArticle{
	padding: 40px 0px 30px 0px;
    background: #FFF;
    color:#333;
}

.homeArticle h1 {
    color: #444242;
	text-align: center;
    font-weight: 200;
}

.homeArticle h2 {
    margin-bottom: 15px;
    font-size: 22px;
    color: #4e4c4c;
    text-transform: uppercase;
    text-align: center;
    font-weight: 300;
}

.homeArticle .text {
    margin: 20px 0px;
    text-align: justify;
    line-height: 24px;
}

/*************************************
 ** CONTACT - BAS de PAGES
 *************************************/

.contactArticle{
	padding: 40px 0px 30px 0px;
    background: #bdceb7;
    color:#FFF;
}

.contactArticle h1 {
	color: #000;
    text-align: center;
    font-weight: 600;
}

.contactArticle h2 {
    margin-bottom: 15px;
    font-size: 35px;
    color: black;
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
}

.contactArticle a {
    margin-bottom: 15px;
    font-size: 27px;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
	width: auto;

}

.contactArticle a:hover {
    color: #FFF;
	transition: all 0.3s;
	text-shadow: 1px 2px 3px #333;

}

.contactArticle .text {
    margin: 20px 0px;
    text-align: justify;
    line-height: 24px;
}

/*************************************
 ** HOME - Partner
 *************************************/

.homePartner{
    padding:30px 0px 20px 0px;
    background:#FFF;
}

.homePartner h1{
    text-align: center;
}


/*************************************
 ** IMAGES - EFFECT
 *************************************/
img.effect-bw{
    /* filter: url(filters.svg#grayscale); Firefox 3.5+ */
    filter: gray; /* IE5+ */
    -webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
    -webkit-transition: all .5s ease-in-out;
}

img.effect-bw:hover {
    filter: none;
    -webkit-filter: grayscale(0);
    -webkit-transform: scale(1.1);
}


/*************************************
 ** THEMES
 *************************************/

 .themes {
    padding-top: 30px;
	background-attachment: fixed;
 /* background-color: #EEEEEE;
    background-size: cover;
    box-shadow: -7px 4px 8px 2px #333;*/
}

 .themes h1 {
    text-align: center;
    margin-bottom:20px;
	color: #336a25;
   /* text-shadow: -1px 2px 3px black;*/
    font-size: 44px;
}




/*************************************
 ** BOOKs
 *************************************/

 .homeBook {
    padding-top: 30px;
    background-color: #FFF;
    background-attachment: fixed;
	background-image: url(/images/bkg_themes.jpg);
}

 .homeBook h1 {
color: #336a25;
    text-align: center;
    font-weight: 400;
    font-size: 46px;
    margin-bottom: 20px;
}
/***********************************************
 ** FANCYBOX
 ***********************************************/
.fancybox-container{
	margin-left:-5px;
	margin-right:-5px;
	margin-bottom:15px;
}

.fancybox-container .fancybox-box:first-child{
    width: 100%;
}

.fancybox-container .fancybox-box{
	width:20%;
	float:left;
	padding: 5px;
}

.fancybox-container .fancybox-box a{
	border: 3px solid #FFFFFF;
	display: block;

}

/*************************************
 ** ROYAL SLIDER
 *************************************/
.royalSlider .rsThumbsHor{
    bottom: 0px;
    position: absolute;
    background: rgba(20,20,20,0.5);
    padding: 5px;
    height:auto;
 }

.royalSlider .rsThumb {
    width: 80px;
    height: 60px;
}
.royalSlider .rsThumb.rsNavSelected{
    background:#000000;
}



body.bg_BOOK_35 .mainHeader {
    background-image: url(https://zenia.gullyweb1.com/thumb/force-360-240/book/book_36_1/offre-en-semaine.jpg);
}

body.bg_ARTICLE_SPA .mainHeader {
    background-image: url(https://zenia.gullyweb1.com/thumb/force-360-240/book/book_36_1/offre-en-semaine.jpg);
}





