html,
body {
  font-family: Arial, Helvetica, sans-serif;
  overflow-x: hidden;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
section {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}

.footer p,
.footer div{
  font-size: 14px;
  font-family: Helvetica, Tahoma, Arial, "Hiragino Sans GB", "Microsoft YaHei", SimSun, Heiti, sans-serif;
}

html,
body {
  font-family: "Rubik-Regular";
}

#content-vue {
  float: left;
  width: 100%;
}

.scrollup {
  width: 35px;
  height: 35px;
  position: fixed;
  bottom: 8%;
  right: 50px;
  display: none;
  background-color: #003359;
  text-align: center;
  line-height: 50px;
  border-radius: 8px;
  z-index: 999;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.scrollup svg {
  width: 15px;
  top: -3px;
  position: relative;
}

.scrollTop {
  width: 40px;
  height: 40px;
  background: white;
  position: fixed;
  bottom: 200px;
  right: 50px;
  border-radius: 5px;
  box-shadow: 1px 0px 14px #bfbfbf;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  z-index: -999999;
  transition: 0.6s;
}

.scrollTop.active {
  opacity: 1;
  z-index: 99;
}

.scrollTop svg {
  width: 20px
}

section p {
  font-size: 20px;
  line-height: 30px;
  font-weight: normal;
}

b,
p strong {
  font-family: "Rubik-Medium";
}

/*THEME*/
body #content-vue {
  background: #DBF2F7;
  z-index: 2;
  position: relative;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  body #content-vue {
    background: #EEFBFE
  }
}

.breadcrumbs {
  color: #00A7C9;
  display: flex;
  align-items: center;
  gap: 9px;
}

.breadcrumbs li {
  padding: 0px 2px;
  float: left;
}

.breadcrumbs li:first-child {
  padding-left: 0px
}

.breadcrumbs li a {
  color: #94D0DE;
  font-family: "Rubik-Medium";
}

.breadcrumbs li span {
  padding-left: 2px;
  font-size: 14px;
}

/*Page enfant*/
body .intro-sub-page .breadcrumbs {
  margin-bottom: 25px
}


.intro-sub-page img.post-thumbnail {
  width: 35%;
  height: auto;
  border-radius: 20px;
  height: auto;
  position: relative;
  z-index: 1;
  object-fit: contain;
}

body section.intro-sub-page h1 {
  margin-bottom: 50px;
  margin-top: 70px;
}


body [data-wpr-lazyrender] {
  content-visibility: visible
}

body section.intro-sub-page {
  margin-bottom: 35px;
  padding-bottom: 77px;
}

body section.intro-sub-page.has-ancres {
  padding-bottom: 0px
}

.intro-archive .block-right {
  float: left
}

.intro-archive .breadcrumbs {
  margin-bottom: 135px;
  padding-left: 19px;
  margin-top: 18px;
}

.intro-archive form {
  margin-left: 88px
}

.intro-archive .content {
  border-bottom-right-radius: 150px;
  background: white;
  width: 911px;
  box-sizing: border-box;
  padding-left: 170px;
  padding-top: 70px;
  padding-bottom: 140px;
  float: left;
  position: relative;
}

.intro-archive .content p {
  width: 550px
}

.intro-archive .content .big-title {
  margin-bottom: 29px;
  text-align: left;
  clear: both;
  display: block;
}

@media screen and (min-width: 2050px) {
  body .intro-archive .content {
    width: 980px
  }
}

/*HISTOIRE*/
img.line-story {
  position: absolute;
  left: 60px;
  right: 0;
  margin: auto;
  top: 225px;
}

.date p {
  font-size: 16px;
  line-height: 24px;
}

.date-1 {
  margin-top: 110px
}

.date-2 {
  margin-top: 220px;
}

.date-3 {
  margin-top: 230px
}

.date-4 {
  margin-top: 42px;
}

.date-6 {
  margin-top: 190px;
}

.date-7 {
  margin-top: 350px;
}

.date-8 {
  margin-top: 100px;
}

.date-9 {
  margin-top: 350px
}

.date-10 {
  margin-top: 100px
}

.date-11 {
  margin-top: 230px
}

