@import '//fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800';
@import '//fonts.googleapis.com/css?family=Roboto:300,400,500,700';
.font1{ font-family: 'Raleway', sans-serif;  }
.font2{ font-family: 'Times', sans-serif;  }
.outline{outline: none;}
*:focus{ outline: none; }
.box-sizing
{
    -moz-box-sizing:padding-box;
    -webkit-box-sizing:padding-box;
    -o-box-sizing:padding-box;
    box-sizing:padding-box;
}
.inline{display: inline; float: left;}
.inline-block{display: inline-block;}
.display-block{display: block;}
.display-table{display: table;}
.display-table-cell{float: none; display: table-cell;}
body{
    font-family: 'Open Sans', sans-serif;
    color: #000;
} 
blockquote{padding: 0; margin: 0; border-left: 0}
strong{font-weight: 700;}
ul{ padding: 0; margin: 0; }
li{ list-style: none; }
.color-black{color: #000; }
strong.extrabold{ font-weight: 900; }
.lighter{ font-weight: 300; }
.light{ font-weight: 500; }
.lowercase{ text-transform: lowercase !important; }
.uppercase{ text-transform: uppercase !important; }
.italic{ font-style: italic;}
.center{ text-align: center; }
a:hover{ text-decoration: none; }
a{ color: inherit; }
p a{ color: #990000; }
p a:hover{}
.clear{float: none; clear: both;}
.border-right{border-right: 1px solid #FFF;}
.relative{position: relative !important;}
.absolute{position: absolute !important;}
.container{ position: relative;}
.removeAppearence
{
    appearance: none;
    -moz-appearance :none;
    -webkit-appearance: none;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}
.img-responsive-container img{ width: 100%; }
img.full-width-img{width: 100%;}
.no-float{ float: none; }
.no-opacity{ opacity: 0 !important; }
.no-padding-top{ padding-top: 0 !important; }
.no-padding-bottom{ padding-bottom: 0 !important; }
.no-padding-left{ padding-left: 0 !important; }
.no-padding-right{ padding-right: 0 !important; }
.no-padding-x{ padding-left: 0 !important; padding-right: 0 !important; }
.no-padding-y{ padding-top: 0 !important; padding-bottom: 0 !important; }
.no-padding{ padding: 0 !important; }
.high-padding-y{ padding: 100px 0 !important; }
.no-margin-top{ margin-top: 0 !important; }
.no-margin-top-no-import{ margin-top: 0; }
.no-margin-bottom{ margin-bottom: 0 !important; }
.no-margin-left{ margin-left: 0 !important; }
.no-margin-right{ margin-right: 0 !important; }
.no-margin-x{ margin-left: 0 !important; margin-right: 0 !important; }
.no-margin-y{ margin-top: 0 !important; margin-bottom: 0 !important; }
.no-margin{ margin: 0 !important; }
.no-margin-p{margin-bottom: 0 !important; line-height: 8px !important;}
.margin{ margin: 20px !important; }
.margin-x{ margin-left: 20px !important; margin-right: 20px !important; }
.small-margin-y{ margin-top: 10px !important; margin-bottom: 10px !important; }
.margin-y{ margin-top: 20px !important; margin-bottom: 20px !important; }
.large-margin-y{ margin-top: 30px !important; margin-bottom: 30px !important; }
.small-magin-top{ margin-top: 10px !important; }
.margin-top{ margin-top: 20px !important; }
.large-margin-top{ margin-top: 30px !important; }
.margin-bottom{ margin-bottom: 20px !important; }
.margin-left{ margin-left: 20px !important; }
.margin-right{ margin-right: 20px !important; }
.padding{ padding: 24px; }
.padding-x{ padding-left: 24px; padding-right: 24px; }
.padding-y{ padding-top: 24px; padding-bottom: 24px; }
.padding-top{ padding-top: 24px; }
.small-padding-top{ padding-top: 10px; }
.padding-bottom{ padding-bottom: 24px; }
.padding-left{ padding-left: 24px; }
.padding-right{ padding-right: 24px; }
.bigger-size{ font-size: 18px !important; }
.big-size{ font-size: 16px !important; }
.normal-size{ font-size: 14px !important; }
.small-size{ font-size: 12px !important; }
.smaller-size{ font-size: 10px !important; }
.no-border{ border: none !important; }
.no-border-right{ border-right: none !important; }
.no-border-bottom{border-bottom: none !important;}
.no-background{ background: transparent !important; }
.underline{ text-decoration: underline; }
.text-indent{ text-indent: -9999px; display: block; }
html.noScroll{overflow: hidden !important;}
*.unselectable {
   -moz-user-select: none;
   -khtml-user-select: none;
   -webkit-user-select: none;   
   -ms-user-select: none;
   user-select: none;
}
.form-input
{
    width: 100%;
    background: #000;
    border: 2px solid #fff;
    color: #fff;
    height: 50px;
    margin-bottom: 16px;
    font-size: 24px;
    padding: 0 18px;
}
.form-input[type="submit"]:hover{ background: rgb(43, 42, 42); }    
.jLabel-label
{
    top: 8px !important;
    left: 18px !important;
    letter-spacing: 1px !important;
    color: rgba(255, 255, 255, 0.63) !important;
}
.letter-spacing-1{ letter-spacing: 1px !important; }
.letter-spacing-2{ letter-spacing: 2px !important; }
.letter-spacing-3{ letter-spacing: 3px !important; }

.center-img{ margin: auto; }
.justify{ text-align: justify; }
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    text-align:left;
    margin-right:-4px;
}
.col-md-centered{
    float: none;
    margin: 0 auto;
}
.container-full-height{
    height: 100%;
}
.container-xs-height {
    display:table;
    padding-left:0px;
    padding-right:0px;
}
.col-display-inlineblock{
    float: none;
    display: inline-block;
    vertical-align: middle;
    margin-left: -4px;
}
.row-xs-height {
    display:table-row;
}
.col-xs-height {
    display:table-cell;
    float:none;
}
.col-top {
    vertical-align:top;
}
.col-middle {
    vertical-align:middle;
}
.col-bottom {
    vertical-align:bottom;
}
.zindex{
    z-index: 9;
}
.center-vertically
{
    display: table-cell;
    vertical-align: middle;
}
@media (min-width: 768px) {
    .container-sm-height {
        display:table;
        padding-left:0px;
        padding-right:0px;
    }
    .row-sm-height {
        display:table-row;
    }
    .col-sm-height {
        display:table-cell;
        float:none;
    }
}
@media (min-width: 992px) {
    .container-md-height {
        display:table;
        padding-left:0px;
        padding-right:0px;
    }
    .row-md-height {
        display:table-row;
    }
    .col-md-height {
        display:table-cell;
        float:none;
    }
}
@media (min-width: 1200px) {
    .container-lg-height {
        display:table;
        padding-left:0px;
        padding-right:0px;
    }
    .row-lg-height {
        display:table-row;
    }
    .col-lg-height {
        display:table-cell;
        float:none;
    }
}
.white-popup 
{
    position: relative;
    background: #ffffff;
    padding-bottom:100px;
    width: auto;
    max-width: 1024px;
    margin: 20px auto;
    overflow: hidden;
}
.white-popup.errors-popup{ padding: 30px; max-width: 600px; }
.white-popup.success-popup{ padding: 30px; max-width: 600px; }
.white-popup.errors-popup strong { width: 110px; float: left; }

.full-height{ height: 100%; }
.full-width{ width: 100%; }

.half-height{ height: 50%; }
.half-width{ width: 50%; }
.display-table{ display: table; }
.position-fixed{ position: fixed; }


.color-bordeau{color: #86012e;}
.color-black{color: #000 !important;}

.fw-300{font-weight: 300 !important;}
.fw-400{font-weight: 400 !important;}
.fw-600{font-weight: 600 !important;}
.fw-700{font-weight: 700 !important;}
.fw-800{font-weight: 800 !important;}


.padding-bottom-40{ padding-bottom: 40px;}

.border-radius-20{
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.border-radius-15{
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.padding-grid-10{
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.margin-bottom-10{margin-bottom: 10px !important;}
.margin-bottom-20{margin-bottom: 20px !important;}
.margin-bottom-30{margin-bottom: 30px !important;}
.margin-bottom-40{margin-bottom: 40px !important;}
.margin-bottom-80{margin-bottom: 80px !important;}

.margin-top-80{margin-top: 80px !important;}

.champs-required{font-size: 11px !important; font-weight: 400 !important; margin: 0 !important;}

.sp-espace{display: inline-block; width: 35px;}

.trait-top:before
{
    content: '';
    height: 30px;
    width: 1px;
    background: white;
    display: block;
    margin: 10px auto;
}
.trait-bottom.trait-noir:after, .trait-top.trait-noir:before{ background: #000000;  }
.trait-bottom:after
{
    content: '';
    height: 30px;
    width: 1px;
    background: white;
    display: block;
    margin: 10px auto;
    display: none;
}
.bouton
{
    font-family: 'Times', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    border: none;
    background: rgba(0, 0, 0, 0.6);
    position: relative;
    text-align: center;
    padding: 0 20px 0 42px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    color: white;
    letter-spacing: 1px;
}
.bouton:hover
{ 
    border: 1px solid white; 
    line-height: 38px;
}
.bouton:before
{
    content: '';
    position: absolute;
    background: url('http://www.secret-atelier.com/bundles/antipodessite/images/fleche-bouton.png') center center no-repeat;
    width: 13px;
    height: 9px;
    top: calc( ( 40px - 9px ) / 2 );
    left: 15px;
}
.bouton:hover:before
{
    top: calc( ( 38px - 9px ) / 2 );
}