#formationstst,
#formations,
#linky {
    padding-top: 2%;
    font-size: 18px;
}

.haut_rochelle {
    background: url('../../webroot/images_formation/images_la_rochelle/centre-formation-la-rochelle.jpg') no-repeat center center;
    background-size: cover;
}

.haut_rochelle h1 {
    color: white;
    line-height: 2;
    padding-top: 6vh;
    font-weight: bold;
    font-size: 52px;
    padding-bottom: 2vh;
}

.haut_rochelle h3 {
    color: white;
    line-height: 1.5;
    padding: 6vh;
    background: rgba(71, 71, 71, 0.4);
    display: inline-block;
}

.glyphicon-option-horizontal {
    font-size: 18px;
}

#formations h4 {
    line-height: 1.5;
}

#formationstst a {
    color: inherit;
}

#formationstst a:hover,
#linky a:hover {
    color: #81ca47;
}

#formationstst span.glyphicon {
    margin-left: 6px;
    color: #81ca47;
    cursor: pointer;
}

#linky a {
    color: inherit;
    text-decoration: underline;
}

#formationstst li,
#linky li,
#pratique li {
    margin-bottom: 8px;
}

#formationstst li:before,
#linky li:before,
#pratique li:before {
    content: '';
    display: inline-block;
    height: 13px;
    width: 20px;
    background: url('../../webroot/images_sifoee/puce.png') no-repeat 0 50%;
}

#formations {
    padding-bottom: 5%;
    padding-top: 5%;
    background-color: #F0F0F0;
    color: #333;
}

#autres_formations {
    padding-bottom: 6%;
    padding-top: 5%;
    background-color: #F0F0F0;
    color: #333;
}

#formationstst,
#linky {
    margin-top: 3%;
    padding-bottom: 5%;
}

#linky .col-md-4 {
    text-align: justify;
    padding-top: 10px;
}

#linky ul {
    margin-top: 5px;
}

#autres_formations a {
    color: #333;
}

.espace_adresse {
    padding-left: 25px;
}

.la-rochelle-button a {
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 20px;
    color: white !important;
    width: fit-content;
    text-decoration: none;
  }

.la-rochelle-button a {
    background-color: #023456;
    background-image: linear-gradient(90deg, #046197, #ffffff00);
    transition: background-color 200ms;
}

.la-rochelle-button a:hover {
    background-color: #3090c9;
}