html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 1em;
    vertical-align: baseline;
    background: transparent;
}

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

nav ul {
    list-style: none;
}

blockquote,q {
    quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
    contenu: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 1em;
    vertical-align: baseline;
    background: transparent;
    color: #2050bc !important;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #172983 !important;
    margin: 1em 0;
    margin-top: 0.625em!important;
    margin-bottom: 0.625em!important;
}

input,select {
    vertical-align: middle;
}

body {
    font-family: 'Helvetica', sans-serif !important;
    font-size: 1.000em;
    font-weight: normal;
    background: #ffffff;
    color: #2050bc;
}


/*----------------------------*/
/* FONTE SPECIALE CAPJUNIORS */
/*--------------------------*/
@font-face {
 
    font-family: 'Font-Capjuniors';
	src: url('fonts/authentic_ratatouille-webfont.eot');
	src: url('fonts/authentic_ratatouille-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/authentic_ratatouille-webfont.woff2') format('woff'),
         url('fonts/authentic_ratatouille-webfont.woff') format('woff'),
	     url('fonts/authentic_ratatouille-webfont.ttf') format('truetype'),
	     url('fonts/authentic_ratatouille-webfont.svg#webfont') format('svg');
    font-display: swap;
}

.Font-Capjuniors {
    font-family: "Font-Capjuniors";
    line-height: 1.2em;
}

.dark-blue-cap, .dark-blue-cap a {
    color: #2050bc !important;
}

.blue-sky-cap, .blue-sky-cap a {
    color: #2e9fdc !important;
}

.green-cap, .green-cap a {
    color: #79c23e !important;
}

.orange-cap, .orange-cap a {
    color: #fc980a !important;
}

.white, .white a {
    color: #ffffff !important;
}

.black, .black a {
    color: #000000 !important;
}

.grey, .grey a {
    color: #686969 !important;
}

/*--------------------*/
/* TAILLES DES FONTS */
/*------------------*/


.f-7 {
    font-size: 0.438em;
 /* 7px */;
}

.f-8 {
    font-size: 0.500em;
 /* 8px */;
}

.f-10 {
    font-size: 0.625em;
 /* 10px */;
}

.f-12 {
    font-size: 0.750em;
 /* 12px */;
}

.f-13 {
    font-size: 0.813em;
 /* 13px */;
}

.f-14 {
    font-size: 0.875em;
 /* 14px */;
}

.f-16 {
    font-size: 1em;
 /* 16px */;
}

.f-18 {
    font-size: 1.125em;
 /* 18px */;
}

.f-20 {
    font-size: 1.300em;
 /* 20px */;
}

.f-22 {
    font-size: 1.375em;
 /* 22px */;
}

.f-24 {
    font-size: 1.500em;
 /* 24px */;
}

.f-30 {
    font-size: 1.875em;
 /* 30px */;
}

.f-35 {
    font-size: 2.188em;
 /* 35px */;
}

.f-40 {
    font-size: 2.500em;
 /* 40px */;
}

.f-48 {
    font-size: 3em;
 /* 48px */;
}


/*-------------------------*/
/* STYLE DES GOOGLE FONTS */
/*-----------------------*/

.grumpy {
    font-family: 'Open Sans', sans-serif;
}

.grumpy-light {
    font-weight: 300;
}

.grumpy-normal {
    font-weight: 400;
}

.grumpy-semi-bold {
    font-weight: 600;
}

.grumpy-bold {
    font-weight: 700;
}

.nunito {
    font-family: 'Nunito', sans-serif;
}

.nunito-light {
    font-weight: 300;
}

.nunito-normal {
    font-weight: 400;
}

.nunito-bold {
    font-weight: 700;
}

.ariane-resultat {
}

/*----------------------*/
/* ALIGNEMENT DIV      */
/*--------------------*/
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.vbaseline {
    display: inline-block;
    vertical-align: baseline;
    float: none;
}
.row-centered {
    text-align:center;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

/*-------------------------------------------*/
/* SUPPRIMER PADDING DES COLONNES BOOTSTRAP */
/*-----------------------------------------*/
.no-padding > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

.breadcrumb {
  background-color: transparent;
  border-radius: 0px;
  list-style: outside none none;
  margin-bottom: 20px;
  padding: 8px 15px;
}
/*---------------------------------*/
/* HAUTEUR DES COLONNES BOOTSTRAP */
/*-------------------------------*/

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}


/*------------*/
/*PARAGRAPHES*/
/*----------*/
p {
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.margin-top-p {
    margin-top: 3.5em;
}

.contenu-principal {
    margin-top: 30px;
    max-width: 100%;
}

/*--------------------------*/
/*BACKGROUND SECTIONS SITE */
/*------------------------*/
#coups-coeurs, #esprit-cap, #atout {
    background: #f4f4f4 none repeat scroll 0 0 !important;
    padding-bottom: 2em;
    padding-top: 1.5em;
}

.atout {
    margin-top: 2.100em;
 /* 33px */
    margin-bottom: 1.563em;
 /* 25px */;
}

#service-clients {
    background: #2e9fdc none repeat scroll 0 0 !important;
}


/*------------------------------*/
/* TITRES ET FILETS DE COULEUR */
/*----------------------------*/
h1, h2, h3, h4, h5, h6 {
    color: #2050bc !important;
    line-height: 1.475em !important;
 /* 18px */;
}

.titre-site {
    width: auto;
    margin-top: 0.225em /* 10px */;
}

.titre-site h1, .titre-site div {
  color: #ffffff !important;
  font-size: 2.2em;
  font-weight: normal;
  text-transform: none;
}

.titres {
  color: #2050bc;
  font-size: 1.2em;
  margin-bottom: 0.313em;
}

.titre-green {
    border-top: 2.5px solid #79c23e;
    border-bottom: 2.5px solid #79c23e;
}

.titre-blue-sky {
    border-top: 2.5px solid #2e9fdc;
    border-bottom: 2.5px solid #2e9fdc;
}

.titre-orange {
    border-top: 2.5px solid #fc980a;
    border-bottom: 2.5px solid #fc980a;
}

.titre-dark-blue {
    border-top: 2.5px solid #2050bc;
    border-bottom: 2.5px solid #2050bc;
}

/*----------------------------------------*/
/* TITRES RESULTATS ET FILETS DE COULEUR */
/*--------------------------------------*/

/* Carte map */
.titre-carte {
    background: #2050bc none repeat scroll 0 0 !important;
    position: absolute;
    right: 5px;
    text-align: center;
    top: 5.2em;
    width: 100%;
    z-index: 100;
}

.resultat-sejour {
}

.sejour-description {
}

.taux, .capacite {
    line-height: 1em;
    margin-bottom: 1.4em;
    margin-top: 1em;
}

.titres-resultat {
    color: #2050bc;
    font-size: 1.8em;
    line-height: 1.5em;
    margin-bottom: 0.313em;
}

.titre-resultat-green {
    border-bottom: 2.5px solid #79c23e;
    position: relative;
}

.titre-resultat-blue-sky {
    border-bottom: 2.5px solid #2e9fdc;
    margin-bottom: 0.5em;
}

.titre-resultat-orange {
    border-bottom: 2.5px solid #fc980a;
    position: relative;
}

.titre-resultat-dark-blue {
    border-bottom: 2.5px solid #2050bc;
    position: relative;
}

li {
    list-style: none;
}

li, li a {
    font-size: 0.95em !important;
    color: #2050bc !important;
}

.underline {
    text-decoration: underline;
}

.header {
    position: relative;
    padding: 0;
    /*z-index: 100;*/
}

.complet {
    background-color: #fa0202;
    color: #ffffff;
    display: inline-block;
    font-weight: bold;
    left: 0;
    padding: 0.5em;
    position: absolute;
    margin-top: 0.2em;
}

.complet-resultat {
    background-color: #fa0202;
    background-color: rgba(250, 2, 2, 0.7);
    color: #ffffff;
    font-weight: bold;
    margin-top: 6em;
    padding: 1.5em;
    position: absolute;
    text-align: center;
    width: 100%;
}

/*----------------------*/
/* HORAIRES OUVERTURES */
/*---------------------*/
.bandeau-horaires {
    background: #2050bc none repeat scroll 0 0;
    display: inline-block;
    font-size: 1em;
    line-height: 2em;
    text-align: left;
    width: 100%;
}

.horaires {
  color: #ffffff;
  display: inline-block;
  position: relative;
  width: auto;
}

.horaires-xs {
    display: inline-block;
    color: #ffffff;
    text-align: center;
}

.icone-phone {
    background-color: #2e9fdc;
    display: inline-block;
    padding-left: 0.938em;
/*15px;*/
    padding-right: 0.938em;
/*15px;*/
    padding-top: 0.125em;
    position: relative;
}

.icone-phone-sm {
  background-color: #2e9fdc;
  display: inline-block;
  padding-top: 0.1em;
  position: relative;
  margin-right: -15px;
  padding-left:0px;
  padding-right:0px;

}



.compte {
    display: inline-block;
}

/*.mon-compte {
    display: inline-block;
    margin-left: 1.3em;
    margin-right: 1.3em;
}*/

