* {
    margin: 0;
    padding: 0;
}

img {
    border: 0;
}

html {
}

body {
    font-family: Arial, sans-serif;
    font-size: 14px;
    /*background: #f2f2f2 url('/styles/images/header/bg.jpg') no-repeat top center fixed;*/
    background-color: #fff;
    color: #333;
    --main-color: #D83588;
}
body.site-uk {
    --main-color: #000000;
}

.primary-color {
    color: var(--main-color);
}

a {
    text-decoration: none;
    color: var(--main-color);
}

ul {
    list-style: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

.clear {
    clear: both;
}

.clear2 {
    clear: both;
    height: 5px;
    font-size: 0;
}

.clear3 {
    clear: both;
    height: 0px;
    font-size: 0;
}

.png, .sid {
    behavior: url("/pngbehavior.htc");
}

#hackglobal {
    margin: 0 auto;
    /*width: 955px;*/
    position: relative;
}

#site_global {
    /*width: 954px;*/
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    /*background: #fff;*/
    position: relative;
}

/* //CENTRE GLOBAL */
#centre_global {}
#centre_global.container,
#centre_global .container {
    padding: 8px 8px 25px;
    max-width: 939px;
}

.pageProduit #centre_index {
    float: left;
    width: 620px;
}

/* //CONTAINER */
.container {
    margin-right: auto;
    margin-left: auto;
    max-width: 955px;
}

.col50 {
    width: 48%;
    float: left;
    margin: 0 1% 10px 1%;
}

.col100 {
    display: block;
    width: 100%;
}

.col100 h1 {
    text-align: center;
}

.rose {
    color: var(--main-color);
}

.jaune {
    color: #f7e133;
}

h1 {
    text-transform: uppercase;
    font-size: 2.2em;
    color: var(--main-color);
    font-weight: normal;
}

h2 {
    font-size: 1.8em;
    margin-bottom: 10px;
}

h3 {
    font-size: 1.5em;
    margin-bottom: 5px;
}

h4 {
    font-size: 1.2em;
    margin-bottom: 3px;
}

h5, h6 {
    font-size: 1em;
}

/*****************************************/
/*************     HEADER     ************/
/*****************************************/

/* TopBar */

#topBar {
    border-bottom: 1px solid var(--main-color);
    padding: 5px 10px;
    /*margin-bottom: 20px;*/
    background-color: #fff;
}

#topBar, #topBar a {
    color: var(--main-color);
}

#topBar p.tel {
    text-align: center;
    float: left;
    font-size: 11px;
    margin-top: 5px;
}

#topBar p.tel a {
    font-size: 20px;
    font-weight: bold;
}

#topBar ul {
    float: right;
    margin-top: 15px;
    margin-right: 10px;
}

#topBar ul li {
    display: inline-block;
    line-height: 16px;
    vertical-align: middle;
    margin-left: 7px;
    font-weight: bold;
}
#topBar .wrapReseauxSocLinks {
    float: right;
}

/* logo header*/

#logo {
    padding: 20px 15px 15px;
    background-color: #fff;
}

/*#logo img*/
.header_logo {
    height: 96px;
    width: 266px;
    float: left;
}

/* menu */

.navigation {
    background:none repeat scroll 0 0 var(--main-color);
}
#nav {
    display: inline-block;
    position: relative;
    cursor: default;
    z-index: 500;
    width: 100%;
}

#nav > li {
    display: block;
    float: left;
    width: 16.667%;
    text-align: center;
    text-transform: uppercase;
}

#nav.nbmenu7 > li {
    width: 14.285%;
}

#nav > li > a {
    position: relative;
    display: block;
    z-index: 510;
    height: 54px;
    /*padding: 0 20px;*/
    line-height: 54px;
    font-weight: bold;
    font-size: 15px;
    color: #fff;
    background: var(--main-color);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    overflow: hidden;
}

#nav > li:hover > a {
    background: var(--main-color);
}

#nav > li > div {
    position: absolute;
    display: block;
    width: 954px;
    top: 55px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    background: #ffffff;
    border-radius: 0 0 3px 3px;
    -webkit-transition: all .3s ease .15s;
    -moz-transition: all .3s ease .15s;
    -o-transition: all .3s ease .15s;
    -ms-transition: all .3s ease .15s;
    transition: all .3s ease .15s;
}

#nav > li:hover > div {
    opacity: 1;
    visibility: visible;
    overflow: visible;
}

#nav .nav-column {
    float: left;
    width: 15%;
    padding: 2%;
}

#nav .nav-column.nav-column5 {
    width: 11%;
}

#nav .nav-column h2 {
    margin: 10px 0;
    line-height: 1.2em;
    font-weight: bold;
    font-size: 14px;
    color: #372f2b;
    text-transform: uppercase;
}

#nav .nav-column h2 {
    color: var(--main-color);
}

#nav .nav-column li a {
    display: block;
    line-height: 1.6em;
    font-size: 12px;
    color: #666;
}

#nav .nav-column {
    text-transform: none;
    text-align: left;
}

#nav .nav-column li a:hover {
    color: #444;
    text-decoration: underline;
}

#nav .bannerMenu {
    background-color: #ededed;
    width: 20%;
    float:right;
    text-align: center;
}

#nav .bannerMenu li {
    padding: 10px 0;
}

/*******slider*********/

/*****************************************/
/********!!!!!   END HEADER   !!!!!!******/
/*****************************************/

/*****************************************/
/*************    HOME       ************/
/*****************************************/

.titreTrait {
    text-transform: uppercase;
    text-align: center;
    font-size: 2.2em;
    color: var(--main-color);
    display: table;
    width: 100%;
    margin: 10px 0;
}

.titreTrait span {
    display: table-cell;
    width: 45%;
    vertical-align: middle;
}

.titreTrait span span {
    display: block;
    width: 100%;
    height: 1px;
    border-top: 1px solid var(--main-color);
}

.titreTrait strong {
    font-weight: normal;
    display: table-cell;
    min-width: 10%;
    white-space: nowrap;
    padding: 0 10px;
}

/*******BLOCS " A LA UNE "*********/

img {
    max-width: 100%;
    height: auto;
}

.blocAffichIndex {
    width: 32%;
    margin: 1%;
    float: left;
    font-size: 15px;
    /* Stef - 16/10/15 : #35264 */
    /*height:260px;*/
}
.blocAffichIndex:hover {
    background-color: #ececed;
}

.blocAffichIndex .bloc_image
{
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc !important;
    width: 298px;
}

.blocAffichIndex:hover .bloc_image{
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc !important;
    width: 100%;
    height: 114px;
}


.blocAffichIndex .bloc_image {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff !important;
    width: 100%;
    box-sizing: border-box;
}


.blocAffichIndex .bloc_image:hover
{
    width: 100%;
    height: 114px;
    text-align: center;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc !important;
    border-bottom: 1px #ececed solid;
}


.blocAffichIndex img {
    height: 110px;
    width: 100%;
}

.blocAffichIndex .contentAffichIndex img {width: 100%}

.blocAffichIndex .contentAffichIndex .title{
    display: table;
    height: 44px;
}
.blocAffichIndex .contentAffichIndex .title h3{
    display: table-cell;
    vertical-align: middle;
}


.first {
    margin-left: 0;
}

.last {
    margin-right: 0;
}

.blocAffichIndex a {
    color: #666;
}

.blocAffichIndex a:hover .contentAffichIndex {
    background-color: #ececed;
}

.contentAffichIndex {
    border: 1px solid #ccc;
    border-top: 0 none;
    padding: 5px;
    min-height: 136px;
}

.contentAffichIndex h3 {
    font-size: 1.4em;
    color: var(--main-color);
    font-weight: normal;
    text-transform: uppercase;
    font-size: 19px;
}

.contentAffichIndex p {
    padding-bottom: 5px;
}

.contentAffichIndex h3 + p {
    font-weight: bold;
    color: #999;
}

.descEventHome {
    font-weight: bold;
    color: var(--main-color);
    font-size: .8em;
}

/*******BLOCS " infos pratiques " *********/
/*******BLOCS " réassurance " *********/

