/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 22 juin 2018, 13:15:49
    Author     : doria
*/

#myCarousel{
    width: 100%;
   
}


.row{
    display: block;
}
#petiteimg {
    width:100%;
}
#carouselgalerie {
    width:100%;
}

#myCarousel.carousel-inner{
    width: 10%;
}

#sectiongalerie{
  width:100%;
}
.col-lg-4{
    margin-top:500px;
}

@media screen and (max-width: 480px){
    #sectiongalerie{
        width:auto;
    }
    .col-lg-4{
        display:none;
    }
    .column{
       max-width: 50%;
    }
}

@media screen and (min-width:481px) and (max-width:1024px){
    #sectiongalerie{
        width:auto;
    }
    
    #sectiongalerie col-sm-8{
        float: none;
        margin:10px 0;
    }
     .column{
       max-width: 50%;
    }
    .col-lg-4{
        margin-top: 30px;
    }
    
}
