@charset "UTF-8";
/* CSS Document */

body { background-color: #e2e5e9; }

.container{
font-family: oswald, sans-serif;
background-color: #FFF ; }

/* Header Style*/
.header{
	background-color: #000000;
	Padding : 30px 10px 30px 10px;
	display: flex;
}


h1{
	padding: 10px;
	font-family: Oswald, Sans-Serif;
    font-weight: medium;
    text-align: right;
    color: #ffffff;
    font-size: 28px !important;
	border: 1px solid #ffffff;
	border-radius: 40px;
	float: right;
	text-transform: uppercase;
}
.titre{
	padding-top:20px;
}

/* ëtre rappelé  */
.telephone{
	background-color: #dcdcdc;
	padding: 20px 0px 20px 0px;
    margin: 20px 0px 20px 20px;
	border-radius: 20px;
	text-transform: uppercase;
	text-align: center;
	 -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%;
    min-height: 90% ;
}
.gratuitement{
	text-transform: none;
	font-size: 28px;
	letter-spacing: 1px;
}
.row{
	overflow: hidden;
}


.champ_tel{
	padding: 10px;
}

#telNo{
	width: 90%;
    padding-top: 10px;
    padding-bottom: 10px;
	font-style: italic;
}


button{
	background-color: #c40e1a;
	padding: 5px;
	font-size: 20px;
	color: #ffffff;
	border-radius: 30px;
	width: 90%;
	text-transform: uppercase;
}

.button{
	background-color: #c40e1a;
	padding: 5px;
	font-size: 20px;
	color: #ffffff;
	border-radius: 30px;
	width: 90%;
	text-transform: uppercase;
}
/* Obtenez votre devis */

.obtenez_devis{
	color: #000000;
	background-color: #dcdcdc;
	text-align: center;
	text-transform: uppercase;
	padding: 10px;
}

/*  commencez ici + pictos  */

.commencez{
	background-color: #c40e1a;
	text-align: center;
	margin: 20px 0px 20px 0px;
}
.picto{
    text-align: center;
	color:#ffffff;
    background-color: #c40e1a;
    border-radius: 20px;
    padding: 20px 0px 20px 0px;
    font-size: 18px;
}
/*  stat */

.stat{color:#c40e1a; 
	font-weight: 900;}

/*  footer  */

.footer{
	font-size:12px;
	text-align: center;
	padding: 10px 0px 10px 0px;
	margin-top:20px;
	border-top: 1px solid #f1f1F1;
}

.hide-md{
	display: none ;
}
.show-md{
    display: inline-block ;
    }

/* Responsive */
@media screen and (max-width: 992px){
.commencez img.leftcol {
	padding-top:5px;
	width: 100%;
}
    
}

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

.hide-md{
	display: inline-block ;
}
.show-md{
    display: none ;
    }
}
