@charset "utf-8";


* {
  font-family: 'Raleway', sans-serif;
}

html, body, header, section, footer{
  margin:0;
  padding: 0;
}
header#mainHeader {
  position:fixed;
  top:0;
  width:100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
}
body, html{
  height:100%;
  background-size: 300px;
}
body{
  display:flex;
  flex-direction: column;
  justify-content: space-between;
  height:100%;
  overflow-y: scroll;
}
main {
  width: 100%;
  display:flex;
  overflow: auto;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
  margin-top: 60px;
  height:calc(100% - 133px);
}
.mainBlog {
  justify-content: flex-start;
}
.blogHeader {
  display:flex;
  justify-content: space-between;
  border-bottom: 1px solid lightgray;
  min-width: 50%;
  margin: 20px 0;
}
.parcoursCat {
  border-bottom: 1px solid lightgray;
}
.pubDate {
  color:gray;
  position: relative;
  bottom: -5px;
  z-index: -1;
}
.blogMainContent {
  display:flex;
  flex-direction: column;
  justify-content: flex-start;
}
.newsContainer {
  min-height: min-content;
  padding: 15px 25px;
  border:1px solid #cccccc96;
  margin-bottom: 15px;
}
article.template{
  display:flex;
  justify-content: center;
  flex-grow: 0;
  /* align-items: center; */

  /* -webkit-box-shadow: 3px 5px 7px 2px rgba(0,0,0,0.6);
  box-shadow: 3px 5px 7px 2px rgba(0,0,0,0.3); */
}


/* section.template:last-child {
  border: none;
} */
@media(max-width:1175px){
  article.template{
    width:100%;
  }
}
article.imgLeft{
  flex-direction: row;
}
article.imgRight{
  flex-direction: row-reverse;
}
article.imgLeft > div, article.imgRight > div{
  width:50%;
  text-align: center;
  max-height: 100%;
}
article.imgBottom{
  flex-direction: column;
}
article.imgTop{
  flex-direction: column-reverse;
}
article.imgTop > div, article.imgBottom > div{
  display:flex;
  justify-content: center;
  align-items: center;
}
article.noImage article:nth-child(2){
  display:none;
}
@media(max-width:800px){
  article.imgLeft{
    flex-direction: column;
  }
  article.imgRight{
    flex-direction: column;
  }
  article.imgLeft > div, article.imgRight > div {
    width:100% !important;
  }
  .blogHeader{
    width:100%;
  }
}
article.template img{
  /** max-width: 500px; **/
  max-height: 500px;
}
@media(max-width:500px){
  article.template img{
    width: 100%;
    height:auto;
  }
}
main>section{
  width:1000px;
  max-width: 1800px;
}
@media(max-width:1000px){
  main>section{
    width:100%;
  }
}
.navButton {
  position:absolute;
  padding:50px;
  cursor:pointer;
}
.navButton i{
  font-size: 25px;
}
.goLeft {
  left:10px;
}
.goRight {
  right:10px;
}
.dateActu {
  color:gray;
  font-style: italic;
  padding-right:30px;
}
a{
  text-decoration: none !important;
  color:black;
}
a:hover{
  color:rgb(46, 46, 46);
}

.conctactContainer {
  display:flex;
  width: 1000px;
  align-items: center;
}
.conctactContainer > div {
  width:50%;
}
.conctactContainer > section {
  width:50%;
}

@media(max-width:1000px){
  .conctactContainer {
    width:100%;
  }
}

@media(max-width:800px){
  .conctactContainer {
    display: block;
  }
  .conctactContainer > div {
    width:100%;
    text-align: center;
  }
  .conctactContainer > section {
    width:100%;
  }
  .conctactContainer img {
    max-height: 300px;
    padding:0 20px;
  }
}

