@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Cinzel|Maven+Pro:400,500,700");
@import url(styles_contenu.css);
body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  position: relative; }
  @media (min-width: 768px) {
    body {
      padding-left: 350px; } }

.overflow {
  overflow: hidden; }

#block_header {
  overflow: hidden;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 350px;
  height: 100%;
  border-right: solid 1px #ebebeb;
  background: #ffffff;
  z-index: 4; }
  @media (max-width: 767px) {
    #block_header {
      position: static;
      width: auto;
      border-right: none; } }

#header {
  overflow: auto;
  top: 0;
  height: 100%;
  box-sizing: content-box; }
  @media (min-width: 768px) {
    #header {
      width: 350px;
      padding-right: 50px; } }
  @media (max-width: 767px) {
    #header {
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      height: 100px;
      padding: 20px;
      overflow: hidden; } }
  @media (max-width: 479px) {
    #header {
      flex-direction: row;
      height: 120px;
      padding: 10px; } }

#langues a img {
  opacity: .25; }
#langues a.current img, #langues a:hover img {
  opacity: 1; }
@media (min-width: 768px) {
  #langues {
    display: flex;
    flex-direction: row;
    width: 350px;
    border-bottom: solid 1px #e9dbcc; }
    #langues a {
      flex: 1 1 auto;
      padding: 15px;
      text-align: center; }
      #langues a + a {
        border-left: solid 1px #e9dbcc; } }
@media (max-width: 767px) {
  #langues {
    order: 3;
    width: 100px;
    height: 20px;
    text-align: right; }
    #langues a {
      display: inline-block; }
      #langues a img {
        display: block; } }
@media (max-width: 479px) {
  #langues {
    position: absolute;
    top: 10px;
    right: 10px;
    width: auto; } }

#logo {
  display: block;
  width: 350px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center; }
  @media (max-width: 767px) {
    #logo {
      order: 2;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 50%;
      height: 100%;
      padding: 0; }
      #logo img {
        width: 180px;
        height: auto; } }
  @media (max-width: 479px) {
    #logo {
      order: 1;
      width: 100%;
      height: auto; }
      #logo img {
        width: 130px; } }

#menu {
  width: 350px; }
  #menu a:hover {
    text-decoration: none; }
  #menu > ul > li > a {
    display: block;
    margin: 0 40px;
    padding: 3px 5px;
    font: 500 17px/33px "Maven Pro", sans-serif, FontAwesome;
    text-align: center;
    color: #0c232c; }
    #menu > ul > li > a.background {
      background: #f6f0ea; }
    #menu > ul > li > a.stars:after {
      content: " \f005\00a0\f005\00a0\f005";
      font-size: 12px; }
    #menu > ul > li > a.current, #menu > ul > li > a:hover {
      color: #70b4dc; }
  #menu > ul > li:after {
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    margin: 5px auto;
    background: #d4b79a; }
  @media (min-width: 768px) {
    #menu #toggle_menu, #menu .sous_menu {
      display: none; } }
  @media (max-width: 767px) {
    #menu {
      order: 1;
      width: 100px;
      height: 100%; }
      #menu #toggle_menu {
        display: flex;
        align-items: flex-end;
        justify-content: center;
        width: 100%;
        height: 100%;
        padding-bottom: 10px;
        font: 500 18px/22px "Maven Pro", sans-serif, FontAwesome; }
        #menu #toggle_menu span {
          margin-left: 5px; }
      #menu:not(.active) > ul {
        display: none; }
      #menu.active > ul {
        display: block; }
      #menu > ul {
        position: absolute;
        top: 140px;
        left: 0;
        right: 0;
        border-top: solid 1px #afd6f1;
        background: #ffffff;
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.03); }
        #menu > ul > li > a {
          margin: 0;
          padding: 10px;
          font: 500 15px/20px "Maven Pro", sans-serif, FontAwesome; }
          #menu > ul > li > a.background {
            background: none;
            color: #70b4dc; }
          #menu > ul > li > a.current, #menu > ul > li > a:hover {
            background: #f6f0ea;
            color: inherit; }
        #menu > ul > li:after {
          display: none; }
        #menu > ul > li > .sous_menu li a {
          display: block;
          padding: 10px;
          font: 400 14px/20px "Maven Pro", sans-serif, FontAwesome;
          background: #e9f3f9;
          text-align: center; }
          #menu > ul > li > .sous_menu li a img {
            display: none; }
          #menu > ul > li > .sous_menu li a.current, #menu > ul > li > .sous_menu li a:hover {
            background: #f6f0ea;
            color: inherit; }
        #menu > ul > li > .sous_menu li + li {
          border-top: solid 1px #fbfdfe; }
        #menu > ul > li + li {
          border-top: solid 1px #e9f3f9; } }
  @media (max-width: 479px) {
    #menu {
      order: 2;
      height: auto; } }

