@charset "UTF-8";
/*
	Theme Name: SIOCA
	Version: 1.0
	Author: PIXEL - Agence Web
*/
/*------------------------------------*\
	RESET
\*------------------------------------*/
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, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

/*------------------------------------*\
    SCSS 
\*------------------------------------*/
.transition, .page-id-38 main form input[type=submit], .page-id-42 .wp-block-image img, .page-template-template_actualites .actualites .actualite:hover .image, .page-template-template_actualites .actualites .actualite .image, .page-template-template_etudes_et_projets .projet span.bouton, .page-template-template_etudes_et_projets .projet .image, .home .projets .wrapper .slick-projets .projet span.bouton, .home .entrees-principales > div a p span, .home .entrees-principales > div a p, .home .entrees-principales > div a .image > div, .home .entrees-principales > div, .home .actus-slider .slick-dots li a > div span.puce, footer .menu_legal #menu-menu-legal li a, .nav-mobile, header > .wrapper nav.nav > ul > li.menu-item-has-children > ul.sub-menu, header > .wrapper nav.nav > ul > li > a::after, .search-main-container .search-container form button, .search-main-container .search-container .close_search, .search-main-container, #to_top, a, .fade, .green-line:hover::before, .home .agenda .liste > li:hover::before, .ancre_container:hover::before, .green-line::before, .page-template-template_agenda .liste > li::before, .page-id-32 .wp-block-column::before, .page-template-template_actualites .actualites .actualite::before, .home .sitemap #menu-plan-du-site > li::before, .home .agenda .liste > li::before, .ancre_container::before {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.cubic, body #tarteaucitronRoot #tarteaucitronAlertBig button {
  -webkit-transition: all 0.75s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.75s cubic-bezier(0.16, 1, 0.3, 1);
}

.gros_titre, .home h3, h1 {
  font-weight: 300;
  font-size: 3.8rem;
  line-height: 4.8rem;
  text-transform: uppercase;
  color: #0ea3b4;
  margin-bottom: 30px;
}

.fleur::before, .home h3::before, h1::before {
  content: "";
  display: inline-block;
  width: 55px;
  height: 37px;
  background-image: url(img/feuilles.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 15px;
}

.green-line, .page-template-template_agenda .liste > li, .page-id-32 .wp-block-column, .page-template-template_actualites .actualites .actualite, .home .sitemap #menu-plan-du-site > li, .home .agenda .liste > li, .ancre_container {
  position: relative;
}
.green-line::before, .page-template-template_agenda .liste > li::before, .page-id-32 .wp-block-column::before, .page-template-template_actualites .actualites .actualite::before, .home .sitemap #menu-plan-du-site > li::before, .home .agenda .liste > li::before, .ancre_container::before {
  position: absolute;
  top: -6px;
  left: 0;
  content: "";
  display: block;
  width: 40px;
  height: 6px;
  background: #d9dd4c;
}
.green-line:hover::before, .page-template-template_agenda .liste > li:hover::before, .page-id-32 .wp-block-column:hover::before, .page-template-template_actualites .actualites .actualite:hover::before, .home .sitemap #menu-plan-du-site > li:hover::before, .home .agenda .liste > li:hover::before, .ancre_container:hover::before {
  width: 100%;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.fond-feuille, .home .sitemap, body:not(.home) main {
  background-image: url(img/fond-sitemap.png);
  background-position: 100% calc(100% + 60px);
  background-size: auto;
  background-repeat: no-repeat;
}

/*------------------------------------*\
    CLASSES GENERIQUES
\*------------------------------------*/
.m-o {
  display: none;
}

.fade {
  position: relative;
  top: 50px;
}
.fade.active {
  top: 0;
}

.bouton,
.wp-block-button__link {
  display: inline-block;
  padding: 2px 9px;
  text-transform: uppercase;
  border: 1px solid #090909;
  color: #090909;
  font-weight: 500;
  background: transparent;
  border-radius: 0;
  font-size: 1.3rem;
}
.bouton.wp-block-button__link:active, .bouton.wp-block-button__link:focus, .bouton.wp-block-button__link:hover, .bouton:hover,
.wp-block-button__link.wp-block-button__link:active,
.wp-block-button__link.wp-block-button__link:focus,
.wp-block-button__link.wp-block-button__link:hover,
.wp-block-button__link:hover {
  color: #fff;
  background: #090909;
}

.wrapper {
  max-width: 1380px;
  width: calc(95% - 300px);
  margin: 0 auto;
  position: relative;
}

.full-width {
  position: relative;
  padding: 60px 0;
  background-color: #f0eeef;
  background-image: url("img/motif_full_width.png");
  background-size: contain;
  background-position: -300px 0;
  background-repeat: no-repeat;
}

.flash {
  background: #70b65a;
  color: #fff;
  font-weight: 500;
  padding: 30px 15px;
}

.grecaptcha-badge {
  opacity: 0;
  pointer-events: none;
}

/*------------------------------------*\
    HTML
\*------------------------------------*/
/* global box-sizing */
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* html element 62.5% font-size for REM use */
html {
  font-size: 62.5%;
}

