* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-size: 0.9em;
}

img {
  max-width: 100%;
}
.navigation {
  padding: 1rem;
  min-height: 100vh;
  min-width: 20rem;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.navigation::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-position-x: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.3;
  z-index: -1;
}
.navigation label[for=mois] {
  margin-left: 1rem;
}
.navigation select {
  border: none;
  background-color: white;
  font-size: 1rem;
}
.navigation input[type=submit] {
  border: none;
  margin: 1rem;
  padding: 0.5rem 1.5rem;
  border-radius: 10px;
  color: white;
  background-color: black;
}
.navigation input:hover {
  color: black;
  background-color: white;
}
.navigation .help {
  align-self: center;
}
.navigation .help a {
  color: #000;
  background: #e0f4ff;
  padding: 0.5rem 8rem;
  border-radius: 5px;
}
.navigation .help a:visited, .navigation .help a:active, .navigation .help a:hover {
  color: #000;
}
.navigation .help a:hover {
  text-decoration: none;
}
.uil-times {
  position: absolute;
  right: 1rem;
  top: 1rem;
  font-size: 2rem;
}
.uil-times:hover,
.burger i:hover {
  cursor: pointer;
}

.form-group {
  font-size: 1.25rem;
  line-height: 3;
}

.lien-accueil,
.bouton-envoyer {
  text-align: center;
}

.lien-accueil a {
  color: #000;
  font-size: 1.5rem;
}

.lien-accueil a:hover {
  text-decoration: none;
}

table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

table caption {
  font-size: 1.5em;
  margin: 0.5em 0 0.75em;
}

table tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: 0.35em;
}
table tr:nth-child(odd) {
  background-color: #fff;
}

table th,
table td {
  padding: 0.625em;
  text-align: center;
}

table td a {
  color: #000;
  font-weight: bold;
}
table td a:hover {
  text-decoration: none;
}
table td:first-child {
  text-align: left;
  padding-left: 2rem;
}

table th {
  font-size: 0.85em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.table {
  width: 100%;
  color: #6e6b7b;
}

.table {
  margin-bottom: 1rem;
}

.table td, .table th {
  vertical-align: top;
}

.table td, .table th {
  padding: 0.72rem;
  border-top: 1px solid #ebe9f1;
}

.table thead th {
  vertical-align: bottom;
}

.table thead th {
  border-bottom: 2px solid #ebe9f1;
}

.table tbody + tbody {
  border-top: 2px solid #ebe9f1;
}

.table-sm td, .table-sm th {
  padding: 0.3rem;
}

.table-bordered, .table-bordered td, .table-bordered th {
  border: 1px solid #ebe9f1;
}

.table-bordered thead td, .table-bordered thead th {
  border-bottom-width: 2px;
}

.table-borderless tbody + tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #fafafc;
}

.table-hover tbody tr:hover {
  color: #6e6b7b;
}

.table-hover tbody tr:hover {
  background-color: #f6f6f9;
}

.table-primary, .table-primary > td, .table-primary > th {
  background-color: #d8d4fb;
}

.table-primary tbody + tbody, .table-primary td, .table-primary th, .table-primary thead th {
  border-color: #b6b0f7;
}

.table-hover .table-primary:hover, .table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
  background-color: #c3bdf9;
}

.table-secondary, .table-secondary > td, .table-secondary > th {
  background-color: #dcdddf;
}

.table-secondary tbody + tbody, .table-secondary td, .table-secondary th, .table-secondary thead th {
  border-color: #bec0c3;
}

.table-hover .table-secondary:hover, .table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
  background-color: #cfd0d3;
}

.table-success, .table-success > td, .table-success > th {
  background-color: #c3efd7;
}

.table-success tbody + tbody, .table-success td, .table-success th, .table-success thead th {
  border-color: #8fe2b4;
}

.table-hover .table-success:hover, .table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
  background-color: #afeaca;
}

.table-info, .table-info > td, .table-info > th {
  background-color: #b8f2f9;
}

.table-info tbody + tbody, .table-info td, .table-info th, .table-info thead th {
  border-color: #7ae6f3;
}

.table-hover .table-info:hover, .table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
  background-color: #a0eef7;
}

.table-warning, .table-warning > td, .table-warning > th {
  background-color: #ffe4ca;
}

.table-warning tbody + tbody, .table-warning td, .table-warning th, .table-warning thead th {
  border-color: #ffcd9d;
}

.table-hover .table-warning:hover, .table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
  background-color: #ffd7b1;
}

.table-danger, .table-danger > td, .table-danger > th {
  background-color: #f9cfcf;
}

.table-danger tbody + tbody, .table-danger td, .table-danger th, .table-danger thead th {
  border-color: #f4a6a7;
}

.table-hover .table-danger:hover, .table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
  background-color: #f6b8b8;
}