.disconnect {
    display: inline-block;
    margin-right: 1.3em;
}

.nous-ecrire {
    display: inline-block;
}

.telephone {
    color: #FFF !important;
    font-size: 1em;
    width: 100%;
    text-align: left;
}

.tel-right {
    border-right: 2.5px solid #fff;
    margin-top: 0.8em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    padding-top: 0.2em;
}

.tel-right-white {
    border-right: 2.5px solid #fff;
}

.conseils-gratuits {
    background: #2e9fdc none repeat scroll 0 0;
    color: #fff !important;
    font-size: 0.8em;
}

.picto-conseils {
    margin: 1.3em;
    padding-right: 1em;
}

.question {
    padding-left: 5.4em;
}

.conseils-gratuits p {
    line-height: 1.19em;
    padding: 0.5em 0.8em 0.7em 0.8em;
}

.paiement-4x {
    background-color: #287bcd;
    padding: 0.5em 0.3em 0.3em;
    position: relative;
    width: 100%;
}

.assurance-annulation, .paiement-securise, .inscription-copain {
    position: relative;
    padding: 0.3em;
    width: 100%;
}

.ddcs {
    margin-top: 0.5em;
    border-radius: 0;
    background-color: #F4F4F4;
    border-color: #ebccd1;
    color: #a94442;
}

.titre-les-plus {
    text-align: center;
    padding-bottom: 0.2em;
    /*padding-top: 1em;*/
}

.les-plus {
    background-color: #2050bc;
    height: auto;
    margin-top: -0.5em;
    position: relative;
    width: 100%;
}

.home-seo p, .home-seo h2, .home-seo h3 {
  font-size: 0.9em;
  line-height: 1.5em;
  margin: 0 auto;
  text-align: justify;
  width: 65%;
  color: #2050BC !important;
}
.seo {
    position: absolute;
    /*width: auto;*/
    top: 0px;
}

.seo-sm {
  position: absolute;
  top: 0;
  width: auto;
}
.seo-sm-index {
 /* position: absolute;
  top: 0;
  width: auto;*/
}
.slogan {
    position: relative;
}

.serenite {
    margin-bottom: 0.2em;
 /*8px*/
    margin-top: 0.2em;
 /*3px*/;
}

.voyager {
    margin-bottom: 1.5em;
}

.reseaux-sociaux {
    background-color: #2050bc;
    height: 243px;
    padding-top: 1.2em;
    position: absolute;
    right: 0;
    top: 30em;
    width: 51px;
}


.icones-rs-sejour {
    background-color: rgb(244, 244, 244);
    padding: 0.4em 2em 0.1em;
    position: absolute;
    right: 0.9em;
    top: 0.1em;
    width: auto;
}

.icones-rs {
    padding: 0.69em;
}

.related {
    padding-top: 1em;
}
/*------------------------*/
/* PHOTOS BANDEAU HEADER */
/*----------------------*/
/*.bandeau-header {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../img/front/home/header-capjuniors.jpg");
    background-origin: padding-box, padding-box;
    background-position: 0 0%, 50% 50%;
    background-repeat: no-repeat;
    background-size: 100% auto;
}*/

/* Pages résultats de recherche */
.bandeau-header-resultat {
  /*  background: url('../img/front/resultats/background-barre-search.jpg') 100% 0 no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: cover;*/
 /* pour anciens Chrome et Safari */
    /*background-size: cover;*/
 /* version standardisée */
    margin: 0;
    /*height: 7.6em;*/
 /* 113px */
    width: 100%;
}
/* page détail du séjour */

.bandeau-header-fiche-sej {
    background-color: #287bcd;
    height: 3.8em;
    margin-top: 2em;
    width: 100%;
}

.bandeau-header-fiche {
    background-color: #287bcd;
    height: 3.8em;
    margin: 0;
    width: 100%;
}

/*-----------------------*/
/* PHOTOS FICHE SEJOURS */
/*---------------------*/

/* Traits top sur les photos fiches séjours */
.photo-sejour-dark-blue-cap {
    border-top: 3px solid #2050bc;
}

.photo-sejour-blue-sky-cap {
    border-top: 3px solid #2e9fdc;
}

.photo-sejour-green-cap {
    border-top: 3px solid #79c23e;
}

.photo-sejour-orange-cap {
    border-top: 3px solid  #fc980a;
}

/*------------------------------*/
/* RESUME PHOTOS FICHE SEJOURS */
/*----------------------------*/
.cadre {
    width: 23.313em;
 /*373px;*/
    height: 15.875em;
 /*254px;*/
    right: 0.938em;
 /*15px;*/
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    bottom: 0.375em;
 /*6px;*/;
}

/*------------------------------*/
/* SLIDER PHOTOS FICHE SEJOURS */
/*----------------------------*/
.blockSliderPhoto {
    margin-top: 15px !important;
}

/* trait de séparation vertical */
.trait-video-blue-sky-cap {
    border-left: 2px solid #2e9fdc;
    height: 5.625em;
 /* 90px; */;
}

/*----------------------*/
/* MOTEUR DE RECHERCHE */
/*--------------------*/
.search-home {
    /*padding-top: 17.6em;*/
 /* 281px */
    width: 100%;
}

.search-home-xs {
    /*padding-top: 1.7em;*/
    /*padding-top: 10em;*/
    width: 100%;
}

.search-resultat {
    width: 100%;
    padding-top: 0em;
    padding-left:0px;
    padding-right:0px;
}

.search-resultat-sm {
    padding-top: 0.7em;
    position: relative;
    width: 100%;
}

.moteur-bandeau {
    display: inline;
    line-height: 2.063em;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 0.9em 0.625em 0;
    width: 100%;
}

.moteur-bandeau-2 {
    display: inline;
    line-height: 2.063em;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 10px;
    width: 100%;
}


.filigrane-float {
  background-color: #F4F4F4;
  height: 4em;
  padding-top: 0.7em;
  margin-top: -0.9em;
}

#menu-cap {
  margin-left: 17em;
  position: absolute;
  top: 0.55em;
  width: auto;
  z-index: 200;
}

.barre-icone-2 {
  display: inline-block;
  position: absolute;
}

.bloc-menu {
  display: inline;
  height: 2.3em;
  margin-left: 0.5em !important;
  padding-top: 0.08em;
  position: relative;
  vertical-align: bottom;
  width: auto;
}

.bloc-menu-xs {
    position: absolute;
    right: 0;
    top: 0.163em;
    width: auto;
}

.bloc-menu-sm {
    position: absolute;
    right: 1em;
    top: 0;
    width: auto;
    z-index: 100;
}

.form-control {
    border-radius: 0 !important;
    height: 2.65em;
    width: 100%;
}

/*----------*/
/* FILTRES */
/*--------*/

.pagination-top {
    bottom: 0;
    display: inline-block;
    position: absolute;
    right: 1.8em;
    width: auto;
    z-index: 200;

}

.filtres {
    margin-left: 0;
    margin-bottom: 0.938em;
 /* 15px */
    text-align: left;
}

.filtres-xs {
    display: inline-block;
    /*text-align: center;*/
    width: 100%;
}


/*------------------*/
/* COUPS DE COEURS */
/*----------------*/

.coups-coeurs {
    padding: 0;
}

.select-coups-coeurs {
    margin-bottom: 0.4em;
    width: auto;
}

.consultez-coups-coeurs {
    margin-top: 0.625em;
 /* 10px */;
}

/*-------------------------------------*/
/* TRAITS SOUS VIGNETTES SEJOURS HOME */ 
/*-----------------------------------*/
.vignette-cc {
    padding-bottom: 5px;
}

.vignette-cc-green {
    border-bottom: 2.5px solid #79c23e;
}

.vignette-cc-blue-sky {
    border-bottom: 2.5px solid #2e9fdc;
}

.vignette-cc-orange {
    border-bottom: 2.5px solid #fc980a;
}

.picto-new-home {
    margin-left: 4.55em;
    margin-top: 0.5em;
    position: absolute;
    z-index: 100;
}

.picto-new-sej {
    margin-left: 4.55em;
    margin-top: 0.5em;
    position: absolute;
    z-index: 100;
}

.picto-coeur-home {
    margin-left: 1em;
    margin-top: 0.5em;
    position: absolute;
    z-index: 100;
}
.picto-coeur-recherche {
    margin-left: 1em;
    margin-top: 0.5em;
    position: absolute;
    z-index: 100;
}

.picto-coeur-sej {
    margin-left: 1em;
    margin-top: 0.5em;
    position: absolute;
    z-index: 100;
}

/* séparateur de blocs séjours */
.separateur-horizontal {
    margin-top: 20px;
    display: inline-block;
}

.notre-selection {
    margin-top: -10px;
}


/*-------------*/
/* BONS PLANS */
/*-----------*/
.bons-plans, .esprit-cap {
    margin: 0.625em 0 0.625em 0;
/* 10px */
    color: #2050bc;
}

.picto-bons-plans {
    margin-left: 0.938em;
    margin-top: 1em;
}

.ne-pas-manquer {
    margin-right: -0em;
 /*0px*/;
}

.ne-pas-manquer-vignettes {
    margin-right: -0.938em;
 /*-15px*/;
}

