@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700;800;900&display=swap");
body {
  background: #354695;
  font-size: 18px;
  font-family: "Raleway", sans-serif;
  color: #FFFFFF;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
  font-weight: 300;
}

a {
  color: #354695;
  text-decoration: none;
}
a:hover {
  color: #354695;
  text-decoration: underline;
}
a.picto {
  color: #354695;
  text-decoration: none;
}
a.picto:hover {
  color: #000000;
  text-decoration: none;
}
a.picto-white {
  color: #FFFFFF;
  text-decoration: none;
}
a.picto-white:hover {
  color: #000000;
  text-decoration: none;
}

h1 {
  font-size: 35px;
  text-align: center;
  margin-bottom: 40px;
}
h1 span {
  font-weight: 700;
}

h2 {
  font-size: 45px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 40px;
  color: #354695;
  line-height: 45px;
}
h2 span {
  font-size: 25px;
  color: #000000;
  text-transform: none;
  line-height: 1;
}

.primary-color {
  color: #354695;
}

.bold {
  font-weight: bold;
}

.btn-dark {
  background: #000000;
  color: #FFFFFF;
  border-radius: 5px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: bold;
  border: none;
}
.btn-dark:hover {
  color: #000000;
  background: #FFFFFF;
  text-decoration: none;
}

.img-partner {
  border: 2px solid #354695;
}

a.link-partner {
  position: relative;
}
a.link-partner img {
  display: block;
  height: auto;
}
a.link-partner div.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 97%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: #354695;
}
a.link-partner:hover div.overlay {
  opacity: 0.35;
}

div.container-1040 {
  max-width: 1040px;
}

div.container-1010 {
  max-width: 1010px;
}

div.container-980 {
  max-width: 980px;
}

div.container-795 {
  max-width: 795px;
}

div.container-680 {
  max-width: 680px;
}

div.container-500 {
  max-width: 500px;
}

div.navigation {
  display: none;
  background: #FFFFFF;
  padding-top: 10px;
  padding-bottom: 10px;
}
div.navigation div#navigation-lang-select {
  color: #354695;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
div.navigation div#navigation-lang-select a {
  padding: 0 5px;
}
div.navigation div#navigation-lang-select a.active {
  font-weight: bold;
}

section {
  /*** Section intro top ***/
  /*** Section presentation ***/
  /*** Section prestations ***/
  /*** Section biography ***/
  /*** Section partenaires ***/
  /*** Section contact ***/
}
section#intro {
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background: url('../img/header.jpg') no-repeat;
   background-position: center center;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;*/
  color: #FFFFFF;
  position: relative;
}
section#intro div#arrow-navigation {
  position: absolute;
  bottom: 70px;
  height: 50px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
section#intro div#intro-logo {
  position: absolute;
  top: 27%;
  left: 50%;
  margin-left: 50px;
}
section#presentation {
  min-height: 100vh;
  background: url("../img/bg-presentation.jpg") no-repeat;
  background-position: bottom center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #FFFFFF;
  padding-bottom: 935px;
  padding-top: 115px;
}
section#presentation div.presentation-intro {
  text-align: center;
  margin-bottom: 68px;
}
section#presentation div.presentation-detail {
  text-align: center;
  padding-bottom: 91px;
}
section#presentation div.presentation-detail div.bubble {
  border: 2px solid #354695;
  background: #FFFFFF;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  font-size: 18px;
  color: #000000;
  padding: 59px 30px 30px 30px;
  font-size: 16px;
}
section#presentation div.presentation-detail div.bubble h2 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: bold;
  color: #354695;
  margin-bottom: 25px;
  line-height: 1;
}
section#prestations {
  background: #FFFFFF;
  color: #354695;
  padding-top: 15px;
  padding-bottom: 115px;
}
section#biography {
  min-height: 100vh;
  background: url("../img/bg-bio.jpg") no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #FFFFFF;
  padding-top: 115px;
  padding-bottom: 115px;
  color: #000000;
}
section#biography h2 {
  text-align: left;
}
section#partenaires {
  background: #FFFFFF;
  color: #354695;
  padding-top: 115px;
  padding-bottom: 115px;
}
section#contact {
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 90px;
}
section#contact h2 {
  color: #FFFFFF;
}

