@keyframes zoom {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(.9);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes rotate-icon {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotation_3D_Y {
  from {
    -webkit-transform: rotateY(0deg);
  }
  to {
    -webkit-transform: rotateY(360deg);
  }
}
@keyframes rotation_3D_Y {
  from {
    transform: rotateY(0deg);
  }
  to {
    transform: rotateY(360deg);
  }
}
@keyframes warning {
  from {
    border-color: ;
  }
  to {
    border-color: #e41600;
  }
}
.clearfix {
  width: 100%;
}
.clearfix:after {
  clear: both;
}
.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}
@keyframes leftJumps {
  0% {
    left: 20px;
  }
  50% {
    left: 10px;
  }
  100% {
    left: 20px;
  }
}
@keyframes rightJumps {
  0% {
    right: 20px;
  }
  50% {
    right: 10px;
  }
  100% {
    right: 20px;
  }
}
.readmore_1 {
  background-color: rgba(255,255,255,0);
  border: 1px solid #fff;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  margin-top: 20px;
  padding: 10px 15px 10px;
  position: relative;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.readmore_1:hover,
.readmore_1:focus {
  background: #fff;
  color: #222;
}
.readmore_1.sur_fond_blanc {
  background-color: rgba(34,34,34,0.9);
}
.readmore_1.sur_fond_blanc:hover,
.readmore_1.sur_fond_blanc:focus {
  background-color: transparent;
  border: 1px solid #222;
}
.readmore_2 {
  background: none;
  color: #222;
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  margin: 10px 0;
  padding: 10px 0;
  position: relative;
}
.readmore_2:after {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  border-bottom: 1px solid transparent;
  content: " ";
  display: block;
  margin: 0 auto;
  padding-top: 1px;
  width: 10%;
}
.readmore_2:hover,
.readmore_2:focus {
  background: none;
  color: #333;
}
.readmore_2:hover:after,
.readmore_2:focus:after {
  border-bottom: 1px solid #222;
  width: 100%;
}
.readmore_3 {
  background: none;
  color: #222;
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  margin: 10px 0;
  padding: 10px 0;
  position: relative;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.readmore_3:after {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  border-bottom: 1px solid transparent;
  content: " ";
  display: block;
  margin: 0 auto;
  padding-top: 1px;
  width: 10%;
}
.readmore_3:hover,
.readmore_3:focus {
  background: none;
  color: #333;
}
.readmore_3:hover:after,
.readmore_3:focus:after {
  border-bottom: 1px solid #222;
  width: 100%;
}
.readmore_3:after {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  border-bottom: 1px solid transparent;
  content: " ";
  display: block;
  margin: 0 auto;
  padding-top: 1px;
  width: 10%;
}
.readmore_3:hover,
.readmore_3:focus {
  background: none;
  color: #333;
}
.readmore_3:hover:after,
.readmore_3:focus:after {
  border-bottom: 1px solid #222;
  width: 100%;
}
body:not(.custom-background-image).admin-bar:before {
  top: 0 !important;
}
.btn {
  background-color: #fff;
  border: 1px solid #111;
  border-radius: 0;
  color: #111;
  font-weight: normal;
  line-height: 1;
  outline: none;
  padding: 12px 20px 10px;
  text-decoration: none;
  text-shadow: none;
  text-transform: uppercase;
  transition: all .3s ease;
}
.btn:hover,
.btn:focus {
  background-color: #111;
  color: #fff;
}
.btn:after {
  display: none;
}
.btn.error:hover,
.btn.error:focus {
  background-color: #111;
  color: #fff;
  cursor: default;
}
.btn.invert {
  background-color: #fff;
  border: 1px solid #111;
  border-radius: 0;
  color: #111;
  font-weight: normal;
  line-height: 1;
  outline: none;
  padding: 12px 20px 10px;
  text-decoration: none;
  text-shadow: none;
  text-transform: uppercase;
  transition: all .3s ease;
}
.btn.invert:hover,
.btn.invert:focus {
  background-color: #111;
  color: #fff;
}
.btn.invert:after {
  display: none;
}
.btn.invert.error:hover,
.btn.invert.error:focus {
  background-color: #111;
  color: #fff;
  cursor: default;
}
.btn.invert:hover,
.btn.invert:focus {
  background-color: #111;
  color: #fff;
}
.btn.invert:after {
  display: none;
}
.btn.invert.error:hover,
.btn.invert.error:focus {
  background-color: #111;
  color: #fff;
  cursor: default;
}
body {
  background-color: transparent;
  color: #111;
}
body #wpadminbar {
  position: fixed;
  bottom: 0;
  top: auto;
}
body#tinymce {
  margin: 10px;
}
body#tinymce h1,
body#tinymce h2,
body#tinymce h3,
body#tinymce h4,
body#tinymce h5,
body#tinymce h6,
body#tinymce p,
body#tinymce ul,
body#tinymce div {
  margin: 6px 0 6px;
}
body#tinymce ul {
  margin: 20px 0 20px 20px;
  padding-left: 9px;
}
body#tinymce ul li {
  padding: 6px 6px 6px 14px;
  list-style: none;
}
body#tinymce .mce-item-table td,
body#tinymce .mce-item-table th,
body#tinymce .mce-item-table caption {
  min-width: 200px;
}
.container {
  padding-bottom: 0;
}
h1,
.h1,
h1 a {
  color: #111;
  line-height: 1;
}
h2,
.h2 {
  color: #111;
  line-height: 1;
  margin-bottom: .25em;
}
h3,
.h3 {
  line-height: 1;
}
h4,
.h4 {
  color: #111;
  font-weight: 700;
}
a,
button,
svg,
svg *,
input {
  transition: all 0.3s ease;
}
a:hover,
a:focus,
button:hover,
button:focus,
svg:hover,
svg:focus,
svg *:hover,
svg *:focus,
input:hover,
input:focus {
  outline: none;
  text-decoration: none;
}
ul {
  margin: 0;
  padding: 0;
}
.alignleft {
  float: left;
  height: auto;
  padding: 7px 15px 7px 0;
  width: auto;
}
@media only screen and (max-width: 479px) {
  .alignleft {
    display: block;
    float: none;
    margin: 10px auto 20px;
  }
}
.aligncenter {
  display: block;
  margin: 25px auto;
  text-align: center;
  width: auto;
}
@media only screen and (max-width: 479px) {
  .aligncenter {
    display: block;
    float: none;
    margin: 10px auto 20px;
  }
}
.alignright {
  float: right;
  height: auto;
  padding: 7px 0 15px 7px;
  width: auto;
}
@media only screen and (max-width: 479px) {
  .alignright {
    margin: 0;
    padding: 9px 0;
    width: 100%;
  }
}
body {
  color: #111;
  font-family: 'Karla', Arial, Helvetica, sans-serif;
  font-size: 16px;
}
body h1 {
  margin: 50px 0;
  text-align: center;
  font-weight: 700;
}
body h2 {
  font-family: 'Libre Franklin', Arial, Helvetica, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: .92;
  letter-spacing: 1px;
  margin: 0;
}
body h3 {
  font-family: 'Libre Franklin', Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 1.4;
  margin: 0 0 10px;
}
body h4 {
  font-family: 'Karla', Arial, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
body p {
  line-height: 1.6em;
}
body a {
  color: #333;
}
body a:hover,
body a:focus {
  color: #333;
}
body img {
  height: auto;
  max-height: 100%;
  max-width: 100%;
  width: auto;
}
body .legend {
  margin-bottom: 40px;
  text-align: center;
  font-style: italic;
}
body svg {
  max-height: 100%;
  width: auto;
}
body .cta_newsletter {
  text-align: center;
  margin: -25px auto 50px;
}
body .cta_newsletter a {
  font-size: 20px;
}
body .link-share {
  display: flex;
  align-content: center;
}
body .link-share > .fb-share-button {
  display: inline-block;
  position: relative;
  top: -2px;
  margin-left: 2px;
}
body .link-share > .IN-widget {
  margin-left: 2px;
}
body .lazy.with-lightbox {
  cursor: pointer;
}
body .lazy.no-lightbox {
  cursor: default;
}
body div.lazy {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
}
body .wrap_divlazy {
  display: block;
  width: 100%;
}
body .wrap_divlazy div.lazy {
  height: 100%;
  border-radius: 20px 20px 0 0;
}
body .paraxify {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  -webkit-background-size: cover;
}
@media  {
  body .paraxify {
    background-attachment: unset;
  }
}
body .iframe_newsletter {
  width: 100%;
  height: 1000px;
}
body .terme_recherche,
body .highlighted {
  background-color: #333;
  color: #fff;
  display: inline-block;
  font-weight: 400;
  padding: 0 5px;
}
.page:not(.home) .titre_section {
  font-size: 29px;
}
.page-id-704 .home-wrapper_newsletter {
  display: none;
}
.single-cpt2 .wrap_single_col-right {
  display: none;
}
.single-cpt2 .wrap_single_col-left {
  width: 100%;
}
.page-template .a2a_kit,
.page .a2a_kit,
.archive .a2a_kit,
.category .a2a_kit,
.search .a2a_kit {
  display: none;
}
@media only screen and (max-width: 767px) {
  .a2a_floating_style.a2a_vertical_style {
    display: block !important;
  }
}
.page-child .wrap_single_col-left,
.page-id-22 .wrap_single_col-left,
.page-id-18 .wrap_single_col-left {
  width: 100%;
}
.page-child .wrap_single_col-right,
.page-id-22 .wrap_single_col-right,
.page-id-18 .wrap_single_col-right {
  display: none;
}
.zilightbox {
  background-color: #111;
  display: none;
  height: 100%;
  padding: 15px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}
.zilightbox .lightboxed {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 100%;
  text-align: center;
  width: 100%;
}
.zilightbox .lightboxed img {
  height: auto;
  width: auto;
}
.zilightbox .close_lightbox {
  background-color: transparent;
  cursor: pointer;
  height: 50px;
  right: 30px;
  position: fixed;
  top: 30px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  width: 50px;
  z-index: 10;
}
.zilightbox .close_lightbox:after {
  background-image: url(../images/SVG/zilightbox_close.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 25px;
  right: 12.5px;
  position: absolute;
  top: 12.5px;
  width: 25px;
}
.zilightbox .close_lightbox:hover,
.zilightbox .close_lightbox:focus {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.zilightbox .zilightbox_prev,
.zilightbox .zilightbox_next {
  align-items: center;
  cursor: pointer;
  display: flex;
  height: 100%;
  position: absolute;
  top: 0;
  width: 10%;
}
.zilightbox .zilightbox_prev:after,
.zilightbox .zilightbox_next:after {
  background-image: url(../images/SVG/zilightbox_puce.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: " ";
  display: block;
  height: 35px;
  margin: 0 auto;
  position: relative;
  width: 35px;
}
.zilightbox .zilightbox_prev {
  left: 0;
}
.zilightbox .zilightbox_prev:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.zilightbox .zilightbox_next {
  right: 0;
}
.zoom-hover {
  overflow: hidden;
}
.zoom-hover * {
  -webkit-transition: transform 3s ease;
  -moz-transition: transform 3s ease;
  -o-transition: transform 3s ease;
  transition: transform 3s ease;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.zoom-hover:hover *,
.zoom-hover:focus * {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.zoom-hover.in * {
  -webkit-transition: transform 3s ease;
  -moz-transition: transform 3s ease;
  -o-transition: transform 3s ease;
  transition: transform 3s ease;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.zoom-hover.in:hover *,
.zoom-hover.in:focus * {
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -ms-transform: scale(1.04);
  -o-transform: scale(1.04);
  transform: scale(1.04);
}
.wrap_map iframe {
  height: 300px;
  width: 100%;
}
.overflowable {
  height: 100%;
  overflow: auto;
  padding-right: 10%;
  width: 110%;
}
@media only screen and (max-width: 767px) {
  .overflowable {
    height: auto;
    overflow: inherit;
    padding-right: 0;
    width: auto;
  }
}
.wpcf7-form {
  padding: 20px 0 0;
  margin: 0 auto;
  max-width: 100%;
  width: 550px;
}
.wpcf7-form input,
.wpcf7-form select,
.wpcf7-form textarea {
  border: 1px solid #111;
  margin-bottom: 10px;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .wpcf7-form input,
  .wpcf7-form select,
  .wpcf7-form textarea {
    width: 100%;
  }
}
.wpcf7-form input[aria-required='true'],
.wpcf7-form select[aria-required='true'],
.wpcf7-form textarea[aria-required='true'] {
  border-left: 4px solid #111;
}
.wpcf7-form input[type="submit"] {
  background-color: #fff;
  border: 1px solid #111;
  border-radius: 0;
  color: #111;
  font-weight: normal;
  line-height: 1;
  outline: none;
  padding: 12px 20px 10px;
  text-decoration: none;
  text-shadow: none;
  text-transform: uppercase;
  transition: all .3s ease;
  font-size: 22px;
}
.wpcf7-form input[type="submit"]:hover,
.wpcf7-form input[type="submit"]:focus {
  background-color: #111;
  color: #fff;
}
.wpcf7-form input[type="submit"]:after {
  display: none;
}
.wpcf7-form input[type="submit"].error:hover,
.wpcf7-form input[type="submit"].error:focus {
  background-color: #111;
  color: #fff;
  cursor: default;
}
.wpcf7-form input[type="submit"]:hover,
.wpcf7-form input[type="submit"]:focus {
  background-color: #111;
  color: #fff;
}
.wpcf7-form input[type="submit"]:after {
  display: none;
}
.wpcf7-form input[type="submit"].error:hover,
.wpcf7-form input[type="submit"].error:focus {
  background-color: #111;
  color: #fff;
  cursor: default;
}
.wpcf7-form textarea {
  padding: 10px 6px;
}
.wpcf7-form p {
  margin: 0;
}
.wpcf7-form br {
  display: none;
}
.wpcf7-form.invalid .wpcf7-not-valid-tip {
  display: none;
}
.wpcf7-form.invalid .wpcf7-not-valid {
  border: 1px solid #e41600;
  border-left: 3px solid #e41600;
}
.wpcf7-form.invalid .wpcf7-validation-errors {
  border: none;
  color: #e41600;
  margin: 20px 0 50px;
  padding: 0;
}
.wpcf7-form iframe {
  border-radius: 0;
}
.wpcf7-form .wpcf7-recaptcha {
  margin: 0 0 20px;
}
.wpcf7-form .wpcf7-recaptcha > div {
  margin: 0 auto;
}
.wpcf7-form .wpcf7-mail-sent-ok {
  border: none;
  border-radius: 4px;
  background-color: rgba(143,174,27,0.5);
  color: #111;
  margin: 0;
  padding: 9px;
}
.wpcf7-form .wpcf7-response-output {
  margin-bottom: 15px;
}
.wpcf7-form span.ajax-loader {
  display: block;
  margin: 0 auto;
}
input,
textarea,
select {
  background-color: #fff;
  border: 1px solid #fff;
  color: #111;
  font-size: 16px;
}
input,
select {
  height: 60px;
  padding: 0 6px;
}
@media only screen and (max-width: 767px) {
  input,
  select {
    height: 47px;
  }
}
input[type="radio"],
input[type="checkbox"] {
  height: auto;
}
.filigrane {
  background-color: rgba(17,17,17,0.9);
  display: none;
  position: absolute;
  height: 100%;
  top: 0;
  width: 100%;
  z-index: 90;
}
svg {
  max-width: 100%;
}
.wrap_mobile_header {
  background-color: white;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 101;
}
.wrap_mobile_header.reduced {
  background-color: #ffffff;
  box-shadow: 0 0 6px -2px #222;
  height: 75px;
}
.wrap_mobile_header.reduced .wrap_logo {
  height: 50px;
}
.wrap_mobile_header.reduced .wrap_logo .logo1 {
  opacity: 0;
}
.wrap_mobile_header.reduced .wrap_logo .logo2 {
  opacity: 1;
}
.wrap_mobile_header.reduced .wrap_burger3 {
  top: 25px;
}
.wrap_mobile_header.reduced .wrap_burger3 #burger3 span {
  background-color: #222;
}
.wrap_mobile_header h1 {
  margin: 0;
}
.wrap_mobile_header .wrap_burger3 {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  cursor: pointer;
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0;
  position: absolute;
  right: 15px;
  top: 34px;
  z-index: 1;
}
.wrap_mobile_header .wrap_burger3:hover #burger3 span:nth-child(1),
.wrap_mobile_header .wrap_burger3:focus #burger3 span:nth-child(1) {
  top: 2px;
}
.wrap_mobile_header .wrap_burger3:hover #burger3 span:nth-child(4),
.wrap_mobile_header .wrap_burger3:focus #burger3 span:nth-child(4) {
  top: 18px;
}
.wrap_mobile_header .wrap_burger3 .label_burger {
  color: #fff;
  font-family: 'Karla', Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin: -1px 0 0 6px;
}
@media only screen and (max-width: 991px) {
  .wrap_mobile_header .wrap_burger3 .label_burger {
    display: none;
  }
}
.wrap_mobile_header .wrap_burger3 #burger3 {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  color: #fff;
  height: 24px;
  width: 29px;
}
@media only screen and (max-width: 1199px) {
  .wrap_mobile_header .wrap_burger3 #burger3 {
    left: 20px;
  }
}
.wrap_mobile_header .wrap_burger3 #burger3 span {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: #222;
  opacity: 1;
  left: 0;
}
.wrap_mobile_header .wrap_burger3 #burger3 span:nth-child(1) {
  top: 0px;
}
.wrap_mobile_header .wrap_burger3 #burger3 span:nth-child(2),
.wrap_mobile_header .wrap_burger3 #burger3 span:nth-child(3) {
  top: 10px;
}
.wrap_mobile_header .wrap_burger3 #burger3 span:nth-child(4) {
  top: 20px;
}
.wrap_mobile_header .wrap_burger3 #burger3.open span {
  background-color: #111;
}
.wrap_mobile_header .wrap_burger3 #burger3.open span:nth-child(1) {
  top: 10px;
  width: 0%;
  left: 50%;
}
.wrap_mobile_header .wrap_burger3 #burger3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.wrap_mobile_header .wrap_burger3 #burger3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.wrap_mobile_header .wrap_burger3 #burger3.open span:nth-child(4) {
  top: 10px;
  width: 0%;
  left: 50%;
}
.wrap_mobile_header .wrap_burger3 #burger3.open svg .txtburger1 {
  fill: #fff;
}
.wrap_mobile_header .wrap_burger3 #burger3.scroll {
  top: 27px;
}
.wrap_mobile_header .wrap_burger3 #burger3 i {
  position: relative;
  padding: 10px 0 10px 53px;
  top: 1px;
}
@media only screen and (max-width: 767px) {
  .wrap_mobile_header .wrap_burger3 #burger3 .txt_burger svg {
    display: none;
  }
}
.wrap_mobile_header .wrap_logo {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  height: 65px;
  margin: 10px;
  position: relative;
}
.wrap_mobile_header .wrap_logo img {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  position: absolute;
}
.wrap_mobile_header .wrap_logo img.logo1 {
  opacity: 0;
}
.wrap_mobile_header .wrap_logo img.logo2 {
  opacity: 1;
}
.list-newsletters .newsletter {
  margin-bottom: 25px;
}
.wrap_menu_full_screen {
  margin-top: 80px;
  background-color: #111;
  color: #fff;
  display: none;
  min-height: 100%;
  padding: 30px 0 50px;
  position: absolute;
  width: 100%;
  z-index: 100;
}
.wrap_menu_full_screen .menu {
  text-align: center;
}
.wrap_menu_full_screen .menu li {
  list-style: none;
}
.wrap_menu_full_screen .menu li a {
  color: #fff;
  display: inline-block;
  font-size: 17px;
  padding: 9px 15px;
  text-transform: uppercase;
}
@media  {
  .wrap_menu_full_screen .menu .menu-item-12818 {
    display: none;
  }
}
.wrap_menu_full_screen .sub-menu {
  display: none;
}
@media only screen and (max-width: 991px) {
  .wrap_menu_full_screen .sub-menu {
    display: block !important;
  }
}
.wrap_menu_full_screen .sub-menu .current-menu-item a {
  font-weight: bold;
  text-decoration: underline;
  color: #5587DF !important;
}
.wrap_menu_full_screen .sub-menu a {
  opacity: 0.8;
  font-size: 15px !important;
  max-width: 250px;
}
.wrap_menu_full_screen .sub-menu a:hover,
.wrap_menu_full_screen .sub-menu a:focus {
  color: #5587DF;
}
.wrap_menu_full_screen .sub-menu a:active {
  color: #5587DF;
}
.wrap_menu_full_screen .wrap_menu_full_screen-topmenu:before,
.wrap_menu_full_screen .wrap_reseaux_sociaux:before {
  border-bottom: 2px solid #fff;
  content: " ";
  display: block;
  margin: 30px auto;
  width: 50px;
}
.wrap_menu_full_screen .wrap_reseaux_sociaux {
  text-align: center;
}
.wrap_menu_full_screen .wrap_reseaux_sociaux a {
  display: inline-block;
}
.wrap_menu_full_screen .wrap_reseaux_sociaux a .svg {
  display: block;
  height: 28px;
}
.wrap_menu_full_screen .wrap_reseaux_sociaux a .svg svg {
  height: 100%;
}
.wrap_menu_full_screen .wrap_search_btn {
  margin: 0 auto;
  padding: 20px;
  text-align: center;
  width: 70px;
}
.wrap_menu_full_screen .wrap_search_btn .wrap_svg {
  height: 30px !important;
  width: 30px !important;
}
html {
  height: 100%;
}
.home_cpt2_titre_section {
  margin-top: 50px;
}
.home_cpt2_slider_home {
  margin-bottom: 50px;
  position: relative;
}
.home_cpt2_slider_home .team_item_link {
  height: 315px !important;
}
.home_cpt2_slider_home .team_item_link:hover,
.home_cpt2_slider_home .team_item_link:focus {
  top: 0;
}
.home_cpt2_slider_home .team_item_link:hover .click_on_display_member,
.home_cpt2_slider_home .team_item_link:focus .click_on_display_member {
  opacity: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  display: flex;
  background: rgba(128,128,128,0.8);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #fff;
}
.home_cpt2_slider_home .team_item_link:hover .click_on_display_member p,
.home_cpt2_slider_home .team_item_link:focus .click_on_display_member p {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-items: center;
}
.home_cpt2_slider_home .team_item_link:hover .click_on_display_member .cta_open_post_info_member,
.home_cpt2_slider_home .team_item_link:focus .click_on_display_member .cta_open_post_info_member {
  opacity: 1;
}
.home_cpt2_slider_home .team_item_link .lazy {
  background-position: 0 !important;
}
.home_cpt2_slider_home .team_item_link .lazy_team {
  background-position: 0 !important;
}
.home_cpt2_slider_home .team {
  position: absolute;
  background-size: cover;
  height: 380px;
}
.home_cpt2_slider_home .member {
  opacity: 1;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 78%;
  text-align: center;
  justify-items: center;
  padding: 10%;
  margin-top: 0;
  background-color: rgba(85,135,223,0.5);
}
.home_cpt2_slider_home .member p {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 18px;
}
.home_cpt2_slider_home .cta_open_post_info_member {
  position: absolute;
  opacity: 1;
  bottom: 20px;
  width: 100%;
}
.home_cpt2_slider_home .content_post {
  position: absolute;
  bottom: 0;
  height: 194px;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #5587df;
  border-radius: 0 0 10px 10px;
  text-align: left;
}
.home_cpt2_slider_home .content_post h4.member_name {
  color: #ffffff;
}
.home_cpt2_slider_home .content_post p {
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin: 0px 12px;
}
.home_cpt2_slider_home .slick-track {
  display: flex;
  justify-content: center;
}
.home_cpt2_slider_home .slick-slide,
.home_cpt2_slider_home .changing {
  cursor: default;
  height: 380px;
  padding: 0 15px;
  width: 376px !important;
}
.home_cpt2_slider_home .slick-slide[data-slick-index="3"] .lazy,
.home_cpt2_slider_home .changing[data-slick-index="3"] .lazy {
  background-position: 0;
}
.home_cpt2_slider_home .slick-slide .lazy,
.home_cpt2_slider_home .changing .lazy {
  background-position: top;
}
@media only screen and (max-width: 1199px) {
  .home_cpt2_slider_home .slick-slide,
  .home_cpt2_slider_home .changing {
    height: 300px;
  }
}
.slick-slide {
  cursor: pointer;
}
.wrap_menus {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  background-color: #ffffff;
  box-shadow: 0 0 6px -2px #222;
  padding: 0 15px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.wrap_menus li {
  display: inline-block;
  list-style: none;
}
.wrap_menus li a {
  color: #222;
  font-weight: 600;
  padding: 3px 15px;
  position: relative;
}
.wrap_menus li a:after {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  border-bottom: 2px solid #5587DF;
  content: " ";
  display: block;
  left: 0;
  margin: 0 auto;
  opacity: 0;
  position: absolute;
  right: 0;
  width: 10%;
}
.wrap_menus li a:hover:after {
  opacity: 1;
  width: 40px;
}
.wrap_menus .wrap_top_menu {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}
.wrap_menus .wrap_top_menu li a {
  font-size: 14px;
}
.wrap_menus .wrap_top_menu .wrap_reseaux_sociaux {
  align-items: center;
  display: flex;
  justify-content: center;
  padding-left: 15px;
}
.wrap_menus .wrap_top_menu .wrap_reseaux_sociaux:before {
  background-color: #222;
  content: " ";
  display: block;
  height: 20px;
  margin: 0 15px 0 0;
  width: 1px;
}
.wrap_menus .wrap_top_menu .wrap_reseaux_sociaux:hover,
.wrap_menus .wrap_top_menu .wrap_reseaux_sociaux:focus {
  background-color: royalblue;
}
.wrap_menus .wrap_top_menu .wrap_reseaux_sociaux a {
  display: inline-block;
  margin-right: 10px;
}
.wrap_menus .wrap_top_menu .wrap_reseaux_sociaux a .svg {
  display: block;
  height: 28px;
}
.wrap_menus .wrap_top_menu .wrap_reseaux_sociaux a .svg svg {
  height: 100%;
  width: 30px;
}
.wrap_menus .wrap_main_menu {
  align-items: center;
  display: flex;
}
.wrap_menus .wrap_main_menu #menu-menu-principal-fr > li {
  position: relative;
}
.wrap_menus .wrap_main_menu #menu-menu-principal-fr > li:hover > .sub-menu,
.wrap_menus .wrap_main_menu #menu-menu-principal-fr > li:focus > .sub-menu {
  padding-left: 0;
  display: block;
}
.wrap_menus .wrap_main_menu #menu-menu-principal-fr > li > a {
  top: 10px;
  position: relative;
  padding: 10px 10px 30px;
  font-size: 15px;
}
.wrap_menus .wrap_main_menu #menu-menu-principal-fr .current-menu-item a {
  font-weight: bold;
  color: #5587DF !important;
}
.wrap_menus .wrap_main_menu #menu-menu-principal-fr .sub-menu {
  width: 150%;
  position: absolute;
  top: 50px;
  background-color: #ffffff;
  display: none;
}
.wrap_menus .wrap_main_menu #menu-menu-principal-fr .sub-menu li {
  display: block;
}
.wrap_menus .wrap_main_menu #menu-menu-principal-fr .sub-menu a {
  padding: 8px 15px;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.wrap_menus .wrap_main_menu #menu-menu-principal-fr .sub-menu a:hover {
  color: #333;
}
.wrap_menus .wrap_main_menu #menu-menu-principal-fr .sub-menu a:after {
  display: none;
}
.wrap_menus .wrap_main_menu a {
  display: inline-block;
}
.wrap_menus .wrap_main_menu .wrap_main_menu-left {
  display: flex;
  align-items: center;
  width: 10%;
}
.wrap_menus .wrap_main_menu .wrap_main_menu-left h1 {
  margin: 0;
}
.wrap_menus .wrap_main_menu .wrap_main_menu-left .wrap_logo {
  margin: 18px auto;
}
.wrap_menus .wrap_main_menu .wrap_main_menu-left .wrap_logo img {
  height: auto;
  max-height: 70px;
}
.wrap_menus .wrap_main_menu .wrap_main_menu-right {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin-left: 30px;
  font-weight: bold;
}
.wrap_menus .wrap_main_menu .wrap_main_menu-right a {
  text-transform: uppercase;
}
.wrap_menus .wrap_main_menu .wrap_main_menu-right .wrap_socials {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 1199px) {
  .wrap_menus .wrap_main_menu .wrap_main_menu-right .wrap_socials {
    display: none;
  }
}
.wrap_menus .wrap_main_menu .wrap_main_menu-right .wrap_socials li a {
  font-size: 14px;
}
.wrap_menus .wrap_main_menu .wrap_main_menu-right .wrap_socials .wrap_reseaux_sociaux {
  align-items: center;
  display: flex;
  justify-content: center;
}
.wrap_menus .wrap_main_menu .wrap_main_menu-right .wrap_socials .wrap_reseaux_sociaux a {
  display: inline-block;
  margin-right: 10px;
}
.wrap_menus .wrap_main_menu .wrap_main_menu-right .wrap_socials .wrap_reseaux_sociaux a .svg {
  display: block;
  height: 28px;
}
.wrap_menus .wrap_main_menu .wrap_main_menu-right .wrap_socials .wrap_reseaux_sociaux a .svg svg {
  height: 100%;
  width: 30px;
}
main article ul {
  list-style-position: inside;
}
.wrap_search_btn {
  cursor: pointer;
  padding: 0 15px;
}
.wrap_search_btn .wrap_svg {
  display: inline-block;
  height: 30px;
  position: relative;
  top: 3px;
  width: 30px;
}
.wrap_search_btn .wrap_svg svg {
  max-height: 100%;
}
.wrap_search_btn .wrap_svg img {
  max-height: 100%;
}
.wrap_search_form {
  background-color: #fff;
  box-shadow: 0 0 6px -2px #222;
  display: none;
  position: absolute;
  width: 100%;
  z-index: 98;
}
.wrap_search_form form {
  margin: 0 auto;
  max-width: 100%;
  padding: 0 15px;
  position: relative;
  width: 400px;
}
.wrap_search_form form input {
  font-size: 22px;
  padding: 0 50px 0 0;
  width: 100%;
}
.wrap_search_form form button {
  background: none;
  border: none;
  height: 100%;
  opacity: .7;
  padding: 0 12px;
  position: absolute;
  right: 15px;
  width: 50px;
}
.wrap_search_form form button i {
  display: block;
  position: relative;
  top: 6px;
}
.wrap_search_form form button:hover,
.wrap_search_form form button:focus {
  opacity: 1;
}
.mod1 {
  position: relative;
}
@media only screen and (max-width: 479px) {
  .mod1 {
    top: -15px;
  }
}
.mod1 .myslider .item {
  position: relative;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}
