@charset "UTF-8";
@font-face {
  font-family: france22;
  src: url("/assets/site/font/France22-Bold_V2.otf") format("opentype");
}
@font-face {
  font-family: proxima-nova;
  src: url("/assets/site/font/ProximaNova-Bold.otf") format("opentype");
  font-weight: 700;
}
@font-face {
  font-family: proxima-nova;
  src: url("/assets/site/font/ProximaNova-Extrabold.otf") format("opentype");
  font-weight: 800;
}
@font-face {
  font-family: proxima-nova;
  src: url("/assets/site/font/ProximaNova-Regular.otf") format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: proxima-nova;
  src: url("/assets/site/font/ProximaNova-Semibold.otf") format("opentype");
  font-weight: 600;
}
* {
  font-family: "proxima-nova", sans-serif;
  -webkit-font-smoothing: antialiased;
}

body {
  overflow-x: hidden;
}

.container_maxi {
  width: 100%;
  max-width: 1920px;
  margin: auto;
}

.container,
.container_1300 {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 992px) {
  .container_900 {
    width: 900px;
    max-width: 100%;
  }
}

.container_little {
  width: 90%;
  margin: auto;
}

.priorite:hover .btn-z {
  background-color: #D5E4E8;
  border: 1px solid #D5E4E8;
  color: #0B0B66;
}
.priorite:hover .btn-z svg path, .priorite:hover .btn-z svg line {
  stroke: #0B0B66;
}

input[type=submit].btn-z,
span.btn-z,
a.btn-z {
  padding: 8.5px 19px;
  font-size: 15px;
  font-weight: 600;
  line-height: 15px;
  text-align: center;
  border-radius: 30px;
  text-decoration: none;
  background-color: #D5E4E8;
  border: 1px solid #D5E4E8;
  color: #0B0B66;
  transition: all 0.3s ease-out;
  display: inline-block;
}
input[type=submit].btn-z svg,
span.btn-z svg,
a.btn-z svg {
  margin-left: 8px;
}
input[type=submit].btn-z svg path, input[type=submit].btn-z svg line,
span.btn-z svg path,
span.btn-z svg line,
a.btn-z svg path,
a.btn-z svg line {
  stroke: #0B0B66;
}
input[type=submit].btn-z:hover,
span.btn-z:hover,
a.btn-z:hover {
  background-color: #0B0B66;
  color: white;
}
input[type=submit].btn-z:hover svg path, input[type=submit].btn-z:hover svg line,
span.btn-z:hover svg path,
span.btn-z:hover svg line,
a.btn-z:hover svg path,
a.btn-z:hover svg line {
  stroke: white;
}
input[type=submit].btn-z.fond-clair:hover,
span.btn-z.fond-clair:hover,
a.btn-z.fond-clair:hover {
  background-color: transparent;
  color: white;
  border: 1px solid white;
}
input[type=submit].btn-z.fond-clair:hover svg path, input[type=submit].btn-z.fond-clair:hover svg line,
span.btn-z.fond-clair:hover svg path,
span.btn-z.fond-clair:hover svg line,
a.btn-z.fond-clair:hover svg path,
a.btn-z.fond-clair:hover svg line {
  stroke: white;
}
input[type=submit].btn-z.fond-blanc,
span.btn-z.fond-blanc,
a.btn-z.fond-blanc {
  background-color: white;
  color: #0B0B66;
  border: 1px solid #0B0B66;
}
input[type=submit].btn-z.fond-blanc:hover,
span.btn-z.fond-blanc:hover,
a.btn-z.fond-blanc:hover {
  background-color: #D5E4E8;
  border: 1px solid #D5E4E8;
}
input[type=submit].btn-z.fond-bleu,
span.btn-z.fond-bleu,
a.btn-z.fond-bleu {
  background-color: #0B0B66;
  color: white;
  border: 1px solid #0B0B66;
}
input[type=submit].btn-z.fond-bleu svg path, input[type=submit].btn-z.fond-bleu svg line,
span.btn-z.fond-bleu svg path,
span.btn-z.fond-bleu svg line,
a.btn-z.fond-bleu svg path,
a.btn-z.fond-bleu svg line {
  stroke: white;
}
input[type=submit].btn-z.fond-bleu:hover,
span.btn-z.fond-bleu:hover,
a.btn-z.fond-bleu:hover {
  background-color: white;
  color: #0B0B66;
  border: 1px solid #0B0B66;
}
input[type=submit].btn-z.fond-bleu:hover svg path, input[type=submit].btn-z.fond-bleu:hover svg line,
span.btn-z.fond-bleu:hover svg path,
span.btn-z.fond-bleu:hover svg line,
a.btn-z.fond-bleu:hover svg path,
a.btn-z.fond-bleu:hover svg line {
  stroke: #0B0B66;
}
input[type=submit].btn-z.fond-fonce,
span.btn-z.fond-fonce,
a.btn-z.fond-fonce {
  background-color: transparent;
  color: white;
  border: 1px solid white;
}
input[type=submit].btn-z.fond-fonce svg path, input[type=submit].btn-z.fond-fonce svg line,
span.btn-z.fond-fonce svg path,
span.btn-z.fond-fonce svg line,
a.btn-z.fond-fonce svg path,
a.btn-z.fond-fonce svg line {
  stroke: white;
}
input[type=submit].btn-z.fond-fonce:hover,
span.btn-z.fond-fonce:hover,
a.btn-z.fond-fonce:hover {
  background-color: #D5E4E8;
  color: #0B0B66;
  border: 1px solid #D5E4E8;
}
input[type=submit].btn-z.fond-fonce:hover svg path, input[type=submit].btn-z.fond-fonce:hover svg line,
span.btn-z.fond-fonce:hover svg path,
span.btn-z.fond-fonce:hover svg line,
a.btn-z.fond-fonce:hover svg path,
a.btn-z.fond-fonce:hover svg line {
  stroke: #0B0B66;
}
input[type=submit].btn-z.fond-rouge,
span.btn-z.fond-rouge,
a.btn-z.fond-rouge {
  background-color: #E60000;
  color: white;
  border: 1px solid #E60000;
}
input[type=submit].btn-z.fond-rouge svg path, input[type=submit].btn-z.fond-rouge svg line,
span.btn-z.fond-rouge svg path,
span.btn-z.fond-rouge svg line,
a.btn-z.fond-rouge svg path,
a.btn-z.fond-rouge svg line {
  stroke: white;
}
input[type=submit].btn-z.fond-rouge:hover,
span.btn-z.fond-rouge:hover,
a.btn-z.fond-rouge:hover {
  background-color: white;
  color: #E60000;
  border: 1px solid #E60000;
}
input[type=submit].btn-z.fond-rouge:hover svg path, input[type=submit].btn-z.fond-rouge:hover svg line,
span.btn-z.fond-rouge:hover svg path,
span.btn-z.fond-rouge:hover svg line,
a.btn-z.fond-rouge:hover svg path,
a.btn-z.fond-rouge:hover svg line {
  stroke: #E60000;
}

.classic-title {
  line-height: 25px;
  font-size: 25px;
  letter-spacing: 1.25pt;
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  margin: 0 0 68px 0;
  font-family: "france22", sans-serif;
}
.classic-title.clair {
  color: #D5E4E8;
}
.classic-title.fonce {
  color: #0B0B66;
}
.classic-title.blanc {
  color: white;
}
.classic-title:after {
  background-color: #E60000;
  width: 19px;
  height: 5px;
  bottom: -8px;
  left: 0;
  position: absolute;
  display: block;
  content: " ";
}

#preheader, #preheader2 {
  background-color: #D5E4E8;
  color: #0B0B66;
}
#preheader .img, #preheader2 .img {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  width: 130px;
  display: block;
}
#preheader .txt, #preheader2 .txt {
  padding: 15px 18px;
}
#preheader .txt .date, #preheader2 .txt .date {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 8px;
  display: block;
}
#preheader .txt .title, #preheader2 .txt .title {
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  text-transform: uppercase;
  margin-right: 10px;
  font-family: "france22", sans-serif;
}
@media (min-width: 768px) {
  #preheader .txt .title, #preheader2 .txt .title {
    font-size: 25px;
  }
}
#preheader .txt a, #preheader2 .txt a {
  text-decoration: none;
  color: #0B0B66;
  font-weight: 600;
  display: inline-block;
  position: relative;
}
#preheader .txt a:after, #preheader2 .txt a:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #0B0B66;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
#preheader .txt a:hover:after, #preheader2 .txt a:hover:after {
  width: 100%;
  left: 0;
}

header {
  position: relative;
}
header > div:first-of-type {
  background: white;
  padding: 24px 0;
  min-height: 96px;
  transition: all 0.3s ease 0s;
}
header.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}
header.sticky > div:first-of-type {
  padding: 12px 0;
  min-height: calc(96px - 24px);
}
header.sticky + #hero {
  padding-top: 120px;
}
header .logo {
  margin-right: 20px;
}
header .logo h1 {
  margin: 0;
}
@media (min-width: 576px) {
  header .logo {
    margin-right: 20px;
  }
}
@media (min-width: 992px) {
  header .logo {
    margin-right: 30px;
  }
}
header .logo img {
  max-width: 100%;
  max-height: 40px;
}
@media (max-width: 1399.98px) {
  header nav .btn-z {
    margin-left: 15px;
  }
}
header nav a:not(:first-of-type) {
  margin-left: 20px;
}
header nav a:not(.btn-z, .burger) {
  text-decoration: none;
  color: #0B0B66;
  font-weight: 600;
  font-size: 15px;
  display: inline-block;
  position: relative;
}
header nav a:not(.btn-z, .burger):after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #E60000;
  transition: all 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
header nav a:not(.btn-z, .burger):not(.dropdown-item, .dropdown-toggle2):not(.active):hover {
  color: #E60000;
  text-decoration: none;
}
header nav a:not(.btn-z, .burger):not(.dropdown-item, .dropdown-toggle2):not(.active):hover:after {
  width: 100%;
  left: 0;
}
header nav a:not(.btn-z, .burger).active:after {
  background: #0B0B66;
  width: 100%;
  left: 0;
}
header nav .dropdown:hover > .dropdown-menu {
  display: block;
}
header nav .dropdown-menu {
  background: white;
  padding: 20px;
}
header nav .dropdown-menu .dropdown-item {
  padding: 0;
  color: #0B0B66;
  font-size: 15px;
}
header nav .dropdown-menu .dropdown-item:not(:last-of-type) {
  margin-bottom: 20px;
}
header nav .dropdown-menu .dropdown-item:hover, header nav .dropdown-menu .dropdown-item:focus {
  text-decoration: none;
  background-color: unset;
}
header nav .dropdown-menu .dropdown-item:hover span, header nav .dropdown-menu .dropdown-item:focus span {
  color: #E60000;
}
header .burger {
  margin-left: 20px;
  position: relative;
  width: 30px;
  height: 22px;
}
header .burger span {
  position: absolute;
  left: 0;
  width: 30px;
  height: 4px;
  background: #0B0B66;
  display: block;
  transition: all 0.3s ease 0s;
}
header .burger span:first-child {
  top: 0;
}
header .burger span:nth-child(2) {
  top: 9px;
}
header .burger span:last-child {
  top: 18px;
}
header .burger:hover span {
  background: #E60000;
}
header .overlay {
  position: fixed;
  width: 100vw;
  height: 100vw;
  background: #0B0B66;
  z-index: 0;
  opacity: 0;
  display: none;
  top: 0;
  left: 0;
}
header #menu_mobile {
  background: #0B0B66;
  background-size: 120% 120%;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  z-index: 0;
  overflow-y: scroll;
  max-height: calc(100% - 96px);
  width: 100%;
  top: 96px;
  margin-left: 100%;
  opacity: 0;
  position: absolute;
  height: 100%;
}
header #menu_mobile .d-flex {
  padding: 105px 0 105px 0;
}
header #menu_mobile svg {
  position: absolute;
  bottom: 70px;
  left: 0;
  width: 60%;
  height: auto;
  z-index: -1;
  max-width: 410px;
}
header #menu_mobile svg #path214 {
  fill-opacity: 0;
  transition: all 3s ease 0.2s;
}
header #menu_mobile svg #path207,
header #menu_mobile svg #path206 {
  fill-opacity: 0;
  transition: all 3s ease 0.4s;
}
header #menu_mobile svg #path208,
header #menu_mobile svg #path209 {
  fill-opacity: 0;
  transition: all 3s ease 0.6s;
}
header #menu_mobile svg #path210,
header #menu_mobile svg #path211 {
  fill-opacity: 0;
  transition: all 3s ease 1s;
}
header #menu_mobile svg #path212,
header #menu_mobile svg #path213 {
  fill-opacity: 0;
  transition: all 3s ease 0.8s;
}
header #menu_mobile a {
  color: white;
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 40px;
  text-align: center;
  transform: translateY(-30px);
  opacity: 0;
  text-decoration: none;
  display: inline-block;
  position: relative;
}
header #menu_mobile a:last-child {
  margin-bottom: 0;
}
header #menu_mobile a:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #E60000;
  transition: all 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
