@import "font-awesome.min.css";

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

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

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

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

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

@font-face {
    font-family: 'FontAwesome';
    src: url('fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),
        url('fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),
        url('fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),
        url('fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),
        url('fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

table thead th {
    font-weight: bold;
}

table th,table td {
    padding: 5px 10px;
}

ul {
    margin-left: 10px;
}

ul li {
    margin-left: 10px;
}

html {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

body {
    font-size: 14px;
    margin: 0;
    overflow-y: hidden;
    overflow-x: hidden;
    width: 100%;
    background: #fff;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    padding-bottom: 50px;
}

#page-wrapper {
    max-width: 1140px;
    margin: 0 auto;
/*    padding: 0 25px;*/
}

.wrapper_all_cols {
    clear: both;
    padding-top: 20px;
}

.region {
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    letter-spacing: 0;
    background: none;
    line-height: normal;
    height: auto;
    color: #000;
}
a:link,
a:visited {
    color: #2698f2;
    text-decoration: none;
}

a:hover {
    color: #000;
    transition: initial;
}

input[type="text"]::-webkit-input-placeholder {color: #a9a9a9;}
input[type="text"]:-moz-placeholder {color: #a9a9a9;}
input[type="text"]::-moz-placeholder {color: #a9a9a9;}
input[type="text"]:-ms-input-placeholder {color: #a9a9a9;}

input,
select {
    font-family: 'Arial', 'Helvetica', sans-serif;
}

h1#page-title {
    font-size: 28px;
    font-weight: 600;
    margin-left: 10px;
    text-transform: uppercase;
}

.node-page {
    margin: 0 10px;
}

select {
    height: inherit;
    padding: 0;
}

input.form-submit {
    font-family: 'Arial', 'Helvetica', sans-serif;
}

.breadcrumb {
    font-size: 12px;
    padding: 0;
    background: none;
    margin-bottom: 4px;
}

.breadcrumb a {
    color: #7b7b7b;
    font-weight: 400;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

.share-block {
    clear: both;
    max-width: 200px;
    margin-top: 50px;
}

a.mentions-legales:link,
a.mentions-legales:active,
a.mentions-legales:hover,
a.sitemap:link,
a.sitemap:active,
a.sitemap:hover,
a.sitemap:visited {
    float: right;
    color: #000;
    font-family: 'Arial', 'Helvetica', sans-serif;
    margin-top: 7px;
}

a.sitemap {
    clear: right;
}

/* header */

#header_wrapper {
    background: #fff;
}

#header {
    width: 100%;
    font-family: 'Oswald', sans-serif;
}

#header .block {
    margin: 0;
}

#header .logo {
    float: left;
    margin-bottom: 0;
    max-width: none;
}

.region-header-bottom {
    font-weight: 300;
}

.social {
    clear: both;
    width: auto;
    position: static;
}

.social ul.menu > li {
    display: inline-block;
    margin-right: 20px;
    line-height: 45px;
}

#block-system-main-menu {
    float: left;
}

#header_wrapper .region.region-header-right-top {
    float: none;
}

.social ul.menu > li a,
.header_bottom #block-menu-menu-menu-header ul.menu > li a {
    font-size: 20px;
    font-weight: 300;
    padding: 0;
}

#header .social a:hover,
#header .header_bottom a:hover {
    color: #cdcdcd;
}

#header #block-generic-uc-cart-content-cart-block {
    float: right;
    margin-top: 20px;
    padding: 0;
}

.minicart-total {
    float: right;
    font-size: 20px;
    margin-left: 10px;
}

.mini-cart {
    text-transform: uppercase;
    font-size: 20px;
    position: relative;
    padding-right: 35px;
    margin-left: 20px;
}

.mini-cart:after {
    position: absolute;
    content: '';
    width: 23px;
    height: 23px;
    top: 2px;
    right: 0;
    background: url('../images/basket.png') no-repeat center center;
    background-size: cover;
}

.menu_user {
    position: relative;
    padding-right: 35px;
    font-size: 20px;
}

.menu_user:after {
    position: absolute;
    content: '';
    width: 23px;
    height: 23px;
    top: 9px;
    right: 0;
    background: url('../images/user.png') no-repeat center center;
    background-size: cover;
}

.menu_user a {
    text-transform: uppercase;
}

.block.block-locale ul li {
    margin: 0;
}

.block.block-locale .content ul li a {
    padding: 0;
}

.block.block-locale ul li a {
    background: none;
    text-indent: 0;
    width: auto;
    height: auto;
    margin: 0;
    font-size: 20px;
    font-weight: 300;
}

.language-switcher-locale-url li:first-child {
    position: relative;
    padding-right: 17px;
}

.language-switcher-locale-url li:first-child:after {
    position: absolute;
    content: '|';
    width: 15px;
    height: 20px;
    right: -4px;
    top: 1px;
    font-size: 20px;
}

#header ul.language-switcher-locale-url li a img {
    display: none;
}

#header .block.block-locale {
    position: static;
}

#block-generic-core-recherche,
#block-locale-language {
    float: right;
    line-height: 45px;
}

#block-generic-core-recherche #generic-core-recherche-form {
    width: 120px;
    margin-right: 15px;
}

#block-generic-core-recherche div.form-item-recherche input#edit-recherche {
    box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    box-sizing: border-box;
    border: 1px solid #aaa;
    border-bottom-color: #ccc;
    border-radius: 2px;
    padding: 0;
    width: 100%;
    height: auto;
    line-height: 25px;
    font-family: 'Arial', 'Helvetica', sans-serif;
}

#edit-recherche::-webkit-input-placeholder {color: #a9a9a9;}
#edit-recherche:-moz-placeholder {color: #a9a9a9;}
#edit-recherche::-moz-placeholder {color: #a9a9a9;}
#edit-recherche:-ms-input-placeholder {color: #a9a9a9;}

#generic-core-recherche-form input[type="submit"] {
    background: none;
}

#block-system-main-menu > h2 {
    display: none;
}

.header_bottom #block-menu-menu-menu-header ul.menu li {
    line-height: 45px;
    margin-right: 20px;
}

#container {
    width: 100%;
    padding: 0;
}


/* ======================================
            Product list page
====================================== */

.page-billetterie .grand_slider,
.page-billetterie #sidebar_right,
.page-billetterie .filtres {
    display: none;
}

.page-billetterie #header .block.block-locale,
.page-billetterie #header #block-generic-uc-cart-content-cart-block {
    padding-right: 5px;
}

.page-billetterie #container {
    padding: 0;
}

.page-billetterie #breadcrumb {
    display: none;
}

.list_catalogue {
    margin: 0;
    height: auto !important;
    left: auto;
    margin-top: 20px;
}

.list_catalogue .line {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    width: 20%;
    float: left;
    padding-right: 5px;
    padding-bottom: 5px;
    margin: 0;
}

.line .inner_line {
    padding: 0;
    max-height: 213px;
}

.list_catalogue .line .inner_line {
    padding: 0;
}

.line .infos {
    font-weight: 300;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    transition: bottom 0.5s;
    transition-delay: 2s;
}

.line .infos.has-external-url {
    bottom: 0;
}

.line:hover .infos {
    bottom: 0;
    transition: bottom 0.8s;
}

.light_blue .infos {
    background: rgba(0,173,215,0.4);
}

.dark_blue .infos {
    background: rgba(0,169,156,0.4);
}

.light_pink .infos {
    background: rgba(237,24,74,0.4);
}

.light_purple .infos {
    background: rgba(207,126,180,0.4);
}

.light_orange .infos {
    background: rgba(250,168,76,0.4);
}

.line .infos p {
    color: #fff;
}

.list_catalogue .line .titre,
.front .line .titre {
    height: auto;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 5px;
}

.line .titre:hover {
    color: #f00;
}

.list_catalogue .line .date,
.front .line .date {
    font-family: inherit;
    font-size: 16px;
    font-weight: 300;
    height: auto;
}

.list_catalogue .line .pied_de_bloc a.ticket-url,
.line .pied_de_bloc a.ticket-url {
    background: url('../images/billetwhite.png') no-repeat center center;
    width: 19px;
    height: 19px;
    position: relative;
}

.list_catalogue .line .pied_de_bloc {
    margin-top: 10px;
    display: none;
}

.list_catalogue .line .pied_de_bloc .button {
    display: none;
}

/* ======================================
            Product search page
====================================== */

.page-recherche .list_catalogue.switch .line {
    width: 25%;
    float: left;
}

.page-recherche .list_catalogue.switch .affiche {
    width: 100%;
    float: none;
}

.page-recherche .list_catalogue .line .inner_line {
    background: none;
}

/* ======================================
                Home page
====================================== */

.front .left-half {
    width: 58%;
    float: left;
}

.front .right-half {
    width: 40%;
    float: left;
    padding-left: 28px;
}

.front .left-half .line {
    width: 33%;
    float: left;
    padding-right: 5px;
    padding-bottom: 5px;
}

.front .right-half .line {
    width: 50%;
    float: left;
    padding-right: 5px;
    padding-bottom: 5px;
}

.front .line .inner_line {
    position: relative;
    overflow: hidden;
}

.front .line .infos {
    padding: 5px 0 0 5px;
    bottom: -4px;
}

