@charset "UTF-8";
/* Colors */
/* Background */
/* Typography */
/* Transition */
/* Header */
/* Slider */
/* Borders */
/* Shadow */
/* Links */
* {
  transition: all 0.2s ease-in-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font: 400 15px/24px "Ubuntu", sans-serif;
  background: #ffffff;
  color: #1c1c1c;
  overflow-x: hidden;
}

body.overflow {
  overflow: hidden;
}

body.show #sharethis {
  display: none;
}
body.show:not(.smaller) header a.logo img {
  transform: scale(0.6) translateY(-40px);
}

h1 {
  font: 900 40px/50px "Cabin", sans-serif;
  text-align: left;
}
h1 span.contentTitleh1span {
  font: 300 25px/35px "Ubuntu", sans-serif;
  display: block;
  clear: both;
}
h1.contentTitleh1 {
  display: none;
}

#categorie h1 {
  display: none;
}

body#ContainerFullWidth section.call-to-action.grey-bg {
  background: #f9f9f9;
}
body#ContainerFullWidth section.call-to-action.dark-bg {
  background: #12491d;
}
body#ContainerFullWidth section.call-to-action.white-bg {
  background: #ffffff;
}

body.homepage main#content h1 {
  display: none;
}
body.homepage section#slider-top .sp-slides .sp-slide {
  opacity: 1;
}

h2 {
  font: 900 40px/50px "Ubuntu", sans-serif;
  margin: 40px 0 40px 0;
}
h2 span.first-word {
  color: #ffbf16;
}

hr {
  display: block;
  width: 100%;
  height: 1px;
  border: 0;
  margin: 20px 0 20px 0;
  background: #f9f9f9;
  clear: both;
}

::-moz-selection {
  background: #ffbf16;
  color: #fff;
}

::selection {
  background: #ffbf16;
  color: #fff;
}

::-webkit-scrollbar {
  width: 10px;
  background-color: #f9f9f9;
}

::-webkit-scrollbar-thumb {
  background: #12491d;
}

.page {
  background: #ffffff;
}

header {
  width: 100%;
  height: 100px;
  position: sticky;
  top: 0;
  z-index: 100;
  left: 0;
  background: #ffffff;
}
header .header-row {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
body.smaller header {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.07);
  background: #ffffff;
  height: 50px;
}
body.smaller header #navbar-header {
  padding: 0 40px;
}
body.smaller .logo-bloc {
  top: -0.5px;
}
body.smaller .logo-bloc a.logo {
  padding: 0;
  border-radius: 100%;
  background: none;
}

.secondary_links {
  padding: 8px 40px;
  display: flex;
  align-items: center;
  justify-content: end;
  background-color: #12491d;
  color: white;
}
.secondary_links > div {
  display: flex;
  gap: 16px;
}
.secondary_links > div a {
  color: white;
}
.secondary_links > div a:hover {
  color: #ffbf16;
  text-decoration: none;
}

#navbar-header {
  padding: 25px 40px;
  height: 100%;
  display: flex;
  align-items: center;
}
#navbar-header .container-fluid {
  padding: 0;
  flex-basis: 100%;
}

.logo-bloc {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 100;
  top: 100%;
}

a.logo {
  display: block;
  width: 225px;
}
a.logo img {
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}
a.logo img.home-logo {
  display: none;
}

.nav-bloc {
  display: flex;
  align-items: center;
  position: relative;
}

body.smaller nav#main-menu {
  opacity: 0;
  pointer-events: none;
}

body.homepage #main-menu a {
  color: #1c1c1c;
}

nav#main-menu {
  display: flex;
  position: relative;
  justify-content: center;
  display: none !important;
}
nav#main-menu ul {
  margin: 0;
  padding: 0;
  border-radius: 15px 15px 15px 0;
  padding: 8px 0px;
}
nav#main-menu ul li {
  display: inline-block;
  position: relative;
  margin: 0 10px;
}
nav#main-menu ul li.dropdown a {
  padding: 10px 20px 10px 10px;
}
nav#main-menu ul li.dropdown:after {
  content: "\f107";
  font-family: "FontAwesome";
  position: absolute;
  right: 0;
}
nav#main-menu ul li a {
  font: 700 12px/20px "Ubuntu", sans-serif;
  text-transform: uppercase;
  padding: 10px;
  color: #1c1c1c;
}
nav#main-menu ul li a:hover {
  text-decoration: none;
  color: #ffbf16;
}
nav#main-menu ul li:last-child a {
  padding: 10px 0 10px 10px;
}
nav#main-menu ul li ul.level_1 {
  background: #f9f9f9;
  margin: 5px 0 0 0;
  padding: 8px;
  position: absolute;
  left: 10px;
  width: 200px;
  text-align: left;
  transition: none;
  display: none;
}
nav#main-menu ul li ul.level_1 li {
  margin: 0;
  padding: 0;
  display: block;
}
nav#main-menu ul li ul.level_1 li:last-child {
  border: none;
}
nav#main-menu ul li ul.level_1 li a {
  font: 500 12px/18px "Ubuntu", sans-serif;
  padding: 10px;
  display: block;
  color: #1c1c1c;
}
nav#main-menu ul li ul.level_1 li a:hover {
  color: #ffbf16;
}
nav#main-menu ul li ul.level_1 li ul.level_2 {
  transition: none;
  position: absolute;
  left: 200px;
  width: 200px;
  top: 0;
  padding: 0;
  background: #12491d;
}
nav#main-menu ul li ul.level_1 li ul.level_2 li {
  margin: 0;
  padding: 0;
  display: block;
  border-bottom: 1px solid #464e52;
  position: relative;
  overflow: hidden;
}
nav#main-menu ul li ul.level_1 li ul.level_2 li:last-child {
  border: none;
}
nav#main-menu ul li ul.level_1 li ul.level_2 li a {
  padding: 10px 10px 10px 15px;
  color: #fff;
  display: block;
  background: #12491d;
}
nav#main-menu ul li ul.level_1 li ul.level_2 li a:hover {
  background: #ffbf16;
}
nav#main-menu ul li ul.level_1 li ul.level_2 li.selected a {
  background: #ffbf16;
}
nav#main-menu ul li ul.level_1 li.selected a {
  color: #ffbf16;
}
nav#main-menu ul li.selected a {
  text-decoration: none;
  color: #ffbf16;
}

.burger_body {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-direction: row-reverse;
}
.burger_body:hover {
  cursor: pointer;
}
.burger_body p {
  margin: 0;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 101;
}

.burger {
  width: 40px;
  height: 40px;
  position: relative;
  left: 0;
  z-index: 101;
  opacity: 1;
  pointer-events: auto;
}
.burger span {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -20px;
  margin-top: -1px;
  background: #12491d;
  display: block;
  width: 40px;
  height: 1px;
  background-color: #12491d;
  outline: 1px solid transparent;
  -webkit-transition-property: background-color, -webkit-transform;
  -moz-transition-property: background-color, -moz-transform;
  -o-transition-property: background-color, -o-transform;
  transition-property: background-color, transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.burger span::before {
  display: block;
  width: 40px;
  height: 1px;
  background-color: #12491d;
  outline: 1px solid transparent;
  -webkit-transition-property: background-color, -webkit-transform;
  -moz-transition-property: background-color, -moz-transform;
  -o-transition-property: background-color, -o-transform;
  transition-property: background-color, transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  position: absolute;
  content: "";
  top: -8px;
}
.burger span::after {
  display: block;
  width: 40px;
  height: 1px;
  background-color: #12491d;
  outline: 1px solid transparent;
  -webkit-transition-property: background-color, -webkit-transform;
  -moz-transition-property: background-color, -moz-transform;
  -o-transition-property: background-color, -o-transform;
  transition-property: background-color, transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  position: absolute;
  content: "";
  top: 8px;
}
.burger:hover {
  cursor: pointer;
}

.burger.clicked span {
  background-color: transparent;
}
.burger.clicked span::before {
  -webkit-transform: translateY(8px) rotate(45deg);
  -moz-transform: translateY(8px) rotate(45deg);
  -ms-transform: translateY(8px) rotate(45deg);
  -o-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}
.burger.clicked span::after {
  -webkit-transform: translateY(-8px) rotate(-45deg);
  -moz-transform: translateY(-8px) rotate(-45deg);
  -ms-transform: translateY(-8px) rotate(-45deg);
  -o-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
}

#nav-column {
  background-color: #ffffff;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 120px 0 0 0;
  text-align: left;
  overflow-y: auto;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  display: flex !important;
  align-items: center;
}
#nav-column .container {
  display: flex;
  align-items: center;
  gap: 64px;
  width: 100%;
  height: 60%;
}
#nav-column .container .menu_illustration,
#nav-column .container .menu_illustration * {
  height: 100% !important;
}
#nav-column .menu_illustration {
  flex-basis: 50%;
}
#nav-column .menu_illustration .sp-video {
  border-radius: 50px;
  overflow: hidden;
}
#nav-column .menu_body {
  flex-basis: 50%;
}
#nav-column ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#nav-column ul li {
  -webkit-transform: translateX(40px);
  -moz-transform: translateX(40px);
  -ms-transform: translateX(40px);
  -o-transform: translateX(40px);
  transform: translateX(40px);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 5px 0;
}
#nav-column ul li:last-of-type {
  margin-bottom: 0px;
}
#nav-column ul li a {
  font: 700 28px/32px "Ubuntu", sans-serif;
  color: #1c1c1c;
  text-decoration: none;
  display: block;
  padding: 2px 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 500;
  text-transform: uppercase;
}
#nav-column ul li a:hover {
  color: #ffbf16;
}
#nav-column ul li.selected a {
  color: #ffbf16;
}
#nav-column .menu-secondaire {
  margin-top: 16px;
}
#nav-column .menu-secondaire a {
  font: 700 20px/28px "Ubuntu", sans-serif;
  padding: 0;
  color: grey;
}