#ConstellationButtonContainer6edafbf4-e75d-4f36-8c4e-f099bb4ba3ff #BtnLaunchBooking {
  display: block;
  width: 270px;
  margin: 20px auto 0;
  border: solid 1px #afd6f1;
  padding: 10px;
  font: 500 18px/33px "Maven Pro", sans-serif, FontAwesome;
  text-transform: uppercase;
  text-align: center;
  background: #afd6f1;
  color: #ffffff; }
  #ConstellationButtonContainer6edafbf4-e75d-4f36-8c4e-f099bb4ba3ff #BtnLaunchBooking:hover {
    text-decoration: none;
    background: #ffffff;
    color: #70b4dc; }
@media (max-width: 767px) {
  #ConstellationButtonContainer6edafbf4-e75d-4f36-8c4e-f099bb4ba3ff {
    order: 5; }
    #ConstellationButtonContainer6edafbf4-e75d-4f36-8c4e-f099bb4ba3ff #BtnLaunchBooking {
      width: 100px;
      height: 30px;
      margin: 0 0 10px;
      padding: 0;
      font: 500 12px/28px "Maven Pro", sans-serif, FontAwesome; } }
@media (max-width: 479px) {
  #ConstellationButtonContainer6edafbf4-e75d-4f36-8c4e-f099bb4ba3ff {
    order: 3; }
    #ConstellationButtonContainer6edafbf4-e75d-4f36-8c4e-f099bb4ba3ff #BtnLaunchBooking {
      height: auto;
      margin: 0; } }

#bloc_sous_menus {
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 270px;
  height: 100%;
  background: rgba(12, 35, 44, 0.9);
  z-index: 3; }
  #bloc_sous_menus:not(.active) {
    left: 80px; }
  #bloc_sous_menus.active {
    left: 350px; }
  #bloc_sous_menus #toggle_sous_menus {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    display: block;
    width: 20px;
    height: 100%;
    border: none;
    text-align: center;
    color: #ffffff;
    background: #afd6f1; }
    #bloc_sous_menus #toggle_sous_menus:after {
      content: "\f053"; }
  #bloc_sous_menus .sous_menu {
    overflow: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 250px;
    height: 100%;
    padding-right: 50px;
    box-sizing: content-box; }
    #bloc_sous_menus .sous_menu:not(.active) {
      pointer-events: none;
      opacity: 0; }
    #bloc_sous_menus .sous_menu.active {
      opacity: 1; }
    #bloc_sous_menus .sous_menu > li {
      width: 250px; }
      #bloc_sous_menus .sous_menu > li > a {
        display: block;
        padding: 0 10px;
        font: 500 16px/20px "Maven Pro", sans-serif, FontAwesome;
        text-align: center;
        color: #ffffff; }
        #bloc_sous_menus .sous_menu > li > a img {
          width: 210px;
          height: 120px;
          object-fit: cover;
          transform: scale(0.9); }
        #bloc_sous_menus .sous_menu > li > a span {
          display: block;
          margin-top: 10px; }
        #bloc_sous_menus .sous_menu > li > a.current, #bloc_sous_menus .sous_menu > li > a:hover {
          text-decoration: none; }
          #bloc_sous_menus .sous_menu > li > a.current img, #bloc_sous_menus .sous_menu > li > a:hover img {
            transform: scale(1); }
          #bloc_sous_menus .sous_menu > li > a.current span, #bloc_sous_menus .sous_menu > li > a:hover span {
            color: #70b4dc; }
      #bloc_sous_menus .sous_menu > li + li > a {
        margin-top: 35px; }
      #bloc_sous_menus .sous_menu > li:first-child {
        margin-top: 100px; }
      #bloc_sous_menus .sous_menu > li:last-child {
        margin-bottom: 50px; }
  @media (max-width: 767px) {
    #bloc_sous_menus {
      display: none; } }

