@charset "UTF-8";
/* 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, 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: "Maven Pro";
  src: url("../font/Maven_Pro/mavenpro-medium-webfont.woff2") format("woff2"), url("../font/Maven_Pro/mavenpro-medium-webfont.woff") format("woff");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Maven Pro";
  src: url("../font/Maven_Pro/mavenpro-bold-webfont.woff2") format("woff2"), url("../font/Maven_Pro/mavenpro-bold-webfont.woff") format("woff");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Amiko";
  src: url("../font/Amiko/amiko-regular.woff2") format("woff2"), url("../font/Amiko/amiko-regular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Amiko";
  src: url("../font/Amiko/amiko-semibold.woff2") format("woff2"), url("../font/Amiko/amiko-semibold.woff") format("woff");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "Amiko";
  src: url("../font/Amiko/amiko-bold.woff2") format("woff2"), url("../font/Amiko/amiko-bold.woff") format("woff");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Archivo";
  src: url("../font/Archivo/archivo-regular-webfont.woff2") format("woff2"), url("../font/Archivo/archivo-regular-webfont.woff") format("woff");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Archivo";
  src: url("../font/Archivo/archivo-italic-webfont.woff2") format("woff2"), url("../font/Archivo/archivo-italic-webfont.woff") format("woff");
  font-style: italic;
  font-weight: 400;
}
@font-face {
  font-family: "Archivo";
  src: url("../font/Archivo/archivo-medium-webfont.woff2") format("woff2"), url("../font/Archivo/archivo-medium-webfont.woff") format("woff");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Archivo";
  src: url("../font/Archivo/archivo-mediumitalic-webfont.woff2") format("woff2"), url("../font/Archivo/archivo-mediumitalic-webfont.woff") format("woff");
  font-style: italic;
  font-weight: 500;
}
@font-face {
  font-family: "Archivo";
  src: url("../font/Archivo/archivo-semibold-webfont.woff2") format("woff2"), url("../font/Archivo/archivo-semibold-webfont.woff") format("woff");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "Archivo";
  src: url("../font/Archivo/archivo-semibolditalic-webfont.woff2") format("woff2"), url("../font/Archivo/archivo-semibolditalic-webfont.woff") format("woff");
  font-style: italic;
  font-weight: 600;
}
@font-face {
  font-family: "Archivo";
  src: url("../font/Archivo/archivo-bold-webfont.woff2") format("woff2"), url("../font/Archivo/archivo-bold-webfont.woff") format("woff");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Archivo";
  src: url("../font/Archivo/archivo-bolditalic-webfont.woff2") format("woff2"), url("../font/Archivo/archivo-bolditalic-webfont.woff") format("woff");
  font-style: italic;
  font-weight: 700;
}
.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;
}

.media_query_value {
  font-size: 2px;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Maven Pro", sans-serif;
  font-weight: 400;
  font-size: 14px;
  height: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  color: #000000;
  background-color: #ffffff;
}

header {
  width: 100%;
  top: 0;
  z-index: 99;
  max-width: 1400px;
}
header .logo {
  display: block;
  position: relative;
  z-index: 10;
}
header .logo img {
  width: 120px;
  padding-top: 15px;
}

.template-accueil header {
  position: absolute;
}

p, ul, li {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  text-align: left;
  color: #37474f;
  font-family: "Amiko", sans-serif;
}

strong {
  font-weight: 700;
}

a {
  color: #2eb1e5;
  text-decoration: none;
}
a:hover {
  color: #37474f;
}

img {
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

em {
  font-style: italic;
}

.zoom img {
  transition: all 0.35s ease 0s;
}
.zoom:hover img {
  transform: perspective(1000px) translate3d(0, 0, 21px);
}

h1, h2, h3, h4 {
  margin: 1em 0;
  font-size: 1.8em;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child {
  margin-top: 0;
}

h1 {
  font-weight: 700;
  font-size: 40px;
  font-family: "Archivo", sans-serif;
}
h1 .miki_edit, h1 .change_content__container {
  display: inline-block;
}

h2 {
  font-size: 32px;
  font-weight: 600;
  padding-bottom: 25px;
  line-height: 28px;
}

h3 {
  font-family: "Amiko", sans-serif;
  font-weight: 500;
  color: #37474f;
}

h4 {
  font-size: 20px;
  margin: 25px 0 10px 0;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 25px;
}

h5 {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 17px;
  padding: 5px 0;
}

h1, h2, h3, h4, h5 {
  line-height: 1.2em;
}

.container--50 {
  margin: 50px auto;
}

.container--60 {
  margin: 50px auto;
}

.container--80 {
  width: 80%;
  margin: 50px auto;
}

.container--90 {
  width: 90%;
  margin: 50px auto;
}

.nice-select {
  display: inline-block;
  float: none;
}

.miki_alert {
  margin-bottom: 50px;
}

.badge {
  background-color: #ebebeb;
  color: #ffffff;
  display: inline-block;
  font-size: 1em;
  line-height: 1em;
  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;
}

.container, .container--blanc, .container--gris {
  position: relative;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.container::after, .container--blanc::after, .container--gris::after {
  clear: both;
  content: "";
  display: block;
}
.container figure, .container--blanc figure, .container--gris figure {
  margin-bottom: 20px;
}
.container figure:last-child, .container--blanc figure:last-child, .container--gris figure:last-child {
  margin-bottom: 0;
}

.container--gris {
  background-color: #ebebeb;
  padding: 80px 10px;
}
.container--gris .container--bloc--parenthese:after, .container--gris .container--bloc--parenthese:before {
  background: #ebebeb !important;
}

.container--blanc {
  background-color: #ffffff;
  padding: 0;
  width: 100%;
}
.container--blanc .container--bloc--parenthese:after, .container--blanc .container--bloc--parenthese:before {
  background: #ffffff;
}

.container .container--bloc--parenthese:after, .container--gris .container--bloc--parenthese:after, .container--blanc .container--bloc--parenthese:after, .container .container--bloc--parenthese:before, .container--gris .container--bloc--parenthese:before, .container--blanc .container--bloc--parenthese:before {
  background: #ffffff;
}

.parenthese--bleu {
  border: 6px solid #2eb1e5;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.parenthese--bleu .container--bloc--parenthese {
  position: relative;
  width: 85%;
  margin: 0 auto;
  padding: 40px 0;
}
.parenthese--bleu .container--bloc--parenthese p, .parenthese--bleu .container--bloc--parenthese ul, .parenthese--bleu .container--bloc--parenthese li {
  font-size: 20px;
  line-height: 30px;
}
.parenthese--bleu .container--bloc--parenthese .double--titre {
  margin: 0 auto 35px auto;
}
.parenthese--bleu .container--bloc--parenthese:after, .parenthese--bleu .container--bloc--parenthese:before {
  position: absolute;
  height: 8px;
  width: 100%;
  content: "";
  transition: all 0.45s ease-in-out;
  left: 0;
}
.parenthese--bleu .container--bloc--parenthese:before {
  top: -7px;
}
.parenthese--bleu .container--bloc--parenthese:after {
  bottom: -7px;
}

.box-container {
  width: calc(83.3333333333% - 36.6666666667px);
  float: left;
  margin-left: 20px;
  margin-bottom: 3em;
}
.box-container h4, .box-container .texte-cote, .box-container .bloc-texte > p, .box-container .bloc-texte > ul, .box-container .bloc-texte > li {
  text-align: center;
}

.section__content {
  max-width: 820px;
  margin: 0 auto;
  padding: 0 10px;
}

.outer-container::after {
  clear: both;
  content: "";
  display: block;
}

.container-page {
  margin-top: 3em;
}
.container-page:last-child {
  margin-bottom: 6em;
}
.container-page a {
  border-bottom: solid 1px transparent;
  transition: all 0.35s ease 0s;
}
.container-page a:hover {
  border-color: #2eb1e5;
}
.container-page img {
  border-radius: 5px;
}

footer .footer--flex {
  display: flex;
  margin-bottom: 40px;
}
footer .footer--flex .carre--icon {
  width: 100px;
  height: 100px;
  margin: 0;
}
footer .footer--flex .carre--icon .carre--bleu {
  width: 70px;
  height: 70px;
}
footer .footer--flex .carre--icon .icon--blanc {
  width: 70px;
  height: 70px;
}
footer .footer--flex .carre--icon .coin--border {
  width: 100px;
  height: 100px;
}
footer .footer--flex .footer--infos {
  font-family: "Amiko", sans-serif;
  padding-top: 15px;
}
footer .footer--flex .footer--infos span {
  color: #000000;
  font-weight: 700;
  font-size: 18px;
  padding-left: 25px;
}
footer .footer--flex .footer--infos p, footer .footer--flex .footer--infos ul, footer .footer--flex .footer--infos li {
  color: #748187;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  padding-left: 25px;
}
footer .footer--flex .footer--infos a {
  color: #748187;
}
footer .footer--flex:hover .coin--border {
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
}
footer .footer--bas {
  padding-top: 60px;
}
footer .footer--bas p, footer .footer--bas ul, footer .footer--bas li {
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  color: #2eb1e5;
  text-align: center;
  font-size: 15px;
  letter-spacing: 1px;
}

.container--top {
  position: relative;
  top: 0;
  width: 100%;
  overflow: hidden;
  background-color: #000000;
}

.img--top {
  display: none;
  position: relative;
  height: 100%;
}
.img--top .img--degrade {
  height: 100%;
}
.img--top .img--image {
  height: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.image--degrade .img--degrade {
  position: absolute;
  z-index: 2;
  width: 100%;
}
.image--degrade .img--image {
  position: relative;
}

.container--top .services--top {
  z-index: 3;
  position: relative;
  color: #ffffff;
  width: 100%;
  height: auto;
  top: 12em;
  padding-bottom: 12em;
}
.container--top .services--top .services--images {
  width: 100%;
  height: 50%;
  overflow: hidden;
}
.container--top .services--top .services--images span {
  z-index: 5;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 3px;
  position: absolute;
  color: #ffffff;
  font-family: "Maven Pro", sans-serif;
}
.container--top .services--top .services--images .image--degrade {
  position: relative;
  transition: all 0.2s ease-in-out;
}
.container--top .services--top .services--images .image--degrade .img--degrade, .container--top .services--top .services--images .image--degrade .img--image {
  width: 100%;
}
.container--top .services--top .services--images-1 span, .container--top .services--top .services--images-3 span {
  margin-top: 20px;
  padding: 10px 0 10px 50px;
  border-top: 2px solid #2eb1e5;
}
.container--top .services--top .services--images-2 span, .container--top .services--top .services--images-4 span {
  margin-top: 20px;
  padding: 10px 50px 10px 0px;
  border-top: 2px solid #2eb1e5;
  text-align: right;
  right: 0;
}

.titre--border--top--blanc {
  z-index: 999;
  margin: 20px auto;
  padding: 22px 30px;
  border: 1px solid #748187;
  font-family: "Maven Pro", sans-serif;
}
.titre--border--top--blanc .titre--border {
  position: relative;
  height: auto;
  width: 100%;
}
.titre--border--top--blanc .titre--border:after, .titre--border--top--blanc .titre--border:before {
  position: absolute;
  height: 100%;
  width: 100px;
  bottom: 0;
  content: "";
  background: white;
  transition: all 0.45s ease-in-out;
}
.titre--border--top--blanc .titre--border:before {
  left: -100px;
}
.titre--border--top--blanc .titre--border:after {
  right: -100px;
}
.titre--border--top--blanc h1, .titre--border--top--blanc h2, .titre--border--top--blanc h3, .titre--border--top--blanc h4 {
  text-transform: uppercase;
  color: #2eb1e5;
  font-size: 21px;
  margin-bottom: 5px;
  font-weight: 700;
  letter-spacing: 1px;
  background-color: #ffffff;
  z-index: 2;
}
.titre--border--top--blanc .slogan {
  text-transform: uppercase;
  font-weight: 500;
  background-color: #ffffff;
  z-index: 2;
  letter-spacing: 0.5px;
  padding-left: 46px;
  line-height: 18px;
}

.double--titre {
  font-family: "Archivo", sans-serif;
  text-align: center;
  margin: 65px auto;
  width: auto;
}
.double--titre h2 {
  font-weight: 700;
  padding-bottom: 6px;
  margin-bottom: 0;
  color: #000000;
  letter-spacing: 0.5px;
}
.double--titre span {
  font-size: 26px;
  font-style: italic;
  font-weight: 500;
  color: #37474f;
}

.carre--service {
  padding: 0 20px;
  display: block;
}
.carre--service:hover .coin--border {
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
}
.carre--service h3 {
  text-align: center;
  font-size: 18px;
  margin: 1em 0;
}

.carre--icon {
  position: relative;
  width: 140px;
  height: 140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.carre--icon .icon--blanc {
  width: 110px;
  height: 110px;
  position: absolute;
  z-index: 3;
  margin: 15px;
  background-color: #2eb1e5;
}
.carre--icon .coin--border {
  width: 140px;
  height: 140px;
  z-index: 1;
  position: absolute;
  transition: all 0.2s ease-in-out;
}

.carre--chiffre {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 10px auto;
}
.carre--chiffre:hover .coin--border {
  transform: scale(0.95);
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
}
.carre--chiffre .carre--blanc {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}
.carre--chiffre .bloc--chiffre {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 20px;
  padding-top: 60px;
}
.carre--chiffre .bloc--chiffre p, .carre--chiffre .bloc--chiffre ul, .carre--chiffre .bloc--chiffre li {
  text-align: center;
  font-family: "Amiko", sans-serif;
  font-weight: 700;
  line-height: normal;
  padding: 0;
}
.carre--chiffre .bloc--chiffre .chiffre {
  color: #2eb1e5;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  font-size: 78px;
  display: block;
  line-height: 78px;
}
.carre--chiffre .bloc--chiffre .valeur {
  font-size: 23px;
  color: #000000;
}
.carre--chiffre .bloc--chiffre .info--valeur {
  font-size: 18px;
}
.carre--chiffre .coin--border {
  position: absolute;
  padding: 10px;
  transition: all 0.2s ease-in-out;
}

.plus-minus-toggle {
  height: 22px;
  position: relative;
  width: 22px;
  margin: 44px auto;
}
.plus-minus-toggle:before, .plus-minus-toggle:after {
  background: #37474f;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 11px;
  width: 22px;
  transition: transform 500ms ease;
}
.plus-minus-toggle:after {
  transform-origin: center;
}
.plus-minus-toggle.collapsed:after {
  transform: rotate(90deg);
}
.plus-minus-toggle.collapsed:before {
  transform: rotate(180deg);
}

.container--image {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.container--image .contenu--container--image {
  padding: 40px 10px;
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
}
.container--image .contenu--container--image .double--titre h2, .container--image .contenu--container--image .double--titre span {
  color: #ffffff !important;
}
.container--image .image--degrade {
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
}
.container--image .image--degrade .img--image {
  height: inherit;
  max-width: none;
  max-height: 100%;
  position: absolute;
}
.container--image .image--degrade .img--degrade {
  position: relative;
}

.template-default .container--image .contenu--container--image p, .template-default .container--image .contenu--container--image ul, .template-default .container--image .contenu--container--image li, .template-page-interne .container--image .contenu--container--image p, .template-page-interne .container--image .contenu--container--image ul, .template-page-interne .container--image .contenu--container--image li {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 30px 20px;
}

.template-default .container--90,
.template-contact .container--90 {
  margin-bottom: 0;
}
.template-default .titre--container--top,
.template-contact .titre--container--top {
  padding-bottom: 50px;
  margin-bottom: 50px;
}
.template-default .page-interne-top--information .border-top-pageinterne.top,
.template-contact .page-interne-top--information .border-top-pageinterne.top {
  padding-bottom: 0;
}
.template-default .page-interne-top--information .border-bottom-pageinterne.bottom,
.template-contact .page-interne-top--information .border-bottom-pageinterne.bottom {
  padding-top: 0;
}
.template-default .page-interne-top--information h1,
.template-contact .page-interne-top--information h1 {
  margin-bottom: 0 !important;
}

.page-interne-top {
  height: auto;
  overflow: hidden;
  margin-bottom: 50px;
}
.page-interne-top:before {
  content: "";
  display: block;
  position: absolute;
  background: url("../images/top-degrade.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.template-default .page-interne-top--information {
  background-color: #2eb1e5;
}

.page-interne-top--information {
  background-color: rgba(46, 177, 229, 0.8);
}
.page-interne-top--information h1 {
  margin-top: 0;
  padding: 0 50px;
}
.page-interne-top--information p, .page-interne-top--information ul, .page-interne-top--information li {
  color: #ffffff;
}
.page-interne-top--information .border-top-pageinterne {
  padding: 20px;
}

.titre--container--top, .page-interne-top {
  position: relative;
}
.titre--container--top .services--top, .page-interne-top .services--top {
  height: auto;
  width: 100%;
  padding-bottom: 0;
  z-index: 3;
  color: #ffffff;
  position: relative;
}
.titre--container--top .services--top h1, .page-interne-top .services--top h1 {
  text-align: center;
  margin-bottom: 15px;
}
.titre--container--top .image--degrade .img--image, .page-interne-top .image--degrade .img--image {
  max-width: none;
  width: 100%;
  height: auto;
}

.titre--container--top {
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.titre--container--top:before {
  content: "";
  display: block;
  position: absolute;
  background: url("../images/top-degrade.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.titre--container--top .image--degrade {
  position: absolute;
}
.titre--container--top .services--top {
  position: relative;
  top: 0;
}

.section-map #map {
  width: 100%;
  height: 500px;
}

.breadcrumb {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.breadcrumb a {
  font-size: 20px;
  padding: 0 10px;
  padding-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
}
.breadcrumb a:hover {
  color: #37474f;
}

.miki-news {
  padding: 20px 0;
}
.miki-news .miki-news__content {
  height: auto !important;
}

.miki-news__content .container--bloc--parenthese figure {
  margin-right: 30px;
  padding-bottom: 15px;
}
.miki-news__content .container--bloc--parenthese .miki-news__content {
  height: auto !important;
}
.miki-news__content .container--bloc--parenthese .miki-news__description {
  padding-bottom: 15px;
}

.news figure {
  padding: 20px 0;
}

a[href$=pdf]::after {
  margin-left: 10px;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  content: "\f1c1";
}

.page-partenaires .container .container-3-colonnes-fixe, .page-partenaires .container--gris .container-3-colonnes-fixe, .page-partenaires .container--blanc .container-3-colonnes-fixe {
  margin-bottom: 50px;
}
.page-partenaires .container .container-3-colonnes-fixe:last-child, .page-partenaires .container--gris .container-3-colonnes-fixe:last-child, .page-partenaires .container--blanc .container-3-colonnes-fixe:last-child {
  margin-bottom: 0;
}
.page-partenaires .container figure img, .page-partenaires .container--gris figure img, .page-partenaires .container--blanc figure img {
  max-height: 120px;
  width: auto;
}

.form__group {
  margin-bottom: 20px;
}
.form__group input:not([class*=mce]):not([type=submit]),
.form__group textarea,
.form__group select {
  padding: 5px 10px;
  margin: 5px 0;
  line-height: 25px;
  font-size: 18px;
  border: none;
  border-bottom: 1px solid #ebebeb;
  font-family: "Maven Pro", sans-serif;
}
.form__group input:not([class*=mce]):not([type=submit]):focus,
.form__group textarea:focus,
.form__group select:focus {
  outline: none;
}
.form__group input:not([class*=mce]):not([type=submit]),
.form__group textarea {
  width: 100%;
}
.form__group input:not([class*=mce]):not([type=submit])::-moz-placeholder, .form__group textarea::-moz-placeholder {
  font-size: 18px;
  line-height: 25px;
  font-weight: 300;
  color: #37474f;
}
.form__group input:not([class*=mce]):not([type=submit]):-ms-input-placeholder, .form__group textarea:-ms-input-placeholder {
  font-size: 18px;
  line-height: 25px;
  font-weight: 300;
  color: #37474f;
}
.form__group input:not([class*=mce]):not([type=submit])::placeholder,
.form__group textarea::placeholder {
  font-size: 18px;
  line-height: 25px;
  font-weight: 300;
  color: #37474f;
}

.checkbox {
  display: flex;
}
.checkbox input {
  width: 5% !important;
  margin-bottom: 0;
}
.checkbox p, .checkbox ul, .checkbox li {
  padding-bottom: 0;
  padding-top: 0;
}

input, textarea {
  border-radius: 0;
  color: #37474f;
  box-sizing: border-box;
}

label {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.form__info {
  font-size: 0.8em;
  margin: 5px 0 10px 0;
}

input[type=checkbox] {
  width: 20px;
  position: relative;
  margin: 0;
  margin-bottom: 10px;
}

.form__group--button {
  text-align: center;
  margin-top: 20px;
}

.date-picker {
  width: 70%;
  height: auto;
  max-height: 35px;
  background: white;
  position: relative;
  overflow: hidden;
  transition: all 0.3s 0s ease-in-out;
}

.date-picker .input {
  width: 100%;
  height: 35px;
  font-size: 0;
  cursor: pointer;
}

.date-picker .input .result, .date-picker .input button {
  display: inline-block;
  vertical-align: top;
}

.date-picker .input .result {
  width: 55%;
  height: 35px;
  line-height: 35px;
  font-size: 13px;
  padding: 0 10px;
  color: #000000;
  box-sizing: border-box;
}

.date-picker .input button {
  width: 45%;
  height: 35px;
  background-color: #748187;
  color: white;
  line-height: 35px;
  border: 0;
  font-size: 18px;
  padding: 0;
  cursor: pointer;
}
.date-picker .input button i span {
  font-family: "Maven Pro", sans-serif;
  font-size: 13px;
  padding: 0 8px;
}

.date-picker .input button:hover {
  background-color: #748187;
}

.date-picker .input button:focus {
  outline: 0;
}

.date-picker .calendar {
  position: relative;
  width: 100%;
  background: #fff;
  border-radius: 0px;
  overflow: hidden;
}

.date-picker .ui-datepicker-inline {
  position: relative;
  width: 100%;
}

.date-picker .ui-datepicker-header {
  height: 100%;
  line-height: 50px;
  background: #748187;
  color: #fff;
  margin-bottom: 10px;
}

.date-picker .ui-datepicker-prev, .date-picker .ui-datepicker-next {
  width: 20px;
  height: 20px;
  text-indent: 9999px;
  border: 2px solid #fff;
  border-radius: 100%;
  cursor: pointer;
  overflow: hidden;
  margin-top: 12px;
}

.date-picker .ui-datepicker-prev {
  float: left;
  margin-left: 12px;
}

.date-picker .ui-datepicker-prev:after {
  transform: rotate(45deg);
  margin: -43px 0px 0px 8px;
}

.date-picker .ui-datepicker-next {
  float: right;
  margin-right: 12px;
}

.date-picker .ui-datepicker-next:after {
  transform: rotate(-135deg);
  margin: -43px 0px 0px 6px;
}

.date-picker .ui-datepicker-prev:after, .date-picker .ui-datepicker-next:after {
  content: "";
  position: absolute;
  display: block;
  width: 4px;
  height: 4px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.date-picker .ui-datepicker-prev:hover, .date-picker .ui-datepicker-next:hover, .date-picker .ui-datepicker-prev:hover:after, .date-picker .ui-datepicker-next:hover:after {
  border-color: #37474f;
}

.date-picker .ui-datepicker-title {
  text-align: center;
}

.date-picker .ui-datepicker-calendar {
  width: 100%;
  text-align: center;
}

.date-picker .ui-datepicker-calendar thead tr th span {
  display: block;
  width: 100%;
  color: #8392A7;
  margin-bottom: 5px;
  font-size: 13px;
}

.date-picker .ui-state-default {
  display: block;
  text-decoration: none;
  color: #b5b5b5;
  line-height: 40px;
  font-size: 12px;
}

.date-picker .ui-state-default:hover {
  background: rgba(0, 0, 0, 0.02);
}

.date-picker .ui-state-highlight {
  color: #748187;
}

.date-picker .ui-state-active {
  color: #748187;
  background-color: rgba(131, 146, 167, 0.12);
  font-weight: 600;
}

.date-picker .ui-datepicker-unselectable .ui-state-default {
  color: #eee;
  border: 2px solid transparent;
}

.date-picker.open {
  max-height: 400px;
}

.date-picker.open .input button {
  background: #748187;
}

@media only screen and (min-width: 1160px) {
  .contact-form {
    margin: 0 1em;
  }
}
.menu_navigation {
  display: none;
}

#nav-icon {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 0 auto;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  margin-top: 25px;
  margin-right: 25px;
}
#nav-icon span:nth-child(1) {
  top: 0px;
  transform-origin: left center;
}
#nav-icon span:nth-child(2) {
  top: 14px;
  transform-origin: left center;
}
#nav-icon span:nth-child(3) {
  top: 28px;
  transform-origin: left center;
}
#nav-icon span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #ffffff;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

#nav-icon.open span:nth-child(1) {
  transform: rotate(45deg);
  background: #ffffff;
}
#nav-icon.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
  background: #ffffff;
}
#nav-icon.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 29px;
  left: 0px;
  background: #ffffff;
}

.main_menu {
  font-weight: 500;
  display: block;
  width: 100%;
  cursor: pointer;
  min-width: 1px;
  margin: 0;
  text-align: center;
  position: relative;
  top: auto;
  left: auto;
  padding-top: 10px;
  font-family: "Maven Pro", sans-serif;
}
.main_menu li {
  list-style: none;
}
.main_menu li a {
  display: block;
  text-decoration: none;
  font-weight: 600;
  color: #ffffff;
}
.main_menu li a:focus {
  outline: none;
}
.main_menu li .children {
  display: none;
}

.icon--accueil {
  width: 100%;
}
.icon--accueil a img {
  width: 20px;
}

/* first level */
.main_menu ul {
  z-index: 10;
  width: 100%;
  padding: 0;
  justify-content: space-between;
  align-items: flex-end;
  font-family: "Maven Pro", sans-serif;
}
.main_menu ul p, .main_menu ul ul, .main_menu ul li {
  color: #ffffff;
  padding: 10px 0px 8px 25px;
}
.main_menu ul li {
  padding: 0 12px;
  width: auto;
}
.main_menu ul li a {
  height: auto;
  display: block;
  transition: color 0.2s ease-in-out;
  text-align: center;
  font-size: 17px;
  font-weight: 500;
  font-family: "Maven Pro", sans-serif;
  padding: 10px 0px;
  border-bottom: 2px solid transparent;
  transition: all 0.2s ease-in-out;
}
.main_menu ul li a span,
.main_menu ul li a.hover span {
  border-bottom: none;
}
.main_menu ul li.active > a {
  border-bottom: 2px solid #2eb1e5;
}
.main_menu ul li:hover a {
  border-bottom: 2px solid #2eb1e5;
}
.main_menu:target > ul {
  display: block;
}
.main_menu > ul > li:not(.active).hover {
  border-bottom: transparent;
  background-color: transparent;
}

