/*************************************************************************
 _____   _____   _   __   _   _____        _          __  _____   _____  
|  _  \ /  _  \ | | |  \ | | |_   _|      | |        / / | ____| |  _  \ 
| |_| | | | | | | | |   \| |   | |        | |  __   / /  | |__   | |_| | 
|  ___/ | | | | | | | |\   |   | |        | | /  | / /   |  __|  |  _  { 
| |     | |_| | | | | | \  |   | |        | |/   |/ /    | |___  | |_| | 
|_|     \_____/ |_| |_|  \_|   |_|        |___/|___/     |_____| |_____/ 
**************************************************************************
Copyright 2016 POINT WEB
type : screen
categorie : structure site
Auteur : SERCO POINTWEB
site : intermercato
**************************************************************************/

/************* COOKIES **************/
#impliedsubmit {
    background: #fff;
    color: #000;
    font-family: 'robotoregular';
    padding: 5px 10px;
    border: none;
    font-size: 12px;
}

#cookiesdirective {
    opacity: 1 !important;
    margin: 0 auto !important;
    text-align: left !important;
    background-color: #fff6ce !important;
    border: 1px solid #bcb17b;
    color: #434343 !important;
}

#cookiesdirective a {
    color: #434343 !important;
    text-decoration: underline;
}

#impliedsubmit {
    background: none !important;
    color: #434343 !important;
}

#impliedsubmit:hover {
    cursor: pointer;
}

/************* ANTI IE7 **************/
#anti-ie7 {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 5px;
    background-color: #000;
    z-index: 5000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: white;
    padding: 10px
}

.titreAntiIe {
    font-size: 30px;
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
    font-weight: bold
}

#anti-ie7 a {
    color: #000;
    font-weight: bold;
    text-decoration: none
}

#anti-ie7 a.close {
    float: right;
    text-decoration: none;
}

.close {
    display: block;
    font-size: 14px;
    width: 76px;
    height: 20px;
    padding: 2px 0 0 30px;
    background: url(../images/btn-close.gif) no-repeat;
    margin-right: 10px;
    float: right;
    margin-top: 20px
}

.btn-ie {
    display: block;
    width: 103px;
    height: 19px;
    padding: 3px 0 0 30px;
    background: url(../images/btn-ie.gif) no-repeat;
    margin-top: 20px;
    float: left
}

/************* GENERAL **************/

*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: none;
}

section, article, header, footer, nav, aside {
    display: block;
}

table, td, blockquote, code, pre, textarea, input, video {
    max-width: 100%;
}

p, dd, ul {
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
}

li {
    list-style-type: none;
}

input, textarea, button {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

body {
    font-family: 'roboto';
}

img {
    border: none;
    max-width: 100%;
    /*    width: 100%;*/
    height: auto;
}

a {
    text-decoration: none;
    -webkit-transition: all ease 0.2s;
    -ms-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    transition: all ease 0.2s;
}

a:hover {
    text-decoration: none;
}

.paragraphe {
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 22px;
    text-align: justify;
    color: #FFF;
}

.clear {
    clear: both;
    background: none;
    outline: none;
    border: none;
    height: 1px;
}

.separateur {
    display: block;
    width: 100%;
    height: 1px;
    border: #586474 solid 1px;
    background: #586474;
    margin: 10px auto;
}

/* Mise en forme */
.txt_align_c {
    text-align: center;
}

.txt_align_l {
    text-align: left !important;
}

.txt_align_r {
    text-align: right;
}

.justify {
    text-align: justify;
}

.bold {
    font-weight: 600;
}

.black {
    font-weight: 800;
}

.italic {
    font-style: italic;
}

.uppercase {
    text-transform: uppercase;
}

.underline {
    text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-family: 'robotobold';
}

/* Détection JS */

#jserror {
    background: #FFFFCC;
    border: #FF0000 solid 1px;
    color: #FF0000;
    padding: 10px;
    margin: 0 0 10px 0;
    float: left;
}

#jserror dt {
    font-weight: bold;
}

/* ScrollToTop */

