h1 {
    text-align: center;
    color: #800080;
}

a {
    text-decoration: none;
    transition: all .6s ease;
}

a:hover {
    transition: all .6s ease;
}

.pdf {
    min-height: 1px;
    width: 100%;
    text-align: center;
    margin-top: 2%;
    padding-bottom: 1.5%;
}

strong {
    font-weight: bold;
}

.download {
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 60px;
    color: #fff;
    font-size: 24px;
    text-decoration: none;
    font-family: sans-serif;
    box-sizing: border-box;
    background: linear-gradient(90deg, #03a9f4, #f441a5, #ffeb3b, #03a9f4);
    background-size: auto;
    background-size: 400%;
    border-radius: 30px;
    z-index: 1;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
    width: 10%;
}

.download:hover {
    animation: animate 8s linear infinite;
}

@keyframes animate {
    0% {
        background-position: 0%;
    }
    100% {
        background-position: 400%;
    }
}

.cp-text {
    color: rgba(0, 0, 0, .7);
    text-shadow: 0 1px rgba(255, 255, 255, 0.1);
}

footer {
    text-align: center;
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: .25rem;
}

.alert-heading {
    color: inherit;
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
    width: 50%;
    margin: auto;
}

.carreThematique {
    background: linear-gradient(239.94deg, #4FC3CA 2.39%, #CBE5A4 100%);
    padding: 50px;
    width: 20%;
    text-align: center;
}

.newColor {
    background: linear-gradient(239.94deg, #4FC3CA 2.39%, #CBE5A4 100%);
    text-align: center;
}

.thematic-square {
    transition: all 0.3s ease-in-out;
    box-shadow: none;
}

.thematic-square:hover {
    transform: scale(1.1);
    box-shadow: -10px 0px 10px rgba(255, 255, 255, 0.5), 10px 0px 10px rgba(255, 255, 255, 0.5);
}

#logo {
    cursor: pointer;
}