<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*

font-family: 'Segoe UI I';
font-family: 'Segoe UI Bold';
font-family: 'Segoe UI Bold I';
font-family: 'Segoe UI Regular';
font-family: 'Poppins', sans-serif;

AXECAKE */
.none {
    display: none !important;
}

.plan-site .col-plan .no_plan {
    display: none;
}

.topBar .plan, .menu .plan {
    display: none;
}

.galerie.galerie-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.galerie-center img {
    margin: auto;
}

.clearBoth {
    clear: both;
}

.separator {
    clear: both;
    padding: 25px 0;
}

.sc-content p.maClasse, .sc-content div.maClasse p {
    padding: 5px;
    color: white;
    background-color: black;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn,
em, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i,
center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table,
caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details,
embed, figure, figcaption, footer, header, hgroup, menu, nav,
output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

@font-face {
    font-family: 'iconic';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/iconic.eot?343431');
    src: url('../fonts/iconic.eot?343431#iefix') format('embedded-opentype'),
    url('../fonts/iconic.woff?343431') format('woff'),
    url('../fonts/iconic.ttf?343431') format('truetype'),
    url('../fonts/iconic.svg?343431#iconic') format('svg');
}


@font-face {
    font-family: 'Segoe UI Regular';
    src: url('../fonts/SegoeUI.woff2') format('woff2'),
    url('../fonts/SegoeUI.woff') format('woff'),
    url('../fonts/SegoeUI.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Segoe UI I';
    src: url('../fonts/SegoeUI-Italic.woff2') format('woff2'),
    url('../fonts/SegoeUI-Italic.woff') format('woff'),
    url('../fonts/SegoeUI-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Segoe UI Bold I';
    src: url('../fonts/SegoeUI-BoldItalic.woff2') format('woff2'),
    url('../fonts/SegoeUI-BoldItalic.woff') format('woff'),
    url('../fonts/SegoeUI-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Segoe UI Bold';
    src: url('../fonts/SegoeUI-Bold.woff2') format('woff2'),
    url('../fonts/SegoeUI-Bold.woff') format('woff'),
    url('../fonts/SegoeUI-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a, .lienseo {
    text-decoration: none;
}

input[type=submit],
input[type=text],
input[type=button],
input[type=email],
input[type=password],
input[type=tel],
textarea,
select {
    outline: none;
    border-radius: 0;
    appearance: none;
    -webkit-appearance: none;

    font-family: 'Poppins', sans-serif;
}

/* FIN RESET */

/* SOCIAL-MEDIA */
.social-media {
    padding: 0;
    width: auto;
}

.social-media li {
    margin: 0 1px;
    list-style: none;
    transition: 0.4s;
    border-radius: 6px;
    vertical-align: top;
    display: inline-block;
}

.social-media li a {
    width: 22px;
    height: 22px;
    display: block;
    transition: 0.2s;
    text-decoration: none;
}

.social-media li a svg {
    fill: #000;
    transition: 0.5s;
}

/* HOVER */

.social-media li:hover {
    transform: scale(0.8);
    opacity: 0.5;
}

.social-media li.blanc:hover a svg {
    fill: #fff;
}

.social-media li.noir:hover a svg {
    fill: #000;
}

.social-media li.gris:hover a svg {
    fill: #cecece;
}

.sticky {
    display: none;
}

/* TABLEAUX */
table {
    width: 100%;
    border-width: 1px;
    margin-bottom: 20px;
    border-color: #c3c3c3;
    border-collapse: collapse;
}

table th {
    background: #000;
    padding: 13px;
    border-width: 1px;
    border-style: solid;
    border-color: #ccc;
    text-align: left;
}

table tr {
    /*background:#000;*/
    background: #d0d0d0;
}

table tr:nth-child(2n+2) {
    /*background: #5D5D5D;*/
    background: #dedede;
}

table tr:nth-child(n+2) + tr {
    border-top: 10px solid #fff;
}

table td {
    padding: 5px 13px;
    border-width: 1px;
    border-style: solid;
    border-color: #c3c3c3;
    display: block;
}

table td + td {
    border-top: none;
}

/* VIEWPORT CSS3 */
.required {
    color: red;
}

* {
    box-sizing: border-box;
}

.clear_both {
    display: block;
    clear: both;
}

.clear_both+.clear_both {
    padding: 20px 0;
}

.no_mobile {
    display: none;
}

.no_desktop {
    display: block;
}

.imgCenter img,
.imgRight img,
.imgLeft img {
    width: auto;
    height: auto;
}

.imgRight,
.imgLeft {
    height: auto;
    display: block;
    position: relative;
    margin: 30px auto;
}

.imgCenter {
    margin: 0 auto 10px;
    position: relative;
    width: 40.425597%;
    max-width: 300px;
    height: auto;
    display: block;
}

body {
    color: #191919;
    font-size: 14px;
    position: relative;
    overflow-x: hidden;
    line-height: normal;
    letter-spacing: normal;
    font-family: 'Poppins', sans-serif;
}

body.fancy-box-body {
    background: #fff;
}

a {
    color: #000;
    outline: none;
}

a:focus {
    outline: none;
}

img {
    width: auto;
    height: auto;
    max-width: 100%;
}

h1 {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 20px;
    line-height: 30px;
    text-align: center;
}

h1 span {
    display: block;
}

h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    margin: 0 0 10px 0;
}

h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin: 0 0 10px 0;
}

h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    margin: 0 0 10px 0;
}

#container {
    left: 0;
    z-index: 1;
    padding-top: 41px;
    max-width: 480px;
    min-width: 300px;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease-in-out;
}

/* .sitePusher #container {
	left: 250px;
}
#paquet_telecom_bandeau {
    z-index: 9999;
	padding: 6px 50px 6px 0 !important;
}
*/

/*************************************** HEADER ****************************************/

header {
    z-index: 100;
    position: relative;
    margin: auto;
}

header section {
    clear: both;
    padding-top: 10px;
    text-align: center;
}

header {
    display: flex;
    min-height: 25vh;
    background: #363636;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.index-page header {
    min-height: 38vh;
}

.top-header {
    margin: auto;
}

.navbar {
    margin: auto;
    display: none;
    background: #191919;
}

.bloc-logo {
    padding: 0 10px;
    margin: auto;
    background: #363636;
}

.back-fixed {
    display: none;
    height: 320px;
    position: relative;
    background-size: cover;
    background-position: center;
    background-image: url("../gifs/imgSlider/slide01_medium.jpg");
}


.flag-header {
    top: 50%;
    z-index: 10;
    color: #fff;
    margin: 0 auto;
    text-align: left;
    position: absolute;
    transition: .5s .5s;
    transform: translate(50%, -50%);
}

.title-flag {
    display: table;
    font-size: 45px;
    font-weight: 600;
    line-height: 71px;
    background: #191919;
    padding: 0 15px 0 20px;
}

.text-flag {
    margin: auto;
    display: table;
    font-size: 25px;
    font-weight: 300;
    line-height: 56px;
    background: #191919;
    padding: 0 21px 0 22px;
}


.page-interne .colonne_centre {
    padding-top: 0;
}

.adresse_header {
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    line-height: 32px;
    transition: .4s all;
    display: inline-block;
    vertical-align: middle;
}

.adresse_header:before {
    font-size: 15px;
    content: '\e005';
    margin-right: 9px;
    font-family: "iconic";
    display: inline-block;
    vertical-align: middle;
}

.logo {
    margin: 10px 0;
    position: relative;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}

.index-page .logo-header {
    overflow: hidden;
}

.index-page .logo-header * {
    transform: translateY(0px);
    transition: 1s;
}

.navScroll.index-page .logo-header * {
    transform: translateY(200%);
}

.logo:hover {
    opacity: 0.7;
}

.logo img {
    width: auto;
    margin: auto;
    height: auto;
    display: inline-block;
    vertical-align: middle;
}

.baseline {
    line-height: 1;
    font-size: 14px;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
}

.baseline span {
    display: block;
    font-size: 12px;
}

/********** CONTACT HEADER **********/

.contact_header {
    display: none;
}

.contact_header p.bouton_action {
    text-align: center;
}

.contact_header a {
    text-align: center;
}

.contact_header .tel {
    color: #c1292e;
    padding: 0 12px;
    font-size: 23px;
    font-weight: 600;
    line-height: 54px;
    display: inline-block;
}

.contact_header p.bouton_action {
    margin: 0;
}

.contact_header p.bouton_action.bouton_rappel {
    margin: 0 0 0 5px;
}

.contact_header p.bouton_action.bouton_rappel a,
.contact-tel p.bouton_action.bouton_rappel a {
    background: #646464;
}

.contact_header p.bouton_action.bouton_rappel a:before,
.contact-tel p.bouton_action.bouton_rappel a:before {
    content: '\e021';
    background: #4e4e4e;
}

.contact_header p.bouton_action.bouton_rappel a:hover {
    color: #fff;
    background: #4e4e4e;
}

.nav {
    top: 0;
    right: 0;
    left: 0;
    color: #fff;
    z-index: 100;
    display: flex;
    position: fixed;
    font-size: 1.5em;
    text-align: left;
    padding: 5px 15px;
    background: #191919;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .75);
}

.nav-left {
    overflow: hidden;
}

.nav-logo {
    max-height: 40px;
    transform: translateY(50px);
    transition: 1s;
    vertical-align: middle;
}

.navScroll .nav-logo {
    transform: translateY(0px);
}

.icon-menu {
    width: 30px;
    height: 30px;
}

.icon-menu .ligne {
    width: 100%;
    height: 3px;
    margin: 6px 0;
    transition: .5s;
    background: #fff;
    border-radius: 25px;
}

.icon-menu .ligne:last-child {
    width: 50%;
}

.sitePusher .icon-menu .ligne:first-child {
    transform: rotate(50deg) translate(6px, 2px);
    -webkit-transform: rotate(50deg) translate(6px, 2px);
}

.sitePusher .icon-menu .ligne:nth-child(2) {
    transform: rotate(-47deg) translate(4px, 0px);
    -webkit-transform: rotate(-47deg) translate(4px, 0px);
}

.sitePusher .icon-menu .ligne:last-child {
    opacity: 0;
}

.menu {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    display: block;
    position: fixed;
    text-align: left;
    overflow-y: scroll;
    transform: translateY(-100%);
    -webkit-overflow-scrolling: touch;
    transition: all 0.3s ease-in-out;
    background: linear-gradient(to top, #1e272e, #485460);
}

.menu:before {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 10;
    transition: width 1s .2s ease-in-out;
}

.sitePusher .menu:before {
    width: 90%;
}

.sitePusher .menu {
    transform: translateY(0%);
    top: 46px;
}

.menu .topBar {
    padding-top: 15px;
}

.menu li {
    opacity: 0;
    right: 100%;
    text-align: right;
    position: relative;
    transition: all 0.5s;
}

.sitePusher .menu .firstLi {
    right: 10px;
    opacity: 1;
}

.sitePusher .menu.noOver .firstLi {
    right: -100%;
    display: block;
}

.dropdown li {
    right: 100%;
}

.noOver .dropdown li {
    right: 10px;
    opacity: 1;
}

.menu.ssdropdownOpen .dropdown li {
    right: -100%;
}

.menu.ssdropdownOpen .ssdropdown.pushed li {
    right: 10px;
}

.menu li.main span.derouler {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 18px;
    font: 30px/47px "iconic";
    color: #fff;
}

.menu li.main span.derouler:after {
    content: "\e038";
}

.menu li.hide-menu {
    display: none;
}

.menu li a {
    display: block;
    padding: 10px 15px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    transition: .3s;
}

/** BOTTOM NAV **/
.sitePusher .action {
    z-index: 90;
}


.action {
    width: 100px;
    height: 100px;
    bottom: 70px;
    right: 10px;
    z-index: 110;
    transition: 1s;
    position: fixed;
}

.main_action {
    top: 50%;
    left: 0;
    right: 0;
    z-index: 10;
    color: #fff;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    transition: .5s;
    position: absolute;
    border-radius: 50%;
    background: #C1292E;
    transform: translateY(-50%);
    animation: 2.5s AnimAction cubic-bezier(0.4, 0, 1, 1) infinite;
}

.main_action .ligne {
    left: 0;
    right: 0;
    width: 30%;
    height: 3px;
    margin: 0 auto;
    background: #fff;
    position: absolute;
}

.main_action .ligne:last-of-type {
    transform: rotate(90deg);
}

.secondary_action {
    height: 0;
    width: 0;
    right: 0;
    top: 50%;
    opacity: 0;
    margin: 0 auto;
    transition: .5s;
    overflow: hidden;
    position: relative;
    border-radius: 50%;
    transform: rotate(180deg);
    background: radial-gradient(#8E1B1E, #C1292E);
}

.item_action {
    left: 70px;
    top: 15px;
    margin: 0 auto;
    position: absolute;
    text-align: center;
}

.item_action i {
    color: #fff;
}

.item_action:nth-child(2) {
    top: 45px;
    left: 25px;
    text-align: left;
}

.item_action:nth-child(3) {
    bottom: 50px;
    top: initial;
    left: 25px;
    text-align: center;
}

.jsActionOpen .secondary_action {
    top: -40px;
    opacity: 1;
    right: 40px;
    width: 180px;
    height: 180px;
    transform: rotate(0deg);
}

.jsActionOpen .main_action {
    width: 70px;
    height: 70px;
    animation: none;
    background: #0D2A46;
}

.main_action .ligne {
    top: 47%;
    transition: .5s;
}

.jsActionOpen .main_action .ligne {
    transform: rotate(180deg);
}

.jsActionOpen .action {
}

@keyframes AnimAction {
    0% {
        box-shadow: 0 0 0 0 rgba(233, 78, 27, 0), 0 0 0 0 rgba(233, 78, 27, 0);
    }
    50% {
        box-shadow: 0 0 0 4px #C1292E, 0 0 0 7px rgb(45, 52, 54);
    }
    100% {
        box-shadow: 0 0 0 8px rgba(233, 78, 27, 0), 0 0 0 14px rgba(233, 78, 27, 0);
    }
}

@media screen and (max-width: 809px) {
    .menu li.sous_menu &gt; a {
        padding-right: 47px;
    }
}

.menu li a.selected,
.menu li a:active,
.menu li:hover &gt; a {
    color: #ccc;
}

.menu li:hover &gt; span.derouler,
.menu li.selected &gt; span.derouler {
    color: #fff;
}

.menu ul li ul {
    display: block;
    z-index: 2;
    position: fixed;
    top: 0;
    right: 100%;
    width: 100%;
    height: 100%;
    overflow-y: visible;
    transition: all 600ms ease-in-out;
    -webkit-overflow-scrolling: touch;
    background: linear-gradient(to top, #1e272e, #485460);
}

.menu ul li .dropdown li {
    right: 100%;
}

.menu ul li .dropdown.pushed li {
    right: 0;
}

.ssdropdownOpen .dropdown.pushed,
.ssdropdownOpen ul li .dropdown.pushed li {
    right: -100%;
}

.menu ul li ul.pushed {
    z-index: 3;
    right: 0;
}

.menu ul li .ssdropdown li {
    right: 100%;
}

.ssdropdown.pushed {
    z-index: 4 !important;
}

.ssdropdown.pushed li {
    right: 0;
}

.menu .ssdropdown {
    transition: all 600ms ease-in-out;
    background: linear-gradient(to top, #1e272e, #485460);
}

.menu.noOver {
    overflow: hidden;
}

.menu ul li ul li.close_menu {
    display: block;
    padding: 10px 15px;
    font-size: 1.2em;
    color: #000;
    opacity: 0.5;
    font-weight: bold;
}

.menu ul li ul.pushed li.close_menu {
    z-index: 2;
}

.menu ul li ul li.close_menu:before {
    color: #000;
    margin-top: -6px;
    content: "\E037";
    margin-right: 20px;
    display: inline-block;
    vertical-align: middle;
    font: 30px/47px "iconic";
}

/** MASK **/

.mask {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: -1;
    display: block;
    position: absolute;
    background: rgba(46, 46, 46, 0.7);
    transition: opacity 0.3s ease-in-out;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}

.sitePusher #container {
    width: 100%;
    overflow: visible;
}

/*
.sitePusher .mask {
	z-index: 6000;
	opacity: 1 !important;
	filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
	position: fixed;
	left: 250px;
}*/
.sitePusher .mask:after {
    content: "\E077";
    position: absolute;
    top: 10px;
    left: 10px;
    width: 40px;
    height: 40px;
    text-align: center;
    font-family: "iconic";
    font-size: 40px;
    line-height: 40px;
    color: #fff;
}

/* TOP BAR */

.header_topbar .header_centrage {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
}

.top_bar {
    margin: 0;
    width: auto;
    display: block;
    position: relative;
}

.top_bar ul {
    display: none;
    text-align: right;
}

.top_bar li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.top_bar li a {
    color: #fff;
    width: auto;
    height: auto;
    display: block;
    transition: .3s;
    font-size: 13px;
    padding: 0 10px;
    font-weight: 300;
    line-height: 32px;
}

.top_bar li a:hover,
.top_bar li a.selected {
    color: #fff;
    background: #c1292e;
}

.top_bar li.sous_menu &gt; a:after {
    margin-left: 5px;
    content: '\e040';
    font-family: 'iconic';
    display: inline-block;
}

.top_bar &gt; ul &gt; li:hover &gt; ul {
    display: block;
}

.top_bar &gt; ul &gt; li:hover &gt; ul &gt; li:hover &gt; ul {
    display: block;
}

.top_bar li ul {
    left: 0;
    top: 100%;
    width: 100%;
    display: none;
    min-width: 320px;
    text-align: left;
    position: absolute;
    background: #DADADA;
}

.top_bar li ul li {
    display: block;
    right: auto;
    left: 0;
}

.top_bar li ul li a {
    padding: 5px;
}

.top_bar li span.derouler {
    display: none;
}

/* SLICK SLIDER */

.slider_slick {
    width: 100%;
    position: relative;
    display: none;
    z-index: 0;
}

.slider_slick .slick .slide_img {
    position: relative;
}

.slick-slide img {
    margin: 0 auto;
}

.slide_container {
    z-index: 10;
    color: #fff;
    top: 50%;
    margin: 0 auto;
    text-align: left;
    transition: .5s .5s;
    position: absolute;
    transform: translate(50%, -50%);
}

.slide_title {
    font-size: 45px;
    font-weight: 600;
    line-height: 71px;
    display: table;
    padding: 0 15px 0 20px;
    background: #191919;
}

.slide_resume {
    margin: auto;
    font-size: 25px;
    line-height: 56px;
    font-weight: 300;
    background: #191919;
    display: table;
    padding: 0 21px 0 22px;
}

.slide_bouton {
    text-align: right;
}

.slide_bouton a {
    color: #fff;
    padding: 5px 7px;
    margin: 10px 0 5px 0;
    display: inline-block;
    border: solid 1px #fff;
}

.slide_bouton a:hover {
    color: #000;
    background: #fff;
}

.slider_slick .slick {
    z-index: 0;
}

.slider_slick .slick-arrow {
    display: none !important;
}

/* Slider Dots */

.slider_slick .slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slider_slick .slick-dots {
    bottom: 26px;
    line-height: 1;
}

.slider_slick .slick-dots li {
    height: 14px;
    width: 14px;
}

.slider_slick .slick-dots li button {
    height: 14px;
    width: 14px;
    padding: 0;
}

.slider_slick .slick-dots li button:hover,
.slider_slick .slick-dots li button:focus {
    outline: none;
}

.slider_slick .slick-dots li button:before {
    content: "";
    width: 14px;
    height: 14px;
    font-size: 0;
    filter: blur(0);
    transition: .4s;
    line-height: 14px;
    border-radius: 50%;
    box-sizing: border-box;
    border: 2px solid #fff;
}

.slider_slick .slick-dots li button:hover:before,
.slider_slick .slick-dots li button:focus:before,
.slider_slick .slick-dots li.slick-active button:before {
    opacity: 1;
    font-size: 0;
    filter: blur(0px);
    background: #fff;
}

/****************************************** CONTENT *************************************/

.content {
    z-index: 1;
    padding: 30px 0 40px;
    position: relative;
}

.index-page .content {
    padding: 30px 0 50px;
}

.top-index {

}

.top-index .colonne_centre {
    max-width: 980px;
}

.middle-index {

}

.middle-index .colonne_centre {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.bottom-index .colonne_centre {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.middle-index .colonne_centre .col-left,
.bottom-index .colonne_centre .col-left {
    position: relative;
}

.middle-index .colonne_centre .col-right,
.bottom-index .colonne_centre .col-right {
    padding: 40px 0 0;
}

.middle-index .colonne_centre img,
.bottom-index .colonne_centre img {
    height: 320px;
    width: 100%;
    display: block;
    object-fit: cover;
}

/******************************** COLONNE CENTRE *******************************/

.colonne_centre {
    padding: 0 10px;
    position: relative;
}

.index-page .colonne_centre h1 + p,
.colonne_centre p.intro {
    text-align: center;
    margin: 0 0 50px;
    font-weight: normal;
}

.colonne_centre p {
    color: #707070;
    font-size: 16px;
    line-height: 21px;
    text-align: justify;
    margin-bottom: 15px;
    font-weight: normal;
    letter-spacing: normal;
    font-family: 'Segoe UI Regular';
}

.colonne_centre ul {
    display: block;
    margin: 10px 0 20px 30px;
}

.colonne_centre ul li {
    margin: 5px 0;
    list-style: disc;
}

.colonne_centre a {
    color: #C1292E;
}

.colonne_centre a:hover {
    color: #235789;
}

.videoWrapper {
    height: 0;
    padding-top: 25px;
    position: relative;
    padding-bottom: 56.25%;
}

.videoWrapper iframe {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.page-interne .ac-doubleColonne:nth-of-type(1) .ac-colonne img {
    display: none;
}

.page-interne .ac-doubleColonne .ac-colonne img {
    display: block;
    margin: 0 auto;
}

/* ENCART */

.encart {
    width: 100%;
    text-align: center;
}

.encart a {
    width: 30%;
    display: inline-block;
}

.encart a + a {
    margin-top: 0;
    margin-left: 3.8%;
}

/*-------- FIL ARIANE --------*/

#fil_ariane {
    color: #191919;
    display: none;
    font-size: 12px;
    font-weight: 400;
    margin: 0 0 25px 0;
    text-align: center;
}

.page-404 #fil_ariane {
    display: none;
}

.page-offline .colonne_centre {
    width: 70%;
    margin: 10vh auto;
    min-height: 40vh;
}

#fil_ariane div {
    display: inline;
}

#fil_ariane strong {
    font-weight: 300;
}

#fil_ariane a {
    color: #235789;
}

#fil_ariane a:hover {
    color: #333;
}

p.bouton2,
p.bouton_action,
p.bouton_interne {
    margin: auto;
    line-height: normal;
    text-align: center;
    font-weight: normal;
}

p.bouton {
    display: block;
}

p.bouton2 a,
p.bouton_action a,
p.bouton_interne a {
    width: 90%;
    color: #fff;
    transition: .3s;
    font-size: 14px;
    font-weight: 300;
    line-height: 34px;
    overflow: hidden;
    text-align: center;
    border-radius: 2px;
    padding: 0 12px 0 0;
    overflow: hidden;
    background: #C1292E;
    display: inline-block;
    vertical-align: middle;
    font-family: 'Poppins', sans-serif;
}

p.bouton_action a {
    line-height: 48px;
}

p.bouton_action a:before {
    content: '\e805';
    padding: 0 9px;
    margin-right: 6px;
    font-size: 20px;
    float: left;
    font-family: "iconic";
    display: inline-block;
    vertical-align: middle;
    background: #8E1B1E;
}

p.bouton2 a {
    color: #fff;
    padding: 0 10px;
    font-size: 12px;
    background: #9E9E9E;
}

p.bouton2 a:hover,
p.bouton_action a:hover,
p.bouton_interne a:hover {
    color: #fff;
    background: #8d1b1e;
}

p.bouton_devis a {
    background: #14967f;
    margin: 0 5px;
}

p.bouton_devis a:hover {
    background: #0f7765;
}

p.bouton2 {
    text-align: center;
}

/* ENCART ACTU */

.encart_actu {
    margin: 0 auto;
    text-align: center;
    padding: 0 10px 70px;
}

.encart_actu &gt; div {
    margin: auto;
    width: 100%;
    max-width: 920px;
}

.encart_actu .titre_actu {
    font-size: 32px;
    font-weight: 600;
    line-height: 45px;
    margin-bottom: 38px;
}

.encart_actu ul li {
    border-radius: 3px;
    margin: 0 auto 20px;
    padding: 24px 10px 26px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

.encart_actu .title-item-actualite {
    margin-bottom: 9px;
}

.encart_actu .title-item-actualite a {
    color: #191919;
    font-size: 16px;
    line-height: 23px;
    display: inline-block;
    font-weight: 600;
}

.encart_actu li a {
    color: #c1292e;
}

.encart_actu li a:hover {
    color: #235789;
}

.encart_actu .resum-acty {
    margin: 0 0 14px 0;
}

.encart_actu .resum-acty p {
    font-size: 12px;
    line-height: 18px;
}

p.learn-more {
    text-align: center;
}

p.view-all {
    text-align: center;
}

p.bouton-retour a,
p.learn-more a,
p.view-all a {
    text-align: center;
    color: #707070;
    font-size: 12px;
    font-weight: 600;
    line-height: 39px;
    border-radius: 4px;
    padding: 0 39px 0 40px;
    display: inline-block;
    vertical-align: middle;
    transition: .3s all ease;
    border: 1px solid #707070;
}

p.learn-more a {
    width: 100%;
    padding: 0 37px;
}

p.view-all a {
    width: 100%;
    max-width: 280px;
}

p.learn-more a:hover,
p.view-all a:hover {
    color: #fff;
    background: #707070;
}

/* RELANCE */

#relance {
    display: block;
    padding: 30px 0 0;
    text-align: center;
    position: relative;
}

/*
#relance ::before,
#relance ::after {
    top: 0;
    height: 100%;
    content: '';
    width: 5000px;
    position: absolute;
    background: #636e72;
}

#relance ::before {
    left: -5000px;
}

#relance ::after {
    right: -5000px;
}
*/

#relance p.titre-relance {
    margin: auto;
    color: #191919;
    font-size: 20px;
    font-weight: 700;
    line-height: 41px;
    text-align: inherit;
    border-bottom: 1px solid #191919;
}

