/*
	Theme Name: LA MATIERE BRUTE LAB
	Author: SEARCH FACTORY
	Author URI: https://www.search-factory.fr/
	Version: 0.1
	Requires at least : 5.4.1;
	Requires PHP : 7.2;
	Description: Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum
*/

/*------ RESET & NORMALISE CSS ------*/

html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}
body.home h1,
body.category h1,
body.tag h1,
body .newsletter-area .h2,
body.single h1,body.single h2,
body .options-area h3,
body .blog-list-article h3,
body.single h3,body.single h4,
body.single h5,body.single h6 {
     text-transform: uppercase;
}

ul {
    list-style: none
}

button,
input,
select {
    margin: 0
}

html {
    box-sizing: border-box
}

*,
*::before,
*::after {
    box-sizing: inherit
}

img,
video {
    height: auto;
    max-width: 100%
}

iframe {
    border: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

.material-icons {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: "liga";
    font-feature-settings: "liga";
}


/*--------------GENERAL--------------*/

* {
    font-family: 'URWClassico';
    font-weight: normal;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: antialiased;
}

*:focus {
    outline: none;
}

body,
html {
    overflow-x: hidden;
    position: relative;
    background-color: #efe9e0;
}

.wrapper {
    max-width: 1440px;
    margin: 0 auto;
}

.text-center{
    text-align: center;
}


/*------------ FONTS ------------*/

/* roboto-regular - latin-ext_latin */
@font-face {
  font-family: URWClassico;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/URWClassico.woff2") format("woff2"), url("fonts/URWClassico.woff") format("woff");
}

@font-face {
  font-family: URWClassico;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("fonts/URWClassicoMedium.woff2") format("woff2"), url("fonts/URWClassicoMedium.woff") format("woff");
}


/* roboto-italic - latin-ext_latin */
@font-face {
  font-family: URWClassico;
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/URWClassicoItalic.woff2") format("woff2"), url("fonts/URWClassicoItalic.woff") format("woff");
}

/* roboto-700 - latin-ext_latin */
@font-face {
  font-family: URWClassico;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("fonts/URWClassicoBold.woff2") format("woff2"), url("fonts/URWClassicoBold.woff") format("woff");
}


/*GUTENBERG EDITOR CODE*/

h1,h2,h3,h4,h5,h6{
	font-family: 'URWClassico';
	color: #000000;
	text-transform: uppercase;
}

h1{
    font-size: 34px;
}

h2 {
   font-size: 26px;
}

h3 {
    font-size: 22px;
}

h4{
	font-size: 20px;
}

p {
    font-size: 18px;
    line-height: 36px;
    color:  #000;
}

hr {
    width: 100%;
    height: 1px;
    display: inline-block;
    background-color: #ebebeb;
    opacity: 0.4;
    margin-top: 11px;
    margin-bottom: 0px;
}

a{
	text-decoration: none;
	color: #000;
	font-weight: 400;
}

a:hover{
	text-decoration: none;
	color: #fbb800;
}

body .site-main .entry-content h1,
body .site-main .entry-content h2,
body .site-main .entry-content h3,
body .site-main .entry-content h4{
	margin-top: 30px;
	/*font-weight: 600; */
    text-transform: uppercase;
}

body .site-main .entry-content h2 + p {
	margin-top: 20px;
}

/*body .site-main .entry-content strong, body .site-main .entry-content b{
	font-weight: 500!important; 
}*/

body .site-main .entry-content p{
	font-family: 'URWClassico';
	margin-bottom: 35px;
}

body .site-main .entry-content a.ek-link,
body .site-main .entry-content a{
	color: #000000; /* #000000; */
	text-decoration: underline;
}

body .site-main .entry-content .wp-block-separator{
	width: 100%;
    height: 1px;
    margin: 0;
    position: relative;
    bottom: 10px;
    background-color: #ebebeb;
}
body .site-main .entry-content .wp-block-buttons{
    align-items: center;
    justify-content: center;
}
body .site-main .entry-content .wp-block-buttons a,
body .site-main .entry-content .wp-block-button a{
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    transition: all 0.4s ease 0s;
    background-color:#000000;
    padding: 13px 30px 13px 30px;
    border-radius: 0;
    margin-bottom: 15px;
}

body .site-main .entry-content .wp-block-buttons a:hover,
body .site-main .entry-content .wp-block-button a:hover{
	color: #fff;
    background-color: #000000;
    border-color: #000000;
}

body .site-main .entry-content .wp-block-buttons a:after,
body .site-main .entry-content .wp-block-button a:after {
    content: "\f054";
    margin-left: 11px;
    position: relative;
    top: 1px;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 12px;
    transition: all 1s ease 0s;
    transition: all .4s ease-in-out 0s;
    -webkit-transition: all .4s ease-in-out 0s;
    -moz-transition: all .4s ease-in-out 0s;

}

body .site-main .entry-content .wp-block-buttons a:hover:after,
body .site-main .entry-content .wp-block-button a:hover:after {
	color: #fff;
}


body .site-main .entry-content ul{
	list-style-type: none;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 30px;
}

body .site-main .entry-content ul li{
	list-style-type: none;
    font-size: 17px;
    color: #000;
    font-weight: 500;
    line-height: 26px;
    text-decoration: none;
}

body .site-main .entry-content ul li:before{
	content: "\2022";
    color: #000000;
    font-size: 22px;
    font-size: 500;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}

body .site-main .entry-content ol{
	margin-left: 30px;
    margin-bottom: 30px;
}

body .site-main .entry-content ol li{
    color: #000;
    line-height: 26px;
    margin-bottom: 5px;
}

.wp-block-columns {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.page-cabinet .wp-block-columns {
    display: flex;
    align-items: normal;
    margin-bottom: 45px;
}


body .site-main .entry-content  h3,
body .site-main .entry-content  h4{
	margin-bottom: 10px;
}

body .site-main .entry-content img{
	height: auto;
    margin-bottom: 30px;
}

body .site-main .entry-content .wp-block-quote {
    box-sizing: border-box;
    overflow-wrap: break-word;
    margin-bottom: 50px;
    border: 1px solid #000000;
    padding: 20px;
    font-style: italic;
}

body .site-main .entry-content .wp-block-quote p{
    margin-bottom: 10px;
    line-height: normal;
    color: #000000;
}

body .site-main .entry-content .wp-block-quote cite{
    display: block;
    text-align: right;
}

/*RESPNSIVE*/

@media screen and (max-width:991px){
	.wp-block-column {
	    flex-basis: 100%!important;
	}

	.wp-block-column:not(:only-child) {
	    flex-basis: 100% !important;
	    flex-grow: 0;
	}

	.wp-block-columns {
	    flex-wrap: wrap;
	    margin-bottom: 0px;
	}

	.wp-block-image{
		text-align: center;
	}

	.wp-block-column:not(:first-child) {
	    margin-left: 0px;
	}

	body .site-main .entry-content p.has-text-align-center {
	    width: 95%;
	}

	.content-page-area.page-cabinet{
		padding-bottom: 0;
	}
}

@media screen and (max-width:500px){
	body .site-main .entry-content p {
	    margin-bottom: 15px;
	    font-size: 17px;
        line-height: 32px;
	}

	body .site-main .entry-content ul li {
	    font-size: 17px;
	    line-height: 23px;
	}

	body .site-main .entry-content .wp-block-buttons a, 
	body .site-main .entry-content .wp-block-button a {
	    font-size: 14px;
	    padding: 13px 15px 13px 15px;
	}

    body .site-main .entry-content .wp-block-quote {
        margin-left: 0;
    }

   
}

/*------------ MENU ------------*/

.main-menu-desktop{
    padding-top: 23px;
}

.main-menu-mobile{
    display: none;
}

.menu-top-level{
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-nav{
    
}

.btn-menu-shop {
    position: absolute;
    right: 30px;
}

.btn-menu-shop a{
    border: 1px solid #000;
    text-decoration: none;
    color: #000;
    font-size: 18px;
    padding: 18px 30px;
    display: flex;
    gap: 10px;
    transition: 0.5s all;
    text-transform: uppercase;
}

.btn-menu-shop a:hover{
    background-color: #efe9e0;
    border-color: #efe9e0;
}

.btn-menu-shop img{
    width: 28px;
    height: 23px;
}

.main-nav{
    text-align: center;
}

.main-nav li{
    display: inline-block;
}

.main-nav li a{
    font-family: 'URWClassico', sans-serif;
    font-size: 23px;
    line-height: 27px;
    color: #2F3C42;
    text-transform: uppercase;
    text-decoration: none;
    padding: 20px 35px;
    display: inline-block;
}

/* RESPONSIVE */

@media only screen and (max-width: 1350px) {
    .main-nav li a {
        padding: 20px 16px;
    }
}

@media only screen and (max-width: 1200px) {
    .main-nav li a {
        padding: 15px 9px;
        font-size: 21px;
    }

    .btn-menu-shop a {
        font-size: 17px;
        padding: 16px 18px;
    }   
}


@media only screen and (max-width: 991px) {

    /* MOBILE MENU  */

    .main-nav {
        display: none;
    }

    .btn-menu-shop {
        display: none;
    }

    .menu-mobile-header{
        display: flex;
        align-items: center;
        place-content: space-between;
        padding-left: 30px;
        padding-right: 30px;
        background-color: #fff;
    }

    .main-menu-mobile{
        display: block;
        position: fixed;
        bottom: 0;
        background-color: #fff;
        width: 100%;
        z-index: 9999999999;
        box-shadow: 0px 2px 18px 0 rgb(0 0 0 / 7%);
    }

    .mobile-hamburger-wrapper{
        display: flex;
        align-items: center;
        gap: 15px;
    }

    .main-menu-mobile{

    }

    .mobile-hamburger-icon span {
        display: block;
        width: 25px;
        height: 3px;
        margin-bottom: 4px;
        background-color: #000;
    }

    #mobile-icon-toggle{
        position: relative;
        width: 30px;
        height: 30px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.2s;
		margin-left: 50px;
    }

    #mobile-icon-toggle::before{
        content: "";
        position: absolute;
        width: 28px;
        height: 2px;
        background-color: #000;
        transition: 0.2s;
        transform: translateY(-10px);
        box-shadow: 0  10px 0 #000;
    }

    #mobile-icon-toggle.active::before{
       transform: translateY(0px) rotate(45deg);
       box-shadow: 0 0 0 #fff;
    }

    #mobile-icon-toggle::after{
        content: "";
        position: absolute;
        width: 28px;
        height: 2px;
        background-color: #000;
        transition: 0.2s;
        transform: translateY(10px);
    }

    #mobile-icon-toggle.active::after{
        transform: translateY(0px) rotate(-45deg);
        box-shadow: 0 0 0 #fff;
     }

    .shop-btn-mobile a {
        text-decoration: none;
        color: rgb(29, 15, 15);
        font-size: 18px;
        padding: 25px 0px;
        display: flex;
        gap: 10px;
    }

    .shop-btn-mobile  img {
        width: 28px;
        height: 23px;
    }

    /* MENU MOBILE BODY */

    .menu-mobile-body {
        background-color: #fff;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -10;
    }

    .menu-mobile-body{
        padding-top: 25px;
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 25px;
        overflow: scroll;
    }

    .menu-mobile-global{
        margin-top: 50px;
        margin-bottom: 30px;
    }

    .menu-mobile-global a{
        font-family: 'URWClassico', sans-serif;
        font-size: 23px;
        line-height: 27px;
        color: #2F3C42;
        text-decoration: none;
        display: block;
        border-bottom: 1px solid #f0f0f0;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .menu-mobile-global li:last-child a{
        border-bottom: none;
    }

    .menu-mobile-global a i{
        float: right;
        font-size: 16px;
        position: relative;
        top: 7px;
    }

    .rotate{
        transition: 0.2s all;
        transform: rotate(90deg);
    }

    .mobile-dropdown-menu{
        margin-left: 25px;
    }

    .mobile-dropdown-menu li{
        display: none;
    }
}

