/** 
 * public/css/home/home.css
 * Feuille de style pour la pagae d'accueil.
 * 
 * @author Smaga Michael <michael@bvb-software.fr>
 * @version 1.0.0
 */

* {
    margin: 0;
    padding: 0;
}

body {
	overflow-x: hidden;
}

ul {
	list-style: none;
	margin: 0px;
}

p {
	color: #7a7a7a;
	font-size: 14px;
	line-height: 24px;
}

.parallax-content {
  width: 100%;
  min-height: 100vh;
  background-size: cover;
}

.primary-white-button a {
	display: inline-block;
	background-color: #fff;
	font-size: 13px;
	padding: 12px 18px;
	color: #121212;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 20px;
}

.primary-blue-button a {
	border: 2px solid #00baf1;
	display: inline-block;
	background-color: #fdfdfd;
	font-size: 13px;
	padding: 12px 18px;
	color: rgb(0, 0, 0);
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 20px;
}


.page-section {
    padding: 80px 0;
}

@media (max-width: 480px) {
    .page-section h1 {
        font-size: 3em;
    }
    .page-section h2 {
        font-size: 2em;
    }
    .page-section p {
        font-size: 1em;
        margin: 0 0 20px;
    }
}

.parallax-content {
  width: 100%;
  min-height: 100vh;
  background-size: cover;
  position: relative;
  background-image: url(../../img/home/bg-cloud.jpg);
  text-align: center;
  vertical-align: middle;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 90px;
}

.parallax-content > div{
	padding: 10px;
}

@media ( max-width : 991px ) {
	.div-img-intro{
		display: none;
	}
}


.img-intro{
	width: 41vw;
    height: auto;
	/* box-shadow: 1px 5px 11px #9b9b9b;
	border: 9px solid;
    border-image-slice: 1;
    border-width: 10px;
    border-image-source: linear-gradient(to bottom, #165379, #ffffff); */
}


.baner-content .text-content {
	text-align: center;
	color: rgb(0, 0, 0);
}

.baner-content .text-content img {
	width: 200px;
	height: auto;
}

.main-title {
	letter-spacing: 15px;
	font-size: 80px;
}

.main-title span{
	font-size: 100px;
}

.baner-content .text-content p {
	color: inherit;	
	font-size: 14px;
	line-height: 24px;
}

.primary-white-button {
	margin-top: 25px;
}

.primary-white-button a{
	border: 1px solid black;
}


#services {
	padding: 150px 0px;
	background-image: url(../../img/home/bg-home-2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

#services .service-item {
	text-align: center;
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}


#services .service-item .icon {
	width: 110px;
	height: 110px;
	align-items: center;
    display: flex;
    justify-content: center;	
	text-align: center;
	line-height: 104px;
	border: 3px solid #cea265;
	border-radius: 50%;
	background-color: #88c6d3;
}

.service-item i{
	font-size: 40px;
	color: white;
}

#services .service-item h4 {
	margin-bottom: 30px;
	margin-top: 45px;
	font-size: 17px;
	font-weight: 500;
	color: #fff;
	letter-spacing: 1px;
}

#services .service-item .line-dec {
	width: 100%;
	height: 1px;
	background-color: rgba(250, 250, 250, 0.5);
}

#services .service-item p {
	color: #fff;
	margin-top: 30px;
}

#services .primary-blue-button {
	text-align: center;
}



.gallery-picture {
	padding-top: 100px;
	display: flex;
	flex-wrap: wrap;
	/* background-color: #373a3c; */
	/* border: 5px solid #59d0f6; */
}

.gallery-picture .image {
	padding: 5px;
}

.border-img-about{
	box-shadow: 1px 5px 11px #9b9b9b;
	border: 9px solid;
    border-image-slice: 1;
    border-width: 10px;
    border-image-source: linear-gradient(to bottom, #88c6d3, #cea265);
}

.border-img-about-int{
	border: 5px solid rgb(255, 255, 255);
}


.gallery-picture .image img{
	height: auto;
	width: 100%;
}


.filter-categories {
  margin-top: 60px;
}

.filter-categories ul li {
  margin: 0px 10px 15px 0px;
  display: block;
}

.filter-categories ul li span {
  cursor: pointer;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 500;
  left: 0.5px;
}

.filter-categories ul li.active span {
  color: #f7c552;
}

#portoflio .page-section {
	padding: 0px;
}

.tree-service{
	width: 100%;
}

#about{
	display: flex;
	flex-wrap: wrap;
	/* padding: 10px 0; */
	margin: 5px 0;
	background-image: url(../../img/home/bg-cloud.jpg);
    background-size: cover;
}

/* AU DESSUS DE  911px*/
@media ( min-width : 991px ) {
	#about .section-heading{
		padding: 100px;
	}

}



#about .section-heading {
	padding: 20px;
	/* background-color: #00b9f1ad; */
	height: 100%;
}


#about .section-heading h4 {
	margin-top: 0px;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	letter-spacing: 1px;
	text-align: center;
}

#about .section-heading .line-dec {
	width: 270px;
	height: 1px;
	background-color: rgba(250, 250, 250, 0.5);
	margin: 20px 0px 15px 0px;
}