.front .line .infos:after {
    position: absolute;
    content: '';
    right: 7px;
    top: 25px;
    background: url('../images/billetwhite.png') no-repeat center center;
    width: 20px;
    height: 20px;
}

.front .home-big-image {
    float: right;
    width: 66.6666%;
    padding: 0 9px 5px 0;
}

.front .home-big-image img {
    width: 100%;
}

.front .home-title {
    float: left;
    text-align: center;
}

.front .left-half .home-title {
    width: 33%;
}

.front .right-half .home-title {
    width: 50%;
}

.front .home-title p {
    font-size: 38px;
    text-transform: uppercase;
    font-weight: 400;
    color: #000;
    padding-top: 90px;
}

.front .featured-artist-image,
.front .featured-artist-text {
    float: left;
    width: 50%;
}

.front .featured-artist-text {
    padding: 15px;
}

.front .featured-artist-text p {
    line-height: 21px !important;
}

.newsletter-block {
    text-align: right;
}

.newsletter-block a {
    font-size: 13px;
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    padding-right: 10px;
    margin-top: 28px;
    display: inline-block;
}

.newsletter-block a:last-child {
    padding-right: 0;
}

.front #youtube-field-player {
    width: 100%;
    height: 429px;
}

/* ======================================
            Archives page
====================================== */

.node-type-archives #breadcrumb {
    display: none;
}

.node-type-archives .list_catalogue {
    margin-top: 0;
}

.node-type-archives .line {
    width: 25%;
}

.node-type-archives .line .infos {
    bottom: 0;
}

.node-type-archives .left-half {
    float: left;
    width: 78%;
    padding-right: 5px;
}

.node-type-archives .right-half {
    float: left;
    width: 22%;
    padding-left: 30px;
}

.node-type-archives .text-field {
    padding: 19px;
    line-height: 21px;
}

.view-archives .node {
    float: left;
    width: 20%;
    position: relative;
    max-height: 218px;
    padding-right: 5px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    overflow: hidden;
}

.view-archives .node .content {
    font-size: 0;
}

.view-archives .node > h2,
.view-archives .node .field-name-field-man-begin-at {
    position: absolute;
    left: 0;
    padding: 7px;
}

.view-archives .node > h2 {
    bottom: 18px;
}

.view-archives .node .field-name-field-man-begin-at {
    bottom: -5px;
}

.view-archives .node .date-display-single {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
}

.view-archives .node > h2 a {
    color: #fff;
    font-size: 16px;
}

.view-archives .node > h2 a:hover {
    color: #f00;
}

.view-archives .node .content h2,
.view-archives .node ul.links.inline {
    display: none;
}

/* ======================================
            Photos page
====================================== */

.node-type-photos .left-half {
    width: 59%;
    padding-right: 10px;
    float: left;
}

.node-type-photos .photos-title {
    text-align: center;
    padding: 0 5px 5px 0;
}

.node-type-photos .photos-title p {
    font-size: 38px;
    text-transform: uppercase;
    font-weight: 400;
    color: #000;
    line-height: 216px;
    margin: 0;
}

.node-type-photos .left-half .photos-title,
.node-type-photos .left-half .small-image {
    width: 33.333%;
    float: left;
}

.node-type-photos .small-image {
    padding: 0 5px 5px 0;
}

.node-type-photos img {
    width: 100%;
}

.node-type-photos .left-half .big-image {
    width: 66.666%;
    float: right;
    padding: 0 5px 5px 0;
}

.node-type-photos .right-half {
    width: 41%;
    float: left;
    padding-left: 23px;
}

.node-type-photos .right-half .small-image,
.node-type-photos .right-half .photos-title {
    width: 50%;
    float: left;
}

.node-type-photos .right-half .photos-title p {
    line-height: normal;
    padding-top: 22%;
}

.node-type-photos .right-half .big-image {
    width: 100%;
    padding: 0 5px 5px 0;
}

/* ======================================
            Evenementiel page
====================================== */

.node-type-evenementiel .left-half {
    width: 57%;
    float: left;
}

.node-type-evenementiel .right-half {
    width: 43%;
    float: left;
    padding-left: 52px;
}

.node-type-evenementiel .left-half .small-text,
.node-type-evenementiel .left-half .small-image,
.node-type-evenementiel .left-half .evenementiel-title,
.node-type-evenementiel .left-half .color-box {
    width: 33.333%;
    float: left;
}

.node-type-evenementiel .left-half .small-text {
    padding: 15px;
    min-height: 219px;
}

.node-type-evenementiel .left-half .color-box.blue {
    padding: 0;
    border-right: 4px solid #fff;
    border-bottom: 4px solid #fff;
    min-height: 216px;
    background: #E6F0F1;
}

.node-type-evenementiel .small-text p {
    font-size: 14px;
    font-family: 'Khand', sans-serif;
    line-height: 21px;
    text-align: justify;
}

.node-type-evenementiel .left-half .evenementiel-title {
    text-align: center;
    min-height: 216px;
}

.node-type-evenementiel .left-half .evenementiel-title p {
    font-size: 38px;
    text-transform: uppercase;
    font-weight: 400;
    color: #000;
    line-height: 211px;
    margin: 0;
}

.node-type-evenementiel .left-half .evenementiel-title p a,
.node-type-evenementiel .right-half .evenementiel-title p a {
    color: #000;
}

.node-type-evenementiel .left-half .evenementiel-title.large p {
    line-height: normal;
    padding-top: 20%;
    padding-left: 20px;
    padding-right: 20px;
}

.node-type-evenementiel .left-half > div,
.node-type-evenementiel .right-half > div {
    padding: 0 5px 5px 0;
}

.node-type-evenementiel img {
    width: 100%;
}

.node-type-evenementiel .left-half .big-image {
    width: 66.666%;
    float: right;
}

.node-type-evenementiel .clear {
    clear: both;
}

.node-type-evenementiel .right-half .small-text,
.node-type-evenementiel .right-half .small-image,
.node-type-evenementiel .right-half .evenementiel-title {
    width: 50%;
    float: left;
}

.node-type-evenementiel .right-half .small-text {
    padding: 15px;
    min-height: 215px;
}

.node-type-evenementiel .right-half .evenementiel-title {
    min-height: 230px;
    text-align: center;
}

.node-type-evenementiel .right-half .evenementiel-title p {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 400;
    color: #000;
    line-height: 46px;
    margin: 0;
    padding-top: 15%;
}

.node-type-evenementiel .right-half .color-box {
    width: 50%;
    float: left;
    padding: 0;
    border-right: 4px solid #fff;
    border-bottom: 4px solid #fff;
    min-height: 218px;
}

.node-type-evenementiel .right-half .color-box.pink {
    background: #F9F6E0;
}

.node-type-evenementiel .right-half .color-box.blue {
    background: #BEDEDB;
    margin-bottom: 3px;
}

.node-type-evenementiel .right-half .big-box {
    width: 100%;
    float: left;
    min-height: 435px;
}

/* ======================================
            La salle de bal page
====================================== */

.node-type-salle-de-bal img {
    width: 100%;
}

.node-type-salle-de-bal .left-half {
    width: 58%;
    float: left;
}

.node-type-salle-de-bal .right-half {
    width: 42%;
    float: left;
    padding-left: 30px;
}

.node-type-salle-de-bal .small-text p {
    text-align: justify;
}

.node-type-salle-de-bal .small-image h2{
    font-size: 1.4em;
    font-weight: 300;
    width: 100%;
    height: 50px;
    top: 168px;
    text-align: center;
    position: relative;
    color: #FFF;
    padding-left: 5px;
    padding-top: 2px;
    margin-right: 5px;
    background: url("../images/pink.png") repeat scroll 0% 0% transparent;
    overflow: hidden;
    margin-bottom: -48px;
    cursor: pointer;
    text-transform:none;
}
.node-type-salle-de-bal .small-image h2.blue{
    background: url("../images/blue.png") repeat scroll 0% 0% transparent;
    line-height:18px;
    margin-bottom:-51px;
    height:53px;
}
.node-type-salle-de-bal .small-image h2.orange{
    background: url("../images/orange.png") repeat scroll 0% 0% transparent;
}

.node-type-salle-de-bal .small-image h2:hover{
    height: 100px;
    top: 118px;
    margin-bottom: -98px;
}
.node-type-salle-de-bal .small-image h2.blue:hover{
    height: 103px;
    top: 118px;
    margin-bottom: -101px;
}

.node-type-salle-de-bal .left-half .small-image,
.node-type-salle-de-bal .left-half .color-box,
.node-type-salle-de-bal .left-half .title,
.node-type-salle-de-bal .left-half .small-text {
    width: 33.333%;
    float: left;
}

.node-type-salle-de-bal .left-half .small-text {
    padding: 10px 15px;
    font-family: 'Khand', sans-serif;
    line-height: 24px;
    min-height: 222px;
}

.node-type-salle-de-bal .left-half .small-text p {
    margin: 0;
}

.node-type-salle-de-bal .left-half .small-image,
.node-type-salle-de-bal .left-half .title,
.node-type-salle-de-bal .left-half .big-image {
    padding: 0 5px 5px 0;
}
.node-type-salle-de-bal .left-half .big-image {
    width: 66.666%;
    float: right;
}

