@charset "UTF-8";
/* DIMENSIONS */
/* RESPONSIVE */
/* COLORZ ;) */
/* Reset =================================================== */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

a {
  text-decoration: none;
}

ul,
li,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/*
Pour se faciliter les calculs on utilise la propriÃ©tÃ© 
box-sizing sur tous les divs et Ã©lÃ©ments structurants (non supportÃ©e par IE6 et IE7)
Voir le cours : BoÃ®tes > Taille de boÃ®te 
*/
* {
  -webkit-box-sizing: border-box;
  /* iOS < 5 , Android < 4 */
  -moz-box-sizing: border-box;
  /* Firefox */
  box-sizing: border-box;
  /* Standard W3C */
}

/* Fix =================================================== */
.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}

.clearfix:after {
  clear: both;
}

* {
  font-family: "Helvetica Neue", "Open Sans", sans-serif;
}

/*MOBILE*/
h1 {
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.55;
  color: #18181B;
  max-width: 1020px;
}

h2 {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.55;
  color: #18181B;
}

.big-paragraph {
  text-align: center;
  margin: 0 auto;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.55;
  color: #18181B;
}

.small-paragraph {
  padding-top: 2em;
  text-align: center;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.5;
  padding-bottom: 1em;
  color: #18181B;
}

/*SMALL*/
/*MEDIUM*/
/*LARGE*/
@media screen and (min-width: 992px) {
  h1 {
    font-size: 52px;
    font-weight: 800;
    line-height: 1.4;
  }

  h2 {
    font-size: 48px;
    line-height: 1.4;
    color: #18181B;
  }

  .small-paragraph {
    font-size: 22px;
    line-height: 1.55;
    font-weight: 500;
  }
}
/*X-LARGE*/
/*XX-LARGE*/
.cta {
  display: inline-block;
  text-align: center;
  border-radius: 58px;
  padding: 1em 2em;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  border: solid 1px #F0380F;
  background-color: #F0380F;
  transition: all 0.3s;
}

.cta:hover {
  background-color: #fff;
  color: #F0380F;
  cursor: pointer;
}

/*MOBILE*/
#main-footer {
  background-color: #F4F4F4;
  padding-top: 3.75em;
  padding-bottom: 3.75em;
}
#main-footer #logo-footer {
  width: 132.67px;
  padding-bottom: 2em;
  fill: #18181B;
  transition: all 0.3s;
}
#main-footer #logo-footer:hover {
  fill: #F0380F;
  cursor: pointer;
}
#main-footer .bottom-footer .col-footer {
  padding-bottom: 1.25em;
}
#main-footer .bottom-footer .col-footer p {
  text-align: left;
}
#main-footer .bottom-footer .footer-info-txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
#main-footer .bottom-footer #picto-createdtocreate {
  width: 73px;
}

/*SMALL*/
/*MEDIUM*/
/*LARGE*/
@media screen and (min-width: 992px) {
  #main-footer .bottom-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #main-footer .bottom-footer .infos-footer {
    display: flex;
    width: 100%;
  }
  #main-footer .bottom-footer .infos-footer .col-footer {
    width: 25%;
    padding-bottom: 0;
  }
}
/*X-LARGE*/
/*XX-LARGE*/
/*MOBILE*/
.container {
  width: 100%;
  padding-right: 36px;
  padding-left: 36px;
}

/*SMALL*/
@media screen and (min-width: 576px) {
  .container {
    padding-right: 0;
    padding-left: 0;
    width: 540px;
    margin: 0 auto;
  }
}
/*MEDIUM*/
@media screen and (min-width: 768px) {
  .container {
    width: 720px;
  }
}
/*LARGE*/
@media screen and (min-width: 992px) {
  .container {
    width: 960px;
  }
}
/*X-LARGE*/
@media screen and (min-width: 1200px) {
  .container {
    width: 1140px;
  }
}
/*XX-LARGE*/
@media screen and (min-width: 1400px) {
  .container {
    width: 1320px;
  }
}
/*MOBILE*/
#main-header {
  background-color: #f6f6f6;
  padding: 1.9em;
}
#main-header .logo {
  font-size: 24px;
  font-weight: 500;
  color: #18181B;
  text-align: center;
}