/* second level */
.main_menu li ul {
  display: none;
  opacity: 0;
  visibility: hidden;
  left: 0;
  right: auto;
  top: 100%;
  z-index: 20;
  width: 100%;
  padding: 10px 20px 25px;
  position: static;
  background-color: rgba(0, 0, 0, 0.6);
  transition: opacity 0.2s ease-in;
}
.main_menu li ul li a span {
  font-weight: 500;
}
.main_menu li ul ul.active {
  display: block;
}
.main_menu li ul li:first-child {
  margin-top: 0;
}
.main_menu li ul li {
  width: 100%;
  border: none !important;
  padding: 3px;
}
.main_menu li ul a {
  width: 100%;
  display: block;
  border: none !important;
}
.main_menu li ul a:hover {
  font-weight: 600;
}
.main_menu li:nth-last-child(-n+2) ul {
  left: auto;
  right: 0;
}
.main_menu li.hover > ul,
.main_menu li:hover > ul {
  display: block;
  visibility: visible;
  opacity: 1;
}

/* third level */
.main_menu ul ul {
  display: none;
}
.main_menu ul ul .sous-menu-2.active {
  display: block;
}
.main_menu ul ul li ul {
  left: 0;
  top: 0;
  border: none;
  visibility: visible;
  opacity: 1;
  width: 100%;
  display: none;
  padding: 0 0 0 20px;
  position: relative;
  box-shadow: 0 10px 10px -8px rgba(107, 107, 107, 0);
  -moz-box-shadow: 0 10px 10px -8px rgba(107, 107, 107, 0);
  -webkit-box-shadow: 0 10px 10px -8px rgba(107, 107, 107, 0);
  z-index: 11;
}
.main_menu ul ul li ul li a {
  padding: em(5) em(10) em(5) em(30);
  width: 100%;
  font-weight: 400;
}
.main_menu ul ul li.hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}

