/*
Theme Name: Immo'Zel V2
Theme URI: https://alencrebleue.com
Description: Website Agence Immozel
Author: A l'Encre Bleue
Version: 2.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,
sub,
sup,
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%;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    color: #363636;
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
}

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

h1,
h2,
h3 {
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    color: #00505D;
    line-height: 1.2;
}

h1 {
    font-size: 36px;
    letter-spacing: 2px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 19px;
}

p {
    font-size: 1em;
    line-height: 1.4em;
    font-family: 'Open Sans', sans-serif;
}

ol,
ul {
    list-style: none;
}

li {
    font-size: 1em;
    line-height: 1em;
}

blockquote,
q {
    quotes: none;
}

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

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

a {
    text-decoration: none;
}

a:hover {
    transition: .5s ease;
}

a:focus,
a:hover,
a:active,
input:focus {
    outline: 0;
}

img,
video {
    max-width: 100%;
    width: auto;
    height: auto;
    display: block;
    margin: 0;
}

body {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-x: hidden;
}

strong {
    font-weight: 700;
    color: #00505D;
}

textarea {
    resize: vertical;
}

/* open-sans-regular - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local(''),
        url('/wp-content/themes/immozelV2/assets/fonts/open-sans-v27-latin-regular.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('/wp-content/themes/immozelV2/assets/fonts/open-sans-v27-latin-regular.woff') format('woff'),
        /* Modern Browsers */
        url('/wp-content/themes/immozelV2/assets/fonts/open-sans-v27-latin-regular.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('/wp-content/themes/immozelV2/assets/fonts/open-sans-v27-latin-regular.svg#OpenSans') format('svg');
    /* Legacy iOS */
}

/* open-sans-600 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local(''),
        url('/wp-content/themes/immozelV2/assets/fonts/open-sans-v27-latin-600.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('/wp-content/themes/immozelV2/assets/fonts/open-sans-v27-latin-600.woff') format('woff'),
        /* Modern Browsers */
        url('/wp-content/themes/immozelV2/assets/fonts/open-sans-v27-latin-600.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('/wp-content/themes/immozelV2/assets/fonts/open-sans-v27-latin-600.svg#OpenSans') format('svg');
    /* Legacy iOS */
}

/* open-sans-700 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local(''),
        url('/wp-content/themes/immozelV2/assets/fonts/open-sans-v27-latin-700.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('/wp-content/themes/immozelV2/assets/fonts/open-sans-v27-latin-700.woff') format('woff'),
        /* Modern Browsers */
        url('/wp-content/themes/immozelV2/assets/fonts/open-sans-v27-latin-700.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('/wp-content/themes/immozelV2/assets/fonts/open-sans-v27-latin-700.svg#OpenSans') format('svg');
    /* Legacy iOS */
}

/* open-sans-800 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: local(''),
        url('/wp-content/themes/immozelV2/assets/fonts/open-sans-v27-latin-800.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('/wp-content/themes/immozelV2/assets/fonts/open-sans-v27-latin-800.woff') format('woff'),
        /* Modern Browsers */
        url('/wp-content/themes/immozelV2/assets/fonts/open-sans-v27-latin-800.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('/wp-content/themes/immozelV2/assets/fonts/open-sans-v27-latin-800.svg#OpenSans') format('svg');
    /* Legacy iOS */
}

/*------------------------------------*\
    MARGE SUR MENU ADMIN (lorsque le menu est en fixe, il est caché en partie)
\*------------------------------------*/
.logged-in.admin-bar header {
    margin-top: 32px;
}