header #menu_mobile a:not(.active):hover {
  color: #E60000;
  text-decoration: none;
}
header #menu_mobile a:not(.active):hover:after {
  width: 100%;
  left: 0;
}
header #menu_mobile a.active:after {
  background: #0B0B66;
  width: 100%;
  left: 0;
}
header.sticky #menu_mobile {
  max-height: calc(100% - 96px + 24px);
  top: calc(96px - 24px);
}

body.menu_open {
  overflow: hidden;
}
body.menu_open ::-webkit-scrollbar {
  width: 15px;
}
body.menu_open header {
  height: 100vh;
  padding-bottom: 0;
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 100;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
body.menu_open header .overlay {
  display: block;
  opacity: 1;
}
body.menu_open header.gotop {
  top: 0;
}
body.menu_open header .burger span:first-child {
  opacity: 0;
  transition: opacity 0.3s ease;
}
body.menu_open header .burger span:nth-child(2) {
  transform: rotate(45deg);
}
body.menu_open header .burger span:last-child {
  transform: rotate(-45deg);
  top: 9px;
}
body.menu_open header #menu_mobile {
  opacity: 1;
  margin: 0;
  flex: 1;
}
body.menu_open header #menu_mobile svg #path206 {
  fill-opacity: 1;
}
body.menu_open header #menu_mobile svg #path207 {
  fill-opacity: 1;
}
body.menu_open header #menu_mobile svg #path208 {
  fill-opacity: 1;
}
body.menu_open header #menu_mobile svg #path209 {
  fill-opacity: 1;
}
body.menu_open header #menu_mobile svg #path210 {
  fill-opacity: 1;
}
body.menu_open header #menu_mobile svg #path211 {
  fill-opacity: 1;
}
body.menu_open header #menu_mobile svg #path212 {
  fill-opacity: 1;
}
body.menu_open header #menu_mobile svg #path213 {
  fill-opacity: 1;
}
body.menu_open header #menu_mobile svg #path214 {
  fill-opacity: 1;
}
body.menu_open header #menu_mobile a:nth-of-type(1) {
  transform: translateY(0px);
  transition: opacity 1s ease 0.1s, transform 1s ease 0.1s;
  -webkit-transition: opacity 1s ease 0.1s, transform 1s ease 0.1s;
  -moz-transition: opacity 1s ease 0.1s, transform 1s ease 0.1s;
  -o-transition: opacity 1s ease 0.1s, transform 1s ease 0.1s;
  opacity: 1;
}
body.menu_open header #menu_mobile a:nth-of-type(2) {
  transform: translateY(0px);
  transition: opacity 1s ease 0.2s, transform 1s ease 0.2s;
  -webkit-transition: opacity 1s ease 0.2s, transform 1s ease 0.2s;
  -moz-transition: opacity 1s ease 0.2s, transform 1s ease 0.2s;
  -o-transition: opacity 1s ease 0.2s, transform 1s ease 0.2s;
  opacity: 1;
}
body.menu_open header #menu_mobile a:nth-of-type(3) {
  transform: translateY(0px);
  transition: opacity 1s ease 0.3s, transform 1s ease 0.3s;
  -webkit-transition: opacity 1s ease 0.3s, transform 1s ease 0.3s;
  -moz-transition: opacity 1s ease 0.3s, transform 1s ease 0.3s;
  -o-transition: opacity 1s ease 0.3s, transform 1s ease 0.3s;
  opacity: 1;
}
body.menu_open header #menu_mobile a:nth-of-type(4) {
  transform: translateY(0px);
  transition: opacity 1s ease 0.4s, transform 1s ease 0.4s;
  -webkit-transition: opacity 1s ease 0.4s, transform 1s ease 0.4s;
  -moz-transition: opacity 1s ease 0.4s, transform 1s ease 0.4s;
  -o-transition: opacity 1s ease 0.4s, transform 1s ease 0.4s;
  opacity: 1;
}
body.menu_open header #menu_mobile a:nth-of-type(5) {
  transform: translateY(0px);
  transition: opacity 1s ease 0.5s, transform 1s ease 0.5s;
  -webkit-transition: opacity 1s ease 0.5s, transform 1s ease 0.5s;
  -moz-transition: opacity 1s ease 0.5s, transform 1s ease 0.5s;
  -o-transition: opacity 1s ease 0.5s, transform 1s ease 0.5s;
  opacity: 1;
}
body.menu_open header #menu_mobile a:nth-of-type(6) {
  transform: translateY(0px);
  transition: opacity 1s ease 0.6s, transform 1s ease 0.6s;
  -webkit-transition: opacity 1s ease 0.6s, transform 1s ease 0.6s;
  -moz-transition: opacity 1s ease 0.6s, transform 1s ease 0.6s;
  -o-transition: opacity 1s ease 0.6s, transform 1s ease 0.6s;
  opacity: 1;
}
body.menu_open header #menu_mobile a:nth-of-type(7) {
  transform: translateY(0px);
  transition: opacity 1s ease 0.7s, transform 1s ease 0.7s;
  -webkit-transition: opacity 1s ease 0.7s, transform 1s ease 0.7s;
  -moz-transition: opacity 1s ease 0.7s, transform 1s ease 0.7s;
  -o-transition: opacity 1s ease 0.7s, transform 1s ease 0.7s;
  opacity: 1;
}
body.menu_open header #menu_mobile a:nth-of-type(8) {
  transform: translateY(0px);
  transition: opacity 1s ease 0.8s, transform 1s ease 0.8s;
  -webkit-transition: opacity 1s ease 0.8s, transform 1s ease 0.8s;
  -moz-transition: opacity 1s ease 0.8s, transform 1s ease 0.8s;
  -o-transition: opacity 1s ease 0.8s, transform 1s ease 0.8s;
  opacity: 1;
}
body.menu_open header #menu_mobile a:nth-of-type(9) {
  transform: translateY(0px);
  transition: opacity 1s ease 0.9s, transform 1s ease 0.9s;
  -webkit-transition: opacity 1s ease 0.9s, transform 1s ease 0.9s;
  -moz-transition: opacity 1s ease 0.9s, transform 1s ease 0.9s;
  -o-transition: opacity 1s ease 0.9s, transform 1s ease 0.9s;
  opacity: 1;
}
body.menu_open header #menu_mobile a:nth-of-type(10) {
  transform: translateY(0px);
  transition: opacity 1s ease 1s, transform 1s ease 1s;
  -webkit-transition: opacity 1s ease 1s, transform 1s ease 1s;
  -moz-transition: opacity 1s ease 1s, transform 1s ease 1s;
  -o-transition: opacity 1s ease 1s, transform 1s ease 1s;
  opacity: 1;
}
body.menu_open header #menu_mobile a:nth-of-type(11) {
  transform: translateY(0px);
  transition: opacity 1s ease 1.1s, transform 1s ease 1.1s;
  -webkit-transition: opacity 1s ease 1.1s, transform 1s ease 1.1s;
  -moz-transition: opacity 1s ease 1.1s, transform 1s ease 1.1s;
  -o-transition: opacity 1s ease 1.1s, transform 1s ease 1.1s;
  opacity: 1;
}
body.menu_open header #menu_mobile a:nth-of-type(12) {
  transform: translateY(0px);
  transition: opacity 1s ease 1.2s, transform 1s ease 1.2s;
  -webkit-transition: opacity 1s ease 1.2s, transform 1s ease 1.2s;
  -moz-transition: opacity 1s ease 1.2s, transform 1s ease 1.2s;
  -o-transition: opacity 1s ease 1.2s, transform 1s ease 1.2s;
  opacity: 1;
}
body.menu_open header #menu_mobile a:nth-of-type(13) {
  transform: translateY(0px);
  transition: opacity 1s ease 1.3s, transform 1s ease 1.3s;
  -webkit-transition: opacity 1s ease 1.3s, transform 1s ease 1.3s;
  -moz-transition: opacity 1s ease 1.3s, transform 1s ease 1.3s;
  -o-transition: opacity 1s ease 1.3s, transform 1s ease 1.3s;
  opacity: 1;
}

#stay-informed {
  background: #D5E4E8;
  padding: 40px 0;
  display: none;
}
@media (min-width: 576px) {
  #stay-informed {
    padding: 80px 0;
  }
}
@media (min-width: 768px) {
  #stay-informed {
    padding: 80px 0;
  }
}
@media (min-width: 576px) {
  #stay-informed {
    display: block;
  }
}
#stay-informed .medias {
  width: 100%;
}
#stay-informed .medias a {
  display: block;
  height: 37px;
}
#stay-informed .medias a:nth-of-type(1) {
  margin-bottom: 68px;
}
#stay-informed .medias a path {
  transition: all 0.2s ease-out;
}
#stay-informed .medias a:hover path {
  fill: #E60000;
}
#stay-informed .medias .break {
  flex-basis: 100%;
  height: 0;
}
@media (min-width: 768px) {
  #stay-informed .medias .break {
    display: none;
  }
  #stay-informed .medias a {
    margin-bottom: 0;
  }
}

#prefooter, #acquisition {
  background-color: #17177E;
  padding: 40px 0;
}
@media (min-width: 576px) {
  #prefooter, #acquisition {
    padding: 80px 0;
  }
}
@media (min-width: 768px) {
  #prefooter, #acquisition {
    padding: 80px 0;
  }
}
#prefooter .engage, #acquisition .engage {
  font-family: "france22", sans-serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 25px;
  text-align: center;
  display: block;
  color: white;
  text-transform: uppercase;
  margin-bottom: 68px;
}
#prefooter .engage > span, #acquisition .engage > span {
  font-family: "france22", sans-serif;
  font-weight: bold;
  color: #E60000;
}
#prefooter .pitch, #acquisition .pitch {
  color: white;
  font-size: 15px;
  letter-spacing: 0.45px;
  line-height: 25px;
  text-align: left;
  display: none;
  max-width: 500px;
}
@media (min-width: 768px) {
  #prefooter .engage, #acquisition .engage {
    margin: 0;
  }
  #prefooter .pitch, #acquisition .pitch {
    display: block;
    margin: 68px 0;
  }
}
@media (min-width: 992px) {
  #prefooter .engage, #acquisition .engage {
    max-width: 195px;
    text-align: left;
  }
  #prefooter .pitch, #acquisition .pitch {
    margin: 0;
    max-width: 50%;
  }
}

