/*
 Theme Name:   Divi child
 Theme URI:    http://divi.space/
 Description:  A Child Theme built for Divi
 Author:       Bourrasque
 Author URI:   http://bourrasque.ca/
 Template:     Divi
 Version:      1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

.alert {background-color: #e2e54e;}
.alert .container {padding-left: 250px;}

@media screen and (max-width : 1024px) {
	.alert .container {padding-left: 150px;}
}

/**********************************************/
/****************    HEADER    ****************/
/**********************************************/
body.admin-bar.et_fixed_nav.et_secondary_nav_enabled #main-header,
body.admin-bar.et_non_fixed_nav.et_transparent_nav.et_secondary_nav_enabled #main-header {
    top: 82px;
}

body.et_fixed_nav.et_secondary_nav_enabled #main-header,
body.et_non_fixed_nav.et_transparent_nav.et_secondary_nav_enabled #main-header {
    top: 50px;
}

#main-header .et_menu_container {
    position: unset;
}

#main-header .logo_container {
    margin-top: -50px;
    width: auto;
    height: auto;
}

#main-header .logo_container h1 {
    text-indent: -99999px;
    position: absolute;
}

#main-header span.logo_helper {
    display: block;
}

#top-header {
    position: relative;
    z-index: 10000;
}

#top-header .container {
    padding-top: 0;
}

#et-top-navigation ul li a {
    font-weight: 500;
}

#et-secondary-nav{
    display: flex;
}

#et-secondary-nav li {
    display: flex;
    align-items: center;
    padding: 0 15px;
    margin-right: 0;
}

#top-header .menu-item.current-menu-item {
    background-color: rgba(71,86,98,0.8);
}

#et-secondary-menu > ul > li a {
    padding-bottom: 0;
    font-weight: 500;
}

#main-header #navigation {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

/*#main-header .logo_container {
    display: block;
    z-index: 999999;
}*/

#main-header .et-social-icons {
    width: auto;
    margin-left: 20px;
}

#main-header .et-social-icons li {
    padding-right: 15px;
}

#main-header .et-social-icons li:last-child {
    padding-right: 0;
}

#top-header .container {
    display: flex;
    justify-content: flex-end;
}

#et-secondary-menu {
    display: flex;
    height: 50px;
}

#et-info {
    margin-left: 20px;
    display: flex;
    align-items: center;
}

#et-info #info-mail {
    margin-right: 10px;
}

#bouton-reservez {
    background-color: #fb4545;
    padding: 5px 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-size: 16px;
    color: #fff;
}

.btn-reserver-hebergement {
  width: 100%;
}

#et-info #info-phone {
    margin-left: 10px;
    background-color: #98c23c;
    padding: 5px;
    display: flex;
    width: 47px;
    height: 100%;
    justify-content: center;
}

#et-info #info-phone #et-info-phone {
    margin-left: 0;
    margin-right: 0;
    display: flex;
    align-items: center;
}

#et-info #info-phone #et-info-phone::before {
    top: 0;
    margin-right: 0;
    font-size: 20px;
}

.mobile_nav_custom .select_page {
    display: none;
}

.mobile_nav_custom {
    width: 35px;
}

.hamburger .line{
  width: 35px;
  height: 3px;
  background-color: #ecf0f1;
  display: block;
  margin: 8px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hamburger:hover{
  cursor: pointer;
}

#hamburger-9{
  position: relative;
  z-index: 100;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#hamburger-9.is-active{
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#hamburger-9:before{
  content: "";
  position: absolute;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  border: 2px solid transparent;
  top: calc(50% - 19px);
  left: calc(50% - 21px);
  border-radius: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#hamburger-9.is-active:before{
  border: 2px solid #ecf0f1;
}

#hamburger-9.is-active .line{
  width: 25px;
}

#hamburger-9.is-active .line:nth-child(2){
  opacity: 0;
}

#hamburger-9.is-active .line:nth-child(1){
  -webkit-transform: translateY(13px);
  -ms-transform: translateY(13px);
  -o-transform: translateY(13px);
  transform: translateY(13px);
}

#hamburger-9.is-active .line:nth-child(3){
  -webkit-transform: translateY(-10px) rotate(90deg);
  -ms-transform: translateY(-10px) rotate(90deg);
  -o-transform: translateY(-10px) rotate(90deg);
  transform: translateY(-10px) rotate(90deg);
}

#mobile-menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    background-color: rgba(0,0,0,0.85);
    text-align: center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

#mobile-menu #bouton-mobile {
    margin-bottom: 33px;
}

#mobile-menu #bouton-mobile::after {
    content: '';
    background-color: #475662;
    height: 2px;
    width: 80%;
    position: absolute;
    top: 21%;
    left: 10%;
}

#mobile-menu #bouton-mobile #bouton-reservez {
    margin: 0 20px;
}

#et_mobile_nav_menu.closed #mobile-menu #bouton-mobile #bouton-reservez {
    opacity: 0;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

#et_mobile_nav_menu.open #mobile-menu #bouton-mobile #bouton-reservez {
    opacity: 1;
    -webkit-transition: all 1.5s ease-in;
    -moz-transition: all 1.5s ease-in;
    transition: all 1.5s ease-in;
}

 #mobile-menu #bouton-mobile .et-social-icons {
    padding-top: 3px;
}

#mobile-menu #nav-mobile {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
}

#mobile-menu #nav-mobile::after {
    content: '';
    background-color: #475662;
    height: 2px;
    width: 80%;
    position: absolute;
    bottom: 18%;
    left: 10%;
}