.table-light, .table-light > td, .table-light > th {
  background-color: #fcfcfc;
}

.table-light tbody + tbody, .table-light td, .table-light th, .table-light thead th {
  border-color: #fafafa;
}

.table-hover .table-light:hover, .table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
  background-color: #efefef;
}

.table-dark, .table-dark > td, .table-dark > th {
  background-color: #cdcdcd;
}

.table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
  border-color: #a1a1a1;
}

.table-hover .table-dark:hover, .table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
  background-color: silver;
}

.table-active, .table-active > td, .table-active > th {
  background-color: #f6f6f9;
}

.table-hover .table-active:hover, .table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
  background-color: #e7e7ef;
}

.table .thead-dark th {
  color: #fff;
}

.table .thead-dark th {
  background-color: #4b4b4b;
  border-color: #404040;
}

.table .thead-light th {
  color: #5e5873;
}

.table .thead-light th {
  background-color: #f3f2f7;
  border-color: #ebe9f1;
}

.table-dark {
  color: #fff;
}

.table-dark {
  background-color: #4b4b4b;
}

.table-dark td, .table-dark th, .table-dark thead th {
  border-color: #404040;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: hsla(0deg, 0%, 100%, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  color: #fff;
}

.table-dark.table-hover tbody tr:hover {
  background-color: hsla(0deg, 0%, 100%, 0.075);
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
  border: 0;
}

.table-white-space td, .table-white-space th {
  white-space: nowrap;
}

.table tfoot th, .table thead th {
  vertical-align: top;
  text-transform: uppercase;
  font-size: 0.857rem;
  letter-spacing: 0.5px;
}

.table td, .table th {
  vertical-align: middle;
}

.table td, .table th {
  padding: 0.72rem 2rem;
}

.table.table-sm td, .table.table-sm th {
  padding: 0.3rem 0.5rem;
}

.table.table-sm td:first-child, .table.table-sm th:first-child {
  padding-left: 0.75rem;
}

.table.table-sm td:first-child, .table.table-sm th:first-child {
  padding-right: 0.75rem;
}

.table:not(.table-dark):not(.table-light) tfoot:not(.thead-dark) th, .table:not(.table-dark):not(.table-light) thead:not(.thead-dark) th {
  background-color: #f3f2f7;
  text-align: left;
}

.table-hover tbody tr {
  cursor: pointer;
}

.table-hover-animation {
  background-color: #f8f8f8;
}

.table-hover-animation thead th {
  border-bottom: 0;
}

.table-hover-animation td, .table-hover-animation th {
  border: 0;
}

.table-hover-animation tbody tr {
  transition: all 0.25s ease;
}

.table-hover-animation tbody tr {
  background-color: #fff;
}

.table-hover-animation tbody tr:hover {
  transform: translateY(-4px);
}

.card .table {
  margin-bottom: 0;
}

.card .table, .card .table {
  border-bottom-left-radius: 0.357rem;
  border-bottom-right-radius: 0.357rem;
}

.card .table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 0.357rem;
}

.card .table tbody tr:last-child td:last-child, .card .table tbody tr:last-child td:first-child {
  border-bottom-right-radius: 0.357rem;
}

.card table tr[class*=table-]:last-child td:first-child, .card .table tbody tr:last-child td:last-child {
  border-bottom-left-radius: 0.357rem;
}

.card table tr[class*=table-]:last-child td:last-child, .card table tr[class*=table-]:last-child td:first-child {
  border-bottom-right-radius: 0.357rem;
}