footer {
  background-color: #0B0B66;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
footer > div {
  padding: 95px 15px 65px;
  position: relative;
}
footer .right {
  text-align: right;
}
footer .head-title {
  font-family: "france22", sans-serif;
  font-size: 20px;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  margin-bottom: 30px;
}
footer .fond {
  position: absolute;
  width: 400px;
  height: 80%;
  left: -145px;
  opacity: 0.8;
  pointer-events: none;
  bottom: 0;
}
footer .fond svg {
  max-width: 100%;
  max-height: 140%;
}
footer .logo {
  margin-bottom: 16px;
}
@media (min-width: 576px) {
  footer .medias {
    margin-right: -15px;
  }
}
footer .medias a {
  display: block;
  width: 25px;
  height: 25px;
  margin: 0 15px 20px;
}
footer .medias a svg {
  width: 25px;
  height: 25px;
}
@media (min-width: 576px) {
  footer .medias a {
    height: 20px;
    width: 20px;
  }
  footer .medias a svg {
    height: 20px;
    width: 20px;
  }
}
footer .medias a path {
  transition: all 0.2s ease-out;
}
footer .medias a:hover path {
  fill: #D5E4E8;
}
footer nav a {
  text-decoration: none;
  color: white;
  font-weight: 600;
  font-size: 15px;
  display: inline-block;
  position: relative;
  margin-bottom: 13px;
}
footer nav a:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  right: 0;
  width: 0;
  background: white;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
footer nav a:hover {
  color: white;
  text-decoration: none;
}
footer nav a:hover:after {
  left: 0;
  right: auto;
  width: 100%;
}
footer .mentions {
  font-size: 11px;
  text-align: right;
  color: white;
}
footer .mentions a {
  text-decoration: none;
  transition: all 0.2s ease-out;
  color: white;
}
footer .mentions a:hover {
  color: #E60000;
  text-decoration: none;
}

body#home #hero,
body#home #agenda,
body#home #priorites,
body#home #rencontres,
body#home #medias,
body#home #discours,
body#home #edito {
  padding: 40px 0;
}
@media (min-width: 576px) {
  body#home #hero,
body#home #agenda,
body#home #priorites,
body#home #rencontres,
body#home #medias,
body#home #discours,
body#home #edito {
    padding: 80px 0;
  }
}
@media (min-width: 768px) {
  body#home #hero,
body#home #agenda,
body#home #priorites,
body#home #rencontres,
body#home #medias,
body#home #discours,
body#home #edito {
    padding: 80px 0;
  }
}
body#home #hero .more,
body#home #agenda .more,
body#home #priorites .more,
body#home #rencontres .more,
body#home #medias .more,
body#home #discours .more,
body#home #edito .more {
  margin: 68px auto 0;
  text-align: center;
}
body#home #agenda > .container {
  position: relative;
}
body#home #agenda .bg-title {
  position: absolute;
  color: #D5E4E8;
  font-size: 250px;
  opacity: 0.27;
  font-family: "france22", sans-serif;
  left: 40px;
  top: -60px;
  pointer-events: none;
  z-index: -1;
  display: none;
}
@media (min-width: 576px) {
  body#home #agenda .bg-title {
    display: block;
    font-size: 150px;
    line-height: 150px;
  }
}
@media (min-width: 768px) {
  body#home #agenda .bg-title {
    font-size: 200px;
    line-height: 200px;
  }
}
@media (min-width: 768px) {
  body#home #agenda .bg-title {
    font-size: 250px;
    line-height: 250px;
  }
}
body#home #hero {
  background: linear-gradient(180deg, rgb(34, 34, 136) 0, #0B0B66 400px);
  min-height: calc(100vh - 96px);
}
body#home #hero #france-container {
  width: 100%;
  min-height: 350px;
  box-shadow: 0px 15px 20px -10px black;
  background-size: cover;
  background-position: top;
  position: relative;
}
@media (max-width: 767.98px) {
  body#home #hero #france-container.iframeyt {
    height: 220px;
  }
}
@media (min-width: 576px) {
  body#home #hero #france-container {
    min-height: 500px;
  }
}
@media (min-width: 992px) {
  body#home #hero #france-container {
    width: 60%;
  }
}
body#home #hero #france-container h2 {
  position: absolute;
  bottom: 0;
  font-size: 22px;
  width: 100%;
  padding: 15px;
  margin-bottom: 0;
  box-sizing: border-box;
  font-family: "france22", sans-serif;
  color: white;
  line-height: 30px;
}
@media (min-width: 576px) {
  body#home #hero #france-container h2 {
    font-size: 30px;
    padding: 22px 30px;
    text-align: center;
  }
}
@media (min-width: 992px) {
  body#home #hero #france-container h2 {
    padding: 22px 45px;
  }
}
body#home #hero #france-container h2 span {
  color: #E60000;
  font-family: "france22", sans-serif;
}
body#home #hero #france-container .overlay-home {
  width: 100%;
  height: 200px;
  position: absolute;
  bottom: 0;
  background-size: cover;
}
body#home #hero #soutien-container {
  width: 100%;
  background: white;
  padding: 15px;
  box-shadow: 0px 15px 20px -10px black;
}
@media (min-width: 992px) {
  body#home #hero #soutien-container {
    width: 40%;
    min-height: 500px;
  }
}
@media (min-width: 576px) {
  body#home #hero #soutien-container {
    padding: 30px;
  }
}
body#home #hero #soutien-container h2 {
  font-size: 25px;
  font-family: "france22", sans-serif;
  color: #0B0B66;
  line-height: 23px;
}
@media (min-width: 576px) {
  body#home #hero #soutien-container h2 {
    font-size: 35px;
    line-height: 30px;
  }
}
body#home #hero #soutien-container h2 span {
  color: #E60000;
  font-family: "france22", sans-serif;
}
body#home #hero #soutien-container .info-form {
  margin: 0px auto 0 auto;
  width: 100%;
}
body#home #hero #soutien-container .info-form span {
  display: block;
  line-height: 20px;
  font-size: 13px;
  color: #0B0B66;
}
@media (min-width: 576px) {
  body#home #hero #soutien-container .info-form form .d-flex input {
    width: 50%;
  }
}
body#home #hero #soutien-container .info-form form input:not([type=submit]) {
  background: none;
  border: none;
  border-bottom: 1px solid #0B0B66;
  color: #0B0B66;
  margin-right: 20px;
  margin-bottom: 30px;
  width: 100%;
}
body#home #hero #soutien-container .info-form form input:not([type=submit]):last-child {
  margin-right: 0;
}
body#home #hero #soutien-container .info-form form input:not([type=submit]):focus-visible {
  outline: none;
}
body#home #hero #soutien-container .info-form form input:not([type=submit])::placeholder {
  color: #0B0B66;
}
body#home #hero #soutien-container .info-form form .labeled-tags-container {
  font-size: 12px;
  color: #0B0B66;
}
body#home #hero #soutien-container .info-form form .btn-z {
  margin: 20px auto 0 auto;
  font-size: 20px;
  padding: 15px 20px;
}
body#home #hero #soutien-container .info-form form a {
  cursor: pointer;
}
body#home #hero #soutien-container .info-form form a:hover {
  color: #0B0B66;
}
body#home #hero .old-home h2 {
  padding-top: 25px;
  font-size: 65px;
  color: white;
  line-height: 55px;
  font-family: "france22", sans-serif;
  font-weight: bold;
  margin-bottom: 36px;
  max-width: 320px;
}
@media (min-width: 576px) {
  body#home #hero .old-home h2 {
    max-width: unset;
  }
}
@media (min-width: 992px) {
  body#home #hero .old-home h2 {
    max-width: 366px;
  }
}
body#home #hero .old-home .btn-z {
  display: inline-block;
  margin-top: 15px;
}
body#home #hero .old-home #video-container {
  width: 100%;
  height: 280px;
  background-position: center;
  background-size: cover;
  -webkit-box-shadow: 5px 5px 14px 2px rgba(0, 0, 0, 0.44);
  box-shadow: 5px 5px 14px 2px rgba(0, 0, 0, 0.44);
  position: relative;
}
body#home #hero .old-home #video-container + a {
  margin: 47px auto 0;
}
@media (min-width: 576px) {
  body#home #hero .old-home #video-container {
    height: 322px;
  }
}
@media (min-width: 992px) {
  body#home #hero .old-home #video-container {
    width: 60%;
    height: 380px;
  }
}
body#home #hero .old-home #video-container .overlay {
  transition: all 0.3s ease 0s;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background: black;
  position: absolute;
  z-index: 0;
}
body#home #hero .old-home #video-container:hover .overlay {
  opacity: 0.1;
}
body#home #hero .old-home #video-container:hover svg {
  transition: all 0.3s ease 0s;
  transform: scale(1.2);
}
body#home #hero .old-home #video-container:hover svg .a {
  transition: all 0.3s ease 0s;
  fill: #E60000;
  opacity: 1;
}
body#home #rencontres, body#home #medias, body#home #discours {
  background-color: #0B0B66;
}
@media (min-width: 768px) {
  body#home #rencontres .media-box:nth-of-type(2), body#home #medias .media-box:nth-of-type(2), body#home #discours .media-box:nth-of-type(2) {
    display: block;
  }
}
@media (min-width: 1200px) {
  body#home #rencontres .media-box:nth-of-type(3), body#home #medias .media-box:nth-of-type(3), body#home #discours .media-box:nth-of-type(3) {
    display: block;
  }
}
body#home #priorites {
  background-color: #0B0B66;
}
body#home #priorites h2 {
  margin-bottom: 34px;
}
body#home #priorites h3 {
  font-size: 45px;
  color: white;
  line-height: 35px;
  margin-bottom: 34px;
  font-family: "france22", sans-serif;
  font-weight: bold;
}
body#home #signature {
  width: 100%;
  max-width: 1920px;
  background-image: url("/assets/site/img/signez.jpg");
  background-size: cover;
  background-position: center;
  padding: 73px 0;
  position: relative;
}
@media (min-width: 576px) {
  body#home #signature {
    padding: 180px 0 84px;
  }
}
@media (min-width: 992px) {
  body#home #signature {
    padding: 151px 0 220px;
  }
}
@media (min-width: 1920px) {
  body#home #signature {
    margin: 0 auto;
  }
}
body#home #signature .overlay2 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
}
body#home #signature .container-fluid {
  position: relative;
}
body#home #signature .formulaire {
  color: white;
  position: relative;
  margin-left: auto;
  width: 70%;
}
@media (min-width: 768px) {
  body#home #signature .formulaire {
    width: 70%;
  }
}
@media (min-width: 992px) {
  body#home #signature .formulaire {
    width: 60%;
  }
}
body#home #signature .formulaire h2 {
  font-family: "france22", sans-serif;
  font-size: 35px;
  margin-bottom: 36px;
}
@media (min-width: 768px) {
  body#home #signature .formulaire h2 {
    font-size: 45px;
  }
}
body#home #signature .formulaire .bg-title {
  position: absolute;
  color: white;
  opacity: 0.19;
  font-size: 70px;
  line-height: 60px;
  font-family: "france22", sans-serif;
  left: 10px;
  top: -40px;
  pointer-events: none;
  z-index: 1;
  display: none;
}
@media (min-width: 576px) {
  body#home #signature .formulaire .bg-title {
    display: block;
    font-size: 130px;
    line-height: 110px;
  }
}
body#home #signature .formulaire p {
  font-size: 15px;
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  body#home #signature .formulaire p {
    display: none;
  }
}
body#home #signature .formulaire .btn-z {
  display: inline-block;
}
body#home #signature .formulaire form > div:first-of-type {
  display: none;
}
@media (min-width: 768px) {
  body#home #signature .formulaire form > div:first-of-type {
    margin-bottom: 85px;
    display: block;
  }
}
@media (min-width: 992px) {
  body#home #signature .formulaire form > div:first-of-type {
    margin-bottom: 0;
    margin-right: 30px;
  }
}
body#home #signature .formulaire input {
  background: none;
  border: none;
  border-bottom: 1px solid white;
  color: white;
  margin-right: 10px;
  margin-bottom: 10px;
}
body#home #signature .formulaire input:focus-visible {
  outline: none;
}
body#home #signature .formulaire input::placeholder {
  color: white;
}
body#home #edito {
  background-color: #D5E4E8;
}
body#home #edito .edito-photo {
  float: left;
  margin: 0 15px 15px 0;
}
body#home #edito p {
  color: #0B0B66;
  font-size: 17px;
}
body#home #edito h3 {
  font-family: france22;
  color: #0B0B66;
  text-align: right;
  margin-top: 40px;
}
body#home #edito h3 span {
  color: #E60000;
}

body#rencontres #hero {
  background-image: url(/assets/site/Rencontre.jpg);
}