.node-type-salle-de-bal .left-half .color-box {
    background: #BEDEDB;
    min-height: 222px;
    border-right: 5px solid #fff;
    border-bottom: 5px solid #fff;
}

.node-type-salle-de-bal .left-half .title {
    text-align: center;
    padding: 40px 0;
}

.node-type-salle-de-bal .left-half .title p {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 400;
    color: #000;
    line-height: 46px;
    margin: 0;
    padding-top: 15%;
    padding-left: 35px;
    padding-right: 35px;
}

.node-type-salle-de-bal .right-half .big-image {
    width: 100%;
    float: left;
    max-height: 437px;
    padding: 0 5px 0 0;
    margin-bottom: 5px;
    overflow: hidden;
}

.node-type-salle-de-bal .right-half .small-image {
    float: left;
    width: 50%;
    padding: 0 5px 5px 0;
}

.node-type-salle-de-bal .right-half .small-text {
    float: left;
    width: 50%;
    padding: 10px 15px;
    min-height: 226px;
}


/* ======================================
                Pro page
====================================== */

.node-type-pro #global_wrapper > div:not(#breadcrumb) {
    float: left;
    width: 20%;
    min-height: 215px;
}

.node-type-pro .color-box {
    border-right: 5px solid #fff;
    border-bottom: 5px solid #fff;
    padding: 20px 15px;
}

.node-type-pro .color-box p {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 21px;
    color: #555;
}

.node-type-pro .color-box.pink {
    background: #FAF0F1;
}

.node-type-pro .color-box.blue {
    background: #BEDEDB;
}

.node-type-pro .color-box.green {
    background: #BEE9CB;
}

.node-type-pro .color-box.light-blue {
    background: #E6F0F1;
}

.node-type-pro .pro-title {
    min-height: 215px;
    text-align: center;
}

.node-type-pro .pro-title p {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 400;
    color: #000;
    line-height: 46px;
    margin: 0;
    padding-top: 30%;
}

.node-type-pro .pro-title.long p {
    padding-top: 25%;
}

.node-type-pro div.links {
    padding: 15px;
    border-right: 5px solid #fff;
    border-bottom: 5px solid #fff;
}

.node-type-pro div.links a {
    display: block;
    color: #0e86a4;
    font-size: 16px;
    text-transform: uppercase;
    margin: 5px 0;
    padding-left: 35px;
    background: url('../images/icon-dossier.png') no-repeat center left;
    line-height: 26px;
}

.node-type-pro div.links.file a {
    background: url('../images/icon-fichier.png') no-repeat center left;
}

.node-type-pro div.links.yellow {
    background: #FBFFDD;
}

.node-type-pro div.links.cyan {
    background: #D3FFF7;
}

.node-type-pro div.links.brown {
    background: #EDEDCE;
}

.node-type-pro div.links.pink {
    background: #FAF0F1;
}

.node-type-pro div.links.yellow a {
    margin: 0;
}

/* ======================================
            Infos pratiques page
====================================== */

.node-type-infos-pratiques iframe {
    width: 100%;
}

.node-type-infos-pratiques #global_wrapper > div {
    width: 19.56%;
    float: left;
    margin: 5px 5px 5px 0;
}

.node-type-infos-pratiques .color-box {
    background: #faf0f1;
    min-height: 215px;
}

.node-type-infos-pratiques .color-box.yellow {
    background: #F9F6E0;
}

.node-type-infos-pratiques .small-text {
    padding: 15px;
    min-height: 215px;
}

.node-type-infos-pratiques .small-text p {
    line-height: 21px;
    margin: 0;
    color: #555;
}

/* ======================================
            Contact page
====================================== */

.node-type-contact-page #global_wrapper > div:not(#breadcrumb) {
    width: 20%;
    float: left;
    padding: 0 5px 5px 0;
}

.node-type-contact-page .small-image img {
    width: 100%;
}

.node-type-contact-page .color-box {
    min-height: 230px;
    border-right: 5px solid #fff;
    border-bottom: 5px solid #fff;
}

.node-type-contact-page .color-box.green {
    background: #bee9cb;
}

.node-type-contact-page .color-box.blue {
    background: #E6F0F1;
}

.node-type-contact-page .color-box.pink {
    background: #F9F6E0;
}

.node-type-contact-page .small-text {
    padding: 15px !important;
}

.node-type-contact-page .small-text p {
    line-height: 21px !important;
    margin: 0 !important;
}

/* ======================================
            Product single page
====================================== */

.node-type-meeting .lieu_manifestation,
.node-type-manifestation .lieu_manifestation {
    display: none;
}

.node-type-meeting #container {
    padding: 0;
}

.page-billetterie #global_wrapper {
    min-height: initial !important;
    padding-bottom: 25px;
}

.meeting .visuel_match {
    margin: 0;
    width: 30%;
}

.meeting .visuel_match img {
    width: 100%;
    max-width: none;
}

.meeting .info_match {
    padding-left: 20px;
    width: 70%;
}

.meeting .table_info_top .info-title-date {
    float: left;
}

.meeting .table_info_top .title_manifestation,
.node-type-manifestation .title_manifestation,
.meeting .title_manifestation {
    color: #000;
    margin: 0;
    font-size: 30px;
    font-weight: 400;
    line-height: 28px;
}

.meeting .table_info_top .datemeeting,
.node-type-manifestation .datemeeting,
.meeting .datemeeting {
    font-size: 21px;
    font-weight: 400;
    margin: 10px 0;
    line-height: 24px;
    text-transform: uppercase;
    color: #000;
}

.meeting .reserver-button {
    background: #d5d1d1;
    float: right;
    cursor: pointer;
}

.meeting .reserver-button.inactive {
    cursor: auto;
}

.meeting .reserver-button.inactive.available-from {
    max-width: 150px;
    text-align: center;
}

.meeting .reserver-button p {
    margin: 0;
    padding: 67px 24px;
    font-size: 30px;
    font-weight: 400;
    color: #555;
    line-height: 34px;
}

.meeting .reserver-button.inactive.available-from p {
    padding: 32px 24px;
    font-size: 22px;
    line-height: 26px;
}

.meeting .alerte:after {
    content: 'M\'alerter si des places liberent';
    background: #d5d1d1;
    padding: 40px 10px;
    font-size: 26px;
    font-weight: 400;
    line-height: 28px;
    display: block;
    color: #555;
}

.meeting .alerte {
    float: right;
    max-width: 160px;
}

.meeting .alerte .btn.button.soon_available {
    display: none;
    background: #d5d1d1;
    height: auto;
    line-height: normal;
    color: #000;
    padding: 10px;
}

.meeting .alerte p {
    display: none;
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
}

.ui-dialog.popin_alertes {
    background: #fff;
}

.ui-dialog.popin_alertes:focus {
    outline: none;
}

.ui-dialog.popin_alertes p {
    font-size: 16px;
}

#popin_alertes input.form-submit {
    background: #d5d1d1;
    color: #000;
}

#popin_alertes input[type="text"] {
    box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
    border: 1px solid #aaa;
    border-bottom-color: #ccc;
    border-radius: 2px;
}

#popin_alertes input[type="text"]:focus {
    outline: none;
}

.meeting .infos_salle h2 {
    display: none;
}

#info_td_description,
.node-type-archive-product .infos_salle {
    padding-left: 20px;
}

#info_td_description .description {
    background: none;
    padding: 0;
}

#info_td_description .description p,
.node-type-archive-product .infos_salle p {
    font-family: 'Khand', sans-serif !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 22px !important;
}

.node-type-archive-product .infos_salle p {
    font-family: 'Khand', sans-serif;
    font-size: 18px !important;
    line-height: 22px !important;
}

.meeting .title_meeting h2,
#seat_mode_basket h2 {
    background: none;
    color: #000;
}

.wrapper_auto.only_form_detail form#generic-catalog-meeting-form {
    margin-left: 0;
    font-family: 'Arial', 'Helvetica', sans-serif;
}

.select_place ul.liste {
    background: #ddd;
}

.select_place .select_total {
    min-height: 0;
}

.meeting .date_meeting,
.meeting .select_place,
#generic-catalog-meeting-form .product-manifestation-bouton-buy input{
    background: none;
    color: #000;
}

#info_td_description {
    height: auto !important;
}

#info_td_description.reduced .gradient,
#info_td_description .gradient {
    display: none;
}

.meeting .summary {
    width: 30%;
    float: left;
    font-family: 'Khand', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    min-width: 30%;
    min-height: 1px;
}

.meeting .summary p {
    margin: 0;
}

.meeting .summary a {
    color: #555;
}

.meeting .summary a:hover {
    color: #444;
}

.meeting .summary .field-label {
    display: none;
}

.meeting .infos_salle {
    width: 70%;
    float: left;
    clear: none;
    color: #000;
}

.meeting .title_meeting {
    clear: both;
}

.select_place ul.liste li span.choix {
    background: url('../images/arrow-right.png') no-repeat 97% center;
    font-weight: 700;
}

.select_place ul.liste li.open span.choix {
    background: url('../images/arrow-down.png') no-repeat 97% center;
}

.recapitulatif-cart-a-la-place {
    min-height: 0;
}

#seat_mode_basket {
    float: right !important;
    width: 70% !important;
    padding-left: 20px;
    margin-top: 20px !important;
}

