* {
    box-sizing: border-box;
}

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

#bandeau {
    -moz-box-shadow: 0px 5px 20px 0px #656565;
    -webkit-box-shadow: 0px 5px 20px 0px #656565;
    -o-box-shadow: 0px 5px 20px 0px #656565;
    box-shadow: 0px 10px 20px -10px #656565;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=180, Strength=20);
}

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

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

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

span {
    font-size: 14px;
}

#content {
    padding-top: 40px;
}

p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
}

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: #FF8625;
    padding-bottom: 10px;
}

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

.texte-gros {
    font-size: 20px;
}

.bloc-rose {
    color: #fff;
    background-color: #A72A97;
    padding: 10px 5px !important;
    font-size: 20px;
    margin: auto;
    display: block;
    max-width: 490px;
}


.bloc-bleu {
    color: #fff;
    background-color: #035478;
    padding: 10px 5px !important;
    font-size: 20px;
    margin: auto;
    display: block;
    max-width: 660px;
}

.sous-texte {
    padding-top: 15px;
    padding-bottom: 10px !important;
}

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

.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;
    background-color: #E0F6FB;
    background-image: url(../img/prog.svg);
    background-repeat: no-repeat;
    background-position: left -20px bottom -60px;
    padding-bottom: 180px;
    padding-top: 80px;
}

.prog-cfa {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.prog-cfa div {
    width: 20%;
}

.prog-cfa img {
    height: 220px;
    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;
    line-height: 20px;
}


img {
    max-width: 100%;
}

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

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

a:hover {
    color: #FF8625;
}

footer p {
    padding: 20px;
}

.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) {
    .prog-cfa div {
        width: 40%;
    }
}

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

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