@charset "UTF-8";
/* CSS Document */

body,td,th {
	color: #333; 
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	font-weight:normal; 
} 
body {
	background:#ffffff;
	margin-left: 0px;
	margin-top: 0px;  
	margin-right: 0px;
	margin-bottom: 0px; 
}
a:link {
	color: #333; 
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #333;
}
a:active {
	text-decoration: none;
	color: #333;
}

img { border:0px; }

p { margin-top:0px; -webkit-margin-before:0em;  -webkit-margin-after:0em; line-height:normal; }


.left { float:left !important; }
.right { float:right !important; }

.top_10 { margin-top:10px; }
.top_20 { margin-top:20px; }
.top_30 { margin-top:30px; }
.top_40 { margin-top:40px; }
.top_50 { margin-top:50px; }

.right_10 { margin-right:10px; }
.right_20 { margin-right:20px; }
.right_30 { margin-right:30px; }
.right_50 { margin-right:50px; }
.no_right { margin-right:0px; }

.left_10 { margin-left:10px; }
.left_40 { margin-left:40px; }
.left_70 { margin-left:70px; }
.left_15 { margin-left:15px; }
.no_left { margin-left:0px; }

.padding_10 { padding:10px; }
.padding_20 { padding:20px; }
.padding_30 { padding:30px; }
.padding_40 { padding:40px; }

.clear { clear:both; height:0px; }
.clear_4 { clear:both; height:4px; }
.clear_8 { clear:both; height:8px; }
.clear_10 { clear:both; height:10px; }
.clear_20 { clear:both; height:20px; }
.clear_30 { clear:both; height:30px; }
.clear_40 { clear:both; height:40px; }
.clear_50 { clear:both; height:50px; }
.clear_60 { clear:both; height:60px; }
.clear_70 { clear:both; height:70px; }
.clear_80 { clear:both; height:80px; }
.clear_90 { clear:both; height:90px; }
.clear_100 { clear:both; height:100px; }
.clear_110 { clear:both; height:110px; }
.clear_120 { clear:both; height:120px; }
.clear_150 { clear:both; height:150px; }
.clear_160 { clear:both; height:160px; }
.clear_170 { clear:both; height:170px; }
.clear_180 { clear:both; height:180px; }
.clear_190 { clear:both; height:190px; }
.clear_200 { clear:both; height:200px; }
.clear_210 { clear:both; height:210px; }
.clear_230 { clear:both; height:230px; }
.clear_240 { clear:both; height:240px; }
.clear_280 { clear:both; height:280px; }
.clear_305 { clear:both; height:305px; }
.clear_300 { clear:both; height:300px; }
.clear_390 { clear:both; height:390px; }
.clear_5 { clear:both; height:5px; }
.clear_15 { clear:both; height:15px; }
.clear_25 { clear:both; height:25px; }
.clear_35 { clear:both; height:35px; }
.clear_45 { clear:both; height:450px; }
.clear_55 { clear:both; height:55px; }
.clear_65 { clear:both; height:65px; }
.clear_75 { clear:both; height:75px; }
.clear_85 { clear:both; height:85px; }
.clear_95 { clear:both; height:95px; }
.clear_8 { clear:both; height:8px; }
.clear_12 { clear:both; height:12px; }

h1,h2,h3,h4,h5,h6 { margin:0px; padding:0px; }

