/*
 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 {
	--yellow: #ffdd65;
	--red: #720300;
	--grid: 50px;
	--transition: .3s;
}

/*FONTS*/
@font-face {
	font-family: PPObject;
	src: url(/wp-content/themes/generatepress_child/fonts/PPObjectSans-Light.woff2);
	font-weight: 100;
}
@font-face {
	font-family: PPObject;
	src: url(/wp-content/themes/generatepress_child/fonts/PPObjectSans-Thin.woff2);
	font-weight: 300;
}
@font-face {
	font-family: PPObject;
	src: url(/wp-content/themes/generatepress_child/fonts/PPObjectSans-Regular.woff2);
	font-weight: 400;
}
@font-face {
	font-family: PPObject;
	src: url(/wp-content/themes/generatepress_child/fonts/PPObjectSans-Medium.woff2);
	font-weight: 500;
}
@font-face {
	font-family: PPObject;
	src: url(/wp-content/themes/generatepress_child/fonts/PPObjectSans-Bold.woff2);
	font-weight: 600;
}
@font-face {
	font-family: PPObject;
	src: url(/wp-content/themes/generatepress_child/fonts/PPObjectSans-Black.woff2);
	font-weight: 700;
}
@font-face {
	font-family: PPObject;
	src: url(/wp-content/themes/generatepress_child/fonts/PPObjectSans-Heavy.woff2);
	font-weight: 900;
}
@font-face {
	font-family: Wilden;
	src: url(/wp-content/themes/generatepress_child/fonts/Wilden.otf);
	font-weight: 400;
}
body, .mobmenu-content * {
    font-family: PPObject!important;
}
.hero-content * {
    font-family: Wilden;
}
.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;
}


/*DISABLE ELEMENT UPFRONT*/
.site-header, .entry-header, .site-footer {
    display: none!important;
}


/*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;
}
}
.splash.timeout {
	pointer-events: none;
	opacity: 1;
	-webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: 0.6s cubic-bezier(.85,0,.5,1);
}
.splash {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: flex;
    background: url(/wp-content/uploads/yellow_bg.jpg);
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    opacity: 1;
    pointer-events: initial;
    justify-content: center;
    align-items: center;
    overflow-x: hidden!important;
	-webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
	transition: 0.6s cubic-bezier(.85,0,.5,1);
}
.splash-anim {
    opacity: 0;
    animation: fadein 0.6s ease both;
    transition: 0.6s cubic-bezier(.85, 0, .5, 1);
    animation-delay: 0.25s;
    width: 500px;
    width: 34vw;
}
.letters {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -91%);
    display: flex;
    gap: 0.1vw;
    margin-left: -0.2vw;
}
.letters .letter {
    opacity: 0;
    transform: scale(0.4);
    animation: zoomIn 0.6s ease-out forwards;
}
.letter.l1 { animation-delay: 0.2s; width: 5vw;}
.letter.l2 { animation-delay: 0.3s; width: 2.2vw;}
.letter.l3 { animation-delay: 0.4s; width: 3vw;}
.letter.l4 {
    animation-delay: 0.5s;
    width: 2.5vw;
    position: relative;
    top: 0.6vw;
    margin: 0 -0.25vw 0 -0.25vw;
}
.letter.l5 {
    animation-delay: 0.6s;
    width: 2.8vw;
    position: relative;
    top: 0.2vw;
}
.letter.l6 {
    animation-delay: 0.7s;
    width: 0.95vw;
    position: relative;
    left: -0.1vw;
}
.letter.l7 { animation-delay: 0.8s; width: 1.1vw;}
.letter.l8 { animation-delay: 0.9s; width: 2.5vw;}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale(0.4);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}



/*Général*/
html, body {
    overflow: hidden!important;
}
body {
	background: var(--yellow);
	background-image: url(/wp-content/uploads/yellow_bg.jpg);
}
body .site-content {
    background: var(--red);
	background-image: url(/wp-content/uploads/bg.jpg);
	background-position:center;
	background-size:cover;
	color: var(--yellow);
}
body .site-content {
    padding: 0!important;
    margin: 0;
    height: 100vh;
	height: 100dvh;
	height: 100svh;
}
.main-content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.vc_column_container>.vc_column-inner {
    padding: 0!important;
}
.entry-content:not(:first-child), .entry-summary:not(:first-child), .page-content:not(:first-child) {
    margin-top: 0!important;
}
.container.grid-container {
    width: 100%!important;
    max-width: 100%!important;
}
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
    margin-bottom: 0!important;
}
.vc_row {
    margin:0!important;
}
a {
    color: var(--yellow);
	transition: var(--transition);
}
a:hover, a:focus, a:active {
    color: var(--yellow);
}


