/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/


/*COLORS ROOT*/
:root {
	--beige : #EAE9E1;
	--soft: #D7D3CA;
	--accent: #A5968D;
	--warm: #A5968D;
	--red: #E64D4D;
	--dark: #1E1E1E;
	--grid: 5vw;
	--section: 150px;
	--transition: 0.3s;
}
.whiteBg {
	background: white;
}
.beigeBg {
	background: var(--beige);
}
.warmBg {
	background: var(--warm);
}
.darkBg {
	background: var(--dark);
}
.darkBg *, .blackBg * {
	color: white;
}


/*FONTS*/
html *, .mobmenu-content * {
    font-family: "Figtree", sans-serif !important;
}
h1, h2, h3, h4, h1 *, h2 *, h3 *, h4 *, h6, h6 *, .site-info *, .cky-notice .cky-title {
	font-family: "Libre Baskerville", serif !important;
}
.fa-classic, .fa-light, .fa-regular, .fa-solid, .fa-thin, .fal, .far, .fas, .fat {
    font-family: "Font Awesome 6 Pro"!important;
}
.fa-sharp {
    font-family: "Font Awesome 6 Sharp"!important;
}
.fa-brands, .fab {
    font-family: "Font Awesome 6 Brands"!important;
}
.dashicons, .dashicons-before:before {
    font-family: dashicons !important;
}


/*COOKIES*/
body .gform_required_legend, body div[data-cky-tag="powered-by"] {
    display:none!important;
}
body .cky-notice-des a.cky-policy, body .cky-notice-des button.cky-policy, body .cky-dma-content-wrapper a.cky-policy, body .cky-dma-content-wrapper button.cky-policy {
    display: inline-block;
}
body .cky-notice-btn-wrapper .cky-btn {
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 12px;
    font-weight: 700;
    margin-top: 2px;
}
body .cky-consent-container .cky-consent-bar {
    background: white;
    border: 0;
    box-shadow: none;
    border-radius: 0;
}
.page-id-461 h1 {
    padding-bottom: 50px;
}
.page-id-461 h3 {
    padding: 30px 0 10px;
}
.page-id-461 ul {
    margin-bottom:0;
}


/*Animation : Fade in*/
@-webkit-keyframes fadein {
    100% {
 opacity:1;
}
}
@keyframes fadein {
    100% {
 opacity:1;
}
}
/*Animation : Fade out*/
@-webkit-keyframes fadeout {
    100% {
 opacity:0;
}
}
@keyframes fadeout {
    100% {
 opacity:0;
}
}
@keyframes scrolldown {
  0%   { transform: translateY(0); }
  25%  { transform: translateY(-20px); }
  50%  { transform: translateY(-20px); }
  75%  { transform: translateY(-20px); }
  100% { transform: translateY(0); }
}
.fader {
    opacity: 1;
    transform: translateY(0);
}
.fader-ready {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.25s ease-out, transform 0.5s ease-out;
}
.fader-ready.in-view {
    transition-delay: 0.35s;
    opacity: 1;
    transform: translateY(0);
}


