html { 
	padding: 0px;
	margin: 0px;
}

body{
	background: url("../img/body_bg.jpg") no-repeat center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height:100%;
	min-height:100%;
}

ul {
	padding-left: 0px;
}

ul li{
	list-style: none;
}

ul.square, .modal_text_content ul{
	margin-left: 20px;
	font-family: 'proxima_nova_rgregular';
}

ul.square li, .modal_text_content ul li{
	list-style: square;
	font-size: 16px;
}

ul.square li li, .modal_text_content ul li li{
	font-weight: normal;
	list-style: none;
}
	
ul.square li li::before, .modal_text_content ul li li::before{
	content: "- ";
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #e40851;
    background-color: transparent;
}

p{
	font-family: 'proxima_nova_rgregular';
	font-size: 16px;
    line-height: 18px;
    text-align: justify;
}

.tab-content a , .tab-content a:hover, .tab-content a:active{
	color: #fff;
	text-decoration: none;
}



	
	
@media screen and (min-width: 992px) and (max-width: 1200px){

	.col-lg-6.col-md-6 .service{
		height: 500px;
	}
	
	.slider_wrap{
		margin-top: -245px;
		padding-bottom: 32px;
	}
	
}


@media screen and (max-width: 992px){

	.blog-text img{
		padding-top: 0px;
	}

}

@media screen and (min-width: 769px) and (max-width: 992px){

	.slider_wrap{
		margin-top: -230px;
		padding-bottom: 25px;
	}
	
	.slider_content h2{
		margin-bottom: -68px;	
	}

	.slider_content h3{
		margin: 0px;
	}
	
	.slider_content p{
		display: none;
	}
	
	.slider_wrap{
		/* max-width: 700px; */
		/* position: relative; */
		/* bottom: 390px; */
		padding: 0 50px;
		margin-top: -150px;
		padding-bottom: 30px;
	}
	
	a.more-button{
		margin-top: 20px;
	}
}

@media screen and (min-width: 650px) and (max-width: 769px){
	
	.slider_wrap{
		margin-top: -110px;
		padding-bottom: 30px;
	}
	
		#carousel-2 .item img{
		visibility: hidden;
	}
	
	.slider_content p{
		color: #fff;
		font-weight: normal;
	}
	
	.carousel-inner .equipements-carousel.item{
		background: rgba(0, 0, 0, 0) url("../img/img-8.jpg") no-repeat scroll center center / cover;
	}
	
	.slider_content h3{
		margin: 0px;
	}
	
	
}


@media screen and (min-width: 550px) and (max-width: 649px){
	
	.slider_wrap{
		margin-top: -70px;
		padding-bottom: 30px;
	}
	
		#carousel-2 .item img{
		visibility: hidden;
	}
	
	.slider_content p{
		color: #fff;
		font-weight: normal;
	}
	
	.carousel-inner .equipements-carousel.item{
		background: rgba(0, 0, 0, 0) url("../img/img-8.jpg") no-repeat scroll center center / cover;
	}
	
	.slider_content h3{
		margin: 0px;
	}
	
}


@media screen and (min-width: 500px) and (max-width: 549px){
	
	.slider_wrap{
		margin-top: -90px;
		padding-bottom: 30px;
	}
	
		#carousel-2 .item img{
		visibility: hidden;
	}
	
	.slider_content p{
		display: none;
	}
	
	.carousel-inner .equipements-carousel.item{
		background: rgba(0, 0, 0, 0) url("../img/img-8.jpg") no-repeat scroll center center / cover;
	}
	
	.slider_content h3{
		margin-bottom: 20px;
	}
	
}


