/******************************************************************
Kandel-general

This stylesheet is loaded (if admin.php is setup in your
functions file) on the login page. This way you can style
the login page. It won't affect any other page, admin or front-end.

******************************************************************/

body {
    padding-top: 0px;
}

p, div {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    color: #484648;
}

.homepage p, .homepage div {
    color: white;
}

.homepage a {
    color: white;
}

#post-not-found {
    margin-top: 90px;
    margin-left: 15px;
}

h1 {
    font-family: Times;
    font-size: 35px;
    font-style: italic;
    color: #3e3d3e;
}

h2 {
    font-family: Times;
    font-size: 30px;
}

h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #434243;
    margin: 0px;
}

h4 {
    font-family: Times;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #484648;
    font-style: italic;
}

/**************
### HEADER ###
***************/

.navbar,
.navbar-default,
.navbar-default .navbar-collapse,
.navbar-default .navbar-form,
.navbar .container {
    background-color: transparent;
    border: 0px;
    border-radius: 0px;
}

.navbar .container {
	background-image: url('../img/widget-top-bg.png');
}

.navbar-default .navbar-brand {
    color: white;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #ff86ce;
    background-color: transparent;
}

.navbar-nav > li {
    text-transform: uppercase;
    padding-top: 35px;
    padding-bottom: 35px;
}

.navbar-default .navbar-nav > li > a {
    color: white;
    font-family: 'Open Sans', sans-serif;
}

.navbar-nav > li > a {
    padding-top: 0px;
    padding-bottom: 0px;
    border-right: 1px solid #757574;
}

.navbar-nav > li.active > a {
    border-right: 1px solid #ff86ce;
}

.nav.navbar-nav {
    font-size: 18px;
    margin-left: 21px;
}

.navbar-nav > li > a:hover {
    color: #ff86ce !important;
    background-color: transparent;
}

.nav.navbar-nav li:last-child a {
    border-right: 0px;
}

.navbar {
    margin-bottom: 0px;
}

/**************
### HOMEPAGE ###
***************/

.banner {
    background-repeat: no-repeat;
    width: 100%;
    height: 530px;
    position: relative;
}

.banner .text {
    font-family: Times;
    font-weight: bold;
    font-size: 35px;
    font-style: italic;
    color: white;
    position: absolute;
    bottom: 18px;
    text-align: center;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-shadow: 1px 1px black;
}

#banner-autoresize .text {
    font-family: Times;
    font-weight: bold;
    font-size: 35px;
    font-style: italic;
    color: white;
    position: absolute;
    bottom: 10px;
    text-align: center;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-shadow: 1px 1px black;
}

.banner.homepage {
    background-image: url("../img/image-homepage.jpg");
}

.banner.nos-marques {
    background-image: url("../img/image-homepage.jpg");
}

/**************
### CONTENT ###
***************/

a.maillink{
    color:#f683c9;
}

#main article {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

#main {
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
}

.row {
    margin-left: 0px;
    margin-right: 0px;
}
.container {
    box-shadow: 0px 0px 12px 0px gray;
    padding-left: 0px;
    padding-right: 0px;
    background-color: white;
}

#content {
    padding: 0px 0px 0px;
}

.container .jumbotron {
    border-radius: 0px;
}

.widget-home {
    width: 300px;
}

.triangle-top {
    background-image: url('../img/widget-top-triangle-bg.png');
    width: 300px;
    height: 80px;
}

.triangle-bottom {
    background-image: url('../img/widget-bottom-triangle-bg.png');
    width: 300px;
    height: 80px;
}

.triangle-top-left {
    background-image: url('../img/widget-top-triangle-left-bg.png');
    width: 300px;
    height: 80px;
}

.triangle-bottom-left {
    background-image: url('../img/widget-bottom-triangle-left-bg.png');
    width: 300px;
    height: 80px;
}

.triangle-bottom-left-last {
    background-image: url('../img/widget-bottom-triangle-left-2-bg.png');
    width: 300px;
    height: 80px;
}

.widget-home .title {
    font-style: italic;
    text-transform: uppercase;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    background-image: url('../img/widget-top-bg.png');
    margin-bottom: 0px;
    text-align: left;
    margin-top: 0px;
}

.widget-home .subtitle {
    font-style: italic;
    font-family: Times;
    font-weight: bold;
    font-size: 15px;
    color: #f683c7;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-image: url('../img/widget-top-bg.png');
    text-align: left;
}

.widget-home .content {
    font-size: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    text-align: left;
    padding-bottom: 1px;
}

.widget-home ul {
    margin-bottom: 0px;
    text-align: left;
}