/*SMALL*/
/*MEDIUM*/
/*LARGE*/
@media screen and (min-width: 992px) {
  #main-header {
    width: 100%;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    background-color: rgba(255, 255, 255, 0);
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    transition: all 0.3s;
  }
  #main-header .content-header {
    width: 960px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #main-header .content-header .logo {
    font-size: 24px;
    font-weight: 500;
    color: #18181B;
    transition: all 0.2s;
    cursor: pointer;
  }
  #main-header .content-header .logo:hover {
    color: #F0380F;
    animation: 0.5s ease-out 0.2s animLogo;
    -webkit-animation: 0.5s ease-out 0.2s animLogo;
  }
  @keyframes animLogo {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.1);
    }
    100% {
      transform: scale(1);
    }
  }
  @-webkit-keyframes animLogo {
    0% {
      -webkit-transform: scale(1);
    }
    50% {
      -webkit-transform: scale(1.1);
    }
    100% {
      -webkit-transform: scale(1);
    }
  }

  .header-display {
    background-color: white !important;
    padding: 1em !important;
  }
}
/*X-LARGE*/
@media screen and (min-width: 1200px) {
  #main-header .content-header {
    width: 1140px;
  }
}
/*XX-LARGE*/
@media screen and (min-width: 1400px) {
  #main-header .content-header {
    width: 1320px;
  }
}
/*MOBILE*/
#modale {
  display: none;
  position: fixed;
  z-index: 9999;
  bottom: 0;
  left: 0;
  background-color: rgba(24, 24, 27, 0.6);
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
}
#modale .card-modale {
  position: relative;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0px 14px 14px 14px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 14px 14px 14px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 14px 14px 14px rgba(0, 0, 0, 0.15);
  padding: 2em;
  width: 80%;
}
#modale .card-modale .modale-content {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 2em 2em;
}
#modale .card-modale .modale-content #close-modale {
  position: absolute;
  width: 19.8px;
  right: 0;
  top: 0;
  cursor: pointer;
}
#modale .card-modale .modale-content #monkey {
  width: 73px;
  padding-bottom: 1em;
}
#modale .card-modale .modale-content h2 {
  font-size: 22px;
  padding-bottom: 1em;
}
#modale .card-modale .modale-content p {
  font-size: 16px;
  line-height: 1.55;
  width: 100%;
  padding-bottom: 1em;
}
#modale .card-modale .modale-content .bold {
  font-weight: 600;
}

/*SMALL*/
/*MEDIUM*/
/*LARGE*/
@media screen and (min-width: 992px) {
  #modale .card-modale {
    width: 910px;
  }
  #modale .card-modale .modale-content h2 {
    width: 595px;
    font-size: 40px;
  }
  #modale .card-modale .modale-content p {
    font-size: 22px;
    width: 595px;
  }
}
/*X-LARGE*/
/*XX-LARGE*/
/*MOBILE*/
.main-nav {
  display: none;
}

/*SMALL*/
/*MEDIUM-*/
/*LARGE*/
@media screen and (min-width: 992px) {
  .main-nav {
    display: block;
  }
  .main-nav ul {
    display: flex;
    align-items: center;
  }
  .main-nav ul li {
    padding-left: 37px;
  }
  .main-nav ul li a {
    color: #18181B;
    transition: all 0.3s;
  }
  .main-nav ul li a:hover {
    color: #F0380F;
  }
  .main-nav ul li:last-child a {
    color: #fff;
  }
  .main-nav ul li:last-child a:hover {
    color: #F0380F;
  }
}
/*X-LARGE*/
/*XX-LARGE*/
/*MOBILE*/
#section-hero-home {
  position: relative;
  background-image: url(Hero-1.eff46c66.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100vw;
  height: calc(100vh - 93px);
}
#section-hero-home .small-paragraph {
  padding-top: 0.65em;
  width: 223px;
  color: #F0380F;
}
#section-hero-home .big-paragraph {
  width: 359px;
  color: #18181B;
}
#section-hero-home .offre-speciale {
  position: absolute;
  text-align: center;
  right: 15px;
  bottom: -15px;
  background-color: #F0380F;
  width: 155px;
  height: 155px;
  border-radius: 100%;
  -webkit-box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.25);
  transform: rotate(11.56deg);
  -webkit-transform: rotate(11.56deg);
  -moz-transform: rotate(11.56deg);
  display: flex;
  align-items: center;
  justify-content: center;
}
#section-hero-home .offre-speciale p {
  text-align: center;
}
#section-hero-home .offre-speciale span {
  display: block;
  color: #fff;
}
#section-hero-home .offre-speciale span:first-child {
  font-size: 12px;
  line-height: 14px;
}
#section-hero-home .offre-speciale span:nth-child(2) {
  font-size: 29px;
  font-weight: 500;
  line-height: 35px;
}
#section-hero-home .offre-speciale span:nth-child(2)::after {
  content: "*";
  font-weight: 300;
  padding-left: 0.1em;
}
#section-hero-home .offre-speciale span:last-child {
  font-size: 12px;
  font-weight: 300;
}

