@media only screen and (min-width: 0px){
	div.container-introduction {background-image: url('../../img/casestudies/message-factory/img-stage-mobile.jpg');}
    section .image-separateur {background-image: url('../../img/casestudies/message-factory/img-separator-01-mobile.jpg');}
    section .image-separateur.num2 {background-image: url('../../img/casestudies/message-factory/img-separator-02-mobile.jpg');}
    section.iconographie p {margin:auto}
    section.iconographie { background:#0c2508; overflow: hidden}
    section.iconographie img {max-width: 100%; margin-top: 5%;}
    section.iconographie .second-icon img {max-width: 50%; margin-top: 10%; float: none;}
}


@media only screen and (min-width: 440px){
	div.container-introduction { background-image: url('../../img/casestudies/message-factory/img-stage-tablet.jpg');} 
    section .image-separateur {background-image: url('../../img/casestudies/message-factory/img-separator-01-tablet.jpg');}
    section .image-separateur.num2 {background-image: url('../../img/casestudies/message-factory/img-separator-02-tablet.jpg');}
}


@media only screen and (min-width: 700px){
	div.container-introduction { background-image: url('../../img/casestudies/message-factory/img-stage-laptop.jpg');}
    section .image-separateur {background-image: url('../../img/casestudies/message-factory/img-separator-01-laptop.jpg');}
    section .image-separateur.num2 {background-image: url('../../img/casestudies/message-factory/img-separator-02-laptop.jpg');}
    section.iconographie img {max-width: 75%;}
    section.iconographie .second-icon img {max-width: 75%;}
}


@media only screen and (min-width: 1000px){
}


@media only screen and (min-width: 1200px){
    div.container-introduction { background-image: url('../../img/casestudies/message-factory/img-stage.jpg');} 
    section .image-separateur {background-image: url('../../img/casestudies/message-factory/img-separator-01.jpg');}
    section .image-separateur.num2 {background-image: url('../../img/casestudies/message-factory/img-separator-02.jpg');}
    section.iconographie img {max-width: 50%;}
    section.iconographie .second-icon img {max-width: 100%;}
}	

@media only screen and (min-width: 1500px){	
    
}




