@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans&family=Merriweather:wght@300;700&display=swap');
@font-face {
 font-family: "Jallieta";
 src: url("../fonts/Jallieta.woff2") format("woff2"),
        url("../fonts/Jallieta.woff") format("woff");
}

* {
-moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;  
}

/****bouton résa*****/

#bouton-resa {
  position: fixed;
  right: 20px;
  top: 20px;
  display: inline-block;
}

.ZC_sdk__zc-iframe_k5FE3 {
  z-index: 999 !important;
}

/**
#bouton-resa a {
  background: red;
  color: #fff;
  padding: 5px 10px;
  font-family: 'Josefin Sans', sans-serif;
text-transform: uppercase;
  display: inline-block;
  cursor: pointer;
}
#bouton-resa a span {
padding-top: 2px;
display: inline-block;
  font-weight: bold;
}
#bouton-resa a svg {
vertical-align: middle;
  margin-top: -2px;
}

#bouton-resa a:hover {
  background: #fff;
  color: #1a1a1a;
}
#bouton-resa a:hover svg {
stroke : #1a1a1a;
}
**/
/****/

#header {
  position : absolute;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.58);
  padding: 20px;
  z-index: 999;
}
#logo {
  position : absolute;
  width: 139px;
  left: 50%;
  top: 0;
  margin-left: -69px;
  text-align: center;
}
#menu {
  position : relative;
  width: 80%;
 margin: 0 auto;
  text-align: center;
  padding-right: 10px;
}


#reseaux {
  position: absolute;
  width: 15%;
  left: 0;
  top: 0;
  text-align: left;
}
#reseaux p {
margin: 0;
}

#top {
position: relative;
  width: 100%;
}

#titre {
  position: absolute;
  top: 50%;
  width: 80%;
  left: 10%;
  text-align: center;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
}

#bloc1 {
  position : relative;
  width: 100%;
  background: #1a1a1a;
  padding: 40px 20px;
  color: #fff;
}

body:not(.itemid-101) #bloc1 {
  padding-top: 200px;
}

.itemid-102 #bloc1, .itemid-153  #bloc1 {
  background: #e6e6e6;
  color: #1a1a1a;
}

#bloc1-1 {
  position: relative;
  width: 100%;
  background: #1a1a1a;
  padding: 40px 20px;
  color: #fff;
}
#bloc1-2 {
  position: relative;
  width: 100%;
  background: #e6e6e6;
  padding: 40px 20px;
  color: #1a1a1a;
}
#bloc1-3 {
  position: relative;
  width: 100%;
  background: #1a1a1a;
  padding: 40px 20px;
  color: #fff;
}
#bloc1-4 {
  position: relative;
  width: 100%;
  background: #e6e6e6;
  padding: 40px 20px;
  color: #1a1a1a;
}
#bloc1-5{
  position: relative;
  width: 100%;
  background: #1a1a1a;
  padding: 40px 20px;
  color: #fff;
}


#parallax {
  width: 100%;
  height: 400px;
  background: url(../images/parallax-accueil.jpg) center center no-repeat;
background-attachment: fixed;
background-size: cover;
}
.itemid-102 #parallax {
  background: url(../images/parallax-carte.jpg) center center no-repeat;
background-attachment: fixed;
background-size: cover;
}
.itemid-103 #parallax {
  background: url(../images/parallax-acces.jpg) center center no-repeat;
background-attachment: fixed;
background-size: cover;
}

.itemid-104 #parallax, .itemid-153 #parallax {
  display: none;
}

#bloc2 {
  position : relative;
  width: 100%;
  padding: 40px 20px;
  background: #e6e6e6;
}

#caroussel {
  position: relative;
  width: 100%;
}

#temoignages {
  position: relative;
  width: 100%;
  background: #1a1a1a;
padding: 40px 20px;
}

#evenements {
   position : relative;
  width: 100%;
  background: #e6e6e6;
  padding: 40px 20px;
}

#gmap {
  position : relative;
  width: 100%;
}
#gmap p {
margin: 0;
}


#footer {
  position : relative;
  width: 100%;
  background: #e6e6e6;
  padding: 20px;
}

#footer ul {
  margin: 0;
}
#footer li a {
  color: #222;
}
#footer li a:hover {
  color: #006370;
}
#footer li {
  list-style-type: none;
}

div.inter {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}


div.clearfix {
clear: both;
}


/****************************/

p {
  margin: 10px 0px;
}

img {
	max-width: 100% !important;
	height: auto;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}

button,
input,
select,
textarea {
	margin: 0;
	font-size: 100%;
	vertical-align: middle;
}
button,
input {
	line-height: normal;
}