#relance ul {
    margin: 0;
}

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

#relance ul li a {
    color: #191919;
    font-size: 15px;
    font-weight: 600;
    line-height: 38px;
    background: #ffffff;
    align-items: center;
    display: inline-flex;
}

#relance ul li a:before {
    content: '';
    width: 8px;
    height: 8px;
    line-height: 0;
    margin-right: 3px;
    border-radius: 50%;
    background: #191919;
    display: inline-block;
}

#relance ul li a:hover {
    color: #C1292E;
}

#relance ul li a:hover:before {
    background: #C1292E;
}

/* pagination actu */

.paginationControl {
    text-align: center;
    letter-spacing: normal;
}

.paginationControl a,
.paginationControl span {
    color: #000;
    font-size: 13px;
    line-height: 32px;
    font-weight: 600;
    padding: 0 5px;
    display: inline-block !important;
}

.paginationControl a:hover,
.paginationControl span.selected {
    color: #227093;
}

.paginationControl span.disabled {
    color: #227093;
}

.info_contact {
    margin: 20px 0;
    padding: 15px 10px;
    letter-spacing: -0.25em;
    text-align: center;
    border: 1px solid #b2bec3;
}

.block_contact .info_contact &gt; div &gt; div:before {
    display: block;
    width: 100%;
    margin-right: 0;
    font-size: 1.4em;
    line-height: 1.5;
    text-align: center;
    font-family: Material Icons;
}