#scrollToBottom, #scrollToTop {
    display: none;
}

#scrollToBottom a {
    position: fixed;
    right: 2%;
    bottom: 2%;
    background: #666 url("../images/scrollbottom.png") no-repeat 10px 18px;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-indent: -9999px;
    display: block;
    outline: none;
    color: #FFF;
    text-align: center;
}

#scrollToTop a {
    position: fixed;
    right: 2%;
    bottom: 2%;
    background: #666 url("../images/scrolltop.png") no-repeat 10px 13px;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    outline: none;
    display: block;
    text-indent: -9999px;
    color: #FFF;
    text-align: center;
}

/*--------------------------< FLASH NOTICE >--------------------------*/

.flash-notice {
    color: #e64014;
    background: #f5dcdc;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 0.5em 1em;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 1em;
    border: #e64014 solid 1px;
}

.flash-notice-validate {
    color: #50a98d;
    background: #daf0e9;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 0.5em 1em;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 1em;
    border: #50a98d solid 1px;
}

/*----------------------------------------------------< FONT FACE >---------------------------------------------------*/

@font-face {
    font-family: 'robotobold';
    src: url('../fonts/roboto-bold-webfont.eot');
    src: url('../fonts/roboto-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/roboto-bold-webfont.woff') format('woff'),
    url('../fonts/roboto-bold-webfont.ttf') format('truetype'),
    url('../fonts/roboto-bold-webfont.svg#robotobold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotolight';
    src: url('../fonts/roboto-light-webfont.eot');
    src: url('../fonts/roboto-light-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/roboto-light-webfont.woff') format('woff'),
    url('../fonts/roboto-light-webfont.ttf') format('truetype'),
    url('../fonts/roboto-light-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'roboto';
    src: url('../fonts/roboto-regular-webfont.eot');
    src: url('../fonts/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/roboto-regular-webfont.woff') format('woff'),
    url('../fonts/roboto-regular-webfont.ttf') format('truetype'),
    url('../fonts/roboto-regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotomedium';
    src: url('../fonts/roboto-medium-webfont.eot');
    src: url('../fonts/roboto-medium-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/roboto-medium-webfont.woff') format('woff'),
    url('../fonts/roboto-medium-webfont.ttf') format('truetype'),
    url('../fonts/roboto-medium-webfont.svg#robotomedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotoblack';
    src: url('../fonts/roboto-black-webfont.eot');
    src: url('../fonts/roboto-black-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/roboto-black-webfont.woff2') format('woff2'),
    url('../fonts/roboto-black-webfont.woff') format('woff'),
    url('../fonts/roboto-black-webfont.ttf') format('truetype'),
    url('../fonts/roboto-black-webfont.svg#robotoblack') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*----------------------------------------------------< HEADER >---------------------------------------------------*/

.global {
    width: 995px;
    margin: 0 auto;
    position: relative;
}

#header {
    padding: 1em 0 0.8em 0;
}

h1 {
    background: url("../images/logo-intermercato.jpg") no-repeat top left;
    width: 299px;
    height: 44px;
    text-indent: -9999px;
    margin: 0 auto;
}

h1 a {
    display: block;
}

#menu {
    margin-top: 1em;
    margin-left: 150px;
}

#slider {
    clear: both;
    width: 100%;
    float: left;
}

.sliderCat{ height: 300px; overflow: hidden;}

/*----------------------------------------------------< CONTENT >---------------------------------------------------*/

#wrapper {
}

aside {
    width: 100%;
}

#content {
    clear: both;
    margin-top: 250px;
    background: #041326;
    width: 100%;
    float: left;
    padding: 50px 0;
}

#contentWhite{
    background: #FFF;
    margin-top: 0;
    width: 100%;
    float: left;
    padding: 30px 0;
}

#contentWhite .titrePage{ text-align: center;}
#contentWhite .titrePage p{ color: #041326;}
#contentWhite .paragraphe{ color: #666;}

.descCatPage{ text-align: center;}


.titrePage {
    margin-bottom: 30px;
}