.date-12 {
  margin-top: 120px;
  margin-bottom: 220px
}
.date-12-section:last-child .date-12 {
  margin-top: 0px;
  margin-bottom: 120px
}
.date-8-section .date-8 {
  margin-bottom: 120px;
}
.date-1 .col-left,
.date-2 .col-left,
.date-3 .col-left,
.date-5 .col-left,
.date-7 .col-left,
.date-9 .col-left,
.date-11 .col-left {
  float: left;
  width: 428px;
  text-align: right;
  margin-right: 140px;
}

.date-5 .col-right {
  padding-top: 130px;
}

.date-5 .col-left {
  padding-bottom: 80px
}

.date-1 .col-right img {
  width: 420px;
  height: 320px;
  object-fit: cover;
  border-radius: 50px 50px 50px 0px;
  top: -120px;
  position: relative;
}

.date-2 .col-left img {
  top: -30px;
  position: relative;
}

.date-2 .col-right {
  float: left;
  width: 428px;
  margin-top: 50px;
}

.date-3 .col-left {
  margin-left: 180px
}

.date-3 .col-right img {
  float: left;
  width: 420px;
  margin-top: 0px;
  position: absolute;
  right: -60px;
  top: -25px;
}

.date-4 .col-left img {
  float: left;
  width: 420px;
  text-align: right;
  margin-right: 55px;
  margin-left: 180px;
  top: 40px;
  position: relative;
}

.date-4 .col-right {
  float: left;
  width: 428px;
  margin-top: 95px;
  left: 125px;
  position: relative;
  top: 80px;
}

.date-5 .col-right img {
  float: left;
  width: 420px;
  margin-top: 0px;
  position: relative;
  right: -25px;
  top: -85px;
}

.date-5 {
  margin-top: 300px;
}

.date-6 .col-left img {
  float: left;
  width: 420px;
  text-align: right;
  margin-right: 46px;
  top: -10px;
  position: relative;
}

.date-6 .col-right {
  float: left;
  width: 428px;
  margin-top: 60px;
  left: 125px;
  position: relative;
  top: 20px;
}

.date-7 .col-right img {
  float: left;
  width: 420px;
  margin-top: 0px;
  position: relative;
  left: 195px;
  top: -70px;
}

.date-7 .picto-2 {
  position: absolute;
  width: 260px;
  left: -322px;
  top: -224px;
}

.date-7 .col-left {
  left: 180px;
  position: relative;
}

.date-8 .col-left img {
  float: left;
  width: 420px;
  text-align: right;
  margin-right: 55px;
  top: -30px;
  position: relative;
  margin-left: 180px;
}

.date-8 .col-right {
  float: left;
  width: 428px;
  margin-top: 20px;
  left: 125px;
  position: relative;
  top: 45px;
}

.date-9 .col-right img {
  top: -170px;
  position: relative;
}

.date-10 .col-left img {
  float: left;
  width: 420px;
  text-align: right;
  margin-right: 55px;
  position: relative;
}

.date-10 .col-right {
  float: left;
  width: 428px;
  margin-top: 30px;
  left: 125px;
  position: relative;
  top: 75px;
}

.date-11 .col-left {
  left: 180px;
  position: relative;
}

.date-11 .col-right {
  left: 210px;
  position: relative;
}

.date-11 .col-right img {
  top: -120px;
  position: relative;
}

.date-12 .col-left img {
  float: left;
  width: 420px;
  text-align: right;
  margin-right: 55px;
  top: 0px;
  position: relative;
  margin-left: 180px;
}

.date-12 .col-right {
  float: left;
  width: 400px;
  margin-top: 50px;
  left: 125px;
  position: relative;
  top: 45px;
}