.block_contact .info_contact &gt; div &gt; div.info_mail:before {
    content: '\e0e1';
}

.block_contact .info_contact &gt; div &gt; div.info_tel:before {
    content: '\E0CD';
}

.block_contact .info_contact &gt; div &gt; div.info_adresse:before {
    content: '\E0C8';
}

.block_contact .info_contact &gt; div &gt; div.info_horaire:before {
    content: '\E192';
}

.block_contact .info_contact &gt; div &gt; div.info_rdv:before {
    content: '\E88f';
}

.block_contact .info_contact &gt; div &gt; div.info_bus:before {
    content: '\e530';
}

.block_contact .info_contact &gt; div &gt; div.info_metro:before {
    content: '\e571';
}

.block_contact .info_contact &gt; div &gt; div.info_parking:before {
    content: '\e54f';
}

.block_contact .info_contact &gt; div &gt; div p {
    display: block;
    overflow: hidden;
}

.info_contact h2,
.formulaire_contact h2,
.carte h2 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 1.23em;
}

.formulaire_contact .form_left h2 {
    margin-top: 20px;
    padding-top: 5px;
    border-top: 1px solid #ddd;
}

.info_contact p {
    margin: 0;
    text-align: center;
}

.info_contact &gt; div {
    clear: both;
    position: relative;
    letter-spacing: normal;
}

