@import url('https://fonts.googleapis.com/css?family=Montserrat:400,900|Roboto:100,300,400,500|Roboto+Condensed:300,400');

body {
	font-family: "Roboto", sans-serif;
	font-size: 12px;
	color: #292929;
}

#btnDevis {
	position: fixed;
	bottom: 42px;
	left: 150px;
	z-index: 3000;
}

#btnDevis a {
	background-color: #FD933D;
	color: #fff;
	font-size: 16px;
	padding: 20px;
	border-radius: 32px;
}

#headerSites {
	margin-top: 20px;
	margin-bottom: 20px;
}

#logo img {
	height: 60px;
}

#headerSites a {
	color: #292929;
	margin-right: 20px;
	padding: 5px;
	background-color: #eee;
	border: 1px #eee solid;
}

#headerSites a.active {
	background-color: #fff;
	border: 1px #eee solid;
}

#header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	background: rgba(255,255,255,1);
}

#header .container {
	position: relative;
	height: 150px;
}

#menus {
	position: absolute;
	right: 0;
	bottom: 0;
	border-top: 1px #dddddd solid;
}

#menus ul {
	margin: 0;
	padding: 0;
}

#menus ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
}

#menus ul li a {
	font-size: 15px;
	padding: 20px;
	text-transform: uppercase;
	color: #292929;
	display: block;
}

#menus ul li a:hover {
	color: #FD933D;
}

#sousMenu {
	display: none;
	position: absolute;
	top: 150px;
	left: 0;
	right: 0;
	background-color: #eee;
	padding: 40px;
	text-align: center;
	font-size: 26px;
	font-family: "Montserrat", sans-serif;
}

#headerContact {
	position: absolute;
	top: 20px;
	right: 0;
}

.headerLinks {
	display: inline-block;
}

.headerLinks a {
	color: #8e8e8e;
	margin-right: 20px;	
	text-transform: uppercase;
}

.headerLinks a:hover {
	color: #385B99;
}

.headerRS {
	display: inline-block;
	padding-left: 20px;
	border-left: #dddddd 1px solid;
}

.headerRS a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 15px;
	text-align: center;
	display: inline-block;
	background-color: #8e8e8e;
	color: #fff;
	margin-right: 20px;
}

.headerRS a:hover {
	background-color: #385B99;
}

.headerTel {
	display: inline-block;
	padding-left: 20px;
	border-left: #dddddd 1px solid;
}

.headerTel a {
	font-size: 15px;
	color: #8e8e8e;
}

.headerTel a:hover i {
	background-color: #385B99;
}

.headerTel a i {
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 15px;
	text-align: center;
	display: inline-block;
	background-color: #8e8e8e;
	color: #fff;
	margin-right: 20px;
}

#contenu {
	margin-top: 200px;
}

#contenu .container {
	position: relative;
	min-height: 600px;
	padding-top: 220px;
}

.contenuCadre1 {
	position: absolute;
	left: 15px;
	top: 0;
	width: 65%;
	padding: 40px;
}

div.homePictoH1 {
	position: absolute;
	left: 50px;
	top: 30px;
}

div.homePictoH1 img {
	width: 150px;
}

.contenuCadre1 h1 {
	font-family: "Montserrat";
	font-size: 36px;
	font-weight: 900;
	margin-bottom: 40px;
}

h1.homePictoH1 {
	margin-left: 200px;
	font-size: 30px;
	line-height: 50px;
	margin-bottom: 80px;
}

.contenuCadre1 p {
	font-size: 16px;
}

.contenuCadre1Btns {
	margin-top: 50px;
}

.contenuCadre2 {
	position: absolute;
	right: 15px;
	top: 0;
	width: 30%;
	height: 350px;
}

.contenuCadre3 {
	position: absolute;
	left: 70%;
	top: 375px;
	width: 30%;
	height: 25%;
	margin-left: -15px;
}

.contenuCadre3 a {
	font-size: 18px;
	color: #292929;
	text-align: center;
	display: block;
	width: 230px;
	height: 170px;
	padding-top: 33px;
	vertical-align: middle;
}