.select-bottom {
    margin-bottom: 1em;
 /* 16px */;
}

.fond-hebergement, .fond-transport {
    background-color: #f4f4f4;
    display: inline-block;
    padding: 0.5em 0.5em 0.8em;
    width: 100%;
}

.hebergement {
    line-height: 1.7em;
    margin-left: 0.2em;
}

.descriptif-sejour {
    background: #fff none repeat scroll 0 0;
}

.descriptif-transport {
    background: #f4f4f4 none repeat scroll 0 0;
}

.select-bons-plans, .destinations {
    line-height: 45px;
    margin-bottom: 0.2em;
    margin-left: 1.2em;
    margin-top: 0.4em;
}

.select-esprit {
    width: auto;
}

.select-univers {
    max-width: 100%;
    margin-top: 0.500em;
 /* 8px */
    margin-bottom: 1em;
 /* 8px */;
}

.icons-esprit {
    margin-top: 1.5em;
 /* 24px */;
}

.pictos-esprit {
    padding: 10px;
    vertical-align: bottom;
}

.carte-map {
    margin-top: 0;
}

/*--------------------------*/
/* EFFETS DES IMAGES OVER  */
/*------------------------*/
.view {
    cursor: default;
    float: left;
    margin: 0 0 10px;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.view .mask, .view .content {
    height: 156px;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    transform: translate(-50%, 0px);
    width: 290px;
}

.view img {
    display: block;
    position: relative;
}

.view h2 {
    background: rgba(32, 80, 188, 1) none repeat scroll 0 0;
    color: #fff !important;
    letter-spacing: 0.05em;
    margin: 0;
    padding: 0.15em 0.438em 0.438em;
    position: relative;
    text-align: center;
}

.view p {
    color: #fff !important;
    font-size: 1.95em;
    margin-top: -0.68em;
    position: relative;
    text-align: center;
}

.view a.info {
    background: rgba(46, 159, 220, 1) none repeat scroll 0 0;
    border: 1px solid #fff;
    color: #fff !important;
    display: inline-block;
    letter-spacing: 0.06em;
    margin-top: 0.3em;
    padding: 0.2em 0.438em 0.438em;
    text-decoration: none;
}

.view a.info:hover {
    box-shadow: 0 0 5px #fff;
}

.view-first img {
    transition: all 0.2s linear;
}

.view-first .mask {
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
}

.view-first h2 {
    transform: translateY(0px);
    opacity: 0;
    transition: all 0.2s ease-in-out;
}

.view-first p {
    opacity: 0;
    padding-top: 0;
    transform: translateY(100px);
    transition: all 0.2s linear 0s;
}

.view-first a.info {
    font-size: 0.8em;
    opacity: 0;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out 0s;
}
/* ------------------------------ */
/* REGLAGES DES TRANSITIONS OVER */
/* ---------------------------- */

/*--------------------------------------------*/
/* EFFETS IMAGES BONS PLANS & COUPS DE COEUR */
/*------------------------------------------*/

.hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}

.hovereffect .overlay {
    background-color: rgba(32, 32, 32, 0.8);
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    transition: all 0.2s cubic-bezier(0.88, -0.99, 0, 1.81) 0s;
    width: 100%;
}

.overlay > p {
  color: #fff !important;
}

.hovereffect img {
    display: block;
    position: relative;
    -webkit-transition: all 0.6s cubic-bezier(0.88,0.99, 0, 1.81);
    transition: all 0.6s cubic-bezier(0.88,0.99, 0, 1.81);
}

/* Slogan */
.hovereffect h2, .hovereffect h4 {
  color: #fff !important;
  font-size: 0.9em;
  margin-top: 3em;
  padding: 10px;
  position: relative;
  text-align: center;
  transform: translateY(0px);
  transition: all 0.6s cubic-bezier(0.88, -0.99, 0, 1.81) 0s;
}
.hovereffect a.info {
  background-color: rgba(46, 159, 220, 1);
  border: 1px solid #fff;
  color: #fff !important;
  display: inline-block;
  margin: 0px 0 16px;
  opacity: 0;
  padding: 5px 14px 7px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.6s ease 0s;
}

.hovereffect a.info:hover {
    box-shadow: 0 0 5px #fff;
}

.hovereffect:hover img {
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.hovereffect:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
}

.hovereffect:hover h2,.hovereffect:hover a.info {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-transform: translatey(0);
    -webkit-transform: translatey(0);
    transform: translatey(0);
}

.hovereffect:hover a.info {
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}


/*----------------------*/
/* BARRE AGE ET ICONES */
/*--------------------*/
.selection-age {
    right: 0.938em;
 /*15px*/
    left: 0.938em;
 /*15px*/
    position: absolute;
    z-index: 100;
}

.selection-age-recherche {
    right: 0.938em;
 /*15px*/
    left: 0.938em;
 /*15px*/
    position: absolute;
    z-index: 100;
}

.top-age {
    margin-top: 50px;
}
/*-----------------------------*/
/* BARRE ICONES PRINT MAIL UP */
/*---------------------------*/
.barre-selection {
    position: relative;
    right: 0px;
}

.barre-selection-sejour {
    bottom: 0;
    left: 0;
    margin-top: -0.5em;
    padding: 0.2em 0.2em 0.2em 0.6em;
    position: relative;
    width: 100%;
}

.a-partir-de {
    bottom: 0.5em;
    display: inline-block;
    margin-top: 2em;
    position: relative;
    width: 100%;
}

.icons {
    margin-top: -0.5em;
    position: absolute;
    right: 0;
    width: auto;
}

.icons-sm {
  margin-top: -5em;
  width: auto;
  margin-right: 0.5em;
}


/*-------*/
/* PRIX */
/*-----*/

.prix-sejour {
    color: #172983 !important;
    font-size: 1.52em;
    line-height: 20px;
    text-align: left !important;
    margin-bottom: 10px;
}

.prix-sejour-barre {
    text-decoration: line-through;
}

/*---------------------*/
/* ETIQUETTES COULEUR */
/*-------------------*/
.etiquette {
    padding: 0.5em 0.45em 0.45em;
    position: relative;
    width: auto;
}

/* Couleurs fonds des étiquettes et onglets tableaux fiches  */
.etiquette-blue-sky,.tab-blue-sky {
    background: #2e9fdc !important;
}

.etiquette-medium-blue,.tab-medium-blue {
    background: #287ACC !important;
}

.etiquette-dark-blue,.tab-dark-blue {
    background: #2050BC !important;
}

.etiquette-green {
    background: #79c23e;
}

.etiquette-orange {
    background: #fc980a;
}

#Calendrier, #Liste, #Savoir {
    width: 100%;
}

#onglets > li a:hover, #onglets > li a:focus {
    background: #2050BC !important;
}

#onglets > li.active a, #onglets > li.active a:hover, #onglets > li.active a:focus {
    background: #2050BC !important;
}
    
/*----------*/
/* UNIVERS */
/*--------*/

.galerie {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.vignette-galerie {
    padding-left: 1em !important;
    padding-right: 1em !important;
    margin-bottom: 0.5em !important;
}

.sciences-ludiques,.nautique,.mer-farniente,.sport-fun,.ptits-bouts,.frontieres,.entre-copains,.vent-liberte {
    width: auto;
}

/*-------------------*/
/* RELATED PRODUCTS */
/*-----------------*/
.related-products {
    margin-left: -15px;
    margin-right: 15px;
    position: relative;
    display: inline-block;
}

/*---------*/
/* FOOTER */
/*-------*/
.newsletter {
    background: #2050bc none repeat scroll 0 0;
    color: #ffffff;
    line-height: 3em;
    margin-top: 1.813em;
    min-height: 2.98em;
    padding-bottom: 0.5em;
    padding-top: 0.6em;
}

.picto-newsletter {
    margin-top: 0.09em;
    padding-right: 0.8em;
}

.envoyer-news {
    padding-top: 0.30em;
}

.tel-footer {
    padding: 0.5em;
 /*8px*/;
}

.picto-tel-footer {
    padding-right: 1em;
}

.trait-dark-blue {
    border-top: solid 2.5px #2050bc;
    line-height: 1.875em;
 /* 30px */
    margin-top: 0.938em;
 /* 15px */
    margin-bottom: 0.938em;
 /* 15px */
    width: 100%;
}

.trait-blue-sky {
    border-top: 2.5px solid #2e9fdc;
    margin-top: 0.313em;
 /* 5px */
    margin-bottom: 0.313em;
 /* 5px */;
}
/* Navigation Baseline */
.navigation {
    height: 5.1em;
    position: relative;
}

.navigation-xs {
    height: 3.88em;
    position: relative;
}

.big-footer {
    height: 10.625em;
 /* 170px */
    font-size: 1.185em;
 /* 18pt */;
}

.baseline {
    background-color: #2050bc;
    padding-bottom: 12px;
    padding-top: 15px;
}

.baseline-links h1, .baseline-links h2, .baseline-links h3, .baseline-links h4, .baseline-links h5, .baseline-links h6 {
    color: #ffffff !important;
}

.baseline-links a:hover {
    color: #ffffff !important;
    text-decoration: underline;
}

.footer-bg {
    background: #ffffff;
}

.connexion-pro {
    background: #ffffff none repeat scroll 0 0;
    color: #2050bc !important;
    font-size: 0.938em;
    height: 2.2em;
    line-height: 1.4em !important;
    margin-top: 1em;
    padding: 0.413em;
    width: 10em;
}

.bloc {
    width: 9.5em;
    height: 2.2em;
    padding: 0.313em;
 /*5px*/
    color: #FFF !important;
    line-height: 1.4em !important;
    text-align: center;
}

.bloc-md {
    margin: 5px;
}

.bloc-xs {
    width: auto;
    padding: 0.1em 1.100em !important;
/*1px*/
    padding: 0.100em;
/*1px*/
    color: #FFF !important;
    text-align: center;
}


.bloc-favoris a, .bloc-favoris-xs a, .bloc-favoris-md a {
    /*color: #fff !important;*/
}

.favoris, .sejours-consultes {
    display: inline-block;
    padding-left: 0.313em;
/*5px;*/;
}

.favoris-xs {
    margin-top: 0;
}

/*.content-sej-consulte, .content-favoris {
  padding: 0.5em !important;
  width: auto !important;
}*/

.bouton-mobile-xs {
    margin-right: -1.5em;
    margin-top: -0.5em;
    z-index: 300;
}

.bouton-mobile-sm {
    margin-right: -0.938em;
    margin-top: -0.5em;
    z-index: 300;
}


#menu-navigation {
  font-size: 1.2em !important;
}

