@charset "UTF-8";
/*---------------------------------------------------------------------------------

	Theme Name: Hamilton - theme enfant 2
	Version: 2.0.7
	Description: Hamilton is a clean WordPress portfolio theme for creatives. It displays posts in a beautiful image grid that can be set to either two or three columns, which makes it a perfect fit for photographers, illustrators or graphic designers looking for a theme for their portfolio. It also features Block Editor/Gutenberg support, a dark mode, custom background color support, a resume page template, responsive design, Jetpack infinite scroll support, editor styling, and much more. Demo: https://andersnoren.se/themes/hamilton/
	Tags: blog, two-columns, three-columns, custom-menu, featured-images, threaded-comments, translation-ready, grid-layout, custom-background, custom-logo, editor-style, sticky-post, theme-options, portfolio, photography, block-styles, wide-blocks
	Author: Anders Norén
	Author URI: https://www.andersnoren.se
	License: GNU General Public License version 2.0
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Theme URI: https://www.andersnoren.se/teman/hamilton-wordpress-theme/
	Requires at least: 4.5
	Tested up to: 5.4.1
	
	All files, unless otherwise stated, are released under the GNU General Public License
	version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

-----------------------------------------------------------------------------------

	0.	CSS Reset
	1.	Document Setup
	2.  Element Base
	3.  Structure
	4.	Site Header
	5.	Site Navigation
	6.	Archive
	7.  Singular
	8.	Blocks
	9.	Entry Content
	10.	Comments
	11.	Page Templates
	12. Site Pagination
	13. Site Footer
	14. Media Queries

----------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------- */
/*	0. CSS Reset
/* -------------------------------------------------------------------------------- */
/*html, body { 
    margin: 0; 
    padding: 0; 
    height: 100%; 
    min-height: 100%; 
}

h1, h2, h3, h4, h5, h6, p, blockquote, address, big, cite, code, em, font, img, small, strike, sub, sup, li, ol, ul, fieldset, form, label, legend, button, table, caption, tr, th, td {
	border: 0;
	font-size: inherit;
	line-height: inherit;
	margin: 0;
	padding: 0;
	text-align: inherit;
}*/
/*---------------------------------------------------------------------------*/
/*----------------------------------HEADER----------------------------------*/
/*-------------------------------------------------------------------------*/
/*EFFET PAGE ACCUEIL*/

/*POP UP*/
#popupOffre{
	background-color: rgba(0,0,0,0.4);
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 10000;
}

.offreFlash{
	background: -webkit-gradient(linear, 282.32deg, #4054B2 8.35%, #2C376C 91.94%);
  	background: linear-gradient(282.32deg, #4054B2 8.35%, #2C376C 91.94%);
	color: #fff;
	padding-left: 100px !important ;
	height: 800px;

}

.imgOffreFlash img{
	width: 470px;
	margin-bottom: 50px;
}

.imgOffreFlash a{
	margin-bottom: -50px;
}

.imgOffreFlash p{
	padding-right: 140px;
}


#quit{
	float: right;
	margin: 15px;
	cursor: pointer;

}

#quit img{
	width: 80%;
}

#testFond{
	background-image: url("../../uploads/2020/08/ClaireFontaine-cover-scaled.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  background-attachment: fixed;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  background-position: center;
	transition transform 2000ms
}

#testFond h1 {
  //padding-top: 30%;
  margin: 0px;
	color: #F2F2F2;
	font-weight: 500;
}

#testFond .infosAcc{
	position: absolute !important;
	bottom: 10% !important;
}

#testFond h3 {
  margin-bottom: 60px;
  margin-top: 0px;
	color: #F2F2F2;
	font-weight: normal;
	width: 100%;
}

#testFond p {
  font-size: 20px;
}

.full-screen {
    height: 100vh;
    width: 100%;
}

.parallax-hero,
.zoom-hero {
    position: absolute;
    top: 0;
    left: 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-slideshow-wrapper {
    position: absolute;
    width: 100%;
    height: 107%;
    overflow: hidden;
}


.bg-slideshow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    /*animation*/
    --webkit-animation: slideShow 24s ease forwards;
    animation: slideShow 24s ease forwards;
}

.bg-slide-1 {
    opacity: 1;
    background-image: url("../../uploads/2020/08/ClaireFontaine-cover-scaled.jpg");
    background-size: cover;
}

#accueil {

  /*background-image: url("../../uploads/2020/08/ClaireFontaine-cover-scaled.jpg");*/
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  background-attachment: fixed;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  background-position: center;
}


.pastilleOffres{
	width: 3%;
}

.btnOffreMenu{
	float: left;
	margin-right: 30px;
}


#accueil h1 {
  //padding-top: 30%;
  margin: 0px;
	color: #F2F2F2;
	font-weight: 500;
}

#accueil .infosAcc{
	position: absolute !important;
	bottom: 10% !important;
}

#accueil h3 {
  margin-bottom: 60px;
  margin-top: 0px;
	color: #F2F2F2;
	font-weight: normal;
	width: 100%;
}

#accueil p {
  font-size: 20px;
}


#to-other-site-div{
	font-family: Rubik;
      font-style: normal;
      font-weight: 500;
      font-size: 14px;
      line-height: 24px;
      background-color: #556ACE;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      transition-property: background-color;
      transition-duration: 1s;
	background: linear-gradient(to left, #556ACE 50%, #262f59 50%);
	background-size: 200% 100%;
	background-position:right bottom;
	transition:all 1s ease;
}


#to-other-site-div:hover{
	cursor: pointer;
	background-position: left bottom;
}

#to-other-site-div img {
	height:16px; 
	display:none;
	margin-right: 10px; 
}


.reserve {
  background-color: #4054B2;
  color: #fff;
  font-weight: 400;
  border-radius: 6px;
  padding: 16px 24px;
  float: left;
  margin-top: -15px;
}

.reserve img {
  width: 18px;
  margin: 0px 10px 0px 5px;
  float: left;
}

 .iconMeilleurTarif {
  //width: 5%;
  float: left;
  margin: 0px 10px 0 20px;
}

#welcome {
  background-color: #F9FAFA;
  padding: 100px 0;
}

#welcome h2 {
  color: #262F59;
  margin: 0px;
}

#welcome img {
  width: 100%;
  float: left;
  //border-radius: 2%;
}

#welcome .signature {
  width: 40% !important;
  margin-top: -30px;
}

.welcomeTxt {
  padding-left: 100px !important;
}

.welcomeTxt h5 {
	 margin-top: 0px !important;
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 32px;
	display: flex;
	align-items: center;
	color: #73778C;
}

.welcomeTxt .h5-title-restaurant {
	font-style: normal;
	font-weight: 200;
	font-size: 32px;
	line-height: 32px;
}

.welcomeTxt p{
	color: #73778C;
	font-size: 24px;
line-height: 32px;
}

.welcomeTxt h4 {
  color: #73778C;
  font-weight: 500 !important;
}

#offers {
  background: -webkit-gradient(linear, left top, right top, from(#212847), to(#384794));
  background: linear-gradient(to right, #212847, #384794);
  color: #fff;
  text-align: center;
  padding: 20px 0px;
}

#offers .col {
  //padding: 0px !important;
  //margin: 0px !important;
}

#offers h3 {
 	width: 100%;
	font-weight: 500;
	font-style: normal;
	font-size: 40px;
	line-height: 48px;
}

#offers {
  margin-top: 160px;
}

#offers p {
  padding-bottom: 10px;
}

#offers img {
  //width: 100%;
  float: left;
}

#offers a {
    border: 2px solid #fff;
    color: #fff !important;
    margin: auto;
    text-align: center;
    border-radius: 8px;
    padding: 16px 24px;
    font-weight: 400;
    font-size: 16px;
}

#offers a:hover,
#offers a:focus {
	box-shadow: 0 0 8px rgba(255,255,255,.8);
}

#bookingFormHome{
	margin: 150px 0;
}

.formReserve{
	background: #FFFFFF;
	box-shadow: 0px 0px 40px rgba(38, 47, 89, 0.1);
	border-radius: 8px 8px 8px 0px;
	//margin: 50px 0;
	padding: 20px 0;
}

#bookingFormHome .reserve{
	margin-top: 22px;
	cursor: pointer;
}

.formReserve label, #reserverRoom label{
	color: #CBD1D8;
	font-size: 12px;
}

#numberPerson{
	border: 1px solid #E3E4E8;
	border-radius: 4px !important;
	box-shadow: 0px 2px 16px rgba(38, 47, 89, 0.1);
	height: 50px;
	width: 100%;
	color: #262F59;
	font-size: 16px;
	font-family: 'Rubik', sans-serif !important;
	text-align: right;
	padding-right: 20px;
}

input[type="date"]{
	border: 1px solid #E3E4E8 !important;
	border-radius: 4px !important;
	box-shadow: 0px 2px 16px rgba(38, 47, 89, 0.1) !important;
	color: #262F59;
	font-family: 'Rubik', sans-serif !important;
	height: 50px;
}

#dispoReserve{
	display: none;
}

#reservationSingleRoom .reserve{
	margin-top: 22px;
	cursor: pointer;
}


#quitReserve{
	width: 20px;
	float: right;
	display: none;
}

.customerAlliance{
	background-color: #CC3366;
	border-radius: 0 0 8px 8px;
	height: 45px;
	width: 49%;
	padding-top: 10px;
	color: #fff;
}

.customerAllianceV{
	margin-left: 40px;
	float: left;
}

.excellent{
	font-size: 16px;
	line-height: 24px;
	color: rgba(255, 255, 255, 0.8);
	margin: 0 20px;
}

.purcentage{
	font-weight: 500;
font-size: 24px;
line-height: 24px;
}

.avis{
	font-weight: 300;
font-size: 16px;
line-height: 24px;
	color: rgba(255, 255, 255, 0.8);
	margin: 0 20px 0 20px;
}

.infosCustomerAlliance{
	width: 80%;
	float: left;
}

.voirPlus img{
	float: left;
	margin-top: -3px;
	margin-right: 5px;
}

.voirPlus a{
	font-weight: 500;
font-size: 16px;
line-height: 24px;
	text-decoration: underline !important;
	margin-top: 5px;
}

.voirPlus{
	float: right;
	width: 20%;
}

/*----------------------------------------------------------------------------------*/
/*----------------------------------PAGE DISCOVER----------------------------------*/
/*--------------------------------------------------------------------------------*/
#discover {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(58.74%, rgba(38, 47, 89, 0.6)), to(rgba(38, 47, 89, 0.2))), url("../../uploads/2020/06/discover1.png");
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(38, 47, 89, 0.6) 58.74%, rgba(38, 47, 89, 0.2) 100%), url("../../uploads/2020/06/discover1.png");
  --background-image: url("../../uploads/2020/06/discover1.png");
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  background-attachment: fixed;
  min-width: 100%;
  height: 550px;
  background-position: center;
}

#discover h1 {
  padding-top: 30%;
  margin: 0px;
  text-align: center;
  width: 100%;
}

#introDiscover {
  background-color: #F9FAFA;
  padding: 100px 0;
}

#introDiscover h2 {
  font-size: 32px;
  margin-top: -10px;
  font-weight: 300;
}

#introDiscover img {
  width: 100%;
  border-radius: 2%;
}

#introDiscover .introDiscoverTxt {
  padding-left: 100px !important;
}

#introDiscover .introDiscoverTxt p {
  font-size: 16px;
  color: #73778C;
}

#relations {
  margin-top: 160px;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#212847), to(#384794));
  background: linear-gradient(to right, #212847, #384794);
  color: #fff;
  padding: 40px 0;
}

#relations .blockRel {
  height: 250px;
  padding: 0 10px;
  overflow: hidden;
}

#relations .blockRel img {
  width: 100%;
}

#relations p {
  width: 100%;
}

#relations h3 {
  width: 100%;
	margin: 0px;
}

/*---------------------------------------------------------------------------------*/
/*----------------------------------PAGE MEETING----------------------------------*/
/*-------------------------------------------------------------------------------*/
#meeting {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(58.74%, rgba(38, 47, 89, 0.6)), to(rgba(38, 47, 89, 0.2))), url("../../uploads/2020/06/meeting9.png");
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(38, 47, 89, 0.6) 58.74%, rgba(38, 47, 89, 0.2) 100%), url("../../uploads/2020/06/meeting9.png");
  --background-image: url("../../uploads/2020/06/meeting9.png");
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  background-attachment: fixed;
  min-width: 100%;
  height: 550px;
  background-position: center;
  text-align: center;
}

#meeting h1 {
  padding-top: 25%;
  margin: 0px;
  width: 100%;
}

#meeting h5 {
  margin-top: 0px !important;
  font-weight: 400 !important;
}

#seminaireList {
  margin-top: 160px;
}

#seminaireList h4 {
  width: 100%;
  text-align: center;
}

.cardSeminaire {
  position: relative;
  height: 375px !important;
  overflow: hidden;
  text-align: center;
  color: #fff;
  margin: 0px !important;
  padding: 0px !important;
}

.cardSeminaire img {
  width: 100%;
}

.cardSeminaire .titleFormule {
--margin-top: 20%;
	position: relative;
top: 43%;
transform: perspective(1px) translateY(-43%);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.cardSeminaire .titleFormule h3 {
    margin: 0;
}

.cardSeminaire .cards {
  position: absolute;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(78.12%, rgba(0, 0, 0, 0.7)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.7) 78.12%);
}

.cardSeminaire .infosFormule {
  opacity: 0;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
			position: relative;
	top: 25%;
	transform: perspective(1px) translateY(25%);
}

.cardSeminaire .cards:hover .titleFormule {
  --margin-top: 0%;
	position: relative;
	top: 25%;
	transform: perspective(1px) translateY(-25%);
}

.cardSeminaire .cards:hover .infosFormule {
  display: block;
  opacity: 1;

}

.cardSeminaire .cards:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(0%, rgba(0, 0, 0, 0.7)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.7) 0%);
}

.demandeOffre {
  text-align: center;
}

.demandeOffre button {
  margin: auto !important;
}

.demandeOffre h2 {
  width: 100%;
}

/*-------------------------------------------------------------------------------*/
/*----------------------------------PAGE ROOMS----------------------------------*/
/*-----------------------------------------------------------------------------*/
#roomsList {
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(58.74%, rgba(38, 47, 89, 0.6)), to(rgba(38, 47, 89, 0.2))), url("../../uploads/2020/08/chambre.png");
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(38, 47, 89, 0.6) 58.74%, rgba(38, 47, 89, 0.2) 100%), url("../../uploads/2020/08/chambre.png");
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  background-attachment: fixed;
  min-width: 100%;
  height: 550px;
  text-align: center;
  background-position: center;
}

