@charset "UTF-8";
*,
*::before,
*::after {
  outline: none !important;
}

body {
  /*font-size:1em;*/
  font-family: "grottaregular", Arial, Verdana, Helvetica, sans-serif;
  color: #000000;
}

body,
html {
  font-size: 1em;
  line-height: normal;
  width: 100%;
  margin: 0;
  text-align: left;
  min-height: 100%;
}

a {
  color: #000000;
  text-decoration: underline;
}

a:hover,
a:focus {
  color: #000000;
  text-decoration: none;
}

body {
  font-size: 62.6% !important;
}

h1 {
  font-size: 1em;
  padding: 0;
  margin: 0;
  font-weight: normal;
}

h2 {
  font-family: "grottabold", Arial, Verdana, Helvetica, sans-serif;
  font-size: 5.5em;
  line-height: 1em;
  margin: 52px 0 25px;
  padding: 0;
  font-weight: normal;
}

h3 {
  font-size: 1em;
  padding: 0;
  margin: 0;
  font-weight: normal;
}

h4 {
  font-size: 1em;
  padding: 0;
  margin: 0;
  font-weight: normal;
}

h5 {
  font-size: 1em;
  padding: 0;
  margin: 0;
  font-weight: normal;
}

p {
  font-size: 1em;
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  vertical-align: bottom;
  max-width: 100%;
}

ul,
li {
  padding: 0;
  margin: 0;
  font-size: 1em;
}

@media (max-width: 767px) {
  .margin-right {
    padding-right: 60px;
  }
}
.btn-noir {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000000;
  color: #ffffff;
  border: 2px solid #000000;
  border-radius: 25px;
  font-family: "grottabold", Arial, Verdana, Helvetica, sans-serif;
  font-size: 2em;
  line-height: 1.1em;
  padding: 8px 25px;
  text-decoration: none;
}
.btn-noir:hover, .btn-noir:focus {
  opacity: 0.7;
  color: #ffffff;
}
@media (max-width: 991px) {
  .btn-noir {
    font-size: 2em;
  }
}

.type {
  font-size: 2em;
  line-height: 1.2em;
  border: 2px solid #000000;
  border-radius: 25px;
  padding: 8px 20px 3px;
  width: fit-content;
}

@media (min-width: 1200px) {
  .container {
    width: 1150px;
  }
}
@media (min-width: 1690px) {
  .container {
    width: 1640px;
  }
}
@media (max-width: 991px) {
  h2 {
    font-size: 3em;
  }
}
/**************************************************************/
/*Header*/
/**************************************************************/
body.menu-full-screen {
  overflow: hidden;
}
body.menu-full-screen header {
  height: 100vh;
  overflow: scroll;
}
body.menu-full-screen header #bloc_header,
body.menu-full-screen header #bloc_header_header {
  height: 100%;
}
body.menu-full-screen header #bloc_header_header {
  display: flex;
  flex-direction: column;
}
body.menu-full-screen header #bloc_header_header > .container {
  width: 100%;
}

