/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

#devis-modal-scroll {
    width: 15%;
    position: fixed;
    right: 0;
    top: 10%;
}

#devis-modal-scroll img {
	margin: 0 120px;
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-ms-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	transition: all 1s ease-out;
}

#devis-modal-scroll img:hover {
	margin: 0 60px;
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-ms-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	transition: all 1s ease-out;
}

/* flexbox simulation grauite */
h3.flexbox {
    display: flex;
    width: 100%;
}

div#headerbar-infos {
    display: flex;
    align-items: center;
}

a.uk-button.uk-button-primary.btn-vert {
    background: #757d35;
    margin-bottom: 5px;
}

#buttons-flex {
    display: flex;
	flex-direction: column;
	margin-right: 10px;
}

/* modification menu principal ajout onglet */
.uk-navbar-nav > li > a {
    padding: 0 10px!important;
    font-size: 13px!important;
}

/* .uk-navbar-nav > li > a {
	font-size: 14px !important;
  }
  
.uk-navbar-nav > li > a {
	  padding: 0 18px;
} */

p.displayFlex {
    background: #fff;
    display: inline-flex;
    width: 100%;
    flex-wrap: wrap;
    padding: 20px;
    border: 1px solid #ddd;
    word-wrap: break-word;
    justify-content: center;
    text-align: center;
}

span.text-align-right {
    float: right;
    margin-right: 1%;
    font-size: 1.5em;
}

span.text-small {
    font-size: 0.8em;
}

/* Affichage spécial Emprunteur répartition */
div.rsform-block.rsform-block-emprunteur1 .formControlLabel,
div.rsform-block.rsform-block-emprunteur2 .formControlLabel
{
	min-width: 20%!important;
	max-width: 20%!important;
}

div.rsform-block.rsform-block-emprunteur1 .formBody,
div.rsform-block.rsform-block-emprunteur2 .formBody
{
	min-width: 30%!important;
	max-width: 30%!important;
	float: left;
}

div.rsform-block.rsform-block-emprunteur1 p.formDescription,
div.rsform-block.rsform-block-emprunteur2 p.formDescription
{
    float: left;
    margin-top: 0px;
    width: 45%;
    padding-left: 30px;
}

p.formDescription {
    border-left: 3px #ef7200 solid;
    margin-left: 20px;
}

/* Espace adhérent */
a.btn-adherents {
    font-family: sans-serif;
    line-height: 26px;
    padding-top: 10px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color: #fff;
}

.tm-headerbar span.adherents {
	color: #fff!important;
}

.uk-navbar, .uk-navbar-nav > li > a {
    background: #f1f1f1;
}

/* MODAL */
#contact-modal h1 {
    font-size: 25px;
    line-height: 20px;
}

#contact-modal img.contact-modal-align-left {
    float: left;
    margin-right: 5px;
    height: 50px;
}

/* Nouveau header */
#headerbar-infos a {
	opacity: 1;
	
	-webkit-transition: all 1s linear;
	-moz-transition: all 1s linear;
	-ms-transition: all 1s linear;
	-o-transition: all 1s linear;
	transition: all 1s linear;
}

#headerbar-infos a:hover {
	opacity: 0.4;
	
	-webkit-transition: all 1s linear;
	-moz-transition: all 1s linear;
	-ms-transition: all 1s linear;
	-o-transition: all 1s linear;
	transition: all 1s linear;
}

/* Nouveau Toolbar */
div#toolbar-full {
    background: #b7c260;
    width: 100%;
    padding: 10px 0px;
}

.contact-texte {
    display: inline-block;
    float: left;
    text-transform: uppercase;
    line-height: 39px;
    margin-right: 10%;
    /* margin-right: 22px; */
    color: #262626;
}

.bloc-flag {
    display: block;
    width: 33.33%;
    /* width: 25%; */
    float: left;
    margin-top: 5px;
}

.bloc-image {
    display: inline-block;
    float: left;
    margin-right: 5px;
}

.bloc-texte {
    display: inline-block;
    float: left;
    width: 80%;
    margin-top: 1px;
}

span.texte-small {
    font-size: 11px;
    display: inline-block;
    float: left;
    line-height: 5px;
    width: 100;
}

span.texte-big {
    display: inline-block;
    float: left;
    font-weight: 900;
    width: 100%;
}

.bloc-contact {
    display: inline-block;
    float: left;
}

.bloc-contact a {
	opacity: 1;
	
	-webkit-transition: all 1s linear;
	-moz-transition: all 1s linear;
	-ms-transition: all 1s linear;
	-o-transition: all 1s linear;
	transition: all 1s linear;

}

.bloc-contact a:hover {
	opacity: 0.5;
	
	-webkit-transition: all 1s linear;
	-moz-transition: all 1s linear;
	-ms-transition: all 1s linear;
	-o-transition: all 1s linear;
	transition: all 1s linear;

}



div#btn-quittances {
    width: 30%;
    float: left;
    margin-left: 35px;
    margin-top: 40px;
}

.bonus-pack{
	background: url(/images/bonus-pack/bonus-pack-bg.jpg) no-repeat 50% 50%;
	background-size: cover;
}

h3{
	text-transform: capitalize;
}

#userForm div.rsform-block-souscripteurnon .formControlLabel{
	display: none;
}

.badge-accueil{
	width: 150px;
	height: 150px;
	position: absolute;
	background: #fff;
	display: block;
	right: -10%;
	top: -15%;
	background: url(/templates/yoo_eat/images/badge-accueil.png) no-repeat center center;
}