#roomsList h1 {
  padding-top: 25%;
  margin: 0px;
  width: 100%;
}

#roomsList h5 {
  margin-top: 0px !important;
  font-weight: 400 !important;
}

#rommsSuites {
  padding: 160px 0;
}

#rommsSuites p {
  color: #73778C;
  margin-bottom: 40px;
}

#rommsSuites h3 {
  font-weight: 500;
  margin-top: 0px !important;
}

#roomsSorts img {
  min-height: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-top: -100px;
}

#roomsSorts .col-lg-6 {
  margin: 0 !important;
  padding: 0 !important;
}

#roomsSorts .classique, #roomsSorts .classiquePlus, #roomsSorts .superieur, #roomsSorts .suite {
  position: relative;
  height: 375px !important;
  overflow: hidden;
}

#roomsSorts .infosRooms {
  position: absolute;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(38, 47, 89, 0.24)), to(rgba(38, 47, 89, 0.24)));
  background: linear-gradient(0deg, rgba(38, 47, 89, 0.24), rgba(38, 47, 89, 0.24));
}

#roomsSorts .infosRooms h3 {
  position: absolute;
  color: #fff;
  text-align: center;
  bottom: 0%;
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  font-weight: 500;
}

#roomsSorts .infosRooms .txtInfosRooms {
  position: absolute;
  color: #fff;
  text-align: center;
  bottom: 10%;
  width: 100%;
  opacity: 0;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

#roomsSorts .infosRooms .txtInfosRooms h4 {
  padding-bottom: 10px;
  font-weight: 300;
}

#roomsSorts .infosRooms .btnRooms {
  color: #fff;
  text-align: center;
  margin: 8px 0;
  font-size: 1,25em;
  border: 2px solid #4054B2;
  border-radius: 8px;
  padding: 16px 24px;
  background-color: #4054B2;
}

#roomsSorts .infosRooms .btnRooms:hover,
#roomsSorts .infosRooms .btnRooms:focus {
	box-shadow: 0 0 10px rgba(255,255,255,.9);
}

.txtInfosRooms{
	top: 100%;
}

#roomsSorts .infosRooms:hover .txtInfosRooms {
  display: block;
  opacity: 1;
	top: 45%;
}

#roomsSorts .infosRooms:hover h3 {
  bottom: 30%;
}


	#reservationSingleRoom{
		background: #F9FAFA;
		box-shadow: 0px 0px 40px rgba(38, 47, 89, 0.1);
		height: 120px;
		position: fixed;
		bottom: 0px;
		width: 100%;
		padding-top: 20px;
	}

#reservationSingleRoom p{
	float: left;
}

/*SUITE JUNIOR*/
.imgSuite {
  height: 480px;
  overflow: hidden;
}

.imgSuite img {
  margin-top: -200px;
  width: 100%;
}

.infosSuiteJunior {
  background-color: #fff !important;
	width: 100%;
  text-align: center;
  /*position: absolute;
  left: 50%;*/
  /*-webkit-transform: translateX(-50%);
          transform: translateX(-50%);*/
  /*margin-top: -100px;*/
  -webkit-box-shadow: 0px 0px 35.8997px rgba(38, 47, 89, 0.08);
          box-shadow: 0px 0px 35.8997px rgba(38, 47, 89, 0.08);
  border-radius: 7.17993px;*/
	--OMA
	text-align: center;
	background-color: #fff;
	margin-top: -150px;
	border-radius: 8px;
}

.infosSuiteJunior h1 {
  width: 100%;
  font-weight: 500;
  color: #262F59;
	margin-bottom: 0px;
}

.infosSuiteJunior h5 {
  margin-top: 0px;
  padding-top: 0px;
}

.infosSuiteJunior h5 p {
  font-weight: 300;
  color: #4054B2;
  margin-top: 0px;
  padding: 0 100px;
  width: 100%;
  font-size: 24px;
}

.infosSuiteDetails {
  --OMA
	--margin: 250px 0 0 0;
}

.infosSuiteDetails h3 {
  color: #262F59;
}

.infosSuiteDetails p {
  color: #73778C;
  margin: 0px;
  font-size: 16px;
}

.infosSuiteDetails ul li {
  margin: 0px;
  font-size: 16px;
  color: #73778C;
}

.infosSuiteDetails ul {
  margin: 0 0 0 20px;
  padding: 0px;
}

.gallerie .imgPrincipale {
	margin-top: 60px;
}

.gallerie .imgPrincipale img {
  width: 100% !important;
}

.gallerie .imgSingle img {
  width: 25%;
  float: left;
  height: 100%;
  opacity: 0.5;
}

#imgPrincipale2, #imgPrincipale3, #imgPrincipale4{
  display: none;
}

.imgPrincipale{
  height: 400px;
}


#img2Mini, #img3Mini, #img4Mini{
  width: 25%;
  float: left;
  height: 100%;
  opacity: 0.5;
}

.infosPratiqueSuite h3 {
  color: #262F59;
}

.infosPratiqueSuite p {
  color: #73778C;
  margin: 0px;
  font-size: 16px;
}

.infosPratiqueSuite{
	margin-bottom: 200px;
}

.infosPratiqueSuiteDivers{
	margin-top: 130px;
	color: #73778C;
}

/*----------------------------------------------------------------------------------*/
/*----------------------------------PAGE WELLNESS----------------------------------*/
/*--------------------------------------------------------------------------------*/

#wellness {
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(58.74%, rgba(38, 47, 89, 0.6)), to(rgba(38, 47, 89, 0.2))), url("../../uploads/2020/09/CLF_welness_home-scaled.jpg");
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(38, 47, 89, 0.6) 58.74%, rgba(38, 47, 89, 0.2) 100%), url("../../uploads/2020/09/CLF_welness_home-scaled.jpg");
  --background-image: url("../../uploads/2020/09/CLF_welness_home-scaled.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  background-attachment: fixed;
  min-width: 100%;
  height: 550px;
  text-align: center;
  background-position: center;
}

#wellness h1 {
  padding-top: 25%;
  margin: 0px;
  width: 100%;
}

#sauna h5 {
  margin: 0px 0 16px;
}

#sauna .questionPratique {
  font-size: 12px;
}

#massage .cardsImg {
  height: 840px !important;
}

#massage h5 {
  margin-top: 0px;
  color: #73778C;
}

#massage .questionPratique {
  font-size: 12px;
}

#foret {
  padding: 100px 0;
}

#foret h3 {
  font-family: 'Rubik', sans-serif !important;
  font-size: 30px;
  font-weight: 500;
}

#foret a {
  color: #384794;
  border: 2px solid #384794;
  padding: 10px 15px;
  border-radius: 10px;
  font-size: 1.2em;
  font-weight: bold;
}

#foret a:hover {
  color: #fff;
  background-color: #262f59;
  border: 2px solid #fff;
}

#foret .foretTxt {
  background-color: #fff;
  border-radius: 8px;
  margin-top: 10px;
  -webkit-box-shadow: 0px 0px 40px rgba(38, 47, 89, 0.1);
          box-shadow: 0px 0px 40px rgba(38, 47, 89, 0.1);
}

#foret .foretTxt p {
  color: #818181;
  padding: 0 10px 30px 0;
}

#foret .foretImg {
  float: right !important;
  overflow: hidden;
}

#foret .foretImg img {
  border-radius: 10px;
  height: 740px;
}

.spaceBlock {
  padding: 160px 0 0 0;
}

.cardsRight {
  position: relative;
}

.cardsRight .cardsTxt {
  
  
  position: absolute;
  z-index: 7;
  top: 50%;
  /*OMA 07072020*/
  padding: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.cardsRight .cardsTxtBlock{
	background: rgba(255, 255, 255, 0.98);
  -webkit-box-shadow: 0px 0px 40px rgba(38, 47, 89, 0.1);
          box-shadow: 0px 0px 40px rgba(38, 47, 89, 0.1);
  border-radius: 8px;
  padding-left: 24px;
	padding-bottom: 40px;
	padding-right: 24px;
}

.cardsRight h3 {
  font-family: 'Rubik', sans-serif !important;
  font-weight: 500;
  padding: 40px 0 16px;
  margin: 0px !important;
  color: #262F59;
}

.cardsRight p {
  color: #73778C;
  margin-top: 0px !important;
}

.cardsRight .cardsImg {
  height: 480px;
  padding: 0px !important;
  overflow: hidden;
  border-radius: 8px;
  display: block;
  float: right;
  left: 33.33%;
}

.cardsRight .cardsImg img {
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
  margin-top: -50px;
}

/**********************CARDS LEFT**********************/
.cardsLeft {
  position: relative;
}

.cardsLeft .cardsTxt {
  position: absolute;
  left: 58.33%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
	padding: 0px;
}

.cardsLeft .cardsTxtBlock{
	background: rgba(255, 255, 255, 0.98);
  -webkit-box-shadow: 0px 0px 40px rgba(38, 47, 89, 0.1);
          box-shadow: 0px 0px 40px rgba(38, 47, 89, 0.1);
  border-radius: 8px;
  padding-right: 24px;
  text-align: right;
  padding-bottom: 40px;
}

.cardsLeft h3 {
  font-family: 'Rubik', sans-serif !important;
  font-weight: 500;
  padding: 40px 0 16px;
  margin: 0px !important;
  color: #262F59;
}

.cardsLeft p {
  color: #73778C;
  margin-bottom: 30px;
  margin-top: 0px !important;
	padding-left: 24px !important;
}

.cardsLeft .cardsImg {
  height: 480px;
  padding: 0px !important;
  overflow: hidden;
  border-radius: 8px;
}

.cardsLeft .cardsImg img {
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
}

/*------------------------------------------------------------------------------------*/
/*----------------------------------RESEAUX SOCIAUX----------------------------------*/
/*----------------------------------------------------------------------------------*/
#reseauxSociaux {
  padding: 100px 0;
  text-align: center !important;
}

#reseauxSociaux h2 {
  color: #212847;
  width: 100%;
}

#reseauxSociaux img {
  width: 100%;
  margin-bottom: 40px;
}

.link {
  color: #4054B2;
  font-weight: bold;
  width: 55%;
	margin: auto;
}

.link h4 {
  float: left;
  text-align: left;
  margin-top: 0px;
  margin-right: 30px;
}

.imgLink {
  width: 10% !important;
}

/*-------------------------------------------------------------------------------*/
/*----------------------------------NEWSLETTER----------------------------------*/
/*-----------------------------------------------------------------------------*/
#newsletter {
  background-color: #F1F1F4;
	min-height: 136px;
}

/*---------------------------------------------------------------------------*/
/*----------------------------------FOOTER----------------------------------*/
/*-------------------------------------------------------------------------*/
footer {
  background-color: #262f59;
  color: #fff;
  margin-bottom: 0px;
}

footer .hostellerie {
  margin: 50px 0 10px;
  width: 75%;
}

.imgPart1, .imgPart2{
	width: 14%;
	float: left;
	margin-right: 20px;
}

.imgPart3{
	width: 17%;
}

footer p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 24px;
}

footer h4 {
  	font-size: 28px !important;
    margin-bottom: 0px;
    font-family: Rubik;
    font-style: normal;
    font-weight: 500;
    --font-size: 32px;
    line-height: 40px;
}

footer ul li {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  list-style-type: none;
  font-size: 16px;
  line-height: 24px !important;
  margin: 1.2em 0 !important;
}

footer ul {
  margin: 0px !important;
  padding: 0px !important;
}

footer .border {
  border-bottom: 2px solid #384794;
  margin: 20px 0 40px;
}

footer .copy {
  color: #8F92A3;
  font-size: 12px;
  padding: 40px;
}

footer .copy span {
  margin-right: 20px;
}

footer .iconRs {
  width: 15%;
  float: left;
  margin-right: 20px;
}

.vague {
  position: absolute;
  z-index: -1;
  margin-top: -100px;
}

.vagueRight {
  position: absolute;
  z-index: -1;
  margin-top: -100px;
  right: 0;
}

tbody > tr:nth-child(2n+1) {
  background-color: #fff !important;
}

td {
  padding: 1% !important;
}

.img-res-soc {
	opacity: 0.6;
}

.img-res-soc:hover {
	opacity: 1;
}

/*--------------------------------------------------------------------------------*/
/*----------------------------------PAGE OFFRES----------------------------------*/
/*------------------------------------------------------------------------------*/
#offres {
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(58.74%, rgba(38, 47, 89, 0.6)), to(rgba(38, 47, 89, 0.2))), url("../../uploads/2020/06/la_claire_fontaine_006.jpg");
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(38, 47, 89, 0.6) 58.74%, rgba(38, 47, 89, 0.2) 100%), url("../../uploads/2020/06/la_claire_fontaine_006.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  background-attachment: fixed;
  min-width: 100%;
  height: 550px;
  text-align: center;
  background-position: center;
}

#offres h1 {
  padding-top: 25%;
  margin: 0px;
  width: 100%;
}

#offersDifferent {
  padding: 50px 0;
}

#offersDifferent img {
  min-height: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-top: -100px;
}

#offersDifferent .col-lg-6 {
  margin: 0 !important;
  padding: 0 !important;
}

#offersDifferent .classique {
  position: relative;
  height: 375px !important;
  overflow: hidden;
}

#offersDifferent .blockOffres {
  position: absolute;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(38, 47, 89, 0.24)), to(rgba(38, 47, 89, 0.24)));
  background: linear-gradient(0deg, rgba(38, 47, 89, 0.24), rgba(38, 47, 89, 0.24));
}

#offersDifferent .blockOffres h3 {
  position: absolute;
  color: #fff;
  text-align: center;
  bottom: 0%;
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  font-weight: 500;
}

#offersDifferent .blockOffres .blockSejour {
  position: absolute;
  color: #fff;
  text-align: center;
  bottom: 10%;
  width: 100%;
  opacity: 0;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

#offersDifferent .blockOffres .btnOffers {
  color: #fff;
  text-align: center;
  margin: 8px 0;
  font-size: 1,25em;
  border: 2px solid #4054B2;
  border-radius: 8px;
  padding: 16px 24px;
  background-color: #4054B2;
}

#offersDifferent .blockOffres:hover h3 {
  bottom: 25%;
}

#offersDifferent .blockOffres .blockSejour {
  padding-bottom: 10px;
  font-weight: 300;
}

.blockSejour{
  top: 100%;
}

#offersDifferent .blockOffres:hover .blockSejour {
  display: block;
  opacity: 1;
  top: 80%;
}

/*OFFRE INDIVIDUELLE*/
.infosOffre{
	text-align: center;
	background-color: #fff;
	margin-top: -150px;
	border-radius: 8px;
	width: 100%;
}