.card table tr[class*=table-]:last-child td:last-child {
  border-bottom-left-radius: 0.357rem;
}
.single-contenu .contenu,
.page-id-185 .contenu .contenu {
  display: grid;
  grid-template-columns: 20% 30% 1fr;
  grid-template-rows: 4rem auto 0.4fr 1fr;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  row-gap: 2rem;
  padding: 1rem;
  align-items: start;
  align-content: center;
}
.single-contenu .contenu__titre-site,
.page-id-185 .contenu .contenu__titre-site {
  grid-area: 1/1/2/4;
  border-bottom: 2px solid #000000;
  order: 1;
}
.single-contenu .contenu__date,
.page-id-185 .contenu .contenu__date {
  grid-area: 2/1/3/2;
  align-self: end;
  font-size: 1.33rem;
  order: 3;
}
.single-contenu .contenu__titre,
.page-id-185 .contenu .contenu__titre {
  grid-area: 2/2/3/4;
  font-size: 20rem;
  align-self: end;
  order: 2;
}
.single-contenu .contenu__titre h1,
.page-id-185 .contenu .contenu__titre h1 {
  margin: 0;
}
.single-contenu .contenu__infos,
.page-id-185 .contenu .contenu__infos {
  grid-area: 3/1/4/2;
  order: 4;
}
.single-contenu .contenu__infos .branche,
.single-contenu .contenu__infos .categorie,
.page-id-185 .contenu .contenu__infos .branche,
.page-id-185 .contenu .contenu__infos .categorie {
  display: flex;
  align-items: center;
  width: 100%;
  margin-left: -13px;
}
.single-contenu .contenu__infos .branche-picto img,
.page-id-185 .contenu .contenu__infos .branche-picto img {
  width: 4rem;
}
.single-contenu .contenu__infos .categorie-picto img,
.page-id-185 .contenu .contenu__infos .categorie-picto img {
  width: 4rem;
}
.single-contenu .contenu__preview,
.page-id-185 .contenu .contenu__preview {
  grid-area: 3/2/5/3;
  order: 5;
}
.single-contenu .contenu__preview img,
.page-id-185 .contenu .contenu__preview img {
  box-shadow: 0 0 4px 1px #777777;
}
.single-contenu .contenu__preview:hover,
.page-id-185 .contenu .contenu__preview:hover {
  opacity: 0.7;
  cursor: pointer;
}
.single-contenu .contenu__modal,
.page-id-185 .contenu .contenu__modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9); /* Black w/ opacity */
}
.single-contenu .contenu__modal-content,
.page-id-185 .contenu .contenu__modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 1200px;
  -webkit-animation-name: zoom;
          animation-name: zoom;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
}
.single-contenu .contenu__modal-close,
.page-id-185 .contenu .contenu__modal-close {
  position: fixed;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}
.single-contenu .contenu__modal-close:hover, .single-contenu .contenu__modal-close:focus,
.page-id-185 .contenu .contenu__modal-close:hover,
.page-id-185 .contenu .contenu__modal-close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
.single-contenu .contenu__miniatures,
.page-id-185 .contenu .contenu__miniatures {
  grid-area: 4/1/5/2;
  display: flex;
  justify-content: flex-start;
  align-content: center;
  flex-wrap: wrap;
  align-items: center;
  order: 6;
}
.single-contenu .contenu__miniatures img,
.page-id-185 .contenu .contenu__miniatures img {
  width: 5rem;
  margin: 0 0.25rem;
}
.single-contenu .contenu__miniatures img.active,
.page-id-185 .contenu .contenu__miniatures img.active {
  border: 2px solid red;
}
.single-contenu .contenu__miniatures img:hover,
.page-id-185 .contenu .contenu__miniatures img:hover {
  cursor: pointer;
}
.single-contenu .contenu__miniatures img:hover:not(.active),
.page-id-185 .contenu .contenu__miniatures img:hover:not(.active) {
  border: 1px solid #000;
}
.single-contenu .contenu__texte,
.page-id-185 .contenu .contenu__texte {
  grid-area: 3/3/5/4;
  padding-left: 3rem;
  padding-right: 5rem;
  order: 7;
}

@-webkit-keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}

@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
.contenu header {
  height: 6rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  padding: 0 1rem;
  position: relative;
  background-color: #fff;
}
.header-titre {
  display: none;
}

.home .header-titre,
.contenu__titre-site {
  display: block;
  font-size: 1.1rem;
  font-weight: bold;
  border: 1px solid #000;
  padding: 0 1.5rem 0 0.5rem;
}
.home .header-titre span,
.contenu__titre-site span {
  margin-left: 1rem;
  font-weight: normal;
  font-style: italic;
  background: #000;
  color: #fff;
  padding: 0.5rem;
}

