@charset "UTF-8";
html {
  box-sizing: border-box;
}
*, *::after, *::before {
  box-sizing: inherit;
}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, ul li, 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;
  box-sizing: border-box;
}
/* 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;
}
strong {
  font-weight: 400;
}
@font-face {
  font-family: "Suisse_Intl";
  src: url("../font/Suisse_Int/suisseintl-black-webfont.woff2") format("woff2"), url("../font/Suisse_Int/suisseintl-black-webfont.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Suisse_Intl";
  src: url("../font/Suisse_Int/suisseintl-blackitalic-webfont.woff2") format("woff2"), url("../font/Suisse_Int/suisseintl-blackitalic-webfont.woff") format("woff");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Suisse_Intl";
  src: url("../font/Suisse_Int/suisseintl-bold-webfont.woff2") format("woff2"), url("../font/Suisse_Int/suisseintl-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Suisse_Intl";
  src: url("../font/Suisse_Int/suisseintl-bolditalic-webfont.woff2") format("woff2"), url("../font/Suisse_Int/suisseintl-bolditalic-webfont.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Suisse_Intl";
  src: url("../font/Suisse_Int/suisseintl-light-webfont.woff2") format("woff2"), url("../font/Suisse_Int/suisseintl-light-webfont.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Suisse_Intl";
  src: url("../font/Suisse_Int/suisseintl-lightitalic-webfont.woff2") format("woff2"), url("../font/Suisse_Int/suisseintl-lightitalic-webfont.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Suisse_Intl";
  src: url("../font/Suisse_Int/suisseintl-medium-webfont.woff2") format("woff2"), url("../font/Suisse_Int/suisseintl-medium-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Suisse_Intl";
  src: url("../font/Suisse_Int/suisseintl-mediumitalic-webfont.woff2") format("woff2"), url("../font/Suisse_Int/suisseintl-mediumitalic-webfont.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "PantonFullSet";
  src: url("../font/PantonFullSet/pantonicons-bregular-webfont.woff2") format("woff2"), url("../font/PantonFullSet/pantonicons-bregular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PantonFullSet";
  src: url("../font/PantonFullSet/pantonicons-cregular-webfont.woff2") format("woff2"), url("../font/PantonFullSet/pantonicons-cregular-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PantonFullSet";
  src: url("../font/PantonFullSet/pantonicons-dregular-webfont.woff2") format("woff2"), url("../font/PantonFullSet/pantonicons-dregular-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
.only-desktop {
  display: none !important;
}
.only-tablet {
  display: none !important;
}
.only-smartphone {
  display: block !important;
}
.no-desktop {
  display: block !important;
}
.no-tablet {
  display: block !important;
}
.no-smartphone {
  display: none !important;
}
.from-tablet {
  display: none !important;
}
.from-desktop {
  display: none !important;
}
.animIn {
  visibility: hidden;
}
.media_query_value {
  font-size: 2px;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Suisse_Intl", sans-serif;
  height: 100%;
}
header {
  width: 100%;
  position: absolute;
  z-index: 99;
}
.template-accueil header {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8295693277) 0%, rgba(0, 0, 0, 0) 100%);
}
.template-accueil .container--actu .container--rouge:before {
  content: "";
  display: block;
  background-color: #ffffff;
  clip-path: polygon(0 30%, 100% 0, 100% 100%, 0% 100%);
  z-index: 3;
  position: absolute;
  z-index: 3;
  width: 100%;
  bottom: 0;
  display: block;
  height: 55%;
  left: 0;
}
p, ul li {
  font-size: 15px;
  line-height: 1.5em;
  font-weight: 400;
  color: #21201e;
  text-align: left;
}
span, li {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  text-align: inherit;
}
strong {
  font-weight: 600;
  line-height: initial;
}
a {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: #c81f1c;
  text-decoration: none;
  outline: none;
  transition: all 0.35s ease 0s;
}
a:hover {
  text-decoration: underline;
}
img {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  height: auto;
}
ul {
  padding-left: 20px;
  margin: 0 auto 20px auto;
  text-align: left;
  line-height: 25px;
}
.nice-select {
  display: inline-block;
  float: none;
}
.zoom {
  transition: all 0.35s ease 0s;
}
.zoom:hover {
  transform: perspective(1000px) translate3d(0, 0, 21px);
}
option {
  color: #21201e;
}
sup {
  vertical-align: super;
  font-size: smaller;
  line-height: initial;
}
.badge {
  background-color: #3c3c3b;
  color: #ffffff;
  display: inline-block;
  font-size: 1em;
  line-height: 1.5em;
  margin: 10px 0;
  padding: 20px;
  width: 100%;
}
.badge .delete {
  margin-left: 10px;
  cursor: pointer;
}
.badge.badge--alert {
  background-color: #ff9800;
  color: #ffffff;
}
.badge.badge--success {
  background-color: #4CAF50;
  color: #ffffff;
}
.badge.badge--danger, .badge.badge--error {
  background-color: #f44336;
  color: #ffffff;
}
.badge.badge--notice {
  background-color: #2196F3;
  color: #ffffff;
}
.badge ul,
.badge ul.liste-rond {
  margin-bottom: 0;
}
.badge li {
  margin-top: 10px;
}
.badge li:first-child {
  margin-top: 0;
}
.logo {
  z-index: 99;
  top: 0;
  position: absolute;
  right: 0;
}
.logo img {
  width: 100px;
  margin-right: 0;
}
h1, h2, h3, h4 {
  margin: 1em 0 0.5em 0;
}
h1 {
  font-size: 26px;
  line-height: 1.2em;
  font-weight: 700;
  color: #c81f1c;
  text-align: center;
}
h2 {
  color: #c81f1c;
  line-height: 1.2em;
  font-size: 26px;
  font-weight: 500;
}
h3 {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.2em;
}
h4 {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.2em;
}
h5 {
  font-weight: 600;
  font-size: 22px;
  line-height: 1.2em;
}
.link--arrow {
  border-radius: 50%;
  border: 1px solid #a18245;
  width: 37px;
  height: 37px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8px;
}
.link--arrow a {
  width: 37px;
  height: 37px;
}
.link--arrow a img {
  padding: 10px 0;
  transition: padding 0.35s ease 0s;
}
.link--arrow a:hover img {
  padding: 12px 0;
}
.section-map {
  margin-top: 50px;
}
.section-map #map {
  width: 100%;
  height: 500px;
}
.bottom--gris {
  background-color: #e0e0e0;
  padding: 15px 0;
}
.bottom {
  position: relative;
  top: 3em;
  margin-top: -3em;
}
.bottom .container--rouge {
  height: 400px;
  overflow: hidden;
}
.bottom .actu--image {
  position: relative;
  height: 100%;
}
.bottom .actu--image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 400px;
  -o-object-position: top;
     object-position: top;
}
.bottom .actu--image--info {
  position: absolute;
  top: calc(70% - 50px);
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 950px;
}
.bottom .actu--image--degrade {
  background-image: linear-gradient(black, transparent);
  width: 100%;
  height: 105px;
  position: absolute;
  top: 0;
  z-index: 2;
}
.bottom .actu--image--titre {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  color: #ffffff;
  font-weight: 700;
  padding: 10px 25px;
}
.bottom .actu--image--titre a:hover {
  text-decoration: none;
}
.bottom .bottom--actu--image--link {
  position: absolute;
  top: 50%;
  left: calc(50% - 40px);
}
.bottom.bottom--rouge {
  margin-top: -10em;
  top: 14em;
}
.bottom.bottom--rouge .container--rouge {
  height: 300px;
}
.bottom.bottom--rouge .container--rouge .info--image {
  padding-top: 2em;
}
.bottom.bottom--rouge .container--rouge .info--image p, .bottom.bottom--rouge .container--rouge .info--image ul li, ul .bottom.bottom--rouge .container--rouge .info--image li {
  text-align: center;
}
.bottom--news .bottom--news--autre .news--autre, .bottom--presse .bottom--news--autre .news--autre {
  padding: 10px 0;
}
.bottom--news .bottom--news--autre .news--autre a p, .bottom--news .bottom--news--autre .news--autre a ul li, ul .bottom--news .bottom--news--autre .news--autre a li, .bottom--presse .bottom--news--autre .news--autre a p, .bottom--presse .bottom--news--autre .news--autre a ul li, ul .bottom--presse .bottom--news--autre .news--autre a li {
  transition: all 0.35s ease 0s;
}
.bottom--news .bottom--news--autre .news--autre a:hover p, .bottom--news .bottom--news--autre .news--autre a:hover ul li, ul .bottom--news .bottom--news--autre .news--autre a:hover li, .bottom--presse .bottom--news--autre .news--autre a:hover p, .bottom--presse .bottom--news--autre .news--autre a:hover ul li, ul .bottom--presse .bottom--news--autre .news--autre a:hover li {
  color: rgba(255, 255, 255, 0.8);
}
.bottom--news .bottom--news--autre .news--autre a:hover .news--autre--titre--img img:first-child, .bottom--presse .bottom--news--autre .news--autre a:hover .news--autre--titre--img img:first-child {
  padding-right: 5px;
  padding-left: 5px;
}
.bottom--news .bottom--news--autre .news--autre .news--autre--titre, .bottom--presse .bottom--news--autre .news--autre .news--autre--titre {
  display: flex;
  justify-content: space-between;
}
.bottom--news .bottom--news--autre .news--autre .news--autre--titre p, .bottom--news .bottom--news--autre .news--autre .news--autre--titre ul li, ul .bottom--news .bottom--news--autre .news--autre .news--autre--titre li, .bottom--presse .bottom--news--autre .news--autre .news--autre--titre p, .bottom--presse .bottom--news--autre .news--autre .news--autre--titre ul li, ul .bottom--presse .bottom--news--autre .news--autre .news--autre--titre li {
  font-size: 26px;
}
.bottom--news .bottom--news--autre .news--autre .news--autre--titre .news--autre--titre--img, .bottom--presse .bottom--news--autre .news--autre .news--autre--titre .news--autre--titre--img {
  display: flex;
  justify-content: center;
  margin-left: 10px;
}
.bottom--news .bottom--news--autre .news--autre .news--autre--titre .news--autre--titre--img img:first-child, .bottom--presse .bottom--news--autre .news--autre .news--autre--titre .news--autre--titre--img img:first-child {
  width: 34px;
  padding-right: 10px;
  transition: all 0.35s ease 0s;
}
.bottom--news .bottom--news--autre .news--autre .news--autre--titre .news--autre--titre--img img:last-child, .bottom--presse .bottom--news--autre .news--autre .news--autre--titre .news--autre--titre--img img:last-child {
  width: 32px;
}
.bottom--news .bottom--news--autre .news--autre .news--autre--titre img, .bottom--presse .bottom--news--autre .news--autre .news--autre--titre img {
  height: auto;
  margin: 0;
}
.bottom--news .bottom--news--autre .news--autre .news--autre--texte, .bottom--presse .bottom--news--autre .news--autre .news--autre--texte {
  font-size: 16px;
}
.bottom--presse {
  margin-top: 100px;
}
.bottom--presse h2 {
  border-bottom: 1px solid #c81f1c;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-weight: 700;
  color: #c81f1c;
  text-align: center;
  font-size: 42px;
  line-height: 40px;
}
.container--polygon {
  background-color: #ffffff;
  clip-path: polygon(100% 100%, 100% 50%, 0 100%, 0% 100%);
  height: 120px;
  width: 100%;
}
footer {
  background-color: #e0e0e0;
  position: relative;
  clip-path: polygon(100% 100%, 100% 0%, 0 7%, 0% 100%);
  padding-top: 2em;
  padding-bottom: 1em;
}
footer .footer--container {
  background-color: #e0e0e0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  padding: 0 30px;
  flex-wrap: wrap;
}
footer .footer--container .footer--logo {
  padding-top: 1em;
  width: 100%;
  order: 1;
}
footer .footer--container .footer--logo img {
  margin-left: 0;
}
footer .footer--container .footer--logo .footer--logo--info {
  padding-left: 4.5em;
}
footer .footer--container .footer--logo p, footer .footer--container .footer--logo ul li, ul footer .footer--container .footer--logo li {
  color: #001e61;
  font-size: 12px;
  line-height: 15px;
  font-weight: 200;
  padding-left: 0;
  padding-right: 0;
}
footer .footer--container .footer--logo p span, footer .footer--container .footer--logo ul li span, ul footer .footer--container .footer--logo li span {
  font-weight: 500;
}
footer .footer--container .footer--logo p .point, footer .footer--container .footer--logo ul li .point, ul footer .footer--container .footer--logo li .point {
  font-size: 6px;
  vertical-align: middle;
}
footer .footer--container .footer--map {
  width: 100%;
  order: 3;
}
footer .footer--container .footer--right {
  order: 2;
}
footer .footer--container .footer--rs {
  display: flex;
  width: 100%;
  padding-top: 1.2em;
  padding-bottom: 1.2em;
  justify-content: space-between;
  align-items: center;
  color: #001e61;
}
footer .footer--container .footer--rs > div:first-child {
  margin-right: 30px;
}
footer .footer--container .footer--rs a img {
  transition: all 0.35s ease 0s;
}
footer .footer--container .footer--rs a img:first-child {
  margin-right: 10px;
}
footer .footer--container .footer--rs a:hover img {
  opacity: 0.8;
}
footer .footer--container .footer--copyright {
  margin: 30px auto;
}
footer .footer--container .footer--copyright p, footer .footer--container .footer--copyright ul li, ul footer .footer--container .footer--copyright li {
  font-size: 10px;
  text-align: right;
}
.breadcrumb {
  padding: 10px 0;
}
.breadcrumb a {
  text-decoration: none;
  padding-left: 10px;
  font-size: 15px;
  color: #e0e0e0;
}
.breadcrumb a:after {
  content: ">";
  padding-left: 15px;
  color: #e0e0e0;
}
.breadcrumb a:last-child:after {
  content: "";
}
.main_container {
  position: relative;
  top: 0;
}
.titre--fond-image {
  position: relative;
  left: 0;
  top: 0;
  overflow: hidden;
  height: 200px;
}
.titre--fond-image .degrade--slide--bas {
  position: absolute;
  width: 100%;
  height: 45%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  z-index: 10;
}
.titre--fond-image .titre--informations h1 {
  margin-top: 7em;
  margin-bottom: 0.5em;
  border-bottom: 1px solid #c81f1c;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.titre--fond-image .titre--fond {
  position: relative;
  z-index: 10;
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 25% -50px;
     object-position: 25% -50px;
  o-object-fit: cover;
  o-object-position: 25% -50px;
}
.titre--fond-image .titre--fond:before {
  display: block;
  position: absolute;
  content: "";
  background: rgba(97, 97, 96, 0.09);
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: calc(100% + 85px);
}
.titre--fond-image .titre--img {
  position: absolute;
  top: 7em;
  z-index: 12;
  width: 100%;
}
.titre--fond-image .titre--img .titre--img--content {
  display: flex;
  left: calc(50% - 640px);
  justify-content: center;
  width: 100%;
}
.titre--fond-image .titre--img img {
  margin-left: 0;
  margin-right: 0;
}
.titre--fond-image .titre--img .titre--img-1 {
  width: 186px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.titre--fond-image .titre--img .titre--img-2 {
  width: 200px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.titre--icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.titre--icon img {
  width: 52px;
  margin: 0;
  margin-right: 20px;
}
.titre--form {
  width: 100%;
  z-index: 999;
  background-color: #ffffff;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-top: 20px;
}
.titre--form .button4 {
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  display: block;
  margin-top: 20px;
}
.titre--form form {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.form--element {
  width: 100%;
}
.form--element label {
  font-size: 14px;
  font-family: "Suisse_Intl", sans-serif;
  font-weight: 500;
  color: #21201e;
  line-height: 25px;
}
.form-group {
  position: relative;
  padding-bottom: 10px;
  padding-right: 20px;
}
.form-group:last-child {
  padding-right: 20px;
}
.form-group i,
.form-group .svg-inline--fa {
  position: absolute;
  top: 14px;
  left: 15px;
  font-size: 18px;
  color: #c81f1c;
}
.form-group input, .form-group select, .form-group textarea {
  font-size: 14px;
  height: 45px;
  border: 1px solid #b2b2b2;
}
.form-group input::-webkit-input-placeholder, .form-group select::-webkit-input-placeholder, .form-group textarea::-webkit-input-placeholder {
  font-size: 14px;
}
.form-group input::-moz-placeholder, .form-group select::-moz-placeholder, .form-group textarea::-moz-placeholder {
  font-size: 14px;
}
.form-group input:-moz-placeholder, .form-group select:-moz-placeholder, .form-group textarea:-moz-placeholder {
  font-size: 14px;
}
.form-group input:-ms-input-placeholder, .form-group select:-ms-input-placeholder, .form-group textarea:-ms-input-placeholder {
  font-size: 14px;
}
.form-group select.icon {
  text-indent: 40px;
}
.form-group input.icon,
.form-group textarea.icon {
  padding-left: 40px;
}
input {
  padding: 11px;
}
input, select, textarea {
  padding: 10px;
  width: 100%;
  background-color: #ffffff;
}
input::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  font-size: 14px;
  font-family: "Suisse_Intl", sans-serif;
  font-weight: 500;
  color: #21201e;
}
input::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  font-size: 14px;
  font-family: "Suisse_Intl", sans-serif;
  font-weight: 500;
  color: #21201e;
}
input:-moz-placeholder, select:-moz-placeholder, textarea:-moz-placeholder {
  font-size: 14px;
  font-family: "Suisse_Intl", sans-serif;
  font-weight: 500;
  color: #21201e;
}
input:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  font-size: 14px;
  font-family: "Suisse_Intl", sans-serif;
  font-weight: 500;
  color: #21201e;
}
.formulaire input, .formulaire select, .formulaire textarea {
  margin-bottom: 10px;
}
.content {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}
.content--1280 {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.content h2, .content p, .content ul li, ul .content li, .content h3, .content--1280 h2, .content--1280 p, .content--1280 ul li, ul .content--1280 li, .content--1280 h3 {
  padding: 0 30px;
}
.template-accueil {
  overflow-x: hidden;
}
.template-accueil .content h2, .template-accueil .content p, .template-accueil .content ul li, ul .template-accueil .content li, .template-accueil .content h3, .template-accueil .content--1280 h2, .template-accueil .content--1280 p, .template-accueil .content--1280 ul li, ul .template-accueil .content--1280 li, .template-accueil .content--1280 h3 {
  padding-left: 0;
  padding-right: 0;
}
.container--gris {
  background-color: #e0e0e0;
}
.container--rouge,
.container--rouge.drag-container {
  background-color: #c81f1c;
}
.container--rouge p, .container--rouge ul li, ul .container--rouge li, .container--rouge a,
.container--rouge.drag-container p,
.container--rouge.drag-container a {
  color: #ffffff;
}
.flex-content {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  vertical-align: top;
  overflow: hidden;
}
.image--carre {
  width: 200px;
  height: 200px;
  overflow: hidden;
  padding: 10px;
  margin-left: auto;
  margin-right: auto;
}
#aspect-content {
  margin: 50px 0 0;
}
.aspect-tab {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 10px;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 0 0 1px rgb(236, 236, 236);
  opacity: 1;
  transition: box-shadow 0.2s, opacity 0.4s;
}
.aspect-tab:hover {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.11);
}
.aspect-input {
  display: none;
}
.aspect-input:checked ~ .aspect-content + .aspect-tab-content {
  max-height: 3000px;
}
.aspect-input:checked ~ .aspect-content:after {
  transform: rotate(0);
}
.aspect-label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  max-height: 80px;
  width: 100%;
  margin: 0;
  padding: 0;
  z-index: 1;
  cursor: pointer;
}
.aspect-label:hover ~ .aspect-content:after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZD0iTTI0IDI0SDBWMGgyNHoiIG9wYWNpdHk9Ii44NyIvPgogICAgICAgIDxwYXRoIGZpbGw9IiM1NTZBRUEiIGZpbGwtcnVsZT0ibm9uemVybyIgZD0iTTE1Ljg4IDE1LjI5TDEyIDExLjQxbC0zLjg4IDMuODhhLjk5Ni45OTYgMCAxIDEtMS40MS0xLjQxbDQuNTktNC41OWEuOTk2Ljk5NiAwIDAgMSAxLjQxIDBsNC41OSA0LjU5Yy4zOS4zOS4zOSAxLjAyIDAgMS40MS0uMzkuMzgtMS4wMy4zOS0xLjQyIDB6Ii8+CiAgICA8L2c+Cjwvc3ZnPgo=");
}
.aspect-content {
  position: relative;
  display: block;
  margin: 0;
  padding: 10px 87px 10px 30px;
  white-space: nowrap;
  cursor: pointer;
}
.aspect-content:before, .aspect-content:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
}
.aspect-content:before {
  height: 100%;
}
.aspect-content:after {
  position: absolute;
  width: 24px;
  height: 100%;
  right: 30px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZD0iTTI0IDI0SDBWMGgyNHoiIG9wYWNpdHk9Ii44NyIvPgogICAgICAgIDxwYXRoIGZpbGw9IiNBOUFDQUYiIGZpbGwtcnVsZT0ibm9uemVybyIgZD0iTTE1Ljg4IDE1LjI5TDEyIDExLjQxbC0zLjg4IDMuODhhLjk5Ni45OTYgMCAxIDEtMS40MS0xLjQxbDQuNTktNC41OWEuOTk2Ljk5NiAwIDAgMSAxLjQxIDBsNC41OSA0LjU5Yy4zOS4zOS4zOSAxLjAyIDAgMS40MS0uMzkuMzgtMS4wMy4zOS0xLjQyIDB6Ii8+CiAgICA8L2c+Cjwvc3ZnPgo=");
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg);
}
.aspect-name,
.aspect-state {
  display: block;
  width: 100%;
  font-weight: 500;
  white-space: normal;
  text-align: left;
  vertical-align: middle;
  font-size: 14px;
  line-height: 22px;
}
.aspect-tab.ok {
  box-shadow: 0 0 0 1px #4CAF50;
}
.aspect-tab.ok:hover {
  box-shadow: 0 0 0 2px #4CAF50;
}
.aspect-tab.ok .aspect-state {
  color: #4CAF50;
}
.aspect-tab.ok .aspect-state:before {
  content: "\f1d8";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  font-size: 2em;
  vertical-align: middle;
  margin-right: 10px;
}
.aspect-tab.ok .aspect-state.ok {
  display: block;
}
.aspect-tab.ok .aspect-state.waiting {
  display: none;
}
.aspect-tab.ok .aspect-state.validated {
  display: none;
}
.aspect-tab.ok .validate {
  display: block;
  width: 100%;
  margin-top: 20px;
}
.aspect-tab.empty {
  box-shadow: 0 0 0 1px #ff9800;
}
.aspect-tab.empty:hover {
  box-shadow: 0 0 0 2px #ff9800;
}
.aspect-tab.empty .aspect-state {
  color: #ff9800;
}
.aspect-tab.empty .aspect-state:before {
  content: "\f252";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  font-size: 2em;
  vertical-align: middle;
  margin-right: 10px;
}
.aspect-tab.empty .aspect-state.ok {
  display: none;
}
.aspect-tab.empty .aspect-state.waiting {
  display: block;
}
.aspect-tab.empty .aspect-state.validated {
  display: none;
}
.aspect-tab.empty .validate {
  display: none;
}
.aspect-tab.validated {
  box-shadow: 0 0 0 1px #4CAF50;
}
.aspect-tab.validated:hover {
  box-shadow: 0 0 0 2px #4CAF50;
}
.aspect-tab.validated .aspect-state {
  color: #4CAF50;
}
.aspect-tab.validated .aspect-state:before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  font-size: 2em;
  vertical-align: middle;
  margin-right: 10px;
}
.aspect-tab.validated .aspect-state.ok {
  display: none;
}
.aspect-tab.validated .aspect-state.waiting {
  display: none;
}
.aspect-tab.validated .aspect-state.validated {
  display: block;
}
.aspect-tab.validated .validate {
  display: none;
}
.aspect-tab.validated .remove_file {
  display: none !important;
}
.aspect-name {
  margin-bottom: 12px;
}
.aspect-content + .aspect-tab-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s;
}
.aspect-content > div,
.aspect-state > div {
  display: inline-block;
}
.aspect-content > div {
  vertical-align: middle;
}
.aspect-info {
  width: 100%;
  white-space: nowrap;
  font-size: 1rem;
  text-align: left;
}
.aspect-tab-content {
  text-align: justify;
}
.aspect-tab-content .translation_file span {
  display: inline-block;
  text-align: left;
}
.aspect-tab-content .translation_file .remove_file {
  color: #f44336;
  display: inline-block;
  width: 50px;
  text-align: right;
  font-size: 2em;
  vertical-align: middle;
}
.aspect-tab-content .translation_file + .upload-dropzone {
  display: none;
}
.aspect-tab-content__wrapper {
  padding: 20px;
  background: #3c3c3b;
}
@media screen and (max-width: 800px) {
  .aspect-label {
    max-height: 102px;
  }
  .aspect-content {
    height: auto;
    padding: 10px 87px 10px 30px;
  }
  .aspect-content:before {
    display: none;
  }
  .aspect-content:after {
    top: 0;
  }
  .aspect-content > div {
    display: block;
    width: 100%;
  }
  .aspect-stat {
    margin-top: 10px;
    text-align: left;
  }
}
@media screen and (max-width: 500px) {
  .aspect-label {
    max-height: 140px;
  }
  .aspect-stat > div {
    display: block;
    width: 100%;
  }
}
.dz-clickable {
  width: 100%;
  background: #ffffff;
  border: 2px dotted #c81f1c;
}
.dz-clickable .dz-message {
  margin: 100px 0;
  text-align: center;
}
.dz-clickable .dz-message:after {
  content: "\f1ab";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: block;
  margin-top: 20px;
  font-size: 4em;
  color: #c81f1c;
}
.dz-preview {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px;
  margin: 20px;
  background: #3c3c3b;
  border: solid 1px #b2b2b2;
}
.dz-preview .dz-image {
  width: 100%;
  order: 1;
}
.dz-preview .dz-details {
  order: 4;
  width: calc(100% - 85px);
}
.dz-preview .dz-progress {
  display: none;
}
.dz-preview .dz-error-message {
  width: 100%;
  order: 2;
}
.dz-preview .dz-success-mark {
  width: 65px;
  margin-right: 20px;
  order: 3;
  content: "";
}
.dz-preview .dz-success-mark:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: block;
  font-size: 4em;
  color: #4CAF50;
}
.dz-preview .dz-success-mark svg {
  display: none;
}
.dz-preview.dz-success {
  border-color: #4CAF50;
}
.dz-preview.dz-success .dz-error-mark {
  display: none;
}
.dz-preview.dz-error {
  border-color: #f44336;
}
.dz-preview.dz-error .dz-success-mark {
  display: none;
}
.section--top--accueil {
  height: 800px;
}
.section--top--accueil .titre--fond-image {
  height: 530px;
  position: relative;
}
.section--top--accueil .banner__info {
  position: absolute;
  bottom: 8em;
  z-index: 13;
  width: 100%;
}
.section--top--accueil .banner__info p, .section--top--accueil .banner__info ul li, ul .section--top--accueil .banner__info li, .section--top--accueil .banner__info a {
  color: #ffffff;
  text-align: center;
  font-size: 23px;
  line-height: 1.1;
}
.section--top--accueil .banner__info .swiper-container {
  overflow: hidden;
}
.section--top--accueil .banner__info .slide .swiper-button-prev, .section--top--accueil .banner__info .slide .swiper-button-next {
  display: none;
}
.section--top--accueil .container--gris {
  position: absolute;
  width: 100%;
  bottom: 0;
  clip-path: polygon(0 10%, 100% 0, 100% 100%, 0% 100%);
  z-index: 20;
  padding: 30px;
}
.section--top--accueil .container--gris h1 {
  margin: 1.2em 0 0 0;
}
.section--top--accueil .container--gris p, .section--top--accueil .container--gris ul li, ul .section--top--accueil .container--gris li {
  text-align: center;
}
.section--top--accueil h2 {
  margin-bottom: 10px;
  margin-top: 15px;
  text-align: center;
}
.container--actu {
  position: relative;
  display: block;
  height: 250px;
}
.container--actu .container--rouge, .container--actu .container--actu--link {
  height: 100%;
}
.container--actu .actu--image {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  height: 100%;
}
.container--actu .actu--image .actu--image--img {
  position: relative;
  height: 100%;
}
.container--actu .actu--image .actu--image--img img {
  position: relative;
  z-index: 1;
  padding-bottom: 53px;
  height: 250px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  transition: all 0.35s ease 0s;
}
.container--actu .actu--image .actu--image--degrade {
  background-image: linear-gradient(black, transparent);
  width: 100%;
  height: 105px;
  position: absolute;
  top: 0;
  z-index: 2;
}
.container--actu .actu--image .actu--image--info {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  color: #ffffff;
  font-weight: 700;
  padding: 10px 25px;
}
.container--actu .actu--image .actu--image--info span {
  font-weight: 800;
}
.container--actu .actu--bloc-blanc {
  z-index: 3;
  position: absolute;
  z-index: 3;
  width: 100%;
  bottom: 0;
  display: block;
  left: 0;
  height: 46%;
}
.container--actu .actu--bloc-blanc .actu--information {
  display: flex;
  justify-content: flex-end;
  color: #3c3c3b;
  padding: 30px 10px 5px 10px;
  border-bottom: 1px solid #6f6f6f;
  position: relative;
  left: 0;
  bottom: 0;
}
.container--actu .actu--bloc-blanc .actu--information .actu--information--link {
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
}
.container--actu .actu--bloc-blanc .actu--information .actu--titre {
  font-weight: 700;
  font-size: 23px;
  text-align: right;
  line-height: 1em;
  color: #21201e;
}
.container--actu .actu--bloc-blanc .actu--information .actu--sous-titre {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-top: 5px;
}
.container--actu .actu--bloc-blanc .actu--information .actu--sous-titre p, .container--actu .actu--bloc-blanc .actu--information .actu--sous-titre ul li, ul .container--actu .actu--bloc-blanc .actu--information .actu--sous-titre li {
  font-size: 13px;
  color: #21201e;
}
.container--actu .actu--bloc-blanc .actu--information .actu--sous-titre .actu--date {
  font-weight: 400;
  font-style: italic;
  padding-right: 5px;
}
.container--actu .actu--bloc-blanc .actu--information .actu--sous-titre .actu--tag {
  font-weight: 400;
  padding-left: 5px;
}
.container--actu .actu--bloc-blanc .actu--information .actu--sous-titre .actu--lien {
  padding-left: 5px;
}
.container--actu .actu--bloc-blanc .actu--information .actu--sous-titre .actu--lien p, .container--actu .actu--bloc-blanc .actu--information .actu--sous-titre .actu--lien ul li, ul .container--actu .actu--bloc-blanc .actu--information .actu--sous-titre .actu--lien li {
  font-size: 18px;
}
.container--actu .actu--bloc-blanc .actu--information .actu--sous-titre .actu--lien p a, .container--actu .actu--bloc-blanc .actu--information .actu--sous-titre .actu--lien ul li a, ul .container--actu .actu--bloc-blanc .actu--information .actu--sous-titre .actu--lien li a {
  color: #3c3c3b;
  display: flex;
}
.container--actu .actu--bloc-blanc .actu--information .actu--sous-titre .actu--lien p a img, .container--actu .actu--bloc-blanc .actu--information .actu--sous-titre .actu--lien ul li a img, ul .container--actu .actu--bloc-blanc .actu--information .actu--sous-titre .actu--lien li a img {
  width: 18px;
  height: auto;
  padding-left: 5px;
  transition: all 0.35s ease 0s;
}
.container--actu .actu--bloc-blanc .actu--information .actu--sous-titre .actu--lien p a:hover img, .container--actu .actu--bloc-blanc .actu--information .actu--sous-titre .actu--lien ul li a:hover img, ul .container--actu .actu--bloc-blanc .actu--information .actu--sous-titre .actu--lien li a:hover img {
  padding-left: 5px;
  padding-right: 5px;
}
.container--actu .actu--bloc-blanc .actu--information .actu--logo {
  margin-left: 8px;
}
.container--actu .actu--bloc-blanc .actu--information .actu--logo img {
  width: 70px;
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
}
.container--actu--link:hover .actu--bloc-blanc .actu--information .actu--sous-titre .actu--lien p a img, .container--actu--link:hover .actu--bloc-blanc .actu--information .actu--sous-titre .actu--lien ul li a img, ul .container--actu--link:hover .actu--bloc-blanc .actu--information .actu--sous-titre .actu--lien li a img {
  padding-left: 5px;
  padding-right: 5px;
}
.container--actu--link:hover .actu--image .actu--image--img img {
  transform: perspective(1000px) translate3d(0, 0, 21px);
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.8);
}
.bloc--link .lien-snippet {
  display: block;
  width: 100%;
  height: 100%;
  padding-bottom: 12px;
  z-index: 3;
  transition: all 0.35s ease 0s;
}
.bloc--link .lien-snippet a {
  width: 100%;
  height: 100%;
  display: block;
}
.bloc--link h3 {
  text-align: center;
  font-weight: 700;
  font-size: 26px;
  color: #3c3c3b;
  margin-bottom: 10px;
  transition: all 0.35s ease 0s;
  position: relative;
  padding: 0 30px;
  width: 100%;
}
.bloc--link p, .bloc--link ul li, ul .bloc--link li {
  margin-bottom: 12px;
  transition: all 0.35s ease 0s;
  padding: 0 30px;
}
.bloc--link img {
  width: 100%;
  height: 248px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.35s ease 0s;
}
.bloc--link .bloc--link--img, .bloc--link .bloc--link-img {
  overflow: hidden;
  margin-top: 12px;
  width: 100%;
}
.bloc--link .bloc--link--img:after, .bloc--link .bloc--link-img:after {
  transition: all 0.35s ease-in-out 0s;
  content: "";
  display: block;
}
.bloc--link:hover a {
  text-decoration: none;
}
.bloc--link:hover h3, .bloc--link:hover p, .bloc--link:hover ul li, ul .bloc--link:hover li {
  color: #c81f1c;
}
.bloc--link:hover img {
  position: relative;
  z-index: 1;
  transform: perspective(1000px) translate3d(0, 0, 21px);
}
.bloc--link:hover .bloc--link--img, .bloc--link:hover .bloc--link-img {
  position: relative;
}
.bloc--link:hover .bloc--link--img:after, .bloc--link:hover .bloc--link-img:after {
  background-color: rgba(200, 31, 28, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
}
.miki_editing .bloc--link-snippet .lien-snippet {
  position: relative;
  height: auto;
}
.miki_editing .bloc--link-snippet .lien-snippet a {
  height: auto;
}
.miki_editing .bloc--link-snippet .lien-snippet span {
  display: block;
}
.miki_editing .bloc--link .bloc--link--img:after, .miki_editing .bloc--link .bloc--link-img:after {
  display: none;
}
.bloc--link-snippet {
  position: relative;
  padding-bottom: 8px;
  border-bottom: 1px solid #3c3c3b;
  height: 100%;
}
.bloc--link-snippet .lien-snippet {
  position: absolute;
}
.bloc--link-snippet .lien-snippet span {
  display: none;
}
.bloc--link-snippet .block--snippet {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.bloc--link-snippet:hover {
  border-bottom: 1px solid #c81f1c;
}
.page-actualites .bloc--link {
  position: relative;
  padding-bottom: 8px;
  border-bottom: 1px solid #3c3c3b;
  transition: all 0.35s ease 0s;
}
.page-actualites .bloc--link:hover {
  border-bottom: 1px solid #c81f1c;
}
.miki-news {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
}
.miki-news__header {
  text-align: center;
  margin: 15px 0;
}
.news {
  margin-bottom: 30px;
}
.page-actualite_details .miki-news__description .fitVids-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.page-actualite_details .miki-news__description .fitVids-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.page-actualite_details video {
  aspect-ratio: 16/9;
  width: 100% !important;
  margin: 0 auto;
}
.page-metier-policier .container-2-colonnes-fixe .colonne-1, .page-metier-policier .container-2-colonnes-fixe .colonne-2 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.container--accordion .accordion {
  max-width: 100%;
  margin: 25px auto 30px;
  padding: 0;
}
.container--accordion .accordion > li {
  position: relative;
  background-color: #c81f1c;
  margin-bottom: 4em;
  padding: 15px 30px 4em 30px;
}
.container--accordion .accordion > li .accordion--content {
  display: none;
  color: #ffffff;
}
.container--accordion .accordion > li .accordion--content p, .container--accordion .accordion > li .accordion--content li, .container--accordion .accordion > li .accordion--content span, .container--accordion .accordion > li .accordion--content h2, .container--accordion .accordion > li .accordion--content h3, .container--accordion .accordion > li .accordion--content h4, .container--accordion .accordion > li .accordion--content h5, .container--accordion .accordion > li .accordion--content h6, .container--accordion .accordion > li .accordion--content a {
  color: #ffffff;
}
.container--accordion .accordion > li .accordion--content p, .container--accordion .accordion > li .accordion--content ul li, ul .container--accordion .accordion > li .accordion--content li {
  padding-left: 0;
  padding-right: 0;
}
.container--accordion .accordion > li .accordion--content img {
  max-width: none;
  height: auto;
  width: calc(100% + 60px);
}
.container--accordion .accordion > li .accordion--content figure:last-child img {
  margin: 0 -30px -4em -30px;
}
.container--accordion .accordion > li:after {
  content: "";
  display: block;
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
  background-color: #fff;
  height: 4em;
  position: absolute;
  bottom: -1px;
  left: 1px;
  width: 100%;
  border: 2px solid white;
}
.container--accordion .accordion .accordion--titre {
  width: 100%;
  display: flex;
  align-items: baseline;
  cursor: pointer;
  font-weight: 700;
  line-height: 1.2em;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: #ffffff;
  font-size: 20px;
  transition: all 0.2s ease-in-out;
  -webkit-hyphens: manual;
          hyphens: manual;
  overflow-wrap: break-word;
  position: relative;
}
.container--accordion .accordion .accordion--titre:hover {
  text-decoration: none;
}
.container--accordion .accordion .accordion--titre:before {
  width: 30px;
  height: 30px;
  content: "";
  background-image: url("/../../images/plus.png");
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-table;
  transition: all 0.2s ease-in-out;
  position: absolute;
  right: 0;
  border-radius: 50%;
}
.container--accordion .accordion .active {
  padding-bottom: 20px;
}
.container--accordion .accordion .active:before {
  background-image: url("/../../images/moins.png");
  border: 2px solid white;
}
.section--four {
  margin-top: 4em;
  margin-bottom: 1em;
}
.template-accueil .bloc--link p, .template-accueil .bloc--link ul li, ul .template-accueil .bloc--link li {
  text-align: center;
  padding: 0 30px;
}
.template-accueil .bloc--link h3:before {
  display: block;
  font-family: "PantonFullSet", sans-serif;
  line-height: 1em;
}
.template-accueil .colonne-1, .template-accueil .colonne-2 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.template-accueil .container-2-colonnes-fixe:first-child .colonne-1 .bloc--link h3:before {
  content: "F";
  font-weight: 400;
  font-size: 58px;
  padding-right: 10px;
}
.template-accueil .container-2-colonnes-fixe:first-child .colonne-2 .bloc--link h3:before {
  content: "E";
  font-weight: 400;
  font-size: 58px;
  padding-right: 10px;
}
.template-accueil .container-2-colonnes-fixe:last-child .colonne-1 .bloc--link h3:before {
  content: "E";
  font-weight: 500;
  font-size: 58px;
  padding-right: 6px;
  transform: rotate(-90deg) scale(1);
}
.template-accueil .container-2-colonnes-fixe:last-child .colonne-2 .bloc--link h3:before {
  content: "x";
  font-weight: 600;
  font-size: 58px;
  padding-left: 5px;
  transform: scaleX(-1);
}
.template-accueil .chiffre-cle p, .template-accueil .chiffre-cle ul li, ul .template-accueil .chiffre-cle li, .template-accueil .chiffre-cle--info p, .template-accueil .chiffre-cle--info ul li, ul .template-accueil .chiffre-cle--info li {
  padding: 0 30px;
}
.chiffre-cle {
  margin-top: 15px;
}
.chiffre-cle p, .chiffre-cle ul li, ul .chiffre-cle li {
  color: #c81f1c;
  font-weight: 200;
  font-size: 55px;
  line-height: 50px;
  text-align: center;
}
.chiffre-cle--info p, .chiffre-cle--info ul li, ul .chiffre-cle--info li {
  color: #3c3c3b;
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
}
.container--chiffre {
  display: flex;
  align-items: baseline;
  margin-bottom: 12px;
}
.container--chiffre p:first-child, .container--chiffre ul li:first-child, ul .container--chiffre li:first-child {
  padding-left: 30px;
}
.container--chiffre p:last-child, .container--chiffre ul li:last-child, ul .container--chiffre li:last-child {
  padding-right: 30px;
}
.container--chiffre p, .container--chiffre ul li, ul .container--chiffre li {
  padding-right: 8px;
}
.chiffre {
  font-weight: 300;
  color: #c81f1c;
  font-size: 30px;
  line-height: 1em;
}
.bloc--police {
  display: flex;
  align-items: center;
  margin: 15px 30px;
}
.bloc--police img {
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 10px 0 0;
}
.bloc--police p, .bloc--police ul li, ul .bloc--police li {
  font-size: 18px;
  line-height: 1.2em;
}
.container--carte-police {
  margin-top: 20px;
}
.logo--police {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
}
.logo--police a {
  margin: 10px;
}
.logo--police a img {
  width: 80px;
  height: 80px;
}
.logo--police--carte {
  margin-top: 50px;
  margin-bottom: 100px;
  position: relative;
}
.logo--police--carte .police--carte {
  position: relative;
  margin: 0 30px;
}
.logo--police--carte .police--carte--info p, .logo--police--carte .police--carte--info ul li, ul .logo--police--carte .police--carte--info li {
  font-weight: 600;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 10px;
}
.logo--police--carte .police--carte--info .chiffre {
  font-weight: 300;
  color: #c81f1c;
  font-size: 30px;
  line-height: 1.2em;
  display: block;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 10px;
  padding: 0 30px;
}
.container--intro-police {
  margin-bottom: 30px;
}
.container--police-info .container--police-adresse {
  margin-top: 25px;
}
.container--police-info .container--police-tel {
  margin-top: 25px;
}
.template-default .titre--fond-image, .template-default-sans-footer .titre--fond-image, .template-default-police .titre--fond-image, .template-actualite .titre--fond-image, .template-default-footer-rouge .titre--fond-image {
  height: 290px;
}
.template-default .top, .template-default-sans-footer .top, .template-default-police .top, .template-actualite .top, .template-default-footer-rouge .top {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}
.template-default .top--image, .template-default-sans-footer .top--image, .template-default-police .top--image, .template-actualite .top--image, .template-default-footer-rouge .top--image {
  position: relative;
}
.template-default .top--image .top--image--container, .template-default-sans-footer .top--image .top--image--container, .template-default-police .top--image .top--image--container, .template-actualite .top--image .top--image--container, .template-default-footer-rouge .top--image .top--image--container {
  height: 18em;
  position: relative;
}
.template-default .top--image .top--image--container .titre--image, .template-default-sans-footer .top--image .top--image--container .titre--image, .template-default-police .top--image .top--image--container .titre--image, .template-actualite .top--image .top--image--container .titre--image, .template-default-footer-rouge .top--image .top--image--container .titre--image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.template-default .top--image .container--polygon, .template-default-sans-footer .top--image .container--polygon, .template-default-police .top--image .container--polygon, .template-actualite .top--image .container--polygon, .template-default-footer-rouge .top--image .container--polygon {
  position: absolute;
  bottom: 0;
}
.template-default .top--image h1, .template-default-sans-footer .top--image h1, .template-default-police .top--image h1, .template-actualite .top--image h1, .template-default-footer-rouge .top--image h1 {
  margin-top: 0;
  border-bottom: 1px solid #c81f1c;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.template-default .top--image:before, .template-default-sans-footer .top--image:before, .template-default-police .top--image:before, .template-actualite .top--image:before, .template-default-footer-rouge .top--image:before {
  content: "";
  display: block;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  height: 224px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.template-default.miki_editing .titre--fond-image, .template-default-sans-footer.miki_editing .titre--fond-image, .template-default-footer-rouge.miki_editing .titre--fond-image, .template-default-police.miki_editing .titre--fond-image {
  height: 100%;
}
.template-default-police .titre--fond-image {
  height: 650px;
}
.template-default-police .titre--fond-image .titre--informations {
  margin-top: 15em;
}
.template-default-police .titre--fond-image .titre--informations h1 {
  margin-top: 1em;
}
.template-default-police .container--rouge {
  padding: 40px 0;
}
.template-default-police .container--gris {
  padding: 20px 30px;
}
.template-default-police .bottom {
  margin-top: -9em;
  top: 9em;
  height: 6em;
}
.template-default-sans-footer .bottom .container--rouge {
  height: 12em;
}
.template-default-sans-footer .bottom .container--rouge .actu--image {
  height: 100%;
  padding-top: 1.5em;
}
.template-default-sans-footer .bottom .container--rouge .actu--image p, .template-default-sans-footer .bottom .container--rouge .actu--image ul li, ul .template-default-sans-footer .bottom .container--rouge .actu--image li {
  text-align: center;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.2em;
}
.template-default-image-top .top {
  height: 650px;
  overflow: hidden;
  position: relative;
}
.template-default-image-top .container--polygon {
  position: absolute;
  bottom: 0;
}
.template-default-image-top h1 {
  border-bottom: 1px solid #c81f1c;
  padding-bottom: 20px;
  margin-top: 0;
}
.btn-postuler {
  width: 100%;
}
.btn-postuler svg {
  width: 100%;
  filter: drop-shadow(6px 7px 10px rgba(0, 0, 0, 0.4));
}
.btn-postuler .btn-active {
  display: none;
}
.btn-postuler:hover .btn-base {
  display: none;
}
.btn-postuler:hover .btn-active {
  display: block;
}
.template-default .top--image .btn-postuler {
  display: none;
}
.page-recrutement-et-postulation .top--image--container {
  position: relative;
}
.page-recrutement-et-postulation .top--image .btn-postuler {
  display: block;
  position: absolute;
}
.page-accueil .section--top--accueil .titre--img-3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-accueil .section--top--accueil .btn-postuler {
  transform: translateX(-25%);
}
.page-contact-recrutement .titre--fond-image {
  position: relative;
}
.page-contact-recrutement .titre--fond-image::after {
  content: url(../images/polcom_btn-active.svg);
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  max-width: 150px;
  width: 100%;
}
.page-contact-recrutement .content h2 {
  margin: 0 0 40px;
}
.page-contact-recrutement .content p, .page-contact-recrutement .content ul li, ul .page-contact-recrutement .content li {
  margin-bottom: 20px;
}
.btn-bulleQuestion {
  display: none;
  position: fixed;
  justify-content: center;
  align-items: center;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 45px;
  z-index: 9999;
  background-color: white;
  border-top: black 2px solid;
}
.btn-bulleQuestion a {
  display: block;
  width: 100%;
  height: 100%;
}
.btn-bulleQuestion .only-desktop:hover img:not(.active) {
  display: none;
}
.btn-bulleQuestion .only-desktop:hover img.active {
  display: block;
}
.btn-bulleQuestion .no-desktop img {
  max-height: 45px;
  padding: 0 20px;
}
.page-recrutement-et-postulation .btn-bulleQuestion,
.page-devenir-policier .btn-bulleQuestion,
.page-formation-de-policier .btn-bulleQuestion {
  display: flex;
}
.modal-video {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 0.5s;
}
.modal-video__innerwrap {
  width: 80%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
.modal-video__innerwrap .video-editable {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .modal-video__innerwrap .video-editable {
    max-width: 100%;
  }
}
.modal-video .video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  max-width: 100%;
}
.modal-video .video-wrapper iframe,
.modal-video .video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.modal-video__close-btn {
  position: absolute;
  top: 2.5rem;
  right: 2.5rem;
  font-weight: bold;
  color: white;
  font-size: 1.875rem;
  display: block;
  cursor: pointer;
  z-index: 99999;
}
.modal-video__close-btn:hover {
  color: #00bcd4;
}
.modal-video.show {
  display: flex;
  opacity: 1;
}
.modal-video--vertical .modal-video__innerwrap {
  height: 90vh;
}
.modal-video--vertical .video-wrapper {
  padding-bottom: 0;
  height: 100%;
}
.page-faq li.modal-video__open-btn {
  position: relative;
  margin-bottom: 4px;
}
.page-faq li.modal-video__open-btn {
  cursor: pointer;
}
.page-faq li.modal-video__open-btn::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("../images/play.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 5px;
  left: 0;
}
.page-faq li.modal-video__open-btn:hover,
.page-faq span.red {
  font-weight: 500;
  color: #c81f1c;
}
.page-faq span.arrow {
  display: none;
}
form .required {
  color: #c81f1c;
}
form fieldset {
  border: none;
}
form fieldset .form__group,
form fieldset .form__group--50 {
  margin-bottom: 20px;
}
form fieldset .form__group .field,
form fieldset .form__group--50 .field {
  position: relative;
  width: 100%;
}
form fieldset .form__group .field label,
form fieldset .form__group--50 .field label {
  position: absolute;
  top: 13px;
  left: 10px;
  font-size: 14px;
  font-family: "Suisse_Intl", sans-serif;
  font-weight: 500;
  color: #21201e;
}
form fieldset .form__group input:not([class*=mce]):not([type=submit]),
form fieldset .form__group textarea,
form fieldset .form__group select,
form fieldset .form__group--50 input:not([class*=mce]):not([type=submit]),
form fieldset .form__group--50 textarea,
form fieldset .form__group--50 select {
  border: none;
  border-bottom: solid 1px #e0e0e0;
  padding: 10px;
  background-color: #ffffff;
  margin-bottom: 10px;
  font-family: "Suisse_Intl", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
form fieldset .form__group input:not([class*=mce]):not([type=submit]):focus,
form fieldset .form__group textarea:focus,
form fieldset .form__group select:focus,
form fieldset .form__group--50 input:not([class*=mce]):not([type=submit]):focus,
form fieldset .form__group--50 textarea:focus,
form fieldset .form__group--50 select:focus {
  border-color: #c81f1c;
  outline: none;
}
form fieldset .form__group input:not([class*=mce]):not([type=submit]),
form fieldset .form__group textarea,
form fieldset .form__group--50 input:not([class*=mce]):not([type=submit]),
form fieldset .form__group--50 textarea {
  width: 100%;
}
form fieldset .form__group input:not([class*=mce]):not([type=submit])::-webkit-input-placeholder,
form fieldset .form__group textarea::-webkit-input-placeholder,
form fieldset .form__group--50 input:not([class*=mce]):not([type=submit])::-webkit-input-placeholder,
form fieldset .form__group--50 textarea::-webkit-input-placeholder {
  font-size: 14px;
  font-family: "Suisse_Intl", sans-serif;
  font-weight: 500;
  color: #21201e;
  color: transparent;
}
form fieldset .form__group input:not([class*=mce]):not([type=submit])::-moz-placeholder,
form fieldset .form__group textarea::-moz-placeholder,
form fieldset .form__group--50 input:not([class*=mce]):not([type=submit])::-moz-placeholder,
form fieldset .form__group--50 textarea::-moz-placeholder {
  font-size: 14px;
  font-family: "Suisse_Intl", sans-serif;
  font-weight: 500;
  color: #21201e;
  color: transparent;
}
form fieldset .form__group input:not([class*=mce]):not([type=submit]):-moz-placeholder,
form fieldset .form__group textarea:-moz-placeholder,
form fieldset .form__group--50 input:not([class*=mce]):not([type=submit]):-moz-placeholder,
form fieldset .form__group--50 textarea:-moz-placeholder {
  font-size: 14px;
  font-family: "Suisse_Intl", sans-serif;
  font-weight: 500;
  color: #21201e;
  color: transparent;
}
form fieldset .form__group input:not([class*=mce]):not([type=submit]):-ms-input-placeholder,
form fieldset .form__group textarea:-ms-input-placeholder,
form fieldset .form__group--50 input:not([class*=mce]):not([type=submit]):-ms-input-placeholder,
form fieldset .form__group--50 textarea:-ms-input-placeholder {
  font-size: 14px;
  font-family: "Suisse_Intl", sans-serif;
  font-weight: 500;
  color: #21201e;
  color: transparent;
}
form fieldset .form__group--50 {
  display: flex;
}
form fieldset .form__group--50 .field {
  width: calc(50% - 10px);
  margin-right: 20px;
}
form fieldset .form__group--50 .field:last-child {
  margin-right: 0;
}
form #input_name,
form #input_email,
form #input_tel {
  width: 100%;
}
form .form__buttons_group {
  text-align: center;
  margin-top: 20px;
}
form .checkbox {
  display: flex;
  width: 100%;
}
form input[type=checkbox] {
  width: 20px;
  position: relative;
  margin: 0;
  margin-bottom: 10px;
}
form label {
  font-size: 16px;
  margin-right: 20px;
}
form .icheckbox_square-blue {
  margin-right: 5px !important;
}
form.postuler {
  padding: 0 20px;
}
form.postuler fieldset {
  margin: 30px 0;
}
form.postuler .checkbox-item {
  position: relative;
  display: flex;
  align-items: center;
}
form.postuler .checkbox-item input {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
form.postuler .postuler__genre {
  display: flex;
  margin: 30px 0;
}
form.postuler .postuler__genre .checkbox-item {
  flex-direction: column;
  justify-content: center;
}
form.postuler .postuler__genre .checkbox-item .checkmark {
  width: 20px;
  height: 20px;
  background-color: gainsboro;
  color: white;
  font-weight: bold;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(1px);
}
form.postuler .postuler__genre .checkbox-item:first-child {
  margin-right: 20px;
}
form.postuler .postuler__genre .checkbox-item.actif .checkmark, form.postuler .postuler__genre .checkbox-item.hover .checkmark {
  background-color: #c81f1c;
}
form.postuler .colonne-3 {
  display: grid;
  gap: 15px;
  margin: 20px 0 30px;
}
form.postuler .colonne-3 .checkbox-item {
  display: flex;
}
form.postuler .colonne-3 .checkbox-item img {
  max-width: 40px;
  margin: 0 10px 0 0;
}
form.postuler .colonne-3 .checkbox-item input[type=radio]:checked + span, form.postuler .colonne-3 .checkbox-item:hover span {
  color: #c81f1c;
  font-weight: bold;
}
form.postuler .colonne-3 .checkbox-item input[type=radio]:checked + span {
  text-decoration: underline;
}
form.postuler .postuler__footer {
  line-height: 1.2;
}
form.postuler .button1 {
  display: block;
  margin: 30px 0;
}
@media screen and (max-width: 20em) {
  form.postuler .form__group--50.mobile-nocols {
    flex-direction: column;
  }
  form.postuler .colonne-3 {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 46.875em) {
  form #input_name,
  form #input_email,
  form #input_tel {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 100%;
  }
  form #input_name:last-child,
  form #input_email:last-child,
  form #input_tel:last-child {
    margin-right: 0;
  }
  form #input_message {
    margin-top: 20px;
  }
  form.postuler .form__group--50.mobile-nocols {
    flex-direction: row;
  }
  form.postuler .colonne-3 {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 68.75em) {
  form.postuler label {
    font-size: 22px;
  }
  form.postuler .colonne-3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
html {
  box-sizing: border-box;
}
*, *::after, *::before {
  box-sizing: inherit;
}
@font-face {
  font-family: "Suisse_Intl";
  src: url("../font/Suisse_Int/suisseintl-black-webfont.woff2") format("woff2"), url("../font/Suisse_Int/suisseintl-black-webfont.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Suisse_Intl";
  src: url("../font/Suisse_Int/suisseintl-blackitalic-webfont.woff2") format("woff2"), url("../font/Suisse_Int/suisseintl-blackitalic-webfont.woff") format("woff");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Suisse_Intl";
  src: url("../font/Suisse_Int/suisseintl-bold-webfont.woff2") format("woff2"), url("../font/Suisse_Int/suisseintl-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Suisse_Intl";
  src: url("../font/Suisse_Int/suisseintl-bolditalic-webfont.woff2") format("woff2"), url("../font/Suisse_Int/suisseintl-bolditalic-webfont.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Suisse_Intl";
  src: url("../font/Suisse_Int/suisseintl-light-webfont.woff2") format("woff2"), url("../font/Suisse_Int/suisseintl-light-webfont.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Suisse_Intl";
  src: url("../font/Suisse_Int/suisseintl-lightitalic-webfont.woff2") format("woff2"), url("../font/Suisse_Int/suisseintl-lightitalic-webfont.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Suisse_Intl";
  src: url("../font/Suisse_Int/suisseintl-medium-webfont.woff2") format("woff2"), url("../font/Suisse_Int/suisseintl-medium-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Suisse_Intl";
  src: url("../font/Suisse_Int/suisseintl-mediumitalic-webfont.woff2") format("woff2"), url("../font/Suisse_Int/suisseintl-mediumitalic-webfont.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "PantonFullSet";
  src: url("../font/PantonFullSet/pantonicons-bregular-webfont.woff2") format("woff2"), url("../font/PantonFullSet/pantonicons-bregular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PantonFullSet";
  src: url("../font/PantonFullSet/pantonicons-cregular-webfont.woff2") format("woff2"), url("../font/PantonFullSet/pantonicons-cregular-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PantonFullSet";
  src: url("../font/PantonFullSet/pantonicons-dregular-webfont.woff2") format("woff2"), url("../font/PantonFullSet/pantonicons-dregular-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
.link_to_menu {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
.link_to_menu_scroll {
  background: rgba(33, 32, 30, 0.5);
}
.header {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}
.menu_navigation {
  display: none;
}
.main_menu {
  font-family: "Suisse_Intl", sans-serif;
  font-weight: 500;
  display: block;
  width: 100%;
  cursor: pointer;
  text-align: center;
  padding-top: 25px;
}
.main_menu li {
  list-style: none;
}
.main_menu li a {
  display: block;
  text-decoration: none;
}
.main_menu li a:hover {
  border: none;
}
#nav-icon {
  width: 35px;
  height: 25px;
  position: relative;
  margin: 0 auto;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  margin-top: 30px;
  margin-left: 30px;
  border: 3px solid transparent;
}
#nav-icon span:nth-child(1) {
  top: 0px;
  transform-origin: left center;
}
#nav-icon span:nth-child(2) {
  top: 10px;
  transform-origin: left center;
}
#nav-icon span:nth-child(3) {
  top: 20px;
  transform-origin: left center;
}
#nav-icon span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #ffffff;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
#nav-icon.open {
  border-radius: 50%;
  border: 3px solid #21201e;
  width: 40px;
  height: 40px;
  margin-top: 25px;
  margin-left: 25px;
}
#nav-icon.open span {
  height: 3px;
  background: #21201e;
}
#nav-icon.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 6px;
  left: 8px;
  width: 25px;
}
#nav-icon.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
#nav-icon.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 24px;
  left: 8px;
  width: 25px;
}
/* first level */
.main_menu .menu {
  z-index: 10;
  display: flex;
  justify-content: flex-start;
  padding: 0;
  transition: opacity 0.2s ease-in;
}
.main_menu .menu > li {
  display: flex;
}
.main_menu .menu > li > a {
  font-size: 16px;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  line-height: 30px;
  color: #ffffff;
  font-weight: 600;
  border-bottom: 3px solid transparent;
  transition: all 0.2s ease-in-out;
}
.main_menu .menu > li:last-child:after {
  display: none;
}
.main_menu .menu > li:after {
  content: "|";
  display: block;
  color: #b2b2b2;
  padding: 0 15px;
}
.main_menu .menu > li:hover > a:not(.no-hover) {
  border-bottom: 3px solid #c81f1c;
}
.main_menu .menu > .active > a {
  border-bottom: 3px solid #c81f1c;
}
/* second level */
.main_menu .sous-menu {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  top: 55px;
  z-index: 10;
  padding: 20px 10px;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.35s ease-in-out 0s;
}
.main_menu .sous-menu a {
  color: #ffffff;
  padding-bottom: 10px;
  line-height: 1em;
  font-weight: 400;
  font-size: 18px;
  transition: color 0.2s ease-in-out;
}
.main_menu .sous-menu .active a {
  color: #c81f1c;
}
.main_menu .sous-menu li {
  padding: 0 !important;
}
.main_menu .sous-menu li:hover a {
  color: #c81f1c;
}
.main_menu li:hover > .sous-menu {
  display: block;
  opacity: 1;
  visibility: visible;
  margin-top: 0px;
}
@media screen and (max-width: 68.75em) {
  .main_menu {
    /* first level */
    /* second level */
  }
  .main_menu .menu {
    display: block;
  }
  .main_menu .menu li {
    display: block;
  }
  .main_menu .menu li a {
    width: 100%;
    color: #21201e;
  }
  .main_menu .menu > li:after {
    display: none;
  }
  .main_menu .menu > li > a {
    font-size: 28px;
    font-weight: 500;
    padding: 5px 0px;
  }
  .main_menu .menu > .active > a {
    border: none;
    color: #c81f1c;
  }
  .main_menu .menu > li:hover a, .main_menu .menu > .active:hover a {
    border: none;
  }
  .main_menu .sous-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    position: relative;
    top: 100%;
    margin: 0;
    padding: 5px 0 0 0;
  }
  .main_menu .sous-menu a {
    font-size: 18px;
  }
  .sliding-menu-content {
    position: fixed;
    top: 0px;
    right: auto;
    bottom: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    transform: translateY(100%);
    transition: all 0.25s linear;
    background: rgba(219, 219, 219, 0.95);
    z-index: 999999;
    padding-left: 0;
    min-width: 1px;
    margin: 0;
    padding: 100px 20px 0 30px;
    text-align: left;
    overflow: scroll;
  }
  .sliding-menu-content.is-visible {
    transform: translateY(0);
  }
  .sliding-menu-content .sous-menu {
    background-color: transparent;
  }
  .sliding-menu-fade-screen {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    transition: all 0.15s ease-out 0s;
    opacity: 0;
    visibility: hidden;
    z-index: 999998;
  }
  .sliding-menu-fade-screen.is-visible {
    opacity: 0.4;
    visibility: visible;
  }
  .sliding-menu-button {
    transform: translateX(0);
    transition: all 0.25s linear;
    background-color: transparent;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    text-align: right;
    outline: none;
    z-index: 999999;
    top: 0;
    left: 0;
  }
  .sliding-menu-button.is-visible {
    top: 0;
    height: 60px;
  }
  .link_to_menu {
    position: relative;
  }
}
.button--center-container {
  margin-top: 20px;
  text-align: center;
}
.button, .button4, .button3, .button2, .template-default .bottom .actu--image .actu--image--link, .button1 {
  border: none;
  font-family: "Suisse_Intl", sans-serif;
  display: inline-block;
  text-align: center;
  font-size: 15px;
  line-height: 20px;
  padding: 12px 20px;
  letter-spacing: 1px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
.button:hover, .button4:hover, .button3:hover, .button2:hover, .template-default .bottom .actu--image .actu--image--link:hover, .button1:hover {
  text-decoration: none !important;
}
.button1 {
  background-color: #c81f1c;
  color: #ffffff;
}
.button1:hover {
  background-color: rgba(200, 31, 28, 0.8);
  color: #ffffff;
}
.button2, .template-default .bottom .actu--image .actu--image--link {
  border: 2px solid #ffffff;
  border-radius: 12px;
  background-color: rgba(60, 60, 59, 0.8);
  color: #ffffff;
  padding: 8px 25px;
}
.button2:hover, .template-default .bottom .actu--image .actu--image--link:hover {
  border-color: #c81f1c;
  background-color: #c81f1c;
  color: #ffffff;
}
.button3 {
  border: 2px solid #ffffff;
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 0.8);
  color: #c81f1c !important;
  padding: 8px 25px;
  font-weight: 600;
  font-size: 16px;
}
.button3:hover {
  background-color: #ffffff;
}
.button4 {
  background-color: #e0e0e0;
  color: #ffffff;
}
.button4:hover {
  background-color: rgba(224, 224, 224, 0.8);
  color: #ffffff;
}
.template-default .bottom .actu--image .actu--image--link {
  padding: 0;
}
.template-default .bottom .actu--image .actu--image--link a {
  padding: 8px 25px;
  display: block;
}
.template-default .bottom .actu--image .actu--image--link a:hover {
  text-decoration: none;
}
/*
	Pour tous les snippets génériques
*/
/********************************************
 * Pour les styles "Global" (Smartphone)
 *******************************************/