@media screen and (min-width: 1024px) {

  body:not(.wp-admin) .date-12-section img.radius-right,
  body:not(.wp-admin) .date-12-section .col-right,
  body:not(.wp-admin) .date-11-section img.radius-right,
  body:not(.wp-admin) .date-11-section .col-left,
  body:not(.wp-admin) .date-10-section img.radius-left,
  body:not(.wp-admin) .date-10-section .col-right,
  body:not(.wp-admin) .date-9-section img.radius-right,
  body:not(.wp-admin) .date-9-section .col-left,
  body:not(.wp-admin) .date-8-section img.radius-left,
  body:not(.wp-admin) .date-8-section .col-right,
  body:not(.wp-admin) .date-7-section img.radius-right,
  body:not(.wp-admin) .date-7-section .col-left,
  body:not(.wp-admin) .date-6-section img.radius-left,
  body:not(.wp-admin) .date-6-section .col-right,
  body:not(.wp-admin) .date-5-section .col-left,
  body:not(.wp-admin) .date-5-section img.radius-right,
  body:not(.wp-admin) .date-2-section img.radius-left,
  body:not(.wp-admin) .date-2-section .col-right,
  body:not(.wp-admin) .date-3-section .col-left,
  body:not(.wp-admin) .date-3-section img.radius-right,
  body:not(.wp-admin) .date-4-section img.radius-left,
  body:not(.wp-admin) .date-4-section .col-right {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    opacity: 0;
  }

  body:not(.wp-admin) .date-12-section img.radius-right,
  body:not(.wp-admin) .date-11-section .col-left,
  body:not(.wp-admin) .date-10-section img.radius-left,
  body:not(.wp-admin) .date-9-section .col-left,
  body:not(.wp-admin) .date-8-section img.radius-left,
  body:not(.wp-admin) .date-7-section .col-left,
  body:not(.wp-admin) .date-6-section img.radius-left,
  body:not(.wp-admin) .date-5-section .col-left,
  body:not(.wp-admin) .date-4-section img.radius-left,
  body:not(.wp-admin) .date-3-section .col-left,
  body:not(.wp-admin) .date-2-section img.radius-left {
    transform: translate(-25%, 0)
  }

  body:not(.wp-admin) .date-12-section .col-right,
  body:not(.wp-admin) .date-11-section img.radius-right,
  body:not(.wp-admin) .date-10-section .col-right,
  body:not(.wp-admin) .date-9-section img.radius-right,
  body:not(.wp-admin) .date-8-section .col-right,
  body:not(.wp-admin) .date-7-section img.radius-right,
  body:not(.wp-admin) .date-6-section .col-right,
  body:not(.wp-admin) .date-5-section img.radius-right,
  body:not(.wp-admin) .date-4-section .col-right,
  body:not(.wp-admin) .date-3-section img.radius-right,
  body:not(.wp-admin) .date-2-section .col-right {
    transform: translate(25%, 0)
  }

  body:not(.wp-admin) .date-12-section.vue img.radius-right,
  body:not(.wp-admin) .date-12-section.vue .col-right,
  body:not(.wp-admin) .date-11-section.vue .col-left,
  body:not(.wp-admin) .date-11-section.vue img.radius-right,
  body:not(.wp-admin) .date-10-section.vue img.radius-left,
  body:not(.wp-admin) .date-10-section.vue .col-right,
  body:not(.wp-admin) .date-9-section.vue .col-left,
  body:not(.wp-admin) .date-9-section.vue img.radius-right,
  body:not(.wp-admin) .date-8-section.vue img.radius-left,
  body:not(.wp-admin) .date-8-section.vue .col-right,
  body:not(.wp-admin) .date-7-section.vue .col-left,
  body:not(.wp-admin) .date-7-section.vue img.radius-right,
  body:not(.wp-admin) .date-6-section.vue .col-right,
  body:not(.wp-admin) .date-6-section.vue img.radius-left,
  body:not(.wp-admin) .date-5-section.vue .col-left,
  body:not(.wp-admin) .date-5-section.vue img.radius-right,
  body:not(.wp-admin) .date-4-section.vue img.radius-left,
  body:not(.wp-admin) .date-4-section.vue .col-right,
  body:not(.wp-admin) .date-3-section.vue .col-left,
  body:not(.wp-admin) .date-3-section.vue img.radius-right,
  body:not(.wp-admin) .date-2-section.vue img.radius-left,
  body:not(.wp-admin) .date-2-section.vue .col-right {
    opacity: 1;
    transform: translate(0, 0);
  }
}

.story-container .big-title {
  margin-bottom: 7px
}

.story-container .small-title {
  margin-bottom: 15px
}

.story-container img.radius-right {
  border-radius: 50px 50px 50px 0px
}

.story-container img.radius-left {
  border-radius: 50px 50px 0px 50px
}

.date-2-section {
  position: relative
}

.date-9-section:after,
.date-2-section:after {
  content: "";
  background: #C9E9F1;
  height: 569px;
  position: absolute;
  width: 1100px;
  right: 0;
  z-index: -1;
  top: 117px;
}

