/*



Theme Name:     Divi Enfant - DiviKit



Description:    Divi Enfant, theme enfant de Divi



Author:         StudioRicom



Author URI:     http://www.studioricom.com/



Template:       Divi                        



Version:        0.1.0



*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:,400,700,800');
/*@font-face {



    font-family: 'aleo';



    src: url('fonts/aleo-bold-webfont.woff2') format('woff2'),



         url('fonts/aleo-bold-webfont.woff') format('woff');



    font-weight: 700;



    font-style: normal;







}*/
@font-face {
  font-family: 'aleo';
  src: url('fonts/aleo-regular-webfont.woff2') format('woff2'), url('fonts/aleo-regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'aleo';
  src: url('fonts/aleo-light-webfont.woff2') format('woff2'), url('fonts/aleo-light-webfont.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
slick-slider .slick-slide {
  display: none;
}
.slick-slider .slick-slide:first-child {
  display: block;
}
.slick-initialized.slick-slider .slick-slide, .slick-initialized.slick-slider .slick-slide:first-child {
  display: block;
}
/*















MES STYLES







*/
/* Accessibilité **********/
.keyboard-outline {
  outline: #2ea3f2 solid 2px;
  -webkit-transition: none !important;
  transition: none !important;
  display: block;
}


/************Titraille ***************/
h1, h2, h3, h4, h5, h6 {
  word-break: normal;
  hyphens: none;
  letter-spacing: 0.05em;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
h2, h3, h4, h5, h6 {
  line-height: 1.4em;
}
h1 {
  font-family: 'aleo', Georgia, "Times New Roman", serif !important;
  font-weight: normal;
  font-size: 54px !important;
  color: #fff !important;
}
h2 {
  font-family: 'aleo', Georgia, "Times New Roman", serif !important;
  font-weight: 300;
  font-size: 34px !important;
  margin: 25px 0 10px 0;
}
h3 {
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 800;
  font-size: 18px;
}
h5 {
  font-size: 16px;
  line-height: 1.4em;
}
sup {
  bottom: 0.8em;
  font-size: 0.7em;
}
.home h1 {
  font-family: 'aleo', Georgia, "Times New Roman", serif;
  font-weight: 800;
  font-size: 18px;
}
.home h2 {
  font-family: 'aleo', Georgia, "Times New Roman", serif;
  font-weight: 800;
  font-size: 36px;
}
.home h3 {
  /*font-family: 'Open Sans', sans-serif;*/
  font-weight: 800;
  font-size: 24px;
}
.nf-form-fields-required {
  font-size: 12px;
}
body {
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.8em;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
}
#main-header {
  box-shadow: none;
}
/*********** Menu mobile ***************/
/* Switch the menu icon to a CROSS when opened */
#menu-mauges-mob .menu-item-has-children.visible > a::after {
  font-family: 'ETmodules';
  font-size: 16px;
  content: '\4d';
  top: 13px;
  right: 10px;
  text-align: center;
  speak: none;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  position: absolute;
}
#menu-mauges-mob .opened #mobile_menu1 {
  display: block !important;
  height: calc(100vh - 80px);
  left: 0;
  position: absolute;
  overflow: auto;
  -webkit-transition: -webkit-transform 0.4s 0s;
  -moz-transition: -moz-transform 0.4s 0s;
  transition: transform 0.4s 0s;
  -overflow-scrolling: touch !important;
  -webkit-overflow-scrolling: touch !important;
}
#menu-mauges-mob .menu-item-has-children > a::after {
  font-family: 'ETmodules';
  font-size: 16px;
  content: '\4c';
  top: 13px;
  right: 10px;
  text-align: center;
  speak: none;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  position: absolute;
}
#menu-mauges-mob #mobile_menu1 ul.sub-menu {
  display: none !important;
  visibility: hidden !important;
  transition: all 1.5s ease-in-out;
}
#menu-mauges-mob #mobile_menu1 .visible ul.sub-menu {
  display: block !important;
  visibility: visible !important;
  transition: all 1.5s ease-in-out;
}
#menu-mauges-mob .mobile_nav.opened .mobile_menu_bar::before {
  content: "\4d";
}
#menu-mauges-mob .mobile_nav.opened #mobile_menu1 {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
#menu-mauges-mob .et_pb_menu .et_mobile_menu {
  top: 110%;
  padding: 5%;
}
/****************SLIDER*****************/
.n2-ss-layer.n2-ow.tt_slide {
  background: url("https://www.mooj.fr/wp-content/themes/Divi-child/images/fond-slide2.png") no-repeat;
  padding: 30px 110px 20px 30px;
  text-align: left;
  background-size: contain;
  width: 530px !important;
  max-width: 100% !important;
}
.tt_slide h2.petit {
  color: #fff !important;
  font-weight: 300;
}
.tt_slide h2.gros {
  color: #fff !important;
  font-size: 52px !important;
  font-weight: 700 !important;
}
.et_pb_row {
  position: relative;
  z-index: 5;
  width: 100% !important;
  max-width: 1080px;
  margin: auto;
}
/***** couleur bandeau actu *****/
.alauneimage .et_pb_slide_description {
  background-color: rgba(102, 191, 199, 0.8);
  background-color: rgb(105, 167, 251);
  background-color: hsl(215, 95%, 70%);
  background-color: #69a7fb;
  background: #2c93bacc;
}
.intro {
  margin-bottom: 35px !important;
}
.cadran {
  background-color: #d49f0f;
  padding: 10px;
  height: 165px;
  background-size: cover;
  position: relative;
}
.cadran .title {
  color: #000000;
}
.cadran .date {
  font-size: 18px;
  color: #000000;
}
.cadran .lieu {
  color: #000000;
}
.agenda_cc li.eo-event-future {
  list-style: none;
  margin-bottom: 30px;
  width: 30%;
  display: inline-block;
  margin-right: 2%;
}
.cadran_enf {
  background-color: rgba(237, 109, 133, 0.58);
  background-image: url('https://www.mooj.fr/wp-content/themes/Divi-child/images/courbe.svg');
  background-size: 30px;
  background-position: bottom right;
  vertical-align: top;
  background-repeat: no-repeat;
  padding: 20px 10px 10px 10px;
  height: 165px;
  position: relative;
  margin-bottom: 30px;
  width: 31%;
  display: inline-block;
  margin-right: 2%;
  font-size: 15px;
  line-height: 140%;
}
/*.cadran_enf:before {



	content: '';



position: absolute;



top: 0px;



left: 0px;



width: 0px;



height: 42px;



background: rgba(237,109,133,0.67);



border-radius: 5px;



transition: all 0.5s ease;



}







.cadran_enf:hover:before {



	width: 100%;



	height: 100%;



} */
a.cadran_enf:hover {
  transition: all 0.1s ease-in-out;
  color: #fff !important;
}
.cadran_enf:hover, .cadran_enf:hover h3 {
  background-color: #ed6d84;
  color: #fff !important;
}
#picto-home-wrapper img {
  filter: saturate(0%);
  backface-visibility: hidden;
  transition: all 0.2s ease-out;
}
#picto-home-wrapper img:hover {
  filter: saturate(100%);
  backface-visibility: hidden;
  transition: all 0.2s ease-out;
}
/*****MAUGES***********/
/**********SLIDER***************/
/*.et_pb_slide {







    padding: 0 0 !important;







}*/
/*.et_pb_slider_0 .et_pb_slide_description, .et_pb_slider_fullwidth_off.et_pb_slider_0 .et_pb_slide_description {







    padding-top: 20px !important;



    padding-bottom: 0 !important;







}*/
/*.et_pb_slide_description, .et_pb_slider_fullwidth_off .et_pb_slide_description {







    width: auto !important;



    margin: auto !important;



        margin-left: 0 !important;



    padding: 0% 0% !important;







}*/
/*Page Point de montée*/
#nf-label-class-field-382-2, #nf-field-382-2 {
  display: none !important;
}
/******************TOP*******************************/
#top-header .container {
  padding-top: 0em !important;
  font-weight: 400 !important;
}
.lien_scene, .lien_mooj, .lien_mauges {
  margin-top: -17px;
  display: inline-block !important;
  top: 0;
  vertical-align: text-top;
  padding: 3px;
  margin-right: 21px !important;
}
.lien_mooj a {
  color: #fff !important;
}
.lien_scene a {
  color: #fff !important;
}
.lien_mauges a {
  color: #fff !important;
}
.lien_mauges::before {
  content: " ";
  background: #d4a001 !important;
  position: absolute;
  top: 0;
  left: -10px;
  right: -10px;
  bottom: 0;
  z-index: -1;
  transform: skewX(-15deg);
  padding: 4px;
}
.lien_scene::before {
  content: " ";
  background: #02a69d !important;
  position: absolute;
  top: 0;
  left: -10px;
  right: -10px;
  bottom: 0;
  z-index: -1;
  transform: skewX(-15deg);
  padding: 4px;
}
#top-header {
  z-index: 9999;
}
#main-header.et-fixed-header {
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1) !important;
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1) !important;
}
#main-header.et-fixed-header #et-top-navigation {
  padding-top: 9px !important;
}
#main-header.et-fixed-header #logo {
  margin-bottom: 10px;
  width: 60%;
}
/*------------------------------------------------*/
/*----------[GQ - COMPACT MEGA MENU]--------------*/
/*------------------------------------------------*/
#main-header.et-fixed-header .et_menu_container .logo_container {
  width: 9%;
  margin-left: 12%;
  margin-bottom: 10px;
}
#et-top-navigation {
  margin-top: -50px;
}
#top-menu li a {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 300;
}
.menu-item img {
  max-width: 42px;
  padding: 5px;
}
#et-top-navigation nav > ul > li > a {
  padding-bottom: 10px !important;
}
#top-menu li.mega-menu > ul {
  position: absolute;
  transition: all 0.3s ease;
  -webkit-columns: auto 2;
  -moz-columns: auto 2;
  columns: auto 2;
  column-gap: 0;
  -moz-column-fill: balance;
  column-fill: balance;
  left: 0;
  /*top: 40px;*/
  right: 0;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  word-wrap: normal;
  margin-top: 8px;
  max-width: 800px;
  margin: 8px auto;
  background-color: #000000d1 !important;
}
#top-menu li.mega-menu > ul > li {
  width: 100%;
  margin: 0;
}
#top-menu li.mega-menu li > a {
  width: 100%;
  font-size: 16px;
  padding: 0;
  line-height: 1.5em;
  color: #fff !important;
}
#top-menu li.mega-menu > ul > li > a:first-child {
  padding-top: 7px !important;
  border-bottom: 0px solid rgba(0, 0, 0, 0.03);
  font-weight: 700;
  line-height: 1.2em;
  color: #326626;
  border-top: #ffffff4d 1px solid;
  padding-bottom: 12px;
}
#top-menu li.mega-menu li ul {
  display: none;
  visibility: visible;
  opacity: 1;
  margin-bottom: 10px;
}
#top-menu li.mega-menu > ul > li > a {
  width: 90%;
  padding: 0;
  word-wrap: normal;
  hyphens: none;
  font-size: 16px;
  text-transform: capitalize;
  color: #fff;
}
#top-menu-nav li.mega-menu li.current-menu-item > a, #top-menu-nav li.mega-menu li.current-menu-item a {
  color: #ed6d84 !important;
}
#main-header .et_mobile_menu .menu-item-has-children > a, .et_mobile_menu .menu-item-has-children > a {
  background-color: transparent;
  position: relative;
  font-weight: 700 !important;
}
#main-header .et_mobile_menu .menu-item-has-children > a:after {
  font-family: 'ETmodules';
  text-align: center;
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  position: absolute;
}
#main-header .et_mobile_menu .menu-item-has-children > a:after {
  font-size: 16px;
  content: '\4c';
  top: 13px;
  right: 10px;
}
#main-header .et_mobile_menu .menu-item-has-children.visible > a:after {
  content: '\4d';
}
#main-header .et_mobile_menu ul.sub-menu {
  display: none !important;
  visibility: hidden !important;
  transition: all 1.5s ease-in-out;
}
#main-header .et_mobile_menu .visible > ul.sub-menu {
  display: block !important;
  visibility: visible !important;
}
#top-menu li.mega-menu ul li {
  display: inline-block !important;
  float: none !important;
  margin: 0;
  padding: 0 !important;
  vertical-align: top; /* max-width: 275px;*/
}
.sub-menu .sub-menu {
  font-weight: 300;
  background-color: transparent !important;
}
#top-menu .menu-item-has-children .sub-menu .menu-item::before {
  content: '';
  width: 0px;
}
.et_fullwidth_nav #top-menu li.mega-menu > ul {
  right: 30px !important;
  left: 30px !important;
  width: auto;
  max-width: 1080px;
  margin: auto;
}
#top-menu li a {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 300;
}
.sub-menu li a {
  text-transform: none !important;
  word-break: normal;
  hyphens: none;
}
.sub-menu .sub-menu li a:before {
  content: '> ';
}
/****************ACCUEIL *********************/
/*Recherche*/
#recherche {
  z-index: 9000;
  margin-top: -23px !important;
  position: absolute;
  left: 50%;
  max-width: 650px !important;
  transform: translateX(-50%);
}
.et_pb_search {
  overflow: hidden;
  border: 1px solid #7a7a7a;
  border-radius: 5px;
}
.ds-icon-search input.et_pb_searchsubmit, .widget_search input#searchsubmit {
  background: transparent;
  color: transparent;
  border: none;
  width: 55px;
  z-index: 2;
}
.ds-icon-search input.et_pb_s, .widget_search input#s {
  padding-right: 55px !important;
}
.ds-icon-search .et_pb_searchform:before, .widget_search::before {
  content: '\55';
  position: absolute;
  font-family: 'ETModules';
  z-index: 1;
  right: 0;
  font-size: 20px;
  padding: 8px 20px;
}
.ds-icon-search .et_pb_searchform::before, .widget_search::before {
  content: '\55';
  position: absolute;
  font-family: 'ETModules';
  z-index: 1;
  right: 0;
  font-size: 20px;
  padding: 6px 15px;
  border-left: 1px #7a7a7a solid;
}
/*Acces rapide*/
#picto-home-wrapper {
  max-width: 1080px;
}
#picto-home-wrapper .et_pb_column {
  display: table;
}
.picto-home .et_pb_main_blurb_image {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 8px;
  line-height: 0;
}
.picto-home {
  /*width: 13%;



    margin: 20px 0;*/
  margin-bottom: 20px;
  /*display: inline-block;*/
  vertical-align: top;
  display: table-cell;
}
.picto-home h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 12px !important;
}
/********actualites*************/
.actu_une.prems {
  max-width: 455px;
  height: 296px;
  background-size: cover;
  background-repeat: no-repeat;
  float: left;
  position: relative;
  width: 100%;
}
.actu_une.deuze {
  width: 375px;
  height: 142px;
  background-size: cover;
  background-repeat: no-repeat;
  float: right;
  position: relative;
  margin-bottom: 11px;
}
.actu_une h2 {
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  margin: 0 !important;
  padding: 5px !important;
  background: rgba(0, 0, 0, 0.70) !important;
  background-blend-mode: multiply !important;
  vertical-align: bottom !important;
  color: #fff !important;
  bottom: 0 !important;
  position: absolute !important;
  width: 100%;
}
.actu_une.prems h2 {}
.actu_une.deuze h2 {}
/*****************CARTE****************/
#communes a > g > path {
  transition: all 0.5s ease-in-out;
}
#communes a:hover > g > path, #communes a#oree:hover > g > polygon {
  fill: #000;
  transition: all 0.5s ease-in-out;
}
a > g .commune {
  transition: all 0.5s ease-in-out;
}
a:hover > g .commune {
  fill: #000;
  transition: all 1s ease-in-out;
}
.vis {
  opacity: 1;
  display: block !important;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.situation .st10 {
  opacity: 1;
  pointer-events: none;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  font-family: 'Open Sans', sans-serif !important;
}
/********AGENDA*************/
.et_pb_section {
  padding: 64px 0; /*margin-bottom: 10%;*/
}
.eo-eb-event-meta a {
  background: #7d4c94 none repeat scroll 0 0;
  color: black;
  padding: 0 6px;
  text-transform: none;
}
.home .agenda {
  /*background: #000;



	moz-box-shadow: 0px 2px 3px 0px rgba(49, 49, 49, 0.72);



	webkit-box-shadow: 0px 2px 3px 0px rgba(49, 49, 49, 0.72);



	o-box-shadow: 0px 2px 3px 0px rgba(49, 49, 49, 0.72);



	box-shadow: 0px 2px 3px 0px rgba(49, 49, 49, 0.72);



	padding: 20px 10px;



	width: 95%;



margin: -30px 15px 0 15px;*/
}
.agenda {
  /*background: #e9e9e9;



    padding: 20px 10px;



    width: 100%;



    margin: -30px 15px 0 15px;*/
}
.evt_acc {
  width: 31%;
  display: inline-block;
  vertical-align: top;
  margin: 0 3% 30px 0;
  margin-left: 0px;
  height: 250px;
  line-height: 1.4em;
  text-align: left;
}
.evt {
  display: inline-block;
  max-width: 700px;
  margin-left: 20px;
  vertical-align: top;
}
.evt_thb, .evt_thb img {
  width: 100px;
}
#page-container .evt h2 {
  font-weight: 700;
  color: #000;
  margin: 0;
  word-wrap: break-word;
  font-size: 24px;
}
li.eo-event-future {
  list-style: none;
  clear: both;
  margin-bottom: 30px;
}
.agenda li, .evt li {
  list-style: none;
  clear: both;
  height: 85px;
  margin-bottom: 0px;
}
.agenda ul {
  vertical-align: top;
  background: #fff;
  padding: 0 0 0 30px;
}
.agenda a {
  color: #fff;
}
.date {
  display: none;
}
.vignette {
  height: 165px;
  background-size: cover;
  position: relative;
}
.courbe {
  position: absolute;
  max-height: 50%;
  right: 0;
  bottom: -1px;
  width: auto;
  max-width: 43px;
}
.agenda a {
  color: #000;
  text-decoration: none;
}
.agenda a:hover {
  color: #7d4c94;
  text-decoration: none;
}
.agenda h2 {
  color: #000000;
  text-align: center;
  margin-bottom: 25px;
}
.agenda ul li a {
  height: 85px;
}
.evt_acc:first-child {
  margin-left: 0 !important;
}
.evt_acc:last-child {
  margin-right: 0 !important;
}
a.bt-agenda {
  display: block;
  background: #000000;
  background-blend-mode: soft-light;
  color: #fff;
  text-align: center;
  padding: 5px;
}
img.vig_agenda {
  float: left;
  height: 100%;
  margin-right: 15px;
}
.date {
  /*background-color: rgb(146, 188, 35);*/
  background: #000000b3;
  color: #fff;
  /*float: left;*/
  font-size: 18px;
  font-weight: lighter;
  height: 90px;
  margin: 0;
  padding: 17px 5px 5px 10px;
  text-align: center;
  text-transform: uppercase;
  width: 90px;
}
.home .tt_evt h3 {
  margin-top: 20px;
  color: #fff;
}
.evt_acc {
  color: #000;
}
.home .tt_evt h4 {
  /*margin-top: 20px;



	color: #fff;*/
}
.tt_evt h3 {
  margin-top: 20px;
  color: #ed6d85;
  font-size: 16px;
}
.tt_evt h4 {
  margin-top: 20px;
  color: #ed6d85;
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
  line-height: 1.2em;
}
.date h4 {
  font-weight: lighter !important;
}
.date-agenda {
  font-size: 50px;
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  font-weight: 800;
  letter-spacing: 1px;
  display: block;
}
.moisagenda {
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  font-weight: 800;
  font-size: 12px;
  text-transform: uppercase;
}
/*.date-agenda:after {



	background-color: #fff;



	content: "";



	display: block;



	height: 3px;



	margin: 7px auto;



	width: 50px;



}*/
.single-event #primary {
  max-width: 1000px;
  margin: 100px auto 10px auto;
}
.single-event .eo-event-meta a {
  color: #000 !important;
}
.single-event .eo-event-meta time, .single-event .eo-event-meta li, .single-event .eo-event-meta li a {
  font-size: 20px !important;
}
.et_pb_column.et_pb_column_1_3.et_pb_column_1.et_pb_css_mix_blend_mode_passthrough.et_pb_column_single {
  border-left: 5px solid #000;
}
#sidebar-secondary .date {
  margin: 0 20px 30px 0;
}
.bandeau-photo {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
}
.bandeau-photo img {
  width: 100%;
  height: auto;
}
.fond-site {
  background: rgba(0, 0, 0, 0) url("images/fond-site2.png") repeat scroll 0 0;
  height: 100%;
  opacity: 0.3;
  position: fixed;
  width: 100%;
}
.eo-event-board-items .eo-eb-date-container span {
  background: none !important;
  color: none;
}
.eo-event-board-items .eo-eb-date-container {
  border: #7d4c94 solid 1px !important;
}
.eo-event-board-items .eo-eb-event-title a {
  color: #7d4c94 !important;
  font-size: 25px;
  font-weight: inherit;
  line-height: inherit;
}
.eo-event-board-items .eo-eb-event-box {
  font-size: 14px;
  color: #000000;
}
.eventorganiser-event-meta {
  background: none;
  margin: 10px 0 40px;
  padding: 10px 20px;
}
.eo-eb-event-meta a {
  background: #7d4c94 none repeat scroll 0 0;
  color: #fff;
  padding: 0 6px;
  text-transform: uppercase;
}
.eo-eb-event-meta a:hover {
  color: #fff;
}
.eo-event-board-items {
  width: 100% !important;
}
.eo-eb-event-box {
  margin: 0 30px 0 0 !important;
}
.et_pb_column.et_pb_column_1_4.et_pb_column_8.et_pb_css_mix_blend_mode_passthrough.et-last-child {
  border: 10px solid #f2f2f2;
}
.home .et_pb_column.et_pb_column_1_4.et_pb_column_8.et_pb_css_mix_blend_mode_passthrough.et-last-child {
  border: 0px solid #fff;
}
/*****************CALENDRIER*****************/
.et_pb_sidebar_0.et_pb_widget_area {
  border-right: 0px solid #ffffff !important;
}
#wp-calendar caption {
  font-size: 17px !important;
  color: #ed6d85 !important;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.05em;
}
#eo-widget-next-month {
  text-align: right;
}
#wp-calendar {
  width: 100%;
  margin: 0 auto 0;
  empty-cells: show;
}
#wp-calendar a {
  display: block;
  font-weight: bold;
  text-decoration: none;
  color: #ed6d85 !important;
}
.home .et_pb_text_2 h3 {
  max-width: 300px;
  margin: auto;
  background: #F8F8F8;
  padding: 20px 10px;
}
#eo_calendar_widget-2_content {
  max-width: 300px;
  margin: auto;
  background: #F8F8F8;
  padding: 10px;
}
.entry-content #eo_calendar_widget-2_content tr th, .entry-content #eo_calendar_widget-2_content tr td {
  padding: 6px 0px !important;
  text-align: center !important;
}
/***************************/
.single .caroussel {
  height: 480px;
  overflow: hidden;
}
.single .caroussel img {
  width: 100%;
}
.single-event .single-title {
  color: #7d4c94;
}
.eventorganiser-event-meta {
  background: rgba(206, 93, 68, 1) none repeat scroll 0 0;
  margin: 10px 0 40px;
  padding: 10px 20px;
}
.eventorganiser-event-meta h4 {
  color: #fff !important;
  letter-spacing: 1px;
  margin: 0 !important;
  text-transform: uppercase;
}
.eventorganiser-event-meta h4:after {
  background-color: #fff;
  content: "";
  display: block;
  height: 3px;
  margin-top: 10px;
  width: 50px;
}
.eo-event-meta a {
  color: #fff !important;
}
.eo-tc-event .eo-event-content {
  margin: 10px 0 !important;
}
.eo-event-content .moretag {
  float: none;
}
.eo-event-meta li a, .eo-event-meta li a span {
  font-family: raleway;
  font-size: 14px;
  color: #fff
}
.eo-event-thumbnail {
  margin: 0px 10px 0 0 !important;
}
.post-type-archive-event article {
  margin-bottom: 20px !important;
}
.eo-event-title, .eo-event-title a, .eo-event-title a span {
  color: rgba(206, 93, 68, 1);
}
.event h2 {
  color: rgba(206, 93, 68, 1) !important;
}
.event h2:after {
  content: "";
  display: block;
  height: 3px;
  margin-top: 10px;
  width: 50px;
  background: rgba(206, 93, 68, 1);
}
body.single-event .eo-event-venue-map {
  width: 60% !important;
}
.eo-event-meta {
  list-style: none !important;
  padding: 5px 10px 5px 0 !important;
  margin: 0 !important;
  font-family: raleway !important;
  background: rgba(206, 93, 68, 1);
}
.surtitre {
  bottom: 0;
  position: absolute;
  background: #52a2b1 none repeat scroll 0 0;
}
.surtitre, .eo-event-meta strong {
  color: #fff !important;
  margin: 0 !important;
  padding: 5px 10px !important;
  font-family: Clicker Script;
  font-size: 22px;
}
.eo-event-meta time {
  font-size: 14px !important;
}
.eventorganiser-event-meta .eo-event-meta {
  color: #fff;
  margin: 10px 0;
}
.eventorganiser-event-meta .eo-event-meta strong {
  padding-left: 0 !important;
}
.bloc-side {
  background: rgba(0, 0, 0, 0) url("images/plus-side.jpg") no-repeat scroll 0 0;
  height: 101px;
  margin: 20px 0;
  padding: 18px 0 0 60px;
}
.bloc-side a h4 {
  color: #978f83 !important;
  font-size: 22px;
  text-transform: uppercase !important;
}
.services p {
  padding-bottom: 0;
  line-height: 1.4em;
}
.services h3 {
  padding-top: 1em;
  padding-bottom: 0.5em;
  line-height: 1em;
}
.bloc_com_del {
  padding: 15px;
}
.bt_vert {
  background: #8ebb0c;
  margin: 15px;
  padding: 10px 5px;
  color: #000;
}
.bt_vert a {
  display: block;
  width: 100%;
  height: 100%;
  color: #000;
}
.eo-event-board-items .eo-eb-event-title a {
  color: #4ebee9 !important;
}
.eo-event-board-items .eo-eb-date-container {
  border: #4ebee9 solid 1px !important;
}
#main-content .container {
  padding-top: 0 !important;
}
/************************************************/
/***** HEADER *****/
#et-info, #et-secondary-menu > ul > li a {
  display: block;
  padding-bottom: 0;
}
#main-header {
  padding-top: 0em;
}
#main-header .et_menu_container .logo_container {
  display: inline-block;
  width: 10%;
  position: inherit;
  vertical-align: bottom;
  margin-top: -43px;
  margin-left: 40px !important;
}
#main-header .et_menu_container {
  font-size: 0;
}
/***** FIXED HEADER *****/
#main-header.et-fixed-header .et_menu_container .logo_container {
  width: 9%;
  margin-left: 12%;
  margin-bottom: 10px;
}
#main-header.et-fixed-header {
  padding-top: 10px;
}
#main-header.et-fixed-header #accessibility {
  margin-bottom: 0;
}
#main-header.et-fixed-header #accessibility img {
  margin-bottom: 0;
}
#main-header.et-fixed-header #et-top-navigation {
  padding-top: 0 !important;
}
.et-search-field {
  background: #fff !important;
  z-index: 99999999999999999;
  padding: 37px 10px;
  font-size: 25px !important;
}
/***** ZONE ACCESSIBILITE + BANDEAU *****/
#accessibility {
  margin-bottom: 30px;
}
#accessibility .ruban, #accessibility .wrap-accessibility {
  display: inline-block;
}
#accessibility .rss, #accessibility .oeil {
  margin-right: 12px;
  cursor: pointer;
}
#et_top_search {
  display: block;
  float: right;
  position: relative;
  width: auto;
  margin: 3px 0 0 0;
}
/***** MENU DE NAVIGATION *****/
#et-top-navigation {
  padding: 20px 0 0 0 !important;
  padding-top: 20px;
  float: none !important;
  display: block;
  width: auto;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  max-width: 700px;
}
#et-top-navigation nav > ul > li > a {
  padding-bottom: 10px !important;
}
#top-menu-nav #top-menu {
  float: none;
}
#top-menu-nav {
  min-height: 33px;
  float: none !important;
  hyphens: none;
  border-bottom: 1px solid;
}
#top-menu li {
  padding-right: 40px;
}
/*#top-menu .menu-item:before {



    content: '';



    position: absolute;



    right: 16px;



    background: #000;



    width: 1px;



    height: 30px;



}



#top-menu .menu-item:last-child:before {



    content: '';



	width:0px;



}*/
#top-menu .menu-item-has-children .sub-menu .menu-item:before {
  content: '';
  width: 0px;
}
/**************************************



**********CONTENU**********************



**************************************/
.titre h1, .titre_une_col h1 {
  position: relative !important;
  margin-bottom: 25px;
  display: inline-block !important;
  background-color: #ed6d85;
  max-width: 60%;
  max-height: 200px;
  padding: 15px 0 10px 30px;
  border-radius: 10px 0 0 10px;
}
.titre h1::after, .titre_une_col h1::after {
  content: "";
  height: 100%;
  width: auto;
  display: inline-block;
  position: absolute;
  right: -79px;
  margin-left: 100%;
  min-width: 80px;
  /*background: #7fa0ff;*/
  background-repeat: no-repeat;
  background-image: url("images/arrondi-tt.svg");
  background-size: auto 100%;
  top: 0;
}
.titre_une_col h1 {
  max-width: 840px;
}
.titre .petit, .titre_une_col .petit {
  font-size: 44px;
  font-weight: 300;
  display: block;
  margin: 0;
  padding: 0;
  line-height: 1em;
}
.et_pb_row.et_pb_row_1.une_col {
  margin-top: 0px !important;
  padding-top: 0;
}
.intro p {
  font-size: 19px !important;
  font-weight: 300 !important;
  color: #ed6d85 !important;
}
.telechargement {
  padding-left: 50px;
  background-size: 30px;
  padding-top: 8px;
}
.telechargement p {
  padding-bottom: 0.1em;
}
.telechargement:before {
  background-image: url("images/icon-doc.png");
  background-size: auto auto;
}
/***************CARTES ODS***************/
.odswidget-map-tooltip__header {
  font-weight: 600;
  text-align: left;
  font-size: 1.2rem;
  margin-bottom: 0.4rem;
  color: #2c3f56;
  padding-left: 0;
  padding-right: 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-size: 18px !important;
  padding: 0 !important;
  margin: 0 !important;
}
/*************************************



**********OUTIL COLLECTE & tri**************/
.jour_om {
  width: 49.5%;
  background: #b3b3b3;
  font-size: 30px;
  text-align: center;
  padding: 0px;
  float: left;
}
.jour_cs {
  width: 49.5%;
  background: #FFE600;
  font-size: 30px;
  text-align: center;
  padding: 0px;
  float: left;
}
.calendrier_collecte {
  width: 99%;
  background: #312E72;
  text-align: center;
  padding: 10px;
  font-size: 20px;
  color: #fff;
}
.calendrier_collecte a {
  color: #fff;
}
.type_ordure {
  font-size: 18px;
  background-color: #000;
  color: #fff;
  font-weight: 600;
  margin: 0 0 15px 0;
  padding: 5px;
}
.semaine {
  display: block;
  font-size: 20px;
  font-weight: 700;
}
.choix_dechet {
  max-width: 400px;
  width: 100%;
  float: left;
}
.guide {
  background-color: #ed6d854d;
  padding: 10px;
  max-width: 400px;
  width: 100%;
  display: inline-block;
}
/*************************************



**********CAHIER**************/
.cahier {
  max-width: 212px;
  display: inline-block;
  width: 23%;
  position: relative;
  text-align: center;
  margin: 10px 10px 30px 10px;
  vertical-align: top;
}
.cahier h2 {
  text-align: center;
  clear: both;
}
.extrait_cahier {
  background-color: #fff;
  padding: 5px;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
}
.extrait_cahier {
  background-color: #ffffffeb;
  padding: 15px 7px 7px 7px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  text-align: left;
  opacity: 0;
  transition: all 0.5s ease-out;
}
.extrait_cahier:hover {
  opacity: 1;
  transition: all 1s ease-out;
}
.extrait_cahier h5 {
  color: #000;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 14px;
  line-height: 1.4em;
}
/**************************************



******SIDEBAR MENU**********************/
/*.widget_nav_menu, */
.menu_gauche .menu {
  background: linear-gradient(to bottom, #f2f2f2 85%, transparent 100%);
  padding: 30px 10px 50px 20px !important;
  font-size: 14px !important;
  line-height: 1.5em !important;
  word-wrap: normal;
}
.widget_nav_menu:after, .menu_gauche .menu:after {
  bottom: 0;
  background: linear-gradient(to bottom, #f2f2f2 0%, transparent 100%);
}
.widget_nav_menu .menu-item-has-children > a, .menu_gauche .menu-item-has-children > a {
  background: #ed6d85;
  padding: 5px;
  border-radius: 4px 2px;
  color: #fff !important;
  margin-bottom: 10px;
  display: inline-block;
  font-weight: 700;
}
/*..widget_nav_menu a,*/ .menu_gauche a {
  color: #ed6d85 !important;
}
.menu_gauche .sub-menu a::before, .menu_gauche .sub-menu a::before, .menu_gauche .sub-menu .current_page_ancestor.menu-item-has-children a::before {
  content: "> ";
  color: #ed6d85 !important;
}
.menu_gauche .sub-menu .current_page_ancestor.menu-item-has-children, .menu_gauche .sub-menu .current_page_ancestor.menu-item-has-children a {
  background: transparent;
  color: #ed6d85 !important;
}
.contact_sd {
  font-size: 14px;
  line-height: 1.5em;
  padding-left: 15px;
  letter-spacing: -0.03em;
  background-color: #ed6d8561;
  padding-bottom: 41px;
  margin-right: 30px;
  background-image: url('https://www.mooj.fr/wp-content/themes/Divi-child/images/courbe.svg');
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: auto 20%;
  margin-top: 60px;
  padding-top: 20px;
}
.contact_sd h5 {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  padding-bottom: 20px;
  font-family: 'Open Sans', sans-serif !important;
}
.contact_sd a {
  color: #ed6d85;
}
/**************************************



******SIDEBAR MENU**********************/
/*.widget_nav_menu, */ .menu_gauche .menu {
  background: linear-gradient(to bottom, #f2f2f2 85%, transparent 100%);
  padding: 30px 10px 50px 20px !important;
  font-size: 14px !important;
  line-height: 1.5em !important;
  word-wrap: normal;
}
.menu_gauche {
  max-width: 255px;
}
.widget_nav_menu:after, .menu_gauche .menu:after {
  bottom: 0;
  background: linear-gradient(to bottom, #f2f2f2 0%, transparent 100%);
}
.widget_nav_menu .menu-item-has-children > a, .menu_gauche .menu-item-has-children > a {
  background: #ed6d85;
  padding: 5px;
  border-radius: 4px 2px;
  color: #fff !important;
  margin-bottom: 10px;
  display: inline-block;
  font-weight: 700;
}
.widget_nav_menu .sub-menu .menu-item-has-children > a, .menu_gauche .sub-menu .menu-item-has-children > a {
  background: transparent;
  padding: 5px;
  border-radius: 4px 2px;
  color: #000 !important;
  margin-bottom: 10px;
  display: inline-block;
  font-weight: 600;
}
.menu_gauche .sub-menu a::before {
  content: "> ";
  color: #ed6d85 !important;
}
/*..widget_nav_menu a,*/ .menu_gauche a {
  color: #ed6d85 !important;
}
.menu_gauche .sub-menu > a::before, .menu_gauche .sub-menu > a::before, .menu_gauche .sub-menu .current_page_ancestor.menu-item-has-children > a::before {
  content: "> ";
  color: #ed6d85 !important;
}
.menu_gauche a:hover {
  color: #a97d6e;
	box-shadow: inset 0px 0px 0px 0px #fff !important;
    opacity: 100% !important;
  transition: all 0.5s ease-out;
}
.menu_gauche .sub-menu li.current_page_item a, .menu_gauche .sub-menu .sub-menu li.current_page_item a, .menu_gauche .sub-menu .current-menu-item a {
  color: #ed6d85 !important;
	font-size: 16px !important;
}
.menu_gauche .sub-menu li a {
  color: #000 !important;
	padding: 6px 0px !important;
}
.sub-menu .sub-menu {
  font-weight: 300;
  background-color: transparent !important;
  border-left: 1px solid #ed6d85;
  padding: 0 !important;
  margin-left: 10px;
}
.sub-menu .sub-menu li {
  margin-left: 5px;
}
.menu_gauche .sub-menu .sub-menu li a::before {
  content: '';
  /*border-left: 1px solid #ed6d85;



    margin-right: 5px;*/
  height: 25px;
  margin-top: -25px;
}
.menu_gauche .sub-menu .current_page_ancestor.menu-item-has-children, .menu_gauche .sub-menu .current_page_ancestor.menu-item-has-children > a {
  background: transparent;
  color: #ed6d85 !important;
}
.contact_sd {
  font-size: 14px;
  line-height: 1.5em;
  padding-left: 15px;
  letter-spacing: -0.03em;
  background-color: #ed6d8561;
  padding-bottom: 41px;
  margin-right: 30px;
  background-image: url('https://www.mooj.fr/wp-content/themes/Divi-child/images/courbe.svg');
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: auto 20%;
  margin-top: 60px;
  padding-top: 20px;
  max-width: 225px;
}
.contact_sd h5 {
  font-size: 18px;
  color: #bf9004;
  font-weight: bold;
  padding-bottom: 20px;
  font-family: 'Open Sans', sans-serif !important;
}
.contact_sd a {
  color: #000;
}
.cat-post-widget .cat-post-item {
  border-bottom: 1px solid #ccc;
  line-height: 1.6em;
  padding-bottom: 10px;
}
.cat-post-widget .cat-post-title {
  font-weight: 500;
}
/************FOOTER*******************/
#main-footer .footer-widget h4 {
  font-family: 'aleo', Georgia, "Times New Roman", serif;
  font-weight: 800;
  font-size: 18px;
  color: #ed6d85;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
#main-footer .widget_nav_menu a {
  color: #fff;
}
#footer-widgets .footer-widget li::before {
  display: none !important;
}
#main-footer .widget_nav_menu a:before {
  content: "> ";
  color: #fff !important;
}
#main-footer .widget_mailpoet_form h4 {
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 700;
  color: #fff;
  text-transform: none;
  font-size: 14px;
}
.footer-widget {
  line-height: 1.6em;
}
.footer-widget .fwidget {
  margin-bottom: 10px !important;
}
#footer-widgets .footer-widget li {
  position: relative;
  padding-left: 0 !important;
}
.zoom-social-icons-list--no-labels .zoom-social_icons-list__item {
  display: inline-block;
  margin: 0;
  border: none;
}
.mailpoet_text, .search-page-form #searchform input {
  padding: 5px !important;
}
.mailpoet_submit, #searchsubmit, .ninja-forms-field[type="button"] {
  border: 0;
  padding: 5px 10px !important;
  background: #ec6e86;
  border-radius: 3px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 12px;
}
/*.ninja-forms-field[type="button"] {



	 border: 0;



    padding: 7px;



    background: #ec6e86;



	



}*/
.social {
  list-style-type: none;
  display: inline-block;
  margin: 0 20px 0 0;
  border: none;
  border-radius: 3px;
  width: 35px;
  height: 35px;
}
footer-widgets .footer-widget li {
  position: relative;
  padding-left: 0 !important;
}
.fbic, .ytic {
  list-style-type: none;
  display: block;
  padding: 4px;
  border: none;
  width: 35px;
  height: 35px;
  border-radius: 3px;
}
.social:hover > .fbic {
  background-color: #3b5998;
  transition: all 0.2s ease;
}
.social:hover > .ytic {
  background-color: #de0000;
  transition: all 0.2s ease;
}
/**********************ACCORDION****************/
.et_pb_toggle_open .et_pb_toggle_title:before {
  display: block !important;
  content: "\e04f";
}
#top-menu li.mega-menu.mega-menu-parent-3 > ul > li {
  width: 97% !important;
}
/****************RECHERCHE********/
.search-container {
  max-width: 800px;
  margin: 50px auto;
}
.search-container h3 {
  Border-top: 1px solid #000;
  margin-top: 20px;
  padding: 15px 0;
}
.nav-links {
  margin-top: 25px;
}
/**********ACCESSIBILITE************/
[class^="aticon-"]::before, [class*=" aticon-"]::before {
  font-family: 'a11y' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff !important;
}
.a11y-toolbar ul li button {
  display: block;
  background: #000 !important;
  text-align: center;
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #d2d2d2;
  position: relative;
}
.home .filda {
  display: none;
}
.filda {
  max-width: 1280px;
  width: 90%;
  margin: 25px auto 0;
}
/*



MEDIA Q



*/
/*Modifier le point de rupture du menu mobile*/
/*En fait ici on cache le menu standard et on affiche le menu mobile*/
@media only screen and (max-width: 1250px) {
  #top-menu-nav, #top-menu {
    display: none;
  }
  #et_top_search {
    display: none;
  }
  #et_mobile_nav_menu {
    display: block;
  }
  .lien_scene::before, .lien_mooj::before {
    content: "";
    background: transparent !important;
    position: relative;
    display: block;
    transform: none;
    padding: 4px;
  }
}
@media only screen and (max-width: 1110px) {
  .et_pb_row.et_pb_row_1.une_col, .et_pb_row.et_pb_row_2.une_col, .et_pb_row.et_pb_row_3.une_col {
    padding: 0 5% !important;
  }
  .actu_une.prems {
    margin: auto;
    float: none;
    width: 100%;
    max-width: 440px;
  }
  .actu_une.deuze {
    margin: 20px auto;
    float: none;
    width: 100%;
    max-width: 440px;
  }
  .tt_slide_mob {
    background: url("https://www.mooj.fr/wp-content/themes/Divi-child/images/fond-slide2.png") no-repeat;
    padding: 10px;
    text-align: left;
    background-size: cover;
    width: 165px !important;
    max-width: 100% !important;
    line-height: 1em;
  }
  .tt_slide_mob h2.petit {
    color: #fff !important;
    font-size: 21px !important;
    font-weight: 400 !important;
    line-height: 1em !important;
    margin: 0 !important;
    padding: 0;
    padding-right: 0px;
    padding-left: 0px;
  }
  .tt_slide_mob h2.gros {
    color: #fff !important;
    font-size: 21px !important;
    font-weight: 700 !important;
    line-height: 1em !important;
    margin: 0 !important;
    padding: 0;
    padding-right: 0px;
    padding-left: 0px;
  }
}
@media screen and (max-width: 1024px) {
  h1 {
    font-size: 40px !important;
    max-width: 80%;
  }
  .menu-top-elm {
    display: none !important;
  }
  .et_pb_section .et_pb_post_title_0.et_pb_post_title {
    margin-left: 10% !important;
  }
  .et_pb_section_1 {
    padding-top: 0px;
    padding-right: 3%;
    padding-bottom: 64px;
    padding-left: 3%;
  }
  .picto-home {
    width: 13%;
    min-width: 115px;
    margin: 20px 0;
    margin-bottom: 20px;
    display: inline-block;
    vertical-align: top;
  }
  #picto-home-wrapper {
    text-align: center;
  }
  .evt_acc {
    width: 90%;
    display: inline-block;
    vertical-align: top;
    margin: 20px 3% 30px 0;
    margin-left: 0px;
    height: 250px;
    min-width: 260px;
  }
  #tt_agenda {
    margin-top: 40px;
  }
  #eo_calendar_widget-2 {
    width: 100% !important;
  }
}
@media screen and (max-width: 450px) {
  #page-container {
    padding-top: 50px !important;
  }
  .cadran_enf {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100% !important;
  }
  #main-header .et_menu_container .logo_container {
    display: inline-block;
    width: 40% !important;
    position: inherit;
    vertical-align: bottom;
    margin-top: 5px !important;
    margin-left: 0px !important;
  }
  .actu_une.prems, .actu_une.deuze {
    width: 100%;
  }
  #recherche {
    /*z-index: 9000;



    margin-top: -23px !important;



    position: absolute;



    right: 5px;



    left: 5px;



    margin-left: 0 !important;



    max-width: 650px !important;*/
    width: 95% !important;
  }
  .filda {
    max-width: 1280px;
    width: 90%;
    margin: 50px auto 5px;
    font-size: 14px;
    line-height: 1.3em;
  }
  .agenda {
    text-align: center;
  }
  .evt_acc, .evt_acc:first-child, .evt_acc:last-child {
    float: none;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .titre {
    margin-top: -55px !important;
    margin-left: 2% !important;
  }
  .titre h1, .titre_une_col h1 {
    max-width: 90% !important;
  }
  .et-db #et-boc .et_pb_section .et_pb_post_title_0.et_pb_post_title {
    margin-top: -50px !important;
  }
  .titre h1, .titre_une_col h1 {
    width: 100%;
    padding: 10px;
    border-radius: 10px;
  }
  .titre h1::after, .titre_une_col h1::after {
    content: unset;
  }
  .et_pb_row.et_pb_row_0 .et_pb_image_wrap {
    overflow: hidden;
    margin-left: 50%;
    transform: translateX(-50%);
    max-width: unset !important;
  }
  .et_pb_row.et_pb_row_0 .et_pb_image_wrap img {
    width: 1000px;
    max-width: unset;
  }
  .entry-content .et_pb_section .et_pb_post_title_0.et_pb_post_title {
    margin-left: 5% !important;
  }
  .single-event .et_pb_row.et_pb_row_0, .et_pb_row.et_pb_row_1.une_col {
    display: flex;
    flex-direction: column-reverse;
  }
  .et_pb_module.et_pb_image.et_pb_image_0 {
    overflow: hidden;
  }
  .et_pb_row.et_pb_row_0 .et_pb_image_wrap {
    overflow: hidden;
    margin-left: 50%;
    transform: translateX(-50%);
    max-width: unset;
  }
  .et_pb_row.et_pb_row_2.une_col.et_pb_gutters1.et_pb_row_1-4_3-4 {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 90% !important;
  }
  .et_pb_column.et_pb_column_3_4.et_pb_column_2.et_pb_css_mix_blend_mode_passthrough {
    padding-bottom: 30px !important;
  }
  #main-content .container {
    padding-top: 0;
    width: 90%;
  }
  h1 {
    font-size: 24px !important;
    max-width: 90% !important;
  }
  h2 {
    font-size: 23px !important;
    margin: 25px 0 10px 0;
    line-height: 1.3em !important;
  }
  .menu_gauche {
    max-width: 100%;
  }
  .contact_sd {
    margin-top: 10px !important;
    margin-bottom: 20px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .f50 {
    display: inline-block;
    width: 100%;
  }
}
#formetbref {
  margin-bottom: 85px;
}
#nf-form-title-23 h3 {
  font-family: 'aleo', Georgia, "Times New Roman", serif !important;
  font-weight: 300;
  font-size: 34px !important;
  margin: 25px 0 10px 0;
}
.nf-next {
  font-size: 24px;
  background: #ed6d85;
  border: none;
  border-radius: 3px;
  color: #fff;
  font-weight: 600;
}
#nf-label-class-field-452-2, #nf-field-452-2 {
  display: none;
}
.questionnaire {
  width: 100%;
  max-width: 700px;
  margin: auto;
  margin-bottom: auto;
  margin-bottom: 50px;
  padding: 30px;
  border: 1px solid #000;
  background: #f4f4f4 url("http://www.mooj.fr/wp-content/uploads/ic-outil-aideprh.png") no-repeat 30px 10px;
}
.ttprh h2 {
  margin-left: 100px;
  margin-top: 0px;
  font-weight: 800;
}
.ttprh h2 .petit {
  font-size: 28px !important;
  display: block;
  font-weight: 400;
  line-height: 1em;
}
.f50 {
  display: inline-block;
  width: 49%;
}
.f50 select {
  width: 100%;
  padding: 5px;
}
#resultat {
  padding: 8px;
  margin-top: 15px;
  border: none;
  background: #ed6d85;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
}
.nf-previous-item {
  display: none;
}
/* SLIDER ENTETE */
.image-container-vignette-entete {
  width: 100%;
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat, no-repeat;
  background-position: left, center;
  padding-left: 16%;
  padding-top: 340px;
}
@media (max-width: 1000px) {
  .image-container-vignette-entete {
    height: 300px;
    padding-left: 2%;
    background-size: cover;
    padding-top: 180px;
  }
}
/* FIN SLIDER ENTETE */
/*------------------------------------------------*/
/*----------[GQ - COMPACT MEGA MENU]--------------*/
/*------------------------------------------------*/
#main-header.et-fixed-header .et_menu_container .logo_container {
  width: 9%;
  margin-left: 12%;
  margin-bottom: 10px;
}
#et-top-navigation {
  margin-top: -50px;
}
#top-menu li a {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 300;
}
.menu-item img {
  max-width: 42px;
  padding: 5px;
}
#et-top-navigation nav > ul > li > a {
  padding-bottom: 10px !important;
}
/*



  #top-menu li.mega-menu > ul {



    position: absolute;



    transition: all 0.3s ease;



    -webkit-columns: auto 3;



    -moz-columns: auto 3;



    columns: auto 3;



    column-count: 3;



    column-gap: 0;



    -moz-column-fill: balance;



    column-fill: balance;



    left: 0;



    /*top: 40px;*/ /*



    right: 0;



    z-index: 10;



    padding-top: 20px;



    padding-bottom: 20px;



    word-wrap: normal;



    margin-top: 8px;



    max-width: 1080px;



    margin: 8px auto;



    background-color: rgba(0, 0, 0, 0.85) !important;



  }*/