#about .section-heading p {
	color: #fff;
	text-align: justify;
}

/* section des packs */
.content-pack{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}


.tabs {
	list-style: none;
	margin-top: 40px;
	padding-right: 70px;
  }
  
.tabs li {
	text-align: center;
	margin: 25px 0px;
}

.tabs a {
	display:block;
	text-align:center;
	text-decoration:none;
	text-transform:capitalize;
	letter-spacing: 0.5px;
	color:#121212;
	font-size: 15px;
	font-weight: 500;
	padding: 12px 12px;
	background-color: #fff;
}

.tabs a:hover {
	color: #ffffff;
    background-color: #00baf1;
	cursor: pointer;
}

.tabs .active {
	color: #ffffff;
    background-color: #00baf1;
}

#first-tab-group {
	padding: 15px;
	width: 100%;
}

.div-img-pack{
	/* height: 400px; */
	width: 100%;
	overflow: hidden;
}

/* EN DESSOUS DE 1200px */
@media ( max-width : 1300px ) {
	.tabs{
		padding: 0;
	}
}

/* EN DESSOUS DE 991PX */
@media ( max-width : 991px ) {
	.modal-pack{
		top: 70px;
		margin: 20px;
		max-width: 960px !important;

	}

	.modal-pack img{
		width: 100%;
	}

	.tabgroup .text-content {
		padding: 5px 0 !important;
		
	}


	.detail-pack{
		display: none !important;
	}

	.div-pack-pc{
		display: none;
	}

	.div-pack-mobile{
		display: block;
	}


}

/* AU DESSUS DE  992px*/
@media ( min-width : 992px ) {
	.div-img-pack{
		height: 25vw;
	}

	.div-pack-mobile{
		display: block;
	}

	.div-pack-mobile{
		display: none;
	}
}

.tabgroup img	 {
	height: auto;
	width: 100%;
}

.tabgroup .text-content	 {
	background-color: #fff;
	color: rgb(0, 0, 0);
	padding: 25px;
	text-align: left;
}

.tabgroup .text-content h4 {
	font-size: 17px;
	font-weight: 500;
	letter-spacing: 0.5px;
	color: #121212;
	margin-top: 0px;
	margin-bottom: 5px;
}


/* section des avis */
.partner{
	background-color: white;
	border-radius: 5px;

}

.partner img{
	height: 90px;
	width: auto;
}

#opinion {
	background-color: #48bbf1;
	/* background-image: url(../../img/home/bg-about.jpg); */
	text-align: center;
	padding: 50px 0px;
	/* height: 450px; */
	margin: 5px;
}

#opinion h3{
	margin: 35px 0;
}

#opinion .opinion-item h4 {
	color: #fff;
	font-size: 17px;
	font-weight: 500;
	letter-spacing: 0.5px;
	margin-top: 30px;
	margin-bottom: 5px;
}


#opinion .opinion-item p {
	font-size: 16px;
	color: #9a9a9a;
	font-style: italic;
	font-weight: 300;
	background-color: #fff;
	padding: 30px;
	border-radius: 5px;	
}

#opinion .container{
	height: 100%;
}

.carousel{
	height: 100%;
}


/* Section à définir */
#packs {
	background-image: url(../../img/home/bg-packs.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
} 


.detail-pack{
	/* padding-top: 90px; */
    display: flex;
    justify-content: center;
    padding: 100px 50px;
}

#packs .list-packs {
	text-align: left;
	padding-top: 100px;
	padding-bottom: 60px;
	background-color: rgba(0, 0, 0, 0.5);
	/* height: 582px; */
	padding-left: 20px;
    padding-right: 20px;
	overflow: hidden!important;
	height: 100%;
}

#packs .section-heading h4 {
	margin-top: 0px;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	letter-spacing: 1px;
}

#packs .section-heading .line-dec {
	width: 270px;
	height: 1px;
	background-color: rgba(250, 250, 250, 0.5);
	margin: 20px 0 15px 0;
}

#packs .section-heading p {
	color: #fff;
	padding-right: 70px;
}

.clearfix:after {
  content:"";
  display:table;
  clear:both;
}


/* Section Contact */
#contact-us {
	padding: 100px 0px;
	background-image: url(../../img/home/bg-packs.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

#contact-us .section-heading h4 {
	margin-top: 0px;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	letter-spacing: 1px;
	width: 100%;
	text-align: center;
}

#contact-us .section-heading .line-dec {
	width: 270px;
	height: 1px;
	background-color: rgba(250, 250, 250, 0.5);
	margin: 20px auto 15px auto;
}

#contact-us .section-heading p {
	color: #fff;
	padding: 0px 33%;
	text-align: center;
}

#contact-us .modal-content {
	border: 3px solid #00baf1;
}

#contact-us .modal-header {
	color: #fff;
	background-color: #373a3c;
}

.text-data{
	font-size: 12px;
    font-style: italic;
    text-align: center;
}

.div-btn-contact{
	text-align: center;
	width: 100%;
}

.btn-modal{
	background-color: #00baf1;
	border: 1px solid white;
	color: white;
}

