/*------------------------------------------------------------------/*
Website Name: Sandy Anzalone
Website URI: https://https://anzalone-avocat.fr//
Description: 
Author URI: https://bastiensetoain.fr/
Author: Bastien Setoain
Version: 1.0
Last change:  10-11-2022
*/


@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");



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



body {
    margin: 0;
    font-family: 'raleway';
    color: var(--font);
    font-weight: 100;
    letter-spacing: .5px;
}
@media (max-width: 900px) {
    

    
}

.elementor-485 .elementor-element.elementor-element-9fb81f8 .elementor-button {margin-top:100px !important;}

a{
   text-decoration: none; 
    color:var(--font);
    position: relative;
}
a:hover{
        color:var(--accent) !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;
}

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;
}

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


a.to_top {
    position: fixed;
    bottom: 55px;
    opacity: .5;
    left: 50px;
    transition: .5s ease-in-out;
}
a.to_top:hover {
    opacity: 1;
}
a.to_top svg {
    width: 60px;
    transform: rotate(180deg);
}


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



nav > li a:hover{
    color: #515151;
}
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: 150px;
    margin-left: 2em;
    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: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(223 196 182);
    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: 5px;
    background: #dfc4b6;
    content: '';
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
label .burger .bar {
    top: 0%;
    left: 50%;
    width: 5px;
    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: relative!important;
    right: 0;
    padding: 30px;
    top: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    padding-left: 0;
    align-items: flex-end;
    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: #000000;
    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: #515151!important;
}

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;
}


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;
}
[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);
}

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

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

header {
    position: static;
    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: #000000;
    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: #515151 !important;
    margin: 0 0 0 2.7em!important;
    font-size: 1.1em;
}
.menu-item-483 a {
    font-weight: 900;
    color: #515151 !important;
	text-decoration: underline;
}
.line_menu .line_menu_items a {
    color: #353535;
    /* 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: #515151 !important;
	text-decoration: underline !important;
}
.line_menu .social a {
    margin: 0 .3em;
    transition: .2s ease-in-out;
}
.line_menu .social a:hover {
    color: #515151 !important;
	text-decoration: underline !important;
}
.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;
}



@media (max-width: 900px) {
    
    
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: 2em;
    right: 2em;
    z-index: 3;
    width: 40px;
    height: 40px;
    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: 0.3em 0;
    /* padding: 0.2em 0em; */
    font-size: 1.5em;
    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: uppercase;
}
    
    
}





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


/*===============================
=          HEADER
===============================*/

.head {
    display: flex;
    flex-flow: column nowrap;
    width: 100%;
    margin-bottom: 370px;
}
.head_img {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translateY(30%);
    width: 80%;
    height: 550px;
}
.head_img2 {
    position: absolute;
    bottom: 0px;
    right: 0;
    transform: translateY(30%);
    width: 80%;
    height: 70%;
}
.head_title_section {
    position: absolute;
    top: 145px;
    width: 100%;
    height: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.head_title_section_single {
    position: absolute;
    top: 145px;
    width: 100%;
    height: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.head_title_section h1 p{
    margin: 0;
    opacity: 0;
    transform: translateY(70px);
    transition: .8s ease-in-out;
    transition-delay: .2s;
    margin-bottom: 0;
}
.head_title_section_single h1{
    margin: 0;
    opacity: 0;
    transform: translateY(70px);
    transition: .8s ease-in-out;
    transition-delay: .2s;
    margin-bottom: 0;
}
.head_title_section h1 p:first-child{
    transition: .8s ease-in-out;
    transition-delay: .1s;
}
.head_title_section_single h1 p:first-child{
    transition: .8s ease-in-out;
    transition-delay: .1s;
}
section.head h1 {
    font-weight: 300;
    font-size: 55px;
/*    position: absolute;
    bottom: 380px;
    left: 100px;
*/
    letter-spacing: 2px;
    width: 90%;
    line-height: 73px;
}
section.head .down svg#Calque_2 {
    width: 60px;
    transition: .5s ease-in-out;
}
section.head .down svg#Calque_2 .cls-1 {
    transition: .5s ease-in-out;
}
section.head .down svg#Calque_2:hover {
    fill: var(--accent);
}
section.head .down svg#Calque_2:hover .cls-1 {
    fill: var(--accent);
}
section.head a.down {
    position: absolute;
    bottom: 45px;
    left: 10%;
    transform: translateX(-50%);
}



