.img-verif{
	width: 60px;
	height: 30px;
}
.verify{
	width: 150px;
}

/*Ordinateurs*/
@media all  and (min-width: 1200px){
	/*Icons message flash*/
    i.mi-head{
        font-size: 30px;
    }
    /*Icons message flash*/
	
	/*---- Messages flash ----*/
    .messages{
        margin-left: auto;
        margin-right: auto;
        width: auto;
        height: auto;
        text-decoration: none;
        list-style-type: none;
        text-align: center;
        align-items: center;
        border-radius: 15px;
    }
    /*---- Messages flash ----*/

	/*---- Navbar ----*/
	.nav-link{
		font-size: 1.4rem;
		color: #E3781E !important;
		transition: transform .1s;
	}
	.active{
		color: #333 !important;
	}
	.nav-link:hover{
		color: #145A32 !important;
		-ms-transform: scale(1.1); /* IE 9 */
		-webkit-transform: scale(1.1); /* Safari 3-8 */
		transform: scale(1.1);
		border-bottom: 1px solid #145A32;
	}
	/*---- Navbar ----*/
	
	/*---- Body ----*/
	.bloc-page{
		background-color: #b9b7b7;
	}
	
	h1{
		margin-top: 3%;
		text-align: center;
	}
	.p-justify{
		text-align: center;
		margin-top: 3%;
		font-size: 1.4em;
	}
	.devis-page{
		display: flex;
		background-color: #b9b7b7;
		margin-bottom: -2.5%;
	}

	.contact{
		display: flex;
		margin: 0 auto;
     	width: 100px;
	}
	
	i.mi{
		font-size : 50px;
		color: #145A32;
	}
	i.mi:hover{
		font-size : 50px;
		color: #1e145a;
		transform: scale(1.1);
	}

	/*-- Form --*/
	.etoile{
		color : red;
	}
    .formulaire-devis{
		margin-top: 4%;
		padding: 1%;
		width: 50%;
		margin-left: auto;
		margin-right: auto;
		border-radius: 15px;
		background-color: #b9b7b7;
	}
	.form-names{
		display: flex;
		justify-content: center;
	}
	.m1{
		margin-right: 20%;
	}
	.label-adresse-mail{
		margin-top: 3%;
	}
	.label-residence{
		margin-top: 3%;
	}
	.label-superficie{
		margin-top: 3%;
	}
	.label-localisation{
		margin-top: 3%;
	}
	.label-frequence{
		margin-top: 3%;
	}
	.label-pro_ou_par{
		margin-top: 3%;
	}
	.radio-box{
		display: flex;
		justify-content: space-around;
	}
	.textea{
		margin-top: 3%;
	}
	.btn-devis{
		margin-top: 3%;
		text-align:center;
	}

	/*-- Form --*/
	
	/*---- Body ----*/

}

/*Tablettes*/
@media all  and (max-width: 1199px){

	/*Icons message flash*/
    i.mi-head{
        font-size: 30px;
    }
    /*Icons message flash*/
	/*---- Messages flash ----*/
    .messages{
        margin-left: auto;
        margin-right: auto;
        width: 700px;
        height: auto;
        text-decoration: none;
        list-style-type: none;
        text-align: center;
        align-items: center;
        border-radius: 15px;
    }
    /*---- Messages flash ----*/

	/*---- Navbar ----*/
	.nav-link{
		font-size: 1.4rem;
		color: #E3781E !important;
	}
	.active{
		color: #333 !important;
	}
	/*---- Navbar ----*/
	
	/*---- Body ----*/
	.main-block{
		margin-top: 5%;
	}

	/*---- Body ----*/
	h1{
		margin-top: 5%;
		text-align: center;
	}
	.p-justify{
		text-align: center;
		margin-top: 3%;
		font-size: 1.4em;
	}
	.devis-page{
		background-color: white;
	}

	.contact{
		display: flex;
		margin: 0 auto;
     	width: 100px;
	}
	
	i.mi{
		font-size : 50px;
		color: #145A32;
	}
	i.mi:hover{
		font-size : 50px;
		color: #1e145a;
		transform: scale(1.1);
	}

	/*-- Form --*/
	.etoile{
		color : red;
		font-size: 20px;
	}
    .formulaire-devis{
		margin-top: 4%;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		background-color: white;
	}
	.form-names{
		display: flex;
	}
	.m1{
		margin-right: 40%;
	}
	.label-adresse-mail{
		margin-top: 3%;
	}
	.label-residence{
		margin-top: 3%;
	}
	.label-superficie{
		margin-top: 3%;
	}
	.label-localisation{
		margin-top: 3%;
	}
	.label-frequence{
		margin-top: 3%;
	}
	.label-pro_ou_par{
		margin-top: 3%;
	}
	.radio-box{
		display: flex;
		justify-content: space-around;
	}
	.textea{
		margin-top: 3%;
	}
	.btn-devis{
		margin-top: 3%;
		text-align:center;
	}
	/*-- Form --*/

	/*---- Body ----*/

}

/*Smartphones*/
@media all  and (max-width: 429px){
	/*Icons message flash*/
    i.mi-head{
        font-size: 30px;
    }
    /*Icons message flash*/
	/*---- Messages flash ----*/
    .messages{
        margin-left: auto;
        margin-right: auto;
        width: 250px;
        height: auto;
        text-decoration: none;
        list-style-type: none;
        text-align: center;
        align-items: center;
        border-radius: 15px;
    }
    /*---- Messages flash ----*/
	
	/*---- Navbar ----*/
	.nav-link{
		font-size: 1.2rem;
		color: #E3781E !important;
	}
	.active{
		color: #333 !important;
	}
	/*---- Navbar ----*/
	
	/*---- Body ----*/
	.main-block{
		margin-top: 5%;
	}

	/*---- Body ----*/
	h1{
		margin-top: 5%;
		text-align: center;
	}
	.p-justify{
		text-align: justify;
		margin-top: 3%;
		font-size: 1.2em;
	}
	.devis-page{
		background-color: white;
	}

	.contact{
		display: flex;
		margin: 0 auto;
     	width: 100px;
	}
	
	i.mi{
		font-size : 50px;
		color: #145A32;
	}
	i.mi:hover{
		font-size : 50px;
		color: #1e145a;
		transform: scale(1.1);
	}

	/*-- Form --*/
	.etoile{
		color : red;
	}
    .formulaire-devis{
		margin-top: 4%;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		background-color: white;
	}
	.form-names{
		display: flex;
	}
	.m1{
		margin: 2%;
	}
	.label-adresse-mail{
		margin-top: 3%;
	}
	.label-residence{
		margin-top: 3%;
	}
	.label-superficie{
		margin-top: 3%;
	}
	.label-localisation{
		margin-top: 3%;
	}
	.label-frequence{
		margin-top: 3%;
	}
	.label-pro_ou_par{
		margin-top: 3%;
	}
	.radio-box{
		display: flex;
		justify-content: space-around;
	}
	.textea{
		margin-top: 3%;
	}
	.btn-devis{
		margin-top: 3%;
		text-align:center;
	}
	/*-- Form --*/

	/*---- Body ----*/
}