@import '../css/grid.css';
@import '../css/mobileMenu.css';
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,700);

:root {
  --background-color: #f4f5f9;

  --banner-color: #041526;
  --menu-color: #092441;

  --text-color: #000000;
  --invert-text-color:#ffffff;
  --titre-color: #171616;
  --complementaire-color: #ff7118;


  --btn-text-hover-color: #879CCE;
  --btn-text-current-color: #879CCE;


  --div-background-color:#ffffff;
  --div-border-color:#e5e5e5;
  --div-radius:3px;

  --service-block-color:var(--div-background-color);
  --blog-thumb-color: var(--div-background-color);
  --blog-article-lieu-color:  ghostwhite;

  --service-tarif-color: rgba(46, 71, 130, 0.15);

  --animation-time: 0.2s;
}

@font-face {
  font-family: 'Pacifico';
  font-style: normal;
  font-weight: 400;
  src: local('Pacifico Regular'), local('Pacifico-Regular'), url(https://fonts.gstatic.com/s/pacifico/v12/FwZY7-Qmy14u9lezJ-6H6MmBp0u-.woff2) format('woff2');
  font-display: swap;
}

.site_logo {
  float: left;
}
.page_title {
  float: left;
  margin-top: 25px;
  margin-left: 20px;
}
.navigation {
  position: relative;
  padding: 5px 0 0;
  margin-left: 21px;
  float: right;
  font-family: 'Open Sans', sans-serif;
}
.navigation .sf-menu {
  z-index: 990;
  text-align: center;
  position: relative;
}
.navigation nav {
  position: relative;
  padding: 0;
}
#stuck_container {
  padding-bottom: 7px;
}
.select-menu {
  display: none !important;
}
.sf-menu ul {
  position: absolute;
  top: -999px;
  display: none;
}
.sf-menu > li {
  float: left;
  position: relative;
  font-size: 17px;
  line-height: 30px;
  letter-spacing: -1px;
  margin-right: 20px;
}
.sf-menu > li > ul > li {
  float: right;
  position: static;
}
.sf-menu > li + li {
}
.sf-menu > li + li:after {
  content: '';
  height: 5px;
  width: 5px;
  position: absolute;
  top: 0px;
}
.menuBtn {
  position: relative;
  color: var(--invert-text-color);
}
.sf-menu > li > a.sf-with-ul:after {
  content: '';
  position: absolute;
  width: 5px;
  bottom: 15px;
  left: 50%;
  bottom: -5px;
  pointer-events: none;
  z-index: 999;
  width: 0;
  height: 0;
}