.info_contact div + div {
    margin-top: 10px;
    padding-top: 10px;
}

.info_contact div div + div {
    padding-top: 0;
}

.info_contact p em,
.info_contact div a.btn_contact {
    display: block;
    margin-top: 5px;
    font-style: italic;
}

.info_tel p.telephones a {
    color: #5e5e5e;
    cursor: default;
}

.info_tel p.telephones a:hover {
    color: #5e5e5e;
}

/* Formulaire */

.formulaire_contact {
    padding: 10px;
    border: 1px solid #dddddd;
    letter-spacing: -0.25em;
    background: #f5f5f5;
    box-shadow: 0 3px 6px rgba(25, 25, 25, .4);
    border-radius: 3px;
}

.carte {
    margin-top: 15px;
}

.formulaire_contact .form_left,
.formulaire_contact .form_right,
.formulaire_contact h2,
.carte h2 {
    letter-spacing: normal;
}

.formulaire_contact .form_left {
    clear: both !important;
}

/* styliser la couleur des placeholders dans les inputs */

:placeholder-shown {
    color: #000;
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
}

:-ms-input-placeholder {
    color: #000;
}

.cp_ville:after {
    height: 0;
    clear: both;
    content: ".";
    line-height: 0;
    display: block;
    visibility: hidden;
}

.cp_ville p {
    float: left;
    width: 33%;
    clear: none !important;
}

.cp_ville p + p {
    float: right;
    width: 62%;
}

/*********************************  BDD  *********************************/

#catalogue_contenu {
    display: flex;
    align-items: center;
    flex-direction: column;
}

#catalogue_contenu .item-listing {
    width: 100%;
    color: #191919;
    margin: 0 0 32px;
    display: inline-flex;
    flex-direction: column;
}

#catalogue_contenu .item-listing .cover-picture-listing {
    position: relative;
    height: 245px;
}

#catalogue_contenu .item-listing .cover-picture-listing img {
    z-index: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    position: relative;
}

#catalogue_contenu .item-listing .title-listing {
    font-size: 14px;
    font-weight: 600;
    line-height: 38px;
}

.cover-detail {
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
}

.cover-detail .col-left {
    padding: 0 0 30px
}

.cover-detail .col-right {

}

.cover-detail .lightbox {
    height: 100%;
    display: block;
}

.cover-detail .bottom-detail {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.cover-detail .bottom-detail &gt; p {
    width: 100%;
    margin: 7px 0;
    text-align: center;
}

.cover-detail .bottom-detail &gt; p &gt; a {
    width: 90%;
}

.cover-detail p.bouton-retour a {
    line-height: 30px;
    padding: 0 25px;
}

.bloc-real {
    padding: 40px 10px;
    text-align: center;
    position: relative;
}

.bloc-real .title-real {
    font-size: 32px;
    font-weight: 600;
    line-height: 45px;
    margin: 0 0 24px;
}

.bloc-real .cover-real {

}

.bloc-real .real-listing {

}

.bloc-real .item-real-index {
    padding: 5px;
    overflow: hidden;
    position: relative;
    display: inline-block;
}

.bloc-real .item-real-index img {
    z-index: 0;
    width: 100%;
    height: 240px;
    display: block;
    object-fit: cover;
    position: relative;
    object-position: bottom;
}

.bloc-real .learn-more-real,
.item-listing .learn-more-listing {
    top: 50%;
    left: 50%;
    opacity: 0;
    width: 120px;
    color: #fff;
    height: 120px;
    font-size: 10px;
    font-weight: 600;
    border-radius: 50%;
    position: absolute;
    align-items: center;
    display: inline-flex;
    background: #0D2A46;
    flex-direction: column;
    justify-content: center;
    mix-blend-mode: multiply;
    border: 5px solid #7692AE;
    transition: .5s all ease-in-out;
    transform: translate(-50%, -50%) scale(0);
}

.bloc-real .learn-more-real:before,
.item-listing .learn-more-listing:before {
    content: url("../gifs/after-learn.png")
}

.bloc-real .item-real-index:hover .learn-more-real,
.item-listing:hover .learn-more-listing {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1)
}

.bloc-real .view-all-real {
    padding-top: 25px;
}

.bloc-real .view-all-real a {
    color: #191919;
    font-size: 15px;
    padding: 0 48px;
    font-weight: 600;
    line-height: 42px;
    border-radius: 5px;
    background: #fff;
    display: inline-block;
    transition: .4s all ease;
    border: 1px solid #191919;
}

.bloc-real .view-all-real a:hover {
    color: #fff;
    background: #191919;
}


/*********************************  kama  *********************************/

.bloc-frame {
    padding: 30px 10px;
    text-align: center;
}

.bloc-frame &gt; div {
    width: 100%;
    margin: auto;
}

.bloc-frame .title-frame {
    font-size: 32px;
    font-weight: 600;
    line-height: 45px;
    margin: 0 0 10px;
}

.bloc-frame .item-frame {
    width: 100%;
    margin: 7px 0;
    height: 240px;
    position: relative;
    display: inline-block;
    background-size: cover;
    background-position: center;
}

.bloc-frame .item-frame.item01 {
    background-image: url("../gifs/item01.jpg");
}

.bloc-frame .item-frame.item02 {
    background-image: url("../gifs/item02.jpg");
}

.bloc-frame .item-frame.item03 {
    background-image: url("../gifs/item03.jpg");
}

.bloc-frame .item-frame &gt; div {
    color: #fff;
    height: 100%;
    display: flex;
    position: relative;
    transition: .4s all;
    padding: 0 0 11px 16px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
}

.bloc-frame .item-frame:hover &gt; div {
    max-width: none;
    padding: 0 0 11px 35px;
}

.bloc-frame .title-item {
    line-height: 23px;
    font-size: 16px;
    font-weight: 600;
    padding-right: 15px;
    margin: 0 0 5px;
    border-bottom: 1px solid #fff;
}

.bloc-frame .learn-more {
    line-height: 17px;
    font-size: 12px;
    font-weight: 300;
}

.bloc-frame .learn-more i {
    font-size: 13px;
    display: inline-block;
    vertical-align: middle;
}

.bloc-maps-points {
    padding: 0 0 73px;
    position: relative;
}

.bloc-maps {
    height: 240px;
    position: relative;
    background-size: cover;
    background-position: center;
    background-image: url("../gifs/maps.jpg")
}

.bloc-maps .flag-maps {
    top: 47px;
    right: 10px;
    color: #fff;
    display: flex;
    position: absolute;
    flex-direction: column;
    align-items: flex-end;
}

.bloc-maps .title-flag {
    font-size: 25px;
    font-weight: 600;
    line-height: 38px;
    padding: 0 10px;
    background: #191919;
}

.bloc-maps .text-flag {
    font-size: 12px;
    font-weight: 300;
    line-height: 24px;
    padding: 0 14px;
    background: #191919;
}

.bloc-points {
    color: #fff;
    text-align: center;
    padding: 43px 10px 63px;
    background: #191919;
}

.bloc-points .title-points {
    font-size: 32px;
    font-weight: 600;
    line-height: 45px;
    margin: 0 0 21px
}

.bloc-points .list-points {
    display: inline-flex;
    flex-direction: column;
}

