@charset "utf-8";
/* ==========================================================================
   $General
   ========================================================================== */ 
select:focus, input:focus{
    outline: none;
}
*{
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*,ul,li,p,h1,h2,h3,h4 {   
    margin: 0;
    padding: 0;
    border: 0;
}

article,aside,footer,header,hgroup,main,nav,section {
    display: block;
}

em{ font-style:normal;}
body {
	font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif; 
    font-size: 22px;
    color: #000;
	font-weight:normal;
    background: #fff;
}

a {
    text-decoration: none;
    color: #282f39;
}

li {
    list-style: none;
}

/* ==========================================================================
   CSS :container
   ========================================================================== */
.container {
    position: relative;
    max-width: 960px;
    margin: auto;
    padding: 0;
}

.container_top{ max-width:1300px; margin:auto;}

.inputrow{ position:relative; margin:8px 0px !important; padding:0px 11px !important;}
.inputrow, .inputrow .column, .inputrow .columns {    position: relative;}

.fieldset_etape1 #ligne_btn{margin-top: 44px !important;
    margin-bottom: 0px !important;}
	
.col-md-12{ padding:0px;}


.col_article{ width:37%;    padding-top: 395px !important; }
.col_article__title{ color:#40ba0d; font-size:36px; }
.col_article__txt{ color:#303030; font-size:18px;width: 80%;line-height: 22px; padding-bottom:20px !important}


.col__form{ width:63%; padding:0px 48px; margin-top: 44px;}
.box_image{ float:right}
.img_rwd{ display:none}
/* =============================================
   CSS HEADER
   ========================================== */
header, section, .form-comparaison, .title_form, .inputrow{
	float: left;
	width: 100%;
}

.txt_bandeau { color:#000000; font-size:31px;line-height: normal;}
.head_title{ background:#E0B260; color:#fff; font-size:36px;}
/* =============================================
   CSS Form
   ========================================== */

.section_div{ background:url(https://assurances-alm.fr/image/auto.png) no-repeat top right; margin:auto; width:1300px;}
.form-comparaison{ border:1px solid #575757; background:#fdffff; min-height:670px; height:auto; margin-bottom:20px; border-radius:0px 0px 20px 20px}
.form-comparaison label{ margin-bottom:0px;}
.form-comparaison label span{ line-height:22px; display:block;}



.medium-4 {    width:51%;padding-right: 25px; float:left}
.medium-7 {    width: 49%;float:left}
.row{ margin:auto;}

.title_form{ color:#fff; font-size:30px; background:#E0B260;padding:4px 0px 5px 0px; }
.fieldset_etape1 .title_form{ margin-bottom:37px;}
.fieldset_etape2 .title_form{ margin-bottom:15px;}

.col_info_tel{ padding-bottom:5px !important;}
.input_note {
    font-size: 9px;
    line-height: 15px;
	color:#666666;
    display: block;
	margin-top: -5px;
}
.box_form{ margin-left:160px}

/*BOX LEFT*/
.box_rea{ font-size:20px; color:#000; background:#eee; width: 100%;
margin: auto 43px;padding-top: 43px;
padding-bottom: 25px;}
.box_rea li{ display:inline-table; width:32%;}
.box_rea span{ display:block; line-height:26px; padding-top:17px;}

.article{ line-height:23px; text-align:justify; margin:35px 43px 15px 43px; float:left; font-size:16px; color:#666666;}
.article .titre{ display:block;font-size:24px;padding-bottom: 20px; text-align:left;}

/* ====================================
   CSS :INPUT
   ================================= */
.box_form input {
    width: 100%;
    height: 39px;
    border: 1px solid #575757;
	border-radius:4px;
	font-size:18px;
	color: #3d3d3d;
	padding-left: 10px;

}

.box_form .btn_envoie{ 
	background:#40ba0d;
	color:#fff; font-size:24px; 
	font-weight:bold; 
	border-radius:7px; 
	border:0px; height:49px;
	padding:0px;
	margin: 10px 0px; 
	width:100%;
	max-width:300px;
}


/* ====================================
   CSS :SELECT
   ================================= */
/* Reset Select */
.box_form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	background: none;
    outline: 0;
    background-image: none;
    box-shadow: none;
    -ms-appearance: none;
}

/* Custom Select */
.box_form .select { 
    position: relative; 
    height: 39px;
    padding-left: 0;
	border-radius:4px;
    border: 1px solid #10346e;
    background: #fff;
}

.box_form select {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0 0 0 10px;
    color: #666666;
	font-size: 18px;
    cursor: pointer;
}

.box_form select::-ms-expand {
    display: none;
}

/* Arrow */
.box_form .select::after {
    /*content: "\f0d7";*/
	content:url(https://assurances-alm.fr/image/select.png) !important;
    text-decoration: inherit;
    position: absolute;
    top:0px;
	right: 8px;
	bottom: 0;
    pointer-events: none;
}

.box_form .select::after {
    -webkit-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease;
}


/* --------- Validation form ------------ */
.invalid input,
.box_form .invalid .select {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    border-color: red !important;
    background-image: url(https://assurances-alm.fr/image/icon-invalid.svg) !important;
    background-position: right 4px center !important;
    background-repeat: no-repeat !important;
    background-size: auto !important;
}
.box_form .invalid .select:after, .box_form .valid .select:after{ content: "" !important;}
.field-error {
    display: block;
    z-index: 3;
    position: absolute;
    right: 15.33333px;
    right: auto;
	left:25px;
    bottom: 0px;
    margin: -5.75px auto 7.66667px;
    padding: 3.40741px 11.5px 3.83333px;
    border-radius: 4px;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    line-height: 18.4px;
    white-space: normal;
    color: #fff;
    background-color: #c61544;
    transform: translateY(100%);
}

.valid input, .box_form .valid .select {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    border-color: #47cc5e !important;
    background-image: url(https://assurances-alm.fr/image/icon-valid.svg) !important;
    background-position: right 4px center !important;
    background-repeat: no-repeat !important;
    background-size: auto !important;
}

.field-error {
    right: auto;
    left: 5.75px;
}

/* __________________________Landing Page - RGPD */
/* _____________________________________________ */

/* __________________________The CSS checkbox */
/* Button checkbox*/
.radioselect {
    text-align: left;
}

.radioselect [type=checkbox] {
    position: absolute;
    opacity: 0;
	width: 15px;
	height: 15px;
}

.radioselect [type=checkbox] + label {
    position: relative;
    margin: 0;
    text-align: left;
    font-size: 13px;
	color:#b7b8b9;
	font-weight:normal;
    cursor: pointer;
	line-height: 17px;
	padding:5px 0px 8px 32px; 
	width:auto; border:0px;
	float:left;
}

.radioselect [type=checkbox] + label:after,
.radioselect [type=checkbox] + label:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 35%;
    left: 0px;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 24px;
    transition: all .1s ease-out;
    transform: translateY(-32%);
}

.radioselect [type=checkbox] + label:before {
    border:1px solid #e6e8e8;
	border-radius:4px;
    background-color: #fff;
    cursor: pointer;
}

.radioselect [type=checkbox] + label:after {
	content:url(https://assurances-alm.fr/image/arrow.png) !important;
    color: #0069aa	;
    opacity: 0;
	border:1px solid #e6e8e8;
	border-radius:4px;
    background-color: #fff;
    cursor: pointer;
}

.radioselect [type=checkbox]:checked + label:after  {
    opacity: 1;
}

.check_offre{ padding-left:20px}
.check_offre label{ color:#000 !important; font-size:13px !important;}

::-webkit-input-placeholder {color: #969798 ; /* for chrome */ opacity: 2 !important;}
:-moz-placeholder {color: #969798 !important; opacity: 2 !important;}
::-moz-placeholder {color: #969798 !important; opacity: 2 !important;}
:-ms-input-placeholder {color: #969798 !important; opacity: 2 !important;}

.webform-button--previous {
	margin: 10px;
	cursor:pointer;
    width: 48px;
    padding: 0;
    min-height: 48px;
    min-width: 48px;
    border-radius: 25px;
    text-indent: 999px;
    background: #e1e1e1 url(https://assurances-alm.fr/image/Arrow_right.svg) no-repeat center/40%;
    transform: rotate(180deg);
}

/* ==========================================================================
   CSS :FOOTER
   ========================================================================== */
footer{ clear:both; background:#575757;}

footer ul {
    width: 100%;
    text-align: center;
}

footer li {
    display: inline;
    font-size: 14px;
    color:#fff;
	font-weight:bold;
}

footer li a {
    padding: 0 10px;
    font-size: 14px;
	font-weight:bold;
    color: #fff !important;
}
.bloc__tel{
line-height: 15px;
font-size: 10px;
margin-top: -10px;
display: block;}

/* __________________________PAG CONF */
.box_conf{ color:#293e56;font-size:24px;line-height: 28px; padding: 160px 60px;}


/* ---- COOKIE CSS ---- */
div.cookie-msg-wrapper{
    display: block;
}
div.cookie-msg{
    margin: 0;
    padding: 10px;
    position: fixed;
    font-family: Century Gothic, Arial;
    font-size: 12px;    
    z-index: 15000;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.4);
    -moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.4);
    box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.4);
}

	div.format825px a.cp-close {
		background: url(https://assurances-alm.fr/image/cookiepol-close2.png) no-repeat 0 0 !important;
		width: 20px !important;
		height: 20px !important;
	}
 
		div.format825px {
			width: 280px !important;
			left: 0% !important;
			border-radius: 5px;
			margin:0px 0px 50px 15px !important;
			
		}
		.cookie-msg-wrapper{ position:relative}
		
		.cookie-msg:after{
			content: url(https://assurances-alm.fr/image/cercle.png) !important;
			background:none;
			width: 40px;
			height: 40px;
			position: fixed;
			bottom: 5px;
			left: 15px;
		}
		.cp-content a {
		    background: #3d3d3d;
			padding: 3px 8px;
			color: #fff !important;
			text-decoration:none !important;
			border-radius: 3px;
			margin-top:5px;
			display: block;
			float: right;
			font-weight: bold;
			box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 14px;
		}
		div.cookie-msg a{color: #fff;}
		
		.cp-content a u{ text-decoration:none;}
		
		div.cookie-msg a.cp-close{ margin-top:0px !important;margin-right: -5px;}
		
		div.cp-content{ float:none !important; margin:0px !important;}
		
		div.format825px div.cp-content {
			line-height: 25px !important;
			width: 94% !important;
		}