@import url('https://fonts.googleapis.com/css?family=Roboto');
html {
   /* background: rgb(201,201,201);
background: -moz-linear-gradient(-45deg,  rgba(201,201,201,1) 0%, rgba(250,250,250,1) 46%);
background: -webkit-linear-gradient(-45deg,  rgba(201,201,201,1) 0%,rgba(250,250,250,1) 46%);
background: linear-gradient(135deg,  rgba(201,201,201,1) 0%,rgba(250,250,250,1) 46%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9c9c9', endColorstr='#fafafa',GradientType=1 );*/
background-color: #E0E0E0;

}
html, body {
	min-height: 100%;
}
body {
	font-family: 'Roboto', sans-serif;
}

h1 {
    text-align: center;
    color: #ffbd2e;
}

h2 {
    color: #000;
    font-weight: bold;
}
p {
    font-size: 16px;
}

.sub-title {
    color: #E79A40;
}
ul li {
    list-style: none;
}

.orange {
    color: #E79A40;
}

.blue {
    color: #3f3f84;
}
p>.blue {
    font-weight: bold;
}

.underline {
    text-decoration: underline;
}

.blue.underline {
    font-weight: bold;
}
.fa-check {
    color: #3f3f84;
}
#bg {
    background: url(../../../bundles/wmmb/images/background.png);
    background-size: 980px;
    background-position: left top;
    background-repeat: no-repeat;
}

.wrapper {
    position: relative;
    height: 100%;
}

.header {
    padding-bottom: 20px;
    padding: 20px 40px;
    padding-left: 120px;
    background-color: #E0E0E0;
}

.header img {
    max-height: 100px;
    padding-top: 15px;
    float: right;
}
.main-title {
    padding-top: 30px;
    font-weight: bold;
    color: #3f3f84;
    text-align: left;
}

.main-content {
    /*padding-left: 120px;*/
    
    margin-top: 30px;

}

.main-content p {
    padding-left: 40px;
}

.content-secondary {
    margin-top: 160px;
}

.padding {
    padding-top: 25px;
    padding-bottom: 25px;
}

.picto {
    height:120px;
    display: block;
    margin: 0 auto;
    margin-bottom: 50px;
}

.padding > h2 {
    margin-bottom: 20px;
}

hr {
    margin-top: 50px;
}

.menu ul li {
    display: inline-block;
    width:24%;
    padding: 0;
    padding: 0;
    text-align: center;
    padding-top: 10px;
    font-size: 18px;
}
.menu a, .menu a:visited {
    color: #3f3f84;
    text-decoration: none;
    font-weight: 800;
}
.menu {
    background-color: #E0E0E0;
}
.menu a {
    padding: 15px;
}


.cta {
    padding: 10px 25px;
    background-color: #e85c00;
    border:none;
    transition-duration:.3s;
    font-size: 22px;
    font-weight: bold;
    display: block;
    margin: 0 auto;
    color: #fff;

}
.cta:hover, .cta:active, .cta:focus{
    background-color: #d44b14 !important;
    transition-suration:.3s;
    color: #fff;
}


.carousel {
    background-image: url(../../../bundles/wmmb/images/brand.gif);
    background-repeat: repeat-x;
    height: 84px;
    animation: scroll 30s infinite linear;
}

@keyframes scroll {
    0% {
    	background-position: 0px 15px;
    }
    100% {
    	background-position: 1786px 15px;
    }
}

#charte {
    text-align: center;
    background-color: #f5f5f5;
    padding: 15px 0 5px 0;
}

#charte a {
    color: #666666;
    font-weight: 800;
}


@media screen and (max-width:1024px) {

    #bg {
        background-size:1024px;
        background-position:left top !important;
    }

    .main-title {
        font-size: 25px;
    }

    .main-content {
        padding-left: 15px !important;
    }

    .header {
        padding-left: 15px;
    }

    .header img {
        padding-top: 25px;
    }

    .header h1 {
        padding-top: 0;
    }

    .form {
        margin-top: 50px;
    }
    .content-secondary {
        margin-top: 260px;
    }
}



@media screen and (max-width:768px) {

    .header {
        padding: 15px;
    }

    #bg {
        background:none;
    }

    .header img {
        display: block;
        margin: 0 auto;
        float: none;
    }

    .main-title {
        text-align: center;
    }

    .content-secondary {
        margin-top: 0;
    }

    .menu ul li {
        display: block;
        width: initial;
    }
    .menu ul {
        margin: 0 auto;
        padding: 15px;
    }
}