/*
Theme Name: sabliere_theme_divi
Template: Divi
Version: 1.0
Description: Euphorie ChildTheme DIVI 
Author: Agence Euphorie
Author URI: https://agence-euphorie.com/
*/

/* 
font-family: 'Rubik', sans-serif;
font-family: 'Antonio', sans-serif;
font-family: "Madgue script";
color:#005733; vert
color : #8CB582; vert clair
color:#EC691E; orange
color : #F0DBB8; beige
color : #FFE014; jaune
*/
@font-face {
 font-family: "Madgue script";
 src: url('assets/fonts/madgue-script.ttf') format("truetype"),
        url('assets/fonts/madgue_script-webfont.woff2') format('woff2'),
         url('assets/fonts/madgue_script-webfont.woff') format('woff');
 font-weight: normal;
 font-style: normal;

}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
    color:#005733;
    font-size: 1.6rem;
    font-family: 'Rubik', sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* ####################################### */
/* ############## INIT DIVI ############## */
/* ####################################### */

html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-family: 'Rubik', sans-serif;
  color:#000;
  font-size: 62.5%; 
}

/* ####################################### */
/* ############## CSS ############## */
/* ####################################### */
/* GENERAL */
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 1rem;
}
h1 {
	position: relative;
	text-align: center;
	color: #005733;
    font-family: "Madgue script";
	font-size: 5rem;
	padding: 1rem;
}
/*h1:before {
	content: '';
	display: block;
	background-color: #8CB582;
	height: 2px;
	width: 20%;
	position: absolute;
	left: 40%;
	bottom: 0;
}*/
h2 {
	text-align: center;
	color: #005733;
    font-family: 'Antonio', sans-serif;
	font-size: 3.8rem;
}
/*h2:before {
	content: '';
	display: block;
	background-color: #8CB582;
	height: 2px;
	width: 20%;
	position: absolute;
	left: 40%;
	bottom: 0;
}*/
h3 {
	color: #005733;
	font-size: 2.6rem;
}
h4 {
	color: #005733;
	font-weight: 500;
	font-size: 2.4rem!important;
}
.antonio h4 {
    font-family: 'Antonio', sans-serif;
}
h5 {
	color: #EC691E;
	font-size: 4rem!important;
    font-weight: 700;
    font-family: 'Antonio', sans-serif;
	text-decoration: underline;
	text-decoration-color: #00983A;
}
h6 {
	color: #005733;
    font-family: 'Antonio', sans-serif;
	font-size: 2rem;
}
h6 span {
	border-bottom: 1px solid #00983A;
}
strong {
	font-weight: 700;
}
.et_pb_section, .et_pb_row {
    padding: 20px 0!important;
}
.container {
    width: 80%;
    max-width: 1250px;
    margin: auto;
}
.et_pb_section {
    width: 80%;
    max-width: 1250px;
    margin: auto;
}
.et_pb_row {
    width: 80%;
    max-width: 1150px;
    margin: auto;
}
.et_pb_button {
	color: #fff;
	padding: 10px 50px 10px 10px;
	font-size: 2rem;
    font-weight: 700;
	text-transform: uppercase;
	border:0;
	border-radius: 0;
	border-bottom: 2px solid #FFE014;
	background-color: #EC691E;
    font-family: 'Antonio', sans-serif;
}
.et_pb_button:hover {
	color: #fff!important;
	text-transform: uppercase!important;
	border:0!important;
	border-radius: 0!important;
	border-bottom: 2px solid #FFE014!important;
	background-color: #8CB582!important;
	padding: 10px 50px 10px 10px!important;
}
.et_pb_button:after{
	content: "\24";
	opacity: 1!important;
	line-height: 1.2em;
    right: 15px;
}
.et_pb_button:hover:after{
	right: 10px;
}
p {
	color:#005733;
	line-height: 2.5rem;
}
.FlexContainer {
	display: flex;
	flex-flow: row wrap;
}
.ContainerFlex {
	display: flex;
	flex-flow: column;
}
.center-row {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
}
.fullwidth, .fullwidth .et_pb_row {
	width: 100%;
	max-width: 100%;
}
a {
    color: #8CB582;
    font-weight: 700;
}
/* icones des réseaux sociaux */
.et_pb_social_media_follow  p {
    margin-right: 5px;
}
.et_pb_social_media_follow li a.icon:before {
    content:'';
	display: block;
    position: absolute;
    top:0;
    left:0;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: contain;
}
.et_pb_social_media_follow .et-social-facebook a.icon:before{
    background-image: url(assets/images/icone-fb.png);
}
.et_pb_social_media_follow .et-social-instagram a.icon:before{
    background-image: url(assets/images/icone-insta.png);
}
.et_pb_social_media_follow .et-social-twitter a.icon:before{
    background-image: url(assets/images/icone-twitter.png);
}
.et_pb_social_media_follow li a.icon {
    height: 25px;
    width: 25px;
}
.et_pb_social_media_follow li {
    margin-right: 10px;
}
.et_pb_social_media_follow li:last-child {
    margin-right: 0;
}
/* ######################## */
/* HEADER */
/* NAV */
/* TOP HEADER */
#et-secondary-nav li ul, #top-header {
    background-color: #005733;
}
#et-secondary-nav{
	float: left;
}
#et-secondary-menu {
	width: 100%;
}
#top-header .et-social-icons {
	float: right;
}
.et-social-icons {
	display: flex!important;
    flex-flow: row;
    align-items: center;
}
#top-header .et-social-icons li {
    margin-left: 27px;
}
#top-header .et-social-icons li:last-child {
    margin-right: 10px;
}
#top-header .et-social-rss {
	order: 0;
}
#top-header .et-social-facebook {
	order: 1;
}
#top-header .et-social-instagram {
	order: 2;
}
#top-header .et-social-twitter {
	order: 3;
}
#top-header .et-social-facebook a.icon:before ,
#top-header .et-social-instagram a.icon:before ,
#top-header .et-social-twitter a.icon:before , 
#top-header .et-social-rss a.icon:before {
    content:'';
	display: block;
    position: absolute;
    top:0;
    left:0;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
}
#top-header .et-social-facebook a.icon:before {
	background-image: url(assets/images/icone-fb-blanc.png);
}
#top-header .et-social-instagram a.icon:before {
	background-image: url(assets/images/icone-insta-blanc.png);
}
#top-header .et-social-twitter a.icon:before {
	background-image: url(assets/images/icone-twitter-blanc.png);
}
#top-header .et-social-rss a.icon:before {
	background-image: url(assets/images/localisation.png);
}
#top-header .horaires a {
	color: #FFE014;
	text-decoration: underline;
}
.ouverture {
    color: #fff!important;
    display: inline;
    position: relative;
    bottom: 5px;
    margin-left: 10px;
}
.credit a {
	pointer-events: none;
	cursor: default;
}
#et-secondary-menu>ul>li>a:hover, .et-social-icons a:hover {
	opacity: 1
}
/* MENU PRINCIPAL*/
#main-header{
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
.et_header_style_split #et-top-navigation, .et_header_style_split .et-fixed-header #et-top-navigation {
    padding-top: 0; 
}
.et_header_style_split .et-fixed-header #et-top-navigation nav>ul>li>a, #top-menu a { 
	color: #005733;
	text-transform: uppercase;
}
.et_header_style_split #top-menu>li>a, .et_header_style_split .et-fixed-header #et-top-navigation nav>ul>li>a {
    padding-bottom: 0!important;
    padding: 20px 0!important;
}
#top-menu-nav {
	width: 100%;
}
#top-menu {
	display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: space-between;
}
#top-menu li {
    width: 187px;
}
#top-menu li:last-child {
	margin-right: 0;
}
.et_header_style_split header#main-header.et-fixed-header .logo_container,
.et_header_style_split #main-header .logo_container {
    height: 170px!important;
    position: absolute;
    width: 100%;
    top: -23px;
}
.et_header_style_split .et-fixed-header .centered-inline-logo-wrap, 
.et_header_style_split #main-header .centered-inline-logo-wrap {
	width: 200px!important;
}
.et_header_style_split #logo {
	max-height: 100%!important;
}
#top-menu-nav>ul>li>a:hover, #top-menu li.current-menu-ancestor>a, #top-menu li.current-menu-item>a {
	text-decoration: underline;
	text-decoration-color:  #FFE014;
	text-decoration-thickness: 2px;
	opacity: 1;
	color: #005733;
}
#top-menu-nav>ul>li ul {
	border-top: none;
	background-color: #F0DBB8;
	width: 200px;
    padding-left: 10px;
}
#top-menu-nav>ul>li ul li a {
	text-transform: inherit;
}
#top-menu li li {
    padding: 0;
}
#top-menu li li a{
	padding: 6px 6px 6px 40px;
}
#top-menu-nav>ul>li ul li a:before {
	font-family: ETmodules!important;
	font-size: 28px;
    line-height: 1em;
    content: "\24";
    color: #EC691E;
    position: absolute;
    margin-left: -1em;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-transform: none;
    -webkit-font-feature-settings: "kern" off;
    font-feature-settings: "kern" off;
    font-variant: none;
    font-style: normal;
    font-weight: 400;
    text-shadow: none;
    left: 30px;
}
/* sous menu */
#et-secondary-nav .menu-item-has-children>a:first-child:after, #top-menu .menu-item-has-children>a:first-child:after {
	display: none;
}
/* menu mobile */
.select_page {
	display:none!important;
}
.mobile_menu_bar:before {
    color: #005733;
    font-size: 4rem;
}
.et_header_style_split #main-header .mobile_nav {
    background-color: transparent;
}