.contenuCadre3 a:after {
	font-family: "FontAwesome";
	content: '\f063';
	display: block;
	color: #FD933D;
	font-size: 30px;
	position: absolute;
	left: 70px;
	right: 0;
	bottom: 53px;
	text-align: center;
}

.fdGris {
	background-color: #eeeeee;
}

.fdBleu {
	background-color: #385B99;
}

.fdOrange {
	background-color: #FD933D;
}

.fdImage1 {
	background-image: url(../img/virus.jpg);
	background-size: cover;
	background-position: center center;
}

.txt-blanc {
	color: #fff !important;
}

.txt-bleu, .wysiwyg-color-blue {
	color: #385B99;
}

.txt-orange, .wysiwyg-color-orange {
	color: #FD933D;
}

.txt-vert {
	color: #A2C044;
}

.txt-rose {
	color: #B52B5F;
}

.txt-gd {
	font-size: 26px;
}

.ml-30 {
	margin-left: 30px;
}

.contenuTexte {
	position: relative;
	background-color: #fff;
	z-index: 2;
	-webkit-box-shadow: 0px 0px 29px -15px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 29px -15px rgba(0,0,0,1);
	box-shadow: 0px 0px 29px -15px rgba(0,0,0,1);
	padding: 85px;
	max-width: 900px;
	margin: 0 auto;
	margin-bottom: 100px;
}

.contenuTexte h2 {
    font-size: 33px;
    font-family: "Roboto";
    font-weight: 100;
    text-align: center;
    margin-bottom: 50px;
    color: #385B99;
}

.contenuTexte h3 {
    font-size: 22px;
    font-family: "Roboto";
    font-weight: 300;
    text-align: center;
    margin-bottom: 50px;
}

.contenuTexte p {
    line-height: 20px;
    color: #282828;
    font-family: "Roboto Condensed";
    font-weight: 300;
    font-size: 14px;
}

.contenuTexte p b {
    color: #FD933D;
    font-size: 16px;
}

.contenuTexte ul {
    width: 80%;
    padding: 30px;
    background-color: #f0f0f0;
    margin: 0 auto;
    margin-bottom: 50px;
}

.contenuTexte ul li {
    line-height: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.contenuTexte a {
	color: #385B99;
}
.contenuTexte .fdGris {
	font-size: 14px;
}

.contenuTexte .fdGris ul {
	width: 100%;
	padding: 0;
	background: none;
}

.contenuTexte .fdGris ul li {
	color: #292929;
	padding-left: 50px;
	list-style: none;
	position: relative;
}

.contenuTexte .fdGris ul li:before {
	width: 10px;
	height: 10px;
	background-color: #FD933D;
	position: absolute;
	left: 0;
	top: 6px;
	display: block;
	content: '';
}

.contenuTexte .fdGris h2 {
	text-align: left;
	font-weight: 400;
	font-size: 28px;
}

.contenuTexte .fdGris p b {
    color: #000;
    font-size: 16px;
}

.contenuImage {
	text-align: center;
	position: relative;
	margin-bottom: 100px;
	display: inline-block;
}

.contenuImage img {
	position: relative;
}

.contenuImage:before {
	position: absolute;
	bottom: -30px;
	right: -30px;
	width: 300px;
	height: 200px;
	background-color: #FD933D;
	content: '';
	display: block;
}

.btn {
	border-radius: 25px;
	font-size: 20px;
	border: 2px #fff solid;
	padding: 10px 20px;
	margin-right: 30px;
}

.btn-blanc {
	background-color: #fff;
}

.btn-blanc:hover {
	background-color: #fff;
}

.btn-bleu {
	background-color: #385B99;
	color: #fff;
}

.btn-bleu:hover {
	background-color: #385B99;
	color: #fff;
}

#partners {
	max-width: 800px;
	margin: 0 auto;
}

#partners img {
	margin-top: 30px;
}