#nav-column.show {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
#nav-column.show ul li {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
}
#nav-column.show ul li:nth-child(1) {
  transition-delay: 0.15s;
}
#nav-column.show ul li:nth-child(2) {
  transition-delay: 0.3s;
}
#nav-column.show ul li:nth-child(3) {
  transition-delay: 0.45s;
}
#nav-column.show ul li:nth-child(4) {
  transition-delay: 0.6s;
}
#nav-column.show ul li:nth-child(5) {
  transition-delay: 0.75s;
}
#nav-column.show ul li:nth-child(6) {
  transition-delay: 0.9s;
}
#nav-column.show ul li:nth-child(7) {
  transition-delay: 1.05s;
}
#nav-column.show ul li:nth-child(8) {
  transition-delay: 1.2s;
}
#nav-column.show ul li:nth-child(9) {
  transition-delay: 1.35s;
}

#nav-column ul .dropdown ul {
  display: none;
  transition: none;
}
#nav-column ul .dropdown li {
  padding: 0;
  border: none;
}
#nav-column ul .dropdown li a {
  width: 100%;
  font: 500 16px/20px "Ubuntu", sans-serif;
  padding: 5px 20px;
  color: #1c1c1c;
}
#nav-column ul .dropdown li a:hover {
  color: #ffbf16;
}
#nav-column ul .dropdown li.selected a {
  color: #ffbf16;
}
#nav-column ul .dropdown li.selected a:before {
  display: none;
}
#nav-column ul .dropdown li.selected a:after {
  display: none;
}
#nav-column ul .dropdown .fa-caret-down {
  position: absolute;
  font-size: 18px;
  top: 0;
  padding: 10px 0;
  width: 40px;
  text-align: center;
  cursor: pointer;
  color: #1c1c1c;
  right: 0;
}
#nav-column ul .dropdown .fa-caret-down:hover {
  color: #ffbf16;
}
#nav-column ul .dropdown .fa-caret-up {
  position: absolute;
  font-size: 18px;
  top: 0;
  padding: 10px 0;
  line-height: 40px;
  width: 40px;
  text-align: center;
  cursor: pointer;
  color: #1c1c1c;
  right: 0;
}
#nav-column ul .dropdown .fa-caret-up:hover {
  color: #ffbf16;
}
#nav-column ul .dropdown.active ul {
  display: block;
}
#nav-column ul .dropdown.selected ul {
  display: block;
}

.info-bloc {
  display: flex;
  align-items: center;
  gap: 16px;
}
.info-bloc a {
  color: #1c1c1c;
}
.info-bloc a:hover {
  text-decoration: none;
  color: #ffbf16;
}
.info-bloc a.active {
  color: #ffbf16;
}

nav#languages ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
nav#languages ul li {
  margin: 0 5px;
}
nav#languages ul li:first-child {
  margin: 0 5px 0 0;
}
nav#languages ul li:last-child {
  margin: 0 0 0 5px;
}
nav#languages ul li a:hover {
  color: #ffbf16;
  text-decoration: none;
}
nav#languages ul li.selected a {
  color: #ffbf16;
  text-decoration: none;
}

body.homepage section#slider-top .sp-mask,
body.homepage section#slider-top .sp-slides .sp-slide {
  height: calc(100vh - 100px) !important;
  opacity: 0.95;
}

body.homepage section#slider-top .sp-mask {
  min-height: 650px;
}

body.homepage section#slider-top {
  margin: 0;
  clip-path: ellipse(100% 100% at 50% 0%);
  -webkit-clip-path: ellipse(100% 100% at 50% 0%);
}

body:not(.homepage) section#slider-top {
  border-radius: 50px 50px 50px 0;
}

body:not(.homepage) section#slider-top {
  width: 85%;
  margin-left: 15%;
}

body:not(.homepage) #content::before {
  position: absolute;
  bottom: -200px;
  right: -400px;
  height: 800px;
  width: 800px;
  content: "";
  background: url(../img/construct/background-round-yellow-3.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

body:not(.homepage) section#slider-top:before {
  content: "";
  display: block;
  position: absolute;
  top: 200px;
  left: -450px;
  width: 600px;
  height: 600px;
  background: url(../img/construct/background-round-yellow.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: translate(20%, -5%);
  z-index: -1;
}

section#slider-top {
  width: 100%;
  position: relative;
  margin: 0;
  background: #000;
  margin-left: 15%;
  animation: SliderInterne 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
section#slider-top .sp-video video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  opacity: 0.8;
}
section#slider-top .sp-image {
  animation: ZoomImg 20s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
section#slider-top .container-slider {
  padding: 0;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 0;
  bottom: 0;
  color: #fff;
  vertical-align: middle;
}
section#slider-top .container-slider .slider-text {
  width: 100%;
  position: absolute;
  text-align: left;
  top: 50%;
  transform: translate(0, -50%);
  animation-name: TextIntro;
  animation-duration: 1s;
}
section#slider-top .container-slider .slider-text h1 {
  font: 900 32px/40px "Cabin", sans-serif;
  text-transform: uppercase;
  margin: 0;
  max-width: 70%;
}
section#slider-top .container-slider .slider-text h1 b {
  color: #ffbf16;
}
section#slider-top .container-slider .slider-text span.contentTitleh1span {
  display: inline-block;
  margin-top: 24px;
  font: 300 20px/26px "Ubuntu", sans-serif;
  text-transform: none;
  color: inherit;
}
section#slider-top .container-slider .slider-text a.btn.btn-secondary {
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 32px 0 0;
}
section#slider-top .box-title {
  position: absolute;
  left: 60px;
  bottom: 60px;
  color: #fff;
}
section#slider-top .box-title p.header-content-description {
  font: 300 25px/35px "Cabin", sans-serif;
  margin: 0;
}
section#slider-top .box-title h1 {
  font: 900 36px/48px "Cabin", sans-serif;
  text-shadow: 0 0 20px black;
  margin: 0;
  text-transform: uppercase;
}

body #scrollto {
  position: absolute;
  bottom: 10px;
  width: 100%;
}
body #scrollto a {
  font-size: 30px;
  display: block;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}

section#action-speciale {
  padding-bottom: 140px;
}
section#action-speciale .container {
  max-width: 900px;
  margin: -80px auto 40px auto;
  color: #ffffff;
  background: #ffbf16;
  padding: 40px;
  overflow: hidden;
  position: relative;
  z-index: 100;
  border-radius: 80px;
}
section#action-speciale .container p {
  font: 900 24px/30px "Ubuntu", sans-serif;
  text-transform: uppercase;
  margin: 5px 0;
}
section#action-speciale .container span {
  font: 400 20px/30px "Ubuntu", sans-serif;
  text-transform: uppercase;
}
section#action-speciale .container .btn {
  margin: 10px 0;
}
section#action-speciale .container .btn.btn-default {
  color: #fff;
  border-color: #fff;
}
section#action-speciale .container .btn.btn-default:hover {
  background: #fff;
  color: #12491d;
}

#breadcrumbs {
  background: #f9f9f9;
  padding: 10px 40px;
  font-size: 11px;
  line-height: 16px;
  border: 1px solid #f9f9f9;
  border-left: none;
  border-right: none;
  width: 85%;
  margin-left: 15%;
  z-index: 10;
  position: relative;
}
#breadcrumbs ol {
  margin: 5px 0;
  padding: 0;
  display: flex;
  align-items: baseline;
}
#breadcrumbs ol li {
  display: inline-block;
  margin: 0 10px 0 0;
}
#breadcrumbs ol li i {
  margin: 0 10px 0 0;
}
#breadcrumbs ol li a {
  color: inherit;
}
#breadcrumbs ol li:after {
  content: "\f111";
  font-family: "FontAwesome";
  color: #ffbf16;
  font-weight: 900;
  font-size: 5px;
  margin: 0 0 0 10px;
  position: relative;
  top: -2px;
}
#breadcrumbs ol li:last-child:after {
  display: none;
}

main#content {
  position: relative;
  padding: 40px 0 40px 0;
}

section#icone-home-head {
  margin-bottom: 40px;
  position: relative;
  z-index: 0;
}
section#icone-home-head h2 {
  font: 700 60px/60px "Cabin", sans-serif;
  margin: 0;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: -15px;
}
section#icone-home-head h2 span {
  font-weight: 900;
  display: block;
  clear: both;
}
section#icone-home-head .type_10 {
  margin-top: 128px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(4, auto);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  max-width: 80vw;
}
section#icone-home-head .type_10::before {
  position: absolute;
  top: 5%;
  left: 0;
  height: 500px;
  width: 500px;
  content: "";
  background: url("../img/construct/background-round-yellow-3.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
section#icone-home-head .type_10 .cc_content,
section#icone-home-head .type_10 .cc_vignette {
  height: 100%;
}
section#icone-home-head .type_10 .cc_content .cc_title {
  text-align: left;
  bottom: 0%;
  top: inherit;
}
section#icone-home-head .type_10 .cc_content .cc_title h3 {
  margin: 0 8px;
  font: 700 24px/32px "Cabin", sans-serif;
}
section#icone-home-head .type_10 li {
  max-height: 325px;
  overflow: hidden;
}
section#icone-home-head .type_10 li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section#icone-home-head .type_10 li:first-child {
  grid-area: 1/1/5/3;
  max-height: inherit;
  border-radius: 50px;
  max-height: 674px;
}
section#icone-home-head .type_10 li:first-child .cc_title h3 {
  font: 700 32px/36px "Cabin", sans-serif;
}
section#icone-home-head .type_10 li:nth-child(2) {
  grid-area: 1/3/3/5;
  border-radius: 50px 50px 50px 0;
}
section#icone-home-head .type_10 li:last-child {
  grid-area: 3/3/5/5;
  border-radius: 0px 50px 50px 50px;
}

section#icone-home-full {
  position: relative;
  z-index: 0;
}
section#icone-home-full .type_8 {
  display: inline-block;
  max-width: none;
}

section#home-presentation {
  margin: 130px 0 130px 0;
}
section#home-presentation .wouaw-left-bloc {
  position: sticky;
  top: 100px;
}
section#home-presentation p {
  width: 90%;
}
section#home-presentation h2 {
  font: 900 40px/50px "Ubuntu", sans-serif;
  margin: 20px 0 40px 0;
}
section#home-presentation #reassurance {
  background: none;
}
section#home-presentation a.btn-primary {
  margin: 12px 1% 40px 1%;
  margin-bottom: 0px;
}
section#home-presentation .intro-img {
  position: relative;
  z-index: 1;
}
section#home-presentation .intro-img .img-responsive {
  overflow: hidden;
}
section#home-presentation .intro-img:before {
  content: "";
  display: block;
  position: absolute;
  top: -55px;
  left: 0;
  width: 100%;
  height: 80%;
  background: url("../img/construct/background-round-yellow.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: translate(20%, -5%);
  z-index: -1;
}
section#home-presentation .intro-img span {
  border-radius: 0px 50px 50px 50px;
}
section#home-presentation .intro-img span img {
  animation: ZoomImg 20s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