.et_header_style_split #et_mobile_nav_menu {
    margin-top: 0; 
}
.et_header_style_split .et_menu_container .mobile_menu_bar {
    top: -5px;
}
.et_mobile_menu {
    border-top-color: #005733;
}
.et_mobile_menu li a {
    color: #005733;
    text-transform: uppercase;
}
.et_mobile_menu li a:hover {
    text-decoration: underline;
    text-decoration-color: #FFE014;
    text-decoration-thickness: 2px;
    opacity: 1;
    color: #005733;
}
/* home-slider */
#home-slider {
	padding: 0!important;
	width: 100%;
	max-width: 100%;
	height: 80vh;
}
.et_pb_slider,.et_pb_slider .et_pb_slides, .et_pb_slider .et_pb_slides .et_pb_slide {
	height: 100%;
}
.et_pb_slider .et_pb_slides .et_pb_slide {
	background-position: top;
}

/* actu en avant */
#actu-avant .et_pb_row {
    position: absolute;
    width: 40%;
    z-index: 10;
    background-image: url(assets/images/background-actu-avant.png);
    background-size: cover;
        padding: 25px 40px 25px!important;
    top: -300px;
    left: 20%;
}
#actu-avant p {
	color: #fff;
	padding: 12px 0;
}
#actu-avant h5 {
	color: #fff;
	font-size: 3rem;
	text-decoration: underline;
    font-family: 'Antonio', sans-serif;
	text-decoration-color: #EC691E;
}
/* divider */
body .section_has_divider.et_pb_top_divider .et_pb_top_inside_divider {
    transform: rotate(180deg)!important;
}
.section_has_divider {
	width: 100%;
	max-width: 100%;
}
#header-interne.section_has_divider.et_pb_top_divider .et_pb_top_inside_divider {
	top:auto!important;
	bottom: -2px;
}
.et_pb_section_related {
    padding-bottom: 200px!important;

}
.section_has_divider.et_pb_top_divider {
	margin-top: 85px;	
    z-index: 10;
}
#header-interne.section_has_divider.et_pb_top_divider .et_pb_top_inside_divider ,
#home-blog.section_has_divider.et_pb_top_divider .et_pb_top_inside_divider  {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmZmZmZmYiPjxwYXRoIGQ9Ik0zMjAgMjhDMTYwIDI4IDgwIDQ5IDAgNzBWMGgxMjgwdjcwYy04MCAyMS0xNjAgNDItMzIwIDQyLTMyMCAwLTMyMC04NC02NDAtODR6Ii8+PC9nPjwvc3ZnPg==);
}
#header-interne.section_has_divider.et_pb_top_divider {	
    margin-top: 0;
}
.home #home-blog.section_has_divider.et_pb_top_divider {	
/* margin-top: -45px; */
    margin-top: 0;
}
#main-footer.section_has_divider.et_pb_top_divider  .et_pb_top_inside_divider {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiM4Y2I1ODIiPjxwYXRoIGQ9Ik0zMjAgMjhDMTYwIDI4IDgwIDQ5IDAgNzBWMGgxMjgwdjcwYy04MCAyMS0xNjAgNDItMzIwIDQyLTMyMCAwLTMyMC04NC02NDAtODR6Ii8+PC9nPjwvc3ZnPg==);
}
.section_has_divider.et_pb_top_divider .et_pb_top_inside_divider {
	transform: rotate(180deg);
	top:-85px!important;
	background-size: 100% 100px;
    height: 100px;
    z-index: 5;
}
#home-blog .section_has_divider.et_pb_top_divider .et_pb_top_inside_divider {
    top:-115px!important;
}
.section_has_divider.et_pb_bottom_divider .et_pb_bottom_inside_divider {
	bottom: -98px!important;
    transform: rotate(180deg);
}
/*header-interne */ 
#header-interne {
	height: 50vh;
	padding: 0!important; 
}
#header-interne .et_pb_image {
	height: 100%;
}
#header-interne .et_pb_image .header {
	display: block;
	width: 100%;
	height: 100%;
	background-position: bottom;
}
/* header single */
#header-interne.single-header .ContainerFlex {
    justify-content: center;
    align-items: center;
}
#header-interne.single-header {
    height: 55vh;
    margin-top: 0;
}
#header-interne.single-header p {
    width: 65%;
    text-align: center;
}
#header-interne.single-header h1 {
    line-height: 3rem;
}
body.single-project .logo-single {
    display: none;
}
body.single-project #header-interne.single-header h1 {
    margin-top: initial;
}
#header-interne.single-header .logo-single {
    z-index: 10;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 145px;
    height: 145px;
    min-height: 145px;
    position: absolute;
    top: 75%;
}
#header-interne.single-header .logo-single span {
    height: 300px;
    width: 300px;
    right: -77px;
    bottom: -77px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    background-position: center center;
}
#header-interne.single-header .logo-single img {
    border-radius: 50%;
}
.single #et-main-area {
    margin-top: 80px;
}
.single #main-content {
    margin-bottom: 5%;
}
.single #main-content .container:before {
    display: none;
}