.infosOffre p {
	padding: 0 20px;
	color: #4054B2;
}

.imgOffreIndiv {
  overflow: hidden;
}

.imgOffreIndiv img {
  min-height: 100%;
  width: 100%;
	margin-top: 70px;
}

.txtOffreIndiv {
  padding-left: 200px;
  padding-right: 50px;
}

.imgOffreDetail {
	margin-top: 60px;
}

.imgOffreDetail img{
	margin-bottom: 70px;
}

.txtOffreIndiv h2 {
  color: #333333;
}

.txtOffreIndiv h3 {
  color: #262F59;
}

.txtOffreIndiv h5 {
  margin: 0px;
  color: #73778C;
}

.txtOffreIndiv p {
  color: rgba(0, 0, 0, 0.6);
  margin: 0px !important;
}

.txtOffreIndiv .miniTitle {
  margin: 20px 0 5px !important;
}

.txtOffreIndiv img{
	width: 100%;
}

#offreIndividuelle{
	margin-bottom: 50px;
}

#restaurant {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(81.5%, rgba(38, 47, 89, 0.64))), url("../../uploads/2020/07/la_claire_fontaine_Acceuil-restaurant-scaled.jpg");
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(38, 47, 89, 0.64) 81.5%), url("../../uploads/2020/07/la_claire_fontaine_Acceuil-restaurant-scaled.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  background-attachment: fixed;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  background-position: center;
}

#restaurant .infosAcc{
	position: absolute !important;
	bottom: 10% !important;
}

#restaurant h1 {
  padding-top: 25%;
  margin: 0px;
	color: #F2F2F2;
	font-weight: 500;
}

#restaurant h3 {
  margin-bottom: 60px;
  margin-top: 0px;
	width: 100%;
	color: #F2F2F2;
	font-weight: normal;
}

#welcome .title-discover {
	padding-bottom: 16px;
}

/*PRODUCTEUR*/
##cuisineResponsable{
	position: relative;
}

#cuisineResponsable h2{
	text-align: center;
	width: 100%;
}

#cuisineResponsable h4{
	text-align: center;
	margin: 0px auto 30px;
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
	width: 70%
}

#cuisineResponsable img{
	width: 100%;
	border-radius: 8px;
}

.imgProduct{
	height: 320px;
	overflow: hidden;
	border-radius: 8px;
}

.txtProd{
	box-shadow: 0px 0px 40px rgba(38, 47, 89, 0.1);
	border-radius: 8px;
	width: 90%;
	margin: 0 auto;
	position: relative;
	background: #fff;
}

.txtProd h5{
	color: #4054B2;
	padding: 40px 0px 24px;
	margin: 0px;
}

.txtProd {
	padding: 0 24px 24px;
	margin-top: -50px;
	color: #8F92A3;
}

.discover-reduced {
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 32px;

	display: flex;
	align-items: center;

	color: #73778C;
}

#headerMenu {
  height: 480px;
  overflow: hidden;
}

#headerMenu img {
  margin-top: -200px;
  width: 100%;
}

.carteMenu {
  background-color: #fff !important;
  text-align: center;
  /*position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-top: -100px;*/
  -webkit-box-shadow: 0px 0px 35.8997px rgba(38, 47, 89, 0.08);
          box-shadow: 0px 0px 35.8997px rgba(38, 47, 89, 0.08);
  border-radius: 7.17993px;
  z-index: 3;
  margin-top: -200px;
}

.carteMenu h1 {
  width: 100%;
  font-weight: 500;
  color: #262F59;
  background-color: #fff;
  margin: 0px;
  padding: 100px 0 0 0;
}

.carteMenu h4 {
  color: #4054B2;
  font-size: 32px;
  font-weight: 500;
  text-align: left;
  margin: 0px;
}

.carteMenu h5 {
	width: 100% !important;
  font-weight: 300;
  color: #4054B2;
  margin-top: 0px;
  padding: 50px 100px;
  background-color: #fff;
	
}

.carteMenu h3 {
  margin: 0px;
  color: #262F59;
  text-align: left;
  font-weight: 500;
}

.carteMenu h6 {
  color: #73778C;
  font-weight: 500;
  font-size: 32px;
  margin: 0px;
}

.demande h4 {
  text-align: center;
  color: #4054B2;
  margin: 100px 0 20px;
  font-weight: 300;
  padding: 0 150px;
}

.demande button {
  margin: auto;
}