@media only screen and (min-width: 1160px) {
  header {
    height: 140px;
    padding: 30px 45px;
    margin-bottom: 40px;
  }

  .main_menu {
    /* first level */
    padding-top: 0;
    /* second level */
    /* third level */
  }
  .main_menu ul {
    display: flex;
  }
  .main_menu ul li a {
    padding: 10px 10px 10px 10px;
  }
  .main_menu ul .children {
    display: none;
  }
  .main_menu li ul li a span {
    white-space: nowrap;
  }
  .main_menu ul ul {
    position: absolute;
    padding: 0;
    margin-top: 0;
    width: 100%;
  }
  .main_menu ul ul li ul {
    padding: 0 0 0 20px;
    box-shadow: 0 10px 10px -8px rgba(107, 107, 107, 0);
    -moz-box-shadow: 0 10px 10px -8px rgba(107, 107, 107, 0);
    -webkit-box-shadow: 0 10px 10px -8px rgba(107, 107, 107, 0);
  }
  .main_menu ul ul li ul li a {
    padding: 5px 15px;
  }
}
@media only screen and (max-width: 1160px) {
  header {
    padding-bottom: 2em;
  }

  .sliding-menu-content {
    padding-left: 0;
    z-index: 99999;
    position: fixed;
    top: 0px;
    right: auto;
    bottom: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    transform: translateY(100%);
    transition: all 0.25s linear;
    background: #000000;
    z-index: 999999;
  }
  .sliding-menu-content ul {
    padding: 0;
    margin: 0;
    width: 50%;
    padding-top: 55px;
    margin-right: auto;
    margin-left: auto;
  }
  .sliding-menu-content li {
    list-style: none;
  }
  .sliding-menu-content a {
    text-decoration: none;
  }
  .sliding-menu-content .recherche-gris {
    display: none;
  }
  .sliding-menu-content li.opened {
    background-color: transparent;
    color: #ffffff !important;
  }
  .sliding-menu-content li a {
    display: block;
    padding: 1em;
  }
  .sliding-menu-content.is-visible {
    transform: translateY(0);
  }

  .sliding-menu-fade-screen {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    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;
    text-align: right;
    outline: none;
    z-index: 999999;
    top: 0;
    right: 0;
    height: 60px;
    position: absolute;
  }
  .sliding-menu-button .button_menu {
    width: 40px;
    height: auto;
    margin-top: 10px;
    margin-right: 20px;
    top: 0;
    right: 0;
    z-index: 999;
  }
  .sliding-menu-button.is-visible {
    position: fixed;
  }
}
.button--center-container {
  margin-top: 20px;
  text-align: center;
}