/* fil d'ariane */
#filAriane {
	width: 80%;
    margin: auto;
    align-items: center;
}
.single-post #filAriane {
    margin-top: 50px;
}
#filAriane li {
	color: #005733;
	font-weight: 700;
	padding: 2px;
}
#filAriane a, #filAriane span  {
	color: #8CB582;
	font-weight: 400;
	padding: 2px;
}
/* single boutique*/
.carte-numero {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.carte-numero .et_pb_text_inner {
    margin-right: 10px;
}
.carte-numero  p {
    font-size: 1.1rem;   
}
span.numero-span {
    position: absolute;
    left: -13px;
    bottom: 7px;
}
h2.numero {
    color: #EC691E;
    font-size: 8rem;    
    text-align: center;
    font-family: 'Antonio';
    margin-bottom: 0;
}
.et_pb_voir_plan img {
    max-width: 35px;
}
.et_pb_voir_plan p {
    line-height: 1.5rem;
}
.categorie p {
    background-color: #00983A;
    color: #fff;
    font-size: 3rem;    
    text-align: center;
    font-family: 'Antonio';
    padding: 20px!important;
}
.site a  {
    color: #005733;
    font-weight: 400;
}
.social-single {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.social-single h3 {
    margin-right: 10px;
}
.social-single a.icon span {
    margin-left: 30px;
    margin-right: 20px;
}
.social-single a.icon::before {
    top: 50%!important;
    transform: translate(0,-50%);
    background-position: center;
}
.single-project .vert.section_has_divider.et_pb_bottom_divider .et_pb_bottom_inside_divider {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiMwMDU3MzMiPjxwYXRoIGQ9Ik0zMjAgMjhjMzIwIDAgMzIwIDg0IDY0MCA4NCAxNjAgMCAyNDAtMjEgMzIwLTQydjcwSDBWNzBjODAtMjEgMTYwLTQyIDMyMC00MnoiLz48L2c+PC9zdmc+);
    background-size: 100% 100px;
    bottom: 0;
    height: 100px;
    z-index: 1;
}
/* ######################## */
/* sections internes */
/* blog accueil */
#home-blog{
	z-index: 135;
	background-color: transparent;
}
#home-blog article {
	padding: 0;
}
#home-blog .et_pb_blog_grid .et_pb_post {
	border: none;
	position: relative;
}
#home-blog h4, #home-blog p.post-meta a {
	color: #fff;
	font-weight: 700;
    font-family: 'Antonio', sans-serif;
    font-size: 2rem;
    
}
#home-blog p.post-meta a {
    position: relative;
    padding-left: 35px;
    padding-right: 15px;
}
#home-blog p.post-meta a:before {
    content:'';
    display: block;
    width: 20px; 
    height: 20px;
    position: absolute;
    top:6px;
    left: 6px;
    background-size: contain;
    background-repeat: no-repeat;    
}
#home-blog .category-bons-plans p.post-meta a:before {
    background-image: url(assets/images/bon-plan-icone.png)
}
#home-blog .category-actualites p.post-meta a:before {
    background-image: url(assets/images/actualite-icone.png)
}
#home-blog p.post-meta {
	text-transform: uppercase;
}
#home-blog h4 {
	background-color: #8CB582;
	font-size: 2.4rem;
	padding: 20px;
    font-weight: 400;
    min-height: 125px;
}
#home-blog p.post-meta {
	position: absolute;
    top: 0;
    left: 0;
    background-color: #EC691E;
    border-radius: 0 0 15px 0;
    padding: 5px;
}
#home-blog .et_pb_post .entry-featured-image-url, #home-blog .et_pb_blog_grid .et_pb_image_container {
	margin: 0!important;
}
/* #home-blog .et_pb_blog_grid .et_pb_image_container {
	max-height: 290px;
} */
#home-blog .et_pb_blog_grid .et_pb_image_container a {
  padding-top: 100%;
}
#home-blog .et_pb_blog_grid article {
	transition: .5s ease;
}
#home-blog .et_pb_blog_grid .et_pb_image_container img {
   height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: contain;
}
#home-blog article .et_overlay {
    background-color: rgba(0,87,51,.7);
}
#home-blog article.et_pb_has_overlay:not(.et_pb_image):hover .et_overlay {
    z-index: 0;
}
.et_overlay.et_pb_inline_icon:before, .et_pb_inline_icon:before, .et_overlay:before {
    content: '\24';
    color: #fff!important;
    font-size: 50px;
}
#home-blog article:hover h4 {
    text-decoration: underline;
}
/* fonds illustrés */
.fond-illustre .et_pb_row {
	position: absolute;
	bottom: 0;
}
.fond-illustre .et_pb_row.et_pb_row_4col img {
	max-width: 150px;
}
/* rose */
.rose {
	background-image : url(assets/images/background-section-newsletter-homepage.jpg); 
    padding: 80px 0!important;
}
.rose .et_pb_row {
    width: 65%;
}
.rose p {
	color: #005733;
}
.rose h4 {
	color: #005733;
    font-family: 'Antonio', sans-serif;
	font-size: 3rem;
}