#top-menu li.mega-menu > ul > li {
  width: 100%;
  margin: 0;
}
#top-menu li.mega-menu li > a {
  width: 100%;
  font-size: 16px;
  padding: 0;
  line-height: 1.5em;
  color: #fff !important;
}
#top-menu li.mega-menu > ul > li > a:first-child {
  padding-top: 7px !important;
  border-bottom: 0px solid rgba(0, 0, 0, 0.03);
  font-weight: 700;
  line-height: 1.2em;
  color: #326626;
  border-top: #ffffff4d 1px solid;
  padding-bottom: 12px;
}
#top-menu li.mega-menu li ul {
  display: none;
  visibility: visible;
  opacity: 1;
  margin-bottom: 10px;
}
#top-menu li.mega-menu > ul > li > a {
  width: 90%;
  padding: 0;
  word-wrap: normal;
  hyphens: none;
  font-size: 16px;
  text-transform: capitalize;
  color: #fff;
}
#main-header .et_mobile_menu .menu-item-has-children > a {
  background-color: transparent;
  position: relative;
}
#main-header .et_mobile_menu .menu-item-has-children > a:after {
  font-family: 'ETmodules';
  text-align: center;
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  position: absolute;
}
#main-header .et_mobile_menu .menu-item-has-children > a:after {
  font-size: 16px;
  content: '\4c';
  top: 13px;
  right: 10px;
}
#main-header .et_mobile_menu .menu-item-has-children.visible > a:after {
  content: '\4d';
}
#main-header .et_mobile_menu ul.sub-menu {
  display: none !important;
  visibility: hidden !important;
  transition: all 1.5s ease-in-out;
}
#main-header .et_mobile_menu .visible > ul.sub-menu {
  display: block !important;
  visibility: visible !important;
}
#top-menu li.mega-menu ul li {
  display: inline-block !important;
  float: none !important;
  margin: 0;
  padding: 0 !important;
  vertical-align: top; /* max-width: 275px;*/
}
.sub-menu .sub-menu {
  font-weight: 300;
  background-color: transparent !important;
}
#top-menu .menu-item-has-children .sub-menu .menu-item::before {
  content: '';
  width: 0px;
}
#top-menu-nav li.mega-menu li.current-menu-item > a, #top-menu-nav li.mega-menu li.current-menu-item a {
  color: #d49f00 !important;
}
.et_fullwidth_nav #top-menu li.mega-menu > ul {
  right: 30px !important;
  left: 30px !important;
  width: auto;
  max-width: 1080px;
  margin: auto;
}
#top-menu li a {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 300;
}
.sub-menu li a {
  text-transform: none !important;
  word-break: normal;
  hyphens: none;
}
.et-menu-nav li.mega-menu > ul {
  padding: 30px 20px;
  position: absolute !important;
  left: 20.5% !important;
  width: 700px !important;
  columns: auto 2 !important;
  column-gap: 0 !important;
  right: 0 !important;
  border-bottom: #db788d 5px solid;
}
@media (max-width: 1350px) {
  .et-menu-nav li.mega-menu > ul {
    left: 50% !important;
    right: 50% !important;
    transform: translate(-47.2%, 0);
  }
}
.et-menu-nav li.mega-menu > ul > li {
  width: 100% !important;
  margin: 0;
}
.et_pb_menu .et_pb_menu__menu > nav > ul > li.mega-menu {
  border-bottom: solid 2px white;
  transition: all 0.3s ease-in-out;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 0px;
}
.et_pb_menu .et_pb_menu__menu > nav > ul > li.mega-menu:active {
  transition: all 0.3s ease-in-out;
  border-bottom: solid 3px #ED6C85;
  padding-bottom: 0px;
  margin-bottom: -1px;
}
.et_pb_menu .et_pb_menu__menu > nav > ul > li.mega-menu:hover {
  transition: all 0.3s ease-in-out;
  border-bottom: solid 3px #ED6C85;
  padding-bottom: 0px;
  margin-bottom: -1px;
}
.et_pb_menu .et_pb_menu__menu > nav > ul > li.mega-menu:active .da11y-submenu, .et_pb_menu .et_pb_menu__menu > nav > ul > li.mega-menu:hover .da11y-submenu {
  color: #02A79D;
}
.et_pb_menu--with-logo .et_pb_menu__menu > nav > ul > li > a, .et_pb_fullwidth_menu--with-logo .et_pb_menu__menu > nav > ul > li > a {
  padding-bottom: 0px;
  padding-top: 0px;
}
.et_pb_section_1_tb_header.et_pb_section {
  padding-right: 0px;
  padding-left: 0px;
}
.et_pb_menu_0_tb_header.et_pb_menu .nav li ul.sub-menu a {
  border-top: #ffffff4d 1px solid;
  width: 90% !important;
  padding-top: 6px !important;
  padding-left: 6px !important;
  margin-left: 30px !important;
  font-weight: 300 !important;
}
.et_pb_menu .et_pb_menu__menu, .et_pb_fullwidth_menu .et_pb_menu__menu {
  width: 95%;
  height: 50px;
  justify-content: space-between;
  margin-top: auto;
  text-align: center;
}
.et_pb_menu .et_pb_menu__menu > nav, .et_pb_fullwidth_menu .et_pb_menu__menu > nav {
  width: 100%;
  height: 50px;
  justify-content: space-between;
  max-width: 700px;
  margin: auto;
}
.et_pb_menu .et_pb_menu__menu > nav > ul, .et_pb_fullwidth_menu .et_pb_menu__menu > nav > ul {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  height: 50px;
  justify-content: space-between;
  border-bottom: solid 1px black;
}
button.et_pb_menu__icon {
  align-items: flex-end;
  padding-bottom: 16px;
}
.et_pb_menu_0_tb_header .et_pb_menu_inner_container > .et_pb_menu__logo-wrap .et_pb_menu__logo img {
  padding-bottom: 10px;
}
.et_pb_menu_0_tb_header .et_pb_menu_inner_container > .et_pb_menu__logo-wrap .et_pb_menu__logo {
  margin-right: 0;
}
#menu-principal2-1 .et-menu-nav li.mega-menu li > a, .et-menu-nav li.mega-menu li > a {
  width: 100% !important;
}
.et_pb_menu__search-button {
  background-image: url(images/icon-loupe.png) !important;
  padding: 0 !important;
  width: 40px;
  height: 40px;
  background-size: 40px 40px !important;
  margin: 0px !important;
  margin-top: auto !important;
  margin-bottom: 6px !important;
}
@media (max-width: 980px) {
  .et_pb_menu__search-button {
    width: 30px;
    height: 30px;
    background-size: 30px 30px !important;
  }
}
.et_pb_menu__close-search-button {
  margin: 0 !important;
  margin-bottom: auto !important;
  margin-top: auto !important;
  padding: 0 !important;
  padding-right: 10px !important;
  margin-left: 10px !important;
}
.et_pb_menu__search {
  margin-left: 20px !important;
}
.et_pb_menu__search-button:after {
  display: none !important;
}
.et_pb_menu .et_pb_menu__wrap {
  display: flex;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  flex-wrap: nowrap;
}
.et_pb_menu_0_tb_header.et_pb_menu ul li a {
  font-size: 18px;
  font-family: 'Fira Sans', Helvetica, Arial, Lucida, sans-serif;
  font-weight: 300;
}
.et_pb_menu .et_pb_menu__wrap {
  place-content: center;
}
@media (max-width: 980px) {
  .et_pb_menu .et_pb_menu__wrap {
    justify-content: flex-end !important;
  }
}
.et-menu-nav li.mega-menu li > ul {
  width: 100% !important;
}
.et-menu-nav li.mega-menu ul li {
  float: initial !important;
}
.et_pb_menu_0_tb_header.et_pb_menu .nav li ul li ul {
  background-color: #181919 !important;
}
/*



  .et_pb_menu_0_tb_header.et_pb_menu .nav li ul{



    padding-left: 0px !important;



  }*/