body {
  font: 400 13px/1.4 "Roboto", sans-serif, sans-serif;
  line-height: 2.3rem;
  color: #090909;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

h2 {
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #07707d;
  margin-bottom: 40px;
  font-weight: 300;
}

h3 {
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 3.4rem;
  text-transform: uppercase;
  color: #89c7d4;
  margin-bottom: 30px;
}

h4 {
  font-weight: 300;
  font-size: 2rem;
  line-height: 3rem;
  text-transform: uppercase;
  margin-bottom: 30px;
}

main article ul:not(.slick-slider):not(.slick-dots):not(.liste):not(.filtre) {
  margin-bottom: 30px;
}
main article ul:not(.slick-slider):not(.slick-dots):not(.liste):not(.filtre) li::before {
  content: "";
  display: inline-block;
  height: 8px;
  width: 8px;
  background: #d9dd4c;
  margin-right: 10px;
}

p {
  line-height: 2.3rem;
  margin-bottom: 20px;
}

strong {
  font-weight: 600;
}

a {
  color: #444;
  text-decoration: none;
}

.wp-block-button__link:active,
.wp-block-button__link:focus,
.wp-block-button__link:hover,
.wp-block-button__link:visited {
  color: #444;
}

main article p a,
main article ul li a {
  text-decoration: underline;
}

a:hover {
  color: #444;
}

a:focus {
  outline: 0;
}

a:hover,
a:active {
  outline: 0;
}

input:focus {
  outline: 0;
  border: 1px solid #04A4CC;
}

/*------------------------------------*\
	STRUCTURE
\*------------------------------------*/
main {
  overflow: hidden;
  z-index: 1;
  position: relative;
}

body:not(.home) main {
  padding-bottom: 120px;
}

body main article h3 {
  margin: 30px 0;
}

/*------------------------------------*\
	ELEMENTS COMMUNS
\*------------------------------------*/
.breadcrumbs {
  margin: 60px 0 30px 0;
  display: inline-block;
  border-top: 1px solid #767575;
  border-bottom: 1px solid #767575;
  color: #767575;
  font-size: 1.1rem;
  line-height: 2.1rem;
  text-transform: uppercase;
}
.breadcrumbs a {
  color: #767575;
}

#to_top {
  z-index: 2;
  display: none;
  position: fixed;
  background: #d9dd4c;
  height: 40px;
  width: 40px;
  top: calc(50% - 20px);
  right: 75px;
  background-image: url(img/top.png);
  background-repeat: no-repeat;
  background-position: 50%;
}
#to_top:hover {
  background-position: 50% 30%;
}

.ancre_container {
  background: #f0eeef;
  padding: 35px;
  margin: 40px 0;
  -webkit-box-shadow: 3px 3px 10px #999;
          box-shadow: 3px 3px 10px #999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.ancre_container .intro {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ancre_container .intro::before {
  width: 50%;
  content: "informations à retrouver dans cette page";
  text-transform: uppercase;
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 300;
}
.ancre_container .intro::after {
  width: 50%;
  content: "";
  background-image: url(img/megaphone.png);
  background-repeat: no-repeat;
  background-position: 0 50%;
}
.ancre_container ul {
  width: 60%;
  margin-bottom: 0 !important;
}
.ancre_container ul a:hover {
  text-decoration: underline;
}

.search-main-container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.85);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  pointer-events: none;
}
.search-main-container .search-container {
  position: relative;
  width: 50%;
  max-width: 900px;
  height: 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.search-main-container .search-container .close_search {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  padding-top: 40px;
  background-image: url("img/close_search.png");
  background-position: 50% 0;
  background-repeat: no-repeat;
  cursor: pointer;
}
.search-main-container .search-container .close_search:hover {
  padding-top: 35px;
}
.search-main-container .search-container form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.1rem;
}
.search-main-container .search-container form input {
  background: transparent !important;
  border-radius: 0 !important;
  border: none;
  border-bottom: 1px solid #fff;
  padding: 10px 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  color: #fff;
  -webkit-appearance: none;
}
.search-main-container .search-container form button {
  margin-left: 20px;
  background: transparent !important;
  border-radius: 0 !important;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  border-color: #fff;
}
.search-main-container .search-container form button:hover {
  color: #fff;
  border-color: #0ea3b4;
  background: #0ea3b4 !important;
}
.search-main-container .search-container form ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
}
.search-main-container .search-container form ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
}
.search-main-container .search-container form :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
}
.search-main-container .search-container form :-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
}

body.search-active .search-main-container {
  opacity: 1;
  pointer-events: all;
}

.wp-block-file {
  display: inline-block;
  width: 22%;
  margin: 0 1.3% 20px 1.3%;
  text-align: center;
}
.wp-block-file > a {
  display: block;
}
.wp-block-file > a:not(.wp-block-file__button) {
  background-image: url(img/fichier.png);
  background-position: 50% 0;
  background-repeat: no-repeat;
  text-transform: uppercase;
  color: #70b65a;
  font-size: 1.6rem;
  padding-top: 70px;
  font-weight: 600;
  margin-bottom: 10px;
}
.wp-block-file > a:not(.wp-block-file__button) span {
  display: block;
  margin: 5px 0 10px 0;
  font-size: 1.3rem;
  line-height: 2.3rem;
  color: #090909;
  font-weight: 400;
  text-transform: lowercase;
}
.wp-block-file > a.wp-block-file__button {
  display: inline-block;
  padding: 2px 9px;
  text-transform: uppercase;
  border: 1px solid #090909;
  color: #090909 !important;
  font-weight: 500;
  background: transparent;
  border-radius: 0;
  font-size: 1.3rem;
  margin: 0;
}
.wp-block-file:hover a.wp-block-file__button {
  color: #fff !important;
  background: #090909;
}

