:root {
    --color0: #FCF8F8;
    --color0_rgb: 252, 248, 248;
    --color1: #BA7C6F;
    --color1_rgb: 186, 124, 111;
    /* --color1: #E17149;
    --color1_rgb: 225, 113, 73; */
    /* --nuanceColor1: #f8009f; */
    /* --nuanceColor2: #fbe1ee; */
    --color2: #BA7C6F;
    --color2_rgb: 186, 124, 111;
    --color3: #C58F83;
    --color3_rgb: 197, 143, 131;
    --color4: #F8F1F0;
    --color4_rbg: 248, 241, 240;
    --color5: #434343;
    --color5_rgb: 67, 67, 67;
    --bg-facultatif: #f0f0f0;
    --font_family_1: 'Praise-Regular', sans-serif;
    --font_family_2: 'Montez-Regular', sans-serif;
    --font_family_3: 'TiroBangla-regular', 'Praise-Regular';
    --taille_font: clamp(1.6rem, 0.8vw, 2.2rem);
    --border-radius: 2em 2px 2em 2px;
    --box-s: 1px 1px 30px rgba(var(--color2_rgb), 0.4);
    --btn-size: 66px;
}

body:after {
    content: url('../images/bx_loader.svg') !important;
    display: none;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill,
input:-moz-autofill,
textarea:-moz-autofill,
select:-moz-autofill {
    background-color: rgb(189, 17, 54) !important;
    background-image: none;
    color: rgb(255, 255, 255) !important;
}

.tableGrid>.row,
.tableGrid {
    display: table;
    margin: 0;
    padding: 0;
    position: relative;
    height: 100%;
}

.tableGrid>.table-row {
    height: 100%;
}

.tableGrid.fullWidth {
    width: 100%;
}

.tableGrid>.row>.table-row>[class*=col],
.tableGrid>.table-row>[class*=col],
.tableGrid>.row>[class*=col],
.tableGrid>[class*=col] {
    display: table-cell;
    vertical-align: top;
    float: none;
    height: 100%;
    position: relative;
}

.noPaddingCells>.row>.table-row>[class*=col],
.noPaddingCells>.table-row>[class*=col],
.noPaddingCells>[class*=col] {
    padding: 0;
}

.tableGrid.nopadding>.row>.table-row>[class*=col],
.tableGrid.nopadding>.table-row>[class*=col],
.tableGrid.nopadding>.row>[class*=col],
.tableGrid.nopadding>[class*=col] {
    padding: 0;
}

.tableGrid.va-middle>.row>.table-row>[class*=col],
.tableGrid.va-middle>.table-row>[class*=col],
.tableGrid.va-middle>.row>[class*=col],
.tableGrid.va-middle>[class*=col] {
    vertical-align: middle;
}

.carte .item-title,
.NosPlanDAcces02 p strong,
.view .item .h,
body,
.accroche p,
.tel strong,
.h span,
.activites p,
.tel p,
.formule li,
.formule p,
.ReservationText p,
.NosCartes02 ul li,
.NosCartes02 ul li small,
.btn,
.carte .group-title,
.contact .h,
.ReservationBg .h,
.address p,
.nav-pills>li>a,
.beforeFooter ul li,
.modal-content,
.modal-content label,
.form-control,
.form-actions,
.beforeFooter p,
.headerTel,
.datepicker table tr td,
.NosCartes02 .h small,
.NosCartesLink {
    font-family: var(--font_family_3);
}


h1,
h2,
.h {
    font-family: var(--font_family_1) !important;
    font-weight: 400 !important;
}

h3,
h4,
h5,
h6 {
    font-family: var(--font_family_2) !important;
    font-weight: 400 !important;
    text-transform: lowercase;
}

h3:first-letter,
h4:first-letter,
h5:first-letter,
h6:first-letter {
    text-transform: uppercase;
}


.carteSeeMore,
.datepicker table tr th.datepicker-switch,
.datepicker table tr th,
.carte .group-title,
.formule .prix,
.leading,
.accroche p strong,
.zone01 ul li,
.tel span {
    font-family: var(--font_family_3);
}

.navbar-nav>li>a,
.gfg {
    font-family: var(--font_family_1);
    text-transform: capitalize;
}

.address strong {
    font-family: var(--font_family_3);
    font-weight: bold !important;
}

.carte .group-subtitle {
    font-family: var(--font_family_3);
    margin: 15px 0;
    font-size: 0.9em;
    text-align: center;
    color: var(--color1);
}

.container,
.row {
    position: relative;
}

/*********** tinyMce ***************/
section p img {
    margin: 5px 10px 10px 10px;
}

img[style="float:right;"],
section figure.right {
    margin: 0 5px 20px 0px;
}

img[style="float:left;"],
section figure.left {
    margin: 0 20px 5px 0px;
}

/**call Tracker**/
p.callTracker span {
    text-decoration: underline;
}

.sidebar-scroll-right .callTracker {
    width: 100%;
    height: 50px;
}

.callTracker {
    /*width: 173px; overflow: hidden;height: 33px;*/
    position: relative;
}

.callTracker span,
.callTracker a {
    display: inline-block;
    text-align: left;
    /*position: absolute;left: 30px;top: 0px;width: 160px;*/
    min-width: 145px;
    padding: 0;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    height: 100%;
    line-height: 1.64em;
    text-decoration: none;
}

.callTracker .t_phone {
    opacity: 0;
    display: none;
}

.callTracker .t_affiche {
    cursor: pointer;
}

.callTracker.active .t_phone {
    opacity: 1;
    display: inline-block;
}

.callTracker.active .t_affiche {
    opacity: 0;
    display: none;
}

.pied .callTracker a,
.coordonnees .callTracker a {
    position: relative;
    left: 0px;
}

/**call Tracker**/
/*************** resets and styles ***********************/
*:focus {
    outline: none;
}

html {
    height: 100%;
    font-size: 62.5%;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

html,
body,
div,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
fieldset,
input {
    margin: 0;
    padding: 0;
}

pre,
code,
address,
caption,
cite,
code,
em,
strong,
th {
    font-size: 1em;
    font-weight: normal;
    font-style: normal;
}

fieldset {
    border: none;
}

caption,
th {
    text-align: left;
}

table,
.table {
    border-collapse: collapse;
    width: 100%;
    border-spacing: 0;
}

textarea {
    overflow: auto;
    resize: none;
}

b,
strong {
    font-weight: 100;
}

input {
    border: none;
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
}

input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

input[type=submit] {
    cursor: pointer;
}

pre {
    font-size: 12px;
    padding-left: 5px;
    background: url(../images/backgrounds/pre.jpg);
    white-space: pre;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #e1e1e1;
    line-height: 22px;
    letter-spacing: .1px;
    word-spacing: 1px;
    margin: 15px 0 15px 0;
    overflow: hidden;
}

code {
    background-color: #f3f3f3;
    padding: 0 5px;
    margin: 10px 0;
    border: 1px dotted #e1e1e1;
    display: inline-block;
    text-shadow: 0 1px 0 #2f0402;
}

sup,
sub {
    font-size: 8px;
    font-size: .8rem;
    line-height: 18px;
    margin: 0;
    padding: 0;
}

sup {
    vertical-align: top;
}

sub {
    vertical-align: bottom;
}

nav {
    padding: 0;
    margin: 0;
}

blockquote {
    padding-left: 20px;
}

/******** contents **********/
body {
    background: var(--color0);
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-size: 16px;
    color: #000;
    position: relative;
}

ul,
p {
    margin-bottom: 20px;
}

p:last-child {
    margin-bottom: 30px;
    margin-bottom: 3rem;
}

a {
    color: inherit;
    font-size: inherit;
    font-family: inherit;
}

a:hover,
a:focus {
    text-decoration: underline;
    color: #000;
}

blockquote {
    border-color: var(--color1);
}

::selection {
    color: var(--color0);
    background-color: rgba(255, 86, 122, .8);
}

::-moz-selection {
    color: var(--color0);
    background-color: rgba(255, 86, 122, .8);
}

h1,
h2,
h3,
h4,
h5,
h6,
.h {
    font-style: normal;
    margin: 0 0 40px;
    font-weight: normal;
    display: block;
    margin-top: 0;
    color: var(--color1);
}

.copyright h3 {
    margin: 0 0 10px
}

.hicon,
h1,
.h1 {
    position: relative;
    color: var(--color1);
    font-size: calc(var(--taille_font) * 3.5);
    line-height: 1;
    margin: 0 0 40px;
    text-align: center;
}

.h1:after {
    content: "";
    position: absolute;
    left: 50%;
    width: 70px;
    height: 2px;
    background: rgba(var(--color3_rgb), 0.5);
    transform: translate(-50%, -50%);
    bottom: -0.5em;
}

.titre-secondaire {
    display: block;
    font-family: var(--font_family_2);
    font-size: calc(var(--taille_font) * 2.5);
}

h2,
.h2 {
    font-size: calc(var(--taille_font) * 2.2);
    margin-bottom: 20px;
}

h3,
.h3 {
    font-size: calc(var(--taille_font) * 2);
}

h4,
.h4 {
    font-size: calc(var(--taille_font) * 1.8);
}

h5,
.h5 {
    font-size: calc(var(--taille_font) * 1.6);
}

h6,
.h6 {
    font-size: calc(var(--taille_font) * 1.4);
}

.bg {
    background-color: var(--color0);
    background-position: 50% 0;
    background-repeat: no-repeat;
    position: relative;
    overflow-x: hidden;
}

.bg01 {
    background-image: url(../images/bg01.jpg);
}

.bg02 {
    background-image: url(../images/bg02.jpg);
}

.bg03 {
    background-image: url(../images/bg03.jpg);
}

.bg04 {
    background-image: url(../images/bg04.jpg);
}

.body-page-1 .bg01,
.body-pageseo .bg01 {
    background-image: url(../images/bg01.jpg);
}

ul li.niveau2,
ol li.niveau2 {
    margin-left: 30px
}

/************* seps *****************/
hr {
    background-color: #787878;
    border: none;
    width: 100%;
    height: 1px;
    margin: 0 auto 0;
    clear: both;
}

/* .sep:after{content:'';background-color:#787878;height:90%;width:1px;position:absolute;right:0;top:0;}
 */
.sep:after {
    content: '...';
    display: block;
    letter-spacing: 3px;
    width: 40px;
    /*vertical-align:super;height:6px;*/
    /* background-image:url(../images/hicon.png);*/
    margin: 0 auto !important;
    float: none;
}

/************** IMAGES *****************/
.vis {
    position: relative;
    margin: 0;
}

.vis01 figcaption {
    position: absolute;
    left: 0;
    top: 0;
    padding: 20px;
    font-size: 21px;
    color: #fc5f00;
    line-height: 1;
}

.vis01 figcaption strong {
    color: #056cbe;
    font-size: 43px;
}

.vis01 {
    float: right;
}

.wrap {
    position: relative;
}

/************** header *****************/
.headerAdress p img {
    vertical-align: sub;
}

/*header{}*/
.header {
    position: relative;
    width: 100%;
    padding: 0 0 0;
}

.header .bx-wrapper .bx-has-pager {
    position: absolute;
    top: 50%;
    right: 2%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.header .bx-pager.bx-default-pager a {
    border: 1px solid var(--color4);
}

.header .bx-pager.bx-default-pager a:hover {
    background-color: var(--color2);
}

.header .bx-pager.bx-default-pager a.active {
    background-color: var(--color3);
}

.btn-descendre {
    position: absolute;
    top: 90%;
    left: 50%;
    display: flex;
    width: var(--btn-size);
    height: var(--btn-size);
    text-decoration: none;
    align-items: center;
    justify-content: center;
    background: rgb(var(--color1_rgb), 0.5);
    transform: translate(-50%, -50%);
    opacity: 0.9;
    background: url(../images/bg-descendre.png) no-repeat center top;
    -webkit-background-size: cover;
    background-size: cover;
    margin-left: calc(var(--btn-size) / -2);
    overflow: hidden;
    text-indent: 300px;
    white-space: nowrap;
    z-index: 10;
}

.btn-descendre:before {
    content: "";
    width: calc(var(--btn-size) / 6);
    height: calc(var(--btn-size) / 6);
    background: var(--color3);
    border-radius: 50%;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .4s ease;
    /* animation: bounce 1.5s infinite ease-in-out; */
    animation: pulse 1.2s infinite ease-in-out;
}

.slogan {
    position: absolute;
    top: 70%;
    left: 0%;
    color: var(--color0);
    padding: 0 4%;
    margin: 0;
    text-align: left;
    transform: translateY(-50%);
    z-index: 100;
}

.body-page-1 .slogan {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.5em;
    top: 50%;
    left: 50%;
    width: 80%;
    margin: auto;
    padding: 0 3%;
    text-align: left;
    transform: translate(-50%, -50%);
}

.slogan h1 {
    position: relative;
    color: var(--color0);
    width: 100%;
    margin: 0;
    text-align: left;
    z-index: 2;
}

.h1.slogan:before,
.slogan h1:before {
    content: "";
    width: 0;
    height: 0;
    background: 0 0;
    position: inherit;
    bottom: inherit;
    left: inherit;
    display: none;
}

.slogan .titre {
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: calc(var(--taille_font) * 6);
    font-family: var(--font_family_1);
    /*text-transform: uppercase;*/
    line-height: 40px
}

.slogan .titre span {
    font-size: calc(var(--taille_font) * 2.5);
}

.slogan .sous-titre {
    display: flex;
    justify-content: center;
    width: 50%;
    text-wrap: balance;
    text-align: center;
    font-size: calc(var(--taille_font) * 2.5);
    font-family: var(--font_family_2);
    line-height: 1.3;
    font-weight: 200;
    /*text-transform: uppercase;*/
}

.body-page-1 .slogan .sous-titre {
    width: 100%;
}

.cta {
    display: none;
    flex-wrap: wrap;
    align-content: space-around;
    align-items: stretch;
    justify-content: flex-start;
    column-gap: 1.1em;
    height: 100%;
    margin: 2em 0;
}

.body-page-1 .cta {
    display: flex;
}

.cta .bouton-principal,
.cta .tel-header {
    display: inline-flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0.2em 2em 0.2em !important;
    font-size: calc(var(--taille_font) * 1.7);
    font-family: var(--font_family_2);
    text-transform: none;
    line-height: 0;
    border: 1px solid rgba(var(--color0_rgb), 0.95);
    border-radius: var(--border-radius);
    background: rgb(var(--color5_rgb), 0.5);
    backdrop-filter: blur(5px);
    overflow: hidden;
}

.cta p.callTracker span {
    text-align: center;
    /* text-transform: uppercase; */
    text-decoration: none;
}

.tete .cta {
	display: flex;
	flex-wrap: wrap;
	align-content: space-around;
	align-items: stretch;
	justify-content: flex-start;
	column-gap: 1.1em;
	height: 100%;
	padding: 0.2em 1rem 0.2em 2.5rem !important;
	font-size: calc(var(--taille_font) * 1.6);
	font-family: var(--font_family_2);
	text-transform: none;
	line-height: 0;
	border: 1px solid rgba(var(--color0_rgb), 0.95);
	border-radius: var(--border-radius);
	background: rgb(var(--color5_rgb), 0.5);
	overflow: hidden;
	min-width: 8em;
	text-align: center;
	margin: 0;
}

.tete .cta span {
    color: var(--color0);
    text-decoration: none;
}

.tete .cta:hover span {
   color: var(--color1); 
}

.fixed .tete .cta {
    background: var(--color1) ;
    border: 1px solid rgba(var(--color2_rgb), 1);
}


.btn-descendre:hover:before {
    opacity: .4;
    top: 60%;
}

.body-page-1 .header,
.body-pageseo .header {
    margin-bottom: 0;
}

/* ----- HEADER / TÊTE ----- */

.tete {
    position: fixed;
    left: 0;
    right: 0;
    display: grid;
    grid-template-columns: 2fr 6fr 2fr;
    align-items: center; /* ajoute un meilleur alignement vertical */
    height: 11vh;
    box-shadow: 1px 1px 50px rgb(var(--color5_rgb), 0.3);
    z-index: 9000;
}

/* État fixé (scroll) */
.fixed .tete {
    background: var(--color0);
    box-shadow: 1px 1px 50px rgb(var(--color5_rgb), 0.1);
}

/* Effet de voile + blur */
.tete:before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        rgba(var(--color5_rgb), 0.5) 0%,
        rgba(var(--color5_rgb), 0.3) 25%,
        rgba(var(--color5_rgb), 0.2) 50%,
        rgba(var(--color5_rgb), 0.1) 75%,
        rgba(var(--color5_rgb), 0.05) 95%,
        rgba(var(--color5_rgb), 0) 100%
    );
    backdrop-filter: blur(8px);
    z-index: 1;
}

.fixed .tete:before {
    display: none;
}

/* ----- Logo ----- */

.tete .logo-site {
    position: relative;
    height: 100%;
    max-width: 100%;
    margin: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tete .logo-site a {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 11vh;
    padding: 0.2em;
    transform: translate(-50%, -50%) scale(0.8);
    transition: transform 0.6s ease, top 0.6s ease, left 0.6s ease;
    z-index: 2;
}

.tete.fixed .logo-site a {
    top: 55%;
    left: 70%;
    transform: translate(-50%, -50%) scale(0.6);
}

.tete .logo-site img {
    max-height: 100%;
    max-width: 100%;
    height: 100%;
    width: auto;
    object-fit: contain;
    display: block;
}

/* Hover */
.tete .logo-site a:hover,
.tete .logo-site a:focus {
    color: var(--color1);
    text-decoration: none;
}


/********** menu ***********/
.navbar {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: none;
    /* border-top: 1px dotted var(--color4); */
    background-color: rgba(var(--color5_rgb), 0);
    background-repeat: repeat-x;
    background-position: 50% 0, 50% 100%;
    z-index: 1;
}


.navbar-nav {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 0;
}

.navbar-nav>li {
    position: relative;
    margin: 0;
}

.navbar-nav>li:before,
.navbar-nav>li:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, var(--color2), var(--color3));
    bottom: 0px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.6s ease-out;
}

.navbar-nav>li:before {
    top: 0px;
    transform-origin: left;
}

.navbar-nav>li:hover:after,
.navbar-nav>li:hover:before {
    transform: scaleX(1);
}

.navbar-nav>li:last-child {
    margin-right: 0;
}

.navbar-nav>li>a {
    position: relative;
    display: block;
    margin: 0 4px;
    margin-bottom: 0;
    padding: 0.7em 1em;
    font-family: var(--font_family_2);
    font-size: calc(var(--taille_font) * 1.9);
    white-space: nowrap;
    color: var(--color0);
    text-decoration: none;
    text-transform: capitalize;
    border-radius: 0;
    text-shadow: 1px 1px 20px rgba(var(--color5_rgb), 1);
    z-index: 2;
}

.fixed .navbar-nav>li>a {
    color: var(--color5);
    text-shadow: 1px 1px 20px rgba(var(--color5_rgb), 0);
}

.navbar-nav>li>a:focus,
.navbar-nav>li>a:focus:hover,
.navbar-nav>li>a:hover {
    background-color: transparent;
}

.navbar-nav>li>a.active,
.navbar-nav>.active>a,
.navbar-nav>.active>a:hover,
.navbar-nav>.active>a:focus,
.navbar-nav>li>a:hover,
.navbar-nav>li>a:focus {
    color: var(--color0);
    opacity: 1;
}


.fixed .navbar-nav>li>a.active,
.fixed .navbar-nav>.active>a,
.fixed .navbar-nav>.active>a:hover,
.fixed .navbar-nav>.active>a:focus,
.fixed .navbar-nav>li>a:hover,
.fixed .navbar-nav>li>a:focus {
    color: var(--color5);
}

/********** effet hover du menu **********/
/* .navbar-nav>li>a:before {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    z-index: -1;
    opacity: 0;
    height: 0;
    width: 0;
    border-radius: 50px;
    background-color: transparent;
    border: 2px solid rgba(196, 51, 80, 1);
    -webkit-animation: borderScale1 1s ease both 1;
    -moz-animation: borderScale1 1s ease both 1;
    -ms-animation: borderScale1 1s ease both 1;
    -o-animation: borderScale1 1s ease both 1;
    animation: borderScale1 1s ease both 1;
}

.navbar-nav>li>a.active:before,
.navbar-nav>.active>a:before,
.navbar-nav>.active>a:hover:before,
.navbar-nav>.active>a:focus:before,
.navbar-nav>li>a:hover:before,
.navbar-nav>li>a:focus:before {
    opacity: 1;
    bottom: 0px;
    -webkit-animation: borderScale .8s ease both 1;
    -moz-animation: borderScale .8s ease both 1;
    -ms-animation: borderScale .8s ease both 1;
    -o-animation: borderScale .8s ease both 1;
    animation: borderScale .8s ease both 1;
} */