#partners {
	text-align: center;
}

/* SECTION */

.section {
	padding: 100px 0px;
}

.sectionBorderTop {
	border-top: 1px #eeeeee solid;
}

.section h2 {
	font-weight: 100;
	text-align: center;
	font-size: 32px;
	font-family: "Roboto";
	color: #000;
}

.section h3 {
	font-weight: 300;
	text-align: center;
	font-size: 22px;
	font-family: "Roboto Condensed";
	margin-bottom: 50px;
	margin-top: 20px;
	color: #000;
}

.blocVide {
	height: 100px;
}

.blocImage {
	position: relative;
	background-size: cover;
	background-position: center;
}

.blocImage:after {
	clear: both;
	content: '';
	display: block;
}

.blocImage:before {
	content: "";
	float: left;
	padding-top: 100%; 	/* initial ratio of 1:1*/
}

.mt-30 {
	margin-top: 30px;
}

.mt-100 {
	margin-top: 100px;
}

.cadre {
	padding: 40px;
	height: 100%;
}

.cadre h4 {
	color: #385B99;
	font-family: "Roboto";
	font-size: 26px;
	font-weight: 900;
	margin-bottom: 40px;
}

.cadre ul {
	margin: 0;
	padding: 0;
}

.cadre ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 16px;
	font-family: "Montserrat";
	position: relative;
	padding-left: 30px;
	padding-bottom: 20px;
}

.cadre ul li:before {
	width: 10px;
	height: 10px;
	background-color: #FD933D;
	position: absolute;
	left: 0;
	top: 6px;
	display: block;
	content: '';
}

.cadre p {
	color: #000;
	font-size: 20px;
}

.contactTitre {
	font-size: 18px;
	font-family: "MontSerrat";
	font-weight: 900;
	margin-bottom: 30px;
	text-align: center;
}

.contactTexte {
    font-size: 16px;
    text-align: center;
}

#formContact {
	margin: 0 auto;
	max-width: 600px;
	margin-top: 100px;
	font-size: 14px;
}

#formContactTitre {
    text-align: center;
    font-weight: 900;
    text-align: center;
    font-size: 26px;
    font-family: "Montserrat";
    margin-bottom: 20px;
}

/* BLOC PRIX */

#blocPrix {
	margin-top: 100px;
}

.blocPrix {
	background-color: #FFF;
	-webkit-box-shadow: 0px 0px 29px -15px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 29px -15px rgba(0,0,0,1);
	box-shadow: 0px 0px 29px -15px rgba(0,0,0,1);
	padding: 40px;
}

.blocPrixTitre {
	font-weight: 900;
	font-size: 20px;
	text-align: center;
	font-family: "Roboto Condensed";
	margin-bottom: 20px;
	color: #000;
}

.blocPrixTexte {
	font-size: 16px;
	text-align: center;
	margin-bottom: 20px;
}

.blocPrixLien {
	text-align: center;
}

.blocPrixLien a {
	color: #FD933D;
	font-weight: bold;
	font-family: "Roboto Condensed";
	font-size: 16px;
}

/* FOOTER */

#footer {
	background-color: #292929;
	color: #fff;
	padding: 50px 0px;
}

.footerColTitre {
	color: #FD933D;
	font-family: "Montserrat";
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 25px;
}

#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer ul li a {
	color: #fff;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
}

#footerContactAdresse {
	font-size: 16px;
	padding-top: 6px;
	padding-bottom: 6px;
	position: relative;
}

#footerContactForm {
    padding-top: 6px;
    padding-bottom: 6px;
    position: relative;
}

#footerContactForm a {
	color: #fff;
    font-size: 16px;
}

#footerContactForm a span {
	text-decoration: underline;
}

#footerReseauxSociaux {
	text-align: right;
}

#footerReseauxSociaux a {
	display: block;
	width: 40px;
	font-size: 26px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background-color: #FD933D;
	text-align: center;
	margin-bottom: 20px;
}

#footerReseauxSociaux a:nth-child(even) {
	background-color: #385B99;
}