/*







  .et-menu-nav li.mega-menu ul li {



    display: inline-block !important;



}



*/
/** MENU HOVER **/
.et_pb_menu .et_pb_menu__search-container {
  padding-top: 0px;
  width: 100%;
  padding-left: 80px;
  margin: auto;
  align-self: center;
  justify-content: center;
}
.et_pb_menu .et_pb_menu__search {
  max-width: 700px;
}
.et_pb_menu_0_tb_header.et_pb_menu .nav li ul.sub-menu a:hover, #top-menu li.mega-menu > ul > li > a:hover {
  box-shadow: inset 200px -2px 100px 0px #ED6C85 !important;
  opacity: 100% !important;
  transition: all 0.4s ease-in-out;
}
.et_pb_menu .et_pb_menu__menu > nav > ul > li.mega-menu:hover .da11y-submenu {
  color: #ED6C85;
}
/** Style FOOTER **/
.footer_link .et_pb_text_inner a {
  border-radius: 5px;
  display: inline-block;
  background-color: #72726d;
  color: white;
  padding: 4px;
  margin: 2px;
  line-height: normal;
  font-weight: 500;
  transition: all .2s ease-in-out;
}
.footer_link .et_pb_text_inner a:hover {
  background-color: #4d4d49;
  transition: all .2s ease-in-out;
}
.nf-before-form-content {
  color: white;
}
/*** STYLE SLIDERS EVENEMENTS ***/
.evenements_sliders {
  margin: 10px;
}
.infos_evenements_slider {
  padding: 10px;
}
.img_evenement_slider {
  width: 100%;
}
.evenements_sliders {
  margin-bottom: 40px;
}
.container-date-event {
  display: inline-block;
  padding-top: 5px;
  border-top: 4px solid #d4a001;
}
.infos_evenements_slider h4 {
  padding-bottom: 2px !important;
  font-weight: bold;
  color: #d4a001;
}
@media only screen and (max-width: 767px) {
  .infos_evenements_slider h4 {
    font-size: 16px;
  }
}
.container-date-event h4 {
  color: #53544c;
  font-weight: bold;
}
.vignette-events {
  width: 500px;
}
/*** STYLE SLIDERS ACTUALITEES ***/
.container_slider_slider_actu {
  margin: 10px
}
.fond_extrait_slider_actu {
  /*background: url(images/fond_svg_slides.svg) top center;*/
  background-size: 100%;
  padding: 10px;
  padding-top: 160px;
  margin-top: -150px;
}
.fond_extrait_slider_actu p, .fond_extrait_slider_actu h4 {
  color: black;
}
.fond_extrait_slider_actu h4 {
  color: #53544C;
  font-size: 1.4rem;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .fond_extrait_slider_actu h4 {
    font-size: 1.1rem;
  }
}
.titre_post_slider_actu {
  padding-bottom: 0px;
  border-bottom: 4px solid #ED6C85;
  margin-bottom: 8px;
  height: 70px;
}
.slider_actu_home_page .slick-prev {
  width: 60px;
  height: 60px;
  left: -85px;
}
.slider_actu_home_page .slick-next {
  width: 60px;
  height: 60px;
  right: -85px;
}
@media (max-width: 700px) {
  .container-actu {
    padding-bottom: 2px;
  }
}
.slick-dots li button:before {
  font-size: 10px !important;
  top: 10px !important;
}
.slick-dots {
  bottom: -45px !important;
}
.image-container-vignette {
  width: 100%;
  height: 290px;
  -webkit-mask-image: url(images/mask-svg-vignettes-event.svg);
  mask-image: url(images/mask-svg-vignettes-event.svg);
  mask-position: bottom;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: bottom;
}
@media (max-width: 1600px) {
  .image-container-vignette {
    height: 235px;
  }
  .et_pb_section {
    padding: 0px 0;
  }
}
@media (max-width: 1900px) {
  .image-container-vignette {
    height: 270px;
  }
}
@media (max-width: 1200px) {
  .image-container-vignette {
    height: 180px;
  }
}
@media (max-width: 1000px) {
  .image-container-vignette {
    height: 120px;
  }
}
@media (max-width: 800px) {
  .image-container-vignette {
    height: 170px;
  }
}
@media (max-width: 570px) {
  .image-container-vignette {
    height: 140px;
  }
}
@media (max-width: 479px) {
  .image-container-vignette {
    height: 260px;
  }
}
@media (max-width: 400px) {
  .image-container-vignette {
    height: 230px;
  }
}
.image-container-vignette img {
  height: 100%;
  width: 100%;
  object-fit: cover
}
/* TITRE HOME */
.titre-section-home .et_pb_text_inner {
  margin: auto;
  width: fit-content;
  position: relative;
  /*  background-color: hsla(196, 61%, 58%, .75); */
}
.titre-section-home .et_pb_text_inner::before {
  content: '';
  background-color: #ED6C85;
  position: absolute;
  left: -5%;
  bottom: 18px;
  width: 110%;
  height: 16px;
  z-index: -1;
}
.jaune-texte .et_pb_text_inner::before {
  background-color: #ED6C85;
}
/* Accordeon Menu Version Tablette et mobile */
.ligne-accordeon {
  width: 95%;
  margin: auto;
}
summary {
  color: rgb(20, 20, 20);
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 800;
  text-align: center;
  padding: 20px 0px;
  /*background-image: url(images/Fond-Acces-En-Clic.png);*/
  background-position: center;
  font-family: 'aleo', Georgia, "Times New Roman", serif !important;
  width: 100%;
}
/*.container-accordeon{



    display: inline-block;



    margin-left: 40px !important;



    width: 40%;



  }*/