/*GÉNÉRAL*/
html {
    -webkit-text-size-adjust: 100%!important; /* Prevent font scaling in landscape while allowing user zoom */
}
.separate-containers .inside-article {
    background-color: var(--beige);
}
body .featured-image {
    display: none!important;
}
a, a:focus {
    color: var(--dark);
}
a:hover, a:active {
    color: var(--warm);
}
body .vc_row {
    margin-left: 0;
    margin-right: 0;
}
body .wrap {
    padding-top: var(--section);
	padding-bottom: var(--section);
	padding-left: var(--grid);
	padding-right: var(--grid);
}
body .grid, .footer-widgets-container, .inside-site-info, .site-header {
	padding-left: var(--grid);
	padding-right: var(--grid);
}
body .vc_column_container>.vc_column-inner {
    padding-left: 0;
	padding-right: 0;
}
.inside-article .entry-header {
	display:none;
}
.entry-content:not(:first-child), .entry-summary:not(:first-child), .page-content:not(:first-child) {
    margin-top: 0;
}
.separate-containers .comments-area, .separate-containers .inside-article, .separate-containers .page-header, .separate-containers .paging-navigation {
    padding: 0;
}
.separate-containers .site-main {
    margin: 0;
}
body .grid-container {
    max-width: 100%;
}
body, p {
    color: var(--dark);
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6;
	margin:0;
}
b, strong {
    font-weight: 600;
}
h1, h2, h3, h4, h5, h6 {
    margin:0;
	font-weight: 400;
	line-height: 1.2;
}
h2 strong, h3 strong, h4 strong, h6 strong {
    text-transform: none;
    font-weight: 100;
    font-style: italic;
    letter-spacing: -2px;
	color: var(--warm);
	line-height: 0.8;
    font-size: 1.25em;
}
h1, h2 {
    font-size: 80px;
    text-transform: uppercase;
}
h3 {
    font-size: 48px;
}
h3 strong {
    font-size: 1.2em;
}
h4 {
    font-size: 30px;
    line-height: 1.5;
}
h4 strong, h6 strong {
    font-size: 1.1em;
}
h5 {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    line-height: 1.2;
    padding-bottom: 50px;
}
h6 {
    font-size: 20px;
}
.vc_col-has-fill>.vc_column-inner, .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_column_container>.vc_column-inner {
    padding-top: 0!important;
}
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
    margin-bottom: 0!important;
}
a {
    transition:.3s;
}
body .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern, body .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:focus, body .gform_wrapper.gravity-theme .gform_footer button, body .gform_wrapper.gravity-theme .gform_footer input {
    color: white;
    border: 0;
    background: var(--warm);
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    padding: 25px 40px;
    font-weight: 600;
    margin: 0;
    border-radius: 0px;
    line-height: 1;
    transition: var(--transition);
    margin-top: 50px;
}
body .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover, body .gform_wrapper.gravity-theme .gform_footer button:hover, body .gform_wrapper.gravity-theme .gform_footer input:hover {
    color: white;
    background: var(--dark);
}
body .vc_btn3-container {
    margin-bottom: 0;
}
body {
    overflow-x: hidden;
}
.main-row {
    padding:150px 0;
}
.center {
    text-align:center;
}


/*LOADER/SPLASH/TIMEOUT*/
.splash.timeout {
    pointer-events: none;
	opacity: 0;
}
.splash {
    position: fixed;
	top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--beige);
    -webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
    transform: scale(1);
    opacity: 1;
    pointer-events: initial;
}