.tete .flex-infos {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	z-index: 10;
	transition: width 0.4s ease;
}

.tete .flex-infos .infos {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    gap: 1em;
}

@-webkit-keyframes borderScale {
    0% {
        height: 0%;
        width: 0%;
        background-color: rgba(196, 51, 80, 1);
    }

    20% {
        background-color: rgba(196, 51, 80, 1);
        height: 0%;
        width: 100%;
    }

    100% {
        height: 100%;
        width: 100%;
        background-color: rgba(196, 51, 80, 0);
    }
}

@-webkit-keyframes borderScale1 {
    0% {
        height: 100%;
        width: 100%;
        background-color: rgba(196, 51, 80, 0);
    }

    20% {
        background-color: rgba(196, 51, 80, 0);
        height: 0%;
        width: 100%;
    }

    100% {
        height: 0%;
        width: 0%;
        background-color: rgba(196, 51, 80, 1);
    }
}

@-moz-keyframes borderScale {
    0% {
        height: 0%;
        width: 0%;
        background-color: rgba(196, 51, 80, 1);
    }

    20% {
        background-color: rgba(196, 51, 80, 1);
        height: 0%;
        width: 100%;
    }

    100% {
        height: 100%;
        width: 100%;
        background-color: rgba(196, 51, 80, 0);
    }
}

@-moz-keyframes borderScale1 {
    0% {
        height: 100%;
        width: 100%;
        background-color: rgba(196, 51, 80, 0);
    }

    20% {
        background-color: rgba(196, 51, 80, 0);
        height: 0%;
        width: 100%;
    }

    100% {
        height: 0%;
        width: 0%;
        background-color: rgba(196, 51, 80, 1);
    }
}

@-ms-keyframes borderScale {
    0% {
        height: 0%;
        width: 0%;
        background-color: rgba(196, 51, 80, 1);
    }

    20% {
        background-color: rgba(196, 51, 80, 1);
        height: 0%;
        width: 100%;
    }

    100% {
        height: 100%;
        width: 100%;
        background-color: rgba(196, 51, 80, 0);
    }
}

@-ms-keyframes borderScale1 {
    0% {
        height: 100%;
        width: 100%;
        background-color: rgba(196, 51, 80, 0);
    }

    20% {
        background-color: rgba(196, 51, 80, 0);
        height: 0%;
        width: 100%;
    }

    100% {
        height: 0%;
        width: 0%;
        background-color: rgba(196, 51, 80, 1);
    }
}

@-o-keyframes borderScale {
    0% {
        height: 0%;
        width: 0%;
        background-color: rgba(196, 51, 80, 1);
    }

    20% {
        background-color: rgba(196, 51, 80, 1);
        height: 0%;
        width: 100%;
    }

    100% {
        height: 100%;
        width: 100%;
        background-color: rgba(196, 51, 80, 0);
    }
}

@-o-keyframes borderScale1 {
    0% {
        height: 100%;
        width: 100%;
        background-color: rgba(196, 51, 80, 0);
    }

    20% {
        background-color: rgba(196, 51, 80, 0);
        height: 0%;
        width: 100%;
    }

    100% {
        height: 0%;
        width: 0%;
        background-color: rgba(196, 51, 80, 1);
    }
}

@keyframes borderScale {
    0% {
        height: 0%;
        width: 0%;
        background-color: rgba(196, 51, 80, 1);
    }

    20% {
        background-color: rgba(196, 51, 80, 1);
        height: 0%;
        width: 100%;
    }

    100% {
        height: 100%;
        width: 100%;
        background-color: rgba(196, 51, 80, 0);
    }
}

@keyframes borderScale1 {
    0% {
        height: 100%;
        width: 100%;
        background-color: rgba(196, 51, 80, 0);
    }

    20% {
        background-color: rgba(196, 51, 80, 0);
        height: 0%;
        width: 100%;
    }

    100% {
        height: 0%;
        width: 0%;
        background-color: rgba(196, 51, 80, 1);
    }
}



.headerAdress {
    width: 100%;
}

.headerAdress p {
    font-size: 17px;
    color: var(--color0);
    margin: 8px 0 18px 0;
}



.propor {
    width: 100%;
    position: relative;
    margin-bottom: 10px;
}

.propor:after {
    padding-top: 72%;
    display: block;
    content: '';
}

.propor .propor-cont {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.propor .propor-cont .imagecont {
    height: 100%;
    display: block;
    border: 1px solid #d4d4d4;
    width: 100%;
    /* border-radius: 0 !important; */
    overflow: hidden;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.propor .propor-cont .imagecont .imagefond {
    image-rendering: optimizeQuality;
    display: block;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
}

/* Effet photo */
.propor .propor-cont .imagecont img {
    object-fit: cover;
    -o-object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    flex: 1;
    height: 100%;
}

.propor .propor-cont .imagecont:hover .masque {
    opacity: 1;
    filter: alpha(opacity=100)
}

.propor .propor-cont .imagecont .masque {
    color: #ffd84f;
    font-size: 16px;
    font-size: 1.6rem;
    display: block;
    /* width:100%;height:100%;*/
    text-align: center;
    border: 0 solid;
    background-color: rgba(196, 51, 80, 0.8);
    background-image: url(../images/icon.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    opacity: 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.propor .propor-cont .imagecont:hover .imagefond {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}

/* GALERIE MULTIPLE */
.gallery .description-galerie h2{font-family: var(--font_family_2) !important;}

.gallery .nav {
    margin: 10px 0px;
    padding-right: 10px
}

.gallery .nav li {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px
}

.gallery .nav li a {
    background: #222;
    display: block;
    color: var(--color0);
    padding: 10px 10px;
    text-align: center;
    border-radius: 0;
    text-decoration: none
}

.gallery .nav li a:hover,
.gallery .nav li.active a {
    background: #424445;
    color: var(--color0)
}

.gallery .nav li.active a {
    cursor: default
}

.gallery .tab-content {
    padding-top: 10px;
    padding-bottom: 10px;
}

.gallery .tab-content h2 {
    padding-left: 15px;
    margin-bottom: 20px
}

/********** style **********/
/* .navbar-nav>li>a:before{content:'';position:absolute;top:-10px;left:0;z-index:-1;opacity:0;height:100%;width:100%;border-radius:0;background-color:#d10404;}
.navbar-nav>li>a.active:before,.navbar-nav>.active>a:before,.navbar-nav>.active>a:hover:before,.navbar-nav>.active>a:focus:before,.navbar-nav>li>a:hover:before,.navbar-nav>li>a:focus:before{opacity:1;top:0;}
 */
/********** .navbar:beforestyle **********/
/* .navbar-nav>li>a:after{content:'';position:absolute;bottom:30px;left:50%;margin-left:-15.5px;z-index:-1;opacity:0;width:31px;height:14px;border-radius:0;background-image:url(../images/navbar-navBg.png);background-repeat:no-repeat;background-position:50% 0;}
.navbar-nav>li>a.active:after,.navbar-nav>.active>a:after,.navbar-nav>.active>a:hover:after,.navbar-nav>.active>a:focus:after,.navbar-nav>li>a:hover:after,.navbar-nav>li>a:focus:after{opacity:1;bottom:48px;}
 */
/********* dote entre les rebriques ***********/
/* .navSeparator{width:13px;height:13px;background-image:url(../images/star.png);background-repeat:no-repeat;background-position:50% 50%;}
.navbar-nav>li[class~='menu-item']:last-of-type{display:none;}
.navbar-nav>li:last-child{display:none;}
 */
/******* sub-menu ************/
.navbar-nav ul.sub-menu {
    position: absolute;
    top: 72px;
    left: 50%;
    width: 160%;
    margin-left: -80%;
    background-color: #a20d0d;
    text-align: left;
    z-index: 1;
    padding-top: 12px;
    opacity: 1;
    height: auto;
    padding: 0;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
}

.navbar-nav>li:hover>ul.sub-menu {
    top: 72px;
    opacity: 1;
    animation-delay: 3s;
    height: auto;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
}

.navbar-nav ul.sub-menu:before {
    content: '';
    position: absolute;
    top: -32px;
    left: 50%;
    margin-left: -16px;
    border-style: solid;
    border-width: 16px;
    border-color: transparent transparent #A10B0B transparent;
}

.hasSubMenu>a {
    background-image: url(../images/subMenuArrow.png);
    background-repeat: no-repeat;
    background-position: 100% 28%;
}

.navbar-nav ul.sub-menu>li {
    display: inline-block;
    margin: 0;
    width: 100%;
    list-style: none;
}

.navbar-nav ul.sub-menu>li>a {
    padding: 12px 10px;
    font-size: 13px;
    color: #620909;
    background-color: #a20d0d;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    display: inline-block;
    border-bottom: 1px solid #8d0e0e;
}

.navbar-nav ul.sub-menu>li.active>a,
.navbar-nav ul.sub-menu>li>a:focus,
.navbar-nav ul.sub-menu>li>a:hover {
    color: var(--color0);
    background-color: #870505;
    text-decoration: none;
}

/*ul.sub-menu>li>a:before{content:'';width:7px;height:7px;display:inline-block;margin:0 14px 0 0;background-color:#e84e49;position:relative;top:-2px;}
*/
.sub-menu {
    display: none !important;
}

/************** btns ********************/
.btn {
    position: relative;
    text-align: center;
    border: none;
    display: inline-block;
    border-radius: 50px;
    padding: 14px 30px 10px 30px;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.open .dropdown-toggle.btn {
    outline: thin dotted;
    outline: 0 auto -webkit-focus-ring-color;
    outline-offset: -2px;
    outline: none;
}

.btn-primary {
    font-size: 16px;
    text-transform: uppercase;
    background-color: var(--color1);
    border: 1px solid var(--color1);
    color: var(--color0);
    min-width: 240px;
    /*background-image:url(../images/btnBg.png);background-repeat:no-repeat;background-position:50% 0;background-size:100% 100%;*/
}

.btn-lg {
    padding: 15px 26px;
    font-size: 22px;
    font-size: 2.2rem;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-color: transparent;
    border: 1px solid var(--color1);
    color: var(--color1);
}

.btn-fixed {
    width: 205px;
}

.news .btn-fixed,
.view .btn-fixed {
    width: auto;
    padding: 14px 40px 10px 40px;
    float: right;
}

.btn-link {
    color: #d7aa1b;
    display: inline-block;
}

.btn-link:hover,
.btn-link:focus,
.btn-link:active,
.btn-link.active {
    color: #d7aa1b;
    text-decoration: underline;
}

.form-group .btn-primary {
    background-color: var(--color1);
    border: 1px solid var(--color1);
    color: var(--color0);
}

.voirtous {
    background-color: var(--color1);
    border: 1px solid var(--color1);
    color: var(--color0);
    text-align: center;
    width: 100%;
    padding: 14px 20px 10px 20px;
}

.voirtous:hover,
.voirtous:focus,
.voirtous:active,
.voirtous.active {
    background-color: transparent;
    border: 1px solid #000;
    color: #000;
}

/* .btn-skin-1{background-color:var(--color1);border:1px solid var(--color1);color:#FEFEFE;}
.btn-skin-1:hover, .btn-skin-1:focus, .btn-skin-1:active, .btn-skin-1.active{background-color:transparent;border:1px solid var(--color0);color:#FEFEFE;}
/.btn-skin-2{background-color:var(--color1);border:1px solid var(--color1);color:#FEFEFE;}
.btn-skin-2:hover, .btn-skin-2:focus, .btn-skin-2:active, .btn-skin-2.active{background-color:#323845;border:1px solid #323845;color:var(--color0);}
 */
/********** icons *****************/
.icon {
    padding: 0 0 0 38px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0 50%;
}

.icon01 {
    background-image: url(../images/icon01.png);
}

.icon02 {
    background-image: url(../images/icon02.png);
}

.icon03 {
    background-image: url(../images/icon03.png);
}

.icon04 {
    background-image: url(../images/icon04.png);
}

/*************** VISUELS ***************/
/*************** devis ***************/
.devis {
    padding: 14px 50px;
    float: right;
    margin-top: 20px;
}

/********** tel **************/
.tel {
    display: block;
    float: right;
    padding: 0;
    /*vertical-align:middle;*/
    margin: 0 0 0 0;
    width: auto;
    padding-top: 3px;
    height: auto;
    text-align: right;
}

.tel01 {
    padding-right: 62px;
}

.tel p {
    color: #f2f2f2;
    font-size: 16px;
    margin-bottom: 0;
    line-height: 1;
}

.tel span {
    width: 66px;
    height: 66px;
    text-align: center;
    display: inline-block;
    border-right: 1px solid #4f5563;
    border-left: 1px solid #4f5563;
    padding-top: 25px;
    margin-right: 16px;
}

.tel strong {
    font-weight: 100;
}

.tel a:focus,
.tel a:hover {
    color: var(--color0);
}

.tel p img {
    margin: 0;
}

/************* accroche ****************/
.accroche {
    position: relative;
    padding: 10% 80px;
    text-align: center;
    /* padding:0;*/
    width: 100%;
    /* background-color:rgba(255,255,255,0.8);*/
    /* border:10px solid transparent;*/
    /* height:154px;*/
}

.accroche p {
    color: var(--color0);
    font-size: 27px;
    /* font-size:2.2rem;*/
    margin-bottom: 0;
    /* line-height:40px;*/
}

.accroche strong {
    color: var(--color0);
    font-size: 46px;
    display: block;
    margin: 20px 0;
}

/********* social ***********/
.social {
    position: relative;
    margin: 14px 0 0 0 !important;
    /* padding:0;*/
    /* width:auto;*/
    text-align: center;
    display: block;
    float: left;
}

.social01 {
    position: relative;
    margin: 12px 0 3px 97px !important;
    /* padding:0;*/
    width: auto;
    text-align: center;
    display: inline-block;
    float: none;
}

.social02 {
    margin: 9px 0 0 0 !important;
    float: right;
}

.social p,
.social p a {
    font-size: 13px;
    color: #b1b1b1;
    margin-bottom: 0;
    padding-top: 4px;
}

.social .block {
    display: inline-block;
    float: none;
    margin-left: 0;
}

.addthis_toolbox {
    margin: 0 !important;
    float: left;
    text-align: center;
    width: 100%;
}

.addthis_toolbox a {
    overflow: hidden;
    display: inline-block;
    height: 50px !important;
    width: 50px !important;
    line-height: 32px !important;
    margin: 0 3px !important;
    border-radius: 0;
    /* float:right!important;*/
}

.social02 .addthis_toolbox a {
    width: 33px !important;
    margin: 0 3px 0 20px !important;
}

.addthis_toolbox a svg {
    display: none;
}

.addthis_toolbox.addthis_32x32_style span {
    line-height: 32px;
    background: none !important;
}

.social01 .block>.addthis_toolbox>a.addthis_button_facebook {
    background: transparent url(../images/f.png)no-repeat 50% 50%;
}

.social01 .block>.addthis_toolbox>a.addthis_button_twitter {
    background: transparent url(../images/t.png)no-repeat 50% 50%;
}

.social01 .block>.addthis_toolbox>a.addthis_button_google_plusone_share {
    background: transparent url(../images/g.png)no-repeat 50% 50%;
}

.social01 .block>.addthis_toolbox>a.addthis_button_facebook:hover {
    background: transparent url(../images/f_h.png)no-repeat 50% 50%;
    /*opacity:.6;*/
}

.social01 .block>.addthis_toolbox>a.addthis_button_twitter:hover {
    background: transparent url(../images/t_h.png)no-repeat 50% 50%;
    /*opacity:.6;*/
}

.social01 .block>.addthis_toolbox>a.addthis_button_google_plusone_share:hover {
    background: transparent url(../images/g_h.png)no-repeat 50% 50%;
    /*opacity:.6;*/
}

.social02 .block>.addthis_toolbox>a.addthis_button_facebook {
    background: transparent url(../images/f2.png)no-repeat 50% 50%;
}

.social02 .block>.addthis_toolbox>a.addthis_button_twitter {
    background: transparent url(../images/t2.png)no-repeat 50% 50%;
}

.social02 .block>.addthis_toolbox>a.addthis_button_google_plusone_share {
    background: transparent url(../images/g2.png)no-repeat 50% 50%;
}

.social02 .block>.addthis_toolbox>a.addthis_button_facebook:hover {
    background: transparent url(../images/f2_h.png)no-repeat 50% 50%;
    /*opacity:.6;*/
}

.social02 .block>.addthis_toolbox>a.addthis_button_twitter:hover {
    background: transparent url(../images/t2_h.png)no-repeat 50% 50%;
    /*opacity:.6;*/
}

.social02 .block>.addthis_toolbox>a.addthis_button_google_plusone_share:hover {
    background: transparent url(../images/g2_h.png)no-repeat 50% 50%;
    /*opacity:.6;*/
}

/*************** banners *************/
.video-accueil {
    position: fixed;
    top: 0;
    left: 50%;
    width: 110%;
    width: 110vw;
    height: 100vh;
    margin-left: -60%;
    margin-left: -60vw
}

.video-accueil video {
    position: relative;
    width: auto;
    min-width: 110vw;
    min-height: 110%;
    top: -50px;
    z-index: 0;
}

.banner {
    width: 100%;
    height: 100%;
    position: relative;
    background-position: 50% 0;
    background-repeat: no-repeat;
    overflow: hidden;
    margin: 0 auto;
}

.banner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 65%;
}

.banner01 {
    background-image: url(../images/banner01.jpg);
}

.banner02 {
    background-image: url(../images/banner02.jpg);
}

.banner03 {
    background-image: url(../images/banner03.jpg);
}

.figure {
    width: 100%;
    margin-bottom: 40px;
}

.figure figcaption {
    color: #4f4f4f;
    margin-top: 8px;
}

.figure.fullwidth img {
    width: 100%;
    height: auto;
}

/**********************************************************************/
/***************** slider ***********************/
.banniere {
    position: relative;
    padding: 0 0 0;
    width: 100%;
    height: 40vh;
    background-repeat: no-repeat;
    background-position: 50% 0;
    margin: 0 auto 0;
    z-index: 0;
}

.body-page-1 .banniere {
    height: 100vh;
}


.banniere .video {
    height: 100vh;
}


.bxslider {
    position: relative;
}

div#bxControls {
    height: 67px;
    position: absolute;
    width: 22%;
    left: 0;
    bottom: -67px;
}

.slide {
    position: relative;
}

.slide img {
    position: relative;
}

.slide a {
    display: inline-block;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    border: 3px solid transparent;
}

.slide a img {
    opacity: 0;
    width: 100%;
    /* height:250px;*/
}

.slide a:focus,
.slide a:hover {
    border: 3px solid var(--color0);
}

.slide a:focus .img_thumbnail_item_mask,
.slide a:hover .img_thumbnail_item_mask {
    opacity: 1;
}

/* .body-page-1 .nosRealisations .bx-controls-direction a{display:none;}
 */
/************ main **************/
.main_bg {
    position: relative;
    padding-top: 0;
    background: var(--color0);
    /* background-image:url(../images/mainBg.png);background-repeat:no-repeat;background-position:50% 0;*/
    z-index: 1;
}

.secondary_bg {
    background: var(--color0);
    /* background-image:url(../images/mainBg.png);background-repeat:no-repeat;background-position:50% 0;*/
    z-index: 1;
}



#main {
    padding-top: 0;
}

.body-pageseo .section,
.body-page-1 .section {
    min-height: 290px;
    margin-bottom: 70px !important;
    margin-top: 50px !important;
}

.section {
    min-height: 290px;
    margin-bottom: 50px !important;
    margin-top: 50px !important;
}

.flex-seoContain {
    position: relative;
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.flex-seoContain .seo-content {
    width: 47%;
    padding-top: 1em;
    text-align: justify;
}

.flex-seoContain .seo-content h1,
.flex-seoContain .seo-form h2.h1 {
    text-align: left;
}

.flex-seoContain .seo-content h1:before,
.flex-seoContain .seo-form h2.h1:before {
    left: 0;
    margin-left: 0;
}

.flex-seoContain .seo-form {
    width: 51%;
    padding: 1em 2% 1em;
    background: #ffdadca1;
}

.img-seo img {
    border-radius: var(--border-radius);
    width: 240px;
    height: auto;
}

/*.section,.darkBg{padding-top:15px;padding-bottom:15px;background-color:var(--color0);}
*/
/*.darkBg01{border-bottom:2px solid #ffc600;background-color:#16191b;}
.darkBg02{background-color:#121416;padding:35px 15px 20px;}
.darkBg03{background-color:#FEC500;padding:10px 0;}
.body-page-1 .section,.body-pageseo .section{padding-top:80px;}
*/
/*.gallery{min-height:initial;}
*/
/************ footer ***************/
#footer {
    position: relative;
    z-index: 100;
}

.pied {
    position: relative;
    z-index: 100;
    background: var(--color0);
}


.pied .bande1 {
    padding: 5.0rem 7vw;
    background: var(--color2);
}

.pied .bande2 {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 0;
    background: var(--color2);
}

.info-rgpd {
    position: relative;
    display: inline-block;
    font-size: 1.2rem !important;
    border-top: 0.1rem solid #d0c9c9;
    padding-top: 1.8rem
}

.bande-form {
    position: relative;
    display: block;
    padding: 4.0rem 0;
    background: var(--color0);
}

.bande-form .container {
    background: var(--color1);
    border-radius: var(--border-radius);
    padding: 3em 0;
}
.bande-form .container .h1{
    color: var(--color0);
}

.bande-form .contact .formulaire .form-group .form-control {
    background: var(--color0);
}

.pied .bande1 .titreFooter {
    color: var(--color0);
    text-transform: none;
    padding: 0 0 2.0rem;
    font-family: var(--font_family_3);
    margin-top: 2.0rem;
    margin-bottom: 1.0rem;
    font-weight: 500;
    line-height: 1.1;
    position: relative;
    text-align: left
}

.pied .bande1 .titreFooter::before {
    content: "";
    width: 7.1rem;
    height: 0.2rem;
    background: var(--color3);
    position: absolute;
    bottom: 0;
    left: 0
}

.pied .navf .menu_footer {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.3em;
    color: var(--color0);
    padding: 1.5rem 0;
    margin: 0;
    list-style: none;
}

.pied .navf .menu_footer>li {
    display: list-item;
    position: relative;
    background: none;
    padding: 0;
}

.pied .navf .menu_footer li a,
.pied .navf .menu_footer li a:visited {
    padding: 0;
    color: inherit;
    text-decoration: none;
    font-family: var(--font_family_3);
    transition: font-weight 0.1s ease;
}

.pied .navf .menu_footer li a:hover,
.pied .navf .menu_footer li.active>a {
    color: var(--color0);
    font-weight: 600;
}

.pied .navf .menu_footer li.active>a:hover {
    cursor: default;
}

.pied .navf .menu_footer .menu-item-external>a i.theSub {
    margin-left: 0.4em;
    font-size: 0.8em;
    transition: transform 0.3s ease;
}

.pied .navf .menu_footer .menu-item-external.has-sub-menu-opened>a i.theSub {
    transform: rotate(90deg);
}

.pied .navf .menu_footer .sub-menu {
    display: none;
    position: relative;
    margin: 0;
    padding: 0.2em 0 0 1em;
    list-style: url(../images/ico-puce.svg);
    list-style-position: outside;
    text-align: left;
}

.pied .navf .menu_footer .sub-menu li {
    display: list-item;
    margin: 0.3em 0;
    background: none;
    padding: 0;
}

.pied .navf .menu_footer .sub-menu li a {
    color: var(--color0);
    font-size: calc(var(--taille_font) * 0.95);
    text-decoration: none;
    transition: color 0.3s ease, opacity 0.3s ease;
    opacity: 0.9;
}

.pied .navf .menu_footer .sub-menu li a:hover {
    color: var(--color1);
    opacity: 1;
}

.pied .menu_referencement {
    color: var(--color0);
    list-style-image: none;
    list-style-type: none;
    margin: 0;
    text-align: left;
    PADDING: 0;
}

.pied .menu_referencement li {
    display: inline;
    padding: 0;
    background: 0 0
}

.pied .menu_referencement li:after {
    content: " - "
}

.pied .menu_referencement li:last-child:after {
    content: ""
}

.pied .menu_referencement li a,
.pied .menu_referencement li a:visited {
    color: inherit;
    text-decoration: none
}

.pied .menu_referencement li a:hover,
.pied .menu_referencement li.active a:hover {
    color: var(--color1)
}

.pied .menu_referencement li.active a:hover {
    cursor: default;
    text-decoration: none
}

.pied address {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 1.5rem 0 0;
    color: var(--color0);
}

.pied address p {
    background-repeat: no-repeat;
    margin: 0;
    background-position: 0 0.5rem;
    padding: 0 0 0.2rem 3.0rem
}

.contact .coordonnees address p.adresse,
.pied address p.adresse {
    background-image: url(../images/ico-adresse-f.svg);
    background-size: 1.3rem auto
}

.contact .coordonnees address p.tel.tel1,
.pied address p.tel.tel1 {
    background-image: url(../images/ico-tel-f.svg);
    background-size: 1.6rem auto;
    text-align: left;
}

.pied .tel span {
    min-width: auto;
    padding: 0;
    text-wrap: nowrap;
    border: none;
}

.contact .coordonnees address p.tel.tel2,
.pied address p.tel.tel2 {
    background-image: url(../images/ico-tel2-f.svg);
    background-size: 1.0rem auto
}

.pied address p.tel a {
    color: inherit;
    text-decoration: none
}

.pied address p a {
    text-decoration: none;
    color: inherit
}

.pied address p a:hover {
    text-decoration: underline
}

.pied .scrollbars {
    margin: 1.5rem 0 0;
    height: 26rem;
}

.contact .horaires,
.pied .horaires {
    margin: 0;
}

.pied .horaires {
    color: var(--color0) !important;
    padding: 0 !important;
}

.horaire-mention {display: none !important;}

.pied .copyright-footer {
    text-align: center
}

#logoFD svg * {
    fill: var(--color0);
}

#logoFD svg {
    width: 20.0rem
}