/*SMALL*/
@media screen and (min-width: 576px) {
  #section-hero-home {
    background-position: top center;
  }
  #section-hero-home .small-paragraph {
    width: 100%;
  }
  #section-hero-home .big-paragraph {
    width: 100%;
  }
  #section-hero-home .offre-speciale {
    top: 450px;
    right: 150px;
  }
}
/*MEDIUM*/
/*LARGE*/
@media screen and (min-width: 992px) {
  #section-hero-home {
    padding-top: 9em;
    height: 100vh;
  }
  #section-hero-home .small-paragraph {
    padding-bottom: 0.9em;
  }
  #section-hero-home .offre-speciale {
    width: 227px;
    height: 227px;
    justify-content: center;
  }
  #section-hero-home .offre-speciale span:first-child {
    font-size: 23px;
    line-height: 1.5;
  }
  #section-hero-home .offre-speciale span:nth-child(2) {
    font-size: 44px;
    font-weight: 500;
    line-height: 35px;
    padding-bottom: 0.2em;
  }
  #section-hero-home .offre-speciale span:nth-child(2)::after {
    content: "*";
    font-weight: 300;
    padding-left: 0.1em;
  }
  #section-hero-home .offre-speciale span:last-child {
    font-size: 15px;
    font-weight: 300;
  }
}
/*X-LARGE*/
@media screen and (min-width: 1200px) {
  #section-hero-home {
    background-image: url(Hero-xxl.e16933fc.jpg);
  }
}
/*XX-LARGE*/
@media screen and (min-width: 1400px) {
  #section-hero-home .offre-speciale {
    top: 500px;
    right: 25%;
  }
}
/*MOBILE*/
#section-buy-it {
  text-align: center;
}

/*SMALL*/
/*MEDIUM*/
/*LARGE*/
@media screen and (min-width: 992px) {
  #section-buy-it {
    padding-top: 5.7em;
    padding-bottom: 3em;
  }
  #section-buy-it .small-paragraph {
    padding: 0 0 2.3em 0;
    width: 813px;
  }
}
/*X-LARGE*/
/*XX-LARGE*/
/*MOBILE*/
#section-most-advanced .right {
  width: 100%;
  height: 0;
  padding-bottom: 74.4%;
  background-image: url(3mm1.a8fc9380.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.3s;
}
#section-most-advanced .dolphins-visible {
  background-position-x: 0;
}
#section-most-advanced h2 {
  padding-top: 1em;
  margin: 0 auto;
  text-align: center;
  width: 303px;
}
#section-most-advanced .small-paragraph {
  text-align: center;
  padding: 1em 36px;
}

