/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

/* ===== Preloader =====*/

.preloader-wrapper{
	background-color: #FFF;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all .4s ease;
}
  
.snipper-border{
	height: 5rem;
	width: 5rem;
}

.fade-piner{
	opacity: 0;
	visibility: hidden;
	z-index: 0;
}
/* ===== Police ========*/
/* @import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700&family=Hind:wght@300;400;500&family=Quicksand:wght@300;400;500&family=Raleway:wght@300;400&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700&display=swap');
body *{
	font-family: 'Comfortaa', cursive !important;
	input{font-family: 'Comfortaa', cursive !important;}
	.tp-kbimg{visibility: visible !important;}
}

/* ===== Balises natives ==== */

h3{
	font-size: 1em;
	font-weight: 500;
}

#icons{
	margin: 200px 0;
}

#slider{
	background-size: cover !important;
}


/* ===== Fond titre =====*/

#section-qsn{
	position: relative;
	background-image: url('../../img/fond/qui-sommes-nous.png') !important;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-height: 200px;
}
  
#section-produit{
	position: relative;
	background-image: url('../../img/fond/notre\ produit.png') !important;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-height: 200px;
}
  
#section-tarifs{
	position: relative;
	background-image: url('../../img/fond/inscription.png') !important;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-height: 350px;
}

#video-demo{
	position: relative;
	background-image: url('../../img/fond/video.png') !important;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-height: 200px;
}
  
#section-qsn h2, #section-produit h2,#section-tarifs h2 {
	background-color: rgba(255,255,255, 0.8);
	border-radius: 10px;
	padding: 20px;
	
}

#text-area{
	height: 123px;
}
  
#slider{
	margin-top: -101px !important;
}
/* table des spécification application */
.red{
	background-color: rgba(224, 83, 83, 0.2) !important;
	background-color: 1px solid rgb(224, 83, 83) !important;
}
.green{
	background-color: rgba(98, 177, 91, 0.2) !important;
	background-color: 1px solid rgb(98, 177, 91) !important;
}
.btn-max{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.btn-free{
	border-radius: 4px;
	height: 45px;
}
.grecaptcha-badge { visibility: hidden; }

.fond-revolutionslider{
	background-color: #333;
}

.min-height-portable{
	min-height: 500px;
}

.mh-140-px{min-height: 140px !important; max-width: 400px !important;}
.alert{
	border-radius: 0 !important;
	border: 1px solid green !important;
}

.primary-menu .text-dark{
	color: #333 !important;
}
.header-wrap{
	background-color: rgba(#333 0.5);
}
.dark{
	background-color: rgba(3,3,3, 0.5) !important;
	z-index: 2;
}
.dark-footer, h5{
	background-color: #343a40 !important;
	color: white;
}
#copyrights{
	background-color: #1c1f22 !important;
	color: #919191;
}
#button-inscription{
	background-color: #2e3c45 !important;
  	margin: 10px !important;
  	padding: 15px !important;
}
@media (max-width: 649px) {
	footer{padding-left: 0; padding-right: 0;}
	.center-sm{text-align: center;}
	.center-logo{
		display: flex;
		justify-content: center;
		align-items: center;
	}
}
@media (min-width: 750px) {
	
}