div#bottom {
  min-height: 100vh;
  background: url("../img/bg-contact.jpg") no-repeat;
  background-position: top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-bottom: 90px;
  padding-top: 325px;
}

footer {
  font-size: 12px;
  padding-top: 16px;
  padding-bottom: 16px;
  background: #000000;
  color: #FFFFFF;
  text-transform: uppercase;
}
footer a {
  color: #FFFFFF;
  text-decoration: none;
}
footer a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}
footer span {
  margin: 0 15px;
}

div.accordion {
  margin-top: -20px;
}

.accordion-item {
  border: none;
}

h2.accordion-header {
  border-bottom: 2px soldi pink;
  font-family: "Raleway", sans-serif;
}

.accordion-button:not(.collapsed) {
  background-color: unset !important;
  color: #354695;
  border-bottom: none !important;
  box-shadow: none !important;
  border-left: 3px solid #354695;
}

button.accordion-button {
  color: #000000;
  font-weight: bold;
  font-size: 25px;
  margin-top: 20px;
  line-height: 28px;
}
button.accordion-button.collapsed {
  border-left: 3px solid #000000;
}

div.accordion-body {
  border-left: 3px solid #354695;
  margin-bottom: 20px;
}

div.dialog {
  display: none;
  max-width: 1040px;
}

.vimeo-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}

.vimeo-wrapper iframe {
  width: 100vw;
  height: 56.25vw;
  /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh;
  /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.mobile {
  display: none;
}

@media (max-width: 991.98px) {
  .mobile {
    display: block;
  }

  h2 {
    font-size: 35px;
  }
  h2 span {
    font-size: 25px;
  }

  div.navigation {
    text-align: center;
    padding-bottom: 2px;
  }
  div.navigation img {
    max-width: 150px;
  }
  div.navigation div#navigation-lang-select {
    padding-top: 10px;
    justify-content: center;
  }

  button.accordion-button {
    font-size: 20px;
    line-height: 23px;
  }

  section {
    /*** Section intro top ***/
  }
  section#intro {
    background-size: 1080px;
    background-position: bottom center;
    min-height: 62vh;
  }
  section#intro div#intro-logo {
    position: absolute;
    top: 20px;
    left: 0;
    margin-left: 0;
  }
  section#intro div#arrow-navigation {
    bottom: 1px;
  }
  section#presentation h1 {
    padding-top: 50px;
  }
  section#biography {
    background: #DFDFE1;
    padding-top: 0;
    padding-bottom: 0;
    /*
    position: relative;
    &::before{
        content: ""; // ::before and ::after both require content
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(255,255,255,0.65);
       z-index: 1;
    }            
    &>*{
        position: relative;
        z-index: 100;
    }
    */
  }
  section#partenaires {
    text-align: center;
  }
  section#partenaires .col-md-3 {
    margin-bottom: 20px;
  }
  section#contact img {
    max-width: 250px;
  }
  section#contact a {
    color: #FFFFFF;
    text-decoration: none;
  }
  section#contact a:hover {
    color: #FFFFFF;
    text-decoration: underline;
  }

  a.link-partner {
    position: unset;
    text-align: center;
    margin: auto;
  }
  a.link-partner img {
    display: unset;
    height: unset;
  }
  a.link-partner div.overlay {
    display: none;
  }
  a.link-partner:hover div.overlay {
    opacity: unset;
  }

  div.bubble {
    margin-bottom: 20px;
  }

  footer {
    padding: 0;
  }
  footer div.container {
    --bs-gutter-x: 0rem;
    margin: 0;
    padding: 0;
  }
  footer div.container span {
    width: 100%;
    display: table;
    margin: 0;
    text-align: center;
    padding: 10px 0;
  }

  .vimeo-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60%;
    z-index: -1;
    pointer-events: none;
    overflow: hidden;
  }

  .vimeo-wrapper iframe {
    width: 100vw;
    height: 76.25vw;
    /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
    min-height: 100.77vh;
    min-width: 90vh;
    /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

/*# sourceMappingURL=app.css.map */
