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

#sectionAccueil {
  background-color: #ffffff;
  background: linear-gradient(90deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 80%), url('../IMG/new_bg.jpg');
  background-repeat: no-repeat;
  background-size: 140%;
  background-position: center center;
}

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

.img_experts{
  width: 80px;
  height: auto;
  border: solid 2px #008996;
  border-radius: 80px;
}


/* TITLE */

#logo {
  width: 50%;
  max-width: 500px;
}

#title {
  margin-top: 100px;
}


#map_img{
  width: 150px;
  height: auto;
}

/* PRESENTATION */
#sectionPresentation li {
  color: #000000;
  font-weight: 300;
  font-size: 1.5rem;
}

#sectionPresentation .bigger {
  color: #000000;
  font-weight: 300;
  font-size: 1.5rem;
}

#sectionPresentation h3 {
  font-weight: 300;
  font-size: 1.3rem;
  letter-spacing: 1px;
}

#ProgrammeImg{
  width: 100%;
  height: auto;
  max-width: 500px;
}

/* FORMULAIRE */
#FormTitle {
  color: #000000;
  font-size: 5rem;
  letter-spacing: 1px;
  font-weight: 800;
}

#sectionFormulaire p{
  color: #000000;
  font-weight: 300;
  font-size: 1.5rem;
}

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


/* TEXT */

h1 {
  color: #ffffff;
  font-size: 5rem;
  letter-spacing: 1px;
  font-weight: 800;
}

h2 {
  color: #ffffff;
  font-weight: 300;
  font-size: 2.5rem;
  letter-spacing: 1px;
}

h3 {
  color: #000000;
  font-weight: 300;
  font-size: 2rem;
  letter-spacing: 1px;
}

h4 {
  color: #000000;
  text-transform: uppercase;
  font-size: 1.1em;
  font-weight: 400;
  letter-spacing: -0.5px;
  margin: 40px;
}

.ProgrammeTitle{
  color: #000000;
  font-size: 5rem;
  letter-spacing: 1px;
  font-weight: 800;
}

p {
  font-size: 1.2rem;
}

.textWhite {
  color: #ffffff;
  font-weight: bold;
}

/* MENTIONS */
.mentions, .mentions p{
    font-size: 0.9rem !important;
}

/* BUTTON */

.buttonWhite,
.buttonTransparent,
.buttonBlue {
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 2em;
  padding: 0.7em 2em;
  transition-duration: 0.5s;
}

.buttonBlue {
  color: white;
  background-color: #008996;
  border: solid 1px #008996;
}

.buttonBlue:hover {
  cursor: pointer;
  background-color: #016e77
}

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

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

.buttonTransparent {
  color: white;
  background-color: #ffffff00;
  border: solid 1px white;
}

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

@media screen and (max-width: 992px) {
  #sectionAccueil {
    background: linear-gradient(90deg,rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%), url('../IMG/new_bg.jpg');
    background-size: cover;
    background-position: center center;
  }
}

@media screen and (max-width: 500px) {
  h1, .ProgrammeTitle, #FormTitle{
    font-size: 2.5rem;
  }

  h2{
    font-size: 1.6rem;
  }

  h3{
      font-size: 1.4rem;
  }

  #sectionPresentation li, #sectionFormulaire p{
    font-size: 1.2rem;
  }
}

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