.pied .btn-like {
    padding: 2.0rem 0 0
}

.pied .btn-partage {
    text-align: right;
    padding: 1.0rem 0 0
}

.scrollbars {
    width: 100%;
    height: 28vh
}

.scrollbar-path-horizontal,
.scrollbar-path-vertical {
    position: absolute;
    background-color: var(--color4);
    z-index: 100
}

.scrollbar-path-horizontal {
    bottom: 0.5rem;
    left: 0;
    width: 100%;
    height: 0.5rem
}

.scrollbar-path-vertical {
    right: 0.5rem;
    top: 0;
    height: 100%;
    width: 0.5rem;
    box-shadow: inset 0.1rem 0 1 rgba(var(--color2), .1)
}

.scrollbar-path-horizontal {
    box-shadow: inset 0 0.1rem 1 rgba(var(--color2), .1)
}

.scrollbar-handle {
    position: relative;
    top: 0;
    left: 0;
    background-color: var(--color1)
}

.scrollbar-path-vertical .scrollbar-handle {
    height: 20%;
    width: 100%
}

.scrollbar-path-horizontal .scrollbar-handle {
    width: 20%;
    height: 100%
}

.scrollbar-handle,
.scrollbar-path-horizontal,
.scrollbar-path-vertical {
    border-radius: 0.5rem
}

.scrollbar-content {
    padding: 0 3.0rem 0 0;
    float: none !important
}



/* .footer {
    position: relative;
    height: auto;
    padding: 0;
    margin: 0 0 0 0;
} */

/* .footer1_bg {
    position: relative;
    padding: 30px 0 15px;
    background-image:url(../images/footerPattern.png);
    background-repeat: repeat;
    background-position: 50% 0;
    z-index: -1;
}

.footer2_bg {
    background-color: var(--color1);
    padding: 6px 0 6px;
    margin-bottom: 0;
    z-index: 2;
} */

.hsep {
    background: url(../images/hsep.jpg)repeat-x 50% 50%;
    position: relative;
    margin-top: -31px;
    height: 2px;
    width: 100%;
    margin-bottom: 28px;
}

/******************************/
/*#footer .h{color:#03589d;font-size:20px;letter-spacing:0;text-transform:none;margin:8px 0 25px;text-transform:uppercase;padding:0;font-weight:100;}
*/
.titreAbdelhamid {
    position: relative;
    font-size: 18px;
    color: #f4f7f9;
    text-transform: uppercase;
    margin: 0 0 20px 0;
    padding: 0;
}

.titreAbdelhamid span {
    color: var(--color0);
}

/************* menu footer ************/
.menu_footer_bg {
    background-color: transparent;
    padding: 0;
}

.menu_footer {
    display: table;
    text-align: center;
    /* display:block;*/
    padding: 20px 0;
    margin: 0;
    line-height: normal;
    width: 100%;
    /* border-bottom:1px solid #181d28;*/
}

.menu_footer>li {
    position: relative;
    display: inline-block;
    margin: 5px 0;
    color: var(--color0);
    text-align: left;
    line-height: 1.1;
    border-right: 0px solid #956121;
    list-style: none;
}

.menu_footer>li:before {
    color: var(--color0);
    content: '';
    float: left;
    margin: 0 4px;
}

/*.menu_footer> li a:before{content:' - ';width:7px;height:7px;display:inline-block;margin:0 14px 0 0;background-color:#e84e49;position:relative;top:-2px;}
*/
.menu_footer>li:first-child:before {
    display: none;
}

.menu_footer li a {
    font-size: calc(var(--taille_font));
    color: var(--color0);
    line-height: normal;
    text-decoration: none;
    font-weight: 100;
    padding: 0px 2px 0 2px;
}

.menu_footer li.active a,
.menu_footer li a:hover,
.menu_footer li a:focus {
    color: var(--color0);
    text-decoration: underline;
}

.menu_footer li:last-child a,
.menu_footer li:last-child {
    border-right: none;
}

/************* menu ref ************/
.menu_ref_bg {
    min-height: 150px;
}

.menu_referencement {
    text-align: justify;
    margin-bottom: 20px;
    min-height: initial;
    width: 100%;
    padding: 0;
    height: auto;
    line-height: 1px;
}

.menu_referencement li {
    line-height: 1.3;
    display: inline;
    list-style-position: inside;
}

.menu_referencement li:before {
    font-size: 18px;
    content: ' - ';
    color: #959595;
    margin: 0;
}

.menu_referencement li:first-child:before {
    display: none;
}

.menu_referencement li a {
    letter-spacing: normal;
    text-decoration: none;
    text-transform: none;
    color: #959595;
    font-size: 14px;
    font-weight: 100;
}

.menu_referencement li.active a,
.menu_referencement li a:hover,
.menu_referencement li a:focus {
    text-decoration: underline;
    color: var(--color1);
}

/************* signature ****************/
.signature {
    width: 100%;
    margin: 10px 0 7px;
    padding: 0;
    float: none;
    display: inline-block;
}

.signature_link {
    margin: 0;
    display: block;
    color: var(--color1);
    font-size: 12px;
    text-align: center;
    line-height: 10px;
    text-decoration: none;
    font-style: italic;
    z-index: 3;
}

.signature_link:hover {
    color: var(--color1);
    text-decoration: underline;
}

.signature_link img {
    width: auto;
    height: auto;
    margin: 0 auto;
    display: block;
}

.copyright-footer {
    margin-bottom: 0
}

#logoFD svg * {
    fill: var(--color0);
}

#logoFD svg {
    width: 220px;
}

/*************** CONTACT *************/
.contact .formulaire .form-group label.col-md-4 {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.contact .formulaire .form-group div.col-md-8 {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.contact .formulaire .form-group .col-md-4 {
    display: none
}

.contact .formulaire .form-group .col-md-8 {
    width: 100% !important
}

.form-group .label-rgpd strong,
.info-rgpd a,
.info-rgpd a:visited,
.info-rgpd strong {
    color: var(--color1)
}

.contact .formulaire .control-label {
    text-align: left !important;
    font-weight: 400
}

.contact .formulaire .form-group {
    margin-bottom: 8px;
    padding: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important
}

.contact .formulaire .form-group .form-control {
    background: #ffffff9e;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    width: 100% !important;
    font-size: inherit;
    color: var(--color2);
    border-radius: var(--border-radius)
}

.form-control:focus {
    color: #000;
    background: var(--color0)
}

.contact .formulaire .form-group textarea.form-control {
    height: 109px;
    position: static
}

.contact .formulaire .form-group input.form-control {
    height: 50px;
    line-height: 1;
    line-height: 50px\9;
    padding: 0 12px
}

.contact .formulaire .form-group .form-control:active,
.contact .formulaire .form-group .form-control:focus {
    border: 1px solid var(--color2)
}

.contact .formulaire .form-group select.form-control {
    height: 50px;
    line-height: 50px;
    padding: 5px 12px
}

@media screen and (-webkit-min-device-pixel-ratio:0),
screen and (-moz-images-in-menus:0) {
    .form-horizontal select.form-control {
        -webkit-appearance: none !important;
        -moz-appearance: none !important;
        appearance: none;
        background-image: url(../images/image-select.svg) !important;
        background-repeat: no-repeat !important;
        background-position: right 15px center !important;
        line-height: normal !important;
        background-size: 22px auto !important
    }

    .form-horizontal select.form-control option {
        color: inherit
    }
}

.contact .formulaire .form-group input[name=captcha] {
    width: 31% !important;
    height: 50px !important;
    display: inline-block;
    float: none !important;
    margin-right: 2% !important;
    vertical-align: top
}

.contact .formulaire .form-group input[name=captcha]+a {
    width: 35%;
    display: inline-block;
    margin-right: 2%;
    vertical-align: top
}

.contact .formulaire .form-group #captcha {
    width: 100%;
    height: 50px !important;
    border-radius: 0;
    padding: 0
}

.contact .formulaire .form-group input.btn-primary {
    display: inline-block;
    position: relative;
    float: right;
    padding-right: 70px
}

.contact .formulaire .form-actions {
    font-size: 12px
}

.contact a.btn.btn-default {
    float: right
}

.body-error404 a.btn.btn-default,
.contact .formulaire input.btn-primary,
.contact a.btn.btn-default {
	padding: 0.4em 2em 0.4em 2em;
	color: var(--color0);
	font-family: var(--font_family_2);
	font-size: calc(var(--taille_font) * 1.6);
	text-align: center;
	text-transform: none;
	background-color: var(--color1);
	border-radius: var(--border-radius);
	border: 1px solid rgba(var(--color0_rgb), 1);
	text-decoration: none;
	transition: all .4s ease;
	background-image: url(../images/ico-envoyer.svg);
	background-size: 24px auto;
	background-position: right 20% center;
	background-repeat: no-repeat;
	transition: color 0.1s ease, border 0.4s ease, background-image 0.4s ease;
}

.modal-body .contact .formulaire input.btn-primary,
.modal-body .contact a.btn.btn-default {
	border: 1px solid rgba(var(--color1_rgb), 1);
}

.contact .formulaire input.btn-primary:hover {
    color: var(--color1);
    background: var(--color0);
    border: 1px solid rgba(var(--color0_rgb), 1);
    background-image: url(../images/ico-envoyer-bis.svg);
    background-size: 24px auto;
    background-position: right 20% center;
    background-repeat: no-repeat;
}

.modal-content .contact .formulaire input.btn-primary,
.modal-content .contact .formulaire input.btn-primary:hover {
    padding: 0.3em 4em 0.3em 2em;
    background-position: right 10% center;
}

/****** SELECT ********/
select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    text-indent: 1px;
    text-overflow: '';
    background-image: url(../images/select_arr.png) !important;
    background-repeat: no-repeat;
    background-position: 100% 50%;
}

/****** LABEL ********/
label {
    font-size: 13px;
    color: #313131;
    font-weight: 100;
    /* display:none;*/
    padding-top: 0;
    margin: 0;
}

.contact label,
.body-contact label {
    display: none;
}

@media (min-width:768px) {
    .form-horizontal .control-label {
        text-align: left;
    }
}

/***** TEXTAREA ****/
textarea.form-control {
    resize: vertical;
    height: 110px !important;
}

.pageseo textarea.form-control {
    resize: vertical;
}

/***** SUBMIT ****/
/* .form-group .btn-primary {
    float: left;
    width: 31%;
    width: 100%;
    line-height: 0;
    font-weight: normal !important;
} */

.form-group .btn-primary:hover,
.form-group .btn-primary:active,
.form-group .btn-primary:focus {
    outline: none;
}

.form-group .btn-primary:active {
    color: #000;
}

/***** FORM UTILES ****/
/* do not group these rules */
::-webkit-input-placeholder {
    color: var(--color5) !important;
    opacity: 0.7 !important;
}

::-moz-placeholder {
    color: var(--color5) !important;
    opacity: 0.7 !important;
}

::-ms-input-placeholder {
    color: var(--color5) !important;
    opacity: 0.7 !important;
}

.form-control:focus,
.form-control:active {
    background-color: var(--color0);
    border: 1px solid var(--color1) !important;
    color: #333;
    padding: 4px 10px;
    -webkit-box-shadow: 0 0 0 rgba(100, 100, 100, 1);
    -moz-box-shadow: 0 0 0 rgba(100, 100, 100, 1);
    -ms-box-shadow: 0 0 0 rgba(100, 100, 100, 1);
    -o-box-shadow: 0 0 0 rgba(100, 100, 100, 1);
    box-shadow: 0 0 0 rgba(100, 100, 100, 1);
    outline: none;
}

.required {
    color: #ff0000;
    font-size: 14px;
}

.form-actions {
    color: #ff0000;
    font-size: 13px;
    font-style: italic;
}

legend {
    font-size: 21px;
    font-size: 2.1rem;
    color: #4f4f4f;
}

input[name="captcha"] {
    width: 32.33% !important;
    /*width:45.33%!important;*/
    margin-right: 2% !important;
    float: left;
    margin-bottom: 8px;
}

input[name="captcha"]+a {
    width: 32.33%;
    margin-right: 2%;
    background-color: var(--color0);
    /*display:inline-block;*/
    float: left;
    text-align: center;
    border: 1px solid #bebebe;
    margin-bottom: 0;
    border-radius: 0;
}

input[name="captcha"]+a+a {
    display: none;
}

img#captcha {
    width: auto;
    height: 100% !important;
    display: inline-block;
    background-color: transparent;
    box-shadow: none;
    border: none;
}

.form-group .btn-primary,
input[name="captcha"],
input[name="captcha"]+a,
.form-group .btn-primary,
.form-control {
    min-height: 50px !important;
}

/******** address **********/
.address span {
    text-align: center;
}

.address {
    position: relative;
    /* top:0;*/
    /* left:0;*/
    height: auto;
    width: 100%;
    /*padding:30px 30px;*/
    /* margin-bottom:20px;*/
    /*background-color:#2c2c2c;*/
    /*background-image:url(../images/addressBg.jpg);*/
    background-repeat: no-repeat;
    background-position: 50% 0;
    /* border:0px solid #383838;*/
    border-bottom: none;
    border-radius: 0;
    float: left;
    text-align: center;
    margin: 3em 0 0;
}

.address .h {
    font-size: 19px;
    color: #2176b4;
    margin: 0 0 30px;
}

/*.address p span{}*/
.address p {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0;
    color: #120b23;
}

.address strong {
    color: #120b23;
    font-weight: 100;
    display: block;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    font-size: 20px;
}

.address strong:after {
    content: '';
    display: block;
    width: 60px;
    height: 1px;
    margin: 10px auto;
    background-color: #120b23;
}

.address p {
    margin-bottom: 40px;
    display: block;
}

.address p img {
    margin: 0 8px 0 0;
    vertical-align: middle;
}

.contact .h {
    /* font-variant:small-caps;*/
    color: var(--color1);
    font-size: 23px;
    font-weight: 100;
}

/* footer address */
.footer_address {
    position: relative;
    margin-bottom: 0;
}

.footer_address p,
.footer_address a {
    font-size: 14px;
    font-size: 1.4rem;
    color: #9f9f9f;
    font-weight: bold;
    letter-spacing: 0;
}

.footer_address p {
    padding-top: 13px;
}

/*h2.qr2{font-size:21px;margin-bottom:16px;color:#7d542e;}
*/
/**************************************/
.body-gallery .main_bg .section {
    min-height: 290px;
    margin-bottom: 50px !important;
    margin-top: 50px !important;
}

.body-gallery .main_bg {
    overflow-x: hidden;
}

.body-gallery .main_bg .blockCenter {
    width: 100%;
    padding: 0;
    margin-top: 40px;
    margin-bottom: 40px;
    display: block;
    float: left;
    position: relative;
}

/**********************************************************************/
/******** nav pills **********/
.nav-pills {
    margin-bottom: 40px;
    text-align: center;
}

/*.nav-pills>li{width:100%}
*/
.nav-pills li {
    float: none;
    margin: 0 20px;
    position: relative;
    display: inline-block;
}

.nav-pills>li+li {
    margin: 0 20px;
}

/*static*/
.nav-pills>li>a {
    display: block;
    background-color: transparent;
    float: left;
    width: 100%;
    /* line-height:38px;*/
    white-space: nowrap;
    text-align: center;
    color: var(--color1);
    padding: 10px 60px;
    border: 1px solid var(--color1);
    font-size: 21px;
    position: relative;
    text-decoration: none;
    z-index: 3;
    margin-bottom: 14px !important;
    border-radius: 20px;
    font-weight: 100;
}

