@media screen and (max-width: 767px) {
  @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video
  {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-family: "Roboto", sans-serif;
  vertical-align: baseline;
  }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section
  {
  display: block;
  }
body { margin: 0; height: 100%;  overflow-x: hidden }
html{overflow-x: hidden}

ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after
  {
  content: '';
  content: none;
  }

ins { text-decoration: none; }
del { text-decoration: line-through; }

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

* { box-sizing: border-box; }


#logomobile
  {
  display: flex;
  width: 250px;
  height: 99px;
  margin: 25px auto 15px auto;
  }
#logomobileevent
  {
  display: flex;
  width: 250px;
  height: auto;
  margin: 25px auto 15px auto;
  }
#logomobileevent img
  {
  width: 250px;
  height: auto;
  }

/* Nouveau menu mobile */

nav {
  background: linear-gradient(to left, #64C1D2, #6EC6D5);
  height: 50px;
  padding: 0 16px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  justify-content: flex-end
  /* fade in checked menu */
}
nav .m-menu__checkbox {
  display: none;
}
nav label.m-menu__toggle {
  cursor: pointer;
  margin: 0;
}
nav .m-menu {
  position: absolute;
  top: 0;
  right: 0;
  width: 100vw;
  height: auto;
  -moz-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -moz-transition: transform 0.35s;
  -o-transition: transform 0.35s;
  -webkit-transition: transform 0.35s;
  transition: transform 0.35s;
  z-index: 1;
  overflow: hidden;
  background-color: #6EC6D5;
}

nav .m-menu__overlay {
  background-color: rgba(103, 103, 103, 0.5);
  position: absolute;
  top: 0;
  width: auto;
  height: auto;
  bottom: 0;
  z-index: 1;
  display: none;
}
nav .m-menu__header {
  padding: 0 16px;
  height: 50px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  border-bottom: 1px solid #e8e8e8;
}
nav .m-menu__header span {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  width: 100%;
  color: #FFF;
}
nav .m-menu .m-menu {
  -moz-transform: translate3d(480px, 0, 0);
  -o-transform: translate3d(480px, 0, 0);
  -ms-transform: translate3d(480px, 0, 0);
  -webkit-transform: translate3d(480px, 0, 0);
  transform: translate3d(480px, 0, 0);
}
nav .m-menu ul {
  height: 100%;
  overflow-y: auto;
  list-style-type: none;
}
nav .m-menu ul li a, nav .m-menu ul li label {
  display: block;
  text-align: left;
  padding: 0 15px;
  line-height: 47px;
  text-decoration: none;
  color: #FFF;
  cursor: pointer;
  font-size: 1rem;
  border-bottom: 1px solid #e8e8e8;
  position: relative;
}
nav .m-menu ul li a, nav .m-menu ul li label a
  {
  margin:0;
  padding:0;
  text-decoration: none;
  border: 0;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  }

nav .m-menu ul li label.a-label__chevron::after {
  content: "";
  position: absolute;
  display: inline-block;
  height: 10px;
  width: 10px;
  border-color: #333;
  border-style: solid;
  border-width: 1px 1px 0 0;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  margin-top: -5px;
  right: 16px;
}
nav .m-menu ul li .-invisible {
  border-bottom: 0;
}
nav .m-menu .m-menu label.m-menu__toggle {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  border-bottom: 0;
  padding: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
nav .m-menu__checkbox:checked ~ .m-menu__overlay {
  display: block;
}
nav .m-menu__checkbox:checked ~ .m-menu {
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}


/* Fin du nouveau menu mobile */

.btnbilletteriemobile
  {
  display: block;
  width: 110px;
  height: 35px;
  line-height: 35px;
  }
.btnbilletteriemobile a
  {
  display: block;
  width: auto;
  height: 35px;
  background-color: #FF8811;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 13pt;
  text-align: center;
  text-decoration: none;
  -webkit-border-bottom-right-radius: 15px;
  -moz-border-radius-bottomright: 15px;
  border-bottom-right-radius: 15px;
  }
.btnbilletteriemobile a:hover
  {
  background-color: #FFAC59;
  }

#google_translate_element
  {
  position: absolute;
  top: 15px;
  left: 15px;
  }

.titlesection
  {
  padding: 0 10px;
  }
.titlesection span
  {
font-family: "Roboto", sans-serif;  font-size: 2.9rem;
  }

.titlesoussection
  {
  margin: 45px 0 0 0;
  padding: 0 10px;
  }
.titlesoussection span
  {
  font-size: 2.5rem;
  }

#presentation
  {
  margin: 0;
  width: 100%;
  max-width: 100%;
  padding: 0;
  position: relative;
  }
.img-textepresentation .img-texte
  {
  width: 100% !important;
  height: auto;
  position: relative;
  }
#presentation .img-textepresentation .img-texte img
  {
  width: 100% !important;
  height: auto;
  max-width: 100%;
  border-radius: 0;
  }
#presentation .img-textepresentation .textepresentation
  {
  max-width: 100%;
  position: relative;
  padding: 30px;
  border: none;
  box-shadow: none;
  border-radius: 0;
  line-height: 25px;
  }

.imgpresentation
  {
  margin-top: 35px;
  width: 100%;
  max-width: 100%;
  padding: 0;
  }
.imgpresentation img
  {
  width: 100% !important;
  height: auto;
  max-width: 100%;
  border-radius: 0;
  }
.textepresentationevent
  {
  max-width: 100%;
  padding: 30px;
  border: none;
  box-shadow: none;
  border-radius: 0;
  line-height: 25px;
  }
.mainsectionguests
  {
  display: flex;
  flex-direction: column;
  justify-content: center;
  }
.mainsectionguests .card-guest-element
  {
  width: 90%;
  height: auto;
  margin: 0 auto 35px auto;
  }
.mainsectionexposants
  {
  display: flex;
  flex-direction: column;
  justify-content: center;
  }
.mainsectionexposants .card-exposant-element
  {
  width: 90%;
  height: auto;
  margin: 0 auto 35px auto;
  }

.sectionguests
  {
  display: flex;
  flex-direction: column;
  justify-content: center;
  }
.sectionguests .card-element
  {
  width: 90%;
  height: auto;
  margin: 0 auto 35px auto;
  }


#presentation
  {
  margin: 0;
  width: 100%;
  max-width: 100%;
  padding: 0;
  }
.img-textepresentation .img-texte
  {
  width: 100% !important;
  height: auto;
  position: relative;
  }
#presentation .img-textepresentation .img-texte img
  {
  width: 100% !important;
  height: auto;
  max-width: 100%;
  border-radius: 0;
  }
#presentation .img-textepresentation .textepresentation
  {
  max-width: 100%;
  position: relative;
  padding: 30px;
  border: none;
  box-shadow: none;
  border-radius: 0;
  line-height: 25px;
  }

.sectionnotregroupe
  {
  display: flex;
  flex-direction: column;
  justify-content: center;
  }
.sectionnotregroupe .card-element
  {
  width: 90%;
  height: auto;
  margin: 0 auto 35px auto;
  }

.maincontentevents .sectionevents
  {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 20px;
  margin-left: 0;
  }
.maincontentevents .sectionevents>*
  {
  margin: 30px auto 0 auto;
  width: 95%;
  text-decoration: none;
  }

.bandeauactu
  {
  width: 90%;
  height: auto;
  }
.bandeauevent
  {
  width: 90%;
  height: auto;
  margin: 35px auto;
  }
.bandeauevent .bandeauevent-title h1
  {
  font-size: 2.5rem;
  }
.bandeauevent .bandeauevent-date span
  {
  font-size: 15pt;
  }
.bandeauplans
  {
  width: 90%;
  }

/* NOUVEAU CSS POUR LA MISE EN PAGE DE L'ÉVÈNEMENT */

.bloc-event-title h1
  {
  font-size: 2.5rem;
  }
.bloc-event-date span
  {
  font-size: 15pt;
  }

/* FIN NOUVEAU CSS POUR LA MISE EN PAGE DE L'ÉVÈNEMENT */

#bandeaupartenaires
  {
  display: flex;
  flex-direction: column;
  justify-content: center;
  }
.btnblocpartenaire
  {
  width: 80%;
  height: auto;
  margin: 0 auto 35px auto;
  }

#bandeaulespartenaires
  {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 90%;
  height: auto;
  margin: 25px auto;
  }
.btnbloclepartenaire
  {
  width: 40%;
  height: auto;
  margin: 25px 0 0 0;
  padding: 0 15px;
  }

#tbfaq
  {
  width: 95%;
  height: auto;
  margin: 0 auto;
  }
#tbfaq .firstcol
  {
  height: 75px;
  font-size: 30pt;
  line-height: 20px;
  }
#tbfaq .secondcol
  {
  height: 75px;
  font-size: 12pt;
  line-height: 20px;
  }
#tbfaq .maincolrep
  {
  font-size: 10pt;
  line-height: 25px;
  padding: 5px 6px 20px 6px;
  }
#tbfaq .lignemobile
  {
  display: table-row;
  width: auto;
  height: 1px;
  }
#tbfaq .lignemobile>td
  {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #000000;
  }

.btnenvoimessage
  {
  width: 270px;
  height: 50px;
  line-height: 50px;
  margin: 35px auto 0 auto;
  float: none;
  }
.btnenvoimessage a
  {
  width: 270px;
  height: 50px;
  }

.frm-ask-exposant
  {
  width: 90%;
  }
.btn-submit-frm
  {
  width: 100%;
  }
.msg-confirmation-ok
  {
  width: 90%;
  }

#contactbloc #leftbloccontact
  {
  width: 100%;
  height: auto;
  }

#contactbloc #rightbloccontact
  {
  width: 100%;
  height: auto;
  }
#contactbloc #rightbloccontact .mainsstitle { width: 95%; height: 100%; font-size: 12pt; font-weight: bold; text-align: center; color: #E4022E; margin-top: 75px; }

#contactbloc #rightbloccontact .frmchampleft
  {
  width: 100%;
  height: auto;
  margin-top: 15px;
  }
#contactbloc #rightbloccontact .frmchampright
  {
  width: 100%;
  height: auto;
  margin-top: 15px;
  }
#contactbloc #rightbloccontact .frmcaptcha
  {
  width: 100%;
  max-width: 280px;
  height: auto;
  margin: 25px auto 0 auto;
  float: none;
  }
#contactbloc #rightbloccontact .frmcaptcha .g-recaptcha
  {
  width: 100%;
  max-width: 280px;
  height: auto;
  }

.img-textepresentation .textepresentation  .contactus a { width: 65%; margin: 0 auto; }

.bloc-selectprogramme
  {
  flex-flow: column nowrap;
  }
input[type="radio"].selectprogramme + label
  {
  margin: 0 0 15px 0;
  font-size: 15pt;
  }
input[type="radio"].selectprogramme + label:last-child
  {
  margin: 0;
  }

#reseauxsociaux
  {
  width: 90%;
  height: auto;
  gap: 10px;
  }
#reseauxsociaux .btnreseau
  {
  width: 50px;
  height: 50px;
  }

#footer
  {
  width: 100%;
  height: auto;
  margin: 30px auto 35px auto;
  text-align: center;
  font-size: 10pt;
  }

#mentionslegales
  {
  width: 90%;
  height: auto;
  text-align: left;
  font-size: 11pt;
  margin: 55px auto 0 auto;
  }
#mentionslegales .titlesschapitres
  {
  font-size: 12pt;
  font-weight: bold;
  text-align: left;
  color: #E4022E;
  }

.maintitlesectionevent
  {
  width: 90%;
  margin: 35px auto;
  }
.maintitlesectionevent span
  {
  font-size: 2.9rem;
  }


#bandeautop, .navheader, #imgtelfixetablette, .videofirstpc, .mainheaderpc, .btnminibtnaction, .btnbilletterietablette { display: none; }

  }