.detailsMenu {
  padding: 0 200px;
  width: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

blockquote:before,
blockquote:after {
  content: "";
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

/* Screen Reader Text */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Skip Link */
.skip-link {
  position: absolute;
  left: -9999rem;
  top: 2.5rem;
  z-index: 999999999;
}

.skip-link:focus {
  left: 2.5rem;
  text-decoration: none;
}

/* -------------------------------------------------------------------------------- */
/*	1. Document Setup
/* -------------------------------------------------------------------------------- */
body {
  background: #fff;
  border: none;
  color: #000;
  font-family: 'Rubik', sans-serif;
  font-size: 20px;
}

body.customizer-preview {
  -webkit-transition: color .2s ease-in-out, background-color .2s ease-in-out;
  transition: color .2s ease-in-out, background-color .2s ease-in-out;
}

body.dark-mode {
  background: #1d1d1d;
  color: #fff;
}

body.lock-screen {
  height: 100%;
  position: fixed;
  width: 100%;
}

body * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  --text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

img {
  display: block;
  height: auto;
}

.group:after,
.pagination:after,
.entry-content:after,
.gallery:after {
  clear: both;
  content: "";
  display: block;
}

::-moz-selection {
  background: #000;
  color: #FFF;
}

::selection {
  background: #000;
  color: #FFF;
}

input::-webkit-input-placeholder {
  color: #767676;
}

input:-ms-input-placeholder {
  color: #767676;
}

input::-moz-placeholder {
  color: #767676;
}

/* -------------------------------------------------------------------------------- */
/*	2.	Element Base
/* -------------------------------------------------------------------------------- */
p {
  line-height: 1.5;
  margin: 0 0 1.5em 0;
}

dd,
dt {
  line-height: 1.5;
}

dt {
  font-weight: 700;
}

dd + dt {
  margin-top: 15px;
}

code {
  background: rgba(0, 0, 0, 0.1);
  padding: 0 1px;
}

.dark-mode code {
  background: rgba(255, 255, 255, 0.2);
}

address {
  padding: 20px;
  background: rgba(0, 0, 0, 0.1);
}

.dark-mode address {
  background: rgba(255, 255, 255, 0.2);
}

pre {
  background: #000;
  color: #FFF;
  font-size: 0.8em;
  line-height: 140%;
  margin: 2em 0;
  padding: 20px;
  word-wrap: break-word;
}

.dark-mode pre {
  background: #fff;
  color: #000;
}

pre a {
  border-bottom-color: currentColor;
}

/* Headings ---------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  margin: 60px 0 30px;
}

h1 {
  font-size: 40px;
  font-weight: 300;
}

h2 {
  font-size: 32px;
  font-weight: 300;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
  font-weight: 500;
}

h6 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}

/* Lists ------------------------------------- */
ol,
ul {
  margin: .5em 0 1.5em 40px;
}

li ol,
li ul {
  margin: .5em 0 .5em 40px;
}

li {
  line-height: 1.5;
  margin: .5em 0;
}

/* Block Quote ------------------------------- */
blockquote {
  margin: 0 0 30px 0;
  padding: 0 0 0 30px;
}

blockquote p {
  font-weight: 700;
  hanging-punctuation: first;
}

blockquote cite:before {
  content: "— ";
}

/* Separator --------------------------------- */
hr {
  border: none;
  border-top: 1px solid currentColor;
  color: rgba(0, 0, 0, 0.13);
  margin: 50px auto;
  width: 50%;
}

.dark-mode hr {
  color: rgba(255, 255, 255, 0.13);
}

/* Tables ------------------------------------ */
table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  font-size: 0.9em;
  margin: 2em auto;
  max-width: 100%;
  overflow: hidden;
  width: 100%;
}

th,
td {
  line-height: 1.4;
  margin: 0;
  overflow: visible;
  padding: 2.5%;
}

caption {
  font-size: 13px;
  font-weight: 700;
  padding-bottom: 2.5%;
  text-align: center;
  text-transform: uppercase;
}

thead {
  vertical-align: bottom;
  white-space: nowrap;
}

th {
  font-weight: 700;
}

tbody > tr:nth-child(odd) {
  background: rgba(0, 0, 0, 0.05);
}

.dark-mode tbody > tr:nth-child(odd) {
  background: rgba(255, 255, 255, 0.1);
}

/* Media ------------------------------------- */
figure {
  margin: 0;
}

.wp-caption {
  display: block;
  max-width: 100%;
}

.gallery-caption,
.wp-caption-text,
:root figcaption {
  font-size: 0.8em;
  margin: 15px 0 0;
}

:root figcaption,
.wp-caption-text {
  color: rgba(0, 0, 0, 0.55);
  margin-bottom: 0;
}

.dark-mode figcaption,
.dark-mode .wp-caption-text {
  color: rgba(255, 255, 255, 0.5);
}

.gallery-caption a,
.wp-caption-text a,
figcaption a {
  color: inherit;
  display: inline;
}

/* Inputs ------------------------------------ */
fieldset {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 25px;
}

.dark-mode fieldset {
  border-color: rgba(255, 255, 255, 0.3);
}

fieldset > *:first-child {
  margin-top: 0;
}

fieldset > *:last-child {
  margin-bottom: 0;
}

form > *:first-child {
  margin-top: 0;
}

form > *:last-child {
  margin-bottom: 0;
}

fieldset legend {
  font-size: 14px;
  font-weight: 700;
  padding: 0 15px;
}

.dark-mode fieldset legend {
  color: rgba(255, 255, 255, 0.7);
}

label {
  font-size: 0.9em;
  margin-bottom: 8px;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="color"],
textarea {
  background: transparent;
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #666;
  display: block;
  font-size: 0.9em;
  margin: 0 0 15px 0;
  padding: 15px;
  -webkit-transition: border-color .2s ease-in-out;
  transition: border-color .2s ease-in-out;
  -webkit-appearance: none;
  width: 100%;
}

textarea {
  line-height: 1.5;
  height: 200px;
}

.dark-mode input[type="text"],
.dark-mode input[type="password"],
.dark-mode input[type="email"],
.dark-mode input[type="url"],
.dark-mode input[type="date"],
.dark-mode input[type="month"],
.dark-mode input[type="time"],
.dark-mode input[type="datetime"],
.dark-mode input[type="datetime-local"],
.dark-mode input[type="week"],
.dark-mode input[type="number"],
.dark-mode input[type="search"],
.dark-mode input[type="tel"],
.dark-mode input[type="color"],
.dark-mode textarea {
  border-color: rgba(255, 255, 255, 0.3);
  color: #fff;
}

button,
.button,
.faux-button,
.wp-block-button__link,
.wp-block-file .wp-block-file__button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background-color: #fff;
  border: none;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  font-family: inherit;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  padding: 16px 0px 25px;
  text-align: center;
  -webkit-transition: background-color .2s ease-in-out;
  transition: background-color .2s ease-in-out;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.wp-block-button__link {
  color: inherit;
}

.is-style-outline .wp-block-button__link {
  padding: 14px 22px 16px;
}

.dark-mode button,
.dark-mode .button,
.dark-mode .faux-button,
.dark-mode .wp-block-button__link,
.dark-mode .wp-block-file .wp-block-file__button,
.dark-mode input[type="button"],
.dark-mode input[type="reset"],
.dark-mode input[type="submit"] {
  background-color: rgba(255, 255, 255, 0.25);
}

/* -------------------------------------------------------------------------------- */
/*	3.	Structure
/* -------------------------------------------------------------------------------- */
main {
  display: block;
}

.section-inner {
  margin: 0 auto;
  max-width: 1240px;
  width: 90%;
}

.section-inner.medium {
  max-width: 840px;
}

.section-inner.thin {
  max-width: 560px;
}

.section-inner .section-inner {
  width: 100%;
}

/* Base Transitions ----------------------------- */
a {
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

/* Base Typography ----------------------------- */
.title {
  font-size: 40px;
  font-weight: 300;
  letter-spacing: -0.025em;
  line-height: 1.35;
  margin: 0;
}

.dark-mode .title {
  font-weight: 400;
}

/* -------------------------------------------------------------------------------- */
/*	4.	Site Header
/* -------------------------------------------------------------------------------- */
.site-header {
  margin: 0 auto 0 auto;
  max-width: 1240px;
  padding: 100px 0;
  position: relative;
  width: 90%;
  z-index: 10000;
}

.wp-custom-logo .site-header {
  padding: 80px 0;
}

.site-header .site-title {
  font-size: 24px;
  font-weight: 500;
  margin: 0;
}

.site-header .site-title a {
  text-decoration: none;
}

.site-header .site-title a:hover {
  color: rgba(0, 0, 0, 0.55);
}

.dark-mode .site-header .site-title a:hover {
  color: rgba(255, 255, 255, 0.55);
}

.site-header .custom-logo {
  background: no-repeat top left;
  background-size: contain;
  display: block;
  max-height: 100px;
  max-width: calc( 100% - 80px);
  overflow: hidden;
}

.site-header .custom-logo img {
  display: block;
  visibility: hidden;
  width: 100%;
}

:root .nav-toggle {
  background-color: #4054B2;
  cursor: pointer;
  height: 30px;
  padding: 20px 0;
  position: absolute;
  width: 100%;
  border-radius: 0px 0px 8px 0px;
}

.nav-toggle:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: -20px;
  right: 0;
  top: 0px;
}

.nav-toggle .bar {
  background-color: #fff;
  display: block;
  height: 2px;
  margin-top: 0;
  opacity: 1;
  position: absolute;
  right: 45%;
  top: calc( 50% - 1px);
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: margin 0.2s ease-in 0.2s, opacity 0s ease-in 0.25s, -webkit-transform .2s ease-in 0s;
  transition: margin 0.2s ease-in 0.2s, opacity 0s ease-in 0.25s, -webkit-transform .2s ease-in 0s;
  transition: transform .2s ease-in 0s, margin 0.2s ease-in 0.2s, opacity 0s ease-in 0.25s;
  transition: transform .2s ease-in 0s, margin 0.2s ease-in 0.2s, opacity 0s ease-in 0.25s, -webkit-transform .2s ease-in 0s;
  width: 22px;
  z-index: 1;
}

.customizer-preview .nav-toggle .bar {
  -webkit-transition: background-color .2s ease-in-out;
  transition: background-color .2s ease-in-out;
}

.dark-mode .nav-toggle .bar {
  background-color: white;
}

.nav-toggle .bar:nth-child(1) {
  margin-top: -7px;
}

.nav-toggle .bar:nth-child(2) {
  margin-top: -1px;
}

.nav-toggle .bar:nth-child(3) {
  margin-top: 5px;
}

.nav-toggle.active .bar {
  -webkit-transition: margin 0.2s ease-in, opacity 0s ease-in 0.2s, -webkit-transform 0.2s ease-out 0.25s;
  transition: margin 0.2s ease-in, opacity 0s ease-in 0.2s, -webkit-transform 0.2s ease-out 0.25s;
  transition: margin 0.2s ease-in, opacity 0s ease-in 0.2s, transform 0.2s ease-out 0.25s;
  transition: margin 0.2s ease-in, opacity 0s ease-in 0.2s, transform 0.2s ease-out 0.25s, -webkit-transform 0.2s ease-out 0.25s;
}

.nav-toggle.active .bar:nth-child(1) {
  margin-top: -1px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.nav-toggle.active .bar:nth-child(2) {
  opacity: 0;
}

.nav-toggle.active .bar:nth-child(3) {
  margin-top: -1px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* -------------------------------------------------------------------------------- */
/*	5.	Site Navigation
/* -------------------------------------------------------------------------------- */
.site-nav {
  background: #fff;
  opacity: 0;
  overflow: auto;
  margin: 222px 0 0;
  position: fixed;
  bottom: 0;
  left: -99999px;
  right: 99999px;
  top: 0;
  -webkit-transform: translateY(1rem);
          transform: translateY(1rem);
  -webkit-transition: opacity .3s ease-in-out, left 0s .3s, right 0s .3s, -webkit-transform .3s ease-in-out;
  transition: opacity .3s ease-in-out, left 0s .3s, right 0s .3s, -webkit-transform .3s ease-in-out;
  transition: opacity .3s ease-in-out, transform .3s ease-in-out, left 0s .3s, right 0s .3s;
  transition: opacity .3s ease-in-out, transform .3s ease-in-out, left 0s .3s, right 0s .3s, -webkit-transform .3s ease-in-out;
  z-index: 9999;
}

.dark-mode .site-nav {
  background: #1d1d1d;
}

.site-nav.active {
  left: 0;
  right: 0;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
  transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
  transition: opacity .3s ease-in-out, transform .3s ease-in-out;
  transition: opacity .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.site-nav ul {
  list-style: none;
  margin: 0;
}

.site-nav .menus > ul {
  float: left;
  width: calc( 50% - 10px);
}

.site-nav ul ul {
  margin: 20px 0 0 1.33em;
}

.site-nav ul + ul {
  margin-left: 20px;
}

.site-nav li {
  display: block;
  font-size: 40px;
  font-weight: 300;
  letter-spacing: -0.025em;
  line-height: 1.1;
  width: 100%;
}

.dark-mode .site-nav li {
  font-weight: 400;
}

.site-nav li + li {
  margin-top: 20px;
}

.site-nav ul a {
  border-bottom: .1rem solid transparent;
  text-decoration: none;
}

.site-nav ul + ul a {
  color: rgba(0, 0, 0, 0.55);
}

.dark-mode .site-nav ul + ul a {
  color: rgba(255, 255, 255, 0.55);
}

.site-nav ul:first-child a:hover,
.site-nav ul:first-child .current-menu-item > a {
  //border-bottom-color: #000;
}

.dark-mode .site-nav ul:first-child a:hover,
.dark-mode .site-nav ul:first-child .current-menu-item > a {
  //border-bottom-color: #fff;
}

.site-nav ul:last-child a:hover,
.site-nav ul:last-child .current-menu-item > a {
  //border-bottom-color: rgba(0, 0, 0, 0.55);
}

.dark-mode .site-nav ul:last-child a:hover,
.dark-mode .site-nav ul:last-child .current-menu-item > a {
  //border-bottom-color: rgba(255, 255, 255, 0.55);
}

.site-nav footer {
  background: #fff;
  padding: 50px 0;
}

.dark-mode .site-nav footer {
  background: #1d1d1d;
}

.site-nav footer a {
  color: inherit;
  text-decoration: none;
}

.site-nav footer p:first-child {
  float: left;
}

.site-nav footer p:last-child {
  color: rgba(0, 0, 0, 0.55);
  float: right;
}

.dark-mode .site-nav footer p:last-child {
  color: rgba(255, 255, 255, 0.55);
}

/* Alt Nav / No JS Nav ----------------------------- */
.show-alt-nav .site-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.show-alt-nav .nav-toggle,
.no-js .nav-toggle {
  display: none;
}

.show-alt-nav .alt-nav-wrapper,
.no-js .alt-nav-wrapper {
  display: block;
}

.alt-nav-wrapper {
  display: none;
  margin-left: 80px;
}

.alt-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: -10px 0 0 -40px;
  position: relative;
  z-index: 1;
}

.alt-nav li {
  display: block;
  float: left;
  margin: 0 0 0 0;
  position: relative;
}

.alt-nav > li {
  margin: 10px 0 0 40px;
  position: relative;
}

.alt-nav > li.menu-item-has-children {
  padding-right: 16px;
}

.alt-nav > li.menu-item-has-children:after {
  border: 5px solid transparent;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #000;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: calc( 50% - 2px);
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.dark-mode .alt-nav > li.menu-item-has-children:after {
  border-top-color: #fff;
}

.alt-nav > li.menu-item-has-children:hover {
  text-decoration: underline;
}

.alt-nav li a {
  display: block;
}

.alt-nav ul {
  background: #000;
  border-radius: 3px;
  font-size: 16px;
  opacity: 0;
  margin: 0 0 0 0;
  padding: 8px 0;
  position: absolute;
  left: -9999px;
  top: calc( 100% + 15px);
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: opacity 0.3s ease-in-out, left 0s .3s, top 0s .3s, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, left 0s .3s, top 0s .3s, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, left 0s .3s, top 0s .3s;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, left 0s .3s, top 0s .3s, -webkit-transform 0.3s ease-in-out;
  width: 200px;
  z-index: 1;
}

.alt-nav ul:before,
.alt-nav ul:after {
  content: "";
  display: block;
  position: absolute;
}

.alt-nav ul:before {
  bottom: 100%;
  height: 15px;
  left: 0;
  right: 0;
}

.alt-nav ul:after {
  border: 5px solid transparent;
  border-bottom-color: #000;
  bottom: 100%;
  left: 20px;
}

.dark-mode .alt-nav ul:after {
  border-bottom-color: #fff;
}

.dark-mode .alt-nav ul {
  background: #fff;
}

.alt-nav ul li {
  width: 100%;
}

.alt-nav ul a {
  color: #fff;
  display: block;
  padding: 12px 20px;
}

.dark-mode .alt-nav ul a {
  color: #000;
}

.alt-nav ul a:hover {
  text-decoration: none;
}

.alt-nav ul li:hover {
  background: rgba(255, 255, 255, 0.2);
}

.dark-mode .alt-nav ul li:hover {
  background: rgba(0, 0, 0, 0.2);
}

.alt-nav li:hover > ul {
  left: 0;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.alt-nav ul ul:before {
  bottom: 0;
  height: 100%;
  left: auto;
  right: 100%;
  top: 0;
  width: 15px;
}

.alt-nav ul ul:after {
  border-color: transparent;
  border-right-color: #000;
  left: -10px;
  top: 22px;
}

.dark-mode .alt-nav ul ul:after {
  border-color: transparent;
  border-right-color: #fff;
}

.alt-nav ul li:hover > ul {
  left: calc( 100% + 15px);
  top: -8px;
}

/* -------------------------------------------------------------------------------- */
/*	6.	Archive
/* -------------------------------------------------------------------------------- */
.posts {
  margin: -10px;
}

.post-preview {
  display: block;
  padding: 10px;
  position: relative;
  -webkit-transition: none;
  transition: none;
  width: 50%;
}

.no-js .posts .post-preview {
  max-height: 100vh;
  overflow: hidden;
  width: 100% !important;
}

.post-preview.will-spot {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: opacity .5s ease-in-out, -webkit-transform .5s ease-in-out;
  transition: opacity .5s ease-in-out, -webkit-transform .5s ease-in-out;
  transition: opacity .5s ease-in-out, transform .5s ease-in-out;
  transition: opacity .5s ease-in-out, transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
}

.post-preview.spotted {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.post-preview.jetpack-fade-in {
  -webkit-animation: jetpackFadeIn .5s 0s 1;
          animation: jetpackFadeIn .5s 0s 1;
}

@-webkit-keyframes jetpackFadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes jetpackFadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.preview-image {
  background: rgba(0, 0, 0, 0.1) no-repeat center;
  background-size: cover;
  position: relative;
}

.dark-mode .preview-image {
  background-color: rgba(255, 255, 255, 0.1);
}

.post-preview.fallback-image .preview-image:before {
  content: "";
  display: block;
  padding-bottom: 75%;
  width: 100%;
}

.post-preview.fallback-image .preview-image img {
  display: none;
}

.preview-image:after {
  background: rgba(0, 0, 0, 0.5);
  content: "";
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  -webkit-transition: opacity .3s ease-in-out, background .3s ease-in-out;
  transition: opacity .3s ease-in-out, background .3s ease-in-out;
}

.preview-image img {
  visibility: hidden;
  width: 100%;
}

.post-preview header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  bottom: 40px;
  left: 40px;
  right: 40px;
  top: 40px;
  text-align: center;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

.post-preview .sticky-post {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 15px;
  text-transform: uppercase;
  width: 100%;
}

.post-preview h2 {
  color: #fff;
  line-height: 1.25;
  text-align: center;
  width: 100%;
  word-break: break-word;
}

.post-preview:hover .preview-image:after,
.show-preview-titles .post-preview .preview-image:after {
  opacity: 1;
}

.show-preview-titles .post-preview:hover .preview-image:after {
  background: rgba(0, 0, 0, 0.6);
}

.post-preview:hover header,
.show-preview-titles .post-preview header {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* THREE COLUMNS */
@media (min-width: 1001px) {
  .three-columns-grid .post-preview {
    width: 33.3%;
  }
  .three-columns-grid .post-preview header {
    bottom: 30px;
    left: 30px;
    right: 30px;
    top: 30px;
  }
  .three-columns-grid .post-preview h2 {
    font-size: 28px;
  }
}

/* Search Results ---------------------------- */
.search-no-results .search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 50px auto 0 auto;
  max-width: 400px;
  width: 100%;
}

.search-no-results label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 10px 0 0;
  width: 100%;
}

.search-no-results .search-field {
  margin: 0;
}

/* -------------------------------------------------------------------------------- */
/*	7.	Singular
/* -------------------------------------------------------------------------------- */
/* Page Header ------------------------------- */
.page-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto 100px auto;
  max-width: 100%;
  min-height: 250px;
  text-align: center;
  width: 560px;
}

.page-header > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.page-header p {
  font-size: 22px;
  line-height: 1.5;
  margin-top: 25px;
}

.page-header p:last-child {
  margin-bottom: 0;
}

/* Meta -------------------------------------- */
.meta {
  color: rgba(0, 0, 0, 0.55);
  font-size: 18px;
  margin-top: 30px;
}

.dark-mode .meta {
  color: rgba(255, 255, 255, 0.55);
}

.meta span {
  margin: 0 5px;
}

.meta a {
  border-bottom: .1rem solid transparent;
  text-decoration: none;
}

.meta a:hover {
  border-bottom-color: inherit;
}

/* Page Image -------------------------------- */
.featured-image {
  margin-bottom: 50px;
  position: relative;
}

.featured-image img {
  width: 100%;
}

/* Linked Pages ------------------------------ */
.linked-pages {
  margin-top: 50px;
}

/* Meta Bottom ------------------------------- */
.meta.bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
}

.meta.bottom p {
  line-height: 1.5;
  margin: 0;
}

.meta.bottom p.tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 0 -20px;
}

.meta.bottom p.tags span {
  margin: 0 0 10px 20px;
}

.meta-bottom .post-date {
  margin-left: 20px;
}

/* Related Posts ----------------------------- */
.related-posts-wrapper {
  margin-top: 100px;
}

.related-posts {
  margin: -10px;
}

.related-posts .post-preview {
  float: left;
}

.related-posts .post-preview:nth-child(3) {
  display: none;
}

.related-posts .post-preview .preview-image img {
  display: none;
}

.related-posts .post-preview .preview-image:before {
  content: "";
  display: block;
  padding-bottom: 150%;
  width: 100%;
}

@media (min-width: 1001px) {
  .related-posts .post-preview {
    width: 33.3%;
  }
  .related-posts .post-preview h2 {
    font-size: 28px;
  }
  .related-posts .post-preview:nth-child(3) {
    display: block;
  }
}

/* -------------------------------------------------------------------------------- */
/*	8.	Blocks
/* -------------------------------------------------------------------------------- */
/* Block Editor Accent Colors ---------------- */
:root .has-background {
  background-color: #000;
}

:root .has-black-color {
  color: #000;
}

:root .has-black-background-color {
  background-color: #000;
}

:root .has-dark-gray-color {
  color: #333;
}

:root .has-dark-gray-color a {
  border-bottom-color: #333;
}

:root .has-dark-gray-color a:hover {
  color: #333;
}

:root .has-dark-gray-background-color {
  background-color: #333;
}

:root .has-medium-gray-color {
  color: #555;
}

:root .has-medium-gray-color a {
  border-bottom-color: #555;
}

:root .has-medium-gray-color a:hover {
  color: #555;
}

:root .has-medium-gray-background-color {
  background-color: #555;
}

:root .has-light-gray-color {
  color: #777;
}

:root .has-light-gray-color a {
  border-bottom-color: #777;
}

:root .has-light-gray-color a:hover {
  color: #777;
}

:root .has-light-gray-background-color {
  background-color: #777;
}

:root .has-white-color {
  color: #fff;
}

:root .has-white-color a {
  border-bottom-color: #fff;
}

:root .has-white-color a:hover {
  color: #fff;
}

:root .has-white-background-color {
  background-color: #fff;
}

/* Block Editor Font Sizes ------------------- */
:root .has-small-font-size {
  font-size: .842em;
}

:root .has-regular-font-size {
  font-size: 1em;
}

:root .has-large-font-size,
:root .has-larger-font-size {
  line-height: 1.5;
}

:root .has-large-font-size {
  font-size: 1.2em;
}

:root .has-larger-font-size {
  font-size: 1.4em;
}

/* Block: Base Margins ----------------------- */
:root *[class*="_inner-container"] > *:first-child {
  margin-top: 0;
}

:root *[class*="_inner-container"] > *:last-child {
  margin-bottom: 0;
}

.wp-block-archives,
.wp-block-button,
.wp-block-buttons,
.wp-block-categories,
.wp-block-code,
.wp-block-columns,
.wp-block-cover,
.wp-block-cover-image,
.wp-block-embed,
.wp-block-gallery,
.wp-block-group,
.wp-block-image,
.wp-block-latest-comments,
.wp-block-latest-posts,
.wp-block-media-text,
.wp-block-preformatted,
.wp-block-pullquote,
.wp-block-social-links,
.wp-block-quote,
.wp-block-quote.is-large,
.wp-block-quote.is-style-large,
.wp-block-verse,
.wp-block-video {
  margin-bottom: 30px;
  margin-top: 30px;
}

/* Block: Audio ------------------------------ */
.wp-block-audio audio {
  width: 100%;
}

/* Block: Button ----------------------------- */
/* Block: Buttons ---------------------------- */
.wp-block-buttons .wp-block-button {
  margin-top: 0;
}

/* Block: Column ----------------------------- */
.wp-block-column {
  padding: 0 5px;
}

/* Block: Cover Image ------------------------ */
.wp-block-cover,
.wp-block-cover-image {
  color: #fff;
}

.wp-block-cover-image p {
  font-weight: 400;
}

/* Block: File ------------------------------- */
.entry-content .wp-block-file {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 30px 0;
  padding: 20px;
}

.entry-content .wp-block-file a:not(.wp-block-file__button) {
  border: none;
  font-weight: 500;
  text-decoration: none;
}

.entry-content .wp-block-file__button {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* Block: Gallery ---------------------------- */
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  color: #fff;
  margin: 0;
  padding-bottom: 10px;
}

.wp-block-gallery > .blocks-gallery-grid {
  margin-bottom: -16px;
}

ul.wp-block-gallery + .wp-block-gallery:not(.alignfull):not(.alignwide):not(.alignleft):not(.alignright):not(.aligncenter):not(.alignone) {
  margin-top: -30px;
}

ul.wp-block-gallery.alignwide + .wp-block-gallery.alignwide,
ul.wp-block-gallery.alignfull + .wp-block-gallery.alignfull {
  margin-top: -2.5em;
}

figure.wp-block-gallery + .wp-block-gallery:not(.alignfull):not(.alignwide):not(.alignleft):not(.alignright):not(.aligncenter):not(.alignone) {
  margin-top: calc( ( 30px - 16px ) / -1);
}

figure.wp-block-gallery.alignwide + .wp-block-gallery.alignwide,
figure.wp-block-gallery.alignfull + .wp-block-gallery.alignfull {
  margin-top: calc( ( 2.5em - 16px ) / -1);
}

/* Block: Image ------------------------------ */
.wp-block-image .aligncenter > figcaption,
.wp-block-image .alignleft > figcaption,
.wp-block-image .alignright > figcaption,
.wp-block-image.is-resized > figcaption {
  display: block;
}

/* Block: Latest Posts ----------------------- */
.wp-block-latest-posts {
  margin-left: 0;
}

.wp-block-latest-posts__post-date {
  color: rgba(0, 0, 0, 0.5);
  font-size: 1em;
}

.dark-mode .wp-block-latest-posts__post-date {
  color: rgba(255, 255, 255, 0.5);
}

/* Block: Media and Text --------------------- */
.wp-block-media-text__content > *:first-child {
  margin-top: 0;
}

.wp-block-media-text__content > *:last-child {
  margin-bottom: 0;
}

/* Block: Pullquote -------------------------- */
.wp-block-pullquote,
.wp-block-pullquote blockquote {
  background: none;
  border: none;
  padding: 0;
}

.wp-block-pullquote blockquote {
  margin: 0;
}

.wp-block-pullquote blockquote:before {
  content: none;
}

.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
  max-width: 60%;
}

.wp-block-pullquote blockquote p,
.wp-block-pullquote.alignleft blockquote p,
.wp-block-pullquote.alignright blockquote p {
  font-size: 29px;
  font-weight: 700;
  letter-spacing: -0.025em;
  margin-bottom: 1em;
}

.wp-block-pullquote.alignleft blockquote p,
.wp-block-pullquote.alignright blockquote p {
  line-height: 1.3;
}

/* Block: Quote ------------------------------ */
.entry-content .wp-block-quote.is-large,
.entry-content .wp-block-quote.is-style-large {
  margin: 0 0 30px 0;
  padding: 0 0 0 30px;
}

.entry-content blockquote p:last-child {
  margin-bottom: 0;
}

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
  font-size: 1.25em;
  font-style: normal;
  line-height: 1.5;
}