@media (max-width: 900px) {
    
    .head {
    display: flex;
    flex-flow: column nowrap;
    width: 100%;
    margin-bottom: 230px;
}
.head_img2 {
    position: absolute;
    bottom: 0px;
    right: 0;
    transform: translateY(30%);
    width: 70%;
    height: 55%;
    background-size: 260% !important;
}
    .head_img {
        position: absolute;
        bottom: 0;
        right: 0;
        transform: translateY(30%);
        width: 70%;
        height: 370px;
    }
    section.head a.down {
    position: absolute;
    bottom: 45px;
    left: 15%;
    transform: translateX(-50%);
}
    section.head .down svg#Calque_2 {
    width: 45px;
    transition: .5s ease-in-out;
}
section.head h1 {
    font-weight: 300;
    font-size: 26px;
    position: absolute;
    bottom: 308px;
    left: 7%;
    letter-spacing: 1px;
    width: 90%;
    line-height: 44px;
}
section.head .head_title_section h1 {
    font-weight: 300;
    font-size: 26px;
    letter-spacing: 1px;
    width: 90%;
    line-height: 44px;
    position: initial;
}
section.head .head_title_section_single h1 {
    font-weight: 300;
    font-size: 26px;
    letter-spacing: 1px;
    width: 90%;
    line-height: 44px;
    position: initial;
}
 .head_title_section {
    position: absolute;
    top: 145px;
    width: 100%;
    height: 45%;
    display: flex;
    justify-content: center;
    align-items: center;
}
     .head_title_section_single {
    position: absolute;
    top: 145px;
    left: 2em;
    width: 100%;
    height: 45%;
    display: flex;
    justify-content: center;
    align-items: center;
}
    
.head_title_section h1 p{
    margin: 0;
    opacity: 0;
    transform: translateY(10px);
    transition: .8s ease-in-out;
    transition-delay: .3s;
    margin-bottom: 0;
}
.head_title_section_single h1 p{
    margin: 0;
    opacity: 0;
    transform: translateY(10px);
    transition: .8s ease-in-out;
    transition-delay: .3s;
    margin-bottom: 0;
}
.head_title_section h1 p:first-child{
    transition: .8s ease-in-out;
    transition-delay: .1s;
}
.head_title_section_single h1 p:first-child{
    transition: .8s ease-in-out;
    transition-delay: .1s;
}
    
}

/*===============================
=       End of HEADER
===============================*/



/*===============================
=          ABOUT
===============================*/

section.about {
    width: 85%;
    margin: 0 auto 200px;
}

/*===============================
=       End of ABOUT
===============================*/



/*===============================
=          SECTION COMPETENCES
===============================*/

section.competences {
    width: 85%;
    margin: 0 auto 200px;
}

section.competences .items {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    margin: 100px 0;
    color: white;
}
section.competences .item {
    background-color: gray;
    height: 275px;
    width: 31%;
    padding: 30px 45px;
    box-sizing: border-box;
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-start;
    justify-content: flex-end;
    
    transition: .2s ease-in-out;
    color: white;
}

section.competences .item:hover {
    box-shadow: 0px 0px 30px #00000029;
    color: white !important;
}
.item_title {
    transition: .2s ease-in-out;
}
section.competences .item:hover .item_title {
    margin-bottom: 1em;
}
section.competences .item_title h1 {
    margin: 0;
    font-weight: 400;
    font-size: 27px;
    letter-spacing: 1.5px;
}
section.competences .item_title h2 {
    margin: 0;
    text-transform: uppercase;
    font-weight: 200;
    font-size: 11px;
    letter-spacing: 2px;
}

@media (max-width: 900px) {
    
section.competences .items {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    align-items: center;
    margin: 55px 0;
    color: white;
}
    section.competences .item {
    background-color: gray;
    height: 240px;
    width: 100%;
    padding: 25px 35px;
    box-sizing: border-box;
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-start;
    justify-content: flex-end;
    margin: 10px 0;
}
    
}