/*ACCUEIL*/
/*Hero*/
#accueil {
    min-height: 100vh;
    display: flex;
    align-items: flex-start;
    padding-top: 200px;
    padding-bottom: var(--section);
}
#accueil h2 {
    position: relative;
	z-index:1;
}
.carousel {
	width: 100%;
	margin-top: -50px;
}
.carousel .flickity-slider {
    display: flex;
    align-items: center;
}
.carousel-slide {
	padding: 0 20px;
	width: 30%;
}
.carousel-slide:nth-child(2) {
	width: 39%;
}
.carousel-slide:nth-child(2) img {
	aspect-ratio: 3/5;
}
.carousel-slide:nth-child(3) {
	width: 32%;
}
.carousel-slide:nth-child(4) {
	width: 30%;
}
.carousel-slide:nth-child(4) img {
	aspect-ratio: 1/1;
}
.carousel-slide:nth-child(5) {
	width: 37%;
}
.carousel-photo {
	display: block;
	overflow: hidden;
	border-radius: 0;
}
.carousel-photo img {
	aspect-ratio: 3/4;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(var(--scale, 1));
	transition: transform .7s ease;
}
/*À propos*/
#a-propos .content .vc_column-inner {
    max-width: 1400px;
    margin: 0 auto;
}
#a-propos h4 {
	padding-bottom:1.2em;
}
#a-propos h4:last-child {
	padding-bottom:0;
}
.col {
    text-align: left;
    display: flex;
    gap: 100px;
    margin-top: 100px;
}
.spacer {
    padding-top: var(--section);
}
.approche .desc {
    padding: 50px 0 25px;
}
.approche .text h4 {
    padding-bottom: 25px;
}
.approche .text ul {
    margin: 0;
}
.approche .text ul li {
    border-top: 1px solid;
	padding: 15px 0 30px;
	list-style:none;
}
.approche .text ul li strong:before {
    font-family: 'Font Awesome 6 Pro';
    content: "\2b";
    font-weight: 900;
    font-style: normal;
}
body .vc_toggle_title {
    display: inline-block;
}
body .vc_toggle_size_md.vc_toggle_default .vc_toggle_icon:before {
    height: 24px;
    width: 20px;
    border: 0;
    background: transparent;
    font-family: 'Font Awesome 6 Pro';
    content: "\2b";
    font-weight: 400;
    font-style: normal;
    top: -2px;
    left: 5px;
    font-size: 19px;
}
body .vc_toggle_default.vc_toggle_active .vc_toggle_icon::before {
    visibility: visible!important;
    content: "\f068"!important;
}
body .vc_toggle_size_md.vc_toggle_default .vc_toggle_title {
    padding-left: 35px;
}
body .vc_toggle_content p, body .vc_toggle_content li {
    padding-left: 35px;
}
body .vc_toggle_content {
    margin-bottom: 0;
    margin-top: 10px;
}
body .vc_toggle_size_md.vc_toggle_default .vc_toggle_icon::after {
    display:none;
}
body .vc_toggle_size_md.vc_toggle_default .vc_toggle_icon {
    background: transparent;
    border: 0;
}
body .vc_toggle_title>h4 {
    font-size: 18px;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 700;
}
body .vc_toggle ul {
    margin: 0 0 25.5px 17px;
}
body .vc_toggle_size_md.vc_toggle_default .vc_toggle_content {
    padding-left: 0;
    margin-top: 5px;
}
body .vc_toggle {
    margin: 0;
    padding: 0;
    padding-top: 15px;
}
body .vc_toggle .vc_toggle_title>h4, body .vc_toggle i {
    transition: var(--transition);
}
body .vc_toggle:hover .vc_toggle_title>h4, body .vc_toggle:hover i {
    color: var(--accent);
}
body .vc_toggle:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
}
.single-forfait:before {
    content: "";
    background: var(--warm);
    height: 30px;
	width:30px;
    left: -10px;
	border-radius:999px;
    position: absolute;
	z-index:1;
}
.single-forfait h3 {
    z-index: 2;
    position: relative;
}
.single-forfait h5 {
    padding-bottom: var(--section);
}
.single-forfait:last-child h5 {
    padding-bottom: 100px;
}
.single-forfait p {
    padding: 40px 0 15px;
}
.forfaits img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
/*Inspirations*/
.pinterest-feed {
    margin: 100px -6px 0;
	padding-bottom:50px;
}
.gs-pin-details {
    margin: 6px !important;
}
/*Contact*/
#contact .info {
	padding-top: 100px;
}
#contact h6 {
    padding-top: 40px;
}
.info .fa-solid {
    font-weight: 300;
    color: var(--warm);
    font-size: 1.1em;
    margin-top: 15px;
}
.info .coordo:first-child .fa-solid {
    margin-top: 0;
}
.social-icons {
    display: flex;
    gap: 15px;
    margin-top: 50px;
    align-items: center;
    justify-content: center;
}
.social-icons i {
    font-size: 33px;
}
body .gform_wrapper.gravity-theme #field_submit, body .gform_wrapper.gravity-theme .gform_footer {
    align-items: center;
    justify-content: center;
}
body .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 12px;
}
body .gform_wrapper.gravity-theme .gfield input.large, body .gform_wrapper.gravity-theme .gfield select.large, body .gform_wrapper.gravity-theme .gfield textarea.large {
    width: 100%;
    background: var(--soft);
    border: 0;
    color: var(--dark);
    text-align: left;
    padding: 15px 25px;
    font-weight: 400;
    font-size: 18px;
    outline: none;
    text-transform: none;
    border-radius: 0;
}
body .gform_wrapper.gravity-theme .gform_footer, body .gform_wrapper.gravity-theme .gform_page_footer {
    margin: 0;
    padding: 0;
}
body textarea {
  resize: none;
}
body .gform_wrapper.gravity-theme .gfield textarea.large {
    height: 220px;
    border-radius: 0;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #777;
	font-weight:400;
}
::-moz-placeholder { /* Firefox 19+ */
	color: #777;
	font-weight:400;
}
:-ms-input-placeholder { /* IE 10+ */
	color: #777;
	font-weight:400;
}
:-moz-placeholder { /* Firefox 18- */
	color: #777;
	font-weight:400;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-text-fill-color: var(--dark) !important; /* couleur du texte */
    transition: background-color 9999s ease-in-out 0s;
    box-shadow: 0 0 0px 1000px var(--soft) inset !important; /* ton bg */
}
body .gform_confirmation_message_1.gform_confirmation_message {
    color: var(--dark);
    font-weight: 600;
    padding: 35px;
    max-width: 100%;
    margin: 0;
    background: var(--soft);
}
.gform_wrapper .gform_validation_errors, .gform_wrapper.gravity-theme .description, .gform_wrapper .gform_validation_errors, .gform_wrapper.gravity-theme .gsection_description, .gform_wrapper.gravity-theme .instruction {
    display: none!important;
}
body img.gform_ajax_spinner {
	margin-top:5px;
	margin-left:10px;
}
body .gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message {
    background: transparent !important;
    border: 0 !important;
    margin-top: 0;
    padding: 0 25px !important;
    font-weight: 500;
    font-size: 13px !important;
    text-transform: none;
    color: var(--red) !important;
    text-align: left;
}
/* Cacher tous les spinners AJAX de Gravity Forms */
.gform-loader {
  display: none !important;
}