/* COPYRIGHT */

#copyright {
	background-color: #292929;
	color: #fff;
	text-align: center;
	padding: 20px;
}

#copyright a {
	color: #fff;
	text-decoration: underline;
}

/* COOKIE */

#accepteCookie {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #f0f0f0;
}

#accepteCookieContent {
    width: 900px;
    margin: 0 auto;
    padding: 20px;
    padding-right: 20px;
    padding-left: 20px;
    padding-left: 200px;
    padding-right: 100px;
    position: relative;
	color: #292929;
}

#accepteCookieContent a {
	color: #292929;
	text-decoration: underline;
}

#accepteCookieButton {
    position: absolute;
    left: 50px;
    top: 18px;
    color: #fff;
    background-color: #292929;
    padding: 10px 20px;
    border-radius: 20px;
    cursor: pointer;
}

/* PAGE BLOG */

.blocActualite {
	background-color: #f4f4f4;
	margin-bottom: 50px;
}

.blocActualiteImage {
	border-bottom: 3px #fff solid;
}

.blocActualite a:hover {
	text-decoration: none;
}

.blocActualiteTitre {
	border-left: 10px #385B99 solid;
	padding-left: 20px;
}

.blocActualiteTitre h2 {
	color: #000;
	font-size: 22px;
	text-align: left;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 0;
}

.blocActualiteTexte {
	padding-left: 25px;
	padding-bottom: 20px;
	padding-top: 20px;
	padding-right: 25px;
	font-size: 16px;
}

.blocActualiteTexte {
	color: #292929;
}

/* PAGINATION */

.pagination {
	text-align: center;
}

.pagination ul {
	margin: 0;
	padding: 0;
	background: none;
	width: 100%;
}

.pagination ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
}

.pagination ul li a {
	display: block;
	padding: 7px;
	font-size: 16px;
	margin-left: 10px;
	margin-right: 10px;
	background-color: #385B99;
	color: #fff;
}

.pagination ul li a.active {
	background-color: #FD933D;
}

/* HOME ACTU */

.homeActualite {
	position: relative;
	height: 250px;
	padding: 20px;
	cursor: pointer;
}

.homeActualite .row {
	height: 100%;
}

.homeActualite .col-6 {
	height: 100%;
}

.homeActualiteGauche h3 {
	margin-left: 30px;
}

.homeActualiteLien a {
	color: #FD933D;
	font-size: 14px;
	font-weight: bold;
}

.homeActualiteGauche .homeActualiteLien {
	position: absolute;
	left: 30px;
	bottom: 30px;
	right: 0;
	text-align: center;
}

.homeActualiteDroite h3 {
	margin-right: 30px;
}

.homeActualiteDroite .homeActualiteLien {
	position: absolute;
	left: 0px;
	bottom: 30px;
	right: 30px;
	text-align: center;
}

.homeActualite h3 a {
	color: #000;
}

.homeActualite:hover h3 a {
	text-decoration: underline;
}


.fdOrange .homeActualiteImage {
	position: absolute;
	top: 30px;
	right: 50px;
	z-index: 2;
}

.fdBleu .homeActualiteImage {
	position: absolute;
	top: 30px;
	left: 50px;
	z-index: 2;
}

.homeActualiteImage img {
	height: 150px;
	border: 5px #fff solid;
}

.homeActualiteAll {
	text-align: right;
}

.homeActualiteAll a {
	color: #000;
	font-size: 16px;
}

/* FAQ */

#faq {
	margin-top: 100px;
}

.faqList {
	border: 1px #f0f0f0 solid;
	padding: 10px;
	margin-bottom: 20px
}

.faqListQuestion {
	font-family: "Montserrat";
	font-size: 14px;
	cursor: pointer;
}

.faqListQuestion:before {
	width: 10px;
	height: 10px;
	background-color: #FD933D;
	content: '';
	display: inline-block;
	margin-right: 10px;
}

.faqListQuestion:hover:before {
	background-color: #385B99;
}