.wp-block-quote.is-large cite,
.wp-block-quote.is-style-large cite {
  display: block;
  font-size: .8em;
  text-align: left;
}

/* Block: Separator -------------------------- */
hr.is-style-wide,
hr.is-style-dots {
  width: 100%;
}

/* Block: Social ----------------------------- */
.wp-social-link {
  margin: 0 8px 0 0;
}

/* -------------------------------------------------------------------------------- */
/*	9.	Entry Content
/* -------------------------------------------------------------------------------- */
.entry-content {
  position: relative;
}

.entry-content > *:first-child {
  margin-top: 0;
}

.entry-content > *:last-child {
  margin-bottom: 0;
}

.entry-content p.has-background {
  padding: 20px;
}

.entry-content h1 + h1, .entry-content h1 + h2, .entry-content h1 + h3, .entry-content h1 + h4, .entry-content h1 + h5, .entry-content h1 + h6,
.entry-content h2 + h1, .entry-content h2 + h2, .entry-content h2 + h3, .entry-content h2 + h4, .entry-content h2 + h5, .entry-content h2 + h6,
.entry-content h3 + h1, .entry-content h3 + h2, .entry-content h3 + h3, .entry-content h3 + h4, .entry-content h3 + h5, .entry-content h3 + h6,
.entry-content h4 + h1, .entry-content h4 + h2, .entry-content h4 + h3, .entry-content h4 + h4, .entry-content h4 + h5, .entry-content h4 + h6,
.entry-content h5 + h1, .entry-content h5 + h2, .entry-content h5 + h3, .entry-content h5 + h4, .entry-content h5 + h5, .entry-content h5 + h6,
.entry-content h6 + h1, .entry-content h6 + h2, .entry-content h6 + h3, .entry-content h6 + h4, .entry-content h6 + h5, .entry-content h6 + h6 {
  margin-top: 30px;
}

p.has-drop-cap:not(:focus):first-letter {
  font-size: 7em;
  font-weight: 300;
  margin: .1em .05em 0 -.075em;
}

/* Pull Quotes ------------------------------- */
.entry-content .pull {
  font-size: 29px;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.2;
  position: absolute;
  width: 280px;
}

.entry-content .pull.left {
  hanging-punctuation: first;
  right: calc( 100% + 40px);
}

.entry-content .pull.right {
  hanging-punctuation: last;
  left: calc( 100% + 40px);
  text-align: right;
}

/* Alignment Classes ------------------------- */
.alignleft,
.alignright {
  margin-bottom: 20px;
  max-width: 40%;
}

.alignleft {
  float: left;
  margin: 5px 40px 30px -80px;
}

.alignright {
  float: right;
  margin: 5px -80px 30px 40px;
}

.entry-content .alignnone,
.entry-content .aligncenter,
.entry-content .alignwide,
.entry-content .alignfull {
  margin: 2.5em auto;
}

.entry-content .alignfull {
  margin-left: calc( 50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}

.entry-content .wp-block-image.alignfull figcaption {
  padding: 0 5%;
}

.entry-content .alignwide {
  margin-left: calc( 50% - 620px);
  max-width: 1240px;
  width: 1240px;
}

.alignnone {
  margin-left: -80px;
  margin-right: -80px;
  max-width: calc( 100% + 160px);
}

.alignnone img {
  width: 100%;
}

/* VANILLA GALLERIES */
.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 50px 0 30px;
  padding: 0;
  position: relative;
  left: calc( 50% - 630px);
  width: 1260px;
}

.gallery + .gallery {
  margin-top: -30px;
}

.gallery .gallery-item {
  display: block;
  float: left;
  margin: 0 0 20px;
  padding: 0 10px;
  position: relative;
  width: 100%;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-3 .gallery-item {
  width: 33.3%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery-columns-5 .gallery-item {
  width: 20%;
}

.gallery-columns-6 .gallery-item {
  width: 16.6%;
}

.gallery-columns-7 .gallery-item {
  width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  width: 11.1%;
}

.gallery .gallery-item a {
  border: none;
  display: block;
  line-height: 0;
  text-align: center;
}

.gallery img {
  width: 100%;
}

.gallery-caption {
  background: #fff;
  color: #000;
  font-size: 12px;
  line-height: 1.35;
  margin: 0;
  max-width: calc( 100% - 40px);
  max-height: 50%;
  overflow: hidden;
  padding: 12px 14px;
  position: absolute;
  bottom: 10px;
  left: 20px;
}

.dark-mode .gallery-caption {
  background: #1d1d1d;
  color: #fff;
}

.gallery-columns-1 .gallery-caption,
.gallery-columns-2 .gallery-caption,
.gallery-columns-3 .gallery-caption {
  bottom: 40px;
  font-size: 14px;
  left: 50px;
  max-width: calc( 100% - 100px);
}

.gallery-columns-3 .gallery-caption {
  bottom: 30px;
  left: 40px;
  max-width: calc( 100% - 80px);
}

/* TILED GALLERIES */
.entry-content .tiled-gallery {
  margin: 50px auto;
}

/* -------------------------------------------------------------------------------- */
/*	10.	Comments
/* -------------------------------------------------------------------------------- */
.comments,
.comment-respond {
  padding-top: 100px;
}

.comment-reply-title {
  font-size: 28px;
  font-weight: inherit;
  margin: 0 0 50px 0;
}

.comment-reply-title small {
  font-size: 20px;
  margin-left: 10px;
}

.comment {
  font-size: 18px;
  margin-top: 50px;
}

.commentlist > .comment:first-child {
  margin-top: 0;
}

.comment .comment {
  margin-left: 50px;
}

.comment-author,
.comment-meta {
  line-height: 1.66;
}

.comment-author {
  position: relative;
}

.comment-author .says {
  display: none;
}

.comment-author .avatar {
  display: block;
  position: absolute;
  right: calc( 100% + 20px);
  top: 0;
  width: 55px;
}

.bypostauthor .comment-author {
  text-transform: uppercase;
}

.comment-meta {
  margin-bottom: 20px;
}

.comment-metadata {
  color: rgba(0, 0, 0, 0.55);
  line-height: 1.25;
}

.dark-mode .comment-metadata {
  color: rgba(255, 255, 255, 0.55);
}

.comment-metadata a {
  text-decoration: none;
}

.comment-metadata a:hover {
  text-decoration: underline;
}

.comment-content,
.comment-content p,
.comment-content li {
  line-height: 1.5;
}

.comment-content p,
.comment-content li {
  margin-bottom: 20px;
}

.comment-content *:last-child {
  margin-bottom: 0;
}

.comment .reply {
  font-size: 14px;
  letter-spacing: 0.05em;
  margin-top: 22px;
  text-transform: uppercase;
  font-weight: 700;
}

.comment .reply a {
  text-decoration: none;
}

.comment .reply a:hover {
  text-decoration: underline;
}

/* Comments Pagination ----------------------- */
.comments-pagination {
  margin-top: 100px;
  position: relative;
  text-align: center;
}

.comments-pagination a {
  text-decoration: none;
}

.comments-pagination a:hover {
  text-decoration: underline;
}

.comments-pagination .page-numbers {
  display: inline-block;
  padding: 0 3px;
}

.comments-pagination .page-numbers.dots {
  color: rgba(0, 0, 0, 0.55);
}

.dark-mode .comments-pagination .page-numbers.dots {
  color: rgba(255, 255, 255, 0.55);
}

.comments-pagination .prev,
.comments-pagination .next {
  margin: 0 0 0 0;
  position: absolute;
  top: 0;
}

.comments-pagination .prev {
  left: 0;
}

.comments-pagination .next {
  right: 0;
}

/* Respond ---------------------------- */
.logged-in .comment-respond .comment-reply-title {
  margin-bottom: 20px;
}

.comment-respond .logged-in-as {
  color: rgba(0, 0, 0, 0.55);
  font-size: 18px;
  line-height: 1.25;
  margin: 0 0 50px 0;
}

.dark-mode .comment-respond .logged-in-as {
  color: rgba(255, 255, 255, 0.55);
}

.comment-respond .logged-in-as a {
  text-decoration: none;
}

.comment-respond .logged-in-as a:hover {
  text-decoration: underline;
}

.comment-respond p + p {
  margin-top: 20px;
}

.comment-respond .comment-form-author,
.comment-respond .comment-form-email {
  float: left;
  margin: 20px 0;
  width: calc( 50% - 10px);
}

.comment-respond .comment-form-email {
  margin-left: 20px;
}

.comment-respond label {
  display: block;
}

.comment-respond input[type="checkbox"] + label {
  display: inline;
  font-size: 14px;
  margin: 0 0 0 5px;
}

/* Reply Respond ---------------------------- */
.comments .comment-respond {
  margin: 50px 0;
}

/* -------------------------------------------------------------------------------- */
/*	11.	Page Templates
/* -------------------------------------------------------------------------------- */
/* Resume Template ---------------------------- */
.resume-template .entry-content {
  max-width: 840px;
  padding-left: 280px;
}

.resume-template .entry-content h1,
.resume-template .entry-content h2,
.resume-template .entry-content h3,
.resume-template .entry-content h4,
.resume-template .entry-content h5,
.resume-template .entry-content h6 {
  border-top: 1px solid #000;
  font-size: 24px;
  font-weight: 500;
  margin: 80px 0 -28px -280px;
  padding: 50px 580px 0 0;
}

.resume-template .entry-content > h1:first-child,
.resume-template .entry-content > h2:first-child,
.resume-template .entry-content > h3:first-child,
.resume-template .entry-content > h4:first-child,
.resume-template .entry-content > h5:first-child,
.resume-template .entry-content > h6:first-child {
  margin-top: 0;
}

.dark-mode.resume-template .entry-content h1,
.dark-mode.resume-template .entry-content h2,
.dark-mode.resume-template .entry-content h3,
.dark-mode.resume-template .entry-content h4,
.dark-mode.resume-template .entry-content h5,
.dark-mode.resume-template .entry-content h6 {
  border-top-color: rgba(255, 255, 255, 0.1);
}

.resume-template .entry-content .alignnone {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

/* -------------------------------------------------------------------------------- */
/*	12.	Site Pagination
/* -------------------------------------------------------------------------------- */
.post-pagination {
  margin-top: 100px;
}

.post-pagination .previous-posts-link {
  float: left;
}

.post-pagination .next-posts-link {
  float: right;
}

.post-pagination a {
  color: rgba(0, 0, 0, 0.55);
  text-decoration: none;
}

.post-pagination a:hover {
  color: #000;
}

.dark-mode .post-pagination a {
  color: rgba(255, 255, 255, 0.55);
}

.dark-mode .post-pagination a:hover {
  color: #fff;
}

/* Jetpack Infinite Scroll ------------------- */
.infinite-scroll .post-pagination {
  display: none;
}

/* Loading Button */
.infinite-scroll .posts {
  padding-bottom: 130px;
}

.infinite-scroll.infinity-end .posts {
  padding-bottom: 0;
}

.infinite-scroll #infinite-handle {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}

.infinite-scroll #infinite-handle span {
  background: none;
  padding: 0 0 0 0;
}

.infinite-scroll #infinite-handle button,
.infinite-scroll #infinite-handle button:hover,
.infinite-scroll #infinite-handle button:focus {
  background: none;
  border-radius: 0;
  color: rgba(0, 0, 0, 0.55);
  font-size: 40px;
  font-weight: 300;
  letter-spacing: -0.025em;
  padding: 0;
  -webkit-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
}

.infinite-scroll #infinite-handle button:hover,
.infinite-scroll #infinite-handle button:focus {
  color: #000;
}