/*HEADER*/
.site-header, .nav-align-center .inside-navigation, .inside-header, .main-navigation {
    height: 120px;
}
.site-header, .main-navigation .inside-navigation, .inside-header, .main-navigation, .site-logo, .main-navigation .main-nav ul li a, .main-navigation li, .main-title a {
    transition: var(--transition);
}
.site-header {
    width: fit-content;
    position: fixed;
    text-align: center;
	left:0;
	top:0;
    margin: 0;
    background: transparent;
    z-index: 999;
	width:100%;
}
.scrolled .site-header {
    background: var(--warm);
}
.nav-align-center .inside-navigation {
    justify-content: flex-end;
}
body .main-navigation li {
    padding: 0;
}
body .inside-header {
    display: flex;
    align-items: center;
    padding: 0;
    flex-direction: row !important;
    justify-content: flex-start !important;
}
body .site-logo {
    max-width: 152px;
    width: 152px;
}
.main-navigation {
    padding: 0;
    text-align: center;
    width: 100%;
    background: rgb(0 0 0 / 0%);
}
.header-aligned-center:not([class*=nav-float-]) .inside-header>:not(:first-child) {
    margin-top: 0;
}
/*Scrolled*/
.scrolled .site-header, .scrolled .nav-align-center .inside-navigation, .scrolled .inside-header, .scrolled .main-navigation {
    height: 80px;
}
body.scrolled .main-navigation .main-nav ul li a {
    color: #fff;
}
body.scrolled .site-logo {
    max-width: 100px;
    width: 100px;
}
.main-navigation .main-nav ul li[class*="current-menu-"] > a {
    color: var(--accent);
    background-color: transparent;
}
body .main-navigation .inside-navigation {
    padding: 0!important;
}
body .main-navigation .main-nav ul li a {
    color: var(--dark);
    padding-left: 0px;
    padding-right: 0;
    margin-left: 50px;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0;
    font-size: 15px;
    line-height: 1;
}
body .main-navigation .main-nav ul li.cta {
    margin-left:50px;
}
.main-navigation .main-nav ul li:not([class*="current-menu-"]):hover > a, .main-navigation .main-nav ul li:not([class*="current-menu-"]):focus > a, .main-navigation .main-nav ul li.sfHover:not([class*="current-menu-"]) > a, .main-navigation .menu-bar-item:hover > a, .main-navigation .menu-bar-item.sfHover > a {
    color: var(--warm);
    background-color: transparent;
}
.scrolled .main-navigation .main-nav ul li:not([class*="current-menu-"]):hover > a, .main-navigation .main-nav ul li:not([class*="current-menu-"]):focus > a, .main-navigation .main-nav ul li.sfHover:not([class*="current-menu-"]) > a, .main-navigation .menu-bar-item:hover > a, .main-navigation .menu-bar-item.sfHover > a  {
    color: var(--dark);
}
.scrolled .main-navigation .main-nav ul li:not([class*="current-menu-"]) > a:focus{
    color: white;
}


