/*
Theme Name:   GeneratePress-child
Description:  Theme enfant de GeneratePress
Author:       jimmy
Author URL:   www.tabularasa.fr
Template:     generatepress
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  generatepress-child
*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,700;1,400&display=swap");
@font-face {
  font-family: "cocogooselight";
  src: url("/wp-content/themes/generatepress-child/fonts/cocogoose_pro_light-trial-webfont.woff2") format("woff2"), url("/wp-content/themes/generatepress-child/fonts/cocogoose_pro_light-trial-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "cocogoose_proitalic";
  src: url("/wp-content/themes/generatepress-child/fonts/cocogoose_pro_italic-trial-webfont.woff2") format("woff2"), url("/wp-content/themes/generatepress-child/fonts/cocogoose_pro_italic-trial-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "cocogooseregular";
  src: url("/wp-content/themes/generatepress-child/fonts/cocogoose_pro-trial-webfont.woff2") format("woff2"), url("/wp-content/themes/generatepress-child/fonts/cocogoose_pro-trial-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
body {
  overflow-x: hidden;
}

.separate-containers .site-main {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 1300px !important;
}

/*TITRES*/
h2 {
  color: #7e5940;
  font-family: "cocogooseregular";
  font-size: 24px;
  line-height: 28px;
}

h3 {
  color: #c4a176;
  font-family: "cocogooseregular";
  font-size: 20px;
  line-height: 25px;
  font-weight: initial;
  margin-bottom: 10px;
}

/*BOUTONS*/
.elementor-widget-button .elementor-button-wrapper {
  position: relative;
  display: inline-block;
}
.elementor-widget-button .elementor-button-wrapper .elementor-button {
  background: #7e5940;
  border-radius: 0px;
  color: #fff;
  transition: all 0.3s ease-out !important;
}
.elementor-widget-button .elementor-button-wrapper .elementor-button:hover {
  background: #1d1d1d;
}

/*TOP HEADER*/
.top-bar {
  background-color: #7e5940;
}
.top-bar p {
  margin-bottom: 0px !important;
}

/*HEADER*/
.inside-header {
  padding: 20px 0px;
}

/*MENU*/
.main-navigation .main-nav ul li[class*=current-menu-] > a {
  font-weight: 700 !important;
}

/*SLIDER*/
.titre_slider {
  margin-bottom: 30px !important;
}
.titre_slider p {
  font-family: "cocogooselight" !important;
  font-size: 29px !important;
  line-height: 37px !important;
}
.titre_slider p b {
  font-family: "cocogooseregular";
  font-weight: initial;
}

div#n2-ss-2 .n2-ss-slide-limiter,
div#n2-ss-5 .n2-ss-slide-limiter {
  max-width: 1300px !important;
}

#slider_accueil {
  position: relative;
}
#slider_accueil .elementor-widget-wrap {
  padding: 0px !important;
}
#slider_accueil img {
  width: 100%;
  max-height: 525px;
  -o-object-fit: cover;
     object-fit: cover;
}
#slider_accueil::before {
  content: "";
  background-color: #1d1d1d;
  width: 100%;
  height: 570px;
  position: absolute;
  top: 0;
  left: 0;
}

.copyright_slide p {
  position: absolute;
  right: -113px;
  transform: rotate(-90deg);
  bottom: -165px;
}

/*PRESENTATION*/
#presentation {
  position: relative;
  margin-top: -220px;
  padding-top: 230px;
}
#presentation .elementor-widget-container,
#presentation .elementor-element-fa91e0e .elementor-widget-container {
  max-width: 1000px;
  margin: 0 auto;
}
#presentation::before, #presentation::after {
  left: -10px;
  position: absolute;
  width: 2px;
}
#presentation::before {
  content: "";
  background-color: #7e5940;
  height: 100%;
  bottom: 0;
}
#presentation::after {
  content: "";
  background-color: #fff;
  height: 100px;
  top: -100px;
}

/*LIGNE BAS DE PAGE*/
#ligne_baspage::before, #ligne_baspage::after {
  right: -10px;
  position: absolute;
  width: 2px;
}
#ligne_baspage::before {
  content: "";
  background-color: #7e5940;
  height: 300px;
  bottom: -10px;
}
#ligne_baspage::after {
  content: "";
  background-color: #fff;
  height: 100px;
  bottom: -110px;
}