#menu-navigation-mobile {
  background-color: #fff !important;
  left: 0;
  margin-top: 1.26em;
  position: absolute;
  right: 0;
  text-align: right;
  width: 100%;
  z-index: 300;
  font-size: 1.2em;
}

.logo-mobile {
  margin-left: -8px;
  margin-top: 10px !important;
  position: absolute !important;
}

/*------------*/
/* PAGES CMS */
/*----------*/
#content-cms {
    padding: 25px;
    width: 100%;
}

.marges-cms {
  margin-bottom: -25px;
  margin-top: -25px;
}

.titre-cms, h1 {
  color: #2050BC;
  font-size: 1em;
  text-transform: uppercase;
  font-weight: bold;
}

.texte-cms, p, ul, li {
  color: #000000 !important;
  font-size: 0.95em;
  /*line-height: 25px;*/
  /*position: relative;*/
}

#content-cms .texte-cms li {
  list-style: outside none disc;
  margin-left: 20px;
}

.ancrecms {
    margin-top: -125px;
    display: block;
    height: 125px;
    visibility: hidden;
}

.haut-page {
  background-color: #f4f4f4;
  bottom: 1.5em;
  font-size: 12px;
  left: 2%;
  padding: 0.5em;
  position: fixed;
  z-index: 10;
}
/*--------------*/
/* DESCRIPTION */
/*------------*/
.panel-title-descriptif {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
    color: #ffffff;
    font-family: 'Nunito' !important;
    text-align: center;
    line-height: 18px;
    text-transform: uppercase;
}

.panel-formalites li {
    list-style-type: disc;
    margin-left: 1em;
}

/*---------------------------*/
/* TABLEAUX DATES ET TARIFS */
/*-------------------------*/
#tableSejour thead tr:nth-child(2), #tableSejour thead tr:nth-child(2) th {
    background: #96cbff none repeat scroll 0 0 !important;
}


/*------------------------------*/
/* CSS BOOTSTRAP PERSONNALISES */
/*----------------------------*/
.navbar-default {
    border-color: transparent !important;
    background-color: transparent !important;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #2050bc;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #2e9fdc !important;
    z-index: 100 !important;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #555;
    background-color: transparent !important;
}

.navbar-nav > li > a {
    padding-top: 0px !important;
    padding-bottom: 0.738em !important;
 /*15px*/
    font-size: 1.125em !important;
 /* 18px */;
}

.navbar-nav > li > .dropdown-menu {
  border-radius: 0 !important;
  margin-top: -0.4em !important;
  text-align: left;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent !important;
}

.navbar-collapse {
    border-top: 1px solid transparent !important;
}

.navbar-brand {
    padding-left: 0 !important;
    margin-left: -8px !important;
}

.navbar-toggle {
    border-radius: 0px;
}

/*----------------*/
/*VOLETS MENU CAP*/
/*--------------*/

.dropdown-menu {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  display: none;
  float: left;
  font-size: 14px;
  list-style: outside none none;
  margin-left: 14px;
  min-width: 300px;
  padding: 5px 0;
  top: 100%;
  z-index: 1000;
}

.dropdown-menu > li > a {
    padding: 3px 20px 4px 4px !important;
}

.dropDownFavSej, .dropDownSejConsulte {
  text-align: left;
}


.menu-cap .dropdown-menu, .mainMenu {
    border-radius: 0px !important;
    position: absolute;
    left: auto;
    margin-top:-1px;
}

.menu-cap .nav,
.menu-cap .collapse,
.menu-cap .dropup,
.menu-cap .dropdown {
    position: relative; /* Pour passer le menu en volets larges, utiliser : static */
    
}

/*.menu-cap .container {
  position: relative;
}*/

 /*.menu-cap .menu-cap-content {
 padding: 20px 30px;
}*/
.menu-cap .dropdown.menu-cap-fw .dropdown-menu {
    left: 0;
    right: 0;
    width: 100%;
}

.panel-heading-descriptif {
    background-color: rgba(45, 151, 255, 1);
    border-color: rgba(0, 10, 196, 1);
    color: #ffffff !important;
    font-family: "Nunito",sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin-top: 0;
    padding: 10px 15px;
    text-align: left;
    text-transform: uppercase;
    vertical-align: middle;
    width: 100%;
}

.explorer {
    margin-top: 0.625em !important;
 /*10px*/
    margin-left: -0.850em !important;
 /*-13px*/
    padding-top: 0.313em !important;
 /* 5px */
    padding-right: 3.125em !important;
 /* 50px */
    padding-bottom: 0 !important;
    padding-left: 0.313em !important;
 /* 5px */
    border: 0 !important;
} 

.explorer-xs {
  border: 0 none !important;
  margin-left: -0.85em !important;
  margin-top: 1.7em !important;
  padding: 0.313em 3.125em 0 0.313em !important;
}

/* Couleur des textes placeholder */
.form-control::-moz-placeholder {
  color: #000 !important;
}


/* Tarifs de la home */
.tarifs-search {
    padding-top: 1.2em !important;
 /*19px*/
    margin-right: -0.938em !important;
    font-weight: bold;
}
/* Tarifs de la fiche séjour */
.tarifs-sejours {
    min-height: 6.6em;
    position: relative;
}

.tarifs-sejours p {
    min-height: 2em;
    position: relative;
    font-size: 1em;
}
/* Traits soulignement couleur */
.trait-bottom-dark-blue {
    border-bottom: 2.5px solid #2050bc;
    margin-bottom: 1em;
}

.trait-bottom-blue-sky {
    border-bottom: 2.5px solid #2e9fdc;
    margin-bottom: 1em;
}

.trait-bottom-orange {
    border-bottom: 2.5px solid #fc980a;
    margin-bottom: 1em;
}

.trait-bottom-green {
    border-bottom: 2.5px solid #79c23e;
    margin-bottom: 1em;
}

/* Style des numéros de commande idComm */
.idComm {
  color: #172983;
  font-weight: bold;
  text-decoration: underline;
}


/*--------------------*/
/* BOUTONS BOOTSTRAP */
/*------------------*/
.btn {
    border: 0 none !important;
    border-radius: 0 !important;
    color: #fff !important;
    padding: 0.3em 1.1em !important;
}

.btn-top {
  margin: 0.1em;
}

.btn-default {
    background-color: transparent !important;
}

.btn-primary, .btn-custom-darkblue {
    background-color: #2050bc !important;
}

.btn-success {
    background-color: #79c23e !important;
}

.btn-info {
    background-color: #2e9fdc !important;
}

.btn-warning {
    background-color: #fc980a !important;
}

.btn-sejour {
    border: 0 none !important;
    bottom: 2.3em;
    line-height: 1.1em;
    padding-bottom: 5px;
    padding-top: 5px;
    position: absolute;
    right: 0;
    width: 45%;
}

.btn-retour-sejour {
    background-color: #2050bc;
    border: 0 none;
    color: #ffffff !important;
    display: inline-block;
    position: absolute;
    right: 0;
    top: -3.8em;
}

/*----------------------------*/
/* LIENS BOOTSTRAP et AUTRES */
/*--------------------------*/

a {
    color: #2050bc !important;
}

a#linkHebergAncre:hover, a#linkHebergAncre h3:hover,a#linkDescAncre:hover, a.linkDatesAncre:hover, a#linkInfosAncre:hover {
    text-decoration: none;
}

#lightbox .modal-content {
    display: inline-block;
    text-align: center;
}

.tablesorter-filter.form-control {
    background: white !important;
}

.form-control.tablesorter-filter {
    margin-bottom: 5px !important;
}

.tablesorter input.tablesorter-filter.form-control {
    background: #C0BABA !important;
    color: #41587B !important;
}