@media only screen and (max-width: 500px) {
    .menu-mobile-global {
        margin-top: 15px;
    }
}

@media only screen and (max-width: 320px) {
    
    .menu-mobile-header{
        padding-left: 15px;
        padding-right: 15px;
    }

    .menu-mobile-global a {
        /* font-size: 18px; */
        line-height: 20px;
        color: #2F3C42;
        text-decoration: none;
        display: block;
        border-bottom: 1px solid #f0f0f0;
        padding-top: 17px;
        padding-bottom: 17px;
    }

    /* .menu-mobile-global a i {
        font-size: 13px;
    } */
}

/*------------ PAGE TITLES ------------*/

.page-titles-area{
    text-align: center;
    padding-top: 57px;
    padding-bottom: 40px;
}

.page-titles-area h1{
    font-family: 'URWClassico', sans-serif;
    color: #000000;
    font-size: 66px;
    line-height: 66px;
}

body.home .page-titles-area h1{margin-bottom: 60px;}



.page-titles-area h1 span{
    font-family: 'URWClassico', sans-serif;
    color: #2F3C42;
    font-size: 52px;
    display: block;
}

@media only screen and (max-width: 1200px) {

    .page-titles-area h1 {
        font-size: 56px;
    }

    .page-titles-area h1 span {
        font-size: 44px;
    }
}