/*CHIFFRES CLEF*/
#chiffres_clef {
  background-color: #fff;
  padding: 30px;
}
#chiffres_clef .elementor-counter-title,
#chiffres_clef .elementor-counter-number {
  font-family: "cocogooseregular";
  text-align: center;
  font-size: 25px;
  margin-bottom: 0;
}
#chiffres_clef .elementor-counter-title {
  line-height: 25px;
}
#chiffres_clef .elementor-counter-number {
  font-family: "Poppins", sans-serif;
  color: #7e5940;
  font-weight: 700;
  display: block;
  font-size: 50px;
  line-height: 55px;
}

/*ACTUALITES*/
#actualites #les_actus {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
}
#actualites #les_actus .unPost {
  flex: 0 1 20%;
}
#actualites #les_actus .unPost .contenuActu .date {
  display: none;
}
#actualites #les_actus .unPost .contenuActu p {
  margin-bottom: 0px;
}
#actualites #les_actus .unPost .contenuActu p .read-more {
  display: none;
}
#actualites #les_actus .unPost .contenuActu .bt2 {
  display: block;
  background-color: #1d1d1d;
  color: #fff;
  padding: 10px;
  margin-top: 10px;
}
#actualites #les_actus .unPost .postImg a {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  line-height: 0px;
  transition: all 0.3s ease-out !important;
}
#actualites #les_actus .unPost .postImg a img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
#actualites #les_actus .unPost .postImg a::after {
  content: "02";
  font-size: 185px;
  color: #1d1d1d;
  opacity: 0.3;
  position: absolute;
  bottom: -50px;
  right: -8px;
}
#actualites #les_actus .unPost:first-child .postImg a::after {
  content: "01";
}
#actualites #les_actus .unPost:last-child .postImg a::after {
  content: "03";
}

/*REASSURANCES*/
#reassurances .elementor-image-box-wrapper {
  position: relative;
}
#reassurances .elementor-image-box-wrapper .elementor-image-box-img {
  margin-bottom: 0px;
}
#reassurances .elementor-image-box-wrapper .elementor-image-box-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#reassurances .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title,
#reassurances .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-description {
  color: #fff;
  margin-bottom: 0px;
}
#reassurances .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title {
  font-size: 22px;
  font-weight: initial;
}
#reassurances .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-description {
  font-style: italic;
}

/*SEPARATEUR*/
.separateur {
  background: #7e5940;
  padding: 30px 0px;
  margin-top: 100px;
}
.separateur h2,
.separateur h3,
.separateur p,
.separateur ul li {
  color: #fff;
}
.separateur p {
  margin-bottom: 20px;
}
.separateur p:last-child {
  margin-bottom: 0px;
}
.separateur .elementor-widget-wrap {
  display: flex;
  align-items: center;
  justify-content: center !important;
  flex-wrap: initial;
  gap: 2%;
}
.separateur .elementor-widget-wrap > .elementor-element {
  width: auto !important;
}
.separateur .elementor-widget-button {
  margin-bottom: 0 !important;
}
.separateur .elementor-widget-button .elementor-button-wrapper {
  position: relative;
  display: inline-block;
}
.separateur .elementor-widget-button .elementor-button-wrapper .elementor-button {
  background: #fff;
  border-radius: 0px;
  color: #7e5940;
  transition: all 0.3s ease-out !important;
  border: 2px solid #fff;
}
.separateur .elementor-widget-button .elementor-button-wrapper .elementor-button:hover {
  background: inherit;
  color: #fff;
}

.encart {
  background-color: #1d1d1d;
  padding: 15px;
}
.encart h2,
.encart h3,
.encart p,
.encart ul li {
  color: #fff;
}
.encart p {
  margin-bottom: 20px;
}
.encart p:last-child {
  margin-bottom: 0px;
}

.num p {
  font-size: 30px;
  color: #fff;
}

/*FOOTER*/
footer.site-info {
  padding: 10px;
}

#footer-widgets {
  padding-top: 165px;
  margin-top: -120px;
  padding-bottom: 20px;
}

.footer-widget-2 h2, .footer-widget-2 .h2 {
  color: #fff !important;
  font-size: 17px;
  margin-bottom: 5px;
}
.footer-widget-2 ul li {
  margin-bottom: 0;
}
.footer-widget-2 ul li a {
  color: #fff;
  transition: all 0.3s ease-out !important;
  font-weight: 300;
}
.footer-widget-2 ul li a:hover {
  opacity: 0.3;
}