.rose.et_pb_bottom_divider {
    margin-top: 0;
}
/********************/
/* cta-row */

.cta-row .et_pb_image {
    height: 300px;
    background-size: contain;
    position: relative;
}
.cta-row .et_pb_image_wrap {
	position: absolute;
    top: 22%;
    left: 26%;
    transition: .3s ease;
}
.cta-row .et_pb_image_wrap img {
    max-width: 288px;
}
.cta-row .et_pb_image_wrap:hover {
	transform: rotate(10deg);
}
/********************/
/* vert */
.vert {
	background-color: #005733;
    width: 100%;
    max-width: 100%;
}
.vert h2 {
	color: #fff;
    position: relative;
	text-align: center;
    font-family: "Madgue script";
	font-size: 5rem;
	padding: 1rem;
}
.vert p, .vert ul li, .vert a, .vert h3{
    color: #fff;
}
.services h3, .vert h3 {
	text-transform: uppercase;
	text-align: center;
    font-family: 'Antonio', sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
}
.vert .et_pb_image {
	text-align: center;
}
.services .et_pb_image img {
	max-width: 90px;
}
.vert.une-vague .illustration-anime {
    bottom: -47px;
}
.vert.no-wave .illustration-anime {
     bottom: -142px;
}

#breeam img{
    max-width: 100%;
    width: 230px;
}
.vert .illustration-anime img {
	max-width: 280px;
}
.vert .illustration-anime {
	position: absolute;
    bottom: -220px;
    right: -90px;
}
/* surface */
#surface .et_pb_column{
    margin-top: -10%;
}
/* rayonnement */
.rayonnement {
    z-index: 10;
}
/* ######################## */
/* Cafés et Restaurants */