#seat_mode_basket .recapitulatif-cart-a-la-place h2 {
    font-size: 18px;
}

#generic-catalog-meeting-form .product-manifestation-bouton-buy {
    margin: 0;
}

#generic-catalog-meeting-form .product-manifestation-bouton-buy input {
    background: #ddd;
}

.wrapper_auto.only_form_detail form#generic-catalog-meeting-form {
    width: 70%;
    float: right;
}

.mode_resa_wrapper {
    width: 100%;
    clear: both;
}

.new_mode_auto .plan_stade {
    width: 30%;
    margin-right: 0;
}

.wrapper_auto form#generic-catalog-meeting-form {
    width: 70%;
    padding-left: 20px;
}

.meeting .title_meeting,
.meeting .date_meeting {
    width: 70%;
    float: right;
    padding-left: 20px;
}

.meeting .date_meeting {
    padding: 0 0 0 20px;
}

.meeting .date_meeting ul li {
    margin-left: 0;
}

.meeting #youtube-field-player {
    min-height: 430px;
    width: 100%;
}

.meeting .field-name-field-description-image {
    margin-top: 20px;
}

.meeting .field-label {
    display: none;
}

table.calendar td.current-day {
    background-color: #666;
}

table.calendar td.available:hover a,
table.calendar td.available a:hover,
.current-day .choix-heure, .choix-heure a {
    color: #303030;
}

.remove-all-seats.panier {
    font-weight: 400;
    color: #000;
}

#timer-cart .time-remaining,
table#panier_page_entete {
    font-weight: 400;
}

#timer-cart .time-remaining {
    height: auto;
}

.line_total .total {
    margin: 0;
    padding-top: 10px;
}

.line_total .total .montant {
    font-family: 'Khand', sans-serif;
    font-size: 20px;
    font-weight: 400;
}

.btn.validate_order {
    margin: 0;
    padding: 10px 0 0;
}

.line_total .btn.validate_order a {
    background: #ddd;
    color: #000;
    font-weight: 100;
}

.meeting .wrap_promo {
    width: 70%;
    float: right;
    background: none;
    padding-left: 20px;
    margin-top: 20px;
}

.meeting .wrap_promo #generic-promo-form-code-alaplace {
    background: #f3f3f3;
}
.meeting .wrap_promo #generic-promo-form-code-alaplace input#edit-submit {
    background: #ddd;
    color:#000;
    font-family: 'Oswald', sans-serif;
}
ul.infop {
    margin-top: 22px;
}
ul.infop li {
    font-size: 17px;
    padding:10px 0;
    margin-left: -17px;
}
ul.infop li a, ul.infop li a:hover, ul.infop li a:visited, ul.infop li a:link {
    color: #3c3c3c;
}

#promo-code-promo-form input#edit-submit {
    background: #ddd;
    color: #000;
    font-family: 'Oswald', sans-serif;
}

.wrap_promo #promo-code-promo-form .form-item-code-promo > label {
    font-weight: 400;
}

.big_img {
    top: 0 !important;
    width: 40% !important;
    left: 30% !important;
}

.node-type-manifestation .map_content {
    width: 70%;
    float: right;
}

.node-type-manifestation .arena_menu_light h2 {
    background: #fff;
    color: #000;
}

.node-type-manifestation .map_content .date_meeting {
    width: 100%;
    float: none;
}

.single-category .choix_categorie,
.single-category .choix_zoning {
    display: none;
}

.single-category .select_place ul.liste li ul li {
    padding: 0;
    margin: 0;
}

.single-category .select_place ul.liste li.open span.choix {
    background: none;
}

.single-category .select_place ul.liste li ul li span.tarif_price {
    float: left;
    display: inline-block;
    padding: 7px;
    color: #000;
}

.single-category .select_place ul.liste li ul li span.tarif_name {
    float: left;
    display: inline-block;
    width: 65%;
    padding: 6px;
    border-left: 8px solid #ada3ab;
}

.single-category .select_place ul.liste li ul li .nbr {
    padding: 5px 5px 5px 12px;
    margin: 0;
}

#seat_mode_basket .recapitulatif-cart-a-la-place h2.step4.h1like {
    display: none;
}


/* ======================================
            Cart page
====================================== */

.page-cart #breadcrumb {
    display: none;
}

.etape {
    font-weight: 400;
    font-size: 18px;
}

.etape span {
    font-size: 14px;
}

.etape.active span {
    background: #d5d1d1;
    border-color: #d5d1d1;
}

.page-cart #timer-cart {
    background: #d5d1d1;
}

#timer-cart div.sub-infos-count a {
    color: #000;
}

.line.product.row1 {
    background: #fff;
}

.line.product.row2 .wrap_table_datas_place {
    background: #e3e3e3;
}

.cart_artist {
    font-size: 20px;
    line-height: 22px;
}

.cart_artist a {
    color: #000;
}

.cart_place,
.cart_date {
    font-size: 16px;
    line-height: 20px;
}

.wrap_table_datas_place {
    padding-top: 0;
}

#total-cart .item-cart-place-datas td {
    font-size: 16px;
    line-height: 18px;
}

#total-cart .item-cart-place-datas th {
    font-size: 14px;
}

#advanced_cart_wrapper .p-cart .inner span {
    font-size: 18px;
    font-weight: 400;
}

.noCommandBloc #center-part a,
.bg-top-table .button a,
#new-checkout-button {
    color: #000;
    background: #d5d1d1;
}

.line.product .delete_item,
.line.product .prix {
    font-weight: 400;
}

.line.product .quantite {
    color: #555;
    font-size: 18px;
    font-weight: 400;
}

.line.product .quantite .x {
    font-size: 18px;
}

.line.product .prix {
    font-family: 'Khand', sans-serif;
    margin-top: 10px;
}

.line.product .prix,
.line.product .quantite {
    margin-right: 0;
}

#wrapper_cart .total,
#wrapper_cart .total #montant_total {
    font-family: 'Khand', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #555;
}

h2.second {
    background: n#d5d1d1;
}

#wrapper_cart .cross_selling_item.line.product {
    width: 100%;
}

.cross_selling_item .colonne1 {
    float: none;
}

#wrapper_cart .cross_selling_item.line.product .image {
    float: left;
    clear: none;
    width: 10%;
}

.cross_selling_item .titre {
    float: left;;
    height: auto;
    margin: 10px 0;
}

.cross_selling_item .titre:hover {
    color: #000;
}

.wrapper_cross_selling_intern .btn.open_form {
    background: #d5d1d1;
    color: #000;
    font-size: 14px;
    font-weight: 300;
    float: left;
    margin-left: 15%;
    margin-top: -10px;
}

.wrapper_cross_selling_intern .colonne2 .inner {
    box-shadow: none;
    height:410px;
}

.wrapper_cross_selling_intern .colonne2 .inner .close {
    opacity: 1;
}

/* ======================================
            Checkout page
====================================== */

.ui-dialog button.ui-button {
    color: #000;
    font-weight: 300;
    background: #bbb;
}

#modifyaddress a {
    color: #000;
}

.uc-price {
    font-family: 'Khand', sans-serif;
    font-size: 18px;
}

#subtotal-shipping,
#total_quotes,
.checkout .total {
    font-family: 'Khand', sans-serif;
    font-size: 18px;
    line-height: 24px;
}

.checkout .total {
    font-size: 20px;
}

.checkout .total span {
    font-weight: 400;
}

.wrapper_generic_content.checkout input#copyaddress_chbx {
    top: 5px;
}

.checkout .form-item label.option {
    margin-left: 10px;
}

.block-billing #copyaddress label {
    text-transform: none;
    font-weight: 400;
}

#uc-cart-checkout-form table th {
    background: #e3e3e3;
    color: #000;
}

#uc-cart-checkout-form table td a,
#total-checkout fieldset legend span.modify-cart a {
    color: #000;
}

.checkout .block-termsofuse {
    text-align: left;
}

.checkout .form-item-panes-termsofuse-termsofuse label.option {
    max-width: none;
}

.wrapper_generic_content.checkout #advanced_cart_wrapper.block #total-checkout input#edit-panes-termsofuse-termsofuse.form-checkbox.required {
    margin: 0;
}

.form-item-panes-termsofuse-termsofuse label a {
    color: #282828;
    text-decoration: underline;
}

.wrapper_cross_selling_intern .colonne2 .inner .reserv_form .form-item select {
    font-size: 14px;
}
.wrapper_cross_selling_intern .colonne2 .inner .reserv_form .form-item label {
    font-size: 14px;
    font-weight: 200;
}
.wrapper_cross_selling_intern .colonne2 .inner .reserv_form .form-item.form-item-cross-selling-quantity label {
    width: 100px;
    float: left;
    padding-top: 5px;
}
.wrapper_cross_selling_intern .colonne2 .inner .reserv_form .form-item.form-item-cross-selling-quantity .items_wrapper span.step {
    font-size: 14px;
    font-weight: 200;
    text-transform: uppercase;
    float: left;
    width: 100px;
    padding-top: 10px;
}
.colonne2 .inner .reserv_form .submit_prices.form-submit {
    display: block !important;
    clear: both;
    float: none;
    font-size: 14px;
    position: relative;
    bottom: auto;
    right: auto;
    background: #d5d1d1;
}