a.bouton-devis-accueil{
	background-color: #b7c359;
	color: #fff;
	text-align: center;
	padding: 5px;
	display: inline-block;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

a.bouton-devis-accueil:hover{
	background-color: #909b45;
}

.tm-block-light + .tm-block-dark, .tm-block-dark + .tm-block-light, .tm-block-full + .tm-block {
  overflow: hidden;
}

span.hasTip{
	display: none;
}

#garanties-images img{
	width: 10px;
	height: 10px;
}


span.bouton-comparer a{
	background-color: #ed721b;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-bottom: 8px;
}

h3.titre-sm{
	font-size: 10px !important;
}


div#habitation #options-auto div.ligne > div.options > div.colonne {
  line-height: 20px !important;
}

#details-garanties div#extraits-pj div.col-gar_gauche {
  float: left;
  font-size: 13px;
  font-weight: bold;
  width: 580px;
}

div#extraits-pj span.marge{
	margin-left: 30px;
}

select#marque, select#modele, select#carburant, select#puissance, select#version{
	width: 270px;
}

/*Toolbar Responsive*/
@media screen and (max-width: 480px){
	.tm-toolbar p{
	font-size: 12px;
	line-height: 13px;
	text-align: center;
	}
	
	#userForm .size-auto{
	width: 60px !important;
	height: auto;
	}
}

/*Bouton Menu principal Orange*/
ul.uk-nav .bouton-orange{
	background-color: #ed721b;
	color: #fff;
	text-align: center;
	margin-bottom: 1px;
}

ul.uk-nav .bouton-orange:hover{
	background-color: #d36417;
	color: #f9f9f9;
}

/*Détails des garanties Auto*/
#details-garanties{
	width: 100%;
	float: left;
	display: inline-block;
	clear: both;
	margin-top: 20px;
}

#details-garanties span.info_dispo-gar-r{
	display: none;
}

#details-garanties span.titre-gar{
	font-weight: bold;
	line-height: 12px;
	color: #262626;
}

#details-garanties span.info_dispo-gar{
	font-weight: bold;
	background-color: #fedc5c;
	text-align: center;
	text-transform: uppercase;
	padding: 3px;
}

#details-garanties div.ligne-gar{
	width: 100%;
	float: left;
	display: inline-block;
	padding: 1px 0 0px 0;
	border-bottom: 1px solid #ef7100;
}

#details-garanties div.height-big{
	height: 70px;
}

#details-garanties .coul-vert{
	background-color: rgba(183,195,90,0.7);
}

#details-garanties .coul-vert{
	background-color: rgba(183,195,90,0.7);
}

#details-garanties div.col-gar_gauche{
	width: 380px;
	float: left;
	font-weight: bold;
	font-size: 13px;
}

#details-garanties div.col-gar_centre{
	width: 90px;
	float: left;
	text-align: center;
	font-size: 13px;
	color: #ef7100;
}

/*Hauteurs Lignes*/
#details-garanties div.col-gar_gauche, #details-garanties div.col-gar_centre{
	min-height: 36px;
	padding-top: 5px;
	padding-bottom: 0px;
}


/*SANTE champs*/
#enfant1Nom, #enfant2Nom{
	text-transform: uppercase;
}

#enfant1Prenom, #enfant2Prenom{
	text-transform: capitalize;
}

p#faq a{
	background: #ed721b;
	color: #fff;
	text-align: center;
	padding: 5px 10px 5px 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin: 1px;
}

p#faq a:hover{
	background: #d46517;
}

/*Devis santé*/

#userForm .date-small{
	width: 100px;
}

input#nomPrenom{
	text-transform: uppercase;
}

/*Détail des Garanties Santé*/
#garanties-sante{
	width: 100%;
	float: left;
	font-size: 13px;
	
}

#userForm .rsform-block-titremoto1 .formBody,
#userForm .rsform-block-titremoto2 .formBody
{
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}


#garanties-sante div.ligne-sante-trait-vert{
	width: 100%;
	display: inline-block;
	float: left;
	height: 5px;
	background: #b1c054;	
}

#garanties-sante div.col-droite div.sans-traits{
	border-right: 0px solid #ddd;
}

#garanties-sante div.col-gauche span.txt-small{
	font-size: 11px;	
}

#garanties-sante div.col-gauche, #garanties-sante div.col-droite{
	min-height: 35px;
	padding-top: 5px;	 
}

#garanties-sante div.ligne-sante-gris{
	background-color: #e6e6e6;
}

#garanties-sante .txt-up{
	text-transform: uppercase;
	font-weight: bold;
}

#garanties-sante .txt-bold{
	font-weight: bold;
}

#garanties-sante div.ligne-sante{
	width: 100%;
	float: left;
	min-height: 40px;
	margin-top: 1px;
	margin-bottom: 1px;
	border-bottom: 1px solid #ddd;
}

#garanties-sante div.col-gauche{
	width: 650px;
	float: left;
	padding-left: 3px;
	text-align: justify;
	border-right: 1px solid #ddd;
}

#garanties-sante div.col-droite{
	width: 375px;
	float: left;
	text-align: center;
}

#garanties-sante div.cols1{
	width: 62px;
	float: left;
	text-align: center;
	border-right: 1px solid #ddd;
}

/*OPTIONS AUTO*/

#options-auto{
	width: 100%;
	float: left;
	clear: both;
}

#options-auto div.ligne{
	width: 100%;
	float: left;
	clear: both;
	margin-bottom: 10px;
}

#options-auto div.ligne > div.bloc-titre{
	width: 130px;
	float: left;
	margin-right: 10px;
	font-weight: bold;
}

#options-auto div.ligne > div.bloc-desc{
	width: 340px;
	float: left;
	margin-right: 5px;
	font-size: 13px;
}

#options-auto div.ligne > div.options{
	width: 210px;
	float: left;
}

#options-auto div.ligne > div.options > div.colonne h3{
	font-size: 12px;
	line-height: 12px;
}