/*===============================
=       End of SECTION COMPETENCES
===============================*/




/*===============================
=          SECTION HONORAIRES
===============================*/

section.honoraires {
    background-color: #202020;
    color: white;
    padding: 7% 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.honoraires .content {
    margin-left: 7.5%;
    width: 60%;
}
.honoraires_img {
    height: 500px;
    width: 370px;
}

@media (max-width: 900px) {
    
section.honoraires {
    background-color: #202020;
    color: white;
    padding: 24% 0 0;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
    .honoraires .content {
    margin-left: 0;
    width: 80%;
}
.honoraires_img {
    height: 300px;
    width: 100%;
    margin-top: 60px;
}
    
}

/*===============================
=       End of SECTION HONORAIRES
===============================*/

/*===============================
=          SECTION ACTUALITES
===============================*/

section.actualites {
    width: 85%;
    margin: 200px auto 300px;
}
section.actualites .items {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    margin: 100px 0;
    color: white;
}
section.actualites .item {
    background-color: gray;
    height: 350px;
    width: 48%;
    padding: 30px 45px;
    box-sizing: border-box;
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-start;
    justify-content: flex-end;
    transition: .2s ease-in-out;
    color: white;
}
section.actualites .item:hover {
    box-shadow: 0px 0px 30px #00000029;
    color: white !important;
}
.item_title {
    transition: .2s ease-in-out;
}
section.actualites .item:hover .item_title {
    margin-bottom: 1em;
}
section.actualites .item_title h1 {
    margin: 0;
    font-weight: 400;
    font-size: 27px;
    letter-spacing: 1.5px;
}
section.actualites .item_title h2 {
    margin: 0;
    text-transform: uppercase;
    font-weight: 200;
    font-size: 11px;
    letter-spacing: 2px;
}

@media (max-width: 900px) {
   
    section.actualites {
    width: 85%;
    margin: 110px auto 130px;
}
section.actualites .items {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    align-items: center;
    margin: 35px 0;
    color: white;
}
    section.actualites .item {
    background-color: gray;
    height: 240px;
    width: 100%;
    padding: 20px 30px;
    box-sizing: border-box;
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-start;
    justify-content: flex-end;
    margin: 10px 0;
}
    
}

/*===============================
=       End of ACTUALITES
===============================*/


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


section.contact {
    display: flex;
    flex-flow: row nowrap;
    width: 100%;
    align-items: center;
    position: relative;
}
section.contact .left {
    width: 65%;
    display: flex;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
}
section.contact .right {
    width: 35%;
}
.contact h2.section_title {
    position: absolute;
    top: 50px;
    left: 7.5%;
}
.contact a {
    font-size: 19px;
    font-weight: 300;
    margin: 8px;
}
.contact p em {
    font-size: 14px;
    font-weight: 300;
}
.contact .title p {
    margin-top: -6px;
    margin-bottom: 30px;
}
.contact .title h1 {
    margin-bottom: 0px;
    font-size: 40px;
    font-weight: 200;
    letter-spacing: 4px;
}
.contact .title {
    text-align: center;
}


@media (max-width: 900px) {
  
    section.contact {
    display: flex;
    flex-flow: column nowrap;
    width: 100%;
    align-items: center;
    position: relative;
}
    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;
}
    section.contact .right {
    width: 100%;
}
    
}

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



/*===============================
=          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
===============================*/




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

footer {
    width: 65%;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    padding: 0 40px;
    transform: translateY(-100%);
    box-sizing: border-box;
    position: absolute;
}
footer p {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .5px;
}
.bastien {
    color: black;
    font-family: 'Sister';
    font-size: 1.1em;
    margin-left: .3em;
}
.bastien:hover{
    color: #be871b;
}

@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/anzalone/fonts/Sister_Slimes.woff2') format('woff2'),
        url('/wp-content/themes/anzalone/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/anzalone/fonts/Greca_Convert.woff2') format('woff2'),
        url('/wp-content/themes/anzalone/fonts/Greca_Convert.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}




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