#et_mobile_nav_menu.closed #mobile-menu {
    height: 0;
    border: none;
    visibility: hidden;
}

#et_mobile_nav_menu.open #mobile-menu {
    height: 368px;
    border-top: 2px solid #406aa0;
    visibility: visible;
}

#mobile-menu ul li {
    padding: 0.5em 0;
}

#et_mobile_nav_menu.closed #mobile-menu ul li {
    opacity: 0;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

#et_mobile_nav_menu.open #mobile-menu ul li {
    opacity: 1;
    -webkit-transition: all 1.8s ease-in;
    -moz-transition: all 1.8s ease-in;
    transition: all 1.8s ease-in;
}

#mobile-menu ul li a {
    font-size: 130%;
    color: #fff;
}

#mobile-menu ul li.current-menu-item a {
    color: #98c23c;
}

#mobile-menu-secondary::after {
    content: '';
    background-color: #475662;
    height: 50%;
    width: 2px;
    position: absolute;
    top: 27%;
    left: 50%;
}

/*.et_mobile_menu {
    position: fixed;
    height: 50%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap-reverse;
    align-items: center;
    opacity: 0;
    -webkit-transition: opacity 0.8s;
    -moz-transition: opacity 0.8s;
    transition: opacity 0.8s;
}

.mobile_nav.opened .et_mobile_menu {
    opacity: 1;
}

.mobile_nav ul li a {
    font-size: 0;
    opacity: 0;
    -webkit-transition: opacity 0.8s;
    -moz-transition: opacity 0.8s;
    transition: opacity 0.8s;
}

.mobile_nav.opened ul li a {
    font-size: 130%;
    opacity: 1;
}*/



/******************************************************/
/****************    RESEAUX SOCIAUX    ***************/
/******************************************************/
.et-social-icons {
    display: flex;
    align-items: center;
    width: auto;
    z-index: 10;
}
.et-social-icons li {
    margin-left: 0;
    display: inherit;
}

.et-social-icons .facebook a.icon::before {
    content: '';
    background: url('images/icon-facebook.png') no-repeat;
    width: 10px;
    height: 19px;
    display: block;
    background-size: 100%;
    margin-bottom: 0.375px;
}

.et-social-icons .instagram a.icon::before {
    content: '';
    background: url('images/icon-instagram.png') no-repeat;
    width: 20px;
    height: 20px;
    display: block;
    background-size: 100%;
}

.et-social-icons .flickr a.icon::before {
    content: '';
    background: url('images/icon-flickr.png') no-repeat;
    width: 38px;
    height: 12px;
    display: block;
    background-size: 100%;
}

.et-social-icons a.icon span {
    display: none;
}


/**********************************************/
/****************    CLASSE    ****************/
/**********************************************/
.bg-transparent {
    background-color: transparent;
}

.titre-h2,
.titre-h3 {
    background-color: #ffffff;
    padding: 5px 10px;
    display: inline-block;
}

.overlay {
    position: relative;
}

.hide-overlay {
    display: none;
}

/*.overlay .image-opacity::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
}*/

.overlay .image-opacity .et_pb_image_wrap {
    opacity: 0.2;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

.overlay .et_pb_text,
.overlay .et_pb_post_title {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
    align-items: flex-end;
}

.column-overlay .column-left {
    margin-right: 0;
    position: absolute;
    width: 54.7%;
}

.column-overlay .column-right {
    float: right;
    width: 50%;
}

.regular-font {
    font-weight: 500;
}

.hide-code .et_pb_code_inner,
.hide-code .et_pb_code {
    display: none;
}

.hide-title-post {
    text-indent: -99999px;
    position: absolute;
    width: 100%;
    top: 25%;
    text-align: center;
}

.hide-langue {
    display: none;
}


/***********************************************/
/****************    SAISONS    ****************/
/***********************************************/
#saisons {
    padding: 0;
    background-color: #475662;
    z-index: 50;
    position: fixed;
    bottom: 0;
    width: 100%;
}

#saisons .et_pb_row {
    padding: 0 !important;
}

#saisons ul {
    list-style-type: none;
    padding: 0;
    display: flex;
    width: 100%;
}

#saisons ul li {
    position: relative;
    text-transform: uppercase;
    width: 100%;
    border-left: 1px solid #919aa1;
    font-family: 'Pridi',Georgia,"Times New Roman",serif;
    font-weight: 500;
    font-size: 28px;
}

#saisons ul li:last-child {
    border-right: 1px solid #919aa1;
}

#saisons ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 13px 0;
    color: #919aa1;
}

#saisons ul li a::before,
.saison-actif span::before {
    display: flex;
    padding-right: 10px;
}

#hiver a::before {
    content: url('images/icon-hiver.png');
}

#printemps a::before {
    content: url('images/icon-printemps.png');
}

#ete a::before {
    content: url('images/icon-ete.png');
}

#automne a::before {
    content: url('images/icon-automne.png');
}

#saisons span{
    position: absolute;
    width: 100%;
    height: 130%;
    background-color: #d56f28;
    color: #fff;
    bottom: 0px;
    left: -1px;
    border-left: 1px solid #919aa1;
    border-right: 1px solid #919aa1;
    display: flex !important;
    justify-content: center;
    align-items: center;
    opacity: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.saison-actif span {
    opacity: 1 !important;
}

#hiver span::before {
    content: url('images/icon-hiver-actif.png');
}

#printemps span::before {
    content: url('images/icon-printemps-actif.png');
}

#ete span::before {
    content: url('images/icon-ete-actif.png');
}