/*active*/
.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus,
.nav-pills>li>a:hover,
.nav-pills>li>a:focus {
    color: var(--color0);
    background-color: var(--color1);
    border: 1px solid var(--color1);
    text-decoration: none;
}

/* isotop */
.tab-content>.tab-pane {
    display: block;
}

/********** gallery ***********/
.img-thumbnail {
    line-height: 1.42857143;
    background-color: transparent;
    margin: 0 0 0;
    border: 0 solid var(--color0);
    border-radius: 0;
    overflow: hidden;
    max-width: 100%;
    width: 100%;
    /* height:240px;*/
    display: block;
    position: relative;
    opacity: 1;
    z-index: 1;
    background-image: url(../images/img-thumbnail_bg.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    padding: 0;
}

.img-thumbnail a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url('../images/bx_loader.svg');
}

.img-thumbnail:hover {
    border: 0 solid #d4e4ed;
}

.img_thumbnail_item {
    border: 0 solid #000 !important;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    /* background-image:url('../images/bx-loader.gif');*/
}

.img_thumbnail_item img {
    opacity: 0;
    width: 100%;
    height: 100%;
}

/*.img-thumbnail:hover .img_thumbnail_item{-webkit-transform:scale(1.2) rotate(5deg);-moz-transform:scale(1.2) rotate(5deg);-ms-transform:scale(1.2) rotate(5deg);-o-transform:scale(1.2) rotate(5deg);transform:scale(1.2) rotate(5deg);-webkit-transition:all 3s ease;-moz-transition:all 3s ease;-ms-transition:all 3s ease;-o-transition:all 3s ease;transition:all 3s ease;}*/
.img_thumbnail_item_mask {
    color: #ffd84f;
    font-size: 16px;
    font-size: 1.6rem;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    border: 0 solid;
    background-color: rgba(196, 51, 80, 0.8);
    background-image: url(../images/icon.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
}

/*.img_thumbnail_item_mask:after{content:'+';color:#ffd84f;bottom:0;position:absolute;right:6px;font-size:20px;}
*/
.img-thumbnail:hover .img_thumbnail_item_mask {
    opacity: 1;
    border: 0px solid;
}

.img_thumbnail_multiple,
.img_thumbnail_multiple a {
    height: 400px;
}

.img_thumbnail_figcaption {
    background-color: transparent;
    /* width:100%;margin:auto;padding:7px 4px;*/
    /* background:green;*/
    /*color:#808080;font-size:15px;white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;text-align:center;position:absolute;bottom:0;border-bottom:1px solid #dedede;*/
}

.gallery ul.tab-content li {
    list-style: none;
}

/**********************************************************************/
/********************* map ****************************/
.map {
    position: relative;
    margin-top: 0;
    width: 100%;
    z-index: 0;
    /* height:382px;*/
    border-radius: 6px;
    /* overflow:hidden;*/
    margin-bottom: 0;
}

/*.map:before{content:'';position:absolute;width:100%;height:43px;left:0;bottom:-43px;background-image:url(../images/mapShadow.png);background-repeat:no-repeat;background-position:50% 0;}
*/
.map iframe {
    width: 100% !important;
    height: 370px !important;
    border-radius: 0;
    /* background:transparent!important;*/
    text-align: center;
    float: left;
    margin-bottom: 0;
    border: 0 solid var(--color0);
    /* z-index:-1;*/
    /* display:none;*/
}

a.btn.btn-primary.maplink {
    position: relative;
    right: 0;
    bottom: 0;
    margin-top: 0;
    margin-left: 0;
    z-index: 3;
    float: right;
    margin: 10px 0;
    width: 20%;
}

/*.maplink{float:right;margin-top:0;width:100%;}
*/
/********************* PARTAGE ****************************/
.partage {
    width: 100%;
    margin: 25px 0 0;
    z-index: 3;
    position: relative;
    float: none;
    padding: 0;
    text-align: left;
    display: inline-block;
    vertical-align: text-bottom;
}

/******** ENCARTS **/
.encartBg {
    /* background-image:url(../images/encartPattern.jpg);*/
    background-repeat: repeat;
    background-position: 0 0;
    padding: 30px 0 60px;
    background-color: #e6e8ec;
}

.encart {
    width: 100%;
    margin-bottom: 60px;
    position: relative;
    display: block;
    text-align: center;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: auto auto;
}

.encart p {
    font-size: 17px;
    color: #f4f7f9;
    display: inline-block;
    line-height: 1;
}

.encart img {
    margin-bottom: 20px;
    opacity: 0;
    width: auto;
}

.encart:focus:after,
.encart:hover:after,
.encart:focus,
.encart:hover {
    text-decoration: none;
    color: var(--color0);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}

.encart01 {
    background-image: url(../images/encart01.png);
}

.encart02 {
    background-image: url(../images/encart02.png);
}

.encart03 {
    background-image: url(../images/encart03.png);
}

.encart04 {
    background-image: url(../images/encart04.png);
}

.encart01:hover {
    background-image: url(../images/encart01_h.png);
}

.encart02:hover {
    background-image: url(../images/encart02_h.png);
}

.encart03:hover {
    background-image: url(../images/encart03_h.png);
}

.encart04:hover {
    background-image: url(../images/encart04_h.png);
}

/***********/
.encadrage {
    position: relative;
    background-color: var(--color0);
}

/*.encadrage:before{content:'';position:absolute;width:692px;height:43px;left:0;bottom:-43px;background-image:url(../images/shadow3.png);background-repeat:no-repeat;background-position:50% 0;}
*/
.nopaddRight {
    padding-right: 0;
}

.nopaddLeft {
    padding-left: 0;
}

/**************************/
.activites {
    background-color: #4ba8f9;
    height: 343px;
}

.activites .h {
    font-size: 34px;
    color: var(--color0);
    background-color: #036abf;
    padding: 30px 0;
    margin-bottom: 70px;
}

.activites .h span {
    color: #d17aef;
}

.activites p {
    font-size: 30px;
    color: var(--color0);
}

/**************************/
.opening {
    height: 115px;
    line-height: 138px;
    padding: 0;
    display: block;
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

.opening p {
    color: var(--color0);
    font-size: 18px;
    display: inline-block;
    line-height: normal;
    margin-bottom: 0;
}

.opening .img {
    float: left;
    margin-right: 30px;
    height: 100%;
    width: 110px;
    background-color: #121416;
    background-image: url(../images/horairesImg.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.opening .img img {
    opacity: 0;
    width: 100%;
    margin: 0;
}

/********************/
.partenaires {
    padding: 30px 0;
    margin-bottom: 0;
    background-color: #323845;
}

.partenaires .h {
    margin: 20px 0 50px;
}

.partenaires .list-inline {
    /*background-color:var(--color0);*/
    position: relative;
    display: table;
    width: 100%;
    margin-bottom: 40px;
}

.partenaires .list-inline:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 43px;
    left: 0;
    bottom: -43px;
    background-image: url(../images/shadow2.png);
    background-repeat: no-repeat;
    background-position: 50% 0;
}

.partenaires .list-inline li {
    display: table-cell;
    text-align: center;
}

/*.partenaires .list-inline li img{width:100%;max-width:100%;}*/
.partenaires .bx-controls {
    position: relative;
    width: 150px;
    float: right;
    height: 68px;
    margin-top: 14px;
}

.partenaires .bx-controls-direction a {
    top: 0%;
    width: 67px;
    height: 67px;
    border: none;
    box-shadow: none;
}

.partenaires .bx-controls-direction a.bx-prev {
    left: 0;
}

.partenaires .bx-controls-direction a.bx-next {
    right: 0;
}

.partenaires .slide span {
    font-size: 20px;
    color: #e6e6e6;
}

.partenaires .slide:hover span {
    color: #ffc600;
}

/***************************************************/

.encartBg .h {
    font-size: 26px;
    text-align: left;
}

.encartBg .h span {
    color: #323845;
}

.encartBg p {
    font-size: 18px;
    color: #848d93;
}

.encartBg3 {
    padding: 80px 0 0 20px;
    text-align: center;
    height: 415px;
}

.zone01 ul {
    padding-left: 21px;
    margin: 0 0 20px 0;
}

.zone01 ul li {
    color: var(--color1);
    font-size: 18px;
    list-style-type: square;
    line-height: 1.5;
    padding-left: 20px;
}

/*/
*/
.zone02 {
    text-align: center;
}

/*/
*/
.zone03 div {
    padding: 20px;
    position: relative;
    background-color: var(--color1);
}

.zone03 ul {
    padding: 0 0 0 0;
}

.zone03 ul li {
    list-style: none;
    color: #f4f7f9;
    font-size: 20px;
}

.zone03 div img {
    position: absolute;
    right: -20px;
    bottom: 0;
}

/*******/
.nosValeursBg {
    padding: 55px 110px 25px;
    text-align: center;
    position: relative;
}

.nosValeursBg:before {
    content: '';
    position: absolute;
    background-image: url(../images/nosValeursShadow.png);
    background-repeat: no-repeat;
    background-position: 50% 0;
    bottom: 0;
    right: 85px;
    width: 380px;
    height: 173px;
}

.nosValeurs {
    background-image: url(../images/nosValeurs.jpg);
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: 100% 100%;
    height: 290px;
}

.nosValeurs .h {
    font-size: 34px;
    color: var(--color0);
    padding: 40px 0 30px;
    margin-bottom: 38px;
}

.nosValeurs .h span {
    color: var(--color0);
}

.nosValeurs ul {
    text-align: left;
    line-height: 1.6;
    padding-left: 90px;
}

.nosValeurs li {
    font-size: 18px;
    color: var(--color0);
}

.nosValeurs li span {
    color: #08408b;
}

.candidatureBg {
    padding: 60px 0;
    background-image: url(../images/candidatureBg.jpg);
    background-repeat: no-repeat;
    background-position: 50% 0;
    height: 187px;
    text-align: center;
}

.cv {
    padding: 10px 30px;
    -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, .4);
    -moz-box-shadow: 3px 3px 6px rgba(0, 0, 0, .4);
    -ms-box-shadow: 3px 3px 6px rgba(0, 0, 0, .4);
    -o-box-shadow: 3px 3px 6px rgba(0, 0, 0, .4);
    box-shadow: 3px 3px 6px rgba(0, 0, 0, .4);
}

.cv img {
    margin: 0 10px 0 0;
}

/*.address.encadrage:before{background-image:url(../images/addressEncadrage.png);width:100%;padding:30px 30px 4px;}
*/
/*************************************/
.InfoResa {
    text-align: center;
    width: 100%;
}

.InfoResa li a {
    width: 220px;
}

.leading {
    text-align: center;
    color: var(--color0);
    font-size: 23px;
    margin-bottom: 70px !important;
}

/*******************************/

.bloc-fluid {
    position: relative;
    margin: 0 auto;
    padding: 4em 0;
    z-index: 100;
}

.body-page-1 .main_bg {
    padding: 4em 0;
}

.body-page-1 .page {
    display: grid;
    grid-template-columns: 3fr 2fr;
    gap: 1em;
}

.body-page-1 .page .h1 {
    grid-column: -1 / 1;
}

.body-page-1 .page .cell-contenu {
    display: flex;
    flex-direction: column;
    gap: 1em;

}

.body-page-1 .page .contenu {
    height: 50vh;
    padding: 1em;
    overflow-y: auto;
    overflow-x: hidden;
}

.body-page-1 .page .contenu::-webkit-scrollbar {
    width: 2px;
}

.body-page-1 .page .contenu::-webkit-scrollbar-track {
    background: color-mix(in srgb, var(--color0) 99%, black);
    border-radius: 1px;
}

.body-page-1 .page .contenu::-webkit-scrollbar-thumb {
    background: var(--color3);
    border-radius: 1px;
}

.body-page-1 .page .contenu {
    scrollbar-width: thin;
    scrollbar-color: var(--color3) color-mix(in srgb, var(--color0) 99%, black);
}

.body-page-1 .page .contenu h2{font-family: var(--font_family_2) !important;}


.body-page-1 .page .cell-photo {
    position: relative;
    width: 100%;
    height: 100%;
}

.body-page-1 .page .cell-photo::before {
    content: "";
    position: absolute;
    bottom: -45%;
    right: -55%;
    width: 50%;
    height: 50%;
    background-image: url("../images/orchidee.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    filter: brightness(0) saturate(100%) invert(62%) sepia(52%) saturate(300%) hue-rotate(320deg);
    transform: translate(-50%, -50%) rotate(125deg);
    z-index: 60;
}

.body-page-1 .page .cell-photo {
    position: relative;
}

.body-page-1 .page .cell-photo .bx-wrapper {
    position: absolute;
    top: 40%;
    width: 100%;
    transform: translateY(-50%);
}

.body-page-1 .page .cell-photo .bx-viewport {
    overflow: visible !important;
}

.body-page-1 .page .cell-photo img {
    left: 0;
    width: 100%;
    height: auto;
    object-fit: cover;
    box-shadow: 1px 1px 10px rgba(var(--color5_rgb), 0.5);
    border-radius: var(--border-radius);
    z-index: 50;
}

/*******************************/
.ReservationBg {
    position: relative;
    padding: 4em 0;
    background: var(--color4);
}

.ReservationBg-grid {
    display: grid;
    grid-template-columns: 3fr 1fr;
    gap: 1em;
}

.ReservationBg .h {
    text-transform: none;
    text-align: left;
    color: var(--color1);
    font-size: calc(var(--taille_font) * 3.5);
    margin-bottom: 1em;
}

.ReservationText {
    position: relative;
}

/*.ReservationText:before{content:'';width:200%;height:140%;background-color:#f4f4f4;display:block;position:absolute;top:0;right:0;z-index:-1;}*/
.ReservationText {
    text-align: left;
    width: 100%;
}

.ReservationText .h {
    color: var(--color3);
    font-family: var(--font_family_2) !important;
    font-size: calc(var(--taille_font) * 2.5);
}

.ReservationText ul {
    padding: 0 1em;
}
.ReservationText ul li{
    list-style: disc;
    line-height: 1.8;
    color: var(--color5);
}

.ReservationText p {
    text-align: left;
    width: 100%;
    padding: 0;
    color: var(--color5);
    margin-bottom: 1em;
}

#index .ReservationText p {
    font-size: 17px;
}

/*.carteSeeMore{padding:25px 30px;}*/
.body-contact-100 .ReservationBg {
    position: relative;
    padding: 0 0 0;
}

.theReservationText {
    position: relative;
    width: auto;
    height: auto;
    z-index: 0;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-right: 20px;
}

.theReservationText:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 200%;
    height: 100%;
    background-color: #f4f4f4;
    z-index: -1;
}

.ReservationBg .theReservationText .h {
    text-align: center;
    font-size: 24px;
    color: var(--color1);
    border: none;
    text-transform: uppercase;
    line-height: 1.5;
}

.theReservationText p {
    color: #3b3b3b;
    font-size: 14px;
}

.theReservationText ol {
    padding-left: 10px;
    color: #3b3b3b;
    font-size: 14px;
    margin-left: 10px;
}

.theReservationText ol li {
    position: relative;
}

.body-contact-100 .section {
    margin-bottom: 0 !important;
}

/**************************/

.prestation {
    display: block;
    width: 100%;
    position: relative;
    z-index: 8000;
    background: var(--color0);
    padding: 4.5rem 0
}

.prestation-contain {
    display: flex;
    margin: 0 auto;
    width: 100%;
    padding: 0 10%;
}

@media (min-width: 768) {

    .contact-contain,
    .prestation-contain {
        width: 76.8rem
    }
}

@media (min-width: 992px) {
    .prestation-contain {
        /* width:99.2rem; */
    }
}

@media (min-width: 1200px) {
    .prestation-contain {
        /* width: 100%; */
        /* padding: 0 13%; */
    }
}

.prestation:nth-child(even) {
    direction: rtl;
    background: var(--color0)
}

.prestation .cell.photo {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    aspect-ratio: 16/9;
    background-position: center 20%;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: var(--border-radius);
}

.prestation .cell.photo:hover {
    opacity: .95;
    filter: alpha(opacity=95)
}

.prestation .cell.texte {
    display: table-cell;
    vertical-align: top;
    width: 50%
}

.prestation:last-child .cell.texte {
    border-bottom: none
}

.prestation:nth-child(even) .cell.texte .contenu {
    padding: 5.0rem 5% 5.0rem 0;
}

.prestation .cell.texte .contenu {
    padding: 5.0rem 0 5.0rem 5%;
    text-align: left;
    direction: ltr
}

.prestation .cell.texte .contenu h2.h1,
.prestation .cell.texte .contenu h2.h1 .titre-secondaire {
    font-size: calc(var(--taille_font) * 3);
    text-align: left
}

.prestation .cell.texte .contenu h2.h1 .titre-secondaire {
    color: var(--color2);
    font-size: calc(var(--taille_font) * 2.4);
}

.prestation .cell.texte .contenu .h1:before,
.prestation .cell.texte .contenu h1:before {
    left: 0;
    margin-left: 0
}

.prestation .cell.texte .contenu p {
    margin: 0 0 5.0rem
}

.prestation .cell.texte .contenu ul {
    padding: 0;
    margin: 0
}

.prestation .cell.texte .contenu ul li {
    padding: 0.5rem 0 0.5rem 2.0rem;
    background: url(../images/ico-puce.svg) no-repeat 0 0.9rem;
    background-size: 0.7rem auto
}

.prestation .cell.texte .contenu ul li .bouton-principal {
    display: block
}

/* nos Services/* ****************************** */
/* .isServiceList .content {
    padding: 0;
    width: 100%;
}

.nosServicesBg {
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
    background-color: var(--color4);
    color: var(--color0);
}

.nosServicesBg .h {
    color: var(--color0);
    text-align: left;
}

.nosServicesBg .hicon:after {
    background-color: transparent;
    margin: 0 !important;
}

.nosServicesBg .content {
    padding: 40px 0;
    float: left;
    background-color: transparent;
}

.linkList {
    padding: 0;
    margin: 10px 0 0 0;
    list-style: none;
    float: left;
}

.linkList li {
    display: block;
    width: 100%;
    float: left;
}

.linkList li a {
    font-size: 18px;
    color: var(--color1);
    padding: 10px 15px 10px 50px;
    background-image: url(../images/r_arr_h.png);
    background-color: var(--color0);
    background-repeat: no-repeat;
    background-position: 15px 50%;
    display: inline-block;
    margin: 0 0 19px 0;
    border: 1px solid var(--color0);
    min-width: 90%;
    text-align: left;
}

.linkList li a:hover {
    background-image: url(../images/r_arr.png);
    color: var(--color0);
    border: 1px solid var(--color0);
    background-color: var(--color1);
    text-decoration: none;
}

.body-service-list .fluid-contenu .container {
    width: 100%;
    max-width: 100%;
} */

/*******************************/
.NosCartesBg {
    background-image: url(../images/NosCartesBg.jpg);
    background-repeat: repeat;
    background-position: 50% 0;
}

.NosCartes {
    width: 100%;
    height: 328px;
    margin-bottom: 15px;
    text-align: center;
}

.NosCartes01 {
    background-image: url(../images/visNotreCarte.jpg);
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: contain;
}

.NosCartes01 img {
    opacity: 0;
}

.NosCartes02 {
    padding: 35px 20px 0;
    border: 1px solid #b4b4b4;
}

.NosCartes02 .h {
    font-size: 24px;
    color: #242424;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.NosCartes02 .h small {
    font-size: 15px;
    color: #242424;
    text-transform: uppercase;
    font-style: italic;
}

.NosCartesBg .background-white {
    padding: 15px 0;
}

.NosCartesLink {
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 15px 10px;
    font-size: 20px;
    background-color: #bd1116;
    border: 1px solid #bd1116;
    color: var(--color0);
    line-height: 1.1;
}

.NosCartesLink:focus,
.NosCartesLink:hover {
    background-color: var(--color0);
    border: 1px solid #bd1116;
    color: #bd1116;
    text-decoration: none;
}

.NosCartes02 ul {
    padding: 0;
}

.NosCartes02 ul li {
    list-style: none;
    font-size: 16px;
    text-transform: uppercase;
    color: #4a4a4a;
    margin-bottom: 22px;
    line-height: 1.2;
}

.NosCartes02 ul li small {
    font-size: 80%;
    text-transform: none;
    display: inline-block;
    line-height: normal;
}

.NosCartes02 ul li span {
    display: inline-block;
    margin-bottom: 5px;
}

/**** carte mobile ******/
.carte.section .group-mobile .group {
    width: 100%;
    margin-bottom: 0px;
}

.carte.section .group-mobile .group .titreetdescription {
    padding: 10px;
    background-color: rgb(196, 51, 80);
    color: var(--color0) !important;
}

.carte.section .group-mobile .group .titreetdescription * {
    color: var(--color0) !important;
}

.carte.section .group-mobile .group .group-title {
    text-align: center;
}

.carte.section .group-mobile .group .blazy {
    width: 100%;
    overflow: hidden;
}

.carte.section .group-mobile .group .blazy a {
    position: relative;
    max-height: 130px;
}

.carte.section .group-mobile .group .prices {
    display: block;
    width: 100%;
}

.carte.section .group-mobile .group .prices {
    display: block;
    width: 100%;
    text-align: center;
}

.carte.section .group-mobile .group .prices li {
    display: inline-block;
    margin-bottom: 0;
}

.carte.section .group-mobile ul {
    padding: 0;
    margin: 0 0 20px 0;
    float: left;
    width: 100%;
}

.carte.section .group-mobile .group-title {
    width: 100%;
}

.carte.section .group-mobile .group .item {
    margin-bottom: 0;
    text-align: center;
    padding: 0;
    border-radius: 5px;
    overflow: hidden;
}

.carte.section .group-mobile .group+hr {
    width: 70%;
    background-color: rgba(155, 89, 182, 0.36);
    margin: 0px auto 20px;
}

.carte.section .group-mobile .group .item .price {
    width: auto;
    padding: 15px 5px;
}

.carte.section .group-mobile .group .item .item-description,
.carte.section .group-mobile .group .item small {
    text-align: center;
}

.carte.section .group-mobile .group .price:after {
    background-color: #9b59b6;
}

/****************************************/

.intervention {
    position: relative;
}

.intervention_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1em;
    width: 80%;
    margin: auto;
}