.black { color:#000 !important; }
.green { color:#8bba33 !important; }
.blue { color:#62b1ff !important;  }
.red { color:#ff6562 !important;  }
.light_blue { color:#2980b9 !important;  }
.white { color:#fff !important; }
.dark { color:#333 !important; }
.nines { color:#999 !important; }
.purple { color:#BE90D4 !important }

.light { font-weight:300; }
.normal { font-weight:400; }
.medium { font-weight:500; }
.semibold { font-weight:600; }
.bold { font-weight:700; }
.extra_bold { font-weight:800; }
.italic { font-style:italic; }
.uppercase { text-transform:uppercase; }
.underline { text-deoration:underline; }

.line_20  {line-height:20px; }
.line_24  {line-height:24px; }
.line_28  {line-height:28px; }
.line_32  {line-height:32px; }
.line_36  {line-height:36px; }
.line_40  {line-height:40px; }
.line_50  {line-height:50px; }

.f_10 { font-size:10px; }
.f_11 { font-size:11px; }
.f_12 { font-size:12px; }
.f_13 { font-size:13px; }
.f_14 { font-size:14px; }
.f_16 { font-size:16px; }
.f_18 { font-size:18px; }
.f_20 { font-size:20px; }
.f_22 { font-size:22px; }
.f_24 { font-size:24px; }
.f_26 { font-size:26px; }
.f_28 { font-size:28px; }
.f_30 { font-size:30px; }
.f_32 { font-size:32px; }
.f_44 { font-size:44px; }

.container { margin:auto; width:1152px; }
@media (max-width: 1024px) {
	.container { margin:auto; width:calc(100% - 40px); margin-left:20px; }	
}

@media (max-width: 767px) {
	.container { margin:auto; width:calc(100% - 40px); margin-left:20px; }	
}

.centered { display:table; margin:auto; }

.bloc_10 { float:left; width:10% }
.bloc_20 { float:left; width:20% }
.bloc_25 { float:left; width:25% }
.bloc_30 { float:left; width:30% }
.bloc_40 { float:left; width:40% }
.bloc_33 { float:left; width:33% }
.bloc_50 { float:left; width:50% }
.bloc_66 { float:left; width:66% }
.bloc_75 { float:left; width:75% }
.bloc_100 { float:left; width:100% }

.bg_efefef { background:#efefef; }


.just_web { display:block; }
.just_mobile { display:none !important; }
@media (max-width: 767px) {
	.just_web { display:none !important; }
	.just_mobile { display:block !important; } 
}

a {
  outline: none;
}



/* TOP */
#top { clear:both; width:100%; float:left; position:fixed; top:0px; font-family: 'Montserrat', sans-serif; background:rgba(255,255,255,0.99); z-index:201; }
.logo { float:left; }
.navigation { float:right;  }
.navigation a { float:left; display:inline-block; font-size:15px; font-weight: 600; letter-spacing:2px; text-transform:uppercase; color:#333; transition:color 0.2s ease; line-height:30px; margin-left:30px; }
.navigation a:hover { color:#62b1ff; }
.navigation .active_link { color:#62b1ff; } 

.navigation_mobile { float:right; display:none; }		
.navigation_mobile .material-icons { font-size: 30px; }		

@media (max-width: 767px) {
	
	.navigation { display:none; }	
	.navigation_mobile { display:block; }		
	.logo { float:left; margin-left:0px }

}


/* MOBILE NAV */
#mobile_nav { float:left; position:fixed; z-index:9999; top:75px; left:-2000px; padding:0px; width:calc(100% - 0px); background:rgba(0,0,0,0.9); display:none; }
#mobile_nav .close { float:right; font-size:24px; margin-right:20px; margin-top:10px; color:#fff; line-height:20px; }
#mobile_nav .item { font-family: 'Teko', sans-serif; float:left; clear:both; line-height:50px; font-size:26px; color:#fff; margin-left:25px; }

@media (max-width: 767px) {
	#mobile_nav { display:block; }	
}



#black_nav { width:100%; background:#efefef; } 
#black_nav a { clear:both; float:left; width:100%; display:inline-block; font-size:18px; letter-spacing:2px; text-transform:uppercase; color:#455660; transition:color 0.2s ease; line-height:20px; text-align:center; margin-bottom:30px; font-weight:300; }
#black_nav .languages { display:table; margin:auto; font-size:18px; letter-spacing:2px; text-transform:uppercase; color:#455660; transition:color 0.2s ease; line-height:20px; cursor:pointer; font-weight:300; } 



/* SLIDER */
#slider { clear:both; float:left; width:100%; position:absolute; top:0px; z-index:100; height: 550px }
#slider .slide { float:left; background-image:url("img/slide-home.jpg"); background-position:50% 50%; height: 550px; background-size:cover; width:100%; }
#slider .mask_slider { background: rgba(0,0,0,0.50); height: 550px; width:100%; }

#slider h1 { font-family: 'Heebo', sans-serif; font-size:30px; color:#fff; font-weight:600; text-align:center; line-height:38px; letter-spacing:2px; text-shadow: 1px 1px 0px #000; }
#slider .tagline { font-family: 'Montserrat', sans-serif; font-size:24px; color:#fff; font-weight:400; text-align:center; line-height:20px; letter-spacing:2px; }

#slider .input { float:left; margin-right:0px; padding-left:15px; width:300px; border:1px solid #efefef; border-right:1px solid #efefef; background:#efefef; color:#333;  font-family: 'Roboto', sans-serif; font-weight:500; line-height:50px; font-size:18px; }
#slider .a_news { display:table; margin:auto; float:left; padding-left:15px; padding-right:15px; border:0px solid #fff; background:#62b1ff; color:#fff;  font-family: 'Roboto', sans-serif; font-weight:500; line-height:54px; font-size:18px; text-transform:uppercase; transition:all 0.2s ease; cursor:pointer }
#slider .a_news:hover { background:#ff6562; border:0px solid #fff; }

#slider .success_news { display:table; margin:auto; float:left; padding-left:15px; padding-right:15px; border:0px solid #fff; background:#27ae60; color:#fff;  font-family: 'Roboto', sans-serif; font-weight:500; line-height:54px; font-size:18px; text-transform:uppercase; transition:all 0.2s ease; }

#clear_slider { height:550px; }

@media (max-width: 767px) {
	#slider h1 { line-height:40px; font-size:30px; width:calc(100% - 40px); margin-left:20px; }
	#slider { height:700px; }
	#slider .slide { height:700px; }
    #slider .centered { margin:auto; width:calc(100% - 40px); margin-left:20px; }
    #slider .tagline { line-height:30px; }
    #slider .mask_slider { height:700px; }
    
    #slider .input { margin: 0px; padding: 0px; padding-left:15px; width:calc(100% - 17px); font-size:16px; -webkit-appearance: none; border-radius:0px; }
    #slider .a_news { padding:0px; width: 100%; text-align: center; }
    
    #clear_slider { height:700px; }
	
}





/* PUBLISHERS */
#publishers { clear:both; width:100%; float:left; background:#fff; color:#333; font-size:14px; }
#publishers .bloc { float:left; width:200px; padding: 40px; margin: 15px; background:#f2f2f2; color:#2a2e33; font-size:18px; line-height: 24px; border-radius: 12px; text-align: center;}
#publishers .bloc img { width:120px; }
#publishers h3 { line-height:30px; font-size:24px; font-family: 'Heebo', sans-serif; }

@media (max-width: 940px) {
    #publishers .bloc { float:none; display: table; margin: auto; margin-bottom: 20px;}       
    
}

@media (max-width: 767px) {
    #publishers .centered { margin:auto; width:calc(100% - 40px); margin-left:20px; text-align: center}
    #publishers .bloc { float:none; display: table; margin: auto; margin-bottom: 20px;}    
}

@media (max-width: 500px) {
    #publishers .title_publishers { width: 100%; }   
}



/* JOIN US */
#join_us { clear:both; width:100%; float:left; background:#ddd; color:#333;  font-size:16px; }
#join_us h2 { font-family: 'Heebo', sans-serif; font-size:32px; color:#333; font-weight:400; text-align:center; line-height:45px; letter-spacing:2px; float: left; width: 50%;}
#join_us img { float: right; width: 460px;}

@media (max-width: 960px) {
    #join_us h2 { width: 100%; margin-bottom: 20px; margin-top: 20px;}
    #join_us img { width: 100%; margin-bottom: 40px; }

}


/* INSTALL */
#install { clear:both; width:100%; float:left; background:#f6f6f6; color:#333; font-size:14px; }
#install .bloc { float:left; width:200px; padding: 40px; margin: 15px; background:#fff; color:#2a2e33; font-size:18px; line-height: 24px; border-radius: 12px; text-align: center;}
#install .bloc img { width:120px; }
#install h3 { line-height:30px; font-size:24px; font-family: 'Heebo', sans-serif; }

@media (max-width: 940px) {
    #install .bloc { float:none; display: table; margin: auto; margin-bottom: 20px;}       
    
}

@media (max-width: 767px) {
    #install .centered { margin:auto; width:calc(100% - 40px); margin-left:20px; text-align: center}
    #install .bloc { float:none; display: table; margin: auto; margin-bottom: 20px;}    
}

@media (max-width: 500px) {
    #install .title_publishers { width: 100%; }   
}



/* ENGAE */
#engage { clear:both; width:100%; float:left; background:#ddd; color:#333;  font-size:16px; }
#engage h2 { font-family: 'Heebo', sans-serif; font-size:32px; color:#333; font-weight:400; text-align:center; line-height:45px; letter-spacing:2px; float: right; width: 50%;}
#engage img { float: left; width: 460px;}


@media (max-width: 960px) {
    #engage h2 { width: 100%; margin-bottom: 40px;}
    #engage img { width: 100%; margin-bottom: 20px; margin-top: 40px; }

}



/* contact us */
#contact_us { clear:both; width:100%; float:left; background:#fff; color:#333; font-size:14px; }
#contact_us .input { float:left; margin-right:0px; padding-left:15px; width:800px; border:1px solid #ddd; background:#f6f6f6; color:#333;  font-family: 'Roboto', sans-serif; font-weight:400; line-height:40px; font-size:16px; }
#contact_us .inputtext { float:left; margin-right:0px; padding:15px; width:785px; border:1px solid #ddd; background:#f6f6f6; color:#333;  font-family: 'Roboto', sans-serif; font-weight:400; line-height:20px; font-size:16px; height: 100px; }
#contact_us .button { display:table; margin:auto; padding-left:40px; padding-right:40px; background:#62b1ff; color:#fff;  font-family: 'Roboto', sans-serif; font-weight:500; line-height:50px; font-size:18px; text-transform:uppercase; transition:all 0.2s ease; cursor: pointer}
#contact_us .button:hover { background:#ff6562; }

#contact_us .success { float:left; margin-right:0px; padding-left:15px; width:800px; border:1px solid #d6e9c6; background:#dff0d8; color:#3c763d;  font-family: 'Roboto', sans-serif; font-weight:400; line-height:40px; font-size:16px; margin-bottom:20px; }


@media (max-width: 768px) {
    #contact_us .title_contact { width: 100%; }   
    #contact_us .centered { float:left; margin-left:20px; width:calc(100% - 40px);}
    #contact_us .input { float:left; margin: 0px; padding: 0px; margin-right:0px; padding-left:15px; width:calc(100% - 17px); border:1px solid #ddd; background:#f6f6f6; color:#333;  font-family: 'Roboto', sans-serif; font-weight:400; line-height:40px; font-size:16px; -webkit-appearance: none; border-radius:0px; }
    #contact_us .inputtext { float:left; margin: 0px; margin-right:0px; padding:15px; width:calc(100% - 30px); border:1px solid #ddd; background:#f6f6f6; color:#333;  font-family: 'Roboto', sans-serif; font-weight:400; line-height:20px; font-size:16px; height: 100px; -webkit-appearance: none; border-radius:0px; }    
    #contact_us .success { padding-left:0px; width:100%; text-align: center}

    
}




/* blog */ 
#blog { clear:both; width:100%; float:left; background:#efefef; color:#333; font-size:14px; }
.article { float:left; background:#fff; width:calc(50% - 30px); margin-right:30px; position:relative; }
.article .label { position:absolute;  background:#efefef; color:#444; font-size:14px; font-weight:bold; padding:5px 10px; left:15px; top:15px;  }
.article .article_img { float:left; width:100%; }
.article .article_title { font-family: 'Roboto Slab', serif; text-align:center; color:#000; font-size:20px; line-height:24px; font-weight:bold; padding-left:20px; padding-right:20px; }
.article .article_subtitle { font-family: 'Roboto', sans-serif; text-align:left; color:#333; font-size:18px; padding-left:20px; padding-right:20px; height:105px; }
.article .article_link { display:inline-table; float:left; width:100%; background:#62b1ff; color:#fff; font-family: 'Roboto', sans-serif; font-weight:500; line-height:50px; font-size:24px; text-transform:uppercase; transition:all 0.2s ease; text-transform:uppercase; text-align:center  }
.article .article_link:hover { background:#ff6562; }

@media (max-width: 1024px) {
    .article .article_title { height:80px; }
}

@media (max-width: 900px) {
    .article .article_subtitle { font-size:16px; padding-left:20px; padding-right:20px; height:125px; }    
}

@media (max-width: 767px) {
    .article { float:left; background:#fff; width:calc(100% - 0px); margin-right:0px; position:relative; margin-bottom:30px; }
    .article .article_subtitle { font-size:16px; padding-left:20px; padding-right:20px; height:125px; }    
}



/* article */
#slider_article { clear:both; float:left; width:100%; position:absolute; top:0px; z-index:100; height: 400px }
#slider_article .slide { float:left; background-position:50% 50%; height: 400px; background-size:cover; width:100%; }
#slider_article .mask_slider { background: rgba(0,0,0,0.5); height: 400px; width:100%; }

#slider_article h1 { font-family: 'Roboto Slab', sans-serif; font-size:30px; color:#fff; font-weight:600; text-align:center; line-height:38px; letter-spacing:2px; text-shadow: 1px 1px 0px #000; }

#article_body h2 { font-family: 'Roboto Slab', sans-serif; font-size: 24px; margin-bottom: 20px; }
#article_body p { margin-bottom: 15px; font-family: 'Vollkorn', sans-serif; font-size: 18px; line-height: 30px; }
#article_body a { color:#62b1ff;  }
#article_body a:hover { text-decoration: underline;  }
#article_body .container { width: 948px;}
#article_body iframe { width: 1048px; height: 590px; margin-left: -50px;}
#article_body .img_left { float: left; margin-right: 25px; margin-left: -50px; }
#article_body .img_right { float: right; margin-left: 25px; margin-right: -50px; }

@media (max-width: 767px) {
    #article_body p { margin-bottom: 10px; font-family: 'Vollkorn', sans-serif; font-size: 18px; line-height: 26px; }
    #article_body iframe { width: 100%; height: 200px; margin-left: 0px;}
    #article_body .container { width: calc(100% - 40px); margin-left: 20px; }
    #article_body .img_left { float: left; margin-right: 0px; margin-left: 0px; width: 100%; margin-bottom: 20px; }
    #article_body .img_right { float: left; margin-right: 0px; margin-left: 0px; width: 100%; margin-bottom: 20px; }

}





/* demo solution */
#demo_body { width: 100%; background: rgba(51,51,51,1); }
#demo_body .options { float: left; width: 230px; }
#demo_body .label { float: left; color: #fff; font-size: 16px; }
#demo_body .inputlist { float: left; height: 38px; width: 205px; font-size: 16px; border-radius: 0px; background: #efefef; border: 1px solid #efefef; color: #333; }
#demo_body .option { float: left; padding: 10px 10px; background: #62b1ff; color: #fff; margin-right: 10px; margin-bottom: 10px; cursor: pointer; }
#demo_body .active { background: #ff6562; color: #fff; }
#demo_body .platform_desktop { float: right; width: 900px; height: 800px; border: 10px solid #000; border-radius: 12px; background: #fff; overflow: scroll; }
#demo_body .platform_mobile { float: right; width: 400px; margin-right: 250px; height: 700px; border: 10px solid #000; border-radius: 12px; background: #fff; overflow: scroll; }

@media (max-width: 767px) {
    #demo_body .options { float: left; width: 100%; }
    #demo_body .platform_mobile { width: calc(100% - 20px); float: left;margin-right: 0px; height: 700px;  }


}

#demo_body .platform_desktop #slider_demo { clear:both; float:left; width:100%; position:relative; top:0px; z-index:100; height: 300px }
#demo_body .platform_desktop #slider_demo .slide { float:left; background-image:url("https://media.istockphoto.com/photos/girl-in-headphones-listening-to-music-in-the-city-at-sunset-picture-id958364166?s=2048x2048"); background-position:50% 50%; height: 300px; background-size:cover; width:100%; }
#demo_body .platform_desktop #slider_demo .mask_slider { background: rgba(0,0,0,0.50); height: 300px; width:100%; }

#demo_body .platform_desktop #slider_demo h1 { font-family: 'Roboto Slab', sans-serif; font-size:28px; color:#fff; font-weight:600; text-align:center; line-height:38px; letter-spacing:2px; text-shadow: 1px 1px 0px #000; }

#demo_body .platform_desktop h2 { font-family: 'Roboto Slab', sans-serif; font-size: 24px; margin-bottom: 20px; }
#demo_body .platform_desktop p { margin-bottom: 15px; font-family: 'Vollkorn', sans-serif; font-size: 18px; line-height: 30px; }
#demo_body .platform_desktop a { color:#62b1ff;  }
#demo_body .platform_desktop a:hover { text-decoration: underline;  }
#demo_body .platform_desktop .container { width: 750px;}
#demo_body .platform_desktop iframe { width: 1048px; height: 590px; margin-left: -50px;}
#demo_body .platform_desktop .img_left { float: left; margin-right: 25px; margin-left: -50px; }
#demo_body .platform_desktop .img_right { float: right; margin-left: 25px; margin-right: -50px; }


/* demo solution mobile */
#demo_body .platform_mobile #slider_demo { clear:both; float:left; width:100%; position:relative; top:0px; z-index:100; height: 300px }
#demo_body .platform_mobile #slider_demo .slide { float:left; background-image:url("https://media.istockphoto.com/photos/girl-in-headphones-listening-to-music-in-the-city-at-sunset-picture-id958364166?s=2048x2048"); background-position:50% 50%; height: 300px; background-size:cover; width:100%; }
#demo_body .platform_mobile #slider_demo .mask_slider { background: rgba(0,0,0,0.50); height: 300px; width:100%; }

#demo_body .platform_mobile #slider_demo h1 { font-family: 'Roboto Slab', sans-serif; font-size:28px; color:#fff; font-weight:600; text-align:center; line-height:38px; letter-spacing:2px; text-shadow: 1px 1px 0px #000; }

#demo_body .platform_mobile  p { margin-bottom: 10px; font-family: 'Vollkorn', sans-serif; font-size: 18px; line-height: 26px; }
#demo_body .platform_mobile  iframe { width: 100%; height: 200px; margin-left: 0px;}
#demo_body .platform_mobile  .container { width: calc(100% - 40px); margin-left: 20px; }
#demo_body .platform_mobile  .img_left { float: left; margin-right: 0px; margin-left: 0px; width: 100%; margin-bottom: 20px; }
#demo_body .platform_mobile  .img_right { float: left; margin-right: 0px; margin-left: 0px; width: 100%; margin-bottom: 20px; }

@media (max-width: 767px) {
    
    
}






#footer { clear:both; width:100%; float:left; background:#2c2c2c; color:#f7f7f7; font-family: 'Montserrat', sans-serif; }
#footer .bloc { float:left; width:33%; height:200px; }
#footer .bloc .half { float:left; width:50%;  }
#footer .bloc strong { font-size:14px; color:#fff; text-transform:uppercase; }
#footer .bloc a { font-size:13px; color:#f7f7f7; text-transform:uppercase; font-weight:300; }

#footer .bloc_middle { float:left; width:calc(33% - 40px); padding-left:40px; padding-right:40px; min-height:200px; border-right:1px dashed #fff; border-left:1px dashed #fff; font-size:13px; color:#f7f7f7; font-weight:300; }
#footer .bloc_middle strong { font-size:14px; color:#fff; text-transform:uppercase; }

#footer .bloc_right { float:left; width:calc(33% - 80px); padding-left:40px; height:200px; font-size:13px; color:#f7f7f7; font-weight:300; }
#footer .bloc_right strong { font-size:14px; color:#fff; text-transform:uppercase; }
#footer .bloc_right .input { float:left; width:calc(100% - 17px); padding-left:15px; border:1px solid #efefef; background:#efefef; color:#333; line-height:40px; font-size:14px; }
#footer .bloc_right .submit { float:right; padding-left:10px; padding-right:10px; border:1px solid #333; background:#333; color:#fff; line-height:30px; font-size:14px; margin-top:-38px; margin-right:5px; text-transform:uppercase; cursor:pointer; }
#footer .bloc_right .submit:hover { background:#000; color:#fff; }

#footer .ico_footer { float:right; opacity:.7; cursor:pointer; margin-top:-10px; }
#footer .ico_footer { opacity:1; }

#copyright { clear:both; width:100%; float:left; background:#000; color:#fff;  font-size:12px; line-height:60px; font-family: 'Montserrat', sans-serif; text-align: center; }
#copyright a { color:#fff; }

@media (max-width: 767px) {
	#footer .bloc { width:calc(100% - 40px); border-right:0px dashed #fff; margin-left:20px; height:auto }
	#footer .bloc_middle {  width:calc(100% - 40px); padding-left:0px; padding-right:0px; margin-left:20px; border:0px dashed #fff; font-size:13px; color:#f7f7f7; font-weight:300; margin-top:40px; height:auto }
	#footer .bloc_right { width:calc(100% - 40px); padding-left:0px; margin-left:20px; font-size:13px; color:#f7f7f7; font-weight:300; margin-top:40px; height:auto }
	
	#copyright { width:calc(100% - 40px); padding:20px; line-height:30px;  }
	
	#footer .bloc_right .input { -webkit-appearance: none; border-radius: 0; font-size:16px; }
	#footer .bloc_right .submit { margin-top:-40px; }


}
















@media (max-width: 1024px) {
	#mosaique { width:700px; }
}

@media (min-width: 1640px) {
	#mosaique { width:1100px; }
}

@media (min-width: 1860px) {
	#mosaique { width:1320px; }
}

@media (min-width: 2080px) {
	#mosaique { width:1540px; }
}

@media (min-width: 2300px) {
	#mosaique { width:1760px; }
}

@media (min-width: 2520px) {
	#mosaique { width:1980px; }
}