body {
	margin: 0;
    font-family: 'Merriweather', serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 20px;
	color: #1a1a1a;
	background-color: #f2f2f2;
  overflow: hidden auto;
}
a {
	color: #006370;
	text-decoration: none;
  position: relative;
}
a:focus, a:hover {
	color: #006370;
	text-decoration: none;
}

a.soulignage-noir::before, p.link.linkright a::before {
content: '';
position: absolute;
bottom: -5px;
left: 0;
width: 0;
height: 1px;
background: #333;
-moz-transition: width 0.2s ease;
-webkit-transition: width 0.2s ease;
transition: width 0.2s ease;
}

a.soulignage-noir:hover::before, p.link.linkright a:hover::before {
  width: 100%;
}


.police-signature {
   font-family: "Jallieta", cursive;
  font-weight: normal;
  font-size: 3em;
  line-height: 1.4;
}
.police-titre {
   font-family: 'Josefin Sans', sans-serif;
	font-weight: normal;
  font-size: 1.2em;
}

.small {
	font-size: 0.8em;
  line-height: 1.5;
}
.bigger {
  font-size: 2.5em;
  line-height: 1;
}
.bold {
  font-weight: 700;
}


b, strong {
	font-weight: 700;
}
em {
	font-style: italic;
}
cite {
	font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 9px 0;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: normal;
	line-height: 18px;
	color: #fff;
	text-rendering: optimizelegibility;
}


h1 {
	font-size: 40px;
  line-height: 50px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

h1.small {
  font-size: 25px;
}


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

h2.police-signature {
  font-size: 5em;
}

h3 {
	font-size: 20px;
   line-height: 25px;
}
h4 {
	font-size: 18px;
  line-height: 22px
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}


ul,
ol {
	padding: 0;
	margin: 0 0 9px 25px;
}

li {
	line-height: 18px;
}

hr {
	margin: 35px auto;
	border: 0;
	height: 4px;
  width: 80%;
  max-width: 500px;
  background: #006370;
}

/*******************couleur et boutons***********/

.texte-bleu {
  color: #006370;
}
.texte-noir {
  color: #1a1a1a;
}




.bouton-gris, .bouton-gris:active, .bouton-noir, .bouton-noir:active {
  padding: 5px 30px;
  color: #fff;
  font-weight: 700;
  display: inline-block;
  text-decoration: none;
  border-radius: 20px;
  -moz-transition : background 0.2s ease;
  -webkit-transition : background 0.2s ease;
  transition : background 0.2s ease;
  position: relative;
}
.bouton-gris, .bouton-gris:active {
 background: #e6e6e6;
  border: 2px solid #1a1a1a;
  color: #1a1a1a;
}
.bouton-noir, .bouton-noir:active {
 background: #1a1a1a;
  border: 2px solid #fff;
  color: #fff;
}

a.bouton-gris:hover {
  background: #d6d6d6;
  color: #1a1a1a;
}
a.bouton-noir:hover {
  background: #2a2a2a;
  color: #fff;
}

.bouton-gris::before {
  content: url("../images/fleche-noir.png");
  position: absolute;
height: 100%;
font-size: 125%;
line-height: 1.8;
  right: 20px;
opacity: 0;
top: 0;
color: #1a1a1a;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.bouton-gris:hover::before {
  opacity: 1;
  right:10px;
}
.bouton-noir::before {
  content: url("../images/fleche-blanc.png");
  position: absolute;
height: 100%;
font-size: 125%;
line-height: 1.8;
  right: 20px;
opacity: 0;
top: 0;
color: #1a1a1a;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.bouton-noir:hover::before {
  opacity: 1;
  right:10px;
}


/********************/



::selection {
 color: #fff;
 background: #006370;
 }

::-moz-selection {
 color: #fff;
 background: #006370;
 }

table {
  border-collapse: collapse;
}

/*******************menu***********************/

#maximenuck91 {
 margin-left: -15px; 
}

#menu div#maximenuck91 ul.maximenuck li.maximenuck.level1 {
  margin: 0 15px;
  text-align: center;
  vertical-align: middle;
  position: relative;
}
#menu div#maximenuck91 ul.maximenuck li.maximenuck.item103 {
margin-right: 90px;
}
#menu div#maximenuck91 ul.maximenuck li.maximenuck.item153 {
margin-left: 90px;
}


div#maximenuck91 ul.maximenuck li.maximenuck.level1 > a, div#maximenuck91 ul.maximenuck li.maximenuck.level1 > span.separator {
  position: relative;
  font-family: 'Josefin Sans', sans-serif;
  padding: 5px 10px;
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
  -webkit-transition:  color 0.3s;