.footer-widget-3 label {
  color: #fff;
  font-size: 17px;
  font-family: "cocogooseregular";
}
.footer-widget-3 input,
.footer-widget-3 input:focus {
  background-color: inherit;
  border: 0;
  padding: 10px;
  font-style: italic;
  */color: rgba(255, 255, 255, 0.5);*/
}
.footer-widget-3 button {
  background-color: inherit;
  padding: 0;
}
.footer-widget-3 button:hover {
  background-color: #7e5940;
}
.footer-widget-3 .wp-block-search__inside-wrapper {
  margin-top: 10px;
}
.footer-widget-3 :where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
  padding: 0;
  border: 2px #fff solid;
}

/*ACCORDEONS*/
.elementor-accordion-item {
  margin: 0px;
  border: 0px !important;
  border-bottom: 1px solid #c4a176 !important;
}
.elementor-accordion-item .elementor-toggle-item {
  margin-bottom: 20px;
}
.elementor-accordion-item .elementor-toggle-item:last-child {
  margin-bottom: 0px;
}
.elementor-accordion-item .elementor-tab-title {
  color: #c4a176 !important;
  border: 0px;
  font-size: 18px;
  transition: all 0.3s ease-out !important;
  padding: 30px !important;
}
.elementor-accordion-item .elementor-tab-title:hover {
  background: rgba(196, 161, 118, 0.4);
  color: #fff !important;
}
.elementor-accordion-item .elementor-tab-title:hover a,
.elementor-accordion-item .elementor-tab-title:hover i {
  color: #fff !important;
}
.elementor-accordion-item .elementor-tab-title:hover a::before,
.elementor-accordion-item .elementor-tab-title:hover i::before {
  color: #fff !important;
}
.elementor-accordion-item .elementor-tab-title a {
  font-family: "cocogooseregular";
  font-weight: initial;
}
.elementor-accordion-item .elementor-tab-title.elementor-active {
  background-color: inherit !important;
  color: #c4a176 !important;
  padding-bottom: 0px !important;
}
.elementor-accordion-item .elementor-tab-title.elementor-active a {
  color: #c4a176 !important;
}
.elementor-accordion-item .elementor-tab-content {
  border: 0px !important;
  padding: 20px !important;
}

/*TITRE PAGE*/
header.headerArticle h1,
header.entry-header h1,
header.page-header h1 {
  padding: 60px 0px 60px 0px;
  font-size: 35px;
  font-family: "cocogooseregular";
  color: #7e5940;
  text-align: right;
}

.page-template-default #les_actus {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 3%;
}
.page-template-default #les_actus .unPost {
  flex: 0 1 22.5%;
  transition: all 0.3s ease-out !important;
  color: #1d1d1d;
  margin-bottom: 50px;
}
.page-template-default #les_actus .unPost .contenuActu .date {
  display: none;
}
.page-template-default #les_actus .unPost .contenuActu h3 {
  margin-top: 20px;
  margin-bottom: 0;
  transition: all 0.3s ease-out !important;
}
.page-template-default #les_actus .unPost .contenuActu p {
  margin-bottom: 0px;
}
.page-template-default #les_actus .unPost .contenuActu p .read-more {
  display: none;
}
.page-template-default #les_actus .unPost .postImg {
  background-color: #c4a176;
  line-height: 0;
  position: relative;
}
.page-template-default #les_actus .unPost .postImg::after {
  content: "";
  background: url("/wp-content/themes/generatepress-child/assets/images/plus_icon.png") center center no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-out !important;
  opacity: 0;
}
.page-template-default #les_actus .unPost .postImg img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 1;
  line-height: 0;
  transition: all 0.3s ease-out !important;
}
.page-template-default #les_actus .unPost:hover .contenuActu h3 {
  color: #1d1d1d;
}
.page-template-default #les_actus .unPost:hover .postImg::after {
  opacity: 1;
}
.page-template-default #les_actus .unPost:hover .postImg img {
  opacity: 0.4;
}
.page-template-default .page-nav-container {
  width: 100%;
  border-top: 1px #c4a176 solid;
  padding-top: 2px;
  text-align: right;
}
.page-template-default .page-nav-container .page-numbers {
  color: #c4a176;
  transition: all 0.3s ease-out !important;
}
.page-template-default .page-nav-container .page-numbers::after {
  content: "|";
  display: inline-block;
  padding: 0px 0px 0px 5px;
  font-weight: initial;
}
.page-template-default .page-nav-container .page-numbers.next::after, .page-template-default .page-nav-container .page-numbers.prev::after {
  display: none;
}
.page-template-default .page-nav-container .page-numbers.current {
  color: #c4a176;
  font-weight: 700;
}
.page-template-default .page-nav-container .page-numbers.current::after {
  font-weight: initial;
}
.page-template-default .page-nav-container .page-numbers:hover {
  color: #7e5940;
}
.page-template-default .page-nav-container .page-numbers:hover::after {
  color: #c4a176;
}