/*table tr.tablesorter-filter-row td:nth-child(2) {
    display: none;
}*/

#tableSejour thead tr:nth-child(2) th:nth-child(1) .form-control {
    min-width: 130px;
}

#tableSejour thead tr:nth-child(2) th:nth-child(2) .form-control {
    min-width: 60px;
}

#tableSejour thead tr:nth-child(2) th:nth-child(3) .form-control {
    min-width: 140px;
}

#tableSejour thead tr:nth-child(2) th:nth-child(4) .form-control {
    min-width: 130px;
}

#tableSejour thead tr:nth-child(2) th:nth-child(5) .form-control {
    min-width: 160px;
}

#tableSejour td:nth-child(1) {
    min-width: 125px;
}

#tableSejour td:nth-child(2) {
    min-width: 55px;
}

#tableSejour td:nth-child(3) {
    min-width: 135px;
}

#tableSejour td:nth-child(4) {
    min-width: 125px;
}

#tableSejour td:nth-child(5) {
    min-width: 155px;
}

#tableSejour thead tr:nth-child(2), #tableSejour thead tr:nth-child(2) th {
    background: #F4F4F4 !important;
}

#tableSejour  .filter {
    background: white !important;
    color: rgba(0, 0, 0, 0.6) !important;
}

.descriptionOption, .prixOption {
    display: inline-block;
    vertical-align: top;
    width: 100px;
    max-width: 100px;
    word-wrap: break-word;
    line-height: 14px;
}

.prixOption {
    text-align: right;
    padding: 0;
    margin: 0;
    width: 60px;
    max-width: 60px;
}

#map-canvas {
    height: 300px;
    width: 300px;
}

.chevron-left, .photo-du-slider, .chevron-right {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.photo-du-slider img {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}

.tab-pane {
    padding: 0.5em !important;
}

.panel-custom {
    background-color: #fff;
    border: 0px solid transparent !important;
    border-radius: 0px !important;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.05)!important;
}

.panel {
    border-radius: 0px !important;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    border-color: transparent !important;
    border-image: none;
    border-style: solid;
    border-width: 1px !important;
    cursor: default;
}

.nav-tabs > li > a {
    border-radius: 0 !important;
}

.nav-tabs > li > a:hover {
    border-color: transparent !important;
}

.pagination-top > .active > a, .pagination-top > .active > a:focus, .pagination-top > .active > a:hover, .pagination-top > .active > span, .pagination-top > .active > span:focus, .pagination-top > .active > span:hover {
    background-color: #2050bc !important;
    color: #ffffff !important;
}
.dropdownFavoris{
  height:55px;
  /*width: 50px;*/
  
}

.greyBg{
    background-color:#808080 !important;
}

a.disabled{
    cursor: default !important;
    text-decoration: none !important;
}

.btn-process-cmd-one{
    background-color: #2050bc !important;
    color : #ffffff !important;
    border : 1px solid #2050bc !important;
}

.btn-process-cmd-one:hover{
    background-color: #ffffff !important;
    color : #2050bc !important;
    border : 1px solid #2050bc !important;
}
.btn-process-cmd-two{
    background-color: #ffffff !important;
    color : #2050bc !important;
    border : 1px solid #2050bc !important;
}

h3.panel-title {
    color:#ffffff !important;
}

.bandeauBgColorTwo {
    background-color: #2050bc !important;
}

.text-darkblue {
    color : #172983 !important;
}

.protecConso > p {
    color: #172983 !important;
    font-size: 0.75em;
    line-height: 15px;
    margin-top:0px;
    margin-bottom:0px;
}

.protecConso {
    border: 1px solid #2050BC !important;
}

.fontSixteen {
    font-size: 15px;
}

.upper {
    text-transform: uppercase;
}
.ui-tooltip {
  background: #2E9FDC;
  color: white;
  width:150px;
  padding:10px;
  z-index: 100;
  position: absolute !important;
  white-space:pre-wrap;
  font-size:12px;
}
.ui-helper-hidden-accessible {
  position: absolute;
  left: -999em;
}
.ui-autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  _width: 160px;
  padding: 4px 0;
  margin: 2px 0 0 0;
  list-style: none;
  background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
}
.ui-menu-item > a.ui-corner-all {
  display: block;
  padding: 3px 15px;
  clear: both;
  font-weight: normal;
  line-height: 18px;
  color: #555555;
  white-space: nowrap;
  text-decoration: none;
}
.ui-widget-content .ui-state-focus {
  background-color: #0088cc;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  color: #ffffff;
}
.ui-menu-item > a.ui-state-focus {
  color: #ffffff;
  text-decoration: none;
  cursor: default;
}
.ui-menu-item > a.ui-corner-all:hover {
    color: #ffffff !important;
}

.sidemenuclient-lg>li.main{

    background: #3fc4ee none repeat scroll 0 0;
    margin-bottom: 10px;
    max-height: 55px;
    overflow: hidden;
    
}
.menuLien {
    color: #ffffff !important;
}
.sidemenuclient-title-lg{
    background: #FC980A none repeat scroll 0 0;
    padding-top: 5px;

}

.titleClient {
    font-size:1.3em !important;
}
.paddingtop10 {
    padding-top:10px;
}

.blockOne {
    padding-left:0px;
    padding-right:0px;
}

.rechercheFields {
    padding-left: 5px;
    padding-right: 5px;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
 }

.fontMenu {
    font-size:0.9em;
}

.slogan-index {
    position: absolute !important;
    top:9em !important;
    z-index: 100;
}

.pagination-bottom {
    bottom: 0;
    display: inline-block;
    width: auto;
}
.pagination-bottom > .active > a, .pagination-bottom > .active > a:focus, .pagination-bottom > .active > a:hover, .pagination-bottom > .active > span, .pagination-bottom > .active > span:focus, .pagination-bottom > .active > span:hover {
    background-color: #2050bc !important;
    color: #ffffff !important;
}
.descriptionCateg {
    margin-left:15px;
    color: #2050bc;
}

.content-sej-consulte, .content-favoris {
    width:300;
}

.right-cms li {
    border-bottom: 1px solid #2050BC;
    min-height: 27px;
    list-style-type: none;
    margin-top: 4px;
}
.chevron-right-custom {
    color: #2050bc;
    font-size: 9px;
    margin-right: 5px;
}
.active-sub-menu {
    /*padding: 0 11px;*/
    vertical-align: middle;
}

.texte-cms>p {
    margin-top: 2px !important;
}
.insuProd {
    margin-top: -3px !important;
}
.titre-principal-recherche {
    font-size: 0.89em !important;
    margin-left: 15px !important;
}
.searchFilig {
    width: 100%;
}

.archive {
    background-color: rgba(250, 2, 2, 0.7);
    font-size: 2em;
    color: #ffffff;
    /*opacity:0.7;*/
   
}
.archive-row {
    height: 1.8em;
}

.cursor-default {
    cursor: default;
}

.blockColo {
    background-color: #fff;
    border: 2px solid #aaa;
}

.fermerModalParrainage {
    background-color: #2050BC !important;
    border-color: #2e6da4;
    color: #fff;
}

/* CAPTCHA */
 #captcha-wrap, #captcha-wrap-cata, #captcha-wrap-nc, #captcha-wrap-oe, #captcha-wrap-pr, #captcha-wrap-rc, #captcha-wrap-lg{
  border:solid #C6C6C6 1px;
  width:270px;
  -webkit-border-radius: 10px;
  float:left;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background:#F6F6F6;
  text-align:left;
  padding:3px;
  margin-top:3px;
  height:100px;
}
#captcha-wrap .captcha-box, #captcha-wrap-cata .captcha-box-cata, #captcha-wrap-nc .captcha-box-nc, #captcha-wrap-oe .captcha-box-oe, #captcha-wrap-pr .captcha-box-pr, #captcha-wrap-rc .captcha-box-rc, #captcha-wrap-lg .captcha-box-lg{
  -webkit-border-radius: 7px;
  background:#fff;
  -moz-border-radius: 7px;
  border-radius: 7px;
  text-align:center;
  border:solid #fff 1px;
}
#captcha-wrap .text-box, #captcha-wrap-cata .text-box-cata, #captcha-wrap-nc .text-box-nc, #captcha-wrap-oe .text-box-oe, #captcha-wrap-pr .text-box-pr, #captcha-wrap-rc .text-box-rc, #captcha-wrap-lg .text-box-lg{
  -webkit-border-radius: 7px;
  background:#A4C9D2;
  -moz-border-radius: 7px;
  width:140px;
  /*height:43px;*/
  float:left;
  margin:4px;
  border-radius: 7px;
  text-align:center;
  border:solid #A4C9D2 1px;
}
 