#options-auto div.ligne > div.options > div.colonne{
	float: left;
	width: 33.33%;
	text-align: center;
	height: 100%;
	border-left: 1px solid #ef7100;
	min-height: 150px;
	line-height: 150px;
}

#options-auto div.ligne > div.options > div.colonne.last-line{
	border-right: 1px solid #ef7100;
}

#options-auto div.ligne > div.options > div.colonne.height0{
	min-height: 20px;
}

/*BREF*/
#bref h1{
	font-size: 25px;
}

#bref h2, #options-auto h2, #garanties-sante h2{
	font-size: 20px;
	background-color: #ed721b;
	color: #fff;
	padding: 5px 0 5px 10px;
}

#bref div#fronta{
	float: left;
	width: 100%;;
	display: block;
}

.trait-orange{
	display: block;
	background: #ef7100;
	height: 45px;
	width: 5px;
	margin-left: 5px;
	float: right;
}

#bref div#fronta div.bloc-gauche{
	width: 140px;
	text-align: right;
	float: left;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;
	margin-right: 10px;
}

#bref div#fronta div.bloc-droit{
	float: left;
	width: 450px;
	display: block;
}

#bref div#fronta div.bloc-droit br{
	padding: 0;
	line-height: 10px;
}

#bref div#cadre-choix{
	padding: 8px;
	border: 1px solid #ef7100;
	float: left;
	width: 100%;

}

#bref div#cadre-choix div.bloc-gauche{
	float: left;
	width: 430px;
}

#bref div#cadre-choix div.bloc-gauche_habitation{
	float: left;
	width: 100%;
}

#bref div#cadre-choix div.bloc-gauche img{
	margin-right: 5px;
}

#bref div#cadre-choix div.bloc-droit{
	float: right;
	width: 240px;
	text-align: center;
}

#bref p.slogan{
	color: red;
	font-weight: bold;
	font-style: italic;
	margin-top: 30px;
}

h3.toggler{
	font-size: 16px;
	color: #262626;
}

h3{
	color: #ed721b;
}

p.cadre{
	border: 1px solid #ed721b;
	padding: 10px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	text-align: center;
}

p .orange{
	color: #ed721b;
}

.infosBulle{
	background-color: #ed721b;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding: 2px 8px 2px 8px;
	
	-webkit-border-radius: 99px;
	-moz-border-radius: 99px;
	border-radius: 99px;
}

.tm-toolbar p a{
	color: #262626;
}

.tm-toolbar p a:hover{
	color: #000;
}

div.tm-headerbar div.uk-panel{
	margin-top: 15px;
}


#userForm #fichierJoint{
	padding: 0;
	width: 300px;
}
/*Formulaire Santé*/

#userForm #personneAssurerNom, #userForm #conjointAssurerNom{
	text-transform: uppercase;
}
#userForm #personneAssurerPrenom, #userForm #conjointAssurerPrenom{
	text-transform: capitalize;
}

#userForm #submit.bouton-envoie{
	background-color: #b7c450;
	background-image: none;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}

#userForm .formControlLabel{
	width: 350px;
}

#btn6_0, #btn6_1{
	width: 100px;
	color: #000;
	text-align: center;
	font-size: 9px;
}

#txtcal6_0{
	width: 100px;
}


#btn6_0.rsform-calendar-button, #btn6_1.rsform-calendar-button{
	text-indent: 0;
}


#userForm div.rsform-block-titre1 .formControlLabel,
#userForm div.rsform-block-titre2 .formControlLabel,
#userForm div.rsform-block-titre3 .formControlLabel,
#userForm div.rsform-block-titre4 .formControlLabel,
.rsform-block-infoheader .formControlLabel,
.rsform-block-footer .formControlLabel,
.rsform-block-texteinfosinistres36 .formControlLabel,
.rsform-block-etape1 .formControlLabel, .rsform-block-etape2 .formControlLabel,
.rsform-block-etape3 .formControlLabel, .rsform-block-etape4 .formControlLabel,
.rsform-block-titremoto1 .formControlLabel, .rsform-block-titremoto2 .formControlLabel
{
	display: none;
}

#userForm .rsform-block-titreheader .formControlLabel,
#userForm .rsform-block-titreheader p
{
	display: none;
}


#userForm .rsform-block-titreheader h1{
	margin: 0;
}

#userForm .rsform-block-nombreenfant1,
#userForm .rsform-block-nombreenfant2,
#userForm .rsform-block-nombreenfant3,
#userForm .rsform-block-nombreenfant4,
#userForm .rsform-block-nombreenfant5
{
	width: 100px;
	float: left;
}

#etape_sante{
	padding: 0 0 10px 0;
}

#etape_sante img.transparent{
	opacity: 0.5;
	filter:alpha(opacity=50);
}

#userForm .rsform-block-nombreenfant1 .formControlLabel,
#userForm .rsform-block-nombreenfant2 .formControlLabel,
#userForm .rsform-block-nombreenfant3 .formControlLabel,
#userForm .rsform-block-nombreenfant4 .formControlLabel,
#userForm .rsform-block-nombreenfant5 .formControlLabel
{
	display: none;
}

#userForm .rsform-block-nombreenfant1 .formBody,
#userForm .rsform-block-nombreenfant2 .formBody,
#userForm .rsform-block-nombreenfant3 .formBody,
#userForm .rsform-block-nombreenfant4 .formBody,
#userForm .rsform-block-nombreenfant5 .formBody
{
	max-width: 100px;
}

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
#iframe1{
	background: red;
	color: red;
}

#iframe1 p{
	color: red;
}
 
/*Formulaire Devis Habitation*/ 

