.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 575px) {
  .flex {
    display: block;
  }
  .flex > * {
    margin-bottom: 10px;
  }
  .flex > *:last-child {
    margin-bottom: 0px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .flex {
    display: block;
  }
  .flex > * {
    margin-bottom: 10px;
  }
  .flex > *:last-child {
    margin-bottom: 0px;
  }
}

input[name=address] {
  display: none;
}

.text-primary {
  color: #EB431B !important;
}

.text-right {
  text-align: right !important;
}

.swiper {
  padding-bottom: 60px;
}
.swiper .swiper-pagination-bullet-active {
  background-color: #EB431B;
}

.button {
  display: inline-block;
  position: relative;
  font-weight: 700;
  border-radius: 8px;
  font-size: 16px;
  padding: 15px 30px;
  border: 2px solid transparent;
  color: #EB431B;
  text-decoration: none;
  outline: none;
  -webkit-transition: color 0.25s, background-color 0.25s;
  -o-transition: color 0.25s, background-color 0.25s;
  transition: color 0.25s, background-color 0.25s;
}
@media (max-width: 575px) {
  .button {
    font-size: 15px;
    padding: 12px 20px;
  }
}
.button:not(:disabled) {
  cursor: pointer;
}
.button:not(.primary):not(.secondary):not(.outline):hover {
  background: #EB431B;
  color: #fff;
}
.button.primary {
  background-color: #EB431B;
  color: #fff;
}
.button.primary:hover {
  background-color: #fff;
  color: #EB431B;
}
.button.secondary {
  background-color: #42B597;
  color: #fff;
}
.button.secondary:hover {
  background-color: #fff;
  color: #42B597;
}
.button.outline {
  border: 2px solid #fff;
  color: #fff;
}
.button.outline:hover {
  background: #fff;
  color: #EB431B;
}
.button.play-icon {
  padding-left: 62px;
}
.button.play-icon:before {
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 30px;
  background-image: url("/images/button-play-icon.png");
  background-size: 22px 22px;
  background-position: center center;
  width: 22px;
  height: 22px;
  margin-top: -11px;
  content: "";
}
.button.play-icon:hover:before {
  background-image: url("/images/button-play-icon-white.png");
}

.header_store {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  padding: 15px 0;
  z-index: 100;
}
.header_store .navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.header_store .navigation > * {
  margin-right: 20px;
}
.header_store .navigation > *:last-child {
  margin-right: 0px;
}
.header_store .navigation .space {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 150px;
}
.header_store .navigation .item {
  color: #434459;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s;
}
.header_store .navigation .item:hover {
  color: rgba(235, 67, 27, 0.7);
}
.header_store .navigation .item.logo {
  margin-right: 30px;
}
.header_store .navigation .item.logo img {
  max-width: 145px;
  width: 100%;
}
.header_store .navigation .item.is-right-aligned {
  margin-left: auto;
}
.header_store .navigation .item.store img {
  max-width: 135px;
  width: 100%;
}
@media (max-width: 1024px) and (min-width: 724px) {
  .header_store .storeposition {
    position: absolute;
    bottom: 10px;
    right: -80px;
    width: 50%;
  }
  .header_store .navigation .space {
    max-width: 25px;
  }
  .header_store .navigation .item {
    color: #fff !important;
    margin-right: 1.5rem !important;
  }
}
@media (max-width: 767px) {
  .header_store .navigation {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: -15px;
    margin-right: 0;
  }
  .header_store .navigation .item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 25%;
            flex: 1 1 25%;
    margin-bottom: 15px;
    font-size: 16px;
    text-align: center;
  }
  .header_store .navigation .item:first-child {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
  .header_store .navigation .item.logo img {
    max-width: 100px;
  }
  .header_store .navigation .item.is-right-aligned {
    margin-left: 0;
  }
  .header_store .navigation .item.store {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
  }
}
.header_store .burger-menu-story span {
  background: #434459;
  width: 56px;
  height: 5px;
  margin: 10px auto;
  display: block;
  border-radius: 5px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.intro {
  position: relative;
  margin-top: -100px;
  padding: 200px 0;
  z-index: 4;
  margin: 0 !important;
  padding: 198px 0 70px 0;
  background-color: #FFFFFF;
}
@media (max-width: 991px) {
  .intro {
    margin-top: -50px;
    padding: 100px 0;
  }
}
.intro .resume {
  padding-top: 50px;
}
.intro .resume .paddingCorrectif {
  padding-bottom: 10px;
}
.intro .resume .paddingCorrectif img {
  max-width: 70%;
}
.intro .resume p {
  font-size: 20px;
  font-weight: 400;
  text-align: justify;
  margin-bottom: 2rem;
}

@media (max-width: 991px) {
  .intro .resume {
    padding-top: 150px;
  }
}
.justify p {
  text-align: justify;
}

.adoption, .story-section, .Supllement, .benefice, .presentation, .intervenant, .success {
  font-size: 20px;
}
.adoption .bandeau, .story-section .bandeau, .Supllement .bandeau, .benefice .bandeau, .presentation .bandeau, .intervenant .bandeau, .success .bandeau {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}
.adoption .bandeau img, .story-section .bandeau img, .Supllement .bandeau img, .benefice .bandeau img, .presentation .bandeau img, .intervenant .bandeau img, .success .bandeau img {
  width: 120px;
  height: 120px;
  margin-right: 20px;
  margin-bottom: 0;
  border-radius: 100%;
}
.adoption .bandeau h2, .story-section .bandeau h2, .Supllement .bandeau h2, .benefice .bandeau h2, .presentation .bandeau h2, .intervenant .bandeau h2, .success .bandeau h2 {
  margin: 0;
  font-size: 38px;
  font-weight: bold;
  text-transform: uppercase;
}
.adoption .bandeau p, .story-section .bandeau p, .Supllement .bandeau p, .benefice .bandeau p, .presentation .bandeau p, .intervenant .bandeau p, .success .bandeau p {
  color: #EB431B;
  text-align: justify;
  font-weight: bold;
}
.adoption .illustration, .story-section .illustration, .Supllement .illustration, .benefice .illustration, .presentation .illustration, .intervenant .illustration, .success .illustration {
  -ms-flex-item-align: center;
      align-self: center;
  margin-bottom: 30px;
}
.adoption .illustration img, .story-section .illustration img, .Supllement .illustration img, .benefice .illustration img, .presentation .illustration img, .intervenant .illustration img, .success .illustration img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.adoption .illustration-wide, .story-section .illustration-wide, .Supllement .illustration-wide, .benefice .illustration-wide, .presentation .illustration-wide, .intervenant .illustration-wide, .success .illustration-wide {
  width: 200%;
}
.adoption .limit-size, .story-section .limit-size, .Supllement .limit-size, .benefice .limit-size, .presentation .limit-size, .intervenant .limit-size, .success .limit-size {
  max-width: 320px;
}
.adoption .centra, .story-section .centra, .Supllement .centra, .benefice .centra, .presentation .centra, .intervenant .centra, .success .centra {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.adoption h2, .story-section h2, .Supllement h2, .benefice h2, .presentation h2, .intervenant h2, .success h2 {
  font-size: 30px;
  font-weight: bold;
}
.adoption .titre, .story-section .titre, .Supllement .titre, .benefice .titre, .presentation .titre, .intervenant .titre, .success .titre {
  font-size: 33px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.adoption .white-box, .story-section .white-box, .Supllement .white-box, .benefice .white-box, .presentation .white-box, .intervenant .white-box, .success .white-box {
  background-color: #FFFFFF;
  border-radius: 20px;
  padding: 10px;
  font-size: 32px;
  font-style: italic;
  color: #42B597;
}
.adoption h3, .story-section h3, .Supllement h3, .benefice h3, .presentation h3, .intervenant h3, .success h3 {
  font-size: 26px;
  font-weight: bold;
  text-transform: none;
  font-style: normal;
}
.adoption .orange, .story-section .orange, .Supllement .orange, .benefice .orange, .presentation .orange, .intervenant .orange, .success .orange {
  color: #EB431B;
}
.adoption .space, .story-section .space, .Supllement .space, .benefice .space, .presentation .space, .intervenant .space, .success .space {
  margin-bottom: 30px;
}
.adoption .space p, .story-section .space p, .Supllement .space p, .benefice .space p, .presentation .space p, .intervenant .space p, .success .space p {
  font-size: 20px;
  text-align: justify;
  line-height: 28px;
}
.adoption .block-left, .story-section .block-left, .Supllement .block-left, .benefice .block-left, .presentation .block-left, .intervenant .block-left, .success .block-left,
.adoption .block-right,
.story-section .block-right,
.Supllement .block-right,
.benefice .block-right,
.presentation .block-right,
.intervenant .block-right,
.success .block-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.adoption .block-left, .story-section .block-left, .Supllement .block-left, .benefice .block-left, .presentation .block-left, .intervenant .block-left, .success .block-left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.adoption .block-right, .story-section .block-right, .Supllement .block-right, .benefice .block-right, .presentation .block-right, .intervenant .block-right, .success .block-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 768px) {
  .intervenant .block-left,
  .intervenant .block-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .intervenant .illustration {
    width: 100%;
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }
}
@media (max-width: 600px) {
  .benefice .pers,
  .supplement .pers,
  .intervenant .pers,
  .presentation .pers,
  .adoption .pers {
    font-size: 22px;
  }
  .benefice .pers .block-left,
  .benefice .pers .block-right,
  .supplement .pers .block-left,
  .supplement .pers .block-right,
  .intervenant .pers .block-left,
  .intervenant .pers .block-right,
  .presentation .pers .block-left,
  .presentation .pers .block-right,
  .adoption .pers .block-left,
  .adoption .pers .block-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .benefice .pers .illustration,
  .supplement .pers .illustration,
  .intervenant .pers .illustration,
  .presentation .pers .illustration,
  .adoption .pers .illustration {
    width: 100% !important;
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }
  .benefice .pers .bandeau,
  .supplement .pers .bandeau,
  .intervenant .pers .bandeau,
  .presentation .pers .bandeau,
  .adoption .pers .bandeau {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
  }
  .benefice .pers .bandeau h2,
  .supplement .pers .bandeau h2,
  .intervenant .pers .bandeau h2,
  .presentation .pers .bandeau h2,
  .adoption .pers .bandeau h2 {
    margin: 0;
    font-size: 26px;
    font-weight: bold;
    text-transform: uppercase;
  }
  .benefice .pers .bandeau img,
  .supplement .pers .bandeau img,
  .intervenant .pers .bandeau img,
  .presentation .pers .bandeau img,
  .adoption .pers .bandeau img {
    visibility: hidden;
    display: none;
  }
}
.success {
  position: relative;
  margin-top: -100px;
  padding: 200px 0;
  z-index: 5;
  padding: 100px 0;
  background-color: #e8dccc;
}
@media (max-width: 991px) {
  .success {
    margin-top: -50px;
    padding: 100px 0;
  }
}
.success:before {
  background: #FFFFFF;
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 180px;
  -webkit-clip-path: polygon(0% 15%, 100% 35%, 100% 0%, 0% 0%);
          clip-path: polygon(0% 15%, 100% 35%, 100% 0%, 0% 0%);
  content: "";
  z-index: 10;
}
.success .pers .icon-bandeau {
  width: 40px;
  height: 40px;
}
.success .pers .stat {
  color: #1b385e;
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 30px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.success .pers .stat .title {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}
.success .pers .stat .number {
  font-size: 50px;
  font-weight: bold;
  margin: 0;
  text-align: center;
}

.intervenant {
  position: relative;
  margin-top: -100px;
  padding: 200px 0;
  z-index: 6;
  padding: 120px 0 100px 0;
  background-color: #f7f4ec;
}
@media (max-width: 991px) {
  .intervenant {
    margin-top: -50px;
    padding: 100px 0;
  }
}
.intervenant:before {
  background: #e8dccc;
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 180px;
  -webkit-clip-path: polygon(0% 5%, 100% 35%, 100% 0%, 0% 0%);
          clip-path: polygon(0% 5%, 100% 35%, 100% 0%, 0% 0%);
  content: "";
  z-index: 10;
}

.entreprise {
  position: relative;
  margin-top: -100px;
  padding: 200px 0;
  z-index: 4;
  padding: 60px 0;
  background-color: #FFFFFF;
  margin-top: -75px;
}
@media (max-width: 991px) {
  .entreprise {
    margin-top: -50px;
    padding: 100px 0;
  }
}
.entreprise .descriptif {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: clamp(1rem, 2vw, 3rem);
}
.entreprise .descriptif .info {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.entreprise .descriptif .info p {
  font-weight: bold;
  text-align: left;
}
.entreprise .descriptif h4, .entreprise .descriptif p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  text-align: justify;
}
.entreprise .descriptif h4 {
  font-weight: bold;
}
.entreprise .descriptif .limit img {
  height: auto;
  border-radius: 60px;
}
.entreprise .stat {
  color: #1b385e;
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 30px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.entreprise .stat .title {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
.entreprise .stat .number {
  font-size: 50px;
  font-weight: bold;
  margin: 0;
  text-align: center;
}

@media (max-width: 1500px) {
  .entreprise .descriptif {
    gap: 2rem;
  }
  .entreprise .descriptif > * {
    min-width: 0;
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
  .entreprise .descriptif .limit img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
    display: block;
    margin: 0 auto;
  }
}
@media (max-width: 600px) {
  .entreprise .descriptif {
    margin-bottom: 50px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.presentation {
  position: relative;
  margin-top: -100px;
  padding: 200px 0;
  z-index: 7;
  padding: 70px 0;
  background-color: #e8dccc;
}
@media (max-width: 991px) {
  .presentation {
    margin-top: -50px;
    padding: 100px 0;
  }
}
.presentation:before {
  background: #f7f4ec;
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 180px;
  -webkit-clip-path: polygon(0% 20%, 100% 50%, 100% 0%, 0% 0%);
          clip-path: polygon(0% 20%, 100% 50%, 100% 0%, 0% 0%);
  content: "";
  z-index: 10;
}

.benefice {
  position: relative;
  margin-top: -100px;
  padding: 200px 0;
  z-index: 8;
  padding: 100px 0;
  background-color: #f7f4ec;
}
@media (max-width: 991px) {
  .benefice {
    margin-top: -50px;
    padding: 100px 0;
  }
}
.benefice:before {
  background: #e8dccc;
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 180px;
  -webkit-clip-path: polygon(0% 0%, 0% 35%, 100% 0%, 0% 0%);
          clip-path: polygon(0% 0%, 0% 35%, 100% 0%, 0% 0%);
  content: "";
  z-index: 10;
}

.Supllement {
  position: relative;
  margin-top: -100px;
  padding: 200px 0;
  z-index: 9;
  padding: 100px 0;
  background-color: #f7f4ec;
}
@media (max-width: 991px) {
  .Supllement {
    margin-top: -50px;
    padding: 100px 0;
  }
}
.Supllement:before {
  background: #fff;
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 180px;
  -webkit-clip-path: polygon(0% 0%, 0% 35%, 100% 0%, 0% 0%);
          clip-path: polygon(0% 0%, 0% 35%, 100% 0%, 0% 0%);
  content: "";
  z-index: 10;
}

.story-section {
  position: relative;
  margin-top: -100px;
  padding: 200px 0;
  z-index: 9;
  padding: 80px 0 100px 0;
  background-color: #fff;
}
@media (max-width: 991px) {
  .story-section {
    margin-top: -50px;
    padding: 100px 0;
  }
}
.story-section .section-before {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 180px;
  -webkit-clip-path: polygon(0% 5%, 100% 35%, 100% 0%, 0% 0%);
          clip-path: polygon(0% 5%, 100% 35%, 100% 0%, 0% 0%);
  z-index: 10;
  pointer-events: none;
}
.story-section .section-before.before-left {
  -webkit-clip-path: polygon(0% 35%, 100% 5%, 100% 0%, 0% 0%);
          clip-path: polygon(0% 35%, 100% 5%, 100% 0%, 0% 0%);
}
@media (max-width: 768px) {
  .story-section .block-left,
  .story-section .block-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .story-section .illustration,
  .story-section .illustration-wide {
    width: 100%;
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }
}

.adoption {
  position: relative;
  margin-top: -100px;
  padding: 200px 0;
  z-index: 9;
  padding: 80px 0 100px 0;
  background-color: #fff;
}
@media (max-width: 991px) {
  .adoption {
    margin-top: -50px;
    padding: 100px 0;
  }
}
.adoption:before {
  background: #f7f4ec;
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 180px;
  -webkit-clip-path: polygon(0% 5%, 100% 35%, 100% 0%, 0% 0%);
          clip-path: polygon(0% 5%, 100% 35%, 100% 0%, 0% 0%);
  content: "";
  z-index: 10;
}
@media (max-width: 600px) {
  .adoption .block-left,
  .adoption .block-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .adoption .illustration,
  .adoption .illustration-wide {
    width: 100%;
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }
}

.auther-story {
  background: -webkit-gradient(linear, left bottom, left top, from(#e8dccc), to(#e8dccc));
  background: -o-linear-gradient(bottom, #e8dccc 0%, #e8dccc 100%);
  background: linear-gradient(0deg, #e8dccc 0%, #e8dccc 100%);
  position: relative;
  margin-top: -100px;
  padding: 200px 0;
  z-index: 7;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  padding: 70px 0;
  margin-top: 0;
}
@media (max-width: 991px) {
  .auther-story {
    margin-top: -50px;
    padding: 100px 0;
  }
}
.auther-story h2 {
  font-size: 48px;
  font-weight: bold;
  color: #434459;
  margin-bottom: 10px;
}
.auther-story h3 {
  font-size: 35px;
  font-style: italic;
  color: #eb431b;
  margin-bottom: 40px;
}
.auther-story .auther-story-sub {
  font-size: 28px;
  font-style: italic;
  color: #434459;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.auther-story .auther-story-sub .smiley-icon {
  vertical-align: middle;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.auther-story .auther-story-sub .smiley-icon .smiley-face {
  fill: transparent;
  stroke: #000000;
  stroke-width: 4px;
}
.auther-story .auther-story-sub .smiley-icon .smiley-detail {
  fill: #000000;
  stroke: #000000;
}
.auther-story .blocks-story {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
  gap: 40px;
}
.auther-story .blocks-story .block-story {
  text-align: center;
  width: 400px;
  height: 400px;
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-decoration: none;
}
.auther-story .blocks-story .block-story .top {
  height: 55%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: white;
}
.auther-story .blocks-story .block-story .top img {
  max-height: 120px;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.auther-story .blocks-story .block-story .bottom {
  background-color: #373a4d;
  color: white;
  height: 45%;
  padding: 30px;
}
.auther-story .blocks-story .block-story .bottom .title {
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: 400;
}
.auther-story .blocks-story .block-story .bottom .desc {
  font-size: 20px;
  font-weight: 700;
  font-style: italic;
  padding: 0 10px;
}
.auther-story .blocks-story .block-story:last-child {
  margin-right: 0;
}

@media (max-width: 600px) {
  .auther-story .blocks-story {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 40px;
    gap: 40px;
  }
  .auther-story .blocks-story .block-story {
    text-align: center;
    width: 300px;
    height: 300px;
    border-radius: 20px;
    overflow: hidden;
    -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-decoration: none;
  }
  .auther-story .blocks-story .block-story .bottom .desc {
    font-size: 14px;
    font-weight: 600;
    font-style: italic;
    padding: 0 10px;
  }
}
/*# sourceMappingURL=story.css.map */