#captcha-wrap .text-box, #captcha-wrap-nc .text-box-nc input, #captcha-wrap-oe .text-box-oe input, #captcha-wrap-pr .text-box-pr input, #captcha-wrap-lg .text-box-lg input{ width:120px;}
#captcha-wrap-cata .text-box-cata input{ width:120px;}
#captcha-wrap .text-box label, #captcha-wrap-cata .text-box-cata label, #captcha-wrap-nc .text-box-nc label, #captcha-wrap-oe .text-box-oe label, #captcha-wrap-pr .text-box-pr label, #captcha-wrap-rc .text-box-rc label, #captcha-wrap-lg .text-box-lg label{
   font-family: helvetica,sans-serif;
   font-size:12px;  
   width:150px;
   padding-top:3px; 
   padding-bottom:3px; 
}
#captcha-wrap .captcha-action, #captcha-wrap-cata .captcha-action-cata, #captcha-wrap-nc .captcha-action-nc, #captcha-wrap-oe .captcha-action-oe, #captcha-wrap-pr .captcha-action-pr, #captcha-wrap-rc .captcha-action-rc, #captcha-wrap-lg .captcha-action-lg{
  float:right; width:117px;
  height:44px; margin-top:3px;
}
#captcha-wrap  img#captcha-refresh, #captcha-wrap-cata  img#captcha-refresh-cata, #captcha-wrap-nc  img#captcha-refresh-nc, #captcha-wrap-oe  img#captcha-refresh-oe, #captcha-wrap-pr  img#captcha-refresh-pr, #captcha-wrap-rc  img#captcha-refresh-rc, #captcha-wrap-lg  img#captcha-refresh-lg{
  margin-top:9px;
  border:solid #333333 1px;
  margin-right:6px;
  cursor:pointer;
  height:20px !important;
  width : 20px !important;
}
/* END CAPTCHA */

.text-grey{
    color:#4C4C4C;
    background:#DDDDDD;
}

.avisBlocks p {
    color: unset !important;
}

.inlineH {
    display:inline;
    font-family: Helvetica, sans-serif;
    color:black !important;
    font-size:17.1px;
}

.sejDes h3 {
    color: black !important;
    font-size: unset !important;
}
#contentCmsId img {
    display: block;
    max-width: 100%;
    height: auto;
}
.hoverResume {
    color: white !important;
    display: flex;
}
.hoverResume span {
    margin: auto
}

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

@media (max-width: 991px) {
    /* sm */
    .line-two {
        margin-top: 20px;
    }
}
/* EXTRA SCREENS */

/* small screens*/

@media (min-width: 768px) and (max-width: 991px) { /* sm */
    .rs-top {
        top: 18em;
    }
    .blockOne {
        min-height:180px;
    }

    .reseaux-sociaux {
        display:none;
    }

    .bloc-favoris {
        position: relative;
        top: -2.5em;
        width: auto;
    }

    .mon-compte {
        display: inline-block;
        margin-left: 1.3em;
        margin-right: 1.3em;
    }

    .view-first:hover img {
        transform: scale(1.22);
    }

    .view-first:hover .mask {
        opacity: 1;
    }

    .view-first:hover h2,
    .view-first:hover p,
    .view-first:hover a.info {
        opacity: 1;
        transform: translateY(0px);
    }

    .view-first:hover p {
        transition-delay: 0.1s;
    }

    .view-first:hover a.info {
        transition-delay: 0.2s;
    }

    .img-head {
        width:100%;
        height:auto;
    }

    .fontFirstBlock {
        font-size: 1.875em;
    }

    .filigrane {
        background-color: #F4F4F4;
        height: 8.8em;
    }
    .filigrane-search {
        background-color: #F4F4F4;
        height: 11em;
    }

    .navbar-nav > li > .dropdown-menu {
        border-radius: 0 !important;
        margin-top: 0em !important;
        text-align: left;
    }

    .selection-age {
        right:3.5em !important;
    }

    .picto-new-home {
        margin-left:6em !important;
    }

    .picto-coeur-home {
        margin-left:3em !important;
    }

    .pictosSejour {
        height:40px;
        width:40px;
    }

    .nomSejVignettes {
        font-size: 1.4em;

    }

    .pictoSejVid {
        height:40px;
        width:50px;
    }

    .voir-video {
        margin-left: 0.6em;
        position: absolute;
        top: 16em;
        z-index: 100;
    }
    .tel-right {
        border-right: 2.5px solid #fff;
        margin-top: 0em;
        padding-left: 0.5em;
        padding-right: 0.5em;
        padding-top: 0em;
        margin-bottom:5px;
    }
    .textNewsLetter {
        padding-left:2px;
        padding-right:2px;
    }

    .picto-new-recherche {
        margin-left: 4.55em;
        margin-top: 0.5em;
        position: absolute;
        z-index: 100;
    }

    .picto-coeur-recherche {
        margin-left: 0.4em;
    }

    .dropdown:hover .dropdown-menu {
        display: block;
    }
    .content-sej-consulte, .content-favoris {
        width:300px;
        padding-left:10px;
        margin-left:-200px;
    }
    .horaires {
        font-size: 11px !important ;
    }
    #horaires.container{
        padding-left: 0px !important;
    }
    .vidLinkStyle {
        text-align: center;
    }
    .descripCenter {
        text-align: center;
    }
    #blockVideo {
        max-width:426px;
        max-height:240px
    }
}

/* medium screens*/

@media (min-width: 992px) and (max-width: 1199px){  /* md */
    .rs-top {
        top: 15.6em;
    }

    .bloc-favoris {
        top: 0.3em;
        /*color: #FFF !important;*/
        position: absolute;
        width: auto;
        right: 0;
    }

    .mon-compte {
        display: inline-block;
        margin-left: 1.3em;
        margin-right: 1.3em;
    }

    .view-first:hover img {
        transform: scale(1.22);
    }

    .view-first:hover .mask {
        opacity: 1;
    }

    .view-first:hover h2,
    .view-first:hover p,
    .view-first:hover a.info {
        opacity: 1;
        transform: translateY(0px);
    }

    .view-first:hover p {
        transition-delay: 0.1s;
    }

    .view-first:hover a.info {
        transition-delay: 0.2s;
    }

    .img-head {
        width:100%;
        height:auto;
    }

    .fontFirstBlock {
        font-size: 2.500em;
    }
    .filigrane {
        background-color: #F4F4F4;
        height: 4em;
    }

    .filigrane-search {
        background-color: #F4F4F4;
        height: 6.4em;
    }


    .bandeau-header-fiche {
        background-color: #287bcd;
        height: 3.8em;
        margin-top: 2em;
        width: 100%;
    }

    .picto-new-sej {
        margin-left: 4.55em;
        margin-top: 0.5em;
        position: absolute;
        z-index: 100;
    }

    .nomSejVignettes {
        font-size: 1.600em;

    }

    .voir-video {
        margin-left: 0.6em;
        position: absolute;
        top: 11em;
        z-index: 100;
    }

    .textNewsLetter {
        padding-left:2px;
        padding-right:2px;
    }

    .picto-new-recherche {
        margin-left: 4.55em;
        margin-top: 0.5em;
        position: absolute;
        z-index: 100;
    }
    .dropdown:hover .dropdown-menu {
        display: block;
    }
    .content-sej-consulte, .content-favoris {
        width:300px;
        padding-left:10px;
        margin-left:-230px;
    }
    .horaires {
        font-size: 11px !important ;
    }
    #horaires.container{
        padding-left: 0px !important;
    }
    .vidLinkStyle {
        margin-left:60px;
    }
    #blockVideo {
        max-width:426px;
        max-height:240px
    }
}


/* large screens*/

@media (min-width: 1200px) and (max-width: 1399px){ /* lg */
    .rs-top {
        /*top: 15.6em;*/
    }

    .bloc-favoris {
        position: relative;
        top: -2.5em;
        width: auto;
    }

    .mon-compte {
        display: inline-block;
        margin-left: 1.3em;
        margin-right: 1.3em;
    }

    .view-first:hover img {
        transform: scale(1.22);
    }

    .view-first:hover .mask {
        opacity: 1;
    }

    .view-first:hover h2,
    .view-first:hover p,
    .view-first:hover a.info {
        opacity: 1;
        transform: translateY(0px);
    }

    .view-first:hover p {
        transition-delay: 0.1s;
    }

    .view-first:hover a.info {
        transition-delay: 0.2s;
    }

    .img-head {
        width:100%;
        height:auto;
    }
    .fontFirstBlock {
        font-size: 2.500em;
    }

    .filigrane {
        background-color: #F4F4F4;
        height: 4em;
    }
    .filigrane-search {
        background-color: #F4F4F4;
        height: 6.4em;
    }

    .picto-new-sej {
        margin-left: 4.55em;
        margin-top: 0.5em;
        position: absolute;
        z-index: 100;
    }

    .nomSejVignettes {
        font-size: 1.600em;

    }

    .voir-video {
        margin-left: 0.6em;
        position: absolute;
        top: 15em;
        z-index: 100;
    }

    .picto-new-recherche {
        margin-left: 4.55em;
        margin-top: 0.5em;
        position: absolute;
        z-index: 100;
    }

    .dropdown:hover .dropdown-menu {
        display: block;
    }
    .content-sej-consulte, .content-favoris {
        width:300px;
        padding-left:10px;
        margin-left:-200px;
    }
    .vidLinkStyle {
        margin-left:60px;
    }
    #blockVideo {
        max-width:426px;
        max-height:240px
    }
}


/* extra large screens*/