@media screen and (min-width: 400px) and (max-width: 499px){
	
	.carousel-inner .equipements-carousel.item{
		background: rgba(0, 0, 0, 0) url("../img/img-8.jpg") no-repeat scroll center center / cover;
		}	
	
	#carousel-2 .item img{
		visibility: hidden;
	}
	
	.slider_wrap{
		margin-top: -58px;
		padding: 0 25px 25px 25px;
	}

	.slider_content p{
		display: none;
	}
	
	.slider_content h2{
		font-size: 40px;
		padding-left: 25px
	}

	.slider_content h3{
		margin: 0 0 10px 0;
	}
	
	a.more-button{
		*display: none;
	}
	
	#carousel-2 .item img{
		visibility: hidden;
	}
	
	.equipements-carousel h2,  .service h2, .contact h2 , .residence-index h2{
		font-size: 40px;
	}
	
	.right_header h1{
		font-size: 90px;
		margin-bottom:0px;
	}

}


@media screen and (max-width: 400px){
	
	.carousel-inner .equipements-carousel.item{
		background: rgba(0, 0, 0, 0) url("../img/img-8.jpg") no-repeat scroll center center / cover;
		}	
	
	#carousel-2 .item img{
		visibility: hidden;
	}
	
	.slider_wrap{
		margin-top: -15px;
		padding: 0 25px 25px 25px;
	}

	.slider_content p{
		display: none;
	}
	
	.slider_content h2{
		font-size: 40px;
		padding-left: 25px
	}

	.slider_content h3{
		margin: 0 0 20px 0;
	}
	
	a.more-button{
		*display: none;
	}
	
	#carousel-2 .item img{
		visibility: hidden;
	}
	
	.equipements-carousel h2,  .service h2, .contact h2 , .residence-index h2{
		font-size: 40px;
	}
	
	.right_header h1{
		font-size: 90px;
		margin-bottom:0px;
	}
	
	.logo.text-uppercase img {
		display: none;
	}
	
	.footer_menu{
		display: none;
	}
	
	.copyright p{
		text-align: center;
	}
	
}




@media screen and (min-width: 1200px){

	.col-lg-6.col-md-6 .service{
		height: 440px;
	}

}


.carousel-inner p a{
	color: #2b2036;
	text-decoration: none;
}

div.clear{
	clear: both;
}

.slider_content h3{
	font-family: "proxima_nova_rgbold";
	font-size: 20px;
	line-height: 26px;
	padding-top: 15px;
}

.container {
	overflow: hidden;
}
 
@media screen and (max-width: 500px){
	
	.section-text h1, .blog-text h1, .contact_head h1{
		font-size: 50px;
	}

}
#carousel-2 .sliding_control{
	margin-right: 20px;
}

@media screen and (max-width: 320px){
	
	.logo.text-uppercase{
		display: none;
	}
	
	.header_left{
		width: auto;
	}
	
	.right_header h1{
		font-size: 40px;
		margin: 0 auto;
		text-align: center;
	}
	
	.tab_list{
		width: 100%;
	}
	
	.tab_list ul li.active{
		border-top: 2px solid #fff;
	}
	
	.tab-pane h2 {
		font-size: 30px;
		padding-top: 0px;
	}
	
	.tab_list ul li.active::before{
		display: none;
	}
	
	.header_content{
		width: 100%;
	}
	
	.right_header {
		clear: both;
		width:100%;
	}
	
	
	.slider_content h2{
		font-size: 23px;
		padding-left: 10px;
	}
	
	.slider_wrap{
		padding: 0 10px 25px 10px;
	}
	
	.service{
		padding-left: 10px;
	}
	
	
	.service h3{
		font-size: 16px;
		font-weight: bold;
	}
	
	.equipements-carousel h2,  .service h2, .contact h2 , .residence-index h2{
		font-size: 23px;
	}
	
	.residence-index h2{
		padding-left: 10px;
	}
	
	.icon{
		display: none;
	}
	
	.map_img{
		display: none;
	}
	
	.popup_content{
		overflow: inherit;
		padding: 10px;
	}
	
	.accordian h2{
		font-size: 20px;
	}
	
	.footer_menu {
		display: none;
	}
	
	.copyright{
		margin-bottom: 20px;
	}
	
	.copyright p{
		text-align: center;
	}
	
	.social{
		text-align: center;
		float: none;
	}
	
	.single_equipement > h2, .single_parc > h2, .single_musique > h2, .single_brodcast > h2{
		font-size: 20px;
	}
	
	.single_equipement, .single_parc, .single_musique{
		padding: 10px 15px;
	}
	
	.section-text h1, .blog-text h1, .contact_head h1, .content-area-1 .top_text h1{
		font-size: 30px;
		margin: 0px;
		padding: 0px;
		line-height: 30px;
	}
	
	.top_text > h2, h2.control-text, .contact_head p{
		font-size: 25px;
		margin: 0px;
		padding: 0px;
		line-height: 25px;
	}
	
	.top_text, .blog-text{
		padding: 10px;
	}
	
	ul.nav.navbar-nav.text-center.text-uppercase{
		margin: 0px;
	}
	
}