header {
  position: relative;
  background: #ffffff;
  /**************************************************************/
  /*Menus responsive*/
  /**************************************************************/
}
header #header_top {
  padding: 13px 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header #header_logo img {
  max-width: 100%;
  height: 67px;
}
@media (min-width: 992px) {
  header #header_logo img {
    height: 131px;
  }
}
header #header_right {
  display: flex;
  align-items: center;
}
header #header_right #header_infos {
  background: url("../img/picto_infos_noir.png") no-repeat right center;
  padding: 4px 27px 4px 0;
  text-align: right;
  font-size: 1.2em;
  line-height: 1.1em;
  float: right;
  /*margin-top:3px;*/
}
header #header_menu_principal {
  position: absolute;
  width: 100%;
  top: 100%;
  display: none;
  padding-top: 50px;
  padding-bottom: 70px;
  margin-top: 0;
  background-color: #FFFFFF;
  z-index: 2;
}
header #header_menu_principal a {
  text-decoration: none;
}
header #header_menu_principal ul {
  display: flex;
}
header #header_menu_principal ul:first-of-type {
  gap: 0 24px;
}
header #header_menu_principal li.lvl1 {
  display: flex;
  flex-direction: column;
  margin-right: 0;
  flex: 1 1 0px;
}
header #header_menu_principal li.lvl1 a {
  overflow: hidden;
  font-family: "grottabold", Arial, Verdana, Helvetica, sans-serif;
  font-size: 4em;
  border-bottom: none;
  margin-bottom: 10px;
}
header #header_menu_principal li.lvl1 ul {
  flex-direction: column;
}
header #header_menu_principal li.lvl1 ul li {
  overflow: hidden;
}
header #header_menu_principal li.lvl1 ul li:not(:last-child) {
  margin-bottom: 5px;
}
header #header_menu_principal li.lvl1 ul li a {
  background: #ffffff;
  text-transform: none;
  border: none;
  font-family: "grottamedium", Arial, Verdana, Helvetica, sans-serif;
  font-size: 2.5em;
  padding-bottom: 10px;
}
header #header_menu_principal li.lvl1 ul li a:hover {
  opacity: 0.6;
}
header #header_menu_principal li.lvl1 ul li a.selected {
  font-family: "grottabold", Arial, Verdana, Helvetica, sans-serif;
  border: none;
  background: #ffffff;
  color: #000000;
}
@media (max-width: 991px) {
  header {
    padding-bottom: 0 !important;
  }
  header #bloc_header_header {
    overflow-y: scroll;
  }
  header #header_menu_principal {
    position: relative;
    top: 0;
    flex-grow: 1;
  }
  header #header_menu_principal > .container {
    height: 100%;
  }
  header #header_menu_principal > .container > .row {
    height: 100%;
  }
  header #header_menu_principal > .container > .row > div {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  header #header_menu_principal > .container > .row > div #header_tools_mobile {
    margin-top: auto;
  }
  header #header_menu_principal ul {
    flex-direction: column;
  }
  header #header_menu_principal li.lvl1 a {
    margin-bottom: 30px;
    font-size: 3em;
  }
  header #header_menu_principal li.lvl1 ul {
    display: none;
    margin-bottom: 32px;
  }
  header #header_top {
    margin-bottom: 20px;
  }
  header #header_menu_secondaire ul#menu_langues {
    margin-left: 8px;
  }
  header #header_menu_secondaire ul#menu_langues li {
    padding-left: 8px;
  }
  header #header_menu_secondaire ul#menu_langues li a {
    display: inline-block;
    width: 2ch;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: bottom;
  }
}

/**************************************************************/
/*Contenu*/
/**************************************************************/
#contenu {
  position: relative;
}

#contenu h2.titre_centre {
  margin-top: 25px;
}
#contenu h2.titre_centre span {
  display: block;
  text-align: center;
}

#contenu h2.titre_left span,
#contenu h2.titre_simple span {
  display: block;
  text-align: left;
}
@media (max-width: 767px) {
  #contenu h2.titre_left,
#contenu h2.titre_simple {
    font-size: 3em;
  }
}

@media (max-width: 767px) {
  section#largeur #bloc_main_before_road {
    display: none;
  }
}
section#largeur #bloc_main_before_road #ocms_road {
  position: relative;
  color: #000000;
  font-size: 2em;
  line-height: 1.2em;
  font-family: "grottabold", Arial, Verdana, Helvetica, sans-serif;
  margin-top: 15px;
}
section#largeur #bloc_main_before_road #ocms_road div {
  display: inline;
}
section#largeur #bloc_main_before_road #ocms_road a {
  color: #000000;
}
section#largeur #bloc_main_before_road #ocms_road a.ocms_road_last,
section#largeur #bloc_main_before_road #ocms_road a:hover {
  text-decoration: underline;
}
section#largeur #bloc_main_before_road #ocms_road a.ocms_road_last:hover {
  text-decoration: none;
}
section#largeur #article {
  min-height: 300px;
}