/*------------------------------------*\
    LA GRID
\*------------------------------------*/
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.container {
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row>* {
    float: left;
    width: 100%;
    padding-left: .9375em;
    padding-right: .9375em;
}

.row::after {
    content: "";
    display: block;
    clear: both;
}

@media screen and (min-width:1200px) {
    .container {
        max-width: 1170px;
        width: 100%;
    }
}

@media screen and (min-width:1024px) and (max-width:1199px) {
    .container {
        max-width: 95%;
    }
}

@media screen and (max-width:1023px) {
    .container {
        max-width: 95%;
    }
}

/*------------------------------------*\
    MAIN
\*------------------------------------*/
/* global box-sizing */
a {
    color: #E8AC2A;
    text-decoration: none;
}

a:hover {
    color: #444;
}

a:focus {
    outline: 0;
}

a:hover,
a:active {
    outline: 0;
}

input:focus {
    outline: 0;
}

:focus {
    outline: none;
}

/* IMG POUR WISIWYG */
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-container img {
    max-width: 100%;
    height: auto;
}

.alignleft,
img.alignleft {
    display: inline;
    float: left;
    margin-right: 24px;
    margin-top: 4px;
}

.alignright,
img.alignright {
    display: inline;
    float: right;
    margin-left: 24px;
    margin-top: 4px;
}

.aligncenter,
img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignleft,
img.alignright,
img.aligncenter {
    margin-bottom: 12px;
}

*,
*:after,
*:before {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

/* =====================================
             MENU
=======================================*/
#aeb_head,
#aeb_head * {
    transition: all 0.5s;
}

#aeb_head.smallogo {
    box-shadow: 0px 3px 6px #00000029;
    background: transparent -webkit-linear-gradient(267deg, #070404 0%, #00505D 100%) 0% 0% no-repeat padding-box;
    background: transparent -o-linear-gradient(267deg, #070404 0%, #00505D 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(357deg, #070404 0%, #00505D 100%) 0% 0% no-repeat padding-box;
}

#entete-accueil .logo a {
    padding: 0;
}

/* LA BASE */
#entete-accueil {
    bottom: 0;
    width: 100%;
}

#entete-accueil .menu-welldone li {
    text-align: right;
}

#entete-accueil .menu-welldone a {
    padding: .5em 0;
    margin: 0 0.5em;
    font-weight: 300;
}

#entete-accueil .logo {
    align-self: center;
}

#entete-accueil .logo a {
    padding: 0;
}

#entete-accueil>div>nav>ul>li {
    text-transform: uppercase;
    text-align: center;
    padding: 0.5em 1em;
}

#entete-accueil>div>nav>ul>li>a {
    color: #00505D;
    padding: 0.5em;
    display: block;
    letter-spacing: 1.44px;
    font-size: 16px;
}

.img2 {
    display: none;
}

@media only screen and (min-width: 1200px) {
    #aeb_head {
        position: fixed;
        top: 0;
    }

    #entete-accueil .container {
        display: inline-flex;
        width: 100%;
    }

    #burger,
    .supdeskop,
    .affich-respon,
    .otro {
        display: none;
    }

    #entete-accueil {
        width: 100%;
        display: flex;
    }

    .menu-welldone {
        /*	flex-direction: row;
	position: absolute;
	right:0;
	top:2.2em;*/
        display: flex;
    }

    #siteWrapper header {
        background: transparent;
        width: 100%;
        z-index: 9999;
    }

    .menu {
        align-self: center;
        height: 90px;
        position: relative;
        width: inherit;
    }

    .menu-prim {
        display: flex;
        height: 100%;
        float: right;
    }

    #entete-accueil .menu-welldone {
        display: flex;
        align-self: center;
    }

    #entete-accueil .menu-welldone li {
        padding: .75em;
    }

    #entete-accueil .menu-welldone a {
        text-transform: uppercase;
        font-size: 18px;
        line-height: 20px;
        font-weight: 400;
        margin: 0;
        color: #E8AC28;
        text-align: center;
        letter-spacing: 0.32px;
        position: relative;
        padding-bottom: 2px;
    }

    #entete-accueil .menu-welldone a:hover {
        color: #fff;
        transition: .5s ease;
    }

    nav a:hover::after {
        -webkit-transform: translateX(-50%) scaleX(1);
        transform: translateX(-50%) scaleX(1);
    }

    #entete-accueil .menu-welldone .extranet a {
        border: 1px solid #E8AC28;
        border-radius: 90px;
        padding: 0.25em 1em;
        font-size: 14px;
        margin-left: 3em;
        margin-right: 1em;
    }

    /*#entete-accueil .menu-welldone a:before {
    display: block;
    content: attr(title);
    font-weight: bold;
    height: 0;
    color: transparent;
    overflow: hidden;
    visibility: hidden;
}*/
    /*#entete-accueil .menu-welldone a:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%) scaleX(0);
    -ms-transform: translateX(-50%) scaleX(0);
    transform: translateX(-50%) scaleX(0);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-transition: -webkit-transform 250ms;
    transition: -webkit-transform 250ms;
    -o-transition: transform 250ms;
    transition: transform 250ms;
    transition: transform 250ms, -webkit-transform 250ms;
}*/
    /* AJOUT DIMINUER LA HAUTEUR DE LA BARRE DE MENU */
    .smallogo .logo img {
        max-height: 90px;
        transition: .5s ease;
    }

    .smallogo .menu {
        height: 90px;
        transition: .5s ease;
    }
}