@media  {
  .mod1 .myslider .item {
    background-attachment: unset;
  }
}
.mod1 .slick-vertical .slick-slide {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  border: none;
}
.mod1 .slick-dots {
  width: 180px;
  position: absolute;
  top: 80%;
  margin: 0 auto;
}
.mod1 .slick-dots li {
  border: 2px solid transparent;
  cursor: pointer;
  display: inline-block;
  list-style: none;
  margin: 10px;
}
.mod1 .slick-dots li button {
  background-color: #fff;
  border: none;
  border-radius: 50%;
  font-size: 0;
  height: 20px;
  padding: 0;
  width: 20px;
}
.mod1 .slick-dots li button.active,
.mod1 .slick-dots li button:hover,
.mod1 .slick-dots li button.focus {
  background-color: #5587df;
}
.mod1 .slick-dots li.slick-active button {
  background-color: royalblue;
}
.mod1 .slick-dots li.slick-active button:hover,
.mod1 .slick-dots li.slick-active button:focus {
  background-color: royalblue;
}
.mod1 .slick-slide {
  height: 80vh !important;
  width: 100%;
  background-size: cover;
}
.mod1 .slick-slider {
  align-items: center;
  color: #111;
  display: flex;
  height: 100%;
  justify-content: center;
  position: absolute;
  z-index: 0;
  width: 100%;
}
.mod1 .slick-list {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  height: 798px;
}
.mod1 .slick-list:focus {
  outline: none;
}
.mod1 .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.mod1 .slick-slider .slick-track,
.mod1 .slick-slider .slick-list {
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.mod1 .slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
}
.mod1 .slick-track:before,
.mod1 .slick-track:after {
  content: "";
  display: table;
}
.mod1 .slick-track:after {
  clear: both;
}
.slick-loading .mod1 .slick-track {
  visibility: hidden;
}
.mod1 .slick-slide {
  width: 100%;
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .mod1 .slick-slide {
  float: right;
}
.mod1 .slick-slide img {
  display: block;
}
.mod1 .slick-slide.slick-loading img {
  display: none;
}
.mod1 .slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .mod1 .slick-slide {
  display: block;
}
.slick-loading .mod1 .slick-slide {
  visibility: hidden;
}
.slick-vertical .mod1 .slick-slide {
  display: block;
  height: auto;
  border: 0px solid transparent;
}
.mod1 .slick-arrow.slick-hidden {
  display: none;
}
.mod1 .mod1-wrap_content {
  align-items: center;
  color: #111;
  display: flex;
  height: 100%;
  justify-content: center;
  padding-top: 50px;
  z-index: 1;
}
.mod1 .mod1-wrap_content .content {
  text-align: center;
}
.mod1 .mod1-wrap_content .content h2,
.mod1 .mod1-wrap_content .content h3 {
  color: #fff;
}
.mod1 .mod1-wrap_content .content h2 {
  font-family: 'Libre Franklin', Arial, Helvetica, sans-serif;
  font-size: 70px;
  margin-bottom: 0.2em;
  text-transform: uppercase;
  text-shadow: 1px 3px 5px rgba(0,0,0,0.5);
}
@media only screen and (max-width: 1199px) {
  .mod1 .mod1-wrap_content .content h2 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .mod1 .mod1-wrap_content .content h2 {
    font-size: 33px;
    margin-bottom: .5em;
  }
}
.mod1 .mod1-wrap_content .content h3 {
  font-size: 18px;
  letter-spacing: 0.02em;
  line-height: 1.4em;
  text-shadow: 1px 3px 5px rgba(0,0,0,0.5);
}
.mod1 .mod1-wrap_content .content a {
  background-color: #5587DF;
  color: white;
  border: 1px solid #5587DF;
  border-radius: 0;
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
  margin-top: 20px;
  padding: 10px 15px 10px;
  position: relative;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  border-radius: 4px;
  text-transform: initial;
}
.mod1 .mod1-wrap_content .content a:hover,
.mod1 .mod1-wrap_content .content a:focus,
.mod1 .mod1-wrap_content .content a:active {
  background-color: white;
  color: #5587DF;
}
.mod2 .mod2-wrap_content .content {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .mod2 .mod2-wrap_content .content {
    padding: 40px 0 20px;
  }
}
.mod2 .mod2-wrap_content .content h2 {
  padding-bottom: 20px;
}
div[class*="nth_items_"] {
  margin: 0 auto;
  padding: 0 15px;
}
@media only screen and (max-width: 767px) {
  div[class*="nth_items_"] {
    width: 100%;
  }
}
.nth_items_6 {
  width: 100%;
}
.nth_items_5 {
  width: 100%;
}
.nth_items_4 {
  width: 90%;
}
.nth_items_3 {
  width: 80%;
}
@media only screen and (max-width: 991px) {
  .nth_items_3 {
    width: 100%;
  }
}
.nth_items_2 {
  width: 70%;
}
@media only screen and (max-width: 1199px) {
  .nth_items_2 {
    width: 80%;
  }
}
.nth_items_1 {
  width: 50%;
}
@media only screen and (max-width: 991px) {
  .nth_items_1 {
    width: 60%;
  }
}
div[class*="width_"] {
  float: left;
  padding: 0 15px;
}
@media only screen and (max-width: 479px) {
  div[class*="width_"] {
    float: none !important;
    margin-bottom: 30px !important;
    width: 100% !important;
  }
}
.width_6 {
  width: 33.3%;
}
@media only screen and (max-width: 1199px) {
  .width_6 {
    width: 50%;
  }
  .width_6:nth-child(2n+1) {
    clear: both;
    margin-bottom: 30px;
  }
}
.width_5 {
  width: 20%;
}
@media only screen and (max-width: 1199px) {
  .width_5 {
    width: 50%;
  }
  .width_5:nth-child(2n+1) {
    clear: both;
    margin-bottom: 30px;
  }
  .width_5:last-child {
    float: none;
    margin: 0 auto;
  }
}
.width_4 {
  width: 25%;
}
@media only screen and (max-width: 1199px) {
  .width_4 {
    width: 50%;
  }
  .width_4:nth-child(2n+1) {
    clear: both;
    margin-bottom: 30px;
  }
}
.width_3 {
  width: 33.3%;
}
@media only screen and (max-width: 1199px) {
  .width_3 {
    width: 50%;
  }
  .width_3:nth-child(2n+1) {
    clear: both;
    margin-bottom: 30px;
  }
  .width_3:last-child {
    float: none;
    margin: 0 auto;
  }
}
.width_2 {
  width: 50%;
}
.width_1 {
  width: 100%;
}
.max-width_4 {
  max-width: 25%;
}
.max-width_3 {
  max-width: 33.33%;
}
.max-width_2 {
  max-width: 50%;
}
.max-width_1 {
  max-width: 100%;
}
.mod3 {
  background-color: #f2f4ec;
}
.mod3 .content {
  padding: 4% 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .mod3 .content {
    padding: 40px 0;
  }
}
.mod3 h2 {
  margin-bottom: 3%;
}
@media only screen and (max-width: 767px) {
  .mod3 h2 {
    margin-bottom: 30px;
  }
}
.mod3 .mods_wrap_items .mods_wrap_item:first-of-type .lazy {
  background-position: center 13%;
}
.mod3 .mod3_item {
  border-radius: 20px 20px;
  background-color: #fff;
  -webkit-transition: box-shadow .6s ease;
  -moz-transition: box-shadow .6s ease;
  -o-transition: box-shadow .6s ease;
  transition: box-shadow .6s ease;
}
.mod3 .mod3_item:hover,
.mod3 .mod3_item:focus {
  box-shadow: 0 2px 14px -7px #333;
}
.mod3 .mod3_item:hover svg,
.mod3 .mod3_item:focus svg {
  height: 110% !important;
}
.mod3 .mod3_item .wrap_divlazy {
  align-items: center;
  display: flex;
  height: 300px;
  justify-content: center;
  position: relative;
}
.mod3 .mod3_item .wrap_divlazy .lazy {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.mod3 .mod3_item .wrap_divlazy .wrap_svg {
  height: 60px;
  position: relative;
  z-index: 2;
  -webkit-transition: height .3s ease;
  -moz-transition: height .3s ease;
  -o-transition: height .3s ease;
  transition: height .3s ease;
}
.mod3 .mod3_item .wrap_divlazy .wrap_svg svg {
  height: 100%;
  max-height: none;
}
.mod3 .mod3_item .wrap_divlazy .wrap_svg svg * {
  fill: #fff;
}
.mod3 .mod3_item .wrap_divlazy .wrap_svg img {
  height: 100%;
  max-height: none;
}
.mod3 .mod3_item .wrap_divlazy .wrap_svg img * {
  fill: #fff;
}
.mod3 .mod3_item .mod3_item_content {
  height: auto !important;
  padding: 12% 20px 6%;
}
.mod3 .mod3_item .mod3_item_content .children_link {
  display: inline-flex;
  flex-direction: column;
}
.mod3 .mod3_item .mod3_item_content .readmore_3 {
  margin: 5px 0;
  transition: all 0.2s ease;
}
.mod3 .mod3_item .mod3_item_content .readmore_3:after {
  display: none;
}
.mod3 .mod3_item .mod3_item_content .readmore_3:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 479px) {
  .mod3 .mod3_item .mod3_item_content h3 {
    font-size: 22px;
  }
}
.wrap_reassurances {
  background-color: #222;
  color: #fff;
  padding: 5% 0;
}
@media only screen and (max-width: 767px) {
  .wrap_reassurances {
    padding: 40px 0;
  }
}
.wrap_reassurances p {
  line-height: 1.2em;
}
.wrap_reassurances .wrap_svg {
  display: block;
  height: 50px;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .wrap_reassurances .wrap_svg {
    margin-bottom: 15px;
    text-align: left;
  }
}
@media only screen and (max-width: 479px) {
  .wrap_reassurances .wrap_svg {
    text-align: center;
  }
}
.wrap_reassurances .wrap_svg svg * {
  fill: #fff;
}
.wrap_reassurances .wrap_svg img * {
  fill: #fff;
}
.page-template-accueil #burger3.open span {
  background-color: #fff;
}
.page-template-accueil .wrap_mobile_header {
  background-color: white;
}
.page-template-accueil .wrap_mobile_header .wrap_burger3 #burger3 span {
  background-color: #222;
}
.page-template-accueil .wrap_mobile_header .wrap_burger3 #burger3.open span {
  background-color: #fff;
}
.page-template-accueil .wrap_mobile_header.reduced {
  background-color: #ffffff;
}
.page-template-accueil .wrap_mobile_header.reduced .wrap_logo .logo1 {
  opacity: 0;
}
.page-template-accueil .wrap_mobile_header.reduced .wrap_logo .logo2 {
  opacity: 1;
}
.page-template-accueil .wrap_mobile_header.reduced .wrap_burger3 #burger3 span {
  background-color: #222;
}
.page-template-accueil .wrap_mobile_header .wrap_logo img.logo1 {
  opacity: 1;
}
.page-template-accueil .wrap_mobile_header .wrap_logo img.logo2 {
  opacity: 0;
}
.page-template-accueil .wrap_shuffle_grid {
  padding: 0;
}
.page-template-accueil .wrap_main_content {
  margin-top: 0px;
}
.wrap_main_content {
  margin-top: 68px;
}
@media only screen and (max-width: 991px) {
  .wrap_main_content {
    margin-top: 75px;
  }
}
.wrap_main_content .wrap_head_page_title {
  background-color: #5587DF;
  padding: 50px;
  margin-top: 30px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .wrap_main_content .wrap_head_page_title {
    margin-top: 0px;
  }
}
.wrap_main_content .wrap_head_page_title h1 {
  margin: 0 auto;
  text-align: center;
  color: white;
}
@media only screen and (max-width: 991px) {
  .wrap_main_content {
    margin-top: 75px;
  }
}
.page-id-1124 .wrap_shuffle_grid .wrap_shuffle_items #response .shuffle_grid-item.tpl1 .team_item_link {
  height: 160px !important;
  position: relative;
  text-decoration: none;
  background-color: white;
  padding: 0;
  display: flex;
  justify-content: center;
  border-radius: 10px;
  box-shadow: 0px 2px 4px 0px rgba(68,68,68,0.2);
}
.page-id-1124 .wrap_shuffle_grid .wrap_shuffle_items #response .shuffle_grid-item.tpl1 .team_item_link:hover,
.page-id-1124 .wrap_shuffle_grid .wrap_shuffle_items #response .shuffle_grid-item.tpl1 .team_item_link:focus {
  box-shadow: 0px 2px 4px 0px rgba(68,68,68,0.5);
}
.page-id-1124 .wrap_shuffle_grid .wrap_shuffle_items #response .shuffle_grid-item.tpl1 .team_item_link .wrap_thumbnail2 {
  display: flex;
  flex-grow: 1;
}
.page-id-1124 .wrap_shuffle_grid .wrap_shuffle_items #response .shuffle_grid-item.tpl1 .team_item_link .wrap_thumbnail2 .lazy {
  height: 34px;
  border-radius: 10px 10px 0% 0%;
  left: 0;
  position: relative;
  top: 0;
  z-index: 0;
}
.page-id-1124 .wrap_shuffle_grid .wrap_shuffle_items #response .shuffle_grid-item.tpl1 .team_item_link .wrap_thumbnail2 .cat_post_type_supleante {
  background-color: royalblue;
  width: fit-content;
  border: 5px solid royalblue;
  border-radius: 0px 0px 6px 0px;
  position: absolute;
  bottom: -10px;
  left: 0;
  color: white;
  font-weight: bold;
  font-size: 14px;
  padding: 1px 8px 1px 8px;
}
.page-id-1124 .wrap_shuffle_grid .wrap_shuffle_items #response .shuffle_grid-item.tpl1 .team_item_link .wrap_thumbnail2 .cat_post_type_supleante a {
  display: inherit;
  height: inherit;
}
.page-id-1124 .wrap_shuffle_grid .wrap_shuffle_items #response .shuffle_grid-item.tpl1 .team_item_link .wrap_thumbnail2 .cat_post_type_supleante a .team_item_link {
  display: inherit;
  height: inherit;
}
@media only screen and (max-width: 479px) {
  .page-id-1124 .wrap_shuffle_grid .wrap_shuffle_items #response .shuffle_grid-item.tpl1 .team_item_link .wrap_thumbnail2 .cat_post_type_supleante {
    width: auto;
  }
}
.page-id-1124 .wrap_shuffle_grid .wrap_shuffle_items #response .shuffle_grid-item.tpl1 .team_item_link .wrap_thumbnail2 .content_post {
  position: relative;
  margin: 4px 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: left;
}
.page-id-1124 .wrap_shuffle_grid .wrap_shuffle_items #response .shuffle_grid-item.tpl1 .link-share {
  display: flex;
  align-content: center;
  position: absolute;
  bottom: 8px;
  width: 84%;
  left: 8px;
}
.page-id-1124 .wrap_shuffle_grid .wrap_shuffle_items #response .shuffle_grid-item.tpl1 .link-share > .fb-share-button {
  display: inline-block;
  position: relative;
  top: -2px;
  margin-left: -4px;
  width: 75px;
}
.page-id-1124 .wrap_shuffle_grid .wrap_shuffle_items #response .shuffle_grid-item.tpl1 .link-share > .fb-share-button iframe {
  width: 75px;
}
.page-id-1124 .wrap_shuffle_grid .wrap_shuffle_items #response .shuffle_grid-item.tpl1 .link-share > .IN-widget {
  margin-left: 2px;
}
@media only screen and (max-width: 767px) {
  .page-id-1124 .wrap_shuffle_grid .wrap_shuffle_items #response .shuffle_grid-item.tpl1 .link-share {
    display: none;
  }
}
.page-id-1124 .wrap_shuffle_grid .wrap_shuffle_items #response [data-groups$="25"] {
  display: none;
}
.category-news .wrap_shuffle_grid .wrap_shuffle_items #response .shuffle_grid-item.tpl1 .team_item_link {
  height: 160px !important;
  position: relative;
  text-decoration: none;
  background-color: white;
  padding: 0;
  display: flex;
  justify-content: center;
  border-radius: 10px;
}
.category-news .wrap_shuffle_grid .wrap_shuffle_items #response .shuffle_grid-item.tpl1 .team_item_link:hover,
.category-news .wrap_shuffle_grid .wrap_shuffle_items #response .shuffle_grid-item.tpl1 .team_item_link:focus {
  box-shadow: 0px 2px 4px 0px rgba(68,68,68,0.5);
}
.category-news .wrap_shuffle_grid .wrap_shuffle_items #response .shuffle_grid-item.tpl1 .team_item_link .wrap_thumbnail2 {
  display: flex;
  flex-grow: 1;
}
.category-news .wrap_shuffle_grid .wrap_shuffle_items #response .shuffle_grid-item.tpl1 .team_item_link .wrap_thumbnail2 .link_to_news .lazy {
  height: 34px;
  border-radius: 10px 10px 0% 0%;
  left: 0;
  position: relative;
  top: 0;
  z-index: 0;
}
.category-news .wrap_shuffle_grid .wrap_shuffle_items #response .shuffle_grid-item.tpl1 .team_item_link .wrap_thumbnail2 .link_to_news .cat_post_type_supleante {
  background-color: royalblue;
  width: fit-content;
  border: 5px solid royalblue;
  border-radius: 0px 0px 6px 0px;
  position: absolute;
  bottom: -10px;
  left: 0;
  color: white;
  font-weight: bold;
  font-size: 14px;
  padding: 1px 8px 1px 8px;
}
.category-news .wrap_shuffle_grid .wrap_shuffle_items #response .shuffle_grid-item.tpl1 .team_item_link .wrap_thumbnail2 .link_to_news .cat_post_type_supleante a {
  display: inherit;
  height: inherit;
}
.category-news .wrap_shuffle_grid .wrap_shuffle_items #response .shuffle_grid-item.tpl1 .team_item_link .wrap_thumbnail2 .link_to_news .cat_post_type_supleante a .team_item_link {
  display: inherit;
  height: inherit;
}
@media only screen and (max-width: 479px) {
  .category-news .wrap_shuffle_grid .wrap_shuffle_items #response .shuffle_grid-item.tpl1 .team_item_link .wrap_thumbnail2 .link_to_news .cat_post_type_supleante {
    width: auto;
  }
}
.category-news .wrap_shuffle_grid .wrap_shuffle_items #response .shuffle_grid-item.tpl1 .team_item_link .wrap_thumbnail2 .link_to_news .content_post {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.category-news .wrap_shuffle_grid .wrap_shuffle_items #response .shuffle_grid-item.tpl1 .team_item_link .wrap_thumbnail2 .link_to_news .content_post p {
  max-inline-size: 220px;
  writing-mode: horizontal-tb;
}
.category-news .wrap_shuffle_grid .wrap_shuffle_items #response .shuffle_grid-item.tpl1 .link-share {
  display: flex;
  align-content: center;
  position: absolute;
  bottom: 8px;
  width: 84%;
  left: 8px;
}
.category-news .wrap_shuffle_grid .wrap_shuffle_items #response .shuffle_grid-item.tpl1 .link-share > .fb-share-button {
  display: inline-block;
  position: relative;
  top: -2px;
  margin-left: -4px;
  width: 75px;
}
.category-news .wrap_shuffle_grid .wrap_shuffle_items #response .shuffle_grid-item.tpl1 .link-share > .fb-share-button iframe {
  width: 75px;
}
.category-news .wrap_shuffle_grid .wrap_shuffle_items #response .shuffle_grid-item.tpl1 .link-share > .IN-widget {
  margin-left: 2px;
}
@media only screen and (max-width: 767px) {
  .category-news .wrap_shuffle_grid .wrap_shuffle_items #response .shuffle_grid-item.tpl1 .link-share {
    display: none;
  }
}
.category-news .wrap_shuffle_grid .wrap_shuffle_items #response [data-groups$="25"] {
  display: none;
}
.page-id-202 .team_item_link {
  height: 315px !important;
}
.page-id-202 .team_item_link:hover,
.page-id-202 .team_item_link:focus {
  top: 0;
}
.page-id-202 .team_item_link:hover .click_on_display_member,
.page-id-202 .team_item_link:focus .click_on_display_member {
  opacity: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  display: flex;
  background: rgba(128,128,128,0.8);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #fff;
}
.page-id-202 .team_item_link:hover .click_on_display_member p,
.page-id-202 .team_item_link:focus .click_on_display_member p {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-items: center;
  margin: 10px;
}
@media only screen and (max-width: 479px) {
  .page-id-202 .team_item_link:hover .click_on_display_member p,
  .page-id-202 .team_item_link:focus .click_on_display_member p {
    font-size: 12px;
  }
}
.page-id-202 .team_item_link:hover .click_on_display_member .cta_open_post_info_member,
.page-id-202 .team_item_link:focus .click_on_display_member .cta_open_post_info_member {
  opacity: 1;
}
.page-id-202 .team_item_link .lazy {
  background-position: 0 !important;
}
.page-id-202 .team_item_link .lazy_team {
  background-position: 0 !important;
}
.page-id-202 .supleante {
  height: 250px !important;
}
.page-id-202 .shuffle-item_link {
  height: 580px !important;
}
.page-id-202 .shuffle-item_link .lazy {
  background-position: 0 !important;
}
.page-id-202 .thumb_spotlight {
  display: none;
}
.wrap_shuffle_grid {
  padding-bottom: 10px;
}
.wrap_shuffle_grid h1,
.wrap_shuffle_grid h2 {
  margin-bottom: 30px;
  text-align: center;
}
.wrap_shuffle_grid .wrap_shuffle_items {
  width: 100%;
}
.wrap_shuffle_grid .wrap_shuffle_items .shuffle_grid_team .team_grid-item {
  top: 0px;
  left: 0px;
  visibility: visible;
  will-change: transform;
  opacity: 1;
  transition-duration: 600ms;
  transition-timing-function: cubic-bezier(0.4,0,0.2,1);
  transition-property: transform, opacity;
  margin-bottom: 0 !important;
  padding: 0;
  margin-top: 8px;
}
@media only screen and (max-width: 479px) {
  .wrap_shuffle_grid .wrap_shuffle_items .shuffle_grid_team .team_grid-item {
    padding: 0 0 15px;
  }
}
.wrap_shuffle_grid .wrap_shuffle_items .shuffle_grid_team .team_grid-item .shuffle-item_content {
  background-color: #f5f5f5;
  padding: 0;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.19);
  width: 100%;
}
.wrap_shuffle_grid .wrap_shuffle_items .shuffle_grid_team .team_grid-item .shuffle-item_content .team_item_link {
  display: flex;
  justify-content: center;
  height: 400px;
  position: relative;
}
@media only screen and (max-width: 479px) {
  .wrap_shuffle_grid .wrap_shuffle_items .shuffle_grid_team .team_grid-item .shuffle-item_content .team_item_link {
    height: 290px;
  }
}
.wrap_shuffle_grid .wrap_shuffle_items .shuffle_grid_team .team_grid-item .shuffle-item_content .team_item_link .wrap_thumbnail_team .lazy {
  border-radius: 20px 20px 0% 0%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
}
.wrap_shuffle_grid .wrap_shuffle_items .shuffle_grid_team .team_grid-item .shuffle-item_content .team_item_link .wrap_thumbnail_team .team {
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 0;
  background-position: center top;
  background-size: cover;
  width: 100%;
  height: 78%;
  background-repeat: no-repeat;
  border-radius: 10px 10px 0 0;
}
.wrap_shuffle_grid .wrap_shuffle_items .shuffle_grid_team .team_grid-item .shuffle-item_content .team_item_link .wrap_thumbnail_team .member {
  opacity: 1;
  border-radius: 10px 10px 0 0;
  display: table-column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 78%;
  text-align: center;
  justify-items: center;
  padding: 10%;
  margin-top: 0;
  background-color: rgba(85,135,223,0.5);
}
.wrap_shuffle_grid .wrap_shuffle_items .shuffle_grid_team .team_grid-item .shuffle-item_content .team_item_link .wrap_thumbnail_team .member p {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 18px;
  margin-top: 40px;
}
.wrap_shuffle_grid .wrap_shuffle_items .shuffle_grid_team .team_grid-item .shuffle-item_content .team_item_link .wrap_thumbnail_team .member .cta_open_post_info_member {
  position: absolute;
  opacity: 1;
  bottom: 20px;
  width: 100%;
  left: 0;
}
.wrap_shuffle_grid .wrap_shuffle_items .shuffle_grid_team .team_grid-item .shuffle-item_content .team_item_link .wrap_thumbnail_team .cat_post_type {
  background-color: royalblue;
  width: fit-content;
  border: 5px solid royalblue;
  border-radius: 0px 6px 0px 0px;
  position: absolute;
  bottom: -10px;
  left: 0;
  color: white;
  font-weight: bold;
  font-size: 14px;
  padding: 1px 8px 1px 8px;
}
.wrap_shuffle_grid .wrap_shuffle_items .shuffle_grid_team .team_grid-item .shuffle-item_content .team_item_link .wrap_thumbnail_team .cat_post_type a {
  display: inherit;
  height: inherit;
}
.wrap_shuffle_grid .wrap_shuffle_items .shuffle_grid_team .team_grid-item .shuffle-item_content .team_item_link .wrap_thumbnail_team .cat_post_type a .team_item_link {
  display: inherit;
  height: inherit;
}
@media only screen and (max-width: 479px) {
  .wrap_shuffle_grid .wrap_shuffle_items .shuffle_grid_team .team_grid-item .shuffle-item_content .team_item_link .wrap_thumbnail_team .cat_post_type {
    width: auto;
  }
}
.wrap_shuffle_grid .wrap_shuffle_items .shuffle_grid_team .team_grid-item .shuffle-item_content .team_item_link .wrap_thumbnail_team .content_post_supleant {
  left: 0;
  position: absolute;
  bottom: 0;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #ECB102;
  border-radius: 0 0 10px 10px;
}
.wrap_shuffle_grid .wrap_shuffle_items .shuffle_grid_team .team_grid-item .shuffle-item_content .team_item_link .wrap_thumbnail_team .content_post_supleant h4.member_name {
  color: #ffffff;
}
.wrap_shuffle_grid .wrap_shuffle_items .shuffle_grid_team .team_grid-item .shuffle-item_content .team_item_link .wrap_thumbnail_team .content_post_supleant h4 {
  color: #5587DF;
  font-size: 17px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin: 0 12px;
}
.wrap_shuffle_grid .wrap_shuffle_items .shuffle_grid_team .team_grid-item .shuffle-item_content .team_item_link .wrap_thumbnail_team .content_post_supleant p {
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin: 0px 12px;
}
.wrap_shuffle_grid .wrap_shuffle_items .shuffle_grid_team .team_grid-item .shuffle-item_content .team_item_link .wrap_thumbnail_team .content_post {
  left: 0;
  position: absolute;
  bottom: 0;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #5587df;
  border-radius: 0 0 10px 10px;
  text-align: left;
}
.wrap_shuffle_grid .wrap_shuffle_items .shuffle_grid_team .team_grid-item .shuffle-item_content .team_item_link .wrap_thumbnail_team .content_post h4.member_name {
  color: #ffffff;
}
.wrap_shuffle_grid .wrap_shuffle_items .shuffle_grid_team .team_grid-item .shuffle-item_content .team_item_link .wrap_thumbnail_team .content_post h4 {
  color: #5587DF;
  font-size: 17px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin: 0 12px;
}
@media only screen and (max-width: 479px) {
  .wrap_shuffle_grid .wrap_shuffle_items .shuffle_grid_team .team_grid-item .shuffle-item_content .team_item_link .wrap_thumbnail_team .content_post h4 {
    font-size: 15px;
  }
}
.wrap_shuffle_grid .wrap_shuffle_items .shuffle_grid_team .team_grid-item .shuffle-item_content .team_item_link .wrap_thumbnail_team .content_post p {
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin: 0px 12px;
}
.wrap_shuffle_grid .wrap_shuffle_items .shuffle_grid_team .supleante {
  width: 180px;
}
.wrap_shuffle_grid .wrap_shuffle_items .shuffle_grid .shuffle_grid-item,
.wrap_shuffle_grid .wrap_shuffle_items #response .shuffle_grid-item {
  margin-bottom: 0 !important;
  padding: 15px;
}
@media only screen and (max-width: 991px) {
  .wrap_shuffle_grid .wrap_shuffle_items .shuffle_grid .shuffle_grid-item,
  .wrap_shuffle_grid .wrap_shuffle_items #response .shuffle_grid-item {
    padding: 10px;
  }
}
@media only screen and (max-width: 479px) {
  .wrap_shuffle_grid .wrap_shuffle_items .shuffle_grid .shuffle_grid-item,
  .wrap_shuffle_grid .wrap_shuffle_items #response .shuffle_grid-item {
    padding: 5px;
  }
}
.wrap_shuffle_grid .wrap_shuffle_items .shuffle_grid .shuffle_grid-item.tpl1 .team_item_link,
.wrap_shuffle_grid .wrap_shuffle_items #response .shuffle_grid-item.tpl1 .team_item_link {
  position: relative;
  text-decoration: none;
  background-color: white;
  padding: 0;
  height: 382px !important;
  display: flex;
  justify-content: center;
  border-radius: 10px;
  box-shadow: 0px 2px 4px 0px rgba(68,68,68,0.2);
}
.wrap_shuffle_grid .wrap_shuffle_items .shuffle_grid .shuffle_grid-item.tpl1 .team_item_link:hover,
.wrap_shuffle_grid .wrap_shuffle_items .shuffle_grid .shuffle_grid-item.tpl1 .team_item_link:focus,
.wrap_shuffle_grid .wrap_shuffle_items #response .shuffle_grid-item.tpl1 .team_item_link:hover,
.wrap_shuffle_grid .wrap_shuffle_items #response .shuffle_grid-item.tpl1 .team_item_link:focus {
  box-shadow: 0px 2px 4px 0px rgba(68,68,68,0.8);
}
.wrap_shuffle_grid .wrap_shuffle_items .shuffle_grid .shuffle_grid-item.tpl1 .team_item_link .wrap_thumbnail2,
.wrap_shuffle_grid .wrap_shuffle_items #response .shuffle_grid-item.tpl1 .team_item_link .wrap_thumbnail2 {
  position: relative;
}
.wrap_shuffle_grid .wrap_shuffle_items .shuffle_grid .shuffle_grid-item.tpl1 .team_item_link .wrap_thumbnail2 .lazy,
.wrap_shuffle_grid .wrap_shuffle_items #response .shuffle_grid-item.tpl1 .team_item_link .wrap_thumbnail2 .lazy {
  border-radius: 10px 10px 0% 0%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 184px;
  left: 0;
  position: relative;
  top: 0;
  z-index: 0;
}
.wrap_shuffle_grid .wrap_shuffle_items .shuffle_grid .shuffle_grid-item.tpl1 .team_item_link .wrap_thumbnail2 .content_post,
.wrap_shuffle_grid .wrap_shuffle_items #response .shuffle_grid-item.tpl1 .team_item_link .wrap_thumbnail2 .content_post {
  position: relative;
  margin: 4px 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-align: left;
}
.wrap_shuffle_grid .wrap_shuffle_items .shuffle_grid .shuffle_grid-item.tpl1 .team_item_link .wrap_thumbnail2 .content_post h4,
.wrap_shuffle_grid .wrap_shuffle_items #response .shuffle_grid-item.tpl1 .team_item_link .wrap_thumbnail2 .content_post h4 {
  max-height: 3.6em;
  font-size: 17px;
  overflow: hidden;
  margin: 0;
  color: royalblue;
}
.wrap_shuffle_grid .wrap_shuffle_items .shuffle_grid .shuffle_grid-item.tpl1 .team_item_link .wrap_thumbnail2 .content_post p,
.wrap_shuffle_grid .wrap_shuffle_items #response .shuffle_grid-item.tpl1 .team_item_link .wrap_thumbnail2 .content_post p {
  content: '...';
  max-height: 4.6em;
  font-size: 15px;
  margin: 0;
  color: black;
}
.wrap_shuffle_grid .wrap_shuffle_items .shuffle_grid .shuffle_grid-item.tpl1 .team_item_link .wrap_thumbnail2 span.cta_open_post_info,
.wrap_shuffle_grid .wrap_shuffle_items #response .shuffle_grid-item.tpl1 .team_item_link .wrap_thumbnail2 span.cta_open_post_info {
  position: absolute;
  margin: 0px 8px;
  bottom: 0;
  right: 0;
  width: 26px;
}
.wrap_shuffle_grid .wrap_shuffle_items .shuffle_grid .shuffle_grid-item.tpl1 .team_item_link .wrap_thumbnail2 span.cta_open_post_info i img,
.wrap_shuffle_grid .wrap_shuffle_items #response .shuffle_grid-item.tpl1 .team_item_link .wrap_thumbnail2 span.cta_open_post_info i img {
  vertical-align: inherit;
}
.wrap_shuffle_grid .wrap_shuffle_items .shuffle_grid .shuffle_grid-item.tpl1 .team_item_link .wrap_thumbnail2 .cat_post_type,
.wrap_shuffle_grid .wrap_shuffle_items #response .shuffle_grid-item.tpl1 .team_item_link .wrap_thumbnail2 .cat_post_type {
  background-color: royalblue;
  width: fit-content;
  border: 5px solid royalblue;
  border-radius: 0px 6px 0px 0px;
  position: absolute;
  bottom: -10px;
  left: 0;
  color: white;
  font-weight: bold;
  font-size: 14px;
  padding: 1px 8px 1px 8px;
}
.wrap_shuffle_grid .wrap_shuffle_items .shuffle_grid .shuffle_grid-item.tpl1 .team_item_link .wrap_thumbnail2 .cat_post_type a,
.wrap_shuffle_grid .wrap_shuffle_items #response .shuffle_grid-item.tpl1 .team_item_link .wrap_thumbnail2 .cat_post_type a {
  display: inherit;
  height: inherit;
}
.wrap_shuffle_grid .wrap_shuffle_items .shuffle_grid .shuffle_grid-item.tpl1 .team_item_link .wrap_thumbnail2 .cat_post_type a .shuffle-item_link,
.wrap_shuffle_grid .wrap_shuffle_items #response .shuffle_grid-item.tpl1 .team_item_link .wrap_thumbnail2 .cat_post_type a .shuffle-item_link {
  display: inherit;
  height: inherit;
}
@media only screen and (max-width: 479px) {
  .wrap_shuffle_grid .wrap_shuffle_items .shuffle_grid .shuffle_grid-item.tpl1 .team_item_link .wrap_thumbnail2 .cat_post_type,
  .wrap_shuffle_grid .wrap_shuffle_items #response .shuffle_grid-item.tpl1 .team_item_link .wrap_thumbnail2 .cat_post_type {
    width: auto;
  }
}
.wrap_shuffle_grid .wrap_shuffle_items .shuffle_grid .shuffle_grid-item.tpl1 .team_item_link h4,
.wrap_shuffle_grid .wrap_shuffle_items #response .shuffle_grid-item.tpl1 .team_item_link h4 {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
}
.wrap_shuffle_grid .wrap_shuffle_items .shuffle_grid .shuffle_grid-item.tpl1 .team_item_link .shuffle-item_link,
.wrap_shuffle_grid .wrap_shuffle_items #response .shuffle_grid-item.tpl1 .team_item_link .shuffle-item_link {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 400px;
  position: relative;
}
@media only screen and (max-width: 479px) {
  .wrap_shuffle_grid .wrap_shuffle_items .shuffle_grid .shuffle_grid-item.tpl1 .team_item_link .shuffle-item_link,
  .wrap_shuffle_grid .wrap_shuffle_items #response .shuffle_grid-item.tpl1 .team_item_link .shuffle-item_link {
    height: 290px;
  }
}
.wrap_shuffle_grid .wrap_shuffle_items .shuffle_grid .shuffle_grid-item.tpl1 .team_item_link .shuffle-item_link .wrap_hover,
.wrap_shuffle_grid .wrap_shuffle_items #response .shuffle_grid-item.tpl1 .team_item_link .shuffle-item_link .wrap_hover {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  background-color: rgba(34,34,34,0.5);
  color: #fff;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  opacity: 1;
  padding: 100px 50px 50px;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .wrap_shuffle_grid .wrap_shuffle_items .shuffle_grid .shuffle_grid-item.tpl1 .team_item_link .shuffle-item_link .wrap_hover,
  .wrap_shuffle_grid .wrap_shuffle_items #response .shuffle_grid-item.tpl1 .team_item_link .shuffle-item_link .wrap_hover {
    padding: 20px 40px;
  }
}
@media only screen and (max-width: 479px) {
  .wrap_shuffle_grid .wrap_shuffle_items .shuffle_grid .shuffle_grid-item.tpl1 .team_item_link .shuffle-item_link .wrap_hover,
  .wrap_shuffle_grid .wrap_shuffle_items #response .shuffle_grid-item.tpl1 .team_item_link .shuffle-item_link .wrap_hover {
    padding: 20px;
  }
}
@media only screen and (max-width: 479px) {
  .wrap_shuffle_grid .wrap_shuffle_items .shuffle_grid .shuffle_grid-item.tpl1 .team_item_link .shuffle-item_link .wrap_hover p,
  .wrap_shuffle_grid .wrap_shuffle_items #response .shuffle_grid-item.tpl1 .team_item_link .shuffle-item_link .wrap_hover p {
    display: none;
  }
}
.wrap_shuffle_grid .wrap_shuffle_items .shuffle_grid .shuffle_grid-item.tpl1 .team_item_link .shuffle-item_link .wrap_hover .cta,
.wrap_shuffle_grid .wrap_shuffle_items #response .shuffle_grid-item.tpl1 .team_item_link .shuffle-item_link .wrap_hover .cta {
  display: inline-block;
  font-weight: 600;
  margin: 20px 0 0;
}
.wrap_shuffle_grid .wrap_shuffle_items .shuffle_grid .shuffle_grid-item.tpl1 .team_item_link .shuffle-item_link:hover .wrap_hover,
.wrap_shuffle_grid .wrap_shuffle_items .shuffle_grid .shuffle_grid-item.tpl1 .team_item_link .shuffle-item_link:focus .wrap_hover,
.wrap_shuffle_grid .wrap_shuffle_items #response .shuffle_grid-item.tpl1 .team_item_link .shuffle-item_link:hover .wrap_hover,
.wrap_shuffle_grid .wrap_shuffle_items #response .shuffle_grid-item.tpl1 .team_item_link .shuffle-item_link:focus .wrap_hover {
  opacity: 1;
  visibility: visible;
}
.wrap_shuffle_grid .wrap_shuffle_items .shuffle_grid.tpl2 .shuffle-item_content,
.wrap_shuffle_grid .wrap_shuffle_items #response.tpl2 .shuffle-item_content {
  background-color: #f5f5f5;
  padding: 10%;
}
.wrap_shuffle_grid .wrap_shuffle_items .shuffle_grid.tpl2 .shuffle-item_content h2,
.wrap_shuffle_grid .wrap_shuffle_items #response.tpl2 .shuffle-item_content h2 {
  color: #111;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}