/*------------------------------------*\
	HEADER
\*------------------------------------*/
header {
  position: relative;
  z-index: 3;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.33);
          box-shadow: 0 1px 10px rgba(0, 0, 0, 0.33);
}
header > .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header > .wrapper .logo a {
  display: block;
}
header > .wrapper .logo a img {
  min-width: 165px;
}
header > .wrapper nav.nav {
  margin: 0 40px;
}
header > .wrapper nav.nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header > .wrapper nav.nav > ul > li {
  padding: 20px 0;
}
header > .wrapper nav.nav > ul > li + li {
  margin-left: 40px;
}
header > .wrapper nav.nav > ul > li > a {
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 2rem;
  display: inline-block;
  white-space: nowrap;
}
header > .wrapper nav.nav > ul > li > a::after {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  background: #fff;
  position: relative;
  top: 10px;
}
header > .wrapper nav.nav > ul > li > a:hover, header > .wrapper nav.nav > ul > li > a[aria-current=page] {
  color: #06707d;
}
header > .wrapper nav.nav > ul > li > a:hover::after, header > .wrapper nav.nav > ul > li > a[aria-current=page]::after {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  background: #06707d;
}
header > .wrapper nav.nav > ul > li.menu-item-has-children {
  position: relative;
}
header > .wrapper nav.nav > ul > li.menu-item-has-children > ul.sub-menu {
  position: absolute;
  top: 100%;
  width: 150%;
  min-width: 250px;
  padding: 20px;
  background: #fff;
  -webkit-box-shadow: 3px 3px 10px #999;
          box-shadow: 3px 3px 10px #999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 0;
  pointer-events: none;
}
header > .wrapper nav.nav > ul > li.menu-item-has-children > ul.sub-menu > li > a {
  display: block;
  padding: 10px;
  font-size: 1.4rem;
}
header > .wrapper nav.nav > ul > li.menu-item-has-children > ul.sub-menu > li > a:hover {
  color: #0da3b4;
}
header > .wrapper nav.nav > ul > li:hover > ul.sub-menu {
  opacity: 1;
  pointer-events: all;
}
header > .wrapper .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header > .wrapper .search-button {
  cursor: pointer;
}

.menu-sticky {
  position: fixed;
  z-index: 3;
  top: 200px;
  left: 30px;
}
.menu-sticky li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  color: #090909;
  font-weight: bold;
  padding: 10px;
  font-size: 1rem;
}
.menu-sticky li a::before {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
  height: 40px;
  width: 40px;
  display: block;
  margin-bottom: 5px;
}
.menu-sticky li#menu-item-57 a {
  background: #0ea3b4;
}
.menu-sticky li#menu-item-57 a::before {
  background-image: url(img/picto-agenda.png);
}
.menu-sticky li#menu-item-56 a {
  background: #d1d43e;
}
.menu-sticky li#menu-item-56 a::before {
  background-image: url(img/picto-publication.png);
}
.menu-sticky li#menu-item-55 a {
  background: #89c7d4;
}
.menu-sticky li#menu-item-55 a::before {
  background-image: url(img/picto-carto.png);
}
.menu-sticky li#menu-item-54 a {
  background: #70b65a;
}
.menu-sticky li#menu-item-54 a::before {
  background-image: url(img/picto-actu.png);
}

.hamburger {
  margin-left: 15px;
  padding: 0;
  opacity: 1;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.hamburger .hamburger-inner,
.hamburger .hamburger-inner:after,
.hamburger .hamburger-inner:before,
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
  background: #06707d;
}

.nav-mobile {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  pointer-events: none;
  overflow: scroll;
  z-index: 1;
}
.nav-mobile .mobile_container {
  padding: 30px 0;
  width: 66%;
  margin: 0 auto;
  height: 100%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.nav-mobile .mobile_container > nav > ul > li + li {
  margin-top: 25px;
}
.nav-mobile .mobile_container > nav > ul > li > a {
  display: block;
  text-transform: uppercase;
  font-size: 1.4rem;
  line-height: normal;
  color: #06707d;
  font-weight: 500;
}
.nav-mobile .mobile_container > nav > ul > li.menu-item-has-children > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 0 0 0;
}
.nav-mobile .mobile_container > nav > ul > li.menu-item-has-children > ul > li > a {
  display: block;
  padding: 5px 0 0 10px;
  font-size: 1.4rem;
}

.mobile_menu_open main,
.mobile_menu_open footer {
  height: 0;
  overflow: hidden;
}
.mobile_menu_open .nav-mobile {
  opacity: 1;
  z-index: 2;
  pointer-events: all;
  overflow: scroll;
}

/*------------------------------------*\
	FOOTER
\*------------------------------------*/
footer {
  background: #07707d;
  color: #fff;
  padding: 35px 0;
  font-size: 1.5rem;
  line-height: 2.5rem;
  font-weight: 300;
  position: relative;
}
footer .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .wrapper img {
  width: auto;
}
footer .wrapper p {
  margin: 0;
}
footer .wrapper a {
  color: #fff;
}
footer .wrapper .bouton {
  color: #fff;
  border-color: #fff;
  font-weight: 300;
}
footer .wrapper .bouton:hover {
  background: #fff;
  color: #07707d;
}
footer .wrapper .bouton.contact {
  margin-top: 20px;
}
footer .menu_legal {
  text-align: center;
  margin-top: 40px;
}
footer .menu_legal #menu-menu-legal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer .menu_legal #menu-menu-legal li + li::before {
  display: inline-block;
  content: "|";
  margin: 0 10px;
}
footer .menu_legal #menu-menu-legal li a {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  display: inline-block;
  border-bottom: 0.5px solid transparent;
}
footer .menu_legal #menu-menu-legal li a:hover {
  border-bottom: 0.5px solid #fff;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/