#automne span::before {
    content: url('images/icon-automne-actif.png');
}


/**********************************************/
/****************    ACCUEIL    ***************/
/**********************************************/

/****************    Slider   ***************/
#slider .et_pb_slide {
    height: 100vh;
    padding-top: 0 !important;
}

.et_pb_slides .et_pb_container {
    height: 100vh;
}

#slider .et-pb-controllers {
    bottom: 100px;
}

.et_pb_slider .et_pb_container {
    width: 100%;
}

.et_pb_slider .et_pb_slide_description {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

/*#slider .et_pb_slide_content {
    max-width: 77%;
}*/

#slider .et_pb_slide_content h2 {
    line-height: 1;
}

#slider .et_pb_slide_content h2 span:first-of-type {
    font-size: 36px !important;
    font-weight: 500;
    line-height: 1.3;
}

#slider .et_pb_slide_content h2 span:nth-of-type(2) {
    font-size: 52px !important;
    background-color: #98c23c;
    padding: 10px 15px;
    display: inline-block;
}

#slider .et_pb_slide_content h2 span:nth-of-type(3) {
    font-size: 69px !important;
    font-weight: 700;
    display: inline-block;
}

#slider .et_pb_slide_content h2 span:last-of-type {
    font-size: 36px !important;
    font-weight: 500;
    display: block;
}

#slider .et-pb-controllers a {
    width: 14px;
    height: 14px;
    border-radius: inherit;
    background-color: #758490 !important;
}

#slider .et-pb-slider-arrows .et-pb-arrow-prev,
#slider .et-pb-slider-arrows .et-pb-arrow-next {
    margin-top: -24px !important;
}

/****************    À propos    ***************/
#a-propos .column-left {
    width: 50%;
    top: 45%;
}

#a-propos .column-right {
    width: 60%;
}

#a-propos .column-right .et_pb_text_1,
#a-propos .column-right .et_pb_button_module_wrapper {
    padding-left: 22%;
}

/* ***************** restauration ***************** */
.restau-alert {
	background-color: #fb4545;
	padding: 35px 0;
}

.restau-alert .et_pb_row {
	padding: 0;
}

.restau-alert h2 {
	color: #fff;
	margin-bottom: 0;
}

.restauration-title-right {
    padding-left: 80px;
}

.page-new-restaurant-row2 {
    padding-bottom: 350px!important;
}

.img-restaurant-extend-left {
    transform: scale(1.075);
    transform-origin: top right;
}

.img-restaurant-short-left {
    padding-right: 15%;
}

.page-new-restauration p+ul {
    margin-top: -1em;
    list-style: none;
}

.page-new-restauration p+h3 {
    margin-top: 2em;
}

.page-new-restauration hr {
    border-width: 3px;
    border-color: #7f92b8;
    border-style: solid;
    max-width: 130px;
    text-align: left;
    margin-left: 0;
    margin-bottom: 2em;
}

.restaurant-text-show {
    display: block;
    text-align: center;
    padding: 20px 10px;
    border: 7px solid #506a9d;
    color: #506a9d;
    margin-bottom: 2em;
}

/****************    Dernières nouvelles    ***************/
#dernieres-nouvelles {
    margin-top: -320px;
}

#dernieres-nouvelles .et_pb_text h2 {
    text-shadow: 0 1px 3px rgba(0,0,0,.3);
}

#dernieres-nouvelles .et_pb_blog_grid .et_pb_image_container img {
    display: block;
}

#dernieres-nouvelles .et_pb_column_4_4 .et_pb_blog_grid .et_pb_salvattore_content[data-columns]::before {
    content: "1 .column.size-1of1";
}

#dernieres-nouvelles .et_pb_blog_grid_wrapper .et_overlay,
#post-139 .et_pb_gallery_item .et_overlay,
#post-1584 .et_pb_gallery_item .et_overlay {
    border: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

#dernieres-nouvelles .column.size-1of1 article {
    padding: 0;
}

#dernieres-nouvelles .column.size-1of1 article .et_pb_image_container {
    margin: 0;
}

#dernieres-nouvelles .column.size-1of1 article:first-child {
    float: left;
    width: 50% !important;
    margin-right: 3% !important;
}

#dernieres-nouvelles .column.size-1of1 article:first-child .entry-title {
    font-size: 40px !important;
}

#dernieres-nouvelles .column.size-1of1 article:nth-child(2) {
    margin-top: 175px;
}

#dernieres-nouvelles .column.size-1of1 article:nth-child(2) {
    margin-bottom: 5% !important;
}

#dernieres-nouvelles .column.size-1of1 article:nth-child(n+2) {
    width: 47% !important;
    float: right;
}

#dernieres-nouvelles .column.size-1of1 article:nth-child(n+2) .et_pb_image_container{
    width: 42.7%;
    float: left;
    margin-right: 25px;
}

#dernieres-nouvelles .column.size-1of1 article:nth-child(n+2) .entry-title {
    margin-top: 5px;
}

#dernieres-nouvelles .column.size-1of1 article:nth-child(n+2) {
    padding: 0 0 0 2px !important;
}

#dernieres-nouvelles .column.size-1of1 article:nth-child(n+2) .entry-featured-image-url {
    margin-bottom: 0;
}

#dernieres-nouvelles .column.size-1of1 article:nth-child(n+2) .entry-title,
#dernieres-nouvelles .column.size-1of1 article:nth-child(n+2) .post-content {
    width: 100%;
    float: none;
}