section#default-content .img-container {
  position: relative;
  height: 100vh;
}
section#default-content .accordion-container {
  position: relative;
  height: 100vh;
}
section#default-content .img-container {
  overflow: inherit;
}
section#default-content .img-container p {
  border-radius: 50px 50px 50px 0;
  overflow: hidden;
  height: 100%;
}
section#default-content img {
  width: auto;
  height: 100%;
  top: 50%;
  left: 50%;
  margin: 0 !important;
}
section#default-content .ui-accordion {
  background: #ffffff;
  position: sticky;
  top: 100px;
  margin: 80px 0 0 -120px;
  padding: 40px;
  border-radius: 0px 50px 50px 50px;
}

section#reassurance-col .container i {
  font-size: 30px;
}
section#reassurance-col .container h2 {
  margin: 0 0 20px 0;
}

section#counter-zone .row {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
}
section#counter-zone .row > div {
  width: calc(25% - 24px);
  background-color: white;
  border-radius: 50px 50px 50px 0;
  padding: 32px 16px;
}
section#counter-zone .row > div:last-child span:after {
  content: "%";
  font-size: 50px;
}
section#counter-zone i {
  font-size: 50px;
  font-size: 50px;
  top: 50%;
  left: 50%;
  opacity: 1;
  color: #ffbf16;
  margin-bottom: 12px;
}
section#counter-zone p {
  font: 700 18px/24px "Ubuntu", sans-serif;
  text-transform: uppercase;
  margin: 0;
  color: black;
}
section#counter-zone span {
  font: 700 50px/50px "Ubuntu", sans-serif;
  margin: 10px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: black;
}

section#reassurance {
  overflow: hidden;
  padding-top: 80px;
  clip-path: ellipse(100% 100% at 50% 100%);
  -webkit-clip-path: ellipse(100% 100% at 50% 100%);
  padding-bottom: 160px;
  margin-bottom: -130px;
  background: #ffffff;
  padding-top: 60px;
  height: 800px;
  margin-bottom: -600px;
  margin-top: 20px;
}
section#reassurance .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  column-gap: 12px;
}
section#reassurance .container div {
  width: 25%;
}
section#reassurance .container div:first-child {
  transform: translate(-30px, 30px);
}
section#reassurance .container div:last-child {
  transform: translate(30px, 30px);
}
section#reassurance i {
  font-size: 4rem;
  color: #ffbf16;
  margin-bottom: 8px;
}
section#reassurance p {
  font: 700 14px/18px "Ubuntu", sans-serif;
  text-transform: uppercase;
}

section#logo-reference h2 {
  margin: 0 0 64px 0;
  color: black;
  text-align: left;
}
section#logo-reference .lSAction {
  position: absolute;
  right: 15px;
  bottom: -125px;
  border-radius: 50px;
  display: flex;
  flex-wrap: wrap;
  padding: 16px;
  align-items: center;
  gap: 16px;
  background: #076633;
  z-index: 10;
}
section#logo-reference .lSAction .lSPrev {
  left: inherit;
  position: static;
}
section#logo-reference .lSAction .lSPrev::before {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50px 50px 0 50px;
  background: #ffbf16;
  color: black;
  top: 0;
  font-size: 25px;
}
section#logo-reference .lSAction .lSNext {
  right: inherit;
  position: static;
}
section#logo-reference .lSAction .lSNext::before {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50px 50px 50px 0;
  background: #ffbf16;
  color: black;
  top: 0;
  font-size: 25px;
}

section#blog {
  padding-top: 160px;
}
section#blog .lSAction {
  position: absolute;
  right: 15px;
  bottom: -65px;
  border-radius: 50px;
  display: flex;
  flex-wrap: wrap;
  padding: 16px;
  align-items: center;
  gap: 16px;
  background: #076633;
  z-index: 100;
}
section#blog .lSAction .lSPrev {
  left: inherit;
  position: static;
}
section#blog .lSAction .lSPrev::before {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50px 50px 0 50px;
  background: #ffbf16;
  color: black;
  top: 0;
  font-size: 25px;
}
section#blog .lSAction .lSNext {
  right: inherit;
  position: static;
}
section#blog .lSAction .lSNext::before {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50px 50px 50px 0;
  background: #ffbf16;
  color: black;
  top: 0;
  font-size: 25px;
}
section#blog h2 {
  margin: 0 0 60px 0;
  float: left;
}
section#blog .lightSlider-art {
  margin-top: 64px;
}
section#blog a.btn-secondary {
  margin: 0 0 20px 0;
  padding: 10px 15px;
  float: right;
}
section#blog .type_8 {
  max-width: 100%;
}
section#blog .type_8 .block_article {
  padding: 0 0 20px 0;
}

section#gmap-footer {
  height: 40vh;
  position: relative;
  overflow: hidden;
}
section#gmap-footer .googlemap {
  height: 40vh;
  margin: 0;
}
section#gmap-footer .googlemap .leaflet-pane {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
section#gmap-footer h2 {
  margin: 20px 0;
}
section#gmap-footer h2:before {
  content: "\f124";
  display: block;
  float: left;
  margin: 0 10px 0 0;
  font-size: 20px;
  position: relative;
  font-family: "FontAwesome";
  color: #ffbf16;
}
section#gmap-footer p i {
  margin: 0 10px 0 0;
}
section#gmap-footer p.horaire-coord {
  position: relative;
  padding: 0 0 0 20px;
}
section#gmap-footer p.horaire-coord:before {
  content: "\f017";
  display: block;
  left: 0;
  margin: 0 10px 0 0;
  font-size: 15px;
  position: absolute;
  font-family: "FontAwesome";
  color: #ffbf16;
}
section#gmap-footer .horaire-short-message {
  font: 700 16px/20px "Ubuntu", sans-serif;
}
section#gmap-footer .module_horaire span.second-line {
  display: none;
}

.coord-contact-page ul#cgv_links {
  font: 300 12px/18px "Ubuntu", sans-serif;
  padding: 0 0 0 10px;
}
.coord-contact-page .bloc-contact-info {
  background: #f9f9f9;
  border-radius: 50px 50px 50px 0;
  padding: 48px;
  max-width: 90%;
  margin-left: 5%;
  margin-bottom: 64px;
}
.coord-contact-page .bloc_info {
  margin: 40px 0;
  display: flex;
  gap: 16px;
  margin-top: -100px;
  max-width: 95%;
  margin-left: 2.5%;
  flex-wrap: wrap;
}
.coord-contact-page .bloc_info .bloc-contact-info {
  padding: 48px;
  width: calc(33% - 8px);
  overflow: hidden;
  background: #ffffff;
  position: relative;
  z-index: 1;
  background: #f9f9f9;
  border-radius: 50px 50px 50px 0;
  max-width: 100% !important;
  margin-left: 0% !important;
  margin-bottom: 0% !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.coord-contact-page .bloc_info .bloc-contact-info:last-child {
  align-self: start;
}
.coord-contact-page .bloc_info .bloc-contact-info > div {
  width: 100%;
}
.coord-contact-page .bloc_info .bloc-contact-info h2 {
  margin: 0 0 20px 0;
  font-size: 24px;
  color: #12491d;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 16px;
}
.coord-contact-page .bloc_info .bloc-contact-info h2 img {
  height: auto;
  width: 32px;
  height: 24px;
}
.coord-contact-page .bloc_info .bloc-contact-info a {
  color: #12491d;
}
.coord-contact-page .bloc_info .bloc-contact-info i {
  color: #12491d;
  font-size: 18px;
  margin-right: 12px;
}
.coord-contact-page .bloc_info .bloc-contact-info h3:before {
  content: "\f124";
  display: block;
  float: left;
  margin: 0 10px 0 0;
  font-size: 20px;
  position: relative;
  font-family: "FontAwesome";
  font-weight: 900;
  color: #ffbf16;
}
.club-prive h2 {
  margin: 40px 0 10px 0;
}
.club-prive h3 {
  margin: 0 0 10px 0;
}
.club-prive p {
  font: 300 11px/16px "Ubuntu", sans-serif;
  margin: 10px 0 !important;
}
.club-prive form {
  margin: 10px auto;
}
.club-prive form .type_email {
  position: relative;
  clear: both;
  min-height: 65px;
}
.club-prive form .type_telephone {
  position: relative;
  clear: both;
  min-height: 65px;
}
.club-prive form .type_telephone_prefix {
  position: relative;
  clear: both;
  min-height: 65px;
}
.club-prive form label {
  width: 30%;
  float: left;
  line-height: 30px;
  font-size: 12px;
}
.club-prive form .the_info {
  position: absolute;
  bottom: 0;
}
.club-prive form .input {
  width: 65%;
  float: right;
  margin: 0 0 0 5%;
}
.club-prive form input {
  min-height: 30px;
  font-size: 12px;
}
.club-prive form .type_data_information {
  clear: both;
}
.club-prive form .country-name {
  color: #000;
}
.club-prive form p.required {
  margin: 10px 0;
}

section.call-to-action {
  background: none;
  clear: both;
}

.btn {
  display: inline-block;
  padding: 15px 50px 15px 50px;
  position: relative;
  vertical-align: top;
  text-align: left;
  border: 1px solid transparent;
  border-radius: 4px;
  font: 700 20px/24px "Ubuntu", sans-serif;
  text-decoration: none !important;
  margin: 12px 1% 0;
}
.btn i {
  font-size: 18px;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translate(0, -50%);
}
.btn i:last-child {
  font-size: 12px;
  left: auto;
  right: 20px;
}
.btn:hover i {
  right: 10px;
}
.btn span {
  font: 300 16px/20px "Ubuntu", sans-serif;
  display: block;
  clear: both;
}

.btn-sm {
  padding: 6px 12px;
}

.btn-lg {
  display: block;
  padding: 18px 32px;
  font: 700 24px/30px "Ubuntu", sans-serif;
  margin: 10px auto;
  width: 100%;
  max-width: 600px;
}

.btn-default {
  color: #12491d;
  border-color: #12491d;
  background: transparent;
}
.btn-default:hover {
  color: #12491d;
  background: #f9f9f9;
}

.btn-primary {
  color: white;
  background: linear-gradient(270deg, #076633 0%, #159c54 10%, #076633 100%);
  transition: 0.5s all;
  background-position: -50% 0;
  background-size: 400% 400%;
  border-radius: 50px 50px 50px 0;
}
.btn-primary:hover {
  color: #ffbf16;
  background-position: 0%;
}

.btn-secondary {
  color: #ffbf16;
  background: none;
  transition: 0.5s all;
  border: 4px dotted #ffbf16;
  border-radius: 0px 50px 50px 50px;
}
.btn-secondary:hover {
  background-color: #ffbf16;
  color: black;
}

.center-content {
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

section#slider-design-h {
  margin: 50px 0;
}
section#slider-design-h .sp-mask {
  overflow: visible;
}
section#slider-design-h .sp-image {
  max-width: 70%;
  margin: 0;
  margin-left: 0 !important;
}
section#slider-design-h .sp-layer {
  width: 40%;
  padding: 20px 40px;
  border-radius: 0px 50px 50px 50px;
}
section#slider-design-h .sp-layer .macaron-job {
  position: absolute;
  top: -80px;
  right: 50px;
  width: 150px;
  height: 150px;
  padding: 20px;
  border-radius: 100%;
  text-align: center;
  background: #db0030;
  color: #fff;
  transform: rotate(15deg);
}
section#slider-design-h .sp-layer .macaron-job p {
  display: block;
  margin: 0;
  font: 700 16px/22px "Ubuntu", sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}