.button, .button3, .button2, .button1 {
  display: inline-block;
  font-family: "Maven Pro", sans-serif;
  cursor: pointer;
  border: none;
  line-height: 1.2em;
  text-align: center;
  transition: all 0.3s ease 0s;
}

.button1 {
  font-weight: 400;
  padding: 12px 60px;
  font-size: 20px;
  background: #2eb1e5;
  color: #ffffff;
  transition: all 0.3s ease 0s;
}
.button1:hover {
  background: #37474f;
  color: #ffffff;
}
.button1 .fa-file-pdf {
  padding-left: 10px;
}

.button2 {
  background-color: #37474f;
  color: #ebebeb;
  font-size: 24px;
  width: 100%;
  padding: 15px;
  transition: all 0.35s ease 0s;
}
.button2:hover {
  background-color: #ebebeb;
  color: #37474f;
}

.button3 {
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 18px 60px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  background: #2eb1e5;
  color: #ffffff;
  margin-top: 30px;
  box-shadow: 1px 5px 1px -1px rgba(0, 0, 0, 0.75);
  transition: all 0.3s ease 0s;
}
.button3:hover {
  background: rgba(46, 177, 229, 0.8);
}

.button-rond {
  background-color: #000000;
  border-radius: 50%;
  padding: 7px 13px;
  font-size: 25px;
  font-weight: 400;
  text-decoration: none;
  color: #ebebeb;
  transition: all 0.35s ease 0s;
}
.button-rond:hover {
  background-color: #ffffff;
  color: #000000;
}