span .tooltips-link{
	background: #ed721b;
  padding: 0 8px 0 8px;
  width: 10px; height: 10px;
  
  -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	cursor: pointer;
	color: #fff;
	font-weight: bold;
}

#userForm h3{
	margin: 0;
	padding: 0 0 0 10px;
	background: #b7c359;
	color: #fff;
}

#userForm h5{
	margin: 0;
}

#userForm .surface{
	max-width: 100px;
}

#userForm .rsform-block-titretypedebien .formControlLabel,
#userForm .rsform-block-titretypedebiensuite .formControlLabel,
#userForm .rsform-block-titregaranties .formControlLabel,
#userForm .rsform-block-titresinistres .formControlLabel,
#userForm .rsform-block-titrecoordonnees .formControlLabel,
#userForm .rsform-block-titreresidenceprincipale .formControlLabel,
#userForm .rsform-block-titreprincipalegaranties .formControlLabel,
#userForm .rsform-block-titrebienlocation .formControlLabel,
#userForm .rsform-block-titreresidenceprincipalebis .formControlLabel,
#userForm .rsform-block-titresecondairegaranties .formControlLabel
{
    min-width: 0;
    width: 0;
}

#userForm .rsform-block .rsform-block-sinistresdescription, #userForm .rsform-block-sinistresdescription .formControlLabel{
	min-width: 0px;
	width: 0px;
}

.formResponsive .formHorizontal .formControls {
    margin-left: 0;
}

/*SIDEBAR Assistance*/ 
#assistance{
	float: left;
	padding: 0 0 1px 0;
	background-color: #e2e2e2;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
}

#assistance img{
	vertical-align: middle;
	margin-right: 10px;
}

#assistance span.telephone{
	font-weight: bold;
	font-size: 16px;
}

#assistance div.header-assistance{
	min-height: 160px;
	min-width: 100%;
	background: #fff url(/images/sidebar/callback.jpg) no-repeat left top;
}

#assistance p.telephone-ligne{
	padding: 8px 0px 8px 15px;
	margin: 0;
	display: block-inline;
	float: left;
	min-width: 100%;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #fff;
}

#assistance p{
	padding: 0;
	margin: 0;
	float: left;
	min-width: 100%;
}

#assistance p a{
	padding: 8px 0px 8px 15px;
	margin: 0;
	display: block-inline;
	float: left;
	min-width: 100%;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #fff;
}

#assistance p a, #assistance p.telephone-ligne{
	background: #f7f7f7; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #f7f7f7 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f7f7f7 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f7f7f7 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f7f7f7 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f7f7f7 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
}

#assistance p a:hover{
	background: #edecee;
}
 
/*SIDEBAR-B*/
a.bouton_devis-sidebar{
	background: #ed721b;
	padding: 10px;
	text-align: center;
	display: block;
	margin: auto;
	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color: #fff;
}

a.bouton_devis-sidebar:hover{
	background: #d46517;
	color: #fff;
}
 
.uk-search-field {
    font-size: 13px;
}

.rsform-block:hover {
    background: transparent;
}


h3.uk-panel-title{
	margin-bottom: 5px;
}

#callBack span.texte-intro{
	font-style: italic;
	font-size: 13px;
}

#callBack .rsform-block-submit{
	text-align: center;
}

#callBack div.formCaption2{
	display: none;
}

#callBack .rsform-block-submit{
	margin: 0;
	padding: 0;
}

#callBack #telephone{
	min-width: 100%;
	text-align: center;
}

#callBack .formBody{
	min-width: 100%;
}

#callBack .large{
	width: 100%;
}

#callBack .rsform-submit-button{
	background: #ed721b;
	padding: 10px;
	text-align: center;
	display: block;
	margin: auto;
	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color: #fff;
	border-style: none;
}

#callBack .rsform-submit-button:hover{
	background: #d46517;
	color: #fff;
}



#callBack input{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#callBack #telephone input{
	border: 1px solid #ddd;
}
 
 #userForm input{
	padding: 3px 3px 3px 8px;
	height: 30px;
}

#userForm .formControlLabel{
	min-width: 30%;
	text-align: left;
}

 /*WidgetKit Tab couleur de fond*/
.wk-slideshow-tabs .nav li {
    background: rgba(184,196,92,0.8) repeat scroll 0 0;
    border: 1px solid #ddd;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 1px 0 #fff inset;
    margin: 0 0 -1px 5px;
    text-shadow: 0 1px 0 #fff;
}
 
/*Bloc Formules*/ 
#formules{
	min-width: 700px;
	max-width: 100%;
	display: block;
	margin: auto;
	float: left;
	margin-bottom: 20px	;
	text-align: center;
	clear: both;
}

#formules h3{
	margin: 0;
	padding: 0;
	font-size: 18px;
}

#formules div.formules-titre{
	margin: 10px 0 0;
	padding: 10px 0;
	background-color: #feffff;
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	font-size: 16px;
}

#formules div.bloc{
	background: #f7f7f7;
	width: 225px;
	float: left;
	text-align: center;
	padding: 0px 10px 0px 10px;
	margin-right: 1%;
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

#formules div.bloc.first{
	margin-left: 0;
}

#formules div.bloc.last{
	margin-right: 0%;
}



#formules div.bloc:hover{
	-moz-box-shadow: 0px 0px 4px 0px #dddddd;
	-webkit-box-shadow: 0px 0px 4px 0px #dddddd;
	-o-box-shadow: 0px 0px 4px 0px #dddddd;
	box-shadow: 0px 0px 4px 0px #dddddd;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#dddddd, Direction=NaN, Strength=4);
}

#formules div.formules-description{
	min-height: 180px;
	text-align: left;
	font-size: 12px;
	line-height: 18px;
}
 
/*TABS*/