@media only screen and (max-width: 991px) {
    .page-titles-area {
        padding-top: 10px;
        padding-bottom: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .page-titles-area h1 {
        font-size: 50px;
        line-height: 50px;
    }

    .page-titles-area {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media only screen and (max-width: 500px) {
    .page-titles-area h1 span {
        font-size: 36px;
        margin-top: 20px;
    }

    .page-titles-area h1 {
        font-size: 42px;
        line-height: 42px;
    }
}

@media only screen and (max-width: 320px) {

}

/*------------ MENU ------------*/

.blog-area{
    background-color: #efe9e0;
    position: relative;
    padding-bottom: 350px;
}

/*.blog-area:before,
.content-page-area:before{
    content: "";
    background: url(images/tournesol-marron@2x.png) no-repeat center;
    background-size:contain;
    width: 106px;
    height: 201px;

    position: absolute;
    top: -63px;
    left: -25px;
}

.blog-area:after,
.content-page-area:after{
    content: "";
    background: url(images/coquelicot-marron@2x.png) no-repeat center;
    background-size: contain;
    width: 106px;
    height: 201px;

    position: absolute;
    top: -63px;
    right: -12px;
}
*/

.blog-bloc-articles{
    padding-left: 5%;
    padding-top: 50px;
    margin-bottom: 50px;
}

.blog-bloc-articles h2{
    font-family: 'URWClassico';
    font-size: 66px;
    color: #000000;
    font-weight: 500;text-transform: uppercase;
    line-height: 1;
    margin-bottom: 20px;
}

.blog-bloc-articles h2 a{
    text-decoration: none;
    color: #000000;
}

.blog-bloc-articles h2 a:hover{
    color: #000000;
}

.blog-bloc-articles .articles-wrapper{
    display: flex;
    gap: 10px;   
}

.articles-wrapper .bloc-left{
    flex: 0 0 22%;
    max-width: 22%;
}

.articles-wrapper .bloc-right{
    flex: 0 0 78%;
    max-width: 78%;
}

.articles-wrapper .bloc-left p{
    font-size: 18px;
    color: #000;
    line-height: 36px;
    font-weight: normal;
    margin-bottom: 25px;
}

.articles-wrapper .bloc-left a{
    font-size: 14px;
    font-weight: normal;
    font-style: italic;
    color: #000000;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.articles-wrapper .bloc-left a img{
    margin-left: 20px;
}

.blog-list-article{
    display: flex;
    gap: 30px;
}

.blog-list-article .item-art{
    text-decoration: none;
}

.blog-list-article .item-art img{
    width: 100%;
    max-width: 100%;
}

.blog-list-article .item-art .content{
    padding-top: 20px;
    padding-bottom: 20px;
}

.blog-list-article .date-article{
    font-size: 14px;
    color: #000000;
}
.blog-list-article .saison-article{    font-size: 14px;
    color: #000000; text-decoration: none;}

.blog-list-article .title-article{
    font-family: 'URWClassico', sans-serif;
    font-size: 28px;
    line-height: 32px;
    color: #000;
    display: block;
	text-transform: uppercase;
}

.owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    top: 28%;
    left: 0;
    right: 0;
}

.owl-carousel .owl-nav button.owl-prev span,
.owl-carousel .owl-nav button.owl-next span{
    font-size: 33px;
    line-height: 25px;
    background-color: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-block;
    outline: none !important;
}

.owl-carousel .owl-nav button.owl-prev {
    float: left;    
    margin-left: -15px;
}

.owl-carousel .owl-nav button.owl-next {
    float: right;
    margin-right: 20px;
    outline: none;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: #000;
    text-decoration: none;
}


/* RESPONSIVE */

@media only screen and (min-width: 1300px) {
    .owl-theme .owl-nav .disabled {
        opacity: 0;display: none;
    }
}

@media only screen and (max-width: 1300px) {
    .blog-bloc-articles h2 {
        font-size: 110px;
        line-height: 1;
        margin-bottom: 25px;
    }
}

@media only screen and (max-width: 991px) {
    .articles-wrapper .bloc-left {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 25px;
    }

    .blog-bloc-articles .articles-wrapper {
        flex-wrap: wrap;
    }

    .articles-wrapper .bloc-right {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .blog-bloc-articles h2 {
        font-size: 75px;
    }

    .articles-wrapper .bloc-left p {
        width: 80%;
        line-height: 1.4;
    }

    .blog-list-article .title-article {
        font-size: 25px;
    }

    .blog-bloc-articles {
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 50px;
    }

}

@media only screen and (max-width: 500px) {
    .blog-area:before,
    .blog-area:after,
    .content-page-area:before,
    .content-page-area:after{
        display: none;
    }

    .blog-bloc-articles h2 {
        font-size: 40px;
        text-align: center;
    }

    .articles-wrapper .bloc-left p {
        width: 100%;
        text-align: center;
    }

    .articles-wrapper .bloc-left a img{
        display: none;
    }

    .articles-wrapper .bloc-left a {
        justify-content: center;
        text-decoration: underline;
    }

    .owl-carousel .owl-nav button.owl-next {
        margin-right: -15px;
    }

    
    .blog-bloc-articles{
        border-top: 1px solid #000000;
    }

}

@media only screen and (max-width: 320px) {
    .blog-bloc-articles h2 {
        font-size: 45px;
    }

    .blog-bloc-articles {
        padding-top: 40px;
        margin-bottom: 0px;
    }
}

/*------------ NEWSLETER ------------*/

.newsletter-area{
    width: 1200px;
    margin: 0 auto;
    background-color: #000000;
	/*  background-image: url(images/newsletter-fleur01.png),url(images/newsletter-fleur02.png);
    background-position: left bottom,right bottom;
    background-repeat: no-repeat;
    background-size: 273px 290px,270px 290px; */
    text-align: center;
    padding-top: 40px;
    padding-bottom: 95px;
    position: relative;
    margin-top: -200px;
}

.newsletter-area .h2{
    font-family: 'URWClassico', sans-serif;
    font-size: 52px;
    line-height: 56px;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.newsletter-area p:not(.small){
    font-size: 26px;
    color: #fff;
    margin-bottom: 30px;
    font-weight: normal;
}

.newsletter-area p.small{
	color:#FFF;
	width: 80%;
    margin: auto;
	line-height: normal;
}

.newsleter-email{
    padding-bottom: 20px;
}



.newsleter-email input[type="text"],
.newsleter-email input[type="email"]{
    width: 450px;
    height: 56px;
    padding: 15px;
    outline: none;
    border: none;
    font-size: 16px;
    color: #000;
}

#mailjetSubscriptionForm {
    position: relative;
}

.newsleter-email input[type="submit"]{
    background: url('images/icon-send.svg') no-repeat center;
    height: 56px;
    width: 57px;
    border: none;
    cursor: pointer;
    background-color: #fff;

    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    text-indent: 999999999999999px;
}

.wpcf7-not-valid-tip {
    color: #f10c0c;
    font-size: 18px;
}

.newsleter-email p{
    margin-bottom: 0px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000;
    opacity: 1; /* Firefox */
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #000;
  }
  
  ::-ms-input-placeholder { /* Microsoft Edge */
    color: #000;
  }

/*
.newsletter-area::before{
    content: "";
    background: url("images/newsletter-fleur01.png")  no-repeat bottom right;
    background-size: contain;

    position: absolute;
    bottom: 0;
    left:0;
    width: 273px;
    height: 290px;
}

.newsletter-area:after{
    content: "";
    background: url("images/newsletter-fleur02.png")  no-repeat bottom right;
    background-size: contain;

    position: absolute;
    bottom: 0;
    right:0;
    width: 257px;
    height: 290px;
}
*/

.newsleter-email{
    display: flex;
    align-items: center;
    justify-content: center;
}


.btn-form-send{
    height: 56px;
    width: 57px;
    border: none;
    cursor: pointer;
    background-color: #fff;
}

.btn-form-send img{
    position: relative;
    top: 3px;
}

span.newsleter-label:before,
.mailjet-widget-form-group .mailjet-widget-label:before,
span.wpcf7-list-item-label:before {
    content: "";
    position: absolute;
    top: 1px;
    left: -18px;
    width: 14px;
    height: 14px;
    border: solid 2px #fff;
    background-color: #fff;
    cursor: pointer;
}

.newsleter-checkbox[type="Checkbox"]:checked + span.newsleter-label:before,
.mailjet-widget-form-group [type="Checkbox"]:checked + .mailjet-widget-label:before,
span input[type="Checkbox"]:checked + span.wpcf7-list-item-label:before {
    content: "";
    background-color: #000000;
    border: solid 2px #000000;
}

.newsleter-label,
.wpcf7-list-item-label,
.mailjet-widget-form-group .mailjet-widget-label{
    font-size: 14px;
    color: #fff;
    position: relative;
}

.newsleter-label a,
.wpcf7-list-item-label a,
.mailjet-widget-form-group .mailjet-widget-label a{
    font-size: 14px;
    color: #fff;
    text-decoration: underline;
}

.wpcf7-response-output,
.mailjet_widget_form_message {
    color: #ffa644;
    width: 388px;
    margin: 0 auto;
    max-width: 400px;
    display: inline-block;
}

/* RESPONSIVE */

@media only screen and (max-width: 1200px) {
    .newsletter-area {
        width: auto;
        padding-left: 30px;
        padding-right: 30px;
    }

    .newsletter-area p:not(.small) {
        font-size: 24px;
    }

    .blog-area {
        padding-bottom: 280px;
    }
}

@media only screen and (max-width: 991px) {
    .newsletter-area {
        width: auto;
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 50px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .newsletter-area p:not(.small) {
        font-size: 24px;
    }

    .newsletter-area::before,
    .newsletter-area::after{
        display: none;
    }
}

@media only screen and (max-width: 767px) {
	/*.newsletter-area {
		  background-image:url(images/newsletter-fleur02.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 270px 290px;
	}*/
    .newsleter-email input[type="text"], 
    .newsleter-email input[type="email"] {
        width: auto;
    }
}

@media only screen and (max-width: 500px) {
    .newsleter-email{display:block;    padding-bottom: 0px;}
    .newsletter-area{    padding-bottom: 0px;}
        
    .newsletter-area .h2 {
        font-size: 46px;
        line-height: 46px;
    }

        

    .newsletter-area p:not(.small) {
        font-size: 21px;
    }
	.newsletter-area p.small {
		    width: 98%;
    padding-bottom: 15px;
	}

    .blog-area {
        padding-bottom: 190px;
    }

    .blog-bloc-articles {
        margin-bottom: 0;
        padding-bottom: 50px;padding-left: 15px;
        padding-right: 15px;
    }

    #wpcf7-f36-o1 {
        width: 100%;
    }

    .newsleter-email input[type="text"], 
    .newsleter-email input[type="email"] {
        width: 220px;
    }

    .newsleter-email input[type="submit"] {
        /* background-color: red; */
        right: 0;
    }
    
}

@media only screen and (max-width: 500px){
    .newsleter-email input[type="text"], 
    .newsleter-email input[type="email"] {
        width: 100%;
    }
}

@media only screen and (max-width: 380px){
    .blog-bloc-articles h2{
        font-size: 36px;
    }
}
/*------------ OPTIONS AREA ------------*/

.options-area{
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 45px;
    padding-right: 45px;
    
}

.options-area-wrapper{
    width: 1200px;
    max-width: 1200px;
    margin: 0 auto;
}
.options-area-wrapper .h3{text-transform: uppercase;font-size: 1.5rem;}
.options-area-wrapper .f-border-b{border-bottom: 1px solid #efe9e0;}

.options-area-wrapper .item{
    width: 33.33333%;
    max-width: 33.33333%;
    display: flex;
    align-items: center;
    gap: 15px;
}
.options-area-wrapper .item-content{padding-left: 0.625rem; padding-right: 0.625rem;}

.options-area-wrapper .item-content h3{
    font-size: 1.5rem;
    color: #212529;
    font-family: 'URWClassico';
    font-weight: 400;
    font-style: normal;
    line-height: 1.2;
    margin-bottom: 2px;
}

.options-area-wrapper .item-content p {
    font-size: 1rem;
    color: #212529;
    line-height: 1.5;
    font-weight: 400;
}

/* RESPONSIVE */

@media only screen and (max-width: 1200px) {
    .options-area-wrapper {
        width: auto;
        gap: 8%;
    }

    .options-area-wrapper .item {
        display: initial;
        text-align: center;
    }

    .options-area-wrapper .item img{
        margin-bottom: 10px;   
    }

    .options-area-wrapper .item-content h3 {
        font-size: 27px;
    }
}

@media only screen and (max-width: 767px) {
    .options-area {
        padding-top: 40px;
        padding-bottom: 0px;
    }

    .options-area-wrapper .item {
        width: 100%;
        max-width: 100%;
    }

    .options-area-wrapper {
        flex-wrap: wrap;
    }

    .options-area-wrapper .item {
        display: flex;
        text-align: left;
        border-bottom: 1px solid #efe9e0;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .options-area-wrapper {
        border-bottom: none;
    }
    
}

@media only screen and (max-width: 500px) {
	
	.options-area  a {
		color:#000;
	}

    .options-area-wrapper .row .col{font-size: 0.875rem;}
    .options-area-wrapper .h3{font-size: calc(.99375rem + .81653vw);}

    .options-area-wrapper .item-content h3 {
        font-size: 25px;
    }

    .options-area {
        padding-left: 30px;
        padding-right: 30px;
    }

    .options-area-wrapper .item img {
        width: 40px;
    }
}


/*------------ FOOTER AREA ------------*/

.footer-area{
    padding-bottom: 45px;
}

.footer-wrapper{
    display: flex;
    width: 1200px;
    max-width: 1200px;
    margin: 0 auto;
    gap:135px;
}

.footer-area .h3{
    font-family: 'URWClassico', sans-serif;
    font-size: 23px;
    color: #000;
    margin-bottom: 22px;
    text-transform: uppercase;
}

.footer-area  a{
    text-decoration: none;
    color: #000;
    margin-bottom: 10px;
    display: inline-block;
    transition: 0.5s all;
}

.footer-area  a:hover{
    color: #000000;
}

.footer-sub-bloc{
}

.bloc-nous-suivre{
    margin-top: 30px ;
}

.social-media-footer{
    display: flex;
    align-items: center;
}

.social-media-footer li a{
    margin-right: 20px;
    transition: 0.5s all;
}

.social-media-footer li a i{
    font-size: 17px;
}

.social-media-footer li a:hover i{
    color:#000000;
}

/*RESPONSIVE */

@media only screen and (min-width: 991px) {
    .sub-bloc ul{
        display: block !important;
    }
}

@media only screen and (max-width: 1230px) {
    .footer-area{
        padding-left: 0;
        padding-right: 0;
    }

    .footer-wrapper {
        justify-content: space-between;
        width: auto;
        max-width: inherit;
        gap: 42px;
    }
}

@media only screen and (max-width: 991px) {

    .footer-area {
        padding-bottom: 15px;
    }


    .footer-bloc.bloc01{
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }

    .footer-bloc.bloc02,
    .footer-bloc.bloc03{
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }

    .footer-wrapper {
        flex-wrap: wrap;
        gap: 25px;
    }

    .footer-sub-bloc {
        text-align: left;
        
    }

    .sub-bloc{
        width: 100%;
        max-width: 100%;
        
    }

    .sub-bloc h3,
    .bloc-bon-plan{
        margin-bottom: 0;
        cursor: pointer;
    }

    .sub-bloc h3::after{
        content: "\f107";
        font-family: "";
        position: absolute;
        right: 50px;
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        color: #000;
    }

    .sub-bloc ul{
        border: 1px solid #000;
        border-top: none;
        padding: 20px 30px;
        display: none;
    }

    .bloc-bon-plan h3{
        text-align: left;
        margin-bottom: 9px;
    }   

    .bloc-bon-plan {
        text-align: left;
    }

    .bloc-bon-plan::after{
        /*content: "\f30b";
        font-family: "";
        position: absolute;
        right: 50px;
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        color: #000;*/
    }

    .bloc-bon-plan::after {
        font-size: 23px;
    }
    .bloc-nous-suivre .h3{text-align: center;display: block;    margin-bottom: 5px;}

    .social-media-footer {
        justify-content: center;
    }  
}


/*------------ COPYRIGHT AREA ------------*/

.copyright-area{
    background-color: #efe9e0;
    padding-top: 23px;
    padding-bottom: 33px;
    text-align: center;
}

.copyright-area a{
    text-decoration: none;
    font-size: 12px;
    color: #000;
}


/*------------ PAGE ------------*/

.site-main{
    
}

.title-page{
    text-align: center;
    padding-top: 57px;
    padding-bottom: 40px;
}

.title-page h1{
    font-family: 'URWClassico', sans-serif;
    color: #000000;
    font-size: 66px;
    line-height: 66px;
    text-align: center;
    width: 991px;
    margin: 0 auto;
    margin-bottom: 30px;text-transform: uppercase;
}

.content-page-area{
    background-color: #efe9e0;
    /* padding-top: 80px; */
    margin-bottom: 50px;
    padding-bottom: 240px;
}

.entry-content{
    width: 792px;
    margin: 0 auto;
}

/*RESPONSIVE*/

@media only screen and (max-width: 991px) {
    .entry-content{
        width: auto;
        padding-left: 30px;
        padding-right: 30px;
    }

    .title-page h1{
        font-size: 53px;
        width: auto;
    }
}

@media only screen and (max-width: 767px) {
    .entry-content{
        padding-top: 80px;
    }
}

@media only screen and (max-width: 500px) {
    .title-page h1 {
        font-size: 44px;
        line-height: 45px;
    }

    .entry-content {
        padding-left: 0;
        padding-right: 0;
    }

    .underscore-title{
        display: none;
    }

}

/*------------ CATEGORY PAGE ------------*/

.content-page-area{
    margin-top: 56px;
    position: relative;
    padding-top: 70px;
    padding-bottom: 350px;
    margin-bottom: 0px;
}

.site-main .page-titles-area h1 span{
    font-size: 36px;
}

.intro-bloc{
    background-color: #000000;
    width: 880px;
    margin: 0 auto;
    padding: 20px 40px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    transform: translateY(-50%);
    text-align: center;
}

.intro-bloc p{
    color: #fff;
    font-size: 18px;
    line-height: 36px;
    text-align: center;
}

.intro-bloc a{
    font-family: 'URWClassico';
    font-style: italic;
    color: #fff;
    text-decoration: none;
}

.list-of-posts{
    width: 1200px;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 70px;
}

.list-of-posts{
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
}

.list-of-posts .item-art{
    text-decoration: none;
    flex: 0 0 31%;
    max-width: 31%;
}

.list-of-posts .item-art img{
    width: 100%;
    max-width: 100%;
}

.list-of-posts .item-art .content{
    padding-top: 20px;
    padding-bottom: 20px;
}

.list-of-posts .date-article{
    font-size: 14px;
    color: #000000;
}
.list-of-posts .saison-article{
    font-size: 14px;
    color: #000000;
}

.list-of-posts .title-article{
    font-family: 'URWClassico', sans-serif;
    font-size: 28px;
    line-height: 32px;
    color: #000;
    text-transform: uppercase;
    display: block;
}

.content-page-area .extra-content{
    width: 1200px;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 65px;
}

.content-page-area .extra-content p{
    font-size: 18px;
    line-height: 36px;
}

.pagination {
    text-align: center;
    max-width: 1200px;
    margin: 65px auto 0 auto;
    justify-content: center;
    gap: 5px;
}

.pagination .page-numbers {
    font-size: 16px;
    font-weight: normal;
    font-style: italic;
    color: #000000;
    text-decoration: none;
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid #000000;
}

.pagination .page-numbers.current {
    background-color: #000000;
    color: #ffffff;
}

/*RESPONSIVE*/

@media only screen and (max-width: 1200px) {
    .intro-bloc {
        width: 75%;
    }

    .list-of-posts,
    .content-page-area .extra-content {
        width: auto;
        max-width: initial;
    }

    .site-main .content-page-area{
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media only screen and (max-width: 991px) {
    .list-of-posts .item-art {
        flex: 0 0 48%;
        max-width: 48%;
    }

    .content-page-area .extra-content p {
        font-size: 17px;
        line-height: 32px;
    }

    .content-page-area {
        padding-bottom: 280px;
    }
    
}

@media only screen and (max-width: 862px) {
    .list-of-posts .item-art {
        flex: 0 0 44%;
        max-width: 44%;
    }
}

@media only screen and (max-width: 767px) {
    .intro-bloc {
        width: 80%;
        position: relative;
        width: 100%;
        transform: none;
        margin-bottom: 50px;
    }

    .content-page-area:before,
    .content-page-area:after{
        display: none;
    }

    .content-page-area{
        margin-bottom: 0;
        padding-top: 0;
        margin-top: 0;
    }

    .list-of-posts {
        margin-top: 0;
    }

    .intro-bloc p {
        font-size: 17px;
        line-height: 30px;
    }
    
}

@media only screen and (max-width: 500px) {
    .list-of-posts .item-art {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/*------------ SINGLE PAGE ------------*/

.article-meta-data{

}

.article-meta-data li{
    display: inline-block;
}

.article-meta-data .category a, .article-meta-data .tag{
    font-size: 18px;
    color: #000000 ;
    text-decoration: underline;
}
.article-meta-data .tag{
    text-decoration: none;
}

.article-meta-data .timeread{color: #000000;}
.article-meta-data .date, .article-meta-data .timeread{
    font-size: 18px;
}

.article-main-content{
    width: 792px;
    margin: 0 auto;
    margin-top: -220px;
}

.article-main-content img{
    margin: 0 auto;
    display: block;
}

.single-page .title-page {
    margin-bottom: 160px;
}

.single-page-content{
    margin-top: 57px;
}

/*SHARE ARTICLE ON SOCIAL MEDIA*/

.article-social-media{
	display: flex;
    align-items: center;
}

.article-social-media span{
	font-size: 18px;
	line-height: 16px;
	color: #000000;
	margin-right: 12px;
	text-align: left;
}

.article-social-media ul{
	list-style-type: none;
	text-align: left;
	display: inline-block;
	margin-bottom: 0px;
}

.article-social-media ul li{
	display: inline-block;
	text-align: left;
}

.article-social-media ul li a{
	display: inline-block;
	background: #000000;
	margin-right: 10px;

    width: 40px;
    height: 40px;
    padding: 0px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-size: 19px;
    line-height: 40px;

    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
}

.article-social-media ul li a i{
	color: #fff;
}

.article-social-media ul li a:hover {
	background: #000000;
}

.heateor_sss_sharing_container.heateor_sss_horizontal_sharing{
	display: flex;
	align-items: center;
    margin-top: 0px;
    padding-top: 10px;
    justify-content: center;
}

.heateor_sss_sharing_title{
    font-size: 18px;
    line-height: 16px;
    color: #000000;
    margin-right: 12px;
    text-align: left;
    font-weight: normal !important;
}



.heateor_sss_horizontal_sharing .heateorSssSharing, 
.heateor_sss_standard_follow_icons_container .heateorSssSharing{
	margin-right: 15px;
}

.classic-post .heateor_sss_sharing_container.heateor_sss_horizontal_sharing{
	display: none;
}

.heateor_sss_no_fill{
    fill: #efe9e0 ;
}

@media only screen and (max-width: 500px) {
    div.heateor_sss_sharing_ul{
        margin: 0 auto !important;
        display: inline-block;
    }
    .heateor_sss_sharing_title{text-align: center;}
}

@media only screen and (max-width: 380px) {
    .heateor_sss_sharing_container.heateor_sss_horizontal_sharing {
        display: block;
    }
}



/*SHARE ARTICLE ON SOCIAL MEDIA*/


.related-articles-section{
    padding-top: 120px;
}

.related-articles-section .titles .h2{
    font-family: 'URWClassico';
    font-size: 66px;
    color: #000000;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 20px;
}

.related-articles-section .articles-list{

}

.related-articles-section  .blog-list-article .item-art {
    text-decoration: none;
}

.related-articles-section .btn-wrapper{
    text-align: center;
    margin-top: 56px;
}

.related-articles-section .btn-all-art{
    font-size: 18px;
    font-weight: normal;
    font-style: italic;
    color: #000000;
    text-decoration: none;
    display: inline-block;
    padding: 20px 30px;
    border: 1px solid #000000;
}

.related-articles-section .btn-all-art img{
    transform: rotateY(180deg);
    margin-right: 20px;
}

.mobile-cat_desc{
    display: none;
}

/*RESPONSIVE*/

@media only screen and (max-width: 1500px) {
    .related-articles-section {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media only screen and (max-width: 1200px) {
    .single-page .blog-area:before, 
    .single-page .content-page-area:before,
    .single-page .content-page-area:after{
        display: none;
    }

    .related-articles-section .titles h2 {
        font-size: 95px;
    }
}

@media only screen and (max-width: 991px) {
    .article-main-content {
        width: auto;
    }
}

@media only screen and (max-width: 767px) {
    .article-main-content {
        margin-top: 0;
        padding-top: 80px;
    }

    .single-page .title-page {
        margin-bottom: 0;
    }

    .single-page .entry-content {
        padding-top: 0px;
    }

    .related-articles-section .titles h2 {
        font-size: 60px;
    }

    .related-articles-section .owl-theme .owl-nav {
        margin-top: 10px;
        position: absolute;
        top: 28%;
        left: 0;
        right: 0;
    }

    .related-articles-section .owl-carousel .owl-nav button.owl-prev span,
    .related-articles-section .owl-carousel .owl-nav button.owl-next span{
        font-size: 33px;
        line-height: 25px;
        background-color: #fff;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        display: inline-block;
    }

    .related-articles-section .owl-carousel .owl-nav button.owl-prev {
        float: left;    
        margin-left: -15px;
        outline: none;
    }

    .related-articles-section .owl-carousel .owl-nav button.owl-next {
        float: right;
        margin-right: -15px;
        outline: none;
    }

    .related-articles-section .owl-theme .owl-nav [class*=owl-]:hover {
        background: transparent;
        color: #000;
        text-decoration: none;
    }

    .related-articles-section {
        padding-left: 0;
        padding-right: 0;
    }

    .related-articles-section {
        padding-top: 70px;
    }
}

@media only screen and (max-width: 500px) {
    .related-articles-section .titles h2 {
        font-size: 50px;
        text-align: center;
        overflow-wrap: break-word;

        -webkit-hyphens: auto;

        -moz-hyphens: auto;

        -ms-hyphens: auto;

        -o-hyphens: auto;

        hyphens: auto;
    }

    .related-articles-section .btn-all-art {
        font-size: 16px;
    }

    .related-articles-section .btn-all-art {
        font-size: 16px;
        padding: 12px 12px;
    }

    .related-articles-section .btn-wrapper {
        margin-top: 10px;
    }

    .article-meta-data li {
        display: block;
    }

    .related-articles-section .bloc-right{
        display: flex;
        flex-wrap: wrap;
    }

    .related-articles-section .btn-wrapper {
        order: -20;
        margin-bottom: 30px;
        flex: 0 0 100%;
    }

    .related-articles-section .btn-all-art img {
        display: none;
    }

    .related-articles-section .btn-all-art {
        border: none;
        text-align: center;
        text-decoration: underline;
    }

    .mobile-cat_desc{
        display: block;
        text-align: center;
    }
}

/* NAV - PREV POST */

.site-main {
    position: relative;
}

.single-nav-prev{
    position: absolute;
    top: 3%;
    left: 40px;
    width: 180px;
    z-index: 99999;
    text-align: left;
    line-height: 1.3;
}

.single-nav-next{
    position: absolute;
    top: 3%;
    right: 40px;
    width: 160px;
    z-index: 99999;
    text-align: right;
    line-height: 1.3;
}

.single-nav-prev .text,
.single-nav-next .text{
    font-size: 18px;
    color: #000000;font-style: italic;
    font-family: 'URWClassico';
}

.single-nav-prev a,
.single-nav-next a{
    font-size: 18px;
    color: #000;
}

.single-nav-prev.mobile,
.single-nav-next.mobile{
    display: none;
}

/* RESPONSIVE */
@media only screen and (max-width: 991px) {
    .single-nav-prev.desktop,
    .single-nav-next.desktop{
        display: none;
    }

    .single-nav-prev.mobile,
    .single-nav-next.mobile{
        display: block;
    }

    .single-nav-prev {
        top: 3%;
        left: 10px;
    }

    .single-nav-next {
        top: 3%;
        right: 10px;
    }
}



/*--------------------------------------------------------------
# 404 PAGE
--------------------------------------------------------------*/

.error-page-content{
	text-align: center;
	padding-top: 80px;
	padding-bottom: 80px;
}

.error-page-content h1{
    font-size: 60px;
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.error-page-content p{
    font-size: 18px;
    line-height: 24px;
    color: #000;
    margin-bottom: 30px;
}

.error-page-content a{
	font-size: 12px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    transition: all 0.4s ease 0s;
    background-color: #000000;
    padding: 13px 30px 13px 30px;
    border-radius: 0;
    margin-bottom: 15px;
}

.wp-block-image .aligncenter> figcaption { text-align: center; } 