#infosPratiques .contentAffichIndex,
#reassuranceHome .contentAffichIndex {
    border: 1px solid #ccc;
    padding: 0;
    height: 220px;
}

#reassuranceHome .contentAffichIndex {
    text-align: center;
    padding: 5px;
    height:145px;
}

#infosPratiques .contentAffichIndex p,
#infosPratiques .contentAffichIndex h3 {
    padding: 5px;
}

#infosPratiques .contentAffichIndex p {
    color: #999;
    font-weight: bold;
}

#reassuranceHome h3 + p {
    color: #000;
    font-style: italic;
    font-weight: normal;
}

/* //RESEAUX SOCIAUX - Button */
.reseauxSocBtn {
    display: block;
    position: relative;
    border-radius: 100%;
}
.reseauxSocBtn .svg {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 14px;
    height: 14px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* //RESEAUX SOCIAUX */
#reseauxSoc {
    float: left;
    margin-right: 20px;
}
#reseauxSoc ul {
    float: left;
    margin-top: 10px;
}
#reseauxSoc li {
    display: inline-block;
    float: left;
    width: 22px;
}
#reseauxSoc li + li {
    margin-left: 10px;
}
#reseauxSoc li .reseauxSocBtn {
    width: 26px;
    height: 26px;
    background-color: #ccc;
}
#reseauxSoc li .reseauxSocBtn .svg {
    width: 14px;
    height: 14px;
}
#reseauxSoc .reseauxSocBtn .svg circle,
#reseauxSoc .reseauxSocBtn .svg path {
    fill: #fff;
}

/*****************************************/
/********!!!!!   END HEADER   !!!!!!******/
/*****************************************/

/*****************************************/
/************    FOOTER       ************/
/*****************************************/

footer {
    background: url('/styles/images/footer/bg-footer.png') repeat transparent;
    margin: 10px 0;
    padding: 10px;
}

footer, footer a {
    color: #fff;
}

footer, footer a:hover {
    text-decoration: underline;
}

footer .nav-column {
    width: 14.65%;
    padding: 0 1%;
    float: left;
    font-size: .89em;
}

footer p {
    font-weight: bold;
    padding-bottom: 10px;
}

footer p + p {
    font-weight: normal;
}

footer p:first-child {
    font-size: 1.2em;
}

/*****************************************/
/********!!!!!   END FOOTER   !!!!!!******/
/*****************************************/

/*****************************************/
/**********   LISTE PRODUITS   ***********/
/*****************************************/

.produitListe {
    margin-bottom: 15px;
}

#index_desc .produitListe p {
    margin-bottom: 0;
    line-height: 1em;
}

.produitContent {
    border: 1px solid #A7A7A7;
    height: 110px;
    font-size: 20px;
    line-height: 110px;
    font-weight: bold;
}

.produitContent ul li {
    display: inline-block;
}

.produitContent > div {
    margin-left: 10px;
    display: inline-block;
    line-height: normal;
    vertical-align: middle;
}

.produitContent .imgProduitContent {
    margin-left: 0;
    float: left;
    width: 300px;
    text-align: center;
    height: 110px;
    overflow: hidden;
}

.produitContent .imgProduitContent img {
    height: 110px;
}

.prestation {
    width: 255px;
}
.prestation img {
    filter: grayscale(1);
}

.lieuConcert {
    width: 151px;
}

.prixResa {
    width: 188px;
}

.prestation,
.lieuConcert {
    color: var(--main-color);
}

.prestation span,
.prixResa {
    color: #57585A;
}

.lieuConcert span {
    color: #9C9D9F;
}

.lieuConcert,
.prixResa {
    text-align: center;
}

.prestation > p,
.lieuConcert > p,
.statutProduit {
    text-transform: uppercase;
}

.prestation > p {
    height: 75px;
}

.prestation > p span,
.prixResa span {
    font-weight: normal;
}

.prixResa span {
    font-size: 17px;
}

.lieuConcert span,
.prestation > p span {
    text-transform: none;
}

.lieuConcert span {
    font-size: 15px;
}

.prixResa > div:first-child {
    height: 68px;
    padding-left: 20px;
}

.prixResa > div:first-child p.promo {
    padding-top: 0;
    font-weight: bold;
    color: var(--main-color);
    text-transform: uppercase;
    font-size: 21px;
    line-height: 1em;
}

.prixResa > div:first-child p {
    padding-top: 10px;
}

.prixResa > div:first-child p.promo + p {
    padding-top: 0;
}

.statutProduit {
    background: url('/styles/images/produit/bg-dispos-resa-new-2.png') no-repeat transparent;
    height: 41px;
    width: 188px;
    line-height: 41px;
    font-size: 14px;
}

.statutProduit a {
    color: #fff;
    padding-left: 15px;
}

.statutProduit.complet {
    font-size: 12px;
}

.bientotVente {
    background-position: 0 -41px;
}

.bientotComplet {
    background-position: 0 -82px;
}

.complet {
    background-position: 0 -123px;
}

.disponible {
    background-position: 0 -165px
}

.prixResa p[span*=".promo"] {
    border: thin solid red;
}

del {
    font-weight: normal;
    color: #777;
}

/*****************************************/
/**!!!!!   END LISTE PRODUIT   !!!!!!*****/
/*****************************************/

/*****************************************/
/******   ELEMENTS FORMULAIRES   *********/
/*****************************************/

/* genéral */
input[type=submit] {
    cursor: pointer;
}

input,
select {
    line-height: 26px;
    height: 26px;
    color: var(--main-color);
    padding: 0 3px;
    border: 1px solid #A7A7A7;
}

input[type=checkbox],
input[type=radio] {
    border: 0 none;
}

textarea {
    color: var(--main-color);
}

select {
    font-weight: bold;
}

::-webkit-input-placeholder {
    color: var(--main-color);
    font-style: italic;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: var(--main-color);
    font-style: italic;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: var(--main-color);
    font-style: italic;
}

:-ms-input-placeholder {
    color: var(--main-color);
    font-style: italic;
}

/* header login*/

#headerHautLogin {
    float: right;
    font-size: .875em;
    margin-top: 14px;
}

#headerHautLogin > p:first-child {
    text-align: center;
    border-bottom: 1px solid var(--main-color);
    margin-bottom: 3px;
    font-weight: bold;
}

#headerHautLogin form > p {
    text-align: right;
}

#topBar form a {
    color: #666;
}

#headerHautLogin input[type=text],
#headerHautLogin input[type=password] {
    height: 22px;
    line-height: 22px;
    width: 100px;
}

.btn_ok {
    background: var(--main-color);
    height: 24px;
    line-height: 24px;
    color: #fff;
    font-weight: bold;
    border: 0 none;
    -moz-box-shadow: inset 0px 0px 6px 1px #96205E;
    -webkit-box-shadow: inset 0px 0px 6px 1px #96205E;
    -o-box-shadow: inset 0px 0px 6px 1px #96205E;
    box-shadow: inset 0px 0px 6px 1px #96205E;
    padding: 0 4px;
}

/* recherche header*/

#headSearch {
    position: relative;
    float: left;
    margin-left: 70px;
    padding-top: 30px;
}

#headSearch input[type=text] {
    width: 286px;
    -moz-box-shadow: inset 0px 0px 6px 1px #999;
    -webkit-box-shadow: inset 0px 0px 6px 1px #999;
    -o-box-shadow: inset 0px 0px 6px 1px #999;
    box-shadow: inset 0px 0px 6px 1px #999;
    border: 0 none;
    height: 30px;
    line-height: 30px;
}

#headSearch input.btn_ok {
    background: url('/styles/images/formulaire/btn-loupe.png') no-repeat transparent;
    width: 30px;
    height: 30px;
    border: 0 none;
    text-indent: -5000px;
    cursor: pointer;
}
.site-uk #headSearch input.btn_ok {
    filter: grayscale(1);
}

#headSearch label {
}

.lnk_recherche {
    text-align: center;
    margin-top: 5px;
}

.lnk_recherche a {
    text-decoration: underline;
    text-transform: uppercase;
    font-style: italic;
    font-size: .8em;
    color: #666;
}

/* recherce avancée + form produits*/

