/* ============ desktop view ============ */
body{
	font-family: "Roboto", sans-serif;
}
label.error {
	color:red!important;
}
.cursor-pointer{
	cursor: pointer;
}
.display-none{
	display: none;
}
.div-mobile{
	display: none;
}
.div-desktop{
	display: block;
}
@media all and (max-width: 505px) {
	.div-mobile{
		display: block;
	}
	.div-desktop{
		display: none;
	}
}

@media (min-width: 1400px){
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: 1200px;
	}
}


/* ============ header ============ */
.section-header{
	background-color: #fff; color: #dac77a; padding: 15px 0px 15px 0px;
	background: linear-gradient(#cd171e, #9e0b0f);
	background-repeat: no-repeat;
	background-position: right;
}
.section-header .row{
	align-items: center;
}
.section-header .div-logo{
	width: 100%;
}
.section-header .div-logo img{
	width: 80px; height: auto;
}
.section-header .div-title{
	width: 100%; text-transform: uppercase; font-weight: bold; text-align: center; color: #e9c546;
}
.section-header .div-title p{
	color: #e9c546; margin: 0;
}
.section-header .div-title span{
	background: -webkit-linear-gradient(0deg, rgba(230,194,64,1) 0%, rgb(234 220 61) 50%, rgba(230,194,64,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.section-header .div-lien-he{
	width: 100%; color: #fff;
}
.section-header .div-lien-he p{
	color: #fff; margin: 0; font-weight: bold;
}
/* ============ header .end// ============ */


/* ============ section-slider ============ */
.section-slider{
	background-color: #fff; padding: 0px 0px 0px 0px;
}
.section-slider .d-block{
	width: 100%;
}
/* ============ section-slider .end// ============ */

/* ============ section-4 ============ */
.section-4{
	background-color: #E8E8EB; padding: 20px 0px 30px 0px; text-align: center; height: 640px;
}
.div-phone-form{
	width: 100%;
}
.section-4 p{
	color: #fff;
}
.section-4 p.p-title{
	color: #ff1010; text-transform: uppercase; font-weight: bold; font-size: 35px;
}
.section-4 p.p-sub-title{
	color: #ff1010; text-transform: uppercase; font-weight: bold; font-size: 15px; margin-top: 20px; margin-bottom: 0;
}
.section-4 p.p-description{
	color: #000; line-height: 1.2;
}
.section-4 img{
	width: 100%;
}
.section-4 p.p-button{
	margin-top: 20px;
}
@media (max-width: 768px) {
	.section-4{
		padding: 20px 10px 0px 10px;
	}
	.section-4 p.p-title{
		font-size: 25px;
	}
	.section-4 p.p-sub-title{
		font-size: 14px;
	}
}
/* ============ section-4 .end// ============ */

/* ============ section-5 ============ */
.section-5{
	background-color: #E8E8EB; padding: 30px 0px 30px 0px; text-align: center;
}
.section-5 p{
	color: #000;
}
.section-5 p.p-title{
	color: #ff1010; text-transform: uppercase; font-weight: bold; font-size: 35px;
}
.section-5 p.p-sub-title{
	color: #000; text-transform: uppercase; font-weight: bold; font-size: 26px;
}
.section-5 p.p-description{
	color: #000; font-size: 24px;
}
@media (max-width: 768px) {
	.section-5{
		padding: 20px 10px 0px 10px;
	}
	.section-5 p.p-title{
		font-size: 25px;
	}
	.section-5 p.p-description{
		font-size: 15px;
	}
}
/* ============ section-5 .end// ============ */

/* ============ section-6 ============ */
.section-6{
	background-color: #E8E8EB; padding: 30px 0px 30px 0px; text-align: center;
}
.section-6 p{
	color: #000;
}
.section-6 p.p-title{
	color: #ff1010; text-transform: uppercase; font-weight: bold; font-size: 35px;
}
.section-6 p.p-sub-title{
	color: #000; text-transform: uppercase; font-weight: bold; font-size: 26px;
}
.section-6 p.p-description{
	color: #000;
}
.section-6 table{
	width: 100%; text-align: center; font-size: 30px;
}
.section-6 table tr th{
	text-align: center; font-weight: bold; padding: 30px 10px 30px 10px; border: 1px solid #ccc; background-color: #fff;
}
.section-6 table tr td{
	padding: 30px 10px 30px 10px; border: 1px solid #ccc; background-color: #fff;
}
@media (max-width: 768px) {
	.section-6{
		padding: 20px 0px 20px 0px;
	}
	.section-6 p.p-title{
		font-size: 25px;
	}
	.section-6 table{
		width: 100%; text-align: center; font-size: 15px;
	}
	.section-6 table tr th{
		text-align: center; font-weight: bold; padding: 10px 10px 10px 10px; border: 1px solid #ccc;
	}
	.section-6 table tr td{
		padding: 10px 10px 10px 10px; border: 1px solid #ccc;
	}
}
/* ============ section-6 .end// ============ */

.section-footer-copyright{
	background-color: #cd171e; color: #fff; padding: 10px 0px 10px 0px; font-size: 16px; text-align: center;
	border-top: 1px solid #999;
}
.section-footer-copyright a{
	color: #000;
}
@media (max-width: 768px) {
	.section-footer-copyright{
		font-size: 14px;
	}
}




/* Custom */
.swal2-title{
	font-size: 20px!important;
}
.alert.alert-danger{
	font-size: 13px!important; padding: 5px 5px;
}