.titrePage p {
    font-family: 'robotobold';
    color: #FFF;
    text-transform: uppercase;
    font-size: 18px;
}

.titrePage h4, .titrePage h3 {
    font-family: 'robotolight';
    color: #999;
    font-style: italic;
    font-size: 14px;
}

.orange {
    color: #f79666;
}

.bleu {
    color: #041326;
}

.img1 {
    float: right;
    border: #FFF solid 10px;
}

.img2 {
    float: left;
    margin-right: 1.5em;
    border: #FFF solid 10px;
}

.column {
    width: 50%;
    float: left;
}

/*--------------------------------< ASIDE DOMAINES ACTIVITES >-------------------------*/

#domaines ul {
    position: absolute;
    top: 490px;
    left: 0;
    z-index: 200;
    width: 995px;
    margin: 0 auto;

}

#domaines ul li {
    width: 25%;
    float: left;
    text-align: center;
    padding: 0 20px;
    cursor: pointer;
    -webkit-transition: all ease 0.2s;
    -ms-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    transition: all ease 0.2s;
    font-size:12px;
    color: #666;
}

#domaines h3 {
    text-transform: uppercase;
    font-size: 18px;
    color: #041326;
    margin-top: 8px;
}

#domaines p {
    color: #666;
    font-size: 13px;
    margin: 15px 0;
    line-height: 17px;
}

#domaines a {
    display: block;
    background: #f79666;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    color: #FFF;
    font-size: 12px;
    text-transform: uppercase;
    padding: 5px 10px;
    margin-top: 15px;
}

#domaines ul li:nth-child(odd) a {
    background: #041326;
}

#domaines ul li:hover, #news li:hover{
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -moz-transform: scale(1.03);
    transform: scale(1.03);
}

/*--------------------------------< ASIDE NEWS >-------------------------*/

#news {
    padding: 50px 0;
    width: 100%;
    float: left;
    clear: both;
}

#news li {
    width: 50%;
    float: left;
    cursor: pointer;
    -webkit-transition: all ease 0.2s;
    -ms-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    transition: all ease 0.2s;
}

#news li:last-child {
    padding-left: 30px;
}

.date {
    color: #FFF;
    background-color: #f79666;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
    padding: 5px 10px;
    float: left;
    font-size: 12px;
}

#news h5, #news h5 a {
    color: #041326;
    font-size: 15px;
    text-transform: uppercase;
    margin: 10px 0;
}

.descNews {
    clear: both;
    width: 100%;
    color: #666;
    font-size: 14px;
    height: 62px;
    overflow: hidden;
}

/*----------------------------------------------------< CATEGORIES >---------------------------------------------------*/

#navCat li{
     float: left;
     width: 25%;
     text-align: center;
     padding: 15px;
     -webkit-transition: all ease 0.2s;
     -ms-transition: all ease 0.2s;
     -moz-transition: all ease 0.2s;
     transition: all ease 0.2s;
     cursor: pointer;
 }

#navCat li img{
    -webkit-transition: all ease 0.2s;
    -ms-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    transition: all ease 0.2s;
}

#navCat li:hover img{
    padding: 25px;
    background: #f79666;
}


#navCat li h2{ text-transform: uppercase; font-size: 13px; margin-top: 8px;}
#navCat li h2 a{ color: #041326;}

/*----------------------------------------------------< FOOTER >---------------------------------------------------*/

.bgSlide{
    background-color: #010d1b;
    background-color: rgba(1, 13, 27, 0.5);
    height: 100%;
    padding: 40px 0;
}