#rechercheAvance #index_desc2 {
    text-align: center;
    width: 60%;
    margin: 0 auto;
    padding: 10px;
    border: thin solid #999;
}

#rechercheAvance form p,
.form_contact label,
#contact_form2 label {
    font-size: 1.1em;
    font-weight: bold;
    color: #A7A7A7;
}

#rechercheAvance #index_desc2 > p:first-child {
    text-align: left;
}

#rechercheAvance #index_desc2 p {
    margin-bottom: 20px;
}

#rechercheAvance input[type=text],
.form_insc > div input {
    width: 46%;
    margin-left: 2%;
}

#rechercheAvance input[type=text]:first-child,
.form_insc > div input:first-child {
    margin-right: 2%;
    margin-left: 0;
}

#rechercheAvance select {
    width: 210px;
}

#rechercheAvance .selectddns select {
    width: 50px;
}

.btnSubmitRose {
    background: url('/styles/images/formulaire/btn-recherche.png') no-repeat transparent;
    width: 108px;
    height: 20px;
    line-height: 20px;
    text-transform: uppercase;
    font-size: .795em;
    border: 0 none;
    color: #fff;
    font-weight: bold;
    padding-left: 5px;
    margin-left: 220px;
}

.site-uk .btnSubmitRose {
    filter: grayscale(1);
}

.form_contact .btnSubmitRose {
    margin-left: 390px;
}

.form_contact label,
#contact_form2 label {
    float: left;
    display: block;
    width: 250px;
    text-align: right;
    margin-right: 5px;
    line-height: 26px;
}

.nbParticipants, .typeTransport, .villeDepart, .billets, .hebergement, .budget, .restauration, .choixChambre, .jourDepart, .option, .assurance, .envoi, .jourArrivee {
    width: 307px;
    /*padding-left: 30px;*/
}

.form_contact textarea {
    width: 250px;
}

.nbParticipants, .typeTransport, .villeDepart, .billets, .hebergement, .budget, .restauration, .choixChambre, .jourDepart, .option, .assurance, .envoi, .jourArrivee {
    background: url('/styles/images/formulaire/sprite-icones-choix.png') no-repeat left;
}
.site-uk .nbParticipants,
.site-uk .typeTransport,
.site-uk .villeDepart,
.site-uk .billets,
.site-uk .hebergement,
.site-uk .budget,
.site-uk .restauration,
.site-uk .choixChambre,
.site-uk .jourDepart,
.site-uk .option,
.site-uk .assurance,
.site-uk .envoi,
.site-uk .jourArrivee {
    filter: grayscale(1);
}

.nbParticipants {
    background-position: 0 0;
}

.typeTransport {
    background-position: 0 -25px;
}

.villeDepart {
    background-position: 0 -50px;
}

.billets {
    background-position: 0 -75px;
}

.hebergement, .choixChambre {
    background-position: 0 -100px;
}

.budget {
    background-position: 0 -125px;
}

.restauration {
    background-position: 0 -150px;
}

.jourDepart, .jourArrivee {
    background-position: 0 -175px;
}

.option {
    background-position: 0 -200px;
}

.assurance {
    background-position: 0 -225px;
}

.envoi {
    background-position: 0 -250px;
}

/* Formulaire inscription */

.divinsc {
    border: thin solid #999;
    padding: 10px;
    margin-bottom: 10px;
}

.divinsc h2 {
    font-size: 1.4em;
    color: var(--main-color);
}

.divinsc label {
    font-size: 1.2em;
    font-weight: bold;
    color: #A7A7A7;
}

.divinsc input[type=text],
select {
    width: 90%;
}

.input_info {
    font-size: .8em;
    font-style: italic;
}

#divAdresse {
    height: 585px;
}

div#divAdresse p {
    margin-bottom: 20px;
}

.divinsc input[type=radio] {
    line-height: normal;
    height: auto;
}

/* formulaire resa tunnel*/

.tunnel .resa_content {
    border: 0 none;
}

.tunnel .form_contact label {
    width: 220px;
}

.tunnel .nbParticipants,
.tunnel .typeTransport,
.tunnel .villeDepart,
.tunnel .billets,
.tunnel .hebergement,
.tunnel .budget,
.tunnel .restauration,
.tunnel .choixChambre,
.tunnel .jourDepart,
.tunnel .option,
.tunnel .assurance,
.tunnel .envoi,
.tunnel .jourArrivee {
    height: 27px;
    /*text-indent: 0.01px;*/
    text-indent: 30px;
    text-overflow: "";
}

.tunnel select::-ms-expand{
    display: none;
}

.formInfos {
    width: 306px;
    float: right;
    margin-top: -10px;
    padding: 5px;
    display: none;
    color: #333;
    margin-right: 84px;
}
.formInfos *{
    font-size:14px !important;
}

.formInfos .more_infos{
    margin-left:250px;
}
.formInfos a {
    color: var(--main-color);
    text-decoration: underline;
}

div[id^="afficher"] {
    display: none;
}

/* formulaire paiement tunnel*/

.formTunnel3 {
    background-color: #D9D9D9;
    padding: 10px;
}

.form_insc .formTunnel3 input {
    margin: 0 0 5px;
}

.form_insc .formTunnel3 input[type=text],
.formTunnel3 #client_password {
    width: 98%;
}

input[type=checkbox] {
    width: 15px !important;
    height: auto;
}

.formTunnel3 input[type=password],
.form_insc .formTunnel3 .codePostal {
    display: block;
    width: 50%;
}

.tunnel .info {
    font-size: .875em;
    color: #666666;
    margin-top: 10px;
}

#dejaClient, #nouveauClient {
    position: relative;
    padding-bottom: 30px;
}

#dejaClient .btnSubmitRose, #nouveauClient .btnSubmitRose {
    background: url('/styles/images/autres/btn-ok-tunnel.png') no-repeat;
    width: 128px;
    height: 36px;
    line-height: 36px;
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 6px 0 0 20px;
}
.site-uk #dejaClient .btnSubmitRose, .site-uk #nouveauClient .btnSubmitRose {
    filter: grayscale(1);
}

#participants {
    background-color: #d9d9d9;
    padding: 8px;
    margin-bottom: 7px
}

#participants .champsParticipants {
    width: 75%;
    float: left;
}

#participants .questionMajeur {
    width: 149px;
    float: left;
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #a7a7a7;
}

#participants input[type=text] {
    width: 30%;
    margin-bottom:5px;
}

.questionMajeur {
    text-align: center;
}

.questionMajeur p {
    font-style: italic;
}

.questionMajeur input[type=radio] {
    margin-left: 5px;
    height: auto;
}

.questionMajeur div {
    width: 50%;
    float: left;
}

#index_desc #participants p {
    margin-bottom: 0;
    color: var(--main-color);
}

.champsParticipants span {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.1em;
}

#bloc_mode_livraison_form {
    padding: 0;
}

#bloc_mode_livraison_form .sousBlocModeLivraison {
    background-color: #d9d9d9;
    padding: 10px;
    margin-bottom: 7px
}

.sousBlocModeLivraison > div:first-child,
.sousBlocModeLivraison > label {
    float: left;
}

.sousBlocModeLivraison > div {
    width: 30%;
}

.sousBlocModeLivraison > label {
    width: 70%;
}

.tunnel .resa_content .btn_ok {
    height: 28px;
}

#codePromo {
    margin-bottom: 10px;
}

#validationPaiement {
    text-align: center;
}

#validationPaiement .bigBtnSubmitRose {
    font-size: 14px;
    padding-left: 20px;
    margin-left: 90px;
}

#validationPaiement img {
    float: right;
}

/*****************************************/
/**!!!!  END ELEMENTS FORMULAIRES !!!!!!**/
/*****************************************/

/*****************************************/
/********    PAGE PRODUIT        *********/
/*****************************************/
#index_desc {
    margin-top: 15px;
    color: #69696F;
}

.produit_haut {
}

.produit_image {
    width: 620px;
    height: 227px;
    margin-bottom: 20px;
    text-align: center;
    overflow: hidden;
}

.produit_desc ul {
    list-style: disc;
    padding-left: 40px;
}

.produit_desc > p:first-child {
    font-weight: bold;
    color: var(--main-color);
    font-size: 1.2em;
}

