@import url(http://fonts.googleapis.com/css?family=Lato:400,300,700,400italic,300italic);

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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, input, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    font-family: 'Lato', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing:antialiased;
}

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, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, u, i, center, dl, dt, dd, ol, ul, li, fieldset, input, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    font-weight: 400;
}


.right {
    float: right;
}

.top-red-bar #block-lang-dropdown-language, .top-red-bar #block-lang-dropdown-language .content{
    margin: 0;
}

.colmn-bar{
    float: left;
    padding: 1px 15px;
    position: relative;
}

.colmn-bar:after{
    position: absolute;
    content: "|";
    color: #eb7c84;
    right: -2px;
    top: 2px;
}

.top-red-bar .content-wrapper .colmn-bar:last-child:after{
    content: "";
}

.top-red-bar .content-wrapper .colmn-bar a img {
    margin: 0 5px;
}

.top-red-bar .content-wrapper .colmn-bar,
.top-red-bar .content-wrapper .colmn-bar a,
.top-red-bar a,
.top-red-bar a:focus,
.top-red-bar a:active
{
    color: #FFF;
}

.top-red-bar .content-wrapper{
    max-width: 1000px;
    margin: 0 auto;
}
.top-red-bar {
    background: #e4333f;
    height: 24px;
    width: 100%;
}

#logo {
    margin-top: 0;
    padding: 0;
}

body {
    background: #FFF;
}

body.one-sidebar #main-columns {
    border: none;
}

#lang-dropdown-form .form-item {
    margin: 0
}

.dd .ddTitle {
    background: transparent;
    border: none;
    padding-bottom: 4px;
    cursor: pointer;
}
#edit-lang-dropdown-select_msdd {
    margin: 0;
    background: transparent;
}

#slogan {
    margin-left: 30px;
    margin-top: 40px;
}

#block-block-7 {
    padding-bottom: 0;
}

#headerzone{ margin-top: 5px}

#navigation ul.menu-v2 h2{
    font-family: 'Lato', sans-serif;
    font-weight: normal;
}
#navigation ul.menu-v2{
    border: none;
    background: url(../images/bg-menu.jpg) repeat-x top left;
    margin-top: 15px;
    height: 39px;

}

#navigation ul.menu-v2 li{
    position: relative;
    margin: 0;
    padding: 0 20px;
}

#navigation ul.menu-v2 li:after {
    position: absolute;
    content: "/";
    right: 0;
    color: #9c9e9f;
    top: 15px;
}

#navigation ul.menu-v2 li:last-child:after {
    content: "";
}

#block-views-slider-block {
    width: 775px;
    overflow: hidden;
    float: left;
    height: 300px;
    margin-bottom: 0;
}

#block-user-login, #block-system-navigation {
    width: 220px;
    float: left;
    clear: none;
    min-height: 300px;
    margin: 0;
    padding: 20px;
    box-sizing: border-box;
    background: #E63140;
    color: #FFF;
}

#navigation #block-user-login, #navigation #block-system-navigation{
    margin-left: 5px;
}

#sidebar-second #block-druplash-searchadhesionblock {
    margin-top: 15px;
}

#block-user-login h2 {
    font-size: 14px;
}

#block-user-login h2 img {
    margin-right: 5px;
}

#user-login-form .item-list {
    margin: 10px 0;
}

#user-login-form .item-list a:hover{
    color: #FFF;
    text-decoration: underline;
}
#user-login-form .form-item > .form-text {
    margin-top: 10px;
}
#user-login-form .form-item > label {
    display: none;
}

#block-system-navigation {
    padding: 5px 0;
}

#block-system-navigation ul{
    background: #E63140;
    border: none;
}

#block-system-navigation ul.menu li {
    background: #E63140;
    color: #FFF;
    text-transform: none;
    display: block;
    margin: 1px 0;
}

#block-system-navigation ul.menu li a{
    color: #FFF;
    display: block;
    font-size: 13px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    padding: 1px 15px;
    position: relative;
}

#block-system-navigation ul.menu li a:hover {
    background: #FFF;
    color: #E63140;
}

#block-system-navigation ul.menu li a:hover:after {
    content: "/";
    right: 5px;
    position: absolute;
    color: #E63140;
}

#navigation .item-list ul {
    background: transparent;
    border: none;
    height: auto;
    margin: 0;
    text-transform: none;
}

#user-login-form input[type="text"],
#user-login-form input[type="password"] {
    border-radius: 15px;
    box-sizing: border-box;
    height: 26px;
    padding: 3px 10px;
}

#user-login-form input[type="submit"] {
    background: none repeat scroll 0 0 rgb(0, 0, 0);
    border-radius: 8px;
    color: rgb(255, 255, 255);
    font-size: 14px;
    text-transform: uppercase;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#user-login-form input[type="submit"]:hover {
    background: rgba(0, 0, 0, 0.6);

}

.views-slideshow-pager-field-item, .views-slideshow-pager-fields .active {
    border: none;
}

.views-slideshow-cycle-main-frame-row .field-content img{
    width: 775px !important;
    height: 300px !important;
}
.views-slideshow-cycle-main-frame-row {
    width: 775px !important;
}


#home-page .col3{
    position: relative;
}

#home-page .col3:after{
    position: absolute;
    right: 0;
    background: url(../images/sep.png) no-repeat right center;
    content: "";
    height: 309px;
    width: 10px;
    top: 0;
}

#home-page .col3:last-child:after {
    background: none;
    display: none;
}

.col3 {
    width: 33.33333%;
    float: left;
    padding: 0 25px;
    box-sizing: border-box;
    margin: 25px 0;
    text-align: center;
}