-moz-transition:  color 0.3s;
transition:  color 0.3s;
}


div#maximenuck91 li.level1::before {
 position: absolute;
bottom: -10px;
left: 50%;
color: transparent;
content: '•';
text-shadow: 0 0 transparent;
font-size: 1.2em;
-webkit-transition: text-shadow 0.3s, color 0.3s;
-moz-transition: text-shadow 0.3s, color 0.3s;
transition: text-shadow 0.3s, color 0.3s;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
transform: translateX(-50%);
pointer-events: none;
}

div#maximenuck91 li.level1:hover::before, div#maximenuck91 li.maximenuck.level1.active::before {
  color: #fff;
text-shadow: 10px 0 #fff, -10px 0 #fff;
}


/*********************titre******************/

#titre {
  text-shadow: 0 0 15px rgba(0,0,0,0.8);
}
#titre h1 {
  color: #fff;
  font-size: 25px;
  padding-bottom: 0;
  margin-bottom: 10px;
}

#titre .police-signature {
font-size: 8em;
  line-height: 0.8;
}
#titre a {
  color: #fff;
}



/*******************cadres blanc*****************/

div.cadre-blanctop, div.cadre-blancbottom, div.cadre-bleutop, div.cadre-bleubottom {
position: relative; 
  display: inline-block;
}

div.cadre-blanctop::before {
  content:"";
  position: absolute;
  background: #fff;
  left: -20px;
  top: -20px;
  right: -20px;
  height: 60%;
}
div.cadre-bleutop::before {
  content:"";
  position: absolute;
  background: #006370;
  left: -20px;
  top: -20px;
  right: -20px;
  height: 60%;
}
div.cadre-blancbottom::before {
  content:"";
  position: absolute;
  background: #fff;
  left: -20px;
  bottom: -20px;
  right: -20px;
  height: 60%;
}
div.cadre-bleubottom::before {
  content:"";
  position: absolute;
  background: #006370;
  left: -20px;
  bottom: -20px;
  right: -20px;
  height: 60%;
}
div.cadre-blanctop img, div.cadre-blancbottom img, div.cadre-bleutop img, div.cadre-bleubottom img {
  position: relative;
}

/********************tableau carte***************/

table.tab-carte h2, table.tab-carte h3 {
  margin-top: 20px;
  margin-bottom: 0;
}

table.tab-carte table.nomobile p {
 padding: 5px 0;
  /*display: inline-block;*/
  margin: 0;
  z-index: 1;
  position: relative;
}

#bloc2 table.tab-carte table.nomobile tr, #bloc1 table.tab-carte table.nomobile tr {
  background: url(../images/separateur-noir.png) left 20px repeat-x; 
}

#bloc1-1 table.tab-carte table.nomobile tr {
  background: url(../images/separateur-blanc.png) left 20px repeat-x;
}
#bloc1-2 table.tab-carte table.nomobile tr {
  background: url(../images/separateur-noir.png) left 20px repeat-x;
}
#bloc1-3 table.tab-carte table.nomobile tr {
  background: url(../images/separateur-blanc.png) left 20px repeat-x;
}
#bloc1-4 table.tab-carte table.nomobile tr {
  background: url(../images/separateur-noir.png) left 20px repeat-x;
}
#bloc1-5 table.tab-carte table.nomobile tr {
  background: url(../images/separateur-blanc.png) left 20px repeat-x;
}


.cadre-gris, .cadre-noir {
    position: relative;
}


 .cadre-gris {
  background: #e6e6e6;
}
 .cadre-gris::before {
  content: "";
left: -5px;
right: -5px;
background: #e6e6e6;
position: absolute;
height: 100%;
z-index: -1;
}
 .cadre-noir {
  background: #1a1a1a;
   color: #fff;
}
.cadre-noir::before {
  background: #1a1a1a;
   content: "";
left: -5px;
right: -5px;
position: absolute;
height: 100%;
z-index: -1;
}


/*****************événements*****************/

#lnee_99 {
  max-width: 850px;
  margin: 0 auto;
  position: relative;
}
#evenements #lnee_99 .head_left .newshead .calendar.noimage {
  border: 0;
  text-align: center;
}
#evenements #lnee_99 .newshead .calendar .day {
  font-size: 3em;
  font-family: 'Josefin Sans', sans-serif;
font-weight: normal;
}

#evenements #lnee_99 .newshead .calendar .month, #evenements #lnee_111 .newshead .calendar .month, #evenements #lnee_99 .newshead .calendar .year {
  font-size: 0.6em;
  font-family: 'Josefin Sans', sans-serif;