.resa_content {
    border: 1px solid #d9d9d9;
}

#index_desc p,
aside p {
    margin-bottom: 10px;
    line-height: 1.3em;
}

/* alerte mail */

#alerteMail {
    margin-top: 10px;
    padding: 10px;
    padding-left: 200px;
    background: url('/styles/images/autres/alerte-mail.png') no-repeat 10px center #D9D9D9;
    -moz-box-shadow: inset 0px 0px 6px 1px #999;
    -webkit-box-shadow: inset 0px 0px 6px 1px #999;
    -o-box-shadow: inset 0px 0px 6px 1px #999;
    box-shadow: inset 0px 0px 6px 1px #999;
    text-align: center;
    color: #333;
    font-style: italic;
}
.site-uk #alerteMail {
    filter: grayscale(1);
}

#alerteMail input[type=text] {
    width: 280px;
    line-height: 22px;
    height: 22px;
}

/** tunnel **/

.tunnel .titreTrait {
    font-size: 1.4em;
}

.tunnel .produitContent > div {
    margin-left: 4px;
}

.tunnel .resa_content h2 {
    font-weight: normal;
    color: var(--main-color);
    text-transform: uppercase;
    font-size: 1.4em;
}

.totalPrix {
    text-align: center;
    text-transform: uppercase;
    font-size: 1.3em;
    margin: 20px 0;
}

.bigBtnSubmitRose {
    background: url('/styles/images/produit/bg-dispos-resa.png') no-repeat transparent;
    height: 41px;
    width: 188px;
    line-height: 41px;
    font-size: 16px;
    margin: 0;
    text-transform: uppercase;
    border: 0 none;
    color: #fff;
    font-weight: bold;
    padding-left: 5px;
    cursor:pointer;
}
.site-uk .bigBtnSubmitRose {
    filter: grayscale(1);
}

aside .bigBtnSubmitRose {
    margin-top: 10px;
}

#recapitulatifCommande {
    background: #f3f3f3;
    border: 1px solid #999;
    padding: 0 10px;
}

#recapitulatifCommande h3 {
    font-size: 2em;
    text-transform: uppercase;
    color: #333;
    font-weight: normal;
}

#recapitulatifCommande p:first-child {
    margin-top: 10px;
}

#recapitulatifCommande .package {
    font-size: 1.5em;
    font-weight: bold;
    text-transform: uppercase;
}

#recapitulatifCommande .lieuEventAside {
    font-weight: bold;
    color: #9C9D9F;
    font-size: 1.1em;
}

#recapitulatifCommande .dateEventAside {
    font-size: 1.1em;
}

#recapitulatifCommande .totalPrix {
    background: #fff;
    border: 1px solid #999;
    text-align: left;
    padding: 5px;
    color: #57585A;
    font-size: 2em;
    margin-bottom: 5px;
    margin-top: 10px;
    font-weight: bold;
}

.totalPrix span.detailrecap {
    text-align: left;
    padding: 5px;
    color: #57585A;
    font-size: 12px;
    margin-bottom: 5px;
    margin-top: 10px;
    text-transform: none;
}

#recapitulatifCommande .totalPrix span.prix_total {
    font-weight: bold;
    font-size: 27px;
}


#recapitulatifCommande .totalPrix span.prix_barre {
    font-weight: normal;
    text-decoration: line-through;
    font-size: 22px;
}

#recapitulatifCommande .totalPrix span.detailrecap {
    font-weight: normal;
    font-size: 12px;
    text-transform: none;
    display: block;
    line-height: 20px;
}

#recapitulatifCommande .totalPrix span.prix_par_personne {
    font-weight: normal;
    font-size: 12px;
    text-transform: none;
    display: block;
}

#recapitulatifCommande #fraisAgence {
    font-style: italic;
    color: #969696;
}

#recapitulatifCommande ul {
    font-weight: bold
}

#legendeVilles {
    font-weight: bold;
    font-style: italic;
    color: #A7A7A7;
}

.etatVilleVert {
    color: #4CE523;
}

.etatVilleOrange {
    color: #FF8F00;
}

.etatVilleRose {
    color: #FC6AB7;
}

/* toggle tunnel */

#toggle-view {
    border: 1px solid #999;
}

#toggle-view li {
    border-bottom: 1px solid #999;
    cursor: pointer;
}

#toggle-view li:last-child {
    border: 0 none;
}

#toggle-view h3 {
    margin: 0;
    line-height: 40px;
    padding-left: 45px;
    text-transform: uppercase;
    color: #A7A7A7;
    width:253px;
    height:40px;
    font-size:17px;
}

#toggle-view .toggleActif + h3 {
    color: var(--main-color);
    background-color: #F3F3F3;
}

#toggle-view li > span {
    float: left;
    display: block;
    width: 40px;
    height: 40px;
}

#toggle-view .panel {
    padding: 5px;
    display: none;
    font-size:12px !important;
    background-color: #F3F3F3;
}

#toggle-view .panel p * {
    font-size:12px !important;
}

/*Etapes tunnel*/

#etapesTunnel {
    text-transform: uppercase;
    margin-bottom: 10px;
}

#etapesTunnel li.etapeActive,
#etapesTunnel li {
    background-repeat: no-repeat;
}

#etapesTunnel li.etapeActive {
    background-image: url('/styles/images/autres/separation-etape-tunnel.png');
}
.site-uk #etapesTunnel li.etapeActive {
    background-image: url('/styles/images/autres/separation-etape-tunnel-black.png');
}

#etapesTunnel li {
    height: 35px;
    line-height: 35px;
    float: left;
    width: 33%;
    background-color: #878586;
    font-size: 16px;
}

#etapesTunnel li:first-child {
    width: 34%;
}

#etapesTunnel li span {
    font-style: italic;
    text-transform: none;
    font-size: .8em;
}

#etapesTunnel li.etapeActive {
    background-color: var(--main-color);
    background-position: left -35px;
}

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

#etapesTunnel li a, #etapesTunnel li p {
    display: inline-block;
    text-align: center;
    color: #F3F3F3;
    line-height: .8em;
    vertical-align: middle;
    width: 100%;
    padding-left: 10px;
    margin-bottom:0;
}

#etapesTunnel li.etapeActive a, #etapesTunnel li.etapeActive p {
    color: #fff;
}

#etapesTunnel li.etapeActive + li {
    background-image: url('/styles/images/autres/separation-etape-tunnel.png');
    background-position: left top;
}
.site-uk #etapesTunnel li.etapeActive + li {
    background-image: url('/styles/images/autres/separation-etape-tunnel-black.png');
    background-position: left top;
}

#etapesTunnel li:first-child {
    background-image: none;
}
.site-uk #etapesTunnel li:first-child {
    background-image: none;
}

/*****************************************/
/******!!!!  END PAGE PRODUIT !!!!!!******/
/*****************************************/

/*****************************************/
/********    PARTIE ASIDE        *********/
/*****************************************/

aside {
    padding-left: 10px;
    width: 300px;
    float: right;
    font-size: .95em;
}

aside a:hover {
    text-decoration: underline;
}

.legendePhoto {
    font-style: italic;
}

aside h3 {
    margin-top: 10px;
    color: #9C9D9F;
}

.ProgrammationEventAside,
.ArticlesRealtif h3,
.introDescEventAside {
    color: var(--main-color);
}

.ProgrammationEventAside,
.introDescEventAside {
    font-weight: bold;
}

.ProgrammationEventAside a {
    font-weight: normal;
}

.dateEventAside {
    font-size: 1.4em;
    color: #57585A;
}

.ArticlesRealtif h3 {
    font-size: 1.2em;
    border-top: 1px solid var(--main-color);
    padding-top: 5px;
}

.videoAside {
    overflow: hidden;
}

.videoAside iframe {
    width: 300px !important;
    height: auto;
}

.titreInfoPratique {
    color: var(--main-color);
    text-align: center;
    font-size: 2em;
    font-weight: normal;
    margin: 10px 0;
}

/*****************************************/
/********    PARTIE ASIDE        *********/
/*****************************************/

.cgv {
    font-size: 12px;
}

.cgv a {
    text-decoration: underline;
}