.contact-first{
  display:flex;
  justify-content: space-between;
}
.contactFormErrors {
  display:none;
  color:red;
}
@media(max-width:1075px){
  .contact-first{
    justify-content: space-around;
  }
  header{
    height:auto;
  }
  .part-top{
    text-align: center;
    padding:0 0 15px;
    border-bottom: 8px solid #7b4167;
  }
  .part-top #esth-subtitle{
    margin:0;
    padding:0;
  }
  #header-section{
    display:flex;
    flex-direction: column;
    height:auto;
    border:0;
    margin:0;
  }
  div.contact{
    position: static;
    height:auto;
    background-color: #f09bb2;
    padding:15px 0;
  }
  div.part-bottom{
    display:none;
  }
}
@media(max-width:570px){
  .contact-first{
    flex-direction: column;
  }
}
.footer_container{
  display:flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 100%;
  /* padding:5px 0; */
}
.footer_container > div {
  flex:1;
  height:60px;
  display:flex;
  justify-content: center;
  align-items: center;
}

footer section {
  width: 100%;
}
.mention_legales{
  text-align: center;
}
@media(max-width:600px){
  .footer_container .responsiveDisplay{
    display: none;
  }
  .footer_container{
    justify-content: space-around;
  }
  .footer_container > div {
    display:flex;
    justify-content: center;
    align-items: center;
    height:40px;
  }
  main {
    margin-bottom: 40px;
  }
}
footer {
  display:flex;
  justify-content: center;
  position: fixed;
  bottom:0;
  background-color: white;
  width:100%;
}
footer section h3{
  text-align: center;
}
.footer_map {
  cursor:pointer;
}

h1, h2, h3{
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
  color:rgb(80,80,80);
}
h2 {
  margin-bottom: 0;
}
h1{
  font-size: 2rem;
  margin-top: 5px;
}
.part-top, .part-bottom{
  height:50%;
}
.part-bottom{
  position:relative;
  background-color: #f09bb2;
}
.border-top{
  position:absolute;
  top:-2px;
  width:0px;
  border-top: 8px solid #7b4167;
}
.contact{
  padding-top: 5px;
  display:flex;
  flex-direction: column;
  text-align: center;
  position:absolute;
  height:120px;
  top:0;
  right:20px;
}
.address{
  font-size: 20px;
}
@media(max-width:1075px){
  .address{
    color:black;
    text-shadow: none;
  }
}
.number{
  font-size: 20px;
  color:black;
  z-index: 2;
}
.horaires{

}
.map{
  width:100%;
  margin:0 auto;
}
#mainnav{
  display: flex;
  justify-content: flex-end;
  font-size: 15px;
  text-transform: uppercase;
  padding: 10px 0;
  font-size: 12px;
  margin: 5px 0 10px;
}
.menu_toogle{
  display:none;
}
#mainnav li{
  list-style-type: none;
}
#mainnav li a{
  padding: 15px;
  -webkit-transition: background-color 1s; /* For Safari 3.1 to 6.0 */
  transition: background-color 1s;
}
@media(max-width:745px){
  #mainnav li a{
    padding: 15px 5px;
  }
}
#first_nav{
  width: 1175px;
  display:flex;
  justify-content: space-between;
  margin: 10px auto 10px;
}
@media(max-width:1175px){
  #first_nav{
    width: 100%;
  }
}

.fa-bars {
  display:none !important;
}