/*
	Pour tous les snippets génériques
*/
/********************************************
 * Pour les styles "Global" (Smartphone)
 *******************************************/
.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-box {
  overflow: hidden;
  margin: 10px 0;
}
.video-box h3 {
  padding: 0;
  margin: 20px 0 10px 0;
  text-align: center;
}
.video-box p, .video-box ul, .video-box li {
  text-align: center;
}

.container--document {
  padding: 10px;
  border-bottom: 1px solid #2eb1e5;
  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: #2eb1e5;
  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: #ffffff;
  font-weight: 400;
}
.container--document:first-child {
  border-top: solid 1px #2eb1e5;
}

.image-right {
  text-align: center;
}

.image-left {
  text-align: center;
}

.liste-rond {
  list-style: circle outside;
  margin: 0 auto 20px 20px;
  text-align: left;
}

.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 #748187;
  overflow: hidden;
}
.liste-numero > li:before {
  display: inline-block;
  content: counter(li);
  counter-increment: li;
  text-align: center;
  font-size: 16px;
  line-height: 1em;
  padding: 0 10px 0 5px;
  margin-right: 10px;
  vertical-align: middle;
  border-right: dotted 1px #748187;
}

.liste-fleche {
  list-style-type: none;
  text-align: left;
}
.liste-fleche > li {
  padding: 5px 5px 5px 38px !important;
  border-bottom: dotted 1px #748187;
  overflow: hidden;
  position: relative;
}
.liste-fleche > li .fa, .liste-fleche > li .fas, .liste-fleche > li .svg-inline--fa {
  position: absolute;
  top: 0;
  left: 5px;
  height: 100%;
  font-weight: 900;
  text-align: center;
  font-size: 18px;
  line-height: 1em;
  padding: 0 10px 0 5px;
  margin-right: 10px;
  vertical-align: middle;
  border-right: dotted 1px #ebebeb;
}
.liste-fleche > li:before {
  font-family: "Font Awesome 5 Solid";
  content: "\f105";
  display: none;
}