.date-9-section .container,
.date-2-section .container {
  position: relative;
}

.date-9-section .container:after,
.date-2-section .container:after {
  content: "";
  background: #C9E9F1;
  height: 569px;
  position: absolute;
  width: 1100px;
  left: -130px;
  z-index: -1;
  border-radius: 100px 0px 0px 100px;
  top: 117px;
}

.date-9-section:after,
.date-9-section .container:after {
  top: 350px;
}

.date-6-section:after {
  content: "";
  background: #C9E9F1;
  height: 595px;
  position: absolute;
  width: 1100px;
  left: 0;
  z-index: -1;
  top: 117px;
}

.date-6-section .container {
  position: relative;
}

.date-6-section .container:after {
  content: "";
  background: #C9E9F1;
  height: 595px;
  position: absolute;
  width: 1100px;
  right: -60px;
  z-index: -1;
  border-radius: 0px 100px 100px 0px;
  top: 117px;
}

.date-6-section .form {
  position: absolute;
  left: -4px;
  top: -69px;
  transform: rotate(90deg);
}

.date-1 .picto {
  position: absolute;
  width: 245px;
  top: -322px;
  right: 65px;
  z-index: 9;
}

.date-9-section .form,
.date-2-section .form {
  position: absolute;
  right: 0;
  top: -69px;
}

.date-9-section .form {
  top: 165px
}

.date-9-section .picto {
  position: absolute;
  bottom: -216px;
  width: 163px;
  right: -35px;
}

.date-2-section .picto {
  position: absolute;
  right: 125px;
  top: -38px;
}

.date-5 .picto {
  position: absolute;
  left: -80px;
  top: -50px;
  width: 110px;
}
.break-desktop {
  display: block;
  white-space: nowrap;
}
@media screen and (max-width: 1600px) {

  /*Archives*/
  .intro-archive .content {
    width: 790px
  }
}


@media screen and (max-width: 1450px) {

  /*Archives*/
  .intro-archive .content {
    width: 740px
  }

  .intro-archive .content p {
    width: 450px
  }

  /*Histoire*/
  .date-9-section .container:after,
  .date-2-section .container:after {
    left: -65px
  }
}

@media screen and (max-width: 1380px) {

  /*Histoire*/
  .date-5 .picto {
    left: -30px
  }
}

@media screen and (max-width: 1350px) {
  .date-7 .picto-2 {
    width: 240px;
    left: -265px;
  }

  /*Archives*/
  .intro-archive .content {
    padding-left: 120px;
    width: 50%;
  }

  .intro-archive .content p {
    width: 85%
  }

  /*HISTOIRE*/
  .story-container .date img.radius-right,
  .story-container .date img.radius-left {
    width: 380px;
  }

  .date-2 .col-left img {
    top: 0px
  }

  .date-12 .col-left img {
    width: 380px
  }

  .date-11 .col-right img {
    width: 380px;
    right: 0px;
  }

  .date-7 .col-right img,
  .date-3 .col-right img {
    right: -10px;
    top: 0px;
    width: 380px;
  }

  .date-4 .col-left img {
    top: 70px
  }

  .date-4 .col-left img {
    margin-left: 220px
  }

  .date-8 .col-right,
  .date-4 .col-right {
    width: 380px;
  }

  .date-3 {
    margin-top: 260px
  }

  .date-5 .picto {
    left: 0px
  }

  .date-8 {
    margin-top: 170px;
  }

  .date-8 .col-left img {
    top: 0px;
    margin-left: 220px;
  }

  .date-9 .col-right img {
    top: -130px
  }

  .date-9 {
    margin-top: 380px
  }

  .date-11 {
    margin-top: 330px
  }

  .date-6 .col-left img {
    right: 0px;
    top: 45px;
    margin-left: 30px;
  }
}


@media screen and (max-width: 1250px) {
  .date-7 .picto-2 {
    display: none
  }
}