.btn-modal-send{
	background-color: #00baf1;
	border: 1px solid #00baf1;
	color: white;
}

.toon-contact{
	height: 180px;
    width: auto;
}

.modal-footer-contact{
	/* display: flex;
	justify-content: space-between;
	align-items: flex-end; */
	text-align: end;
}

.div-btn-modal{
	margin: 10px;
}

.btn-close-modal{
	height: 35px;
    width: 35px;
    color: white;
    background: gray;
    font-size: 20px;
}

.modal-contact .modal-body{
	padding-bottom: 0 !important;
}

.modal-contact .modal-body form{
	display: flex;
	flex-wrap: wrap;
}

.modal-contact textarea{
	height: 200px;
}

footer {
	margin-top: -6px;
	background-color: #373a3c;
	padding-top: 50px;
	padding-bottom: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

footer .logo{
	text-align: center;
}

footer .logo em {
	font-style: normal;
	font-size: 28px;
	color: #ffffff;
}

footer .logo-ft {
	display: inline-block;
	margin-top: 15px;
	text-decoration: none;
	color: rgb(20, 211, 236)!important;
	font-size: 21px;
	font-weight: 900;
	text-transform: uppercase;
	text-shadow: none;
	letter-spacing: 1px;
}

footer .logo p {
	font-weight: 300;
	font-size: 12px;
	color: #fff;
	margin-bottom: -10px;
	letter-spacing: 0.5px;
}

footer .logo span {
	font-weight: 600;
	color: #f7c552;
}

footer .logo a {
	color: #FFF;
}

footer .logo a:hover {
	color: #9F0;
}

footer .location h4 {
	margin-top: 0px;
	font-size: 13px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

footer .location ul li {
	font-size: 13px;
	color: #fff;
	display: inline-block;
	line-height: 24px;
	letter-spacing: 0.5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

footer .location ul li:first-child {
	margin-right: 15px;
	padding-right: 15px;
}

footer .contact-info h4 {
	margin-top: 0px;
	font-size: 13px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

footer .contact-info ul li {
	font-size: 13px;
	color: #fff;
	display: inline-block;
	line-height: 24px;
	letter-spacing: 0.5px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: 300;
	margin-bottom: -15px;
}

footer .contact-info ul li em {
	font-style: normal;
	font-weight: 500;
}

footer .connect-us h4 {
	margin-top: 0px;
	font-size: 13px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

footer .connect-us ul li {
	display: inline-block;
	margin-right: 2px;
}

footer .connect-us ul li a {
	display: inline-block;
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	background-color: #fff;
	border-radius: 50%;
	color: #373a3c;
	font-size: 15px;
	transition: all 0.3s;
}

footer .connect-us ul li a:hover {
	background-color: #f7c552;
}

.legal-mention{
	display: flex;
	justify-content: space-around;
	background-color: #373a3c;
	padding: 10px;
}

.btn-modal-document{
	background: #373a3c;
    color: white;
    border: none;
    border-bottom: 1px solid white;
}

.legal-mention a{
	color: white;
}

.legal-mention iframe{
	height: 100%;
	width: 100%;
}

.modal-document{
	width: 95% !important;
	height: 95% !important;
	max-width: unset !important;
	max-height: unset !important;
}

.modal-document .modal-content{
	height: 100% !important;
}

.modal-document .modal-body{
	padding: 0 !important;
}

/* RESPONSIVE */
@media (max-width: 991px){

	.baner-content .text-content p {
		padding: 0px 15%;
	}


	#services .service-item {
		margin-bottom: 80px;
	} 

	#about .section-heading {
		text-align: center;
		padding-top: 20px;
		padding-left: 0vh;
		padding-right: 0vh;
		overflow: hidden;
	}

	.gallery-picture {
		padding-top: 0 !important;
	}

	#about .section-heading .line-dec {
		margin: 20px auto 15px auto;
	}

	#about .section-heading p {
		padding: 0px 20px;
	}

	#packs .section-heading {
		text-align: center;
		padding-top: 100px;
		padding-bottom: 100px;
		background-color: rgba(0, 0, 0, 0.5);
		padding-left: 0vh;
		padding-right: 0vh;
		overflow: hidden!important;
	}

	#packs .section-heading .line-dec {
		margin: 20px auto 15px auto;
	}

	#packs .section-heading p {
		padding: 0px 30px;
	}

	.tabs {
		padding: 0px 45px;
	}

	#first-tab-group {
		margin-bottom: 30px;
	}

	#contact-us .section-heading p {
		padding: 0px 10%;
	}

	footer {
		text-align: center;
	}


	footer > div {
		margin-bottom: 30px;
		padding-bottom: 30px;
		border-bottom: 1px solid rgba(250, 250, 250, 0.1);
	}



}

@media (max-width: 768px){
	.baner-content .text-content p {
		padding: 0px 10%;
	}

	.navbar-nav {
		margin-top: 0px;
		margin-bottom: 0px;
	}

}

@media (max-width: 385px){

	footer .location ul li {
		display: block;
	}

	footer .location ul li:first-child {
		margin-right: 0px;
		padding-right: 0px;
		border-right: none;
	}

}