body, html {
    height: 100%;
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
}

/* secondary color #c36751 */

.parallax {

    /* Full height */
    height: 40%;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.navbar-brand {
    position: relative !important;
    background: url('../media/2020_sds_finaux-10.png');
    width: 90px;
    height: 90px;
    background-size: contain;
}

.navbar-nav > .nav-item    {
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: bold;
}

.solidarity {
    /* The image used */
    background-image: url('../media/solidarity.jpg');
}

.happy {
    /* The image used */
    background-image: url('../media/happy.jpg');
}

.protest {
    /* The image used */
    background-image: url('../media/protest.webp');
}

.empowered {
    /* The image used */
    background-image: url('../media/empowered.png');
}

.copyright  {
    text-align: right;
    color: #7c7c7d;
    font-size: 0.75rem;
}

@media only screen and (max-device-width: 1366px) {
    .parallax {
        background-attachment: scroll;
    }
}

.container-fluid, .container {
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.pres-pars  {
    font-size: 1.5rem;
}

@media only screen and (min-width: 992px) {
    .navbar-brand {
        position: absolute;
    }
/*    .navbar {
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important;
    }*/
    .sds-title  {
        max-width:50% !important;
    }
    .container  {
        max-width: 780px;
    }
}

@media only screen and (min-width: 1200px) {
    .container  {
        max-width: 970px;
    }
}

.navbar-size  {
    padding-top: 50px !important;
}

/*@media screen and (max-width: 768px) {
    .col-sm-4 {
        text-align: center;
        margin: 25px 0;
    }
}*/

hr {
    border: 3px solid #c36751;
    border-radius: 5px;
    width:60px;
}

.heartlist {
    list-style: none;
    /*padding: 0px;*/
}

.heartlist li:before {
    content: "\2665";
    float: left; margin-left: -17px;
}

.heartlist li {
    margin: 1rem 0;
}

.annees, .rec-title  {
    margin-top: 2rem;
    margin-bottom: 0.7rem;
    font-weight: bold;
}

.auto-of    {
    overflow-x: auto;
    overflow-y: hidden;
}

.pars {
    line-height: 1.7;
}

/* all transitions and animations use multiples of --duration */
html {
    --duration: 0.3s;
   scroll-behavior: smooth;
}
@media ( prefers-reduced-motion: reduce ) {
    html {
        --duration: 0;
        scroll-behavior: auto;
    }
}

/* Make the image fully responsive */
.carousel-inner img {
    width: 100%;
    height: 100%;
}

.texte-recueils {
    display: none;
    margin-top: 0 !important;
}

.recueils-box {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.recueils-box>div {
    margin: 10px;
}

.noms-recueils  {
    color: #79797b;
    font-size: 2rem;
    cursor: pointer;
    font-weight: bold;
}

.noms-recueils-active  {
    color: #c36751;
}

.noms-recueils:hover  {
    color: #c36751;
    transition: 0.1s;
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
    opacity:0.7;
}

.adrHide span:nth-child(2n + 1){
    display: none;
}

.adrHide {
    overflow: scroll;
}

.list-group-item    {
    padding: .75rem .1rem
}

.blue-border    {
    border-color: #17a2b8
}

@media only screen and (min-width: 1200px) {
    .video-minia {
        display: block !important;
    }

    .bloc-minia-active:after{
        left: 99%;
        top: 50%;
        border: solid transparent ;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-left-color: #138496;
        border-width: 20px;
        margin-top: -20px;
    }
}

.video-minia {
    width: 100%;
    display: none;
}

.bloc-minia    {
    cursor: pointer;
    border-radius: 4px;
    padding: 0.3rem;
}

.bloc-minia-active    {
    background: #138496 !important;
}

.btn-info   {
    background-color: #17a2b8;
}