section#slider-design-h .sp-layer h3 {
  font: 700 20px/30px "Cabin", sans-serif;
  letter-spacing: 1px;
  color: #1c1c1c;
  margin: 0 0 20px 0;
}
section#slider-design-h .sp-layer h3 span {
  font: 700 26px/40px "Cabin", sans-serif;
  display: block;
  text-transform: uppercase;
  letter-spacing: 2px;
}
section#slider-design-h .sp-layer h3 span strong {
  font: 700 30px/30px "Cabin", sans-serif;
  background: #db0030;
  text-align: center;
  color: #1c1c1c;
  width: 40px;
  height: 40px;
  padding: 5px 0;
  margin: 0 5px;
  position: relative;
  display: inline-block;
}
section#slider-design-h .sp-layer ol {
  list-style: none;
  counter-reset: li;
}
section#slider-design-h .sp-layer ol li {
  counter-increment: li;
}
section#slider-design-h .sp-layer ol li::before {
  content: counter(li);
  color: red;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  text-align: center;
}
section#slider-design-h .sp-layer ul {
  padding: 0 0 0 20px;
}
section#slider-design-h .sp-layer ul li {
  font: 400 16px/24px "Ubuntu", sans-serif;
  list-style: none;
  color: #1c1c1c;
  padding: 2px 0 2px 20px;
  position: relative;
}
section#slider-design-h .sp-layer ul li a {
  color: #1c1c1c;
}
section#slider-design-h .sp-layer ul li:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #ffbf16;
  border: 1px solid #ffbf16;
  position: absolute;
  left: 0;
  top: 12px;
}
section#slider-design-h .sp-layer a.btn-primary {
  font: 700 20px/24px "Ubuntu", sans-serif;
  padding: 10px 20px;
}
section#slider-design-h .sp-layer a.btn-primary:hover {
  -webkit-transform: scale(1);
  transform: scale(1);
}
section#slider-design-h .sp-layer a.btn-primary i {
  display: none;
}
section#slider-design-h .sp-black {
  background: #f9f9f9 url(../img/construct/cheat.png) repeat;
}

section#slider-design-h.club-prive .sp-layer {
  width: 40%;
}
section#slider-design-h.club-prive .sp-layer > * {
  max-width: 500px;
}

.slider-design-v h2 {
  margin: 120px 0 20px 0;
}
.slider-design-v .sp-mask {
  overflow: visible;
}
.slider-design-v .sp-slide .sp-layer {
  padding: 40px;
  bottom: -80px !important;
}
.slider-design-v .sp-slide .sp-layer p {
  font: 300 18px/24px "Ubuntu", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0 !important;
}
.slider-design-v .sp-slide .sp-layer p strong {
  font: 700 22px/28px "Ubuntu", sans-serif;
}
.slider-design-v .sp-slide .sp-layer .btn {
  font: 700 14px/20px "Ubuntu", sans-serif;
}
.slider-design-v .sp-slide .sp-layer .btn i {
  display: none;
}
.slider-design-v .sp-black {
  background: rgb(0, 0, 0);
}

section#banner-argument {
  margin: 80px 0;
  position: relative;
}
section#banner-argument:before {
  content: "";
  position: absolute;
  width: 80%;
  top: 0;
  bottom: 0;
  background: #f9f9f9;
}
section#banner-argument .container-fluid {
  padding: 0;
}
section#banner-argument #content-banner {
  width: 50%;
  padding: 80px;
  position: absolute;
  top: 0;
  bottom: 0;
}
section#banner-argument #content-banner p#subtitle-banner {
  font: 700 18px/24px "Ubuntu", sans-serif;
  color: #ffbf16;
  margin: 0;
}
section#banner-argument #content-banner h3 {
  font: 900 40px/50px "Cabin", sans-serif;
  margin: 0;
}
section#banner-argument #content-banner p {
  margin: 20px 0;
}
section#banner-argument #content-banner ul {
  margin: 20px 0;
}
section#banner-argument #content-banner a.btn {
  margin: 0;
}
section#banner-argument #photo-banner {
  float: right;
}
section#banner-argument #photo-banner p {
  margin: 0;
}
section#banner-argument #photo-banner img {
  max-width: 100%;
  margin: 40px 0;
}

footer {
  width: 100%;
  position: relative;
  padding-top: 80px;
  clip-path: ellipse(100% 100% at 50% 100%);
  -webkit-clip-path: ellipse(100% 100% at 50% 100%);
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #ffbf16;
}

#footer-area .col-logo {
  position: absolute;
  top: 0;
  bottom: 0;
}
#footer-area img {
  position: absolute;
  top: 135px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 225px;
  height: auto;
}
#footer-area h3 {
  color: #fff;
}
#footer-area h3 a:hover {
  text-decoration: none;
}
#footer-area ul {
  padding: 0;
  margin: 0;
}
#footer-area ul li {
  list-style: none;
  transform: none !important;
  transition: none !important;
  opacity: 1 !important;
  margin: 8px 0;
  line-height: 20px;
  font-size: 14px;
}
#footer-area ul li a:hover {
  color: #ffbf16;
  text-decoration: none;
}
#footer-area ul li ul.level_1 {
  display: none;
}
#footer-area ul li.selected a {
  color: #ffbf16;
  text-decoration: none;
}
#footer-area ul.type_6 h3 {
  color: inherit;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  margin: 8px 0;
}
#footer-area ul.type_6 h3 a {
  color: #fff;
}
#footer-area ul.type_6 h3 a:hover {
  color: #ffbf16;
  text-decoration: none;
}

ul#legal-reassurance-list li {
  margin: 0;
  padding: 10px 20px 10px 0;
}
ul#legal-reassurance-list li img {
  float: left;
  width: 40px;
  height: auto;
  margin: 0 10px 0 0;
}
ul#legal-reassurance-list li p {
  font: 300 10px/16px "Ubuntu", sans-serif;
  margin: 0;
  padding: 0 0 0 50px;
}

.coord-footer a:hover {
  text-decoration: none;
}
.coord-footer ul li {
  display: block;
  float: left;
  margin-right: 10px !important;
}
.coord-footer ul li i {
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 100%;
  background: #fff;
  color: #12491d;
  font-size: 15px;
  text-align: center;
}

#credit {
  text-align: center;
  font-size: 11px;
  line-height: 18px;
  padding: 30px 0;
}
#credit img {
  image-rendering: pixelated;
}

#sharethis {
  position: fixed;
  top: 40%;
  right: 25px;
  text-align: left;
  z-index: 101;
}
#sharethis .shareIcons {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
#sharethis a.stbar {
  display: block;
  height: 30px;
  line-height: 30px;
  margin: 5px 0;
  width: 30px;
  text-align: center;
  position: relative;
  font-size: 12px;
  border-radius: 4px;
  text-decoration: none;
  color: inherit;
  background: #ffffff;
  font-weight: 900;
  z-index: 1001;
}
#sharethis a.stbar img {
  display: none;
}
#sharethis a:hover {
  background: #12491d;
  color: #ffffff;
}
#sharethis a.email:before {
  font-family: "FontAwesome";
  content: "\f0e0";
}
#sharethis a.facebook:before {
  font-family: "FontAwesome";
  content: "\f09a";
}
#sharethis a.twitter:before {
  font-family: "FontAwesome";
  content: "\f099";
}
#sharethis a.sharethis:before {
  font-family: "FontAwesome";
  content: "\f1e0";
}
#sharethis a.linkedIn:before {
  font-family: "FontAwesome";
  content: "\f0e1";
}
#sharethis a.pinterest:before {
  font-family: "FontAwesome";
  content: "\f231";
}

