html,
body,
form,
h1,
h2,
p {
	margin: 0;
	padding: 0;
}

body,
input {
	color: #000;
	font-family: "Roboto";
	font-size: 16px;
}

.clear {
	clear: both;
}

.pull-right {
	float: right;
}

.clear_20 {
	height: 20px;
}

.mention_rgpd {
	font-size: 12px;
	padding-top: 20px;
}

.text-center {
	text-align: center;
}

.text-italic {
	font-style: italic;
}

.f-gauche,
.f-droite {
	float: left;
	padding-right: 2%;
	width: 48%;
}

.f-droite {
	float: right;
	padding-right: 0;
	padding-left: 2%;
}

#entete_conteneur {
	border-bottom: 1px solid #fff;
	color: #fff;
	font-weight: bold;
	height: 110px;
	padding: 15px 0;
	position: relative;

	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

#entete_contenu {
	margin: 0 auto;
	max-width: 995px;
	position: relative;
	text-transform: uppercase;
}

#entete_contenu ul {
	margin: 0 0 0 160px;
	padding: 40px 0 0 0;
	list-style: none;
}

#entete_contenu li.premier {
	padding-left: 0;
}

#entete_contenu li {
	display: inline-block;
	margin: 0;
	padding: 0 15px;
	vertical-align: middle;
	text-align: center;
}

#entete_contenu .li_langues {
	border: 1px solid #fff;
	font-weight: normal;
	padding: 5px;
}

#entete_contenu a {
	color: #fff;
	text-decoration: none;

	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.divider {
	background: #000;
	margin: 30px 0;
	height: 1px;
	width: 100%;
}

.pied .divider {
	margin: 10px 0;
}

#entete_contenu a:hover {
	color: #000;
}

body.scroll_entete {
	padding-top: 150px;
}

.scroll_entete #entete_conteneur {
	background: #fff;
	border-bottom: 1px solid #ddd;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 10;
}

.scroll_entete #entete_conteneur,
.scroll_entete #entete_conteneur a {
	color: #000;
}

.scroll_entete #entete_contenu .li_langues {
	border-color: #000;
}

#logo_station {
	background-repeat: no-repeat;
	left: 0;
	height: 110px;
	position: absolute;
	top: 0;
	width: 110px;
}

#logo_station:hover {
	cursor: hand;
}

#logo_ea {
	background: url(../images/logo-mutuaide-top2.png);
	height: 190px;
	position: absolute;
	right: 0;
	top: 0;
	width: 236px;
}

.w995 {
	margin: 0 auto;
	width: 995px;
}

#contenu.page {
	background: rgba(255, 255, 255, 0.7);
	padding: 50px;
}

#page {
	max-width: 995px;
	margin: 0 auto;
}

#contenu_accueil {
	color: #fff;
	padding: 300px 0 0 50%;
}

#contenu_accueil h1,
#page h1 {
	font-size: 25px;
	font-weight: normal;
}

#page h1 {
	margin-bottom: 20px;
	text-transform: uppercase;
}

#page h2 {
	font-size: 20px;
	margin: 0 0 10px 0;
}

#page p {
	margin-bottom: 20px;
}

#page p.ss_marge {
	margin-bottom: 0;
}

#map_nous_trouver {
	height: 400px;
	width: 100%;
}

#liste_stations li {
	float: left;
	width: 40%;
}

.w50p {
	float: left;
	padding: 0 0 20px 0;
	width: 50%;
}

#declaration_sinistre {
	background: #fff;
	padding-top: 30px;
}

a.anchor {
	display: block;
	position: relative;
	top: -100px;
	visibility: hidden;
}

#page a {
	color: #000;
}

#page a:hover {
	text-decoration: none;
}

#contenu_accueil p {
	font-family: 'Baloo Bhaijaan';
	font-size: 50px;
	margin-bottom: 50px;
}

#contenu_accueil a {
	border: 1px solid #fff;
	color: #fff;
	display: inline-block;
	font-family: Roboto;
	font-size: 14px;
	padding: 10px 15px;
	text-decoration: none;

	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

#contenu_accueil a.activer_carte,
#contenu_accueil a.acheter_maintenant {
	background: url(../images/picto-activation-blanc.png) no-repeat 15px center #231f20;
	border-color: #231f20;
	padding-left: 50px;
	color: #fff;
}

#contenu_accueil a.acheter_maintenant {
	background-color: #1e4179;
}

#contenu_accueil a.activer_carte:hover,
#contenu_accueil a.acheter_maintenant:hover {
	color: #fff;
}