#ar_mob .container-accordeon {
  display: inline-block;
  width: 95%;
  max-width: 649px;
  margin: auto auto;
  font-size: 24px;
}
#ar_mob .container-accordeon a {
  margin-left: 6px;
  font-weight: 400;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 40px;
}
#ar_mob .container-accordeon a:hover {
  font-weight: 600;
}
#ar_mob .ligne-accordeon {
  display: flex;
  align-items: center;
  padding: 6px 10px;
  box-shadow: rgb(0 0 0 / 27%) 0px 8px 16px -8px;
  justify-content: space-between;
}
.ligne-accordeon p {
  color: #535353;
  padding: 0px;
  font-size: 20px;
}
.ligne-accordeon-1, .ligne-accordeon-2 {
  background-color: white;
}
.ligne-accordeon-1 {
  position: relative;
  z-index: 100;
}
.ligne-accordeon-2 {
  position: relative;
  z-index: 99;
}
.ligne-accordeon-3 {
  background: white;
  position: relative;
  z-index: 98;
}
.ligne-accordeon-4 {
  background-color: white;
  position: relative;
  z-index: 97;
}
.ligne-accordeon-5 {
  background-color: white;
  position: relative;
  z-index: 96;
}
.ligne-accordeon-6 {
  background-color: white;
  position: relative;
  z-index: 95;
}
.ligne-accordeon-7, .ligne-accordeon-8 {
  background-color: white;
}
.ligne-accordeon-7 {
  position: relative;
  z-index: 94;
}
.ligne-accordeon-8 {
  position: relative;
  z-index: 93;
}
.ligne-accordeon-9 {
  background-color: #CA9902;
  position: relative;
  z-index: 92;
}
.ligne-accordeon img {
  margin: auto;
  height: 100%;
  max-width: 100%;
}
.container-img-acordeon {
  height: 100%;
  width: 60px;
  display: flex;
  justify-content: center;
}
.et_pb_toggle_title {
  padding: 20px 0px 20px 0 !important;
}
@media (max-width: 750px) {
  .container-accordeon {
    margin: 10px !important;
    width: -webkit-fill-available;
    width: -moz-available; /* WebKit-based browsers will ignore this. */
    width: -webkit-fill-available; /* Mozilla-based browsers will ignore this. */
    width: fill-available;
  }
}
/* SLIDER TEXTE */
@media (max-width: 1000px) {
  .image-container-vignette-entete .rose-text, .image-container-vignette-entete .bleu-text {
    font-size: 28px;
    line-height: 1em;
    /*padding: 4px !important;*/
  }
}
@media (max-width: 450px) {
  .image-container-vignette-entete .rose-text, .image-container-vignette-entete .bleu-text {
    font-size: 21px;
    line-height: 1em;
    padding: 4px !important;
  }
}
.image-container-vignette-entete h4 {
  font-family: 'aleo', Georgia, "Times New Roman", serif !important;
  padding: 4px 6px;
  font-size: 32px;
  color: white;
  display: inline-block;
  line-height: 1.1em;
}
.image-container-vignette-entete .bleu-text {
  font-family: 'aleo', Georgia, "Times New Roman", serif !important;
  background-color: #03A69D;
  line-height: 1.1em;
  padding: 3px 10px;
	font-size: 48px;
}
.image-container-vignette-entete .rose-text {
  font-family: 'aleo', Georgia, "Times New Roman", serif !important;
  background-color: #ED6C85;
  line-height: 1.1em;
  padding: 3px 10px;
	font-size: 48px;
}
/* SLIDER ALERT */
.container_slider_alert {
  background-color: #eabb00;
  display: flex;
  align-items: center;
  padding: 10px 30px;
}
.slider_alert h4 {
  color: black;
  padding-bottom: 0px;
}
.slider_alert p {
  color: #000;
}
.slider_alert img {
  margin-right: 20px;
}
@media (max-width: 700px) {
  .slider_alert img {
    display: none;
  }
  .slider_alert p {
    font-size: 12px;
    line-height: 16px;
  }
  .container_slider_alert {
    padding: 10px 10px;
  }
}
/* Taille Textes Menu */
@media (min-width: 980px) {
  a.da11y-submenu {
    font-size: 18px !important;
  }
  .sub-menu a.da11y-submenu {
    padding: 6px 20px !important;
  }
  ul.sub-menu {
    background-color: transparent !important;
  }
  .slider_entete .slick-next:before, .slider_entete .slick-prev:before {
    font-size: 40px;
  }
  .slider_entete .slick-prev {
    left: 2%;
    z-index: 999999;
    height: 50px;
    width: 50px;
  }
  .slider_entete .slick-next {
    right: 2%;
    z-index: 999999;
    height: 50px;
    width: 50px;
  }
  /* MENU */
  .et-menu-nav li.mega-menu.et-hover li ul, .et-menu-nav li.mega-menu:hover li ul {
    display: inline-table;
    background-color: rgba(0, 0, 0, 0) !important;
    padding-bottom: 4px;
  }
  .et-menu-nav li.mega-menu > ul > li > a:first-child {
    border-top: #ffffff4d 1px solid !important;
    padding-top: 6px !important;
    display: table;
  }
  .et-menu-nav li.mega-menu > ul > li {
    width: 90% !important;
  }
  li ul.sub-menu a:hover, #menu-principal2-1 li ul.sub-menu a:hover {
    box-shadow: inset 400px 0px 100px 0px #ed6d85 !important;
    opacity: 100% !important;
  }
}