.resoc {
    display: block;
    margin: auto;
    width: max-content;
    /*margin-left: 5.5em;*/
    align-self: center;
}

.menu-rs {
    display: inline-flex;
    font-weight: 700;
    color: #E8AC28;
}

.menu-rs li {
    margin: 0 .25em;
}

.sprites {
    width: 26px;
    height: 35px;
    background: url(/wp-content/themes/immozelV2/img/resoc.svg) no-repeat center center;
    display: inline-block;
}

.sprites:hover {
    background: url(/wp-content/themes/immozelV2/img/resoc-hover.svg) no-repeat center center;
}

.rs-facebook,
.rs-facebook:hover {
    background-position: 9px 8px;
}

.rs-instagram,
.rs-instagram:hover {
    background-position: -25px 8px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    #entete-accueil .menu-welldone a {
        font-size: 17px;
    }
}

@media only screen and (max-width: 1199px) {
    #top.highlight {
        overflow: hidden;
        position: initial;
    }

    #top.highlight #aeb_head.hidden {
        transform: initial;
    }

    #top.highlight #aeb_head {
        position: fixed;
        overflow: hidden;
        z-index: 99999;
    }

    #entete-accueil.respon {
        display: flex;
        height: 100vh;
        /*background: #00505D;*/
        background: transparent linear-gradient(357deg, #070404 0%, #00505D 100%) 0% 0% no-repeat padding-box;
    }

    #top.highlight #aeb_head .container {
        margin-top: 5%;
    }

    #top.highlight #aeb_head .otro .img1,
    #top #aeb_head .otro .img2 {
        display: none;
    }

    #top.highlight #aeb_head .otro .img2 {
        display: block;
    }

    #burger,
    .mobRs {
        position: absolute;
        cursor: pointer;
    }

    #burger {
        top: 50%;
        right: 5%;
        transform: translate(0, -50%);
    }

    #burger .img1,
    #burger .img2 {
        width: 30px;
    }

    .otro {
        position: fixed;
        top: 0;
        background: transparent linear-gradient(357deg, #070404 0%, #00505D 100%) 0% 0% no-repeat padding-box;
        width: 100%;
        z-index: 9999;
        display: flex;
    }

    .menu,
    .logo {
        display: none;
    }

    #entete-accueil {
        position: fixed;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        bottom: inherit;
        max-height: calc(100% - 50px);
        overflow-y: auto;
        z-index: 99999;
    }

    .smallogo #entete-accueil {
        top: 70px;
    }

    .menu-welldone {
        position: relative;
        display: flex;
        flex-direction: column;
        padding: 1em 0 2em;
        width: max-content;
        margin: auto;
    }

    #entete-accueil .menu-welldone li {
        width: 320px;
    }

    #entete-accueil nav ul li {
        text-transform: uppercase;
        text-align: center;
        padding: 0 1em;
    }

    #entete-accueil .menu-welldone a {
        font-size: 16px;
        padding: 1em;
        letter-spacing: 0.9px;
        color: #fff;
        text-align: center;
        background: transparent;
        border-bottom: 1px solid #E8AC28;
        display: block;
        position: relative;
    }

    .smallogo .otro {
        height: 70px;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1199px) {
    #entete-accueil .container {
        width: 95%;
    }

    #entete-accueil>nav>ul>li>a {
        padding: 0.5em 1em;
    }
}