#payment-details {
    display: none;
}

.checkout #checkout-form-bottom #edit-cancel,
#new-confirm-button .button.button_action,
.checkout #checkout-form-bottom #edit-continue,
.page-cart-checkout-review .back_step,
#checkout-form-bottom-confirm input.form-submit {
    color: #000;
    background: #d5d1d1;
    font-family: 'Oswald', sans-serif;
}

.page-cart-checkout-review .back_step {
    margin-left: 0;
}

.white_container.review .block-content .block-customer table td {
    padding: 5px 0;
}

.white_container.review .block-content {
    background: none;
    padding: 10px 0;
}

.white_container.review .block-content .block-payment {
    display: none;
}

.page-cart-checkout-review #review-infos {
    display: none;
}

.white_container.review .block-content > div:nth-child(even) {
    margin: 1% 2% 2% 0;
}

.white_container.review .block-content > div:nth-child(odd) {
    margin: 1% 0 2% 2%;
}

.white_container.review .block-content > div.block-customer {
    margin: 1% 0;
}

.white_container.review .block-customer td.label,
.white_container.review .block-delivery td.label,
.white_container.review .block-billing td.label,
.white_container.review .block-payment td.label,
.white_container.review .block-quotes td.label {
    font-size: 14px;
    color: #282828;
}

.white_container.review .block-delivery tr:nth-child(2n) {
    background: #fff;
}

.white_container.review .block-payment td {
    padding: 5px;
}

.white_container.review .block-cart th {
    background: #e3e3e3;
    color: #282828;
}

.white_container.review .block-cart {
    width: 100%;
    margin: 0;
}

.white_container.review .block-cart td.products a {
    color: #282828;
    font-size: 15px;
}

.white_container.review .block-cart td.subtotal,
.white_container.review .total {
    text-align: right;
}

.white_container.review .total {
    color: #282828;
    font-family: 'Khand', sans-serif;
    font-size: 20px;
    padding-right: 7px;
}

.white_container.review #total_order {
    font-weight: 300;
}

#checkout-form-bottom-confirm {
    margin-right: 0;
}

#checkout-form-bottom-confirm td+td {
    padding-right: 0;
}

.checkout .block-billing .fieldset-wrapper,
.checkout .block-copy-address {
    display: none;
}

/* ======================================
        Checkout confirmation page
====================================== */

#page-confirm-wrapper .total_all,
#page-confirm-wrapper .mode_livraison {
    text-align: right;
}

#page-confirm-wrapper .total_all {
    font-family: 'Khand', sans-serif;
    font-size: 20px;
}

#page-confirm table td {
    padding: 5px 0;
}

#page-confirm table .montant_total {
    font-weight: 300;
    font-size: 20px;
}

#page-confirm-wrapper table {
    width: 100%;
    margin: 2% 0;
}

#page-confirm-wrapper table .line.product {
    padding: 20px 0;
}

#page-confirm-wrapper table .line.product .quantite,
#page-confirm-wrapper table .line.product .prix {
    padding-right: 5px;
}

#page-confirm .line.product .description table th {
    background: #bbb;
}

.footer_confirm .button a {
    color: #000;
    background: #d5d1d1;
}

#page-confirm .wrap_table_datas_place {
    background: #f2f2f2;
}

/* ======================================
            Register page
====================================== */

#infos-persos .content-infos-compte,
#infos-persos .content-infos-persos {
    margin: 0;
}

#user-register-form .container_resgister .line.account,
#user-profile-form .container_resgister .line.account,
#user-register-form .container_resgister .line.civilite,
#user-profile-form .container_resgister .line.civilite {
    background: none;
}

.container_resgister .line {
    padding: 0 0 20px;
}

#user-register-form #infos-persos .box_wrapper,
#user-register-form .content-infos-persos-wrapper {
    padding: 0;
}

#user-register-form input {
    width: auto;
}

#user-register-form .titre-user {
    text-align: center;
}

#user-register-form .titre-user p {
    float: none;
}

#user-register-form .container_resgister .line input[type="text"],
#user-register-form .container_resgister .line input[type="password"],
#user-register-form .container_resgister .line select {
    box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    box-sizing: border-box;
    border: 1px solid #aaa;
    border-bottom-color: #ccc;
    border-radius: 2px;
    padding: 0;
    width: 100%;
    height: auto;
}

#user-register-form .container_resgister .line input[type="text"],
#user-register-form .container_resgister .line input[type="password"] {
    padding-left: 4px;
}

#user-register-form .container_resgister .line select {
    height: 31px;
}

#user-register-form .container_resgister .account.line label,
#user-register-form .container_resgister .civilite.line label,
#user-register-form .container_resgister .content-infos-captcha.line label,
#user-register-form .container_resgister .line.other .form-type-checkbox .description {
    display: none;
}

#user-register-form .container_resgister .line.other .form-item {
    margin: 0;
}

#user-register-form .container_resgister .line.other {
    background: none;
}

#user-register-form .container_resgister .line.other label {
    line-height: 38px;
}

#user-register-form .container_resgister .line .wrap_fields {
    width: 100%;
    margin: 0;
    padding: 0;
}

#user-register-form .container_resgister .line .form-item {
    width: 50%;
}

#user-register-form .container_resgister .line .form-item-name {
    padding-right: 20px;
}

#user-register-form .container_resgister .line.content-infos-compte .form-item-mail,
#user-register-form .container_resgister .line.content-infos-compte .form-type-password {
    margin-bottom: 10px;
    padding-right: 20px;
}

#user-register-form .container_resgister .line .form-item.form-type-password-confirm {
    width: 100%;
}

#user-register-form .container_resgister .line .form-item-mail {
    width: 50%;
    float: left;
}

.password-strength {
    margin: 20px 0;
    float: left;
}

#user-register-form .container_resgister .line .description {
    left: 0;
}

#user-register-form .container_resgister .line.civilite .wrap_fields .form-item {
    clear: none;
    margin-bottom: 10px;
}

#user-register-form .container_resgister .line.civilite .wrap_fields .form-item.form-type-radios,
#user-register-form .container_resgister .line.civilite .wrap_fields .form-item.form-type-radio {
    margin: 0;
}

#user-register-form .container_resgister .line.civilite .wrap_fields .form-item-civility,
#user-register-form .container_resgister .line.civilite .wrap_fields .form-item-firstname,
#user-register-form .container_resgister .line.civilite .wrap_fields .form-item-day,
#user-register-form .container_resgister .line.civilite .wrap_fields .form-item-year,
#user-register-form .container_resgister .line.civilite .wrap_fields .form-item-address,
#user-register-form .container_resgister .line.civilite .wrap_fields .form-item-zipcode,
#user-register-form .container_resgister .line.civilite .wrap_fields .form-item-country {
    width: 50%;
    float: left;
    padding-right: 20px;
}

#user-register-form .container_resgister .line.civilite .wrap_fields .form-item-lastname,
#user-register-form .container_resgister .line.civilite .wrap_fields .form-item-sexe,
#user-register-form .container_resgister .line.civilite .wrap_fields .form-item-month,
#user-register-form .container_resgister .line.civilite .wrap_fields .form-item-csp,
#user-register-form .container_resgister .line.civilite .wrap_fields .form-item-address2,
#user-register-form .container_resgister .line.civilite .wrap_fields .form-item-city,
#user-register-form .container_resgister .line.civilite .wrap_fields .form-item-mobile {
    width: 50%;
    float: right;
    padding-left: 20px;
}

#infos-persos .content-infos-persos {
    background: none;
}

#user-register-form .captcha {
    left: 53%;
    right: auto;
    padding: 0;
}

#user-register-form input[type="submit"] {
    background: #ddd;
    color: #000;
}

#user-register-form input[type="submit"]:focus {
    outline: none;
}

#user-register-form .container_resgister .line .form-item-captcha .description {
    margin-bottom: 0;
}

#user-register-form input#edit-submit {
    font-family: 'Oswald', sans-serif;
}

/* ======================================
            Login page
====================================== */

#user-login {
    padding: 0;
    background: none;
}

#user-login h2 {
    font-family: 'Oswald', sans-serif;
    margin-bottom: 20px;
}

a.inscription {
    font-family: inherit;
}

#user-login input.form-submit,
.user-register.block a.inscription {
    background: #ddd;
    color: #000;
}

#user-login .form-item,
#user-login input.form-submit {
    margin: 0;
}

#user-login .forgetpwd {
    margin-left: 0;
}

#user-login input.form-submit {
    font-family: 'Oswald', sans-serif;
}

/* ======================================
            My account page
====================================== */

.new_espace_perso #infos-list-wrapper ul#infos-list li a {
    background: #ddd !important;
    color: #000;
    font-weight: 300;
}

.new_espace_perso .menu_user .logout-link {
    background: #ddd;
    color: #000;
    display: block;
    text-align: center;
    line-height: 42px;
    clear: both;
}

.new_espace_perso .menu_user .logout-link:hover {
    background: #828282;
}

.new_espace_perso .content-infos-compte .wrap_fields p,
#user-profile-form .new_espace_perso .container_resgister .line label {
    font-weight: 300;
    font-size: 18px;
}

.new_espace_perso .left_col .menu_user {
    padding-right: 0;
}