.widget-home.conseils ul li {
    margin-bottom: 25px;
    font-size: 18px;
}

.post_content.homepage .first-section {
    text-align: center;
    margin-top: 50px;
}

.post_content.homepage .first-widget {
    margin-top: -30px;
}

.row.post_content.homepage {
    background-image: url('../img/home-bg.jpg');
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.widget-home.conseils {
    position: relative;
    bottom: 45px;
}

.conseils-image {
    position: relative;
    top: 57px;
    left: 65px;
}

.content p {
    line-height: 17px;
}

.marques-image {
    clear: left;
    position: relative;
    top: 10px;
}

.title-center h1 {
    clear: both;
    text-align: center;
}

.actualites .title-paragraph {
    color: white;
    font-size: 16px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0px;
}

.actualites .subtitle {
    background-image: none;
}

.actualites .title {
    background: none;
    padding-top: 0px;
    padding-bottom: 0px;
    color: white;
}

.actualites .date {
    background: none;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 11px;
    padding-left: 15px;
    color: #f683c7;
    margin-bottom: 0px;
    margin-top: 0px;
}

.actualites .content {
    background: none;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 11px;
    margin-bottom: 0px;
    color: white;
}

.background-gray {
    background-image: url('../img/widget-bottom-bg.png');
}

.background-gray-dark {
    background-image: url('../img/widget-top-bg.png');
}

.widget-home.actualites {
    position: absolute;
    margin-left: 15px;
    top: -80px;
    z-index: 1;
}

.col-sm-12 {
    padding: 0px;
    margin: 0px;
}

.section-actualites {
    margin-top: 88px;
}

.image-over-bottom-circle {
    background-image: url('../img/swissflex.png');
    width: 129px;
    height: 49px;
    display: block;
    position: absolute;
    right: 0;
    left: 0px;
    margin-left: auto;
    margin-right: auto;
    bottom: 50px;
    right: 60px;
}

.text-over-bottom-circle {
    width: 200px;
    display: block;
    position: absolute;
    right: 20px;
    left: 0px;
    margin-left: auto;
    margin-right: auto;
    bottom: 40px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.button-over-bottom-circle {
    background-image: url('../img/icon-more.png');
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    left: 130px;
    margin-left: auto;
    margin-right: auto;
    bottom: 60px;
    right: 0px;
}

.arrow-left {
    background-image: url('../img/arrow-1-left.png');
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    margin-top: auto;
    top: 0;
    left: 55px;
    bottom: 0;
    margin-bottom: auto;
}

.arrow-right {
    background-image: url('../img/arrow-1-right.png');
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    margin-top: auto;
    top: 0;
    right: 55px;
    bottom: 0;
    margin-bottom: auto;
}

.marques-image .arrow-left {
    left: 41px;
}

.marques-image .arrow-right {
    right: 72px;
}

.conseils-image .arrow-left {
    left: -23px;
}

.conseils-image .arrow-right {
    right: 136px;
}

.image-marques {
    position: relative;
    left: 63px;
}

footer .block-info {
    color: #3e3d3e;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

footer .block-info span {
    color: #f683c9;
}

footer .col-sm-8 {
    width: 675px;
    margin: 0px;
    padding: 0px;
    float: right;
}

footer .block-info, .block-info div {
    color: #3e3d3e;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    display: inline-block;
    padding-right: 12px;
    padding-left: 12px;
    vertical-align: top;
}

footer .block-info:nth-of-type(4) {
    border-left: 1px solid #cdcdcd;
    padding-bottom: 9px;
}

.button-endbox {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    margin-left: 10px;
    color: white;
}

.marques .col-xs-12.col-md-6 {
    float: none;
    display: table-cell;
    text-align: center;
    width: 150px;
    padding: 20px 0px 0px 0px;
}

.widget-home.marques {
    position: relative;
    bottom: 82px;
}

select {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #999999;
    background-color: white;
    border: 0px;
    width: 100%;
    height: 42px;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    text-indent: 18px;
    background-image: url('../img/icon-select.png');
    background-repeat: no-repeat;
    background-position: 97.5% center;
}

.navbar.navbar-default .container {
    position: relative;
    z-index: 2;
    box-shadow: 0px 3px 7px 0px rgba(50, 49, 48, 0.69);
}

#main article {
    border-bottom: 0px;
}

footer {
    margin-top: 80px;
}

.landscape img {
    width: 100%;
}

#changeLocation {
    cursor: pointer;
}

.wpcf7 p, .wpcf7 div {
    color: white;
}


@media (min-width: 768px) {
    .container {
        width: 990px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 990px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 990px;
    }
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }
    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }
    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px;
    }
    .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none;
    }
}