#hhl_bloc {
    margin-top: 5px;
}

#hhl_bloc a {
    color: #db3993;
}

#hhl_bloc ul {
    list-style: circle;
    padding-left: 30px;
    margin-left: 20px;
}

/*
#menu ul.niveau1 a.aniv1 {
	display:block;
	width:68px;
	line-height:15px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:3px;
	font-weight:bold;
}

#menu ul.niveau1 a:hover {
	color:#000;
}

#menu ul.niveau1 table td{
	height:37px;
}







ul#onglet_menu.niveau1 li {
	position:relative;
	float:left;
}

ul#onglet_menu.niveau1 li li {
	
	background:none;
	height:25px;
}



ul#onglet_menu.niveau1 ul {
	display:block;
	left:0px;
	position:absolute;
	top:50px;
	height:0;
	text-align:left;
	overflow:hidden;
	z-index:9999999;
}
ul.niveau1 ul li {
	line-height:27px;
	height:25px;	
	overflow:hidden;
	position:relative;
	z-index:99999999;
	display:block;
	margin:0;
}
div#menu .niveau1 li.active a {
	color:#000;
}
div#menu {
	z-index:99999;
	width:720px;
	display:inline;
	position:relative;
}
div#menu a {
	color:#fff;
}
div#menu ul.niveau1 {
}
div#menu ul.niveau1, div#menu ul.niveau2 {
	margin:0;
	padding:0;
}
div#menu ul.niveau2 {
	z-index:99999999;
}
div#menu .niveau1 li ul.niveau2 a {
	color:#fff;
	font-weight:normal;
}
div#menu .niveau1 li ul.niveau2 a:hover {
	text-decoration:underline;
}
div#menu ul.niveau1 li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	position:relative;
	float:left;
	z-index:999999;
}


#onglet_menu {

	font-size:16px;
	height:42px;
}

#onglet_menu a {
	color:#fff;
}

#onglet_menu li.onglet_actif {
	height:41px;
	float:left;
	display:inline;
	color:#279dda;
	font-size:16px;	
}

#onglet_menu li.onglet_actif .lnk_onglet {
	color:#279dda;
	display:block;	
}

#onglet_menu .valign {
}

ul#onglet_menu ul.niveau2 {
	width:242px;
}

div#menu .niveau1 li.active ul.niveau2  {


}


div#menu ul.niveau1 ul.niveau2 li {
	float:none;
	height:24px;
	line-height:24px;
	padding-left:12px;
	position:relative;
	z-index:99999999;
	display:block;
	text-align:left;
	width:242px;
}



div#menu {
	height:50px;
	left:233px;
	position:absolute;
	top:108px;
	z-index:9998;
}

div#menu table td {
	width:120px;
	vertical-align:bottom;
	text-align:center;
	height:50px;	
}

div#menu ul {
	text-align:center;
	height:50px;
	position:relative;
	z-index:999999;
	background-color: var(--main-color);
}
div#menu li {
	float:left;
	width:120px;
	height:50px;	
	display:inline;
	text-align:center;
	line-height:20px;
}
div#menu li a {
	color:#fff;
	font-size:15px;
}
#header_gauche {
	float:left;
	display:inline;
	width:232px;
	margin-left:0px;
	background:#151414 url('/styles/images/header/gauchebg.png') no-repeat bottom left;
	padding-bottom:99px;
}

.hg_bloc {
	min-height:222px;
	height:auto !important;
	height:222px;
	background:#9b2c69 url('/styles/images/header/gauche.png') no-repeat top left;
}
.hg_bloc2 {
	min-height:371px;
	height:auto !important;
	height:371px;
	background:#af2e76 url('/styles/images/header/gauche2.png') no-repeat top left;	
}
.hg_bloc_bas {
	height:45px;
	background:#9b2c69 url('/styles/images/header/gauche_bas.png') no-repeat top left;	
}
.hg_bloc_bas2 {
	height:58px;
	background:#9b2c69 url('/styles/images/header/gauche_bas2.png') no-repeat top left;	
}

.gtitre {
	background:transparent url('/styles/images/header/title.png') no-repeat top left;
	_background: none;
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/styles/images/header/title.png', sizingMethod="crop");		
	width:165px;
	height:27px;
	font-size:18px;
	color:#fff;
	line-height:20px;
	padding-left:10px;
	padding-top:10px;
}

.gtitre2 {
	font-size:14px;
	color:#fff;
	line-height:20px;
	padding-left:10px;
	padding-top:10px;
}

.gpays {
	
	font-size:18px;
}
.gpays2 {
	
	font-size:13px;
}

.econtenu {
	padding-bottom:7px;
	padding-top:7px;
	padding-left:10px;
}
.econtenu li {
	color:#fff;
	font-size:11px;
	height:20px;
}
.econtenu li a {
	color:#fff;
}
.econtenu li a:hover { 
	text-decoration:underline;
}
.econtenu ul img {
	width:7px;
	height:10px;
}*/

/*#centre_global {
	float:left;
	display:inline;
	width:550px;
	padding-left:15px;
	margin-top:10px;
}
*/

#footer_droit {
    width: 149px;
    float: right;
    display: inline;
}

#colrouge {
    background: #fff url('/styles/images/footer/colrouge.png') no-repeat top left;
    width: 149px;
    /*min-height:184px;*/
    min-height: 42px;
    height: auto !important;
    height: 42px;
    margin-top: 10px;
    /*position:relative;*/
    z-index: 1;
}

#colorange {
    background: #fff url('/styles/images/footer/colorange.png') no-repeat top left;
    width: 149px;
    /*min-height:160px;*/
    min-height: 42px;
    height: auto !important;
    height: 42px;
    margin-top: 10px;
    /*position:relative;*/
}

#colorange2 {
    background: #fff url('/styles/images/footer/colorange.png') no-repeat top left;
    width: 149px;
    /*min-height:160px;*/
    min-height: 42px;
    height: auto !important;
    height: 42px;
    margin-top: 10px;
    /*position:relative;*/
}

#coljaune {
    background: #fff url('/styles/images/footer/coljaune.png') no-repeat top left;
    width: 149px;
    /*min-height:160px;*/
    min-height: 42px;
    height: auto !important;
    height: 42px;
    margin-top: 10px;
    /*position:relative;*/
}

#coljaune_desc {
    width: 149px;
    margin-top: 10px;
    padding-left: 4px;
}

#colrose {
    background: #fff url('/styles/images/footer/colrose.png') no-repeat top left;
    width: 149px;
    min-height: 116px;
    height: auto !important;
    height: 116px;
    margin-top: 10px;
    /*position:relative;*/
}

#colgris {
    background: #fff url('/styles/images/footer/colgris.png') no-repeat top left;
    width: 149px;
    min-height: 282px;
    height: auto !important;
    height: 282px;
    margin-top: 10px;
    /*position:relative;*/
}

.fd_titler {
    /*position:absolute;*/
    padding-top: 10px;
    padding-left: 10px;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
}

.fd_titler a {
    color: #fff;
}

.fd_titler span {
    color: #fff02a;
}

.fd_titlej {
    /*position:absolute;*/
    padding-top: 10px;
    padding-left: 10px;
    color: var(--main-color);
    font-size: 11px;
    font-weight: bold;
}

.fd_titlej span {
    color: #000;
}

.fd_titleb {
    /*position:absolute;*/
    padding-top: 8px;
    padding-left: 10px;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
}

.fd_titleg {
    /*position:absolute;*/
    padding-top: 5px;
    padding-left: 10px;
    color: var(--main-color);
    font-size: 11px;
    font-weight: bold;
}

#filariane {
    color: #98989b;
    font-size: 11px;
    margin-top: 10px;
    font-size: 12px;
}

#filariane a {
    color: #98989B;
}

#index_bloc_gris {
    background: transparent url('/styles/images/index/blocgris.png') no-repeat top left;
    width: 547px;
    height: 300px;
    margin-top: 10px;
    overflow: hidden;
    z-index: 999;
    /*position:relative;*/
}

img.idiapo {
    position: relative;
    z-index: 1;
}

#divs_prods {
    display: block;
    width: 20000px;
    position: absolute;
    left: 0;
    top: -10px;
}

