.offcanvas {
  background-color: #1B4263;
  padding-top: 60px;
  overflow: auto;
  z-index: 99998;
}

.offcanvas .offcanvas-header {
  padding: 0 20px;
}

.offcanvas .offcanvas-header .button-close {
  background-color: transparent;
  border: none;
  font-size: 1.5em;
}

.offcanvas .offcanvas-body {
  padding: 0 0 100px 0;
}

.offcanvas .offcanvas-body ul {
  margin: 0 0;
}

.offcanvas .offcanvas-body ul li {
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  padding: 10px 50px;
}

.offcanvas .offcanvas-body ul li .white {
  color: white;
}

.offcanvas .offcanvas-body ul li .primary {
  color: #4E91CF;
}

.offcanvas .offcanvas-body ul li .quaternary {
  color: #CF7DD5;
}

.offcanvas-bottom {
  background-color: #eaeaea !important;
  right: 0;
  left: 0;
  height: 100vh;
  max-height: 100%;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  z-index: 99996 !important;
}

/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
body {
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: #5a5a5a;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 240px !important;
}

.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 10rem !important;
}

/* MARKETING CONTENT
-------------------------------------------------- */
/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}

.marketing h2 {
  font-weight: 400;
}

/* rtl:begin:ignore */
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}

/* rtl:end:ignore */
/* Featurettes
------------------------- */
.featurette-divider {
  margin: 5rem 0;
  /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  /* rtl:remove */
  letter-spacing: -.05rem;
}

/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }
  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}

/* BODY*/
html, body {
  /*background-color: $color-secondary;*/
  background: #1b4263;
  background: radial-gradient(circle at top center, #5995d2 -10%, #1b4263 50%);
  background-repeat: no-repeat;
  width: 100vw;
  min-height: 100vh;
  padding: 0 0 !important;
  line-height: 1.2;
  /*Ajuster la hauteur en fonction du contenu*/
}

p {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.3;
}

h2 {
  font-size: 34px;
}

h6 {
  text-transform: none;
}

.text-small {
  font-size: 0.8rem;
}

.container {
  max-width: 576px;
}

.text-primary-60 {
  color: #76aada;
}

.hr {
  background-color: rgba(255, 255, 255, 0.5);
  margin: 0.8rem 0;
}

/*ACCUEIL*/
.acc {
  min-height: 100vh;
}

.acc .acc-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  min-height: 100vh;
}

.acc .acc-container .acc-infos {
  min-width: 320px;
  max-width: 380px;
}

.acc .acc-container .acc-infos h2 {
  color: white;
  font-weight: 800;
  font-size: 3rem;
}

.acc .acc-container .acc-infos ul li {
  color: white;
  font-size: 1.2rem;
  margin-bottom: 5px;
}

.acc .acc-container .acc-infos p {
  color: white;
  font-size: 1rem;
  margin: 30px 0;
}

.acc .acc-container .acc-infos a {
  color: #40CFCA;
  text-decoration: underline;
}

.acc .acc-container .acc-connect {
  min-width: 320px;
  max-width: 380px;
}

.acc .acc-container .acc-connect h2 {
  color: white;
  font-weight: 800;
  font-size: 3rem;
}

.acc .acc-container .acc-connect a {
  color: #4E91CF;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .acc {
    min-height: 70vh;
  }
  .acc .acc-container {
    min-height: 60vh;
  }
}

/* HEADER 02 */
.header-02 {
  background-color: white;
  border-radius: 0 0 20px 20px;
  overflow: hidden;
  height: 120px;
  padding: 1rem 1rem 8px;
  margin-top: 40px;
}

.header-02 p {
  color: #4E91CF;
  font-weight: 700;
  padding-bottom: 10px;
}

/* NAVBAR */
.menuh {
  border-radius: 0 0 20px 20px;
  box-shadow: 0px -1px 8px 6px rgba(0, 0, 0, 0.4);
  background-color: #4E91CF;
  padding-top: 25px;
  padding-bottom: 0.5rem;
  z-index: 99999;
}

.menuh .burger {
  padding: 0 0 3px 15px;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .25rem;
  transition: box-shadow .15s ease-in-out;
}

.menuh .burger .burger-icon {
  color: white;
}

.menuh h5 {
  color: white;
  font-size: 16px !important;
  font-weight: 700;
}

.menuh a {
  display: block;
  width: 25px;
  height: 25px;
}