#contenu_accueil .encart-uk {
	background-color: rgba(199, 210, 219, 0.5);
	color: #1e4179;
	max-width: 37%;
	padding: 1em 2em;
	text-align: center;
}


#contenu_accueil .encart-uk div {
	font-size: 12px;
	line-height: 20px;
}

#contenu_accueil .encart-uk-flag {
	float: left;
	width: 10%;
}

#contenu_accueil .encart-uk-titre {
	float: right;
	width: 90%;
}

#contenu_accueil .encart-uk-titre span {
	display: block;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 8px;
	text-transform: uppercase;
}

#contenu_accueil .encart-uk-pied {
	clear: both;
	margin-bottom: 8px;
}

#contenu_accueil .encart-uk-annotation {
	font-size: 11px;
	font-style: italic;
}

#bulles {
	margin: 220px auto 0 auto;
	width: 90%;
}

.bulle_conteneur {
	float: left;
	margin: 0 3%;
	width: 27.33%;
}

.bulle {
	background: #fff;
	box-sizing: border-box;
	box-shadow: 0px 0px 0px 15px rgba(205, 205, 205, 0.8);
	border-radius: 50%;
	height: 0;
	padding: 0 0 100% 0;
	text-align: center;
	width: 100%;
}

.bulle_contenu {
	padding: 150px 4% 20px 4%;
}

.bulle_euro .bulle_contenu {
	background: url(../images/picto-euro.png) no-repeat 50% 50px;
}

.bulle_assistance .bulle_contenu {
	background: url(../images/picto-assistance.png) no-repeat 50% 50px;
}

.bulle_cochon .bulle_contenu {
	background: url(../images/picto-cochon.png) no-repeat 50% 50px;
}

.bulle_contenu h2 {
	font-family: 'Baloo Bhaijaan';
	font-size: 45px;
	font-weight: normal;
	line-height: 1em;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.bulle_contenu p {
	padding: 0 5%;
}

#offres {
	margin: 50px 0 0 0;
	padding: 50px 0;
	text-align: center;
}

.offres_contenu {
	height: 200px !important;
}

.offre {
	width: 100%;
}

.offre a {
	border: 1px solid #fff;
	color: #fff;
	display: inline-block;
	font-size: 25px;
	padding: 5px;
	text-decoration: none;
}

.offre a:hover {
	background: #f68a2f;
}

#offres h2,
#accident h2,
#partenaires h2 {
	border-bottom: 5px solid #000;
	display: inline-block;
	font-family: 'Baloo Bhaijaan';
	font-size: 50px;
	font-weight: normal;
	line-height: 1em;
	margin-bottom: 30px;
	padding-bottom: 50px;
	text-transform: uppercase;
}

.offre_prix {
	font-size: 46px;
}

.offre_prix strong {
	font-family: 'Baloo Bhaijaan';
	font-weight: normal;
}

#accident {
	background: #000;
	color: #fff;
	padding: 50px 0;
	text-align: center;
}

#accident h2 {
	border-color: #fff;
}

.accident_intro {
	margin: 0 0 50px 0;
}

.accident_bulle_conteneur {
	float: left;
	margin: 0 3%;
	width: 27.3%;
}

.accident_bulle {
	background: #fff;
	box-sizing: border-box;
	border-radius: 50%;
	height: 0;
	padding: 0 0 100% 0;
	width: 100%;
}

.accident_bulle_contenu {
	color: #000;
	padding: 20% 4%;
	text-transform: uppercase;
}

.accident_bulle_contenu strong {
	display: block;
	font-family: 'Baloo Bhaijaan';
	font-size: 50px;
	font-weight: normal;
}

#partenaires {
	padding: 50px 0;
	text-align: center;
}

#asterisk {
	background: #000;
	color: #fff;
	padding: 20px;
}

#partenaires h2 {
	margin-bottom: 50px;
}

#partenaires img {
	display: inline-block;
	margin: 0 30px;
	max-width: 230px;
}

#pied {
	background: #626262;
	color: #000;
}

.pied {
	float: left;
	margin: 0 5%;
	padding: 60px 0;
	text-transform: uppercase;
	width: 23.33%;
}

.pied a {
	color: #000;
	text-decoration: none;
}

.pied a:hover {
	text-decoration: underline;
}

.pied ul {
	list-style: none;
}

.pied ul,
.pied li {
	font-size: 10px;
	margin: 0;
	padding: 0;
}

.pied li {
	margin-bottom: 5px;
}

.pied img {
	margin-top: 5px;
}