@media screen and (max-width: 1200px) {
  .date-7 {
    margin-top: 370px;
  }

  .date-9-section .picto {
    right: 35px
  }

  img.line-story {
    left: 0px;
  }

  .story-container {
    width: 100%
  }

  .date-1 .col-left,
  .date-2 .col-left,
  .date-3 .col-left,
  .date-5 .col-left,
  .date-7 .col-left,
  .date-9 .col-left,
  .date-11 .col-left {
    width: 370px;
    margin-right: 105px;
    margin-left: 50px;
  }

  .date-4 .col-right {
    left: 95px
  }

  .story-container .date img.radius-right,
  .story-container .date img.radius-left {
    width: 350px
  }

  .date-1 .picto {
    right: 100px;
  }

  .date-3 .col-left {
    margin-left: 230px !important
  }

  .date-7 .col-right img,
  .date-3 .col-right img {
    right: 30px;
    top: 0px;
    width: 380px;
  }

  .date-10 .col-left img {
    margin-right: 55px;
    margin-left: 50px;
  }

  .date-10 {
    margin-top: 40px
  }

  .date-10 .col-left img {
    top: 40px
  }

  .date-11 .col-right img {
    top: -60px
  }
}

@media screen and (max-width: 1150px) {

  img.line-story {
    left: 0px;
    display: none;
  }

  .date-4 .col-left img {
    margin-left: 120px
  }

  .date-7 .col-left {
    left: 0px;
    position: relative;
  }

  .date-7 .col-right img {
    left: 0px
  }

  .date-8 .col-left img {
    margin-left: 100px
  }

  .date-8 .col-right {
    left: 50px
  }

  .date-10 .col-left img {
    margin-right: 55px;
    margin-left: 80px;
  }

  .date-12 .col-right {
    left: 40px
  }

  .date-12 .col-left img {
    margin-left: 100px
  }

  .date-11 .col-left {
    left: 20px
  }

  .date-11 .col-left {
    margin-right: 0px
  }
}

@media screen and (max-width: 1150px) {
  .intro-sub-page .block-right img.post-thumbnail {
    display: none
  }

  .intro-archive .content {
    padding-left: 50px;
    width: 90%;
    padding-top: 50px;
    padding-bottom: 80px;
  }

  .intro-archive .breadcrumbs {
    margin-bottom: 50px !important
  }

  .archive .intro-archive .breadcrumbs {
    float: left;
    margin-bottom: 20px !important;
    margin-top: 0px;
  }

  .intro-archive form {
    margin-left: 30px;
    margin-bottom: 50px;
  }

  .intro-sub-page {
    margin-bottom: 20px
  }

  /*Histoire*/
  .date-1 .col-right img,
  .date-2 .col-right,
  .date-3 .col-right,
  .date-4 .col-right,
  .date-5 .col-right,
  .date-6 .col-right,
  .date-7 .col-right,
  .date-8 .col-right,
  .date-9 .col-right,
  .date-10 .col-right,
  .date-11 .col-right,
  .date-1 .col-left,
  .date-2 .col-left,
  .date-3 .col-left,
  .date-4 .col-left,
  .date-5 .col-left,
  .date-6 .col-left,
  .date-7 .col-left,
  .date-8 .col-left,
  .date-9 .col-left,
  .date-10 .col-left,
  .date-11 .col-left,
  .date-12 .col-left {
    width: 50% !important;
    margin-right: 0px;
    margin-left: 0px;
    padding: 0px 25px;
    float: left;
  }

  .date-3 .col-left {
    margin-left: 0px !important
  }

  .date-1,
  .date-2,
  .date-3,
  .date-4,
  .date-5,
  .date-6,
  .date-7,
  .date-9,
  .date-10,
  .date-11,
  .date-12 {
    margin-top: 155px;
  }

  .date-5 .col-right img {
    top: 0px
  }

  .date-4 .col-left img {
    margin-left: 0px
  }

  .date-4 .col-right {
    left: 0px
  }

  .date-8 .col-left img {
    margin-left: 0px
  }

  .date-8 .col-right {
    top: 0;
    left: 0;
    margin-top: 0px;
  }

  .date-9 .col-right img {
    top: 0px
  }

  .date-10 .col-left img {
    margin-right: 0px;
    margin-left: 0px;
    top: 0px;
  }

  .date-10 .col-right {
    left: 0px;
    position: relative;
    top: 0;
    margin-top: 50px;
  }

  .date-6 .col-right,
  .date-11 .col-right {
    left: 0px
  }

  .date-12 .col-left img {
    margin-left: 0px
  }

  .date-12 .col-right {
    top: 0
  }
}

