* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Gotu', sans-serif;
}

.custom-shape-divider-top-1689851475 {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    opacity: 0.3;
}

.custom-shape-divider-top-1689851901 {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    opacity: 0.5;
}

.custom-shape-divider-top-1689851901 svg {
    position: relative;
    display: block;
    width: calc(140% + 1.3px);
    height: 48px;
}

.custom-shape-divider-top-1689851901 .shape-fill {
    fill: #8eab38;
}

main
{
    padding: 10px;
    display: flex;
    justify-content: center;
    margin-top: 20px;
    align-items: center;
    flex-direction: column;
}

main .presentation
{
    text-align: center;
    padding: 20px;
    color: black;
    width: 100%;
}

main .presentation .title
{
    font-size: 2em;
    padding-bottom: 10px;
}

main .presentation .text
{
    font-size: 1em;
    width: 100%;
}

.partenaires
{
    padding: 10px;
    display: flex;
    justify-content: center;
    margin-top: 20px;
    align-items: center;
    flex-direction: column;
}

.partenaires .title
{
    font-size: 3em;
}

.partenaires .sub
{
    color: #8eab38;
    font-size: 2em;
}

.images
{
    display: flex;
    justify-content: center;
    padding: 20px;
    text-align: center;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1000px;
}

.images img
{
    margin-left: 30px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    width: 200px;
    margin-top: 30px;
    height: auto;
}

.images img:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}