#portfolio .et_pb_portfolio_filters {
    display: none;
}

.et_pb_portfolio_item {
    border: 2px solid #EC691E;
    background-color: #fff;
    overflow: hidden;
    display: flex!important;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    padding: 20px;
    height: 230px;
}
.et_portfolio_image {
}
 .et_portfolio_image img {
     width: 100%;
 }
.et_overlay:before {
    color: #EC691E;
}
.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item {
    width: 23.875%;
    margin-right: 1.5%;
    margin-bottom: 1.5%;
}
.et_pb_portfolio_filters .clearfix {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
}
.et_pb_filterable_portfolio .et_pb_portfolio_filters li {
    margin: 0 25px 25px 0;
}
.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {
    position: relative;
    padding: 20px 20px 20px 50px;
    border: 0;
    background-color: #F7F7F7;
    font-family: 'Antonio', sans-serif;
    font-size: 1.8rem;
}
.et_pb_portfolio_filter a:before {
    content: '';
    display: block;
    width: 33px;
    height: 33px;
    position: absolute;
    top: 12px;
    left: 11px;
    background-size: contain;
    background-repeat: no-repeat;
}
.et_pb_portfolio_filter a[data-category-slug="mode-accessoire"]:before {
    background-image: url(assets/images/mode-icone.png);
}
.et_pb_portfolio_filter a[data-category-slug="all"]:before  {
    background-image: url(assets/images/tout-icone.png);
}
.et_pb_portfolio_filter a[data-category-slug="culture-sport-loisirs-enfants"]:before  {
    background-image: url(assets/images/culture-icone.png);
}
.et_pb_portfolio_filter a[data-category-slug="hypermarche-alimentation"]:before  {
    background-image: url(assets/images/hypermarche-icone.png);
}
.et_pb_portfolio_filter a[data-category-slug="maison-decoration-bricolage-animaux"]:before  {
    background-image: url(assets/images/bricolage-icone.png);
}
.et_pb_portfolio_filter a[data-category-slug="sante-beaute"]:before  {
    background-image: url(assets/images/sante-beaute-icone.png);
}
.et_pb_portfolio_filter a[data-category-slug="services"]:before  {
    background-image: url(assets/images/services-icone.png);
}
.et_pb_portfolio_filter a[data-category-slug="mode-accessoire"] {
    color:#004F9E!important;
}
.et_pb_portfolio_filter a[data-category-slug="all"]  {
    color: #212121!important;
}
.et_pb_portfolio_filter a[data-category-slug="culture-sport-loisirs-enfants"]  {
    color:#00AAB5!important;
}
.et_pb_portfolio_filter a[data-category-slug="hypermarche-alimentation"]  {
    color:#93C01F!important;
}
.et_pb_portfolio_filter a[data-category-slug="maison-decoration-bricolage-animaux"]  {
    color:#1F9D3B!important;
}
.et_pb_portfolio_filter a[data-category-slug="sante-beaute"]  {
    color:#E9528D!important;
}
.et_pb_portfolio_filter a[data-category-slug="services"]  {
    color:#EC691E!important;
}
/********************/
/* CARTE INTERACTIVE */

