/*------------------------------------------------------------------/*
Website Name: Lurrak
Website URI: https://www.lurrak.fr
Description: 
Author URI: https://bastiensetoain.fr/
Author: Bastien Setoain
Version: 1.0
Last change:  14-06-2023
*/


@import url('https://fonts.googleapis.com/css2?family=Patrick+Hand&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;500&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url("https://use.typekit.net/uho5rjc.css");
@import url("https://use.typekit.net/uho5rjc.css");
@import url("https://use.typekit.net/dgz3lhj.css");
@import url("https://use.typekit.net/qqf8ekv.css");



:root {
  --background: #131123;
  --green93: #2a2f2f;
  --accent: #e9a99c;
--font: #353535;
}



body {
    margin: 0;
    display: block;
    font-family: 'degular';
    color: #ffffff;
    font-weight: 100;
    letter-spacing: .5px;
    background-color: var(--green93);
}


@media (max-width: 900px) {
    

    
}

li.lang-item.lang-item-13.lang-item-eu {
    display: none;
}

.home_main {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Agrandir';
    font-size: 50px;
    font-weight: 100;
}
.home_main h1 {
    font-size: 100px;
    letter-spacing: 6px;
    font-weight: 100;
    text-align: center;
    opacity: 0;
    transform: translateY(100px);
    transition: 2S cubic-bezier(.87,0,.13,1);
    transition-delay: 0.5s;
}
.home_title{
    font-size: 150px !important;
	line-height: 70px !important;
}

@media (max-width: 900px) {
    .home_title {
    font-size: 65px !important;
	line-height: 60px !important;
	}
    .home_main h1 {
        font-size: 40px;
        letter-spacing: 2px;
    } 
	.tagline {padding:20px;}
}

.in-view_body .home_main h1 {
    opacity: 1;
    transform: translateY(0px);
}
.page_content {
    width: 60%;
    margin: 300px auto;
}
@media (max-width: 900px) {
    
    .page_content {
    width: 75%;
    margin: 300px auto;
}
    
}

a{
   text-decoration: none; 
    color:var(--font);
    position: relative;
}
a:hover{
    color:#a49c92 !important;
}

a hr {
    background-color: var(--accent);
    border: none;
    height: 1.5px;
    position: absolute;
    width: 100%;
    bottom: 1px;
    opacity: 0;
    transition: .2s ease-in-out;
}
a:hover hr {
    bottom: -12px;
    opacity: 1;
}


.background_image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    opacity: 0;
    transition: 2s ease-in-out;
}

.in-view_body .background_image {
    opacity: .5;
}
.fog_container {
    overflow-x: hidden;
    overflow-y: visible;
    width: 100%;
    height: 100vh;
    position: absolute;
    transform: translateY(20%);
}
img.background_fog {
    position: absolute;
    /* height: 100px; */
    width: 300%;
    bottom: 0;
    transform: translateY(0%);
    opacity: .7;
    transition: 150s;
}
.in-view_body img.background_fog {
    transform: translateX(-33%) translateY(0%);
}
.background_gradient {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
}

.bandeau {
    background-color: #cdc6be;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
}
.bandeau a {
    color: white;
    margin: 0 40px;
    font-size: 13px;
}



section{
/*    position: relative;*/
}

.section_title {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: inline;
    margin-right: 30px;
    position: relative;
}
h2.section_title::after {
    content: '';
    background-color: var(--accent);
    width: 100%;
    height: 9px;
    position: absolute;
    left: 5px;
    bottom: -2px;
    z-index: -1;
    opacity: .5;
}
h2.section_bigtitle {
    text-transform: uppercase;
    position: absolute;
    transform: rotate(90deg);
    /* left: -230px; */
    opacity: 3%;
    font-weight: 300;
    font-size: 92px;
    top: 41%;
    /* bottom: 0; */
    margin: 0;
}
.honoraires h2.section_bigtitle {
    left: -274px;
}
.actualites h2.section_bigtitle {
    left: -360px;
}
.contact h2.section_bigtitle {
    left: -190px;
}
.about h2.section_bigtitle {
    left: -310px;
}


.content p {
/*    display: inline;*/
    font-size: 22px;
    font-weight: 200;
    letter-spacing: 1.5px;
    line-height: 43px;
    text-align: justify;
}

.tagline {font-size:20px;}

@media (max-width: 900px) {
    
    .content p {
/*    display: inline;*/
    font-size: 18px;
    font-weight: 200;
    letter-spacing: 1.5px;
    line-height: 36px;
    text-align: justify;
}
    
}


.contact_fixed {
    display: flex;
    color: white;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    transform: rotate(90deg);
    position: fixed;
    right: 0;
    top: 50%;
     opacity: 0; 
    transition: .5s ease-in-out;
        transition-delay: 1s;

}
.in-view_contact_fixed{
    opacity: 1;
}
.contact_fixed a{
    color: white;
    
    transition: .2s ease-in-out;
}

/* WHITE VERSION */

.contact_fixed a {
    color: #5f4940;
    transition: .2s ease-in-out;
}


@media (max-width: 900px) {
    
    .contact_fixed {
    display: none;

}
    
}




/*===============================
=          FIXED LINKS
===============================*/

.fixed_links {
    position: fixed;
    color: white;
    opacity: 0;
    transition: color .5s, opacity 1s ease-in-out;
    z-index: 2;
}
.fixed_links.in-view_fixed_links {
    opacity: 1; 
}


.fixed_links:nth-of-type(1) {
    bottom: 50px;
    right: 50px;
    
    z-index: 9;
    transition-delay: 0s, 3s;
}
.fixed_links:nth-of-type(2) {
    bottom: 50px;
    left: 50px;
    
    z-index: 9;
    transition-delay:0s, 3.5s;
}
.fixed_links:nth-of-type(3) {
    bottom: 50px;
    right: 50px;
    z-index: 9;
    transition-delay:0s, 3s;
}
.fixed_links:nth-of-type(4) {
    bottom: 50px;
    left: 50px;
    z-index: 9;
    transition-delay:0s, 3.5s;
}