.liste-couleur > li {
  padding: 5px;
  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: #2eb1e5;
  color: #ebebeb;
}
.liste-couleur > li:hover a, .liste-couleur > li:hover a:hover {
  color: #ebebeb;
  text-decoration: none;
  border: none;
}

.liste-couleur2 > li {
  padding: 10px;
  overflow: hidden;
}
.liste-couleur2 > li:nth-child(odd) {
  background-color: #ffffff;
  color: #2eb1e5;
}
.liste-couleur2 > li:nth-child(odd) h1, .liste-couleur2 > li:nth-child(odd) h2, .liste-couleur2 > li:nth-child(odd) h3, .liste-couleur2 > li:nth-child(odd) h4, .liste-couleur2 > li:nth-child(odd) a, .liste-couleur2 > li:nth-child(odd) p, .liste-couleur2 > li:nth-child(odd) ul, .liste-couleur2 > li:nth-child(odd) li {
  color: #2eb1e5;
}
.liste-couleur2 > li:nth-child(odd):hover {
  background-color: whitesmoke;
}
.liste-couleur2 > li:nth-child(even) {
  background-color: #d9d9d9;
}
.liste-couleur2 > li:nth-child(even):hover {
  background-color: #e6e6e6;
}

.liste-check {
  padding: 0;
}
.liste-check li {
  font-family: "Amiko", sans-serif;
  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;
}

.link {
  margin-bottom: 40px;
}
.link:last-child {
  margin-bottom: 0;
}
.link h6 {
  margin-bottom: 10px;
  font-size: 1.2rem;
  font-weight: bold;
}
.link a {
  font-weight: 500;
  display: block;
  margin-top: 5px;
}

blockquote {
  text-align: center;
  font-size: 1.2em;
  line-height: 1.5em;
}
blockquote .citation__author {
  margin-top: 20px;
  font-size: 1em;
  line-height: 1em;
  text-align: center;
}
blockquote .citation__text {
  position: relative;
}
blockquote .citation__text .citation__text__quote_left {
  display: none;
  float: left;
  width: 30px;
  height: 30px;
  background: url("../../../images/quote-left.png") top left no-repeat;
  background-size: 30px 30px;
  margin-right: 50px;
}
blockquote .citation__text .citation__text__quote_right {
  display: none;
  float: right;
  width: 30px;
  height: 30px;
  background: url("../../../images/quote-right.png") top right no-repeat;
  background-size: 30px 30px;
  margin-left: 50px;
}
blockquote .citation__text .citation__text__content {
  margin: 20px 50px 0 50px;
  text-align: center;
  font-size: 1.2em;
  line-height: 1.5em;
}
blockquote .citation__text:before {
  content: "“";
  font-size: 55px;
  font-weight: 400;
  margin-right: 20px;
  position: absolute;
  top: -10px;
  left: 0px;
}
blockquote .citation__text:after {
  content: "”";
  font-size: 55px;
  font-weight: 400;
  margin-left: 20px;
  position: absolute;
  bottom: -1em;
  right: 0px;
}

.bloc-bleu {
  background: #000000;
  color: #ebebeb;
  text-align: center;
  padding: 50px;
  margin: 50px 0;
}
.bloc-bleu h3 {
  font-weight: bold;
  margin: 0 0 40px 0;
}
.bloc-bleu p, .bloc-bleu ul, .bloc-bleu li {
  color: #ebebeb;
}
.bloc-bleu a {
  color: #ebebeb;
  text-decoration: underline;
  border: none;
}
.bloc-bleu a:hover {
  color: #ebebeb;
}

.container-cours {
  width: 100%;
  padding-bottom: 5em;
}
.container-cours figure {
  max-width: 100%;
  width: 380px;
  height: 250px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  margin: 0 auto;
}
.container-cours figure .mce-content-body {
  height: 100%;
}
.container-cours img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 110%;
  max-height: 110%;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.container-cours h4,
.container-cours .texte-cote,
.container-cours .bloc-texte > p,
.container-cours .bloc-texte > ul,
.container-cours .bloc-texte > li {
  text-align: center;
}
.container-cours .informations--formation {
  transition: all 0.35s ease 0s;
  max-width: 380px;
  background-color: #2eb1e5;
  border-radius: 15px;
  padding: 20px 15px;
  margin: 15px auto 0 auto;
  justify-content: space-around;
}
.container-cours .informations--formation span {
  display: block;
  text-transform: uppercase;
  color: #000000;
  font-weight: 600;
  text-align: center;
  line-height: 18px;
  margin-bottom: 10px;
}
.container-cours .informations--formation a {
  transition: all 0.35s ease 0s;
  text-decoration: none;
  color: #ebebeb;
  text-align: center;
  line-height: 18px;
}
.container-cours .informations--formation a:hover {
  color: #000000;
}

.details-permis {
  padding: 0 10px 20px 10px;
}
.details-permis .icon-arrondi {
  background-color: rgba(116, 129, 135, 0.8);
}
.details-permis .icon-arrondi img {
  padding: 10px;
}
.details-permis h3 {
  color: #2eb1e5;
  font-weight: 800;
}
.details-permis .button2 {
  background-color: transparent;
}

.colonne-1, .colonne-2 {
  padding-bottom: 30px;
}