#dernieres-nouvelles .et_pb_inline_icon::before {
    content: url('images/nouvelles_survol.png');
}

#dernieres-nouvelles .column.size-1of1 article:first-child .et_pb_inline_icon::before {
    left: 48%;
}

#dernieres-nouvelles .column.size-1of1 article:nth-child(n+2) .et_pb_inline_icon::before {
    left: 46%;
}

#dernieres-nouvelles .column.size-1of1 article:first-child .et_overlay:hover::before {
    top: 47%;
}

#dernieres-nouvelles .column.size-1of1 article:nth-child(n+2) .et_overlay:hover::before {
    top: 42%;
}

/****************    Hébergements    ***************/
#boutons-hebergements .et_pb_button_module_wrapper.et_pb_module {
    display: inline-block;
    width: 50%;
}

/****************    Activités    ***************/
.home #activites {
    padding: 0 0 8% 0;
}

.home #activites .et_pb_column_4_4 {
    width: 646px;
}

/* *************** Événements ********************** */
.tribe-events-page-template {
	padding-top: 150px;
}
.single-tribe_events {
	padding-top: 250px;
}


/**************************************************/
/****************    HEBERGEMENT    ***************/
/**************************************************/
#post-139 .et_pb_fullwidth_section,
#post-1584 .et_pb_fullwidth_section {
    z-index: 1;
}

.left-title {
    display: flex;
}

.left-title .et_pb_column_1_2:first-child {
    margin-right: 0;
    width: 49.8%;
}

.left-title .et_pb_column_1_2:last-child {
    align-self: flex-end;
    padding-left: 3%;
    width: 50.2%;
}

.left-title .et_pb_column .et_pb_module {
    margin-bottom: 0;
}

/*.left-title .icon-hebergement {
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    padding-bottom: 7%;
    padding-left: 7%;
}*/

.left-title .overlay .et_pb_text::before {
    content: '';
    width: 62px;
    height: 60px;
    padding-bottom: 6px;
    display: block;
}

#auberge .left-title .overlay .et_pb_text::before {
    background: url(images/icon-auberge.jpg) no-repeat;
    background-size: 100%;
}

.chalets-canadiens .left-title .overlay .et_pb_text::before,
.chalets-scandinaves .left-title .overlay .et_pb_text::before {
    background: url(images/icon-chalets.jpg) no-repeat;
    background-size: 100%;
}

#studio .left-title .overlay .et_pb_text::before {
    background: url(images/icon-studio.jpg) no-repeat;
    background-size: 100%;
}

#camping .left-title .overlay .et_pb_text::before {
    background: url(images/icon-camping.jpg) no-repeat;
    background-size: 100%;
}

.post-139 .left-title .overlay .et_pb_text .et_pb_text_inner,
.post-1584 .left-title .overlay .et_pb_text .et_pb_text_inner {
    padding-left: 10px;
}

.post-139 .left-title .overlay .et_pb_text h1,
.post-139 .left-title .overlay .et_pb_text h2,
.post-1584 .left-title .overlay .et_pb_text h1,
.post-1584 .left-title .overlay .et_pb_text h2 {
    padding-bottom: 0px;
}

.post-139 .left-title .overlay .et_pb_text .titre-h2,
.post-139 .left-title .overlay .et_pb_text .titre-h3,
.post-1584 .left-title .overlay .et_pb_text .titre-h2,
.post-1584 .left-title .overlay .et_pb_text .titre-h3 {
    margin-bottom: 7px;
}

.et_pb_gallery {
    margin-bottom: 15px !important;
}

.gallery .et_pb_gallery_items {
    display: flex;
}

.gallery .et_pb_gallery_item {
    width: 24.5% !important;
    margin: 0 !important;
}

.et_pb_gallery_item:nth-child(n+2) {
    margin-left: 10px !important;
}

.gallery .et_pb_gallery_item:nth-child(4n+1) {
    margin-left: 0 !important;
}

.et_pb_gallery .et_pb_gallery_pagination {
    margin-top: 1em;
    display: inline-block;
}

.et_pb_gallery .et_pb_gallery_pagination ul {
    line-height: 0;
}

.et_pb_gallery_pagination ul::after {
    display: block;
}

.et_pb_gallery .et_pb_gallery_pagination ul li {
    padding-bottom: 0;
}

.gallery .et_pb_gallery_items.clearfix:after {
    position: absolute;
}

#post-139 .et_pb_section_4 .image-opacity,
#post-139 .et_pb_section_9 .image-opacity,
#post-1584 .et_pb_section_4 .image-opacity,
#post-1584 .et_pb_section_9 .image-opacity {
    background-color: #475662;
}

#post-139 .et_pb_section_10 .image-opacity,
#post-1584 .et_pb_section_10 .image-opacity {
    background-color: #98c23c;
}

.et_pb_gallery .et_overlay {
    border: none !important;
}

#post-139 .et_overlay::before,
#post-1584 .et_overlay::before {
    content: '';
    background: url('images/hebergement_survol.png') no-repeat;
    background-size: 18%;
    width: 100%;
    height: 100%;
    left: 46%;
}

#post-139 .et_overlay:hover::before,
#post-1584 .et_overlay:hover::before {
    top: 44%;
}

.post-1584 .left-title .overlay .et_pb_text_5 h2 {
    font-size: 50px;
}


/***************************************************/
/****************    NOUS JOINDRE    ***************/
/***************************************************/
#nous-joindre .column-right h2,
#nous-joindre .column-right h3 {
    padding-bottom: 20px;
}