.sf-menu > li.sfHover > a,
.sf-menu > li.current > a{
  color: var(--btn-text-current-color);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.sf-menu > li > a:hover {
  color: var(--btn-text-hover-color);
}
html {
  width: 100%;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
body {
  position: relative;
  background: var(--menu-color);
  color: var(--text-color);
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}
strong {
  font-weight: 700;
}
p {
  margin-bottom: 20px;
  color: var(--text-color);
  font-size: 15px;

  line-height: 20px;
}
img {
  max-width: 100%;
}
.ba-slider img{
  max-width: none;
}
.img_profil {
  float: left;
  margin-right: 10px;
  margin-left: 10px;
  margin-top: 3px;
  margin-bottom: 10px;
}
/****Heads****/
h1,
h2,
h3,
h4 {
  font-weight: 400;
  color: var(--titre-color);
  font-family: 'Open Sans', sans-serif;
}
/** nom de la page sous le titre */
h1 {
  color: var(--invert-text-color);
  letter-spacing: -2px;
}
/** titre dans page */
h2 {
  font-weight: 600;
  font-size: 30px;
  letter-spacing: -3px;
  word-spacing: 7px;
  word-spacing: 1px;
  margin-bottom: 20px;
  margin-top: 20px;
}
/** utilisé dans service */
h3 {
  font-weight: 600;
  font-size: 25px;
  line-height: 48px;
  letter-spacing: -2px;
  margin-bottom: 5px;
}
.blog h2 {
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;
  letter-spacing: -2px;
  margin-bottom: 5px;
  margin-top: 18px;
  word-spacing: 0px;
}
/** utilisé dans service pour le prix */
h4{
  font-size: 20px;
  margin-right: 30px;
}
.text_client{
  margin-top: 25px;
}
/****Lists****/
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
/****Links****/
a {
  text-decoration: none;
  color: inherit;
  outline: none;
  -webkit-transition: var(--animation-time) ease;
  transition: var(--animation-time) ease;
}
.link {
  text-decoration: underline;
  color: #1a0dab;
}
.credit_link{
  text-decoration: underline;
}
a:hover {
  color: var(--btn-text-hover-color);
}
.btn_see_all {
  line-height: 48px;
  padding-top: 20px;
  color:var(--invert-text-color);
  background-color:var(--menu-color);
  width:100%;
  height:70px;
  text-align:center;
  -webkit-transition: width var(--animation-time) ease;
  transition: var(--animation-time) ease;
}
.btn_see_all:hover {
  color:var(--btn-text-hover-color);
  -webkit-transition: width var(--animation-time) ease;
  transition: var(--animation-time) ease;
}
.button_list {
  font-family: 'Open Sans', sans-serif;
  width:330px;
  text-align: center;
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 10px;
  float: none;
  padding-top:15px
}
.galeryImgContainer {
  width: 90%;
  text-align: center;
  margin: 0 auto;
  float: none;
  border: solid #5B6DCD 10px;
}
.button {
  color:var(--invert-text-color);
  background-color:var(--menu-color);
  font-size: 18px;
  line-height: 18px;
  width:100px;
  height:20px;
  text-align:center;
  padding: 5px 5px  5px 5px ;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
  float: right;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  cursor: pointer;
  -webkit-transition: var(--animation-time) ease;
  transition: var(--animation-time) ease;
}

.button:hover {
  background-color:var(--btn-text-hover-color);
  -webkit-transition: width var(--animation-time) ease;
  transition: var(--animation-time) ease;
}
.youtube {
  position:relative;
  padding-bottom:56.25%;
  padding-top:0px;
  height:0;
  overflow:hidden;
}

.youtube iframe, .youtube object, .youtube embed {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}
/****classes****/
.ta__center {
  text-align: center;
}
.ta__right {
  text-align: right;
}
.wrapper{
  overflow: hidden;
}
.clear {
  float: none !important;
  clear: both;
}
.nowrap {
  white-space: nowrap;
}
.rel {
  position: relative;
}
/*header*/
header {
  display: block;
  position: relative;
  z-index: 999;
}
header .rel {
  z-index: 999;
}
header .header_top {
  letter-spacing: -1px;
  font: 300 30px/48px 'Open Sans', sans-serif;
  padding: 20px 0 20px;
  background-color: var(--banner-color);
}
/****Content****/
#content {
  background-color: var(--background-color);
  padding-bottom: 30px;
}
/****Gallery****/
.box {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}
.box .gall_item {
  position: relative;
  display: block;
}
.box .gall_item img {
  width: 100%;
}
.boutique{
  text-align: center;
  margin-bottom: 10px;
}

/****Contact****/
.socials {
  width: 100%;
}
.social_unit {
  width: 10%;
  text-align: center;
  margin: auto;
  display: flex;
  margin-bottom: 20px;
}
/****Separators****/
.sep-1 {
  height: 1px;
  position: relative;
  margin-top: 20px;
}
.sep-1:after {
  position: absolute;
  left: 188px;
  right: 188px;
  height: 1px;
  top: 0;
  background-color: #171616;
  content: '';
}

.divBloc {
  background-color: var(--service-block-color);
  border : 1px solid var(--div-border-color);
  border-radius: var(--div-radius);

  padding-left: 20px;
  padding-right: 20px;
  margin-top: 20px;
}

.homePhotosBloc{
  padding: 3px;
}

.gallery .divBloc{
  padding-left: 0px;
  padding-right: 0px;
  border : 0px solid var(--div-border-color);
  outline : 1px solid var(--div-border-color);
}

.selectionPage{
  padding-left: 15px;
  background-color: var(--service-block-color);
}

.gallery .divBlocLieux{
  background-color: var(--service-block-color);
  border-radius: var(--div-radius);

  padding-left: 20px;
  padding-right: 20px;
  margin-top: 20px;
  outline : 1px solid var(--div-border-color);
}

.galleryLieux{
  margin-left : -15px;
}

.flex{
  float: none;
  display :flex;
}

/**Footer**/
.footer {
  padding-top: 20px;
  padding-bottom: 30px;
  text-align: center;
  background-color: var(--banner-color);
}
.footer a {
  text-decoration: underline;
}
.footer p {
  color: var(--invert-text-color);
  margin-bottom: 0px;
  font-size: 14px;
}
.footer a:hover {
  color: var(--btn-text-hover-color);
}
.footer_social{
  margin-right: 3px;
  margin-left: 3px;
}
.footer_social_unit {
  margin: 5px;
}
.footer_text{
  margin-top: 20px;
}

.blog_page_left{
  margin-left: 0px;
}

.blog {
  width: 100%;
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left : -20px;
  float: left;
}
.blogThumb {
  width: 95%;
  background-color: var(--blog-thumb-color);
  border : 1px solid var(--div-border-color);
  border-radius: var(--div-radius);
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 20px;
  margin-left: 0px;
}

.home .blog{
  border : 0px solid var(--div-border-color);
  margin-top: 0px;
  padding-left :0px;
}
.blog .button {
  margin-top: 28px;
  margin-bottom: 31px;
}
.blog h2{
  padding: 0px;
  margin-bottom: 5px;
  margin-top: 5px;
  letter-spacing: -1.7px;
}
.blog h3{
  font-size: 22px;
  letter-spacing: -1px;
  margin-bottom: 0px;
}
.articleDetail{
  color:#777777;
  margin-top: 0px;
  margin-bottom: 10px;
  float: left;
}
.date{
  float: left;
  margin-right: 25px;
}
.views{
  float: left;
  margin-right: 25px;
  font-size: 12px;
  color: gray;
}
.hashtags{
  float: left;
}
.articleText{
  width: 100%;
  float: left;
}
.articleText .articleImg{
  margin-top: -5px;
}
.articleText > li{
  font-size: 15px;
  line-height: 20px;
}
.articleImg{
  margin-top: 0px;
  margin-bottom: 10px;
  object-fit : cover;
  width: 100%;
  height:250px;
  border-radius: 5px;
  border-style: solid;
  border-width: 3px;
}

.articleLieux {
  width: 95%;
  background-color: var(--blog-article-lieu-color);
  border : 2px solid var(--div-border-color);
  border-radius : 3px;
  padding-top :0px;
  padding-left: 2%;
  padding-right: 2%;
  margin-left :0px;
}

.articleLieux img{
  float:left;
  width: 40%;
  height: 150px;
  margin-right: 20px;
}

.articleLieuxText{
  float:none;
  margin-top: 25px;
}

.articleLieuxDetail{
  width: 100%;
  height: 25px;
}

.articleLieuxDetailNew{
  color: #d43638;
  font-size: 13px;
  font-weight: bolder;
}

.articleLieuxBackBtn{
  margin-top: -30px;
  position: fixed;
  color: white;
  z-index: 999;
}

.articleResume ul{
  line-height: 1.2;
}

.listeBtnLieux {
  width: 100%;
  float: left;
}

.btnLieux, .btnArticleReserver,.btnBoutiqueReserver, .btnBoutiqueEnLigne {
  color:var(--invert-text-color);
  background-color:var(--menu-color);
  font-size: 18px;
  line-height: 18px;
  width:18%;
  height:30px;
  text-align:center;
  padding: 5px;
  float: left;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  cursor: pointer;
  -webkit-transition: var(--animation-time) ease;
  transition: var(--animation-time) ease;
  box-sizing: border-box;
  min-width: 100px;
  margin-top: 5px;

  margin-right: 2%;
}

.btnBoutiqueReserver{
  width:100%;
  padding: 10px ;
  height:40px;
  float: none;
  margin-top: 15px;
  margin-bottom: 20px;
}

.btnArticleReserver, .btnBoutiqueEnLigne{
  width:300px;
  padding: 10px ;
  height:40px;
  float: none;
  margin-top: 15px;
  margin-bottom: 20px;
}

.btnLieux:hover {
  background-color:var(--btn-text-hover-color);
  -webkit-transition: width var(--animation-time) ease;
  transition: var(--animation-time) ease;
}

.btnSelected{
  background-color: var(--btn-text-hover-color);
  -webkit-transition: width var(--animation-time) ease;
  transition: var(--animation-time) ease;
}

.pagination{
  display: inline-block;
  width: 100%;
  padding: 10px;
  text-align: center;
}
.pageBtn{
  font-weight: 600;
  font-size: 20px;
  margin-right: 20px;
  margin-bottom: 30px;
}
#previousPage{
  /*float: left;*/
  width: auto;
  display: inherit;
}
#nextPage{
  /*float: right;*/
  width: auto;
  display: inherit;
}
.noMargin {
  margin-right: 0px;
}
/******** tarifs ********/
.services_bloc {
  background-color: var(--service-block-color);
  border : 1px solid var(--div-border-color);
  border-radius: var(--div-radius);

  margin-top: 20px;

  padding-left: 20px;
  padding-right: 20px;

  float: left;
  width: 95%;
}
.services_bloc h2{
  font-size: 25px;
  line-height: 30px;
  text-align: center;
}
.services_bloc h3{
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  margin-bottom: 15px;
}
.tarif {
  background-color: var(--service-tarif-color);

  padding-left: 30px;
  padding-bottom: 10px;
  padding-top: 10px;

  border : 1px solid var(--div-border-color);
  border-radius: var(--div-radius);
}
.tarif li{
  line-height: 20px;
}
.small {
  width: 330px;
}
.small + .small {
  margin-left: 20px
}