table.table {
  width: 100%;
  padding-bottom: 45px;
}
table.table tbody {
  padding: 20px 0;
  width: 100%;
}
table.table tbody tr {
  display: grid;
  padding-bottom: 15px;
  width: 100%;
}
table.table tbody tr td {
  padding: 6px 0;
  position: relative;
  padding-left: 30px;
  border-bottom: dotted 1px #2eb1e5;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
table.table tbody tr td .fa, table.table tbody tr td .fas, table.table tbody tr td .svg-inline--fa {
  position: absolute;
  top: 7px;
  left: 5px;
  font-weight: 900;
  text-align: center;
  font-size: 18px;
  line-height: 1em;
  padding: 0 10px 0 5px;
  margin-right: 10px;
  vertical-align: middle;
}
table.table tbody tr td p, table.table tbody tr td ul, table.table tbody tr td li {
  padding: 0;
}
table.table tbody tr td:nth-child(1) {
  font-weight: 600;
  font-size: 19px;
  width: 100%;
}
table.table tbody tr td:nth-child(1):before {
  font-family: "Font Awesome 5 Solid";
  content: "\f105";
  display: none;
}
table.table tbody tr td:nth-child(2) {
  font-size: 15px;
  width: 100%;
}

.container-2-colonnes-fixe {
  margin: 30px auto;
}
.container-2-colonnes-fixe .double--titre {
  margin-top: 0;
}

.review__text {
  padding-bottom: 10px;
}

.review__name, .review__company {
  color: #000000;
  font-weight: 700;
}

.review__date {
  padding-top: 10px;
  color: #2eb1e5;
  font-size: 14px;
}

/****************************
 * Pour les styles "Tablet"
 ***************************/
@media only screen and (min-width: 750px) {
  .container-2-colonnes-auto {
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-gap: 100px;
    /* Firefox */
    column-gap: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
  }
  .container-2-colonnes-auto p, .container-2-colonnes-auto ul, .container-2-colonnes-auto li {
    font-size: 14px;
  }

  .container-3-colonnes-auto {
    /* Chrome, Safari, Opera */
    -moz-column-count: 3;
    /* Firefox */
    column-count: 3;
    /* Chrome, Safari, Opera */
    -moz-column-gap: 100px;
    /* Firefox */
    column-gap: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    padding: 5px 25px 15px 25px;
  }
  .container-3-colonnes-auto p, .container-3-colonnes-auto ul, .container-3-colonnes-auto li {
    font-size: 14px;
  }

  .container-2-colonnes-fixe {
    display: flex;
    margin: 50px auto;
  }
  .container-2-colonnes-fixe .colonne-1 {
    width: 45%;
    margin-right: 5%;
    padding: 0 15px;
  }
  .container-2-colonnes-fixe .colonne-2 {
    width: 45%;
    margin-left: 5%;
    padding: 0 15px;
  }

  .container-3-colonnes-fixe {
    display: flex;
    margin: 50px auto;
  }
  .container-3-colonnes-fixe .colonne-1, .container-3-colonnes-fixe .colonne-2, .container-3-colonnes-fixe .colonne-3 {
    width: 30%;
    padding: 0 15px;
  }

  .container-2-colonnes-1-4-3-4 {
    display: flex;
    margin-bottom: 75px;
  }
  .container-2-colonnes-1-4-3-4 .colonne-1 {
    width: 23%;
    margin-right: 2%;
    padding: 0 !important;
  }
  .container-2-colonnes-1-4-3-4 .colonne-2 {
    width: 73%;
    margin-left: 2%;
    padding: 0 !important;
  }

  .container--document {
    width: 50%;
    border-right: solid 1px #2eb1e5;
    border-bottom: solid 1px #2eb1e5;
    position: relative;
  }
  .container--document:nth-child(2n+1) {
    border-left: solid 1px #2eb1e5;
  }
  .container--document:nth-child(2n) {
    border-top: solid 1px #2eb1e5;
  }
  .container--document h4 {
    padding-left: 8px;
  }
  .container--document .document--image img {
    width: 100%;
    max-width: 250px;
  }

  .image-right {
    float: right;
    margin-left: 40px;
    margin-bottom: 40px;
    z-index: 20 !important;
  }

  .image-left {
    float: left;
    margin-right: 40px;
    margin-bottom: 40px;
    z-index: 20 !important;
  }

  .container-cours {
    width: calc(41.6666666667% - 28.3333333333px);
    float: left;
    margin-left: 20px;
  }
  .container-cours .informations--formation {
    display: flex;
  }
  .container-cours .informations--formation span {
    text-align: left;
    margin-bottom: 0;
  }
  .container-cours .informations--formation a {
    text-align: right;
    width: 124px;
  }

  .container-flex {
    align-items: stretch;
    clear: both;
    display: flex;
    justify-content: center;
  }
  .container-flex::after {
    clear: both;
    content: "";
    display: block;
  }

  table.table tbody tr {
    display: table-row;
    padding-bottom: 0;
  }
  table.table tbody tr td:nth-child(1) {
    width: 40%;
    border-right: dotted 1px #2eb1e5;
    padding-right: 10px;
  }
  table.table tbody tr td:nth-child(2) {
    width: 60%;
    padding-left: 10px;
  }
}
/****************************
 * Pour les styles "Desktop"
 ***************************/
@media only screen and (min-width: 1160px) {
  .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 #2eb1e5;
  }
  .container--document:nth-child(2), .container--document:nth-child(3), .container--document:nth-child(4) {
    border-top: solid 1px #2eb1e5;
  }

  .container-3-colonnes-auto {
    padding-bottom: 5em;
  }

  .container-3-colonnes-fixe {
    display: flex;
    margin: 0 auto;
  }
  .container-3-colonnes-fixe .colonne-1, .container-3-colonnes-fixe .colonne-2, .container-3-colonnes-fixe .colonne-3 {
    width: 30%;
    padding: 0 15px;
  }
  .container-3-colonnes-fixe .colonne-1 {
    margin-right: 5%;
  }
  .container-3-colonnes-fixe .colonne-2 {
    margin-right: 5%;
  }
}
/**
 * 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;
}

figure.hover_effect1 {
  color: #fff;
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  width: 100%;
  color: #000000;
  text-align: center;
}
figure.hover_effect1 * {
  box-sizing: border-box;
  transition: all 0.6s ease;
}
figure.hover_effect1 img {
  opacity: 1;
  width: 100%;
  transition: opacity 0.35s;
}
figure.hover_effect1:after {
  background: #ffffff;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  opacity: 0.75;
  transform: skew(-45deg) scaleX(0);
  transition: all 0.3s ease-in-out;
}
figure.hover_effect1 figcaption {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  z-index: 1;
}
figure.hover_effect1 h5, figure.hover_effect1 p, figure.hover_effect1 ul, figure.hover_effect1 li {
  margin: 0;
  width: 100%;
  opacity: 0;
}
figure.hover_effect1 h5 {
  padding: 0 30px;
  display: inline-block;
  font-weight: 400;
  text-transform: uppercase;
}
figure.hover_effect1 p, figure.hover_effect1 ul, figure.hover_effect1 li {
  padding: 0 50px;
  font-size: 0.8em;
  font-weight: 500;
}
figure.hover_effect1 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
figure.hover_effect1:hover:after, figure.hover_effect1.hover:after {
  transform: skew(-45deg) scaleX(1);
  transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
figure.hover_effect1:hover figcaption h5, figure.hover_effect1.hover figcaption h5, figure.hover_effect1:hover figcaption p, figure.hover_effect1:hover figcaption ul, figure.hover_effect1:hover figcaption li, figure.hover_effect1.hover figcaption p, figure.hover_effect1.hover figcaption ul, figure.hover_effect1.hover figcaption li {
  transform: translate3d(0%, 0%, 0);
  transition-delay: 0.2s;
}
figure.hover_effect1:hover figcaption h5, figure.hover_effect1.hover figcaption h5 {
  opacity: 1;
}
figure.hover_effect1:hover figcaption p, figure.hover_effect1:hover figcaption ul, figure.hover_effect1:hover figcaption li, figure.hover_effect1.hover figcaption p, figure.hover_effect1.hover figcaption ul, figure.hover_effect1.hover figcaption li {
  opacity: 0.7;
}

figure.hover_effect2 {
  font-family: "Raleway", Arial, sans-serif;
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  min-width: 230px;
  max-width: 315px;
  width: 100%;
  color: #000000;
  text-align: center;
  perspective: 50em;
}
figure.hover_effect2 * {
  box-sizing: padding-box;
  transition: all 0.2s ease-out;
}
figure.hover_effect2 img {
  max-width: 100%;
  vertical-align: top;
}
figure.hover_effect2 figcaption {
  top: 50%;
  left: 20px;
  right: 20px;
  position: absolute;
  opacity: 0;
  z-index: 1;
}
figure.hover_effect2 h5, figure.hover_effect2 p, figure.hover_effect2 ul, figure.hover_effect2 li {
  margin: 0;
}
figure.hover_effect2 h5 {
  font-weight: 600;
}
figure.hover_effect2 p, figure.hover_effect2 ul, figure.hover_effect2 li {
  font-weight: 400;
  text-transform: uppercase;
}
figure.hover_effect2 i {
  font-size: 32px;
}
figure.hover_effect2:after {
  background-color: #ffffff;
  position: absolute;
  content: "";
  display: block;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  transition: all 0.4s ease-in-out;
  transform: rotateX(-90deg);
  transform-origin: 50% 50%;
  opacity: 0;
}
figure.hover_effect2 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
figure.hover_effect2:hover figcaption, figure.hover_effect2.hover figcaption {
  transform: translateY(-50%);
  opacity: 1;
  transition-delay: 0.2s;
}
figure.hover_effect2:hover:after, figure.hover_effect2.hover:after {
  transform: rotateX(0);
  opacity: 0.9;
}

/* Shine */
figure.hover_effect3 {
  position: relative;
  overflow: hidden;
}
figure.hover_effect3::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}
figure.hover_effect3:hover::before {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}