.wrap_shuffle_grid .wrap_shuffle_items .shuffle_grid.tpl2 .shuffle-item_content .date,
.wrap_shuffle_grid .wrap_shuffle_items #response.tpl2 .shuffle-item_content .date {
  color: #111;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-align: center;
}
.wrap_shuffle_grid .wrap_shuffle_items .shuffle_grid.tpl2 .shuffle-item_content .shuffle-item_lazy,
.wrap_shuffle_grid .wrap_shuffle_items #response.tpl2 .shuffle-item_content .shuffle-item_lazy {
  display: block;
  height: 400px;
  padding: 30px 0;
}
.wrap_shuffle_grid .navigation .nav-links {
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrap_shuffle_grid .navigation .nav-links .page-numbers {
  color: #5587DF;
  padding: 0;
  transition: background-color .3s;
  border: 1px solid #5587DF;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 4px;
}
.wrap_shuffle_grid .navigation .nav-links :nth-last-child {
  display: none;
}
.wrap_shuffle_grid .navigation .nav-links .dots {
  display: none;
}
.wrap_shuffle_grid .navigation .nav-links .current {
  font-weight: bold;
  background-color: #5587DF;
  color: white;
}
.wrap_shuffle_grid .readmore_2 {
  padding-left: 0;
  padding-right: 0;
}
.wrap_shuffle_items.supleante {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 340px;
}
.wrap_shuffle_grid.supleante {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 50%;
  transform: translateY(35%);
}
@media only screen and (max-width: 1199px) {
  .wrap_shuffle_grid.supleante {
    transform: none;
  }
}
.wrap_before_shuffle h1 {
  margin: 4% 0 2%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .wrap_before_shuffle h1 {
    margin: 30px 0 20px;
  }
}
.wrap_before_shuffle h2 {
  margin: 5% 0 2%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .wrap_before_shuffle h2 {
    margin: 30px 0 20px;
  }
}
.wrap_after_shuffle {
  margin-bottom: 3%;
  padding: 1% 0;
  text-align: center;
}
.wrap_after_shuffle .button_voir_plus_actus {
  margin-top: 30px;
}
.wrap_after_shuffle .button_voir_plus_actus a.shuffle_grid-filtre {
  background-color: #5587DF;
  font-weight: bold;
  height: 60px;
  padding: 18px;
  border: 1px solid #5587DF;
  border-radius: 10px;
  color: white;
}
.wrap_after_shuffle .button_voir_plus_actus a.shuffle_grid-filtre:hover,
.wrap_after_shuffle .button_voir_plus_actus a.shuffle_grid-filtre:focus {
  background-color: white;
  font-weight: bold;
  height: 60px;
  margin-top: 20px;
  padding: 18px;
  border: 1px solid #5587DF;
  border-radius: 10px;
  color: #5587DF;
}
@media only screen and (max-width: 767px) {
  .wrap_after_shuffle {
    margin-bottom: 20px;
    padding: 20px 0;
  }
}
.wrap_after_shuffle *[class*='readmore'] {
  margin: 0;
}
.shuffle_grid-filtres {
  display: none;
  padding: 15px 25px 30px 0;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .shuffle_grid-filtres .wraper_all_filter_category {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 479px) {
  .shuffle_grid-filtres .wraper_all_filter_category {
    margin-bottom: 40px;
  }
}
.shuffle_grid-filtres .wraper_all_filter_category .shuffle_grid-filtre {
  background: none;
  box-shadow: none;
  letter-spacing: 0.1em;
  min-width: 126px;
  height: 43px;
  border-radius: 4px;
  border: solid 1px #5587df;
  color: #5587df;
  font-family: Karla;
  font-size: 16px;
  font-weight: bolder;
  line-height: 19px;
  text-align: center;
  margin: 8px 8px 30px;
}
@media only screen and (max-width: 991px) {
  .shuffle_grid-filtres .wraper_all_filter_category .shuffle_grid-filtre {
    margin: 8px;
  }
}
@media only screen and (max-width: 479px) {
  .shuffle_grid-filtres .wraper_all_filter_category .shuffle_grid-filtre {
    height: 50px;
    min-width: 140px;
    margin: 5px;
  }
}
.shuffle_grid-filtres .wraper_all_filter_category .shuffle_grid-filtre a {
  color: #5587df;
  text-decoration: none;
  padding: 10px;
  margin-left: -3px;
}
.shuffle_grid-filtres .wraper_all_filter_category .shuffle_grid-filtre a.active,
.shuffle_grid-filtres .wraper_all_filter_category .shuffle_grid-filtre a:hover,
.shuffle_grid-filtres .wraper_all_filter_category .shuffle_grid-filtre a.focus {
  color: #fff;
  background-color: #5587df;
  outline: none;
  text-decoration: none;
}
.shuffle_grid-filtres .wraper_all_filter_category .shuffle_grid-filtre.active,
.shuffle_grid-filtres .wraper_all_filter_category .shuffle_grid-filtre:hover,
.shuffle_grid-filtres .wraper_all_filter_category .shuffle_grid-filtre.focus {
  color: #fff;
  background-color: #5587df;
  outline: none;
  text-decoration: none;
}
.shuffle_grid-filtres .wraper_all_filter_category [data-category$="25"] {
  display: none;
}
.home-wrapper_reseaux_sociaux {
  text-align: center;
}
.home-wrapper_reseaux_sociaux .wrap_reseaux_sociaux {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 4% 0;
}
@media only screen and (max-width: 767px) {
  .home-wrapper_reseaux_sociaux .wrap_reseaux_sociaux {
    padding: 30px 0;
  }
}
.home-wrapper_reseaux_sociaux .wrap_reseaux_sociaux a {
  display: inline-block;
  padding: 0 50px;
}
@media only screen and (max-width: 767px) {
  .home-wrapper_reseaux_sociaux .wrap_reseaux_sociaux a {
    padding: 0 10px;
  }
}
.home-wrapper_reseaux_sociaux .wrap_reseaux_sociaux a h5 {
  margin: 0;
}
.home-wrapper_reseaux_sociaux .wrap_reseaux_sociaux a i {
  display: block;
  height: 70px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.home-wrapper_reseaux_sociaux .wrap_reseaux_sociaux a i svg {
  height: 100%;
  width: auto;
}
.home-wrapper_reseaux_sociaux .wrap_reseaux_sociaux a i svg * {
  fill: #111;
}
.home-wrapper_reseaux_sociaux .wrap_reseaux_sociaux a:hover i,
.home-wrapper_reseaux_sociaux .wrap_reseaux_sociaux a:focus i {
  -ms-transform-origin: center center;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-animation-name: rotation_3D_Y;
  -webkit-animation-duration: 0.3s;
  animation-name: rotation_3D_Y;
  animation-duration: 0.3s;
}
.section_footer {
  background-color: #111;
  color: #fff;
  padding: 50px 0 25px;
}
@media only screen and (max-width: 767px) {
  .section_footer {
    padding: 50px 0 20px;
  }
}
.section_footer ul {
  margin: 0 0 30px;
}
@media only screen and (max-width: 767px) {
  .section_footer ul {
    text-align: center;
  }
}
.section_footer li {
  display: inline-block;
  list-style: none;
  margin-right: 30px;
}
.section_footer li:last-child {
  margin-right: 0;
}
.section_footer li a {
  display: inline-block;
}
.section_footer a {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.section_footer .carto-footer {
  display: block;
  padding-top: 15px;
}
.section_footer .carto-footer img {
  max-width: 45%;
}
.section_footer .wrap_footer_center {
  font-size: 18px;
}
.section_footer .wrap_footer_center .sub-menu {
  display: none;
}
.section_footer .wrap_footer_center .wrap_main_menu-footer {
  text-align: center;
}
@media only screen and (max-width: 699px) {
  .section_footer .wrap_footer_center .wrap_main_menu-footer .menu-menu-footer-fr-container ul#menu-menu-footer-fr li {
    display: block;
    margin-right: 0px;
  }
}
.section_footer .wrap_footer_center .wrap_main_menu-footer .menu-menu-footer-fr-container ul#menu-menu-footer-fr li a {
  font-size: 18px;
  text-transform: none;
}
.section_footer .wrap_footer_center .wrap_main_menu-footer .menu-menu-footer-fr-container ul#menu-menu-footer-fr li a:hover,
.section_footer .wrap_footer_center .wrap_main_menu-footer .menu-menu-footer-fr-container ul#menu-menu-footer-fr li a:focus {
  color: #5587DF;
}
.section_footer .wrap_footer_center .wrap_logo {
  margin-top: 10px;
  text-align: center;
}
.section_footer .wrap_footer_center .wrap_logo_map {
  margin-top: 10px;
  text-align: center;
}
.section_footer .wrap_footer_center .wrap_logo_map img {
  margin-bottom: 10px;
  margin-top: 10px;
  max-width: 150px;
}
.section_footer .wrap_bottom_footer {
  text-align: center;
}
.section_footer .wrap_bottom_footer:before {
  background-color: #fff;
  content: " ";
  display: block;
  height: 1px;
  margin: 25px auto;
  width: 50px;
}
.section_footer .wrap_bottom_footer a {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
}
.section_footer .wrap_bottom_footer a img {
  height: 12px;
  position: relative;
  top: -1px;
}
.wrap_coordonnees-footer {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .wrap_coordonnees-footer {
    text-align: center;
  }
}
.wrap_coordonnees-footer a,
.wrap_coordonnees-footer p {
  display: inline-block;
  line-height: 1.2em;
  position: relative;
  top: -2px;
}
.wrap_coordonnees-footer .wrap_svg {
  display: inline-block;
  height: 20px;
  margin-right: 15px;
  width: 20px;
}
@media only screen and (max-width: 767px) {
  .wrap_coordonnees-footer .wrap_svg {
    display: block;
    float: none !important;
    margin: 0 auto;
  }
}
.wrap_coordonnees-footer .tel a {
  font-size: 18px;
}
.wrap_coordonnees-footer .tel a:hover,
.wrap_coordonnees-footer .tel a:focus {
  color: white;
}
.template_contact .wrap_coordonnees-footer {
  text-align: center;
}
.template_contact .wrap_coordonnees-footer .wrap_svg {
  display: block;
  float: none !important;
  margin: 0 auto 5px;
}
.template_contact .wrap_coordonnees-footer svg path {
  fill: #111 !important;
}
.template_contact .wrap_coordonnees-footer .tel a {
  font-size: 22px;
  font-weight: 600;
}
.template_contact .formulaire {
  margin-bottom: 50px;
}
.template_contact input[name="acceptance-276"] {
  width: auto !important;
}
.navigation.pagination {
  display: block;
  margin: 40px 0 0;
  text-align: center;
}
.navigation.pagination h2 {
  display: none;
}
.navigation.pagination span,
.navigation.pagination a.page-numbers {
  background-color: #fff;
  border: 1px solid #111;
  border-radius: 6px;
  color: white;
  display: inline-block;
  padding: 3px 12px;
}
.navigation.pagination span:hover,
.navigation.pagination a.page-numbers:hover {
  background-color: #5587DF;
  color: white;
}
.navigation.pagination .current {
  background-color: #5587DF;
  border: 1px solid #5587DF;
  color: white;
  cursor: default;
}
.navigation.pagination .current:hover {
  background-color: white;
  border: 1px solid #5587DF;
  color: #5587DF;
}
.wrap_vue_categorie {
  padding: 0 15px 100px;
}
.wrap_vue_categorie .wrap_divlazy {
  height: 200px;
}
@media only screen and (max-width: 767px) {
  .wrap_vue_categorie .wrap_divlazy {
    margin-bottom: 15px;
  }
}
.wrap_vue_categorie .wrap_col_cat_item {
  margin: 0 0 30px;
}
.wrap_vue_categorie .wrap_col_cat_item:nth-child(2n+1) {
  clear: both;
}
.wrap_vue_categorie .showMoreButton {
  display: flex !important;
  justify-content: center !important;
}
@media only screen and (max-width: 767px) {
  .wrap_vue_categorie a[class*="readmore"] {
    margin-top: 0;
  }
}
.wrap_vue_categorie .simple-pagination {
  display: flex;
  justify-content: center;
  padding: 0;
}
.wrap_vue_categorie .kiosque-pagination {
  text-align: center;
}
.wrap_vue_categorie .kiosque-pagination .current {
  font-weight: bold;
}
.wrap_vue_categorie .kiosque-pagination .page-numbers {
  padding-left: 5px;
  padding-right: 5px;
}
.wrap_vue_categorie .actualites-pagination {
  text-align: center;
}
.wrap_vue_categorie .actualites-pagination .current {
  font-weight: bold;
}
.wrap_vue_categorie .actualites-pagination .page-numbers {
  padding-left: 5px;
  padding-right: 5px;
}
.single-cpt2 .thumb_spotlight.center {
  width: 20% !important;
}
@media only screen and (max-width: 1199px) {
  .single-cpt2 .thumb_spotlight.center {
    width: 50% !important;
  }
}
.single .thumb_spotlight,
.page .thumb_spotlight {
  width: 30%;
}
.single .thumb_spotlight img,
.page .thumb_spotlight img {
  border-radius: 20px 20px 0px 0;
  margin-bottom: 20px;
}
.single .thumb_spotlight.center,
.page .thumb_spotlight.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .single .thumb_spotlight.center,
  .page .thumb_spotlight.center {
    width: 90%;
  }
}
@media only screen and (max-width: 479px) {
  .single .thumb_spotlight.center,
  .page .thumb_spotlight.center {
    width: 100%;
  }
}
.single .thumb_spotlight.float_left,
.page .thumb_spotlight.float_left {
  float: left;
  margin: 0 15px 15px 0;
}
.single .thumb_spotlight.float_right,
.page .thumb_spotlight.float_right {
  float: right;
  margin: 0 0 15px 15px;
}
.single article,
.page article {
  margin-bottom: 50px;
}
.single article h2,
.page article h2 {
  padding-bottom: 15px;
  font-size: 22px;
  font-weight: 500;
}
.single article a,
.page article a {
  text-decoration: underline;
}
.single article iframe,
.page article iframe {
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  .single article iframe,
  .page article iframe {
    width: 100%;
  }
}
.template_recherche .results {
  list-style: none;
}
.template_recherche .results .result {
  margin-bottom: 30px;
}
.template_recherche .results .result img {
  margin-right: 15px;
}
.template_recherche .results .result h2 {
  font-size: 22px;
  margin-bottom: 15px;
}
.template_recherche .results .result h3 {
  font-size: 17px;
  font-weight: 400;
}
.gmap {
  overflow: hidden;
  margin-bottom: 40px;
}
.gmap iframe {
  display: block !important;
  height: 500px;
  width: 100%;
  margin-top: -55px !important;
  border: none;
}
.wsp-container {
  margin-bottom: 50px;
}
.wsp-container h2 {
  font-size: 22px;
  margin-bottom: 15px;
  text-align: center;
}
.wsp-container ul {
  margin-bottom: 15px;
  text-align: center;
}
.wsp-container ul li {
  list-style: none;
}
.wsp-container ul li strong {
  font-size: 17px;
}
.wrap_single_col-left article {
  padding: 0 10%;
}
@media only screen and (max-width: 479px) {
  .wrap_single_col-left article {
    padding: 0 15px;
  }
}
.wrap_comment_form {
  background-color: #FBFBFB;
  padding: 50px 0;
  text-align: center;
}
.wrap_comment_form h2 {
  margin-bottom: 30px;
}
.wrap_comment_form #commentform {
  margin: 0 auto;
  min-width: 290px;
  max-width: 500px;
}
.wrap_comment_form #commentform .logged-in-as {
  margin-bottom: 15px;
  text-align: center;
}
.wrap_comment_form #commentform .logged-in-as a:last-child {
  color: #f89d0a;
}
.wrap_comment_form #commentform .logged-in-as a:hover,
.wrap_comment_form #commentform .logged-in-as a:focus {
  text-decoration: underline;
}
.wrap_comment_form #commentform p {
  margin-bottom: 25px;
}
.wrap_comment_form #commentform p.comment-notes {
  margin-bottom: 20px;
}
.wrap_comment_form #commentform label {
  display: contents;
}
.wrap_comment_form #commentform input {
  border: 1px solid #aaa;
  margin-bottom: 20px;
  padding: 0 10px;
  width: 100%;
}
.wrap_comment_form #commentform input[type="submit"] {
  background-color: #fff;
  border: 1px solid #111;
  border-radius: 0;
  color: #111;
  font-weight: normal;
  line-height: 1;
  outline: none;
  padding: 12px 20px 10px;
  text-decoration: none;
  text-shadow: none;
  text-transform: uppercase;
  transition: all .3s ease;
}
.wrap_comment_form #commentform input[type="submit"]:hover,
.wrap_comment_form #commentform input[type="submit"]:focus {
  background-color: #111;
  color: #fff;
}
.wrap_comment_form #commentform input[type="submit"]:after {
  display: none;
}
.wrap_comment_form #commentform input[type="submit"].error:hover,
.wrap_comment_form #commentform input[type="submit"].error:focus {
  background-color: #111;
  color: #fff;
  cursor: default;
}
.wrap_comment_form #commentform input[type="submit"]:hover,
.wrap_comment_form #commentform input[type="submit"]:focus {
  background-color: #111;
  color: #fff;
}
.wrap_comment_form #commentform input[type="submit"]:after {
  display: none;
}
.wrap_comment_form #commentform input[type="submit"].error:hover,
.wrap_comment_form #commentform input[type="submit"].error:focus {
  background-color: #111;
  color: #fff;
  cursor: default;
}
.wrap_comment_form #commentform textarea {
  border: 1px solid #aaa;
  margin-bottom: 20px;
  padding: 10px;
  width: 100%;
}
.wrap_comment_form #commentform .gglcptch {
  padding: 0;
  margin-bottom: 20px;
}
.wrap_comment_form #commentform .gglcptch_recaptcha > div {
  margin: 0 auto;
}
.titre_section {
  margin-top: 1em;
  margin-bottom: 1em;
  text-align: center;
}
.titre_section.titre_shuffle {
  margin-bottom: 15px;
}
.wrap_comments {
  padding: 50px 50px 0;
}
.wrap_comments .comment-list {
  list-style: none;
}
.wrap_comments .comment-list ol {
  list-style: none;
  padding: 0 30px;
  position: relative;
}
.wrap_comments .comment-list ol.children:before {
  border-top: 1px dashed #111;
  content: " ";
  display: block;
  height: 1px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  top: 0;
  width: 30px;
}
.wrap_comments .comment-list ol.children article {
  border-left: 1px dashed #111;
}
.wrap_comments .comment-list article {
  border-left: 1px solid #111;
  margin-bottom: 30px;
  padding: 0 20px;
}
.wrap_comments .comment-list article footer .comment-metadata {
  padding-left: 50px;
  margin-top: -16px;
}
.wrap_comments .comment-list article footer .comment-metadata time {
  font-size: 11px;
}
.wrap_comments .comment-list article footer .comment-awaiting-moderation {
  color: #FDBC40;
  font-size: 12px;
  font-style: italic;
}
.wrap_comments .comment-list article .reply a {
  background: none;
  color: #222;
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  margin: 10px 0;
  padding: 10px 0;
  position: relative;
  font-size: 12px;
  font-weight: 600;
  margin: -6px 0 0;
  top: 10px;
  text-transform: uppercase;
}
.wrap_comments .comment-list article .reply a:after {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  border-bottom: 1px solid transparent;
  content: " ";
  display: block;
  margin: 0 auto;
  padding-top: 1px;
  width: 10%;
}
.wrap_comments .comment-list article .reply a:hover,
.wrap_comments .comment-list article .reply a:focus {
  background: none;
  color: #333;
}
.wrap_comments .comment-list article .reply a:hover:after,
.wrap_comments .comment-list article .reply a:focus:after {
  border-bottom: 1px solid #222;
  width: 100%;
}
.wrap_comments .comment-list article .reply a:after {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  border-bottom: 1px solid transparent;
  content: " ";
  display: block;
  margin: 0 auto;
  padding-top: 1px;
  width: 10%;
}
.wrap_comments .comment-list article .reply a:hover,
.wrap_comments .comment-list article .reply a:focus {
  background: none;
  color: #333;
}
.wrap_comments .comment-list article .reply a:hover:after,
.wrap_comments .comment-list article .reply a:focus:after {
  border-bottom: 1px solid #222;
  width: 100%;
}
.wrap_comments .comment-list .comment-respond {
  border-top: 1px dashed rgba(17,17,17,0.5);
  border-bottom: 1px solid #111;
  margin: -20px 40px 50px;
  padding: 30px 0 30px;
}
.wrap_comments .comment-list .comment-respond .comment-reply-title small {
  display: block;
  margin: 15px 0 0;
}
.wrap_comments .comment-list .comment-respond .comment-reply-title small a {
  color: #FDBC40;
}
.wrap_comments .comment-list .comment-respond #commentform {
  margin: 0 auto;
  min-width: 290px;
  max-width: 500px;
  margin-bottom: 0;
}
.wrap_comments .comment-list .comment-respond #commentform .logged-in-as {
  margin-bottom: 15px;
  text-align: center;
}
.wrap_comments .comment-list .comment-respond #commentform .logged-in-as a:last-child {
  color: #f89d0a;
}
.wrap_comments .comment-list .comment-respond #commentform .logged-in-as a:hover,
.wrap_comments .comment-list .comment-respond #commentform .logged-in-as a:focus {
  text-decoration: underline;
}
.wrap_comments .comment-list .comment-respond #commentform p {
  margin-bottom: 25px;
}
.wrap_comments .comment-list .comment-respond #commentform p.comment-notes {
  margin-bottom: 20px;
}
.wrap_comments .comment-list .comment-respond #commentform label {
  display: contents;
}
.wrap_comments .comment-list .comment-respond #commentform input {
  border: 1px solid #aaa;
  margin-bottom: 20px;
  padding: 0 10px;
  width: 100%;
}
.wrap_comments .comment-list .comment-respond #commentform input[type="submit"] {
  background-color: #fff;
  border: 1px solid #111;
  border-radius: 0;
  color: #111;
  font-weight: normal;
  line-height: 1;
  outline: none;
  padding: 12px 20px 10px;
  text-decoration: none;
  text-shadow: none;
  text-transform: uppercase;
  transition: all .3s ease;
}
.wrap_comments .comment-list .comment-respond #commentform input[type="submit"]:hover,
.wrap_comments .comment-list .comment-respond #commentform input[type="submit"]:focus {
  background-color: #111;
  color: #fff;
}
.wrap_comments .comment-list .comment-respond #commentform input[type="submit"]:after {
  display: none;
}
.wrap_comments .comment-list .comment-respond #commentform input[type="submit"].error:hover,
.wrap_comments .comment-list .comment-respond #commentform input[type="submit"].error:focus {
  background-color: #111;
  color: #fff;
  cursor: default;
}
.wrap_comments .comment-list .comment-respond #commentform input[type="submit"]:hover,
.wrap_comments .comment-list .comment-respond #commentform input[type="submit"]:focus {
  background-color: #111;
  color: #fff;
}
.wrap_comments .comment-list .comment-respond #commentform input[type="submit"]:after {
  display: none;
}
.wrap_comments .comment-list .comment-respond #commentform input[type="submit"].error:hover,
.wrap_comments .comment-list .comment-respond #commentform input[type="submit"].error:focus {
  background-color: #111;
  color: #fff;
  cursor: default;
}
.wrap_comments .comment-list .comment-respond #commentform textarea {
  border: 1px solid #aaa;
  margin-bottom: 20px;
  padding: 10px;
  width: 100%;
}
.wrap_comments .comment-list .comment-respond #commentform .gglcptch {
  padding: 0;
  margin-bottom: 20px;
}
.wrap_comments .comment-list .comment-respond #commentform .gglcptch_recaptcha > div {
  margin: 0 auto;
}
.wrap_single_col-right {
  background-color: #f2f4ec;
}
.wrap_single_col-right .wrap_single_side {
  padding: 50px 0;
}
.wrap_single_col-right .wrap_single_side h2 {
  font-size: 33px;
  font-weight: 400;
  line-height: 36px;
  margin: 0 0 50px;
  text-align: center;
}
.wrap_single_col-right .wrap_single_side h3,
.wrap_single_col-right .wrap_single_side .menu li a {
  font-size: 22px;
  font-weight: 600;
}
.wrap_single_col-right .wrap_single_side .lazy {
  display: none;
  height: 150px;
}
@media only screen and (max-width: 991px) {
  .wrap_single_col-right .wrap_single_side .wrap_menu_lateral {
    margin: 30px auto;
    max-width: 290px;
  }
}
.wrap_single_col-right .wrap_single_side .wrap_menu_lateral ul {
  border-left: 1px solid #111;
  list-style: none;
  margin: 0 0 20px;
  padding-left: 5px;
}
.wrap_single_col-right .wrap_single_side .wrap_item {
  display: none;
  margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .wrap_single_col-right .wrap_single_side .wrap_item {
    margin: 0 auto 20px;
    max-width: 290px;
  }
}
.wrap_single_col-right .wrap_single_side .wrap_item:first-child {
  display: block;
}
.wrap_single_col-right .wrap_single_side .wrap_item .readmore_2 {
  margin: 0;
  padding-bottom: 0;
}
.wrap_single_col-right .wrap_single_side .plus_btn {
  cursor: pointer;
  height: 20px;
  margin: 0 auto 20px;
  width: 20px;
}
.wrap_single_col-right .wrap_single_side .plus_btn:hover path,
.wrap_single_col-right .wrap_single_side .plus_btn:focus path {
  fill: #fff !important;
}
.wrap_single_col-right .wrap_single_side .plus_btn:hover #circle1,
.wrap_single_col-right .wrap_single_side .plus_btn:focus #circle1 {
  fill: #111 !important;
}
.wrap_single_col-right .wrap_single_side .plus_btn.clicked #vert {
  opacity: 0;
}
.home-wrapper_newsletter {
  padding: 10px 0 50px;
}
.wrap_mailpoet {
  margin: 0 auto;
  width: 64%;
}
@media only screen and (max-width: 991px) {
  .wrap_mailpoet {
    margin: 0 auto;
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .wrap_mailpoet {
    margin: 30px auto;
    width: 100%;
  }
}
.wrap_mailpoet .button_newsletter_more {
  background-color: transparent;
  color: #5587DF;
  font-weight: bold;
  display: inline-flex;
  margin-top: 20px;
  padding: 10px;
  border: 1px solid #5587DF;
  border-radius: 4px;
  width: fit-content;
}
.wrap_mailpoet .button_newsletter_more:hover,
.wrap_mailpoet .button_newsletter_more:focus,
.wrap_mailpoet .button_newsletter_more:active {
  background-color: #5587DF;
  color: white;
}
@media only screen and (max-width: 479px) {
  .wrap_mailpoet .button_newsletter_more {
    padding: 10px;
    font-size: 13px;
  }
}
.wrap_mailpoet .last {
  margin-top: 20px;
}
.wrap_mailpoet div.mailpoet_form {
  margin-top: 20px;
  width: 100%;
}
.wrap_mailpoet div.mailpoet_form:after {
  clear: both;
}
.wrap_mailpoet div.mailpoet_form::before,
.wrap_mailpoet div.mailpoet_form::after {
  content: " ";
  display: table;
}
.wrap_mailpoet div.mailpoet_form .mailpoet_paragraph {
  float: left;
  margin-bottom: 0;
}
.wrap_mailpoet div.mailpoet_form .mailpoet_paragraph:first-of-type {
  width: 82%;
}
.wrap_mailpoet div.mailpoet_form .mailpoet_paragraph:last-of-type {
  width: 18%;
}
.wrap_mailpoet div.mailpoet_form .mailpoet_paragraph input {
  width: 100% !important;
}
.wrap_mailpoet div.mailpoet_form .mailpoet_paragraph input[type="submit"] {
  height: 55px;
  background-color: #5587DF;
  color: #fff;
  border-radius: 0 4px 4px 0;
}
.wrap_mailpoet div.mailpoet_form .mailpoet_paragraph input[type="email"] {
  height: 55px;
  border-radius: 4px 0 0 4px;
}
.wrap_mailpoet div.mailpoet_form .mailpoet_message {
  width: 100%;
}
.wrap_mailpoet div.mailpoet_form .mailpoet_message:after {
  clear: both;
}
.wrap_mailpoet div.mailpoet_form .mailpoet_message::before,
.wrap_mailpoet div.mailpoet_form .mailpoet_message::after {
  content: " ";
  display: table;
}
.wrap_mailpoet div.mailpoet_form .mailpoet_message .mailpoet_validate_success {
  color: #8FAE1B;
}
.wrap_mailchimp {
  margin: 0 auto;
}
.wrap_mailchimp .button_newsletter_more {
  background-color: transparent;
  color: #5587DF;
  font-weight: bold;
  display: inline-flex;
  margin-top: 20px;
  padding: 10px;
  border: 1px solid #5587DF;
  border-radius: 4px;
  width: fit-content;
}
.wrap_mailchimp .button_newsletter_more:hover,
.wrap_mailchimp .button_newsletter_more:focus,
.wrap_mailchimp .button_newsletter_more:active {
  background-color: #5587DF;
  color: white;
}
@media only screen and (max-width: 479px) {
  .wrap_mailchimp .button_newsletter_more {
    padding: 10px;
  }
}
.wrap_mailchimp .last {
  margin-top: 20px;
}
.wrap_mailchimp .mailchimp_form {
  margin-top: 20px;
  width: 100%;
}
.wrap_mailchimp .mailchimp_form:after {
  clear: both;
}
.wrap_mailchimp .mailchimp_form::before,
.wrap_mailchimp .mailchimp_form::after {
  content: " ";
  display: table;
}
.wrap_mailchimp .mailchimp_form .mailchimp_paragraph {
  float: left;
  margin-bottom: 0;
}
.wrap_mailchimp .mailchimp_form .mailchimp_paragraph:first-of-type {
  width: 82%;
}
.wrap_mailchimp .mailchimp_form .mailchimp_paragraph:last-of-type {
  width: 18%;
}
.wrap_mailchimp .mailchimp_form .mailchimp_paragraph input {
  width: 100% !important;
}
.wrap_mailchimp .mailchimp_form .mailchimp_paragraph input[type="submit"] {
  height: 55px;
  background-color: #5587DF;
  color: #fff;
  border-radius: 0 4px 4px 0;
  border: transparent;
}
.wrap_mailchimp .mailchimp_form .mailchimp_paragraph input[type="email"] {
  height: 55px;
  width: 200%;
  border-radius: 4px 0 0 4px;
}
.wrap_mailchimp .mailchimp_form .mailpoet_message {
  width: 100%;
}
.wrap_mailchimp .mailchimp_form .mailpoet_message:after {
  clear: both;
}
.wrap_mailchimp .mailchimp_form .mailpoet_message::before,
.wrap_mailchimp .mailchimp_form .mailpoet_message::after {
  content: " ";
  display: table;
}
.wrap_mailchimp .mailchimp_form .mailpoet_message .mailpoet_validate_success {
  color: #8FAE1B;
}
.wrap_template2 .wrap_head_page_title {
  background-color: #5587DF;
  padding: 50px;
  margin-top: 30px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .wrap_template2 .wrap_head_page_title {
    margin-top: 0px;
  }
}
.wrap_template2 .wrap_head_page_title h1 {
  margin: 0 auto;
  color: white;
  text-align: center;
}
.wrap_template2 h2 {
  font-size: 33px;
  text-align: center;
}
.wrap_template2 .team_tag_tittle_top {
  text-align: center;
  color: #5587DF;
  font-size: 28px;
  margin-top: 40px;
}
.wrap_template2 .team_tag_tittle_bottom {
  text-align: center;
  color: #5587DF;
  font-size: 28px;
  margin-bottom: 40px;
}
.wrap_template2 .kiosque-pagination {
  margin-top: 20px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrap_template2 .kiosque-pagination .page-numbers {
  color: #5587DF;
  padding: 0;
  transition: background-color .3s;
  border: 1px solid #5587DF;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 4px;
}
.wrap_template2 .kiosque-pagination :nth-last-child {
  display: none;
}
.wrap_template2 .kiosque-pagination .dots {
  display: none;
}
.wrap_template2 .kiosque-pagination .current {
  font-weight: bold;
  background-color: #5587DF;
  color: white;
}
.wrap_chiffres_cles {
  padding: 3% 0;
}
@media only screen and (max-width: 767px) {
  .wrap_chiffres_cles {
    padding: 30px 0;
  }
}
.wrap_chiffres_cles h2 {
  margin-bottom: 50px;
  text-align: center;
}
.wrap_chiffres_cles .nth_items_3 {
  width: 50%;
}
@media only screen and (max-width: 1367px) {
  .wrap_chiffres_cles .nth_items_3 {
    width: 80%;
  }
}
@media only screen and (max-width: 1199px) {
  .wrap_chiffres_cles .nth_items_3 {
    width: 100%;
  }
}
.wrap_chiffres_cles .width_3 {
  width: 33.33%;
}
@media only screen and (max-width: 1199px) {
  .wrap_chiffres_cles .width_3 {
    width: 33.33%;
  }
  .wrap_chiffres_cles .width_3:nth-child(2n+1) {
    clear: none;
    margin-bottom: 0;
  }
  .wrap_chiffres_cles .width_3:last-child {
    float: left;
  }
}
@media only screen and (max-width: 479px) {
  .wrap_chiffres_cles .width_3 {
    float: none;
    width: 100%;
  }
}
.wrap_chiffres_cles .nth_items_4 {
  width: 70%;
}
.wrap_chiffres_cles .wrap_chiffres_items .wrap_chiffre {
  text-align: center;
}
.wrap_chiffres_cles .wrap_chiffres_items .wrap_chiffre .apres {
  font-size: 34px;
}
.wrap_chiffres_cles .wrap_chiffres_items .wrap_chiffre .chiffre {
  font-size: 46px;
  font-weight: 900;
}
@media only screen and (max-width: 991px) {
  .wrap_chiffres_cles .wrap_chiffres_items .wrap_chiffre .chiffre {
    font-size: 37px;
  }
}
@media only screen and (max-width: 767px) {
  .wrap_chiffres_cles .wrap_chiffres_items .wrap_chiffre .chiffre {
    font-size: 29px;
  }
}
.wrap_chiffres_cles .wrap_chiffres_items .wrap_chiffre .chiffre .suffixe {
  font-size: 0.7em;
}
.wrap_chiffres_cles .wrap_chiffres_items .wrap_chiffre.item_1 .avant {
  font-size: 46px;
  font-weight: 900;
}
.wrap_chiffres_cles .wrap_chiffres_items .wrap_chiffre.item_1 .apres {
  display: block;
}
.wrap_chiffres_cles .wrap_chiffres_items .wrap_chiffre.item_2 .apres {
  display: block;
}
.wrap_chiffres_cles .wrap_chiffres_items .wrap_chiffre.item_3 .chiffre {
  display: block;
}
.wrap_chiffres_cles .wrap_chiffres_items .wrap_chiffre.item_4 .avant {
  font-size: 46px;
  font-weight: 900;
}
.wrap_chiffres_cles .wrap_chiffres_items .wrap_chiffre.item_4 .apres {
  display: block;
}
.galerie h2 {
  font-size: 22px;
  font-weight: 300;
  margin: 0 0 20px;
  text-align: center;
}
.galerie .wrap_galerie_photo {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 50px;
}
.galerie .wrap_galerie_photo .wrap_photo {
  height: 300px;
  width: 25%;
}
@media only screen and (max-width: 1199px) {
  .galerie .wrap_galerie_photo .wrap_photo {
    width: 33.33%;
  }
}
@media only screen and (max-width: 991px) {
  .galerie .wrap_galerie_photo .wrap_photo {
    width: 50%;
  }
}
.galerie .wrap_galerie_photo .wrap_photo .lazy {
  position: relative;
}
.galerie .wrap_galerie_photo .wrap_photo .lazy .legende {
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;
  color: #fff;
  align-items: center;
  display: flex;
  justify-content: center;
  font-size: 14px;
  height: 100%;
  opacity: 0;
  position: absolute;
  text-transform: uppercase;
  width: 100%;
}
.galerie .wrap_galerie_photo .wrap_photo .lazy .legende:hover,
.galerie .wrap_galerie_photo .wrap_photo .lazy .legende:focus {
  background-color: rgba(0,0,0,0.4);
  opacity: 1;
}
.search h2 {
  font-family: 'Karla', Arial, Helvetica, sans-serif;
}
.wrap_background_newsletter {
  background-color: #E1EDEE;
  padding: 40px;
}
@media only screen and (max-width: 479px) {
  .wrap_background_newsletter {
    padding: 20px;
  }
}
.simcal-calendar .post-edit-link {
  display: none;
}
.simcal-calendar .simcal-event-title {
  font-size: 12px;
}
.simcal-event-details a {
  display: none;
}
.simcal-default-calendar-grid.simcal-default-calendar-light .simcal-event {
  border-bottom-color: rgba(0,0,0,0.64) !important;
}
#mailpoet_form_1 .mailpoet_form .mailpoet_paragraph:nth-of-type(2) {
  width: 18%;
}
#mailpoet_form_1 .mailpoet_form .mailpoet_paragraph:last-of-type {
  margin-top: 10px;
  width: 100% !important;
}
#mailpoet_form_1 .mailpoet_form .mailpoet_paragraph input[type="checkbox"] {
  display: inline-block;
  width: auto !important;
}
.am_ajax_post_grid_wrap {
  box-sizing: border-box;
}
.am_ajax_post_grid_wrap .asr-ajax-container {
  position: relative;
}
.am_ajax_post_grid_wrap .asr-ajax-container .asr-loader {
  display: none;
}
.am_ajax_post_grid_wrap .asr-ajax-container .asr-loader .am_post_grid {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.am_ajax_post_grid_wrap .asr-ajax-container .asr-loader .am__col-3 .am_grid_col {
  padding: 0 15px;
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  margin-bottom: 30px;
}
.am_ajax_post_grid_wrap .asr-ajax-container .asr-loader .am__col-3 .am_grid_col .am_single_grid {
  box-shadow: 1px 1px 15px rgba(0,0,0,0.2);
  height: 100%;
  display: block;
}
.am_ajax_post_grid_wrap .asr-ajax-container .asr-loader .am__col-3 .am_grid_col .am_single_grid .am_thumb {
  height: 200px;
  overflow: hidden;
}
.am_ajax_post_grid_wrap .asr-ajax-container .asr-loader .am__col-3 .am_grid_col .am_single_grid .am_thumb img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  height: 100%;
  width: 100%;
  margin: 0 !important;
  border-radius: 0;
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
}
.am_ajax_post_grid_wrap .asr-ajax-container .asr-loader .am__col-3 .am_grid_col .am_single_grid .am_thumb:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.am_ajax_post_grid_wrap .asr-ajax-container .asr-loader .am__col-3 .am_grid_col .am_single_grid .am_cont {
  padding: 20px;
}
.am_ajax_post_grid_wrap .asr-ajax-container .asr-loader #am_posts_navigation_init {
  margin: 30px 0;
  text-align: center;
}
.am_ajax_post_grid_wrap .asr-ajax-container .asr-loader #am_posts_navigation_init .page-numbers {
  width: 30px;
  display: inline-block;
  height: 30px;
  text-align: center;
  line-height: 1.2;
  border: 1px solid #c6c6c6;
  padding: 4px;
  text-decoration: none;
}
.am_ajax_post_grid_wrap .asr-ajax-container .asr-loader #am_posts_navigation_init.current,
.am_ajax_post_grid_wrap .asr-ajax-container .asr-loader #am_posts_navigation_init:hover {
  background: #f0f0f0;
}
.simcal-calendar {
  margin-top: 50px;
}
@media only screen and (max-width: 991px) {
  .fc-left {
    margin-bottom: 40px !important;
    width: 100% !important;
  }
}
.fc-left .fc-button-group {
  display: flex !important;
  position: absolute;
  margin: 0 auto;
  width: 100%;
  align-items: center;
  justify-content: center;
  top: 6px;
}
.fc-left .fc-button-group button {
  background-color: transparent !important;
  border: none;
  background-image: none;
  box-shadow: none;
  color: #5587DF;
  transition: background-color .3s;
  border: 1px solid #5587DF;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  z-index: 10;
}
.fc-left .fc-button-group button span {
  font-size: 10px;
  margin: -6px !important;
  height: 14px;
}
.fc-left .fc-button-group .fc-prev-button {
  margin-right: 180px;
}
@media only screen and (max-width: 1199px) {
  .fc-left .fc-button-group .fc-prev-button {
    margin-right: 180px;
  }
}
@media only screen and (max-width: 991px) {
  .fc-left .fc-button-group .fc-prev-button {
    margin-right: 180px;
  }
}
@media only screen and (max-width: 767px) {
  .fc-left .fc-button-group .fc-prev-button {
    margin-left: 180px;
  }
}
@media only screen and (max-width: 479px) {
  .fc-left .fc-button-group .fc-prev-button {
    margin-right: 100px;
  }
}
.fc-left .fc-button-group .fc-next-button {
  margin-left: 180px;
}
@media only screen and (max-width: 1199px) {
  .fc-left .fc-button-group .fc-next-button {
    margin-left: 180px;
  }
}
@media only screen and (max-width: 991px) {
  .fc-left .fc-button-group .fc-next-button {
    margin-left: 180px;
  }
}
@media only screen and (max-width: 767px) {
  .fc-left .fc-button-group .fc-next-button {
    margin-left: 180px;
  }
}
@media only screen and (max-width: 479px) {
  .fc-left .fc-button-group .fc-next-button {
    margin-left: 100px;
  }
}
.fc-left .fc-button-group .fc-state-hover {
  background-color: transparent !important;
}
.fc-center {
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
}
.fc-center h2 {
  color: #5587DF;
  font-family: Karla !important;
  font-size: 24px !important;
  line-height: 32.73px;
  font-weight: bold !important;
}
@media only screen and (max-width: 991px) {
  .fc-center h2 {
    font-size: 20px !important;
  }
}
@media only screen and (max-width: 479px) {
  .fc-center h2 {
    font-size: 16px !important;
  }
}
.fc-right .fc-button-group button {
  background-image: none;
  background-color: white !important;
  color: #000000 !important;
  border: 1px solid #000000 !important;
  border-radius: 4px;
  box-shadow: none;
  width: 71px;
  height: 35px;
  z-index: 12;
  margin-left: -5px;
  font-family: Karla !important;
  font-weight: bold !important;
}
@media only screen and (max-width: 1199px) {
  .fc-right .fc-button-group button {
    width: 71px;
    height: 35px;
  }
}
@media only screen and (max-width: 991px) {
  .fc-right .fc-button-group button {
    width: 71px;
    height: 35px;
  }
}
@media only screen and (max-width: 479px) {
  .fc-right .fc-button-group button {
    width: 55px;
    height: 20px;
    font-size: 12px;
  }
}
.fc-right .fc-button-group button:hover {
  background-color: #000000 !important;
  color: white !important;
}
@media only screen and (max-width: 479px) {
  .fc-right .fc-button-group .fc-corner-right {
    display: none !important;
  }
}
.fc-right .fc-button-group .fc-state-active {
  background-color: #000000 !important;
  color: white !important;
  border: 1px solid #000000 !important;
  border-radius: 4px;
}
.fc-head-container {
  border: 0px !important;
}
.fc-head-container .fc-day-header {
  border: 0px !important;
  color: #5587DF;
  font-weight: 600 !important;
}
.fc-content-skeleton {
  border-top: 1px solid #ddd !important;
}
.fc-content-skeleton table {
  margin-bottom: 6px !important;
}
.fc-content-skeleton table .fc-day-number {
  position: relative;
  text-align: left !important;
  padding: 5px 10px !important;
  font-family: Karla !important;
  font-weight: regular;
}
.fc-content-skeleton table .fc-today {
  position: absolute;
  background-color: #5587DF !important;
  color: white;
  margin: 4px;
  border-radius: 4px;
  padding: 0px 4px 0px 4px !important;
}
.fc-event-container .fc-time-grid-event {
  text-decoration: none !important;
  margin: 6px 6px 0px 6px;
  min-height: 25px;
}
.fc-event-container .fc-time-grid-event .fc-content {
  margin: 6px;
}
.fc-event-container .fc-time-grid-event .fc-content .fc-time {
  display: none;
}
.fc-event-container .fc-day-grid-event {
  text-decoration: none !important;
  margin: 6px 6px 0px 6px;
}
.fc-event-container .fc-day-grid-event .fc-content {
  margin: 6px;
}
.fc-event-container .fc-day-grid-event .fc-content .fc-time {
  display: none;
}
#wp-comment-cookies-consent {
  width: auto !important;
}
.button_cat_callendar {
  display: flex;
  position: absolute;
  width: 100%;
  align-items: left;
  justify-content: left;
  top: 284px;
  left: 0;
}
@media only screen and (max-width: 1199px) {
  .button_cat_callendar {
    top: 310px;
  }
}
@media only screen and (max-width: 991px) {
  .button_cat_callendar {
    top: 375px;
  }
}
@media only screen and (max-width: 768px) {
  .button_cat_callendar {
    top: 402px;
  }
}
@media only screen and (max-width: 767px) {
  .button_cat_callendar {
    top: 378px;
  }
}
@media only screen and (max-width: 699px) {
  .button_cat_callendar {
    display: none !important;
  }
}
.button_cat_callendar .deplacements {
  z-index: 11;
  margin-right: 2px;
  border: 1px solid #a4bdfc;
  border-radius: 4px;
  background-color: white;
  color: #a4bdfc;
  font-weight: bold;
}
.button_cat_callendar .circonscription {
  z-index: 11;
  margin-right: 2px;
  border: 1px solid #b3dc6c;
  border-radius: 4px;
  background-color: white;
  color: #b3dc6c;
  font-weight: bold;
}
.button_cat_callendar .paris {
  z-index: 11;
  margin-right: 2px;
  border: 1px solid #ECB102;
  border-radius: 4px;
  background-color: white;
  color: #ECB102;
  font-weight: bold;
}
@media only screen and (max-width: 1199px) {
  .button_cat_callendar button {
    font-size: 12px;
  }
}
@media only screen and (max-width: 991px) {
  .button_cat_callendar button {
    font-size: 16px;
  }
}
#spinner {
  border: 16px solid #f3f3f3;
  border-top: 16px solid #5587DF;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
  margin: 50px auto;
  display: none;
}
@media only screen and (max-width: 479px) {
  #spinner {
    border: 12px solid #f3f3f3;
    border-top: 12px solid #5587DF;
    width: 80px;
    height: 80px;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#wpca-popup-modal {
  height: calc(100% - 100px);
  overflow: auto;
}
#wpca-bar {
  background-color: #5587DF !important;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#wpca-bar.wpca-hide {
  display: none;
}
#wpca-bar #wpca-bar-content {
  width: 49% !important;
}
@media only screen and (max-width: 767px) {
  #wpca-bar #wpca-bar-content {
    width: 100% !important;
  }
}
#wpca-bar #wpca-bar-content * {
  font-size: 16px;
  line-height: 1.2;
}
#wpca-bar #wpca-bar-content span {
  background-color: transparent !important;
  color: #5587DF !important;
  font-family:  !important;
}
#wpca-bar #wpca-bar-content .wpca-cookie-policy-link {
  color: #FFFFFF !important;
  text-decoration: underline;
}
#wpca-bar #wpca-bar-content p {
  border: none !important;
}
#wpca-bar #wpca-bar-content .wpca-btn-decline {
  font-size: 12px;
  background: none;
  color: #FFFFFF;
  margin: 0;
  padding: 0;
  text-decoration: underline;
}
#wpca-bar #wpca-bar-meta {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 49%;
}
@media only screen and (max-width: 767px) {
  #wpca-bar #wpca-bar-meta {
    display: block;
    margin: 10px;
    text-align: center;
    width: 100%;
  }
}
#wpca-bar #wpca-bar-meta [class*="wpca-btn"] {
  background-color: ;
  border: 1px solid #FFFFFF;
  margin: 3px 1%;
  max-width: 180px;
  padding: 10px;
  width: 100% !important;
}
@media only screen and (max-width: 767px) {
  #wpca-bar #wpca-bar-meta [class*="wpca-btn"] {
    margin: 3px auto !important;
    max-width: 383.5px;
  }
}
@media  {
  #wpca-bar #wpca-bar-meta [class*="wpca-btn"] {
    max-width: 500px;
  }
}
#wpca-bar #wpca-bar-meta [class*="wpca-btn"].wpca-btn-accept {
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
  color: #5587DF;
}
#wpca-bar #wpca-bar-meta #wpca-icon-settings {
  margin: 0 30px 0 0;
  width: 20px !important;
}
@media only screen and (max-width: 767px) {
  #wpca-bar #wpca-bar-meta #wpca-icon-settings {
    display: block;
    margin: 10px auto 20px;
  }
}
.wpca-btn-reset-consent {
  background-color:  !important;
  color: #FFFFFF !important;
}
.wpca-replacement-elem {
  display: none;
  background-color: transparent !important;
}
.wpca-replacement-elem .wpca-replacement-logo {
  display: none;
}
.wpca-replacement-elem .wpca-replace-txt {
  background-color: ;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  padding: 20px;
}
.rgpd_google,
.rgpd_client {
  color: ;
  font-size: 14px !important;
  font-style: italic;
  font-weight: 300;
  margin: 10px 0;
}
.rgpd_google a,
.rgpd_client a {
  color: ;
  font-style: italic;
  text-decoration: underline !important;
}
.rgpd_client {
  margin-top: 30px;
}
.consent {
  display: block;
  font-size: 16px;
  margin-bottom: 20px;
}
.consent .wpcf7-list-item {
  margin: 0;
}
.consent .consent_rgpd {
  width: auto;
}
#wrap_popup_ie {
  background-color: #fff;
  box-shadow: 0px 1px 8px -2px #111;
  display: none;
  max-height: 70%;
  padding: 40px;
  position: fixed;
  overflow: auto;
  top: 50%;
  left: 50%;
  min-width: 300px;
  width: 40%;
  z-index: 999;
}
#wrap_popup_ie.ie {
  display: block !important;
}
#wrap_popup_ie .wrap_popup_ie_body img {
  display: block;
  margin: 0 auto 30px;
}
#wrap_popup_ie .wrap_popup_ie_body ul {
  margin: 15px 0 30px;
  padding-left: 40px;
}
#wrap_popup_ie .wrap_popup_ie_body ul li {
  margin-bottom: 5px;
}
#wrap_popup_ie .wrap_popup_ie_body ul li a {
  display: inline-block;
  padding: 3px 0;
}
#wrap_popup_ie #close_popup_ie {
  display: block;
  padding: 10px;
  text-decoration: underline;
  text-align: right;
}