@media (min-width: 1400px){ /* lg */
    .rs-top {
        /*top: 15.6em;*/
    }

    .bloc-favoris {
        position: relative;
        top: -2.5em;
        width: auto;
    }

    .mon-compte {
        display: inline-block;
        margin-left: 1.3em;
        margin-right: 1.3em;
    }

    .view-first:hover img {
        transform: scale(1.22);
    }

    .view-first:hover .mask {
        opacity: 1;
    }

    .view-first:hover h2,
    .view-first:hover p,
    .view-first:hover a.info {
        opacity: 1;
        transform: translateY(0px);
    }

    .view-first:hover p {
        transition-delay: 0.1s;
    }

    .view-first:hover a.info {
        transition-delay: 0.2s;
    }

    .img-head {
        width:100%;
        height:auto;
    }
    .fontFirstBlock {
        font-size: 2.500em;
    }

    .filigrane {
        background-color: #F4F4F4;
        height: 4em;
    }
    .filigrane-search {
        background-color: #F4F4F4;
        height: 6.4em;
    }

    .picto-new-sej {
        margin-left: 4.55em;
        margin-top: 0.5em;
        position: absolute;
        z-index: 100;
    }

    .nomSejVignettes {
        font-size: 1.600em;

    }

    .voir-video {
        margin-left: 0.6em;
        position: absolute;
        top: 15em;
        z-index: 100;
    }

    .reseaux-sociaux {
        background-color: #2050bc;
        height: 243px;
        padding-top: 1.2em;
        position: absolute;
        right: 0;
        top: 33em;
        width: 51px;
    }
    .picto-new-recherche {
        margin-left: 4.55em;
        margin-top: 0.5em;
        position: absolute;
        z-index: 100;
    }
    .dropdown:hover .dropdown-menu {
        display: block;
    }

    .content-sej-consulte, .content-favoris {
        width:300px;
        padding-left:10px;
        margin-left:-200px;
    }
    .vidLinkStyle {
        margin-left:60px;
    }
    #blockVideo {
        max-width:426px;
        max-height:240px
    }

}
/* END EXTRA SCREENS */

/* CSS IMAGE FLASH */
.effectCircle .figEffectCircle:hover img {
    opacity: 1;
    -webkit-animation: flash 1.5s;
    animation: flash 1.5s;
}

@-webkit-keyframes flash {
    0% {
        opacity: .4;
    }
    100% {
        opacity: 1;
    }
}
@keyframes flash {
    0% {
        opacity: .4;
    }
    100% {
        opacity: 1;
    }
}

/* END CSS IMAGE FLASH */
/* CMS TEAMYGO */

.video-container {
    position:relative;
    padding-bottom:56.25%;
    padding-top:30px;
    margin-bottom:10px;
    border-radius: 10px;
    height:0;
    overflow:hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
}
/* CMS TEAMYGO */
.colorStar {
    color: gold;
}

.flecheLeft {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -20px;
    margin-top: auto;
    margin-bottom: auto;
    max-height: 40px;
    cursor: pointer;
}
.flecheRight {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -20px;
    margin-top: auto;
    margin-bottom: auto;
    max-height: 40px;
    cursor: pointer;
}
.headT {
    font-size:1em !important;
    font-weight:bold !important;
    background: white !important;
}
.supervisionName {
    font-size: 12px;
}
#iframeVideo {
    height:250px;
}
.loginContent {
    background-color: #fff;
    border: 1px solid #777;
}

.remise-banner {
    min-height: 50px;
    border-radius: 5px 5px 5px 5px;
    padding-top: 6px;
    padding-bottom: 6px;
    margin-bottom: 1em;
    margin-top: 8px;
}

