.elementor-15194 .elementor-element.elementor-element-631393c{max-width:initial;flex:1 0 0;min-width:25px;}.elementor-15194 .elementor-element.elementor-element-631393c > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-15194 .elementor-element.elementor-element-254d3c9{width:100%;max-width:100%;}.elementor-15194 .elementor-element.elementor-element-254d3c9 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-254d3c9 */.titre-global {
    font-family: Ubuntu;
    font-weight: 700;
    text-transform: none;
    background-color:rgb(35, 38, 45);
    color: white;
    font-size: 20px;
    height: 70px;
    width: 50%;
    align-items: center;
    gap: 10px;
    text-align: center;
    padding: 20px;
    border-radius: 0px;
    display: flex;
    margin: 30px auto;
    justify-content: center;
}


.sous-titre {
    font-family: Ubuntu;
    font-weight: 700;
    text-transform: none;
    text-align: center;
    color:black;
    font-size: 18px;
}

.site-credit a {
    font-family: Inter;
    font-weight: 600;
    text-transform: none;
    background-color: white;
    color: black;
    font-size: 14px;
    height: 30px;
    text-decoration: none;
    padding: 10px;
    background: linear-gradient(transparent 70%, rgba(15, 112, 183, 0.5) 0%, rgb(15, 112, 183, 0.5) 100%);
    background-size: 0% 100%;
    background-repeat: no-repeat;
    transition: background-size 0.5s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.2;
    
}

.site-credit a:hover {
    background-size: 100% 100%;
}

hr {
    border: none;
    height: 2px;
    background-color: rgb(35, 38, 45);
    width: 80%;
    margin: auto;
    margin-bottom: 30px;
}

.site-credit {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-align: center;
    box-shadow: rgba(0,0,0,0.2) 0px 0px 15px 5px;
    padding: 10px;
    margin: 0;
}

.grille {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: start;
    margin: 50px;
    width: 70%;
    padding: 0 50px;
    column-gap: 30px;
    row-gap: 30px;
    justify-content: center;
    justify-self: center;
    box-sizing: border-box;
    position: relative;
}

.site-credit img {
    height: 100px;
    width: 200px;
    object-fit: contain;
}

.logo {
    width: 125px; 
    margin-top: 5px;
}

.scroll {
    position: absolute;
    top: 0;
    left: -45%;
    width: 4px;
    background-color: #3498db;
    height: 0%;
    animation: grow linear;
    animation-timeline: scroll();
}

@keyframes grow{
    from {
        height: 0%;
    }

    to {
        height: 100%;
    }
}

@media all and (max-width: 1150px) {
    .grille {
        grid-template-columns: repeat(3, 1fr);
    }
} 

@media all and (max-width: 800px) {
    .grille {
        grid-template-columns: repeat(2, 1fr);
    }
} 

@media all and (max-width: 500px) {
    .grille {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 15px;
        row-gap: 15px;
    }
    .site-credit img {
        max-height: 40px;
        max-width: 70px;
    }
    .site-credit a {
        font-size: 12px;
        width: 70%;
    }
    .titre-global {
        font-size: 16px;
    }

    .sous-titre {
        font-size: 14px;
    }

    .logo {
        width: 75px;
    }

    .site-credit {
        box-shadow: rgba(0,0,0,0.2) 0px 0px 5px 5px;
    }
}/* End custom CSS */