* {
  font-family: 'Montserrat', sans-serif;
}

#sectionAccueil {
  background-color: #ffffff;
  background-image: url('../IMG/bg.png');
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: left center;
}

#sectionPresentation {
  background-color: #ffffff;
  background-image: url('../IMG/bg.png');
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: right center;
}

.fp-tooltip {
  display: none !important;
}

#fp-nav ul li a span {
  /*background: red !important*/
}

/* TITLE */

nav {
  position: absolute;
  text-align: center;
  top: 0px;
  width: 100%;
  z-index: 2;
  /*background-color: white;*/
  /*display: flex;
  justify-content: space-between;*/
  text-align: right;
  padding-right: 10%;
}

#logoCA35 img {
  max-width: 20%;

  margin: 40px;
}

#title,
#titleButton {
  text-align: center;
}

#title {
  margin-top: 100px;
}

.titleMentions {
  margin-top: 5em;
  color: #ffffff;
  text-align: center;
  font-size: 0.8em;
}

.titleMentions a:link,
.titleMentions a:visited,
.titleMentions a:hover,
.titleMentions a:active {
  color: #ffffff;
}

.bgWhite {
  background-color: white;
}


/* PRESENTATION */


/* FORMULAIRE */

#FormTitle {
  text-align: center;
  color: #000 !important;
  margin-top: 5em;
  margin-bottom: 5em;
}

.EmailFilleul {
  margin-right: 20px;
}

.spinner-border {
  width: 7em;
  height: 7em;
  color: #339081;
}

/* MENTIONS */

.mentions {
  font-size: 0.9rem;
  text-align: justify;
}

/* TEXT */

h1 {
  color: #0a96bc;
  font-size: 3rem;
  letter-spacing: 1px;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
}

h2 {
  font-size: 2.5rem;
  letter-spacing: 1px;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
}

h3 {
  font-size: 1.3rem;
  letter-spacing: 1px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

h4 {
  font-size: 1.3rem;
  letter-spacing: 1px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

h5 {
  color: #000000;
  font-weight: 100;
  font-size: 2.5rem;
  letter-spacing: 1px;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
}

.secondColor {
  color: #007461;
}

.px-4 {
  font-size: 2em;
}

p {
  font-size: 1.2rem;
}

.textGreen {
  color: #007461;
  font-weight: bold;
}

.intervenenantText {
  font-family: 'Montserrat';
  font-size: 0.95rem;
  font-weight: 300;
}

.listElement img {
  width: 48px;
  height: auto;
}

/* BUTTON */

.buttonWhite,
.buttonGreen {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  border-radius: 2em;
  padding: 0.7em 1.5em;
  transition-duration: 0.5s;
}

.buttonGreen {
  color: white;
  background-color: #007461;
  border: solid 1px #007461;
}

.buttonGreen:hover {
  cursor: pointer;
  background-color: #005b4c
}

.buttonWhite {
  color: #007461;
  background-color: #ffffff;
  border: solid 1px #007461;
}

.buttonWhite:hover {
  background-color: #ffffff30
}

.buttonGrey,
.buttonRed {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.7em 1.5em;
  border-radius: 2em;
  transition-duration: 0.5s;
  color: white;
}

.buttonRed {
  background-color: #e63946;
}

.buttonGrey {
  background-color: #457b9d;
}

.buttonRed:hover {
  cursor: pointer;
  background-color: #DA1B2B;
}

.buttonGrey:hover {
  cursor: pointer;
  background-color: #386480;
}

.buttonText {
  font-size: 16px;
  padding-left: 4px;
}

/* ICONS */
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

#accompagnant_div {
  display: none;
}

@media screen and (max-width: 1199px) {
  #sectionAccueil {
    background-image:
      linear-gradient(rgba(255, 255, 255, 0.8),
        rgba(255, 255, 255, 0.8)),
      url('../IMG/bg.png');
    background-position: center 35%;
    padding-top: 10em;
  }

  #sectionPresentation {
    background-image:
      linear-gradient(rgba(247, 248, 250, 0.8),
        rgba(247, 248, 250, 0.8)),
      url('../IMG/bg.png');
    background-position: center center;
  }

  nav {
    padding-right: 0;
  }

  #logoCA35 {
    text-align: center;
  }
}

@media screen and (max-width: 991px) {

  #sectionAccueil {
    background-position: center 20%;
    padding-top: 0em;
  }

  #logoCA35 img {
    max-width: 30%;
    position: initial;
  }

  h1 {
    font-size: 2rem;
  }

  h1 span {
    font-size: 3rem;
  }

  h2 {
    font-size: 1.7em;
  }

  h3 {
    font-size: 1.5rem;
  }

  p {
    font-size: 0.9rem;
  }
}

@media screen and (max-width: 800px) {
  #logoCA35 img {
      max-width: 40%;
    position: initial;
  }
}

@media screen and (max-width: 400px) {
  #logoCA35 img {
    width: 80%;
  }
}