@media screen and (min-width: 720px) and (max-width: 1199px) {
    .otro {
        height: 64px;
        box-shadow: 0px 3px 6px #00000029;
    }
}

@media only screen and (max-width: 1199px) {
    .otro {
        box-shadow: 0px 3px 6px #00000029;
    }

    .otro .logo {
        display: block;
        margin-left: 5%;
        align-self: center;
        width: 100%;
    }

    .otro .logo a {
        display: block;
        text-transform: uppercase;
        font-weight: 700;
        color: #00505D;
        text-align: right;
        line-height: 0.8em;
        width: max-content;
    }

    .otro .logo a span {
        font-weight: 500;
        color: #00505D;
        line-height: 0.8em;
    }

    #burger .img2 {
        width: 20px;
    }

    .highlight .menu {
        display: grid !important;
    }

    .menu-welldone {
        padding: 0 0 0.5em;
    }
}

@media only screen and (max-width: 359px) {
    #entete-accueil.respon .container {
        width: auto;
    }
}

@media only screen and (min-width: 720px) and (max-width: 1199px) {
    #entete-accueil {
        top: 64px;
    }
}

@media only screen and (min-width: 481px) and (max-width: 1023px) {
    #entete-accueil .menu-welldone a {
        width: 320px;
    }
}

@media only screen and (min-width: 411px) and (max-width: 719px) {
    #entete-accueil {
        top: 70px;
    }
}

@media only screen and (min-width: 411px) and (max-width: 719px) {
    .otro {
        height: 70px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 719px) {
    .otro .logo a {
        font-size: 30px;
    }

    .otro .logo a span {
        font-size: 18px;
    }
}

@media only screen and (min-width: 411px) and (max-width: 479px) {
    .otro .logo a {
        font-size: 24px;
    }

    .otro .logo a span {
        font-size: 16px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 410px) {
    .otro .logo a {
        font-size: 20px;
    }

    .otro .logo a span {
        font-size: 14px;
    }

    .otro {
        height: 80px;
    }

    #entete-accueil {
        top: 80px;
    }
}

/* TEST HEADER FIXED ... */
#aeb_head.hidden {
    transform: translateY(-145px);
}

/* =========================
      FIN MENU 
===========================*/
/* Section actualités */
#actualite {
    padding: 4em 0;
}

.tous {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
}

.tous h2,
.tous a {
    color: #E8AC28;
}

.tous h2 {
    font-size: 50px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    padding: 0.5em 0 0;
}

.tous a {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    align-self: flex-end;
    border: 1px solid;
    padding: .5em 1em;
}

.thumbImg {
    overflow: hidden;
}

.actuss img {
    width: 100%;
    transition: all .4s ease;
}

.actuss:hover img {
    transform-origin: 50% 50%;
    transform: scale(1.3);
}

#actualite .actuss {
    position: relative;
}

#actualite .bloc-blan {
    position: absolute;
    top: 0;
    background: rgba(0, 80, 93, 0.4);
    height: 100%;
    width: 100%;
    display: flex;
}

#actualite .actuss:hover .bloc-blan {
    background: rgba(0, 80, 93, 0.75);
}

#actualite h3 {
    color: #fff;
    align-self: center;
    padding: 0 2em;
    width: 100%;
    text-align: center;
    font: normal normal bold 25px/30px Open Sans;
    text-shadow: 0px 3px 6px #00000029;
}

.date-blog {
    position: relative;
    font-size: 14px;
    display: flex;
    align-items: center;
    color: #00505D;
    padding-left: 1.8em;
}