/*FULLSCREEN MENU/HEADER*/
body.mob-menu-overlay, body.mob-menu-slideout, body.mob-menu-slideout-over, body.mob-menu-slideout-top {
    padding-top: 0!important;
}
body #mobmenuright li.menu-soumission a, body #mobmenuright li.menu-soumission a:hover {
    margin-left: 0;
    background: white!important;
    color: black!important;
    margin: 0 auto;
    box-shadow: 0 0 0 2px white;
}
html.mob-menu-no-scroll {
    overflow: auto;
}
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(calc(100% + 20px));
    -moz-transform: translateX(calc(100% + 20px));
    -ms-transform: translateX(calc(100% + 20px));
    -o-transform: translateX(calc(100% + 20px));
    transform: translateX(calc(100% + 20px));
}
body .mob-menu-header-holder {
    display: block;
    z-index: 9999;
    position: fixed;
    right: 90px;
    top: 82px;
    width: auto;
    height: auto;
    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: flex-start;
}
body.mob-menu-slideout-over .mobmenu-right-alignment {
    right: 0;
    height: 100%;
    width: 50%;
    background: var(--red);
    margin: 0;
    transition: transform 0.5s cubic-bezier(.76, 0, .24, 1);
}
body.show-nav-right.mob-menu-slideout-over .mobmenu-right-alignment {
	transition: transform 0.5s cubic-bezier(.76, 0, .24, 1);
}
.mobmenu-panel .mob-cancel-button {
    display: block;
}
body .mobmenur-container i {
    transition: var(--transition);
    background: var(--orange);
    padding: 0;
    border-radius: 50px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
}
body .mobmenu-overlay, body.show-nav-right .mobmenu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9998;
    background: hsl(0deg 0% 0% / 60%);
    backdrop-filter: blur(8px);
    transition: opacity 0.5s cubic-bezier(.76, 0, .24, 1);
	cursor: default;
	pointer-events: none;
}
body.show-nav-right .mobmenu-overlay {
    pointer-events: all;
}
body .mobmenu-right-panel .mobmenu-right-bt {
    right: 4vw;
    top: 50px;
}
body .mob-icon-menu::before {
    font-weight: 300;
    font-family: "Font Awesome 6 Sharp" !important;
    content: "\f0c9";
    position: relative;
    font-size: 48px;
    color: var(--yellow);
    width: auto;
    margin: 0;
    text-align: center;
    opacity: 1;
    transition: var(--transition);
    left: 0;
    line-height: 1;
    padding: 0;
    margin: 0;
}
body .mobmenur-container i:hover {
    background: transparent;
}
body .mob-icon-cancel-1::before {
    font-weight: 300;
    font-family: "Font Awesome 6 Sharp" !important;
    content: "\f00d";
    position: relative;
    color: var(--yellow);
    font-size: 50px;
    width: auto;
    margin: 0;
    text-align: right;
    opacity: 1;
    transition: var(--transition);
    border-radius: 50px;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
}
body .mob-icon-cancel-1:hover::before {
    background: transparent;
}
body .mobmenu-right-panel li, body .rightmbottom, body .rightmtop {
	padding-left: 0;
	padding-right: 0;
}
body .rightmtop {
    position: absolute;
    top: 50px;
}
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 .mob-expand-submenu {
    display: none;
}
body .mobmenu-content li a {
    width: 100%;
    text-align: left;
    text-transform: uppercase;
    font-size: 4.5vw;
    letter-spacing: 0;
    display: inline-flex;
    justify-content: flex-start;
    height: auto;
    padding: 0;
}
body .mobmenu-content li .email a, body .mobmenu-content li .map a, body .mobmenu-content li .phone a {
    font-size: 20px;
    text-transform: none;
}
.menu a.missing:hover span, body .mobmenu-content li .email a, body .mobmenu-content li .map a, body .mobmenu-content li .phone a, .menu a span {
	transform: translateX(0px);
	transition: var(--transition);
}
body .mobmenu-content li .email a:hover, body .mobmenu-content li .map a:hover, body .mobmenu-content li .phone a:hover, .menu a:hover span {
    transform: translateX(5px);
}
body .mobmenu-content {
    margin-top: 0;
    z-index: 1;
    height: 100vh;
	height: 100dvh;
	height: 100svh;
    overflow: auto;
    display: flex;
    align-items: flex-start;
    align-content: center;
    flex-direction: column;
    padding: 50px 4vw;
    justify-content: flex-end;
    text-align: left;
    animation: fadeout 0.35s ease-out forwards;
}
body.show-nav-right .mobmenu-content {
	opacity:0;
	animation: fadein 0.6s ease-out forwards;
    animation-delay: 0.3s;
}
body .mobmenu-content .rightmtop, body .mobmenu-content .rightmtop li, body .mobmenu-content .rightmtop li a {
    padding: 0;
    margin: 0;
}
body .rightmbottom, .mobmenu-content .widget {
    margin: 0;
    width: 100%;
    padding: 0;
}
.widget ul li {
    margin-bottom: 0;
}
body #custom_html-5, body .mobmenu-content li#text-2{
    width: 100%;
}
body .mobmenu-content p {
    margin: 0;
    padding-top: 30px;
    color: white;
    font-weight: 500;
    font-size: 17px;
    line-height: 1.5;
}
body .mobmenu-content li#nav_menu-2 a {
    display: block;
    letter-spacing: 0;
    line-height: 0.9;
    text-decoration: none;
    font-size: 2vw;
    color: white;
    margin: 4vh 0;
    padding: 0;
    font-weight: 200;
}
body .mobmenu-content li#nav_menu-2 li:first-child a {
    margin-top:0;
}
body .mobmenu-content .widget {
    padding-bottom: 0px;
    padding: 0;
}