.bloc-points .item-points {
    line-height: 17px;
    font-size: 12px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.bloc-points .item-points:before {
    display: block;
    line-height: 0;
    margin-right: 15px;
    content: url("../gifs/before-point.png");
}

.bloc-points .item-points + .item-points {
    margin-top: 19px;
}

/********************************* FOOTER *********************************/
footer {
    text-align: center;
    padding: 25px 10px;
    background: #191919;
}

footer ul {
    text-align: center;
}

footer ul li {
    padding: 15px 0;
}

footer .label-footer {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 17px;
}

footer .logo {
    margin: auto;
}

footer .adresse_footer {
    color: #fff;
    font-size: 10px;
    font-weight: 300;
    line-height: 15px;
    display: inline-block;
    vertical-align: middle;
}

footer .tel {
    display: table;
    color: #c1292e;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    vertical-align: middle;
}

footer .adresse_footer {
    margin-left: 3px;
}

footer .link-footer {
    color: #fff;
    display: table;
    font-size: 12px;
    line-height: 34px;
    vertical-align: middle;
}

footer .link-footer + .link-footer {
    margin-left: 3px;
}

footer .link-footer:hover {
    color: #C1292E;
}

.footer_link {
    display: flex;
    padding: 10px;
    z-index: 150;
    position: relative;
    align-items: center;
    background: #404040;
    flex-direction: row;
    justify-content: center;
}

.bouton_footer {
    padding: 10px 9px;
    transition: .5s;
    text-align: center;
    color: #fff;
}

.rappel_telephonique,
#ami_box_frame,
#newsletter_iframe {
    padding: 0 10px;
}

.rappel_telephonique {
}

.rappel_telephonique h1,
#ami_box_frame h1,
#newsletter_iframe h1 {
    margin: 0;
    padding: 12px 0 0;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
}

.rappel_telephonique .logo_rappel {
    padding: 10px;
    margin: auto;
    display: table;
    width: 82px;
    border-radius: 50%;
    background: #191919;
}

.rappel_telephonique form {
    width: 100%;
    max-width: 300px;
    margin: 20px auto 0;
}

.rappel_telephonique form .submit {
    text-align: center;
}

.rappel_telephonique form .submit input[type=submit] {
    display: table !important;
    width: 100%;
    margin: 0 auto 20px;
}

.rappel_telephonique form &gt; p:nth-child(1)::before,
.rappel_telephonique form &gt; p:nth-child(2)::before {
    left: -31px;
    bottom: -1px;
    color: #000;
    font-size: 30px;
    position: absolute;
    font-family: "iconic";
}

.rappel_telephonique form &gt; p:nth-child(1)::before {
    content: "\e064";
}

.rappel_telephonique form &gt; p:nth-child(2)::before {
    content: "\e021";
}

.logo_rappel img {
    max-width: 54px;
    display: block;
    margin: auto;
}

#ami_box_frame img {
    margin: 25px 0;
}

#newsletter_iframe form {
    text-align: right;
}

form.generateur p,
form.generateur div.divGenerateur,
form.generateur div.divGenerateurErreur {
    margin: 0 0 18px !important;
    padding: 0 !important;
    font-size: 1.000em !important;
    position: relative;
}

form.generateur p.erreur input,
form.generateur p.erreur textarea {
    border: 1px solid red;
}

form.generateur label,
form.formulaire label,
#newsletter_iframe div label {
    display: block;
    float: none !important;
    width: 100% !important;
    margin: 0 0 10px !important;
    padding: 0 !important;
    text-align: left !important;
    line-height: normal !important;
    color: #000;
    font-size: 14px;
    font-weight: 500;
}

form.generateur .divGenerateur label.optional {
    display: none;
}

form.generateur .noFloatingLabel {
    color: #191919;
}

.formulaire_contact p label span {
    display: inline-block;
    color: red;
}

form.generateur textarea,
form.formulaire textarea {
    height: 120px !important;
    padding-top: 10px !important;
}

form .form_left textarea {
    height: 160px;
}

/* inscription newsletter bouton radio + checkbox */

.formulaire_contact input[type='checkbox'],
.formulaire_contact input[type='radio'] {
    width: auto !important;
    margin-right: 5px;
    vertical-align: middle;
}

.divGenerateur ul,
.divGenerateur li {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.divGenerateur label.optional {
    margin-bottom: 8px !important;
}

.divGenerateur li label {
    display: block;
    width: 100%;
}

/* bouton submit */

form.generateur .form_right input#field_3 {
    max-width: 110px;
}

.divGenerateurRequired {
    margin-top: 5px;
    letter-spacing: normal;
}

/* input newsletter */

.news {
    position: relative;
    text-align: center;
    background: #235789;
    padding: 36px 10px 29px;
}

.news .title-news {
    line-height: 1;
}

.news .label-news {
    line-height: 1;
}

.news form {
    max-width: 426px;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 58px);
}

.news #form_newsletter input#submit_newsletter {
    display: none !important;
}

.news #form_newsletter input[type="text"] {
    height: 40px;
    font-size: 12px;
    font-weight: 500;
    border-radius: 0;
}

.news label {
    color: #fff;
    float: none !important;
    display: block;
    font-size: 20px;
    font-weight: 600;
    line-height: 35px;
    margin: 0 0 4px;
}

.news #mess_newsletter {
    left: 0;
    right: 0;
    bottom: 5px;
    color: #fff;
    display: block;
    margin-top: 7px;
    font-size: 12px;
    font-weight: 300;
    text-align: center;
    position: absolute;
}

.news #mess_newsletter:empty {
    margin-top: 0;
}

.news #js_submit {
    padding: 0;
    height: 40px;
    width: 58px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 0;
    background: #184065;
}

.news #js_submit:hover {
    background: #0d2a46;
}

.news #form_newsletter input[type="text"]:placeholder-shown {
    color: #747474;
}

.news #form_newsletter input[type="text"]::-webkit-input-placeholder {
    color: #747474;
}

.news #form_newsletter input[type="text"]::-moz-placeholder {
    color: #747474;
}

.news #form_newsletter input[type="text"]:-ms-input-placeholder {
    color: #747474;
}

/* infobulle */

form.generateur p.erreur,
form.generateur div.divGenerateurErreur {
    border: none !important;
}

.divGenerateurErreur {
    display: block;
    clear: both;
}

form.generateur p.erreur label,
form.generateur div.divGenerateurErreur label {
    padding-bottom: 20px !important;
}

form.generateur p.erreur span.erreur,
form.generateur div.divGenerateurErreur span.erreur {
    background: none !important;
    color: #eb3434 !important;
    display: block !important;
    font-family: arial;
    font-size: 0.846em;
    font-weight: normal !important;
    margin: 0 !important;
    padding: 0 !important;
    position: absolute;
    top: 20px;
}

div.valide,
div.erreur {
    position: relative;
    margin-bottom: 20px !important;
    padding: 15px !important;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.1);
    letter-spacing: normal;
    color: #fff !important;
}

div.valide {
    border: 1px solid #48b151;
    background: #55c65e !important;
}

div.erreur {
    border: 1px solid #d4323d;
    background: #f3515c !important;
}

div.valide:before {
    content: '\E017';
    display: inline-block;
    font-family: 'iconic';
    font-size: 1.538em;
    vertical-align: middle;
}

div.erreur:before {
    content: '\E806';
    font-size: 1.538em;
    display: inline-block;
    font-family: 'iconic';
    vertical-align: middle;
}

div.valide p,
div.erreur p {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 15px !important;
    max-width: calc(100% - 40px);
}

.validation {
    display: none;
}

/* message validation / erreur CONSEILLER A UN AMI */

.errors {
    text-align: right;
    color: red;
}

form.generateur .noFloatingLabel {
    white-space: normal !important;
    height: auto !important;
}

form.generateur p img.ui-datepicker-trigger {
    vertical-align: middle;
}

/*****Style pour TOUS les inputs text submit et button de tous les formulaires du site*****/

input[type=password],
input[type=text],
input[type=tel],
input[type=email],
textarea:not(.mce-textbox),
select {
    width: 100%;
    height: 35px;
    padding: 3px 0;
    border-radius: 3px;
    text-indent: 10px;
    background: #fff;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid rgba(25, 25, 25, .3);
}

input[type=password]:hover,
input[type=text]:hover,
textarea:not(.mce-textbox):hover {
    background: #fff;
}

input[type=password]:focus,
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
textarea:not(.mce-textbox):focus {
    padding: 0 10px;
    color: #555;
    background: #fff;
}

textarea:not(.mce-textbox) {
    text-indent: 0;
    padding: 5px;
    font-size: 1.000em;
    resize: none;
}

input.calendrier,
input.calendrierAvecMenu {
    width: 90%;
}

#ui-datepicker-div {
    letter-spacing: normal;
}

input[type=submit],
input[type=button] {
    display: inline-block !important;
    height: 35px;
    margin: 0;
    padding: 0 10px;
    border: none;
    transition: .3s;
    vertical-align: middle;
    color: #fff;
    background: #184065;
    cursor: pointer;
    border-radius: 4px;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: .03em;
}

input[type=submit]:hover,
input[type=button]:hover {
    color: #fff;
    background: #227093;
}

.generateur select {
    text-indent: 5px;
    font-style: normal;
}

.generateur select option {
    padding: 2px 5px;
}

.generateur select option:hover,
.generateur select option:checked {
    box-shadow: 0 0 10px 100px #227093 inset;
    cursor: pointer;
}

.select-wrap {
    position: relative;
    background: #eee;
    display: block;
}

.select-wrap:after {
    position: absolute;
    right: 10px;
    top: 0;
    line-height: 35px;
    color: #818181;
    z-index: 1;
    content: '\E029';
    font-family: 'iconic';
    display: inline-block;
    vertical-align: middle;
    font-size: 1.538em;
    transition: all 0.3s ease-in-out;
}

