﻿
.btFiliere {
    align-self: center;
    background: transparent;
    padding: 1rem 1rem;
    margin: 0 1rem;
    transition: all .5s ease;
    color: #41403E;
    font-size: 2rem;
    letter-spacing: 1px;
    outline: none;
    cursor:pointer;
    box-shadow: 20px 38px 34px -26px hsla(0,0%,0%,.2);
    //border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
}

.medUniquement {
    background: rgba(0, 119, 166, .2)
}

.btFiliere:hover {
        box-shadow: 2px 8px 4px -6px hsla(0,0%,0%,.3);
    }

.btFiliere.dotted.thick {
    border: dotted 5px #41403E;
}

.btFiliere.dashed.thick {
        border: dashed 5px #41403E;
}

    .btFiliere.selected {
        color: #97bf0d;
        background-color:azure;
        box-shadow: 20px 38px 34px -26px hsla(0,0%,0%,.2);
        transition: 0.3s color;
    }

@media screen and (max-width: 2560px) {
    .header-container {
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
        display: grid;
        grid-template-columns: repeat(3, 1fr);        
    }

    .titreCdiag {
        text-align: center;
        color: white;
        text-align: justify;
        display: block;
        overflow-wrap: normal;
        width: auto;
        top: 18%;
    }

        .titreCdiag span {
            font: 700 4em/1 "Oswald", sans-serif;
            letter-spacing: 0;
            display: block;
            margin: 0 auto;
            height:4rem;
            text-shadow : 0 0 80px rgba(255, 255, 255, 0.5);
            background: url(/Images/animated-text-fill.png) repeat-y;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            -webkit-animation: aitf 80s linear infinite;
            /*border : 1px solid #ffffff;*/
        }

    #logo {
        float:left;
        width: 12rem;
    }

    .navbar-expand-lg {
        justify-content:space-around;
    }
}

@media screen and (max-width: 990px) {
    .header-container {
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
        display: grid;
        grid-template-columns: repeat(3, 1fr);        
    }

    .titreCdiag {
        text-align: center;
        color: white;
        text-align: justify;
        display: block;
        overflow-wrap: normal;
        width: auto;
        top: 18%;
        grid-column: 3;
    }

        .titreCdiag span {
            font: 700 4em/1 "Oswald", sans-serif;
            letter-spacing: 0;
            display: block;
            margin: 0 auto;
            height: 4rem;
            text-shadow: 0 0 80px rgba(255, 255, 255, 0.5);
            background: url(/Images/animated-text-fill.png) repeat-y;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            -webkit-animation: aitf 80s linear infinite;
        }

    #logo {
        float: left;
        width: 12rem;
    }

    .navbar-expand-lg {
        justify-content: space-around;
    }
}

@media screen and (max-width: 768px) {
    .titreCdiag {
        color: white;
        text-align: justify;
        display: block;
        overflow-wrap: normal;
        width: auto;
        top: 18%;
    }

        .titreCdiag span {
            font: 700 3em/1 "Oswald", sans-serif;
            letter-spacing: 0;
            display: block;
            margin: 0 auto;
            height: 3rem;
            text-shadow: 0 0 80px rgba(255, 255, 255, 0.5);
            background: url(/Images/animated-text-fill.png) repeat-y;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            -webkit-animation: aitf 80s linear infinite;
        }

    #logo {
        width: 15rem;
    }

    .navbar-expand-lg {
        justify-content: space-around;
    }
}

    @media screen and (max-width: 450px) {
        .titreCdiag {
            color: white;
            text-align: justify;
            display: block;
            overflow-wrap: normal;
            width: auto;
            top: 18%;
            grid-column: 1 / span 3;
        }

            .titreCdiag span {
                font: 700 2.5em/1 "Oswald", sans-serif;
                letter-spacing: 0;
                display: block;
                margin: 0 auto;
                height:2.5rem;
                text-shadow: 0 0 80px rgba(255, 255, 255, 0.5);
                background: url(/Images/animated-text-fill.png) repeat-y;
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
                -webkit-animation: aitf 80s linear infinite;                
            }

        #logo {
            display: none;
        }

        header .navbar {
            justify-content: unset;
        }
    }

    @-webkit-keyframes aitf {
        0% {
            background-position: 0% 50%;
        }

        100% {
            background-position: 100% 50%;
        }
    }
	
.logoRSBlanc {
    --color-primary: #ffffff;
    --color-secondary: #0077A6;
    cursor: pointer;
    margin-right: 1rem
}