.pied_titre {
	border-bottom: 2px solid #000;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.assurance_type {
	float: left;
	height: 55px;
	text-align: center;
	margin: 20px 1.65% 0 1.65%;
	padding-top: 60px;
	text-transform: uppercase;
	width: 30%;
}

.assurance_type_1 {
	background: url(../images/picto-1.png) no-repeat 50% top;
}

.assurance_type_2 {
	background: url(../images/picto-2.png) no-repeat 50% top;
}

.assurance_type_3 {
	background: url(../images/picto-3.png) no-repeat 50% top;
}

.assurance_type_4 {
	background: url(../images/picto-4.png) no-repeat 50% top;
}

.assurance_type_5 {
	background: url(../images/picto-5.png) no-repeat 50% top;
}

.assurance_type_6 {
	background: url(../images/picto-6.png) no-repeat 50% top;
}

.assurance_type_7 {
	background: url(../images/picto-7.png) no-repeat 50% top;
}

.assurance_type_8 {
	background: url(../images/picto-8.png) no-repeat 50% top;
}

.important {
	background: #fff;
	border: 1px solid #d41440;
	color: #d41440;
	margin-bottom: 20px;
	padding: 10px;
	text-align: center;
}

/*formulaire*/
.form_souscrire {
	max-width: 980px;
	background: #fff;
	padding: 20px;
}

.form_souscrire.form_souscrire_paiement {
	background: transparent;
	padding: 0;
}

.form_souscrire .btn {
	background: #e03c31;
	border: 1px solid #e03c31;
	color: #fff !important;
	display: block;
	font-size: 16px;
	margin: 0 20px 20px 0;
	padding: 7px;
	text-align: center;
	text-decoration: none;
	width: 120px;
}

.btn_civilite {
	display: inline-block !important;
}

.form_souscrire .btn_add_beneficiaire {
	width: 200px;
	margin: 10px auto 0 auto;
	text-decoration: none;
}

.btn_remove_beneficiaire {
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
}

.form_souscrire .btn:hover,
.form_souscrire .btn.actif {
	background: #fff;
	color: #e03c31 !important;
	text-decoration: none;
}

.form_souscrire label {
	display: block;
}

.form_souscrire input[type="text"],
.form_souscrire select,
.form_souscrire textarea,
.form_souscrire input[type="date"] {
	display: block;
	box-sizing: border-box;
	border: 1px solid #E03C31;
	font-size: 16px;
	margin-bottom: 20px;
	padding: 7px;
	width: 100%;
}

.form_souscrire textarea {
	height: 75px;
}

.form_souscrire input.petit {
	width: 214px;
	float: left;
	margin-right: 10px;
}

.form_souscrire label.error {
	display: none !important;
}

.form_souscrire select {
	background: #fff;
}

.form_souscrire textarea.error,
.form_souscrire input.error,
.form_souscrire select.error {
	border: 1px solid #db1b1b !important;
}

.btn_form_souscrire {
	width: 340px;
	margin: 0 auto;
	font-weight: bold;
	cursor: pointer;
	color: #86bcd8 !important;
	border: 1px solid #86bcd8;
	text-decoration: none;
	display: block;
	font-size: 16px;
	padding: 7px;
	text-align: center;
	margin: 10px auto;
}

.btn_form_souscrire.btn_fleche_retour {
	position: relative;
	width: 270px !important;
}

.btn_form_souscrire.btn_fleche_retour:before {
	content: "";
	background: url(../images/bouton-fleche-retour.png) no-repeat;
	display: block;
	width: 16px;
	height: 13px;
	top: 10px;
	position: absolute;
	left: 10px;
}

.paiement_recapitulatif {
	float: left;
	width: 40%;
	background-color: #f4f4ef;
	border-radius: 20px;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.paiement_recapitulatif_resultat_paiement {
	border-radius: 20px;
	float: right;
	width: 55%;
}

.paiement_recapitulatif h2 {
	font-family: 'Baloo Bhaijaan';
	font-weight: normal;
	text-transform: uppercase;
	background-color: #52BCD1;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	text-align: center;
	padding: 15px;
	margin: 0 !important;
}

.paiement_recapitulatif .paiement_recapitulatif_donnee {
	padding: 10px;
	text-align: center;
	border-bottom: 1px dotted;
	width: 75%;
	margin: 0 auto;
}

.paiement_recapitulatif .paiement_recapitulatif_donnee h4 {
	font-weight: normal;
	margin: 10px 0;
}

.paiement_recapitulatif .paiement_recapitulatif_donnee span {
	font-weight: bold;
	display: block;
	padding: 2px;
}

.paiement_recapitulatif .paiement_recapitulatif_donnee .lien_ipid_cadre {
	font-size: 14px;
}

.paiement_recapitulatif_resultat_paiement .le_montant {
	display: none;
}

#tableau_beneficiaires {
	width: 100%;
}