/*FOOTER*/
.site-footer .copyright-bar {
    display:none;
}
.site-info {
    background-color: var(--beige);
    z-index: 9;
    position: relative;
}
.inside-site-info {
    padding-top: 50px;
	padding-bottom: 50px;
    display: block;
}
.site-info * {
    text-transform: none;
    margin: 0;
    color: var(--dark);
    font-size: 12px;
    letter-spacing: 0px;
    font-weight: 500;
    line-height: 2;
}
.site-info a {
    color: var(--warm);
}
.site-info a:hover {
    color: var(--dark);
}
.site-info .textwidget {
    display: flex;
    justify-content: space-between;
    width: 100%;
}


/***************************/
/***************************/
/***************************/
/*RESPONSIVE*/
/***************************/
/***************************/
/***************************/


@media only screen and (max-width: 1440px) {
:root {
    --section: 125px;
}
.forfaits img {
    aspect-ratio: 1 / 1.25;
}
h1, h2 {
    font-size: 75px;
}
h3 {
    font-size: 45px;
}
h4 {
    font-size: 26px;
    line-height: 1.55;
}
h5 {
    padding-bottom: 40px;
}
h6 {
    font-size: 18px;
}
.pinterest-feed, .col {
    margin-top: 85px;
}
#contact .info {
    padding-top: 85px;
}
.single-forfait:last-child h5 {
    padding-bottom: 50px;
}
}