/*HOME*/
.hero-content {
    width: 100%;
    height: 100vh;
	height: 100dvh;
	height: 100svh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 60px;
}
.borders div {
    display: block;
    position: fixed;
    background-repeat: repeat;
    z-index: 999;
}
.border-left, .border-right {
	background-image: url(/wp-content/uploads/vertical.svg);
    top: 50px;
    left: 50px;
	width: 10px;
	background-size: 10px;
	height: calc(100% - 100px);
}
.border-right {
	right:50px;
	left: auto;
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
}
.border-top, .border-bottom {
    background-image: url(/wp-content/uploads/horizontal.svg);
    left: 50px;
    height: 10px;
    background-size: auto 10px;
	width: calc(100% - 100px);
}
.border-top {
    top: 50px;
	-moz-transform: scaleY(-1);
	-o-transform: scaleY(-1);
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1);
	filter: FlipV;
	-ms-filter: "FlipV";
}
.border-bottom {
	top:auto;
    bottom: 50px;
}
.logo {
    padding-top:100px;
}
.logo img {
    width: 850px;
	opacity:0;
}
.logo .letters {
    transform: scale(0.65);
    margin-top: -8vw;
	left: 0;
    right: 0;
    text-align: center;
    display: flex;
    justify-content: center;
}
.logo .letters .letter {
    display: inline-block;
    animation: mezquilaWiggle 4s ease-in-out infinite;
    transform-origin: center;
	opacity:1;
}
@keyframes mezquilaWiggle {
    0%   { transform: translate(0,0) scale(1); }
    50%  { transform: translate(0,0.5vw) scale(1); }
    100% { transform: translate(0,0) scale(1); }
}
.logo .letters .l1 { animation-delay: 0s; }
.logo .letters .l2 { animation-delay: .75s; }
.logo .letters .l3 { animation-delay: 1.75s; }
.logo .letters .l4 { animation-delay: 0.5s; }
.logo .letters .l5 { animation-delay: 1.5s; }
.logo .letters .l6 { animation-delay: 0.25s; }
.logo .letters .l7 { animation-delay: 1.25s; }
.logo .letters .l8 { animation-delay: 1s; }
.logo .letter.l1 {
	width: 17vw;
}
.logo .letter.l2 {
	width: 7.5vw;
	top: 0.8vw;
	left: 0.25vw;
}
.logo .letter.l3 {
	width: 10.5vw;
	left: 1vw;
	top: 0.25vw;
}
.logo .letter.l4 {
	top: 2vw;
	width: 9vw;
	left: 1vw;
}
.logo .letter.l5 {
	width: 9.8vw;
	left: 0.5vw;
}
.logo .letter.l6 {
	width: 3.5vw;
	left: 0.5vw;
}
.logo .letter.l7 {
	width: 4vw;
	left: 1vw;
}
.logo .letter.l8 {
	width: 9vw;
	top: 0.8vw;
	left: 1.5vw;
}
.logo .letter {
	position: relative;
}
.description {
    font-size: 25px;
    letter-spacing: 7px;
    max-width: 380px;
    text-align: center;
    line-height: 1.3;
}
.opening {
    letter-spacing: 5px;
    font-size: 13px;
    line-height: 1.3;
}
.social-icons {
    display: flex;
}
.social-icons a {
    font-size: 24px;
    margin: 0 10px 0 0;
    transition: var(--transition);
}
.socials .social-icons a {
    margin: 0 5px;
}
.social-icons i, .social-icons img {
    width: 42px;
    height: 42px;
}
.social-icons i {
    background: var(--yellow);
    color: var(--red);
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
img {
    display: block;
}
.social-icons img, .social-icons i {
	transform: scale(1);
	transition: var(--transition);
}
.social-icons a:hover img, .social-icons a:hover i, body .mob-icon-cancel-1:hover::before, body .mob-icon-menu:hover::before {
    transform: scale(0.9);
}


/*MENU*/
.menu-menu-container {
	display:none;
}
.menu {
    margin-bottom: 30px;
}
.menu a.missing {
    pointer-events: none;
    filter: blur(4px);
}
.menu a {
    border-top: 1px solid;
}
.menu a:last-child {
    border-bottom: 1px solid;
}


/******************************************************************/
/******************************************************************/


@media only screen and (min-width: 2200px) {
.border-left, .border-right {
    width: 19px;
    background-size: 19px;
}
.border-top, .border-bottom {
    height: 19px;
    background-size: auto 19px;
}
.logo .letters {
	transform: scale(0.55);
	margin-top: -8vw;
}
.logo img {
    width: 1000px;
}
}


@media only screen and (max-width: 1440px) {
.logo .letters {
    transform: scale(0.7);
}
.logo {
    padding-top: 80px;
}
.social-icons i, .social-icons img {
    width: 36px;
    height: 36px;
}
body .mob-icon-menu::before {
    font-size: 42px;
}
body .mob-icon-cancel-1::before {
    font-size: 45px;
}
.logo img {
    width: 700px;
}
.description {
    font-size: 20px;
    max-width: 320px;
}
.opening {
    font-size: 12px;
}
.hero-content {
    gap: 50px;
}
body .mobmenu-content li .email a, body .mobmenu-content li .map a, body .mobmenu-content li .phone a {
    font-size: 17px;
}
}


@media only screen and (max-width: 1024px) {
.logo .letters {
	transform: none;
    margin-top: -6vw;
}
body.mob-menu-slideout-over .mobmenu-right-alignment {
    width: 100%;
}
.logo img {
	width: 72vw;
}
.logo {
    padding-top: 50px;
}
body .mobmenu-content li .email a, body .mobmenu-content li .map a, body .mobmenu-content li .phone a {
	font-size: 2.5vw;
}
body .mobmenu-content {
    padding: 7.5vw;
}
body .rightmtop {
    top: 7.5vw;
}
body .mobmenu-right-panel .mobmenu-right-bt {
    right: 7.5vw;
    top: 7.5vw;
}
body .mobmenu-content li a {
    font-size: 9vw;
}
.hero-content {
	gap: 12vw;
}
}


@media only screen and (max-width: 768px) {
.border-top, .border-bottom {
    top:5vw;
	left: 5vw;
    height: 1.65vw;
    background-size: auto 1.65vw;
    width: calc(100% - 10vw);
}
.border-bottom {
    bottom: 5vw;
	top:auto;
}
.border-left, .border-right {
    top:5vw;
	left: 5vw;
    height: calc(100% - 10vw);
	width: 1.65vw;
    background-size: 1.65vw;
}
.border-right {
    right: 5vw;
	left:auto;
}
.description {
	order: 1;
}
.logo {
	padding-top:0;
	order: 2;
}
.opening {
	order: 3;
}
.hero-content {
	gap: 20vw;
}
body .mob-menu-header-holder {
    right: 10vw;
    top: 10vw;
}
.socials {
    position: absolute;
    top: 10vw;
    left: 10vw;
}
.splash-anim {
	transform: scale(2);
	transform-origin: center center;
}
.letters {
    margin-left: -1vw;
}
}

@media only screen and (max-width: 641px) {
body .mob-icon-menu::before {
	font-size: 36px;
}
.description {
	font-size: 16px;
	max-width: 280px;
	letter-spacing: 6px;
}
body .mobmenu-content li .email, body .mobmenu-content li .map, body .mobmenu-content li .phone {
	line-height:1.2;
}
body .mobmenu-content li .email a, body .mobmenu-content li .map a, body .mobmenu-content li .phone a {
	font-size: 13px;
}
}



/*Landscape view Tablet Sm*/
@media screen and (orientation: landscape) and (max-width: 1024px) {
}


/*Landscape view mobile*/
@media screen and (orientation: landscape) and (max-width: 900px) {
.hero-content {
	gap: 0px!important;
}
.description {
	order: 1;
}
.logo {
	padding-top:0;
	order: 2;
}
.opening {
	order: 3;
}
.socials {
    position: absolute;
    top: 75px;
    left: 75px;
}
.splash-anim {
	transform: scale(1.5);
}
.letters {
    margin-left: -1vw;
}
.logo .letters {
    transform: scale(0.65);
}
body .mobmenu-right-panel .mobmenu-right-bt {
	top: 30px;
}
body .mobmenu-content {
	padding: 30px 7.5vw;
}
body .rightmtop {
	top: 30px;
}
body .mobmenu-content li .email a, body .mobmenu-content li .map a, body .mobmenu-content li .phone a {
	font-size: 2vw;
}
body .mobmenu-content li a {
	font-size: 4vw;
}
.menu {
    margin-bottom: 15px;
}
}