.intervention .plan {
    position: relative;
    min-height: 60vh;
    height: auto;
}

.intervention .plan iframe {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    min-height: 40vh;
    border: 0;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: var(--border-radius);
    box-shadow: 1px 1px 10px var(--color5);
    z-index: 10;
}

.intervention .contenu {
    position: relative;
    top: 5%;
    left: -15%;
    width: 100%;
    height: 100%;
    z-index: 10;
}


.intervention .contenu .h1 span {
    color: var(--color2);
    font-size: calc(var(--taille_font) * 2);
    margin-bottom: 10px;
}

.intervention .contenu .description {
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 75%;
    padding: 1em 2em;
    background: var(--color4);
    border-radius: var(--border-radius);
}

.intervention .contenu .description p{
    text-align: left;
    margin-bottom: 8px;
}


.intervention .contenu::before {
    content: "";
    position: absolute;
    top: 5%;
    left: 13%;
    width: 95%;
    height: 75%;
    border-radius: var(--border-radius);
    border-top: 1px solid var(--color1);
    border-right: 1px solid var(--color1);
    border-bottom: 1px solid var(--color1);
    z-index: -1;
}

@media (max-width: 980px) {
    .intervention_grid {
        grid-template-columns: 1fr;
    }

    .intervention .contenu {
        top: 0;
        left: 0;
        grid-row: 1;
    }

    .intervention .contenu:before {
        display: none;
    }

    .intervention .contenu .description {
        height: 100%;
    }
}



.NosPlanDAccesBg {
    height: auto;
    /* padding:0;*/
}

/* .NosPlanDAccesBg .container{width:100%!important;}*/
.NosPlanDAcces {
    position: relative;
    text-align: center;
    padding: 0 0;
    width: 100%
}

.plan-d-acces {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.NosPlanDAcces01:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.NosPlanDAcces01 {
    float: left;
}

.NosPlanDAcces02 {
    float: right;
}

.NosPlanDAcces02 {
    padding: 50px 0;
}

.NosPlanDAcces01 {
    position: relative;
}

.NosPlanDAcces01 iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    border: none;
    left: 0;
    margin-left: 0;
    z-index: 9;
}

.NosPlanDAcces02 p {
    font-size: 19px;
    color: #000;
}

.NosPlanDAcces02 p:nth-of-type(2) {
    font-size: 22px;
    color: #4a4a4a;
}

.NosPlanDAcces02 p:nth-of-type(3) {
    font-size: 27px;
    color: #000000;
}

.NosPlanDAcces02 .h {
    font-size: 19px;
    color: var(--color1);
    margin-bottom: 30px;
}

.NosPlanDAcces02 p strong {
    font-weight: 900;
}

/********************************/
.nosRealisations {
    background-image: url(../images/nosRealisations.jpg);
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-color: var(--color1);
    text-align: center;
    overflow: hidden;
    z-index: 0;
}

.nosRealisations .container:before {
    content: '';
    position: absolute;
    width: 88%;
    left: 50%;
    margin-left: -44%;
    height: 100%;
    z-index: -1;
    border: 2px solid var(--color0);
    display: block;
}

.nosRealisations .h {
    font-size: 24px;
    color: var(--color0);
    margin: 40px 0 40px;
}

/*.nosRealisations .bx-viewport{overflow:visible!important;}*/
.nosRealisations .bx-viewport {
    margin-bottom: 30px;
}

.nosRealisations .leading {
    margin-bottom: 40px !important;
}

.nosRealisations a.seeMore {
    display: inline-block;
    padding: 12px 60px 8px 60px;
    position: relative;
    bottom: 0;
    margin-bottom: 30px;
    border: 2px solid var(--color0);
    color: var(--color0);
}

.nosRealisations a.seeMore:hover {
    border: 2px solid var(--color0);
    background-color: var(--color0);
    color: var(--color1);
}

.nosRealisations .bx-controls-direction a {
    width: 15px;
    height: 25px;
    background-color: transparent;
    opacity: 1;
}

.nosRealisations .bx-controls-direction a.bx-next {
    background-image: url(../images/next.png);
    right: 0;
}

.nosRealisations .bx-controls-direction a.bx-prev {
    background-image: url(../images/prev.png);
    left: 0;
}

.nosRealisations .bx-controls-direction a.bx-next:hover,
.nosRealisations .bx-controls-direction a.bx-prev:hover {
    opacity: .6;
}

.nosRealisations .bx-controls-direction {
    width: 34px;
    float: right;
    right: 73px;
    position: relative;
}

.nosRealisations ul {
    padding: 0;
    list-style: none;
    margin-bottom: 30px;
    float: left;
    width: 100%;
}

/**************************/
.datePickerZone {
    padding: 20px 20px;
}

.datepicker-inline {
    width: 100%;
}

.beforeFooter {
    position: relative;
    padding: 20px 0 0;
    background-color: var(--color0);
    text-align: center;
    background-image: url(../images/beforeFooter.jpg);
    background-repeat: no-repeat;
    background-position: 50% 0;
}

.beforeFooter .h {
    font-size: 29px;
    color: var(--color1);
    margin-bottom: 10px;
    margin-top: 30px;
}

.beforeFooter p {
    font-size: 18px;
    color: var(--color1);
    margin-bottom: 50px;
}

.beforeFooter ul {
    text-align: left;
    padding-left: 20px;
}

.beforeFooter ul li {
    list-style-image: url(../images/puce.png);
    font-size: 20px;
    color: #222224;
    line-height: 40px;
}

.beforeFooter .storeLinks {
    padding: 15px;
    display: inline-block;
}

.storeLinksBg {
    margin: 20px 0;
}

.beforeFooterImg02 {
    float: right;
}

.qrCode {
    position: relative;
    top: -20px;
}

/***************************/
.modal-content label.checkbox.label-rgpd span.text-warning {
    position: absolute;
    bottom: -20px;
}

.modal {
    z-index: 9999;
    font-size: 16px;
    color: #000;
}

.modal-backdrop {
    z-index: 0;
}

.modal-content {
    border-radius: 0px;
    padding: 30px;
    background: var(--bg-facultatif);
}

.modal-content .h {
    text-align: center;
    margin-bottom: 100px;
    font-size: calc(var(--taille_font) * 2.5);
    color: var(--color1);
    margin: 0 0 30px 0;
    text-transform: none;
}

.modal-content .h span {
    display: block;
    font-size: calc(var(--taille_font) * 2);
}

.modal-content .form-control {
    height: 50px;
    line-height: 1;
    line-height: 48px \9;
    padding: 0 0 0 12px;
    box-shadow: none;
    border-radius: 0;
    border: 1px solid #C8C8C8;
    background-color: var(--color0);
    font-size: 15px;
    line-height: normal;
}

#modal-evenement .modal-content select.form-control {
    background-image: url('../images/modalSelect.png') !important;
}

.modal-content .form-group:after {
    clear: both;
    display: table;
    content: " ";
}

.modal-content input[name="captcha"]+a,
.modal-content .form-control {
    height: 50px !important;
}

.modal-content input[name="captcha"] {
    width: 100% !important;
    margin-right: 2%;
}

.modal-content input[name="captcha"]+a {
    width: 100% !important;
    text-align: center;
}

.modal-content input[name="captcha"]+a img {
    width: auto !important;
    height: 100% !important;
    margin: 0 auto;
}

/* .modal-content select,.modal-content input{height:48px;line-height:1;line-height:48px \9;padding:0px 12px;box-shadow:none;border-radius:0;border:1px solid #C8C8C8;font-size:15px;}
*/
.modal-content textarea.form-control {
    padding: 20px 10px;
    box-shadow: none;
    border-radius: 0;
    border: 1px solid #C8C8C8;
}

.modal-content input[type=number] {
    padding-right: 0px;
}

.modal-content label {
    padding-left: 0px;
    font-size: 15px;
    padding-top: 13px;
    font-weight: normal;
    margin-top: 0;
    color: #000;
}

.modal-content .btn-default {
    padding: 14px 140px 10px 140px;
    background: var(--color0);
    border: 1px solid #000;
    text-transform: uppercase;
    color: #000;
    border-radius: 0px;
    font-size: 14px;
    text-decoration: none;
    transition: all 400ms ease;
}

.modal-content .btn-default:hover {
    color: var(--color0);
    background: #000;
}

.modal-content .description {
    margin: 20px 0 0 0;
    font-size: 14px;
}

.modal-content .obligatoire {
    font-size: 9px;
    padding: 10px 0 0 0;
    margin-bottom: 20px;
    font-style: italic;
    color: #ff0000;
}

.modal-content .form-group {
    margin-bottom: 20px;
}

.modal-content textarea.form-control {
    resize: vertical;
    height: 150px !important;
}

.actuAndNewsletterBg {
    padding: 50px 0 40px;
    background-color: #ededed;
}

.modal-header {
    padding: 0;
    border-bottom: 0px solid #e5e5e5;
    min-height: 16.42857143px;
}

.modal-header .btn {
    margin-top: 0;
    background-color: transparent;
    font-size: 25px;
    color: #6d6d6d;
    padding: 0;
    top: -6px;
    float: right;
    margin-right: 10px;
}

.modal-header .btn i.fa.fa-times {
    font-style: normal;
    float: right;
    font-size: 14px;
}

.modal-header .btn:focus,
.modal-header .btn:hover {
    color: #FF597C;
}

.parallax {
    position: relative;
}

.parallax .banner img {
    position: relative;
}


#lol {
    position: relative;
}

#modal-calendar .modal-header,
#modal-evenement .modal-header {
    margin-bottom: 40px;
    border-bottom: 1px solid #FF597C;
}

#modal-calendar .datePickerZone {
    padding: 0 0 30px 0;
}

#modal-calendar .modal-footer {
    border-top: 0;
    text-align: center;
}

/****************/
.body-contact-100+#modal-evenement .modal-header .btn-prev,
.body-page-1+#modal-evenement .modal-header .btn-prev {
    display: none;
}

/****************/
.spContainer {
    width: 100%;
    height: 668px;
    position: relative;
}

.sp {
    width: 100%;
    height: 668px;
    top: 0;
    left: 0;
    position: absolute;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}

.sp01 {
    background-image: url('../images/sp01.png');
    z-index: 2;
}

.sp02 {
    background-image: url('../images/sp02.png');
    z-index: 1;
}

.sp03 {
    background-image: url('../images/sp03.png');
    z-index: 0;
}

.help-block {
    font-size: 1.2rem;
}

.help-block {
    color: #a94442;
}

/**/
.costumRadio {
    padding-top: 13px;
    padding-bottom: 10px;
    height: 50px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: initial;
}

.form-horizontal .radio-inline {
    margin-top: 3px;
}

.menu_referencement h2 {
    text-transform: uppercase;
    margin-bottom: 8px;
    font-size: 15px;
}

.contact {
    margin-top: 20px;
}

/*************************/

.hvr-shutter-out-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background-color: var(--color1);
    border: 1px solid rgba(var(--color1_rgb), 0);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-shutter-out-horizontal:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--color0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-shutter-out-horizontal:hover,
.hvr-shutter-out-horizontal:focus,
.hvr-shutter-out-horizontal:active {
    color: var(--color1);
    border: 1px solid rgba(var(--color1_rgb), 0.5);
}

.hvr-shutter-out-horizontal:hover:before,
.hvr-shutter-out-horizontal:focus:before,
.hvr-shutter-out-horizontal:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

a.bouton-principal,
button.bouton-principal {
	text-align: left;
	font-family: var(--font_family_2);
	color: var(--color0);
	text-decoration: none;
	padding: 0.3em 2em;
	font-size: calc(var(--taille_font) * 1.6);
	border: 1px solid rgba(var(--color1_rgb), 0);
	border-radius: var(--border-radius);
	overflow: hidden;
}
.glyphicon {
    font-size: calc(var(--taille_font) * 1);
}
.row.ligne-photos.retrait.centerservice2 {
    margin: 0 16% !important;
}

.row.ligne-photos.retrait.centerservice {
    margin: 0 33% !important;
}

.body-service-list .services .tableGrid.row {
    overflow-x: hidden;
}

.body-service-list .services .tableGrid.row:nth-of-type(odd) {
    direction: rtl;
}

.body-service-list .services .tableGrid.row:nth-of-type(even) {
    direction: ltr;
    background-color: var(--color0);
}

.body-service-list .services .tableGrid.row:nth-of-type(odd) [class*=col-] {
    direction: ltr;
    background-color: var(--color1);
    color: var(--color0);
}

.body-service-list .services .tableGrid.row .h {
    text-align: center;
}

.body-service-list .services .tableGrid.row:nth-of-type(odd) .h {
    color: var(--color0);
}

.body-service-list .services .tableGrid.row:nth-of-type(odd) .service_sub_title {
    font-size: 22px;
    color: var(--color0);
    padding: 0 0 5px;
}

.body-service-list .services .tableGrid.row .bodyContent {
    text-align: center;
    padding: 5vw 5vw;
}

/*.body-service-list .services .tableGrid.row .bodyContent .content{}*/
.isServiceList #main {
    width: 100%;
}

.btn-service {
    text-align: center;
    margin: 10px 0;
}

.bodyContent p {
    margin-bottom: 30px
}

.body-service-list .main_bg {
    /* padding-left:0;*/
    /* padding-right:0;*/
    padding-bottom: 0;
    padding-bottom: 80px;
    min-height: 600px;
    z-index: 1;
    position: relative;
}

.body-service-list .bodyContent .h {
    text-align: initial;
    margin: 0 0 20px;
}

.service_sub_title {
    font-size: 22px;
    color: #a7a7a7;
    padding: 12px 0 5px;
}

.nosServicesBg ul {
    padding: 0;
}

.nosServicesBg .mainSectionSlider .show,
.nosServicesBg .mainSectionSlider .blazy,
.services .mainSectionSlider .show,
.services .mainSectionSlider .blazy {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
}