.date-blog:before {
    content: url('https://immozel.com/wp-content/themes/immozelV2/img/picto-calendrier.png');
    position: absolute;
    left: 0;
    top: 0;
}

.exe p,
.exe {
    color: #000;
    margin-top: .5em;
    line-height: 21px;
}

@media only screen and (min-width:994px) and (max-width:1199px) {
    #actualite h3 {
        font: normal normal bold 21px/26px Open Sans;
    }
}

@media only screen and (min-width:481px) and (max-width:993px) {
    #actualite h2 {
        font: normal normal 300 40px/1 Open Sans;
        padding: 0 0 0.15em;
        max-width: 70%;
    }

    #actualite h3 {
        font: normal normal bold 18px/21px Open Sans;
        padding: 0 0.5em;
    }

    .tous {
        display: flex;
        justify-content: space-between;
        margin-bottom: 1rem;
    }

    #actualite {
        padding: 3em 0;
    }
}

@media only screen and (min-width:720px) and (max-width:993px) {
    .home #actualite .bloc-3 {
        padding-left: 0.3em;
        padding-right: 0.3em;
    }

    .home #actualite .bloc-3:nth-child(2) {
        padding-left: 0.9375em;
    }

    .home #actualite .bloc-3:last-child {
        padding-right: 0.9375em;
    }

    .actuss img {
        height: 200px;
        object-fit: cover;
    }
}

@media only screen and (min-width:481px) and (max-width:719px) {
    .home #actualite .bloc-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .home #actualite .bloc-3:nth-child(2) {
        padding-right: 0.3em;
    }

    .home #actualite .bloc-3:nth-child(3) {
        padding-left: 0.3em;
    }

    .home #actualite .bloc-3:last-child {
        display: none;
    }
}

@media only screen and (max-width:550px) {
    .tous a {
        display: none;
    }
}

@media only screen and (max-width:480px) {
    #actualite {
        padding: 2em 0;
    }

    #actualite h2 {
        font: normal normal 600 30px/1 Open Sans;
        padding: 0.5em 0;
    }

    #actualite .bloc-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 1em;
    }

    .tous {
        display: block;
        margin-bottom: 0;
    }

    .home #actualite .bloc-3:last-child {
        display: none;
    }
}

@media only screen and (max-width:360px) {
    #actualite h2 {
        font: normal normal 600 25px/1 Open Sans;
    }
}

/* Footer */
#footer {
    transition: all 0.5s;
    box-shadow: 0px 3px 6px #00000029;
    background: transparent linear-gradient(357deg, #070404 0%, #00505D 100%) 0% 0% no-repeat padding-box;
    opacity: 0.95;
    padding: 3em 0 2em;
}

#footer strong {
    color: #E8AC28;
}

#footer .logoFoot,
#footer .coorFoot,
#footer .ouvertFoot,
#footer .entreesFoot {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0;
}

#footer .logoFoot {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    max-width: 15%;
    padding: 0;
}

#footer .coorFoot {
    margin-left: 5%;
}

#footer .logoFoot h2 {
    color: #E8AC28;
    font-family: 'Solomon Sans Book', sans-serif;
    font-size: 34px;
    letter-spacing: 2px;
    font-weight: 300;
    text-align: center;
}

#footer .logoFoot img {
    margin: 0 auto 1em;
}

#footer h3,
#footer p,
#footer a,
#footer span {
    color: #E8AC28;
}

#footer .ouvertFoot h3 {
    font-size: 16px;
    text-transform: inherit;
    font-weight: 700;
}

#footer .ouvertFoot p {
    margin: 0.25em 0;
}

#footer p,
#footer a,
#footer span {
    color: #E8AC28;
}

#footer li {
    line-height: 1.5;
    text-transform: uppercase;
    font-weight: 600;
}

#footer .menu-rs {
    margin-top: 1em;
}

#footer .menu-rs li {
    margin-top: -.5em;
}

