/** @format */

* {
  box-sizing: border-box;
}

.wrap {
  max-width: 1200px;
  margin: 0 auto;
}

#bandeau {
}

#formulaire {
  text-align: center;
  padding-left: 3%;
  padding-right: 3%;
}

#programme {
  padding-left: 3%;
  padding-right: 3%;
}

#formulaire p {
  padding-bottom: 20px;
}

span {
  font-size: 20px;
  display: block;
}

#content {
  padding-top: 40px;
}

.fond-img {
}

p {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  color: #5e7fbb;
}

h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 20px;
}

h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  padding-top: 30px;
  color: #000;
  padding-bottom: 10px;
}

h3 {
  padding-bottom: 15px;
  font-family: "Montserrat", sans-serif;
  font-size: 25px;
  color: #000;
}

.texte-gros {
  font-size: 41px;
  font-weight: 700;
  line-height: 50px;
  text-transform: uppercase;
  color: #5e7fbb;
  margin-top: 30px;
  margin-bottom: 30px;
}

.sus {
  font-size: 20px;
  margin-top: 10px;
  color: #676464;
  font-style: italic;
  font-weight: 300;
  margin-bottom: 30px;
}

.ins {
  margin-top: 40px;
}

.texte-gros strong {
  display: block;
  line-height: 60px;
  font-size: 52px;
  color: #d1730c;
  font-weight: 700;
}

.sous-texte {
  padding-bottom: 10px !important;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: bold;
  line-height: 35px !important;
}

.ec-texte {
  font-size: 25px;
  font-weight: 500;
}

.black-texte {
  font-size: 38px;
  font-weight: 600;
  font-style: italic;
}

.texte-rose {
  font-style: italic;
  font-weight: bold;
  padding-bottom: 5px !important;
}

.acces {
  display: block;
  padding: 15px 25px;
  border-radius: 25px;
  margin: auto;
  background: #d1730c;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 200ms ease-out;
}

.acces:hover {
  color: #5e7fbb;
}

.acces:hover {
  background: #5e7fbb;
  color: white;
}

.acces-div {
  display: flex;
}

.list-text {
  padding-bottom: 5px !important;
}

.mention {
  font-style: italic;
  font-size: 12px;
}

.prog {
  width: 50%;
  display: inline-block;
}

.last {
  width: 60%;
  margin-left: 20%;
  margin-right: 20%;
}

.prog li {
  display: inline-block;
  padding-left: 20px;
  vertical-align: middle;
}

.prog li:nth-child(1) {
  width: 40%;
}

.prog li:nth-child(2) {
  width: 60%;
}

.prog li img {
  width: 100%;
}

strong {
  font-weight: 600;
}

#programme {
  vertical-align: top;
  padding-bottom: 20px;
  padding-top: 10px;
}

.prog-cfa {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
.prog-cfa .prog {
  width: 40%;
}

.prog-cfa .prog-2 {
  width: 60%;
}

.prog-cfa img {
  width: 100%;
  padding-bottom: 20px;
}

.heure {
  padding-left: 5px;
  border-left: solid 5px #000;
}

.textProg {
  padding-top: 5px;
  line-height: 20px;
  padding-left: 10px;
  padding-bottom: 20px;
}

.prog {
  margin-bottom: 40px;
}

.fintext {
  padding-bottom: 0px;
}

.listetext {
  padding: 0;
  padding-bottom: 20px;
}

.listetext li {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  width: 100% !important;
  padding-left: 10px;
  line-height: 20px;
}

#formulaire .footer p {
  padding-bottom: 0px;
  text-align: center;
}

img {
  max-width: 100%;
}

footer {
  text-align: center;
  padding: 40px;
}

a {
  color: #5e7fbb;
  text-decoration: none;
  font-weight: 700;
}

a:hover {
  color: #d1730c;
}

footer p {
  padding: 20px;
}

footer img {
  max-width: 90%;
}

.medef {
  display: flex;
  justify-content: center;
  align-items: center;
}

.medef div {
  text-align: center;
}

.medef img {
  width: 200px;
  padding: 20px;
}

@media screen and (max-width: 980px) {
  .texte-gros {
    font-size: 23px;
    line-height: 27px;
  }

  .texte-gros strong {
    font-size: 30px;
    line-height: 36px;
  }

  .texte-gros br {
    display: none;
  }

  .black-texte {
    font-size: 21px;
    line-height: 25px;
  }
}

@media screen and (max-width: 580px) {
  .medef {
    display: block;
  }
  .medef img {
    display: block;
    margin: auto;
  }

  .prog-cfa div {
    width: 100%;
  }
  .marge br {
    display: none;
  }
}

@media screen and (max-width: 450px) {
  .prog-cfa div {
    width: 100%;
  }
  .prog-cfa img {
    width: auto;
  }
}

.grey {
  color: #676464;
  font-weight: 300;
}

.italic {
  font-size: 38px;
  font-style: italic;
  color: #5e7fbb;
  font-weight: 600;
  margin-bottom: 20px;
}

.g {
  color: #676464 !important;
  font-weight: 300 !important;
}

.g a {
  color: #676464 !important;
  font-weight: 300 !important;
  transition: all 200ms ease-out;
}

.g a:hover {
  color: #d1730c !important;
}

.bold {
  font-weight: 700 !important;
}

.real {
  font-style: italic;
}

@media screen and (max-width: 900px) {
  .italic {
    font-size: 25px;
    font-style: italic;
    color: #5e7fbb;
    margin-bottom: 30px;
  }
}