@media(max-width:600px){
  #first_nav{
    background-color: white;
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 0;
  }
  .mainTitle {
    width:100%;
  }
  .title_container {
    display:flex;
    justify-content: space-between;
    align-items: center;
    padding:5px 15px;
  }
  .fa-bars{
    display:block !important;
    font-size: 22px !important;
  }

  .menu_toogle{
    display:block;
    padding: 10px 0 10px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
  }
  .menu_toogle i{
    float:left;
    padding-left: 20px;
  }
  #mainnav{
    list-style: initial;
    list-style-type: square;
    flex-wrap: nowrap;
    flex-direction: column;
    display:none;
    padding: 0;
    margin: 0;
  }
  #mainnav li{
    padding: 0;
    border-bottom: 1px dashed lightgrey;
  }
  #mainnav li:nth-child(1){
    border-top: 1px dashed lightgrey;
  }
  #mainnav li:last-child{
    border-bottom: 0;
  }
  #mainnav li a{
    display:block;
    padding: 10px 0 10px 20px;
    height: 100%;
    width:100%;
  }
  header#mainHeader {
    display: block;
  }
}
#mainnav li a:hover{
  border-bottom: 1px solid lightgray;
}
#mainnav li.active a{
  /* background-color: #979797; */
  border:1px solid gray;
}
#footernav{
  list-style-type: none;
  display:flex;
  flex-direction: column;
}
@media(max-width:750px){
  .footernav_section{
    display:none;
  }
}
fieldset p {
  display:flex;
  justify-content: space-between;
}
input, textarea {
  width:100%;
}

@media(max-width:600px){
  .txtright{
    text-align: center;
  }
  input, textarea {
    padding: 0 20px;
    margin:auto !important;
  }
  label{
    display:none;

  }
}
fieldset p.txtright {
  min-width: 500px;
  display:flex;
  align-items: flex-end;
}
section.presentation, section.maininfo{
  display:flex;
  flex-direction: column;
  justify-content: space-around;
  padding:100px;
  text-align: center;
  max-width: 1500px;
  margin:0 auto;
}
section.maininfo{
  padding:30px;
  background-color: #FAE0E7;
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 30px;
}
@media(max-width:600px){
  section.presentation{
    padding: 30px 20px;
  }
}
section.info{
  display:flex;
  justify-content: center;
  align-items: center;
  height:300px;
  max-width: 1500px;
  margin:0 auto;
  background-color: rgba(255, 255, 255, 0.9);
}
section.reverse{
  flex-direction: row-reverse;
}
@media(max-width:790px){
  section.info:nth-child(1){
    margin-top: 15px;
  }
  section.info{
    flex-direction: column;
    height:auto;
    margin-bottom: 30px;
  }
}
div.image{
  display:flex;
  justify-content: center;
  align-items: center;
  flex:1;
  height:100%;
}
div.image img{
  height:100%;
  width:auto;
}
.showup{
  opacity: 0;
}
article.content{
  position:relative;
  padding: 0 100px;
  text-align: center;
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex:2;
  height:100%;
}
@media(max-width:600px){
  article.content{
    padding: 0 20px;
  }
}

.slider_container{
  position:relative;
  background-color: rgb(252, 237, 241);
  height:466px;
}
.loader {
  position:absolute;
  z-index: 2;
  top:80px;
  left:0;
  right:0;
  margin-left: auto;
  margin-right: auto;
  border: 16px solid rgb(250, 170, 200);
  border-radius: 50%;
  border-top: 16px solid rgb(123, 65, 103);
  width: 300px;
  height: 300px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.single-item{
  display:none;
}
/*CONTACT*/
div.contact_container{
  display:flex;
}

.page_contact{
  width:50%;
}
@media(max-width:600px){
  div.contact_container{
    flex-direction: column-reverse;
  }
  .page_contact{
    width:100%;
  }
}
.page_contact iframe{
  width:80%;
  height:300px;
}
.map{
  text-align: center;
}
.page_contact h2{
  text-align: center;
}
/*TARIFS*/
section#tarifs{
  display:flex;
  flex-direction: column;
  position:absolute;
  top:250px;
  right:100px;
}
@media(max-width:790px){
  section#tarifs{
    padding:0 0 30px;
  }
}