#nous-joindre .et_pb_contact_form .et_pb_contact_field {
    display: flex;
    width: 80%;
    align-items: center;
}

#nous-joindre .et_pb_contact_form .et_pb_contact_form_label {
    font-size: 20px;
    font-weight: 300;
}

#nous-joindre .et_pb_contact #et_pb_contact_message_1:focus {
    color: #3E3E3E;
}

#nous-joindre .et_pb_contact_form .et_pb_contact_field:first-child .et_pb_contact_form_label {
    width: 14%;
}

#nous-joindre .et_pb_contact_form .et_pb_contact_field:nth-child(2) .et_pb_contact_form_label {
    width: 53%;
}

#nous-joindre .et_pb_contact_form .et_pb_contact_field:nth-child(3) {
    align-items: flex-start;
}

#nous-joindre .et_pb_contact_form .et_pb_contact_field:nth-child(3) .et_pb_contact_form_label {
    width: 26%;
}

#nous-joindre .et_pb_contact_form .et_pb_contact_field:nth-child(3) .et_pb_contact_message {
    min-height: 180px;
    resize: none;
}

#nous-joindre .et_pb_contact_form .et_contact_bottom_container {
    float: none;
    margin-top: 0;
    text-align: left;
    padding-left: 3%;
}

#nous-joindre .et_pb_contact_form .et_contact_bottom_container .et_pb_button {
    padding-left: 0;
}

#map {
    height: 420px;
}

#google-map #itineraire-panel b {
    font-size: 14px;
}

#google-map #input-panel {
    display: flex;
}

#google-map input {
    cursor: pointer;
}

#google-map #btn-itineraire {
    border: 0;
    background: transparent;
    font-size: 16px;
}

#nouvel-itineraire {
    position: absolute;
    z-index: 10;
    width: 100%;
    top: 10px;
    text-align: center;
    visibility: hidden;
}

#btn-nouvel-itineraire {
    padding: 7px 10px;
    background-color: #fff;
    border: none;
    border-radius: 2px;
}

#itineraire-panel {
    font-family: 'Roboto','sans-serif';
    visibility: hidden;
}

#message-erreur {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
}


/*********************************************/
/****************    TARIFS    ***************/
/*********************************************/
#tarifs .column-right .et_pb_image_3 {
    float: right;
    width: 106%;
}

#tarifs .column-left .et_pb_text_3 p {
    max-width: 80%;
}

#tarifs .column-left .et_pb_text_3 p:last-child {
    max-width: 86%;
}

#tarifs h2 {
    padding-bottom: 30px;
}

#tarifs h3 {
    padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
	#tarifs table {
		display: block;
  		max-width: -moz-fit-content;
  		max-width: fit-content;
  		margin: 0 auto;
  		overflow-x: auto;
  		white-space: nowrap;
	}
}

/***********************************************/
/****************    À PROPOS    ***************/
/***********************************************/
#post-79 #a-propos h2:nth-child(n+1),
#post-1576 #a-propos h2:nth-child(n+1) {
    margin-top: 0.8em;
}


/************************************************/
/****************    NOUVELLES    ***************/
/************************************************/
.custom-grid-nouvelles .et_pb_salvattore_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.custom-grid-nouvelles .column {
    width: 45.3%;
}

.custom-grid-nouvelles .column:last-child {
    margin-top: 120px;
}

.custom-grid-nouvelles .entry-featured-image-url span.date,
.single .category-nouvelles .post_meta_title .post_image span.post_date {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 94px;
    height: 98px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #f68e45;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    text-transform: uppercase;
}

.custom-grid-nouvelles .entry-featured-image-url span.date span:first-child,
.single .category-nouvelles .post_meta_title .post_image span.post_date span:first-child {
    font-size: 45px;
    font-family: 'Pridi',Georgia,"Times New Roman",serif;
    line-height: 0.8;
}

.custom-grid-nouvelles .entry-featured-image-url span.date span:nth-child(2),
.single .category-nouvelles .post_meta_title .post_image span.post_date span:nth-child(2) {
    font-size: 22px;
    font-family: 'Roboto Condensed',Helvetica,Arial,Lucida,sans-serif;
    line-height: 1;
}

.custom-grid-nouvelles .entry-featured-image-url span.date span:last-child,
.single .category-nouvelles .post_meta_title .post_image span.post_date span:nth-child(3) {
    font-size: 20px;
    font-family: 'Roboto Condensed',Helvetica,Arial,Lucida,sans-serif;
    line-height: 1;
}

/*#nouvelles .column:nth-child(3n) {
    margin-top: 64px;
}

#nouvelles .column article {
    height: 100%;
    margin: 0;
}

#nouvelles .column:nth-child(even) article {
    margin-top: 120px;
}*/


/************************************************/
/****************    ACTIVITÉS    ***************/
/************************************************/
/*.custom-grid-activites .activites_content {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -moz-column-gap: 7.5vw;
    -webkit-column-gap: 7.5vw;
    column-gap: 7.5vw;
}

.custom-grid-activites .activites_content article {
    display: inline-block;
    width: 100%;
    padding: 19px;
}

.custom-grid-activites .activites_content article .entry-featured-image-url {
    margin: -20px -20px 30px;
    cursor: default;
}

#activites article.et_pb_post:first-child {
    margin-top: -120px;
}*/

.loader-activites {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(255,255,255,0.6);
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}

.loader-activites img {
    width: 200px;
}

.custom-grid-activites .activites_content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.custom-grid-activites .activites_content article {
    width: 47%;
    padding: 19px;
}