#liste_carte {
    display: none;
}
#section-carte.et_pb_section {
	width : 1200px;
}
#section-carte.et_pb_section .et_pb_row{
	width : 100%;
	max-width: 1200px;
}

/* BOUTIQUES */
.boutiques {
    background-color: transparent;
    z-index: 135;
}
.boutiques .et_pb_row {
    width: 100%;
}
.et_pb_text_category_boutique li {
    position: relative;
    padding: 20px 20px 20px 40px;
    border: 0;
    background-color: #F7F7F7;
    font-family: 'Antonio', sans-serif;
    font-size: 2.2rem;
    text-align: center;
}

/* formulaire de contact */
.et_contact_bottom_container {
    float: none;
    display: flex;
    justify-content: center;
}
/* logo-gallerie */
.logo-gallerie {
    z-index: 135;
    background-color: transparent;
}
.logo-gallerie .et_pb_gallery_image img{
     border: 2px solid #EC691E;
}
.logo-gallerie .et_pb_gallery_image {
    text-align: center;
}
.logo-gallerie .et_pb_text_inner {
    height: 150px;
    width: 150px;
    margin: auto;
}
/* Galerie image */
.et_pb_gallery_title {
    display: none;
}
/********************/
/* FOOTER */

#logo-footer {
    max-width: 150px;
}
#main-footer {
	background-color : #8CB582;
	padding: 0!important;
}
#main-footer.section_has_divider.et_pb_top_divider {
    margin-top: 40px;
}
.home #main-footer.section_has_divider.et_pb_top_divider {
    margin-top: 80px;
}
#footer-bottom {
	display: none;
}
.et_pb_gutters3.et_pb_footer_columns4 .footer-widget {
    width: 23%;
}
.et_pb_gutters3.et_pb_footer_columns4 .footer-widget .fwidget {
    margin-bottom: 5.5%;
}
.et_pb_gutters3 .footer-widget {
    margin-right: 2.5%;
    margin-bottom: 1.5%;
}
#et-footer-nav {
	background-color: #EDEDED;
}
#menu-mentions-menu a {
	font-weight: 400;
	color:#000;
}
#menu-mentions-menu {
	text-align: center;
}
#menu-mentions-menu li {
	border-right: 1px solid #fff;
	padding-right: 10px;
	padding-left: 10px;
}
#menu-mentions-menu li:last-child {
	border-right: 0;
}
#footer-widgets .footer-widget li {
	padding-left: 0!important;
}
#footer-widgets .footer-widget .et-social-icons {
	float: none;
	margin-bottom: 20px;
}
#footer-widgets .footer-widget .et-social-icons li { 
	margin-left: 0;
}
#text-2 p {
    color: #fff;
}
#projet {
	background-color: transparent!important;
	text-decoration: underline;
	text-decoration-color: #FFE014;
	border:none!important;
	text-align: left;
	color: #005733!important;
    padding-left: 0;
}
#projet:hover {
    padding-left: 0!important;
}
#projet:after {
	color: #FFE014;
}
#footer-widgets .footer-widget li:before {
	display: none;
}
#footer-widgets .footer-widget .et-social-icon {
    padding-right: 15px;
}
#footer-widgets .footer-widget .et-social-facebook a.icon:before, #footer-widgets .footer-widget .et-social-instagram a.icon:before, #footer-widgets .footer-widget .et-social-twitter a.icon:before {
	content:'';
    display: block;
    position: absolute;
    top:0;
    left: 0;
    width:34px;
    height:34px;
    background-size: contain;
    background-repeat: no-repeat;
}
#footer-widgets .footer-widget .et-social-facebook a.icon:before {
    background-image: url(assets/images/icone-fb-blanc.png);
}
#footer-widgets .footer-widget .et-social-instagram a.icon:before {
	background-image: url(assets/images/icone-insta-blanc.png);
}
#footer-widgets .footer-widget .et-social-twitter a.icon:before {
	background-image: url(assets/images/icone-twitter-blanc.png);
}
#footer-widgets .footer-widget .et-social-icons li {
    margin-right: 10%;
}
#footer-widgets .footer-widget .et-social-icons li:last-child {
    margin-right: 0;
}
#menu-footer-menu a {
	text-transform: uppercase;
    font-family: 'Antonio', sans-serif;
	font-weight: 700;
    font-size: 2.2rem;
    position: relative;
}
#menu-footer-menu a:after {
	font-family: ETmodules!important;
	font-size: 32px;
    line-height: 1em;
    content: "\24";
    opacity: 0;
    color: #FFE014;
    position: absolute;
    margin-left: -1em;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-transform: none;
    -webkit-font-feature-settings: "kern" off;
    font-feature-settings: "kern" off;
    font-variant: none;
    font-style: normal;
    font-weight: 400;
    text-shadow: none;
    right: -45px;
}
#menu-footer-menu a:hover:after {
	opacity: 1;
}
#menu-footer-menu a:hover {
	color: #005733!important; 
	text-decoration: underline!important;
	text-decoration-color: #FFE014!important;
}
#horaires-footer span {
	color: #005733;
	font-weight: 700;
	text-decoration: underline;
	text-decoration-color: #00983A;
}
#media_image-3 {
    width: 100%;    
    text-align: center;
}
#media_image-3 img {
    max-width: 150px!important;
}
/****************/
/* PAGINATION BLOG */
.wp-pagenavi {
    text-align: center;
    border-top: none;
    padding-top: 30px;
    clear: both;
    margin-bottom: 30px;
}
.wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink {
    color: #00983A!important;
}
.wp-pagenavi a, .wp-pagenavi span {
    color: #8CB582!important;
}
.wp-pagenavi span.current {
    color: #005733!important;
}
.wp-pagenavi a, .wp-pagenavi span , .wp-pagenavi span.current {
    font-size: 2rem!important;
    font-family: 'Antonio';
    font-weight: 700!important;
    border-right: 1px solid #FFE014!important;
    margin: 0;
    padding: 0 10px;
}
.wp-pagenavi .nextpostslink {
    border-right: none!important;
}
/**********************/
/* SARBACANE WIDGET */
#newsletter-sarbacane form, #newsletter-sarbacane form p  {
    display: flex;
    justify-content: center;
    align-items: center;
}
#newsletter-sarbacane form p:nth-child(2), #newsletter-sarbacane form label {
    display: none;
}
#newsletter-sarbacane form input {
    height: 40px;
}
#newsletter-sarbacane form input.required{
    width: 300px;
    border: none!important;
    padding: 10px!important;
    color: #AAAAAA!important;
    font-family: 'Rubik'!important;
}
#newsletter-sarbacane form input[type="submit"]{
    width: 45px;
    border:none!important;
    background-color: #EC691E!important;
    color: #fff;
    font-size: 26px;
}
#newsletter-sarbacane form input[type="submit"]:hover {
    background-color: #00983A;
}
/**********************/
/* Media queries */
@media screen and (max-width: 980px) {
    /* general */
    h2 {
        font-size: 3rem;
    }
    /*single */
    #header-interne.single-header {
        height: 48vh;
    }
    /*footer*/
    #main-footer.section_has_divider.et_pb_top_divider {
        margin-top: 72px;
    }
    /* header */
    .ouverture a {
        border-bottom: 0!important;
        color: #8CB582!important;
        font-size: 1.4rem;
        text-align: center;
        line-height: 2rem;
    }
    /* logo */
	.et_header_style_split header#main-header.et-fixed-header .logo_container, .et_header_style_split #main-header .logo_container {   
        width: 25%;
        display: inline-block;
    }
    .et_header_style_left #logo, .et_header_style_split #logo {
        max-width: 100%;
    }
    .et_header_style_centered header#main-header .logo_container, .et_header_style_split header#main-header .logo_container {
        max-height: 135px;
    }
    #main-header .container {
        display: flex;
        justify-content: center;
        align-items: center;
    }
	/* actu en avant */
    #actu-avant .et_pb_row {
        width: 70%;
        padding: 40px 40px 35px!important;
        top: -330px;
    }
    /* header interne */
    #header-interne {
        height: 60vh;
    }
    #header-interne .et_pb_top_inside_divider {
        display: flex;
        flex-flow: column;
        justify-content: flex-start;
    }
    #filAriane {
        position: relative;
        margin: 0 auto;
    }
    #filAriane li,#filAriane a, #filAriane span {
        font-size: 1.2rem;
    }
    /* portfolio filtrable boutiques */
    .et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item {
        width: 48%;
        margin-right: 1.5%;
        margin-bottom: 1.5%;
    }
    .et_pb_column .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1) {
        clear: none;
    }

}
@media screen and (max-width: 768px) {
    /* portfolio filtrable boutiques */
    .et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_filters li {
        width: 100%;
    }
    .et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_filters li a {
        font-size: 1.6rem;
        line-height: 2rem;
    }
}
@media screen and (max-width: 480px) {
    /* general */
    #filAriane {
        margin-top: 25px;
    }
    #projet,#footer-widgets .footer-widget {
        text-align: center;
    }
    #footer-widgets .footer-widget .fwidget {
        width: 100%;
    }
    h1, h2 {
        font-size: 4rem;
    }
    h5 {
        font-size:2.3rem;
    }
    /* single */
    #header-interne.single-header {
        height: 75vh;
    }
    /* rose */
    .rose h4 {
        font-size: 1.8rem;
    }
    /* logo */
	.et_header_style_split header#main-header.et-fixed-header .logo_container, .et_header_style_split #main-header .logo_container {   
        width: 40%;
        display: inline-block;
    }
    /* actu en avant */
    #actu-avant .et_pb_row {
        width: 100%;
        top: -290px;
        left: 0;
    }
    #actu-avant h5 {
        font-size: 2.6rem!important;
    }
    /* cta row */
    .cta-row .et_pb_image_wrap {
        left: 33%;
    }
    .cta-row .et_pb_image_wrap img {
        max-width: 150px;
    }
    /* portfolio filtrable boutiques */
    .et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 1.5%;
    }
    /* footer */
    #main-footer .et-social-icons {
        justify-content: center;
    }
    
	
}
/* keyframes */
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}