form {
  max-width: 560px;
  margin: 25px auto;
}
form textarea {
  width: 100%;
  min-height: 40px;
  border: 1px solid #f9f9f9;
  background: #f9f9f9;
  padding: 5px 10px;
  box-shadow: none;
  border-radius: 4px;
  appearance: none;
  -webkit-appearance: none;
  font-family: "Ubuntu", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #1c1c1c;
  resize: vertical;
  max-height: 280px;
}
form textarea:focus {
  outline: none;
  border-color: #ffbf16;
}
form input {
  width: 100%;
  min-height: 40px;
  border: 1px solid #f9f9f9;
  background: #f9f9f9;
  padding: 5px 10px;
  box-shadow: none;
  border-radius: 4px;
  appearance: none;
  -webkit-appearance: none;
  font-family: "Ubuntu", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #1c1c1c;
}
form input:focus {
  outline: none;
  border-color: #ffbf16;
}
form select {
  width: 100%;
  min-height: 40px;
  border: 1px solid #f9f9f9;
  background: #f9f9f9;
  padding: 5px 10px;
  box-shadow: none;
  border-radius: 4px;
  -webkit-appearance: none;
  font-family: "Ubuntu", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #1c1c1c;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: #f9f9f9;
}
form select:focus {
  outline: none;
  border-color: #ffbf16;
}
form select::-ms-expand {
  display: none;
}
form table {
  width: 100%;
}
form tr {
  width: 100%;
}
form tr td {
  display: block;
}
form label {
  display: block;
  font-size: 14px;
  font-family: "Ubuntu", sans-serif;
  line-height: 24px;
}
form .input {
  padding-bottom: 12px;
}
form .help {
  display: none;
}
form .type_select .input {
  position: relative;
}
form .type_select .input:after {
  content: "\f078";
  display: block;
  position: absolute;
  color: #ccc;
  right: 12px;
  top: 10px;
  font-family: "FontAwesome";
  font-weight: 900;
  font-size: 12px;
  pointer-events: none;
}
form .type_destinataire .input {
  position: relative;
}
form .type_destinataire .input:after {
  content: "\f078";
  display: block;
  position: absolute;
  color: #ccc;
  right: 12px;
  top: 10px;
  font-family: "FontAwesome";
  font-weight: 900;
  font-size: 12px;
  pointer-events: none;
}
form input[type=radio] {
  display: none;
}
form input[type=radio]:checked + label:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
form input[type=radio] + label {
  padding-left: 36px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  line-height: 32px;
}
form input[type=radio] + label:before {
  content: "";
  display: block;
  cursor: pointer;
  height: 18px;
  width: 18px;
  border: 2px solid #ffbf16;
  position: absolute;
  top: 6px;
  left: 6px;
  border-radius: 100%;
}
form input[type=radio] + label:after {
  content: "";
  display: block;
  height: 18px;
  width: 18px;
  position: absolute;
  top: 6px;
  left: 6px;
  cursor: pointer;
  background: #ffbf16;
  border-radius: 100%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
form .type_checkbox {
  position: relative;
  padding: 10px 0;
  overflow: hidden;
}
form .type_checkbox label {
  display: inline;
  width: 92%;
  float: right;
}
form .type_checkbox .input {
  float: left;
  width: 8%;
  padding: 0 10px 12px 0;
}
form .type_checkbox input[type=checkbox] {
  float: left;
  width: 20px;
  height: 20px;
  min-height: 0;
  border: none;
  padding: 0;
  appearance: none;
  -webkit-appearance: none;
}
form .type_checkbox input:before {
  font-size: 20px;
  font-family: "FontAwesome";
  content: "\f096";
}
form .type_checkbox input:checked:before {
  display: none;
}
form .type_checkbox input:checked:after {
  font-size: 20px;
  font-family: "FontAwesome";
  content: "\f046";
  color: #ffbf16;
}
form .type_grades {
  overflow: hidden;
}
form .type_grades label {
  float: left;
  padding-right: 24px;
  width: 40%;
}
form .type_grades .input {
  float: left;
  width: 60%;
  text-align: right;
}
form .type_data_information {
  clear: both;
}
form p.notice_data_information {
  font-size: 10px !important;
  line-height: 14px !important;
  margin: 10px 0 !important;
}
form p.notice_data_information a {
  text-decoration: underline;
}

.input img {
  margin: 5px 0 0 0;
  border: 1px solid #ccc;
}

.type_file * {
  transition: none;
  cursor: pointer;
}
.type_file input.input {
  width: calc(100% - 100px);
  min-height: 0;
  padding: 8px;
}
.type_file button.btn-file {
  float: right;
  width: 100px;
  min-height: 42px;
  padding: 4px 10px;
  border: none;
  background: #ffbf16;
  color: #fff;
  cursor: pointer;
}

.the_info {
  font-size: 10px;
  color: #aaa;
  line-height: 12px;
  margin-bottom: 4px;
}

.obligatoire {
  color: #e8311e;
  margin-right: -8px;
}

.asterisque {
  margin: 10px 0 0 0;
  font-size: 12px;
  color: #e8311e;
}

.type_submit {
  margin-top: 16px;
  text-align: center;
}
.type_submit button {
  min-width: 80%;
  margin: 0;
  padding: 10px 24px;
  border: 1px solid #ffbf16;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  background: #ffbf16 url(../img/construct/cheat.png) repeat;
  border-radius: 4px;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -webkit-transition: color 0.3s ease-out, background 0.3s ease-out;
  -moz-transition: color 0.3s ease-out, background 0.3s ease-out;
  -ms-transition: color 0.3s ease-out, background 0.3s ease-out;
  -o-transition: color 0.3s ease-out, background 0.3s ease-out;
  transition: color 0.3s ease-out, background 0.3s ease-out;
}
.type_submit button:active {
  background: transparent;
  color: #ffbf16;
}
.type_submit button:hover {
  background: transparent;
  color: #ffbf16;
}

input[type=submit] {
  min-width: 80%;
  margin: 0;
  padding: 10px 24px;
  border: 1px solid #ffbf16;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  background: #ffbf16 url(../img/construct/cheat.png) repeat;
  border-radius: 4px;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -webkit-transition: color 0.3s ease-out, background 0.3s ease-out;
  -moz-transition: color 0.3s ease-out, background 0.3s ease-out;
  -ms-transition: color 0.3s ease-out, background 0.3s ease-out;
  -o-transition: color 0.3s ease-out, background 0.3s ease-out;
  transition: color 0.3s ease-out, background 0.3s ease-out;
}
input[type=submit]:active {
  background: transparent;
  color: #ffbf16;
}
input[type=submit]:hover {
  background: transparent;
  color: #ffbf16;
}

.required {
  text-align: center;
}

.Zebra_DatePicker_Icon_Wrapper {
  display: block !important;
}

.intl-tel-input {
  display: block !important;
}

.Zebra_DatePicker_Icon {
  margin-right: 0 !important;
  top: 50% !important;
  right: 8px !important;
  left: auto !important;
  line-height: 24px !important;
  margin-top: -12px !important;
  width: 24px !important;
  height: 24px !important;
  background: none !important;
  position: relative;
}
.Zebra_DatePicker_Icon:after {
  font-family: "FontAwesome";
  content: "\f133";
  font-weight: 900;
  text-indent: 0;
  display: block;
  width: 100%;
  color: #12491d;
  font-size: 19px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
}

.Zebra_DatePicker .dp_header .dp_caption:before {
  content: "\f133";
  font-family: "FontAwesome";
  font-weight: 900;
  display: inline-block;
  height: 18px;
  width: 18px;
  line-height: 15px;
  vertical-align: middle;
  margin-right: 8px;
  color: white;
}

.alert {
  max-width: 1170px;
  overflow: hidden;
  padding: 15px;
  margin: 0 auto 20px auto;
  border: 1px solid transparent;
  border-radius: 4px;
  position: relative;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p {
  margin: 0 !important;
}
.alert > ul {
  margin: 0 !important;
}
.alert > p + p {
  margin-top: 5px;
}
.alert i.icon {
  position: absolute;
  font-size: 100px;
  opacity: 0.1;
  left: 10px;
  top: 50%;
  margin: -50px 0 0 0;
}

.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  background: transparent;
  border: 0;
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 20px;
  color: inherit;
}

.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissible .close {
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  background: transparent;
  border: 0;
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 20px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}

.pagination {
  clear: both;
  overflow: hidden;
  margin: 40px 0;
  padding: 0;
  text-align: center;
}
.pagination li {
  display: inline-block;
  margin: 0 1px;
}
.pagination li a {
  display: block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  color: #1c1c1c;
  font-size: 12px;
  text-align: center;
  border-radius: 100px;
  border: 1px solid #f9f9f9;
}
.pagination li a:hover {
  background: #ffbf16;
  color: #ffffff;
  text-decoration: none;
}
.pagination li.active a {
  background: #ffbf16;
  color: #ffffff;
  text-decoration: none;
}

.recherche_simple {
  float: right;
  border: 1px solid #dfdfdf;
  padding: 8px 8px 8px 12px;
  border-radius: 100px;
  width: 210px;
  margin: 4px 20px 0 0;
  background: #fff;
  height: 40px;
  position: relative;
}
.recherche_simple form {
  width: auto;
  margin: 0;
  margin-top: 0px;
  margin-top: -10px;
  float: left;
}
.recherche_simple form label {
  display: none;
}
.recherche_simple form .recherche_txt {
  border: none;
  box-shadow: none;
  width: auto;
  padding: 2px 0;
  float: left;
  width: 172px;
  color: #1B1C1F;
  background: transparent;
  font-size: 11px;
}
.recherche_simple form #recherche_simple_submit {
  display: block;
  width: 15px;
  height: 15px;
  background: url(../img/construct/btn-search.png) no-repeat center;
  text-indent: -9999px;
  border: none;
  box-shadow: none;
  float: left;
  cursor: pointer;
  position: absolute;
  padding: 0;
  min-width: 18px;
  right: 10px;
}