/*PAGE CONTENU*/
body:not(.home) .site-header {
  background-color: #fff;
}
body:not(.home) .site-logo a {
  display: block;
  background: url("/wp-content/themes/generatepress-child/assets/images/logo_ammonites_vendee_marron.jpg") center center no-repeat;
  background-size: contain;
}
body:not(.home) .site-logo a img {
  opacity: 0;
}
body:not(.home) .main-navigation .main-nav ul li a {
  color: #1d1d1d;
}
body:not(.home) .main-navigation .main-nav ul li a:hover {
  color: #c4a176 !important;
}
body:not(.home) .main-navigation .main-nav ul li[class*=current-menu-] > a {
  color: rgba(29, 29, 29, 0.3) !important;
}
body:not(.home) #footer-widgets {
  padding-top: 50px;
  margin-top: 0px !important;
}
body:not(.home) .elementor-column-gap-default > .elementor-column > .elementor-element-populated {
  padding: 0 !important;
}

#annee_periode {
  font-style: italic;
  color: #7e5940;
  margin-top: -90px;
}
#annee_periode p {
  font-size: 20px;
}

/*PAGE DECOUVERTES*/
.page-id-324 header.entry-header {
  display: none !important;
}
.page-id-324 h1 {
  font-family: "cocogooseregular";
}
.page-id-324 #instructionsSchema {
  font-family: "cocogoose_proitalic";
  font-style: normal;
}

/*UN ARTICLE*/
.single-post .headerArticle {
  display: none;
}
.single-post .site-header {
  background-color: #1d1d1d !important;
}
.single-post .site-logo a {
  background: inherit !important;
}
.single-post .site-logo a img {
  opacity: 1 !important;
}
.single-post .main-navigation .main-nav ul li a {
  color: #fff !important;
}
.single-post .main-navigation .main-nav ul li a:hover {
  color: #c4a176 !important;
}
.single-post .main-navigation .main-nav ul li[class*=current-menu-] > a {
  color: rgba(255, 255, 255, 0.3) !important;
}
.single-post .attachment-post-thumbnail {
  display: none;
}
.single-post .entry-content {
  margin-top: 0;
}
.single-post .entry-content > h2 {
  display: none;
}
.single-post #img_couv {
  background-color: #1d1d1d;
  padding: 70px 0px 40px;
  margin-bottom: 100px;
}
.single-post #img_couv img {
  margin-bottom: 30px;
}
.single-post #img_couv p {
  margin-bottom: 0px !important;
  color: #fff;
  margin-left: 10px;
}
.single-post #description_ammonite {
  border-bottom: 1px solid;
  border-bottom-color: rgba(196, 161, 118, 0.25);
  margin-bottom: 30px;
  position: relative;
}
.single-post #description_ammonite::before, .single-post #description_ammonite::after {
  left: -10px;
  position: absolute;
  width: 2px;
}
.single-post #description_ammonite::before {
  content: "";
  background-color: #7e5940;
  height: 180px;
  top: -100px;
}
.single-post #description_ammonite::after {
  content: "";
  background-color: #fff;
  height: 100px;
  top: -200px;
}
.single-post #description_ammonite h1 {
  font-family: "cocogooseregular";
  color: #7e5940;
  margin-bottom: 0;
  font-size: 30px;
}
.single-post #description_ammonite h2 {
  font-family: "Poppins", sans-serif;
  color: #1d1d1d;
  font-size: 22px;
  margin-bottom: 30px;
}
.single-post #description_ammonite h2:first-child {
  margin-bottom: 0 !important;
}
.single-post #description_ammonite h2 strong {
  color: #7e5940;
}
.single-post #description_ammonite p {
  margin-bottom: 5px;
}
.single-post #description_ammonite p:last-child {
  margin-bottom: 0;
}
.single-post #description_ammonite .elementor-widget:not(:last-child) {
  margin-bottom: 0px;
}
.single-post #description_ammonite .elementor-col-50:first-child {
  border-right: 1px solid;
  border-right-color: rgba(196, 161, 118, 0.25);
  padding-bottom: 30px;
}
.single-post #description_ammonite .elementor-col-50:first-child .elementor-widget-button {
  margin-top: 20px;
}
.single-post #description_ammonite .elementor-col-50:last-child {
  padding: 0 0 0 30px;
}
.single-post #description_ammonite #phylogenie_bibli > .elementor-widget-wrap {
  padding-right: 0;
  padding-bottom: 0;
}
.single-post #description_ammonite #phylogenie_bibli > .elementor-widget-wrap .elementor-widget-container {
  padding-right: 30px;
}
.single-post #description_ammonite #bibliographie_ammonite {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid;
  border-top-color: rgba(196, 161, 118, 0.25);
}