.fixed_links_top .fixed_links:nth-of-type(1) {
    top: 50px;
    bottom: inherit;
    left: 50px;
    z-index: inherit;
    right: inherit;
    transition: color .5s, opacity 1s ease-in-out;
    transition-delay: 0s, 2s;
    cursor: pointer;
}
.fixed_links_top .fixed_links:nth-of-type(2) {
    top: 50px;
    bottom: inherit;
    right: 50px;
    z-index: inherit;
    left: inherit;
    transition: color .5s, opacity 1s ease-in-out;
    transition-delay:0s, 2.5s;
}
.fixed_links_menu {
    text-transform: inherit;
    color: white;
    text-align: right;
    font-size: inherit;
    font-weight: inherit;
    margin: 0;
    position: absolute;
    top: 50px;
    left: 50px;
    cursor: pointer;
}
.fixed_links_menu:nth-of-type(2) {
    left: inherit;
    right: 50px;
}


.adresse::before {
    content: '8 Rte du Bourg';
    position: absolute;
    white-space: nowrap;
    opacity: 0;
    transition: .5s cubic-bezier(.87,0,.13,1);
}
.adresse:hover::before {
    opacity: 1;
    transform: translateY(-100%);
}



@media (max-width: 900px) {
    
    .fixed_links_top .fixed_links:nth-of-type(1) {
        top: 30px;
        left: 30px;
        position: fixed;
    }
    .fixed_links_top .fixed_links:nth-of-type(2) {
        top: 30px;
        right: 30px;
        position: fixed;
    }
    
    .fixed_links:nth-of-type(1) {
    bottom: 40px;
    right: 40px;
    z-index: 2;
    transition-delay: 0s, 3s;
    position: absolute;
    font-size: 14px;
}
.fixed_links:nth-of-type(2) {
    bottom: 40px;
    left: 40px;
    z-index: 2;
    transition-delay: 0s, 3.5s;
    font-size: 14px;
    position: absolute;
}
    
    
    
    
    .fixed_links_menu {
    text-transform: inherit;
    color: white;
    text-align: right;
    font-size: inherit;
    font-weight: inherit;
    margin: 0;
    position: absolute;
    top: 30px;
    left: 30px;
    font-size: 14px;
}
    
}


/*===============================
=       End of FIXED LINKS
===============================*/

/*===============================
=          LANGUAGE SWITCHER
===============================*/

.language_switcher {
    position: absolute;
    bottom: 50px;
    display: flex;
}
.language_switcher li {
    list-style: none;
    margin: 0 13px;
}
.language_switcher li a {
    list-style: none;
    text-transform: uppercase;
    color: white;
    text-align: right;
    font-size: inherit;
    font-weight: inherit;
    margin: 0;
    opacity: .5;
}
.language_switcher li.current-lang a {
    opacity: 1;
}
.language_switcher li a:hover {
    opacity: 1;
    color: white !important;
}

@media (max-width: 900px) {
    
    .language_switcher li {
    list-style: none;
    margin: 0 8px;
}
    
}

/*===============================
=       End of LANGUAGE SWITCHER
===============================*/



/*===============================
=          MOBILE NAV
===============================*/



nav > li a:hover{
    color: #444;
}
nav .button {
    margin: 0;
    bottom: 3em;
    position: absolute;
}

.burger_back {
    display: none;
}
.burger_back svg {
    width: auto;
    position: relative;
    height: 2.3em;
    margin: 0em 1.2em;
}
.burger_back img {
    width: 340px;
    margin-left: 80px;
    margin-top: 35px;
}

.burger_back_single {
    display: none;
}
.burger_back_single svg {
    width: auto;
    position: relative;
    height: 2.3em;
    margin: 0em 1.2em;
}
.burger_back_single img {
    width: 150px;
    margin-left: 2em;
    margin-top: 35px;
}



input.navcheckbox {
  position: fixed;
  opacity: 0;
}