.dark-mode.infinite-scroll #infinite-handle button,
.dark-mode.infinite-scroll #infinite-handle button:hover,
.dark-mode.infinite-scroll #infinite-handle button:focus {
  color: rgba(255, 255, 255, 0.4);
  font-weight: 400;
}

.dark-mode.infinite-scroll #infinite-handle button:hover,
.dark-mode.infinite-scroll #infinite-handle button:focus {
  color: #fff;
}

/* Loading Animation */
.infinite-loader {
  height: 40px;
  position: absolute;
  bottom: 10px;
  left: calc( 50% - 20px);
  width: 40px;
}

.infinite-loader * {
  display: none;
}

.infinite-loader:before,
.infinite-loader:after {
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  content: "";
  height: 100%;
  opacity: 0.6;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.dark-mode .infinite-loader:before,
.dark-mode .infinite-loader:after {
  background: rgba(255, 255, 255, 0.25);
}

.infinite-loader:after {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* -------------------------------------------------------------------------------- */
/*	13.	Site Footer
/* -------------------------------------------------------------------------------- */
.site-footer {
  padding: 100px 0;
  text-align: center;
}

.site-footer p {
  font-weight: 500;
  line-height: 1;
  margin: 0;
  text-align: center;
}

.site-footer p + p {
  color: rgba(0, 0, 0, 0.55);
  font-size: 18px;
  margin-top: 12px;
}

.dark-mode .site-footer p + p {
  color: rgba(255, 255, 255, 0.55);
}

.site-footer a {
  border-bottom: .1rem solid transparent;
  text-decoration: none;
}

.site-footer a:hover {
  border-bottom-color: currentColor;
}

/* -------------------------------------------------------------------------------- */
/*	14.	Media Queries
/* -------------------------------------------------------------------------------- */
/* 1380 PX */
@media (max-width: 1380px) {
  /* Entry Content ----------------------------- */
  /* PAGE MEDIA */
  .gallery {
    left: calc( 50% - 45vw - 10px);
    width: calc( 90vw + 20px);
  }
  /* PULL QUOTES */
  .entry-content .pull {
    position: static;
  }
  .entry-content .pull.left {
    float: left;
    margin: 5px 40px 40px -80px;
  }
  .entry-content .pull.right {
    float: right;
    margin: 5px -80px 40px 40px;
  }
}

/* 1180 PX */
@media (max-width: 1377px) {
  /* Entry Content ----------------------------- */
  .entry-content .alignwide {
    margin-left: calc( 50% - 45vw);
    max-width: 90vw;
    width: 90vw;
  }
}

/* 1000 PX */
@media (max-width: 1000px) {
  /* Site Nav ----------------------------- */
  .show-alt-nav .alt-nav-wrapper {
    display: none;
  }
  .show-alt-nav .nav-toggle {
    display: block;
  }
  /* Singular ----------------------------- */
  .post-preview h2 {
    font-size: 28px;
  }
  /* Page Templates ----------------------------- */
  .resume-template .entry-content {
    padding-left: 300px;
  }
  .resume-template .entry-content h1,
  .resume-template .entry-content h2,
  .resume-template .entry-content h3,
  .resume-template .entry-content h4,
  .resume-template .entry-content h5,
  .resume-template .entry-content h6 {
    margin: 80px 0 -28px -300px;
    padding: 50px 600px 0 0;
  }
}

/* 800 PX */
@media (max-width: 800px) {
  /* Page Templates ----------------------------- */
  .resume-template .entry-content {
    padding-left: 200px;
  }
  .resume-template .entry-content h1,
  .resume-template .entry-content h2,
  .resume-template .entry-content h3,
  .resume-template .entry-content h4,
  .resume-template .entry-content h5,
  .resume-template .entry-content h6 {
    margin: 80px 0 -28px -200px;
    padding: 50px 500px 0 0;
  }
}

/* 750 PX */
@media (max-width: 750px) {
  /* Navigation ----------------------------- */
  .site-nav .menus > ul {
    float: none;
    width: 100%;
  }
  .site-nav .menus > ul + ul {
    margin: 40px 0 0;
  }
  /* Entry Content ----------------------------- */
  /* PAGE MEDIA */
  .alignleft {
    margin: 5px 25px 25px 0;
  }
  .alignright {
    margin: 5px 0 25px 25px;
  }
  .alignnone {
    max-width: 100%;
  }
  .alignnone,
  .aligncenter {
    margin: 40px auto;
  }
  .gallery {
    margin: 40px auto 20px;
  }
  .gallery + .gallery {
    margin-top: -20px;
  }
  .gallery-columns-1 .gallery-caption,
  .gallery-columns-2 .gallery-caption,
  .gallery-columns-3 .gallery-caption {
    bottom: 10px;
    font-size: 12px;
    left: 20px;
    max-width: calc( 100% - 40px);
  }
  /* PULL QUOTES */
  .entry-content .pull.left {
    margin-left: 0;
  }
  .entry-content .pull.right {
    margin-right: 0;
  }
  /* Comments ----------------------------- */
  .comment-author,
  .comment-metadata {
    padding-left: 70px;
  }
  .comment-author .avatar {
    left: 0;
    width: 55px;
  }
}

/* 620 PX */
@media (max-width: 620px) {
	
	.site-nav li + li {
		/*margin-top: 0px;
		padding-bottom: 0px;
    	padding-top: 0px;*/
	}

  body {
    font-size: 18px;
  }
  /* Structure ----------------------------- */
  /* BASE TYPOGRAPHY */
  .title {
    font-size: 30px;
  }
  /* Site Header ----------------------------- */
  .site-header {
    padding: 50px 0;
  }
  .wp-custom-logo .site-header {
    padding: 35px 0;
  }
  /* Navigation ----------------------------- */
  .site-nav {
    margin-top: 124px;
  }
  .site-nav .menus {
    padding-bottom: 40px;
  }
  .site-nav ul:first-child li {
    font-size: 28px;
  }
  .site-nav ul + ul li {
    font-size: 20px;
    font-weight: 400;
  }
  .site-nav ul + ul li + li {
    margin-top: 10px;
  }
  .site-nav footer {
    display: none;
  }
  /* Singular ----------------------------- */
  .page-header {
    margin-bottom: 50px;
  }
  @supports (display: -moz-flex) or (display: flex) {
    .page-header {
      min-height: 150px;
    }
  }
  .page-header p {
    font-size: 1em;
  }
  .meta {
    font-size: 0.9em;
  }
  .meta.bottom {
    margin-top: 25px;
  }
  .meta.bottom p,
  .meta.bottom p.tags {
    float: none;
    max-width: none;
  }
  .meta.bottom p.tags a {
    margin-right: 15px;
  }
  .meta.bottom p + p {
    float: none;
    margin-top: 8px;
  }
  .related-posts-wrapper {
    margin-top: 50px;
  }
  /* Archive ----------------------------- */
  .posts {
    margin: -10px 0;
    position: relative;
    left: calc( 50% - 50vw + 2.5px);
    width: calc( 100vw - 5px);
  }
  .post-preview {
    padding: 5px;
  }
  .post-preview header {
    bottom: 20px;
    left: 15px;
    right: 15px;
    top: 20px;
  }
  .post-preview .sticky-post {
    font-size: 11px;
    letter-spacing: 1px;
    margin-bottom: 5px;
  }
  .post-preview h2 {
    font-size: 20px;
  }
  /* SEARCH RESULTS */
  .search-no-results .search-form {
    display: block;
    margin: 30px auto 0 auto;
  }
  .search-no-results .search-form label {
    margin: 0 0 10px 0;
  }
  .search-no-results .search-form input[type="submit"] {
    width: 100%;
  }
  /* PAGINATION */
  .post-pagination {
    margin-top: 50px;
  }
  .infinite-scroll .posts {
    padding-bottom: 70px;
  }
  .infinite-scroll #infinite-handle button,
  .infinite-scroll #infinite-handle button:hover,
  .infinite-scroll #infinite-handle button:focus {
    font-size: 30px;
  }
  /* Entry Content ----------------------------- */
  .entry-content p {
    margin-bottom: 25px;
  }
  /* PAGE MEDIA */
  .gallery {
    left: calc( 50% - 50vw);
    margin: 40px auto 30px;
    padding: 0 5px;
    width: 100vw;
  }
  .gallery + .gallery {
    margin-top: -30px;
  }
  .gallery .gallery-item {
    margin-bottom: 10px;
    padding: 0 5px;
  }
  .gallery-caption {
    display: none;
  }
  .gallery-columns-2 .gallery-item,
  .gallery-columns-3 .gallery-item,
  .gallery-columns-4 .gallery-item,
  .gallery-columns-5 .gallery-item,
  .gallery-columns-6 .gallery-item,
  .gallery-columns-7 .gallery-item,
  .gallery-columns-8 .gallery-item,
  .gallery-columns-9 .gallery-item {
    width: 50%;
  }
  /* PULL QUOTES */
  .entry-content .pull.left,
  .entry-content .pull.right,
  .wp-block-pullquote.alignleft,
  .wp-block-pullquote.alignright {
    float: none;
    margin: 40px 0 40px 0;
    max-width: 100%;
    width: 100%;
  }
  /* Comments ----------------------------- */
  .comments,
  .comment-respond {
    padding-top: 50px;
  }
  .comments-pagination {
    margin-top: 50px;
  }
  .comment-respond .comment-form-author,
  .comment-respond .comment-form-email {
    float: none;
    margin: 20px 0 0;
    width: 100%;
  }
  /* Page Templates ----------------------------- */
  .resume-template .entry-content {
    padding-left: 0;
  }
  .resume-template .entry-content h1,
  .resume-template .entry-content h2,
  .resume-template .entry-content h3,
  .resume-template .entry-content h4,
  .resume-template .entry-content h5,
  .resume-template .entry-content h6 {
    font-size: 22px;
    margin: 80px 0 35px 0;
    padding: 40px 0 0;
  }
  /* Site Footer ----------------------------- */
  .site-footer {
    padding: 50px 0;
  }
  .site-footer p + p {
    font-size: 16px;
  }
}

/* 400 PX */
@media (max-width: 400px) {
  /* Site Header ----------------------------- */
  .site-header .site-title {
    font-size: 20px;
  }
  /* Singular ----------------------------- */
  .page-header p {
    margin-top: 20px;
  }
  .page-header .meta {
    margin-top: 25px;
  }
  /* Archive ----------------------------- */
  .post-preview header {
    bottom: 10px;
    left: 10px;
    right: 10px;
    top: 10px;
  }
  .post-preview h2 {
    font-size: 16px;
    font-weight: 400;
  }
  /* Comments ----------------------------- */
  .comments-pagination .page-numbers {
    display: none;
  }
  .comments-pagination .page-numbers:first-child,
  .comments-pagination .page-numbers:last-child {
    display: block;
    position: static;
  }
  .comments-pagination .page-numbers:first-child {
    float: left;
  }
  .comments-pagination .page-numbers:last-child {
    float: right;
  }
}

/*PERSO*/
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
  .btnNav {
    width: 20%;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1240px;
  }
}

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

@media (max-width: 476px) {
		  /*OMA 07072020*/
  .cardsImg {
    left: 0% !important;
    position: relative !important;
    height: 300px !important;
  }
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}



/**TODELETE*/

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

/*----------------------------------------------------------------------------*/
/*----------------------------------GENERAL----------------------------------*/
/*--------------------------------------------------------------------------*/
html {
  width: 100%;
  height: 100% !important;
  font-family: 'Rubik', sans-serif !important;
  padding: 0px !important;
  margin: 0px !important;
}

header {
  z-index: 10;
}

h1 {
  font-size: 48px;
  line-height: 80px;
}

h2 {
  font-size: 40px;
  line-height: 56px;
  font-weight: 500;
}

h3 {
  font-size: 32px;
  line-height: 48px;
}

h4 {
  font-size: 24px;
  line-height: 40px;
}

h5 {
  font-size: 20px;
  line-height: 32px;
}

p {
  font-size: 16px;
  line-height: 24px;
}

.psmall {
  font-size: 12px;
  line-height: 24px;
}

.clear {
  clear: both;
}

a {
  text-decoration: none !important;
}

.site-nav ul:last-child a:hover, .site-nav ul:last-child .current-menu-item > a {
  border-bottom: none;
}

.secondary {
  color: #4054B2;
  text-align: center;
  margin: 8px 0;
  font-size: 1,25em;
  border: 2px solid #4054B2;
  border-radius: 8px;
  padding: 16px 24px;
  --margin-right: 15px;
  background-color: #fff;
  font-weight: 400;
	font-size: 16px;
}

.secondary:hover,
.secondary:focus {
	box-shadow: 0 0 8px rgba(64,84,178,.8);
}

body {
  height: 100% !important;
  padding: 0px !important;
  margin: 0px !important;
}

.site-nav {
  margin-top: 0px;
  color: #fff;
  background-color: rgba(38, 47, 89, 0.95);
  z-index: 9;
}

.site-nav li:hover {
  --background-color: #262f59;
	text-decoration: underline;
}

.btnNav {
  width: 10%;
  background-color: #262f59;
  position: fixed;
  height: auto;
}

.btnNav .imgMenu {
  width: 100%;
  padding: 20px 15px !important;
	margin: 15px auto;
}

.blockMenuGeneral {
  width: 70%;
  padding-left: 10%;
  float: left;
  padding-top: 100px;
}