font-weight: normal;
}

#evenements #lnee_99.horizontal ul.latestnews-items li.latestnews-item:nth-child(odd) {
  padding-right: 10px;
  border-right: 1px solid #fff;
}
#evenements #lnee_99.horizontal ul.latestnews-items li.latestnews-item:nth-child(even) {
  padding-left: 10px;
}

#lnee_99 h4.newstitle, #lnee_111 h4.newstitle {
  color: #006370;
  font-size: 16px;
  text-transform: uppercase;
}


/****************témoignages*******************/

#jx-testimonials-container104 {
  position: relative;
  max-width: 800px;
  margin: 30px auto;
  text-align: center;
}

.show-testimonials {
  margin-left: -10px;
}

#jx-testimonials-container104::before {
  content:"";
  position: absolute;
  width: 39px;
  height:29px;
  background: url(../images/icone-cote.png) left top no-repeat;
  left: -20px;
  top: -30px;
}
#jx-testimonials-container104::after {
  content:"";
  position: absolute;
  width: 39px;
  height:29px;
  background: url(../images/icone-cote2.png) left top no-repeat;
  right: 0;
  bottom: 15px;
}

.fa-quote-left::before, .fa-quote-right::before {
    display: none;
}

#temoignages .jx-testimonial-author-top {
    display: block;
    font-size: 18px;
    text-align: center;
  font-family: 'Josefin Sans', sans-serif;
	font-weight: normal;
}
#temoignages .jx-author-name {
  color: #fff;
  text-transform: uppercase;
}
#temoignages .quotes {
  margin-right: 0;
}

#temoignages .jx-slider-controls {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  left: 0;
  width: 100%;
}
#temoignages .jx-slider-prev {
  float: left;
  margin-left: -20px;
}
#temoignages .jx-slider-next {
  float: right;
  margin-right: -20px;
}
#temoignages .fa-chevron-left::before {
  content:url(../images/prev.png);
  color: #fff;
}
#temoignages .fa-chevron-right::before {
  content:url(../images/next.png);;
  color: #fff;
}




/************************************contact********************/

#bloc1-2 .contactform {
  padding: 30px;
  max-width: 600px;
    margin: 0 auto;
}

#bloc1-2 .contactform h2 {
  text-align: center;
  font-family: "Jallieta", cursive;
    font-weight: normal;
  color: #1a1a1a;
  font-size: 3em;
}

#form1 .wdform_page .wdform_row[wdid="6"], #form1 .wdform_page .wdform_row[wdid="8"] {
  float: left;
  width: 49%;
}
#form1 .wdform_page .wdform_row[wdid="8"] {
  margin-left: 2%;
}

#form1 .wdform-field, #form1 .wdform_section {
  display: block !important;
}
#form1 .wdform_column {
  float: none !important;
}
#form1 .wdform-field, #form1 .wdform-element-section {
  width: 100% !important;
  min-width: 75px !important;
  max-width: 100% !important;
}


#form1 .wdform_row[wdid="7"] .wdform-label, #form1 .wdform-required {
  display: none !important;
}

#form1 input[type="text"], #form1 select {
  padding: 15px 35px 15px 15px !important;
  border: 0 !important;
  height: auto !important;
}
#form1 input[type="text"], #form1 textarea, #form1 select {
background-color: #fff;
 font-family: 'Merriweather', serif;
    font-weight: 300;
  font-size: 14px;
  position: relative;
  color: #999999;
  box-shadow: none !important;
  border-radius : 5px !important;
  border: 1px solid #ccc !important;
}
#form1 input[type="text"]:focus, #form1 textarea:focus, #form1 select:focus {
color: #0c141c;
}

#form1 .wdform_page .wdform_row[wdid="2"] {
clear: both;
}
#form1 .wdform_page .wdform_row[wdid="7"] {
  float: left;
}
#form1 .wdform_page .wdform_row[wdid="5"] {
  float: right;
}

#form1 .wdform_page {
font-family: 'Josefin Sans', sans-serif;
  font-weight: normal;
  padding : 0 !important;
}


#form1 textarea {
  padding: 15px !important;
}
/*#form1 .input_deactive {
  color: #0c141c !important;
}*/

#bloc1-2 #form1 .button-submit {
    position: relative;
  display: inline-block;
  padding: 10px 20px;
  border: 0;
  border-radius: 5px;
  color: #fff !important;
  background: #006370;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1.2 !important;
  height: auto !important;
font-size: 16px !important;
  font-weight: normal;
   -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#bloc1-2 #form1 .button-submit:hover {