/* Zoom In #1 */
figure.hover_effect4 {
  overflow: hidden;
}
figure.hover_effect4 img {
  transform: scale(1);
  transition: 0.3s ease-in-out;
}
figure.hover_effect4:hover img {
  transform: scale(1.3);
}

/* Zoom Out #1 */
figure.hover_effect5 {
  overflow: hidden;
}
figure.hover_effect5 img {
  transform: scale(1.5);
  transition: 0.3s ease-in-out;
}
figure.hover_effect5:hover img {
  transform: scale(1);
}

@media only screen and (min-width: 750px) {
  .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;
  }

  .container--top {
    height: 48em;
  }
  .container--top .services--top {
    display: flex;
    flex-wrap: wrap;
    width: 860px;
    margin-left: -430px;
    left: 50%;
    position: absolute;
    padding-bottom: 0;
  }
  .container--top .services--top .services--images {
    width: 430px;
  }
  .container--top .services--top .services--images:hover .image--degrade {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
  }

  .img--top {
    display: block;
  }

  .titre--border--top--blanc {
    width: 55%;
  }

  .container--50 {
    width: 50%;
  }

  .container--60 {
    width: 60%;
  }

  .footer {
    margin-top: 490px;
  }

  .icon-mobile {
    display: none;
  }

  .icon-tablet {
    display: block;
  }

  .titre--container--top {
    height: auto;
  }

  .template-default .page-interne-top--information {
    background-color: rgba(46, 177, 229, 0.8);
  }
}
@media only screen and (min-width: 1160px) {
  .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;
  }

  .from-desktop {
    display: block !important;
  }

  .media_query_value {
    font-size: 6px;
  }

  header .logo {
    float: left;
    padding: 0;
  }
  header .logo img {
    padding-top: 0;
  }

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

  .container--image .image--degrade .img--image {
    height: auto;
    max-width: 100%;
    max-height: none;
    width: 100%;
  }

  .container--top .services--top {
    height: 430px;
    top: 15em;
    width: 860px;
    margin-left: -430px;
    left: 50%;
  }
  .container--top .services--top .services--images {
    height: 235px;
  }
  .container--top .services--top .services--images .image--degrade .img--degrade {
    width: 408px;
  }
  .container--top .services--top .services--images-1 {
    border-right: 3px solid #ffffff;
    border-bottom: 3px solid #ffffff;
  }
  .container--top .services--top .services--images-1 span {
    margin-top: 40px;
    padding: 10px 0 10px 50px;
    border-top: 2px solid #2eb1e5;
  }
  .container--top .services--top .services--images-1 .image--degrade {
    padding-left: 20px;
    padding-top: 20px;
  }
  .container--top .services--top .services--images-2 {
    border-left: 3px solid #ffffff;
    border-bottom: 3px solid #ffffff;
  }
  .container--top .services--top .services--images-2 span {
    margin-top: 40px;
    padding: 10px 50px 10px 0px;
    border-top: 2px solid #2eb1e5;
    text-align: right;
    right: 0;
  }
  .container--top .services--top .services--images-2 .image--degrade {
    padding-right: 20px;
    padding-top: 20px;
  }
  .container--top .services--top .services--images-3 {
    border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
  }
  .container--top .services--top .services--images-3 span {
    margin-bottom: 20px;
    padding: 10px 0 10px 50px;
    border-bottom: 2px solid #2eb1e5;
    border-top: none;
    margin-top: 7em;
  }
  .container--top .services--top .services--images-3 .image--degrade {
    padding-left: 20px;
  }
  .container--top .services--top .services--images-4 {
    border-top: 3px solid #ffffff;
    border-left: 3px solid #ffffff;
  }
  .container--top .services--top .services--images-4 span {
    margin-bottom: 20px;
    padding: 10px 50px 10px 0px;
    border-bottom: 2px solid #2eb1e5;
    border-top: none;
    margin-top: 7em;
    right: 0;
  }
  .container--top .services--top .services--images-4 .image--degrade {
    padding-right: 20px;
  }

  .container--top {
    height: 760px;
  }

  .link_to_menu {
    float: right;
    padding-top: 10px;
  }

  .container--flex {
    display: flex;
    justify-content: space-between;
  }

  .miki-news {
    padding: 20px 0;
  }

  .miki-news__content .container--bloc--parenthese {
    display: flex;
  }
  .miki-news__content .container--bloc--parenthese figure {
    width: 40%;
    padding-bottom: 0;
  }
  .miki-news__content .container--bloc--parenthese .miki-news__content {
    width: 60%;
    height: auto !important;
  }
  .container--img-cercle {
    position: relative;
    height: 40em;
  }
  .container--img-cercle .img-cercle-1, .container--img-cercle .img-cercle-2, .container--img-cercle .img-cercle-3, .container--img-cercle .img-cercle-4, .container--img-cercle .img-cercle-5, .container--img-cercle .img-cercle-6, .container--img-cercle .img-cercle-logo {
    position: absolute;
  }
  .container--img-cercle .img-cercle-1 {
    left: calc(50% - 80px);
    width: 160px;
    height: auto;
  }
  .container--img-cercle .img-cercle-2 {
    left: calc(33% - 80px);
    width: 160px;
    height: auto;
    top: 5em;
  }
  .container--img-cercle .img-cercle-3 {
    left: calc(66% - 80px);
    width: 160px;
    height: auto;
    top: 20em;
  }
  .container--img-cercle .img-cercle-4 {
    left: calc(50% - 80px);
    width: 160px;
    height: auto;
    top: calc(40em - 160px);
  }
  .container--img-cercle .img-cercle-5 {
    left: calc(33% - 80px);
    width: 160px;
    height: auto;
    top: 20em;
  }
  .container--img-cercle .img-cercle-6 {
    left: calc(66% - 80px);
    width: 160px;
    height: auto;
    top: 5em;
  }
  .container--img-cercle .img-cercle-logo {
    left: calc(50% - 65px);
    width: 130px;
    height: auto;
    top: calc(20em - 49px);
  }
}
@media only screen and (min-width: 1300px) {
  .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;
  }

  .from-desktop {
    display: block !important;
  }
}

/*# sourceMappingURL=default.css.map*/