@media only screen and (max-width: 1024px) {	
h1, h2 {
	font-size: 65px;
}
h3 {
	font-size: 40px;
}
h4 {
	font-size: 24px;
	line-height: 1.65;
}
.col {
    gap: 50px;
}
.col:before,.col:after {
    display: none!important;
}
.carousel-slide {
	padding: 0 15px;
	width: 35%;
}
.carousel-slide:nth-child(2) {
	width: 44%;
}
.carousel-slide:nth-child(3) {
	width: 37%;
}
.carousel-slide:nth-child(4) {
	width: 35%;
}
.carousel-slide:nth-child(5) {
	width: 42%;
}
/*FULLSCREEN MENU/HEADER*/
body .mobmenu-right-panel .mob-cancel-button:hover {
    transform: rotate(90deg);
}
body .mobmenu-right-panel .mob-cancel-button {
    display: block;
    transition: .3s;
    transform: rotate(0deg);
}
.main-navigation .inside-navigation, .inside-header, .main-navigation, .site-logo, .main-navigation .main-nav ul li a, .main-navigation li {
    transition: 0s;
}
.site-header, .nav-align-center .inside-navigation, .inside-header, .main-navigation, body .mob-menu-header-holder, body .mobmenul-container, body .mobmenur-container { 
    height: 80px;
}
body .site-header { /*show only logo*/
	display: block !important;
}
body .site-logo, body .rightmtop img {
    max-width: 100px;
    width: 100px;
}
body.mob-menu-overlay, body.mob-menu-slideout, body.mob-menu-slideout-over, body.mob-menu-slideout-top {
    padding-top: 0!important;
}
html.mob-menu-no-scroll {
    overflow: hidden;
}
body .mobmenu-right-alignment.show-panel {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
body .mobmenu-right-alignment {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}
body .mobmenu-content li a {
    display: block;
    letter-spacing: 0;
    padding: 0;
    text-decoration: none;
    font-size: 20px;
    color: white;
    padding: 5px 0 0;
    font-weight: 300;
}
body .mobmenu-content li a.wpml-ls-link {
    padding-bottom:0;
}
body .mob-menu-header-holder {
    top: 0;
    right: 0;
    display: block;
    z-index: 9999;
    position: fixed;
    right: var(--grid);
    width: 40px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}
body .mobmenul-container, body .mobmenur-container {
    position: relative;
    top: 0;
    margin: 0!important;
    right: auto;
    display: flex;
    align-items: center;
}
body.mob-menu-slideout-over .mobmenu-right-alignment {
    right: 0;
    height: 100%;
    background: var(--warm);
    width: 100%;
    transition: transform .8s cubic-bezier(.76,0,.24,1) .2s;
    left: 0;
}
body.show-nav-right.mob-menu-slideout-over .mobmenu-right-alignment {
	transition: transform .8s cubic-bezier(.76,0,.24,1);
}
body .mobmenur-container i {
    transition:.3s;
}
body.show-nav-right .mobmenu-overlay {
    background: transparent;
}
body .mob-icon-menu:before {
	font-weight: 300;
	font-family: 'Font Awesome 6 Pro' !important;
	content: "\f0c9";
	position: relative;
	font-size: 26px;
	border-radius: 999px;
	background: var(--warm);
	color: white;
	width: auto;
	margin: 0;
	text-align: right;
	opacity: 1;
	transition: .3s;
	top: 0;
	line-height: 1;
	padding: 0;
	margin: 0;
	width: 45px;
	height: 45px;
	display: flex;
	align-items: center;
	padding-top: 1px;
	justify-content: center;
}
body .mob-icon-cancel-1:before {
    font-weight: 300;
    font-family: 'Font Awesome 6 Pro'!important;
    content: "\f00d";
    position: relative;
    color: #fff;
    font-size: 31px;
    width: auto;
    margin: 0;
    text-align: right;
    opacity: 1;
    transition: .2s;
}
body .mobmenu-content #mobmenuright > li > a:hover, body .mobmenu-content #mobmenuright li:hover, body .mobmenu-content #mobmenuright li:hover {
    background: transparent;
}
body #mobmenuright li.current-menu-item a:hover {
    padding-right: 0;
}
body .mobmenu-content>div {
    width:100%;
}
body #mobmenuright li a {
	line-height: 1;
	display: block;
	text-decoration: none;
	font-weight: 400;
	text-transform: none;
	letter-spacing: 0;
	font-size: 30px;
	color: white !important;
	transition: .3s;
	text-align: left;
	margin: 35px auto;
	max-width: fit-content;
	padding-left: 0;
	position: relative;
	z-index: 999;
	padding: 0;
}
body #mobmenuright li a:hover, body #mobmenuright li.current-menu-item a {
    color: white!important;
}
body .rightmtop {
    position: fixed;
    top: 15px;
    left: var(--grid);
    z-index: 999999;
}
body .mobmenu-content {
    margin-top: 0;
    z-index: 1;
    height:100vh;
	height: 100svh;
	height: 100dvh;
    overflow: auto;
    display: flex;
    align-items: center;
    align-content: center;
    flex-direction: column;
    padding: 0 10%;
    justify-content: center;
    text-align: center;
	animation: fadeout 1s ease both;
}
body.show-nav-right .mobmenu-content {
	opacity:0;
	animation: fadein 1s ease both;
    animation-delay: 0.5s;
}
body .mobmenu-content .rightmtop, body .mobmenu-content .rightmtop li, body .mobmenu-content .rightmtop li a {
    padding: 0;
    margin: 0;
}
body .mobmenu-right-panel .mobmenu-right-bt, .mobmenu-right-panel .mobmenu-right-bt {
	right: var(--grid);
	top: 19px;
	width: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
}
body .mobmenu-content p {
    margin: 0;
    padding-top: 30px;
    color: white;
    font-weight: 500;
    font-size: 17px;
    line-height: 1.5;
}
body .mobmenu-content .widget {
    padding-bottom: 0px;
    padding: 0;
}
}