.select-wrap select {
    background: none;
    position: relative;
    z-index: 2;
}

.select-wrap:hover,
.select-wrap:focus {
    background: #fff;
}

.select-wrap:hover:after {
    color: #1c1c1c;
}

form.generateur p.submit {
    margin: 0 !important;
    text-align: right !important;
}

/*****Style specifique pour certain input / button*****/

/* Display none sur le deuxieme submit de la popup newsletter */

#newsletter_iframe #form_newsletter + #js_submit {
    display: none !important;
}

#newsletter_iframe form {
    overflow: hidden;
    text-align: right;
}

/*************************************** CONTACT ENCART ***************************************/

.contact-tel {
    margin: 50px -10px;
    padding: 27px 0;
    background-position: center;
    background-image: url("../gifs/back_contact.jpg");
}

.contact-tel &gt; div {
    display: flex;
    text-align: center;
    background: #fff;
    align-items: center;
    flex-direction: column;
    padding: 10px 10px 38px;
}

.contact-tel .title-contact {
    font-size: 24px;
    font-weight: 600;
    line-height: 45px;
    margin: 0 0 15px;
}

.contact-tel .text-contact {
    font-size: 16px;
    line-height: 21px;
    margin: 0 0 16px;
}

.contact-tel a.tel {
    color: #c1292e;
    font-size: 24px;
    font-weight: 700;
    position: relative;
    display: table;
    line-height: 34px;
    vertical-align: middle;
}

.contact-tel a.tel:hover {
    color: #e00 !important;
}

#container .contact-tel p.bouton_action {
    margin: 0;
    width: 100%;
    text-align: inherit;
}

.contact-tel p.bouton_action a {
    text-align: center;
}

/*.contact-tel a:before {
    font-family: 'iconic';
    content: "\e021";
    margin-right: 5px;
}*/

.page-404 .colonne_centre {
    padding: 10vh 0;
}

.img-404 {
    width: 100%;
}

.title-404 {
    font-size: 5em;
    color: #e94e1b;
    font-weight: bold;
    padding: 5vh 0 0;
    text-align: center;
}

.right-404 {
    width: 90%;
    padding: 20px;
    color: #5c5c5c;
    margin: 0 auto;
}

.right-404 h2 {
    color: #227093;
}

.bouton-404 {
    text-align: center;
    margin: 5vh 0;
}

.bouton-404 a {
    color: white;
    background: #227093;
    padding: 10px 15px;
    border-radius: 25px;
    box-shadow: 0 0 5px #227093;
    transition: .3s;
    text-align: center;
    margin: 5vh 0;
}

.bouton-404 a:hover {
    color: #f1f1f1;
    background: #b72f00;
    box-shadow: 0 0 5px #b72f00;
}

.plan-site .col-plan {
    padding: 25px 10px;
    border: 1px solid #ccc
}

.plan-site .col-plan ul {
    margin: 15px 0;
}

.plan-site .col-plan li {
    list-style: none;
}

.plan-site .col-plan ul li a {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    display: inline-block;
}

.plan-site .col-plan ul .sousLi {
    margin-left: 20px;
    position: relative;
}

.plan-site .col-plan ul .sousLi:before {
    content: '';
    width: 0;
    height: 0;
    display: inline-block;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #E91E63;
    margin-right: 10px;
}

.plan-site .sousSousLi {
    margin-left: 30px;
}

.title-plan {
    font-size: 1.6em;
    font-weight: bold;
    color: #5e5e5e;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: solid 1px rgba(94, 94, 94, .25);
}

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

    p.bouton_action {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .bouton_action a {
        padding: 13px 39px;
    }

    .page_contact form.generateur p.submit {
        text-align: center !important;
        margin-top: 5px;
        margin-bottom: 5px;
    }

}

@media screen and (min-width: 400px) {

    #newsletter_iframe #form_newsletter input[type="text"] {
        float: left !important;
        width: 73% !important;
    }

    #newsletter_iframe #form_newsletter input[type="submit"] {
        float: left !important;
        width: 25% !important;
        margin-bottom: 30px;
    }

    .cover-detail .bottom-detail {
        flex-direction: row;
        justify-content: flex-start
    }

    .cover-detail .bottom-detail &gt; p {
        width: auto;
        margin: 0 21px 0 0;
    }

    .cover-detail .bottom-detail &gt; p &gt; a {
        width: auto;
    }
}

@media screen and (min-width: 480px) {

    #container {
        max-width: none;
        min-width: 480px;
    }

    #container p.bouton {
        text-align: center;
    }

    p.bouton2 a,
    p.bouton_action a,
    p.bouton_interne a {
        width: auto;
    }

    /******************************************** HEADER *******************************/
    .info_tel p.telephones a,
    a.tel {
        outline: none;
        cursor: default;
        -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    }

    /* ville + code postal */
    .cp_ville p {
        width: 40%;
    }

    .cp_ville p + p {
        width: 57%;
    }

    .news label {
        font-size: 25px;
    }

    .contact-tel .title-contact {
        font-size: 32px;
    }

    .contact-tel .text-contact span {
        display: block;
    }


    .bloc-real .item-real-index img {
        height: 280px;
    }
}

@media screen and (min-width: 600px) {

    .imgRight {
        float: right;
        max-width: 50%;
        margin: 0 0 20px 20px;
    }

    .imgLeft {
        float: left;
        max-width: 50%;
        margin: 0 20px 20px 0;
    }

    p.bouton_action {
        text-align: right;
    }

    h1 {
        font-size: 32px;
        line-height: 45px;
        margin: 0 0 30px;
    }

    h2 {
        font-size: 24px;
        line-height: 30px;
    }

    h3 {
        font-size: 20px;
        line-height: 28px;
    }

    /*******************************************/
    header,
    .index-page header {
        display: block;
        min-height: auto;
    }

    .back-fixed {
        display: block;
    }

    .bloc-logo &gt; div {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .slider_slick,
    .slider_slick .slick .slide_img {
        display: block;
        height: 320px;
    }

    .slider_slick .slick .slide_img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .header_topbar .header_centrage {
        justify-content: space-between;
    }

    .action {
        display: none;
    }

    #container p.bouton {
        display: block;
        text-align: right;
    }

    /* CONTACT HEADER */
    .contact_header {
        margin: 0;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }

    .index-page header .contact_header {
        width: 100%;
        max-width: 455px;
    }

    .contact_header &gt; p {
        width: auto;
        margin: 0;
    }

    .index-page header .contact_header &gt; p.full-width {
        width: 100%;
        text-align: right;
    }

    .block_contact {
        display: block;
    }

    .ac-doubleLeft,
    .ac-doubleRight,
    .ac-colonne {
        float: left;
        width: 50%;
        text-align: justify;
        padding: 0 15px;
    }

    .info_contact {
        display: flex;
        align-items: flex-start;
        flex-direction: row;
        flex-wrap: wrap;
        position: relative;
        text-align: left;
    }

    .info_contact &gt; div {
        width: 50%;
        margin: 0;
        text-align: center;
    }

    .horaires h2, .infos_pratique h2 {
        width: 100%;
        margin: 20px 0;
    }

    .info_contact div + div {
        padding: 0;
        margin: auto;
    }

    .formulaire_contact {
        padding: 0;
        border: none;
        background: none;
        box-shadow: none;
    }

    .formulaire_contact form {
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        justify-content: space-between;
    }

    .formulaire_contact .form_left,
    .formulaire_contact .form_right {
        width: 49%;
        padding: 20px 15px;
        margin: 20px 0;
        height: auto !important;
        border: 1px solid #ccc;
        box-shadow: 0 3px 3px rgba(25, 25, 25, .2);
        border-radius: 3px;
    }

    .formulaire_contact .form_left {
        float: right;
    }

    .formulaire_contact .form_left h2 {
        border: none;
        padding-top: 0;
        margin-top: 0;
    }

    /* ville + code postal */
    .cp_ville p {
        width: 37%;
    }

    .cp_ville p + p {
        float: right;
        width: 57.958%;
    }

    .slider_slick .slick-arrow {
        display: block !important;
    }

    .page-interne .ac-doubleColonne:nth-of-type(1) .ac-colonne img {
        display: block;
    }

    #fil_ariane {
        display: block;
    }

    /* RELANCE */
    #relance ul li {
        display: inline-block;
    }

    #relance ul li + li {
        margin: 0 0 0 20px;
    }

    /* TABLEAUX */
    table tr.table_th {
        display: table-row;
    }

    table td {
        display: table-cell;
        color: #000;
    }

    table tr:nth-child(n+2) + tr {
        border-top: none;
    }

    table td + td {
        border-top: 1px solid #ccc;
    }

    table td:before {
        content: none;
    }

    .plan-site .col-plan {
        display: flex;
        flex-wrap: wrap;
        align-items: baseline;
        justify-content: space-around;
    }

    .encart_actu ul {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }

    .encart_actu ul li {
        width: 49%;
        max-width: 450px;
        text-align: left;
        margin: 0 0 41px;
    }

    p.learn-more a {
        width: auto;
    }

    p.view-all a {
        width: auto;
        max-width: none;
    }


    .encart_actu .resum-acty p {
        text-align: justify;
    }

    .encart_actu p.learn-more {
        text-align: left;
    }

    .bloc-real .col-real {
        display: flex;
        align-items: center;
        justify-content: space-between
    }

    .bloc-real .item-real-index {
        width: 100%;
    }

    .bloc-real .item-real-index img {
        height: 350px;
    }

    .bloc-real .col-real .item-real-index {
        width: 49.5%;
    }

    .bloc-frame .cover-frame {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .bloc-frame .item-frame {
        width: 32%;
        margin: 0;
        max-width: 240px;
    }

    #catalogue_contenu {
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-between
    }

    #catalogue_contenu:after {
        content: "";
        width: 49%;
    }

    #catalogue_contenu .item-listing {
        width: 49%;
    }

    footer ul {
        display: flex;
        text-align: left;
        align-items: center;
        justify-content: space-between;
    }

    footer ul li {
        margin: 0;
        padding: 0;
    }
}