/**************************************************************/
/*Diaporama*/
/**************************************************************/
#rubrique_diaporama {
  position: relative;
  overflow: hidden;
}
#rubrique_diaporama .diapo_item {
  position: relative;
}
#rubrique_diaporama .diapo_item img {
  height: 605px;
  object-fit: cover;
}
#rubrique_diaporama .diapo_item .carousel-titre {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
#rubrique_diaporama .diapo_item .carousel-titre:before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 275px;
  width: 100%;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.84));
}
#rubrique_diaporama .diapo_item .carousel-titre a.image_infos {
  display: block;
  padding: 34px 0;
  color: #ffffff;
  text-decoration: none;
}
#rubrique_diaporama .diapo_item .carousel-titre a.image_infos span {
  display: block;
}
#rubrique_diaporama .diapo_item .carousel-titre a.image_infos span.image_type {
  font-size: 4.7em;
}
#rubrique_diaporama .diapo_item .carousel-titre a.image_infos span.image_titre {
  font-size: 7.5em;
  font-family: "grottabold", Arial, Verdana, Helvetica, sans-serif;
  line-height: 1em;
}
#rubrique_diaporama .diapo_item .carousel-titre a.image_infos span.image_soustitre {
  font-size: 3.7em;
}
#rubrique_diaporama .carousel-navigation {
  position: absolute;
  width: 100%;
  bottom: 23px;
  right: 0;
}
#rubrique_diaporama .carousel-navigation > .container > .row {
  display: flex;
  justify-content: flex-end;
}
#rubrique_diaporama .carousel-navigation .owl-dots .owl-dot span {
  margin: 5px;
  background: #ededed;
}
#rubrique_diaporama .carousel-navigation .owl-dots .owl-dot.active span,
#rubrique_diaporama .carousel-navigation .owl-dots .owl-dot:hover span {
  background: #000000;
}
@media (max-width: 1199px) {
  #rubrique_diaporama .diapo_item .carousel-titre a.image_infos span.image_type {
    font-size: 2em;
  }
  #rubrique_diaporama .diapo_item .carousel-titre a.image_infos span.image_titre {
    font-size: 2.6em;
  }
  #rubrique_diaporama .diapo_item .carousel-titre a.image_infos span.image_soustitre {
    font-size: 2.5em;
  }
}
@media (max-width: 991px) {
  #rubrique_diaporama .diapo_item .carousel-titre a.image_infos span.image_titre {
    font-size: 6.5em;
  }
}
@media (max-width: 767px) {
  #rubrique_diaporama {
    border-bottom: #000000 solid 2px;
    padding-bottom: 15px;
  }
  #rubrique_diaporama .diapo_item img {
    height: 200px;
  }
  #rubrique_diaporama .diapo_item .carousel-titre {
    position: relative;
  }
  #rubrique_diaporama .diapo_item .carousel-titre:before {
    background: transparent;
  }
  #rubrique_diaporama .diapo_item .carousel-titre a.image_infos {
    position: relative;
    padding: 15px 60px 15px 0;
    color: #000000;
  }
  #rubrique_diaporama .diapo_item .carousel-titre a.image_infos span.image_titre {
    font-size: 3.2em;
  }
  #rubrique_diaporama .carousel-navigation {
    position: relative;
    bottom: 0;
  }
  #rubrique_diaporama .carousel-navigation .owl-dots {
    text-align: left;
  }
}

/**************************************************************/
/*Titre / Image principale */
/**************************************************************/
#titres #titres_wrapper {
  position: relative;
}
#titres #titres_infos {
  position: relative;
  color: #000000;
  margin: 52px 0 40px;
}
#titres #titres_infos h1#infos_titre {
  font-family: "grottabold", Arial, Verdana, Helvetica, sans-serif;
  font-size: 7.5em;
  line-height: 1em;
}
#titres #titres_infos #infos_surtitre {
  margin-bottom: 25px;
}
#titres #titres_infos #infos_soustitre {
  font-family: "grottabold", Arial, Verdana, Helvetica, sans-serif;
  font-size: 2.5em;
  line-height: 1.2em;
  margin-top: 10px;
}
@media (max-width: 991px) {
  #titres #titres_infos h1#infos_titre {
    font-size: 6.5em;
  }
  #titres #titres_infos #infos_soustitre {
    font-size: 1.8em;
  }
}
@media (max-width: 767px) {
  #titres #titres_infos {
    margin: 30px 0;
  }
  #titres #titres_infos h1#infos_titre {
    font-size: 4em;
    padding-right: 60px;
  }
  #titres #titres_infos #infos_soustitre {
    font-size: 1.4em;
  }
}