.recherche_s .cc_content {
  background: #fff;
  overflow: hidden;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.07);
  padding: 0 40px 0 0;
  margin: 40px 0;
}
.recherche_s .cc_content .cc_vignette {
  float: left;
  max-width: 300px;
  margin: 0 40px 0 0;
  position: relative;
  float: left;
  max-width: 300px;
  margin: 0 40px 0 0;
  position: relative;
}
.recherche_s .cc_content .cc_vignette:after {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  right: 0;
  display: inline-block;
  height: 0;
  width: 0;
  border-top: 10px solid transparent;
  border-right: 20px solid #fff;
  border-bottom: 10px solid transparent;
}
.recherche_s .cc_content .cc_vignette img {
  width: 100%;
  max-width: 400px;
  height: auto;
}
.recherche_s .cc_content:hover {
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.07);
}
.recherche_s .cc_content:hover .cc_vignette img {
  opacity: 0.5;
}
.recherche_s .cc_content:hover .cc_title h3 a {
  color: #29af4c;
  text-decoration: none;
}
.recherche_s .cc_content .cc_title h3 {
  font: 700 18px/30px "Cabin", sans-serif;
  color: #979797;
  margin: 0;
  padding: 20px 0 10px 0;
}
.recherche_s .cc_content .cc_title h3 a {
  color: #12491d;
  position: relative;
  text-decoration: none !important;
}
.recherche_s .cc_content .cc_title h3 a:before {
  content: "\f10d";
  font-family: "FontAwesome";
  font-weight: 900;
  font-size: 40px;
  position: absolute;
  top: 0;
  left: -20px;
  opacity: 0.1;
  transform: rotate(-10deg);
}
.recherche_s .cc_content .cc_read_more {
  padding: 10px 0;
  float: right;
}
.recherche_s .cc_content .cc_read_more a {
  font: 700 11px/20px "Ubuntu", sans-serif;
  text-decoration: none !important;
  text-transform: uppercase;
  color: inherit;
  border-radius: 40px;
  border: 2px solid #12491d;
  padding: 10px 20px;
  margin: 10px 5px;
}
.recherche_s .cc_content .cc_read_more a:after {
  font-family: "FontAwesome";
  content: "\f061";
  font-weight: 900;
  position: relative;
  left: 10px;
}
.recherche_s .cc_content .cc_read_more a:hover {
  color: #fff;
  background: #29af4c;
  border: 2px solid #29af4c;
}

#a_scrolltotop {
  height: 48px;
  line-height: 45px;
  width: 48px;
  bottom: 10px;
  right: 10px;
  color: #fff;
  text-decoration: none;
  background: #ffbf16;
  border: 2px solid #ffbf16;
  border-radius: 100%;
  overflow: hidden;
  z-index: 1000;
}
#a_scrolltotop:before {
  display: block;
  content: "\f077";
  font-weight: 900;
  width: 100%;
  margin: 0;
  position: relative;
  z-index: 1;
  text-align: center;
  font-family: "FontAwesome";
}
#a_scrolltotop:hover {
  background: none;
  color: #ffbf16;
}
#a_scrolltotop span {
  display: none !important;
}

.googlemap {
  height: 500px;
  position: relative;
  margin: 60px 0 0 0;
  overflow: hidden;
  clear: both;
  border-radius: 50px;
  overflow: hidden;
}
.googlemap .leaflet-left {
  top: 24px;
  left: 24px;
}
.googlemap * {
  transition: none;
}
.googlemap p {
  margin: 10px 0;
}
.googlemap > div {
  height: 100%;
}
.googlemap > div > div {
  width: 100% !important;
  height: 100% !important;
}
.googlemap .leaflet-control-zoom a {
  text-decoration: none !important;
}
.googlemap .leaflet-container a.leaflet-popup-close-button {
  text-decoration: none !important;
}

.responsive-iframe {
  position: relative;
  padding-bottom: 30%;
  padding-top: 25px;
  height: 0;
}
.responsive-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.responsive-iframe.facebook {
  padding-bottom: 100%;
}

p.no_articles {
  background: #F5F5F5;
  padding: 10px;
  text-align: center;
}

.separator-line {
  margin: 0 20px;
  width: 1px;
  height: 8px;
  background: #1c1c1c;
}

.gm-style div {
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  box-sizing: initial;
}

.dark-bg {
  background: #12491d;
}

.white-bg {
  background: #fff;
}

.grey-bg {
  background: #f9f9f9;
}

.color-bg {
  background: #ffbf16;
}

.white-text {
  color: #fff;
}

.black-text {
  color: #1c1c1c;
}

.txt-align-left {
  text-align: left;
}

.txt-align-right {
  text-align: right;
}

.txt-align-center {
  text-align: center;
}

.section-large {
  padding: 120px 0;
  clear: both;
}

.section-med {
  padding: 80px 0;
  clear: both;
}

.section-small {
  padding: 40px 0;
  clear: both;
}

.margin-large {
  margin: 80px;
}

.margin-med {
  margin: 40px;
}

.margin-small {
  margin: 20px;
}

.margin-none {
  margin: 0;
}

.padding-large {
  padding: 80px;
}

.padding-med {
  padding: 40px;
}

.padding-small {
  padding: 20px;
}

.padding-none {
  padding: 0;
}

body.homepage .chapeau {
  font: 400 20px/30px "Ubuntu", sans-serif;
  position: relative;
  background: none;
  color: #1c1c1c;
  padding: 0;
  margin: 0;
  border-radius: 50px 50px 50px 0;
}

.chapeau {
  font: 400 20px/30px "Ubuntu", sans-serif;
  position: relative;
  background-color: #43a470;
  color: #ffffff;
  padding: 40px;
  margin-top: 48px;
  border-radius: 50px 50px 50px 0;
}

.txt-large {
  font: 400 20px/30px "Ubuntu", sans-serif;
}

.img-container {
  overflow: hidden;
}

