/*
 Theme Name:   Generatepress child
 Theme URI:    https://monsite.com
 Description:  Description de mon thème enfant
 Author:       Alex
 Author URI:   https://wpmarmite.com
 Template:     generatepress
 Version:      1.0.0
*/
/*--------------------------------------------------------------
# FEUILLES DE STYLE
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# FEUILLES DE STYLE
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# FONT
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# TYPOS & TAILLES
--------------------------------------------------------------*/
h1 {
  font-size: 4.5rem;
}
h1 .entry-title,
h1 .elementor-heading-title {
  font-size: 4.5rem;
}
h2 {
  font-size: 3.5rem;
}
h2 .elementor-heading-title {
  font-size: 3.5rem;
}
h3 {
  font-size: 3rem;
}
h3 .elementor-heading-title {
  font-size: 3rem;
}
h4 {
  font-size: 2rem;
}
h4 .elementor-heading-title {
  font-size: 2rem;
}
p {
  font-size: 1.7rem;
  margin-bottom: 0;
}
p .elementor-text-editor {
  font-size: 1.7rem;
}
.elementor-text-editor {
  font-size: 1.7rem;
}
.vingt {
  font-size: 2rem;
}
.vingt .elementor-heading-title,
.vingt .elementor-text-editor {
  font-size: 2rem;
}
.vingt-cinq {
  font-size: 2.5rem;
}
.vingt-cinq .elementor-heading-title,
.vingt-cinq .elementor-text-editor {
  font-size: 2.5rem;
}
.trente {
  font-size: 3rem;
}
.trente .elementor-heading-title,
.trente .elementor-text-editor {
  font-size: 3rem;
}
.trente-deux {
  font-size: 3.2rem;
}
.trente-deux .elementor-heading-title,
.trente-deux .elementor-text-editor,
.trente-deux p {
  font-size: 3.2rem;
  line-height: 1.3;
}
.trente-cinq {
  font-size: 3.5rem;
}
.trente-cinq .elementor-heading-title,
.trente-cinq .elementor-text-editor {
  font-size: 3.5rem;
}
.quarante {
  font-size: 4rem;
}
.quarante .elementor-heading-title,
.quarante .elementor-text-editor {
  font-size: 4rem;
}
.quarante-cinq {
  font-size: 4.5rem;
}
.quarante-cinq .elementor-heading-title,
.quarante-cinq .elementor-text-editor {
  font-size: 4.5rem;
}
.cinquante {
  font-size: 5rem;
}
.cinquante .elementor-heading-title,
.cinquante .elementor-text-editor {
  font-size: 5rem;
}
.cinquante-cinq {
  font-size: 5.5rem;
}
.cinquante-cinq .elementor-heading-title,
.cinquante-cinq .elementor-text-editor {
  font-size: 5.5rem;
}
.soixante {
  font-size: 6rem;
}
.soixante .elementor-heading-title,
.soixante .elementor-text-editor {
  font-size: 6rem;
}
.soixante-dix {
  font-size: 7rem;
}
.soixante-dix .elementor-heading-title,
.soixante-dix .elementor-text-editor {
  font-size: 7rem;
}
.quatre-vingt {
  font-size: 8rem;
}
.quatre-vingt .elementor-heading-title,
.quatre-vingt .elementor-text-editor {
  font-size: 8rem;
}
.cent {
  font-size: 10rem;
}
.cent .elementor-heading-title,
.cent .elementor-text-editor {
  font-size: 10rem;
}
/*--------------------------------------------------------------
# 
--------------------------------------------------------------*/
.italic {
  font-style: italic;
}
.capital {
  text-transform: uppercase;
}
.capital .elementor-heading-title,
.capital .elementor-text-editor {
  text-transform: uppercase;
}
.minuscule {
  text-transform: lowercase;
}
.minuscule .elementor-heading-title,
.minuscule .elementor-text-editor {
  text-transform: lowercase;
}
.extra-bold {
  font-weight: 800;
}
.extra-bold .elementor-heading-title {
  font-weight: 800;
}
.bold {
  font-weight: 600;
}
.bold .elementor-heading-title,
.bold .elementor-text-editor {
  font-weight: 600;
}
/*--------------------------------------------------------------
# RESQPONSIVE
--------------------------------------------------------------*/
@media screen and (max-width: 960px) {
  h2 {
    font-size: 2.5rem;
  }
  h2 .elementor-heading-title {
    font-size: 2.5rem;
  }
  h3 {
    font-size: 2rem;
  }
  h3 .elementor-heading-title {
    font-size: 2rem;
  }
}
/*--------------------------------------------------------------
# FEUILLES DE STYLE
--------------------------------------------------------------*/
html {
  font-size: 62.5%;
  font-family: 'Montserrat', sans-serif;
}
@supports (-ms-ime-align:auto) {
  body {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.7rem;
  }
}
/*--------------------------------------------------------------
# BASE
--------------------------------------------------------------*/
.clear {
  clear: both;
}
.no-margin {
  margin: 0 !important;
}
/*--------------------------------------------------------------
# MARGES
--------------------------------------------------------------*/
.marge {
  margin-top: 10rem;
  margin-bottom: 10rem !important;
}
.petite-marge {
  margin-top: 5rem;
  margin-bottom: 15rem;
}
.padding {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.padding-top {
  padding-top: 4rem;
}
.padding-bottom {
  padding-bottom: 4rem;
}
/*--------------------------------------------------------------
# BOUTONS
--------------------------------------------------------------*/
.btn .elementor-widget-container {
  margin-top: 10rem;
}
.btn .elementor-button {
  font-size: 4rem;
  border-radius: 0;
}
.btn .elementor-button:hover {
  background-color: #C3CECD !important;
}
.btn a {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.btn a:hover {
  color: white;
}
.btn a:hover::before,
.btn a:focus::before,
.btn a:active::before {
  transform: scaleX(1);
}
.btn a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  background: #000000;
}
.btn a::before {
  background-color: #A6ACAD;
}
.btn-actu .elementor-button {
  border-radius: 0;
  padding: 10px;
}
.btn-exposant .elementor-button {
  font-size: 2rem;
  border-radius: 0;
  padding: 10px 15px;
  text-transform: uppercase;
}
.btn-exposant .elementor-button .elementor-heading-title,
.btn-exposant .elementor-button .elementor-text-editor {
  text-transform: uppercase;
}
.btn-telechargement .elementor-button {
  font-size: 2rem;
  border-radius: 0;
  padding: 10px 15px;
  width: 100% !important;
  text-transform: uppercase;
}
.btn-telechargement .elementor-button .elementor-heading-title,
.btn-telechargement .elementor-button .elementor-text-editor {
  text-transform: uppercase;
}
/*--------------------------------------------------------------.
# POSITIONS
--------------------------------------------------------------*/
.absolute {
  position: absolute !important;
}
/*--------------------------------------------------------------.
# RESPONSIVE
--------------------------------------------------------------*/
@media screen and (max-width: 450px) {
  /*-----------
# MARGES
-----------------*/
  .marge {
    margin-top: 3rem;
    margin-bottom: 3rem !important;
  }
  .petite-marge {
    margin-top: 2rem;
    margin-bottom: 7rem;
  }
  .padding {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .padding-top {
    padding-top: 2rem;
  }
  .padding-bottom {
    padding-bottom: 2rem;
  }
}
/*--------------------------------------------------------------
# FEUILLES DE STYLE
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# FEUILLES DE STYLE
--------------------------------------------------------------*/
/*footer*/
.blanc .elementor-heading-title,
.blanc .elementor-widget-text-editor,
.blanc h1,
.blanc h2,
.blanc h3,
.blanc h4,
.blanc p,
.blanc a,
.blanc strong {
  color: white;
}
.fond-blanc {
  background-color: white;
}
.noir .elementor-heading-title,
.noir .elementor-widget-text-editor {
  color: black;
}
.fond-base {
  background-color: #A6ACAD;
}
/*--------------------------------------------------------------
# TITRES
--------------------------------------------------------------*/
.titre .elementor-heading-title {
  font-weight: 800;
  font-size: 9rem;
  text-align: center;
}
.titre-page .elementor-heading-title {
  font-weight: 800;
  font-size: 9rem;
  text-align: center;
}
.ombre {
  text-shadow: 0px 5px 20px #1C2729;
}
.titre-cat-exposant .elementor-heading-title {
  font-size: 4.4rem;
  font-weight: 700;
}
/*--------------------------------------------------------------
# MENU
--------------------------------------------------------------*/
.menu-haut .elementor-nav-menu--main a {
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 600;
  color: black;
}
.menu-haut .elementor-nav-menu--main a .elementor-heading-title,
.menu-haut .elementor-nav-menu--main a .elementor-text-editor {
  text-transform: uppercase;
}
.menu-haut .e--pointer-underline .elementor-item::after {
  background: none;
}
.reseaux-menu {
  position: absolute !important;
  top: 10px;
  right: 10px;
}
/*--------------------------------------------------------------
# FOOTER
--------------------------------------------------------------*/
.footer {
  padding: 5rem;
  margin-top: 5rem;
}
.mentions .elementor-text-editor,
.mentions p,
.mentions a {
  font-size: 1.2rem;
}
.mentions a:hover {
  color: var(--e-global-color-382ab86) !important;
}
/*--------------------------------------------------------------
# SECTION-HOME
--------------------------------------------------------------*/
.affiche {
  padding-top: 5%;
}
/*//////////*/
.section-infos {
  text-align: center;
}
.section-infos .date .elementor-heading-title {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 8rem;
}
.section-infos .lieu .elementor-heading-title {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 3.5rem;
}
/*//////////*/
.section-programme .evenement {
  /*background-color: white;*/
}
.section-programme .extrait-article-home {
  background-color: white;
}
.section-programme .extrait-article-home .elementor-element-populated {
  justify-content: space-between;
}
.section-programme .extrait-article-home .non-exposant {
  margin-bottom: 0;
}
.section-programme .extrait-article-home .date .elementor-text-editor {
  font-size: 3rem;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}
.section-programme .extrait-article-home h3.elementor-heading-title {
  font-size: 2rem;
  font-weight: 500;
}
.section-programme .extrait-article-home .titre-article .elementor-heading-title {
  font-weight: 800;
}
.section-programme .extrait-article-home .elementor-text-editor {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
}
.section-programme .extrait-contenu {
  flex-direction: row;
}
.section-programme .btn-actu a {
  font-weight: 400;
  text-transform: uppercase;
}
.section-programme .btn-actu a .elementor-heading-title,
.section-programme .btn-actu a .elementor-text-editor {
  text-transform: uppercase;
}
/*//////////*/
.section-boites-images .petit-titre {
  bottom: 0;
  left: 15px;
}
.section-boites-images .petit-titre .elementor-heading-title {
  font-weight: 700;
  color: white;
  text-transform: uppercase;
  font-size: 6rem;
}
.section-boites-images .image-col-gauche {
  padding-top: 4rem;
}
/*--------------------------------------------------------------
# PAGES
--------------------------------------------------------------*/
.marge-bloc {
  margin-top: 15%;
}
/*//////////*/
.home .galerie-image {
  padding-top: 8%;
}
.galerie-image .elementor-gallery-item__image {
  border: solid 4px white;
}
.galerie-image .e-gallery-item:first-child {
  background-color: rgba(0, 0, 0, 0.6);
}
.galerie-image .e-gallery-item:first-child .elementor-gallery-item__image {
  border: none;
}
/*--------------------------------------------------------------
# EXPOSANTS
--------------------------------------------------------------*/
.menu-categorie-exposants a {
  background-color: #C3CECD;
  margin-right: 15px;
  font-size: 1.5rem;
  padding: 5px 10px !important;
  text-transform: uppercase;
}
.menu-categorie-exposants a .elementor-heading-title,
.menu-categorie-exposants a .elementor-text-editor {
  text-transform: uppercase;
}
.menu-categorie-exposants .e--pointer-underline .elementor-item:after {
  content: none;
}
.exposant .espace {
  margin-bottom: 3px !important;
}
.exposant .espace .elementor-heading-title {
  font-size: 3.2rem;
  font-weight: 800;
}
.exposant .espace .elementor-heading-title .elementor-heading-title {
  font-weight: 800;
}
.exposant .info .elementor-text-editor {
  font-size: 2.4rem;
}
.boucle-exposant .elementor-heading-title {
  font-size: 2.4rem;
  font-weight: 500;
  text-transform: uppercase;
}
.boucle-exposant .elementor-heading-title .elementor-heading-title,
.boucle-exposant .elementor-heading-title .elementor-text-editor {
  text-transform: uppercase;
}
.boucle-exposant .elementor-text-editor {
  font-size: 1.8rem;
  font-weight: 500;
}
.boucle-exposant .nom {
  margin-bottom: 5px !important;
}
/*--------------------------------------------------------------
# 	EVENEMENTS / PROGRAMME
--------------------------------------------------------------*/
.onglet {
  position: relative;
  padding: 20px 25px;
  font-weight: 700;
  line-height: 1;
}
/*.colonne-titre-evenement.active,
.colonne-titre-evenement.active .elementor-widget-wrap {
  background: var(--e-global-color-382ab86) !important;
  margin: 0px;
}*/
.conteneur-evenement .event-conteneur {
  display: none;
}
.conteneur-evenement .event-conteneur:first-child {
  display: block;
}
.programme .btn-actu a {
  background-color: #C3CECD !important;
}
.programme .btn-actu a:hover {
  background-color: var(--e-global-color-382ab86) !important;
}
/*--------------------------------------------------------------
# 	RESPONSIVE
--------------------------------------------------------------*/
@media screen and (max-width: 1400px) {
  .menu-haut .elementor-nav-menu a {
    font-size: 1.8rem;
  }
  .menu-haut .elementor-nav-menu a,
  .menu-haut .elementor-nav-menu a:hover {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
/*RESPONSIVE 1024px */
@media screen and (max-width: 1200px) {
  .titre .elementor-heading-title,
  .titre-page .elementor-heading-title {
    font-size: 8rem;
  }
  .titre-cat-exposant .elementor-heading-title {
    font-size: 3.4rem;
  }
  .section-programme .date .elementor-text-editor {
    font-size: 2rem !important;
  }
  .section-programme h2 {
    font-size: 2rem;
  }
  .section-programme h2 .elementor-heading-title {
    font-size: 2rem;
  }
  .section-programme h3.elementor-heading-title {
    font-size: 1.8rem !important;
  }
  .menu-haut .elementor-nav-menu a {
    font-size: 1.5rem;
  }
  .menu-haut .elementor-nav-menu a,
  .menu-haut .elementor-nav-menu a:hover {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
/*RESPONSIVE TABLET*/
@media screen and (max-width: 1400px) {
  .elementor-nav-menu--dropdown .elementor-item.elementor-item-active,
  .elementor-nav-menu--dropdown .elementor-item.highlighted,
  .elementor-nav-menu--dropdown .elementor-item:focus,
  .elementor-nav-menu--dropdown .elementor-item:hover,
  .elementor-sub-item.elementor-item-active,
  .elementor-sub-item.highlighted,
  .elementor-sub-item:focus,
  .elementor-sub-item:hover {
    background-color: var(--e-global-color-382ab86) !important;
  }
}
/*RESPONSIVE MOBILE*/
@media screen and (max-width: 450px) {
  .titre .elementor-heading-title,
  .titre-page .elementor-heading-title {
    font-size: 5rem;
  }
  .btn .elementor-button {
    font-size: 3rem;
  }
  /*//// HOME ////*/
  .section-infos .date .elementor-heading-title {
    font-size: 5rem;
  }
  .section-infos .lieu .elementor-heading-title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 380px) {
  .titre .elementor-heading-title,
  .titre-page .elementor-heading-title {
    font-size: 3.5rem;
  }
  .btn .elementor-button {
    font-size: 2rem;
  }
}
/*--------------------------
	/*Mobile-----------*/