/**************************************************************/
/*Paragraphes*/
/**************************************************************/
.paragraphe_simple {
  clear: both;
  overflow: hidden;
  background: #ffffff;
  /*Tableaux*/
  /**************************/
  /*Titre + Text + Code*/
  /**************************/
  /*Titre + Text + Vidéo*/
  /**************************/
  /*Titre + Text + Audio*/
  /**************************/
  /*Titre + Text + Image*/
  /**************************/
  /*Diaporama dans le para*/
  /**************************/
  /*para fichier*/
  /**************************/
}
.paragraphe_simple .para {
  padding: 10px 0 20px 0;
  overflow: hidden;
}
.paragraphe_simple .para.para_diaporama {
  overflow: visible;
}
.paragraphe_simple h2 {
  font-family: "grottabold", Arial, Verdana, Helvetica, sans-serif;
  font-size: 5.5em;
  line-height: 1em;
  margin-bottom: 15px;
}
.paragraphe_simple h3 {
  font-family: "grottabold", Arial, Verdana, Helvetica, sans-serif;
  font-size: 4em;
  line-height: 1em;
  margin-bottom: 15px;
}
.paragraphe_simple .para_infos p {
  font-size: 2em;
  line-height: 1.2em;
  margin-bottom: 20px;
}
.paragraphe_simple .para_infos p .para-chapeau {
  font-family: "grottamedium", Arial, Verdana, Helvetica, sans-serif;
}
.paragraphe_simple .para_infos p .para-niveau2 {
  font-family: "grottabold", Arial, Verdana, Helvetica, sans-serif;
}
.paragraphe_simple .para_infos a {
  text-decoration: underline;
}
.paragraphe_simple .para_infos a:hover {
  text-decoration: none;
}
.paragraphe_simple .para_infos h2 a {
  color: #000000;
  text-decoration: none;
}
.paragraphe_simple .para_infos h2 a:hover {
  text-decoration: underline;
}
.paragraphe_simple .para_infos ul {
  padding-left: 20px;
  font-size: 2em;
  line-height: 1.2em;
}
.paragraphe_simple .para_infos ul li {
  padding-left: 6px;
}
.paragraphe_simple .para_infos ul li ul {
  font-size: 1em;
}
.paragraphe_simple table {
  border-collapse: collapse;
  margin-bottom: 15px;
  width: 100%;
}
.paragraphe_simple table td {
  border: #bdbdbd solid 1px;
  font-size: 1.4em;
  padding: 8px;
  vertical-align: top;
}
.paragraphe_simple table td p {
  font-size: 1em;
}
.paragraphe_simple .para_code .code {
  margin-bottom: 20px;
}
.paragraphe_simple .para_video .video {
  margin-bottom: 20px;
}
.paragraphe_simple .para_audio .audio {
  margin-bottom: 20px;
}
.paragraphe_simple .para_image_gauche .image {
  float: left;
  margin-right: 25px;
  margin-bottom: 20px;
}
.paragraphe_simple .para_image_droite .image {
  float: right;
  margin-left: 25px;
  margin-bottom: 20px;
}
.paragraphe_simple .para_image_seule .image {
  margin-bottom: 20px;
}
.paragraphe_simple .image_legende {
  display: block;
  margin-top: 15px;
  font-size: 2em;
}
.paragraphe_simple .para_diaporama .para_infos .owl-carousel-para {
  margin-bottom: 20px;
  /*Navigation par points*/
  /*Navigation par boutons*/
}
.paragraphe_simple .para_diaporama .para_infos .owl-carousel-para span.image_legende {
  display: block;
  font-size: 1.5em;
  line-height: 1.2em;
  margin-top: 5px;
}
.paragraphe_simple .para_diaporama .para_infos .owl-carousel-para .owl-dot span {
  margin: 5px;
  background: #ededed;
}
.paragraphe_simple .para_diaporama .para_infos .owl-carousel-para .owl-dot.active span,
.paragraphe_simple .para_diaporama .para_infos .owl-carousel-para .owl-dot:hover span {
  background: #000000;
}
.paragraphe_simple .para_diaporama .para_infos .owl-carousel-para .owl-nav {
  position: absolute;
  top: 50%;
  margin-top: -46px;
  left: 0;
  width: 100%;
}
.paragraphe_simple .para_diaporama .para_infos .owl-carousel-para .owl-nav [class*=owl-] {
  display: block;
  padding: 0;
  margin: 0;
  height: 46px;
  width: 23px;
  text-indent: -9999px;
  position: absolute;
  top: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.paragraphe_simple .para_diaporama .para_infos .owl-carousel-para .owl-nav .owl-prev {
  background: url("../img/btn_left.png") no-repeat 0 0;
  left: -40px;
}
.paragraphe_simple .para_diaporama .para_infos .owl-carousel-para .owl-nav .owl-next {
  background: url("../img/btn_right.png") no-repeat 0 0;
  right: -40px;
}
.paragraphe_simple .para_fichier .fichier {
  margin-bottom: 20px;
}
.paragraphe_simple .para_fichier .fichier a {
  background: url("../img/picto_download_b.svg") no-repeat left;
  background-size: 25px;
  padding: 2px 0 2px 35px;
  font-size: 2em;
  text-decoration: underline;
  color: #000000;
  display: inline-block;
}
.paragraphe_simple .para_fichier .fichier a:hover {
  text-decoration: none;
}

/*Paragraphe responsive*/
/**************************/
@media (max-width: 767px) {
  .paragraphe_simple {
    /*padding:0 15px !important;*/
    padding: 0 60px 0 0 !important;
  }

  #paragraphes .downloads {
    /*padding:30px 15px !important;*/
    padding: 30px 0 !important;
  }

  .paragraphe_simple .para_liste .para_image,
.paragraphe_simple .para_liste_pers .para_image {
    float: none !important;
  }
}
@media (max-width: 991px) {
  /*.paragraphe_simple iframe,
  .paragraphe_simple .mejs-container,
  .paragraphe_simple video,
  .paragraphe_simple audio,*/
  .paragraphe_simple .para_image_seule .image img {
    width: 100% !important;
  }

  .paragraphe_simple h2 {
    font-size: 3em;
  }
  .paragraphe_simple .para_infos p {
    font-size: 2em;
    line-height: 1.1em;
  }
  .paragraphe_simple .para_infos ul {
    font-size: 2em;
    line-height: 1.1em;
  }
}
/**************************************************************/
/*Gestion des médias*/
/**************************************************************/
iframe,
video,
.mejs-container,
.mejs-poster,
.mejs-overlay,
.mejs-time-loaded {
  width: 100% !important;
}