.custom-grid-activites .activites_content article .entry-featured-image-url {
    margin: -20px -20px 30px;
    cursor: default;
}

#activites article.et_pb_post:nth-child(2n + 1) {
    margin-right: 6%;
    -webkit-transform: translateY(-120px);
    -moz-transform: translateY(-120px);
    -ms-transform: translateY(-120px);
    -o-transform: translateY(-120px);
    transform: translateY(-120px);
}

#activites .post-wrapper {
    display: flex;
    flex-direction: column;
    height: 36%;
    justify-content: space-between;
}


/**********************************************/
/****************    ARTICLE    ***************/
/**********************************************/
/*.single #main-content {
    overflow: hidden;
}*/

.single #main-content .container {
    padding-top: 0;
    margin-top: -80px;
}

.single .post_meta_title {
    display: flex;
}

.single .category-hiver .post_meta_title img,
.single .category-printemps .post_meta_title img,
.single .category-ete .post_meta_title img,
.single .category-automne .post_meta_title img {
    width: 50%;
}

.single .category-nouvelles .post_meta_title .post_image {
    width: 50%;
    position: relative;
}

.single .category-nouvelles .post_meta_title img {
    display: block;
}

.single .post_meta_title .post_title {
    width: 50%;
    padding-top: 120px;
    padding-left: 20px;
}

.single .post_meta_title .entry-title {
    margin-bottom: 4%;
    padding: 0 0 0 4.5%;
    font-size: 43.54px;
    text-transform: uppercase;
}

.single .et_pb_post .entry-content {
    padding-bottom: 30px;
    font-size: 20px;
    font-weight: 300;
}

.single .et_pb_post .post-meta {
    font-size: 20px !important;
    padding-bottom: 0 !important;
    margin-bottom: 0;
}

.single .et_pb_post .meta-content {
    width: 275px;
}

#comment-wrap #reply-title {
    font-size: 43.54px;
    text-transform: uppercase;
}

#commentform {
    background-color: #f1f1f1;
}

#commentform .logged-in-as {
    background-color: #fff;
}

.submit-info-com {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1em 1em 0 1em;
}

.info-com {
    width: 73%;
}

#comment-wrap {
    position: relative;
}

#comment-wrap::before {
    content: '';
    background-color: #98c23c;
    height: 2px;
    width: 50%;
    position: absolute;
    top: 6%;
    left: 0;
}

#comment-wrap #reply-title {
    font-size: 43.54px;
    text-transform: uppercase;
}

#commentform input[type="email"], #commentform input[type="text"], #commentform textarea {
    background-color: #f1f1f1;
    border: 1px solid #626262;
}

#commentform textarea {
    resize: none;
}

#commentform input[type="text"] {
    width: 100%;
}

.comment-notes {
    padding: 0 1em;
}

.info-com .comment-form-email {
    padding-bottom: 0.5em;
}

.comment-body {
    margin-bottom: 20px;
    border-bottom: 2px solid #98c23c;
}

.form-submit {
    width: 25%;
}

.form-submit #submit {
    font-size: 30px;
    background-color: #98c23c;
    border: 2px solid #536923;
    font-family: 'Pridi',Georgia,"Times New Roman",serif;
    color: #fff;
    padding: 0.93em 0;
    width: 100%;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.form-submit #submit:hover {
    background-color: #f68e45;
}

#comment-wrap h1#comments.page_title,
.single .et_pb_post h1#comments.page_title {
    padding: 0.5em;
}

.commentlist .comment-body {
    padding: 0 150px 0 90px;
}

.commentlist .comment_avatar {
    top: 0;
}

.commentlist .comment_avatar img.avatar {
    border-radius: 50%;
    width: 55px;
    margin-left: 1em;
}

.commentlist .comment_postinfo {
    padding-top: 0.5em;
}

.commentlist .comment_postinfo span.fn{
    font-size: 24px;
    font-family: 'Pridi',Georgia,"Times New Roman",serif;
    color: #98c23c;
}

.commentlist .comment_postinfo .comment_date {
    color: #b6b6b6;
    font-size: 16px;
    font-weight: 500;
}

.commentlist .comment_postinfo .comment_date::before {
    content: '.';
    font-size: 30px;
    vertical-align: super;
}

.commentlist .comment_area p {
    color: #000000;
}


/*************************************************************/
/****************    NOUVELLES ET ACTIVITÉS    ***************/
/*************************************************************/
.custom-grid-nouvelles .post-content {
    padding-bottom: 1em;
}

/*.custom-grid-nouvelles .post-content p:first-child,
.custom-grid-activites .post-content p:first-child {
    padding-bottom: 1.5em;
}*/

.custom-grid-nouvelles .post-content p:first-child,
.custom-grid-activites .post-content p:first-child {
    padding-bottom: 1.5em;
}

.custom-grid-nouvelles .et_pb_post,
.custom-grid-activites .et_pb_post {
    background-color: #fff;
    margin-bottom: 80px;
}

.custom-grid-nouvelles .entry-featured-image-url,
.custom-grid-activites .entry-featured-image-url {
    position: relative;
}


.custom-grid-nouvelles .et_pb_post .entry-title,
.custom-grid-activites .et_pb_post .entry-title {
    padding-bottom: 1em;
}

.custom-grid-nouvelles .post-content .bouton-suite,
.custom-grid-activites .post-content .bouton-suite {
    font-family: 'Pridi',Georgia,"Times New Roman",serif;
    text-transform: uppercase;
    font-size: 19.24px !important;
    font-weight: 500 !important;
}