p.titre{
	color: #ed721b;
	text-transform: uppercase;
	font-weight: bold;
}

p.texte-italic{
	font-style: italic;
}

div.nav-container ul li span{
	text-transform: uppercase;
	font-weight: bold;
} 
 
/*H3 widgetKit accordéon*/ 
h3, .uk-h3 {
    font-size: 20px;
    line-height: 34px;
}
 
/*H1*/ 
h1.uk-article-title {
	font-size: 25px;
}
 
/*BLOG Actualités*/
.uk-article-meta{
	background: #ed721b;
	display: block;
	float: left;
	max-width: 80px;
	text-align: center;
	padding: 5px;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #fff;
	margin-right: 15px;
	font-weight: bold;
	margin-bottom: 5%;
}
 
nav a.faq{
	background: #ed721b;
} 

.uk-navbar-nav > li > a.faq {
    color: #fff;
}

.uk-navbar-nav > li.uk-active > a.faq:hover {
    color: #262626;
}

.uk-navbar-nav > li > a.faq {
    color: #262626;
}

/*BLOG ACCUEIL*/ 
div#blog-accueil{
	background-color: #ed721b;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 20px;
	float: left;
	min-width: 100%;
}

div#blog-accueil h3{
	color: #f5f5f5;
}

div#blog-accueil .readmore{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 10px;
	background-color: rgba(255,255,255,0.8);
}

div#blog-accueil p{
	color: #fff;
}

div#blog-accueil .bloc-gauche_accueil{
	min-width: 320px;
	margin-right: 30px;
	float: left;
}

div#blog-accueil .bloc-gauche_accueil p a.bouton-voir-actualites{
	background: #b1c054;
	padding: 5px 15px 5px 15px;
	color: #fff;
}

div#blog-accueil .bloc-gauche_accueil p{
	font-style: italic;
}

div#blog-accueil .bloc-droite_accueil{
	min-width: 570px;
	float: left;
	overflow: hidden;
	border-left: 1px solid rgba(255,255,255,0.55);
	padding-left: 20px;
}
 
 /*Devis webdev customs*/
 
#devis-auto{
	height: auto;
	display: block;
}

#devis-auto object{
	width: 100%;
	min-height: 2500px;
	height: auto;
}
 
#A18{
	display: none;
}


.tm-page .tm-block:first-child {
    padding-top: 30px;
}


/*ICONES*/
i.icones-menu{
	width: 40px;
	height: 30px;
	display: inline-block;
	vertical-align: middle;
}

i.icones-menu.auto{
	background: url(/images/icones/menu_principal/auto.png) no-repeat;
}

i.icones-menu.moto{
	background: url(/images/icones/menu_principal/moto.png) no-repeat;
}

i.icones-menu.habitat{
	background: url(/images/icones/menu_principal/habitat.png) no-repeat;
}

i.icones-menu.sante{
	background: url(/images/icones/menu_principal/sante.png) no-repeat;
}
/*fin ICONES*/

/*Devis auto*/ 

#devisAuto div.rsform-block-headertitrevehicule .formControlLabel,
#devisAuto div.rsform-block-headertitrevehicule .formDescription,
#devisAuto div.rsform-block-etape1 .formControlLabel,
#devisAuto div.rsform-block-etape1 .formDescription
{
	display: none;
}

#devisAuto div.rsform-block-headertitrevehicule .formControls,
#devisAuto div.rsform-block-etape1 .formControls
{
	margin-left: 0;
}


@media screen and (min-width: 400px) and (max-width: 480px)  {
	#devisAuto .etapes{
	    box-sizing: border-box;
	    height: auto;
	    width: 100%;
	    vertical-align: middle;
	}
	
	.tm-fullscreen {
    display: none;
	}
	
	#devis div.bloc{
	min-width: 100%;
	margin-bottom: 2%;
	}
	
	div h2.uk-h1 {
    font-size: 20px;
	}
	
	#devis_bas{
	display: none;
	}
	
	div#blog-accueil, div#blog-accueil .bloc-gauche_accueil{
	width: 100%;
	}
	
	div#blog-accueil .bloc-droite_accueil{
	min-width: 100%;
	border-left: 0px solid rgba(255, 255, 255, 0.55);
	padding-left: 0;
	}
	
	
	/*Extraits de garanties*/
	#details-garanties div.ligne-gar {
  	width: 100% !important;
	}
	
	#details-garanties div.col-gar_gauche {
	  width: 280px !important;
	}
	#details-garanties div.col-gar_centre {
  font-size: 11px;
  width: 56px !important;
  line-height: 12px;
}


}