.mejs-overlay-loading {
  display: none;
}

.embed-responsive .mejs-container,
.embed-responsive .mejs-poster,
.embed-responsive .mejs-overlay,
.embed-responsive .mejs-time-loaded {
  height: 100% !important;
  width: 100% !important;
}

/**************************************************************/
/*Ressources*/
/**************************************************************/
/*format vignettes*/
/***************************/
#ressources.vignettes {
  text-align: center;
  margin: 0 -17px 0 -15px;
}
#ressources.vignettes .ressource_bloc_vignette {
  margin-bottom: 20px;
}
#ressources.vignettes .ressource_bloc_vignette a {
  display: block;
}
#ressources.vignettes .ressource_bloc_vignette a:hover {
  text-decoration: underline;
}
#ressources.vignettes .ressource_bloc_vignette a:hover .ressource_vignette {
  opacity: 0.7;
}
#ressources.vignettes .ressource_bloc_vignette span {
  display: block;
}
#ressources.vignettes .ressource_bloc_vignette .ressource_vignette {
  text-align: center;
}
#ressources.vignettes .ressource_bloc_vignette .ressource_vignette img {
  width: 100%;
}
#ressources.vignettes .ressource_bloc_vignette .ressource_infos .ressource_titre {
  font-family: "grottabold", Arial, Verdana, Helvetica, sans-serif;
  font-size: 1.9em;
  line-height: 1.1em;
  margin-top: 10px;
}
#ressources.vignettes .ressource_bloc_vignette .ressource_infos .ressource_desc {
  font-size: 1.4em;
  line-height: 1.2em;
}
@media (max-width: 991px) {
  #ressources.vignettes {
    margin: 0 -14px 0 -15px;
  }
}

/*format simple*/
/***************************/
#ressources.simple .ressource_bloc_simple {
  margin-bottom: 10px;
}
#ressources.simple .ressource_bloc_simple a {
  width: fit-content;
}
#ressources.simple .ressource_bloc_simple a::before {
  content: "";
  position: relative;
  width: 25px;
  height: 25px;
  background-image: url("../img/picto_download_w.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  margin-right: 15px;
}

/**************************************************************/
/*Blocs visite / decouvrir*/
/**************************************************************/
section#parcourir {
  background: #ededed url("../img/trame_losanges.png") no-repeat top left;
  padding-bottom: 35px;
}
section#parcourir #parcourir_infos {
  margin-top: 25px;
  margin-bottom: 25px;
}
section#parcourir #parcourir_infos .parcourir_info {
  margin-top: 65px;
}
section#parcourir #parcourir_infos .parcourir_info .parcourir_titre {
  font-family: "grottabold", Arial, Verdana, Helvetica, sans-serif;
  font-size: 2.2em;
  line-height: 1.1em;
  text-transform: uppercase;
  /*border-bottom:#000000 solid 1px;
  padding-bottom:8px;
  margin-bottom:8px;*/
}
section#parcourir #parcourir_infos .parcourir_info .parcourir_sep {
  background: #000000;
  height: 1px;
  width: 100%;
  margin: 10px 0 8px 0;
}
section#parcourir #parcourir_infos .parcourir_info .parcourir_duree {
  background: url("../img/picto_horloge.png") no-repeat 0 2px;
  padding-left: 33px;
  font-size: 2em;
  color: #808080;
}
section#parcourir #parcourir_infos .parcourir_info.first {
  margin: 0;
}
section#parcourir #parcourir_images {
  position: relative;
  text-align: center;
}
section#parcourir #parcourir_images .parcourir_image img {
  /*position:absolute;*/
  max-width: 100%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