body#discours #hero {
  background-image: url(https://d3n8a8pro7vhmx.cloudfront.net/ez/pages/490/attachments/original/1642525633/bg_discours-ov.jpg?1642525633);
}
body#discours .media-box .title {
  min-height: 75px;
}

body#single-article #hero {
  height: 250px;
}
body#rencontres,
body#medias,
body#discours {
  background: #D5E4E8;
}
body#rencontres .media-container,
body#medias .media-container,
body#discours .media-container {
  margin-top: 37px;
}
@media (min-width: 768px) {
  body#rencontres .media-container,
body#medias .media-container,
body#discours .media-container {
    margin-top: -80px;
  }
}
@media (min-width: 992px) {
  body#rencontres .media-container,
body#medias .media-container,
body#discours .media-container {
    padding: 0 60px;
  }
}

body#jagis {
  background: #0B0B66;
}
body#jagis #hero {
  background-image: url(/assets/site/Bandeau-agir.jpg);
  background-position: right;
}
body#jagis #content {
  margin-top: 0;
}
@media (min-width: 768px) {
  body#jagis #content {
    margin-top: -460px;
  }
}
body#jagis #content h2 {
  text-transform: uppercase;
  font-family: "france22", sans-serif;
  font-weight: bold;
  color: white;
  font-size: 45px;
  text-align: left;
  line-height: 45px;
  margin: 30px 0;
}
@media (min-width: 768px) {
  body#jagis #content h2 {
    font-size: 65px;
  }
}
body#jagis #content > span {
  color: white;
  font-size: 13px;
  letter-spacing: 0.39px;
  display: block;
  margin-bottom: 20px;
}

body#single-article {
  background: #0B0B66;
}
body#single-article #hero {
  background-image: url("/assets/site/bg-candidature.jpg");
}
body#single-article #content {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  body#single-article #content {
    margin-bottom: 80px;
  }
}
body#single-article #content .pdf_cont {
  text-align: center;
  margin: 30px 0;
}
body#single-article #titre-don span {
  font-family: "france22", sans-serif;
  color: #E60000;
}
body#single-article form {
  margin-top: 40px;
}
body#single-article form .d-flex input {
  width: 50%;
}
body#single-article form textarea,
body#single-article form input:not([type=submit]) {
  background: none;
  border: none;
  border-bottom: 1px solid #0B0B66;
  color: #0B0B66;
  margin-right: 20px;
  margin-bottom: 30px;
  width: 100%;
}
body#single-article form textarea:last-child,
body#single-article form input:not([type=submit]):last-child {
  margin-right: 0;
}
body#single-article form textarea:focus-visible,
body#single-article form input:not([type=submit]):focus-visible {
  outline: none;
}
body#single-article form textarea::placeholder,
body#single-article form input:not([type=submit])::placeholder {
  color: #0B0B66;
}
body#single-article form .btn-z {
  margin-bottom: 40px;
}
body#single-article form .disclaimer {
  font-size: 9px;
  line-height: 16px;
}

body#candidature, body#programme, body#photos {
  background: #0B0B66;
}
body#candidature #hero, body#programme #hero, body#photos #hero {
  background-image: url(/assets/site/bg-candidature.jpg);
}
body#candidature #content, body#programme #content, body#photos #content {
  margin-top: -220px;
}
@media (min-width: 768px) {
  body#candidature #content, body#programme #content, body#photos #content {
    margin-top: -300px;
  }
}
body#candidature #content h2, body#programme #content h2, body#photos #content h2 {
  text-transform: uppercase;
  font-family: "france22", sans-serif;
  font-weight: bold;
  color: white;
  font-size: 45px;
  text-align: left;
  line-height: 40px;
  margin: 30px 0;
}
@media (min-width: 768px) {
  body#candidature #content h2, body#programme #content h2, body#photos #content h2 {
    font-size: 45px;
    line-height: 40px;
    margin: 30px 0 30px 75px;
    max-width: calc(100% - 150px);
  }
}
body#candidature #content > span, body#programme #content > span, body#photos #content > span {
  color: white;
  font-size: 13px;
  letter-spacing: 0.39px;
  display: block;
  margin-bottom: 20px;
}
body#candidature #content .subcontainer, body#programme #content .subcontainer, body#photos #content .subcontainer {
  background: white;
  padding: 25px 10px;
  position: relative;
}
body#candidature #content .subcontainer h2, body#programme #content .subcontainer h2, body#photos #content .subcontainer h2 {
  line-height: 0.9;
  font-family: "france22", sans-serif;
  font-size: 65px;
  margin-bottom: 16px;
  color: #0B0B66;
}
@media (min-width: 768px) {
  body#candidature #content .subcontainer, body#programme #content .subcontainer, body#photos #content .subcontainer {
    padding: 30px 90px;
  }
}
@media (min-width: 992px) {
  body#candidature #content .subcontainer, body#programme #content .subcontainer, body#photos #content .subcontainer {
    padding: 60px 160px;
  }
}
body#candidature #content .subcontainer span.watermark, body#programme #content .subcontainer span.watermark, body#photos #content .subcontainer span.watermark {
  color: #D5E4E8;
  position: absolute;
  display: block;
  opacity: 0.27;
  font-family: "france22", sans-serif;
  top: 23px;
  left: 0px;
  width: 100%;
  text-align: center;
  font-size: 60px;
}
@media (min-width: 768px) {
  body#candidature #content .subcontainer span.watermark, body#programme #content .subcontainer span.watermark, body#photos #content .subcontainer span.watermark {
    font-size: 90px;
  }
}
@media (min-width: 992px) {
  body#candidature #content .subcontainer span.watermark, body#programme #content .subcontainer span.watermark, body#photos #content .subcontainer span.watermark {
    font-size: 150px;
  }
}

#post-content h3 {
  font-size: 20px;
  color: #0B0B66;
  line-height: 30px;
  font-weight: bold;
  z-index: 1;
  position: relative;
}
#post-content p + h3 {
  margin-top: 30px;
}
#post-content img {
  max-width: 100%;
}
#post-content p, #post-content ul, #post-content ol {
  z-index: 1;
  position: relative;
  color: #4f4f4f;
}
#post-content p[style*="text-align: center;"] iframe, #post-content ul[style*="text-align: center;"] iframe, #post-content ol[style*="text-align: center;"] iframe {
  margin: auto;
}
#post-content ul li, #post-content ol li {
  color: #4f4f4f;
}
#post-content iframe.embedly-embed {
  width: 100% !important;
  min-height: 250px;
}
@media (min-width: 768px) {
  #post-content iframe.embedly-embed {
    min-height: 420px;
  }
}
#post-content table {
  margin-bottom: 20px;
}
#post-content table td {
  border: 1px solid #ccc;
  padding: 5px 10px;
}

#priorites {
  background: #0B0B66;
  color: white;
}
#priorites .prio-head {
  margin: 40px 0 70px;
}
@media (min-width: 576px) {
  #priorites .prio-head {
    padding: 0 80px;
  }
}
@media (min-width: 768px) {
  #priorites .prio-head {
    padding: 0 120px;
  }
}
@media (min-width: 992px) {
  #priorites .prio-head {
    padding: 0 150px;
  }
}
@media (min-width: 1200px) {
  #priorites .prio-head {
    padding: 0 240px;
  }
}
#priorites .prio-head span {
  line-height: 35px;
  font-size: 20px;
}
#priorites .prio-head h1 {
  font-size: 45px;
  color: white;
  line-height: 40px;
  font-family: "france22", sans-serif;
  font-weight: bold;
  max-width: 580px;
}
@media (min-width: 768px) {
  #priorites .prio-head h1 {
    margin: 20px 0;
    font-size: 65px;
    line-height: 60px;
  }
}
#priorites .prio-container {
  padding: 0 60px;
}
#priorites .prio-container > div:nth-of-type(even) > div:nth-of-type(1) {
  margin-right: 100px;
}
#priorites .prio-container > div:nth-of-type(odd) > div:nth-of-type(2) {
  margin-left: 40px;
}
@media (min-width: 1200px) {
  #priorites .prio-container {
    padding: 0 110px;
  }
  #priorites .prio-container > div:nth-of-type(even) > div:nth-of-type(1) {
    margin-right: 120px;
  }
  #priorites .prio-container > div:nth-of-type(odd) > div:nth-of-type(2) {
    margin-left: 60px;
  }
}
#priorites .prio-container > div {
  margin: 80px 0;
}
#priorites .prio-container > div:nth-of-type(odd) > div:nth-of-type(1),
#priorites .prio-container > div:nth-of-type(even) > div:nth-of-type(2) {
  width: 70% !important;
  height: 320px;
  position: relative;
  background-size: cover;
  background-position: center;
}
#priorites .prio-container > div:nth-of-type(odd) > div:nth-of-type(1) span,
#priorites .prio-container > div:nth-of-type(even) > div:nth-of-type(2) span {
  position: absolute;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
  font-size: 150px;
  z-index: 0;
  line-height: 70px;
  top: -10px;
  font-family: "france22", sans-serif;
  left: -60px;
}
#priorites .prio-container > div:nth-of-type(even) > div:nth-of-type(1),
#priorites .prio-container > div:nth-of-type(odd) > div:nth-of-type(2) {
  max-width: 370px;
  text-align: left;
  display: block;
}
#priorites .prio-container > div:nth-of-type(even) > div:nth-of-type(1) span,
#priorites .prio-container > div:nth-of-type(odd) > div:nth-of-type(2) span {
  font-weight: 300;
}
#priorites .prio-container > div:nth-of-type(even) > div:nth-of-type(1) span b,
#priorites .prio-container > div:nth-of-type(odd) > div:nth-of-type(2) span b {
  font-weight: bold;
}
#priorites .prio-container > div:nth-of-type(even) > div:nth-of-type(1) a,
#priorites .prio-container > div:nth-of-type(odd) > div:nth-of-type(2) a {
  margin-top: auto;
}
#priorites .prio-container > div:nth-of-type(even) > div:nth-of-type(1) h3,
#priorites .prio-container > div:nth-of-type(odd) > div:nth-of-type(2) h3 {
  text-transform: uppercase;
  font-family: "france22", sans-serif;
  font-weight: bold;
  color: white;
  position: relative;
  font-size: 55px;
  line-height: 40px;
  margin: 0 0 43px;
  max-width: calc(100% - 150px);
}
#priorites .prio-container > div:nth-of-type(even) > div:nth-of-type(1) h3:after,
#priorites .prio-container > div:nth-of-type(odd) > div:nth-of-type(2) h3:after {
  background-color: #E60000;
  width: 25px;
  height: 9px;
  bottom: -25px;
  left: 0;
  position: absolute;
  display: block;
  content: " ";
}
@media (min-width: 1200px) {
  #priorites .prio-container > div:nth-of-type(even) > div:nth-of-type(1) h3,
#priorites .prio-container > div:nth-of-type(odd) > div:nth-of-type(2) h3 {
    font-size: 65px;
  }
}