.nosServicesBg .bx-wrapper {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.nosServicesBg .bx-viewport {
    position: absolute !important;
    height: 100% !important;
    width: 100% !important;
    top: 0 !important;
    left: 0 !important;
}

.nosServicesBg .mainSectionSlider {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.services .bx-wrapper {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.services .bx-viewport {
    position: absolute !important;
    height: 100% !important;
    width: 100% !important;
    top: 0 !important;
    left: 0 !important;
}

.services .mainSectionSlider {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    padding: 0;
    list-style: none;
}

.nosServicesBg .bx-viewport li,
.services .bx-viewport li {
    height: 100%;
    list-style: none;
}

.services .bx-pager,
.mainSectionSliderBg .bx-pager {
    z-index: 99;
}


/************************************************************/

.atouts-mobile {
    width: 100%;
}

.atouts-mobile:before {
    /* content: ''; */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(190deg, rgba(var(--color2_rgb), .4) 30%, rgba(var(--color2_rgb), .9) 95%); */
    backdrop-filter: blur(7px);
    z-index: 0;
}

.atouts-mobile .titre-secondaire {
    color: var(--color0);
}

.atouts-mobile .swiper.mySwiperAtouts {
    position: relative;
    width: 90%;
    margin: auto;
    overflow: hidden;
}

.atouts-mobile .atouts-cont {
    position: relative;
    display: block;
    padding: 2em 7% 4em;
}

.atouts-mobile .swiper-wrapper {
    height: 30vh;
}

.atouts-mobile .swiper-slide {
    display: flex;
    align-items: stretch;
}

.atouts-mobile .atout {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1em;
    background: rgb(var(--color3_rgb), 0.9);
    border: 1px solid rgb(var(--color2_rgb), 0.1);
    border-radius: 2em 0 2em 0;
}

.atouts-mobile .picto {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    background: transparent;
}

.atouts-mobile .picto svg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40%;
    height: auto;
    object-fit: contain;
    fill: rgb(var(--color0_rgb), 0.7);
    transform: translate(-50%, -50%);
}

.atouts-mobile p.legend {
    color: var(--color0);
    font-family: var(--font_family_2);
    font-size: calc(var(--taille_font) * 1.5);
    margin: 0;
    text-wrap: balance;
    text-align: center;
}

.atouts-mobile .btn-mySwiperAtouts {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    height: 2.5em;
    transform: translate(-50%, -50%);
    z-index: 8001;
}

.atouts-mobile .swiper-button-prev,
.atouts-mobile .swiper-button-next {
    position: absolute;
    top: 0%;
    width: 2.5em;
    height: auto;
    aspect-ratio: 1 / 1;
    font-size: calc(var(--taille_font) * 1.3);
    background-image: none;
    filter: contrast(1) brightness(1);
    opacity: 1;
    background: var(--color1);
    border-radius: 10px 0 10px 0;
    border: 4px solid var(--color0);
    transform: translateY(-50%);
}

.atouts-mobile .swiper-button-prev {
    left: 1%;
}

.atouts-mobile .swiper-button-next {
    right: 1%;
}

.atouts-mobile .swiper-button-disabled {
    opacity: 0 !important;
}

.atouts-mobile .swiper-button-next i,
.atouts-mobile .swiper-button-prev i {
    position: relative;
    top: 50%;
    color: var(--color0);
    transform: translate(-50%, -50%);
}

.atouts-mobile .swiper-button-prev i {
    left: 47%;
}

.atouts-mobile .swiper-button-next i {
    left: 53%;
}

.atouts-mobile .swiper-button-next:hover,
.swiper-button-prev:hover {
    opacity: 1
}


/********************************************************/

.atouts-desktop {
    width: 100%;
    background: var(--color0);
}

.atouts-desktop .h1 {
    margin: 0;
}

.atouts-desktop .titre-secondaire {
    position: absolute;
    top: 50%;
    left: 50%;
    color: var(--color1);
    transform: translate(-50%, -50%) translateZ(0) !important;
}
.atouts-desktop .content {
    position: absolute;
    top: calc(50% + 3em);
    left: 50%;
    width: 25%;
    color: var(--color5);
    transform: translate(-50%, -50%) translateZ(0) !important;
}



.atouts-desktop .atouts-grid {
    position: relative;
    width: 80%;
    aspect-ratio: 3 / 2;
    margin: -3em auto 0;
    padding: 0 2em;
    overflow: hidden;
    box-sizing: border-box;
}

.atouts-desktop .atouts-grid .atout {
    position: absolute;
    top: 40%;
    left: 35%;
    display: flex;
    min-width: 225px;
    align-items: center;
    gap: 0.8rem;
    padding: 1em 0.5em 1em 1em;
    background: rgb(var(--color3_rgb), 0.9);
    box-shadow: 0 8px 20px rgb(var(--color5_rgb), .06);
    border: 1px solid rgb(var(--color0_rgb), 0.1);
    border-radius: var(--border-radius);
    transform-origin: center center;
    transition: transform .25s ease, box-shadow .25s ease, top .25s ease, left .25s ease;
    z-index: 2;
}

.atouts-desktop .atout {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.atouts-desktop .atouts-grid .atout:hover {
    transform: translateY(-8px) scale(1.03);
    box-shadow: 0 24px 48px rgb(var(--color5_rgb), 0.12);
    z-index: 6;
}

.atouts-desktop .picto {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4em;
    height: 100%;
    aspect-ratio: 16 / 9;
    background: transparent;
}

.atouts-desktop .picto svg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    object-fit: contain;
    fill: rgb(var(--color0_rgb), 0.7);
    transform: translate(-50%, -50%);
    z-index: 7;
}

.atouts-desktop .legend {
    color: var(--color0);
    font-family: var(--font_family_2);
    font-size: calc(var(--taille_font) * 1.7);
    margin: 0;
    text-wrap: balance;
    text-align: center;
}

@media (max-width: 1260px) {
    .atouts-desktop .h1 {
        position: relative;
        top: 0;
        left: 0;
    }

    /* .atouts-desktop .legend {
        display: none;
    } */
    .atouts-desktop .picto {
        display: none;
    }
}

@media (max-width: 1200px) {

}

/************************************************************/

.services-home {
    position: relative;
    width: 100%;
    padding: 5em 10%;
    background: var(--color4);
}

.liste-services {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 3em 0 1em;
    border-radius: var(--border-radius);
    -ms-border-radius: 0;
    -o-border-radius: 0;
    /* background: var(--color0); */
    z-index: 11;
    overflow: hidden;
}

.services-home .container {
    position: relative;
    width: 100%;
}

.img-service {
    position: relative;
    display: block;
    height: 50vh;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: var(--border-radius);
    transition: all .2s linear 0;
    -webkit-transition: all .2s linear 0;
    -khtml-transition: all .2s linear 0;
    -o-transition: all .2s linear 0;
    transition: all .3s linear;
    overflow: hidden;

}

.img-service:hover {
    filter: brightness(1);
}

.img-service:before {
    content: "";
    inset: 0;
    position: absolute;
    background: linear-gradient(10deg, rgba(var(--color5_rgb), 0.5), transparent, transparent, transparent);
    transition: all 1s ease;
}

.img-service:hover:before {}

.img-service .title {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 1em 1em 0.5em 1.5em;
    font-size: 600;
    transition: all .3s ease;
    text-align: left;
    background-color: transparent;
}

.img-service:hover .title {
    margin-bottom: 0.8em;
}

.img-service .title h3 {
    max-width: 75%;
    min-height: 2em;
    margin: 0;
    padding: 0;
    color: var(--color0);
    font-family: var(--font_family_2);
    font-size: calc(var(--taille_font) * 2);
    text-wrap: balance;
    transition: all .3s linear;
}

.img-service .title .seeMore {
    display: block;
    padding-top: 0.3em;
    color: var(--color3);
    border-top: 1px solid rgb(var(--color0_rgb), 0.05);
    text-shadow: 1px 1px 10px var(--color5);
}
.img-service:hover .title .seeMore{
    color: var(--color0);
}

.btns-swiper-services {
    position: absolute;
    top: 10%;
    right: 10%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    z-index: 11;
}

.btns-swiper-services .swiper-button-prev,
.btns-swiper-services .swiper-button-next {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.5em;
    height: auto;
    aspect-ratio: 1 / 1;
    color: var(--color0);
    font-size: calc(var(--taille_font) * 1.3);
    background: var(--color1);
    border-radius: 10px 0 10px 0;
    border: 4px solid var(--color0);
    margin: 0 -0.2em;
}

.btns-swiper-services .swiper-button-prev:hover,
.btns-swiper-services .swiper-button-next:hover {
    background: var(--color0);
    border: 1px solid rgba(var(--color1_rgb), 1);
}

.btns-swiper-services .swiper-button-prev:hover i,
.btns-swiper-services .swiper-button-next:hover i {
    color: var(--color1);
}

a.show-all-service {
    width: 160px;
    height: 50px;
    display: flex;
    background: var(--color1);
    font-family: var(--font_family_2);
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    line-height: 75px;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -khtml-transition: all .2s linear 0;
    -o-transition: all .2s linear 0;
    justify-content: center;
    align-items: center;
    color: var(--color0) !important;
    border-radius: var(--border-radius);
    overflow: hidden;
}

a.show-all-service:hover {}


a.show-all-service .buile-title {
    background: var(--color2);
    color: var(--color0);
    font-size: 14px;
    position: relative;
    left: 110px;
    top: -55px;
    display: block;
    width: 200px;
    padding: 5px;
    line-height: normal;
    transition: all .2s linear 0;
    -webkit-transition: all .2s linear 0;
    -khtml-transition: all .2s linear 0;
    -o-transition: all .2s linear 0;
    opacity: 0
}

a.show-all-service:hover .buile-title {
    left: 85px;
    opacity: 1
}



/**********/
.tableGrid>.row,
.tableGrid {
    display: table;
    margin: 0;
    padding: 0;
    position: relative;
    height: 100%;
}

.tableGrid .table-row {
    height: 100%;
}

.tableGrid.fullWidth {
    width: 100%;
}

.tableGrid>.row>.table-row>[class*=col],
.tableGrid .table-row>[class*=col],
.tableGrid>.row>[class*=col],
.tableGrid [class*=col] {
    display: table-cell;
    vertical-align: top;
    float: none;
    height: 100%;
    position: relative;
}

.noPaddingCells>.row>.table-row>[class*=col],
.noPaddingCells .table-row>[class*=col],
.noPaddingCells [class*=col] {
    padding: 0;
}

.tableGrid.nopadding>.row>.table-row>[class*=col],
.tableGrid.nopadding .table-row>[class*=col],
.tableGrid.nopadding>.row>[class*=col],
.tableGrid.nopadding [class*=col] {
    padding: 0;
}

.tableGrid.va-middle>.row>.table-row>[class*=col],
.tableGrid.va-middle .table-row>[class*=col],
.tableGrid.va-middle>.row>[class*=col],
.tableGrid.va-middle [class*=col] {
    vertical-align: middle;
}

/*****************************************************************/

.body-news .fluid-contenu,
.body-news-list .fluid-contenu,
.body-temoignage .fluid-contenu {
    background: var(--color0);
}

.body-news-list .fluid-contenu .news .ligne-actus {
    margin-bottom: 5.0rem
}

.body-news-list .fluid-contenu .news .ligne-actus article.item {
    position: relative;
    display: block;
    background: var(--color0);
}

.body-news-list .fluid-contenu .news .ligne-actus article.item .contain-news {
    position: relative;
    display: block;
    padding: 6.0rem 4%
}

.body-news-list .fluid-contenu .news .ligne-actus article.item .contain-news h2 {
    display: inline-block;
    border-bottom: 0.1rem solid var(--color4);
    padding: 0 0 1.5rem;
    text-transform: uppercase;
    margin: 0
}

.body-news-list .fluid-contenu .news .ligne-actus article.item .contain-news.date-noimg h2 {
    width: 100%
}

.body-news-list .fluid-contenu .news .ligne-actus article.item .contain-news.date-noimg h2 .date-article {
    position: relative;
    display: inline-block;
    float: right;
    margin: 0
}

.body-news-list .fluid-contenu .news .ligne-actus article.item .contain-news.date-noimg h2 .date-article span {
    display: inline-block
}

.news .propor {
    width: 100%;
    position: relative
}

.news .propor:after {
    padding-top: 68%;
    display: block;
    content: ''
}

.news .propor .propor-cont .imagecont img {
    object-fit: cover;
    -o-object-fit: cover;
    flex: 1;
    width: auto;
    height: 100%;
    min-width: 100%;
    min-height: 100%
}

.news .propor .propor-cont {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.news .propor .propor-cont .imagecont {
    height: 100%;
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transform: translateZ(0);
    border-radius: var(--border-radius);
}

.news .propor .propor-cont .imagecont .imagefond {
    image-rendering: optimizeQuality;
    display: block;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat
}

.news .propor .propor-cont .imagecont .masque {
    transition: all .4s ease;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
    height: 100%;
    background: var(--color2) url(../images/ico-zoom.svg) no-repeat center center
}

.news .propor .propor-cont .imagecont:hover .masque {
    opacity: .8;
    filter: alpha(opacity=80)
}

.news .propor .propor-cont .imagecont:hover .imagefond {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15)
}

/***********************************************************/


.body-page-1 .block {
    position: relative;
    padding: 4em 10% 7em;
    background: var(--color0);
    backdrop-filter: blur(8px);
    z-index: 8000;
}

.body-page-1 .block .titre-secondaire {
    color: var(--color0);
}

.body-page-1 .actualites .h1 {
    color: var(--color1);
}

.body-page-1 .actualites .cell.texte .contenu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    border-radius: var(--border-radius);
    /* background: rgb(var(--color0_rgb), 0.1); */
    /* backdrop-filter: blur(5px); */
}


.actualites-contain {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 7.0rem 0;
}

.actualites {
    display: table;
    width: 100%;
    position: relative;
    z-index: 8000
}

.actualites h2.h1 {
    margin: 0 0 7.5rem;
    color: var(--color2);
}

.actualites article {
    display: grid;
    grid-template-columns: 2fr 3fr;
    gap: 1em;
    width: 100%;
}

.actualites:nth-child(even+1) {
    direction: rtl
}

.actualites .cell.photo {
    display: table-cell;
    vertical-align: top;
    width: 100%;
    background-position: center center;
    background-size: cover;
    position: relative;
    border-radius: var(--border-radius);
}

.actualites .cell.photo:hover {
    opacity: .95;
    filter: alpha(opacity=95)
}

.actualites .cell.photo img {
    object-fit: cover;
    -o-object-fit: cover;
    /* min-width: 100%;
    min-height: 50%; */
    width: auto;
    flex: 1
}

.actualites .cell.texte {
    display: table-cell;
    vertical-align: top;
    width: 100%;
    border-bottom: 0.2rem solid var(--color4)
}

.actualites:last-child .cell.texte {
    border-bottom: none
}

.actualites .cell.texte .contenu {
    padding: 4vh 10%;
    text-align: left;
    direction: ltr
}

.actualites .cell.texte .contenu .titre-secondaire {
    color: var(--color2);
    font-family: var(--font_family_2);
    line-height: calc(var(--taille_font) * 2);
    display: inline-block;
    text-align: left;
    padding: 0 0 1.5rem;
    border-bottom: 0.1rem solid var(--color1);
    margin-bottom: 1.0rem;
}

.actualites .cell.texte .contenu .titre-secondaire a {
    text-decoration: none;
    color: var(--color2)
}

.actualites .cell.texte .contenu ul {
    padding: 0;
    margin: 0
}

.actualites .cell.texte .contenu ul li {
    padding: 0.5rem 0 0.5rem 2.0rem;
    background: url(../images/ico-puce.svg) no-repeat 0 0.9rem;
    background-size: 0.7rem auto
}

.actualites .cell.texte .contenu ul li .bouton-principal {
    display: block
}

.actualites a.bouton-principal,
.news a.bouton-principal {
    min-width: fit-content;
    margin: 2.5rem 0
}

.actualites .date_post,
.news .date-article {
    font-size: calc(var(--taille_font) * 0.85);
    color: var(--color3);
    font-family: var(--font_family_2);
    /* box-shadow: 0 0 0.5rem #bfbfbf; */
    padding: 0.5rem 1.5rem;
    margin: 0.2em 0 0;
}

.actualites .cell.photo a {
    display: inline-block;
    text-decoration: none;
    background: var(--color0);
    margin: 1.0rem;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: var(--border-radius);
}

.actualites a.bouton-principal.all-actus {
    font-family: var(--font_family_3);
    color: var(--color3);
    background-image: url(../images/fleche-btn.svg);
    background-repeat: no-repeat;
    background-position: 1.0rem 50%;
    background-color: transparent;
    padding-left: 6.0rem;
    border: 0;
    font-size: 1.6rem;
    margin: 4.0rem 0 3.0rem;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-transform: translateZ(0)
}

.actualites a.bouton-principal.all-actus:hover {
    background-position: 3.0rem 50%
}

.actualites a.bouton-principal.all-actus:before {
    display: none
}

.actualites .cell.texte .contenu .date-noimg {
    position: relative;
    display: inline-block;
    width: 100%
}

.actualites .cell.texte .contenu .date-noimg .titre-secondaire {
    float: left
}

.actualites .cell.texte .contenu .date-noimg .date_post {
    float: right
}

.actualites .cell.texte .contenu .date-noimg .date_post span {
    display: inline-block
}

.news .date-article,
.news .ligne-actus .date-article {
    position: absolute;
    margin: 1.0rem;
    padding: 0.7rem 1.0rem;
    font-family: var(--font_family_2);
    border-radius: var(--border-radius);
    background: var(--color0);
    backdrop-filter: blur(0.5rem);
    z-index: 10;
}

.date-article span {
    position: relative;
    display: block;
    text-align: center
}

.date-article .time_day {
    font-size: calc(var(--taille_font) * 1.8);
    color: var(--color1);
    line-height: 0.7;
}

.date-article .time_month {
    color: var(--color1);
    text-transform: none;
    font-size: calc(var(--taille_font) * 1.5);
}

.date-article .time_year {
    color: var(--color1);
    font-size: calc(var(--taille_font) * 1.3);
}

.news .date-noimg .date-article {
    position: relative;
    float: left;
    margin: 0
}

.news .date-noimg .date-article span {
    display: inline-block
}

.news .date-noimg .btn-partage {
    float: right
}

.news .contenu-article {
    display: block;
    margin-top: 1.0rem;
    text-align: left
}

.news .detail-actu {
    position: relative;
    display: block
}

.news .item .propor .imagecont {
    border: none;
    border-radius: var(--border-radius);
    overflow: hidden;
}

.news .detail_actu-img {
    position: relative;
    display: block;
    width: 80%;
    margin: auto;
    padding-right: .5em;
    padding-bottom: .5em;
}

.div-rs b {
    margin-right: 2rem;
    float: left;
}

.news .detail_actu-txt {
    position: relative;
    display: block
}

.news .detail_actu-txt .btn-partage {
    display: flex;
    text-align: left;
    position: relative;
    top: -0.4rem;
    align-content: center;
    column-gap: 1px;
}

/*****************************************************************/


.AvisClientsBg.bg-optionnel-gris .h1 {
    color: var(--color0)
}

.etoiles .fa {
    color: var(--color1)
}

.AvisClientsBg .bx-wrapper {
    position: relative;
    margin: 5em auto !important;
}

.AvisClientsList {
    margin: 0;
    padding: 0;
    height: 100%;
}

.AvisClientsList li {
    display: flex;
    align-items: stretch;
    height: 99%;
    padding: 1em 2em;
    list-style: none;
    background: 0 0;
    border: 1px solid var(--color1);
    border-radius: var(--border-radius);
}

.avisClientsBg .h {
    text-align: center
}

.AvisClients,
.AvisClients:link,
.AvisClients:visited {
    position: relative;
    display: inline-block;
    text-decoration: none;
    width: 100%;
    text-align: left
}

.AvisClients .h {
    margin-bottom: 0
}

.AvisClients .h span {
    text-align: left;
    color: var(--color2);
    font-family: var(--font_family_2) !important;
    font-size: calc(var(--taille_font) * 1.7);
    font-weight: 600;
    text-transform: capitalize;
}

.AvisClientsBg .bx-wrapper img {
    display: none;
}

.AvisClients p {
    font-size: calc(var(--taille_font) * 0.85);
    margin-bottom: 0;
    color: var(--color5);
    font-style: italic;
    text-align: left
}

.AvisClients .blazy {
    border-radius: 50%;
    position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin-top: 7.0rem
}


.AvisClientsBg {
    position: relative;
    z-index: 8000;
    background: var(--color4);
    text-align: center;
}

.AvisClientsBg .contenu {
    padding: 6.0rem 0
}

.AvisClientsBg .contenu h2.h1,
.AvisClientsBg .contenu h2.h1 .titre-secondaire {
    color: var(--color1);
}

.AvisClientsBg .contenu h2.h1 .titre-secondaire {
    color: var(--color2);
    font-family: var(--font_family_2);
}

.AvisClientsBg .bx-wrapper .bx-controls {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    /* pointer-events: none; */
    z-index: -1;
}

.AvisClientsBg .bx-wrapper .bx-controls .bx-controls-direction {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.AvisClientsBg .bx-next,
.AvisClientsBg .bx-prev {
    position: absolute;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 5rem;
    height: auto;
    aspect-ratio: 1 / 1;
    text-indent: initial;
    font-size: 0;
    text-decoration: none;
    border: 4px solid var(--color0);
    border-radius: 10px 0 10px 0;
    background: var(--color1);
    opacity: 1;
    transition: .5s;
    transform: translateY(-50%);
}

.AvisClientsBg .bx-prev {
    left: -4vw
}

.AvisClientsBg .bx-next {
    right: -4vw
}

.AvisClientsBg .bx-next:hover,
.AvisClientsBg .bx-prev:hover {
    border: 1px solid var(--color1);
    background: var(--color0);
}

.AvisClientsBg .bx-prev:before,
.AvisClientsBg .bx-next:before {
    position: absolute;
    transform: translate(-50%, -50%);
    display: inline-block;
    font-weight: 700;
    font-family: 'Font Awesome 6 Free';
    font-size: calc(var(--taille_font) * 1.15);
    color: var(--color0)
}

.AvisClientsBg .bx-prev:before {
    top: 50%;
    left: 45%;
    content: "\f053";
}


.AvisClientsBg .bx-next:before {
    top: 50%;
    left: 52%;
    content: "\f054";
}

.AvisClientsBg .bx-pager {
    bottom: 1.7rem
}

.AvisClientsBg .bx-prev:hover:before,
.AvisClientsBg .bx-next:hover:before {
    color: var(--color1);
}

.AvisClientsBg .bx-pager {
    bottom: 1.7rem;
}


.AvisClientsBg .bx-controls.bx-has-pager {
    display: block;
    position: relative;
    height: 7.0rem
}

.avisContent:before {
    content: '\00AB';
    display: inline-block;
    margin-right: 0.5rem
}

.avisContent:after {
    content: '\00BB';
    display: inline-block;
    margin-left: 0.5rem
}

.temoignageScroll {
    max-height: 10.9rem;
    text-align: left;
    overflow: hidden
}

.temoignageScroll .scrollbar-content {
    padding: 0 1.0rem 0 0;
    width: 100%
}

.temoignageScroll .scrollbar-path-vertical {
    right: 0
}

.date_post {
    font-size: calc(var(--taille_font) * 0.8);
    padding: 0;
    font-family: var(--font_family_1);
    color: var(--color5);
    margin: 0;
}

.AvisClientsBg .bx-controls.bx-has-pager {
    display: block;
    position: relative;
    height: 7.0rem
}

.livre-elements {
    padding: 0 12%;
    margin-bottom: 40px;
    text-align: center
}

.livre-elements .livre-ligne {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between
}

.livre-elements .blazy {
    margin: 0 auto 10px;
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: var(--color0);
    width: 115px;
    height: 115px
}

.livre-elements .pseudo {
    margin-bottom: 6px;
    color: var(--color2);
    font-family: var(--font_family_2) !important;
    font-size: calc(var(--taille_font) * 2);
    text-align: center;
    text-transform: capitalize;
    font-weight: 600
}

.livre-elements .date {
    margin-bottom: 2px !important;
    color: var(--color2)
}

.livre-elements .etoiles {
    margin-bottom: 0 !important
}

.livre-elements .temoignage {
    text-align: center;
    display: block;
    margin-top: 20px
}

.livre-elements .temoignage:before {
    content: '\00AB';
    display: inline-block;
    margin-right: 5px
}

.livre-elements .temoignage:after {
    content: '\00BB';
    display: inline-block;
    margin-left: 5px
}

.divAvis {
    padding: 25px 27px;
    margin-bottom: 3rem;
    background-color: var(--bg-facultatif);
    border-radius: var(--border-radius);
    width: 48%
}

.divAvis:nth-child(4n+1),
.divAvis:nth-child(4n+4) {
    background-color: rgba(var(--color2_rgb), 0.1);

}


/***************/
.body-service-list .main_bg {
    padding: 50px 0 0 0;
}

.body-service-list .main_bg .container {
    width: 100%;
    padding: 0;
}

#modal-evenement #captchaReservation {
    width: 302px;
    margin: 0 auto;
}

button#submitReservation {
    margin-top: 10px;
}

.input-group.date.datepicker2 input,
.input-group.bootstrap-timepicker.timepicker input {
    cursor: pointer !important;
    /* float:right;*/
}

.g-recaptcha {
    display: inline-block;
    margin: 0 auto;
}

.text-warning {
    color: #ff4167 !important;
    display: block;
    margin-top: 1px;
    margin-bottom: 0;
    font-style: italic;
    font-size: 12px;
}

button.btn.btn-prev {
    display: none;
}