@media screen and (min-width: 768px) {
    .contact_header p.bouton_action.bouton_rappel {
        margin: 0 0 0 19px;
    }

    #relance {
        text-align: left;
        padding: 50px 0 0 0;
    }

    .bloc-real .cover-real {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }

    .bloc-real .item-real-index {
        width: 49.5%;
    }

    .bloc-real .col-real {
        width: 49.5%;
        flex-direction: column;
    }

    .bloc-real .col-real .item-real-index {
        width: 100%;
    }

    .bloc-real .col-real.col-real-1 .item-real-index img {
        height: 170px;
    }

    /**********************************************************************/
    .middle-index {

    }

    .middle-index .colonne_centre,
    .bottom-index .colonne_centre {
        align-items: stretch;
        flex-direction: row;
        justify-content: space-between;
    }

    .bottom-index .colonne_centre {
        flex-direction: row-reverse;
    }

    .middle-index .colonne_centre .col-left,
    .bottom-index .colonne_centre .col-left {
        width: 58%;
    }

    .middle-index .colonne_centre .col-right,
    .bottom-index .colonne_centre .col-right {
        width: 40%;
        padding: 0;
    }

    .middle-index .colonne_centre img,
    .bottom-index .colonne_centre img {
        height: 100%;
    }

    /**********************************************************************/
    .bloc-maps-points &gt; div {
        z-index: 1;
        display: flex;
        position: relative;
        align-items: stretch;
    }

    .bloc-maps {
        width: 60%;
        height: 332px;
    }

    .bloc-points {
        width: 40%;
        text-align: left;
    }

    #catalogue_contenu:after {
        content: "";
        width: 33%;
    }

    #catalogue_contenu .item-listing {
        width: 33%;
    }

    .cover-detail {
        align-items: stretch;
        flex-direction: row-reverse;
        justify-content: space-between;
    }

    .cover-detail .col-left {
        padding: 0;
        width: 65%
    }

    .cover-detail .col-left h1 {
        text-align: left;
        margin: 0 0 17px 0;
    }

    .cover-detail .col-right {
        width: 34%;
    }

    .cover-detail .col-right img {
        height: 100%;
        object-fit: cover;
        object-position: bottom;
    }

    footer .link-footer {
        display: inline-block;;
    }


}

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


    footer ul {
        justify-content: flex-end;
    }


    footer ul li:first-child {
        margin: 0 auto 0 0
    }

    footer ul li:last-child {
        margin: 0 0 0 120px;
    }

    .encart_actu ul li {
        padding: 24px 16px 26px 29px;
    }

    #navigation_frame {
        width: 920px;
        margin-left: -470px;
    }

    .lien_footer {
        border-spacing: 15px;
    }
}

