/* WINICO */
/* LIBRAIRIE PERSONNALISE D'ICON */
@font-face {
  font-family: 'winico';
  src: url('../winico/fonts/winico.eot?5khsw6');
  src: url('../winico/fonts/winico.eot?5khsw6#iefix') format('embedded-opentype'), url('../winico/fonts/winico.ttf?5khsw6') format('truetype'), url('../winico/fonts/winico.woff?5khsw6') format('woff'), url('../winico/fonts/winico.svg?5khsw6#winico') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="winico-"],
[class*=" winico-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'winico' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.winico-scrollIcon:before {
  content: "\e900";
}
.winico-scrollIconPhoneFill:before {
  content: "\e901";
}
.winico-scrollIconPhoneTouch:before {
  content: "\e902";
}
.winico-scrollIconPhoneLight:before {
  content: "\e903";
}
@media (max-width: 768px) {
  .winico-scrollIcon:before {
    content: "\e903";
  }
}
/* NAVBAR */
/* Mise en forme de la barre de navigation */
.nav-item {
  padding: 0 20px;
}
header .nav-item a {
  color: #048B9A;
  position: relative;
  padding: 12px 0!important;
  font-family: "Raleway", sans-serif;
  font-size: 1.125em;
}
header .nav-item a:after {
  position: absolute;
  bottom: 12px;
  left: 50%;
  width: 0;
  background-color: #e7b300;
  height: 2px;
  -webkit-transition: all 0.2s cubic-bezier(0, 1.48, 1, 1.06);
  -moz-transition: all 0.2s cubic-bezier(0, 1.48, 1, 1.06);
  -ms-transition: all 0.2s cubic-bezier(0, 1.48, 1, 1.06);
  -o-transition: all 0.2s cubic-bezier(0, 1.48, 1, 1.06);
  transition: all 0.2s cubic-bezier(0, 1.48, 1, 1.06);
  content: "";
}
header .nav-item:hover a:after {
  width: 100%;
  left: 0;
}
.navbar-toggler[aria-expanded=true] .burger-icon div:nth-child(1) {
  transform: translateY(3px) rotate(45deg);
  margin-bottom: 0;
}
.navbar-toggler[aria-expanded=true] .burger-icon div:nth-child(2) {
  width: 0;
  opacity: 0;
  margin-bottom: 0;
}
.navbar-toggler[aria-expanded=true] .burger-icon div:nth-child(3) {
  transform: translateY(-3px) rotate(-45deg);
  margin-bottom: 0;
}
.navbar-toggler:focus {
  outline: 0;
}
.burger-icon div {
  background-color: #048B9A;
  height: 3px;
  width: 30px;
  margin-bottom: 5px;
  -webkit-transition: all 0.2s cubic-bezier(0.3, 0.53, 0.61, 0.92);
  -moz-transition: all 0.2s cubic-bezier(0.3, 0.53, 0.61, 0.92);
  -ms-transition: all 0.2s cubic-bezier(0.3, 0.53, 0.61, 0.92);
  -o-transition: all 0.2s cubic-bezier(0.3, 0.53, 0.61, 0.92);
  transition: all 0.2s cubic-bezier(0.3, 0.53, 0.61, 0.92);
}
.burger-icon:last-child {
  margin-bottom: 0;
}
/* NAVBAR RESPONSIVE */
/* TABLETTE + PETITS ECRANS */
@media (max-width: 992px) {
  .navbar.w-75 {
    width: 100% !important;
  }
}
/* FOOTER */
/* Modification des éléments du footer */
footer .nav-item a {
  color: #048B9A;
  position: relative;
  padding: 12px 0!important;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
}
footer .nav-item:hover a {
  color: #e7b300;
}
/* FOOTER RESPONSIVE */
/* SM DEVICES */
@media (max-width: 768px) {
  footer .nav-item a {
    font-size: 12px!important;
  }
  footer .navbar {
    justify-content: start;
  }
  footer .nav-item {
    padding: 0 3px;
  }
}
footer .fa-facebook-square {
  font-size: 40px;
}
/* LG DEVICES */
@media (max-width: 992px) {
  footer .nav-item a {
    font-size: 14px;
  }
}
/* SECTION */
/* MISE EN FORME DES SECTIONS */
section,
.section {
  padding-top: 150px;
  padding-bottom: 150px;
}
.background-primary h1,
.background-primary h2,
.background-primary h3,
.background-primary h4,
.background-primary h5,
.background-primary h6 {
  color: #048B9A;
}
section.background-primary,
.section.background-primary {
  background-color: #e6f3f5;
}
section.section-join-mid,
.section.section-join-mid {
  padding-bottom: 0;
  margin-bottom: -80px;
}
@media (max-width: 768px) {
  section.section-join-mid,
  .section.section-join-mid {
    padding-bottom: 0;
    margin-bottom: -250px;
  }
  section,
  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
/* DYNAMICBOX */
/* MISE EN FORME D'UNE BOITE QUI S'OUVRE ET SE FERME AU CLIQUE */
.dynamicbox {
  box-shadow: 0 5px 18px 0 rgba(0, 0, 0, 0.08);
  padding: 20px 50px;
  margin-bottom: 20px;
}
.dynamicbox .dynamicbox-body {
  display: none;
}
.dynamicbox .dynamicbox-body.show {
  display: block;
}
.dynamicbox i:hover {
  cursor: pointer;
}
/* SLIDER */
/* MISE EN FORME DU SLIDER */
.splide__pagination__page.is-active {
  opacity: 1;
}
.splide__pagination__page.is-active {
  background-color: #3c3c3b;
}
.splide__pagination {
  position: initial;
  z-index: 1;
  bottom: 0.5em;
  left: initial;
  transform: translateX(3%);
  padding: 0;
}
/* CONTENT */
/* MODIFICATION DU CONTENU DE BASE DU SITE Balise H, HTML, BODY,ICON, ect... */
html,
body {
  font-family: "Open Sans", sans-serif;
  color: #3c3c3b;
  scroll-behavior: smooth;
}
h1 {
  font-size: 2.25em;
}
h2 {
  font-size: 1.5em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
  font-weight: bold;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
  font-weight: bold;
}
.yellow-miniTitle {
  color: #e7b300;
  font-weight: bold;
  font-size: 0.75em;
}
h2.yellow-miniTitle {
  color: #e7b300;
  font-weight: bold;
  font-size: 16px;
}
.winico-scrollIcon {
  font-size: 60px;
  color: #048B9A;
}
/* CONTENT RESPONSIVE */
/* MD DEVICE */
@media (max-width: 768px) {
  h1 {
    font-size: 1.5em;
  }
  h2 {
    font-size: 1.5em;
  }
  p,
  span {
    font-size: 0.875em;
  }
}
/* UTILISES */
/* DIFFERENTES MISE EN FORME POUVANT ETRE UTILE */
.z-index-1 {
  z-index: 1;
}
.background-white {
  background-color: white;
}
.box-shadow {
  box-shadow: 0 5px 18px 0 rgba(0, 0, 0, 0.08);
}
.border-radius {
  border-radius: 15px;
}
.background-primary-light-60 {
  background-color: #9bd1d7;
}
.background-primary-light-60 h2 {
  color: #36a2ae !important;
  font-size: 18px;
}
/* SPECIAL PADDING */
.paddingt-250 {
  padding-top: 250px;
}
.paddingb-50 {
  padding-bottom: 50px;
}
.d-md {
  display: none;
}
.slide-lg .slide-lg-brand {
  padding-right: 15px;
  padding-left: 15px;
}
.plan {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}
.plan li {
  margin: 20px;
}
@media (max-width: 768px) {
  .d-md {
    display: block;
  }
  .d-md-flex {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 992px) {
  .pr-0-lg {
    padding-right: 0 !important;
  }
  .mt-lg-100 {
    margin-top: 100px;
  }
  .slide-lg {
    overflow-x: scroll;
    width: 100%;
    position: absolute;
    left: 0;
  }
  .slide-lg .slide-lg-brand {
    transform: translateX(25%);
  }
  .pl-0-lg {
    padding-left: 0 !important;
  }
  .pl-0-lg.pl-container {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .pr-3-lg {
    padding-right: 1rem!important;
  }
  .paddingt-250 {
    padding-top: 350px;
  }
}
/* BUTTON */
/* MISE EN FORME DES DIFFERENT BOUTON */
.btn.btn-blue {
  background-color: #048B9A;
  color: white;
  border-radius: 25px;
  padding: 12px 32px;
}
.btn.btn-red {
  background-color: #c1272d;
  color: white;
  border-radius: 25px;
  padding: 12px 32px;
}
.btn.btn-yellow {
  background-color: #e7b300;
  color: white;
  border-radius: 25px;
  padding: 12px 32px;
}
/* SEPARATOR */
/* MISE EN FORME DU SEPARATEUR */
.cloud-separator {
  margin-top: -1px;
}
/* FORM */
/* MISE EN FORME DES INPUT DE FORMULAIRE */
/* MISE EN FORME FORM NEWSLETTER*/
.newsletter input[type=text],
.newsletter input[type=email] {
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom: 2px solid #048B9A;
  border-radius: 0;
}
.newsletter input[type=text]::placeholder,
.newsletter input[type=email]::placeholder {
  color: #048B9A;
}
.newsletter input[type=submit] {
  border-radius: 0 25px 25px 0;
  background-color: #048B9A;
  color: white;
}
.newsletter input[type=submit]:hover {
  background-color: #036f7b;
}
.newsletter input[type=submit]:active,
.newsletter input[type=submit]:focus {
  background-color: #02535c !important;
}
.newsletter input[type=email] {
  width: 350px;
}
/* FORM RESPONSIVE */
/* MD DEVICE */
@media (min-width: 576px) and (max-width: 768px) {
  .newsletter input[type=email] {
    width: 250px;
  }
  .newsletter .form-group {
    margin-bottom: 0;
  }
}
/* SM DEVICE */
@media (max-width: 576px) {
  .newsletter input[type=email] {
    width: 100%;
  }
  .newsletter {
    display: block;
  }
  .newsletter input[type=submit] {
    border-radius: 25px 25px 25px 25px;
    background-color: #048B9A;
    color: white;
  }
}
/* MISE EN FORME DES FORMULAIRES EN GENERAL */
/* CARD */
/* MISE EN FORME DE DIFFERENTS TYPES DE CARTE */
/* BIG CARD */
.card.big-card {
  border-radius: 15px;
  box-shadow: 0 5px 18px 0 rgba(0, 0, 0, 0.08);
  border: 0;
  padding: 20px 50px;
}
.card.big-card .card-body {
  padding: 20px 0;
}
.card.big-card .card-body p {
  margin: auto;
}
.card.big-card i {
  margin-bottom: 0.5em;
  font-size: 30px;
}
/* BIG CARD ICON COLOR */
.card.big-card .fa-mobile {
  color: #c1272d;
}
.card.big-card .fa-user-edit {
  color: #e7b300;
}
.card.big-card .fa-user-friends {
  color: #048B9A;
}
/* CARD BIG CARD RESPONSIVE */
@media (max-width: 768px) {
  .card.big-card {
    margin: 20px 0;
  }
  .card.big-card {
    padding: 20px 50px;
  }
}
@media (max-width: 992px) {
  .card.big-card .card-body {
    padding: 0 0;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .card.big-card {
    padding: 20px 20px;
  }
  .card.big-card .card-body {
    padding: 0 0;
  }
}
/* MINI CARD */
.card.mini-card {
  border-radius: 15px;
  margin-bottom: 1em;
  border: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
}
.card.mini-card i {
  font-size: 24px;
}
.card.mini-card.background-primary {
  background-color: #36a2ae;
  color: #036f7b;
  opacity: 1;
}
/* EQUIPE CARD */
.crew .card {
  border: 0;
}
/* PANEL CARD */
.card.panel-card {
  border: 0;
  border-radius: 15px;
  margin-bottom: 1em;
}
.card.panel-card {
  border: 0;
  border-radius: 15px;
}
.card.panel-card i {
  font-size: 24px;
}
.card.panel-card.background-white {
  color: #048B9A;
  box-shadow: 0 5px 18px 0 rgba(0, 0, 0, 0.08);
}
.card.panel-card.background-white.yellow-color {
  color: #e7b300 !important;
}
.card.panel-card.background-white.red-color {
  color: #c1272d !important;
}
.card.panel-card.background-primary {
  background-color: #9bd1d7;
  color: #036f7b;
}
/* WIDE PANEL CARD */
.card.panel-card.wide-card.background-primary {
  background-color: #e6f3f5;
  color: #048B9A;
}
.card.panel-card.wide-card.background-secondary {
  background-color: #fdf7e6;
  color: #e7b300;
}
.card.panel-card.wide-card.background-red {
  background-color: #f9e9ea;
  color: #c1272d;
}
/* WIDE PANEL CARD RESPONSIVE */
@media (min-width: 768px) {
  .card.panel-card.wide-card {
    width: 500px;
  }
  .card.panel-card.wide-card.wide-card-right {
    transform: scaleX(-1) translateX(-43%);
    transform-origin: left;
  }
  .card.panel-card.wide-card.wide-card-right .card-body .wide-card-text {
    transform: scaleX(-1);
  }
  .card.panel-card.wide-card .card-body {
    width: 275px;
  }
}
/*# sourceMappingURL=winify.css.map */