.Cabines col-md-4{
	padding-left: 0px;
}

.Cabines col-md-4 img{
	width: 100%;
	height: 100%;
}

.container.footer {
    padding-top: 7px;
}

ul.list-inline.text-uppercase{
	margin-left: 0px;
}

.popup_content p::after {
    content: ' ...';
}


div#blogHolder {
    padding: 0;
}

#blogHolder .next{
width: 200px;
overflow: auto;
display: block;
text-align: center;
height: 100px;
margin: 0 auto;
}

#blogHolder {
  margin: 0 auto;
}


.video .left a.video-button, .mp3 .left a.mp3-button, .galerie .left a.images-button, .article .left a.article-button {
   position: absolute;
   display: block;
   width: 100%;
   top: 0px;
   left: 0px;
   text-align: center;
   font-size: 80px;
   color: #e40851;
   margin-top: 25%;
   border: none !important;
}

.left a:active, .left a:hover, .left a:focus {
	border: none !important;
}

.left a:focus{

}

.modal-body {
	padding: 0px !important;
}

.no-padding{
	padding: 0 !important;
}

.img-holder{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	display: block;
}

.img-holder:hover{
	max-height: 600px;	
}

.img-holder:after{
width: 100%;
height: 100%;
position: absolute;
content: "";
top: 0px;
left: 0px;
content: "";
z-index: 9999;
display: block;
transition: all .3s ease;
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 64%, rgba(0,0,0,0.63) 99%, rgba(0,0,0,0.65) 100%);
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 64%,rgba(0,0,0,0.63) 99%,rgba(0,0,0,0.65) 100%);
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 64%,rgba(0,0,0,0.63) 99%,rgba(0,0,0,0.65) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}

#gallery-holder .item img{
    display: block;
    width: 100%;
    height: auto;
}

.at-icon-wrapper{
	background: #e40951 !important;
	border-bottom: 1px solid #BC1149;
}

.atss .at-share-btn, .atss a {
	width: 2pc !important;
}

.atss .at-share-btn .at-icon-wrapper, .atss a .at-icon-wrapper {
    padding: 0 !important;
}

.atss .at-share-btn span .at-icon, .atss a span .at-icon{
    width: 1.8pc !important;
    height: 1.8pc !important;
}

.top_button ul li a, .language {
    visibility: hidden;
}

p.watermark {
    text-align: left;
    color: #555555;
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 0;
}

p.watermark a {
    color: #555555;
    text-decoration: none;
}

p.watermark a:active, p.watermark a:hover{
    color: #e40851;
    text-decoration: none;
}

.row_flex{ display: flex;}
.row_flex:after{ display: block; content: ""; clear: both; }
.flex_wrap{ flex-wrap: wrap; }

.placeholder{ display: block; width: 100%; visibility: hidden;}