body#jeminforme {
  background: #0B0B66;
  color: #0B0B66;
}
body#jeminforme .info-head span {
  max-width: 580px;
  margin: 0 0 20px 0;
  display: block;
  line-height: 20px;
  font-size: 13px;
  color: white;
}
body#jeminforme .info-head h2 {
  margin: 40px 0 35px;
  font-size: 35px;
  color: white;
  line-height: 30px;
  font-family: "france22", sans-serif;
  font-weight: bold;
  max-width: 800px;
}
@media (min-width: 768px) {
  body#jeminforme .info-head h2 {
    margin: 60px 0 35px;
    font-size: 65px;
    line-height: 60px;
  }
}
body#jeminforme .info-form {
  margin: auto;
  background: white;
  padding: 35px 50px;
}
@media (min-width: 768px) {
  body#jeminforme .info-form {
    padding: 70px 100px;
  }
}
body#jeminforme .info-form span {
  display: block;
  line-height: 20px;
  font-size: 13px;
  color: #0B0B66;
}
body#jeminforme .info-form form .d-flex input {
  width: 50%;
}
body#jeminforme .info-form form input[type=text], body#jeminforme .info-form form input[type=email] {
  background: none;
  border: none;
  border-bottom: 1px solid #0B0B66;
  color: #0B0B66;
  margin-right: 20px;
  margin-bottom: 30px;
  width: 100%;
}
body#jeminforme .info-form form input[type=text]:last-child, body#jeminforme .info-form form input[type=email]:last-child {
  margin-right: 0;
}
body#jeminforme .info-form form input[type=text]:focus-visible, body#jeminforme .info-form form input[type=email]:focus-visible {
  outline: none;
}
body#jeminforme .info-form form input[type=text]::placeholder, body#jeminforme .info-form form input[type=email]::placeholder {
  color: #0B0B66;
}
body#jeminforme .info-form form .btn-z {
  margin-bottom: 40px;
}
body#jeminforme .info-form form .disclaimer {
  font-size: 9px;
  line-height: 16px;
}
body#jeminforme .rameau {
  position: absolute;
  right: 0;
  width: 60%;
  height: auto;
  z-index: -1;
  max-width: 410px;
}
body#jeminforme .rameau path {
  fill-opacity: 0;
}
body#jeminforme .rameau #path214 {
  fill-opacity: 1;
  transition: all 3s ease 0.2s;
}
body#jeminforme .rameau #path207,
body#jeminforme .rameau #path206 {
  fill-opacity: 1;
  transition: all 3s ease 0.4s;
}
body#jeminforme .rameau #path208,
body#jeminforme .rameau #path209 {
  fill-opacity: 1;
  transition: all 3s ease 0.6s;
}
body#jeminforme .rameau #path210,
body#jeminforme .rameau #path211 {
  fill-opacity: 1;
  transition: all 3s ease 1s;
}
body#jeminforme .rameau #path212,
body#jeminforme .rameau #path213 {
  fill-opacity: 1;
  transition: all 3s ease 0.8s;
}

@media (min-width: 768px) {
  body#single-priorite {
    background: #D5E4E8;
  }
}
body#single-priorite #content {
  position: relative;
}
body#single-priorite #content span.nb {
  font-family: "france22", sans-serif;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #D5E4E8;
  font-size: 200px;
  position: absolute;
  top: 0;
  right: 70px;
  pointer-events: none;
  display: none;
  z-index: 0;
}
@media (min-width: 992px) {
  body#single-priorite #content span.nb {
    display: block;
  }
}

body#single-evenement {
  background: #D5E4E8;
}
body#single-evenement header.sticky + #hero {
  padding-top: 50px;
}
body#single-evenement #hero {
  justify-content: normal !important;
}
body#single-evenement #hero h3 {
  color: white;
  margin-bottom: 55px;
  margin-top: 55px;
  font-weight: bold;
  font-size: 20px;
}
body#single-evenement #content {
  margin-top: -100px;
}
@media (min-width: 768px) {
  body#single-evenement #content {
    margin-top: -200px;
  }
}
body#single-evenement #content .subcontainer {
  background: white;
  padding: 25px 10px;
}
@media (min-width: 768px) {
  body#single-evenement #content .subcontainer {
    padding: 30px 90px;
  }
}
@media (min-width: 992px) {
  body#single-evenement #content .subcontainer {
    padding: 60px 120px;
  }
}
body#single-evenement #content .subcontainer h3 {
  color: #A0A0A0;
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: bold;
}
body#single-evenement #content .subcontainer h3 + p {
  font-family: "france22", sans-serif;
  font-size: 45px;
  line-height: 40px;
  margin-bottom: 15px;
  color: #0B0B66;
  font-weight: bold;
}
body#single-evenement #content .subcontainer h3 + p + p {
  font-size: 20px;
  color: #0B0B66;
  margin-bottom: 40px;
  font-weight: bold;
}
body#single-evenement #content .subcontainer #post-content p {
  color: #0B0B66;
  margin-bottom: 40px;
}
body#single-evenement #content .subcontainer .info-form {
  margin: auto;
  background: white;
}
body#single-evenement #content .subcontainer .info-form span {
  display: block;
  line-height: 20px;
  font-size: 13px;
  color: #0B0B66;
}
body#single-evenement #content .subcontainer .info-form form .d-flex input {
  width: 50%;
}
body#single-evenement #content .subcontainer .info-form form input {
  background: none;
  border: none;
  border-bottom: 1px solid #0B0B66;
  color: #0B0B66;
  margin-right: 20px;
  margin-bottom: 30px;
  width: 100%;
}
body#single-evenement #content .subcontainer .info-form form input:last-child {
  margin-right: 0;
}
body#single-evenement #content .subcontainer .info-form form input:focus-visible {
  outline: none;
}
body#single-evenement #content .subcontainer .info-form form input::placeholder {
  color: #0B0B66;
}
body#single-evenement #content .subcontainer .info-form form .btn-z {
  margin-bottom: 40px;
}
body#single-evenement #content .subcontainer .info-form form .disclaimer {
  font-size: 9px;
  line-height: 16px;
}
body#single-evenement #flash_container {
  display: none;
}

body#jesoutiens #hero {
  background: linear-gradient(180deg, rgb(34, 34, 136) 0, #0B0B66 400px);
}
body#jesoutiens #hero #france-container {
  width: 100%;
  height: 350px;
  box-shadow: 0px 15px 20px -10px black;
  background-size: cover;
  background-position: top;
  position: relative;
}
@media (min-width: 576px) {
  body#jesoutiens #hero #france-container {
    height: 500px;
  }
}
@media (min-width: 992px) {
  body#jesoutiens #hero #france-container {
    width: 60%;
  }
}
body#jesoutiens #hero #france-container h2 {
  position: absolute;
  bottom: 0;
  font-size: 30px;
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
  font-family: "france22", sans-serif;
  color: white;
  line-height: 30px;
}
@media (min-width: 576px) {
  body#jesoutiens #hero #france-container h2 {
    font-size: 35px;
    padding: 30px;
    text-align: center;
  }
}
@media (min-width: 992px) {
  body#jesoutiens #hero #france-container h2 {
    padding: 30px 45px;
  }
}
body#jesoutiens #hero #france-container h2 span {
  color: #E60000;
  font-family: "france22", sans-serif;
}
body#jesoutiens #hero #france-container .overlay-home {
  width: 100%;
  height: 200px;
  position: absolute;
  bottom: 0;
  background-size: cover;
}
body#jesoutiens #hero #soutien-container {
  width: 100%;
  background: white;
  padding: 15px;
  box-shadow: 0px 15px 20px -10px black;
}
@media (min-width: 992px) {
  body#jesoutiens #hero #soutien-container {
    width: 40%;
    min-height: 500px;
  }
}
@media (min-width: 576px) {
  body#jesoutiens #hero #soutien-container {
    padding: 30px;
  }
}
body#jesoutiens #hero #soutien-container h2 {
  font-size: 25px;
  font-family: "france22", sans-serif;
  color: #0B0B66;
  line-height: 23px;
}
@media (min-width: 576px) {
  body#jesoutiens #hero #soutien-container h2 {
    font-size: 35px;
    line-height: 30px;
  }
}
body#jesoutiens #hero #soutien-container h2 span {
  color: #E60000;
  font-family: "france22", sans-serif;
}
body#jesoutiens #hero #soutien-container .info-form {
  margin: 40px auto 0 auto;
  width: 100%;
}
body#jesoutiens #hero #soutien-container .info-form span {
  display: block;
  line-height: 20px;
  font-size: 13px;
  color: #0B0B66;
}
@media (min-width: 576px) {
  body#jesoutiens #hero #soutien-container .info-form form .d-flex input {
    width: 50%;
  }
}
body#jesoutiens #hero #soutien-container .info-form form input:not([type=submit]) {
  background: none;
  border: none;
  border-bottom: 1px solid #0B0B66;
  color: #0B0B66;
  margin-right: 20px;
  margin-bottom: 30px;
  width: 100%;
}
body#jesoutiens #hero #soutien-container .info-form form input:not([type=submit]):last-child {
  margin-right: 0;
}
body#jesoutiens #hero #soutien-container .info-form form input:not([type=submit]):focus-visible {
  outline: none;
}
body#jesoutiens #hero #soutien-container .info-form form input:not([type=submit])::placeholder {
  color: #0B0B66;
}
body#jesoutiens #hero #soutien-container .info-form form .labeled-tags-container {
  font-size: 12px;
  padding: 20px 0;
  color: #0B0B66;
}
body#jesoutiens #hero #soutien-container .info-form form .btn-z {
  margin: 20px auto 0 auto;
  font-size: 20px;
  padding: 15px 20px;
}
body#jesoutiens #hero #soutien-container .info-form form a {
  cursor: pointer;
}
body#jesoutiens #hero #soutien-container .info-form form a:hover {
  color: #0B0B66;
}
body#jesoutiens #hero .old-home h2 {
  padding-top: 25px;
  font-size: 65px;
  color: white;
  line-height: 55px;
  font-family: "france22", sans-serif;
  font-weight: bold;
  margin-bottom: 36px;
  max-width: 320px;
}
@media (min-width: 576px) {
  body#jesoutiens #hero .old-home h2 {
    max-width: unset;
  }
}
@media (min-width: 992px) {
  body#jesoutiens #hero .old-home h2 {
    max-width: 366px;
  }
}
body#jesoutiens #hero .old-home .btn-z {
  display: inline-block;
  margin-top: 15px;
}
body#jesoutiens #hero .old-home #video-container {
  width: 100%;
  height: 280px;
  background-position: center;
  background-size: cover;
  -webkit-box-shadow: 5px 5px 14px 2px rgba(0, 0, 0, 0.44);
  box-shadow: 5px 5px 14px 2px rgba(0, 0, 0, 0.44);
  position: relative;
}
body#jesoutiens #hero .old-home #video-container + a {
  margin: 47px auto 0;
}
@media (min-width: 576px) {
  body#jesoutiens #hero .old-home #video-container {
    height: 322px;
  }
}
@media (min-width: 992px) {
  body#jesoutiens #hero .old-home #video-container {
    width: 60%;
    height: 380px;
  }
}
body#jesoutiens #hero .old-home #video-container .overlay {
  transition: all 0.3s ease 0s;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background: black;
  position: absolute;
  z-index: 0;
}
body#jesoutiens #hero .old-home #video-container:hover .overlay {
  opacity: 0.1;
}
body#jesoutiens #hero .old-home #video-container:hover svg {
  transition: all 0.3s ease 0s;
  transform: scale(1.2);
}
body#jesoutiens #hero .old-home #video-container:hover svg .a {
  transition: all 0.3s ease 0s;
  fill: #E60000;
  opacity: 1;
}

#equipe_cont img {
  float: left;
  margin-right: 30px;
  width: 100px;
}
@media (min-width: 768px) {
  #equipe_cont img {
    width: 150px;
  }
}
#equipe_cont .equipe {
  margin-bottom: 20px;
}
#equipe_cont .equipe h2 {
  font-size: 25px !important;
  font-weight: normal !important;
  padding-top: 20px;
  font-family: "proxima-nova", sans-serif !important;
}
@media (min-width: 768px) {
  #equipe_cont .equipe h2 {
    font-size: 35px !important;
  }
}
#equipe_cont .equipe h2 strong {
  font-size: 25px !important;
  text-transform: uppercase;
  font-weight: bold !important;
  font-family: "france22", sans-serif;
}
@media (min-width: 768px) {
  #equipe_cont .equipe h2 strong {
    font-size: 35px !important;
  }
}
#equipe_cont .equipe:after {
  content: "";
  display: block;
  clear: both;
}

#page_agenda {
  background: #0B0B66;
  padding: 50px 0;
}
#page_agenda h2 {
  color: white;
}
#page_agenda .agenda-unit .date {
  background: #E60000;
}

body#photos .subcontainer {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
body#photos #galerie_photo {
  column-count: 3;
  column-gap: 10px;
}
body#photos #galerie_photo img {
  display: inline-block;
  width: 100%;
  margin: 5px;
}