label {
  position: absolute;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
}
label::before {
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--green93);
    content: '';
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
label .burger {
    display: none;
    position: fixed;
    top: 2em;
    right: 2em;
    z-index: 3;
    width: 2em;
    height: 2em;
    margin: 0;
    padding: 0;
    transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
label .burger::before, label .burger .bar {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 6px;
    background: #ffffff;
    content: '';
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}


/* WHITE VERSION */

label .burger::before, label .burger .bar {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 6px;
    background: #5e4940;
    content: '';
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}



label .burger .bar {
    top: 0%;
    left: 50%;
    width: 6px;
    height: 100%;
    transform: translateX(-50%);
}
label .burger::before {
    top: 50%;
    transform: translateY(-50%);
}
/*
label .burger::after {
  bottom: 0;
  transform-origin: bottom left;
}
*/

/*
input:focus + label .burger,
label:hover .burger {
  opacity: .7;
}
*/

nav {
    box-sizing: border-box;
    position: fixed;
    right: 0;
    padding: 0 0px 0 0;
    top: 0;
    bottom: 0;
    z-index: 3;
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    padding-left: 0;
    align-items: center;
    transform: translate3d(0, 0, 0);
    transform: translateX(100%);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
nav .contact {
    position: absolute;
    bottom: 30px;
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-end;
}
nav .contact a {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 4px 0;
    text-transform: inherit;
    opacity: .4;
}

nav a {
    text-transform: uppercase;
    color: white;
    text-align: right;
    font-size: 45px;
    font-weight: 300;
    margin: 8px 0;
}
nav::before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    width: 100%;

    content: '';
    transform-origin: bottom left;
    transform: translateX(100%);
    transition: transform 0.9s cubic-bezier(0.19, 1, 0.22, 1);
}
@media (min-width: 40em) {
  nav::before {
    width: 100%;
  }
}
nav > li {
    margin: 0.5em 0 0;
    /* padding: 0.2em 0em; */
    font-size: 1.5em;
    color: white;
    text-decoration: none;
    font-weight: 500;
    transform: translateX(100%);
    transition: color .15s, transform .5s, color .5s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    list-style: none;
    text-align: right;
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-end;
}
nav > li a {
    color: #2B3A42;
    text-decoration: none;
    transition: color .15s, transform .5s, color .5s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    /* text-transform: uppercase; */
    font-weight: 500;
    margin: 0;
    letter-spacing: 1px;
}


nav > li:hover {
  color: #444;
}

nav > li:before {
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;

  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  z-index: -1;
  -webkit-transition: -webkit-clip-path ease 1s;
  transition: clip-path ease 0.5s;
}
nav > li:hover:before {
  -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
}

nav li:nth-child(1) {
  transition-delay: 0s, 100ms;
}
nav li:nth-child(2) {
  transition-delay: 0s, 150ms;
}
nav li:nth-child(3) {
  transition-delay: 0s, 200ms;
}
nav li:nth-child(4) {
  transition-delay: 0s, 250ms;
}
nav li:nth-child(5) {
  transition-delay: 0s, 300ms;
}
nav li:nth-child(6) {
  transition-delay: 0s, 350ms;
}
nav li:nth-child(7) {
  transition-delay: 0s, 400ms;
}


main {
  overflow: hidden;
}
main .content {
  transform: translate3d(0, 0, 0);
  /* material acceleration */
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

[id="navcheck"]:checked + label::before {
  opacity: 1;
  pointer-events: auto;
}
/*
[id="navcheck"]:checked + label .burger::before, [id="navcheck"]:checked + label .burger::after,[id="navcheck"]:checked + label .burger .bar {
  width: 141.42%;
}
[id="navcheck"]:checked + label .burger::before {
  transform: rotate(45deg) translateY(-50%);
    top: 50%;
}
*/
/*
[id="navcheck"]:checked + label .burger::after {
  transform: rotate(-45deg) translateY(50%);
}
*/
[id="navcheck"]:checked + label .burger .bar {
    transform: rotate(-90deg) translateY(-2px);
    background: #ffffff;
    left: 48%;
}
[id="navcheck"]:checked ~ nav {
  transform: translateX(0);
}
[id="navcheck"]:checked ~ nav::before {
  transform:  translateX(0);
}
[id="navcheck"]:checked ~ nav > li {
  transform: translateX(0);
}
[id="navcheck"]:checked ~ nav .social a{
  transform: translateY(0);
}
[id="navcheck"]:checked ~ nav .more_nav{
  transform: translateY(0);
}
[id="navcheck"]:checked ~ main {

  -webkit-filter: blur(2px);
  filter: blur(2px);
  /* quite laggy :S */
}
[id="navcheck"]:checked ~ footer {

  -webkit-filter: blur(2px);
  filter: blur(2px);
  /* quite laggy :S */
}
[id="navcheck"]:checked ~ header {

  -webkit-filter: blur(2px);
  filter: blur(2px);
  /* quite laggy :S */
}

/* helper */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.more_nav .social {
    display: flex;
    justify-content: center;
    width: 100%;
    /* padding: .2em 2em; */
}.more_nav .social a{
    color: #c79288
}
.more_nav{
            transform: translateY(1000%) translateX(0);

    transition: .8s;
    margin-top: 3em;
}
.nav_mail {
    text-decoration: none;
    color: #d09e84;
    font-size: 1em;
    font-weight: 300;
    letter-spacing: 1px;
}
.nav_mail a {
    text-decoration: none;
    color: #d09e84;
    font-size: 1.2em;
    transition: ease-in-out .2s;
}
.nav_mail a:hover {
    color: #d8b65f;
}
.more_nav .social a:first-child{
    
    transition: 1.2s;
}
.more_nav .social a:nth-child(2){
    
    transition: 1.4s;
}
.more_nav .social a:nth-child(3){
    transition: 1.6s;
}
.more_nav .social a {
    transform: translateY(1000%);
    margin: 1em 0.5em;
    font-size: 1.2em;
}


.back_bar {
    width: 30px;
    height: 4.5px;
    background-color: #dfc4b6;
    position: fixed;
    transform: rotate(-45deg) translateX(43%);
    z-index: 999;
    opacity: 1;
}
.back_bar2 {
    width: 30px;
    height: 4.5px;
    background-color: #dfc4b6;
    position: fixed;
    transform: rotate(45deg) translatex(43%);
}
a.back_arrow {
    position: fixed;
    right: 2.5em;
    z-index: 9999;
    top: 2em;
}
a.back_arrow svg {
    margin: 0;
    /* fill: cadetblue; */
}
a.back_arrow svg rect.cls-1 {
    fill: var(--accent);
}


@media (max-width: 900px) {
    
nav {
    box-sizing: border-box;
    position: fixed;
    right: 0;
    padding: 0 0px 0 0;
    top: 0;
    bottom: 0;
    z-index: 3;
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    padding-left: 0;
    align-items: center;
    transform: translate3d(0, 0, 0);
    transform: translateX(100%);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
    
}


/*===============================
=       End of MOBILE NAV
===============================*/

/*===============================
=          DESKTOP NAV
===============================*/

header {
    position: absolute;
    top: 0;
    width: 100%;
    /* padding: 0 100px; */
    box-sizing: border-box;
    z-index: 9;
}
.info-bar {
    background-color: #b6de7a;
    padding: 1em 0;
    font-size: .9em;
    color: white;
    font-weight: 400;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
}
.info-bar p {
    margin: 0 1.5em;
}
.info-bar .telephone {
    font-weight: 800;
}
.info-bar .adresse {
    font-weight: 100;
    font-size: .8em;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
}
.info-bar i {
    margin-right: .5em;
}


.line_menu {
    /* background-color: white; */
    width: 85%;
    display: flex;
    justify-content: space-between;
    flex-flow: row nowrap;
    align-items: center;
    /* box-shadow: rgb(0 0 0 / 20%) 0px 0px 10px; */
    color: #353535;
    transition: .2s ease-in-out;
    /* padding: 0 5em; */
    box-sizing: border-box;
    /* border-bottom: 1px solid white; */
    margin: auto;
    transition: .2s ease-in-out;
}
.custom-logo {
    transition: .2s ease-in-out;
    height: 100%;
    width: 13em;
}

.line_menu .menu {
    width: 100%;
}
.line_menu .line_menu_items {
    margin: 0;
    display: flex;
    padding: 0;
    justify-content: space-around;
    padding: 4em 0;
    font-size: 1em;
    align-items: center;
    font-weight: 100;
    /* width: 30%; */
    letter-spacing: .4px;
    transition: .2s ease-in-out;
}
.line_menu li {
    list-style: none;
    margin: 0 1em;
    position: relative;
    white-space: nowrap;
}
.menu-item-483 {
    font-weight: 900;
    color: orange !important;
    margin: 0 0 0 2.7em!important;
    font-size: 1.1em;
}
.menu-item-483 a {
    font-weight: 900;
    color: #ff520e !important;
}
.line_menu .line_menu_items a {
    color: #353535;
    text-decoration: none;
    /* color: #ffffff; */
    position: relative;
    transition: .2s ease-in-out;
    font-weight: 400;
    text-transform: uppercase;
    font-size: .9em;
    letter-spacing: 1px;
    letter-spacing: 1.5px;
    margin-left: 20px;
    /* font-family: 'Roboto Slab'; */
}
.current_page_item a {
    color: #a49c92 !important;
}
.line_menu .social a {
    margin: 0 .3em;
    transition: .2s ease-in-out;
}
.line_menu .social a:hover {
    color: #be871d;
}
.line_menu .social {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    /* padding: .2em 2em; */
    margin-left: 1em;
    font-size: 1.2em;
}
.line_menu svg {
    width: 250px;
    transition: .2s ease-in-out;
}
.line_menu svg .cls-1 {
    transition: .2s ease-in-out;
}



    
    
header {
    display: flex;
    align-items: center;
    overflow: hidden;
    justify-content: center;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
}

        .onepage_nav {
        display: none;
    }
        .line_menu{
            display: none;
        }




.burger_back {
    display: flex;
    position: absolute;
    align-items: center;
    top: 0;
    right: 0;
    /* background-color: white; */
    width: 100%;
/*    height: 5em;*/
    z-index: -1;
    /* box-shadow: 0px 0px 10px #00000047; */
}
    .burger_back_single {
    display: flex;
    position: absolute;
    align-items: center;
    top: 0;
    right: 0;
    /* background-color: white; */
    width: 100%;
    height: 5em;
    z-index: 9;
    /* box-shadow: 0px 0px 10px #00000047; */
}
label .burger {
    display: inherit;
    position: fixed;
    top: 70px;
    right: 80px;
    z-index: 3;
    width: 47px;
    height: 47px;
    margin: 0;
    padding: 0;
    transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
    .more_nav_info{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-flow: column nowrap;
    }
nav > li a {
    margin: 10px 0;
    /* padding: 0.2em 0em; */
    font-size: 50px;
    color: white;
    text-decoration: none;
    text-align: center;
    font-weight: 100;
    /* transform: translateX(100%); */
    transition: color .15s, transform .5s, color .5s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    list-style: none;
    text-transform: inherit;
    letter-spacing: 7px;
    font-family: 'Agrandir';
}
    
.social {
    position: absolute;
    bottom: 80px;
    display: flex;
}
.social a {
    position: relative;
    margin: 10px;
    transform: translateY(160px);
    transition: transform .5s;
}
.social a:nth-child(1) {
    transition: transform .5s;
    transition-delay: .2s;
}
.social a:nth-child(2) {
    transition: transform .5s;
    transition-delay: .5s;
}



@media (max-width: 900px) {
    
    .burger_back img {
    width: 200px;
    margin-left: 10px;
    margin-top: 35px;
}
    label .burger {
    display: inherit;
    position: fixed;
    top: 45px;
    right: 30px;
    z-index: 3;
    width: 47px;
    height: 47px;
    margin: 0;
    padding: 0;
    transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
nav > li a {
    margin: 0px 0;
    /* padding: 0.2em 0em; */
    font-size: 28px;
    color: white;
    text-decoration: none;
    text-align: center;
    font-weight: 400;
    /* transform: translateX(100%); */
    transition: color .15s, transform .5s, color .5s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    list-style: none;
    text-transform: inherit;
    letter-spacing: 4px;
}
    
}


/*===============================
=       End of DESKTOP NAV
===============================*/


/*===============================
=          PHILOSOPHIE
===============================*/

.section-1 {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    width: 100%;
    margin-bottom: 200px;
}
.section-1 .img {
    height: 660px;
    width: 500px;
    transform: translateX(-40%);
    opacity: 0;
    transition: 1s cubic-bezier(.87,0,.13,1);
}

.in-view_section.section-1 .img {
    opacity: 1;
    transform: translateY(0%);
}
.section-1 .text {
    position: absolute;
    left: 580px;
    line-height: 40px;
    letter-spacing: .8px;
    top: 100px;
    opacity: 0;
    transform: translateY(50%);
    transition: 1s ease-in-out;
    transition-delay: .5s;
}
.in-view_section.section-1 .text {
    opacity: 1;
    transform: translateY(0%);
}

.section-2 {
    margin-bottom: 400px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    width: 134%;
}
.section-2 .img {
    height: 800px;
    width: 600px;
    transform: translateX(50%);
    opacity: 0;
    transition: 1s cubic-bezier(.87,0,.13,1);
}
.section-2 .img2 {
    position: absolute;
    width: 400px;
    height: 500px;
    right: 551px;
    top: 70px;
    
    transform: translateX(-50%);
    opacity: 0;
    transition: 1.5s cubic-bezier(.87,0,.13,1);
}

.in-view_section.section-2 .img, .in-view_section.section-2 .img2{
    transform: translateX(0%);
    opacity: 1;
}

.section-2 .text {
    bottom: 40px;
    position: absolute;
    right: 800px;
    line-height: 41px;
    letter-spacing: .8px;
    opacity: 0;
    transform: translateY(50%);
    transition: 1s ease-in-out;
}

.in-view_section.section-2 .text{
    transform: translateY(0%);
    opacity: 1;
}

.section-3 .img {
    width: 560px;
    height: 800px;
    margin: 0 auto;
}
.section-3 .text {
    text-align: center;
    margin-bottom: 100px;
    line-height: 40px;
    letter-spacing: .8px;
}




@media (max-width: 900px) {
    
    .section-1 {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    margin-bottom: 200px;
}
    .section-1 .img {
    height: 400px;
    width: 100%;
    margin-bottom: 50px;
    transform: translateX(-40%);
    opacity: 0;
    transition: 1s cubic-bezier(.87,0,.13,1);
}
.section-1 .text {
    position: inherit;
    left: inherit;
    line-height: 30px;
    letter-spacing: .8px;
    top: inherit;
    opacity: 0;
    transform: translateY(50%);
    transition: 1s ease-in-out;
    transition-delay: .5s;
    text-align: center;
    font-size: 13px;
}
    
    
    
    .section-2 .img {
    height: 400px;
    width: 250px;
    transform: translateX(50%);
    opacity: 0;
    transition: 1s cubic-bezier(.87,0,.13,1);
}
    
    
    .section-2 .img2 {
    position: absolute;
    width: 200px;
    height: 290px;
    right: 228px;
    top: 70px;
    transform: translateX(-50%);
    opacity: 0;
    transition: 1.5s cubic-bezier(.87,0,.13,1);
}
    .section-3 .text {
    text-align: center;
    margin-bottom: 50px;
    line-height: 30px;
    letter-spacing: .8px;
    font-size: 14px;
}
.section-3 .img {
    width: 100%;
    height: 450px;
}
    
}


/*===============================
=       End of PHILOSOPHIE
===============================*/




/*===============================
=          REALISATION
===============================*/

.item {
    width: 510px;
    height: 670px;
    border-radius: 4px;
    color: white;
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    box-shadow: 0px 0px 0px #00000029;
    transition: opacity .8s ease-in-out, transform .8s ease-in-out, box-shadow .2s ease-in-out;
    transition-delay: .2s, .2s, 0s;
    cursor: pointer;
}
.item:hover {
    box-shadow: 0px 0px 30px #00000029;
}
.item:hover h2{
    transform: rotate(90deg) translateX(10px);
}
.item:hover h1{
    bottom: 40px !important;
}
.item > h2 {
    position: absolute;
    top: 20px;
    right: 10px;
    margin: 0;
    transform: rotate(90deg);
    transform-origin: bottom;
    font-size: 15px;
    font-weight: 100;
    color: white;
    transition: .2s ease-in-out;
}

.item > h1.item_title {
    position: absolute;
    bottom: 30px;
    left: 20px;
    margin: 0;
    text-transform: uppercase;
    font-size: 40px;
    
    transition: .2s ease-in-out;
}
.item:nth-child(even) {
    margin-top: 90px;
/*    transform: translateY(-30px);*/
}

/* WHITE VERSION */

.item:nth-child(even) {
    margin-top: 200px;
    /* transform: translateY(-30px); */
}

.items {
    display: flex;
    width: 100%;
    margin: 200px auto;
    padding: 0 220px;
    box-sizing: border-box;
    flex-flow: row wrap;
    justify-content: space-between;
}

/* WHITE VERSION */

.items {
    display: flex;
    width: 100%;
    margin: 250px auto;
    padding: 0 220px;
    box-sizing: border-box;
    flex-flow: row wrap;
    justify-content: space-between;
}

.fullscreen_item {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
/*    display: none;*/
    opacity: 0;
    transition: .5s ease-in-out;
    transition-delay: .1s;
    z-index: -1;
}
.fullscreen_item_text {
    width: 70%;
}

.fullscreen_item_title {
    display: flex;
    flex-flow: row nowrap;
    margin-bottom: 10px;
    align-items: center;
}
.fullscreen_item_title h2 {
    transform: rotate(90deg);
    transform-origin: center;
    font-weight: 100;
    font-size: 14px;
    width: 18px;
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
}
.fullscreen_item_content {
    bottom: 80px;
    left: 50px;
    position: absolute;
    width: 100%;
    margin: 0;
}
.fullscreen_item_title h1.item_title {
    font-size: 80px;
    text-transform: uppercase;

    margin: 0 0 0 18px;
}
.fullscreen_item_text p {
    margin: 0;
    font-size: 18px;
}





.cross {
    display: inherit;
    position: fixed;
    top: 70px;
    right: 80px;
    z-index: 3;
    width: 47px;
    height: 47px;
    margin: 0;
    padding: 0;
    transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: rotate(45deg);
}
.cross::before, .cross .bar {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 6px;
    background: #ffffff;
    content: '';
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.cross .bar {
    top: 0%;
    left: 50%;
    width: 6px;
    height: 100%;
    transform: translateX(-50%);
}
.cross::before {
    top: 50%;
    transform: translateY(-50%);
}

.hide_opacity{
    opacity: 0;
}
.hide_index{
    z-index: -1;
}
.show_opacity{
    opacity: 1;
}
.show_index{
    z-index: 9;
}



.swiper-container {
    height: 100%;
    z-index: 0;
}



@media (min-width: 2000px) {
    
    .items {
        padding: 0 440px;
    }
    
}

@media (max-width: 900px) {
    
.items {
    display: flex;
    width: 100%;
    margin: 55px auto;
    padding: 0 18px;
    box-sizing: border-box;
    flex-flow: row wrap;
    justify-content: space-between;
}
    .item {
    width: 100%;
    height: 420px;
    border-radius: 4px;
    color: white;
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    box-shadow: 0px 0px 0px #00000029;
    transition: opacity .8s ease-in-out, transform .8s ease-in-out, box-shadow .2s ease-in-out;
    transition-delay: .2s, .2s, 0s;
    margin-top: 90px;
}
    .item:nth-child(even) {
    margin-top: 90px;
    /* transform: translateY(-30px); */
}
    .item > h1.item_title {
    position: absolute;
    margin: 0;
    text-transform: uppercase;
}
    
    
    .cross {
    display: inherit;
    position: fixed;
    top: 30px;
    right: 30px;
    z-index: 3;
    width: 47px;
    height: 47px;
    margin: 0;
    padding: 0;
    transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: rotate(45deg);
}
    .fullscreen_item_content {
    bottom: 50px;
    left: 30px;
    position: absolute;
    width: 80%;
    margin: 0;
}
    .fullscreen_item_title h2 {
    transform: rotate(90deg);
    transform-origin: center;
    font-weight: 100;
    font-size: 10px;
    width: 18px;
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
}
    .fullscreen_item_title h1.item_title {
    font-size: 45px;
    text-transform: uppercase;
    margin: 0 0 0 18px;
}
    .fullscreen_item_text p {
    margin: 0;
    font-size: 12px;
}
    
}


.in-view_item{
    opacity: 1;
    transform: inherit;
}

/*===============================
=       End of REALISATION
===============================*/




/*===============================
=          MENUS
===============================*/

.menus h2 {
    font-family: 'agrandir';
    font-size: 50px;
    font-weight: 100;
    letter-spacing: 2px;
    margin-bottom: 0;
}
.menus i{
    font-family: 'agrandir';
}

.menus b{
    font-style: italic;
    font-size: .7em;
}






.menu {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    margin: 400px 0;
    position: relative;
}
.menu_content {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    /* transform: translateY(-100%); */
    position: absolute;
    opacity: 0;
    transition: .5s cubic-bezier(.87,0,.13,1);
    padding: 120px 120px;
    cursor: pointer;
}
.menu_content:hover {
    opacity: 1;
    transform: translateY(125px);
}




.menu h1 {
    font-family: 'agrandir';
    font-size: 50px;
    font-weight: 100;
    letter-spacing: 2px;
    margin: 0;
    opacity: 0;
    transition: 3s ease-in-out;
    transition-delay: 1s;
}

.menu .prix_menu {
    font-family: 'agrandir';
    font-style: italic;
    font-size: 25px;
    margin-bottom: 0;
}
p.prix_accord {
    margin: 0;
    font-style: italic;
    font-size: 12px;
}

.menu b{
    font-style: italic;
    font-size: .7em;
}
.fog_menu {
    position: absolute;
    width: 60%;
    opacity: 0;
    transition: 2s ease-in-out;
}

.text_menu p {
    line-height: 5px;
}


.in-view_menu h1{
    opacity: 1;
}
.in-view_menu .fog_menu{
    opacity: .3;
}


@media (max-width: 900px) {
    
    .menu h1 {
    font-family: 'agrandir';
    font-size: 25px;
    font-weight: 100;
    letter-spacing: 2px;
    margin: 0;
    text-align: center;
}
    .menu_content {
    padding: inherit;
}
}


/*===============================
=       End of MENUS
===============================*/





/*===============================
=          PAGE EQUIPE
===============================*/

.equipe {
    margin: 250px 0;
    display: flex;
    position: relative;
}
.equipe .photo {
    width: 450px;
    height: 600px;
    background-color: aquamarine;
}
.paul .photo {
     transform: translateX(-50%); 
     opacity: 0; 
    transition: 1s cubic-bezier(.87,0,.13,1);
}
.in-view_equipe.paul .photo {
     transform: translateX(0%); 
     opacity: 1; 
}
.romain .photo {
     transform: translateX(50%); 
     opacity: 0; 
    transition: 1s cubic-bezier(.87,0,.13,1);
}
.in-view_equipe.romain .photo {
     transform: translateX(0%); 
     opacity: 1; 
}
.paul .legende_paul {
     transform: translateX(-100%); 
     opacity: 0; 
    transition: 1.5s cubic-bezier(.87,0,.13,1);
        transition-delay: .5s;

}
.in-view_equipe.paul .legende_paul {
     transform: translateX(0%); 
     opacity: 1; 
}
.romain .legende_romain {
     transform: translateX(100%); 
     opacity: 0; 
    transition: 1.5s cubic-bezier(.87,0,.13,1);
    transition-delay: .5s;
}
.in-view_equipe.romain .legende_romain {
     transform: translateX(0%); 
     opacity: 1; 
}
.equipe.romain {
    margin: 250px 0;
    display: flex;
    flex-flow: row-reverse;
}
.legende_paul {
    position: absolute;
    left: 400px;
    font-size: 1.2em;
    font-family: 'agrandir';
    width: 257px;
    top: -50px;
}
.texte_paul {
    position: absolute;
    bottom: 0;
    left: 470px;
}
.legende_romain {
    position: absolute;
    right: 400px;
    font-size: 1.2em;
    font-family: 'agrandir';
    width: 257px;
    top: -50px;
    text-align: right;
}
.texte_romain {
    position: absolute;
    bottom: 0;
    right: 470px;
    text-align: right;
}

.equipe_final {
    font-family: 'agrandir';
    text-align: center;
    font-size: 24px;
    font-weight: 100;
    letter-spacing: 1px;
    line-height: 36px;
}

@media (max-width: 900px) {
    
    .equipe .photo {
    width: 100%;
    height: 380px;
    background-color: aquamarine;
}
    .equipe {
    margin: 250px 0;
    display: flex;
    position: relative;
    flex-flow: column nowrap !important;
}
    .equipe_final {
    font-family: 'agrandir';
    text-align: center;
    font-size: 14px;
    font-weight: 100;
    letter-spacing: 1px;
    line-height: 27px;
}
    .legende_paul {
    position: absolute;
    left: inherit;
    font-size: 1.2em;
    font-family: 'agrandir';
    width: 257px;
    top: -60px;
}
    .texte_paul {
    position: initial;
    bottom: 0;
    left: inherit;
}
    .legende_romain {
    position: absolute;
    right: inherit;
    font-size: 1.2em;
    font-family: 'agrandir';
    width: 257px;
    top: -60px;
    text-align: right;
}
    .texte_romain {
    position: initial;
    bottom: 0;
    right: inherit;
    text-align: right;
}
    
}

/*===============================
=       End of PAGE EQUIPE
===============================*/



/*===============================
=          GRID TEST n°1
===============================*/


.projects-grid {
    display: grid;
    width: 100%;
    grid-gap: 0 220px;
    grid-auto-rows: minmax(600px,auto);
    /* position: relative; */
    margin: 200px auto;
    padding: 0 220px;
    max-width: 1500px;
    grid-template-columns: repeat(2,1fr);
    box-sizing: border-box;
}

.grid .project_overlay {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    display: flex;
    background-color: #d09e84d4;
    justify-content: center;
    align-items: center;
    color: var(--white);
    opacity: 0;
    background: -webkit-radial-gradient(#ff9b85, #ffa177, #dbbfb0);
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
    transition: opacity .2s ease-in-out;
}
.grid .project_title {
    position: absolute;
    bottom: 45px;
    /* right: 0; */
    left: 30px;
    /* top: 0; */
    display: flex;
    justify-content: center;
    align-items: flex-start;
    color: #f5f5f5;
    transition: .2s ease-in-out;
    flex-flow: column nowrap;
    transform: scale(1);
    transform-origin: left;
}
.grid .project_title p.tags {
    margin: 0;
    font-family: 'Raleway';
    font-weight: 400;
    /* font-style: italic; */
    letter-spacing: 1.5px;
    font-size: 9px;
    text-transform: uppercase;
}
.grid .project_title h2 {
    font-family: 'Raleway';
    /* font-style: italic; */
    color: #f5f5f5;
    font-size: 2.5em;
    display: flex;
    font-weight: 300;
    margin: 0;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    letter-spacing: 1px;
}
.grid .project_title h2 span {
    font-family: 'darloune';
    color: rgba(234, 218, 197, 1);
    font-size: 1.2em;
    display: flex;
    line-height: 21px;
    font-weight: 100;
    margin: 0;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
}
.grid a:hover .project_overlay {
    opacity: .5;
}
.grid a {
    position: relative;
    background-color: violet;
    /* transition: 2s; */
    /* margin-top: 2em
em
; */
    opacity: 1;
    border-radius: 4px;
    color: white;
}


.grid a h2 {
    position: absolute;
    top: 20px;
    right: 10px;
    margin: 0;
    transform: rotate(90deg);
    transform-origin: bottom;
    font-size: 15px;
    font-weight: 100;
    color: white;
}

.grid a h1.item_title {
    position: absolute;
    bottom: -32px;
    left: -21px;
    margin: 0;
    text-transform: uppercase;
    font-size: 70px;
}
/*
.grid a.in-view_project {
    margin-top: 0;
    opacity: 1;
    transition: margin-top .5s ease-in-out;
}
*/
.grid a:hover img {
opacity: 0;
    transition: .5s ease-in-out;
}
.grid a:hover img.mockup_img {
transform: scale(3);
    transition: 70s;
}
.grid a:hover .project_title {
    transform: scale(1.05);
    transform-origin: left;
}

.grid a:nth-child(odd) {
    margin-bottom: 90px;
}
.grid a:nth-child(even) {
    margin-top: 90px;
    transform: translateY(-30px);
}




@media (max-width: 900px) {
    
    section#projects {
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-start;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}
.projects-grid {
    display: flex;
    flex-flow: column nowrap;
    width: 100%;
    grid-gap: 0 30px;
    grid-auto-rows: minmax(740px,auto);
    position: relative;
    margin: 5em 0 2em;
    max-width: 1500px;
    grid-template-columns: repeat(14,1fr);
}
.grid a {
    position: relative;
    background-color: violet;
    /* transition: 2s; */
    /* margin-top: 2em; */
    opacity: 1;
    width: 100%;
    height: 400px;
    margin: 5px 0 !important;
}
    
.grid .project_title h2 {
    font-family: 'Orpheuspro';
    color: var(--white);
    font-size: 30px;
    display: flex;
    font-weight: 100;
    margin: 0;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    letter-spacing: 1px;
    text-align: left;
}
    .grid .project_title {
    position: absolute;
    bottom: 25px;
    /* right: 0; */
    left: 25px;
    /* top: 0; */
    display: flex;
    justify-content: center;
    align-items: flex-start;
    color: var(--white);
    transition: .2s ease-in-out;
    flex-flow: column nowrap;
    transform: scale(1);
    transform-origin: left;
}
    
}

/*===============================
=       End of GRID TEST n°1
===============================*/



/*===============================
=          SINGLE POST
===============================*/

.single_head {
    display: flex;
    flex-flow: column nowrap;
    width: 100%;
    margin-bottom: 370px;
    height: 700px;
}


section.post_content {
    width: 70%;
    margin: 0 auto 200px;
}
section.post_content p {
    font-size: 22px;
    font-weight: 200;
    letter-spacing: 1.5px;
    line-height: 43px;
    text-align: justify;
}

@media (max-width: 900px) {
    
    section.post_content {
        width: 80%;
        margin: 0 auto 200px;
    }
    section.post_content p {
    font-size: 16px;
    font-weight: 200;
    letter-spacing: 1.5px;
    line-height: 35px;
    text-align: justify;
}
    
}

/*===============================
=       End of SINGLE POST
===============================*/


/*===============================
=          PAGE
===============================*/

section.page-content {
    color: #5f4940;
    width: 70%;
    margin: 270px auto 100px;
    opacity: 0;
    transform: translateY(100px);
    transition: .8s ease-in-out;
}
section.page-content .cover {
    width: 100%;
    height: 350px;
    border-radius: 10px;
    margin-bottom: 50px;
}
section.page-content strong {
    font-size: 70px;
         line-height: initial; 

}
section.page-content p {
    font-size: 27px;
     line-height: 37px; 
}

@media (max-width: 900px) {
    
    section.page-content {
    width: 80%;
    margin: 200px auto 100px;
    opacity: 0;
    transform: translateY(100px);
    transition: .8s ease-in-out;
}
    section.page-content strong {
    font-size: 47px;
    line-height: initial;
}
    section.page-content p {
    font-size: 16px;
    line-height: 30px;
}
    
}


section.in-view_page-content{
    opacity: 1;
    transform: inherit;
}

/*===============================
=       End of PAGE
===============================*/

/*===============================
=          CONTACT PAGE
===============================*/

section.page-contact {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column nowrap;
    color: #5f4940;
    width: 70%;
    margin: auto;
    text-align: center;
}
section.page-contact iframe {
    margin-top: 30px;
    border-radius: 10px;
}
section.page-contact > a{
    opacity: 0;
    transform: translateY(50px);
    
    transition-property: opacity, transform, color;
      transition-timing-function: ease-in-out;
      transition-duration: .8s, .8s, .2s;
    transition-delay: 0s, 0s, 0s;
}
section.page-contact > a:nth-child(1){
    transition-delay: 0s, 0s, 0s;
}
section.page-contact > a:nth-child(2){
    transition-delay: .3s, .3s, 0s;
}
section.page-contact > a:nth-child(3){
    transition-delay: .6s, .6s, 0s;

}







section.page-contact > div{
    opacity: 0;
    transform: translateY(50px);
    transition: .8s ease-in-out;
    transition-delay: .9s;
}
.in-view_page-contact{
    opacity: 1 !important;
    transform: translateY(0px) !important;
}
.page-contact a {
    color: #5f4940;
    font-size: 53px;
    line-height: 80px;
}
.contact_text {
    width: 80%;
    line-height: 25px;
}

@media (max-width: 900px) {
    
    section.page-contact {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column nowrap;
    width: 100%;
    margin: auto;
    text-align: center;
}
    .page-contact a {
    font-size: 23px;
    line-height: 40px;
}
    .contact_text {
    width: 80%;
    line-height: 17px;
    font-size: 10px;
    margin-top: 10px;
}
    
}

/*===============================
=       End of CONTACT PAGE
===============================*/




/*===============================
=          FOOTER
===============================*/

footer {
    width: 80%;
    margin: auto;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    padding: 0 0 20px;
    /* transform: translateY(-100%); */
    box-sizing: border-box;
    /* position: absolute; */
    color: #ffffff5c;
    font-size: 14px;
    margin: auto;
}
footer p {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .5px;
}
.bastien {
    color: #ffffff5c;
    font-family: 'Sister';
    font-size: 17px;
    margin-left: 0.3em;
}
.bastien:hover{
    color: #ffffff;
}

@media (max-width: 900px) {

footer {
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: space-between;
    padding: 13px 20px 6px;
    transform: none;
    box-sizing: border-box;
    position: absolute;
}
    footer p {
    font-size: 10px;
    font-weight: 400;
    letter-spacing: .5px;
    margin: 0;
}
    
    .right iframe {
    height: 300px;
}
    section.contact .right {
    width: 100%;
    margin-top: 3em;
}
    .contact a {
    font-size: 15px;
    font-weight: 300;
    margin: 5px;
}
    .contact .title h1 {
    margin-bottom: 0px;
    font-size: 27px;
    font-weight: 200;
    letter-spacing: 4px;
}
    .contact p em {
    font-size: 12px;
    font-weight: 300;
}
    .contact .title p {
    margin-top: -3px;
    margin-bottom: 30px;
    /* font-size: 8px; */
}
    .contact h2.section_bigtitle {
    left: -144px;
    font-size: 70px;
}
    .contact h2.section_title {
    position: absolute;
    top: 0;
    left: 7.5%;
}
    section.contact .left {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    margin-top: 3em;
}
    
}

/*===============================
=       End of FOOTER
===============================*/


/*===============================
=          ERREUR 404
===============================*/

section.section_404.section_404_1 {
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    text-align: center;
}
section.section_404.section_404_1 h1 {
    font-size: 5em;
    margin: 0;
    color: #e3734f;
}
section.section_404.section_404_1 span {
    font-size: 2em;
    margin-bottom: 2em;
}
section.section_404.section_404_1 a.home {
    background-color: #e3734f;
    padding: 1.5em 3em;
    margin-top: 2em;
    /* text-transform: uppercase; */
    letter-spacing: 0px;
    font-weight: 400;
    color: white;
}
@media (max-width: 900px) {
    
    section.section_404.section_404_1 h1 {
    font-size: 3em;
}
    
}

/*===============================
=       End of ERREUR 404
===============================*/


/*===============================
=          FONTS
===============================*/


@font-face {
    font-family: 'Sister';
    src: url('/wp-content/themes/lurrak/fonts/Sister_Slimes.woff2') format('woff2'),
        url('/wp-content/themes/lurrak/fonts/Sister_Slimes.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Greca';
    src: url('/wp-content/themes/lurrak/fonts/Greca_Convert.woff2') format('woff2'),
        url('/wp-content/themes/lurrak/fonts/Greca_Convert.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'archiaregular';
    src: url('/wp-content/themes/lurrak/fonts/archia-regular-webfont.eot');
    src: url('/wp-content/themes/lurrak/fonts/archia-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/wp-content/themes/lurrak/fonts/archia-regular-webfont.woff2') format('woff2'),
         url('/wp-content/themes/lurrak/fonts/archia-regular-webfont.woff') format('woff'),
         url('/wp-content/themes/lurrak/fonts/archia-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Agrandir';
    src: url('/wp-content/themes/lurrak/fonts/PPAgrandir-GrandLight.eot');
    src: url('/wp-content/themes/lurrak/fonts/PPAgrandir-GrandLight.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/lurrak/fonts/PPAgrandir-GrandLight.woff2') format('woff2'),
        url('/wp-content/themes/lurrak/fonts/PPAgrandir-GrandLight.woff') format('woff'),
        url('/wp-content/themes/lurrak/fonts/PPAgrandir-GrandLight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}




/*===============================
=       End of FONTS
===============================*/