.faqListReponse {
	border-top: 1px #f0f0f0 solid;
	font-size: 14px;
	line-height: 20px;
	margin-top: 10px;
	padding-top: 10px;
	display: none;
}

.faqListReponse a {
	color: #B52B5F;
}

.faqDepli .faqListReponse {
	display: block;
}

/* FIN FAQ */

.grosCarre {
	font-size: 60px;
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
}

.txt-gd {
	font-size: 20px !important;
}

.traitHaut {
	position: relative;
	padding-top: 20px;
}

.traitHaut:before {
	height: 2px;
	background-color: #FFF;
	content: '';
	display: block;
	position: absolute;
	top: 0px;
	left: 40px;
	right: 40px;
}

/* COVID 19 */


#covid {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.8);
	z-index: 20000;
}

#covidContent {
	position: absolute;
	top: 200px;
	left: 50%;
	width: 600px;
	padding: 50px;
	background-color: #fff;
	margin-left: -250px;
	font-size: 16px;
}

#covidContentTitre {
	font-size: 20px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 50px;
}

#covidContentClose {
	position: absolute;
	top: 0px;
	right: 6px;
	font-size: 20px;
	cursor: pointer;
}

#menuMobile {
	display: none;
}

.stoikForm {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.9);
	z-index: 99999;
	display: none;
}

.stoikContent {
	width: 400px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -200px;
	margin-left: -200px;
	padding: 50px;
	background-color: #fff;
	border-radius: 20px;
}

.stoikClose {
	position: absolute;
	top: 0;
	right: 0;
	padding: 10px;
	background-color: #fff;
	font-size: 22px;
	cursor: pointer;
}

.stoikContent label {
	font-size: 16px;
}

.section-bleu .container {
	background-color: #385B99;
	padding: 40px;
}

.stoikTitre {
	font-weight: 900;
	font-size: 28px;
	color: #fff;
}

.stoikLogo {
	text-align: center;
	margin-bottom: 30px;
}

.stoikPartner {
	font-weight: 600;
	font-size: 22px;
	text-align: center;
	color: #385B99;
}

.section-stoik {
	padding: 0;
}

.stoikBtns .btn {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
}

.swal2-container  
{
    z-index: 100000000000 !important;
}

.stoikCadreBleu {
	background-color: #385B99;
	height: 100%;
	padding: 40px;
	text-align: center;
}

.stoikCadreGris {
	background-color: #eee;
	height: 100%;
	padding: 40px;
	text-align: center;
}

@media (max-width: 1199px) {

	.stoikTitre {
		text-align: center;
		margin-bottom: 50px;
	}

}

@media (max-width: 990px) {

	.section-stoik {
		margin-top: 100px;
	}

	#header .container {
		height: auto;
	}

	.stoikPartner {
		margin-bottom: 50px;
	}

	#headerContact {
		position: relative;
		top: auto;
		right: auto;
		padding-top: 20px;
		padding-bottom: 20px;
		text-align: right;
	}

	#menus {
		position: relative;
		right: auto;
		bottom: auto;
		border: none;
	}

	#menus ul li a {
		padding: 20px 14px;
	}

	h1.homePictoH1 {
		margin-left: 100px;
		font-size: 20px;
		line-height: 24px;
	}

	.contenuCadre1 h1 {
		font-size: 26px;
	}

	.contenuTexte h2 {
		font-size: 26px;
	}

	.contenuImage img {
		max-width: 100%;
	}

	div.homePictoH1 img {
		width: 70px;
	}

}