@media (min-width: 655px) {
  .priorite-repeater > div {
    margin: 0 -5px;
  }
}
.priorite-repeater .priorite {
  background-position: center;
  width: 100%;
  position: relative;
  padding: 10px 15px;
}
.priorite-repeater .priorite:hover {
  text-decoration: none;
}
@media (min-width: 655px) {
  .priorite-repeater .priorite {
    width: 50%;
    padding: 5px;
  }
}
@media (min-width: 1200px) {
  .priorite-repeater .priorite {
    width: 20%;
  }
}
@media (min-width: 1920px) {
  .priorite-repeater .priorite {
    width: 380px;
  }
}
.priorite-repeater .priorite .content {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 263px;
  padding: 25px;
}
@media (min-width: 576px) {
  .priorite-repeater .priorite .content {
    height: 380px;
  }
}
.priorite-repeater .priorite .content span:first-of-type, .priorite-repeater .priorite .content h4 {
  font-family: "france22", sans-serif;
}
.priorite-repeater .priorite .content span:first-of-type {
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
  font-size: 90px;
  line-height: 70px;
}
.priorite-repeater .priorite .content h4 {
  color: white;
  font-size: 150%;
  position: relative;
}
.priorite-repeater .priorite .content h4:after {
  content: "";
  display: block;
  width: 25px;
  height: 9px;
  background: #E60000;
  position: absolute;
  bottom: -15px;
  left: 0;
}
.priorite-repeater .priorite .content .btn-z {
  margin-top: 48px;
}

#priorites-footer-candidature {
  margin-top: 68px;
}

#priorites-footer {
  margin-top: 68px;
}
#priorites-footer .priorite-repeater {
  background: -webkit-linear-gradient(0deg, #0B0B66 66%, #D5E4E8 66%);
  background: -o-linear-gradient(0deg, #0B0B66 66%, #D5E4E8 66%);
  background: -moz-linear-gradient(0deg, #0B0B66 66%, #D5E4E8 66%);
  background: linear-gradient(0deg, #0B0B66 66%, #D5E4E8 66%);
}

#single-article .related_boxes {
  background: -webkit-linear-gradient(0deg, #0B0B66 66%, #D5E4E8 66%);
  background: -o-linear-gradient(0deg, #0B0B66 66%, #D5E4E8 66%);
  background: -moz-linear-gradient(0deg, #0B0B66 66%, #D5E4E8 66%);
  background: linear-gradient(0deg, #0B0B66 66%, #D5E4E8 66%);
}

#hero.container-fit {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: -1;
  height: 270px;
  max-width: 1290px;
}
@media (min-width: 768px) {
  #hero.container-fit {
    height: 500px;
  }
}
@media (min-width: 768px) {
  #hero.container-fit {
    padding-bottom: 80px;
  }
}
#hero.container-fit h2 {
  text-transform: uppercase;
  font-family: "france22", sans-serif;
  font-weight: bold;
  color: white;
  font-size: 45px;
  text-align: center;
}
@media (min-width: 768px) {
  #hero.container-fit h2 {
    font-size: 65px;
  }
}
#hero.container-maxi {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: -1;
  height: 260px;
}
@media (min-width: 768px) {
  #hero.container-maxi {
    height: 530px;
  }
}

@media (min-width: 768px) {
  body#single-priorite,
body#page-agenda,
body#single-article {
    background: #0B0B66;
  }
}

body#candidature #content,
body#single-priorite #content,
body#page-agenda #content,
body#single-article #content {
  margin-top: -20px;
}
@media (min-width: 768px) {
  body#candidature #content,
body#single-priorite #content,
body#page-agenda #content,
body#single-article #content {
    margin-top: -115px;
  }
}
body#candidature #content .subcontainer,
body#single-priorite #content .subcontainer,
body#page-agenda #content .subcontainer,
body#single-article #content .subcontainer {
  background: white;
  padding: 25px 10px;
}
body#candidature #content .subcontainer h2,
body#single-priorite #content .subcontainer h2,
body#page-agenda #content .subcontainer h2,
body#single-article #content .subcontainer h2 {
  line-height: 0.9;
  font-family: "france22", sans-serif;
  font-size: 35px;
  margin-bottom: 16px;
  color: #0B0B66;
}
@media (min-width: 768px) {
  body#candidature #content .subcontainer h2,
body#single-priorite #content .subcontainer h2,
body#page-agenda #content .subcontainer h2,
body#single-article #content .subcontainer h2 {
    font-size: 65px;
  }
}
@media (min-width: 768px) {
  body#candidature #content .subcontainer,
body#single-priorite #content .subcontainer,
body#page-agenda #content .subcontainer,
body#single-article #content .subcontainer {
    padding: 60px 60px;
  }
}

body#candidature .subcontainer img,
body#single-priorite .subcontainer img,
body#eric-zemmour .subcontainer img,
body#page-agenda .subcontainer img,
body#single-article .subcontainer img {
  max-width: 100%;
}

.agenda-unit {
  margin: 0 15px 15px 0;
  min-height: 100px;
  max-width: 445px;
  background-color: #D5E4E8;
}
.agenda-unit:hover {
  text-decoration: none;
}
.agenda-unit .date {
  min-width: 100px;
  background: #0B0B66;
  color: white;
  font-size: 25px;
  font-family: "france22", sans-serif;
  font-weight: bold;
  line-height: 29px;
}
.agenda-unit .date span {
  font-size: 40px;
  font-weight: 900;
}
.agenda-unit .location {
  position: relative;
  padding: 10px 0;
}
.agenda-unit .location > :not(.overlay) {
  font-size: 33px;
  color: #0B0B66;
  padding: 0 30px;
  text-transform: uppercase;
  font-family: "france22", sans-serif;
  font-weight: bold;
  line-height: 30px;
  margin: 0;
}
.agenda-unit .location .overlay {
  top: 0;
  left: 0;
  display: flex;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  font-size: 15px;
  font-weight: 700;
  background: rgba(11, 11, 102, 0.8);
  color: white;
}
.agenda-unit .location .overlay svg.rouge path, .agenda-unit .location .overlay svg.rouge line {
  stroke: #E60000;
}
.agenda-unit:hover .date {
  transition: background 0.3s;
  background: #E60000;
}
.agenda-unit:hover .overlay {
  transition: opacity 0.3s;
  opacity: 1;
}

.modal-dialog {
  max-width: 800px;
  margin: 30px auto;
}
.modal-dialog .modal-body {
  position: relative;
  padding: 0px;
}
.modal-dialog .close {
  position: absolute;
  right: -30px;
  top: 0;
  z-index: 999;
  font-size: 2rem;
  font-weight: normal;
  color: #fff;
  opacity: 1;
}

.media-box {
  padding: 0 8px 38px;
  width: 100%;
}
.media-box:hover, .media-box:hover * {
  text-decoration: none !important;
}
@media (min-width: 768px) {
  .media-box {
    max-width: 50%;
  }
}
@media (min-width: 1200px) {
  .media-box {
    max-width: 33%;
  }
}
.media-box > div {
  background: white;
  display: flex;
  height: 100%;
  padding: 13px 23px 0;
  border-radius: 6px;
}
.media-box > div .title {
  font-family: "france22", sans-serif;
  color: #0B0B66;
  font-size: 25px;
  line-height: 25px;
  display: block;
  margin-bottom: 13px;
  min-height: 50px;
}
.media-box > div .img {
  height: 215px;
  background-size: cover;
}
.media-box > div > div:first-of-type {
  margin: 0 -3px 23px;
}
.media-box > div .date,
.media-box > div .cat {
  padding: 7px;
  display: block;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 3px;
}
.media-box > div .date {
  background-color: #0B0B66;
  color: white;
}
.media-box > div .cat {
  background-color: #D5E4E8;
  color: #0B0B66;
}
@media (min-width: 992px) {
  .media-box > div {
    padding: 13px 27px 0;
  }
}

.alert-info {
  color: #1b1e21;
  background-color: white;
  border: 5px solid #0B0B66;
}

#flash_container2 {
  position: fixed;
  top: 20vh;
  left: 0;
  width: 100%;
  z-index: 15;
}
#flash_container2 h4 {
  font-weight: bold;
  color: #0B0B66;
}
#flash_container2 .alert-info hr {
  border-top-color: #0B0B66 !important;
}
#flash_container2 .text-info {
  color: #0B0B66 !important;
}

.overlay {
  background: rgba(0, 0, 0, 0.8);
  display: block;
  width: 100vw;
  height: 100vh;
  z-index: 14;
  position: fixed;
  display: none;
}

.related_boxes {
  margin-top: 20px;
}

#stay-informed .medias a {
  height: 37px;
  width: 37px;
}

footer .medias a {
  height: 20px;
  width: 20px;
}

#acquisition input[type=text], #acquisition input[type=email] {
  background: none;
  border: none;
  border-bottom: 1px solid white;
  color: white;
  margin-right: 20px;
}
#acquisition input[type=text]:last-child, #acquisition input[type=email]:last-child {
  margin-right: 0;
}
#acquisition input[type=text]:focus-visible, #acquisition input[type=email]:focus-visible {
  outline: none;
}
#acquisition input[type=text]::placeholder, #acquisition input[type=email]::placeholder {
  color: white;
}
#acquisition #home_form {
  justify-content: center !important;
  flex-wrap: wrap !important;
  flex-direction: row !important;
  display: flex !important;
}
@media (min-width: 768px) {
  #acquisition #home_form {
    width: 70%;
  }
  #acquisition #home_form #signup_email {
    width: 33%;
  }
}
@media (max-width: 991.98px) {
  #acquisition {
    text-align: center;
  }
  #acquisition .engage {
    margin-bottom: 30px;
  }
  #acquisition input {
    margin-bottom: 15px;
    width: 80%;
  }
}

.pagination {
  justify-content: center;
  padding: 20px 0;
}
.pagination .page-link {
  color: #0B0B66;
}
.pagination .page-item.active .page-link {
  background: #0B0B66;
  border-color: #0B0B66;
}