#tableau_beneficiaires th {
	font-weight: bold;
	text-align: left;
}

#tableau_beneficiaires input {
	/*font-size: 14px;*/
	box-sizing: border-box;
	margin: 0 0 3px 0;
	padding: 5px;
	width: 100%;
}

#tableau_beneficiaires input.daten {
	width: 100px;
}

#resultat_paiement_form,
#resultat_paiement {
	background: #fff;
	padding: 10px;
}

#resultat_paiement_form .le_montant {
	background: #86bcd8;
	padding: 25px;
	color: #fff;
	width: auto;
	display: inline-block;
}

#resultat_paiement_form form {
	display: none;
}

.cadre_garantie,
.cadre_station {
	display: inline-block;
	width: 200px;
	margin: 0 20px 35px 0;
	text-align: center;
	font-size: 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	vertical-align: top;
	position: relative;

}

.cadre_garantie a {
	bottom: -20px;
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}

.cadre_garantie span {
	font-size: 120%;
	/*position: absolute;
    bottom: 14px;
    left: 0;
    width: 100%;*/
}

.cadre_garantie strong {
	display: block;
}

.cadre_garantie label,
.cadre_station label {
	padding: 15px 0;
	cursor: pointer;
}

.cadre_garantie input,
.cadre_station input {
	position: absolute;
	z-index: -1;
}

.liste_cgas {
	float: left;
	width: 45%;
}

.liste_cgas2 {
	float: right;
	width: 45%;
}

.ccm {
	margin-bottom: 50px;
}

.ccm_g {
	float: left;
	width: 75%;
}

.ccm_d {
	float: right;
	width: 20%;
}

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

#affiche_menu {
	background: url(../images/btn-menu.png) 50% 50% no-repeat;
	border: 1px solid #000;
	display: none;
	height: 64px;
	left: 150px;
	position: absolute;
	top: 20px;
	width: 64px;
}

#affiche_menu.actif {
	background-image: url(../images/btn-menu-fermer.png);
}

.cadre_garantie span.extension_covid {
	font-size: 100%;
}


.alert-danger {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}

.alert {
	padding: 15px;
	border: 1px solid transparent;
	border-radius: 4px;
}


/**
*	RESPONSIVE
*/
@media (max-width: 1680px) {
	.bulle_contenu h2 {
		font-size: 30px;
	}
}

@media (max-width: 1280px) {
	#entete_contenu ul {
		margin-right: 250px;
		padding-top: 20px;
	}

	#entete_contenu li {
		padding-bottom: 10px;
	}

	.bulle_contenu {
		background-position: 50% 20px !important;
		padding-top: 110px;
	}

	.bulle_contenu p {
		font-size: 14px;
		padding: 0 7%;
	}

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

	.w995,
	#bulles {
		width: 99%;
	}

	.bulle {
		box-shadow: none;
	}

	#contenu_accueil {
		padding-left: 40%;
	}
}


@media (max-width: 995px) {
	.bulle_conteneur {
		float: none;
		width: 94%;
	}

	.bulle {
		border-radius: 0;
		height: auto;
		margin-bottom: 20px;
		padding: 0;
	}

	#entete_contenu #affiche_menu {
		display: block;
	}

	#entete_contenu ul {
		display: none;
		padding-top: 10px;
	}

	#entete_contenu br {
		display: none;
	}

	#entete_contenu ul.actif {
		background: #fff;
		display: block;
		border: 1px solid #000;
		left: 215px;
		margin: 0;
		padding: 10px;
		position: absolute;
		top: 20px;
		width: auto;
		z-index: 1000;
	}

	#entete_contenu .li_langues {
		border-color: #000;
		color: #000;
	}

	#entete_contenu li a {
		color: #000;
	}

	#entete_contenu li {
		display: block;
		float: none;
		padding: 0 20px 15px 0;
		text-align: left;
	}

	.f-droite,
	.f-gauche {
		float: none;
		width: auto;
	}

	.paiement_recapitulatif {
		float: none;
		width: 100%;
	}

	.paiement_recapitulatif_resultat_paiement {
		float: none;
		width: 80%;
		margin: 0 auto;
	}

	.btn_form_souscrire.btn_fleche_retour {
		margin: 20px auto;
	}
}