@charset 'utf-8';
/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
 margin: 0;
 padding: 0;
 border: 0;
 font-size: 100%;
 vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
 display: block;
}
body {
 line-height: 1;
 font-family:'Roboto'!important;
}
.row{
margin:0 auto!important
}
ol, ul {
 list-style: none;
}
blockquote, q {
 quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
 content: '';
 content: none;
}
table {
 border-collapse: collapse;
 border-spacing: 0;
}
/** END RESET **/

#header{
 margin:97px 242px 37px 242px;
 text-align: center;
}
@media screen and (max-width: 640px) {
#header{
 margin:0 0 20px 0;
  }

 .visumax{
  display:none;
 }
 .visumin{
  display:block!important;
 }
 .picto1, .picto2{
  width:50%;
  float:left;
 }
}
@media screen and (max-width: 1300px) {
#header{
 margin:30px 0 20px 0;
  }
}
.visumin{
 display:none;
}
.logo img{
 width:188px;
}
.logo, .menu, .menu li, #contacts, .menuF li{
 display:inline-block;
 text-align:center;
}
.menuF{
 display:block;
 text-align:center;
}
.logo{
 text-align:center;
}
.picto1{
 text-align:right;
}
.picto2{
 text-align:left;
}
.menu a, .menuF a{
 font-size:18px;
 font-weight:bold;
 color:#4c4c4c;
 height: 52px;
    line-height: 52px;
 text-decoration:none;
}
.menu li, .menuF li{
 padding:0 10px;
}
.picto1, .picto2{
 margin-top:10px;
}
.sharebar{
 margin:0 auto;
 text-align:center;
}
.sharepicto{
 text-align: center;
    display: inline-block;
    margin: 0 auto;
    padding: 10px;
}
#contacts span{
 margin: 0px 20px;
}
.entete{
 color:#ED0000;
 text-align: center;
 font-weight: bold;
 margin-top:80px;
 margin-bottom:50px;
 font-size:20px;
}
.share{
 color:#ED0000;
 text-align: center;
 font-weight: bold;
 margin-top:50px;
 margin-bottom:20px;
 font-size:20px;
}
.text{
 text-align:center;
 margin-bottom:50px;
}
.regular-checkbox{
 -webkit-appearance: none;
    background-color: #fafafa;
    border: 1px solid #ED0000;
    padding: 9px!important;
    border-radius: 3px;
    vertical-align: top;
}
.regular-checkbox:checked{
 -webkit-appearance: none;
    background-color: #ED0000;
    border: 1px solid #ED0000;
    padding: 9px!important;
    border-radius: 3px;
    vertical-align: top;
 position:relative;
}

.firstrule, .secondrule{
 margin-bottom:20px;
 color:#ED0000;
}
.cta{
 text-align: center;
}
input:focus{
 outline:none!important;
}
input[type="submit"]{
 background-color: #ED0000;
    border: none;
    padding: 15px 20px;
    color: #ffffff;
}
#content{
 margin-bottom:115px;
}
#footer{
 background-color:#white;
}
.logoF{
 margin:0 auto 40px;
 text-align: center;
}
.sep{
 height: 2px;
    background-color: #9d9d9c;
    width: 40%;
    margin: 0 auto;
    text-align: center;
 margin:15px auto 40px;
}
.pictoF{
 margin: 36px auto 0;
    text-align: center;
}
.pictoF div{
 display:inline-block;
 padding:0px 15px;
}