.home header {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}
.home footer {
  margin-top: 0;
}
.home .actus-slider {
  position: relative;
}
@-webkit-keyframes zoom_out {
  from {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoom_out {
  from {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.home .actus-slider .actu {
  height: 66vh;
  max-height: 530px;
}
.home .actus-slider .actu .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-size: cover;
  background-position: 50%;
  -webkit-transition: all linear 5s;
  transition: all linear 5s;
}
.home .actus-slider .actu .image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.12);
}
.home .actus-slider .actu .content-container {
  position: relative;
  z-index: 2;
  padding-top: 70px;
  color: #fff;
}
.home .actus-slider .actu .content-container .content {
  max-width: 50%;
  padding: 20px;
  background: rgba(0, 0, 0, 0.5);
}
.home .actus-slider .actu .content-container .content h5 {
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.home .actus-slider .actu .content-container .content h4 {
  font-size: 2.6rem;
  line-height: 3.6rem;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-weight: 500;
}
.home .actus-slider .actu .content-container .content .paragraphe {
  margin-bottom: 30px;
}
.home .actus-slider .actu .content-container .content a.bouton {
  color: #fff;
  border-color: #fff;
  text-decoration: none;
}
.home .actus-slider .actu .content-container .content a.bouton:hover {
  background: #fff;
  color: #090909;
  text-shadow: none;
}
.home .actus-slider .slick-dots {
  max-width: 1380px;
  width: calc(100% - 300px);
  margin: 0 150px;
  position: absolute;
  bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home .actus-slider .slick-dots li {
  width: auto;
  height: auto;
  text-align: left;
  max-width: 25%;
}
.home .actus-slider .slick-dots li a {
  font-size: 1.6rem;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.58);
  font-weight: 900;
  text-decoration: none;
}
.home .actus-slider .slick-dots li a::after {
  content: "";
  display: block;
  margin-top: 10px;
  width: 0;
  height: 2px;
  background: #fff;
  -webkit-transition: none;
  transition: none;
}
.home .actus-slider .slick-dots li a > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home .actus-slider .slick-dots li a > div span.puce {
  display: block;
  height: 15px;
  width: 15px;
  background: #fff;
  margin-right: 10px;
  top: 2px;
  position: relative;
}
.home .actus-slider .slick-dots li a > div span:not(.puce) {
  width: calc(100% - 25px);
}
@-webkit-keyframes init_move {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes init_move {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.home .actus-slider .slick-dots li:first-child.slick-active a::after {
  -webkit-animation: init_move 4.4s linear 1;
          animation: init_move 4.4s linear 1;
}
.home .actus-slider .slick-dots li.slick-active a::after {
  width: 100%;
  -webkit-transition: all linear 5s;
  transition: all linear 5s;
}
.home .actus-slider .slick-dots li.slick-active a span.puce {
  background: #07707d;
}
.home .actus-slider .slick-dots li + li {
  margin-left: 60px;
}
.home .actus-slider .slick-list::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 292px;
  background-image: url("img/motif_slider.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 100% 0;
}
.home .entrees-principales {
  margin: 60px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.home .entrees-principales > div {
  width: 45%;
  background: transparent;
}
.home .entrees-principales > div a {
  display: block;
  text-align: center;
  overflow: hidden;
}
.home .entrees-principales > div a .image {
  position: relative;
  z-index: 1;
  height: 295px;
  background-size: cover;
  background-poistion: 50%;
  overflow: hidden;
}
.home .entrees-principales > div a .image > div {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.home .entrees-principales > div a p {
  position: relative;
  z-index: 2;
  padding: 30px 0;
  color: #89c7d4;
  font-size: 2.4rem;
  line-height: 3.4rem;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0 auto;
}
.home .entrees-principales > div a p span {
  position: relative;
  left: 0;
}
.home .entrees-principales > div a:hover p span {
  left: 10px;
}
.home .entrees-principales > div a:hover .image > div {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.home .agenda {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.home .agenda .intro {
  width: 30%;
}
.home .agenda .liste {
  width: 65%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.home .agenda .liste > li {
  width: 46%;
  margin: 0 0 4% 4%;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  background: #f0eeef;
}
.home .agenda .liste > li a {
  padding: 30px 20px;
  display: block;
  height: 100%;
  text-decoration: none;
}
.home .agenda .liste > li a h4 {
  font-size: 2.4rem;
  line-height: 3.4rem;
  text-transform: uppercase;
  font-weight: 300;
}
.home .agenda .liste > li a .cat {
  font-weight: 500;
  display: block;
  margin-bottom: 15px;
}
.home .agenda .liste > li a .dates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home .agenda .liste > li a .date {
  display: block;
  font-size: 1.6rem;
}
.home .projets .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.home .projets .wrapper .intro {
  width: 33%;
}
.home .projets .wrapper .slick-projets {
  width: 62%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.home .projets .wrapper .slick-projets .projet > a {
  display: block;
  position: relative;
  padding: 60px;
}
.home .projets .wrapper .slick-projets .projet .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-position: 50%;
  background-size: cover;
}
.home .projets .wrapper .slick-projets .projet .content {
  position: relative;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
  padding: 70px 50px;
  text-align: center;
  min-height: 250px;
}
.home .projets .wrapper .slick-projets .projet .content h4 {
  text-transform: uppercase;
  font-size: 2rem;
  line-height: 3rem;
  color: #fff;
  font-weight: 300;
  margin-bottom: 20px;
}
.home .projets .wrapper .slick-projets .projet span.bouton {
  color: #fff;
  border-color: #fff;
}
.home .projets .wrapper .slick-projets .projet span.bouton:hover {
  background: #fff;
  color: #090909;
}
.home .projets .wrapper .slick-projets button.slick-prev {
  z-index: 2;
  left: 25px;
}
.home .projets .wrapper .slick-projets button.slick-next {
  z-index: 2;
  right: 25px;
}
.home .projets .wrapper .slick-projets .slick-dots {
  bottom: 20px;
}
.home .projets .wrapper .slick-projets .slick-dots li {
  margin: 0px 10px;
}
.home .projets .wrapper .slick-projets .slick-dots li button {
  background: #fff;
}
.home .projets .wrapper .slick-projets .slick-dots li button::before {
  content: unset;
}
.home .projets .wrapper .slick-projets .slick-dots li.slick-active button {
  background: #0a707d;
}
.home .sitemap {
  padding: 60px 0;
  background-size: contain;
}
.home .sitemap #menu-plan-du-site {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.home .sitemap #menu-plan-du-site > li {
  background: #f0eeef;
  padding: 45px 30px;
  width: 30%;
  margin: 1.5%;
}
.home .sitemap #menu-plan-du-site > li a {
  text-decoration: none;
}
.home .sitemap #menu-plan-du-site > li > a {
  text-transform: uppercase;
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: 300;
  margin-bottom: 30px;
  display: block;
}
.home .sitemap #menu-plan-du-site > li ul li a:hover {
  text-decoration: underline;
}

.page-id-26 .partenaires_velo {
  text-align: center;
}
.page-id-26 .partenaires_velo img {
  width: auto;
}

.page-template-template_etudes_et_projets .projet {
  overflow: hidden;
}
.page-template-template_etudes_et_projets .projet + .projet {
  margin-top: 40px;
}
.page-template-template_etudes_et_projets .projet > a {
  display: block;
  position: relative;
  padding: 60px;
}
.page-template-template_etudes_et_projets .projet > a:hover .image {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.page-template-template_etudes_et_projets .projet .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-position: 50%;
  background-size: cover;
}
.page-template-template_etudes_et_projets .projet .content {
  position: relative;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
  padding: 70px 50px;
  text-align: center;
  min-height: 250px;
}
.page-template-template_etudes_et_projets .projet .content h4 {
  text-transform: uppercase;
  font-size: 2rem;
  line-height: 3rem;
  color: #fff;
  font-weight: 300;
  margin-bottom: 20px;
}
.page-template-template_etudes_et_projets .projet span.bouton {
  color: #fff;
  border-color: #fff;
}
.page-template-template_etudes_et_projets .projet span.bouton:hover {
  background: #fff;
  color: #090909;
}

.single-projets .intro_projet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.single-projets .intro_projet > div {
  width: 50%;
}
.single-projets .intro_projet > div + div {
  margin-left: 5%;
}

.page-template-template_actualites .actualites {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-template-template_actualites .actualites .actualite {
  width: 46%;
  margin: 2%;
  display: block;
  overflow: hidden;
  background: #f0efef;
}
.page-template-template_actualites .actualites .actualite::before {
  top: 0;
  z-index: 3;
}
.page-template-template_actualites .actualites .actualite .image {
  height: 200px;
  background-position: 50%;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.page-template-template_actualites .actualites .actualite:hover .image {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.page-template-template_actualites .actualites .actualite .content {
  padding: 30px;
  position: relative;
  z-index: 2;
  background: #f0efef;
}
.page-template-template_actualites .actualites .actualite .content h3 {
  color: #090909;
  margin-bottom: 0;
}
.page-template-template_actualites .actualites .actualite .content .tax {
  display: block;
  font-weight: 500;
  color: #090909;
  font-style: italic;
  margin-bottom: 10px;
}
.page-template-template_actualites .actualites .actualite .content .more {
  margin-top: 10px;
  text-align: right;
  text-transform: capitalize;
  font-style: italic;
}

.single .image_actu {
  float: right;
  margin: 0 0 40px 40px;
}

.page-id-32 .wp-block-column {
  background: #f0efef;
  padding: 30px;
}

.page-id-42 .wp-block-image {
  text-align: center;
}
.page-id-42 .wp-block-image img {
  max-width: 150px;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.page-id-42 .wp-block-image img:hover {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}

.page-template-template_agenda h4 {
  font-size: 1.3rem;
  line-height: 2.3rem;
  text-transform: none;
  color: #090909;
  margin-bottom: 15px;
}
.page-template-template_agenda .filtres ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}
.page-template-template_agenda .filtres ul li + li {
  margin-left: 40px;
}
.page-template-template_agenda .filtres ul li a {
  text-decoration: none;
  cursor: pointer;
}
.page-template-template_agenda .filtres ul li a.active {
  color: #fff;
  background: #090909;
}
.page-template-template_agenda .liste {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-template-template_agenda .liste > li {
  width: 46%;
  margin: 0 4% 4% 0;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  background: #f0eeef;
}
.page-template-template_agenda .liste > li::before {
  width: 10%;
}
.page-template-template_agenda .liste > li a {
  padding: 30px 20px;
  display: block;
  height: 100%;
  text-decoration: none;
}
.page-template-template_agenda .liste > li a h4 {
  font-size: 2.4rem;
  line-height: 3.4rem;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 10px;
}
.page-template-template_agenda .liste > li a .cat {
  font-weight: 500;
  display: block;
  margin-bottom: 15px;
}
.page-template-template_agenda .liste > li a .dates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-template-template_agenda .liste > li a .date {
  display: block;
  font-size: 1.6rem;
}
.page-template-template_agenda hr {
  margin-bottom: 40px;
}

.single-evenement .cat {
  display: block;
  font-weight: 500;
  margin-bottom: 30px;
}
.single-evenement .lien {
  background: #0ea3b4;
  border-color: #0ea3b4;
  color: #fff;
  margin-bottom: 60px;
}
.single-evenement .lien:hover {
  background: #090909;
  border-color: #090909;
}

.page-id-38 main form input:not([type=submit]),
.page-id-38 main form textarea {
  width: 100%;
  border: none;
  border-radius: 0;
  background: #e0e0e0;
  font-size: 1.6rem;
  padding: 15px 15px;
  margin-bottom: 20px;
  font-weight: 400;
  color: #444;
}
.page-id-38 main form ::-webkit-input-placeholder {
  color: #989797;
  font-size: 1.6rem;
}
.page-id-38 main form ::-moz-placeholder {
  color: #989797;
  font-size: 1.6rem;
}
.page-id-38 main form :-ms-input-placeholder {
  color: #989797;
  font-size: 1.6rem;
}
.page-id-38 main form :-moz-placeholder {
  color: #989797;
  font-size: 1.6rem;
}
.page-id-38 main form .wpcf7-acceptance {
  font-size: 1.4rem;
  line-height: 2.4rem;
  margin-bottom: 20px;
  display: block;
}
.page-id-38 main form .wpcf7-acceptance a {
  text-decoration: underline;
}
.page-id-38 main form .wpcf7-acceptance span label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-id-38 main form .wpcf7-acceptance span label input {
  margin-right: 20px;
  width: auto;
}
.page-id-38 main form input[type=submit] {
  display: block;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  opacity: 1;
  padding: 15px 20px;
  line-height: normal;
  border: none;
  background: #82BE5E;
}
.page-id-38 main form input[type=submit]:disabled {
  opacity: 0.5;
}
.page-id-38 main form input[type=submit]:hover {
  background: #090909;
}
.page-id-38 main form span.wpcf7-not-valid-tip {
  color: #f93131;
  font-size: 1.6rem;
}

#cn-accept-cookie {
  padding: 5px;
  background: #d1d43e;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}

/*------------------------------------*\
//////////////////////////////////
	SIGNATURE PIXEL
//////////////////////////////////
\*------------------------------------*/
.signature_pixel {
  position: absolute;
  right: 20px;
  top: calc(75% - 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.signature_pixel .texte_container {
  position: relative;
  z-index: 1;
  padding-right: 10px;
  text-align: right;
  text-transform: uppercase;
  line-height: normal;
}
.signature_pixel .texte_container .texte {
  color: transparent;
  position: relative;
  left: calc(100% + 10px);
  height: 100%;
  letter-spacing: 1px;
  -webkit-transition: none;
  transition: none;
}
.signature_pixel svg {
  position: relative;
  z-index: 2;
  width: 90px;
}
.signature_pixel svg #nom_pixel {
  -webkit-transition: none;
  transition: none;
  opacity: 0;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.signature_pixel svg #nom_pixel path {
  fill: #FFF;
}
.signature_pixel svg #carre path {
  fill: #d9dd4b;
}
.signature_pixel:hover .texte_container .texte {
  left: 0;
  color: #fff;
  -webkit-transition: all ease-in-out 0.6s;
  transition: all ease-in-out 0.6s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.signature_pixel:hover #nom_pixel {
  -webkit-transition: all ease-in-out 0.6s;
  transition: all ease-in-out 0.6s;
  opacity: 1;
}

@media only screen and (max-width: 812px) {
  .signature_pixel {
    position: relative;
    right: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 40px 0;
  }
  .signature_pixel .texte_container {
    display: none;
  }
  .signature_pixel svg #nom_pixel {
    opacity: 1;
  }
}
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media only screen and (max-width: 1280px) {
  header > .wrapper nav.nav > ul > li > a {
    font-size: 1.2rem;
    white-space: normal;
  }
}
@media only screen and (max-width: 812px) {
  .m-o {
    display: block;
  }
  .d-o {
    display: none;
  }
  .flex-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flex-col > div,
  .flex-col > section,
  .flex-col > article,
  .flex-col > a,
  .flex-col > li {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .wrapper {
    width: 90%;
  }
  .gros_titre, h1, .home h3 {
    font-size: 2.5rem;
    line-height: 3.5rem;
  }
  h3 {
    font-size: 2.2rem;
    line-height: 3.2rem;
    margin-bottom: 15px;
  }
  .search-main-container .search-container {
    width: 90%;
  }
  .search-main-container .search-container form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .search-main-container .search-container form button {
    width: 66%;
    margin: 30px auto 0 auto;
  }
  #to_top {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    right: 10px;
    top: calc(100% - 52px);
  }
  .breadcrumbs {
    margin: 30px 0;
    border: none;
  }
  .ancre_container .intro:before {
    width: 75%;
  }
  .ancre_container .intro:after {
    width: 25%;
  }
  .ancre_container ul {
    width: 100%;
  }
  .ancre_container .intro {
    margin-bottom: 20px;
  }
  .filtres {
    display: none;
  }
  .agenda .liste.flex-col > li {
    margin: 0;
  }
  .agenda .liste.flex-col > li + li {
    margin: 30px 0 0 0;
  }
  .wp-block-file {
    display: inline-block;
    width: 46%;
    margin: 0 1.7% 40px 1.7%;
  }
  footer {
    text-align: center;
  }
  footer img {
    margin-bottom: 20px;
  }
  footer .bouton {
    margin-bottom: 20px;
    width: auto !important;
  }
  footer a {
    color: #fff;
  }
  footer .menu_legal #menu-menu-legal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .menu_legal #menu-menu-legal li::before {
    display: none !important;
  }
  .home .actus-slider .slick-list::after {
    display: none;
  }
  .home .actus-slider .actu .content-container .content {
    max-width: unset;
  }
  .home .agenda .liste {
    width: 100%;
  }
  .home .projets .wrapper .slick-projets {
    width: 100%;
  }
  .home .sitemap #menu-plan-du-site > li {
    width: 100%;
  }
  .home .actus-slider .actu {
    height: 75vh;
    max-height: unset;
  }
  .home .actus-slider .slick-dots {
    max-width: unset;
    width: 100%;
    padding: 0 12%;
    margin: 0;
    bottom: 15px;
  }
  .home .actus-slider .slick-dots li a:after {
    display: none;
  }
  .home .agenda .intro,
  .home .projets .wrapper .intro {
    margin-bottom: 40px;
  }
  .home .projets .wrapper .slick-projets .projet > a {
    padding: 0;
  }
  .home .projets button.slick-prev {
    z-index: 2;
    left: 25px;
  }
  .home .projets button.slick-next {
    z-index: 2;
    right: 25px;
  }
  .home .sitemap #menu-plan-du-site > li + li {
    margin-top: 40px;
  }
  .page-id-26 .wp-block-image figcaption {
    text-align: left;
  }
  .page-template-template_etudes_et_projets .projet > a {
    padding: 0;
  }
  .page-template-template_actualites .actualites .actualite {
    margin: 0;
  }
  .page-template-template_actualites .actualites .actualite + .actualite {
    margin-top: 30px;
  }
  .single .image_actu {
    margin: 0 0 20px 0;
  }
}
/*------------------------------------*\
    MISC
\*------------------------------------*/
::-moz-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}
::selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}

::-webkit-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}

::-moz-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #FFF;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

html body #tarteaucitronRoot.tarteaucitronBeforeVisible {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

html body #tarteaucitronRoot button#tarteaucitronBack {
  background-color: rgba(0, 0, 0, 0.6);
}

body #tarteaucitronRoot #tarteaucitronAlertBig {
  position: relative;
  width: 50vw;
  height: auto;
  margin: 0;
  background: #fff;
  padding: 40px;
  font-size: 1.4rem;
  line-height: normal;
}
body #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert {
  display: block;
  padding: 0;
}
body #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert .titre {
  color: #000;
  text-transform: uppercase;
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 20px;
}
body #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert p {
  color: #373E54;
  font-size: 1.3rem;
  font-weight: 200;
  line-height: 2rem;
  padding-bottom: 20px;
  border-bottom: 1px solid #a6a6a6;
  margin-bottom: 20px;
}
body #tarteaucitronRoot #tarteaucitronAlertBig button {
  margin: 0;
  padding: 15px;
  border-radius: 0;
}
body #tarteaucitronRoot #tarteaucitronAlertBig button:not(.tarteaucitronDeny) {
  padding: 20px;
  border: 1px solid #373E54;
  font-size: 1.2rem !important;
  text-transform: uppercase;
  font-weight: 200;
}
body #tarteaucitronRoot #tarteaucitronAlertBig button#tarteaucitronPrivacyUrl {
  display: none;
}
body #tarteaucitronRoot #tarteaucitronAlertBig button.tarteaucitronAllow {
  background: #0da3b4;
  border-color: #0da3b4;
}
body #tarteaucitronRoot #tarteaucitronAlertBig button.tarteaucitronAllow:hover {
  background: #0a7884;
  border-color: #0a7884;
}
body #tarteaucitronRoot #tarteaucitronAlertBig button.tarteaucitronAllow .tarteaucitronCheck {
  display: none;
}
body #tarteaucitronRoot #tarteaucitronAlertBig button#tarteaucitronCloseAlert {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-left: 20px;
}
body #tarteaucitronRoot #tarteaucitronAlertBig button.tarteaucitronDeny {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 0;
  background: transparent;
  color: #a6a6a6;
  display: inline-block;
  padding-bottom: 3px;
  border-bottom: 1px solid #a6a6a6;
  font-size: 1.2rem !important;
}
body #tarteaucitronRoot #tarteaucitronAlertBig button.tarteaucitronDeny .tarteaucitronCross {
  display: none;
}
body #tarteaucitronRoot #tarteaucitronAlertBig button.tarteaucitronDeny:hover {
  color: #000;
  border-color: #000;
}
body #tarteaucitronRoot button#tarteaucitronBack {
  background: transparent;
}
body #tarteaucitronRoot #tarteaucitronServices {
  -webkit-box-shadow: none;
          box-shadow: none;
}
body #tarteaucitronRoot #tarteaucitron #tarteaucitronClosePanel {
  background: #fff;
  color: #000;
  font-weight: 400;
}
body #tarteaucitronRoot #tarteaucitron .tarteaucitronLine,
body #tarteaucitronRoot #tarteaucitron .tarteaucitronLine:hover {
  background: #fff;
  color: #000;
  border: none;
  padding: 40px 40px 20px 40px;
}
body #tarteaucitronRoot #tarteaucitron .tarteaucitronLine .tarteaucitronDeny,
body #tarteaucitronRoot #tarteaucitron .tarteaucitronLine:hover .tarteaucitronDeny {
  background: #000 !important;
  opacity: 0.2 !important;
}
body #tarteaucitronRoot #tarteaucitron .tarteaucitronLine.tarteaucitronIsAllowed .tarteaucitronDeny,
body #tarteaucitronRoot #tarteaucitron .tarteaucitronLine:hover.tarteaucitronIsAllowed .tarteaucitronDeny {
  background: #000 !important;
  opacity: 0.2 !important;
}
body #tarteaucitronRoot #tarteaucitron .tarteaucitronLine.tarteaucitronIsDenied .tarteaucitronDeny,
body #tarteaucitronRoot #tarteaucitron .tarteaucitronLine:hover.tarteaucitronIsDenied .tarteaucitronDeny {
  background: #000 !important;
  opacity: 1 !important;
}
body #tarteaucitronRoot #tarteaucitron .tarteaucitronLine.tarteaucitronIsDenied #tarteaucitronAllAllowed,
body #tarteaucitronRoot #tarteaucitron .tarteaucitronLine:hover.tarteaucitronIsDenied #tarteaucitronAllAllowed {
  opacity: 0.4 !important;
}
body #tarteaucitronRoot .tarteaucitronH1 {
  color: #000;
  text-align: left;
  text-transform: uppercase;
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 0;
}
body #tarteaucitronRoot #tarteaucitronInfo {
  margin: 0 0 20px 0 !important;
  padding: 0 !important;
  width: 100%;
  background: transparent;
  border: none;
  text-align: left !important;
  color: #373E54;
  font-size: 1.3rem;
  font-weight: 200;
  line-height: 2rem;
  max-width: unset !important;
}
body #tarteaucitronRoot .tarteaucitronName {
  margin: 0 !important;
  float: none !important;
  line-height: normal !important;
}
body #tarteaucitronRoot .tarteaucitronH2 {
  float: none;
  font-size: 1.3rem !important;
  font-weight: 400;
  color: #373E54;
  text-transform: uppercase;
  margin: 0 !important;
}
body #tarteaucitronRoot .tarteaucitronAsk {
  float: none !important;
  margin: 0 0 0 20px !important;
  text-align: left !important;
}
body #tarteaucitronRoot .tarteaucitronAsk button {
  display: inline-block !important;
  padding: 10px !important;
  border: 1px solid #373E54;
  font-size: 1.2rem !important;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0;
  border-radius: 0 !important;
  opacity: 1 !important;
}
body #tarteaucitronRoot .tarteaucitronAsk button.tarteaucitronIsSelected {
  background: #000 !important;
}
body #tarteaucitronRoot .tarteaucitronAsk button > span {
  display: none;
}
body #tarteaucitronRoot .tarteaucitronAsk button#tarteaucitronAllAllowed {
  background: #0da3b4 !important;
  border-color: #0da3b4;
}
body #tarteaucitronRoot .tarteaucitronBorder {
  border: none;
  padding: 0 40px 40px 40px;
}
body #tarteaucitronRoot .tarteaucitronBorder > ul {
  border-top: 1px solid #a6a6a6;
  padding-top: 20px;
}
body #tarteaucitronRoot .tarteaucitronBorder > ul > li {
  padding: 0;
}
body #tarteaucitronRoot .tarteaucitronBorder > ul > li + li {
  margin-top: 20px;
}
body #tarteaucitronRoot .tarteaucitronBorder > ul > li .tarteaucitronTitle button {
  font-size: 1.2rem;
  font-weight: 700;
  background: transparent !important;
  color: #000 !important;
  text-transform: uppercase;
  margin: 0 0 20px 0 !important;
  padding: 0 !important;
}
body #tarteaucitronRoot .tarteaucitronBorder > ul > li .tarteaucitronTitle button span {
  display: none;
}
body #tarteaucitronRoot .tarteaucitronBorder > ul > li .tarteaucitronLine {
  padding: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body #tarteaucitronRoot .tarteaucitronBorder > ul > li .tarteaucitronLine > div {
  width: auto !important;
}
body #tarteaucitronRoot .tarteaucitronBorder > ul > li .tarteaucitronLine .tarteaucitronAsk {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
body #tarteaucitronRoot .tarteaucitronBorder > ul > li .tarteaucitronLine .tarteaucitronAsk button {
  padding: 10px !important;
  font-size: 1.2rem !important;
}
body #tarteaucitronRoot .tarteaucitronBorder > ul > li .tarteaucitronLine .tarteaucitronAsk button.tarteaucitronAllow {
  background: #0da3b4 !important;
}
body #tarteaucitronRoot .tarteaucitronBorder > ul > li .tarteaucitronLine .tarteaucitronAsk button[style="visibility:hidden"] {
  display: none !important;
}
body #tarteaucitronRoot .tarteaucitronBorder > ul > li.tarteaucitronHidden {
  background: transparent !important;
}
body #tarteaucitronRoot .tarteaucitronBorder > ul > li button.tarteaucitronDeny {
  opacity: 0.2 !important;
  background: #000 !important;
}
body #tarteaucitronRoot .tarteaucitronBorder > ul > li .tarteaucitronH3 {
  font-size: 1.4rem;
}
body #tarteaucitronRoot .tarteaucitronBorder > ul > li .tarteaucitronIsAllowed button.tarteaucitronAllow {
  opacity: 1 !important;
}
body #tarteaucitronRoot .tarteaucitronBorder > ul > li .tarteaucitronIsAllowed button.tarteaucitronDeny {
  opacity: 0.2 !important;
}
body #tarteaucitronRoot .tarteaucitronBorder > ul > li .tarteaucitronIsDenied button.tarteaucitronAllow {
  opacity: 0.4 !important;
}
body #tarteaucitronRoot .tarteaucitronBorder > ul > li .tarteaucitronIsDenied button.tarteaucitronDeny {
  opacity: 1 !important;
}
body #tarteaucitronRoot #tarteaucitronSave {
  background: #fff !important;
  display: none !important;
}
body #tarteaucitronRoot #tarteaucitronSave button {
  margin: 0 !important;
  padding: 15px !important;
  border-radius: 0 !important;
}
body #tarteaucitronRoot .tarteaucitronName * {
  font-size: 1.4rem !important;
}
body #tarteaucitronRoot .tarteaucitronName * + * {
  display: inline-block;
  margin-top: 5px;
}
body #tarteaucitronRoot .tarteaucitronName a {
  font-size: 1.2rem !important;
  text-decoration: underline !important;
}

/*------------------------------------*\
    TABLETS
\*------------------------------------*/
/*------------------------------------*\
	PHONES
\*------------------------------------*/
@media only screen and (max-width: 768px) {
  body #tarteaucitronRoot #tarteaucitronAlertBig {
    width: 90vw;
    max-height: 90vh;
    overflow: scroll;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 60px 20px 20px 20px;
  }
  body #tarteaucitronRoot #tarteaucitronAlertBig button#tarteaucitronCloseAlert {
    margin-left: 0;
    margin-top: 20px;
  }
  body #tarteaucitronRoot #tarteaucitron .tarteaucitronLine, body #tarteaucitronRoot #tarteaucitron .tarteaucitronLine:hover {
    padding: 20px;
  }
  body #tarteaucitronRoot .tarteaucitronBorder {
    padding: 0 20px 20px 20px;
  }
  html body #tarteaucitronRoot #tarteaucitron .tarteaucitronBorder ul .tarteaucitronLine {
    padding: 0 !important;
  }
}
/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}