/*SMALL*/
@media screen and (min-width: 576px) {
  #section-most-advanced .small-paragraph {
    width: 540px;
  }
}
/*MEDIUM*/
@media screen and (min-width: 768px) {
  #section-most-advanced .small-paragraph {
    width: 720px;
  }
}
/*LARGE*/
@media screen and (min-width: 992px) {
  #section-most-advanced {
    position: relative;
    width: 100vw;
  }
  #section-most-advanced h2 {
    text-align: left;
    width: 502px;
    margin-left: 0;
  }
  #section-most-advanced .small-paragraph {
    width: 502px;
    text-align: left;
    padding-left: 0;
    margin-left: 0;
  }
  #section-most-advanced .sticky-right {
    position: absolute;
    right: 0;
    width: calc(100% - (100vw - 960px) / 2);
    display: flex;
    align-items: center;
  }
  #section-most-advanced .right {
    padding-bottom: 45%;
  }
}
/*X-LARGE*/
@media screen and (min-width: 1200px) {
  #section-most-advanced .sticky-right {
    width: calc(100% - (100vw - 1140px) / 2);
  }
}
/*XX-LARGE*/
@media screen and (min-width: 1400px) {
  #section-most-advanced .sticky-right {
    width: calc(100% - (100vw - 1320px) / 2);
  }
}
/*MOBILE*/
#section-slider-img {
  width: 100vw;
}
#section-slider-img .wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 48.93%;
  overflow: hidden;
}
#section-slider-img .slider {
  position: absolute;
  left: 0;
  width: 100%;
  display: flex;
  transition: all 0.5s;
}
#section-slider-img .img-slider {
  width: 100vw;
  flex-shrink: 0;
}
#section-slider-img .bullets {
  position: relative;
  top: -20px;
  display: flex;
  justify-content: center;
}
#section-slider-img .bullets > * {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 100%;
  margin: 0.3em;
  cursor: pointer;
}
#section-slider-img .bullet-active {
  background-color: #18181B;
}

/*SMALL*/
/*MEDIUM*/
/*LARGE*/
@media screen and (min-width: 992px) {
  #section-slider-img .bullets {
    top: -40px;
  }
}
/*X-LARGE*/
/*XX-LARGE*/
/*MOBILE*/
#get-ready {
  text-align: center;
}
#get-ready p {
  font-size: 11px;
  font-weight: 500;
  color: #18181B;
  padding: 3em 0 1em 0;
}
#get-ready h2 {
  color: #F0380F;
  font-size: 30px;
  width: 359px;
  margin: 0 auto;
  padding-bottom: 0.8em;
}

/*SMALL*/
@media screen and (min-width: 576px) {
  #get-ready h2 {
    width: 100%;
  }
}
/*MEDIUM*/
/*LARGE*/
@media screen and (min-width: 992px) {
  #get-ready p {
    font-size: 22px;
  }
  #get-ready h2 {
    font-size: 52px;
    padding-bottom: 1.5em;
  }
}
/*X-LARGE*/
/*XX-LARGE*/
/*MOBILE*/
#the-pudique .left {
  background-image: url(rectangle29.025c4a6b.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 0;
  padding-bottom: 111.26%;
}
#the-pudique .right {
  padding: 36px;
}
#the-pudique .right img {
  width: 36px;
}
#the-pudique .right h2 {
  margin-top: 0.5em;
  font-size: 22px;
  line-height: 1.55;
}
#the-pudique .right h2::after {
  content: "(1)";
  font-size: 12px;
  padding-left: 0.2em;
  position: relative;
  top: -10px;
}
#the-pudique .right .small-paragraph {
  text-align: left;
  padding-top: 0.7em;
}

/*SMALL*/
/*MEDIUM*/
/*LARGE*/
@media screen and (min-width: 992px) {
  #the-pudique {
    display: flex;
    align-items: center;
  }
  #the-pudique .left, #the-pudique .right {
    width: 50%;
  }
  #the-pudique .left {
    padding-bottom: 55.63%;
  }
  #the-pudique .right h2 {
    font-size: 40px;
    font-weight: 500;
    line-height: 1.4;
  }
  #the-pudique .right h2::after {
    font-size: 15px;
    top: -25px;
  }
}
/*X-LARGE*/
/*XX-LARGE*/
@media screen and (min-width: 1400px) {
  #the-pudique .right {
    width: 628px;
  }
}
/*MOBILE*/
#whatever-your-style {
  text-align: center;
  padding-top: 2em;
  background-color: #F4F4F4;
}
#whatever-your-style .xl-paragraph {
  font-size: 30px;
  color: #18181B;
  padding-bottom: 0.5em;
}
#whatever-your-style .wrapper-img {
  position: relative;
}
#whatever-your-style .wrapper-img img {
  height: 42.511vw;
  vertical-align: top;
}
#whatever-your-style .wrapper-img img:first-child {
  position: absolute;
  left: 0;
}
#whatever-your-style .wrapper-img img:last-child {
  position: absolute;
  right: 0;
}