.ibg_bloc {
    width: 160px;
    height: 250px;
    overflow: hidden;
    float: left;
    margin-left: 17px;
    margin-top: 20px;
}

.ibg_desc {
    font-size: 10px;
    font-weight: bold;
    text-align: center;
}

.index_b_title a {
    color: var(--main-color);
    font-size: 11px;
    text-align: center;
    font-weight: bold;
}

.index_fleches {
    position: absolute;
    bottom: 13px;
    left: 219px;
}

.idtxt {
    margin-top: 10px;
}

.ulonglet li {
    float: left;
    font-weight: bold;
}

.ulonglet li.li1 {
    background: transparent url('/styles/images/onglet/1.png') no-repeat top left;
    width: 154px;
    height: 27px;
    color: #fff;
}

.ulonglet li.li2 {
    background: transparent url('/styles/images/onglet/2.png') no-repeat top left;
    width: 134px;
    height: 27px;
    color: #fff;
}

.ulonglet li.li3 {
    background: transparent url('/styles/images/onglet/3.png') no-repeat top left;
    width: 127px;
    height: 27px;
    color: #b32f78;
}

.ulonglet li.li4 {
    background: transparent url('/styles/images/onglet/4.png') no-repeat top left;
    width: 129px;
    height: 27px;
    color: #b32f78;
}

.ulonglet li.li1 a {
    color: #fff;
}

.ulonglet li.li2 a {
    color: #fff;
}

.ulonglet li.li3 a {
    color: #b32f78;
}

.ulonglet li.li4 a {
    color: #b32f78;
}

.ulonglet li a {
    display: block;
    text-align: center;
    line-height: 27px;
}

.onglet_contenu {
    background-color: #D15A9D;
    width: 524px;
    padding: 10px;
    color: #fff;
}

.index_onglet {
    padding-top: 20px;
}

.colfooter_txt label {
    color: #68676b;
    display: block;
    margin-bottom: 3px;
}

.colfooter_txt {
    /*position:absolute;*/
    margin-top: 20px;
    margin-left: 12px;
}

.hp_block {
    width: 98px;
    margin-left: 10px;
    margin-top: 10px;
    /*background-color:#b52d7a;*/
    float: left;
    font-size: 11px;
    color: #fff;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px solid #b52d7a;
    display: inline;
}

.actionc a {
    color: #68676b;
}

.hp_block input {
    float: right;
    margin-right: 5px;
    width: 14px;
    height: 14px;
}

.hp_block label {
    float: left;
    width: 75px;
}

.hp_block_valid {
    float: left;
    margin-left: 12px;
    margin-top: 6px;
}

.liclear {
    clear: both;
    font-size: 0;
    height: 0;
}

#footer {
    background-color: #80807f;
    height: 30px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    font-size:12px !important;
    margin-left: auto;
    margin-right: auto;
    /*width: 954px;*/

}

#footer a {
    color: #fff;
}

.message_ko {
    border: red 1px solid;
    width: 95%;
    padding: 10px;
    background-color: #fff;
    color: red;
    margin: 5px;
}

.h1art2 {
    font-size: 14px;
    margin-top: 14px;
}

.ulrecherche {
    color: #787878;
    list-style: circle;
    padding-left: 20px;
    margin-left: 15px;
    margin-top: 15px;
}

.ulrecherche a {
    color: #787878;
}

.ulrecherche li {
    margin-top: 15px;

}

#part {
    color: #999999;
    padding: 2px;
}

.plansite {
    margin-left: 20px;
}

.plansite h1 a {
    color: var(--main-color);
}

.plansite h1.h1ss a {
    color: #80807F;
}

#menu ul.niveau1 ul.niveau2 a {
    display: inline !important;
    font-size: 11px;
}

.divproduit {
    border: var(--main-color) 1px solid;
    position: relative;
    min-height: 178px;
    height: auto !important;
    height: 178px;
    margin-bottom: 15px;
}

.produit_header {
    position: absolute;
    background: transparent url('/styles/images/categorie/header.png') no-repeat top right;
    /*width:223px;*/
    height: 26px;
    top: -6px;
    left: -1px;
    padding-right: 75px;
    color: #fff;
    line-height: 26px;
    padding-left: 15px;
}

.produit_header a {
    color: #fff;
}

.produit_content {
    /*position:absolute;*/
    width: 535px;
    padding: 5px;
    padding-top: 22px;

}

.divimg {
    width: 135px;
    height: 135px;
    float: left;
    margin-top: 6px;
    margin-left: 5px;
}

.divdesc {
    float: left;
    margin-top: 6px;
    width: 390px;
}

.produit_haut {
}

.other_img {
    margin-top: 10px;
}

.other_img img {
    margin-right: 7px;
}

/*.resa_onglet li.ongletgris1 {
	color:#fff;
}
.ongletgris1 {
	width:116px;
	height:38px;
	background:transparent url('/styles/images/produit/ongl2_off.png') no-repeat top left;	
	color:#fff;
}
.onglet1 {
	width:116px;
	height:38px;
	background:transparent url('/styles/images/produit/ongl1.png') no-repeat top left;
	color:#fff;
}

.onglet {
	width:114px;
	height:38px;
	background:transparent url('/styles/images/produit/ongl2.png') no-repeat top left;
}
.resa_onglet li.ongletgris {
	color:#fff;
}
.ongletgris {
	width:114px;
	height:38px;
	background:transparent url('/styles/images/produit/ongl2_off.png') no-repeat top left;	
	color:#fff;
}

.onglet2 {
	width:117px;
	height:38px;
	background:transparent url('/styles/images/produit/ongl2.png') no-repeat top left;
}
.resa_onglet li.ongletgris2 {
	color:#fff;
}
.ongletgris2 {
	width:117px;
	height:38px;
	background:transparent url('/styles/images/produit/ongl2_off.png') no-repeat top left;	
	color:#fff;
}

.onglet3 {
	width:112px;
	height:38px;
	background:transparent url('/styles/images/produit/ongl3.png') no-repeat top left;
}
.resa_onglet li.ongletgris3 {
	color:#fff;
}
.ongletgris3 {
	width:112px;
	height:38px;
	background:transparent url('/styles/images/produit/ongl2_off.png') no-repeat top left;	
	color:#fff;
}

.onglet4 {
	width:115px;
	height:38px;
	background:transparent url('/styles/images/produit/ongl4.png') no-repeat top left;
}
.resa_onglet li.ongletgris4 {
	color:#fff;
}
.ongletgris4 {
	width:115px;
	height:38px;
	background:transparent url('/styles/images/produit/ongl2_off.png') no-repeat top left;	
	color:#fff;
}
.onglet5 {
	width:115px;
	height:38px;
	background:transparent url('/styles/images/produit/ongl5.png') no-repeat top left;
}
.resa_onglet li.ongletgris5 {
	color:#fff;
}
.ongletgris5 {
	width:115px;
	height:38px;
	background:transparent url('/styles/images/produit/ongl2_off.png') no-repeat top left;	
	color:#fff;
}

.onglet6 {
	width:116px;
	height:38px;
	background:transparent url('/styles/images/produit/ongl6.png') no-repeat top left;
}
.resa_onglet li.ongletgris6 {
	color:#fff;
}
.ongletgris6 {
	width:116px;
	height:38px;
	background:transparent url('/styles/images/produit/ongl2_off.png') no-repeat top left;	
	color:#fff;
}

.resa_onglet li {
	float:left;
	font-size:12px;
	color:#fff;
	text-align:center;
	cursor:pointer;
}

#option_resa {
	background:#666666;
	margin-top:15px;
	width:694px;
}

.resa_onglet li td {
	vertical-align:center;
	text-align:center;
	
	height:34px;
}

.resa_onglet table {
	width:100%;
}

.borderleft {
	border-left:#000 1px solid;
}
.borderright {
	border-right:#000 1px solid;
}
.bordertop {
	border-top:#000 1px solid;
}
.borderbottom {
	border-bottom:#000 1px solid;
}


.idtxt_recap {
	margin-top:18px;
	padding:15px;
}*/

.idtxt_recap_img {
    float: left;
    width: 150px;
}