div.row{
  display:flex;
  width:100%;
  background-color: rgba(255,255,255,0.9);
}
div.row2{
  background-color: rgb(250, 221, 228);
}
.tarif_item:nth-of-type(1){
  flex: 3;
}
.tarif_item:nth-of-type(2){
  flex: 1;
}
.tarif_item:nth-of-type(3){
  flex: 1;
}
.tarif_item:nth-of-type(4){
  flex: 1;
}
.tarif_item input{
  border-radius: 0;
  background-color: transparent;
  border:0;
  cursor: pointer;
}
.session_message{
  position: fixed;
  background-color: rgb(170, 57, 57);
  color:white;
  top: 0;
  width: 100%;
  text-align: center;
  padding: 10px 0 10px;
  z-index: 3;
}
.valid{
  background-color: rgb(45, 136, 45);
}
.fa-remove{
  position: absolute;
  right: 20px;
  top:10px;
  cursor: pointer;
  color:white;
}
.button{
  display: block;
  padding: 5px;
  border:1px solid #7B4167;
  margin-top: 15px;
}
.container-button{
  display:flex;
  justify-content: flex-end;
}
.container_info{
  display:inline-block;
  width:50%;
  margin-left: 100px;
  box-shadow: 0 0 15px #888888;
  padding: 10px;
}
.inline {
  display:inline-block;
  vertical-align: top;
}
.linePhoto {
  cursor:pointer;
  align-items: center;
  display:grid;
  grid-template-columns: repeat(6,1fr);
  margin-bottom: 8px;
  -webkit-box-shadow: 4px 4px 5px 0px rgba(105,105,105,1);
  -moz-box-shadow: 4px 4px 5px 0px rgba(105,105,105,1);
  box-shadow: 4px 4px 5px 0px rgba(105,105,105,1);
}
.infoPhotos {
  display:flex;
  justify-content: space-between;
  padding: 0 8px;
  color: rgb(66, 66, 66);
}
/* @media (max-width: 500px) {
  .linePhoto {
    align-items: center;
    margin: 5px 0;
  }
} */

.linePhoto:hover {
  -webkit-filter: brightness(100%); /* Safari 6.0 - 9.0 */
  filter: brightness(100%);
}
.modale {
  display:none;
  position:absolute;
  height:100%;
  width:100%;
  background-color: rgba(255, 255, 255, 0.7);
  /* display:flex; */
  justify-content: center;
  align-items: center;
}

.description_photo{
  color:gray;
  display:flex;
  justify-content: flex-end;
}
.chevronButton{
  padding:50px;
  position: absolute;
}
.leftImage{
  left:0;
}
.rightImage{
  right:0;
}
@media (max-width: 700px) {
 .chevronButton {
   padding:25px;
 }
}

.transition-fade {
  transition: 0.4s;
  opacity: 1;
}

html.is-animating .transition-fade {
  opacity: 0;
}
.containerCat {
  display:flex;
  max-width: 600px;
  margin:auto;
  flex-direction: column;
  /* justify-content: space-between; */
  align-items: center;
}
.containerCat h2 {
  margin-right: auto;
}
/* @media (max-width: 1000px) {
  .containerCat {
    flex-direction: column-reverse;
  }
} */
.parcoursArticle {
  margin: 10px 0;
}
.container-parcours, .container-liens {
  padding:0 10px;
}
.categorie_parcours {
  background:#eeeeee;
  border:1px solid #cccccc;
  padding:5px 10px;
  color:#7f8c8d;
  font-weight: bolder;
  font-size: 18px;
  border-radius: 10px;
  margin: 10px 0;
}
.toggle_parcours {
  display:none;
}

/*  LIENS */
.link_link{
  text-align: right;
  margin-right: 15px;
  width:50%;
}
.linkContainer{
  display:flex;
  padding: 5px 0;
}
.link_description {
  width:50%;
}
.linkContainer div {
  letter-spacing: 7px;
}
/* OSM */
#mapid {
  display: none;
  height:300px;
  width:500px;
  position:absolute;
  right:15px;
  bottom:60px;
  border: 16px solid white;
}
@media (max-width: 500px) {
  #mapid {
    width:100% !important;
    right:0px !important;
    border:0 !important;
  }
}