#resaux_sociaux {
  margin-top: 20px;
  text-align: center; }
  #resaux_sociaux a {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: solid 1px #d1e6f0;
    border-radius: 100%;
    line-height: 40px;
    text-align: center;
    background: #ffffff;
    color: #96c7e5; }
    #resaux_sociaux a:hover {
      border-color: transparent;
      text-decoration: none;
      background: #96c7e5;
      color: #ffffff; }
    #resaux_sociaux a span {
      display: none; }
    #resaux_sociaux a.facebook:hover {
      background: #3b5998; }
    #resaux_sociaux a.twitter:hover {
      background: #55acee; }
    #resaux_sociaux a.linkedin:hover {
      background: #007bb5; }
    #resaux_sociaux a.instagram:hover {
      background: #e95950; }
    #resaux_sociaux a.google-plus:hover {
      background: #dd4b39; }
    #resaux_sociaux a.pinterest:hover {
      background: #cb2027; }
    #resaux_sociaux a.tripadvisor:hover {
      background: #00a680; }
    #resaux_sociaux a[href="#"] {
      display: none; }
  @media (max-width: 767px) {
    #resaux_sociaux {
      overflow: hidden;
      order: 4;
      width: 100px;
      height: 30px;
      margin: 0;
      font-size: 0;
      text-align: right; }
      #resaux_sociaux a {
        width: 30px;
        height: 30px;
        border: none;
        border-radius: 0;
        font-size: 15px;
        line-height: 30px; } }
  @media (max-width: 479px) {
    #resaux_sociaux {
      display: none; } }

#bloc_tripadvisor {
  margin-top: 20px;
  margin-bottom: 40px; }
  #bloc_tripadvisor > * {
    width: 300px;
    height: 55px;
    margin: auto;
    border: solid 1px #00a680;
    box-sizing: content-box; }
    #bloc_tripadvisor > * .narrow {
      width: auto !important; }
    #bloc_tripadvisor > * > img {
      float: left; }
  @media (max-width: 767px) {
    #bloc_tripadvisor {
      display: none; } }

#block_reservation_rapide {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  background: #afd6f1;
  font: 500 15px "Maven Pro", sans-serif, FontAwesome;
  color: #ffffff;
  z-index: 2; }
  #block_reservation_rapide #telephone {
    display: flex;
    align-items: center;
    height: 60px;
    padding-left: 50px;
    background: url(../images/icon_phone.png) left center no-repeat;
    white-space: nowrap; }
  #block_reservation_rapide #disponibilites {
    display: flex;
    align-items: center;
    height: 60px;
    display: none; }
    #block_reservation_rapide #disponibilites a {
      margin: auto;
      text-decoration: underline; }
  #block_reservation_rapide #reservation_rapide {
    display: flex;
    align-items: center;
    flex: 1 1 auto;
    font-size: 0;
    display: none; }
    #block_reservation_rapide #reservation_rapide > * {
      display: inline-block;
      margin: 0 10px;
      font-size: 13px; }
    #block_reservation_rapide #reservation_rapide p {
      text-align: center; }
      #block_reservation_rapide #reservation_rapide p label {
        font-size: 18px;
        font-weight: 500;
        white-space: nowrap; }
        #block_reservation_rapide #reservation_rapide p label:after {
          content: "* :"; }
      #block_reservation_rapide #reservation_rapide p input {
        color: #0c232c; }
    #block_reservation_rapide #reservation_rapide input {
      height: 40px;
      border: none;
      text-align: center; }
    #block_reservation_rapide #reservation_rapide input[type="submit"] {
      padding: 0 30px;
      font-size: 18px;
      text-transform: uppercase;
      background: #70b4dc; }
      #block_reservation_rapide #reservation_rapide input[type="submit"]:hover {
        background: #ffffff;
        color: #70b4dc; }
  @media (min-width: 1200px) {
    #block_reservation_rapide #telephone, #block_reservation_rapide #disponibilites {
      margin-right: 20px;
      border-right: solid 1px #d7ebf8;
      padding-right: 20px; } }
  @media (max-width: 1199px) {
    #block_reservation_rapide {
      flex-wrap: wrap; }
      #block_reservation_rapide #reservation_rapide {
        flex-wrap: wrap; }
        #block_reservation_rapide #reservation_rapide p {
          margin: 0 10px 10px 0; }
          #block_reservation_rapide #reservation_rapide p label {
            width: 150px;
            text-align: left; }
        #block_reservation_rapide #reservation_rapide input[type="submit"] {
          margin: 0 10px 10px 0; } }
  @media (max-width: 991px) {
    #block_reservation_rapide {
      position: relative; } }
  @media (max-width: 767px) {
    #block_reservation_rapide {
      display: none; } }

.co-widget-p-link-gift-voucher {
  display: none; }