.buttons a{
  display: inline-block; padding: 0 30px; margin: 20px 0; text-transform: uppercase;
  height: 45px; line-height: 45px; text-decoration: none;
  font-size: 15px; border: solid 1px; position: relative;
  transition: 0.5s;
}
.buttons a+a{ margin-left: 20px; }
.buttons .primButton{ background: #e40851; color: #FFF; border-color: #e40851;}
.buttons .primButton:hover{ background: #FFF; color: #e40851; }
.buttons a.icon_button{ padding: 0 60px 0 20px;}

.video_block{ width: 100%; height: auto; position: relative; margin: 20px 0; }
.video_block iframe{ position: absolute; width: 100%; height: 100%; top: 0; left: 0;}

.offres_list{  margin:30px 0; }
.offres_list .offre_item{ padding:10px 20px; background:#FFF; border-bottom:solid 3px #e40851; }
.offres_list .offre_item+.offre_item{ margin-top:30px }
.offres_list .offre_item h2{ font-size:21px; margin:0 0 20px; }
.offres_list .offre_item h3{ color: #e40851; font-size:15px; margin:0 0 10px; }
.offres_list .offre_item .params_offre{ border-top:solid 1px #e5e5e5; padding-top:10px }

/*team*/
.team{ margin-top: 30px; }
.team_section+.team_section{ top: 50px; }
.team_section h2{ padding-left: 15px; font-size: 21px; text-transform: uppercase; }
.team_column{ margin-bottom: 25px; }
.team_member{ background: #FFF; border-bottom: solid 2px #ec5386; height: 100%; }
.team_img img{ display: block; width: 100%; }
.team_content{ padding: 8px; text-align: left; }
.team_member h3{ text-transform: uppercase; font-size: 17px; margin: 10px 0 7px 0 !important; }
.team_member h4{ font-size: 14px; color: #999 !important; margin: 0 0 15px 0 !important; line-height: 20px; }
.team_member .team_email{ font-size: 13px; }
/*End Of team*/


.no_news{ padding: 120px 0; text-align: center;}
.no_news p{text-align: center; font-size: 23px; font-family: 'proxima_novaextrabold'; color: #000;}
.no_news_socials a{
    display: inline-block; width: 80px; height: 80px; line-height: 80px;
    border-radius: 100%; border: solid 1px #e40851; color: #e40851;
    font-size: 30px; margin: 10px;
}
.no_news_socials a:hover{ background: #e40851; color: #FFF; }



/*newsletter*/
.newsletterWrapper{
  width:100%; height:100%; position:fixed; top:0; left:0; bottom: 0; background:rgba(255,255,255,0.7); z-index:100000; display: table;
}
.newspaperCell{
  display: table-cell; vertical-align: middle;
}

.newsletterBlock{
    width: 100%; max-width: 800px; height: auto; z-index: 99999;
    padding: 20px; margin: auto; position: relative;
    text-align: justify; background: #FFF;
    box-shadow: 0 0 10px #AAA;
}
.newsletterText{ padding: 20px 0 20px 20px; }
.newsletterBlock p{ margin: 0; padding: 0; font-size: 23px; line-height: 28px; text-align: center;}
.newsletterBlock form{ margin-top: 25px; }
.newsletterBlock form .input{ width: 100%;}
.newsletterBlock form .input+.input{
    margin-top: 20px;
}
.newsletterBlock form input{
    display: block; width: 100%;
    box-sizing: border-box;
    height: 50px; line-height: 50px;
    padding: 0 15px; border: solid 1px #cccccc;
}
.newsletterBlock form input[type="submit"]{
    text-align: center; background: #e40951; color: #FFF;
    border: none; text-transform: uppercase; font-size: 17px;
}
.newsletterBlock .closeBtn{
    display: block; width: 40px; height: 40px; line-height: 40px;
    background: #00c0ff; color: #FFF; border: solid 1px #00c0ff;
    position: absolute; top: 0; right: 0;
    font-size: 21px; text-align: center;
}
.newsletterBlock .response{ margin-top: 15px; }
.newsletterBlock #mce-success-response{ color: #529214;}
.action_btn.showNewsletter{ width: 265px !important; }
/*End Of newsletter*/