#footer .ouvertFoot {
    padding-left: 2em;
}

#footer .ouvertFoot h3 {
    position: relative;
}

#footer .coorFoot p {
    position: relative;
    padding-left: 2em;
    display: block;
    margin: 0.5em 0;
}

#footer .coorFoot p:before {
    position: absolute;
    top: -2px;
    left: 0;
}

#footer .coorFoot .addressFoot:before {
    content: url(https://immozel.com/wp-content/themes/immozelV2/img/marker.svg);
}

#footer .coorFoot .mailFoot:before {
    content: url(https://immozel.com/wp-content/themes/immozelV2/img/arobase.svg);
}

#footer .coorFoot .telFoot:before {
    content: url(https://immozel.com/wp-content/themes/immozelV2/img/tel.svg);
}

#footer .coorFoot .telFoot:before {
    content: url(https://immozel.com/wp-content/themes/immozelV2/img/tel.svg);
}

#footer .ouvertFoot h3:before {
    content: url(https://immozel.com/wp-content/themes/immozelV2/img/horaires.svg);
    position: absolute;
    left: -2em;
}

#footer .entreesFoot {
    position: relative;
}

#footer .entreesFoot .fnaim {
    position: absolute;
    bottom: 0;
    right: 0;
}

#mentions {
    padding: 5px 0 7px 10px;
    background: #fff;
    text-align: center;
}

#mentions p {
    font-size: 12px;
}

#mentions a {
    color: #E8AC28;
}


@media only screen and (max-width:1023px) {
    #footer {
        padding: 2em 0;
    }

    #footer .logoFoot {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
        margin-bottom: 1em;
    }
}

@media only screen and (min-width:720px) and (max-width:1023px) {

    #footer .coorFoot,
    #footer .ouvertFoot,
    #footer .entreesFoot {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3%;
        flex: 0 0 33.3%;
        max-width: 33.3%;
    }

    #footer .coorFoot {
        margin-left: 0;
    }
}

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

    #footer .coorFoot,
    #footer .ouvertFoot {
        -webkit-box-flex: inherit;
        -ms-flex: inherit;
        flex: inherit;
        min-width: 240px;
        max-width: 100%;
        margin-left: inherit;
        width: max-content;
        margin: auto;
        display: block;
        float: inherit;
    }

    #footer .entreesFoot {
        display: none;
    }
}

@media only screen and (max-width:432px) {
    .row>* {
        padding-left: .45em;
        padding-right: .45em;
    }
}

/* GRID BLOC */
.bloc-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.bloc-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.bloc-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    max-width: 33.3%;
}

.bloc-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.bloc-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.bloc-2-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66%;
    flex: 0 0 66.66%;
    max-width: 66.66%;
}

.bloc-3-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.bloc-2-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
}

.bloc-3-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
}

.bloc-4-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
}

/* SCROLL BACK TO TOP BUTTON */
#button {
    display: inline-block;
    background-color: #E8AC28;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 90px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#button::after {
    content: url(https://immozel.com/wp-content/themes/immozelV2/img/uparrow.svg);
    position: absolute;
    transform: translate(-50%, -50%);
    top: 54%;
    left: 50%;
}

#button:hover {
    cursor: pointer;
    background-color: #00505D;
}

#button:active {
    background-color: #555;
}

#button.show {
    opacity: 1;
    visibility: visible;
}


div.annoncesslide.slider.slick-initialized.slick-slider>div>div {
    margin: auto;
}

/* =========================
      COOKIES
===========================*/
#top #cookie-notice {
    background: rgba(0, 80, 93, 1) !important;
}

#cookie-notice #cn-notice-text {
    color: #fff;
}

#cookie-notice .cn-button {
    background: #e8ac2a;
    color: #fff;
    padding: 0.35em .75em;
    transition: .5s ease;
}

#cookie-notice .cn-button:hover {
    background: #fff;
    color: #e8ac2a;
}


/* =========================
      FIN COOKIES 
===========================*/