.blockMenuGeneral li {
  font-size: 24px;
  padding: 10px 20px;
  font-weight: 500;
}

.blockMenuGeneral .lang-item {
  width: 10px;
  font-size: 16px !important;
  color: #AAA !important;
  float: left;
}

.blockMenuGeneral .current-lang {
  color: #fff !important;
}

.blockMenuGeneral .lang-item-fr, .blockMenuGeneral .lang-item-en, .blockMenuGeneral .lang-item-de {
  border-right: 2px solid rgba(255, 255, 255, .5);;
  padding-right: 40px;
	
}

.blockMenuGeneral .lang-item-fr a, .blockMenuGeneral .lang-item-en a, .blockMenuGeneral .lang-item-de a, .blockMenuGeneral .lang-item-nl a{
  font-size: 12px;
	
}

.blockMenuGeneral ul li a{
	font-size: 24px;
}


.blockMenuSecond {
  height: 99%;
  width: 30%;
  float: right;
  background-color: #262F59;
  text-align: center;
}

.blockMenuSecond ul {
  height: 100%;
}

#menu-secondary-menu, #menu-secondary-menu-en, #menu-secondary-menu-nl, #menu-secondary-menu-de{
	padding: 0px !important;
}

#menu-secondary-menu li, #menu-secondary-menu li + li,
#menu-secondary-menu-en li, #menu-secondary-menu-en li + li,
#menu-secondary-menu-nl li, #menu-secondary-menu-nl li + li,
#menu-secondary-menu-de li, #menu-secondary-menu-de li + li {
	margin: 0;
}

.blockMenuSecond ul li {
  padding: 18% 26%;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: bold;
	border-bottom: 2px solid #5C5F70;
}

.blockMenuSecond img {
  width: 20%;
  margin: auto;
  margin-bottom: 5px;
}


/*----------------------------------------------------------------------------*/
/*----------------------------------CONTACT----------------------------------*/
/*--------------------------------------------------------------------------*/
#contact {
  padding: 100px;
}

#contact .logo {
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 2px solid black;
}

#accesHotel h3 {
  width: 100%;
  text-align: center;
}

#accesHotel iframe {
  margin-top: 55px !important;
}

//formulaire de contact
#mc4wp-form{
	width: 100% !important;
	margin-top: 45px;
	margin-left: 0px;
}

#champsNewsletter{
	max-width: 60%;
	float: left;
	border-radius: 4px 0px 0px 4px;
}

#mcSubmitBtn{
	width: 20%;
	height: 53px;
}

.mc4wp-form {
	width: 85% !important;
	margin-top: 45px;
	margin-left: 10px;
}

.mc4wp-form-567{
	width: 85% !important;
	margin-top: 45px;
	margin-left: 0px;
}

.btnSubmit{
	padding-left: 10px !important;
}

.contactInfos{
	margin-top: -250px;
	background: #FFFFFF;
	box-shadow: 0px 0px 35.8997px rgba(38, 47, 89, 0.08);
	border-radius: 7.17993px;
	padding-bottom: 50px;
}

.contactInfos p{
	color: #4054B2;
	margin-bottom: 8px;
	font-size: 16px;
	line-height: 32px;
}

.wpcf7-form-control-wrap{
	position: inherit;
}



.sb_instagram_header, .sbi_header_type_generic, .sbi_feed_type_hashtag{
	z-index: 7;
	position: relative;
}

.blockOffreAccueil, .blockOffreDiscover{
	width: 25%; 
	height: 250px; 
	overflow: hidden; 
	float: left
}

.blockOffreAccueil img{
	min-width: 100%;
	min-height: 100%;
	max-height: 100%;
}

.blockOffreDiscover img{
	max-width: 100%;
	height: auto;
}

.wpcf7, #wpcf7-f540-o1{
	background-color: #F1F1F4;
	padding: 40px 98px;
}

.wpcf7 input, .wpcf7 textarea, #wpcf7-f540-o1 input, #wpcf7-f540-o1 textarea, .wpcf7-form-control, .wpcf7-select, .wpcf7-validates-as-required, .choice{
	background: #FFFFFF;
	border: 1px solid #E3E4E8;
	box-shadow: 0px 2px 8px rgba(38, 47, 89, 0.2);
	border-radius: 4px;
	font-family: 'Rubik', sans-serif;
}

.wpcf7-select {
	margin-bottom: 10px;
}

 .choice{
	width: 100%;
	height: 45px;
}

#wpcf7-f540-o1 .submitmsg, .wpcf7 .submitmsg{
	background: #4054B2 !important;
	border-radius: 8px;
	padding: 16px 8px 16px 8px;
}

.itinaire_from_title {
	color: #73778C !important;
	font-size: 16px !important;
	line-height: 24px !important;
	font-weight: 500 !important;
	margin-bottom: 0px !important;
}

.itinaire_highway_title {
	color: #73778C !important;
	font-size: 16px !important;
	line-height: 24px !important;
	font-weight: bold !important;
	margin-bottom: 30px !important;
}

.itinaire_train_bus_title {
	color: #73778C !important;
	font-size: 16px !important;
	line-height: 24px !important;
	font-weight: bold !important;
	margin-bottom: 0px !important;
}

@media (max-width: 996px) {
  .cardsImg {
    left: 0% !important;
    position: relative !important;
	  /*OMA 07072020*/
    /*height: 300px !important;*/
  }
  .cardsTxt {
    left: 0% !important;
    position: relative !important;
  }
  .blockMenuGeneral {
    width: 100%;
    padding-left: 10%;
    float: none;
    padding-top: 100px;
  }
  .blockMenuGeneral li {
    font-size: 32px;
    padding: 10px 20px;
  }
  .blockMenuSecond {
	  height: auto;
	  margin-top: 100px;
    width: 100%;
    float: none;
	  position: absolute;
    bottom: 15px;
  }
  .blockMenuSecond ul {
    height: 100%;
	align-items: flex-end;
    display: flex;
  }
  .blockMenuSecond ul li {
	  border: none;
    float: left;
	padding: 0px;
	width: 33%;
	font-weight: 300;
  }
	
	.blockMenuSecond ul li a{
		font-size: 14px;
	}
	
  .blockMenuSecond img {
    --width: 100%;
	width: 20%;   
	margin: auto;   
	margin-bottom: 5px;
  }
	.mc4wp-form-567{
		width: 100% !important;
	    margin-top: 0px;
	}
	
	.secondary-gift-align {
		margin-top: 17px;
	}

	.img-no-left-padding {
    	padding-left: 0px;
		padding-right: 0px;
		padding-bottom: 16px;
	}
}

@media (max-width: 576px) {
	
	#mcSubmitBtn{
		width: 89%;
	}
	.pastilleOffres{
		width: 6%;
	}
	
	.link{
		display: none;
	}
	
	#numberPerson{
		background-color: #fff !important;	
		appearance: none;
		-moz-appearance: none;
-webkit-appearance: none;
	}
	
	#accueil p{
		font-size: 14px;
	}
	
	#popupOffre{
		display: none;	
	}
	
	.btnNav .imgMenu {
		padding: 0px !important;
	}
	
	.customerAlliance{
		width: 100%;
		height: 100px;
	}
	
	.infosCustomerAlliance{
		width: 100%;
	}
	
	.customerAllianceV{
		margin-left: 20px;
	}
	
	.voirPlus{
		float: none;
		margin: auto;
		width: 30%;
		padding-top: 40px;
	}
	
	.voirPlus img{
		width: 25% !important;
	}
	
	.secondary {
		font-size: 13px;
	}
	
	#accueil, #restaurant, #testFond {
	  background-size: cover ;
	  background-repeat:no-repeat;
	  color: #fff;
	  background-attachment: initial;
	  min-width: 100%;
	  min-height: 100%;
		max-height: 100%;
	  background-position: center;
		padding: 0px 10px 0 10px;
	}
	
	#discover, #roomsList, #wellness, #offres, #meeting{
	  background-size: cover;
	  background-repeat: no-repeat;
	  color: #fff;
	  background-attachment: initial;
	  min-width: 100%;
	  height: 550px;
	  background-position: center;
	}
	
	#to-other-site-div {
		font-size: 14px;
	}
	#to-other-site-div img {
		display: none;
	}

	#accueil h1 {
		padding-top: 40%;
	  	font-size: 60px;
	}

	#accueil h3 {
	  font-size: 30px;
	}
	
	.cardsRight .cardsImg {
		height: 300px !important;
		border-radius: 0;
		position: relative;
		z-index: 7;
	}
	
	.cardsRight .cardsImg img {
	  margin-top: 0px;
	}
	
	.cardsRight .cardsTxt {
	  z-index: 8;
	  top: 0%;
	  -webkit-transform: translateY(0%);
	  transform: translateY(0%);
	}
	
	.cardsRight .cardsTxtBlock{
		text-align: left;
		padding-left: 15px;
		margin: -100px 20px 0 20px;
		-webkit-transform: translateY(0%);
	  transform: translateY(0%);
	}
	
	.cardsRight p {
	  color: #73778C;
	  margin-top: 0px !important;
	}

	/**********************CARDS LEFT**********************/
	.cardsLeft {
	  position: relative;
		
	}

	.cardsLeft .cardsTxt {
	  left: none;
	  top: 0%;
	  -webkit-transform: translateY(0%);
	  transform: translateY(0%);
		padding-left;
	  z-index: 1;
		
	}
	
	.cardsLeft .cardsTxtBlock{
		text-align: left;
		padding-left: 15px;
		margin: -100px 20px 0 20px;
		-webkit-transform: translateY(0%);
	  transform: translateY(0%);
	}

	.cardsLeft h3 {
	  font-family: 'Rubik', sans-serif !important;
	  font-weight: 500;
	  padding: 40px 0 16px;
	  margin: 0px !important;
	  color: #262F59;
	}

	.cardsLeft p {
	  color: #73778C;
	  margin-bottom: 30px;
	  margin-top: 0px !important;
	padding-left: 0px !important
	}

	.cardsLeft .cardsImg {
	  height: 300px !important;
	  padding: 0px !important;
	  overflow: hidden;
	  border-radius: 0px;
	}

	.cardsLeft .cardsImg img {
	  min-width: 100%;
	  min-height: 100%;
	  max-width: 100%;
	}
	
	.imgOffers{
		height: 200px;
	}
	
	.link h4{
		width: 100%;
		padding: 0px;
		text-align: center;
	}
	
	.menu{
		padding: 0px;
	}
	
	#champsNewsletter{
		width: 100%;
		max-width: 100%;
		float: none !important;
		border-radius: 4px 4px 4px 4px;
	}
	
	.mc4wp-form {
		width: 90% !important;
		margin: 0px !important;
	}

	.mc4wp-form-567{
		width: 90% !important;
		margin: 0px !important;
	}
	
	
  .btnNav {
    width: 20%;
  }
  .welcomeTxt {
    padding-left: 30px !important;
  }
	
	#welcome h2 {
	  margin-top: 24px;
	}
	
	
  .introDiscoverTxt {
    padding-left: 30px !important;
  }
	
	.blockMenuGeneral{
		padding-left: 0px;
		padding-top: 150px;
	}
  .blockMenuSecond {
    width: 100%;
    float: none;
	  
		margin-bottom: -15px;
	  --height: 160px;
	  
  }
  .blockMenuSecond ul {
    height: auto;
  }
  .blockMenuSecond ul li {
    width: 100%;
    float: none;
	  padding: 0px;
	  width: 33%;
	  float: left;
	  font-weight: 300;
  }
	
	.blockMenuSecond ul li a {
    font-size: 14px;
  }
	
  .blockMenuSecond img {
    width: 20%;
  }
	
	#menu-secondary-menu li, #menu-secondary-menu-en li, #menu-secondary-menu-de li, #menu-secondary-menu-nl li{
		height: 100px;
		overflow: hidden;
		padding-top: 40px;
	}
	
	#menu-secondary-restaurant li, #menu-secondary-restaurant-en li, #menu-secondary-restaurant-de li, #menu-secondary-restaurant-nl li{
		height: 100px;
		overflow: hidden;
		padding-top: 40px;
	}
	
	#menu-secondary-menu img, #menu-secondary-menu-en img{
		padding-bottom: 30px;
	}
	#menu-secondary-menu-de img, #menu-secondary-menu-nl img{
		padding-bottom: 50px;
	}
	
	#menu-secondary-restaurant img, #menu-secondary-restaurant-en img{
		padding-bottom: 30px;
	}
	#menu-secondary-restaurant-de img, #menu-secondary-restaurant-nl img{
		padding-bottom: 50px;
	}
	
	#menu-menu-principal-1 li{
		margin-top: 5px;
		margin-bottom: 5px;
	}
	#menu-menu-principal-en-1 li{
		margin-top: 5px;
		margin-bottom: 5px;
	}
	#menu-menu-principal-nl-1 li{
		margin-top: 5px;
		margin-bottom: 5px;
	}
	#menu-menu-principal-de-1 li{
		margin-top: 5px;
		margin-bottom: 5px;
	}
	
	
	.menu-secondary-menu{
		height: 160px;
	}

	.blockOffres img{
		width: auto;
		min-height: 100%;
		margin-top: 0px !important;
		
	}
	
	.blockOffres p{
		font-size: 30px;
		
	}
	
	.blockOffres{
		height: 300px;
	}
	
	.txtOffreIndiv{
		padding-left: 10px !important;
		padding-top: 0px;
	}
	
	.infosOffre{
		background-color: #fff;
		margin: -250px 20px 0 20px;
		width: 100%;
	}
	
	.cardSeminaire img{
		width: auto;
		height: 100%;
	}
	
	.infosFormule{
		opacity: 1 !important;
	}
	
	#headerMenu img{
		margin-top: 0px;
	}
	
	.detailsMenu{
		padding: 10px 0;
	}

	.demande h4{
		padding: 0px;
	}
	
	#listRooms img{
		margin: 0px !important;
	}
	
	#roomsSorts .infosRooms h3{
		bottom: 30%;
	}
	
	#roomsSorts .infosRooms .txtInfosRooms {
	  bottom: 10%;
	  opacity: 1;
	}
	
	.imgSuite img{
		margin-top: 0px;
	}
	
	.infosSuiteJunior{
		margin: -250px 20px 0 0px;
	}
	
	.infosSuiteJunior p{
		padding: 0 50px !important;
	}
	#reservationSingleRoom{
		height: 140px;
		padding-top: 20px;
	}
	
	.imgPrincipale{
		margin-top: 50px !important;
		height: 350px;
	}
	
	#img1Mini, #img2Mini, #img3Mini, #img4Mini{
		height: 100px !important;
	}
	
	.infosPratiqueSuite{
		margin: 0px !important;
	}
	
	.infosPratiqueSuiteDivers{
		margin: 10px 0 150px;
	}
	
	#roomsList h1{
		padding-top: 35%;
	}
	
	.nav-toggle .bar{
		right: 40%;
	}
	
	.blockOffreAccueil, .blockOffreDiscover{
		width: 50% !important; 
		height: 200px; 
		min-width: 100%;
		min-height: 100%;
		max-height: 100%;
	}

	#newsletter h5{
		width: 100%;
		text-align: center;
		float: none;
	}
	
	#mc4wp-form{
		width: 100% !important;
	}
	
	.mc4wp-form-567{
		width: 100% !important;
		padding: 0 10px;
	}
	
	.btnNewsletter{
		margin-bottom: 50px;
		float: right;
		width: 100%;
	}
	
	.btnSubmit{
		width: 89%;
	}
	
	.imgBtnNewletter{
	    border-radius: 4px 0 0 4px;
	}


	#dispoReserve {
		display: block;
		font-weight: 500;
	}
	
	#dispoReserve p{
		background-color: #4054B2;
		color: #fff;
		padding: 10px 0;
	}

	#reserverRoom{
		display: none;
	}
	
	#reservationSingleRoom{
		height: 80px;
	}
	
	#quitReserve{
		display: block;
	}
	
	.secondary-gift-align {
		margin-top: 17px;
	}
	
	.link{
		width: 80%;
		margin-top: 50px;
	}
	
	.link h4{
		float: none;
	}
	
	.iconRs{
		width: 10% !important;
	}
}