#main {
  display: block;
  flex: 1 1 auto; }

#diaporama {
  overflow: hidden;
  position: relative;
  display: flex;
  background: #ffffff;
  color: #ffffff;
  z-index: 0;
  /*@media (max-width: $screen-xs-max) {
  	height: 300px;
  }*/ }
  #diaporama .photo {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    z-index: 0;
    order: 0;
    transition: 1000ms; }
    #diaporama .photo.current {
      position: relative;
      opacity: 1;
      z-index: 1;
      order: 1; }

/*#accueil #diaporama {
	height: 516px;
	@media (max-width: $screen-md-max) {
		height: 400px;
	}
}*/
#block_presentation, #actualites {
  float: left;
  margin-bottom: 30px; }

#block_presentation {
  width: 75%;
  padding: 10px; }
  #block_presentation #presentation {
    width: 100%;
    height: 100%;
    padding-right: 300px;
    padding-left: 30px;
    background: #f6f0ea url(../images/map_background.png) right center no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center; }
    #block_presentation #presentation .rte {
      padding: 30px;
      text-align: center; }
      #block_presentation #presentation .rte h1 {
        margin-bottom: 45px; }
        @media (max-width: 767px) {
          #block_presentation #presentation .rte h1 {
            margin-bottom: 25px; } }
      #block_presentation #presentation .rte p {
        margin-bottom: 12px; }
  @media (max-width: 1499px) {
    #block_presentation {
      width: 65%; }
      #block_presentation #presentation {
        padding-right: 30px;
        background-image: url(../images/map_background2.png); } }
  @media (max-width: 1199px) {
    #block_presentation {
      width: 100%;
      margin-bottom: 0; }
      #block_presentation #presentation {
        padding: 0; } }
  @media (max-width: 767px) {
    #block_presentation {
      margin-bottom: 20px; } }
  @media (max-width: 479px) {
    #block_presentation {
      padding: 0; } }

#actualites {
  width: 25%;
  padding-top: 35px;
  padding-right: 30px; }
  #actualites > .titre {
    margin-bottom: 30px;
    font: 30px "Cinzel", serif, FontAwesome; }
  #actualites .actualite + .actualite {
    margin-top: 40px; }
  #actualites .actualite .image {
    float: left;
    width: 100px;
    height: 100px;
    margin-right: 30px;
    border-radius: 100%;
    overflow: hidden; }
    #actualites .actualite .image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  #actualites .actualite .text {
    overflow: hidden; }
    #actualites .actualite .text .titre {
      margin-bottom: 10px;
      font: 500 20px/22px "Maven Pro", sans-serif, FontAwesome;
      text-transform: uppercase; }
    #actualites .actualite .text .date {
      margin-bottom: 10px;
      font: 700 16px "Arial", sans-serif, FontAwesome;
      color: #70b4dc; }
    #actualites .actualite .text .resume {
      position: relative;
      margin-bottom: 15px;
      overflow: hidden; }
  @media (max-width: 1499px) {
    #actualites {
      width: 35%; } }
  @media (max-width: 1199px) {
    #actualites {
      width: 100%;
      margin-bottom: 0;
      padding: 0 30px; } }
  @media (max-width: 767px) {
    #actualites > .titre {
      font-size: 25px; }
    #actualites .actualite .text .titre {
      font-size: 16px; } }
  @media (max-width: 479px) {
    #actualites {
      padding: 0 15px; }
      #actualites .actualite .image {
        width: 75px;
        height: 75px;
        margin-right: 15px; } }