@media screen and (max-width: 760px)  {
	
	#options-auto, #garanties-sante{
	display: none;
	}
	
	
	
	
	/*GLOBAL*/
	.wk-slideshow-tabs .slides > li > article {
    padding: 5px;
	}
	.uk-container {
    padding: 0 5px;
	}
	
	#bref h1 {
    font-size: 18px;
    line-height: 20px;
	}
	/* FIN GLOBAL*/
	
	/*H2 perso*/
	#bref h2, #options-auto h2, #garanties-sante h2 {
    font-size:15px;
	}
	
	/*DETAILS GARANTIE AUTO*/
	#details-garanties div.col-gar_gauche {
    font-size: 11px;
    width: 180px;
	}
	#details-garanties div.col-gar_centre {
    font-size: 11px;
    text-align: center;
    width: 40px;
	vertical-align: middle;
	}
	#details-garanties span.info_dispo-gar {
	display: none;
	}
	#details-garanties span.info_dispo-gar-r{
	background: #fedd4e;
	display: inline;
	color: #ef7100;}
	#details-garanties div.ligne-gar {
    display: block;
    width: 300px;
	}
	#details-garanties span.titre-gar {
	font-size: 9px;
    line-height: 8px;
	}
	
	#bref div#fronta div.bloc-gauche {
    font-size: 12px;
    width: 70px;
    text-align: left;
    line-height: 10px;
    float: left;
	}
	#bref div#fronta div.bloc-droit {
    font-size: 12px;
    max-width: 220px;
    line-height: 11px;
    float: left;
	}
	
	/** AUTO **/
	#options-auto div.bloc-titre{
	max-width: 100%;
	border-bottom: 1px solid #ef7100;
	padding-bottom: 5px;
	}

	#options-auto div.bloc-titre.non-trait{
	border-bottom: 0px solid #ef7100;
	}
	
	#options-auto div.bloc-desc{
	max-width: 100%;
	}

	#options-auto div.bloc-desc p{
	font-size: 10px;
	}
	
	#options-auto div.colonne{
	min-height: 30px;
	}
	
	#options-auto div.ligne > div.options > div.colonne h3 {
    line-height: 10px;
	}
	
	.trait-orange {
    height: 0px;
    margin-left: 0px;
    width: 0px;
	}
	
	#options-auto div.ligne > div.options {
    width: 100%;
    min-height: 30px;
	line-height: 30px;
	}
	
	#options-auto div.ligne > div.options > div.colonne {
    line-height: 30px;
    min-height: 30px;
	}
	/** FIN AUTO **/
	
	
	#devisAuto .etapes{
	box-sizing: border-box;
	height: auto;
	width: 100%;
	vertical-align: middle;
	}
	
	.tm-fullscreen {
    display: none;
	}
	
	#devis div.bloc{
	min-width: 100%;
	margin-bottom: 2%;
	}
	
	div h2.uk-h1 {
    font-size: 20px;
	}
	
		#devis_bas{
	display: none;
	}
	
	div#blog-accueil, div#blog-accueil .bloc-gauche_accueil{
	width: 100%;
	}
	
	div#blog-accueil .bloc-droite_accueil{
	min-width: 100%;
	border-left: 0px solid rgba(255, 255, 255, 0.55);
	padding-left: 0;
	}
	
}

@media screen and (min-width: 760px) and (max-width: 780px){
	/*#details-garanties div.col-gar_gauche {width: 190px !important; background: red;}*/
	#bref div#fronta div.bloc-droit {width: 300px !important;}
	#options-auto div.ligne > div.bloc-titre { margin-right: 5px !important; width: 110px !important;}
	#options-auto div.ligne > div.bloc-desc { font-size: 12px !important; margin-right: 2px !important; width: 200px !important; line-height: 12px;}
	
	#options-auto div.ligne > div.options { width: 31% !important; font-size: 11px !important;}
	
}




/*Tablettes Paysage*/
@media screen and (min-width: 980px) and (max-width: 1080px){
	/*Rendre invisible les tableaux*/
	#options-auto, #garanties-sante{
	display: none;
	}
	
	/*Désactiver le champ recherche*/
	form#search-40{
	display: none;
	}
	
	/*Section Auto*/
	#bref div#fronta div.bloc-gauche {
	float: left;
	font-size: 14px;
	text-align: left;
	text-transform: uppercase;
	width: 110px;
	}
	#bref div#fronta div.bloc-droit {
	max-width: 480px;
	}
	
	#bref div#cadre-choix div.bloc-gauche {
	width: 360px;
	}
	#bref div#cadre-choix div.bloc-droit {
  	width: 200px;
	}
	
	/*Tableau Détail des garanties Auto*/
	#details-garanties div.col-gar_gauche {
 	width: 355px;
	}
	#details-garanties div.col-gar_centre {
  	width: 85px;
	}
	
	/*Module bottom Titre*/
	#devis_bas strong{
	font-size: 70% !important;
	}
	/*Bouton Devis*/
	#devis_bas .bouton-devis_bas {
  	padding: 2px 8px !important;
	}
	
/*Fin @media screen and (min-width: 980px) and (max-width: 1080px)*/
}

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

	
	/** AUTO **/
	#options-auto div.bloc-titre{
	max-width: 120px;
	border-bottom: 1px solid #ef7100;
	padding-bottom: 5px;
	}
	
	#options-auto div.bloc-titre.non-trait{
	border-bottom: 0px solid #ef7100;
	}
	
	#options-auto div.bloc-desc{
	max-width: 300px;
	}

	#options-auto div.bloc-desc p{
	font-size: 10px;
	}
	
	#options-auto div.colonne{
	min-height: 30px;
	}
	
	#options-auto div.ligne > div.options > div.colonne h3 {
    line-height: 10px;
	}
	
	.trait-orange {
    height: 0px;
    margin-left: 0px;
    width: 0px;
	}
	
	#options-auto div.ligne > div.options {
    width: 33.33%;
    min-height: 60px;
	line-height: 60px;
	}
	
	#options-auto div.ligne > div.options > div.colonne {
    line-height: 30px;
    min-height: 30px;
	}
	/** FIN AUTO **/
	
	
	
	
	
	#devisAuto .etapes{
	    box-sizing: border-box;
	    height: auto;
	    width: 100%;
	    vertical-align: middle;
	}
}



#devisAuto div.rsform-block-headertitrevehicule .formBody{
	margin: 0;
}


#devisAuto .formControlLabel{
	min-width: 270px;
	margin-right: 5%;
}

#devisAuto input[type="text"]{
	height: 30px;
	padding-left: 10px;
}

#devisAuto input{
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}


 
/*Menu Horizontal*/
.uk-navbar-nav > li > a{
	color: #262626;
} 
 
 .mod-articles-category-title{
	font-size: 14px;
	text-transform: none;
}
 
 * {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}

/*Modules devis Bas*/