#landing_cont {
  width: 100%;
  margin: auto;
  padding: 20px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  #landing_cont {
    width: 765px;
  }
}
@media (min-width: 992px) {
  #landing_cont {
    width: 990px;
  }
}
#landing_cont #landing_header {
  background: #DD7026;
}
#landing_cont #landing_header h1:first-child {
  width: 100%;
  padding: 15px;
  background: white;
  color: #DD7026;
  font-size: 25px;
  margin: 0;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 576px) {
  #landing_cont #landing_header h1:first-child {
    width: 200px;
    text-align: left;
  }
}
@media (min-width: 768px) {
  #landing_cont #landing_header h1:first-child {
    width: 300px;
  }
}
#landing_cont #landing_header h1:last-child {
  padding: 15px;
  color: white;
  font-weight: bold;
  font-size: 30px;
  line-height: 30px;
  margin: 0;
}
#landing_cont #landing_body p {
  padding-bottom: 56.25%;
  display: block;
  height: 0;
  width: 100%;
  position: relative;
  margin: 0;
}
#landing_cont #landing_body p:before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  background: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  padding-bottom: 17%;
}
@media (min-width: 576px) {
  #landing_cont #landing_body p:before {
    padding-bottom: 10%;
  }
}
@media (min-width: 768px) {
  #landing_cont #landing_body p:before {
    padding-bottom: 9%;
  }
}
@media (min-width: 992px) {
  #landing_cont #landing_body p:before {
    padding-bottom: 7%;
  }
}
#landing_cont #landing_body p:after {
  content: "";
  display: block;
  width: 33%;
  height: 0;
  background: rgba(255, 255, 255, 0);
  position: absolute;
  bottom: 0;
  right: 17%;
  z-index: 10;
  padding-bottom: 12%;
}
@media (min-width: 350px) {
  #landing_cont #landing_body p:after {
    width: 21%;
    right: 14%;
    padding-bottom: 10%;
  }
}
@media (min-width: 420px) {
  #landing_cont #landing_body p:after {
    width: 16%;
    right: 15%;
    padding-bottom: 8.5%;
  }
}
@media (min-width: 480px) {
  #landing_cont #landing_body p:after {
    width: 15%;
    right: 10%;
    padding-bottom: 8%;
  }
}
@media (min-width: 576px) {
  #landing_cont #landing_body p:after {
    width: 12%;
    right: 9.5%;
    padding-bottom: 6.5%;
  }
}
@media (min-width: 670px) {
  #landing_cont #landing_body p:after {
    width: 10.5%;
    right: 8%;
    padding-bottom: 5.5%;
  }
}
@media (min-width: 768px) {
  #landing_cont #landing_body p:after {
    width: 9%;
    right: 7%;
  }
}
@media (min-width: 992px) {
  #landing_cont #landing_body p:after {
    width: 8%;
    right: 5%;
    padding-bottom: 4%;
  }
}
#landing_cont #landing_body p iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#landing_cont #landing_body video {
  height: 50vh;
  width: 100%;
}
#landing_cont #landing_share {
  background: #DD7026;
  text-align: center;
  padding: 15px;
}
#landing_cont #landing_share h2 {
  color: white;
  font-weight: bold;
  font-size: 25px;
  line-height: 30px;
}
#landing_cont #landing_share #landing_share_icons {
  display: flex;
  justify-content: center;
}
#landing_cont #landing_share #landing_share_icons a {
  padding: 5px;
}
@media (min-width: 768px) {
  #landing_cont #landing_share #landing_share_icons a {
    padding: 8px;
    margin: 5px;
  }
}
#landing_cont #landing_share #landing_share_icons a svg,
#landing_cont #landing_share #landing_share_icons a img {
  animation-duration: 16s;
  animation-iteration-count: infinite;
  animation-name: changewidth;
  width: 50px;
  border-radius: 50%;
}
#landing_cont #landing_share #landing_share_icons a svg:hover,
#landing_cont #landing_share #landing_share_icons a img:hover {
  background: white;
}
#landing_cont #landing_share #landing_share_icons a svg:hover .st1,
#landing_cont #landing_share #landing_share_icons a img:hover .st1 {
  fill: #3B5998;
}
#landing_cont #landing_share #landing_share_icons a svg:hover .st2,
#landing_cont #landing_share #landing_share_icons a img:hover .st2 {
  fill: #1DA1F2;
}
#landing_cont #landing_share #landing_share_icons a svg:hover .st3,
#landing_cont #landing_share #landing_share_icons a img:hover .st3 {
  fill: #25D366;
}
#landing_cont #landing_share #landing_share_icons a svg:hover .st4,
#landing_cont #landing_share #landing_share_icons a img:hover .st4 {
  fill: #BB001B;
}
@media (min-width: 768px) {
  #landing_cont #landing_share #landing_share_icons a svg,
#landing_cont #landing_share #landing_share_icons a img {
    width: 80px;
  }
}
#landing_cont #landing_share #landing_share_icons a #svg1 {
  animation-delay: 0s;
}
#landing_cont #landing_share #landing_share_icons a #svg2 {
  animation-delay: 4s;
}
#landing_cont #landing_share #landing_share_icons a #svg3 {
  animation-delay: 8s;
}
#landing_cont #landing_share #landing_share_icons a #svg4 {
  animation-delay: 12s;
}
@keyframes changewidth {
  from {
    transform: scale(1);
  }
  12.5% {
    transform: scale(1.3);
  }
  25% {
    transform: scale(1);
  }
}

#popup2 {
  display: none;
  z-index: 2;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(11, 11, 102, 0.8509803922) 0% 0%;
}
#popup2 #inside {
  margin: auto;
  text-align: center;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: calc(100% - 60px);
  max-width: 98%;
  background: white;
  border-radius: 5px;
  padding: 20px;
}
@media (min-width: 768px) {
  #popup2 #inside {
    width: 422px;
    padding: 30px;
  }
}
@media (min-width: 992px) {
  #popup2 #inside {
    width: 560px;
    padding: 50px;
  }
}
#popup2 #landing_share {
  background: #0B0B66;
  text-align: center;
  padding: 15px;
}
#popup2 #landing_share h2 {
  color: white;
  font-weight: bold;
  font-size: 25px;
  line-height: 30px;
}
#popup2 #landing_share #landing_share_icons {
  display: flex;
  justify-content: center;
}
#popup2 #landing_share #landing_share_icons a {
  padding: 5px;
}
@media (min-width: 768px) {
  #popup2 #landing_share #landing_share_icons a {
    padding: 8px;
    margin: 5px;
  }
}
#popup2 #landing_share #landing_share_icons a svg,
#popup2 #landing_share #landing_share_icons a img {
  animation-duration: 16s;
  animation-iteration-count: infinite;
  animation-name: changewidth;
  width: 50px;
  border-radius: 50%;
}
#popup2 #landing_share #landing_share_icons a svg:hover,
#popup2 #landing_share #landing_share_icons a img:hover {
  background: white;
}
#popup2 #landing_share #landing_share_icons a svg:hover .st1,
#popup2 #landing_share #landing_share_icons a img:hover .st1 {
  fill: #3B5998;
}
#popup2 #landing_share #landing_share_icons a svg:hover .st2,
#popup2 #landing_share #landing_share_icons a img:hover .st2 {
  fill: #1DA1F2;
}
#popup2 #landing_share #landing_share_icons a svg:hover .st3,
#popup2 #landing_share #landing_share_icons a img:hover .st3 {
  fill: #25D366;
}
#popup2 #landing_share #landing_share_icons a svg:hover .st4,
#popup2 #landing_share #landing_share_icons a img:hover .st4 {
  fill: #BB001B;
}
@media (min-width: 768px) {
  #popup2 #landing_share #landing_share_icons a svg,
#popup2 #landing_share #landing_share_icons a img {
    width: 80px;
  }
}
#popup2 #landing_share #landing_share_icons a #svg1 {
  animation-delay: 0s;
}
#popup2 #landing_share #landing_share_icons a #svg2 {
  animation-delay: 4s;
}
#popup2 #landing_share #landing_share_icons a #svg3 {
  animation-delay: 8s;
}
#popup2 #landing_share #landing_share_icons a #svg4 {
  animation-delay: 12s;
}
@keyframes changewidth {
  from {
    transform: scale(1);
  }
  12.5% {
    transform: scale(1.3);
  }
  25% {
    transform: scale(1);
  }
}

body#don {
  background: #0B0B66;
}
body#don textarea:focus, body#don input:focus {
  outline: none;
}
body#don header {
  background: white;
  width: 100%;
  height: 75px;
  padding: 20px 15px;
}
@media (min-width: 768px) {
  body#don header {
    padding: 28px auto;
    height: 100px;
  }
}
body#don header #logo {
  max-width: 100%;
  width: 400px;
}
body#don .subheader {
  color: white;
  background: #E60000;
  text-align: center;
  line-height: 25px;
  font-size: 16px;
  padding: 10px 18px;
  font-weight: bold;
}
@media (min-width: 768px) {
  body#don .subheader {
    font-size: 25px;
    height: 50px;
  }
}
body#don .container {
  max-width: 730px;
}
body#don h2 {
  color: white;
  font-size: 22px;
  font-weight: bold;
  font-family: "france22", sans-serif;
  margin-bottom: 13px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  body#don h2 {
    margin-bottom: 15px;
    font-size: 40px;
  }
}
body#don .subcont, body#don #donation_form {
  color: #0B0B66;
  background: white;
  border-radius: 6px;
  padding: 25px 10px;
}
@media (min-width: 768px) {
  body#don .subcont, body#don #donation_form {
    padding: 25px;
  }
}
body#don h1 {
  text-transform: uppercase;
  color: white;
  font-weight: bold;
  font-size: 25px;
  font-family: "france22", sans-serif;
  margin-top: 20px;
  margin-bottom: 80px;
  line-height: 29px;
}
body#don h1 .rouge {
  font-family: "france22", sans-serif;
}
@media (min-width: 768px) {
  body#don h1 {
    line-height: 42px;
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 39px;
  }
}
body#don #container-montant-bis,
body#don #container-montant {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  padding: 0 0 100px 0;
  min-height: calc(100vh - 110px);
}
body#don #container-montant-bis.scrolled,
body#don #container-montant.scrolled {
  opacity: 0;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
@media (min-width: 768px) {
  body#don #container-montant-bis,
body#don #container-montant {
    min-height: calc(100vh - 150px);
  }
}
body#don #container-montant-bis > .subcont,
body#don #container-montant > .subcont {
  width: 100%;
  text-align: center;
}
body#don #container-montant-bis > .subcont .amount,
body#don #container-montant > .subcont .amount {
  margin-bottom: 15px;
  width: 100%;
}
@media (min-width: 768px) {
  body#don #container-montant-bis > .subcont .amount,
body#don #container-montant > .subcont .amount {
    margin-bottom: 25px;
  }
}
body#don #container-montant-bis > .subcont .amount > span,
body#don #container-montant > .subcont .amount > span {
  width: calc(33% - 6px);
  cursor: pointer;
  background: #0B0B66;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  padding: 15px 8px;
  transform: scale(0.9);
  color: white;
  font-weight: bold;
  text-align: center;
  border-radius: 6px;
  line-height: 16px;
  font-size: 16px;
}
@media (max-width: 767.98px) {
  body#don #container-montant-bis > .subcont .amount > span[data-amount="1500"],
body#don #container-montant > .subcont .amount > span[data-amount="1500"] {
    display: none;
  }
  body#don #container-montant-bis > .subcont .amount > span[data-amount="40"],
body#don #container-montant > .subcont .amount > span[data-amount="40"] {
    display: none;
  }
  body#don #container-montant-bis > .subcont .amount > span[data-amount="1286"],
body#don #container-montant > .subcont .amount > span[data-amount="1286"] {
    display: none;
  }
}
@media (min-width: 576px) {
  body#don #container-montant-bis > .subcont .amount > span,
body#don #container-montant > .subcont .amount > span {
    width: calc(25% - 6px);
  }
}
body#don #container-montant-bis > .subcont .amount > span span,
body#don #container-montant > .subcont .amount > span span {
  font-size: 13px;
}
@media (min-width: 768px) {
  body#don #container-montant-bis > .subcont .amount > span,
body#don #container-montant > .subcont .amount > span {
    line-height: 25px;
    font-size: 24px;
    width: calc(25% - 15px);
    padding: 20px 10px;
  }
  body#don #container-montant-bis > .subcont .amount > span span,