.video-editable {
  width: 100%;
  height: 100%;
}
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.video-wrapper iframe,
.video-wrapper object,
.video-wrapper object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-snippet {
  position: relative;
}
.video-snippet:hover .btn-video {
  background-image: url("../images/btn-video-rouge.svg");
  height: 25px;
}
.video-snippet figure {
  position: relative;
  z-index: 1;
}
.video-snippet .btn-video {
  background-image: url("../images/btn-video-blanc.svg");
  background-repeat: no-repeat;
  height: 25px;
  background-position: center;
  position: absolute;
  z-index: 999;
  width: 100%;
  top: calc(50% - 13px);
}
.container--document {
  padding: 10px;
  border-bottom: 1px solid #c81f1c;
  text-align: left;
}
.container--document .document--image {
  overflow: hidden;
  text-align: center;
}
.container--document .document--image img {
  height: auto;
}
.container--document h4 {
  text-transform: uppercase;
  clear: both;
  margin-top: 18px;
  margin-bottom: 20px;
  color: #c81f1c;
  text-align: center;
  font-weight: 700;
  font-size: 22px;
  line-height: 1em;
  letter-spacing: 1px;
}
.container--document .document--description {
  padding-bottom: 30px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  color: #c81f1c;
  font-weight: 400;
}
.container--document:first-child {
  border-top: solid 1px #c81f1c;
}
.image-right {
  text-align: center;
  position: relative;
  z-index: 20 !important;
}
.image-left {
  text-align: center;
  position: relative;
  z-index: 20 !important;
}
.liste-rond {
  list-style: disc;
  padding-left: 20px;
  margin: 0 auto 20px auto;
  text-align: left;
}
.liste-rond > li {
  margin-bottom: 12px;
}
.liste-numero {
  list-style-type: none;
  margin: 0 auto 20px auto;
  text-align: left;
  counter-reset: li;
}
.liste-numero > li {
  padding: 5px;
  border-bottom: dotted 1px #3c3c3b;
  overflow: hidden;
}
.liste-numero > li:before {
  display: inline-block;
  content: counter(li);
  counter-increment: li;
  text-align: center;
  font-size: 18px;
  line-height: 1em;
  padding: 0 10px 0 5px;
  margin-right: 10px;
  vertical-align: middle;
  border-right: dotted 1px #3c3c3b;
}
.liste-fleche {
  list-style-type: none;
  text-align: left;
}
.liste-fleche > li {
  padding: 5px 5px 5px 38px !important;
  border-bottom: dotted 1px #3c3c3b;
  overflow: hidden;
  position: relative;
}
.liste-fleche > li:before {
  position: absolute;
  top: 5px;
  left: 5px;
  height: 100%;
  font-family: "fontawesome";
  content: "\f105";
  text-align: center;
  font-size: 18px;
  line-height: 1em;
  padding: 0 10px 0 5px;
  margin-right: 10px;
  vertical-align: middle;
  border-right: dotted 1px #3c3c3b;
}
.liste-couleur {
  padding-left: 0;
}
.liste-couleur > li {
  padding: 8px !important;
  overflow: hidden;
}
.liste-couleur > li:nth-child(odd) {
  background-color: #fafafa;
}
.liste-couleur > li:nth-child(even) {
  background-color: #ffffff;
}
.liste-couleur > li:hover {
  background-color: #c81f1c;
  color: #ffffff;
}
.liste-couleur > li:hover a, .liste-couleur > li:hover a:hover {
  color: #ffffff;
  text-decoration: none;
  border: none;
}
.liste-couleur2 > li {
  padding: 10px;
  overflow: hidden;
}
.liste-couleur2 > li:nth-child(odd) {
  background-color: rgb(239.1578947368, 143.5394736842, 141.8421052632);
}
.liste-couleur2 > li:nth-child(even) {
  background-color: #ffffff;
}
.liste-check {
  padding: 0;
}
.liste-check li {
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  text-align: left;
  list-style: none;
}
.liste-check li .svg-inline--fa {
  margin-right: 5px;
}
.liste-check li:before {
  display: none;
  font-family: "Font Awesome 5 Solid";
  font-weight: 900;
  content: "\f00c";
  padding-right: 8px;
  font-size: 18px;
}
.container-2-colonnes-fixe .colonne-2 {
  padding-top: 15px;
}
.colonne-3 {
  padding: 15px 0;
}
.colonne-3 .colonne {
  text-align: center;
  padding: 10px 30px;
}
.colonne-3 .colonne p, .colonne-3 .colonne ul li, ul .colonne-3 .colonne li {
  text-align: center;
}
table.table {
  display: table;
  border-spacing: 1;
  border-collapse: collapse;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
table.table * {
  position: relative;
}
table.table td, table.table th {
  display: table-cell;
  margin-bottom: 0;
  text-align: left;
  padding: 2px 0;
}
table.table tr {
  display: table-row;
  height: auto;
  font-size: 15px;
  line-height: 1.2em;
  font-weight: unset;
}
table.table tr td:first-child {
  font-weight: 500;
  color: #c81f1c;
  padding-right: 10px;
}
table.table thead tr {
  height: 60px;
  background: #c81f1c;
}
table.table tbody tr:last-child {
  border: 0;
}
table.table th {
  font-size: 18px;
  color: #fff;
  line-height: 1.2;
  font-weight: unset;
}
.vertical-space {
  height: 50px;
  width: 100%;
}
.trait-space {
  height: 1px;
  width: 100%;
  background-color: #c81f1c;
  margin: 2em 0;
}
.container--diag-rouge .container--rouge {
  padding: 20px 30px;
}
.container--diag-rouge .container--rouge p, .container--diag-rouge .container--rouge ul li, ul .container--diag-rouge .container--rouge li, .container--diag-rouge .container--rouge h2, .container--diag-rouge .container--rouge h3, .container--diag-rouge .container--rouge h4, .container--diag-rouge .container--rouge h5 {
  color: #ffffff;
  padding-right: 0;
  padding-left: 0;
}
.container--diag-rouge:after {
  content: "";
  display: block;
  background-color: #c81f1c;
  clip-path: polygon(100% 0, 100% 0%, 0 0%, 0% 100%);
  height: 3em;
  border-top: 2px solid #c81f1c;
  top: -1px;
  position: relative;
}
/****************************
 * Pour les styles "Tablet"
 ***************************/
@media screen and (min-width: 46.875em) {
  .container-2-colonnes-auto {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .container-2-colonnes-auto > div {
    width: calc(50% - 20px);
  }
  .container-2-colonnes-fixe {
    display: flex;
    margin-bottom: 40px;
  }
  .container-2-colonnes-fixe .colonne-1 {
    width: 50%;
    margin-right: 28px;
  }
  .container-2-colonnes-fixe .colonne-2 {
    width: 50%;
    margin-left: 28px;
    padding-top: 0;
  }
  .container-3-colonnes-fixe {
    display: flex;
  }
  .container-3-colonnes-fixe .colonne {
    width: 33%;
  }
  .container-3-colonnes-fixe .colonne:last-child {
    border-right: none;
  }
  .container-flex {
    align-items: stretch;
    clear: both;
    display: flex;
    justify-content: center;
  }
  .container-flex::after {
    clear: both;
    content: "";
    display: block;
  }
  .container--document {
    width: 50%;
    border-right: solid 1px #c81f1c;
    border-bottom: solid 1px #c81f1c;
    position: relative;
  }
  .container--document:nth-child(2n+1) {
    border-left: solid 1px #c81f1c;
  }
  .container--document:nth-child(2n) {
    border-top: solid 1px #c81f1c;
  }
  .container--document h4 {
    padding-left: 8px;
  }
  .container--document .document--image img {
    width: 100%;
    max-width: 250px;
  }
  .image-right {
    float: right;
    margin-left: 10px;
  }
  .image-left {
    float: left;
    margin-right: 10px;
  }
}
/****************************
 * Pour les styles "Desktop"
 ***************************/
@media screen and (min-width: 68.75em) {
  .container--document {
    width: 25%;
  }
  .container--document:nth-child(2n+1) {
    border-left: none;
  }
  .container--document:nth-child(2n) {
    border-top: none;
  }
  .container--document:nth-child(4n+1) {
    border-left: solid 1px #c81f1c;
  }
  .container--document:nth-child(2), .container--document:nth-child(3), .container--document:nth-child(4) {
    border-top: solid 1px #c81f1c;
  }
  table.table tr {
    font-size: 22px;
  }
}
/**
 * Le CSS pour les effets d'affichage Miki
 */
.mikiEffect-slideFromLeft {
  position: relative;
  left: -300px;
  opacity: 0;
}
.mikiEffect-slideFromRight {
  position: relative;
  right: -300px;
  opacity: 0;
}
.mikiEffect-slideFromBottom {
  position: relative;
  bottom: -300px;
  opacity: 0;
}
.mikiEffect-fade {
  opacity: 0;
}
@media screen and (max-width: 46.875em) {
  h2, h3, h4, h5, h6, p, ul li, ul {
    padding-right: 30px;
    padding-left: 30px;
  }
  footer h2, footer h3, footer h4, footer h5, footer h6, footer p, footer ul li, ul footer li, footer ul {
    padding-right: 0;
    padding-left: 0;
  }
  .section--top--accueil .banner__info p, .section--top--accueil .banner__info ul li, ul .section--top--accueil .banner__info li, .section--top--accueil .banner__info a {
    font-size: 23px;
  }
  footer .footer--container .footer--logo {
    margin: auto;
  }
  footer .footer--container .footer--logo img {
    margin-left: auto;
    padding-right: 6em;
  }
  footer .footer--container .footer--logo .footer--logo--info {
    padding-left: 4.5em;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
  footer .footer--container .footer--right {
    margin: 15px auto;
  }
}
.page-accueil .section--top--accueil .titre--fond-image {
  position: relative;
}
.page-accueil .section--top--accueil .btn-postuler {
  position: absolute;
  left: 110px;
  top: -80px;
  width: 100px;
}
.page-contact-recrutement .titre--fond-image::after {
  top: 36%;
  max-width: 98px;
}
.page-recrutement-et-postulation .top--image .btn-postuler {
  left: 45%;
  top: 65%;
  max-width: 86px;
}
@media screen and (min-width: 46.875em) {
  .only-desktop {
    display: none !important;
  }
  .only-tablet {
    display: block !important;
  }
  .only-smartphone {
    display: none !important;
  }
  .no-desktop {
    display: block !important;
  }
  .no-tablet {
    display: none !important;
  }
  .no-smartphone {
    display: block !important;
  }
  .from-tablet {
    display: block !important;
  }
  .media_query_value {
    font-size: 4px;
  }
  p, ul li {
    font-size: 22px;
    line-height: 1.5em;
  }
  h1 {
    font-size: 44px;
    line-height: 40px;
  }
  h2 {
    line-height: 50px;
    font-size: 44px;
    font-weight: 400;
  }
  h1, h2, h3, h4 {
    margin: 0.5em 0 0.2em 0;
  }
  .logo img {
    width: 130px;
  }
  .container--polygon {
    clip-path: polygon(100% 100%, 100% 0%, 0 100%, 0% 100%);
  }
  .titre--fond-image .titre--img {
    top: 8em;
  }
  .titre--fond-image .titre--img .titre--img--content {
    justify-content: space-between;
  }
  .titre--fond-image .titre--img .titre--img-2 {
    width: 330px;
  }
  .titre--fond-image .titre--img .titre--img-3 {
    width: 186px;
  }
  .titre--fond-image .titre--informations h1 {
    margin-top: 4em;
  }
  .section--top--accueil {
    height: 915px;
  }
  .section--top--accueil h2 {
    text-align: left;
  }
  .section--top--accueil .titre--fond-image {
    height: 600px;
  }
  .section--top--accueil .banner__info {
    bottom: 9em;
  }
  .section--top--accueil .banner__info p, .section--top--accueil .banner__info ul li, ul .section--top--accueil .banner__info li, .section--top--accueil .banner__info a {
    font-size: 28px;
  }
  .section--top--accueil .container--gris {
    clip-path: polygon(0 15%, 100% 0, 100% 100%, 0% 100%);
    padding: 30px 10px;
  }
  .section--top--accueil .container--gris h1 {
    font-weight: 700;
  }
  .section--top--accueil .container--gris p, .section--top--accueil .container--gris ul li, ul .section--top--accueil .container--gris li {
    text-align: left;
  }
  .titre--fond-image .titre--img .titre--img-1 {
    width: 145px;
  }
  .titre--fond-image .titre--img .titre--img-2 {
    width: 250px;
  }
  .titre--fond-image .titre--img .titre--img-3 {
    width: 145px;
  }
  .container--actu {
    height: auto;
  }
  .container--actu .actu--image .actu--image--img img {
    height: 450px;
  }
  .container--actu .actu--bloc-blanc .actu--information {
    padding: 95px 10px 25px 10px;
  }
  .container--actu .actu--bloc-blanc .actu--information .actu--titre {
    font-size: 40px;
  }
  .container--actu .actu--bloc-blanc .actu--information .actu--sous-titre p, .container--actu .actu--bloc-blanc .actu--information .actu--sous-titre ul li, ul .container--actu .actu--bloc-blanc .actu--information .actu--sous-titre li {
    font-size: 20px;
  }
  .container--actu .actu--bloc-blanc .actu--information .actu--sous-titre .actu--date, .container--actu .actu--bloc-blanc .actu--information .actu--sous-titre .actu--tag, .container--actu .actu--bloc-blanc .actu--information .actu--sous-titre .actu--lien {
    padding-left: 10px;
  }
  .container--actu .actu--bloc-blanc .actu--information .actu--sous-titre .actu--lien p, .container--actu .actu--bloc-blanc .actu--information .actu--sous-titre .actu--lien ul li, ul .container--actu .actu--bloc-blanc .actu--information .actu--sous-titre .actu--lien li {
    font-size: 28px;
  }
  .container--actu .actu--bloc-blanc .actu--information .actu--sous-titre .actu--lien p a img, .container--actu .actu--bloc-blanc .actu--information .actu--sous-titre .actu--lien ul li a img, ul .container--actu .actu--bloc-blanc .actu--information .actu--sous-titre .actu--lien li a img {
    width: 32px;
    padding-left: 10px;
  }
  .container--actu .actu--bloc-blanc .actu--information .actu--logo {
    margin-left: 25px;
  }
  .template-accueil .bloc--link h3, .template-accueil .bloc--link p, .template-accueil .bloc--link ul li, ul .template-accueil .bloc--link li {
    padding: 0;
  }
  .template-accueil .section--three {
    padding: 0 20px;
  }
  .template-accueil .container--actu .container--rouge:before {
    clip-path: polygon(0 32%, 100% 0, 100% 100%, 0% 100%);
    height: 46%;
  }
  .bloc--link h3 {
    font-size: 30px;
  }
  .bloc--link p, .bloc--link ul li, ul .bloc--link li {
    font-size: 20px;
    margin-bottom: 0;
  }
  .section--three .container-2-colonnes-fixe {
    margin-bottom: 0;
  }
  .section--four {
    margin-top: 3em;
  }
  .bloc--police {
    margin: 15px 0;
  }
  .logo--police a img {
    width: 120px;
    height: 120px;
    margin: 0 20px;
  }
  .logo--police--carte .police--carte {
    margin: 0;
  }
  .container--police-info {
    display: flex;
  }
  .container--police-info .container--police-img {
    padding-right: 15px;
  }
  .container--police-info .container--police-adresse {
    padding: 0 20px;
  }
  .container--police-info .container--police-tel {
    padding-left: 20px;
  }
  .bottom {
    margin-top: -4em;
    top: 9em;
  }
  .bottom .actu--image--info {
    top: calc(70% - 20px);
  }
  footer {
    clip-path: polygon(100% 100%, 100% 0%, 0 31%, 0% 100%);
    padding-top: 5.5em;
  }
  footer .footer--container .footer--logo {
    width: auto;
    padding-top: 4em;
    order: 1;
  }
  footer .footer--container .footer--rs {
    width: 185px;
    order: 3;
    margin-left: auto;
  }
  footer .footer--container .footer--map {
    width: auto;
    order: 2;
  }
  footer .footer--container .footer--copyright {
    margin: 15px 0 15px auto;
  }
  .page-accueil .section--top--accueil .btn-postuler {
    left: auto;
    right: 4%;
    width: 160px;
  }
  .chiffre-cle {
    margin-top: 0;
  }
  .chiffre {
    font-size: 60px;
  }
  .chiffre-cle--info p, .chiffre-cle--info ul li, ul .chiffre-cle--info li {
    font-size: 18px;
  }
  .page-actualites .bloc--link {
    width: calc(50% - 15px);
  }
  .miki-news {
    justify-content: space-between;
  }
  .template-default .top--image .top--image--container, .template-default-sans-footer .top--image .top--image--container, .template-default-police .top--image .top--image--container, .template-actualite .top--image .top--image--container, .template-default-footer-rouge .top--image .top--image--container {
    height: 27em;
  }
  .template-default-police .container--gris {
    padding: 20px 0;
  }
  .container--accordion .accordion .accordion--titre {
    font-size: 35px;
  }
  .container--accordion .accordion .accordion--titre:before {
    width: 44px;
    height: 44px;
  }
  .page-recrutement-et-postulation .top--image .btn-postuler {
    left: 45%;
    top: 59%;
    max-width: 140px;
  }
}
@media screen and (min-width: 68.75em) {
  .only-desktop {
    display: block !important;
  }
  .only-smartphone {
    display: none !important;
  }
  .only-tablet {
    display: none !important;
  }
  .no-desktop {
    display: none !important;
  }
  .no-tablet {
    display: block !important;
  }
  .no-smartphone {
    display: block !important;
  }
  th.no-tablet, td.no-tablet,
  th.no-smartphone, td.no-smartphone {
    display: table-cell !important;
  }
  .from-desktop {
    display: block !important;
  }
  .media_query_value {
    font-size: 6px;
  }
  html {
    margin-left: auto;
    margin-right: auto;
  }
  .titre--fond-image .titre--informations h1 {
    margin-top: 5em;
  }
  .container-colonnes {
    display: flex;
    margin-bottom: 40px;
  }
  .container-colonnes .colonne-1 {
    width: 50%;
    margin-right: 12px;
  }
  .container-colonnes .colonne-2 {
    width: 50%;
    margin-left: 12px;
  }
  .container-flex {
    display: flex;
  }
  .template-default .top--image .top--image--container, .template-default-sans-footer .top--image .top--image--container, .template-default-police .top--image .top--image--container, .template-actualite .top--image .top--image--container, .template-default-footer-rouge .top--image .top--image--container {
    height: 45em;
  }
  .content h2, .content p, .content ul li, ul .content li, .content h3, .content--1280 h2, .content--1280 p, .content--1280 ul li, ul .content--1280 li, .content--1280 h3 {
    padding: inherit;
  }
  .section--top--accueil {
    height: 960px;
  }
  .section--top--accueil .titre--fond-image {
    height: 690px;
  }
  .section--top--accueil .banner__info {
    left: calc(50% - 475px);
    bottom: 8em;
  }
  .section--top--accueil .container--gris {
    clip-path: polygon(0 30%, 100% 0, 100% 100%, 0% 100%);
  }
  .titre--fond-image .titre--img .titre--img-1 {
    width: 186px;
  }
  .titre--fond-image .titre--img .titre--img-2 {
    width: 315px;
  }
  .titre--fond-image .titre--img .titre--img-3 {
    width: 186px;
  }
  .template-accueil .section--three {
    padding: 0;
  }
  .template-accueil .container--actu .container--rouge:before {
    clip-path: polygon(0 70%, 100% 0, 100% 100%, 0% 100%);
    height: 50%;
  }
  .template-accueil .bloc--link h3 {
    left: -62px;
    position: relative;
  }
  .template-accueil .bloc--link p, .template-accueil .bloc--link ul li, ul .template-accueil .bloc--link li {
    text-align: left;
  }
  .template-accueil .container-2-colonnes-fixe:first-child .colonne-1 .bloc--link h3:before {
    font-size: 52px;
  }
  .template-accueil .container-2-colonnes-fixe:first-child .colonne-2 .bloc--link h3 {
    width: calc(100% + 68px);
  }
  .template-accueil .container-2-colonnes-fixe:first-child .colonne-2 .bloc--link h3:before {
    font-size: 52px;
  }
  .template-accueil .container-2-colonnes-fixe:last-child .colonne-1 .bloc--link h3:before {
    font-size: 54px;
    position: relative;
    top: -7px;
  }
  .template-accueil .container-2-colonnes-fixe:last-child .colonne-2 .bloc--link h3:before {
    font-size: 48px;
    position: relative;
    top: -3px;
  }
  .page-accueil .section--top--accueil .btn-postuler {
    position: relative;
    left: -80%;
    top: 0;
    transform: scale(1.15);
  }
  .bloc--link h3 {
    font-size: 40px;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 5px;
    text-align: left;
  }
  .bloc--link p, .bloc--link ul li, ul .bloc--link li {
    font-weight: 400;
    font-size: 19px;
    line-height: 22px;
  }
  .logo--police--carte .police--carte--info {
    position: absolute;
    top: 0;
  }
  .logo--police--carte .police--carte--info .effectif {
    position: absolute;
    left: 44em;
    top: 22em;
  }
  .logo--police--carte .police--carte--info .surface {
    position: absolute;
    top: 47em;
    left: 21em;
  }
  .logo--police--carte .police--carte--info .population {
    position: absolute;
    top: 55em;
    left: 12em;
  }
  .logo--police--carte .police--carte--info .chiffre {
    font-size: 50px;
    padding: 0;
  }
  .container--accordion .accordion .accordion--titre {
    font-size: 35px;
  }
  .container--accordion .accordion .accordion--titre:hover:before {
    background-image: url("/../../images/moins.png");
    border: 2px solid white;
  }
  .container--accordion .accordion .accordion--titre:before {
    left: -104px;
  }
  .container--accordion .accordion .active {
    padding-bottom: 20px;
  }
  .container--accordion .accordion .active:before {
    content: "";
    background-image: url("/../../images/moins.png");
  }
  .page-contact-recrutement .titre--fond-image::after {
    top: 50%;
    max-width: 135px;
  }
  .page-recrutement-et-postulation .top--image .btn-postuler {
    left: 75%;
    top: 66%;
    max-width: 200px;
  }
  .btn-bulleQuestion {
    position: fixed;
    bottom: 5px;
    right: 7%;
    width: 250px;
    height: auto;
    z-index: 9999;
    background-color: transparent;
    border-color: transparent;
  }
  .btn-bulleQuestion img.active {
    display: none;
  }
  .btn-bulleQuestion:hover img:not(.active) {
    display: none;
  }
  .btn-bulleQuestion:hover img.active {
    display: block;
  }
  .page-faq li.modal-video__open-btn::after {
    display: none;
    width: 25px;
    height: 25px;
    left: -12px;
  }
  .page-faq li.modal-video__open-btn:hover {
    cursor: pointer;
  }
  .page-faq li.modal-video__open-btn:hover::after {
    display: inline-block;
  }
  .page-faq li.modal-video__open-btn span.arrow {
    display: inline-block;
  }
}