@media (max-width: 767px) {

	.stoikContent {
		width: 95%;
		margin-left: 0;
		left: 2.5%;
		margin-top: 0;
		top: 20px;
	}

	#menus {
		position: fixed;
		top: 0;
		left: 0;
		background: rgba(0,0,0,0.95);
		width: 70%;
		margin-left: -80%;
	}

	#menus ul {
		margin: 0;
		padding: 0;
	}

	#menus ul li {
		margin: 0;
		padding: 0;
		display: block;
	}

	#menus ul li a {
		color: #fff;
	}

	#headerContact {
		text-align: left;
	}

	.headerRS {
		display: none;
	}

	.headerLinks {
		display: block;
		padding-bottom: 10px;
	}

	.headerTel {
		border: 0;
		display: block;
		padding-left: 0;
	}

	#logo img {
		max-width: 100%;
	}

	#menuMobile {
		display: block;
		position: absolute;
		top: 36px;
		right: 16px;
		font-size: 26px;
		padding: 6px 16px;
		border: 1px #eee solid;
	}

	#contenu .container {
		padding-top: 0;
	}

	.contenuCadre1 {
		position: relative;
		width: auto;
		height: auto;
		padding: 15px;
		left: 0;
	}

	.contenuCadre2 {
		position: relative;
		width: auto;
		height: 250px;
		margin-top: 20px;
		margin-left: 0;
	}

	.contenuCadre3 {
		position: relative;
		width: auto;
		height: auto;
		left: auto;
		top: auto;
		margin-top: 20px;
		margin-left: 0;
	}

	.contenuCadre3 a {
		width: 100%;
		height: 210px;
	}

	.contenuCadre3 a::after {
		left: 0;
		bottom: 30px;
	}

	div.homePictoH1 {
		position: relative;
		left: auto;
		top: auto;
		text-align: center;
	}

	div.homePictoH1 img {
		width: 150px;
	}

	h1.homePictoH1 {
		margin-left: 0;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.btn {
		font-size: 20px;
		padding: 8px 15px;
		margin-right: 15px;
	}

	.fdBleu .homeActualiteImage {
		position: relative;
		left: 0px;
		right: 0px;
	}

	.fdOrange .homeActualiteImage {
		position: relative;
		left: 0px;
		right: 0px;
		top: auto;
		bottom: 30px;
	}

	.homeActualiteImage img {
		height: auto;
		width: 100%;
	}

	.homeActualiteGauche h3 {
		font-size: 16px;
		margin-left: 0;
	}

	.homeActualiteGauche {
		margin-bottom: 60px;
	}

	.homeActualiteGauche .homeActualiteLien {
		left: 0;
		bottom: 15px;
	}

	.homeActualiteDroite .homeActualiteLien {
		right: 0;
	}

	.homeActualiteGauche h3 {
		margin-top: 50px;
	}

	.homeActualiteDroite h3 {
		font-size: 16px;
		padding-bottom: 40px;
		margin-right: 0;
	}

	.homeActualiteDroite .homeActualiteLien {
		bottom: 60px;
	}

	#contenu .contenuCadre2 {
		display: none;
	}

	.contenuTexte {
		padding: 15px;
	}

	.contenuTexte h2 {
		margin-bottom: 20px;
		font-size: 20px;
	}

	#faq {
		margin-top: 20px;
	}

	.contenuImage::before {
		width: 70%;
		right: -5%;
		bottom: -20%;
		height: 90%;
	}

	#footerReseauxSociaux {
		text-align: center;
		margin-top: 30px;
	}

	#footerReseauxSociaux a {
		display: inline-block;
	}

	.footerColTitre {
		margin-top: 30px;
	}

	#covidContent {
		width: 100%;
		margin-left: 0;
		left: 0;
		right: 0;
		top: 20px;
		font-size: 14px;
		padding: 20px;
		overflow-y: scroll;
		max-height: 100%;
	}

	#accepteCookieContent {
	    padding-left: 10px;
	    padding-right: 10px;
	    width: auto;
	    padding-bottom: 50px;
	}

	#accepteCookieButton {
	    top: auto;
	    bottom: 10px;
	    left: 10px;
	}

	#sousMenu {
		font-size: 18px;
		position: fixed;
		top: auto;
		bottom: 0;
	}

	#btnDevis {
		bottom: 29px;
		right: 75px;
	}

	#btnDevis a {
		font-size: 14px;
		padding: 15px;
	}

}