.new_espace_perso h1 {
    font-family: 'Oswald', sans-serif;
}

#user-profile-form input#edit-submit,
.content-infos-persos-newsletter form .form-submit {
    background: #ddd;
    color: #000;
    font-family: 'Oswald', sans-serif;
}

#user-profile-form .container_resgister .line .wrap_fields {
    width: 50%;
}

#user-profile-form .new_espace_perso .container_resgister .line input[type="text"],
#user-profile-form .new_espace_perso .container_resgister .line input[type="password"],
#user-profile-form .new_espace_perso .container_resgister .line select {
    box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    box-sizing: border-box;
    border: 1px solid #aaa;
    border-bottom-color: #ccc;
    border-radius: 2px;
    padding: 0;
    width: 100%;
    height: auto;
}

#user-profile-form .new_espace_perso .container_resgister .line input[type="text"] {
    padding-left: 4px;
}

#user-profile-form .new_espace_perso .container_resgister .line select {
    height: 34px;
}

.new_espace_perso .titre_infos h2 {
    font-weight: 400;
}

#user-profile-form div.password-confirm,
#user-profile-form .password-strength {
    margin: 0;
}

#user-profile-form .container_resgister .line .description {
    left: 0;
}

.new_espace_perso .titre_infos {
    background-color: #ddd;
}

.infos_message.etickets,
.infos_message.mtickets {
    background-color: #828282;
}

.left_col .menu_user:after {
    position: static;
}

.new_espace_perso .filtres_commandes {
    margin: 15px 0 5px;
}

#-generic-newsletters-form input[type="checkbox"] {
    margin: 0;
}

.new_espace_perso .product_liste .product_group .product_entete .infos .title {
    font-size: 16px;
}

.new_espace_perso .product_liste .product_group .product_entete .montant, .new_espace_perso .product_liste .product_group .product_entete .date {
    font-size: 14px;
    line-height: 20px;
}

.new_espace_perso .entete_th {
    margin-bottom: 5px;
}

.facturette a {
    color: #000;
}

#-generic-newsletters-form .form-item {
    margin-bottom: 10px;
}

#-generic-newsletters-form .form-item label {
    margin-left: 10px;
}

#-generic-newsletters-form .form-item-optin2 {
    display: none;
}

.nav-button {
    text-align: center;
}

.navbar-toggle-button {
    padding: 10px 0;
    display: inline-block;
    cursor: pointer;
    position: relative;
    width: 25px;
    height: 25px;
}

.navbar-toggle-button .icon-bar {
    display: block;
    background: #000;
    position: absolute;
    top: 8px;
    left: 0;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    -webkit-transition: top 0.2s 0.25s, left 0.2s 0.25s, opacity 0.2s 0.25s, -webkit-transform 0.2s 0s;
    -moz-transition: top 0.2s 0.25s, left 0.2s 0.25s, opacity 0.2s 0.25s, -webkit-transform 0.2s 0s;
    transition: top 0.2s 0.25s, left 0.2s 0.25s, opacity 0.2s 0.25s, -webkit-transform 0.2s 0s;
    -webkit-transition: top 0.2s 0.25s, left 0.2s 0.25s, opacity 0.2s 0.25s, -moz-transform 0.2s 0s;
    -moz-transition: top 0.2s 0.25s, left 0.2s 0.25s, opacity 0.2s 0.25s, -moz-transform 0.2s 0s;
    transition: top 0.2s 0.25s, left 0.2s 0.25s, opacity 0.2s 0.25s, -moz-transform 0.2s 0s;
    -webkit-transition: top 0.2s 0.25s, left 0.2s 0.25s, opacity 0.2s 0.25s, transform 0.2s 0s;
    -moz-transition: top 0.2s 0.25s, left 0.2s 0.25s, opacity 0.2s 0.25s, transform 0.2s 0s;
    transition: top 0.2s 0.25s, left 0.2s 0.25s, opacity 0.2s 0.25s, transform 0.2s 0s;
}

.navbar-toggle-button.opened .icon-bar {
    background: #000 !important;
    left: 0;
    opacity: 0;
    -webkit-transition: background 0.2s, top 0.2s, left 0.2s, opacity 0.2s, -webkit-transform 0.2s 0.25s;
    -moz-transition: background 0.2s, top 0.2s, left 0.2s, opacity 0.2s, -webkit-transform 0.2s 0.25s;
    transition: background 0.2s, top 0.2s, left 0.2s, opacity 0.2s, -webkit-transform 0.2s 0.25s;
    -webkit-transition: background 0.2s, top 0.2s, left 0.2s, opacity 0.2s, -moz-transform 0.2s 0.25s;
    -moz-transition: background 0.2s, top 0.2s, left 0.2s, opacity 0.2s, -moz-transform 0.2s 0.25s;
    transition: background 0.2s, top 0.2s, left 0.2s, opacity 0.2s, -moz-transform 0.2s 0.25s;
    -webkit-transition: background 0.2s, top 0.2s, left 0.2s, opacity 0.2s, transform 0.2s 0.25s;
    -moz-transition: background 0.2s, top 0.2s, left 0.2s, opacity 0.2s, transform 0.2s 0.25s;
    transition: background 0.2s, top 0.2s, left 0.2s, opacity 0.2s, transform 0.2s 0.25s;
}

.navbar-toggle-button .top-bar {
    top:0px;
}

.navbar-toggle-button .bottom-bar {
    top: 16px;
}

.navbar-toggle-button.opened .top-bar {
    left: 0;
    opacity: 1;
    top: 10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.navbar-toggle-button.opened .middle-bar {
    opacity: 0;
}

.navbar-toggle-button.opened .bottom-bar {
    left: 0;
    opacity: 1;
    top: 10px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#footer {
    min-height: 0;
}

/* ======================================
            Newsletter Block
====================================== */

.newsletter-block {
    width: 50%;
    float: left;
    padding-right: 5px;
}

.block.block-generic-newsletters .content {
    padding: 10px 0;
}

#block-generic-newsletters-newsletters {
    margin: 0;
}

#block-generic-newsletters-newsletters,
#block-generic-newsletters-newsletters h2 {
    text-align: right;
}

#block-generic-newsletters-newsletters h2 {
    margin-top: 25px;
    margin-bottom: 10px;
}

#block-generic-newsletters-newsletters span,
#block-generic-newsletters-newsletters #edit-action,
.block.block-generic-newsletters .form-item label {
    display: none;
}

.block.block-generic-newsletters input.form-submit {
    background: #fff;
    border-radius: 2px;
    border: 1px solid #aaa;
    color: #a9a9a9;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    width: 80%;
    position: relative;
    bottom: 0;
    right: 0;
    margin-top: 20px;
    box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
    border-bottom-color: #ccc;
}

.block.block-generic-newsletters input.form-submit:focus,
input#edit-newsletter-mail {
    outline: none;
}

input#edit-newsletter-mail {
    border-color: #aaa;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
    border-radius: 2px;
    width: 80%;
    padding-left: 5px;
    box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
    border-bottom-color: #ccc;
}

input#edit-newsletter-mail::-webkit-input-placeholder {color: #a9a9a9;text-transform: lowercase;text-align: center;}
input#edit-newsletter-mail:-moz-placeholder {color: #a9a9a9;text-transform: lowercase;text-align: center;}
input#edit-newsletter-mail::-moz-placeholder {color: #a9a9a9;text-transform: lowercase;text-align: center;}
input#edit-newsletter-mail:-ms-input-placeholder {color: #a9a9a9;text-transform: lowercase;text-align: center;}

/* ======================================
            Cookie Bar
====================================== */

.bandeau_cookie {
    height: auto !important;
    background-color: #ddd !important;
}

.bandeau_cookie a,.bandeau_close {
    color: #444 !important;
    font-family: 'Arial','Helvetica',sans-serif;
}

/* ======================================
            Magnify JS
====================================== */

html.magnifying > body {
    overflow-x: hidden !important;
}

.magnify {
    position: relative;
    display: inline-block;
}

.magnify .magnify-lens {
    /* Create the magnifying lens */
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 100%;
    /* Multiple box shadows to achieve the glass lens effect */
    -webkit-box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85),
    0 0 7px 7px rgba(0, 0, 0, 0.25),
    inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85),
    0 0 7px 7px rgba(0, 0, 0, 0.25),
    inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
    /* Hide the mouse pointer */
    cursor: none;
    /* Hide the lens by default */
    display: none;
    /* Place the lens on top of other elements */
    z-index: 100;
}

.magnify .magnify-lens.loading {
    background: #333 !important;
    opacity: 0.8;
}

.magnify .magnify-lens.loading:after {
    /* Loading text */
    position: absolute;
    top: 45%;
    left: 0;
    width: 100%;
    color: #fff;
    content: 'Loading...';
    font: italic normal 16px/1 Calibri, sans-serif;
    text-align: center;
    text-shadow: 0 0 2px rgba(51, 51, 51, 0.8);
    text-transform: none;
}

/* ======================================
                Sitemap
====================================== */

.page-node-621 #breadcrumb,
.page-node-621 .node .sharethis-buttons {
    display: none;
}

.page-node-621 .node h2 {
    margin-bottom: 40px;
}

.page-node-621 #sidebar-left {
    margin: 0;
    padding: 0;
}