.custom-grid-nouvelles .post-content .bouton-suite a.more-link,
.custom-grid-activites .post-content .bouton-suite a.more-link {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #a0be17;
}

.custom-grid-nouvelles .post-content .bouton-suite a.more-link::before,
.custom-grid-nouvelles .post-content .bouton-suite a.more-link::after,
.custom-grid-activites .post-content .bouton-suite a.more-link::before,
.custom-grid-activites .post-content .bouton-suite a.more-link::after {
    content: '';
    width: 130px;
    height: 3px;
    background-color: #a0be17;
    display: block;
}

.custom-grid-nouvelles .post-content .bouton-suite a.more-link::before,
.custom-grid-activites .post-content .bouton-suite a.more-link::before {
    margin-right: 20px;
}

.custom-grid-nouvelles .post-content .bouton-suite a.more-link::after,
.custom-grid-activites .post-content .bouton-suite a.more-link::after {
    margin-left: 20px;
}

.custom-grid-nouvelles .meta-content {
    width: 95%;
    margin: 0 auto;
}

.custom-grid-activites .meta-content {
    width: 100%;
    margin: 0 auto;
}


/*********************************************************************/
/****************    NOUVELLES, ACTIVITÉS ET ARTICLE   ***************/
/*********************************************************************/
.single .et_pb_post .meta-content {
    display: flex;
    align-items: center;
}

.custom-grid-nouvelles .meta-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.custom-grid-activites .meta-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.custom-grid-nouvelles .meta-content .meta-author::before,
.single .et_pb_post.category-nouvelles .meta-content::before {
    content: '';
    width: 70px;
    height: 70px;
    background: url(images/vgn.png) no-repeat;
    background-size: 100%;
    margin-right: 20px;
    background-position: center;
}

.custom-grid-nouvelles .meta-content .meta-author {
    display: flex;
    align-items: center;
}

.custom-grid-nouvelles .post-meta {
    margin-bottom: 0;
}

.custom-grid-nouvelles .post-meta iframe,
.single .post-meta iframe {
    margin-top: 3px;
}

.custom-grid-nouvelles .post-meta,
.custom-grid-activites .post-meta,
.single .et_pb_post .post-meta {
    display: flex;
    flex-direction: column;
}

.custom-grid-activites .post-meta {
    margin-bottom: 0;
}

.like-number {
    font-size: 15px;
    font-weight: 300;
}

.like-number::before {
    content: '\f004';
    font-family: FontAwesome;
    color: #b9b3b3;
    font-size: 16px;
    padding-right: 8px;
}

.comments-number {
    font-size: 15px;
    font-weight: 300;
}

.comments-number::before {
    content: '\f075';
    font-family: FontAwesome;
    color: #b9b3b3;
    font-size: 16px;
    padding-right: 8px;
}

/********************************************/
/****************    CARRIÈRE    ************/
/********************************************/

.list-career-block-wrapper:not(:last-child) {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
}

.form-joboffer {
    margin-top: 50px;
}

.form-joboffer form{
    
}

.form-joboffer label {
    display: none;
}

.form-joboffer input, .form-joboffer textarea, .form-joboffer select {
    width: 100%;
    padding: 16px;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #999;
    background-color: #eee;
    font-size: 16px;
    background-color: #f1f1f1!important;
    margin-bottom: 15px;
}

.send-file-bloc span {
    display: none;
}

.send-file-bloc .upload-btn {
    display: block;
    font-size: 1em;
    color: #fff;
    background-color: #406aa0;
    cursor: pointer;
    text-align: center;
    padding: 10px;
    transition: all 0.35s;
    margin-bottom: 15px;
}

.send-file-bloc .upload-btn.uploaded {
    background-color: #98c23c;
}

.form-joboffer button {
    font-size: 22px;
    border-width: 0px!important;
    border-radius: 0px;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
    background-color: none;
    margin-left: 0!important;
}



/********************************************/
/****************    OPTIN    ***************/
/********************************************/
.optin h2 {
    padding-bottom: 30px;
}

/**********************************************************/
/****************    RETOUR HAUT DE PAGE    ***************/
/**********************************************************/
.et_pb_scroll_top.et-pb-icon {
    background: rgba(0,0,0,.5);
    border-radius: inherit;
    right: 50px;
    bottom: 50px;
    color: #acacac;
}

.et_pb_scroll_top::before {
    content: '!';
}

.et_pb_scroll_top:hover {
    color: #fff;
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(230%);
        -moz-transform: translateX(230%);
        transform: translateX(230%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        transform: translateX(0);
    }
}


/*********************************************/
/****************    FOOTER    ***************/
/*********************************************/
#main-footer {
    overflow: hidden;
}

#main-footer .et-social-icons {
    float: none;
    padding-top: 1em;
}

#main-footer .et-social-icons li {
    padding-right: 15px;
}

#main-footer .et-social-icons li:last-child {
    padding-right: 0;
}

#footer-bottom {
    padding: 149px 0 204px 0;
    background-size: cover;
    background-position: top center;
}

#infolettre {
    margin-bottom: 2em;
}

#infolettre #formulaire-infolettre {
    display: flex;
    align-items: flex-end;
    width: 480px;
    justify-content: space-between;
}

#infolettre legend span:first-child {
    font-size: 72px;
    text-transform: uppercase;
    font-family: 'Pridi',Georgia,"Times New Roman",serif;
    color: #475662;
}

#infolettre legend span:last-child {
    display: block;
    margin: 10px 0 25px 0;
    font-size: 40px !important;
    background-color: #98c23c;
    padding: 10px 15px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Pridi',Georgia,"Times New Roman",serif;
}