.detail {
  display: inline-block;
  border: solid 1px #70b4dc;
  padding: 5px 15px;
  font: 13px "Arial", sans-serif, FontAwesome;
  color: #70b4dc; }
  .detail:hover {
    text-decoration: none;
    background: #70b4dc;
    color: #ffffff; }
  .detail:after {
    content: " ›"; }

#activites {
  clear: both;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
  padding: 5px; }
  #activites > .titre {
    order: 0;
    position: relative;
    margin: 0 0 10px;
    font: 400 30px/42px "Cinzel", serif, FontAwesome;
    text-align: center; }
    #activites > .titre a {
      display: inline-block;
      padding: 0 20px;
      background: #ffffff; }
    #activites > .titre:after {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      left: 40px;
      right: 40px;
      height: 1px;
      background: #ced3d5;
      z-index: -1; }
  #activites .lien {
    flex: 1;
    order: 1;
    position: relative;
    display: block;
    margin: 5px;
    height: 150px; }
    #activites .lien .image {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    #activites .lien .titre {
      position: absolute;
      top: 0;
      bottom: 0;
      display: flex;
      justify-content: center;
      align-items: flex-end;
      width: 100%;
      height: 100%;
      padding: 15px 0;
      font: 500 14px/17px "Maven Pro", sans-serif, FontAwesome;
      text-transform: uppercase;
      text-align: center;
      background: linear-gradient(to bottom, transparent 50%, rgba(12, 35, 44, 0.9) 100%);
      color: #ffffff; }
    #activites .lien:hover .titre {
      background-color: rgba(12, 35, 44, 0.5); }
  @media (max-width: 1199px) {
    #activites > .titre {
      order: 1;
      width: 100% !important; }
    #activites .lien {
      height: 120px; } }
  @media (max-width: 767px) {
    #activites > .titre {
      font-size: 25px; }
    #activites .lien .titre {
      font-size: 16px; } }
  @media (max-width: 479px) {
    #activites {
      flex-wrap: wrap; }
      #activites > .titre {
        margin: 10px 0;
        font-size: 20px; }
      #activites .lien {
        min-width: calc(50% - 10px);
        max-width: calc(50% - 10px); }
        #activites .lien .titre {
          font-size: 14px; } }

/*#activites {
	clear: both;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 45px;
	padding: 0 5px;
	.categorie {
		> .titre {
			position: relative;
			margin: 0 40px 15px;
			font: 400 30px/42px $font-cinzel;
			text-align: center;
			a {
				display: inline-block;
				padding: 0 20px;
				background: $white;
			}
			&:after {
				content: "";
				display: block;
				position: absolute;
				top: 50%;
				width: 100%;
				height: 1px;
				background: #ced3d5;
				z-index: -1;
			}
		}
		ul {
			display: flex;
			flex-direction: row;
			justify-content: space-between;
			li {
				padding: 5px;
				.lien {
					position: relative;
					display: block;
					.image {
						width: 100%;
						height: 100%;
						object-fit: cover;
					}
					.titre {
						position: absolute;
						top: 0;
						bottom: 0;
						display: flex;
						justify-content: center;
						align-items: flex-end;
						width: 100%;
						height: 100%;
						padding: 15px;
						font: 500 14px/17px $font-maven;
						text-transform: uppercase;
						text-align: center;
						background: linear-gradient(to bottom, transparent 50%, rgba(#0c232c, .9) 100%);
						color: $white;
					}
					&:hover .titre {
						background-color: rgba(#0c232c, .5);
					}
				}
			}
		}
	}
	@media (max-width: $screen-md-max) {
		flex-direction: column;
		.categorie {
			margin-top: 30px;
		}
	}
	@media (max-width: $screen-sm-max) {
		.categorie {
			> .titre {
				font-size: 25px;
			}
			ul {
				flex-wrap: wrap;
				li {
					width: 50%;
					float: left;
					.lien {
						.titre {
							font-size: 16px;
						}
					}
				}
			}
		}
	}
	@media (max-width: $screen-xs-max) {
		.categorie {
			> .titre {
				margin: 0 15px 15px;
				font-size: 20px;
			}
			ul {
				li {
					.lien {
						.titre {
							font-size: 14px;
						}
					}
				}
			}
		}
	}
}*/
#block_contact {
  display: flex;
  flex-direction: row;
  height: 230px; }
  #block_contact #map {
    flex: 1 1 auto;
    border: none; }
  #block_contact #block_adresse, #block_contact #contact {
    width: 265px;
    display: flex;
    align-items: center;
    justify-content: center; }
    #block_contact #block_adresse > *, #block_contact #contact > * {
      width: 165px; }
  #block_contact #block_adresse {
    font: 500 13px/22px "Maven Pro", sans-serif, FontAwesome;
    background: #fbf8f5; }
    #block_contact #block_adresse .titre {
      display: block;
      margin-bottom: 20px;
      font: 700 18px/22px "Maven Pro", sans-serif, FontAwesome;
      text-transform: uppercase; }
    #block_contact #block_adresse span {
      text-transform: uppercase; }
    #block_contact #block_adresse .tel {
      display: block;
      margin-top: 15px; }
  #block_contact #contact {
    background: #afd6f1; }
    #block_contact #contact label, #block_contact #contact input {
      display: block; }
    #block_contact #contact label {
      width: 130px;
      margin-bottom: 10px;
      font: 700 18px/22px "Maven Pro", sans-serif, FontAwesome;
      text-transform: uppercase;
      color: #ffffff; }
    #block_contact #contact #email {
      width: 100%;
      height: 35px;
      margin-bottom: 5px;
      border: none;
      padding: 0 15px;
      font: 500 13px/16px "Maven Pro", sans-serif, FontAwesome;
      background: #ffffff; }
    #block_contact #contact input[type="submit"] {
      width: 100%;
      height: 35px;
      border: none;
      font: 700 12px/15px "Maven Pro", sans-serif, FontAwesome;
      text-transform: uppercase;
      background: #70b4dc;
      color: #ffffff; }
      #block_contact #contact input[type="submit"]:hover {
        background: #ffffff;
        color: #70b4dc; }
  @media (max-width: 1199px) {
    #block_contact {
      flex-direction: column;
      height: auto; }
      #block_contact #block_adresse, #block_contact #contact {
        width: auto; }
        #block_contact #block_adresse > *, #block_contact #contact > * {
          width: auto;
          padding: 30px; } }
  @media (max-width: 767px) {
    #block_contact {
      flex-direction: row;
      flex-wrap: wrap; }
      #block_contact #map {
        width: 100%;
        height: 230px; }
      #block_contact #block_adresse, #block_contact #contact {
        width: 50%; } }
  @media (max-width: 479px) {
    #block_contact #block_adresse, #block_contact #contact {
      width: 100%; }
      #block_contact #block_adresse > *, #block_contact #contact > * {
        width: 100%;
        padding: 30px; }
    #block_contact #contact label {
      width: 100%; } }