.bgSlide p{ color: #ccc; font-size: 13px; padding-right: 50px; text-align: justify;}
.bgSlide img{ float: left; width: 3%; padding-top: 3px; margin-right: 10px;}
.bgSlide .titreCat{ text-transform: uppercase; font-size: 22px; border-bottom: #f79666 solid 1px; padding-bottom: 8px;}

#foresterie{ background: url("../images/intermercato_01.jpg") no-repeat top left;}
#transport{ background: url("../images/intermercato_02b.jpg") no-repeat top left;}
#construction{ background: url("../images/intermercato_03b.jpg") no-repeat top left;}
#recyclage{ background: url("../images/intermercato_04b.jpg") no-repeat top left;}

.bgSlide nav{ padding-top: 30px;}
.bgSlide ul{ float: left; width: 33.3333%;}
.bgSlide li{ line-height: 18px;}
.bgSlide li h2{font-family: 'robotomedium';}
.bgSlide li a{ color:#FFF; font-size: 15px;}
.bgSlide li a:hover{ font-family: 'robotobold';}


/*----------------------------------------------------< PRODUCT LIST >---------------------------------------------------*/
.custom-select {
    /* wrapper style */
    position: relative;
    display: block;
    max-width: 400px;
    min-width: 180px;
    border: 1px solid #f79666;
    transition: border-color 1s ease;
    -webkit-transition: border-color 1s ease;
    -moz-transition: border-color 1s ease;
    margin-bottom: 40px;

}
.custom-select:hover{
    border-color: #041326;
}
.custom-select:after{
    position: absolute;
    right:0; top:0;
    width: 50px; height:100%;
    line-height: 38px;
    content: '\FFEC';
    text-align: center;
    background: #f79666;
    color:#fff;
    font-size: 24px;
    transition: background 1s ease;
    -webkit-transition: background 1s ease;
    -moz-transition: background 1s ease;

}
.custom-select:hover:after{
    background: #041326;

}
.custom-select  select{
    border:none;
    outline:none;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    margin:0;
    display:block;
    width: 100%;
    padding: 12px 55px 15px 15px;
    font-size: 14px;
}
.productList{
    width: 48%;
    float: left;
    border: #ccc solid 1px;
    height: 230px;
    overflow: hidden;
    margin-bottom: 30px;
    margin-right:15px;
    cursor: pointer;
    -webkit-transition: all ease 0.2s;
    -ms-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    transition: all ease 0.2s;
    position: relative;

}
.productList:hover{
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -moz-transform: scale(1.03);
    transform: scale(1.03);
}

/*.productList:nth-child(odd){ margin-left: 30px;}*/
.productList img{ float: left; width: 50%;}

.banniere{
    font-size: 14px;
    padding: 5px 15px;
    color: #FFF;
    text-align:center;
    font-family: 'robotomedium';
    text-transform: uppercase;
    background: #041326;
}

.pricePromo{
    position: absolute;
    bottom: 0;
    left: 16%;

}

.occasion{
    position: absolute;
    bottom: 0;
    left: 14%;
    /*background: #f79666;*/
}

.infosProductList{ padding: 30px 20px 30px 30px; float: left; width: 50%;}
.infosProductList h3 { line-height: 20px; font-size: 18px; overflow: hidden; height: 43px;}
.infosProductList h3 a{ color: #000;}
.descProductList{ color: #999; overflow: hidden; height: 90px; margin: 5px 0;}

.btnDetails{
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    background: #f79666;
    padding: 5px 10px;
    float: left;
    font-size: 12px;
    text-transform: uppercase;
    color: #FFF;
}

/*----------------------------< PAGINATION >-----------------------------------*/

.pagination {
    clear: both;
}

.page {
    display: inline-block;
    padding: 0.5em 1em;
    margin-right: 4px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    border: solid 1px #c0c0c0;
    background: #e9e9e9;
    font-size: .875em;
    text-decoration: none;
    color: #717171;
}

.page:hover {
    background: #041326;
    color: #FFF;
}

.page.active {
    background: #f79666;
    color: #FFF;
}

.page.gradient {
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f8f8f8), to(#e9e9e9));
    background: -moz-linear-gradient(0% 0% 270deg,#f8f8f8, #e9e9e9);
}

/*----------------------------------------------------< DETAILS PRODUCTS >---------------------------------------------------*/

.productDetails h3{ color: #041326; border-bottom: #999 solid 1px; margin-bottom: 30px; font-size: 22px; text-transform: uppercase; position: relative;}

.pricePromoDetails{

    background: #041326;
    font-size: 14px;
    padding: 5px 15px;
    color: #FFF;
    text-align:center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    float: left;
    margin-top: 30px;
    font-family: 'robotomedium';

}

.containerGalerie{ width: 50%; float: left;}
.containerGalerie img{ border: #ccc solid 1px;}

.infosProductDetails{ float: left; width: 50%; padding-left: 30px; text-align: justify; font-size: 14px;}

.descProductDetails{color: #999; }

.listPdf{ margin-top: 30px; border-bottom: #999 dotted 1px; padding-bottom: 15px; }
.listPdf li{ margin-bottom: 5px;}
.listPdf li a{  color: #f79666; font-size: 14px;}
.listPdf .flyout_heading{ border-bottom: #041326 solid 1px; color: #041326; text-transform: uppercase; font-family: 'robotomedium'; margin-bottom: 15px;}
.listPdf li i{ margin-right: 8px;}
.listPdf li a:hover{ font-family: 'robotobold';}

.actions{ margin-top: 20px;}
.actions a{
    display: block;
    color: #FFF;
    text-transform: uppercase;
    background: #f79666;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    float: left;
    font-size: 13px;
    padding: 5px 15px;
}

.actions a:first-child{ background: #041326;}
.actions a:last-child{ float: right;}
.actions a:hover{ background: #666;}

.actions a i{ margin-right: 5px; display: block; float: left; padding-top: 2px;}

/*----------------------------------------------------< LIST NEWS >---------------------------------------------------*/

.newsList{
    width: 48%;
    float: left;
    border-bottom: #999 dotted 1px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    cursor: pointer;
    -webkit-transition: all ease 0.2s;
    -ms-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    transition: all ease 0.2s;
}

.newsList:hover{
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -moz-transform: scale(1.03);
    transform: scale(1.03);
}

.newsList:hover h4 a{ color: #f79666;}

.newsList:nth-child(odd){ margin-left: 30px;}

.newsList .descNews{ padding: 0;}

.newsList h4, .newsDetails h4{ margin: 10px 0; text-transform: uppercase; color: #041326;}
.newsList h4 a {color: #041326;}

/*----------------------------------------------------< DETAILS NEWS >---------------------------------------------------*/

.containerGalerieNews{ width: 30%; float: left}
.infosNewsDetails{ width: 70%; float: left; padding-left: 30px;}

.newsDetails{
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.descNewsDetails {
    color: #666;
    font-size: 14px;
}
.descNewsDetails .listPdf{ border: 0 !important;}
.video a{
    background: #041326;
    color: #f2f2f2;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    padding: 5px 10px;
    margin-top: 10px;
    display: block;
    width: 280px;
    text-align: center;
    text-transform: uppercase;
    transition: background 1s ease;
}
.video a:hover{background: #666;}
.video a i{ color: #f2f2f2; padding-left: 0.4em;}
/*----------------------------------------------------< SITEMAP >---------------------------------------------------*/

#sitemap li{ list-style-type: disc; list-style-position: inside;}
#sitemap li a{ color: #d9f5ff;}
#sitemap li:nth-child(odd) a{color:#f79666;}
#sitemap li:nth-child(odd){color:#f79666;}

#sitemap li a:hover{ text-decoration: underline;}

/*----------------------------------------------------< FOOTER >---------------------------------------------------*/

#planAcces {
    width: 100%;
}

#planAcces a{ display: block;}

iframe {
    width: 100%;
    height: 200px;
    border: none;
    pointer-events:none;
}

#footer {
    clear: both;
}

#footerBottom {
    background: #f79666;
    padding: 30px 0;
    margin-top: -5px;
    width: 100%;
    float: left;
    clear: both;
}

#footerBottom a:hover, #copyright a:hover {
    text-decoration: underline;
}

address {
    font-style: normal;
    color: #fcece4;
    float: left;
}

address strong {
    color: #FFF;
}

address a {
    color: #FFF;
}

#navFooter {
    float: right;
    width: 70%;
}

#navFooter nav {
    float: left;
    width: 25%;
    padding-left: 20px;
    line-height: 16px;
}

#navFooter nav li a {
    color: #fcece4;
    font-size: 12px;
    font-family: 'robotolight';
}

#navFooter nav li.flyout_heading {
    color: #FFF;
    font-size: 16px;
    font-family: 'robotobold';
    border-bottom: #fae0d3 solid 1px;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

#navFooter nav li a:hover {
    text-decoration: underline;
    color: #FFF;
}

#copyright {
    background: #f9c3a8;
    width: 100%;
    float: left;
    clear: both;
    padding: 15px 0;
    color: #FFF;
    font-size: 14px;
    text-align: center;
    font-style: italic;
}

#copyright a {
    color: #FFF;
}

/*----------------------------------------------------< CONTACT >---------------------------------------------------*/

.cbp-mc-form {
    position: relative;
    font-family: 'roboto';
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.cbp-mc-form:before,
.cbp-mc-form:after {
    content: " "; display: table;
}

fieldset{ border:0;}

.cbp-mc-form:after {
    clear: both;
}

.cbp-mc-column {
    width: 50%;
    padding: 0 30px 10px 0;
    float: left;
}

.cbp-mc-form label {
    display: block;
    padding: 10px 5px 5px 2px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    font-family: 'roboto';
    font-weight:bold;
    color:#FFF;
}

.cbp-mc-form label#labelCaptcha{ padding:8px 5px 5px 2px;}

.cbp-mc-form input,
.cbp-mc-form textarea,
.cbp-mc-form select {
    font-family: 'robotolight';
    line-height: 1.5;
    font-size: 14px;
    padding: 5px 10px;
    color: #333;
    display: block;
    width: 100%;
    background:#FFF;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

.cbp-mc-form input,
.cbp-mc-form textarea
{
    border: 1px solid #ccc
}
.cbp-mc-form img {
    border: 1px solid #ccc; margin-top:3px;
}
.cbp-mc-form textarea {
    min-height: 235px;
    font-family: 'roboto';
}

.cbp-mc-form input:focus,
.cbp-mc-form textarea:focus,
.cbp-mc-form label:active + input,
.cbp-mc-form label:active + textarea {
    outline: none;
    border: 3px solid #f79666;
}

.cbp-mc-form select:focus {
    outline: none;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #f79666;
    font-style: italic;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #f79666;
    font-style: italic;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #f79666;
    font-style: italic;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #f79666;
    font-style: italic;
}

.cbp-mc-submit-wrap {
    text-align: center;
    padding-top: 20px;
    clear: both; width:104%;
}

.cbp-mc-form input.cbp-mc-submit {
    background: #f79666;
    font-family: 'robotobold';
    border: none;
    color: #fff;
    width: 100%;
    cursor: pointer;
    text-transform: uppercase;
    display: inline-block;
    padding: 15px 30px;
    font-size: 1.1em;
    border-radius: 2px;
    letter-spacing: 1px;
    -webkit-transition:all ease 0.2s;
    -ms-transition:all ease 0.2s;
    -moz-transition:all ease 0.2s;
    transition:all ease 0.2s;
}

.cbp-mc-form input.cbp-mc-submit:hover {
    background: #475362;
}

.thanks .actions a{ float: left !important;}

/*----------------------------------------------------< MENTIONS LEGALES >---------------------------------------------------*/

.important{ color: #f79666; text-transform: uppercase; font-family: 'robotobold'; font-size: 14px; margin-bottom: 15px;}


/*----------------------------------------------------< CAPTCHA >---------------------------------------------------*/
#captcha {
    font-size: 13px;
    color: #FFF;
    line-height: 20px;
    border: 1px solid #b5b5b5;
    padding: 15px;
    margin: 20px 0;
}

#captcha * {
    /* Enlever cette ligne pour aligner à droite */
    text-align: left;
}

#captcha legend {
    font-weight: normal;
    color: #999;
    padding: 0 8px;
}

#captcha input {
    background: white;
    border: 1px solid #b5b5b5;
}

#captcha .captcha_question {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 5px;
}

#captcha .captcha_question span {
    color: #ac0000;
}