.contenu__titre-site {
  margin: 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.header-date {
  font-size: 1.5rem;
}

.header-type {
  font-size: 1rem;
}
.burger {
  position: absolute;
  color: black;
  top: 0;
  right: 10px;
  font-size: 2rem;
}
.header-branche .texte,
.header-categorie .texte {
  display: none;
}

header .picto img {
  width: 65px;
  max-height: 100%;
}
h1 {
  font-size: 1.5rem;
}

.template-horizontal {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  /*conteneur-carousel-info*/
  /*main-carousel*/
  /*flickity-viewport*/
  /*carousel-cell*/
  /*info*/
}
.template-horizontal .main-carousel {
  margin: 2rem 0;
  min-height: 400px;
}
.template-horizontal .flickity-viewport {
  min-height: 400px;
  /*max-height: 430px;*/
}
.template-horizontal .carousel-cell {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #000;
}
.template-vertical {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  /*conteneur-carousel-info*/
  /*main-carousel*/
  /*flickity-vieport*/
  /*carousel-cell*/
  /*info*/
}
.template-vertical .main-carousel {
  margin: 2rem 0;
  min-height: 400px;
}
.template-vertical .flickity-viewport {
  min-height: 400px;
  /*max-height: 430px;*/
}
.template-vertical .carousel-cell {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #000;
}
.template-vertical .info {
  margin-top: 5rem;
}
.template-newsletters {
  padding: 2rem;
  display: flex;
  flex-direction: column;
}
.template-newsletters .conteneur-images {
  display: flex;
  flex-direction: row;
}
.template-newsletters .conteneur-images div.carousel-cell {
  width: 25%;
}
.template-newsletters .info {
  margin-top: 5rem;
}
@media only screen and (min-width: 1024px) {
  .main-container {
    display: flex;
  }
  .navigation {
    display: flex;
    padding-top: 8rem;
  }
  .uil-times {
    display: none;
  }
  .contenu {
    width: 100%;
  }
  .burger {
    display: none;
  }
  header .picto img {
    min-width: 65px;
    height: auto;
  }
  .template-horizontal .main-carousel {
    /*width: 600px;*/
    margin-top: 0;
    min-width: 400px;
    margin-bottom: auto;
  }
  .template-horizontal .flickity-viewport {
    min-height: 600px;
  }
  .content {
    width: 100%;
  }
  .template-vertical .main-carousel {
    /*width: 600px;*/
    margin-top: 0;
    min-width: 400px;
    margin-bottom: auto;
  }
  .template-vertical .flickity-viewport {
    min-height: 600px;
  }
  .template-vertical {
    width: 100%;
  }
}
@media only screen and (max-width: 1023px) {
  .navigation {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  table {
    border: 0;
  }
  table caption {
    font-size: 1.3em;
  }
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: 0.625em;
  }
  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 0.8em;
    text-align: right;
  }
  table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  table td:last-child {
    border-bottom: 0;
  }
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
  .table-hover-animation tr:hover {
    border-bottom-color: #ebe9f1;
  }
}
@media screen and (max-width: 768px) {
  .single-contenu .contenu,
.page-id-185 .contenu .contenu {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(7, auto);
  }
  .single-contenu .contenu__titre-site,
.page-id-185 .contenu .contenu__titre-site {
    grid-area: unset;
  }
  .single-contenu .contenu__date,
.page-id-185 .contenu .contenu__date {
    grid-area: unset;
  }
  .single-contenu .contenu__titre,
.page-id-185 .contenu .contenu__titre {
    grid-area: unset;
  }
  .single-contenu .contenu__infos,
.page-id-185 .contenu .contenu__infos {
    grid-area: unset;
  }
  .single-contenu .contenu__preview,
.page-id-185 .contenu .contenu__preview {
    grid-area: unset;
  }
  .single-contenu .contenu__miniatures,
.page-id-185 .contenu .contenu__miniatures {
    grid-area: unset;
    justify-content: center;
  }
  .single-contenu .contenu__texte,
.page-id-185 .contenu .contenu__texte {
    grid-area: unset;
    padding: 0;
  }
}
@media only screen and (max-width: 700px) {
  .single-contenu .contenu__modal-content,
.page-id-185 .contenu .contenu__modal-content {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .contenu header {
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
  .header-items {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-left: 2rem;
    margin-right: 5rem;
  }
  .header-type {
    text-overflow: ellipsis;
    max-height: 1.3rem;
    overflow: hidden;
  }
  header .picto img {
    min-width: 65px;
    height: auto;
  }
  .template-horizontal .conteneur-carousel-info {
    display: flex;
    flex-direction: row;
    margin-bottom: 5rem;
  }
  .template-horizontal .row-reverse {
    flex-direction: row-reverse;
  }
  .template-horizontal .main-carousel {
    width: 300px;
    margin-top: 0;
    min-width: 300px;
    margin-bottom: auto;
  }
  .template-horizontal .flickity-viewport {
    min-height: 600px;
  }
  .template-horizontal .info {
    margin-left: 5rem;
  }
  .template-horizontal .row-reverse .info {
    width: 100%;
    margin-left: 0;
    margin-right: 2rem;
  }
  .template-vertical .conteneur-carousel-info {
    display: flex;
    flex-direction: column;
    margin-bottom: 5rem;
    align-items: center;
  }
  .template-vertical .row-reverse {
    flex-direction: row-reverse;
  }
  .template-vertical .main-carousel {
    width: 300px;
    margin-top: 0;
    min-width: 300px;
    margin-bottom: auto;
  }
  .template-vertical .flickity-viewport {
    min-height: 600px;
  }
  .template-vertical .info {
    margin-left: 5rem;
    width: 50rem;
  }
  .template-vertical .row-reverse .info {
    width: 100%;
    margin-left: 0;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 500px) and (max-width: 767px) {
  .template-horizontal .main-carousel {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .template-vertical .main-carousel {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 320px) {
  .template-vertical .info {
    width: 100%;
  }
}
/*# sourceMappingURL=style.css.map */