@import url('https://fonts.googleapis.com/css?family=Raleway&display=swap');

/*
orange = #ffa500
orange des sites = #ffa500 devient #ffa500
*/


/* Desktops and laptops -----------*/
@import url('responsive_10.css')
screen 
and (min-width : 1194px),
screen /*12.9" iPad Pro*/
and (width: 1024px) 
and (width: 1366px) 
and (orientation : landscape);

/* iPad in landscape-----------*/
@import url('responsive_11.css')
screen 
and (min-device-width: 768px) 
and (max-device-width: 1024px) 
and (orientation : landscape),
screen 
and (min-device-width: 768px) 
and (max-device-width: 1194px) 
and (orientation : landscape);

/* Smartphones (landscape) 1 -----------*/
@import url('responsive_13.css') 
screen 
and (min-device-width : 320px) 
and (max-device-width : 736px) 
and (orientation:landscape),
screen
and (min-device-width : 375px) 
and (max-device-width : 812px) /*812*/
and (orientation:landscape),
screen
and (min-device-width : 390px) 
and (max-device-width : 844px) /*844*/
and (orientation:landscape),
screen 
and (min-device-width : 411px) 
and (max-device-width : 823px) /*823*/
and (orientation:landscape),
screen
and (min-device-width : 412px) 
and (max-device-width : 915px) /*915*/
and (orientation:landscape),
screen
and (min-device-width : 428px) 
and (max-device-width : 926px) /*926*/
and (orientation:landscape);

/* Smartphones (portrait) ----------- */
@import url('responsive_14.css')
screen 
and (min-device-width : 320px) 
and (max-device-width : 736px)
and (orientation:portrait),
screen 
and (min-device-width : 320px) 
and (max-device-width : 736px) 
and (orientation:portrait),
screen 
and (min-device-width : 240px) 
and (max-device-width : 736px) /*320*/
and (orientation:portrait),
screen 
and (min-device-width : 411px) 
and (max-device-width : 767px) /*823*/
and (orientation:portrait);

/* iPad in portrait-----------*/
@import url('responsive_12.css')
screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait);

/* Smartphones (landscape) 2 -----------*/ /* dont wiko 320 x 640 */
@import url('responsive_17.css') 
screen 
and (min-width : 320px) 
and (max-width : 640px) 
and (orientation:landscape),
screen
and (min-device-width : 375px) 
and (max-device-width : 667px)
and (orientation:landscape);