.idtxt_recap_desc {
    float: left;
    width: 495px;
}

.idtxt_recap_desc span {
    font-size: 13px;
    font-weight: bold;
}

.idtxt_recap_desc ul {
    list-style: disc;
    padding-left: 30px;
    margin-top: 5px;
}

#conteneur_login {
    margin-top: 20px;
}

.deja_client {
    padding-top: 19px;
}

.password_forgot {
    margin-left: 105px;
    margin-top: 5px;
    width: 150px;
    display: block;
}

.password_forgot a {
    color: #000;
}

.divinsc2 {
    position: relative;
}

/*.insc_content {
	position:absolute;
	width:665px;
	padding:5px;
	padding-top:24px;

}

.insc_content label{
	float:left;
	display:block;
	width:160px;
	text-align:right;
	margin-right:5px;
}



.insc_content label.label_reg{
	width:auto;
	text-align:right;
	margin-right:5px;
	float:none;
	display:inline;
}*/

/*.insc_content2 {*/
/*position:absolute;*/
/*width:374px;
padding-top:15px;

}*/

.formtitre {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

/*.textarea230 {
	background:#FFFFFF url(/styles/images/header/input_bg.png) repeat-x scroll left top;
	border:1px solid #B3B3B3;
	color:#68676B;
	font-size:11px;
	height:50px;
	padding-top:2px;
	width:230px;
}


.insc_content2 label{
	float:left;
	display:block;
	width:100px;
	text-align:right;
	margin-right:5px;
}



.insc_content2 label.label_reg{
	width:auto;
	text-align:right;
	margin-right:5px;
	float:none;
	display:inline;
}

.input228_b {
	width:228px;
	height:16px;
	border:#b3b3b3 1px solid;
	background:#fff url('/styles/images/header/input_bg.png') repeat-x top left;
	color:#68676b;
	font-size:11px;
	padding-top:2px;
}

.input190 {
	width:190px;
	height:16px;
	border:#b3b3b3 1px solid;
	background:#fff url('/styles/images/header/input_bg.png') repeat-x top left;
	color:#68676b;
	font-size:11px;
	padding-top:2px;	
}

.input115 {
	width:115px;
	height:16px;
	border:#b3b3b3 1px solid;
	background:#fff url('/styles/images/header/input_bg.png') repeat-x top left;
	color:#68676b;
	font-size:11px;
	padding-top:2px;	
}

.input_civilite {
	width:215px;
	height:21px;
	border:#b3b3b3 1px solid;
	background:#fff url('/styles/images/header/input_bg.png') repeat-x top left;
	color:#68676b;
	font-size:11px;
	padding-top:2px;	
}
.input_civilite2 {
	height:21px;
	border:#b3b3b3 1px solid;
	background:#fff url('/styles/images/header/input_bg.png') repeat-x top left;
	color:#68676b;
	font-size:11px;
	padding-top:2px;	
}
.selectddns select {
	color:#68676b;
}

.input_check_reg {
}


.pnewsletter {
	margin-left:auto;
	margin-right:auto;
	margin-top:22px;
	width:420px;
	cursor:pointer;	
}


.inputsubmitreg {
	border:1px solid #B3B3B3;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	margin-left:auto;
	margin-right:auto;
	display:block;
	cursor:pointer;
}


#index_desc2, .index_desc2 {
	margin-top:15px;
	color:#68676b;
	font-size:11px;
	border:var(--main-color) 1px solid;
	position:relative;
}

.index_title2 {
	background:var(--main-color) url('/styles/images/index/titre.png') no-repeat top right;
	height:26px;	
	color:#fff;
	font-size:11px;
	width:308px;
	line-height:26px;
	padding-left:5px;
	position:absolute;
	top:-6px;
	left:-1px;
}*/

.table_participant {
    width: 100%;
}

.table_participant th {
    text-align: left;
}

.login_bloc3 {
    border: #D63087 1px solid;
    position: relative;
    padding: 10px;
    float: left;
    margin-left: 15px;
    width: 320px;
}

.login_bloc3 label {
    float: left;
    display: block;
    width: 120px;
    text-align: right;
    margin-right: 5px;
}

.btn_commander {
    background: #6F0A51 none repeat scroll 0 0;
    border: 1px solid #fff;
    height: 20px;
    padding: 15px;
    width: 300px;
    text-align: center;
    margin-top: 10px;
    float: right;
    font-size: 14px;
    cursor: pointer;
    display: block;
    color: #fff;

}

.btn_retour {
    background: var(--main-color) none repeat scroll 0 0;
    border: 1px solid #fff;
    height: 10px;
    padding: 15px;
    width: 150px;
    text-align: center;
    margin-bottom: 10px;
    float: left;
    font-size: 14px;
    cursor: pointer;
    display: block;
    color: #fff;

}

.btn_cmd {
    background: #6F0A51 none repeat scroll 0 0;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    float: right;
    font-size: 14px;
    height: 10px;
    margin-bottom: 10px;
    padding: 15px;
    text-align: center;
    width: 150px;
}

a.apretdep:hover {
    font-weight: bold;
}

.plan_process {
    margin-top: 5px;
}

.plan_process li {
    float: left;
    height: 30px;
    font-size: 13px;
    width: 153px;
    line-height: 30px;
    border: 1px solid;
    background-color: var(--main-color);
    color: #fff;
    text-align: center;
}

.plan_process li.lifleche {
    float: left;
    height: 30px;
    font-size: 13px;
    width: 17px;
    border: 1px solid;
    background-color: #fff;
    color: #fff;
    text-align: center;
}

.plan_process li.lifleche img {
    margin-top: 6px;

}

.plan_process li.hover {
    background-color: #6f0a51;
}

.plan_process li a {
    color: #fff;
}

.opt_account {
    width: 315px;
    height: 135px;
    float: left;
    display: inline;
    margin-right: 10px;
}

.oa_img {
    float: left;
    display: inline;
    margin-top: 10px;
    margin-left: 10px;
}

.oa_content {
    float: left;
    display: inline;
    margin-left: 10px;
}

.oa_title {
    color: var(--main-color);
    font-size: 12px;
    font-weight: bold;
    margin-top: 10px;
}

.oa_title a {
    color: var(--main-color);
}

.oa_desc {
    font-size: 11px;
    line-height: 18px;
    margin-top: 5px;
    width: 175px;
}

.oa_desc a {
    color: #68676b;
}

.account_title {
    width: 425px;
    height: 38px;
    background: transparent url('/styles/images/compte/headerc.png') no-repeat top left;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: normal;
    line-height: 20px;
    padding-left: 10px;
    padding-top: 10px;
}
.site-uk .account_title {
    filter: grayscale(1);
}

.divtable {
    width: 100%;
    background: #f9deed url('/styles/images/commun/bg.png') no-repeat top left;

}
.site-uk
.divtable {
    filter: grayscale(1);
}

.account_table {
    width: 100%;
    margin-bottom: 10px;
}

.account_table thead {
    /*background:transparent url('/styles/images/commun/bghead.png') repeat-x top left;*/
    background: #B74885;
    height: 33px;
    font-size: 14px;
    color: #fff;
}

.img_titre_cmd {
    margin-top: 10px;
    margin-left: 8px;
    margin-bottom: 12px;
}

.account_table td {
    border-bottom: #730a54 2px solid;
    text-align: center;
    font-size: 12px;
    color: #7a125a;
    height: 35px;
}

.commande_resume {
    text-align: center;
}

.commande_resume_gauche {
    text-align: left;
    margin-top: 20px;
    margin-left: 15px;
}

.commande_resume2 {
    border: #730a54 2px solid;
}

.account_table td.commande_resume3 {
    border-top: #730a54 2px solid;
    background-color: #B74885;
    color: #fff;
    height: 2%;
}

.table_attr {
    width: 100%;
    margin-top: 15px;
}

.table_attr thead {
    background: transparent url('/styles/images/commun/bghead.png') repeat-x top left;
    height: 33px;
    font-size: 14px;
    color: #fff;
}

.table_attr th {
    border-top: #730a54 1px solid;
    border-bottom: #730a54 1px solid;
}

.table_attr td {
    border-bottom: #730a54 1px solid;
    text-align: center;
    font-size: 12px;
    color: #7a125a;
    height: 15px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.table_attr a {
    color: #7a125a;
    text-decoration: underline;
}

.tabalign {
    margin-top: 10px;
}

.tabalign td {
    border: 1px solid var(--main-color);
    vertical-align: top;
}

.table_participant {
    width: 100%;
}

.table_participant th {
    height: 30px;
    background-color: var(--main-color);
    color: #fff;
    padding-left: 5px;
}

.table_participant td {
    padding: 5px;
}

.l0 {
    background-color: #f3f3f3;
}

.l1 {
    background-color: #eeeeee;
}

.pagerecherche h1 {
    font-size: 13px;
}

.legende_produit {
    color: #7A125A;
    margin-top: 25px;
}

.forminsc {
    margin-left: auto;
    margin-right: auto;
    width: 404px;
}

.lnk_cgv a {
    color: #b74885;
}

.remarque_affiliation {
    padding: 15px;
}

.rsscontent ul {
    list-style: circle;
    margin-left: 30px;
}

.rsscontent li {
    font-size: 12px;
    padding-left: 0px;

}

.rsscontent li a {
    color: #A3A2A2;
}

.option_produit label {
    float: left;
    display: block;
    width: 150px;
}

.divinsc2 label {
    display: inline;
    float: left;
    margin-top: 4px;
    text-align: right;
    width: 271px;

}

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

.ecjaune a {
    color: #f7e133;
}

.ecjaune a:hover {
    color: #000;
}

.tool-tip {
    color: #FFFFFF;
    width: 300px;
    z-index: 13000;
}

.tool-title {
    background: transparent url(/styles/images/bubble.png) repeat scroll left top !important;
    font-size: 11px;
    font-weight: bold;
    margin: 0pt;
    padding: 8px 8px 4px;
}

.tool-text {
    background: transparent url(/styles/images/bubble.png) repeat scroll right bottom !important;
    font-size: 11px;
    margin: 0px;
    padding: 4px 8px 8px;
    text-align: left;
}

.blc_assu {
    float: left;
    width: 190px;
    text-align: right;
}

.blc_choix_assu {
    float: left;
    margin-left: 10px;
    text-align: left;
    width: 430px;
}

.blc_choix_assu li {
    height: 25px;
}

.blc_choix_assu li label {
    display: block;
    float: left;
    width: 393px;
}

#colcalendrier {
    background: #fff url('/styles/images/calendrierbg.png') no-repeat top left;
    width: 145px;
    min-height: 200px;
    height: auto !important;
    height: 200px;
    margin-left: 4px;
    position: relative;
}

.logo_invisible_affiliation {
    position: absolute;
    top: 7px;
    left: 13px;
    display: block;
    width: 312px;
    height: 88px;
}

#previsu_calendrier {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 220px;
    background: #ffffff;
    padding: 15px;
    z-index: 99999999;
}