section#decouvrir #decouvrir_blocs .info_surtitre {
  font-size: 1.6em;
  margin-bottom: 5px;
}
section#decouvrir #decouvrir_blocs .info_date {
  text-align: right;
  font-size: 1.4em;
  margin-top: 5px;
}

/**************************************************************/
/*Bandeau application*/
/**************************************************************/
#bandeau_application {
  text-align: center;
}
#bandeau_application a#bandeau_btn {
  background: #ffe4ac;
  display: block;
  padding: 20px 15px;
}
#bandeau_application a#bandeau_btn img {
  max-width: 100%;
  vertical-align: middle;
  margin-right: 25px;
}
#bandeau_application a#bandeau_btn #bandeau_infos {
  display: inline-block;
  vertical-align: middle;
  margin: 10px 0;
}
#bandeau_application a#bandeau_btn #bandeau_infos #bandeau_titre {
  font-family: "grottabold", Arial, Verdana, Helvetica, sans-serif;
  font-size: 2.2em;
  line-height: 1.1em;
}
#bandeau_application a#bandeau_btn #bandeau_infos #bandeau_soustitre {
  font-family: "grottaregular", Arial, Verdana, Helvetica, sans-serif;
  font-size: 1.4em;
  line-height: 1.4em;
}
#bandeau_application a#bandeau_btn #bandeau_lien {
  display: inline-block;
  font-family: "grottabold", Arial, Verdana, Helvetica, sans-serif;
  font-size: 1.5em;
  vertical-align: middle;
  background: #000000;
  color: #ffffff;
  padding: 10px 18px;
  margin-left: 25px;
}
#bandeau_application a#bandeau_btn:hover {
  /*opacity:0.7;*/
  /*background:#bdd8e9;*/
  background: #FFECC5;
  -webkit-transition: background 0.15s linear;
  -moz-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  -ms-transition: background 0.15s linear;
  transition: background 0.15s linear;
}
@media (max-width: 1199px) {
  #bandeau_application a#bandeau_btn #bandeau_infos #bandeau_titre {
    font-size: 2.2em;
  }
}
@media (max-width: 991px) {
  #bandeau_application a#bandeau_btn #bandeau_infos #bandeau_titre {
    font-size: 1.8em;
  }
}
@media (max-width: 767px) {
  #bandeau_application a#bandeau_btn #bandeau_infos #bandeau_titre {
    font-size: 1.5em;
  }
  #bandeau_application a#bandeau_btn img {
    width: 25%;
  }
  #bandeau_application a#bandeau_btn #bandeau_infos #bandeau_titre,
#bandeau_application a#bandeau_btn #bandeau_link {
    margin: 0;
    display: block;
  }
  #bandeau_application a#bandeau_btn #bandeau_link {
    margin-top: 15px;
  }
}

/**************************************************************/
/*Ancres*/
/**************************************************************/
#bloc_menu_ancres {
  margin-top: 50px;
}

/**************************************************************/
/*Footer*/
/**************************************************************/
footer {
  border-top: 2px solid #000000;
  background-color: #ffffff;
  padding: 41px 0 95px;
  margin-top: 0;
}
footer ul,
footer li {
  list-style: none;
}
footer a {
  text-decoration: none;
}
footer a:hover {
  opacity: 0.6;
}
footer #footer_logo img {
  height: 136px;
}
footer .footer-horaires {
  margin-top: 14px;
}
footer .footer-horaires span {
  display: block;
  font-size: 2em;
  line-height: 1.2em;
  font-family: "grottamedium", Arial, Verdana, Helvetica, sans-serif;
}
footer .footer-horaires span:first-child {
  font-family: "grottabold", Arial, Verdana, Helvetica, sans-serif;
}
footer .footer_menu {
  font-size: 2em;
  line-height: 1.1em;
  font-family: "grottabold", Arial, Verdana, Helvetica, sans-serif;
  margin-top: 20px;
}
footer .footer_menu li {
  margin-top: 5px;
}
footer .footer_menu li:first-child {
  margin-top: 0;
}
footer .footer_menu li #btn_liste {
  display: flex;
  margin-top: 10px;
}
footer .footer_menu li #btn_liste a {
  display: block;
  margin-left: 12px;
}
footer .footer_menu li #btn_liste a:first-child {
  margin-left: 0;
}
footer .footer_menu li #btn_liste a img {
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  -ms-transition: -ms-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
}
footer .footer_menu li #btn_liste a:hover img {
  -ms-transform: rotate(26deg);
  -webkit-transform: rotate(26deg);
  transform: rotate(26deg);
}
footer .pictos-accessibilite a {
  display: block;
  margin-top: 10px;
}
footer #footer_logos {
  margin-top: 20px;
}
footer #footer_logos #partenaires .last {
  padding-left: 6px;
}
footer #footer_logos #partenaires img {
  max-width: 100%;
}