/*SMALL*/
@media screen and (min-width: 576px) {
  #whatever-your-style .xl-paragraph {
    width: 359px;
    margin: 0 auto;
  }
}
/*MEDIUM*/
/*LARGE*/
@media screen and (min-width: 992px) {
  #whatever-your-style {
    padding-top: 3.5em;
  }
  #whatever-your-style .xl-paragraph {
    width: 814px;
    font-size: 52px;
  }
}
/*X-LARGE*/
/*XX-LARGE*/
/*MOBILE*/
#section-slider-testimonials {
  background-color: #F0380F;
  width: 100vw;
  padding: 3em 0;
}
#section-slider-testimonials .wrapper-testimonials {
  width: 100%;
  overflow: hidden;
}
#section-slider-testimonials .wrapper-testimonials .slider-testimonials {
  position: relative;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  transition: all 0.5s;
  text-align: center;
}
#section-slider-testimonials .wrapper-testimonials .slider-testimonials .slide-testimonials {
  width: 100%;
  flex-shrink: 0;
}
#section-slider-testimonials .wrapper-testimonials .slider-testimonials .testimonial {
  width: 303px;
  margin: 0 auto;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.55;
  color: #fff;
}
#section-slider-testimonials .wrapper-testimonials .slider-testimonials .author {
  padding-top: 2em;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
}
#section-slider-testimonials .bullets-testimonials {
  display: flex;
  justify-content: center;
}
#section-slider-testimonials .bullets-testimonials > * {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 100%;
  margin: 0.8em;
  cursor: pointer;
}
#section-slider-testimonials .bullet-testimonials-active {
  background-color: #18181B;
}

/*SMALL*/
/*MEDIUM*/
/*LARGE*/
@media screen and (min-width: 992px) {
  #section-slider-testimonials .wrapper-testimonials .slider-testimonials .testimonial {
    width: 815px;
    font-size: 40px;
    line-height: 1.4;
  }
  #section-slider-testimonials .wrapper-testimonials .slider-testimonials .author {
    padding-top: 1.3em;
  }
}
/*X-LARGE*/
/*XX-LARGE*/
/*MOBILE*/
#section-indispensables {
  padding-bottom: 3.75em;
}
#section-indispensables h2 {
  text-align: center;
  padding: 1.5em 0;
  width: 359px;
  margin: 0 auto;
  font-size: 30px;
  line-height: 1.4;
}
#section-indispensables .wrapper-some-items {
  display: flex;
  width: 100%;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#section-indispensables .wrapper-some-items .card {
  margin: 0 36px;
  width: 70%;
  flex-shrink: 0;
  padding: 1em 1.5em;
  border: solid 1px #E4E4E4;
  border-radius: 5px;
}
#section-indispensables .wrapper-some-items .card img {
  width: 100%;
}
#section-indispensables .wrapper-some-items .card .small-paragraph {
  padding-top: 0.5em;
}
#section-indispensables .wrapper-some-items .card:not(.card:first-child) {
  margin-left: 0;
}
#section-indispensables .wrapper-some-items::-webkit-scrollbar {
  display: none;
}

/*SMALL*/
/*MEDIUM*/
@media screen and (min-width: 768px) {
  #section-indispensables .wrapper-some-items .card {
    width: 40%;
  }
}
/*LARGE*/
@media screen and (min-width: 992px) {
  #section-indispensables h2 {
    font-size: 52px;
    width: 960px;
  }
  #section-indispensables .wrapper-some-items {
    width: 960px;
    margin: 0 auto;
    justify-content: space-between;
    padding: 1em;
  }
  #section-indispensables .wrapper-some-items .card {
    margin: 0;
    width: 32%;
    transition: all 0.3s;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  }
  #section-indispensables .wrapper-some-items .card:hover {
    cursor: pointer;
    transform: scale(1.05);
    -webkit-box-shadow: 2px 2px 8px -1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 8px -1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 8px -1px rgba(0, 0, 0, 0.05);
  }
}
/*X-LARGE*/
@media screen and (min-width: 1200px) {
  #section-indispensables h2 {
    width: 1022px;
  }
  #section-indispensables .wrapper-some-items {
    width: 1140px;
  }
  #section-indispensables .wrapper-some-items .card {
    width: 30%;
  }
}
/*XX-LARGE*/
@media screen and (min-width: 1400px) {
  #section-indispensables .wrapper-some-items {
    width: 1320px;
  }
  #section-indispensables .wrapper-some-items .card {
    width: 32%;
  }
}

/*# sourceMappingURL=main.bf89004c.css.map */