#previsu_calendrier div {
    background: #000000;
    color: #D63087;
    height: 30px;
    text-align: center;
}

#previsu_calendrier ul {
    list-style: disc;
}

#previsu_calendrier li {
    height: 25px;
    color: #D63087;
    margin-left: 12px;
    line-height: 25px;
}

#previsu_calendrier li a {
    color: #D63087;
}

.logo_popup {
    height: 96px;
    width: 266px;
    margin: 10px auto;
}

#popup {
    border: 1px solid #D62E87;
}

/*  SLIDESHOW


.sliderbutton {float:left; width:32px; padding-top:134px}
.sliderbutton img {cursor:pointer}
.sliderbutton img:hover {background:#666}
#slider {float:left; position:relative; overflow:hidden; width:547px; height:292px;}
#slider ul {position:absolute; list-style:none; top:0; left:0}
#slider li {float:left; width:547px; height:292px; padding-right:10px}

.pagination { list-style:none; height:25px; line-height:none;font-size:12px;}
.pagination li {float:left; cursor:pointer;   margin:0 4px 0 0; text-align:center; color:#000000}
.pagination li:hover { color:#ECA22C; }
li.current {color:#e6418d;}

li#content {width:547px; height:292px; padding:15px 28px 15px 18px}
#content h1 {font:22px Georgia,Verdana; margin-bottom:15px; color:#036}*/
/* !SLIDESHOW 

.bloc_cote ul {
	list-style:disc;
	margin-left:20px;
}
.bloc_cote a, .bloc_cote {
	color:#7A125A;
	
}

.titre_produit_en {
	width:336px;
	height:28px;
	background:transparent url('/styles/images/produit/resa2.png') no-repeat top left;
	margin-top:20px;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 17px;
  padding-left: 10px;
  padding-top: 10px;	

}*/

.select_alone{
    color: #d62e87;
    display: block;
    font-weight: bold;
    line-height: 26px;
}

#storelocatoremap{
    width:290px;
    height:290px;
}
#plan_ville_depart{
    width:365px;
    height:365px;
}



.input_250 {width:233px;}
#footer_ref  {font-size:10px;color:#80807F;margin-top:10px;}
#footer_ref * {font-size:10px  !important;color:#80807F !important}

.forcenodisplay {display:none !important;}

/* //FLEXSLIDER */
.flexslider {
    overflow: hidden !important;
    margin-right: auto;
    margin-left: auto;
    border: 0;
    width: 955px;
    height: 356px;
    border-radius: 0;
}
.flexslider .slides img {
    display: inline-block;
    height: auto;
    max-height: 100%;
}
.flexslider .slides li {
    height: 100%;
    text-align: center;
    background-color: #fff;
}
.flexslider .embed-responsive {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 0;
    height: 100%;
}
.flexslider .embed-responsive-16by9 {
    /*padding-bottom: 56.25%;*/
}
.flexslider .embed-responsive iframe {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    border: 0;
}
.flexslider li iframe{width: 100% !important; height: 100% !important;}
.flexslider .flex-caption {
    text-align: left;
}
.flexslider .flex-caption .content {
    margin-right: auto;
    margin-left: auto;
    max-width: 939px;
}
.flex-control-nav li {display:none;}

#contact_form label{color:#69696f;font-weight:normal;font-size:14px;}

.form_contact .inputsmall {
    width:50px;
}

.form_contact .inputsmallmedium {
    width:100px;
}

.form_contact .inputmedium {
    width:200px;
}

.form_contact .inputlarge,
.form_contact textarea.inputlarge{
    width:300px;
}


/* Google Gmap3 bug fix on images */
:not(.gm-style) img {
    heigth: auto !important;
}
.ie678 .gm-style img {
    height: 100%;  /* IE678 hack */
}
.gm-style img,
.gmnoscreen img,
.gmnoprint img {
    max-width: none !important;
}

/* //COOKIE */
.cookie {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px 4px;
    border-top: 2px solid var(--main-color);
    font-size: 12px;
    background-color: rgba(51, 51, 51, .95);
    color: #fff;
}
.cookie,
.cookie * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.cookie .container,
.cookie [class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
}
.cookie .row {
    margin-right: -10px;
    margin-left: -10px;
}
.cookie .row::before,
.cookie .row::after {
    content: "";
    display: table;
}
.cookie .row::after {
    clear: both;
}
.cookie [class*="col-"] {
    float: left;
}
.cookie .col-xs-12 {
    width: 100%;
}
.cookieBody {
    margin-bottom: 10px;
}
.cookieBody a {
    text-decoration: underline;
    color: #fff;
}
.cookieBody a:focus,
.cookieBody a:hover,
.cookieBody a:active {
    color: var(--main-color);
}
.cookieFooter .btn_ok {
    display: inline-block;
    padding-right: 8px;
    padding-left: 8px;
    height: 24px;
    line-height: 24px;
    text-align: center;
}

.site-uk .account-page img {
    filter: grayscale(1);
}

.revolut-options {
    background-color: #d9d9d9;
    padding: 10px;
    margin-bottom: 7px;
    margin-left: 20px;
}
.revolut-options .radio-option {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}
.revolut-options .radio-option label {
    margin-left: 6px;
}

.revolut-options #rev_amount {
    margin-left: 26px;
    display: none;
}