#liens {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 5px; }
  #liens .lien {
    padding: 15px; }
    #liens .lien img {
      max-height: 45px;
      filter: grayscale(100%); }
    #liens .lien:hover img {
      filter: grayscale(0%); }
  @media (max-width: 767px) {
    #liens .lien img {
      filter: none; } }
  @media (max-width: 479px) {
    #liens .lien {
      padding: 10px; } }

#footer {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 20px 50px;
  font: 500 13px/20px "Maven Pro", sans-serif, FontAwesome;
  background: #0c232c;
  color: #f6f0ea; }
  #footer span {
    white-space: nowrap; }
    #footer span:before {
      content: " - "; }
  #footer address {
    margin-right: 20px; }
    #footer address em {
      font-style: normal;
      text-transform: uppercase; }
  #footer nav {
    text-align: right; }
  #footer #dmu {
    position: absolute;
    bottom: 5px;
    left: 50px;
    right: 50px;
    text-align: right;
    color: #f6f0eab8; }
    #footer #dmu a {
      color: #f6f0eab8; }
    #footer #dmu a:hover {
      color: #ffffff;
      text-decoration: none; }
    @media (max-width: 767px) {
      #footer #dmu {
        left: 0;
        right: 0;
        text-align: center; } }
  @media (max-width: 767px) {
    #footer {
      flex-direction: column;
      align-items: left;
      padding: 20px 30px 30px; }
      #footer address {
        margin-bottom: 15px; }
        #footer address #tel_footer {
          display: block; }
          #footer address #tel_footer:before {
            content: none; }
      #footer nav {
        text-align: left; } }
  @media (max-width: 479px) {
    #footer span {
      display: block; }
      #footer span:before {
        content: none; } }

#page #main {
  padding: 15px 50px 55px; }
  @media (max-width: 767px) {
    #page #main {
      padding: 15px 40px 55px; } }
  @media (max-width: 479px) {
    #page #main {
      padding: 15px 30px 35px; } }

#image_page {
  width: 100%;
  height: 350px; }
  #image_page img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

#ariane {
  margin-bottom: 25px;
  font: 400 13px "Maven Pro", sans-serif, FontAwesome; }
  #ariane a.current_page {
    color: #70b4dc; }

.bloc_pagination {
  float: right;
  margin-bottom: 20px;
  line-height: normal; }
  .bloc_pagination > * {
    display: inline-block;
    width: 22px;
    height: 22px;
    margin: 0;
    border: 1px solid #afd6f1;
    border-radius: 3px;
    padding: 0;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    background: #ffffff;
    color: #afd6f1 !important; }
    .bloc_pagination > * + * {
      margin-left: 5px; }
  .bloc_pagination .prevpage, .bloc_pagination .nextpage {
    width: 30px; }
  .bloc_pagination .pagination:hover, .bloc_pagination .page_active {
    text-decoration: none;
    background: #afd6f1;
    color: #ffffff !important; }

/*# sourceMappingURL=front.css.map */