@media (max-width: 991px) {
  footer .footer-horaires {
    margin-top: 23px;
  }
  footer .footer_menu {
    margin-top: 25px;
    font-size: 2em;
  }
  footer .footer_menu#footer_contact {
    margin-top: 7px;
  }
  footer .footer_menu li {
    margin-top: 7px;
  }
  footer .footer_menu li#btn_share {
    margin-top: 23px;
  }
  footer #footer_logos {
    margin-top: 30px;
  }
}
/**************************/
/*CALENDRIER*/
/**************************/
/*#events_dates{
	overflow:hidden;
}

#events_dates_left{
	float:left;
	width:700px;
}

#events_dates_right{
	float:right;
}*/
#calendar {
  margin: 48px 50px 0 35px;
  text-align: center;
  color: #000000;
  font-family: "grottamedium", Arial, Verdana, Helvetica, sans-serif;
  border: 2px solid #000000;
}
#calendar .navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #000000;
  color: #ffffff;
  padding: 15px;
}
#calendar .navigation .prev-month a:hover,
#calendar .navigation .next-month a:hover {
  opacity: 0.7;
}
#calendar .navigation .current-month {
  text-align: center;
  font-family: "grottabold", Arial, Verdana, Helvetica, sans-serif;
  font-size: 4em;
  line-height: 1em;
  padding: 0 15px;
  text-transform: capitalize;
}
#calendar .calendar {
  table-layout: fixed;
  width: 100%;
  font-size: 1.8em;
  line-height: 1.1em;
}
#calendar .calendar th {
  text-transform: capitalize;
  text-align: center;
}
#calendar .calendar .weekdays {
  border-bottom: 2px solid #000000;
}
#calendar .calendar .weekdays th {
  font-family: "grottaregular", Arial, Verdana, Helvetica, sans-serif;
  padding: 20px 5px;
}
#calendar .calendar .weekdays th.current {
  font-family: "grottabold", Arial, Verdana, Helvetica, sans-serif;
}
#calendar .calendar td span {
  margin: 1px;
  opacity: 0.3;
}
#calendar .calendar td.dateevent span, #calendar .calendar td.today span {
  opacity: 1;
}
#calendar .calendar td span,
#calendar .calendar td a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  color: #000000;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
#calendar .calendar td a {
  text-decoration: none;
  width: 40px;
  margin: 0;
}
#calendar .calendar td.today a {
  background: #000000;
  color: #ffffff;
}
#calendar .calendar td span.selected a,
#calendar .calendar td span.selected a:hover,
#calendar .calendar td a:hover, #calendar .calendar td.selected a {
  background: #f0f0f0;
  color: #000000;
}

@media (max-width: 991px) {
  #calendar {
    margin: 0 21px 0 0;
    width: auto;
    min-width: 278px;
  }
  #calendar .navigation {
    padding: 15px 10px;
  }
  #calendar .navigation .current-month {
    font-size: 3em;
  }
  #calendar .navigation .prev-month img,
#calendar .navigation .next-month img {
    width: 25px;
  }
}
@media (min-width: 1400px) {
  #calendar {
    width: 452px;
  }
  #calendar .navigation {
    padding: 15px 25px;
  }
}
/**************************************************************/
/*Icone Hamburger*/
/**************************************************************/
#header_menu_picto {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 0 0 75px;
}

#menu_picto {
  display: block;
  width: 70px;
  height: 57px;
  position: relative;
  background: url("../img/picto_menu_open.svg") no-repeat center;
  background-size: contain;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

#menu_picto.open {
  background-image: url("../img/picto_menu_close.svg");
}

#menu_text {
  text-align: center;
  font-size: 3em;
  text-transform: capitalize;
  font-family: "grottamedium", Arial, Verdana, Helvetica, sans-serif;
  margin-top: 5px;
}

@media (max-width: 767px) {
  #menu_text {
    font-size: 2em;
    margin-top: 10px;
  }

  #menu_picto {
    width: 62px;
    height: 42px;
  }
}
/**************************************************************/
/*Picto Close*/
/**************************************************************/
.picto_close {
  cursor: pointer;
  height: 40px;
  position: absolute;
  right: 15px;
  top: 15px;
  width: 40px;
}
@media (max-width: 767px) {
  .picto_close {
    right: 10px;
  }
}