.menuh a i {
  padding: 4px 5px 0 7px;
}

.menub {
  border-radius: 20px 20px 0 0;
  background-color: #4E91CF;
  padding: 15px 15px 20px;
  z-index: 99999;
}

.menub a {
  color: white;
  font-size: 0.75em;
}

.menub i {
  font-size: 1.1rem;
  padding-top: 8px;
}

.menub-logo {
  background-color: #122e43;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding: 8px 0 20px;
  z-index: 99999;
}

.menub-logo a {
  color: white;
  font-size: 0.75em;
}

/* CONTENU */
.background {
  background-image: url(../../images/v4/background.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.backwhite {
  background-color: white;
}

.containt {
  padding-top: 87px;
  padding-bottom: 7rem;
}

.containt .suscription {
  padding-top: 60px;
}

.containt-nomenu {
  padding-top: 4rem;
  padding-bottom: 7rem;
}

.back-accordion {
  padding: 5px 10px 14px 10px;
  background-color: rgba(78, 145, 207, 0.3);
  border-radius: 4px;
}

.back-accordion .accordion-header {
  background-color: #d6d6d6;
  border-radius: 0px;
}

.text-aide {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1rem;
  font-weight: 300;
  line-height: 22px;
  padding-top: 20px;
}

.text-bleu {
  color: #4E91CF;
}

.text-darkblue {
  color: #1B4263;
}

.text-blanc {
  color: rgba(255, 255, 255, 0.8);
}

.text-vert {
  color: #40CFCA;
}

.logo-info {
  max-width: 140px;
  max-height: 45px;
}

/* FICHE PROFIL */
.profil {
  max-height: 210px;
  position: relative;
}

.profil .nom {
  padding-top: 8px;
  font-size: 1.3rem;
  color: white;
  font-weight: 700;
}

.profil .fonction {
  font-size: 1rem;
  color: #4E91CF;
}

.profil .morph-avatar {
  display: inline-block;
  border: 2px solid #4E91CF;
  border-radius: 50%;
  box-shadow: 4px 4px 5px rgba(36, 36, 36, 0.6), -4px -4px 5px rgba(255, 255, 255, 0.3);
}

.avatar {
  display: inline-block;
  -webkit-clip-path: ellipse(50% 50%);
          clip-path: ellipse(50% 50%);
}

/* FICHE societe */
.societe .logo {
  background-color: white;
  min-width: 150px;
  min-height: 150px;
  border-radius: 10px;
}

.societe .logo .img-logo {
  max-width: 140px;
  max-height: 140px;
}

.societe h3 {
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 700;
  color: white;
}

.societe p {
  color: #76aada;
}

/* BTN */
.btn-rec-01 {
  background-color: white;
  color: #4E91CF;
  padding: .6rem 1rem .5rem;
  min-width: 130px;
}

.btn-rec-01 i {
  font-size: 1rem;
}

.btn-rec-02 {
  background-color: #4E91CF;
  color: white;
  padding: .6rem 1rem .5rem;
  min-width: 130px;
}

.btn-rec-03 {
  background-color: #40CFCA;
  color: white;
  padding: 0.6rem 1.4rem;
}

.btn-rec-04 {
  background-color: #CF7DD5;
  color: white;
  padding: 0.6rem 1.4rem;
}

.btn-vide {
  background-color: #1B4263;
  color: #4E91CF;
  border: 1px solid #4E91CF;
  padding: 0.6rem 1.6rem;
}

.btn-border-small {
  background-color: transparent;
  color: #4E91CF;
  border: 1px solid #4E91CF;
  font-size: 10px;
  padding: 0.4rem 0.5rem;
  min-width: 115px;
  max-width: 115px;
}

.btn-01 {
  background-color: white;
  color: #76aada;
  width: 70px;
  height: 70px;
  padding: 1.2rem 0rem;
  border-radius: 50%;
}

.btn-01 i {
  font-size: 2rem;
}

.btn-02 {
  background-color: #4E91CF;
  color: white;
  width: 70px;
  height: 70px;
  padding: 1.2rem 0rem;
  border-radius: 50%;
}

.btn-02 i {
  font-size: 2rem;
}

.btn-03 {
  background-color: #40CFCA;
  color: white;
  width: 70px;
  height: 70px;
  padding: 1.2rem 0rem;
  border-radius: 50%;
}

.btn-03 i {
  font-size: 2rem;
}

.text-button {
  color: #76aada;
  font-size: 0.75rem;
  line-height: 16px;
  padding-top: 7px;
}

.btn-next {
  display: inline-block;
  background-color: rgba(78, 145, 207, 0.5);
  color: #b2cfea;
  width: 110px;
  height: 22px;
  padding: 0.28rem 0 0 0;
  letter-spacing: 0.2em;
  border-radius: 20px;
  font-size: 0.70rem;
  font-weight: 700;
  box-shadow: 3px 4px 4px rgba(36, 36, 36, 0.5), -3px -3px 3px rgba(255, 255, 255, 0.4);
}

.btn-next i {
  font-size: 0.70rem;
}

.btn-next:active {
  box-shadow: inset 3px 4px 4px rgba(36, 36, 36, 0.8), inset -3px -3px 3px rgba(255, 255, 255, 0.2);
}

.text-next {
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  font-size: 0.8rem;
}

.btn-big-blanc {
  margin-top: 10%;
  background-color: white;
  color: #4E91CF;
  padding: 1rem 1rem;
  border-radius: 10px;
}

.btn-big-bleu {
  background-color: rgba(78, 145, 207, 0.5);
  border: 1px solid #4E91CF;
  color: white;
  padding: 0.8rem 1.1rem;
  border-radius: 10px;
}

.btn-big-bleu i {
  color: #6ea5d8;
  font-size: 50px;
  padding-right: 15px;
}

.btn-big-bleu h6 {
  font-size: 16px;
}

.btn-big-bleu p {
  color: #1B4263;
  font-weight: 700;
  font-size: 13px !important;
  line-height: 1;
}

/* MODAL*/
a {
  color: #1B4263;
}

a:hover {
  color: #6ea5d8;
}

.modal-body h5 {
  color: #4E91CF;
}

.modal-body p {
  font-size: .9rem;
}

.modal-footer {
  -ms-flex-pack: center;
      justify-content: center;
}

.modal-backdrop.show {
  opacity: 0.65;
}

.modal-open .container {
  -webkit-filter: blur(4px);
          filter: blur(4px);
}

/* ANNUAIRRE */
.annuaire {
  color: #4E91CF;
  font-weight: 300;
  margin: 0 0 0 15px;
}

.annu-img {
  width: 60px;
  margin: 0 10px 0 0;
}

.contact {
  width: 100vw;
  border-bottom: 1px solid #76aada;
  padding-bottom: 5px;
}

.contact .contact-info {
  margin: 0;
  display: block;
}

.contact .contact-info .nom {
  color: #1B4263;
  font-weight: 600;
}

.contact .contact-info .societe {
  font-size: 0.8rem;
}

.contact .suivre {
  color: #4E91CF;
  margin-right: .7rem;
  font-size: 0.8rem;
  margin-bottom: 0;
}

/* SLIDER */
.slide-pack {
  margin: 35px 20px;
  background-color: rgba(255, 255, 255, 0.7);
  color: #4E91CF;
  padding: 1rem 1rem;
  border-radius: 10px;
  max-height: 220px;
}

.slide-pack .form-check {
  padding: 0 0 0 50px;
}

.carousel-control-prev .carousel-control-prev-icon {
  background-color: turquoise;
}

/* NEUMORPHISME */
.div-rs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: #1B4263;
  box-shadow: 3px 3px 4px rgba(36, 36, 36, 0.5), -3px -3px 3px rgba(255, 255, 255, 0.3);
  margin: 0 10px;
}

.div-rs i {
  color: white;
  font-size: 18px;
}

.div-rs:active {
  background: #4E91CF;
  box-shadow: inset 3px 3px 4px rgba(36, 36, 36, 0.5), inset -3px -3px 3px rgba(255, 255, 255, 0.3);
}

/* Reseaux sociaux */
.rs {
  font-size: 2.4rem;
  color: white;
}

.btn-wave:focus {
  -webkit-animation: pulsation_bouton .3s ease-out;
  animation: pulsation_bouton .3s ease-out;
}

@-webkit-keyframes pulsation_bouton {
  from {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0), 0 0 0 0 white;
  }
  to {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0), 0 0 0 13px rgba(255, 255, 255, 0);
  }
}

@keyframes pulsation_bouton {
  from {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0), 0 0 0 0 white;
  }
  to {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0), 0 0 0 13px rgba(255, 255, 255, 0);
  }
}

/*# sourceMappingURL=custom.css.map */
