/* // Small devices (landscape phones, 576px and up) */
@media (max-width: 767px) { 

    section{
        margin: 2rem 0;
    }
    
    h1{
        font-size: 2em;
        text-align: center;
    }
    .navbar-brand img{
        max-width: 150px;
    }

    #slider_main{
        margin-top: 1rem;
        margin-bottom: 1rem;
        margin-left: unset;
    }
    .slider_cont_section h1 {
        margin-bottom: 2rem;
    }
    .slider_cont_section h4{
        font-size: 1.5em;
        text-align: center;
    }
    .slider_cont_section p{
        font-size: 1.5em;
        text-align: center;
    }
    ul{
        padding: 10px;
        text-align: justify;
    }

    #actus .card, #albums .card{
        text-align: justify;
        filter: unset;
    }
    .card-deck .card, #albums .card {
        margin-left:unset;
        margin-right:unset;
    }

    #contactMap iframe{
        max-width: 90%;
    }

    footer img{
        margin-bottom: 1rem;
    }
    footer ul li{
        margin:1rem 0;
    }
  
   
 }

/* // Medium devices (tablets, 768px and up) */
@media (max-width: 992px) { 
    section{
        margin: 2rem 0;
    }
    
    h1{
        font-size: 3em;
        text-align: center;
    }
    .navbar-brand img{
        max-width: 150px;
    }

    .slider_cont_section h1 {
        margin-bottom: 2rem;
        margin-top: 2rem;
    }

    .slider_cont_section h4{
    
        text-align: center;
    }
    .slider_cont_section p{

        text-align: center;
    }

    #contactMap iframe{
        max-width: 90%;
    }
    footer img{
        margin-bottom: 3rem;
    }
    footer ul li{
        margin:1rem 0;
    }
    #actus .card, #albums .card{
        text-align: justify;
        filter: unset;
    }
  

 }



/* // Extra large devices (large desktops, 1200px and up) */
@media (max-width: 1382px) { 
    
    section{
        margin: 2rem 0;
    }
    body{
        width: 100%;
    }
    .navbar-brand img{
        max-width: 150px;
    }
    
    .nav-link{font-size: 0.7em;}

    .nav-item{
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    #hero{
        margin-top: 2rem;
    }
    #slider_main{
        margin-top: 1rem;
        margin-bottom: 1rem;
        margin-left: unset;
    }
    .slider_cont_section h1 {
        margin-bottom: 2rem;
    }
    .slider_cont_section h4{
        font-size: 1.5em;
        text-align: center;
    }
    .slider_cont_section p{
        font-size: 1.5em;
        text-align: center;
    }
    ul{
        padding: 10px;
        text-align: justify;
    }

    #actus .card{
        text-align: justify;
    }
    
    #contactMap iframe{
        max-width: 90%;
    }

    footer img{
        margin-bottom: 1rem;
    }
    footer ul li{
        margin:1rem 0;
    }

    #actus .card, #albums .card{
        text-align: justify;
        filter: unset;
    }
 }