.img-responsive img {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded img {
  border-radius: 4px;
}

.img-thumbnail img {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle img {
  border-radius: 100%;
}

.lax {
  transition: none;
}

.container {
  max-width: 100%;
}
.container.container-sm {
  width: 936px;
}
.container.container-lg {
  width: 1920px;
  padding: 0 140px;
}
.container .row {
  max-width: none !important;
  margin-left: -15px !important;
  margin-right: -15px !important;
}

.container-fluid .row {
  max-width: none !important;
  margin-left: -15px !important;
  margin-right: -15px !important;
}

.row {
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
}

.global-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

#cookie_bottom_bar .wrapper {
  max-width: 1035px !important;
}

.container-video {
  position: relative;
  padding-bottom: 56.25%;
  /* Rapport hauteur / largeur 16:9 */
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.container-video-16-9 {
  padding-bottom: 56.25%;
}
.container-video-4-3 {
  padding-bottom: 75%;
  /* Rapport hauteur / largeur 4:3 */
}
.container-video-default {
  padding-bottom: 56.25%;
  /* Rapport hauteur / largeur par défaut */
}
.container-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

@media (min-width: 768px) {
  .global-container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .global-container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .global-container {
    width: 1170px;
  }
}
@keyframes TextIntro {
  0.00% {
    opacity: 0;
    filter: blur(35px);
  }
  100% {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes SliderInterne {
  from {
    opacity: 0;
    filter: blur(20px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes ZoomImg {
  from {
    transform: scale(1.2);
  }
  to {
    transform: scale(1);
  }
}
/***************************************************
 * Generated by SVG Artista on 11/17/2023, 11:42:56 AM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/
@-webkit-keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(253, 196, 34);
  }
}
@keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(253, 196, 34);
  }
}
.svg-elem-1 {
  -webkit-animation: animate-svg-fill-1 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.05s both;
  animation: animate-svg-fill-1 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.05s both;
}

@-webkit-keyframes animate-svg-fill-2 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(253, 196, 34);
  }
}
@keyframes animate-svg-fill-2 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(253, 196, 34);
  }
}
.svg-elem-2 {
  -webkit-animation: animate-svg-fill-2 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.075s both;
  animation: animate-svg-fill-2 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.075s both;
}

@-webkit-keyframes animate-svg-fill-3 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(252, 252, 252);
  }
}
@keyframes animate-svg-fill-3 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(252, 252, 252);
  }
}
.svg-elem-3 {
  -webkit-animation: animate-svg-fill-3 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.1s both;
  animation: animate-svg-fill-3 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.1s both;
}

@-webkit-keyframes animate-svg-fill-4 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(252, 252, 252);
  }
}
@keyframes animate-svg-fill-4 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(252, 252, 252);
  }
}
.svg-elem-4 {
  -webkit-animation: animate-svg-fill-4 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.125s both;
  animation: animate-svg-fill-4 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.125s both;
}

@-webkit-keyframes animate-svg-fill-5 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(252, 252, 252);
  }
}
@keyframes animate-svg-fill-5 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(252, 252, 252);
  }
}
.svg-elem-5 {
  -webkit-animation: animate-svg-fill-5 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.15s both;
  animation: animate-svg-fill-5 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.15s both;
}

@-webkit-keyframes animate-svg-fill-6 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(252, 252, 252);
  }
}
@keyframes animate-svg-fill-6 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(252, 252, 252);
  }
}
.svg-elem-6 {
  -webkit-animation: animate-svg-fill-6 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.175s both;
  animation: animate-svg-fill-6 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.175s both;
}

@-webkit-keyframes animate-svg-fill-7 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(252, 252, 252);
  }
}
@keyframes animate-svg-fill-7 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(252, 252, 252);
  }
}
.svg-elem-7 {
  -webkit-animation: animate-svg-fill-7 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.2s both;
  animation: animate-svg-fill-7 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.2s both;
}

@-webkit-keyframes animate-svg-fill-8 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(252, 252, 252);
  }
}
@keyframes animate-svg-fill-8 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(252, 252, 252);
  }
}
.svg-elem-8 {
  -webkit-animation: animate-svg-fill-8 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.225s both;
  animation: animate-svg-fill-8 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.225s both;
}

@-webkit-keyframes animate-svg-fill-9 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(252, 252, 252);
  }
}
@keyframes animate-svg-fill-9 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(252, 252, 252);
  }
}
.svg-elem-9 {
  -webkit-animation: animate-svg-fill-9 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.25s both;
  animation: animate-svg-fill-9 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.25s both;
}

@-webkit-keyframes animate-svg-fill-10 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(252, 252, 252);
  }
}
@keyframes animate-svg-fill-10 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(252, 252, 252);
  }
}
.svg-elem-10 {
  -webkit-animation: animate-svg-fill-10 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.275s both;
  animation: animate-svg-fill-10 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.275s both;
}

@-webkit-keyframes animate-svg-fill-11 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(252, 252, 252);
  }
}
@keyframes animate-svg-fill-11 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(252, 252, 252);
  }
}
.svg-elem-11 {
  -webkit-animation: animate-svg-fill-11 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s both;
  animation: animate-svg-fill-11 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s both;
}

@-webkit-keyframes animate-svg-fill-12 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(252, 252, 252);
  }
}
@keyframes animate-svg-fill-12 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(252, 252, 252);
  }
}
.svg-elem-12 {
  -webkit-animation: animate-svg-fill-12 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.325s both;
  animation: animate-svg-fill-12 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.325s both;
}

@-webkit-keyframes animate-svg-fill-13 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(252, 252, 252);
  }
}
@keyframes animate-svg-fill-13 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(252, 252, 252);
  }
}
.svg-elem-13 {
  -webkit-animation: animate-svg-fill-13 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.35s both;
  animation: animate-svg-fill-13 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.35s both;
}

@-webkit-keyframes animate-svg-fill-14 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(252, 252, 252);
  }
}
@keyframes animate-svg-fill-14 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(252, 252, 252);
  }
}
.svg-elem-14 {
  -webkit-animation: animate-svg-fill-14 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.375s both;
  animation: animate-svg-fill-14 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.375s both;
}

@-webkit-keyframes animate-svg-fill-15 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(252, 252, 252);
  }
}
@keyframes animate-svg-fill-15 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(252, 252, 252);
  }
}
.svg-elem-15 {
  -webkit-animation: animate-svg-fill-15 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.4s both;
  animation: animate-svg-fill-15 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.4s both;
}

@-webkit-keyframes animate-svg-fill-16 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(252, 252, 252);
  }
}
@keyframes animate-svg-fill-16 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(252, 252, 252);
  }
}
.svg-elem-16 {
  -webkit-animation: animate-svg-fill-16 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.425s both;
  animation: animate-svg-fill-16 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.425s both;
}

@-webkit-keyframes animate-svg-fill-17 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(252, 252, 252);
  }
}
@keyframes animate-svg-fill-17 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(252, 252, 252);
  }
}
.svg-elem-17 {
  -webkit-animation: animate-svg-fill-17 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.45s both;
  animation: animate-svg-fill-17 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.45s both;
}

@-webkit-keyframes animate-svg-fill-18 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(252, 252, 252);
  }
}
@keyframes animate-svg-fill-18 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(252, 252, 252);
  }
}
.svg-elem-18 {
  -webkit-animation: animate-svg-fill-18 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.475s both;
  animation: animate-svg-fill-18 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.475s both;
}

@-webkit-keyframes animate-svg-fill-19 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(252, 252, 252);
  }
}
@keyframes animate-svg-fill-19 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(252, 252, 252);
  }
}
.svg-elem-19 {
  -webkit-animation: animate-svg-fill-19 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s both;
  animation: animate-svg-fill-19 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s both;
}

@-webkit-keyframes animate-svg-fill-20 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(252, 252, 252);
  }
}
@keyframes animate-svg-fill-20 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(252, 252, 252);
  }
}
.svg-elem-20 {
  -webkit-animation: animate-svg-fill-20 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.525s both;
  animation: animate-svg-fill-20 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.525s both;
}

@-webkit-keyframes animate-svg-fill-21 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(252, 252, 252);
  }
}
@keyframes animate-svg-fill-21 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(252, 252, 252);
  }
}
.svg-elem-21 {
  -webkit-animation: animate-svg-fill-21 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.55s both;
  animation: animate-svg-fill-21 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.55s both;
}

@-webkit-keyframes animate-svg-fill-22 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(252, 252, 252);
  }
}
@keyframes animate-svg-fill-22 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(252, 252, 252);
  }
}
.svg-elem-22 {
  -webkit-animation: animate-svg-fill-22 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.575s both;
  animation: animate-svg-fill-22 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.575s both;
}

@-webkit-keyframes animate-svg-fill-23 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(252, 252, 252);
  }
}
@keyframes animate-svg-fill-23 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(252, 252, 252);
  }
}
.svg-elem-23 {
  -webkit-animation: animate-svg-fill-23 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.6s both;
  animation: animate-svg-fill-23 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.6s both;
}

@-webkit-keyframes animate-svg-fill-24 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(252, 252, 252);
  }
}
@keyframes animate-svg-fill-24 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(252, 252, 252);
  }
}
.svg-elem-24 {
  -webkit-animation: animate-svg-fill-24 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.625s both;
  animation: animate-svg-fill-24 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.625s both;
}

@-webkit-keyframes animate-svg-fill-25 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(252, 252, 252);
  }
}
@keyframes animate-svg-fill-25 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(252, 252, 252);
  }
}
.svg-elem-25 {
  -webkit-animation: animate-svg-fill-25 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.65s both;
  animation: animate-svg-fill-25 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.65s both;
}

@-webkit-keyframes animate-svg-fill-26 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(252, 252, 252);
  }
}
@keyframes animate-svg-fill-26 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(252, 252, 252);
  }
}
.svg-elem-26 {
  -webkit-animation: animate-svg-fill-26 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.675s both;
  animation: animate-svg-fill-26 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.675s both;
}

@-webkit-keyframes animate-svg-fill-27 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(252, 252, 252);
  }
}
@keyframes animate-svg-fill-27 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(252, 252, 252);
  }
}
.svg-elem-27 {
  -webkit-animation: animate-svg-fill-27 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s both;
  animation: animate-svg-fill-27 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s both;
}

@-webkit-keyframes animate-svg-fill-28 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(252, 252, 252);
  }
}
@keyframes animate-svg-fill-28 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(252, 252, 252);
  }
}
.svg-elem-28 {
  -webkit-animation: animate-svg-fill-28 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.725s both;
  animation: animate-svg-fill-28 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.725s both;
}

@-webkit-keyframes animate-svg-fill-29 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(252, 252, 252);
  }
}
@keyframes animate-svg-fill-29 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(252, 252, 252);
  }
}
.svg-elem-29 {
  -webkit-animation: animate-svg-fill-29 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.75s both;
  animation: animate-svg-fill-29 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.75s both;
}

@-webkit-keyframes animate-svg-fill-30 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(252, 252, 252);
  }
}
@keyframes animate-svg-fill-30 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(252, 252, 252);
  }
}
.svg-elem-30 {
  -webkit-animation: animate-svg-fill-30 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.775s both;
  animation: animate-svg-fill-30 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.775s both;
}

@-webkit-keyframes animate-svg-fill-31 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(252, 252, 252);
  }
}
@keyframes animate-svg-fill-31 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(252, 252, 252);
  }
}
.svg-elem-31 {
  -webkit-animation: animate-svg-fill-31 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.8s both;
  animation: animate-svg-fill-31 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.8s both;
}

@-webkit-keyframes animate-svg-fill-32 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(252, 252, 252);
  }
}
@keyframes animate-svg-fill-32 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(252, 252, 252);
  }
}
.svg-elem-32 {
  -webkit-animation: animate-svg-fill-32 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.825s both;
  animation: animate-svg-fill-32 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.825s both;
}

@-webkit-keyframes animate-svg-fill-33 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(252, 252, 252);
  }
}
@keyframes animate-svg-fill-33 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(252, 252, 252);
  }
}
.svg-elem-33 {
  -webkit-animation: animate-svg-fill-33 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s both;
  animation: animate-svg-fill-33 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s both;
}

@-webkit-keyframes animate-svg-fill-34 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(252, 252, 252);
  }
}
@keyframes animate-svg-fill-34 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(252, 252, 252);
  }
}
.svg-elem-34 {
  -webkit-animation: animate-svg-fill-34 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.875s both;
  animation: animate-svg-fill-34 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.875s both;
}

@-webkit-keyframes animate-svg-fill-35 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(252, 252, 252);
  }
}
@keyframes animate-svg-fill-35 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(252, 252, 252);
  }
}
.svg-elem-35 {
  -webkit-animation: animate-svg-fill-35 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.9s both;
  animation: animate-svg-fill-35 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.9s both;
}

@-webkit-keyframes animate-svg-fill-36 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(252, 252, 252);
  }
}
@keyframes animate-svg-fill-36 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(252, 252, 252);
  }
}
.svg-elem-36 {
  -webkit-animation: animate-svg-fill-36 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.925s both;
  animation: animate-svg-fill-36 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.925s both;
}

@-webkit-keyframes animate-svg-fill-37 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(252, 252, 252);
  }
}
@keyframes animate-svg-fill-37 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(252, 252, 252);
  }
}
.svg-elem-37 {
  -webkit-animation: animate-svg-fill-37 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.95s both;
  animation: animate-svg-fill-37 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.95s both;
}

@-webkit-keyframes animate-svg-fill-38 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(252, 252, 252);
  }
}
@keyframes animate-svg-fill-38 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(252, 252, 252);
  }
}
.svg-elem-38 {
  -webkit-animation: animate-svg-fill-38 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.975s both;
  animation: animate-svg-fill-38 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.975s both;
}

@-webkit-keyframes animate-svg-fill-39 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(252, 252, 252);
  }
}
@keyframes animate-svg-fill-39 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(252, 252, 252);
  }
}
.svg-elem-39 {
  -webkit-animation: animate-svg-fill-39 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1s both;
  animation: animate-svg-fill-39 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1s both;
}

@-webkit-keyframes animate-svg-fill-40 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(252, 252, 252);
  }
}
@keyframes animate-svg-fill-40 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(252, 252, 252);
  }
}
.svg-elem-40 {
  -webkit-animation: animate-svg-fill-40 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1.025s both;
  animation: animate-svg-fill-40 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1.025s both;
}

@-webkit-keyframes animate-svg-fill-41 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(252, 252, 252);
  }
}
@keyframes animate-svg-fill-41 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(252, 252, 252);
  }
}
.svg-elem-41 {
  -webkit-animation: animate-svg-fill-41 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1.05s both;
  animation: animate-svg-fill-41 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1.05s both;
}

@-webkit-keyframes animate-svg-fill-42 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(252, 252, 252);
  }
}
@keyframes animate-svg-fill-42 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(252, 252, 252);
  }
}
.svg-elem-42 {
  -webkit-animation: animate-svg-fill-42 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1.075s both;
  animation: animate-svg-fill-42 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1.075s both;
}

@-webkit-keyframes animate-svg-fill-43 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(252, 252, 252);
  }
}
@keyframes animate-svg-fill-43 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(252, 252, 252);
  }
}
.svg-elem-43 {
  -webkit-animation: animate-svg-fill-43 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1.1s both;
  animation: animate-svg-fill-43 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1.1s both;
}

@-webkit-keyframes animate-svg-fill-44 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
@keyframes animate-svg-fill-44 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-44 {
  -webkit-animation: animate-svg-fill-44 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1.125s both;
  animation: animate-svg-fill-44 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1.125s both;
}

@-webkit-keyframes animate-svg-fill-45 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
@keyframes animate-svg-fill-45 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-45 {
  -webkit-animation: animate-svg-fill-45 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1.15s both;
  animation: animate-svg-fill-45 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1.15s both;
}

@-webkit-keyframes animate-svg-fill-46 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
@keyframes animate-svg-fill-46 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-46 {
  -webkit-animation: animate-svg-fill-46 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1.175s both;
  animation: animate-svg-fill-46 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1.175s both;
}

@-webkit-keyframes animate-svg-fill-47 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
@keyframes animate-svg-fill-47 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-47 {
  -webkit-animation: animate-svg-fill-47 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1.2s both;
  animation: animate-svg-fill-47 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1.2s both;
}

@-webkit-keyframes animate-svg-fill-48 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
@keyframes animate-svg-fill-48 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-48 {
  -webkit-animation: animate-svg-fill-48 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1.225s both;
  animation: animate-svg-fill-48 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1.225s both;
}

@-webkit-keyframes animate-svg-fill-49 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
@keyframes animate-svg-fill-49 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-49 {
  -webkit-animation: animate-svg-fill-49 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1.25s both;
  animation: animate-svg-fill-49 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1.25s both;
}

@-webkit-keyframes animate-svg-fill-50 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
@keyframes animate-svg-fill-50 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-50 {
  -webkit-animation: animate-svg-fill-50 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1.275s both;
  animation: animate-svg-fill-50 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1.275s both;
}

@-webkit-keyframes animate-svg-fill-51 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
@keyframes animate-svg-fill-51 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-51 {
  -webkit-animation: animate-svg-fill-51 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1.3s both;
  animation: animate-svg-fill-51 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1.3s both;
}

@-webkit-keyframes animate-svg-fill-52 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
@keyframes animate-svg-fill-52 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-52 {
  -webkit-animation: animate-svg-fill-52 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1.325s both;
  animation: animate-svg-fill-52 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1.325s both;
}

@-webkit-keyframes animate-svg-fill-53 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
@keyframes animate-svg-fill-53 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-53 {
  -webkit-animation: animate-svg-fill-53 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1.35s both;
  animation: animate-svg-fill-53 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1.35s both;
}

@-webkit-keyframes animate-svg-fill-54 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
@keyframes animate-svg-fill-54 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-54 {
  -webkit-animation: animate-svg-fill-54 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1.375s both;
  animation: animate-svg-fill-54 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1.375s both;
}

@-webkit-keyframes animate-svg-fill-55 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
@keyframes animate-svg-fill-55 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-55 {
  -webkit-animation: animate-svg-fill-55 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1.4s both;
  animation: animate-svg-fill-55 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1.4s both;
}

@-webkit-keyframes animate-svg-fill-56 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
@keyframes animate-svg-fill-56 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-56 {
  -webkit-animation: animate-svg-fill-56 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1.425s both;
  animation: animate-svg-fill-56 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1.425s both;
}

@-webkit-keyframes animate-svg-fill-57 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
@keyframes animate-svg-fill-57 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-57 {
  -webkit-animation: animate-svg-fill-57 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1.45s both;
  animation: animate-svg-fill-57 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1.45s both;
}

@-webkit-keyframes animate-svg-fill-58 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
@keyframes animate-svg-fill-58 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-58 {
  -webkit-animation: animate-svg-fill-58 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1.475s both;
  animation: animate-svg-fill-58 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1.475s both;
}

@-webkit-keyframes animate-svg-fill-59 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
@keyframes animate-svg-fill-59 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-59 {
  -webkit-animation: animate-svg-fill-59 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1.5s both;
  animation: animate-svg-fill-59 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1.5s both;
}

@-webkit-keyframes animate-svg-fill-60 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
@keyframes animate-svg-fill-60 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-60 {
  -webkit-animation: animate-svg-fill-60 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1.525s both;
  animation: animate-svg-fill-60 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1.525s both;
}

@-webkit-keyframes animate-svg-fill-61 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
@keyframes animate-svg-fill-61 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-61 {
  -webkit-animation: animate-svg-fill-61 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1.55s both;
  animation: animate-svg-fill-61 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1.55s both;
}

@-webkit-keyframes animate-svg-fill-62 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
@keyframes animate-svg-fill-62 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-62 {
  -webkit-animation: animate-svg-fill-62 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1.575s both;
  animation: animate-svg-fill-62 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1.575s both;
}

@-webkit-keyframes animate-svg-fill-63 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
@keyframes animate-svg-fill-63 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-63 {
  -webkit-animation: animate-svg-fill-63 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1.6s both;
  animation: animate-svg-fill-63 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1.6s both;
}

@-webkit-keyframes animate-svg-fill-64 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
@keyframes animate-svg-fill-64 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-64 {
  -webkit-animation: animate-svg-fill-64 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1.625s both;
  animation: animate-svg-fill-64 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1.625s both;
}

@-webkit-keyframes animate-svg-fill-65 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
@keyframes animate-svg-fill-65 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-65 {
  -webkit-animation: animate-svg-fill-65 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1.65s both;
  animation: animate-svg-fill-65 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1.65s both;
}

@-webkit-keyframes animate-svg-fill-66 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
@keyframes animate-svg-fill-66 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-66 {
  -webkit-animation: animate-svg-fill-66 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1.675s both;
  animation: animate-svg-fill-66 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1.675s both;
}

@-webkit-keyframes animate-svg-fill-67 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
@keyframes animate-svg-fill-67 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-67 {
  -webkit-animation: animate-svg-fill-67 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1.7s both;
  animation: animate-svg-fill-67 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1.7s both;
}

@-webkit-keyframes animate-svg-fill-68 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
@keyframes animate-svg-fill-68 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-68 {
  -webkit-animation: animate-svg-fill-68 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1.725s both;
  animation: animate-svg-fill-68 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1.725s both;
}

@-webkit-keyframes animate-svg-fill-69 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
@keyframes animate-svg-fill-69 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-69 {
  -webkit-animation: animate-svg-fill-69 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1.75s both;
  animation: animate-svg-fill-69 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1.75s both;
}

@-webkit-keyframes animate-svg-fill-70 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
@keyframes animate-svg-fill-70 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-70 {
  -webkit-animation: animate-svg-fill-70 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1.775s both;
  animation: animate-svg-fill-70 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1.775s both;
}

@-webkit-keyframes animate-svg-fill-71 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
@keyframes animate-svg-fill-71 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-71 {
  -webkit-animation: animate-svg-fill-71 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1.8s both;
  animation: animate-svg-fill-71 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1.8s both;
}

@-webkit-keyframes animate-svg-fill-72 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
@keyframes animate-svg-fill-72 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-72 {
  -webkit-animation: animate-svg-fill-72 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1.825s both;
  animation: animate-svg-fill-72 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1.825s both;
}

@-webkit-keyframes animate-svg-fill-73 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(7, 102, 51);
  }
}
@keyframes animate-svg-fill-73 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(7, 102, 51);
  }
}
.svg-elem-73 {
  -webkit-animation: animate-svg-fill-73 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1.85s both;
  animation: animate-svg-fill-73 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1.85s both;
}

@-webkit-keyframes animate-svg-fill-74 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(7, 102, 51);
  }
}
@keyframes animate-svg-fill-74 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(7, 102, 51);
  }
}
.svg-elem-74 {
  -webkit-animation: animate-svg-fill-74 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1.875s both;
  animation: animate-svg-fill-74 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1.875s both;
}

@-webkit-keyframes animate-svg-fill-75 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(7, 102, 51);
  }
}
@keyframes animate-svg-fill-75 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(7, 102, 51);
  }
}
.svg-elem-75 {
  -webkit-animation: animate-svg-fill-75 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1.9s both;
  animation: animate-svg-fill-75 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1.9s both;
}

@-webkit-keyframes animate-svg-fill-76 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(7, 102, 51);
  }
}
@keyframes animate-svg-fill-76 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(7, 102, 51);
  }
}
.svg-elem-76 {
  -webkit-animation: animate-svg-fill-76 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1.925s both;
  animation: animate-svg-fill-76 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1.925s both;
}

@-webkit-keyframes animate-svg-fill-77 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(7, 102, 51);
  }
}
@keyframes animate-svg-fill-77 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(7, 102, 51);
  }
}
.svg-elem-77 {
  -webkit-animation: animate-svg-fill-77 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1.95s both;
  animation: animate-svg-fill-77 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1.95s both;
}

@-webkit-keyframes animate-svg-fill-78 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(7, 102, 51);
  }
}
@keyframes animate-svg-fill-78 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(7, 102, 51);
  }
}
.svg-elem-78 {
  -webkit-animation: animate-svg-fill-78 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1.975s both;
  animation: animate-svg-fill-78 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1.975s both;
}

@-webkit-keyframes animate-svg-fill-79 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(7, 102, 51);
  }
}
@keyframes animate-svg-fill-79 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(7, 102, 51);
  }
}
.svg-elem-79 {
  -webkit-animation: animate-svg-fill-79 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 2s both;
  animation: animate-svg-fill-79 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 2s both;
}

@-webkit-keyframes animate-svg-fill-80 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(7, 102, 51);
  }
}
@keyframes animate-svg-fill-80 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(7, 102, 51);
  }
}
.svg-elem-80 {
  -webkit-animation: animate-svg-fill-80 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 2.025s both;
  animation: animate-svg-fill-80 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86) 2.025s both;
}

.lang-bloc {
  padding: 8px;
  background: #fdc422;
  color: black;
  border-radius: 0px 50px 50px 50px;
}
.lang-bloc select {
  border: none;
  background: none;
}

.reassurance_legale > div {
  clip-path: ellipse(1850px 100% at 50% 100%);
  -webkit-clip-path: ellipse(1850px 100% at 50% 100%);
  height: 400px;
  background: #f9f9f9;
  margin-bottom: -100px;
}
.reassurance_legale > div img {
  filter: invert(1);
}

#reassurance-legale {
  background-color: #f9f9f9;
  padding-top: 80px;
}

#logo-reference {
  padding-top: 0;
  margin-top: 32px;
}

#default-content {
  margin-bottom: 48px;
}

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