.left{
  float: left;
}

.itemListClick:hover {
  background-color: gold;
}


/*========================================================== ecran moyen 4/4 ====================================================*/
/*========================================================== ecran moyen 4/4 ====================================================*/
@media only screen and (max-width: 1199px) {
  .small {
    width: 257px;
  }
  .homePhotosBloc{
    padding: 0px;
  }
}
/*========================================================== petit pc 3/4 ====================================================*/
/*========================================================== petit pc 3/4 ====================================================*/
@media only screen and (max-width: 979px) {
  .nowrap {
    white-space: normal;
  }
  .btnLieuxSmall {
    font-size: 15px;
    display: block ruby;
    vertical-align: middle
  }
  .page_title {
    width: 600px;
    margin-top: 40px;
    margin-left: 20px;
  }
  .page_title h1{
    font-size: 25px;
    line-height: 25px;
  }
  #stuck_container {
    position: relative !important;
    box-shadow: none;
  }
  .small {
    padding-left: 10px;
    padding-right: 10px;
    width: 214px;
  }
  h2 {
    font-size: 27px;
  }
  .articleImg{
    object-fit : cover;
    width: 100%;
    height:200px;
  }
}
/*========================================================== petit pc 2/4 ====================================================*/
/*========================================================== petit pc 2/4 ====================================================*/
@media only screen and (max-width: 767px) {
  .site_logo {
    width: 50px;
    margin: auto;
    float: none;
  }
  .page_title {
    width: auto;
    float: none;
    text-align: center;
    margin-top: 5px;
  }
  h2 {
    font-size: 27px;
  }
  .sf-menu > li {
    margin-right: 10px;
  }
  .sep-1:after {
    left: 30px;
    right: 30px;
  }
  .img_profil{
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .button {
    font-size: 18px;
    width:90px;
  }
  .btn_see_all {
    width: 380px;
    margin-right: auto;
    margin-left: auto;
  }
  .socials {
    width: 100%;
  }
  .footer_right{
    padding-top: 10px;
  }
  .services_bloc {
    background-color:  var(--service-block-color);
    border : 1px solid var(--div-border-color);
    border-radius: var(--div-radius);

    margin-bottom: 10px;
    margin-left: 0;

    padding-left: 10px;
    padding-right: 10px;

    float: left;
    width: 95%;
    min-width: 0;
  }
  .services_bloc h2{
    margin-top: 10px;
    margin-bottom: 5px;
    text-align: center;
  }
  .services_bloc h3{
    font-size: 22px;
    padding-top: 0px;
    margin-top: 5px;
    margin-bottom: 10px;
    line-height: 20px;
    text-align: center;
  }
  .small + .small {
    margin-left: 0px
  }
  .tarif{
    margin-bottom: 0px;
  }
  .blog{
    width: 100%;
  }
  .blogThumb {
    background-color: var(--blog-thumb-color);
    margin-left: -10px;
    border : 1px solid var(--div-border-color);
    border-radius:var(--div-radius);
    padding-right: 10px;
    padding-left: 10px;
  }
  .articleDetail{
    font-size: 14px;
    margin-bottom: 10px;
  }
  .articleImg{
    object-fit : cover;
    width: 100%;
    height:150px;
  }

  .btnLieuxSmall {
    font-size: 15px;
  }

  .pageBtn{
    font-size: 20px;
    font-weight: 600;
    margin-right: 15px;
    margin-bottom: 20px;
  }
}
/*========================================================== petit pc 1/4 ====================================================*/
/*========================================================== petit pc 1/4 ====================================================*/
@media only screen and (max-width: 479px) {
  .site_logo {
    width: 50px;
    margin: auto;
    float: none;
  }
  .page_title {
    float: none;
    text-align: center;
    margin: 5px;
    margin-bottom: 0px;
  }
  h1 {
    color: var(--invert-text-color);
    font-size: 25px;
    letter-spacing: -2px;
    line-height: 25px;
  }
  h2 {
    font-size: 25px;
  }
  .sf-menu > li {
    float: none;
    text-align: right;
    margin-right: 30px;
  }
  .btn_see_all {
    width: 270px;
  }
  .button_list {
    width:250px;
    float: none;
    margin-bottom: 10px;
  }
  .button {
    font-size: 15px;
    width:65px;
  }
  .footer_right{
    margin-right: auto;
    margin-left: auto;
    padding-top: 5px;
    width:100%;
  }
  .footer_text{
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .pageBtn{
    font-size: 17px;
  }
}