body#don #container-montant > .subcont .amount > span span {
    font-size: 16px;
  }
}
body#don #container-montant-bis > .subcont #free-amount,
body#don #container-montant > .subcont #free-amount {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
}
@media (min-width: 768px) {
  body#don #container-montant-bis > .subcont #free-amount,
body#don #container-montant > .subcont #free-amount {
    margin-bottom: 30px;
  }
}
body#don #container-montant-bis > .subcont #free-amount:after,
body#don #container-montant > .subcont #free-amount:after {
  content: "€";
  position: absolute;
  color: white;
  top: 9px;
  right: 13px;
  font-size: 25px;
  font-weight: 700;
}
@media (min-width: 768px) {
  body#don #container-montant-bis > .subcont #free-amount:after,
body#don #container-montant > .subcont #free-amount:after {
    top: 22px;
    right: 140px;
  }
}
body#don #container-montant-bis > .subcont #free-amount ::placeholder,
body#don #container-montant > .subcont #free-amount ::placeholder {
  color: white;
}
body#don #container-montant-bis > .subcont #free-amount ::-moz-placeholder,
body#don #container-montant > .subcont #free-amount ::-moz-placeholder {
  color: white;
}
body#don #container-montant-bis > .subcont #free-amount ::-ms-input-placeholder,
body#don #container-montant > .subcont #free-amount ::-ms-input-placeholder {
  color: white;
}
body#don #container-montant-bis > .subcont #free-amount ::-webkit-input-placeholder,
body#don #container-montant > .subcont #free-amount ::-webkit-input-placeholder {
  color: white;
}
body#don #container-montant-bis > .subcont #free-amount input,
body#don #container-montant > .subcont #free-amount input {
  background: #0B0B66;
  padding: 15px;
  color: white;
  font-size: 16px;
  border-radius: 6px;
  width: 100%;
  font-weight: 700;
  border: 0;
  -moz-appearance: textfield;
}
@media (min-width: 768px) {
  body#don #container-montant-bis > .subcont #free-amount input,
body#don #container-montant > .subcont #free-amount input {
    font-size: 24px;
    padding: 20px 155px;
  }
}
body#don #container-montant-bis > .subcont #free-amount input::-webkit-outer-spin-button, body#don #container-montant-bis > .subcont #free-amount input::-webkit-inner-spin-button,
body#don #container-montant > .subcont #free-amount input::-webkit-outer-spin-button,
body#don #container-montant > .subcont #free-amount input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
body#don #container-montant-bis > .subcont #free-amount input:focus::placeholder,
body#don #container-montant > .subcont #free-amount input:focus::placeholder {
  color: transparent;
}
body#don #container-montant-bis > .subcont #free-amount input:focus::-moz-placeholder,
body#don #container-montant > .subcont #free-amount input:focus::-moz-placeholder {
  color: transparent;
}
body#don #container-montant-bis > .subcont #free-amount input:focus:-ms-input-placeholder,
body#don #container-montant > .subcont #free-amount input:focus:-ms-input-placeholder {
  color: transparent;
}
body#don #container-montant-bis > .subcont #free-amount input:focus::-webkit-input-placeholder,
body#don #container-montant > .subcont #free-amount input:focus::-webkit-input-placeholder {
  color: transparent;
}
body#don #container-montant-bis > .subcont #jedonneplutot,
body#don #container-montant > .subcont #jedonneplutot {
  display: flex;
  position: relative;
  cursor: pointer;
  background: #0B0B66;
  border-radius: 6px;
  text-align: center;
  width: 100%;
  height: 50px;
  color: white;
  margin-top: 20px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  line-height: 16px;
}
body#don #container-montant-bis > .subcont #jedonneplutot > span:nth-of-type(1),
body#don #container-montant > .subcont #jedonneplutot > span:nth-of-type(1) {
  font-size: 16px;
  font-weight: bold;
}
body#don #container-montant-bis > .subcont #jedonneplutot > span:nth-of-type(2),
body#don #container-montant > .subcont #jedonneplutot > span:nth-of-type(2) {
  font-size: 14px;
  font-style: italic;
}
body#don #container-montant-bis > .subcont #jedonneplutot > span:nth-of-type(2) > span,
body#don #container-montant > .subcont #jedonneplutot > span:nth-of-type(2) > span {
  font-weight: bold;
}
body#don #container-montant-bis > .subcont #jedonneplutot:hover,
body#don #container-montant > .subcont #jedonneplutot:hover {
  background: #E60000;
}
@media (min-width: 768px) {
  body#don #container-montant-bis > .subcont #jedonneplutot,
body#don #container-montant > .subcont #jedonneplutot {
    margin-top: 25px;
    height: 90px;
    line-height: 26px;
  }
  body#don #container-montant-bis > .subcont #jedonneplutot span,
body#don #container-montant > .subcont #jedonneplutot span {
    font-size: 24px !important;
  }
}
body#don #container-montant-bis > .subcont #continuer,
body#don #container-montant-bis > .subcont #jedonne,
body#don #container-montant > .subcont #continuer,
body#don #container-montant > .subcont #jedonne {
  position: relative;
  cursor: pointer;
  background: #E60000;
  border-radius: 6px;
  text-align: center;
  width: 100%;
  min-height: 50px;
  font-size: 16px;
  color: white;
  font-weight: bold;
  margin-top: 15px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
body#don #container-montant-bis > .subcont #continuer span > span,
body#don #container-montant-bis > .subcont #jedonne span > span,
body#don #container-montant > .subcont #continuer span > span,
body#don #container-montant > .subcont #jedonne span > span {
  font-size: 24px;
}
body#don #container-montant-bis > .subcont #continuer > div,
body#don #container-montant-bis > .subcont #jedonne > div,
body#don #container-montant > .subcont #continuer > div,
body#don #container-montant > .subcont #jedonne > div {
  padding: 10px 60px;
}
@media (min-width: 768px) {
  body#don #container-montant-bis > .subcont #continuer,
body#don #container-montant-bis > .subcont #jedonne,
body#don #container-montant > .subcont #continuer,
body#don #container-montant > .subcont #jedonne {
    margin-top: 25px;
    height: 90px;
    font-size: 24px;
  }
  body#don #container-montant-bis > .subcont #continuer span > span:not(.total2),
body#don #container-montant-bis > .subcont #jedonne span > span:not(.total2),
body#don #container-montant > .subcont #continuer span > span:not(.total2),
body#don #container-montant > .subcont #jedonne span > span:not(.total2) {
    font-size: 36px;
  }
  body#don #container-montant-bis > .subcont #continuer .total2,
body#don #container-montant-bis > .subcont #jedonne .total2,
body#don #container-montant > .subcont #continuer .total2,
body#don #container-montant > .subcont #jedonne .total2 {
    font-size: 30px;
  }
}
body#don #container-montant-bis > .subcont #continuer:hover,
body#don #container-montant-bis > .subcont #jedonne:hover,
body#don #container-montant > .subcont #continuer:hover,
body#don #container-montant > .subcont #jedonne:hover {
  background: #0B0B66;
}
body#don #container-montant-bis > .subcont .reduc,
body#don #container-montant > .subcont .reduc {
  color: #0B0B66;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  max-width: 450px;
  display: block;
}
@media (min-width: 768px) {
  body#don #container-montant-bis > .subcont .reduc,
body#don #container-montant > .subcont .reduc {
    font-size: 24px;
    line-height: 26px;
  }
}
body#don .btn-fleche {
  position: absolute;
  right: 10px;
  height: 15px;
}
@media (min-width: 768px) {
  body#don .btn-fleche {
    right: 30px;
    height: 30px;
  }
}
body#don #container-montant-bis,
body#don #container-moyens {
  display: none;
  min-height: 100vh;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
body#don #container-montant-bis .saviez,
body#don #container-moyens .saviez {
  text-transform: uppercase;
  color: #E60000;
  font-size: 14px;
  line-height: 19px;
  margin-top: 15px;
  font-family: "france22", sans-serif;
  font-weight: bold;
}
body#don #container-montant-bis .saviez svg,
body#don #container-moyens .saviez svg {
  width: 12px;
  height: 16px;
  margin-top: -8px;
}
body#don #container-montant-bis.scrolled,
body#don #container-moyens.scrolled {
  opacity: 0;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
body#don #moyens {
  min-height: 500px;
  max-height: calc(100vh - 100px);
}
body#don #moyens #cb {
  cursor: pointer;
  background: #E60000;
  color: white;
  border-radius: 6px;
  font-weight: bold;
  font-size: 16px;
  height: 200px;
}
body#don #moyens #cb span {
  margin: 10px 0;
}
@media (min-width: 768px) {
  body#don #moyens #cb {
    height: 350px;
    font-size: 24px;
  }
}
body#don #moyens p {
  margin-top: 3px;
  margin-bottom: 10px;
}
body#don #moyens .secure {
  text-transform: uppercase;
  color: #E60000;
  font-size: 14px;
  line-height: 19px;
  margin-top: 15px;
  font-family: "france22", sans-serif;
  font-weight: bold;
}
body#don #moyens .secure svg {
  width: 12px;
  height: 16px;
  margin-top: -8px;
}
@media (min-width: 768px) {
  body#don #moyens p {
    margin-top: 7px;
    margin-bottom: 20px;
  }
  body#don #moyens .secure {
    margin-top: 27px;
    font-size: 21px;
  }
  body#don #moyens .secure svg {
    width: 18px;
    height: 24px;
    margin-top: -11px;
  }
}
body#don #moyens #autre {
  height: 100px;
  position: relative;
}
@media (min-width: 768px) {
  body#don #moyens #autre {
    height: 150px;
  }
}
body#don #moyens #autre > div {
  background: #0B0B66;
  color: white;
  border-radius: 6px;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
}
@media (min-width: 768px) {
  body#don #moyens #autre > div {
    font-size: 24px;
  }
}
body#don #moyens #autre > div:nth-of-type(2), body#don #moyens #autre > div:nth-of-type(1) {
  width: 50%;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
body#don #moyens #autre > div:nth-of-type(2) span, body#don #moyens #autre > div:nth-of-type(2) svg, body#don #moyens #autre > div:nth-of-type(1) span, body#don #moyens #autre > div:nth-of-type(1) svg {
  opacity: 0;
  -webkit-transition: all 0.4s ease-out 0.3s;
  -moz-transition: all 0.4s ease-out 0.3s;
  -ms-transition: all 0.4s ease-out 0.3s;
  -o-transition: all 0.4s ease-out 0.3s;
  transition: all 0.4s ease-out 0.3s;
}
body#don #moyens #autre > div:nth-of-type(3) {
  opacity: 1;
  width: 100%;
  height: 100%;
  position: absolute;
}
body#don #moyens #autre.showed > div:nth-of-type(2), body#don #moyens #autre.showed > div:nth-of-type(1) {
  width: calc(50% - 4px);
}
@media (min-width: 768px) {
  body#don #moyens #autre.showed > div:nth-of-type(2), body#don #moyens #autre.showed > div:nth-of-type(1) {
    width: calc(50% - 10px);
  }
}
body#don #moyens #autre.showed > div:nth-of-type(2) span, body#don #moyens #autre.showed > div:nth-of-type(2) svg, body#don #moyens #autre.showed > div:nth-of-type(1) span, body#don #moyens #autre.showed > div:nth-of-type(1) svg {
  opacity: 1;
}
body#don #moyens #autre.showed > div:nth-of-type(3) {
  background: none !important;
  opacity: 0;
}
body#don #container-infos {
  display: none;
  min-height: 100vh;
}
body#don #container-infos > .subcont {
  width: 100%;
}
body#don #container-infos > .subcont input, body#don #container-infos > .subcont select {
  border: 1px solid #B5B5D1;
}
body#don #container-infos > .subcont #ezForm_client_address1 {
  border-radius: 6px 6px 0px 0px;
  width: 100%;
}
body#don #container-infos > .subcont #ezForm_client_address2 {
  width: 100%;
}
body#don #container-infos > .subcont #ezForm_client_address2,
body#don #container-infos > .subcont #ezForm_client_city,
body#don #container-infos > .subcont #ezForm_client_zipcode {
  border-radius: 0;
}
body#don #container-infos > .subcont #ezForm_client_city,
body#don #container-infos > .subcont #ezForm_client_zipcode {
  width: 100%;
}
@media (min-width: 768px) {
  body#don #container-infos > .subcont #ezForm_client_city,
body#don #container-infos > .subcont #ezForm_client_zipcode {
    width: 50%;
  }
}
body#don #container-infos > .subcont #ezForm_client_country {
  border-radius: 0px 0px 6px 6px;
  width: 100%;
}
body#don #container-infos .newsletter {
  margin-top: 10px;
}
body#don #container-infos #valider {
  border: 0;
  position: relative;
  cursor: pointer;
  background: #E60000;
  border-radius: 6px;
  text-align: center;
  width: 100%;
  height: 50px;
  font-size: 16px;
  color: white;
  font-weight: bold;
  margin-top: 15px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
body#don #container-infos #valider span > span {
  font-size: 24px;
}
@media (min-width: 768px) {
  body#don #container-infos #valider {
    margin-top: 25px;
    height: 90px;
    font-size: 24px;
  }
  body#don #container-infos #valider span > span {
    font-size: 36px;
  }
}
body#don #container-infos #valider:hover {
  background: #0B0B66;
}
body#don #agissez {
  margin-top: 90px;
  display: none;
}
body#don #agissez .subcont {
  line-height: 19px;
}
body#don #agissez .subcont h4 {
  margin: 20px 0 10px;
}
@media (min-width: 768px) {
  body#don #agissez .subcont h4 {
    margin: 25px 0 10px;
  }
}
body#don #agissez .subcont p:last-of-type {
  margin: 0;
}
body#don .rouge {
  color: #E60000;
  font-weight: bold;
}

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