.page-node-621 .node li {
    margin-bottom: 20px;
}

.page-node-621 .node li a {
    font-size: 20px;
    font-weight: 300;
    color: #181818;
    text-transform: uppercase;
}

.page-node-621 .node li a:hover {
    color: #cdcdcd;
}

.page-node-621 #global_wrapper {
    min-height: none;
}


/* ======================================
            Media queries
====================================== */

@media screen and (max-width: 1024px) {

    .node-type-evenementiel .right-half .big-box {
        display: none;
    }

    .single-category .select_place ul.liste li ul li span.tarif_name {
        width: auto;
    }
}

@media screen and (min-width: 992px) and (max-width: 1024px) {

    .list_catalogue .line {
       width: 20% !important;
    }

    .node-type-evenementiel .left-half .small-text {
        min-height: 327px;
    }

    .node-type-evenementiel .left-half .evenementiel-title,
    .node-type-evenementiel .left-half .color-box.blue {
        min-height: 324px;
    }

    .node-type-evenementiel .left-half .evenementiel-title p,
    .node-type-evenementiel .left-half .evenementiel-title.large p {
        line-height: normal;
        padding-top: 40%;
    }

    .node-type-evenementiel .right-half .small-text,
    .node-type-evenementiel .right-half .color-box {
        min-height: 487px;
    }

    .node-type-evenementiel .right-half .evenementiel-title p {
        padding-top: 35%;
    }

    .node-type-photos .left-half .photos-title {
        min-height: 322px;
    }

    .node-type-photos .photos-title p {
        line-height: 300px;
    }

    .node-type-salle-de-bal .left-half .color-box,
    .node-type-salle-de-bal .left-half .small-text{
        min-height: 328px;
    }

    .node-type-salle-de-bal .right-half .small-text {
        min-height: 489px;
    }

    .node-type-salle-de-bal .left-half.historique .small-text {
        min-height: 325px;
    }

    .front .home-title p {
        font-size: 28px;
    }

    .front .home-big-image {
        padding: 0 11px 9px 0;
    }

    .front .featured-artist-text p {
        margin-bottom: 10px !important;
    }

}

@media screen and (min-width: 768px) and (max-width: 991px) {

    .node-type-evenementiel .left-half .small-text {
        min-height: 241px;
    }

    .node-type-evenementiel .left-half .evenementiel-title,
    .node-type-evenementiel .left-half .color-box.blue {
        min-height: 240px;
    }

    .node-type-evenementiel .right-half .small-text,
    .node-type-evenementiel .right-half .color-box {
        min-height: 359px;
    }

    .node-type-photos .left-half .photos-title {
        min-height: 236px;
    }

    .node-type-salle-de-bal .left-half .color-box,
    .node-type-salle-de-bal .left-half .small-text {
        min-height: 241px;
    }

    .node-type-salle-de-bal .right-half .small-text {
        min-height: 361px;
    }

    .social ul.menu > li {
        margin-right: 12px;
    }

    .list_catalogue .line {
        width: 25% !important;
    }

    .front .home-title p {
        font-size: 21px;
        padding: 40% 0;
    }

    .front .home-big-image {
        padding: 0 8px 7px 0;
    }

    .front .featured-artist-text {
        padding: 5px 10px;
    }

    .front .featured-artist-text p {
        line-height: 16px !important;
        margin-bottom: 0 !important;
        font-size: 12px !important;
    }

    .front .right-half div:nth-child(7) p {
        padding: 25% 0;
    }

    #block-generic-newsletters-newsletters,
    #block-generic-newsletters-newsletters h2 {
        text-align: center;
    }

    #block-generic-newsletters-newsletters h2 {
        margin-bottom: 5px;
        font-size: 20px;
    }

    input#edit-newsletter-mail,
    .block.block-generic-newsletters input.form-submit {
        width: 100%;
    }

    .block.block-generic-newsletters input.form-submit {
        margin-top: 10px;
    }

}

@media screen and (min-width: 768px) and (max-width: 1024px) {

    #page-wrapper {
        max-width: none;
        padding: 0 25px;
    }

    #header .logo {
        text-align: left;
        padding: 10px 0;
    }

    #header a {
        font-size: 16px;
    }

    #header #block-generic-uc-cart-content-cart-block {
        margin-top: 12px;
    }

    .mini-cart:after {
        top: 0;
    }

    .menu_user:after {
        top: 11px;
    }

    #block-generic-core-recherche {
        position: relative;
        left: auto;
        bottom: auto;
        width: auto;
    }

    .social ul.menu > li {
        margin-right: 15px;
    }

    #block-generic-core-recherche input#edit-submit {
        top: 11px;
        right: 5px;
    }

    .list_catalogue {
        margin-top: 0;
    }

    .new_espace_perso .left_col {
        width: 33.333%;
        float: left;
    }

    .new_espace_perso .right_col {
        width: 66.666%;
        float: left;
        padding-left: 10px;
    }

    .new_espace_perso #infos-list-wrapper ul#infos-list li {
        font-size: 18px;
    }

    #user-profile-form .container_resgister .line .wrap_fields {
        width: 95%;
    }

    .node-type-contact-page #global_wrapper > div:not(#breadcrumb) {
        width: 33.333%;
        height: 240px;
        overflow: hidden;
    }

    .node-type-infos-pratiques #global_wrapper > div {
        width: 32.6%;
    }

    .node-type-infos-pratiques #global_wrapper > div:nth-child(6) {
        clear: both;
    }

    .node-type-infos-pratiques .color-box {
        min-height: 233px;
    }

    .node-type-pro #global_wrapper > div:not(#breadcrumb) {
        width: 33.333%;
    }

    .node-type-evenementiel .left-half,
    .node-type-evenementiel .right-half,
    .node-type-photos .left-half,
    .node-type-photos .right-half,
    .node-type-salle-de-bal .left-half,
    .node-type-salle-de-bal .right-half {
        width: 100%;
        float: none;
        clear: both;
    }

    .node-type-evenementiel .right-half,
    .node-type-photos .right-half,
    .node-type-salle-de-bal .right-half {
        padding-left: 0;
    }

    .node-type-photos .right-half .photos-title p {
        padding-top: 40%;
    }

    #modifyaddress {
        top: 12px;
        font-size: 14px;
    }

    .checkout #div-country.form-select {
        width: 62% !important;
    }

    #uc-cart-checkout-form table td.subtotal,
    #uc-cart-checkout-form table td.price {
        padding-right: 10px;
    }

    .checkout .block-cart,
    .checkout .block-termsofuse {
        width: 100%;
        margin: 2% 0;
        float: none;
    }

    #total-checkout fieldset legend span.modify-cart {
        display: inline-block;
        float: right;
        line-height: 30px;
    }

    #page-confirm-wrapper table .line.product {
        padding: 20px 10px;
    }

    #checkout-form-bottom-confirm input.form-submit {
        padding-right: 10px;
        padding-left: 10px;
    }

}

