/* Image responsive header */
.ei_header {background-image: url('../../images/identification/header_mobile.jpg'); }

/* Général à toutes les pages */
._styles {background-color: #efefef; }
._styles, ._styles *, ._styles *:before, ._styles *:after {-webkit-box-sizing: border-box; box-sizing: border-box; -webkit-font-variant-ligatures: no-common-ligatures; font-variant-ligatures: no-common-ligatures; line-height: 1.34; }
._styles h1, ._styles h2, ._styles h3 {line-height: 0.9; }
._styles h1 span, ._styles h2 span, ._styles h3 span {font-weight: 500; line-height: inherit; }
._styles .h-style-1 {font-weight: 300; color: #000; margin-top: 20px; margin-bottom: 20px; }
._styles .h-style-1 span {color: #d0103a; }
._styles .h-style-2 {color: #fff; line-height: 1.25; margin-top: 20px; margin-bottom: 20px; }
._styles .h-style-3 {color: #fff; margin-top: 20px; margin-bottom: 20px; }
._styles .h-style-3 span {color: #fecb00; }
._styles ul, ._styles li {padding: 0; margin: 0; list-style-type: none; }
._styles li {position: relative; }
._styles p {margin: 0 0 20px; font-size: 14px; font-weight: 300; }
._styles img {max-width: 100%; }
._styles a {text-decoration: none; color: #000; }
._styles strong {font-weight: 500; }
._styles ._inner {overflow-x: hidden; }
._styles .no-wrap {white-space: nowrap; }
._styles .container {max-width: calc(100% - 40px); margin: auto; }
._styles [background-text] {position: relative; z-index: 1; }
._styles [background-text]:before {content: attr(background-text); word-spacing: nowrap; overflow-x: hidden; position: absolute; top: 0; left: 5px; -webkit-transform: translateY(-65%); -ms-transform: translateY(-65%); transform: translateY(-65%); font-size: 48px; font-weight: 700; white-space: nowrap; color: #000; opacity: .03; z-index: -5; }
._styles .floating-icon {position: absolute; top: 50%; left: 0; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); padding: 8px; background-color: #fecb00; border-radius: 4px; }
._styles .float-right {float: right; }
._styles .s-style-1 {position: relative; z-index: 1; }
._styles .s-style-1 .bg {width: 100%; height: 0; margin: 0; padding-bottom: calc(100% / 16 * 9); position: relative; z-index: -1; overflow: hidden; }
._styles .s-style-1 .bg img {width: 100%; height: auto; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
@supports ((-o-object-fit: cover) or (object-fit: cover)) {._styles .s-style-1 .bg img {width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; } }
._styles .s-style-1 .overlapped + * {margin-top: calc((-100vw / 16 * 9) / 8 * 5); position: relative; z-index: 1; }
._styles .s-style-1 .overlapped + * h2 {margin: 0 0 20px; color: #fff; font-size: 22px; font-weight: 300; }
._styles .s-style-1 .overlapped + * h2 span {font-weight: 500; }

/* Bloc en résumé */
._styles .blocInfo { border: 1px solid #fecb00; padding: 15px 25px; }

/* Mentions legales bas de pages */
._styles .lightText { font-size: 13px; font-weight: 300; }

/* Sticky Table */
._styles .stickyTab { display: flex; margin-bottom: 15px; }
._styles .stickyTab td { border: 1px solid #cccccc; padding: 5px 15px; }
._styles .stickyTab .table_div { width: 50%; float: left; }
._styles .stickyTab .table_div table { margin: 0 auto; }

/* Tableau large */
._styles .largeTable { width: 100%; }
._styles .largeTable td { border: 1px solid #cccccc; padding: 5px 15px; }
._styles .largeTable tr:last-child td:first-child { border: none; }

/* Tableau full */
._styles .fullTab > *, ._styles .fullTab tr > * { border: 1px solid #cccccc; vertical-align: middle; padding: 5px; }

/*  Bouton dépliant et contenu */
._styles .btnRoll { margin: 20px 0; width: 100%; height: 50px; border: none; outline: none; position: relative; z-index: 10;}
._styles .btnRoll:after { content: '>'; font-size: 23px; position: absolute; right: 50px; top: 10px; transform: rotate(-90deg); transition-duration: .2s; }
._styles .rollContent { overflow: hidden; height: 0; transition-duration: 1s;}
._styles .btnRoll.active:after { content: '>'; font-size: 23px; position: absolute; right: 50px; top: 10px; transform: rotate(90deg); transition-duration: .2s;}
._styles .rollContent.active { overflow: hidden; height: 1300px; transition-duration: 1s;}

/* Bloc youtube */
._styles .youtubeBloc{ text-align: center; }

/* Général à la page */
._styles .cta-container {margin: 30px 0; text-align: center; }
._styles .cta-container .cta:hover {color: black; background-color: #FECB00; }
._styles .cta {display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center;	align-items: center; padding: 10px 25px; background-color: #d0103a; color: #fff; font-size: 14px; font-weight: 500; -webkit-box-shadow: 0 2px 24px rgba(0,0,0,.14); box-shadow: 0 2px 24px rgba(0,0,0,.14); border-radius: 4px; border: none; outline: 0; cursor: pointer; }
._styles .cta.cta-white {background-color: #fff; color: #d0103a; }
._styles .cta[data-icon]:after {display: inline-block; width: 15px; height: 15px; margin-left: 10px; }
._styles .cta[data-icon=arrow-white]:after {content: url("../../images/icons/arrowfill--white.svg"); }
._styles .cta[data-icon="arrow--white"]:after {content: url("../../images/icons/arrow--white.svg"); }
._styles .cta[data-icon="arrow--grey"]:after {content: url("../../images/icons/arrow--grey.svg"); }
._styles .cta[data-icon="arrow--red"]:after {content: url("../../images/icons/arrow--red.svg"); }
._styles .cta[data-icon="arrowfill--white"]:after {content: url("../../images/icons/arrowfill--white.svg"); }
._styles .cta[data-icon="arrowfill--white"]:hover:after {content: url("../../images/icons/arrowfill--black.svg");}
._styles .cta[data-icon="plusfill--red"]:after {content: url("../../images/identification/icons/plusfill--red.svg"); }
._styles .secondary-cta {color: #999; padding-bottom: 0.2em; border-bottom: #999 2px solid; }
._styles .secondary-cta:hover {color: black; border-color: black; }
._styles .overlapped:not(.container), ._styles :not(.container) > .overlapped {margin-bottom: 0; }
._styles .overlapped + * {margin-top: calc((-100vw / 16 * 9) / 8 * 5); position: relative; z-index: 1; }
._styles .overlapped + * h2 {margin: 0 0 20px; color: #fff; font-size: 24px; font-weight: 300; }
._styles .overlapped + * h2 span {font-weight: 500; }
._styles .block {margin-bottom: 40px; padding: 25px 15px; background: #fff; -webkit-box-shadow: 0 2px 24px rgba(0,0,0,.14);	box-shadow: 0 2px 24px rgba(0,0,0,.14); border-radius: 4px; }
._styles .block p {font-weight: 300; }
._styles .block p strong {font-weight: 500; }
._styles .block.content {position: relative; overflow: hidden; }
._styles .block.content .block-title {font-weight: 500; }
._styles .block.content > img {display: inline-block; max-width: none; width: calc(100% + 30px); margin-left: -15px; margin-top: -25px; margin-bottom: 25px; }
._styles .block.content > img + h2, ._styles .block.content > img + h3, ._styles .block.content > img + [class*="title"] {position: relative;	top: -100%;	font-size: 24px; margin: 0 0 25px; }
@supports ((-o-object-fit: cover) or (object-fit: cover)) {._styles .block.content > img {height: 160px; -o-object-fit: cover; object-fit: cover; -o-object-position: center; object-position: center; }
._styles .block.content > img + h2, ._styles .block.content > img + h3, ._styles .block.content > img + [class*="title"] {width: calc(100% - 30px); position: absolute; left: 15px; top: 160px; -webkit-transform: translateY(-100%) translateY(-15px); -ms-transform: translateY(-100%) translateY(-15px);	transform: translateY(-100%) translateY(-15px);	color: #fff; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; padding-bottom: .125em; } }
._styles .block.content p {text-align: center; }
._styles .block.content *:last-child {margin-bottom: 0; }
._styles .page--article .s-style-1 .wysiwyg {text-align: left; }
._styles .page--article .s-style-1 .wysiwyg :last-child {margin-bottom: 0; }
._styles .page--article .s-style-1 .wysiwyg .cta-container {text-align: left; }
._styles .page--article .s-style-1 h2 span {color: #fff; }
._styles .cta:focus {outline: 1px solid black; }


/* Bloc Article */
._styles .page--article .wysiwyg-container {font-size: 14px; padding-bottom: 25px; margin-top: 40px; }
._styles .page--article .wysiwyg-container h1 {font-size: 29px; }
._styles .page--article .wysiwyg-container p {font-size: 14px; line-height: 1.6; }
._styles .page--article .wysiwyg-container a {text-decoration: underline; }
._styles .page--article .wysiwyg-container .cta-container button, ._styles .page--article .wysiwyg-container .cta-container a {text-decoration: none; }
._styles .page--article .wysiwyg-container .article-date {font-size: 14px; font-style: italic; color: #adacac; }
._styles .page--article .wysiwyg-container em {font-weight: 400; }
._styles .page--article .wysiwyg-container h2 {color: #d0103a; font-size: 20px; font-weight: 500; margin-top: 25px; margin-bottom: 20px; line-height: 25px; }
._styles .page--article .wysiwyg-container h3, ._styles .page--article .wysiwyg-container h4 {margin-top: 0; }
._styles .page--article .wysiwyg-container h3 {color: #000; font-size: 18px; font-weight: 500; line-height: 20px; }
._styles .page--article .wysiwyg-container h4 {font-size: 16px; font-weight: 500; }
._styles .page--article .wysiwyg-container img {margin-bottom: 10px; border-radius: 4px; }
._styles .page--article .wysiwyg-container ul {padding-left: 10px; }
._styles .page--article .wysiwyg-container ul li {margin-bottom: 20px; }
._styles .page--article .wysiwyg-container ul h2:first-child, ._styles .page--article .wysiwyg-container ul h3:first-child, ._styles .page--article .wysiwyg-container ul h4:first-child, ._styles .page--article .wysiwyg-container ul h5:first-child, ._styles .page--article .wysiwyg-container ul h6:first-child {width: calc(100% + 10px); margin-left: -10px; }
._styles .page--article .wysiwyg-container :first-child {margin-top: 0; }
._styles .page--article .wysiwyg-container *:last-child {margin-bottom: 0; }
._styles .page--article .article-date.visibility_hidden {visibility: hidden; }
._styles .page--article .article-date.visibility_visible {visibility: visible; }
._styles .page--article .text_center {text-align: center; }


/* Bloc Slider */
._styles .slider {counter-reset: steps;display: none; }
._styles .slider li {counter-increment: steps; }
._styles .slider h2 {margin-bottom: 20px; font-weight: 300; font-size: 24px; }
._styles .slider h2 span {font-weight: 500;	color: #d0103a; }
._styles .slider .glide {padding-top: 40px; overflow-x: hidden; }
._styles .slider .glide__track {overflow: visible; }
._styles .slider .glide__slides {overflow: visible; padding: 0 20px; }
._styles .slider .block p {font-weight: 300; margin: 0; }
._styles .slider .block strong {font-weight: 500; }
._styles .slider .glide__bullets {display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; height: 4px; margin-bottom: 80px; position: relative; background-color: #ddd; border-radius: 4px; overflow: hidden; }
._styles .slider .glide__bullets .glide__bullet {width: 100%; position: relative;	z-index: 5;	opacity: 0; }
._styles .slider .glide__bullets .bar {display: inline-block; height: 100%; position: absolute; top: 0; left: 0; background-color: #d0103a; -webkit-transition: .4s; transition: .4s; border-radius: 4px; }
._styles .slider .glide__bullets button:last-of-type:nth-of-type(1) + .bar {width: 100%; }
._styles .slider .glide__bullets button:last-of-type:nth-of-type(2) + .bar {width: 50%; }
._styles .slider .glide__bullets button:last-of-type:nth-of-type(3) + .bar {width: 33.33333%; }
._styles .slider .glide__bullets button:last-of-type:nth-of-type(4) + .bar {width: 25%; }
._styles .slider .glide__bullets button:last-of-type:nth-of-type(5) + .bar {width: 20%; }
._styles .slider .glide__bullets button:last-of-type:nth-of-type(6) + .bar {width: 16.66667%; }
._styles .slider .glide__bullets button:last-of-type:nth-of-type(7) + .bar {width: 14.28571%; }
._styles .slider .glide__bullets button:last-of-type:nth-of-type(8) + .bar {width: 12.5%; }
._styles .slider .glide__bullets button:last-of-type:nth-of-type(9) + .bar {width: 11.11111%; }
._styles .slider .glide__bullets button:last-of-type:nth-of-type(10) + .bar {width: 10%; }
._styles .page--article .slider .block {height: 100%; }
._styles .page--article .slider .block p:not(:last-child) {margin-bottom: 20px; min-height: 150px; }
._styles .page--article .slider .block.content h2 {min-height: 100px; }
.glide__bullet.bullet_only_mobile {display: block; }


/* Bloc Actus et bons plans */
._styles .page--article .input-holder {display: -webkit-box; display: -ms-flexbox; display: flex; width: calc(100% - 50px); max-width: 320px; margin: 0 auto; padding: 0; }
._styles .page--article .input-holder input, ._styles .page--article .input-holder button {display: inline-block; padding: 10px; border: none; -webkit-box-shadow: none; box-shadow: none; background-color: transparent; color: #d0103a; width: 100%; font-size: 14px; }
._styles .page--article .input-holder input {padding-left: 12px; }
._styles .page--article .input-holder input:-webkit-input-placeholder {color: #d0103a; }
._styles .page--article .input-holder input:-moz-placeholder {color: #d0103a; }
._styles .page--article .input-holder input:-ms-input-placeholder {color: #d0103a; }
._styles .page--article .input-holder input:-ms-input-placeholder {color: #d0103a; }
._styles .page--article .input-holder input:placeholder {color: #d0103a; }
._styles .page--article .input-holder button {width: 20%; max-width: 36px; -moz-appearance: none; appearance: none; -webkit-appearance: none; }
._styles .page--article .input-holder button img {-webkit-transform: rotate(-90deg); -ms-transform: rotate(-90deg); transform: rotate(-90deg); }


/* Bloc Quelques Conseils */
._styles .advice h2 {color: #fecb00; }
._styles .advice .subtitle {margin-top: -10px; }
._styles .advice ul {display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify;	justify-content: space-between; }
._styles .advice li {width: calc(50% - 8px); position: relative; padding-top: 20px; margin-bottom: 15px; }
._styles .advice li a {display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: first baseline; position: relative; margin: 0; padding: 40px 10px 20px; height: 100%; }
._styles .advice li p {width: 100%; margin: 0; text-align: center; font-size: 10px; }
._styles .advice li .floating-icon {width: 40px; height: 40px; }
._styles .advice li .floating-icon {top: 0; left: 50%; }
._styles .advice .subtitle {font-size: 14px; margin: 0 0 20px; font-weight: 300; }
._styles .advice .container h2 span {color: #000; }

/* Bloc cadreidoublie */
._styles .page--article .wysiwyg-container .cadreidoublie .container_text_article {margin-bottom: 20px; }
._styles .page--article .wysiwyg-container .articlegauche {width: 100%;}
._styles .page--article .wysiwyg-container .articledroite {width: 100%;}
._styles .page--article .wysiwyg-container .cadreidoublie {height:auto; margin-top: 40px; }
._styles .page--article .wysiwyg-container .cadreidoublie article {box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.14); margin-bottom: 20px; padding-top: 5px; padding-bottom: 5px; border-radius: 8px; text-align: center; padding: 20px 10px; }
._styles .page--article .wysiwyg-container .cadreidoublie article .texte {text-align: left; }
#blur_img {width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: #0b0b0b; opacity: 0.8; z-index: 9990; }
#blur_img.hidden {display: none; }
#blur_img.display {display: inherit; }
#container_img_blur {position: fixed; top: 50%; right: 50%; transform: translate(50%, -50%); z-index: 9995; width: 100%; }
#container_img_blur button {color: white; font-size: 25px; cursor: pointer; border-width: 0; background-color: transparent; width: 95%; max-width: 850px; display: flex; justify-content: flex-end; margin: auto; padding: 0; }
#img_blur {width: 95%; max-width: 850px; margin: auto; }

._styles .page--article .wysiwyg-container .gauche {width: 100%;}
._styles .page--article .wysiwyg-container .droite {width: 100%;}
._styles .page--article .wysiwyg-container .cadreplandusitehaut {height:auto;}
._styles .page--article .wysiwyg-container .cadreplandusitebas {height:auto;}
._styles .page--article .wysiwyg-container .bouton_action {display: block;padding-top: 5px;padding-bottom: 5px;padding-left: 15px;font-size: 15px;font-weight: 700;line-height: 1.35em;background-position: left 15px center;background-repeat: no-repeat;background-size: 12px auto;text-align: left; vertical-align: middle;border: 0;background-color: #D0103A;color: #fff;font-family: "Open Sans", sans-serif;text-decoration: none;cursor: pointer;margin-left: 90px;width: 280px;margin-bottom: 10px;}
._styles .page--article .wysiwyg-container .info_tel_recla_ddrc {display: none;}
._styles .page--article .wysiwyg-container .info_mail_recla_ddrc {display: none;}
._styles .page--article .wysiwyg-container .info_tel_recla_assu {display: none;}
._styles .page--article .wysiwyg-container .info_mail_recla_assu {display: none;}
._styles .page--article .wysiwyg-container .info_courrier_serv_conso {display: none;}
._styles .page--article .wysiwyg-container .info_mail_serv_conso {display: none;}
._styles .page--article .wysiwyg-container .info_tel_serv_conso {display: none;}
._styles .page--article .wysiwyg-container .info_fax_serv_conso {display: none;}
._styles .page--article .wysiwyg-container [class*=ei_gly_]::before, ._styles .page--article .wysiwyg-container [class^=ei_gly_]::before {font-family: fts_picto;speak: none;font-display: block;font-style: normal;font-variant: normal;font-weight: 400;text-transform: none;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;display: inline-block;vertical-align: middle;}

@media (min-width: 400px)
{	/* Bloc Slider */
	._styles .page--article .slider .block p:not(:last-child) {min-height: 100px; }
}


@media (min-width: 500px)
{	/* Bloc Slider */
	._styles .page--article .slider .block.content h2 {min-height: 70px; }
}


@media (min-width: 600px)
{	/* Bloc Slider */
	._styles .page--article .slider .block p:not(:last-child) {min-height: 70px; }
}


@media (min-width: 700px)
{	/* Bloc Actus et bons plans */
	._styles .section-newsletter {margin-top: 60px; }

	/* Bloc Quelques Conseils */
	._styles .advice {margin-top: calc((35vw / 16 * 9) / 8 * 5); }
	
}

	
@media (min-width: 800px)
{	/* Bloc Actus et bons plans */
	._styles .section-newsletter {margin-top: 100px; }
	
	/* Bloc Quelques Conseils */
	._styles .advice {margin-top: calc((50vw / 16 * 9) / 8 * 5); }
	
	/* Bloc Slider */
	._styles .page--article .slider .block.content h2 {min-height: 35px; }
}


@media (min-width: 900px)
{	/* Bloc Actus et bons plans */
	._styles .section-newsletter {margin-top: 140px; }

	/* Bloc Slider */
	._styles .page--article .slider .block.content h2 {min-height: auto; }
	._styles .page--article .wysiwyg-container .gauche {width: 50%;float: left;padding-right: 10px;}
	._styles .page--article .wysiwyg-container .droite {width: 50%;float: right;}
	._styles .page--article .wysiwyg-container .cadreplandusitehaut {height:415px;}
	._styles .page--article .wysiwyg-container .cadreplandusitebas {height:385px;}
}

@media (max-width: 1023px)
{
	/* Tableau large */
	._styles .largeTable.Desk { display: none; }
	._styles .largeTable tr:last-child td:first-child { border: 1px solid #cccccc; }
	._styles .largeTable tr td { text-align: center; }
	._styles .tableMob.headRow td:first-child { border: none; }
	
	/*  Bouton dépliant et contenu */
	._styles .btnRoll:after { right: 15px; }
	._styles .btnRoll.active:after { right: 15px; }
	._styles .rollContent.active { height: 2330px;}
	
	/* Bloc youtube */
	._styles .youtubeBloc iframe{ width: 100%; }
}


@media (min-width: 1024px)
{	/* Général à toutes les pages */
	._styles .h-style-1 {font-size: 48px; line-height: .9; margin-bottom: 20px; }
	._styles .h-style-2 {color: #fff; line-height: 1.25; margin-bottom: 35px; }
	._styles .h-style-3 {color: #fff; margin-bottom: 35px; }
	._styles .h-style-3 span {color: #fecb00; }
	._styles p {font-size: 16px; }
	._styles [class*="mobile-"] {display: none !important; }
	._styles .container {width: 1024px; max-width: calc(100% - 40px); }
	._styles .s-style-1 {padding: 50px 0; position: relative; }
	._styles .s-style-1 .bg {position: absolute; top: 0; left: 0; bottom: 0; right: 0; height: auto; padding-bottom: 0; }
	._styles .s-style-1 .bg:after {content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: -webkit-gradient(linear, left top, right top, color-stop(30%, rgba(255, 255, 255, 0)), color-stop(50%, #fff)); background: linear-gradient(to right, rgba(255, 255, 255, 0) 30%, #fff 50%); background-size: cover; background-position: center; }
	._styles .s-style-1 .bg + * {margin-top: 0; }
	._styles .s-style-1 .container h2 {padding-left: 100px; padding-right: 100px; font-size: 48px; line-height: 0.85; }
	._styles .s-style-1 .container > *, ._styles .s-style-1 .container > h2 {width: 60%; min-width: 640px; margin-left: auto; }
	._styles .s-style-1 ul {display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
	._styles .s-style-1 ul li {width: 50%; padding: 20px; }
	._styles .s-style-1 .block {height: 100%; padding: 50px 25px 35px; text-align: center; }
	._styles .s-style-1 .block img {top: 0; left: 50%; }
	._styles .s-style-1.advantage-list h2 span {font-weight: 300; color: #000; }
	._styles .s-style-1.faq ul {display: block; }
	._styles .s-style-1.faq ul li {width: 100%;	text-align: left; }
	._styles .s-style-1.faq li h3 {font-size: 18px; }
	._styles .s-style-1.faq li p {font-size: 16px; font-weight: 400; padding-right: 100px; }
	._inner {border-bottom: 4px solid #fecb00; }
	
	/* Général à la page */
	._styles .top-container {background-size: cover; background-position: center 9%; }
	._styles .top-container:not(.with-block):not(.contains-calc) {padding-top: 352px; padding-bottom: 0; }
	._styles .top-container:not(.with-block):not(.contains-calc) .advantages-preview {width: 100%; max-width: 768px; margin: auto; padding-right: 0; text-align: left; }
	._styles .top-container:not(.with-block):not(.contains-calc) ul {display: -webkit-box; display: -ms-flexbox; display: flex; }
	._styles .top-container:not(.with-block):not(.contains-calc) li {width: 100%; padding: 0 25px; }
	._styles .top-container:not(.with-block):not(.contains-calc) .advantages-preview li:before {left: 0; right: auto; padding-left: 0; padding-right: 0; }
	._styles .page--article .top-container {padding-bottom: 100px !important; background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), color-stop(40%, rgba(0, 0, 0, 0))), url(../../images/identification/bg_article_desktop.jpg); background-image: linear-gradient(to top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0) 70%), url(../../images/identification/bg_article_desktop.jpg); }
	._styles .block.content {display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
	._styles .block.content > .cta, ._styles .block.content > .cta-container {margin-top: auto; justify-self: flex-end; }
	._styles .block.content > img {width: calc(100% + 50px); margin-left: -25px; }
	._styles .page--article .s-style-1 .block.wysiwyg {padding: 35px; }
	._styles .page--article .s-style-1.need {margin-bottom: 10px; }
	._styles .page--article .s-style-1.need h2 {color: #000; }
	._styles .page--article .s-style-1.need h2 span {color: #d0103a; }

	/* Bloc Article */
	._styles .page--article .wysiwyg-container .block {padding: 35px; margin-top: 46px; }
	._styles .page--article .wysiwyg-container h1 {font-size: 44px; }
	._styles .page--article .wysiwyg-container p {font-size: 16px; font-weight: 300; line-height: 1.6; }
	._styles .page--article .wysiwyg-container .article-date {margin-bottom: 0px; }
	._styles .page--article .wysiwyg-container h2 {margin-top: 35px; }
	._styles .page--article .wysiwyg-container h2:first-child {margin-top: 0px; }
	._styles .page--article .wysiwyg-container ul {padding-left: 20px; }
	._styles .page--article .wysiwyg-container ul h2:first-child, ._styles .page--article .wysiwyg-container ul h3:first-child, ._styles .page--article .wysiwyg-container ul h4:first-child, ._styles .page--article .wysiwyg-container ul h5:first-child, ._styles .page--article .wysiwyg-container ul h6:first-child {width: calc(100% + 20px); margin-left: -20px; }
	._styles .page--article .wysiwyg {margin-top: 20px; }

	/* Bloc Slider */
	._styles .slider {padding-left: 20px; }
	._styles .slider .glide {width: 1024px;	max-width: calc(100% - 40px); margin: auto; overflow: visible; }
	._styles .slider .glide__slides {padding: 0; }
	._styles .slider .glide__track, ._styles .slider .glide__bullets {margin: 0; }
	._styles .page--article .slider {padding-bottom: 75px; }
	._styles .slider h2.titre {font-size: 48px; }
	._styles .slider h2 {font-weight: 300; font-size: 23px; }
	.glide__bullet.bullet_only_mobile {display: none; }
	
	/* Bloc Actus et bons plans */
	._styles .section-newsletter {margin-top: 0px; }
	._styles .page--article .section-newsletter {padding-top: 250px; }
	._styles .page--article .section-newsletter + .advice {padding-top: 100px; }
	._styles .page--article .section-newsletter .bg img {-o-object-position: center 25%; object-position: center 25%; }
	._styles .page--article .section-newsletter .bg:after {content: none; }
	._styles .page--article .section-newsletter .container > * {margin-left: 0; margin-right: auto; }
	._styles .page--article .section-newsletter .block.wysiwyg {display: inline-grid; margin-bottom: -50%; }
	._styles .page--article .section-newsletter h2 {margin-bottom: 50px; padding-left: 0; }
	._styles .page--article .section-newsletter .input-holder {padding: 0; margin-left: 0; }
	._styles .page--article .section-newsletter .input-holder input {padding-left: 18px; }

	/* Bloc Quelques Conseils */
	._styles .advice {padding: 50px 0; background: #fff; margin-top: 0px; }
	._styles .advice h2 {margin-top: 0;	font-size: 40px; }
	._styles .advice h2 span {color: #000; font-weight: 300; }
	._styles .advice p {margin-bottom: 25px; }
	._styles .advice ul li {width: calc(25% - 30px); }
	._styles .advice ul p {font-size: 14px; }
	._styles .advice .container ul p {font-size: 14px; }
	._styles .advice .subtitle {font-size: 16px; }
	
	/* Tableau large */
	._styles .largeTable.Mob { display: none; }
	
	/* Bloc cadreidoublie */
	._styles .cadreidoublie {display: flex; justify-content: space-around; }
	._styles .page--article .wysiwyg-container .cadreidoublie article {display: flex; flex-direction: column; justify-content: space-between; width: 30%; }
	._styles .page--article .wysiwyg-container .cadreidoublie .container_text_article {height: 125px; }
	._styles .page--article .wysiwyg-container .cadreidoublie article img {max-width: 300px; height: 150px; }
}


@media (min-width: 1280px)
{	/* Général à la page */
	._inner .block {padding: 35px; } 
	._inner .block.content {padding: 25px 15px 25px 15px; } 
}