color: #fff !important;
  box-shadow: none !important;
  background: #006370;
}

/************cookies*********************/

#easycookieinfo {
  border-top: 0 !important;
  padding: 15px 0 !important;
  background: rgba(0,0,0,0.9) !important;
}
#easycookieinfo .text > a {
    color: #006370 !important;
}
#easycookieinfo .accept > a {
    background: #006370 !important;
}
#easycookieinfo .accept > a:hover {
    background: #006370 !important;
}


/***************************/


@media (max-width: 1600px) {

  
}


@media (max-width: 1520px) {
 
  
  
  
}
@media (max-width: 1380px) {
 
  

  
}

@media (max-width: 980px) {
  
 #menu {
  width: 100%;
}


#reseaux {
  top: 50px; 
  }

  
}

/**************menu mobile****************/

/*#maximenuck91-mobile-bar {
  margin-top: 0;
  margin-right: 20px;
}*/

 #menu .mobilemenuck-bar-title {
    background: none;
   display: none;
  }
  #menu .mobilemenuck-bar-button {
    background: none;
    border: 1px solid #fff;
    padding-top: 7px;
font-size: 2.2em;
    position: relative;
  }

#maximenuck91-mobile {
  background: #1a1a1a;
}
#maximenuck91-mobile .mobilemenuck-title {
  background : #006370;
}
#maximenuck91-mobile .mobilemenuck-item > .level1 {
  background: none;
  padding: 0;
text-align: center;
}
#maximenuck91-mobile .mobilemenuck-item > .level1 a {
  color: #fff;
  font-weight: 300;
}
#maximenuck91-mobile .mobilemenuck-item > .level2 {
  background: none;
}
#maximenuck91-mobile .mobilemenuck-item > .level2 a {
color: #006370;
  font-weight: 300;
}

#maximenuck91-mobile .mobilemenuck-togglericon:after {
  border-radius: 0;
}

/*******************/

@media (max-width: 840px) { 
  
  #menu {
    width: 43px;
    margin: 0;
  }
  #logo {
    top: -10px;
  }
  #logo p {
    margin: 0;
  }
  
  #reseaux {
    width: 105px;
    left: auto;
    right: 0;
    top: 0;
  }
  
}

@media (max-width: 640px) { 
  
  #footer table td, #bloc1 table td, #bloc1-1 table td, #bloc1-2 table td, #bloc1-3 table td, #bloc1-4 table td, #bloc1-5 table td, #bloc2 table td, #evenements table td {
    display: inline-block;
    width: 100% !important;
  }
  #evenements {
    padding: 0 20px;
  }
  
  body:not(.itemid-101) #bloc1 {
  padding-top: 130px;
}
  
  #bloc1 table.nomobile td, #bloc1-1 table.nomobile td, #bloc1-2 table.nomobile td, #bloc1-3 table.nomobile td, #bloc1-4 table.nomobile td, #bloc1-5 table.nomobile td, #bloc2 table.nomobile td {
    display: table-cell;
    width: auto !important;
  }
  
  div.cadre-blancbottom {
    margin-bottom: 20px;
  }
  
}
@media (max-width: 520px) { 
  
  #titre .police-signature {
    font-size: 5em;
  }
  
  #titre h1 {
    font-size: 20px;
  }
  
  h2 {
    font-size: 20px;
  }
  
   #reseaux {
   *display: none;
  }
  
  
  
}

/********************fixe background fixed IOS***********/

@supports (-webkit-touch-callout: none) {

    #parallax, .itemid-102 #parallax, .itemid-103 #parallax {
       background-attachment: scroll;
   }

}

/*******************************/

@media (max-width: 420px) { 
  
  #titre {
    width: 96%;
    left: 2px;
  }
  
  #titre h1 img, h1 img, h2 img {
  width: 30px;
    height: auto;
  }  
  
  .police-signature {
    font-size: 2.5em;
  }
  
  h1.police-signature, h1 .police-signature {
    font-size: 1.5em;
  }
  
}

@media (max-width: 380px) {  
  
  #form1 .wdform_page .wdform_row[wdid="6"], #form1 .wdform_page .wdform_row[wdid="2"], #form1 .wdform_page .wdform_row[wdid="7"] {
    float: none;
    width: 100%;
}
  #form1 .wdform_page .wdform_row[wdid="2"], #form1 .wdform_page .wdform_row[wdid="7"] {
    margin-left: 0;
}
  
  #bouton-resa {
  right: 0px;
  top: 0px;
}
  
  
#reseaux {
    top: 25px;
  }
  
}