/*BACK TO TOP*/
.generate-back-to-top {
  bottom: 85px;
}

/*COOKIES*/
#tarteaucitronRoot #tarteaucitronAlertBig {
  background: rgba(29, 29, 29, 0.8);
}

#schemaAmmonite svg .st0 {
  opacity: 0.35;
  fill: transparent;
  enable-background: new;
}
#schemaAmmonite svg .st0:not(.noClick) {
  cursor: pointer;
}
#schemaAmmonite svg .st0:not(.noClick):hover {
  fill: #c4a176;
}
#schemaAmmonite svg .st1 {
  fill: #c4a176;
}
#schemaAmmonite svg .st2 {
  fill: #1d1d1d;
}
#schemaAmmonite svg .st3 {
  fill: #7e5940;
}
#schemaAmmonite svg .st4 {
  font-family: "cocogooseregular";
}
#schemaAmmonite svg .st5 {
  font-size: 72.435px;
}
#schemaAmmonite svg .st6 {
  font-family: "Poppins", sans-serif;
  font-style: italic;
}
#schemaAmmonite svg .st7 {
  font-size: 60px;
}
#schemaAmmonite svg .st8 {
  fill: none;
  stroke: #1d1d1d;
  stroke-width: 3;
  stroke-miterlimit: 10;
}
#schemaAmmonite text.st2.st6.st7 {
  display: none;
}

/*TRADUCTION*/
table {
  border: 0;
  margin: 0;
}

.wp-block-table td,
.wp-block-table th {
  border: 0;
  padding: 0;
}

#auto_translate_button_wrapper:not(.wpat_float) .wpat_minimalist_dropdown {
  z-index: 9999999;
}