.alert {
    font-size: 14px;
}

/* Bouton remonter */
.remonter {
    position: fixed;
    z-index: 9999;
    display: none;
    bottom: 30px;
    right: 30px;
    width: 60px;
}

.remonter button {
    display: block;
    padding: 8px;
    text-align: center;
    background: rgba(0, 0, 0, 0);
    border-radius: 3px;
    border: none;
}

.remonter button:hover {
    opacity: 0.8;
    filter: alpha(opacity=80)
}

.g-recaptcha-d-table {
    display: table;
    width: 100%;
}

.contact .g-recaptcha {
    /* width:32.33%;*/
    /* width:49%;*/
    margin-right: 0;
    background-color: var(--color0);
    display: table-cell;
    vertical-align: top;
    float: left;
    text-align: center;
    margin-bottom: 0;
    border-radius: 0;
    position: relative;
}

.contact .form-actions {
    text-align: left;
}

.g-recaptcha {
    display: inline-block;
    margin: 0 auto;
}

.contact .form-group .btn-primary {
    float: right;
    min-width: 10em;
    vertical-align: top;
    display: table-cell;
    line-height: 0;
    font-family: var(--font_family_2);
    font-size: calc(var(--taille_font) * 1.6);
    text-transform: capitalize;
    font-weight: normal !important;
    color: var(--color0);
    margin-top: 0;
    border-radius: var(--border-radius);
    /* height: 75px !important; */
}

.form-group .btn-primary:hover {
    background-color: transparent;
    border: 1px solid var(--color1);
    color: var(--color1);
}

/**********responsive**********/
@media (min-width:768px) {
    .modal-lg {
        width: 900px;
    }
}

@media (min-width:1200px) {
    .modal-content label.visible {
        display: block;
    }
}

/* Landscape tablet and dated desktop */
@media (min-width:980px) and (max-width:1199px) {
    .menu_footer li a {
        font-size: 14px;
    }

    .navbar {
        padding: 0;
    }

    .navbar-nav>li>a {
        padding: 7px 10px;
        font-size: calc(var(--taille_font) * 1.5);
    }
    .tete .cta{
        font-size: calc(var(--taille_font) * 1.4);
    }

    .NewsletterBg {
        padding: 90px 20px 76px;
    }

    .beforeFooter .storeLinks {
        padding: 15px 0px;
    }

    .carte p.header {
        margin-bottom: 0;
    }

    .carte .labels {
        margin-top: 0;
    }

    .img_thumbnail_multiple,
    .img_thumbnail_multiple a {
        height: 290px;
    }

    .nav-pills li,
    .nav-pills>li+li {
        margin: 0;
    }

    .body-gallery .main_bg .blockCenter {
        width: 118vw;
        margin-left: -12vw;
    }

    .datepicker table tr td:before {
        top: 50%;
        left: 50%;
        margin-left: -25px;
        margin-top: -25px;
        width: 50px;
        height: 50px;
    }

    .btn {
        padding: 10px 10px;
    }

    .btn-primary {
        font-size: 15px;
    }

    .body-news-list .view .item:before {
        width: 140vw;
        margin-left: -80%;
    }

    .modal-lg {
        width: 900px;
    }

    .LeRestaurantCarousselBg {
        background-image: none;
    }

    .banner img {
        width: 100%;
        margin-left: 0;
    }
}

/* Portrait tablet to landscape and desktop */
@media (min-width:768px) and (max-width:979px) {

    .nosServicesBg .mainSectionSlider .show,
    .nosServicesBg .mainSectionSlider .blazy,
    .services .mainSectionSlider .show,
    .services .mainSectionSlider .blazy {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: transparent;
    }

    .nosServicesBg .bx-wrapper {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
    }

    .row.ligne-photos.retrait.centerservice2 {
        margin: 0 0 !important;
    }

    .row.ligne-photos.retrait.centerservice {
        margin: 0 20% !important;
    }

    .nosServicesBg .bx-viewport {
        position: absolute !important;
        height: 100% !important;
        width: 100% !important;
        top: 0 !important;
        left: 0 !important;
    }

    .nosServicesBg .mainSectionSlider {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
    }

    .services .bx-wrapper {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
    }

    .services .bx-viewport {
        position: absolute !important;
        height: 100% !important;
        width: 100% !important;
        top: 0 !important;
        left: 0 !important;
    }

    .services .mainSectionSlider {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        padding: 0;
        list-style: none;
    }

    .nosServicesBg .bx-viewport li,
    .services .bx-viewport li {
        height: 100%;
        list-style: none;
    }

    .services .bx-pager,
    .mainSectionSliderBg .bx-pager {
        z-index: 9999;
    }

    .modal-content label {
        padding-top: 10px !important;
    }

    .menu_referencement h2 {
        text-align: center;
        font-size: 20px;
    }

    .LeRestaurantCarousselBg {
        background-image: none;
    }

    .banner img {
        width: 100%;
        margin-left: 0;
    }

    .datepicker table tr td:before {
        top: 50%;
        left: 50%;
        margin-left: -25px;
        margin-top: -25px;
        width: 50px;
        height: 50px;
    }

    .btn {
        padding: 10px 10px;
    }

    .btn-primary {
        font-size: 15px;
    }

    .body-news-list .view .item:before {
        width: 140vw;
        margin-left: -80%;
    }

    .NewsletterBg {
        padding: 50px 20px 36px;
    }

    .beforeFooter .storeLinks {
        padding: 15px 0px;
    }

    .img_thumbnail_multiple,
    .img_thumbnail_multiple a {
        height: 290px;
    }

    .banner img {
        width: 100%;
        margin-left: 0;
    }

    .vis01 {
        width: 60%;
        margin: 0 auto;
        display: block;
        float: none;
    }

    .LeRestaurantCarousselBg {
        background-image: none;
        background-color: var(--color1);
    }

    .beforeFooter {
        background-repeat: repeat;
    }

    .body-gallery .main_bg .blockCenter {
        width: 100%;
        padding: 0;
        margin-left: 0;
        left: 0;
        right: 0;
        display: block;
        float: left;
        position: relative;
    }

    .body-gallery .main_bg {
        overflow-x: hidden;
        padding: 0;
    }

    .news .item .h {
        margin: 0 0 20px 0;
    }

    .modal-lg {
        width: 740px;
    }

    /*.slide a img{height:210px;}*/
    .datePickerZone {
        margin-bottom: 40px;
    }

    .NosPlanDAcces02 p:nth-of-type(2) {
        font-size: 17px;
    }

    .NosPlanDAcces02 p {
        font-size: 16px;
    }

    .address p {
        margin-bottom: 40px;
    }
}