.tm-block-full {
    height: auto;
	background-color: #b2bf5b;
}

#devis_bas{
	overflow: hidden;
	padding: 10px;
}

#devis_bas .bouton-devis_bas{
	background: #feffff;
	padding: 5px 15px;
	margin: auto;
	text-align: center;
	color: #f08028;
	font-weight: bold;
	display: block;
	opacity: 0.9;
}

#devis_bas .bouton-devis_bas:hover{
	opacity: 1;
}

#devis_bas a{
	color: #262626;
}

#devis_bas strong{
	color: #fff;
	font-weight: bold;
	font-size: 95%;
	text-transform: uppercase;
}

#devis_bas .bloc{
	float: left;
	width: 25%;
	padding: 20px;
}


 
/*Modules Devis Accueil*/

#devis{
	background: transparent;
}

#devis h3{
	color: #ef7100;
	font-size: 20px;
}

#devis .bloc{
	float: left;
	text-align: center;
}

#devis a.bouton_devis-accueil{
	background-color: #ef8036;
	color: #fff;
	text-transform: uppercase;
	padding: 5px 10px;
}

#devis a.bouton_devis-accueil:hover{
	background-color: #e17a35;
}

/*MORPH*/
.morph {
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
 
.morph:hover {
  border-radius: 50%;
  -webkit-transform: rotate(360deg);
     -moz-transform: rotate(360deg);
       -o-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
          
    -moz-box-shadow: 0px 0px 3px 0px #656565;
	-webkit-box-shadow: 0px 0px 3px 0px #656565;
	-o-box-shadow: 0px 0px 3px 0px #656565;
	box-shadow: 0px 0px 3px 0px #656565;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=NaN, Strength=3);
}



#devis .colonne001,
#devis .colonne002,
#devis .colonne003,
#devis .colonne004
{
	width: 25%;
}
 
/*HeaderBar*/ 

#headerBar_infos{
	background: #ddd;
	min-width: 100%;
	display: block;
}

#headerBar_infos a{
	opacity: 0.9;
}

#headerBar_infos a:hover{
	opacity: 1;
}

/*HeaderBar Responsive*/

.tm-headerbar {
    padding: 10px 0;
}

#headerBar-responsive{
	background: red;
	max-width: 330px;
	float: right;
	position: relative;
}

.tm-navbar a{
	cursor: pointer;
}

.tm-isblog .tm-content .uk-width-medium-1-2 .uk-article-title, .tm-isblog .tm-content .uk-width-medium-1-3 .uk-article-title {
    font-size: 20px;
    line-height: 20px;
}

.tm-headerbar .uk-panel {
    float: right;
    margin-right: 0;
    max-width: 750px;
    min-width: 300px;
}

h2.uk-h1{
	font-size: 30px;
}


.tm-toolbar{
	background: #b7c260;
	padding-bottom: 5px;
}

.tm-toolbar .uk-subnav > li > a{
	color: #262626;
	padding: 5px 3px 5px 3px;
}

.tm-toolbar .uk-subnav > li > a:hover{
	color: #fff;
	background: #a3ae4f;
	
}

.tm-page{
	z-index: 1;
	position: relative;
}
/*SLIDE ACCUEIL*/

#tm-fullscreen .corps_texte{
	width: 60%;
	margin: auto;
	padding-top: 10%;
	text-align: right;
}

#tm-fullscreen h1{
	color: #fff;
	font-size: 35px;
	text-shadow: #262626 1px 1px 2px;
}

.tm-fullscreen {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    width: 100%;
    height: 310px;
    z-index: 0;
	position: relative;
	overflow: hidden;
}

.slide{
	width: 100%;
	max-height: 499px;
	min-height: 499px;
	z-index: 1000;
}

.background_accueil-topb{
	width: 1200px;
	min-height: 150px;
	position: relative;
	margin-left: -70px;
}


/*Bouton Devis*/

a.bouton_devis{
	background: #b9c363;
	display: block;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
	border: 1px solid #aaba54;
	color: #fff;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	/*font-size: 13px;*/
}

a.bouton_devis:hover{
	background: #acb65d;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

/*Illustration Slider*/
#slide_container{
	max-width: 1120px;
	max-height: 440px;
	margin: auto;
	padding-top: 1%;
}

#slide_container em{
	font-weight: bold;
}

#slide_container h2{
	color: #ed721b;
}

.container_gauche{
	max-width: 40%;
	padding: 15px;
	/*-moz-box-shadow: 0px 0px 5px 0px #656565;
	-webkit-box-shadow: 0px 0px 5px 0px #656565;
	-o-box-shadow: 0px 0px 5px 0px #656565;
	box-shadow: 0px 0px 5px 0px #656565;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=NaN, Strength=5);*/
}

.container_gauche, .container_droite{
	position: relative;
	/*-moz-box-shadow: 0px 0px 5px 0px #656565;
	-webkit-box-shadow: 0px 0px 5px 0px #656565;
	-o-box-shadow: 0px 0px 5px 0px #656565;
	box-shadow: 0px 0px 5px 0px #656565;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=NaN, Strength=5);*/
	background-color: rgba(255,255,255,0.9);
}

.container_droite {
  max-width: 30%;
  padding: 15px;
  right: -63%;
  top: -120px !important;
}

/*fin Illustration Slider*/
#loi-hamon .centrer{
	width: 1200px;
	margin: auto;
}

#loi-hamon .bouton_devis{
	max-width: 250px;
	margin: auto;
}

#loi-hamon p#images img{
	width: 10%;
	height: auto;
	margin: 8px;
}

#loi-hamon p.titre-vert{
	color: #00962c;
	font-size: 40px;
	font-weight: bold;
	line-height: 40px;
	padding-top: 10px;
}