@media screen and (min-width: 1024px) {

    .imgRight {
        margin: 0 0 20px 40px;
    }

    .imgLeft {
        margin: 0 40px 20px 0;
    }

    .page-interne .header_centrage,
    .contact-page .header_centrage,
    .plan-site .header_centrage {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .menu {
        transform: translateY(0%);
    }

    .menu li {
        opacity: 1;
    }

    .menu li a.selected, .menu li a:hover {
        background: rgba(24, 64, 101, .5);
    }

    .bouton {
        display: block;
    }

    .page-offline .colonne_centre {
        width: 40%;
    }

    .slide_container {
        top: 141px;
        margin: 0;
        right: auto;
        transform: none;
        left: calc(50% - 444px);
    }

    .no_mobile {
        display: inline-block;
    }

    .navbar {
        display: block;
    }

    .navbar &gt; div,
    .bloc-logo &gt; div {
        width: 100%;
        margin: auto;
        display: flex;
        max-width: 1005px;
        align-items: center;
        justify-content: space-between;
    }

    header .logo {
        margin: 9px 0 16px;
    }

    .index-page header .bloc-logo {
        left: 0;
        z-index: 1;
        top: 32px;
        width: 100%;
        position: absolute;
        background: transparent;
    }

    .index-page header .contact_header a.tel {
        color: #c1292e;
    }

    .sticky .contact_header .tel {
        color: #fff;
    }

    /******************************* STICKY *******************************/
    .sticky {
        top: -100%;
        width: 100%;
        z-index: 100;
        display: block;
        position: fixed;
        transition: 0.5s;
        background: rgb(255, 255, 255);
        box-shadow: 0 2px 3px rgba(0, 0, 0, .5);
    }

    .sticky .top_bar li a {

    }

    .sticky .menu {
        border-radius: 0;
    }

    .sticky .menu ul li a {
        line-height: 52px
    }

    .sticky.js-scroll {
        top: 0;
    }

    .sticky.js-scroll .header_content {
        padding-bottom: 10px;
    }

    .sticky .logo img {
        max-height: 52px;
    }

    /******************************* BOUTON D ACTION *******************************/
    #container p.bouton {
        text-align: right;
    }

    /******************************* HEADER *******************************/
    header, .index-page header {
        background: transparent;
    }

    header section {
        padding: 0;
        margin: auto;
    }

    .header_centrage {
        display: flex;
        justify-content: space-between;
    }

    .header_centrage, .footer_centrage {
        width: 90%;
        margin: 0 auto;
    }

    .infos_header {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .footer_centrage {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .footer_logo {
        margin: 0;
    }

    .footer_link {
        flex-direction: column;
        background: none;
    }

    .bouton_footer {
        width: 100%;
        color: #000000;
        border: solid 1px #000000;
        margin: 2px 0;
    }

    .bouton_footer:hover {
        color: #227093;
        border: solid 1px #227093;
    }

    .nav {
        display: none;
    }

    .back-fixed {
        height: 527px;
        background-image: url("../gifs/imgSlider/slide01_big.jpg")
    }

    /******************************* Menu *******************************/
    .top_bar ul {
        display: block;
    }

    .menu {
        z-index: 3;
        left: auto;
        clear: both;
        width: 100%;
        height: auto;
        transition: none;
        border-radius: 5px;
        position: relative;
        overflow-y: visible;
        margin: auto;
        background: #235789;
    }

    header .menu {
        margin: -10px auto 0;
        max-width: 1005px;
    }

    .index-page header .menu {
        margin: -31px auto 0
    }

    .menu ul {
        text-align: center;
    }

    .menu li a {
        color: #fff;
        padding: 0 10px;
        font-weight: 300;
        line-height: 63px;
        position: relative;
    }

    /****** SI MENU HORIZONTAL ******/
    .menu li {
        position: static;
        text-align: left;
        border-bottom: none;
        display: inline-block;
    }

    .menu li.sous_menu &gt; a:after {
        margin-left: 5px;
        content: '\e040';
        font-family: 'iconic';
        display: inline-block;
    }

    .menu li.main span.derouler {
        display: none;
    }

    .menu ul li.sous_menu .dropdown {
        top: auto;
        right: 0;
        left: 0;
        margin: 0;
        padding: 0;
        width: 100%;
        height: auto;
        display: none;
        transform: none;
        position: absolute;
        background: #009ee7;
        box-shadow: 0 2px 3px rgba(0, 0, 0, .4);
    }

    .menu:before {
        display: none;
    }

    .menu ul li.sous_menu:hover &gt; ul {
        top: auto;
        left: initial;
        display: block;
        padding: 0 20px;
        transform: initial;
        overflow-y: visible;
    }

    .plan-site .menu ul li .dropdown li {
        right: 0;
    }

    /****** FIN MENU HORIZONTAL *****/
    /**** SI MENU VERTICAL ****/
    /*.menu li {
        display: block;
        position: relative;
        border-bottom: none;
        text-align: left;
    }

    .menu li.main span.derouler {
        display: block;
        cursor: pointer;
    }

    .menu li.main span.derouler:after {
        content: '\e040';
    }

    .menu ul li.sous_menu.openSous span.derouler:after {
        content: '\e039';
    }

    .menu ul li.sous_menu.selected .derouler {
        display: none;
    }

    .menu ul li.sous_menu .dropdown {
        display: none;
        position: relative;
        top: auto;
        right: 0;
        left: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        height: auto;
        margin: 0;
        padding: 10px 0;
        background: #dadada;
    }

    .menu ul li.sous_menu.openSous .dropdown,
    .menu ul li.sous_menu.selected .dropdown {
        display: block;
    }*/
    /****** FIN MENU VERTICAL *****/
    .menu ul li ul {
        transition: none;
    }

    .menu ul li ul li.close_menu:after {
        display: none;
    }

    .menu ul li ul li {
        width: auto;
        vertical-align: top;
        display: inline-block;
        background: none !important;
    }

    .menu ul li ul .ssdropdown {
        left: 0;
        right: 0;
        width: 100%;
        top: initial;
        display: none;
        transform: none;
        position: absolute;
        background: #0090d2;
        box-shadow: 0 2px 3px rgba(0, 0, 0, .25);
    }

    .dropdown li.sous_menu:hover .ssdropdown {
        left: 0;
        top: 100%;
        display: block;
        height: initial;
    }

    .dropdown li.sous_menu:hover .ssdropdown li a {
        padding: 5px;
    }

    .menu ul li ul li + li {
        border: none;
    }

    .menu ul li ul li.close_menu {
        display: none;
    }

    .menu li.sous_menu ul li a {
        font-size: 1em;
        text-align: left;
    }

    /* .menu ul li.sous_menu .dropdown li ul {
        display: block;
        position: relative;
        top: 0;
        right: 0;
        left: 0;
        text-align: left;
    } */
    .menu ul li ul li ul li {
        margin-left: 12px;
        display: inline-block;
    }

    .menu li.sous_menu ul li ul li a {
        border-bottom: none;
        padding: 2px 5px 2px 12px;
    }

    .menu li.sous_menu ul li ul li a:hover,
    .menu li.sous_menu ul li ul li a.selected {
        color: #fff;
    }

    /******************************* SLIDER BIG *******************************/
    .slider_slick,
    .slider_slick .slick .slide_img {
        height: 527px;
    }

    .slider .bx-controls .bx-controls-direction {
        display: block;
    }

    /**************************************************************************/
    .clear_both.no_mobile {
        display: block;
    }

    .no_desktop {
        display: none !important;
    }

    #container {
        left: inherit;
        padding-top: 0;
        max-width: none;
        min-width: 810px;
        transition: none;
    }

    /******************************* CONTENT *******************************/
    .content {
        margin: auto;
    }

    .index-page .content {
        padding: 92px 0 58px;
    }

    /******************************** COLONNE CENTRE ********************************/
    .colonne_centre {
        width: 100%;
        padding: 0;
        margin: 0 auto;
        display: block;
        max-width: 1005px;
        position: relative;
    }

    .index-page .colonne_centre h1 + p {
        margin: 0 0 90px;
    }

    .page-interne .colonne_centre .bouton_interne {
        text-align: right;
    }

    .page-interne .colonne_centre h1 + p,
    .colonne_centre p.intro {
        margin: 0 0 50px 0;
    }

    .page-interne .ac-doubleColonne:nth-of-type(1) .ac-colonne_1 {
        margin-bottom: 100px;
    }

    .contact-tel {
        width: 100%;
        max-width: 840px;
        margin: 70px auto 90px;
        background-position: left;
        background-repeat: no-repeat;
        background-image: url(../gifs/back_contact_small.jpg);
    }

    .contact-tel &gt; div {
        text-align: left;
        max-width: 490px;
        margin: 0 0 0 auto;
        align-items: flex-start;
        padding: 10px 10px 30px 29px;
    }

    .middle-index {
        padding: 63px 0 0;
    }

    .middle-index .colonne_centre .col-left,
    .bottom-index .colonne_centre .col-left {
        width: 100%;
        padding: 32px 0;
        max-width: 465px;
    }

    .middle-index .col-left:after {
        bottom: -27px;
        content: "";
        width: 58px;
        height: 58px;
        right: 47px;
        position: absolute;
        background: #184065;
    }

    .middle-index .colonne_centre .col-right,
    .bottom-index .colonne_centre .col-right {
        width: 100%;
        max-width: 495px;
    }

    .bottom-index .colonne_centre .col-left {
        padding: 40px 0 0;
    }

    .cover-detail .col-left {
        width: 58.7%
    }


    .cover-detail .col-right {
        width: 37.31%;
    }

    /*******************************  kama  *******************************/
    .bloc-frame {
        margin: auto;
        max-width: 1005px;
        text-align: left;
        position: relative;
        padding: 96px 0 37px;
    }

    .bloc-frame &gt; div {
        margin: 0 0 0 auto;
        max-width: 750px;
    }

    .bloc-frame .title-frame {
        margin: 0 0 10px 40px;
    }

    .bloc-frame .item-frame {
        height: 363px;
    }

    .bloc-real {
        text-align: left;
        padding: 62px 10px 0;
    }

    .bloc-real:after {
        top: 0;
        right: 0;
        z-index: 0;
        content: "";
        width: 693px;
        height: 685px;
        position: absolute;
        background: #191919;
    }

    .bloc-real &gt; div {
        margin: auto;
        width: 100%;
        z-index: 1;
        max-width: 1005px;
        position: relative;
    }

    .bloc-real .cover-real {
        display: flex;
        flex-wrap: nowrap;
        align-items: flex-start;
        justify-content: space-between;
    }

    .bloc-real .item-real-index {
        width: auto;
        padding: 0;
    }

    .bloc-real .item-real-index img,
    .bloc-real .col-real .item-real-index img {
        width: 240px;
    }

    .bloc-real .col-real {
        width: auto;
    }

    .bloc-real .col-real a + a {
        margin: 17px 0 0;
    }

    .bloc-real .col-real .item-real-index {
        width: auto;
    }

    .bloc-real .col-real.col-real-1 .item-real-index img {
        height: 240px;
    }

    .bloc-real .col-real.col-real-2 .item-real-index img {
        height: 365px;
    }

    .bloc-real .col-real.col-real-2 .item-real-index + .item-real-index img {
        height: 240px;
    }

    .bloc-real .col-real.col-real-3 .item-real-index img {
        height: 240px;
    }

    .bloc-real .col-real.col-real-3 .item-real-index + .item-real-index img {
        height: 495px;
    }

    .bloc-real .view-all-real {
        left: 91px;
        bottom: 77px;
        padding: 0;
        position: absolute;
    }

    .bloc-real .view-all-real a {
        line-height: 48px;
    }

    .bloc-maps-points:after {
        left: 0;
        content: "";
        z-index: -1;
        width: 498px;
        height: 651px;
        top: -233px;
        position: absolute;
        background: #191919;
    }

    .bloc-maps {
        width: 69.29%;
    }

    .bloc-maps .flag-maps {
        right: 39px;
    }

    .bloc-points {
        width: 30.71%;
    }

    .news {
        text-align: left;
        position: relative;
        background: linear-gradient(90deg, #235789 69.29%, #fff 0);
    }

    .news:after {
        bottom: 0;
        content: "";
        width: 58px;
        height: 58px;
        left: 69.29%;
        position: absolute;
        background: #184065;
    }

    .news &gt; div {
        margin: auto;
        width: 100%;
        max-width: 835px;
        position: relative;
    }

    .news #mess_newsletter {
        right: auto;
        bottom: -25px;
    }

    #catalogue_contenu:after {
        display: none;
    }

    #catalogue_contenu {
        justify-content: flex-start;
    }

    #catalogue_contenu .item-listing {
        width: 100%;
        max-width: 240px;
    }

    #catalogue_contenu .item-listing:nth-child(2n+2),
    #catalogue_contenu .item-listing:nth-child(4n+3) {
        margin: 0 0 32px 14px;
    }

    /******************************* FOOTER *******************************/
    footer {
        padding: 42px 0;
    }

    footer section {
        width: 100%;
        margin: auto;
        max-width: 1005px;
    }

    .navigation {
        color: #000;
        cursor: pointer;
    }

    /* footer box */
    .black {
        top: 0;
        left: 0;
        width: 100%;
        z-index: 10;
        height: 100%;
        display: none;
        position: fixed;
        background: url(../gifs/black.png) repeat;
    }

    .close {
        top: -10px;
        width: 28px;
        height: 29px;
        right: -10px;
        display: block;
        cursor: pointer;
        position: absolute;
        background: url(../gifs/close.png) no-repeat;
    }

    #navigation_frame {
        top: 20%;
        left: 50%;
        z-index: 70;
        width: 770px;
        display: none;
        padding: 10px;
        position: fixed;
        background: #fff;
        margin-left: -395px;
    }

    #navigation_frame a {
        color: #000;
    }

    #navigation_frame a:hover {
        text-decoration: underline;
    }

    .lien_footer {
        display: table;
        width: 100%;
        border-spacing: 5px;
    }

    /* logo footer */
    #navigation_frame ul {
        display: table-cell;
    }

    #navigation_frame ul li.sousLi {
        margin-left: 3px;
        padding-left: 3px;
        border-left: 1px solid #5e5e5e;
    }

    a.logo_footer {
        display: table-cell;
        width: 200px;
        background: url(../gifs/logo.png) center/contain no-repeat;
    }

    a.logo_footer:hover {
        opacity: 0.7;
    }

    .page-404 .colonne_centre {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .img-404, .right-404 {
        display: inline-block;
    }

    .img-404 {
        transform: translate(0px, -100px);
        position: relative;
        width: 45%;
    }

    .right-404 {
        width: 55%;
    }

    .title-404 {
        font-size: 15em;
        text-align: right;
    }

    .bouton-404 {
        text-align: left;
    }
}

@media screen and (min-width: 1100px) {

    .bloc-points {
        padding: 43px 10px 63px 45px;
    }
}

@media screen and (min-width: 1280px) {

    .bloc-real:after {
        width: 803px;
    }
}

@media screen and (min-width: 1440px) {


    .back-fixed {
        background-image: url("../gifs/imgSlider/slide01_xl.jpg")
    }
}</pre></body></html>