@media (max-width: 1300px) {
  .elementor-section.elementor-section-boxed > .elementor-container,
  .grid-container {
    width: 95% !important;
  }
  #site-navigation {
    flex: auto;
  }
  .main-navigation .inside-navigation {
    justify-content: flex-end;
  }
  .n2-ss-slider .n2-ss-slider-controls-absolute-left,
  .n2-ss-slider .n2-ss-slider-controls-absolute-right {
    left: 10px;
  }
  #presentation {
    margin-top: 0;
    padding-top: 0;
  }
  #presentation::before, #presentation::after {
    display: none;
  }
  #chiffres_clef > .elementor-container {
    width: 100% !important;
  }
}
@media (max-width: 1100px) {
  .site-footer .footer-widgets-container {
    width: 95%;
    margin: 0 auto;
  }
  #slider_accueil::before {
    height: 400px;
  }
  .page-template-default #les_actus .unPost {
    flex: 0 1 30.9%;
  }
}
@media (max-width: 940px) {
  /*MENU NORMAL*/
  button.menu-toggle {
    background-color: #fff !important;
    color: #1d1d1d !important;
  }
  .has-inline-mobile-toggle #site-navigation.toggled {
    margin-top: 0;
  }
  nav#site-navigation {
    background: inherit !important;
  }
  nav#site-navigation ul#menu-menu-principal {
    position: absolute;
    right: 0;
    width: 300px;
    background: #fff;
  }
  nav#site-navigation ul#menu-menu-principal a {
    line-height: 17px;
    padding: 10px;
    color: #1d1d1d !important;
  }
  nav#site-navigation ul#menu-menu-principal a .dropdown-menu-toggle {
    padding: 0;
  }
  nav#site-navigation .main-nav ul ul {
    background-color: rgba(29, 29, 29, 0.1);
  }
  nav#site-navigation .main-nav ul ul li a {
    padding-left: 20px !important;
    padding-right: 20px !important;
    color: #1d1d1d !important;
  }
  body:not(.home) .site-header button.menu-toggle {
    background-color: #1d1d1d !important;
    color: #fff !important;
  }
  body:not(.home) .site-header nav#site-navigation ul#menu-menu-principal {
    background: #7e5940;
  }
  body:not(.home) .site-header nav#site-navigation ul#menu-menu-principal a {
    color: #fff !important;
  }
  .single-post .site-header button.menu-toggle {
    background-color: #fff !important;
    color: #1d1d1d !important;
  }
  .single-post .site-header nav#site-navigation ul#menu-menu-principal {
    background: #fff;
  }
  .single-post .site-header nav#site-navigation ul#menu-menu-principal a {
    color: #1d1d1d !important;
  }
  #ligne_baspage {
    display: none;
  }
  /*MEGAMENU*/
  /*#site-navigation{
      flex-basis: auto !important;

      #mega-menu-wrap-primary{
          display: inline-block !important;

          ul#mega-menu-primary{
              position: absolute !important;
              right: 0;
              width: 200px;
          }
      }
  }

  #mobile-menu-control-wrapper{
      display: none;
  }

  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link{
      line-height: 16px;
      padding: 8px;
  }

  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-2-columns > ul.mega-sub-menu > li.mega-menu-item{
      float: inherit;
      width: 100%;
  }

  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item{
      padding: 0;
  }*/
}
@media (max-width: 767px) {
  /*MEGAMENU*/
  /*.secondary-navigation ul, .secondary-navigation:not(.toggled) .main-nav > ul{
      display: flex !important;
  }*/
  #slider_accueil::before {
    height: 275px;
  }
  #chiffres_clef {
    padding: 0;
    background: none;
    margin: 70px 0px;
  }
  #chiffres_clef .elementor-element-a7e92b7 {
    margin: 30px 0px;
  }
  .elementor-15 .elementor-element.elementor-element-4d13260 > .elementor-element-populated,
  .elementor-15 .elementor-element.elementor-element-fe4d261 > .elementor-element-populated {
    border: 0 !important;
  }
  .separate-containers .inside-article,
  .separate-containers .comments-area,
  .separate-containers .page-header,
  .separate-containers .paging-navigation,
  .one-container .site-content,
  .inside-page-header,
  .elementor-column-gap-wide > .elementor-column > .elementor-element-populated {
    padding: 0 !important;
  }
  #footer-widgets {
    margin-top: 0;
    padding-top: 50px;
  }
  .footer-widget-2 p {
    text-align: center !important;
  }
  .separate-containers .inside-article,
  .separate-containers .comments-area,
  .separate-containers .page-header,
  .separate-containers .paging-navigation,
  .one-container .site-content,
  .inside-page-header {
    padding: 0px 30px;
  }
  .elementor-element-f5f7860 {
    display: none;
  }
  .page-template-default #les_actus .unPost {
    flex: 0 1 48%;
  }
  .single-post #description_ammonite .elementor-col-50:first-child {
    border: 0 !important;
  }
  .single-post #description_ammonite::before, .single-post #description_ammonite::after {
    display: none;
  }
  .single-post #description_ammonite #bibliographie_ammonite {
    border-top: 0px;
    margin-top: 0 !important;
  }
  .single-post #description_ammonite #phylogenie_bibli > .elementor-widget-wrap .elementor-widget-text-editor,
  .single-post #description_ammonite #phylogenie_bibli > .elementor-widget-wrap .elementor-widget-container {
    padding-right: 0px !important;
  }
}
@media (max-width: 550px) {
  .titre_slider p {
    font-size: 22px !important;
    line-height: 25px !important;
  }
  .page-template-default #les_actus .unPost {
    flex: 0 1 100%;
  }
  .separateur .elementor-widget-wrap {
    flex-wrap: wrap;
  }
  .separateur .elementor-widget-wrap > .elementor-element {
    margin: 20px 0px;
  }
}
body.search-results .entry-summary {
  display: none;
}/*# sourceMappingURL=style.css.map */