.remise-banner a {
    color: unset !important;
    text-decoration: none;
}
.remiseLibelle {
    font-size: 20px !important;
}
.remiseLibelle p {
    color: unset !important;
}
/*extra large*/
@media (min-width: 1400px){ /* lg */
    .rs-top {
        /*top: 15.6em;*/
    }

    .bloc-favoris {
        position: relative;
        top: -2.5em;
        width: auto;
    }

    .mon-compte {
        display: inline-block;
        margin-left: 1.3em;
        margin-right: 1.3em;
    }

    .view-first:hover img {
        transform: scale(1.22);
    }

    .view-first:hover .mask {
        opacity: 1;
    }

    .view-first:hover h2,
    .view-first:hover p,
    .view-first:hover a.info {
        opacity: 1;
        transform: translateY(0px);
    }

    .view-first:hover p {
        transition-delay: 0.1s;
    }

    .view-first:hover a.info {
        transition-delay: 0.2s;
    }

    .img-head {
        width:100%;
        height:auto;
    }
    .fontFirstBlock {
        font-size: 2.500em;
    }

    .filigrane {
        background-color: #F4F4F4;
        height: 4em;
    }
    .filigrane-search {
        background-color: #F4F4F4;
        height: 6.4em;
    }

    .picto-new-sej {
        margin-left: 4.55em;
        margin-top: 0.5em;
        position: absolute;
        z-index: 100;
    }

    .nomSejVignettes {
        font-size: 1.600em;

    }

    .voir-video {
        margin-left: 0.6em;
        position: absolute;
        top: 15em;
        z-index: 100;
    }

    .reseaux-sociaux {
        background-color: #2050bc;
        height: 243px;
        padding-top: 1.2em;
        position: absolute;
        right: 0;
        top: 33em;
        width: 51px;
    }
    .picto-new-recherche {
        margin-left: 4.55em;
        margin-top: 0.5em;
        position: absolute;
        z-index: 100;
    }
    .dropdown:hover .dropdown-menu {
        display: block;
    }

    .content-sej-consulte, .content-favoris {
        width:300px;
        padding-left:10px;
        margin-left:-200px;
    }

    #blockVideo {
        max-width:426px;
        max-height:240px
    }
    .sidemenuclient-title-lg, .sidemenuclient-title{
        background: #FC980A none repeat scroll 0 0;
        padding-top: 5px;

    }
    .sidemenuclient-title {
        margin-top: 40px;
        max-width: 240px;
        margin-left: 50px;
        margin-bottom: 10px;
        padding: 10px;
    }
    .sidemenuclient-lg>li.main, .sidemenuclient>li.main{

        background: #3fc4ee none repeat scroll 0 0;
        margin-bottom: 10px;
        max-height: 55px;
        overflow: hidden;

    }
}
/*large*/
@media (min-width: 1200px) and (max-width: 1399px){ /* lg */
    .rs-top {
        /*top: 15.6em;*/
    }

    .bloc-favoris {
        position: relative;
        top: -2.5em;
        width: auto;
    }

    .mon-compte {
        display: inline-block;
        margin-left: 1.3em;
        margin-right: 1.3em;
    }

    .view-first:hover img {
        transform: scale(1.22);
    }

    .view-first:hover .mask {
        opacity: 1;
    }

    .view-first:hover h2,
    .view-first:hover p,
    .view-first:hover a.info {
        opacity: 1;
        transform: translateY(0px);
    }

    .view-first:hover p {
        transition-delay: 0.1s;
    }

    .view-first:hover a.info {
        transition-delay: 0.2s;
    }

    .img-head {
        width:100%;
        height:auto;
    }
    .fontFirstBlock {
        font-size: 2.500em;
    }

    .filigrane {
        background-color: #F4F4F4;
        height: 4em;
    }
    .filigrane-search {
        background-color: #F4F4F4;
        height: 6.4em;
    }

    .picto-new-sej {
        margin-left: 4.55em;
        margin-top: 0.5em;
        position: absolute;
        z-index: 100;
    }

    .nomSejVignettes {
        font-size: 1.600em;

    }

    .voir-video {
        margin-left: 0.6em;
        position: absolute;
        top: 15em;
        z-index: 100;
    }

    .picto-new-recherche {
        margin-left: 4.55em;
        margin-top: 0.5em;
        position: absolute;
        z-index: 100;
    }

    .dropdown:hover .dropdown-menu {
        display: block;
    }
    .content-sej-consulte, .content-favoris {
        width:300px;
        padding-left:10px;
        margin-left:-200px;
    }
    #blockVideo {
        max-width:426px;
        max-height:240px
    }
    .sidemenuclient-title-lg, .sidemenuclient-title{
        background: #FC980A none repeat scroll 0 0;
        padding-top: 5px;

    }
    .sidemenuclient-title {
        margin-top: 40px;
        max-width: 240px;
        margin-left: 50px;
        margin-bottom: 10px;
        padding: 10px;
    }
    .sidemenuclient-lg>li.main, .sidemenuclient>li.main{

        background: #3fc4ee none repeat scroll 0 0;
        margin-bottom: 10px;
        max-height: 55px;
        overflow: hidden;

    }
}
/*medium*/
@media (min-width: 992px) and (max-width: 1199px){  /* md */
    .rs-top {
        top: 15.6em;
    }

    .bloc-favoris {
        top: 0.3em;
        /*color: #FFF !important;*/
        position: absolute;
        width: auto;
        right: 0;
    }

    .mon-compte {
        display: inline-block;
        margin-left: 1.3em;
        margin-right: 1.3em;
    }

    .view-first:hover img {
        transform: scale(1.22);
    }

    .view-first:hover .mask {
        opacity: 1;
    }

    .view-first:hover h2,
    .view-first:hover p,
    .view-first:hover a.info {
        opacity: 1;
        transform: translateY(0px);
    }

    .view-first:hover p {
        transition-delay: 0.1s;
    }

    .view-first:hover a.info {
        transition-delay: 0.2s;
    }

    .img-head {
        width:100%;
        height:auto;
    }

    .fontFirstBlock {
        font-size: 2.500em;
    }
    .filigrane {
        background-color: #F4F4F4;
        height: 4em;
    }

    .filigrane-search {
        background-color: #F4F4F4;
        height: 6.4em;
    }


    .bandeau-header-fiche {
        background-color: #287bcd;
        height: 3.8em;
        margin-top: 2em;
        width: 100%;
    }

    .picto-new-sej {
        margin-left: 4.55em;
        margin-top: 0.5em;
        position: absolute;
        z-index: 100;
    }

    .nomSejVignettes {
        font-size: 1.600em;

    }

    .voir-video {
        margin-left: 0.6em;
        position: absolute;
        top: 11em;
        z-index: 100;
    }

    .textNewsLetter {
        padding-left:2px;
        padding-right:2px;
    }

    .picto-new-recherche {
        margin-left: 4.55em;
        margin-top: 0.5em;
        position: absolute;
        z-index: 100;
    }
    .dropdown:hover .dropdown-menu {
        display: block;
    }
    .content-sej-consulte, .content-favoris {
        width:300px;
        padding-left:10px;
        margin-left:-230px;
    }
    #blockVideo {
        max-width:426px;
        max-height:240px
    }
    .sidemenuclient-title-lg, .sidemenuclient-title{
        background: #FC980A none repeat scroll 0 0;
        padding-top: 5px;

    }
    .sidemenuclient-title {
        margin-top: 40px;
        max-width: 240px;
        margin-left: 50px;
        margin-bottom: 10px;
        padding: 10px;
    }
    .sidemenuclient-lg>li.main, .sidemenuclient>li.main{

        background: #3fc4ee none repeat scroll 0 0;
        margin-bottom: 10px;
        max-height: 55px;
        overflow: hidden;

    }
}
/*small*/
@media (min-width: 768px) and (max-width: 991px) { /* sm */
    #iframeVideo {
        height:300px;
    }
    .rs-top {
        top: 18em;
    }
    .blockOne {
        min-height:180px;
    }

    .reseaux-sociaux {
        display:none;
    }

    .bloc-favoris {
        position: relative;
        top: -2.5em;
        width: auto;
    }

    .mon-compte {
        display: inline-block;
        margin-left: 1.3em;
        margin-right: 1.3em;
    }

    .view-first:hover img {
        transform: scale(1.22);
    }

    .view-first:hover .mask {
        opacity: 1;
    }

    .view-first:hover h2,
    .view-first:hover p,
    .view-first:hover a.info {
        opacity: 1;
        transform: translateY(0px);
    }

    .view-first:hover p {
        transition-delay: 0.1s;
    }

    .view-first:hover a.info {
        transition-delay: 0.2s;
    }

    .img-head {
        width:100%;
        height:auto;
    }

    .fontFirstBlock {
        font-size: 1.875em;
    }

    .filigrane {
        background-color: #F4F4F4;
        height: 8.8em;
    }
    .filigrane-search {
        background-color: #F4F4F4;
        height: 11em;
    }

    .navbar-nav > li > .dropdown-menu {
        border-radius: 0 !important;
        margin-top: 0em !important;
        text-align: left;
    }

    .selection-age {
        right:3.5em !important;
    }

    .picto-new-home {
        margin-left:6em !important;
    }

    .picto-coeur-home {
        margin-left:3em !important;
    }

    .pictosSejour {
        height:40px;
        width:40px;
    }

    .nomSejVignettes {
        font-size: 1.4em;

    }

    .pictoSejVid {
        height:40px;
        width:50px;
    }

    .voir-video {
        margin-left: 0.6em;
        position: absolute;
        top: 16em;
        z-index: 100;
    }
    .tel-right {
        border-right: 2.5px solid #fff;
        margin-top: 0em;
        padding-left: 0.5em;
        padding-right: 0.5em;
        padding-top: 0em;
        margin-bottom:5px;
    }
    .textNewsLetter {
        padding-left:2px;
        padding-right:2px;
    }

    .picto-new-recherche {
        margin-left: 4.55em;
        margin-top: 0.5em;
        position: absolute;
        z-index: 100;
    }

    .picto-coeur-recherche {
        margin-left: 0.4em;
    }

    .dropdown:hover .dropdown-menu {
        display: block;
    }
    .content-sej-consulte, .content-favoris {
        width:300px;
        padding-left:10px;
        margin-left:-200px;
    }
    #blockVideo {
        max-width:426px;
        max-height:240px
    }
    .remiseLibelle {
        font-size: 18px !important;
    }
    .pub {
        margin-bottom: 20px;
    }
}
/*extra small*/
@media (max-width: 767px) { /* xs */
    .image-ac {
        margin-bottom: 15px;
    }

    .pub {
        margin-bottom: 20px;
    }
    #iframeVideo {
        height:250px;
    }
    .blockOne {
        min-height:218px;
        padding-left: 15px;
    }
    .reseaux-sociaux {
        display:none;
    }

    .bloc-favoris {
        display: inline-block;
        position: absolute;
        right: 30px;
        top: 0;
        width: auto;
    }

    .mon-compte {
        display: inline-block;
        margin-left: 0.8em;
        /*margin-right: 1.3em;*/
    }
    .ecrireEtCompte {
        font-size:0.85em;
    }
    .cont-tel {
        padding-left:5px !important; padding-right:1px !important;
    }
    .nous-ecrire {
        margin-left:-12px;
    }
    .im-favoris {
        width : 70% !important;
    }
    .img-head {
        width:100%;
        height:auto;
    }

    .fontFirstBlock {
        font-size: 1.875em;
    }
    .search-home {
        /*padding-top: 17.6em;*/
        /* 281px */
        width: 100%;
    }

    .filigrane {
        background-color: #F4F4F4;
        /*height: 8.8em;*/
    }
    .moteur-bandeau {
        background-color: #F4F4F4;
    }
    .filigrane-search {
        background-color: #F4F4F4;
        height: 8.8em;
    }
    .picto-new-home {
        margin-top : 0.2em !important;
        margin-left : 0.2em !important;
        position: absolute;
        z-index: 1;
    }
    .etiq-index {
        font-size:0.7em !important;
    }

    .titre-site h1, .titre-site div{
        color: #ffffff !important;
        font-size: 2em;
        font-weight: normal;
        text-transform: none;
    }

    .tel-footer {
        padding: 0.5em;
        margin: 0.2em;
    }

    .baseline {
        background-color: #2050bc;
        padding-bottom: 12px;
        padding-top: 15px;
        padding: 0.5em;
    }


    .home-seo p {
        color: #2050bc !important;
        font-size: 0.8em;
        line-height: 1.5em;
        margin: 0 auto;
        text-align: justify;
        width: 65%;
    }

    .f-18 {
        font-size: 0.8em;
    }

    .f-40 {
        font-size: 2em;
    }

    .pictosSejour {
        height:30px;
        width:30px;
    }

    .picto-new-sej {
        margin-left: 3em;
        margin-top: 0.5em;
        position: absolute;
        z-index: 100;
    }

    .btnTarifSej {
        font-size:1em !important;
    }
    .btn-sejour {
        bottom:3.0em !important;
    }

    .nomSejVignettes {
        font-size: 1.2em;

    }

    .pictoSejVid {
        height:40px;
        width:50px;
    }

    .voir-video {
        margin-left: 5.0em;
        margin-top: 0.5em;
        position: absolute;
        z-index: 100;
    }

    .tel-right {
        border-right: 2.5px solid #fff;
        margin-top: 0em;
        padding-left: 0.5em;
        padding-right: 0.5em;
        padding-top: 0em;
    }
    .question {
        min-height: 50px;
    }

    .bandeau-header-fiche-sej {
        margin-top: 0em !important;
    }

    .seo-title {
        font-size: 1.8em !important;
    }
    .trie {
        font-size: 11px !important;
    }
    .textNewsLetter {
        padding-left:2px;
        padding-right:2px;
    }
    .title-heb {
        font-size:1.3em !important;
    }

    .breadcrumb>li {
        font-size:9px !important;
    }

    .pagination-top {
        position : relative !important;
    }
    .picto-coeur-recherche {
        margin-left: 0.4em;
    }
    .picto-new-recherche {
        margin-left: 3em;
    }

    .content-sej-consulte, .content-favoris, .dropDownSejConsulte {
        width:250px !important;
        padding-left:10px;
        margin-left:-120px;
    }

    .prixBP {
        font-size:12px !important;
    }

    .blockColo {
        margin-top:10px;
    }
    #blockVideo {
        max-width:300px;
        max-height:200px
    }
    #videoRow {
        margin-left: -20px;
    }
    .remiseLibelle {
        font-size: 18px !important;
    }
    .vidLinkStyle {
        text-align: center;
    }
    .vidCont {
        text-align: center;
    }
    .descripCenter {
        text-align: center;
    }
}