@media screen and (max-width: 800px) {

  /*Histoire*/
  .story-container .date img.radius-right,
  .story-container .date img.radius-left {
    width: 100%;
    height: 280px;
    object-fit: cover;
  }

  .story-container img.radius-left {
    border-radius: 50px 50px 50px 0px
  }

  .date-1 .col-right img {
    top: -60px
  }

  .date-2-section .picto {
    top: 0px
  }

  .date-2 .col-left img {
    top: 40px
  }

  .date-3 .col-right img {
    position: relative
  }

  .date-5 .col-right img {
    right: 0;
  }

  .date-8 {
    margin-top: 155px
  }

  .date-12 .col-right {
    left: 0;
    width: 50%;
    top: 0;
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .intro-sub-page {
    margin-top: 0x
  }

  .page-template-template-story .intro-sub-page .content {
    border-top-right-radius: 0px;
    width: 100%;
    margin-bottom: 10px;
  }

  .page-template-template-contact .picto-1 {
    display: none
  }

  .page-template-template-contact .picto-3 {
    width: 104px;
    top: -328px;
    left: initial;
    right: 16px;
  }

  .page-template-template-contact .picto-2 {
    z-index: -1;
    top: 410px;
  }

  .page-template-template-contact .picto-4 {
    top: 375px
  }

  .intro-archive .breadcrumbs {
    padding-left: 0px
  }

  .archive .intro-archive .content {
    margin-top: 25px;
    border-top-right-radius: 100px;
    margin-bottom: 50px;
    width: calc(100% - 40px);
    padding-left: 25px;
  }

  .intro-page .breadcrumbs {
    max-width: 98%;
    clear: both;
    display: table;
  }

  .intro-page .breadcrumbs li {
    margin-bottom: 5px
  }

  .intro-page {
    margin-bottom: 160px
  }

  .intro-page.no-intro-txt-section {
    margin-bottom: 45px
  }

  p {
    font-size: 19px;
    line-height: 24px;
  }

  .show-mobile {
    display: block !important
  }

  body .big-title {
    font-size: 30px !important;
    line-height: 40px !important;
  }

  /*Histoire*/
  body .intro-sub-page .breadcrumbs {
    padding-left: 20px;
    margin-bottom: 20px !important
  }

  body .intro-sub-page .breadcrumbs.display-mobile {
    display: block;
    padding-left: 15px;
    margin-top: 0px;
    float: left;
    width: 100%;
  }

  .date-1 .col-left,
  .date-2 .col-right {
    width: 100% !important;
  }

  .date-1 .col-left {
    text-align: left
  }

  .date-2 .col-right {
    text-align: right
  }

  .date-1 .picto {
    width: 115px;
    top: -15px;
    right: 5px;
  }

  .date-1 {
    margin-top: 0px
  }

  .date-2-section:after,
  .date-2-section .container:after {
    content: none
  }

  .date-2-section {
    background: #c9e9f1;
    margin-top: 50px;
    border-top-left-radius: 150px
  }

  .date-2 {
    margin-top: 70px
  }

  .date-2 .col-right {
    margin-top: 0px;
  }

  .date-2-section .form {
    top: -187px
  }

  .date-2-section .picto {
    color: white;
    filter: brightness(0) invert(1);
    width: 75px;
    top: 88px;
    left: 45px;
    transform: rotate(-30deg);
  }

  body div.date-3-section {
    background: #c9e9f1;
    padding-top: 50px;
  }

  .date-3-section .container {
    padding: 0px
  }

  .date-3 .col-left {
    text-align: left
  }

  body .date.date-3 {
    border-top-right-radius: 150px;
    background: white;
    margin-top: 0px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .date-3 .col-left {
    width: 100% !important
  }

  body div.date-4-section {
    background: white
  }

  .date-4 {
    margin-top: 0px
  }

  .date-4 .col-right {
    top: 0px
  }

  body .date.date-4 {
    border-top-right-radius: 150px;
    background: #c9e9f1;
    margin-top: 0px;
    padding-top: 50px;
    padding-bottom: 85px;
  }

  .date-4-section .container {
    padding: 0px
  }

  .date-4 .col-right {
    margin-top: 0px;
    width: 100% !important;
    padding-bottom: 50px;
  }

  .date-5 .picto {
    top: -670px;
    width: 138px;
    right: 5px;
    left: inherit;
  }

  .date-5-section {
    background: #c9e9f1;
  }

  .date-5-section .container {
    padding: 0px
  }

  .date-5 .col-left {
    width: 100% !important;
    padding-top: 60px;
  }

  body .story-container .date-5 {
    margin-top: 0px;
    padding-top: 50px;
    background: #eefbfe;
    border-top-left-radius: 150px;
  }

  .date-5-section>.form {
    position: absolute;
    top: -187px;
    right: 0;
  }

  body .date-6 {
    background: white;
    border-top-right-radius: 150px;
    margin-top: 55px;
  }

  .date-6 .col-right {
    margin-top: 50px
  }

  .date-6-section .form {
    display: none
  }

  .date-6-section .container:after,
  .date-6-section:after {
    content: none;
  }

  .date-6-section .container {
    padding: 0px
  }

  .date-6 .col-right {
    width: 100% !important;
    top: 0px;
    padding-bottom: 50px;
  }

  .date-7-section {
    background: white
  }

  .date-7-section .container {
    padding: 0px
  }

  body .date-7-section .date-7 {
    background: #eefbfe;
    border-top-right-radius: 150px;
    margin-top: 80px;
    padding-top: 50px;
  }

  .date-7 .col-left {
    width: 100% !important;
    text-align: left;
  }

  .date-7 .picto {
    position: absolute;
    width: 143px;
    right: -50px;
    top: -50px;
  }

  .date-8-section {
    background: #c9e9f1;
    margin-top: 80px;
    border-top-left-radius: 150px;
  }

  .date-8-section .form {
    position: absolute;
    right: 0;
    top: -187px;
  }

  .date-8 .col-right {
    width: 100% !important;
    text-align: right;
  }

  body .date-8 {
    margin-top: 50px;
    padding-bottom: 65px !important
  }

  body .story-section .date-9-section {
    background: #c9e9f1
  }

  body .story-section .date-9-section .container {
    padding: 0px
  }

  body .story-section .date-9 {
    background: white;
    border-top-right-radius: 150px;
    margin-top: 0px;
    margin-top: 0px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .date-9-section .container:after,
  .date-9-section:after {
    content: none
  }

  .date-9-section .form {
    display: none;
  }

  .date-9 .col-left {
    width: 100% !important;
    text-align: left;
  }

  .date-9-section .picto {
    right: 15px;
    bottom: -85px;
    width: 84px;
    z-index: 9;
  }

  .date-10-section {
    background: white
  }

  .date-10-section .col-right {
    width: 100% !important;
    text-align: left;
    padding-bottom: 50px;
  }

  body .story-section .date-10-section .container {
    padding: 0px
  }

  body .story-section .date-10 {
    background: #c9e9f1;
    border-top-right-radius: 150px;
    margin-top: 0px;
    padding-bottom: 120px;
  }

  .date-11-section {
    background: #c9e9f1
  }

  .date-11-section .container {
    padding: 0px
  }

  .date-11-section .container .date-11 {
    background: #eefbfe;
    border-top-left-radius: 150px;
    margin-top: 0px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .date-11-section .form {
    position: absolute;
    right: 0;
    top: -187px;
  }

  .date-12-section .form {
    position: absolute;
    right: 0;
    top: -187px;
  }

  .date-11 .col-left {
    width: 100% !important;
    text-align: right;
    left: 0px;
    padding-bottom: 50px;
  }

  body .date-12-section .date-12 {
    margin-top: 50px;
    padding: 0px 35px;
    margin-bottom: 140px;
  }

  .date-12-section {
    background: white;
    border-top-right-radius: 150px;
  }

  .date-12-section:last-child {
    border-top-right-radius: 0;
    background-color: #eefbfe;
  }

  .date-12 .col-right {
    width: 100%
  }

  body .story-section .radius-right,
  body .story-section .radius-left {
    margin-bottom: 18px
  }

  body .story-container .big-title {
    font-size: 50px !important;
    line-height: 60px !important;
  }

  .break-mobile {
    display: block;
    white-space: normal;
  }


  .story-container .small-title {
    margin-bottom: 38px
  }

  .story-container {
    padding: 0px
  }

  .date-1 .col-right img,
  .date-2 .col-right,
  .date-3 .col-right,
  .date-4 .col-right,
  .date-5 .col-right,
  .date-6 .col-right,
  .date-7 .col-right,
  .date-8 .col-right,
  .date-9 .col-right,
  .date-10 .col-right,
  .date-11 .col-right,
  .date-1 .col-left,
  .date-2 .col-left,
  .date-3 .col-left,
  .date-4 .col-left,
  .date-5 .col-left,
  .date-6 .col-left,
  .date-7 .col-left,
  .date-8 .col-left,
  .date-9 .col-left,
  .date-10 .col-left,
  .date-11 .col-left,
  .date-12 .col-left {
    padding: 0px 35px
  }

  .intro-sub-page .content {
    padding-left: 0;
    padding-right: 0;
    padding-top: 15px;
    padding-bottom: 0px;
    margin-top: 0px;
    width: 100%;
    border-top-right-radius: 100px;
    margin-bottom: 0;
    z-index: 9;
  }

  body .breadcrumbs li {
    font-size: 12px;
    line-height: normal;
  }

  .intro-sub-page .content.has-no-thumb {
    margin-top: 0px
  }

  .breadcrumbs li {
    line-height: 22px
  }

  .page-template-template-story .intro-sub-page .content {
    margin-top: 0px;
    padding: 0 15px;
  }

  .intro-sub-page {
    margin-bottom: 50px
  }
}

@media screen and (max-width: 315px) {
  .date-5 .picto {
    width: 90px
  }

  .date-5-section>.form {
    right: -25px;
  }

  .date-7 .picto {
    position: absolute;
    width: 90px;
    right: 0px;
  }

  .date-1 .picto {
    width: 90px;
    top: -18px;
    right: 33px;
  }
}

@media screen and (max-width: 305px) {

  .story-container .date img.radius-right,
  .story-container .date img.radius-left {
    height: 210px;
  }

  body .big-title {
    font-size: 25px !important;
    line-height: 32px !important;
  }

}

@media screen and (max-width: 767px) {

  body section.intro-sub-page h1 {
    margin-bottom: 30px;
    margin-top: 25px;
  }

  body section.intro-sub-page {
    padding-bottom: 50px
  }
}

.blue-lite {
  color: #00A7C9;
}

/*padding*/
body .no-pad {
  padding: 0px
}

/*others tips*/
.display-mobile {
  display: none
}

.show-mobile {
  display: none
}

.uppercase {
  text-transform: uppercase
}

@media screen and (max-width: 767px) {
  .display-mobile {
    display: block
  }

  .hide-mobile {
    display: none !important
  }
}

@font-face {
  font-family: "Madera-ExtraBold";
  src: url('fonts/Madera-ExtraBold.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: "Madera-Medium";
  src: url('fonts/Madera-Medium.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: "Madera-Bold";
  src: url('fonts/Madera-Bold.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: "Madera-Regular";
  src: url('fonts/Madera-Regular.ttf') format('truetype');
  font-display: swap;
}


input:invalid {
  animation: shake 300ms
}

@keyframes shake {
  25% {
    transform: translatex(4px)
  }

  50% {
    transform: translatex(4px)
  }

  75% {
    transform: translatex(4px)
  }
}

.big-title {
  font-family: "Rubik-Bold";
  font-size: 50px !important;
  line-height: 60px !important;
}

.small-title {
  font-family: "Rubik-Bold";
  font-size: 20px;
  line-height: 24px;
}

.breadcrumbs li a,
.archive p b,
.small-title,
h3.big-text,
.breadcrumbs li,
.big-title {
  font-family: "Madera-Bold";
}

.breadcrumbs li a,
.archive p,
.page-template-template-story p,
.breadcrumbs li span {
  font-family: "Madera-Regular";
}

.blue {
  color: #003359;
}

h1.big-title {
  font-family: "Madera-ExtraBold";
}

.breadcrumbs li {
  font-size: 14px;
}

.breadcrumbs li a {
  font-size: 12px;
}

@media screen and (max-width: 1320px) {
  .big-title {
    font-size: 40px !important;
    line-height: 50px !important;
  }
}
.weizhi.hide-mobile{
  position: absolute;
  top:0px;
  left:120px;
  padding-top: 24px;
}