/* Landscape phone to portrait tablet */
@media (max-width:767px) {
    .modal-content label {
        padding-top: 10px;
    }

    body {
        position: inherit
    }

    .row.ligne-photos.retrait.centerservice2 {
        margin: 0 0 !important;
    }

    .row.ligne-photos.retrait.centerservice {
        margin: 0 0 !important;
    }

    .menu_referencement h2 {
        text-align: center;
        font-size: 20px;
    }

    .datePickerZone {
        padding: 20px 0;
    }

    .datepicker table tr td:before {
        top: 50%;
        left: 50%;
        margin-left: -25px;
        margin-top: -25px;
        width: 50px;
        height: 50px;
    }

    .btn {
        padding: 10px 10px;
    }

    .btn-primary {
        font-size: 15px;
    }

    .body-news-list .view .item:before {
        width: 140vw;
        margin-left: -80%;
    }

    .nav-pills>li>a {
        padding: 6px 40px;
        font-size: 11px;
        margin-bottom: 4px !important;
    }

    .nav-pills li+li,
    .nav-pills li {
        margin: 0;
    }

    .banner img {
        width: 100%;
        margin-left: 0;
    }

    .NewsletterBg {
        padding: 50px 20px 36px;
    }

    .beforeFooter .storeLinks {
        padding: 15px 0px;
    }

    .img_thumbnail_multiple,
    .img_thumbnail_multiple a {
        height: 200px;
    }

    .vis01 {
        width: 100%;
        margin: 0 auto;
        display: block;
    }

    .LeRestaurantCarousselBg {
        background-image: none;
        background-color: var(--color1);
    }

    .beforeFooter {
        background-repeat: repeat;
    }

    .body-gallery .main_bg .blockCenter {
        width: 100vw;
        padding: 0;
        margin-left: 0;
        left: 0;
        right: 0;
        display: block;
        float: left;
        position: relative;
    }

    .body-gallery .main_bg {
        overflow-x: hidden;
        padding: 0;
    }

    .news .item .h {
        margin: 0 0 20px 0;
    }

    .slide a img {
        opacity: 0;
        /* width:120%;*/
        /* height:170px;*/
    }

    .nosRealisations .bx-controls.bx-has-controls-direction {
        bottom: 0px;
    }

    .LeRestaurantCarousselBg .bx-controls-direction {
        right: 50%;
        margin-right: -17px;
    }

    .beforeFooterImg02 {
        float: right;
        width: 100%;
    }

    .qrCode {
        top: 0;
        width: auto;
        margin: 0 auto;
        display: block;
        float: none !important;
    }

    .modal-content .btn-default {
        padding: 10px 40px;
        width: 100%;
    }

    .modal-content .form-control,
    .modal-content label {
        font-size: 12px;
    }

    .modal-content label.visible {
        white-space: nowrap;
    }

    .modal-content {
        padding: 30px;
    }

    .modal-content .h {
        font-size: 18px !important;
    }

    .modal-header .btn {
        top: -9px;
    }

    .modal-footer {
        margin-top: 0;
        padding: 0;
    }

    ul.tab-content {
        padding: 0;
    }

    .map02 iframe {
        width: 100% !important;
        height: 280px !important;
    }

    #modal-evenement .modal-content select.form-control {
        background-size: 13px;
    }

    .modal-content input[name="captcha"]+a,
    .modal-content .form-control {
        height: 35px !important;
    }

    .help-block {
        font-size: 1rem;
    }

    .section.carte .reserver img {
        width: auto;
        max-width: 100%;
    }

    .carte .label,
    .carte .price {
        font-size: 14px;
    }

    .carte .price {
        width: 68px;
    }

    .carte .labels .label,
    .carte .yesLabels .price,
    .carte .item small,
    .carte .item-title {
        font-size: 14px;
    }

    .news .item {
        padding: 30px 12% 30px 12%;
        margin: 0;
        text-align: center;
    }

    .date-article,
    .news .item .date_post,
    .view .item .date_post {
        display: block;
        width: 100%;
        margin-bottom: 12px !important;
    }

    .news .btn-fixed,
    .view .btn-fixed {
        padding: 7px 40px;
        float: none;
    }

    .view .item a img {
        margin-bottom: 10px;
    }

    a.btn.btn-primary.maplink {
        width: 100%;
        margin-bottom: 30px;
    }

    .theReservationText {
        width: 100%;
        height: auto;
        padding-top: 50px;
        padding-bottom: 30px;
    }

    .theReservationText:before {
        top: 0;
        right: 0;
        left: -40px;
        width: 200%;
        height: 100%;
    }

    .beforeFooter ul li {
        font-size: 18px;
    }

    .modal-dialog {
        width: auto;
    }

    .LeRestaurantCarousselBg .h {
        font-size: 20px;
    }

    .LeRestaurantCarousselBg .bx-viewport {
        margin-bottom: 60px;
    }

    .nosRealisations .bx-controls.bx-has-controls-direction {
        bottom: -15px;
    }

    .NosPlanDAcces01 iframe {
        width: 100%;
        height: 100%;
        left: 0;
        margin-left: 0;
    }

    .NosPlanDAcces01:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .spContainer {
        height: 340px;
    }

    .sp {
        height: 300px;
    }

    .modal-content .obligatoire {
        font-size: 9px;
        font-style: italic;
        color: #ff0000;
    }

    .nosRealisations .bx-viewport {
        margin-bottom: 60px;
    }

    .nosRealisations .bx-controls-direction {
        width: 34px;
        float: right;
        right: 50%;
        margin-right: -17px;
        position: relative;
    }

    .datePickerZone {
        margin-bottom: 40px;
    }

    .NosPlanDAcces02 p:nth-of-type(2) {
        font-size: 17px;
    }

    .NosPlanDAcces02 p {
        font-size: 16px;
    }

    .address p {
        margin-bottom: 40px;
    }

    .address strong {
        font-size: 16px;
    }

    .address p {
        font-size: 15px;
    }

    .beforeFooter ul {
        width: 230px;
        margin: 0 auto;
    }

    .tableGrid>.row,
    .tableGrid {
        display: block;
        margin: 0;
        padding: 0;
        position: relative;
        height: 100%;
    }

    .tableGrid .table-row {
        height: 100%;
    }

    .tableGrid.fullWidth {
        width: 100%;
    }

    .tableGrid>.row>.table-row>[class*=col],
    .tableGrid .table-row>[class*=col],
    .tableGrid>.row>[class*=col],
    .tableGrid [class*=col] {
        display: block;
        /*vertical-align:top;*/
        float: left;
        height: 100%;
        position: relative;
    }

    .noPaddingCells>.row>.table-row>[class*=col],
    .noPaddingCells .table-row>[class*=col],
    .noPaddingCells [class*=col] {
        padding: 0;
    }

    .tableGrid.nopadding>.row>.table-row>[class*=col],
    .tableGrid.nopadding .table-row>[class*=col],
    .tableGrid.nopadding>.row>[class*=col],
    .tableGrid.nopadding [class*=col] {
        padding: 0;
    }

    .tableGrid.va-middle>.row>.table-row>[class*=col],
    .tableGrid.va-middle .table-row>[class*=col],
    .tableGrid.va-middle>.row>[class*=col],
    .tableGrid.va-middle [class*=col] {
        vertical-align: middle;
    }

    .services .mainSectionSlider {
        position: relative !important;
        height: 100% !important;
        width: 100% !important;
        top: 0 !important;
        left: 0 !important;
    }

    .nosServicesBg .mainSectionSlider {
        position: relative !important;
        height: 200px !important;
        width: 100% !important;
        top: 0 !important;
        left: 0 !important;
    }

    .mainSectionSliderBg img {
        width: 100%;
    }

    .nosServicesBg .mainSectionSlider .show,
    .nosServicesBg .mainSectionSlider .blazy,
    .services .mainSectionSlider .show,
    .services .mainSectionSlider .blazy {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: transparent;
    }

    .nosServicesBg .bx-wrapper {
        position: relative;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
    }

    .nosServicesBg .bx-viewport {
        position: relative !important;
        height: auto !important;
        width: 100% !important;
        top: 0 !important;
        left: 0 !important;
    }

    .nosServicesBg .mainSectionSlider {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
    }

    .services .bx-wrapper {
        position: relative;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
    }

    .services .bx-viewport {
        position: relative !important;
        height: 200px !important;
        width: 100% !important;
        top: 0 !important;
        left: 0 !important;
    }

    .services .mainSectionSlider {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        padding: 0;
        list-style: none;
    }

    .nosServicesBg .bx-viewport li,
    .services .bx-viewport li {
        height: 100%;
        list-style: none;
    }

    .services .bx-pager,
    .mainSectionSliderBg .bx-pager {
        z-index: 9999;
    }

    .nosServicesBg .bx-pager,
    .nosServicesBg .bx-controls-auto {
        bottom: 25px;
    }

    .linkList li a {
        min-width: 100%;
    }

    .mainSectionSlider img {
        width: 100%;
    }

    .headerTel {
        font-size: 30px;
    }


    /* Landscape phones and down */
    @media (max-width:480px) {
        .datePickerZone .datepicker table tr td:before {
            top: 50%;
            left: 50%;
            margin-left: -15px;
            margin-top: -15px;
            width: 30px;
            height: 30px;
        }

        .modal-content label {
            padding-top: 10px;
        }

        .datePickerZone {
            padding: 20px 0;
        }

        a.btn.btn-primary.maplink {
            width: 100%;
            margin-bottom: 30px;
        }

        .datepicker table tr td:before {
            top: 50%;
            left: 50%;
            margin-left: -15px;
            margin-top: -15px;
            width: 30px;
            height: 30px;
        }

        .btn {
            padding: 5px 10px;
        }

        .btn-primary {
            font-size: 12px;
        }

        .nosRealisations a.seeMore {
            padding: 8px 60px;
        }

        .NosPlanDAcces02 p {
            font-size: 16px;
            color: #000;
        }

        .NosPlanDAcces02 p:nth-of-type(2) {
            font-size: 16px;
            color: #4a4a4a;
        }

        .NosPlanDAcces02 {
            padding: 50px 20px 20px;
            height: auto;
        }

        .body-news-list .view .item:before {
            width: 140vw;
            margin-left: -80%;
        }

        .carte .labels .label,
        .carte .yesLabels .price,
        .carte .item small,
        .carte .item-title {
            font-size: 12px;
        }

        .datepicker table tr th,
        .datepicker table tr td {
            padding: 8px 0;
            font-size: 14px;
        }

        .form-group .btn-primary,
        input[name="captcha"],
        input[name="captcha"]+a,
        .form-group .btn-primary,
        .form-control {
            height: 36px !important;
        }

        .datepicker table tr th.datepicker-switch {
            font-size: 16px;
        }

        #index .ReservationText p {
            padding: 0 20px;
            line-height: normal;
            font-size: 14px;
        }

        .carteSeeMore {
            padding: 8px 20px;
            /* width:100%;*/
        }

        .datepicker table tr th {
            font-size: 12px;
        }

        .theReservationText {
            width: 100%;
            height: auto;
            padding-top: 50px;
            padding-bottom: 30px;
        }

        .theReservationText:before {
            top: 0;
            right: 0;
            left: -40px;
            width: 200%;
            height: 100%;
        }

        .carte .group-title {
            font-size: 12px;
        }

        .beforeFooter ul li {
            font-size: 16px;
            line-height: 2;
        }

        .bx-pager,
        .bx-controls-auto {
            bottom: 0;
        }

        .LeRestaurantCarousselBg .h {
            font-size: 20px;
        }

        .LeRestaurantCarousselBg .bx-viewport {
            margin-bottom: 60px;
        }

        .nosRealisations .bx-controls.bx-has-controls-direction {
            bottom: -15px;
        }

        .modal-content .h {
            font-size: 16px !important;
        }

        body {
            font-size: 14px;
        }

        .actuAndNewsletterBg {
            padding: 1px 0 40px;
            background-color: #ededed;
        }

        .headerTel {
            font-size: 30px;
        }
    }

    /* Landscape phones and down */
    @media (max-width:320px) {
        div#bxControls {
            height: 67px;
            position: absolute;
            width: 40%;
            right: 0;
            left: initial;
            bottom: 61px;
            -webkit-transform-origin: 100% 100%;
            -moz-transform-origin: 100% 100%;
            -ms-transform-origin: 100% 100%;
            -o-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
            -webkit-transform: scale(.4);
            -moz-transform: scale(.4);
            -ms-transform: scale(.4);
            -o-transform: scale(.4);
            transform: scale(.4);
        }

        .gallery .col-xs-6 {
            width: 100%;
        }
    }

    @media (max-height:736px) and (max-width:420px) and (min-height:401px) and (min-width:240px) and (orientation:portrait),
    (max-height:420px) and (max-width:736px) and (min-height:240px) and (min-width:421px) and (orientation:landscape) {}

    /*****************menu_responsive_03*****************/
    .header-sidebars,
    .sidebar-left,
    .sidebar-right {
        background-color: var(--color0);
        letter-spacing: 1px;
    }

    .sidebar-left a,
    .sidebar-right a,
    .sidebar-bottom-controls a,
    .contactButton,
    .nav-item-active,
    .sidebar-form label,
    .sidebar-send-button,
    .sidebar-divider-text {
        color: var(--color0) !important
    }

    .header-sidebars {
        height: 65px;
        z-index: 9999;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        width: 100%;
        box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.1)
    }

    .header-sidebars .header-top {
        display: table;
        height: 65px;
        width: 100%
    }

    .top-logo {
        display: table-cell;
        vertical-align: middle;
        position: relative;
        z-index: 9999;
        text-align: center;
        overflow-y: hidden;
    }

    .top-logo img {
        position: absolute;
        left: 16px;
        top: 25px;
        max-height: 76px;
        max-width: 129px;
    }

    .deploy-left-sidebar {
        display: table-cell;
        background-color: var(--color1);
        background-size: auto 49%;
        background-image: url(../images/menu-mobile-3/nav.svg);
        background-repeat: no-repeat;
        height: 65px;
        width: 65px;
        background-position: center center
    }

    .deploy-right-sidebar {
        border-left: 1px var(--color0) solid;
        display: table-cell;
        background-color: var(--color1);
        background-size: auto 49%;
        background-image: url(../images/menu-mobile-3/nav.svg);
        background-repeat: no-repeat;
        height: 65px;
        width: 65px;
        background-position: center center;
    }

    .deploy-right-mail {
        border-left: 1px var(--color0)efe solid;
        display: table-cell;
        background-color: var(--color1);
        background-size: auto 49%;
        background-image: url(../images/menu-mobile-3/mail.svg);
        background-repeat: no-repeat;
        height: 65px;
        width: 65px;
        background-position: center center;
        position: absolute;
        right: 65px;
        top: 0;
    }

    .deploy-right-call {
        display: table-cell;
        background-color: var(--color1);
        background-size: auto 49%;
        background-image: url(../images/menu-mobile-3/telephone.svg);
        background-repeat: no-repeat;
        height: 65px;
        width: 65px;
        background-position: center 16px;
        position: absolute !important;
        right: 130px;
        top: 0;
    }

    .deploy-back-home {
        background-image: url(../images/menu-mobile-3/home.png);
        background-repeat: no-repeat;
        background-color: #f9fafc;
        width: 50px;
        height: 50px;
        background-position: center center;
        float: right;
        margin-top: -50px
    }

    .delete-right-sidebar {
        display: none;
        background-image: url(../images/menu-mobile-3/contact.png);
        background-repeat: no-repeat;
        background-color: #f9fafc;
        width: 50px;
        height: 50px;
        background-position: center center;
        float: right;
        margin-top: -50px
    }

    .sidebar-left {
        font-family: Helvetica !important;
        width: 270px;
        position: fixed;
        z-index: 9999;
        top: 0;
        left: -270px;
        bottom: 0;
        overflow: hidden;
        position: fixed;
        box-shadow: 3px 0px 3px 0px rgba(0, 0, 0, 0.1);
    }

    .sidebar-scroll-left {
        padding-right: 20px;
        left: 0;
        width: 310px;
        overflow: scroll !important;
        overflow-x: hidden !important;
        -webkit-overflow-scroll: touch !important;
        height: 100%;
        background-color: #c31c26;
    }

    .sidebar-scroll-right {
        width: 275px;
        overflow: auto !important;
        overflow-x: hidden !important;
        height: 100%;
        background-color: #f0f0f0;
    }

    .sidebar-right {
        font-family: Helvetica !important;
        background-repeat: repeat;
        position: fixed;
        overflow: hidden;
        z-index: 99999;
        right: -280px;
        top: 0;
        bottom: 0;
        width: 270px;
        margin-right: 10px;
        box-shadow: -2px 0px 2px 0px rgba(0, 0, 0, 0.1);
    }

    .sidebar-decoration {
        background-image: url(../images/menu-mobile-3/sidebar-deco.png);
        background-repeat: repeat-x;
        height: 2px;
        margin-bottom: 15px
    }

    .sidebar-left a,
    .sidebar-right a {
        text-decoration: none;
        display: block;
        overflow: hidden;
        position: relative;
        color: #777 !important;
        z-index: 1;
    }

    .sidebar-header-left {
        height: 65px;
        background-color: #f78e1e;
        position: relative
    }

    .sidebar-left-logo {
        max-height: 75px;
        position: absolute;
        top: -2px;
        left: 8px;
        margin-right: 179px;
    }

    .sidebar-right-logo {
        top: 23px;
        right: 14px;
        max-width: 161px;
        float: right;
        max-height: 37px;
        position: relative;
    }

    .close-sidebar-left {
        background-image: url(../images/menu-mobile-3/left-chevron.svg);
        background-size: 45% auto;
        background-repeat: no-repeat;
        background-position: center center;
        height: 65px;
        width: 65px;
        margin-left: 205px;
        display: block
    }

    .sidebar-divider-text {
        font-size: 20px;
        padding-top: 15px;
        padding-left: 20px;
        padding-bottom: 15px;
        margin-bottom: 0;
        color: #b7b7b7 !important;
        background: #f0f0f0;
    }

    .home-nav {
        background-image: url(../images/menu-mobile-3/home.png)
    }

    .info-nav {
        background-image: url(../images/menu-mobile-3/infoabout.png)
    }

    .folio-nav {
        background-image: url(../images/menu-mobile-3/bendedright.png)
    }

    .mail-nav {
        background-image: url(../images/menu-mobile-3/mail.svg)
    }

    .newsletter-nav {
        background-image: url(../images/menu-mobile-3/rss.png)
    }

    .call-nav {
        background-image: url(../images/menu-mobile-3/phonehook.svg)
    }

    .text-nav {
        background-image: url(../images/menu-mobile-3/speechbubble4.png)
    }

    .facebook-nav {
        background-image: url(../images/menu-mobile-3/facebook.png)
    }

    .twitter-nav {
        background-image: url(../images/menu-mobile-3/twitter.png)
    }

    .sidebar-bottom-controls {
        background-color: var(--color1);
    }

    .sidebar-bottom-controls p {
        margin-top: 3px;
    }

    .sidebar-bottom-controls a {
        font-size: 12px;
        background-repeat: repeat-y;
        text-align: center;
        float: left;
        width: 33%;
        line-height: 10px;
        display: block
    }

    .facebook-bottom {
        display: block;
        padding-top: 26px;
        background-image: url(../images/menu-mobile-3/facebook.png);
        background-repeat: no-repeat;
        background-position: center 33px;
        background-size: 16px 16px;
        height: 50px;
        margin-top: -25px
    }

    .twitter-bottom {
        display: block;
        background-image: url(../images/menu-mobile-3/twitter.png);
        background-repeat: no-repeat;
        background-position: center 33px;
        background-size: 16px 16px;
        height: 50px;
        margin-top: -25px
    }

    .close-bottom-left,
    .close-bottom-right {
        display: block;
        padding-top: 26px;
        background-image: url(../images/menu-mobile-3/accessdenied.png);
        background-repeat: no-repeat;
        background-position: center 33px;
        background-size: 16px 16px;
        height: 50px;
        margin-top: -25px
    }

    .nav-item {
        font-size: 16.2px;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        background-size: 22px auto;
        background-color: #c9323b;
        height: 60px;
        line-height: 61.5px;
        background-repeat: no-repeat;
        padding-left: 60px;
        background-position: 20px center;
        margin-bottom: 1px;
    }

    .icon-active {
        position: absolute;
        background-image: url(../images/menu-mobile-3/left-sidebar/location.png);
        background-size: 10px 15px;
        background-repeat: no-repeat;
        display: block;
        width: 10px;
        height: 15px;
        top: 19px;
        left: 240px
    }

    .icon-page {
        position: absolute;
        background-image: url(../images/menu-mobile-3/left-sidebar/gopage.png);
        background-size: 8px 11px;
        background-repeat: no-repeat;
        display: block;
        width: 10px;
        height: 15px;
        top: 19px;
        left: 240px
    }

    .icon-drop {
        position: absolute;
        background-image: url(../images/menu-mobile-3/left-sidebar/godrop.png);
        background-size: 10px 8px;
        background-repeat: no-repeat;
        display: block;
        width: 10px;
        height: 15px;
        top: 19px;
        left: 239px
    }

    .submenu a {
        text-shadow: 0 2px 0 rgba(0, 0, 0, 1);
        background-image: url(../images/menu-mobile-3/sidebar-deco.png);
        background-repeat: repeat-x;
        padding-top: 12px;
        padding-bottom: 12px;
        padding-left: 25px;
        font-size: 10px;
        color: #878787;
        text-transform: uppercase;
        font-weight: 900
    }

    .submenu a em {
        background-image: url(../images/menu-mobile-3/left-sidebar/gopage.png);
        background-size: 8px 11px;
        background-repeat: no-repeat;
        float: left;
        width: 10px;
        height: 15px;
        display: block;
        margin-top: 5px;
        padding-right: 35px
    }

    .submenu a:first-child {
        background-image: none !important
    }

    .submenu {
        display: none
    }

    .submenu-active {
        display: block
    }

    .sidebar-notifications a {
        margin-bottom: 15px;
        background-repeat: no-repeat;
        background-position: 0 center;
        padding-left: 38px;
        margin-left: 20px;
        font-size: 10px;
        color: #878787;
        font-family: 'Lato', sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        line-height: 10px
    }

    .sidebar-header-right {
        height: 65px;
        background-color: var(--color0);
        position: relative;
    }

    .close-sidebar-right {
        background-image: url(../images/menu-mobile-3/right-chevron.svg);
        background-size: 45% auto;
        background-repeat: no-repeat;
        background-position: center center;
        height: 65px;
        width: 65px;
        margin-left: 0;
        display: block
    }

    .sidebar-left .close-sidebar-left,
    .sidebar-right .close-sidebar-right {
        position: absolute !important;
    }

    .right-sidebar-copyright {
        margin: 20px 0
    }

    .footer-text a {
        padding-top: 10px;
        font-size: 10px;
        color: #8a8a8a
    }

    .copyright-sidebar {
        font-size: 10px;
        text-align: center;
        text-transform: uppercase
    }

    .menu-mobile-dynamique {
        margin: 0;
        padding: 0;
        list-style-type: none;
        list-style-position: inside;
        list-style-image: none
    }

    .menu-mobile-dynamique li {
        width: 100%;
        margin-bottom: 1px;
        background: var(--color0);
        padding-left: 18px;
    }

    .menu-mobile-dynamique .sub-menu li {
        background-color: transparent;
        margin-bottom: 0;
    }

    .menu-mobile-dynamique .sub-menu li a {
        height: 42px;
        text-transform: none;
    }

    .menu-mobile-dynamique .sub-menu {
        background-image: linear-gradient(to bottom, var(--color1), var(--color1));
        padding-top: 18px;
        padding-bottom: 18px;
    }

    .menu-mobile-dynamique li.parent {
        background-image: url(../images/menu-mobile-3/left-sidebar/gopage.svg);
        background-position: 241px 26.2px;
        background-repeat: no-repeat;
        background-size: 9px auto;
    }

    .menu-mobile-dynamique li a {
        display: table-cell;
        width: 270px;
        vertical-align: middle;
        text-decoration: none !important;
        line-height: 18px;
        font-size: 16.2px;
        background-image: url(../images/menu-mobile-3/bendedright.svg);
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        background-size: 8px auto;
        text-transform: uppercase;
        color: var(--color0);
        height: 60px;
        background-repeat: no-repeat;
        padding-left: 29px;
        background-position: 6px 20.9px;
    }

    .menu-mobile-dynamique ul {
        list-style-image: none;
        list-style-position: inside;
        list-style-type: none;
        padding-left: 0
    }

    .menu-mobile-dynamique ul li a {
        background: none;
        color: #BEBEBE
    }

    .small-notification p {
        margin: 10px 13px;
        padding-bottom: 2px;
        line-height: 18px
    }

    .text-input {
        overflow: hidden;
        position: relative;
        font-size: 11px;
        color: #666;
        width: 230px;
        margin-left: 20px;
        height: 30px;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 10px;
        display: block;
        box-sizing: border-box;
        background-color: rgba(255, 255, 255, 0.1);
        border: solid 1px #3d3d3d
    }

    #contactEmail {
        margin-bottom: -5px !important
    }

    #contactMessage {
        display: none
    }

    #contactName {
        display: none;
        margin-bottom: 10px
    }

    #left_label_name {
        overflow: hidden;
        position: relative;
        display: none;
        text-align: left;
        margin-left: 200px;
        font-size: 11px;
        color: #8c8c8c;
        opacity: .3;
        margin-top: -20px;
        padding-bottom: 5px;
        margin-bottom: 10px
    }

    #name_label {
        overflow: hidden;
        position: relative;
        display: none;
        margin-top: 20px;
        margin-left: 20px;
        font-family: 'Lato', sans-serif;
        font-size: 12px;
        color: #c5c5c5
    }

    #email_label {
        margin-top: 20px;
        margin-left: 20px;
        font-size: 12px;
        color: #c5c5c5;
        display: block;
        overflow: hidden;
        position: relative
    }

    #left_label_mail {
        display: block;
        overflow: hidden;
        position: relative;
        line-height: 18px;
        text-align: left;
        margin-left: 200px;
        font-size: 11px;
        color: #8c8c8c;
        opacity: .3;
        font-family: 'Open Sans', sans-serif;
        margin-top: -20px;
        padding-bottom: 5px;
        margin-bottom: 10px
    }

    .contact-button-house {
        line-height: 18px;
        margin-bottom: 20px;
        font-size: 11px;
        display: block;
        overflow: hidden;
        position: relative;
        /*vertical-align:baseline;*/
        outline: none
    }

    .contactButton {
        display: block;
        overflow: hidden;
        position: relative;
        margin-left: 20px;
        margin-top: 30px;
        height: 36px;
        font-family: 'Lato', sans-serif;
        font-size: 11px;
        font-weight: 700;
        text-transform: uppercase;
        width: 230px;
        background-color: rgba(255, 255, 255, 0.1);
        border: solid 1px #3d3d3d
    }

    .buttonWrap {
        padding: 10px !important;
        min-width: 43%
    }

    .contactSubmitButton {
        display: block !important;
        height: 36px !important;
        margin-right: 4px;
        float: left;
        margin-bottom: 20px
    }

    .contactNameField {
        padding-bottom: 5px;
        font-size: 12px
    }

    .contactField {
        font-size: 15px;
        overflow: hidden;
        position: relative;
        color: var(--color0);
        min-width: 100%;
        display: block;
        box-sizing: border-box;
        height: 30px;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 10px
    }

    .contactTextarea {
        font-size: 15px;
        overflow: hidden;
        position: relative;
        color: var(--color0);
        min-width: 100%;
        display: block;
        box-sizing: border-box;
        margin-bottom: 20px;
        line-height: 18px;
        height: 90px;
        padding: 9px 12px
    }

    .menu-mobile-dynamique input {
        -webkit-appearance: none;
        appearance: none;
        border-radius: 0
    }

    .sidebar-form {
        display: none;
        margin-left: 20px;
        width: 230px;
        box-sizing: border-box
    }

    .sidebar-form2 {
        display: none
    }

    .sidebar-form label {
        font-size: 13px;
        border-radius: 0 !important;
        color: #c5c5c5;
        text-transform: uppercase;
        padding-top: 10px;
        display: block;
        opacity: .8;
        filter: alpha(opacity=80)
    }

    .sidebar-form label span {
        text-transform: lowercase;
        float: right;
        opacity: .5
    }

    .sidebar-form input {
        background-color: rgba(255, 255, 255, 0.1);
        border: solid 1px #3d3d3d
    }

    .sidebar-form textarea {
        background-color: rgba(255, 255, 255, 0.1);
        border: solid 1px #3d3d3d;
        margin-bottom: 0
    }

    .sidebar-send-button {
        font-size: 13px;
        display: block;
        width: 100%;
        color: #d2d2d2;
        font-family: 'Lato', sans-serif;
        text-transform: uppercase;
        font-weight: 700
    }

    .success-subscribe {
        margin-top: 20px;
        width: 230px;
        margin-left: 20px
    }

    .sidebar-form {
        margin-bottom: 0 !important;
        margin-top: -10px !important
    }

    .sidebar-form .formSuccessMessageWrap {
        width: 230px;
        margin-top: 20px;
        margin-bottom: 0
    }

    .sidebar-form .small-notification {
        margin-top: 20px
    }

    .sidebar-form #emailError {
        margin-top: 20px;
        width: 230px;
        margin-left: 20px;
        border-radius: 0;
        height: 36px
    }

    .sidebar-form #emailError p {
        text-align: center;
        color: #ff8181;
        margin: 8px 0;
        display: block;
        background-image: none;
        text-transform: uppercase;
        padding-left: 0
    }

    .sidebar-form #emailError2 {
        margin-top: 20px;
        width: 230px;
        margin-left: 20px;
        border-radius: 0;
        height: 36px
    }

    .sidebar-form #emailError2 p {
        text-align: center;
        color: #ff8181;
        margin: 8px 0;
        display: block;
        background-image: none;
        text-transform: uppercase;
        padding-left: 0
    }

    .subscribe-notification {
        width: 230px !important;
        margin-left: 20px;
        border-radius: 0 !important;
        margin-bottom: -15px !important;
        margin-top: 20px !important;
        background-image: none !important
    }

    .subscribe-notification p {
        background-image: none !important;
        text-align: center;
        color: #ff8181 !important;
        margin: 8px 0;
        display: block;
        text-transform: uppercase;
        padding-left: 0;
        margin-top: 20px
    }

    .formValidationError {
        margin-bottom: -15px
    }

    .sidebar-form .formValidationError div {
        margin-top: 20px;
        width: 230px;
        border-radius: 0 !important;
        height: 36px;
        margin-top: 20px !important
    }

    .sidebar-form .formSubmitButtonErrorsWrap {
        overflow: visible !important;
        margin-bottom: 20px
    }

    .sidebar-form .formValidationError p {
        text-align: center;
        color: #ff8181 !important;
        margin: 8px 0;
        display: block;
        background-image: none;
        text-transform: uppercase;
        padding-left: 0
    }

    .menu-mobile-dynamique label {
        display: block;
        overflow: hidden;
        position: relative;
        border: 0;
        /*vertical-align:baseline;*/
        outline: none
    }

    .red-notification {
        background-color: rgba(219, 84, 84, 0.5);
        border-radius: 5px;
        border: solid 1px #f78e1e
    }

    .formValidationError .red-notification p {
        background-image: none !important;
        display: block !important;
        padding-left: 0 !important;
        text-align: center !important
    }

    .no-bottom {
        margin-bottom: 0 !important
    }

    .menu-mobile-dynamique .sub-menu {
        display: none
    }

    .notification-box {
        text-align: center;
    }

    .notification-box h4 {
        margin-bottom: 0;
    }

    .notification-box p {
        color: var(--color0);
    }

    .formSuccessMessageWrap h4 {
        color: lime;
    }
}

@media (max-width:980px) {
    .tete {
        display: none;
    }

    .header-top .logo-site a {
        position: absolute;
        top: 0;
        left: 22%;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 65px;
        transform: translateX(-50%);
        transition: transform 0.6s ease, top 0.6s ease, left 0.6s ease;
        z-index: 2;
    }

    .header-top .logo-site img {
        max-height: 100%;
        max-width: 100%;
        height: 100%;
        width: auto;
        object-fit: contain;
        display: block;
    }

    /* Hover */
    .header-top .logo-site a:hover,
    .header-top .logo-site a:focus {
        color: var(--color1);
        text-decoration: none;
    }

    .banniere {
        height: 40vh;
        overflow: hidden;
    }

    .body-page-1 .banniere {
        height: 80vh;
    }

    .banniere img {
        height: 100%;
        width: auto;
    }

    .body-page-1 .banniere img {
        height: 50%;
        width: auto;
    }

    .body-page-1 .banniere .slogan {
        position: relative;
        top: 0;
        left: 0;
        display: flex;
        height: 50%;
        transform: translate(0, 0);
        color: var(--color1);
    }

    .banniere .slogan {
        display: none;
    }

    .body-page-1 .slogan .titre {
        font-size: calc(var(--taille_font) * 3.5);
        line-height: calc(var(--taille_font) * 3.5);
    }

    .body-page-1 .banniere .slogan:after {
        content: "";
        position: absolute;
        left: 50%;
        width: 70px;
        height: 2px;
        background: rgba(var(--color3_rgb), 0.5);
        transform: translate(-50%, -50%);
        bottom: 0.5em;
    }

    .body-page-1 .page .h1 {
        display: none;
    }

    .flex-seoContain {
        flex-wrap: wrap;
    }

    .flex-seoContain .seo-content {
        width: 100%;
        background: transparent;
    }

    .flex-seoContain .seo-form {
        width: 100%;
    }

    .img-seo img,
    a.imagecont.noflicker.img1 {
        width: 100%;
        height: auto;
        margin: 0 0 16px;
        display: block;
    }

    .body-page-1 .page {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr;
    }

    .body-page-1 .page .contenu {
        height: 45vh;
        overflow: hidden;
    }

    .ReservationBg-grid {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 0.5fr;
    }

    .actualites article{
        grid-template-columns: 1fr;
        grid-template-rows: 0.5fr 1fr;
    }

    .AvisClientsBg .bx-prev {
        left: -9vw;
    }

    .AvisClientsBg .bx-next {
        right: -9vw;
    }


    .btns-swiper-services {
        top: 60%;
        left: 50%;
        width: 90%;
        transform: translate(-50%, -50%);
    }

    .bande-form {
        padding: 4.0rem 7%;
    }

    .bande-form .container {
        padding: 0 1em;
    }

    #contactButtonsMobile a {
        background: var(--color1) !important;
    }

    .prestation-contain {
       flex-direction: column; 
    }
    .prestation .cell.photo {
        width: 100%;
    }
    .prestation .cell.texte {
        width: 100%;
    }
}