#infolettre form label {
    font-size: 20px;
    font-weight: 300;
    color: #231f20;
}

#infolettre form input[type="text"],
#infolettre form input[type="email"] {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #5d6161;
    margin-left: 2px;
    font-size: 20px;
    line-height: 1;
    padding: 0 2px;
}

#infolettre form input[type="text"]::placeholder,
#infolettre form input[type="email"]::placeholder {
    opacity: 0;
}

#infolettre .submit-button {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#infolettre input[type="submit"] {
    display: none;
}

div.wpcf7 .ajax-loader {
    background-image: url('images/loader-spinner.svg');
    background-size: 130%;
    background-repeat: no-repeat;
    background-position: center;
}

#infolettre .submit-button label {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    color: #98c23c;
    font-family: 'Pridi',Georgia,"Times New Roman",serif;
    line-height: 1;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

#infolettre .submit-button label::after {
    font-family: ETmodules !important;
    font-weight: 400;
    content: '$';
    display: block;
    font-size: 22px;
    line-height: 0.8;
    color: #98c23c;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

#infolettre .submit-button label:hover,
#infolettre .submit-button label:hover::after {
    color: #000;
}

#infolettre .captcha-infolettre {
    margin-top: 1em;
    width: 480px;
}

.captcha-infolettre .g-recaptcha {
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}

#infolettre .wpcf7-response-output {
    width: 480px;
    margin: 1em 0 1em 0;
}

#main-footer #infos {
    float: right;
    width: 360px;
    background-color: rgba(153,204,51,0.6);
    margin-top: 150px;
    padding: 20px;
}

#main-footer #logo-footer {
    position: absolute;
    right: 260px;
}

#main-footer #certification {
    text-align: right;
}

#main-footer #certification img {
    width: 40%;
}

#main-footer #adresse {
    color: #fff;
    font-size: 20px;
}

#main-footer #telephone a {
    color: #fff;
    font-size: 26px;
    font-family: 'Pridi',Georgia,"Times New Roman",serif;
}


#infos .footer-warning {color: #fff; font-style: italic;}





/*************************************************/
/****************    TEXT-FLOAT    ***************/
/*************************************************/
.left-title.text-float {
    display: block;
}

.left-title.text-float .et_pb_column_1_2:first-child {
    margin-right: 2em;
}

.left-title.text-float .et_pb_column_1_2:last-child {
    width: 100%;
    float: none;
    padding-left: 0;
}

#auberge .left-title.text-float .et_pb_column_1_2:last-child {
    /*padding-top: 19.2vw;*/
    padding-top: 15vw;
}

#post-139 .et_pb_section_4,
#post-139 .et_pb_section_7,
#post-1584 .et_pb_section_4,
#post-1584 .et_pb_section_7 {
    margin-top: -180px;
    /*margin-top: -10vw;*/
}

.chalets-canadiens .left-title.text-float .et_pb_column_1_2:last-child,
.chalets-scandinaves .left-title.text-float .et_pb_column_1_2:last-child {
    padding-top: 13.1vw;
}

#studio .left-title.text-float .et_pb_column_1_2:last-child,
#camping .left-title.text-float .et_pb_column_1_2:last-child {
    padding-top: 0;
}

#camping .et_pb_text {
    margin-bottom: 1em !important;
}

#studio .et_pb_button_module_wrapper,
#camping .et_pb_button_module_wrapper {
    display: flex;
}

#studio .et_pb_button,
#camping .et_pb_button {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1em !important;
}

#studio .et_pb_button:after,
#camping .et_pb_button:after {
    line-height: 1em !important;
}

#studio .et_pb_text {
    padding-bottom: 0;
    margin-bottom: 0.9em !important;
}

#studio p {
    padding-bottom: 0.9em;
}

#studio p:last-of-type {
    padding-bottom: 0;
}







.post-boutons {
    display: flex;
}

.single-post .post-boutons {
    width: 117px;
    padding-left: 4.5%;
}

.single-post .category-hiver .post-boutons,
.single-post .category-printemps .post-boutons,
.single-post .category-ete .post-boutons,
.single-post .category-automne .post-boutons {
    width: 145px;
}

.like-facebook {
    display: flex;
    align-items: center;
    width: 75px;
}

/*.like-facebook {
    width: 40px;
    height: 40px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #c9c9c9;
    border-radius: 50%;
}

.like-facebook .fa-heart {
    font-size: 22px;
    color: #f0f0f0;
    padding-top: 2.5px;
}

.like-facebook iframe {
    opacity: 0;
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    left: 0;
    top: 25%;
}*/

.share-facebook {
    width: 40px;
    height: 40px;
    background-color: #c9c9c9;
    border-radius: 50%;
    font-size: 22px;
    color: #f0f0f0;
    border: none;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.custom-grid-activites .share-facebook {
    margin-left: 10px;
}

.share-facebook.fa-share-alt::before {
    padding-right: 2px;
}

.share-facebook:hover {
    color: #f68e45;
}

.comment-post {
    width: 40px;
    height: 40px;
    margin-left: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #c9c9c9;
    border-radius: 50%;
    font-size: 22px;
    color: #f0f0f0;
    cursor: pointer;
}

.comment-post.fa-comment::before {
    padding-bottom: 3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.comment-post:hover {
    color: #f68e45;
}

.et_pb_fullwidth_image  {
    overflow: hidden;
}

#comment-wrap .google-recaptcha-container {
    padding: 0 10px;
}