#home-wrapper h3{
    font-size: 27px;
    color: #1a171b;
    text-align: center;
}

.sub-title{
    color: #707173;
    font-size: 15px;
    padding: 0 25px;
    text-align: center;
}

.col3 img{
    text-align: center;
    margin: 25px 0;
}

.col3 h4{
    font-size: 20px;
    color: #1a171b;
    text-align: center;
    font-weight: bold;
}

.col3 p{
    font-size: 15px;
    color: #707173;
    font-weight: 300;
    height: 125px;
    text-align: center;
}

.col3 a, .col3 a:hover, .col3 a:active {
    color: #e4333f;
    font-size: 15px;
    text-align: center;
    display: block;
    padding: 0 25px;
}

.col3 a:hover {
    text-decoration: underline;
}

.social-footer > span{
    font-size: 13px;
}

.social-footer .big-social{
    padding: 0 10px;
}

.social-footer {
    clear: both;
    background: #e4333f;
    padding: 10px 0;
    text-align: center;
    color: #FFF;
    border-bottom: 10px solid #FFF;
}

#main-columns-footer div.block {
    border: none;
    background: #eceded;

}

.info-footer a {
    color: #58585a;
    text-decoration: none;
}

.info-footer p{
    margin-bottom: 7px
}

.info-footer p strong {
    font-size: 13px;
    font-weight: bold;
}

div#main-columns-wrapper-footer {
    margin-top: 10px;
}

div#main-columns .block div.footer-bar {
    border: none;
    background: #FFF;
}

.dd .ddTitle span.arrow {
    background: url(../images/ddIcon.png) no-repeat;
    height: 10px;
    margin-right: 5px;
    margin-top: 4px;
    width: 10px;
    margin-left: 10px;
}

#edit-lang-dropdown-select_msdd {
    width: auto !important;
}

#lang-dropdown-form img.language-icon {
    display: none;
}

#edit-lang-dropdown-select_child, .dd .ddChild {
    background: #e4333f;
    border: none;
}

.dd .ddChild a {
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.dd .ddChild a:hover, .dd .ddChild a.selected {
    color: #e4333f;
    background: #FFF;
}

#edit-lang-dropdown-select_child::-webkit-scrollbar {
    width: 12px;
}

#edit-lang-dropdown-select_child::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}

#edit-lang-dropdown-select_child::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(0,0,0,0.5);
}

body.two-sidebars #navigation, body.two-sidebars #header, body.two-sidebars #main-columns {
    width: auto !important;
}
#right-sidebar {
    float: right;
}

.page-content #right-sidebar {
    width: 290px;
}

.page-content #block-user-login, .page-content #block-system-navigation {
    width: 100%;
}

#sidebar-second {
    clear: both;
    width: 100%;
}

body.two-sidebars .page-content #sidebar-first, body.two-sidebars .page-content #sidebar-second {
    width: 100%;
}

body.two-sidebars .page-content #main-wrapper {
    width: auto;
    max-width: 690px;
    width: 100%;
}

#page {
    border: none;
}

.page-content #page h1 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}

.page-content #page h2 {
    font-size: 30px;
    color: #e4333f;
}

body.one-sidebar #sidebar-first, body.one-sidebar #sidebar-second {
    width: 100%;
}

#block-block-23 {
    margin: 0;
    padding: 0;
}

.form-item label {
    font-weight: bold;
}

#block-block-1 {
    background: #eff0ef;
    text-align: left;
    margin-top: 30px;
}

#block-block-1 h2{
    font-size: 13px;
    font-weight: bold;
    text-align: left;
    border-bottom: 1px solid rgb(204, 204, 204);
}

#page p.encart {
    border: none;
    font-style: normal;
}

.news-content {
    padding: 10px;
    border: 1px solid #dadada;
    margin-bottom: 20px;
}

.news-content > img{
    display: block;
}

.news-wrapper {
    background: url(../images/bg-news.jpg) repeat-x top left;
    padding: 5px;
}

.news-wrapper h1{
    font-size: 27px;
    color: #e4333f;
    margin-top: 0;
}

.news-wrapper p{
    color: #707173;
    font-size: 12px;
}

.news-wrapper p.red{
    color: #e4333f;
}

div.roll-hover {
    background-color: rgba(255, 255, 255, 0.85);
}


div.roll-hover table {
    width: 100%;
}

div.roll-hover table tr td {
    background-color: rgba(245, 242, 242, 0.7);
}

.formulaire-contact label {
    font-size: 14px;
    font-weight: bold;
    color: rgb(230, 49, 64);
}

.formulaire-contact input[type="submit"] {
    background: #E63140;
    margin-top: 15px;
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
    padding: 10px 25px;
    cursor: pointer;
    float: right;
}

.formulaire-contact input[type="submit"]:hover {
    background: #BF2834;
}

.formulaire-contact input[type="text"] {
    border: 1px solid rgb(218, 218, 218);
    padding: 5px;
    width: 100%;
}

.home-sub-gallery {

}

.home-sub-gallery #searchAdhesion-form input[type="submit"]{
    margin-top: 13px;
    width: 100%;
}

.home-sub-gallery .form-actions,
.home-sub-gallery .form-item{
    width: 25%;
    float: left;
    padding: 0 10px;
    box-sizing: border-box;
}

#block-druplash-searchadhesionblockhome h2{
    font-size: 27px;
    color: #1a171b;
    text-align: center;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    -webkit-font-smoothing: antialiased;
    margin: 10px 0 8px;
}
#block-druplash-searchadhesionblockhome {
    min-height: 100px;
}