@media only screen and (max-width: 768px) {
:root {
	--section: 100px;
}
#accueil {
    padding-top: 150px;
}
h1, h2 {
	font-size: 55px;
}
h3 {
	font-size: 32px;
}
h4 {
	font-size: 22px;
}
h5 {
    font-size: 12px;
	padding-bottom: 30px;
}
h6 {
    font-size: 16px;
}
body .vc_toggle_title>h4 {
    font-size: 17px;
}
body, p {
    font-size: 17px;
}
.col {
	gap: 35px;
	margin-top: 75px;
}
body .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern, body .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:focus, body .gform_wrapper.gravity-theme .gform_footer button, body .gform_wrapper.gravity-theme .gform_footer input {
    font-size: 12px;
    padding: 20px 33px;
    margin-top: 40px;
}
.carousel {
	margin-top:-30px;
}
.carousel-slide {
	padding: 0 10px;
	width: 38%;
}
.carousel-slide:nth-child(2) {
	width: 47%;
}
.carousel-slide:nth-child(3) {
	width: 40%;
}
.carousel-slide:nth-child(4) {
	width: 38%;
}
.carousel-slide:nth-child(5) {
	width: 45%;
}
.approche>div:first-child {
	width:42%;
}
.approche>div:last-child {
	width:58%;
}
.forfaits img {
	aspect-ratio: 1 / 1.75;
}
.pinterest-feed, .col {
    margin-top: 75px;
}
#contact .info {
	padding-top: 75px;
	display: flex;
	flex-direction: column;
	gap:50px;
}
#contact .info:before, #contact .info:after {
	display:none!important;
}
#contact .info>div{
	width:100%;
}
body .gform_wrapper.gravity-theme .gfield input.large, body .gform_wrapper.gravity-theme .gfield select.large, body .gform_wrapper.gravity-theme .gfield textarea.large {
    padding: 12px 20px;
    font-size: 17px;
}
}


@media only screen and (max-width: 641px) {
:root {
	--section: 90px;
}
#accueil {
	padding-top: 130px;
}
h2 strong, h3 strong, h4 strong {
    letter-spacing: -1px;
}
h1, h2 {
	font-size: 40px;
}
h4 {
	font-size: 18px;
}
h5 {
	padding-bottom: 20px;
}
body .vc_toggle_title>h4 {
	font-size: 16px;
}
.carousel {
	margin-top:-20px;
}
.carousel-slide {
	padding: 0 5px;
	width: 48%;
}
.carousel-slide:nth-child(2) {
	width: 58%;
}
.carousel-slide:nth-child(3) {
	width: 50%;
}
.carousel-slide:nth-child(4) {
	width: 48%;
}
.carousel-slide:nth-child(5) {
	width: 56%;
}
.col {
    flex-direction: column;
}
.col>div {
	width:100%!important;
}
.spacer {
    padding-top: 35px;
}
.approche .desc, .single-forfait p {
    padding: 25px 0 12px;
}
body .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern, body .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:focus, body .gform_wrapper.gravity-theme .gform_footer button, body .gform_wrapper.gravity-theme .gform_footer input {
    margin-top:30px;
}
.forfaits img {
	aspect-ratio: 1 / 1;
}
.pinterest-feed, .col {
	margin-top: 50px;
}
.pinterest-feed {
    padding-bottom: 20px;
}
.single-forfait h5 {
    padding-bottom: 75px;
}
.forfaits img {
	aspect-ratio: 1 / 1;
	margin-bottom: 20px;
}
.gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
	line-height: 1!important;
	min-height: auto!important;
}
.site-info .textwidget {
    flex-direction: column;
}
.inside-site-info {
    padding-top: 25px;
    padding-bottom: 25px;
}
body #mobmenuright li a {
	font-size: 23px;
	margin: 25px auto;
}
.grid.info {
	padding-left:0;
	padding-right:0;
}
body .gform_confirmation_message_1.gform_confirmation_message {
    padding: 25px;
}
.social-icons i {
    font-size: 30px;
}
.social-icons {
    margin-top: 35px;
}
#services h2 strong {
	display:block;
	padding-bottom: 7px;
}
#services h2 br, #services h3 br, #inspirations h2 br {
	display:none;
}
.single-forfait:before {
    height: 25px;
    width: 25px;
}
}