#loi-hamon div.bloc-gauche{
	width: 400px;
	float: left;
	text-align: center;
}

#loi-hamon div.bloc-droite{
	background: #fff;
	width: 780px;
	float: right;
	min-height: 500px;
	text-align: center;
}

.hamon{
	background: url(/images/slide/loi-hamon.jpg);
}

.auto{
	background-image: url(/images/slide/auto.jpg);
}

.habitation{
	background-image: url(/images/slide/habitation.jpg);
}

.moto{
	background-image: url(/images/slide/moto.jpg);
}

.sante{
	background-image: url(/images/slide/sante.jpg);
}

.loi{
	background-image: url(/images/slide/loi-info.jpg);
}




/*jQuery UI*/
#tabs .ui-widget-header{background:transparent; border:0px;}
#tabs-1 {padding:15px;}
#tabs-1 #formules .bloc{margin:10px;}


/* Nouveau Toolbar Responsive */
@media screen and (min-width: 200px) and (max-width: 767px) {
	.contact-texte{
		display: none;
	}
	
	.bloc-contact {
   		display: none;
	}
	
	.bloc-flag {
	    width: 90%;
	}
}

@media screen and (min-width: 768px) and (max-width: 1219px) {
	.uk-container.uk-container-center {
    	overflow: hidden;
	}
	
	.contact-texte {
    	display: none;
	}
	
	.bloc-flag {
	    width: 30%;
	}
	
}

@media screen and (min-width: 768px) and (max-width: 900px) {
		i.icones-menu, .uk-parent img {
   		display: none;
	}
	
	.uk-navbar-nav > li > a {
		padding: 0 7px;
	}

}

/* Affichage 800x600px */
@media screen and (width: 800px) {
	div#btn-quittances {
    	display: none;
	}
	.uk-navbar-nav > li > a {
    	padding: 0px 9px;
	}
	div#tm-fullscreen, .badge-accueil {
    	display: none;
	}
}

/* Affichage 981px */
@media screen and (width: 981px) {
	#btn-quittances a.uk-button.uk-button-primary {
    	line-height: 18px;
	}
	div#btn-quittances {
	    margin-top: 30px;
	}
	.uk-navbar-nav > li > a {
		padding: 0 11px;
		font-size: 11px !important;
	}
}

/* Affichage 1024px */
@media screen and (width: 1024px) {
	div#btn-quittances {
    	width: 30%!important;
    	margin-top: 30px!important;
    }
    div#btn-quittances a.uk-button.uk-button-primary {
	    line-height: 15px;
	}
	.uk-navbar-nav > li > a {
	    padding: 0 7px;
    }
}

/* Affichage 736px */
@media screen and (min-width: 568px) and (max-width: 736px) {
	.bloc-flag {
    	width: 33%!important;
	}
}


@media screen and (max-width: 767px) {
	div.no-responsive {
		display: none;
	}
	div.tm-headerbar div.uk-panel {
		margin-top: 0px;
	}
	.tm-headerbar .uk-panel {
		float: left;
		margin-right: 0;
		max-width: 100%;
		min-width: 100%;
		text-align: center;
	}
	.tm-headerbar .uk-panel img {
		width: 12%!important;
	}

	a.btn-adherents {
		line-height: 15px;
		padding-top: 8px;
	}
	.uk-button {
		font-size: 10px;
	}
}

/* Badge */
@-webkit-keyframes clignote {
	0%{
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
	50%{
		-moz-transform: scale(1.1);
		-webkit-transform: scale(1.1);
		-o-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}
	100%{
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
}

div#badge {
    display: flex;
    background: #ec732c;
    position: absolute;
	padding: 15px 10px 15px;
    color: #fff;
    font-size: 1.3em;
    border: 1px solid #fff;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    margin-top: -1px;
	margin-left: -1px;
	
	-moz-box-shadow: 0px 0px 5px 0px #656565;
	-webkit-box-shadow: 0px 0px 5px 0px #656565;
	-o-box-shadow: 0px 0px 5px 0px #656565;
	box-shadow: 0px 0px 5px 0px #656565;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=NaN, Strength=5);

	-webkit-animation-name: clignote;
	-webkit-animation-duration: 1.5s;
	-webkit-animation-iteration-count:infinite;
}

span.title-badge {
    display: flex;
}

span.title-badge {
    text-transform: uppercase;
    font-size: 19px;
}

a.phone-badge {
    color: #fff;
    font-weight: bold;
}

span.uk-icon-medium.uk-icon-phone {
    display: flex;
    justify-content: center;
}

.display-mobile {
	display: none;
}
.display-desktop {
	display: flex;
}

@media screen and (max-width: 960px) {
	.display-desktop {
		display: none;
	}
	.display-mobile {
		display: initial;
	}
}

@media screen and (min-width: 960px) and (max-width: 1440px) {
	.display-desktop {
		display: inline;
	}
}

@media screen and (min-width: 220px) and (max-width: 1440px) {
	div#badge {
		position: inherit;
		border: 0px solid #fff!important;
		max-height: 50px;
		text-align: center;
		justify-content: center;
	}
	a.phone-badge {
		font-size: 18px;
	}
	span.title-badge {
		display: initial;
		margin-right: 10px;
	}
	span.uk-icon-medium.uk-icon-phone {
		display: initial;
		font-size: 15px;
		margin-right: 10px;
		vertical-align: top;
	}
}

/* fin Badge */

@media screen and (max-width: 767px) {
	div#headerbar-infos {
		flex-direction: column-reverse;
	}

	#buttons-flex {
		display: flex;
		flex-direction: row;
		margin-right: 0px;
		margin-top: 10px;
		width: 100%;
		justify-content: space-around;
	}
}