@media screen and (max-width: 767px) {
    #page-wrapper {
        padding: 0 10px;
    }

    #header .logo {
        float: none;
        margin: 0 auto;
        text-align: center;
        padding-bottom: 10px;
    }

    .mobile-menu .mini-cart {
        float: none;
        font-size: 16px;
        margin-left: 0;
    }

    .mobile-menu .mini-cart:after {
        top: -2px;
    }

    .social,
    .region-header-middle-right,
    .region-header-bottom {
        display: none;
    }

    #footer {
        min-height: 0;
    }

    .mobile-menu > ul,
    .mobile-menu > ul li {
        margin: 0;
    }

    .mobile-menu > ul {
        text-align: center;
        display: none;
    }

    .mobile-menu > ul li {
        padding: 10px 0;
        font-size: 16px;
    }

    .mobile-menu .language-switcher-locale-url li {
        display: inline-block;
    }

    .mobile-menu .language-switcher-locale-url li.active {
        font-weight: 700;
    }

    .mobile-menu .language-switcher-locale-url li:first-child:after {
        right: -1px;
        top: 9px;
        font-size: 16px;
        font-weight: 100;
    }

    .content.with_right_col .list_catalogue {
        padding-left: 5px;
    }

    .mobile-menu .menu_user {
        float: none;
    }

    .mobile-menu .menu_user:after {
        content: none;
    }

    .mobile-menu .menu_user a {
        position: relative;
        padding-right: 35px;
    }

    .mobile-menu .menu_user a:after {
        position: absolute;
        content: '';
        width: 23px;
        height: 23px;
        top: -4px;
        right: 0;
        background: url('../images/user.png') no-repeat center center;
        background-size: cover;
    }

    .meeting .table_info_top .title_manifestation {
        font-size: 24px;
    }

    .meeting .table_info_top .datemeeting,
    .meeting .summary,
    #info_td_description {
        font-size: 18px;
    }

    #info_td_description .description p {
        font-size: 18px !important;
    }

    .list_catalogue {
        margin-left: 3px;
    }

    .new_mode_auto .plan_stade {
        float: left;
    }

    .wrapper_auto form#generic-catalog-meeting-form {
        clear: none;
        float: left;
    }

    .wrapper_auto h3 .indication {
        line-height: 16px;
    }

    .product-manifestation-bouton-buy {
        width: 100%;
    }

    .left-half,
    .right-half,
    .small-image,
    .small-text,
    .color-box,
    .pro-title,
    div.links,
    .evenementiel-title,
    .photos-title,
    .big-image {
        width: 100% !important;
        float: none !important;
    }

    .big-box {
        display: none;
    }

    .small-text {
        min-height: 0 !important;
    }

    .small-image.clear {
        height: auto;
    }

    .node-type-pro .pro-title p {
        padding: 15% 0;
    }

    .node-type-contact-page .color-box:last-child {
        display: none;
    }

    .new_espace_perso #infos-list-wrapper ul#infos-list li a {
        font-size: 16px;
    }

    #user-profile-form .container_resgister .line .wrap_fields {
        width: 95%;
    }

    .new_espace_perso .left_col .menu_user_btn {
        padding-left: 0;
    }

    .front .right-half {
        padding-left: 0;
    }

    .front img {
        width: 100%;
    }

    .front .left-half .line,
    .front .right-half .line,
    .front .home-big-image,
    .front .left-half .home-title,
    .front .right-half .home-title,
    .front .featured-artist-image {
        width: 100%;
        float: none;
        padding-right: 0;
    }

    .front .featured-artist-text {
        width: 100%;
        float: none;
    }

    .front .home-big-image {
        padding: 0 0 5px 0;
    }

    .front .home-title p {
        padding: 25% 0;
    }

    #modifyaddress {
        top: 10px;
    }

    #total-checkout fieldset legend span.modify-cart {
        float: right;
        display: inline-block;
        line-height: 30px;
    }

    .checkout .block-cart,
    .checkout .block-termsofuse {
        width: 100%;
        float: none;
        margin: 2% 0;
    }

    .checkout .form-item-panes-termsofuse-termsofuse {
        margin-top: 10px;
    }

    .checkout .form-item-panes-termsofuse-termsofuse label.option {
        display: inline;
        padding-left: 15px;
        margin-left: 0;
    }

    #uc-cart-checkout-form table td.subtotal {
        padding-right: 5px;
    }

    #checkout-form-bottom-confirm input.form-submit {
        padding-right: 10px;
        padding-left: 10px;
    }

    .list_catalogue .line .inner_line {
        max-height: none;
    }

    .newsletter-block {
        width: 100%;
        float: none;
        padding: 0;
    }

    #block-generic-newsletters-newsletters,
    #block-generic-newsletters-newsletters h2 {
        text-align: center;
    }

    .block.block-generic-newsletters input.form-submit {
        float: none;
    }
}

@media screen and (min-width: 550px) and (max-width: 767px) {
    #header .logo img {
        width: 45%;
    }

    .list_catalogue .line {
        width: 33.33% !important;
    }

    .meeting .table_info_top .datemeeting,
    .meeting .summary {
        font-size: 16px;
    }

    #info_td_description .description p {
        font-size: 16px !important;
    }

    .list_catalogue {
        margin-top: 10px;
    }

    .content.with_right_col .list_catalogue .line {
        width: 33.3333% !important;
    }

    .meeting .table_info_top .info-title-date {
        width: 50%;
    }

    #user-login input.form-submit,
    #user-register-form input#edit-submit,
    .noCommandBloc #center-part a {
        padding: 0 20px;
    }

    .user-register.block .infos {
       padding: 10px 0;
    }

    #user-register-form .container_resgister .line .form-item.form-item-type-compte #edit-type-compte {
        width: 100%;
    }

    .left-half,
    .right-half {
        width: 80% !important;
        float: none !important;
        padding: 0 !important;
        margin: 0 auto;
    }

    .node-type-pro #global_wrapper,
    .node-type-contact-page #global_wrapper {
        width: 80%;
        margin: 0 auto;
    }

    .node-type-photos .photos-title p {
        font-size: 26px;
        line-height: 177px;
    }

    .node-type-photos .right-half .photos-title p,
    .node-type-evenementiel .left-half .evenementiel-title.large p {
        padding: 15% 0;
    }

    .node-type-infos-pratiques #global_wrapper > div {
        float: left !important;
        width: 49% !important;
    }

    .node-type-infos-pratiques .color-box {
        clear: both;
    }

    .node-type-infos-pratiques .color-box:last-child {
        display: none;
    }

    .front .left-half,.front .right-half {
        width: 80% !important;
    }

    .newsletter-block a {
        display: block;
    }

    .checkout #div-country.form-select {
        width: 62% !important;
    }
}

@media screen and (max-width: 414px) {

    #header .logo img {
        width: 60%;
    }

    .list_catalogue {
        margin-top: 0;
    }

    .list_catalogue .line {
        width: 50% !important;
    }

    .user-register.block a.inscription {
        width: 100%;
        margin-right: 0;
        text-align: center;
    }

    #user-register-form .container_resgister .line {
        padding: 0;
    }

    #user-register-form .container_resgister .line label,
    #user-register-form .container_resgister .line input[type="radio"] {
        height: auto;
    }

    #user-register-form .container_resgister .line .form-item.form-item-type-compte #edit-type-compte .form-item.form-item-type-compte {
        padding: 5px 0;
    }

    #user-register-form .container_resgister .line .form-item,
    #user-register-form .container_resgister .line.civilite .wrap_fields .form-item {
        width: 100%;
        margin: 5px 0;
        padding: 0;
    }

    #user-register-form .container_resgister .line.content-infos-compte .form-item-mail,
    #user-register-form .container_resgister .line.content-infos-compte .form-type-password {
        padding-right: 0;
    }

    #edit-type-compte {
        margin-bottom: 10px;
    }

    #infos-persos select#edit-country {
        width: 100%;
    }

    #user-register-form #edit-captcha {
        width: 65%;
    }

    #user-register-form .captcha {
        left: auto;
        right: 0;
    }

    #user-register-form .champ_obligatoire {
        padding: 0;
    }

    .new_mode_auto .wrapper_auto {
        padding: 0;
    }

    .meeting .visuel_match,
    .meeting .info_match,
    .meeting .summary,
    .meeting .infos_salle {
        width: 100%;
        float: none;
    }

    .meeting .info_match {
        padding: 0;
        margin-top: 15px;
    }

    #info_td_description {
        padding-left: 0;
    }

    .meeting .table_info_top .info-title-date {
        float: none;
    }

    .meeting .reserver-button {
        float: left;
    }

    .meeting .date_meeting ul li {
        overflow: scroll;
    }

    .meeting .date_meeting,
    .wrapper_auto.only_form_detail form#generic-catalog-meeting-form,
    .meeting .wrap_promo {
        width: 100%;
        float: none;
        padding-left: 0;
    }

    .new_mode_auto .plan_stade,
    .wrapper_auto form#generic-catalog-meeting-form {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    #seat_mode_basket {
        width: 100% !important;
        float: none !important;
        padding: 0 !important;
    }

    #timer-cart .time-remaining {
        width: 100%;
    }

    .button {
        float: none;
    }

    .noCommandBloc #center-part a, .bg-top-table .button a, #new-checkout-button {
        width: 100%;
    }

    .node-type-evenementiel .right-half {
        padding-left: 0;
    }

    .node-type-photos .photos-title {
        width: 100% !important;
        float: none !important;
    }

    .node-type-photos .left-half {
        padding-right: 0;
    }

    .node-type-photos .right-half {
        padding-left: 0;
    }

    .node-type-photos .right-half .photos-title p {
        padding: 22% 0;
    }

    .uc-cart-checkout-form .uc-store-address-field .form-item label,
    .wrapper_generic_content.checkout input:not([type="checkbox"]),
    .wrapper_generic_content.checkout select,
    .checkout #div-country.form-select
    {
        width: 100% !important;
    }

    .checkout #checkout-form-bottom #edit-cancel {
        margin-bottom: 15px;
    }

    .checkout #checkout-form-bottom #new-confirm-button .button.button_action {
        float: none;
        clear: both;
    }

    #total-checkout fieldset legend span {
        font-size: 18px;
    }

    .form-item-panes-termsofuse-termsofuse label {
        float: left;
    }

    .wrapper_generic_content.checkout #payment-pane input[type="radio"] {
        float: left;
        width: auto !important;
        top: 6px;
    }

    .checkout .form-item.form-item-panes-payment-payment-method label.option {
        float: left;
    }

    .etape.un,
    .etape.deux {
        width: 30%;
    }

    .white_container.review .total {
        margin-top: 15px;
    }

    .white_container.review .block-content > div {
        width: 100%;
        float: none;
        clear: both;
        margin: 10px 0 !important;
    }

    #wrapper_cart .cross_selling_item.line.product .image {
        width: 30%;
    }

    .cross_selling_item .titre {
        font-size: 16px;
        min-height: 0;
    }

    .wrapper_cross_selling_intern .btn.open_form {
        margin-left: 0;
        margin-top: 10px;
        width: 100%;
    }

    .node-type-manifestation .map_content {
        width: 100%;
        float: none;
    }

    .meeting .title_meeting {
        padding: 0 0 10px;
        width: 100%;
        float: none;
    }

    .single-category .select_place ul.liste li ul li span.tarif_price {
        padding: 6px;
    }

    .single-category .select_place ul.liste li ul li .nbr {
        float: left;
        padding: 5px;
    }
}