.picto_close::before,
.picto_close::after {
  background: #ffffff none repeat scroll 0 0;
  content: "";
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 100%;
}

.picto_close::after {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.picto_close:hover::before,
.picto_close:hover::after {
  opacity: 0.7;
}

/**************************************************************/
/*loader CSS*/
/**************************************************************/
@-webkit-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.uil-ring-css {
  /*background: none;
  position: relative;
  width: 200px;
  height: 200px;*/
  position: absolute;
  display: block;
  width: 160px;
  height: 160px;
  top: 50%;
  left: 50%;
  margin-left: -80px;
  margin-top: -80px;
}

.uil-ring-css > div {
  /*position: absolute;*/
  display: block;
  width: 160px;
  height: 160px;
  /* top: 50%;
  left: 50%;
  margin-left:-80px;
  margin-top:-80px;*/
  border-radius: 80px;
  box-shadow: 0 6px 0 0 #333333;
  -ms-animation: uil-ring-anim 1s linear infinite;
  -moz-animation: uil-ring-anim 1s linear infinite;
  -webkit-animation: uil-ring-anim 1s linear infinite;
  -o-animation: uil-ring-anim 1s linear infinite;
  animation: uil-ring-anim 1s linear infinite;
}

/**************************************************************/
/*Picto de deconnexion*/
/**************************************************************/
#ocms_login_logout {
  text-align: right;
  padding-top: 10px;
}
#ocms_login_logout img {
  vertical-align: -2px;
}
#ocms_login_logout a {
  font-size: 1.2em;
  text-decoration: underline;
}
#ocms_login_logout a:hover {
  text-decoration: none;
}

/**************************************************************/
/*RSS*/
/**************************************************************/
#rss_liste h3 {
  font-size: 4em;
  font-weight: bold;
}
#rss_liste p {
  font-size: 2em;
  margin-bottom: 10px;
}
#rss_liste ul {
  padding-left: 20px;
  font-size: 2em;
  line-height: 1.2em;
  margin-bottom: 20px;
}
#rss_liste ul li {
  padding-left: 6px;
}
#rss_liste ul li a {
  text-decoration: underline;
}
#rss_liste ul li a:hover {
  text-decoration: none;
}

/**************************************************************/
/*Global*/
/**************************************************************/
.dehors {
  position: absolute;
  left: -50000000;
  top: -5000000;
}

.cacher {
  display: block;
  margin-top: -5000px;
  position: absolute !important;
  margin-left: -50000px;
  width: 1px;
  overflow: hidden;
  height: 1px;
}

.clearer {
  display: block;
  clear: both;
  font-size: 0px;
  line-height: 0px;
}

.valign {
  /*display: flex;
  align-items: center;*/
  display: inline-block;
  vertical-align: middle;
  float: none;
}

.valignFlex {
  display: flex;
  align-items: center;
}

.disabled {
  opacity: 0.3;
  cursor: inherit;
}

.disabled a {
  cursor: inherit;
}

.formError {
  color: #d00000 !important;
}

.o_messages {
  background: #f0f0f0 none repeat scroll 0 0;
  margin-bottom: 5px;
  padding: 15px 15px;
  font-size: 1.4em;
}

.o_messages_error {
  color: #d00000;
}

.o_messages_info {
  color: #000000;
}

/**************************************************************/
/*Tips pour centrer des colonnes*/
/**************************************************************/
.col-centered {
  display: inline-block;
  float: none;
  /* reset the text-align */
  text-align: left;
  /* inline-block space fix */
  margin-right: -4px;
  vertical-align: top;
  /* add manuel */
  padding: 0 15px 0 12px;
}

/**************************************************************/
/*Tips pour 5 colonnes*/
/**************************************************************/
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-5ths {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}
/**************************************************************/
/*Termly*/
/**************************************************************/
#bloc-termly {
  background: #ffffff;
}
#bloc-termly .termly-cookie-preference-button {
  background: #000000;
  height: 30px;
  border-radius: 3px;
  font-size: 12px;
  color: #ffffff;
  border: none;
  font-weight: normal;
  box-sizing: border-box;
  cursor: pointer;
  padding: 0;
  outline: none;
  padding: 0 15px;
  margin: 5px;
}
#bloc-termly .termly-cookie-preference-button:hover {
  opacity: 0.7;
}

/*# sourceMappingURL=base.css.map */