/*OMA 07072020 */
@media screen and (max-width: 996px) {
    .row .cardsRight { display: flex; flex-flow: column; }
    .cardsImg { order: 1; }
    .cardsTxt { order: 2;  }
	
	.spaceBlock {
		padding: 80px 0 0 0;
	}
	
	#dispoReserve {
		display: block;
		font-weight: 500;
	}
	
	#dispoReserve p{
		background-color: #4054B2;
		color: #fff;
		padding: 10px 0;
	}

	#reserverRoom{
		display: none;
	}
	
	#reservationSingleRoom{
		height: 80px;
	}
	
	#quitReserve{
		display: block;
	}
	
	.infosPratiqueSuite{
		margin: 0px !important;
	}
	
	.infosPratiqueSuiteDivers{
		margin: 10px 0 150px;
	}
	
	.infosSuiteJunior{
		margin: -250px 20px 0 0px;
	}
	
	.infosSuiteJunior p{
		padding: 0 50px !important;
	}
}

#welcome .row, 
#introDiscover .row, 
#seminaireList .row,
#roomsSorts .row,
#offersDifferent .row{
	margin-right: 0px;
	margin-left: 0px;
}

.img-no-left-padding {
	padding-left: 0px;
}

button:focus, button:active {
    outline: none;
    -moz-outline-style: none;
}

.animate-reveal {
  opacity: 0;
  -webkit-animation: reveal 3s cubic-bezier(0, 1, 0.5, 1) 1 normal forwards;
     -moz-animation: reveal 3s ease-in 1 normal forwards;
       -o-animation: reveal 3s cubic-bezier(0, 1, 0.5, 1) 1 normal forwards;
          animation: reveal 3s cubic-bezier(0, 1, 0.5, 1) 1 normal forwards;
}

.animate-first {
  -webkit-animation-delay: 1500ms;
     -moz-animation-delay: 1500ms;
       -o-animation-delay: 1500ms;
          animation-delay: 1500ms;
}

.animate-second {
  -webkit-animation-delay: 2500ms;
     -moz-animation-delay: 2500ms;
       -o-animation-delay: 2500ms;
          animation-delay: 2500ms;
}

.animate-third {
  -webkit-animation-delay: 3500ms;
     -moz-animation-delay: 3500ms;
       -o-animation-delay: 3500ms;
          animation-delay: 3500ms;
}

@-webkit-keyframes reveal {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
       -moz-transform: translateY(100%);
         -o-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}

@-moz-keyframes reveal {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
       -moz-transform: translateY(100%);
         -o-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}

@-o-keyframes reveal {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
       -moz-transform: translateY(100%);
         -o-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes reveal {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
       -moz-transform: translateY(100%);
         -o-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}

@media (max-width: 380px) {
  	#accueil .infosAcc {
    	position: absolute !important;
    	bottom: 1% !important;
	}
	
	#restaurant .infosAcc {
    	position: absolute !important;
    	bottom: 1% !important;
	}

	#accueil .animate-third {
		font-size: 16px !important;
	}
	
	#to-other-site-div {
		font-size: 12px;
	}
	#to-other-site-div img {
		display: none;
	}
}

@media (max-width: 325px){
	#accueil h1 {
    	padding-top: 40%;
	    font-size: 50px;
		line-height: 55px;
	}
	
	#accueil h3 {
    	font-size: 30px;
		line-height: 40px;
	}
	
	#accueil .animate-third {
		font-size: 16px !important;
		display: inline-grid;
	}
	
	#restaurant h1 {
		padding-top: 40%;
	    font-size: 50px;
		line-height: 55px;
	}
	
	#restaurant h3 {
    	font-size: 30px;
		line-height: 40px;
	}
	
	.blockMenuSecond {
		height: auto;
		margin-top: 100px;
		width: 100%;
		float: none;
		position: static;
		bottom: 15px;
	}
}

.cn-button, .bootstrap, .cn-set-cookie{
	background-color: #fff !important;
	color: #000 !important;
}




/* keyframes*/

@-webkit-keyframes slideShow {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    5% {
        opacity: 1;
    }
    33% {
        opacity: 1;
    }
    41% {
        opacity: 1;
        -webkit-transform: scale3d(1.5, 1.5, 1);
        transform: scale3d(1.5, 1.5, 1);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1.5, 1.5, 1);
        transform: scale3d(1.5, 1.5, 1);
    }
}

@keyframes slideShow {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    5% {
        opacity: 1;
    }
    33% {
        opacity: 1;
    }
    41% {
        opacity: 1;
        -webkit-transform: scale3d(1.5, 1.5, 1);
        transform: scale3d(1.5, 1.5, 1);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1.5, 1.5, 1);
        transform: scale3d(1.5, 1.5, 1);
    }
}


.hover-rooms-offers-bgimg {
	background-size: cover !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
}


/**ANIMATIONS PAGE D'ACCUEIL IMAGES**/
.come-right {
		opacity: 0;
		  transform: translateX(300px);
		  animation: come-in 2s ease forwards;
			
		}
		.come-right:nth-child(odd) {
		  animation-duration: 2s; /* So they look staggered */
		}
		
		.come-left {
			opacity: 0;
		  transform: translateX(-300px);
		  animation: come-in 2s ease forwards;
		}
		.come-left:nth-child(odd) {
		  animation-duration: 2s; /* So they look staggered */
		}

		@keyframes come-in {
		  to { transform: translateX(0); opacity: 1; }
		}



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

/* ----------- iPad 1, 2, Mini and Air ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {
#accueil, #restaurant, #testFond {
	  background-attachment:scroll !important;
	}
	
	#discover, #roomsList, #wellness, #offres, #meeting{
	  background-attachment:scroll !important;
	}
	  
	  .txtInfosRooms{
		top: 45% !important;
		  opacity: 1 !important;
	}
	  
	  .blockSejour {
		opacity: 1 !important;
    	top: 80% !important;
	}
	  
	#offersDifferent .blockOffres h3 {
    	bottom: 25% !important;
	}
}

/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {
#accueil, #restaurant, #testFond {
	  background-attachment:scroll !important;
	}
	
	#discover, #roomsList, #wellness, #offres, #meeting{
	  background-attachment:scroll !important;
	}
	  
	  .txtInfosRooms{
		top: 45% !important;
		  opacity: 1 !important;
	}
	  
	  .blockSejour {
		opacity: 1 !important;
    	top: 80% !important;
	}
	  
	#offersDifferent .blockOffres h3 {
    	bottom: 25% !important;
	}
}

/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {
#accueil, #restaurant, #testFond {
	  background-attachment:scroll !important;
	}
	
	#discover, #roomsList, #wellness, #offres, #meeting{
	  background-attachment:scroll !important;
	}
	  
	  .txtInfosRooms{
		top: 45% !important;
		  opacity: 1 !important;
	}
	  
	  .blockSejour {
		opacity: 1 !important;
    	top: 80% !important;
	}
	  
	#offersDifferent .blockOffres h3 {
    	bottom: 25% !important;
	}
}

/* ----------- iPad 3, 4 and Pro 9.7" ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 2) {
#accueil, #restaurant, #testFond {
	  background-attachment:scroll !important;
	}
	
	#discover, #roomsList, #wellness, #offres, #meeting{
	  background-attachment:scroll !important;
	}
	  
	  .txtInfosRooms{
		top: 45% !important;
		  opacity: 1 !important;
	}
	  #roomsSorts .infosRooms h3 {
		  bottom: 30% !important;
	  }
	  
	  .blockSejour {
		opacity: 1 !important;
    	top: 80% !important;
	}
	  
	#offersDifferent .blockOffres h3 {
    	bottom: 25% !important;
	}
}

/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {
#accueil, #restaurant, #testFond {
	  background-attachment:scroll !important;
	}
	
	#discover, #roomsList, #wellness, #offres, #meeting{
	  background-attachment:scroll !important;
	}
	  
	  .txtInfosRooms{
		top: 45% !important;
		  opacity: 1 !important;
	}
	  #roomsSorts .infosRooms h3 {
		  bottom: 30% !important;
	  }
	  
	  .blockSejour {
		opacity: 1 !important;
    	top: 80% !important;
	}
	  
	#offersDifferent .blockOffres h3 {
    	bottom: 25% !important;
	}
}

/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {
#accueil, #restaurant, #testFond {
	  background-attachment:scroll !important;
	}
	
	#discover, #roomsList, #wellness, #offres, #meeting{
	  background-attachment:scroll !important;
	}
	  
	  .txtInfosRooms{
		top: 45% !important;
		  opacity: 1 !important;
	}
	  #roomsSorts .infosRooms h3 {
		  bottom: 30% !important;
	  }
	  
	  .blockSejour {
		opacity: 1 !important;
    	top: 80% !important;
	}
	  
	#offersDifferent .blockOffres h3 {
    	bottom: 25% !important;
	}
}

/* ----------- iPad Pro 10.5" ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 834px) 
  and (max-device-width: 1112px)
  and (-webkit-min-device-pixel-ratio: 2) {
#accueil, #restaurant, #testFond {
	  background-attachment:scroll !important;
	}
	
	#discover, #roomsList, #wellness, #offres, #meeting{
	  background-attachment:scroll !important;
	}
	  
	  .txtInfosRooms{
		top: 45% !important;
		  opacity: 1 !important;
	}
	  #roomsSorts .infosRooms h3 {
		  bottom: 30% !important;
	  }
	  
	  .blockSejour {
		opacity: 1 !important;
    	top: 80% !important;
	}
	  
	#offersDifferent .blockOffres h3 {
    	bottom: 25% !important;
	}
}

/* Portrait */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
@media only screen 
  and (min-device-width: 834px) 
  and (max-device-width: 834px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {
#accueil, #restaurant, #testFond {
	  background-attachment:scroll !important;
	}
	
	#discover, #roomsList, #wellness, #offres, #meeting{
	  background-attachment:scroll !important;
	}
	  
	  .txtInfosRooms{
		top: 45% !important;
		  opacity: 1 !important;
	}
	  #roomsSorts .infosRooms h3 {
		  bottom: 30% !important;
	  }
	  
	  .blockSejour {
		opacity: 1 !important;
    	top: 80% !important;
	}
	  
	#offersDifferent .blockOffres h3 {
    	bottom: 25% !important;
	}
}

/* Landscape */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
@media only screen 
  and (min-device-width: 1112px) 
  and (max-device-width: 1112px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {
#accueil, #restaurant, #testFond {
	  background-attachment:scroll !important;
	}
	
	#discover, #roomsList, #wellness, #offres, #meeting{
	  background-attachment:scroll !important;
	}
	  
	  .txtInfosRooms{
		top: 45% !important;
		  opacity: 1 !important;
	}
	  #roomsSorts .infosRooms h3 {
		  bottom: 30% !important;
	  }
	  
	  .blockSejour {
		opacity: 1 !important;
    	top: 80% !important;
	}
	  
	#offersDifferent .blockOffres h3 {
    	bottom: 25% !important;
	}
}

/* ----------- iPad Pro 12.9" ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px)
  and (-webkit-min-device-pixel-ratio: 2) {
#accueil, #restaurant, #testFond {
	  background-attachment:scroll !important;
	}
	
	#discover, #roomsList, #wellness, #offres, #meeting{
	  background-attachment:scroll !important;
	}
	  
	  .txtInfosRooms{
		top: 45% !important;
		  opacity: 1 !important;
	}
	  #roomsSorts .infosRooms h3 {
		  bottom: 30% !important;
	  }
	 .blockSejour {
		opacity: 1 !important;
    	top: 80% !important;
	}
	  
	#offersDifferent .blockOffres h3 {
    	bottom: 25% !important;
	}
}

/* Portrait */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {
#accueil, #restaurant, #testFond {
	  background-attachment:scroll !important;
	}
	
	#discover, #roomsList, #wellness, #offres, #meeting{
	  background-attachment:scroll !important;
	}
	  
	  .txtInfosRooms{
		top: 45% !important;
		  opacity: 1 !important;
	}
	  #roomsSorts .infosRooms h3 {
		  bottom: 30% !important;
	  }
	  
	  .blockSejour {
		opacity: 1 !important;
    	top: 80% !important;
	}
	  
	#offersDifferent .blockOffres h3 {
    	bottom: 25% !important;
	}
}

/* Landscape */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
@media only screen 
  and (min-device-width: 1366px) 
  and (max-device-width: 1366px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {
	#accueil, #restaurant, #testFond {
	  background-attachment:scroll !important;
	}
	
	#discover, #roomsList, #wellness, #offres, #meeting{
	  background-attachment:scroll !important;
	}
	
	.txtInfosRooms{
		top: 45% !important;
		  opacity: 1 !important;
	}
	  #roomsSorts .infosRooms h3 {
		  bottom: 30% !important;
	  }
	
	.blockSejour {
		opacity: 1 !important;
    	top: 80% !important;
	}
	  
	#offersDifferent .blockOffres h3 {
    	bottom: 25% !important;
	}
}

.grecaptcha-badge { visibility: hidden; }

.recpatcha-span {
	color: #4054b28c;
    font-size: 13px;
    line-height: 17px;
}