@import url(//fonts.googleapis.com/css?family=Lato:400,700,900,900italic,700italic,400italic,300,300italic,100italic,100);
/*@import url(//fonts.googleapis.com/css?family=Avenir:400,700,900,900italic,700italic,400italic,300,300italic,100italic,100);*/

html, body {
	margin: 0;
	padding: 0;
}

body{
	font-family: Avenir;
	font-size: 14px;
	color: #6b6b6b;
	background: #eeeeee;
}

.hide{
	display: none;
}

.clear{
    clear:both;
}

.btnConnexion {
	font-family: "Avenir";
	color:white;
	font-weight: 800;
    text-decoration:none;
    font-size: 18px;
}

.connexion {
	float:left;
	margin-top:35px;
}

.connexion:hover span.line {
	width:100%;
	background:  rgba(255, 255, 255, 1);
}
#msgJavascript {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  z-index: 999;
}

#msgJavascriptContent {
  width: 400px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right:0;
  margin:auto;
  top: 50%;
  background-color: #ffffff;
  padding: 20px;
}

#msgJavascriptTitre {
  color: #662383;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

#msgJavascriptMsg {
  color: #ff0000;
  display: none;
  margin-bottom: 20px;
  font-weight: bold;
}

#msgJavascriptClose {
  position: absolute;
  top: 0px;
  right: 0px;
  box-shadow: 0px 0px 14.7px 0.3px rgba(0, 0, 0, 0.3);
  color: #e6007e;
  font-size: 20px;
  padding: 5px 10px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
}

#confirmMsg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  z-index: 999;
}

#confirmMsgContent {
  width: 400px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: #ffffff;
  margin: 0px 0 0 -200px;
  text-align: center;
  padding: 20px;
}

#confirmMsgTexte {
  font-size: 16px;
}

.msg {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #eeeeee;
  padding: 20px;
  position: relative;
  width: 400px;
  margin: 0 auto;
  text-align: center;
  color: #868686;
}

.msg div {
  position: absolute;
  top: -15px;
  left: -15px;
  background-color: #EFA80F;
  color: #ffffff;
  padding: 10px;
  padding: 7px 10px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  font-size: 20px;
}

.msgOk {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #eeeeee;
  padding: 20px;
  position: relative;
  width: 400px;
  margin: 0 auto;
  text-align: center;
  color: #868686;
}

.msgOk div {
  position: absolute;
  top: -15px;
  left: -15px;
  background-color: #64a83a;
  color: #ffffff;
  padding: 10px;
  padding: 7px 10px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  font-size: 20px;
}

span.line {
    transition: 0.35s ease all;
    margin: 0px auto;
    display: block;
    height: 3px;
    width: 0%;    
    background:  rgba(255, 255, 255, 0.3);
    -webkit-transition-delay: 0.07s;
}

.btnViolet {
    font-family:"Aleo Light";
    text-align: center;
    color: white;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
	background: #a221b9;
	font-size:16px;
    padding:11px 20px;
	background: -moz-linear-gradient(left,  #a221b9 0%, #c4109b 100%); 
	background: -webkit-linear-gradient(left,  #a221b9 0%,#c4109b 100%); 
	background: linear-gradient(to right,  #a221b9 0%,#c4109b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a221b9', endColorstr='#c4109b',GradientType=1 );
	display: inline-block;
	position: relative;
	z-index: 10;
	transition: 0.2s ease all;
	overflow: hidden;
	box-shadow: 0 5px 10px rgba(75,73,79,0.3);
    -o-box-shadow: 0 5px 10px rgba(75,73,79,0.3);
    -moz-box-shadow: 0 5px 10px rgba(75,73,79,0.3);
    -webkit-box-shadow: 0 5px 10px rgba(75,73,79,0.3);
    text-decoration:none;
    outline:none;
}

.btnViolet:before{
    content: "";
    background: #000;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: -10 !important;
    transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
}

.btnViolet:hover:before{
    z-index: auto;
    opacity: 0.25;
    height: 100%;
    width: 100%;
}



.modalInscription,.modalConnexion {
    display: none; 
    position: fixed; 
    z-index: 30; 
    padding-top: 115px; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.7); 
}

.blocFormInscription {
    border-radius: 5px;
    background-color: #ffffff;
    width: 575px;
    height: 80%;
    margin: auto;
    position: relative;
    padding: 0;
    padding-top: 25px;
}
.blocInscrScroll {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0px 30px;
    box-sizing: border-box;
}
.formRow.first {
    padding-top: 0;
}
.blocFormConnexion {
    border-radius: 5px;
    background-color:  #ffffff;
    width: 495px;
    height: auto;
    margin:auto;
    position: relative;
    padding: 30px;
    top: 10%;
    padding-bottom:20px;
}
.enteteInscr {
    position: absolute;
    font-family: Avenir;
    color: #ffffff;
    font-size: 28px;
    margin: auto;
    width: 100%;
    top: -40px;
    left:0;
    text-align: center;
}
#leftLineInscr {
    background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    background: -o-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    background: -ms-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    width: 183px;
    height: 2px;
    position: absolute;
    left: 5px;
    top: 15px;
}

#rightLineInscr {
    background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    background: -o-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    background: -ms-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    background: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    width: 185px;
    height: 2px;
    position: absolute;
    right:5px;
    top:15px;
}

#closeInscription,#closeConnexion {
    color:  #6b6b6b;
    font-size: 16px;
    right: 9px;
    top: 6px;
    position: absolute;
    cursor:pointer;
}
.formInscription {
    display:table;
    margin:0;
}
.formConnexion {
    width:100%;
}
.formRow {
    max-width: 500px;
    padding-top: 20px;
    position:relative;
}
.formRowConnex {
    width:100%;
    position: relative;
    margin-bottom: 13px;
}
.formRowConnex .btnViolet {
    width: 140px;
    height: 45px;
    font-family: "Aleo Light";
    color: #ffffff;
    font-size: 18px;
    border: none;
    cursor: pointer;

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

.inputIcon {
    display:table-cell;
    width:231px;
}
.formRowConnex input {
    border-radius: 3px;
    width: 471px;
    border:none;
    font-family: "Avenir";
    font-size: 16px;
    padding: 10px 12px;
    margin-top: 5px;
    outline: none;
    color:  #6b6b6b;
    outline: none;
    background-color:#eeeeee;
    box-shadow: 0 0 0px 1000px #eeeeee inset;
    -o-box-shadow: 0 0 0px 1000px #eeeeee inset;
    -moz-box-shadow: 0 0 0px 1000px #eeeeee inset;
    -webkit-box-shadow: 0 0 0px 1000px #eeeeee inset;
    border-bottom: 2px solid #EEEEEE;
    
}

.formRowConnex input:focus {
    border-bottom: solid 2px #a221b9;
    border-radius: 3px 3px 0px 0px;
    color: #a221b9;
}
.formConnexion label{
    font-family: "Avenir";
    color:  #6b6b6b;
    font-size: 16px;
    margin-right: 20px;
}
.formRow input {
    border-radius: 3px;
    background-color:  #eeeeee;
    width: 209px;
    border:none;
    font-family: "Avenir";
    font-size: 16px;
    padding: 12px;
    margin-top: 5px;
    outline: none;
    color:  #6b6b6b;
}
.formRow input:focus{
    border-left:solid 3px #a221b9;
    border-radius:0 5px 5px 0;
    color:#a221b9;
    width:206px;
}

.formRow input[type="radio"]:checked + label {
    color:#a221b9;
}
.formRow input[type="radio"]:checked {
    opacity:0;
}
.formRow input[type="radio"]:checked + label:before {
    font-family:FontAwesome;
    content:"\f192";
    margin-left: -24px;
    margin-right: 9px;
    font-size: 18px;
    position: relative;
    bottom:-2px;
    transition: 0.3s ease all;
} 
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}

.formRow input[type="checkbox"]:checked + label:before { /* Case à cocher en before du label*/
    content: '';
    position: absolute;
    top: 22px;
    left: 4px;
    width: 12px;
    height: 12px;
    border: 2px solid #a221b9;
    background: #f8f8f8;
    border-radius: 2px; 
}

.formRow input[type="checkbox"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    top: 22px;
    left: 4px;
    width: 12px;
    height: 12px;
    border: 2px solid #868686;
    background: #f8f8f8;
    border-radius: 2px; 
}

.formRow input[type="checkbox"]:checked + label:after {
    font-family: FontAwesome;
    content: '\f00c';
    position: absolute;
    top: 23px;
    left: 5px;
    font-size: 15px;
    width: 10px;
    height: 10px;
    color: #a221b9;
    border-radius: 3px;
}
#labelCGU {
    margin-left:30px;
}
.formRow a {
    width: 130px;
    height: 23px;
    margin:auto;
    font-family: "Avenir";
    color:  #ffffff;
    font-size: 18px;
    text-decoration:none;
    line-height:23px;
}

.form-error{
    color: #E53131;
    text-align: right;
    position: relative;
    height: 20px;
    margin-top: -5px;
    text-align: center;
    min-height: 20px;
}

.formRow input.error{
    border: 1px solid #E53131;
    padding: 11px 12px;
    transition: none;
}

.error{
    border: 1px solid #E53131;
    transition: none;
}

.formRow .errorTxt,.errorTxt,.errorTxt a{
    color: #E53131;
}



.errorMessage{
    position: absolute;
    left: 0;
    height: 19px;
    color: #E53131;
    bottom: -19px;
}
.formInscription label{
    font-family: "Avenir";
    color:  #6b6b6b;
    font-size: 16px;
    margin-right: 20px;
}

.formInscription .btnViolet {
    border: 0;
    cursor: pointer;
    width: 130px;
    height: 45px;
    font-size: 18px;
    margin-bottom: 15px;
    margin-top: -19px;
}

.blocForm .mdpPerdu{
    position: absolute;
    bottom: -19px;
    right: 0;
    color: #FFFFFF;
    text-decoration: underline;
}

.leftInput {
    padding-right:30px;
}
.inputRadio {
    display:inline-block;
}
.inputRadio input, #cbox {
    width: 15px;
    height: 15px;
    max-width:15px;
    margin-right:8px;
}
.formCenter {
    text-align: center;
}
.selectPerso {
    position:relative;
}
.selectPersoBloc {
    border-radius: 3px;
    -o-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color:  #eeeeee;
    width: 233px;
    height: 40px;
    margin-top:5px;
}
.selectPersoDate {
    position:relative;
    display:inline-block;   
}
.selectPersoDate .selectPersoBloc {
    width: 67px;
    height: 40px;
}
.annee .selectPersoBloc {
    width:89px !important;
}
.annee .selectPersoArrow {
    left:57px !important;
}
.annee .selectChoices {
    width:89px !important;
}
.annee .selectPersoAffi {
    width:55px !important;
}
.selectPersoDate .selectPersoArrow {
    left:34px;
    width:32px;
    height:40px;
    top:5px;
}
.selectPersoDate .selectChoices {
    width: 67px;
}

.selectPersoAffi.emploi {
    height: 100%;
    line-height: 40px;
    padding-left: 10px;
    font-family: Aleo;
    color: #6b6b6b;
    font-size: 16px;
}

.selectPersoArrow {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 40px;
    cursor:pointer;
}
.selectPersoArrow:after {
    font-family: FontAwesome;
    content: '\f107';
    top: 10px;
    color: #a2a2a2;
    font-size: 20px;
    width: 100%;
    text-align: center;
    position: absolute;
}
.selectPersoDate .selectPersoAffi {
    text-align: center;
    width: 33px;
}
.selectPersoDate .selectPersoAffi span {
    font-family: Aleo;
    color:  #6b6b6b;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}
.selectPersoAffi span {
    font-family: Avenir;
    color: #868686;
    font-size: 14px;
    line-height: 40px;
    margin-left: 10px;
}
.selectPersoDate .selectPersoAffi span {
    font-style:normal !important;
}
.selectChoices {
    width: 100%;
    height: 100px;
    position: absolute;
    background-color: #eeeeee;
    z-index: 1;
    display:none;
    overflow:auto;
}
.selectChoice {
    border-bottom: 1px solid #CACACA;
    position: relative;
    text-align: center;
    font-family: Aleo;
    color: #6b6b6b;
    font-size: 16px;
    line-height: 30px;
    cursor:pointer;
}
.noEtapeResp {
    display:none;
}
.responsive {
    display:none;
}


#lienCGU {
    height:0px;
    width:100%;
    line-height:20px;
    text-decoration: underline;
    color: #6b6b6b;
}
#lienCGU:hover {
    color: #a221b9;
}

.errorTxt #lienCGU{
    color:#E53131;
}

#main-wrap{
    background-color: #FFFFFF;
}

#univers-voyage .enteteCategorie i{
    display:none !important;
}
.bigMenuCol{
    width: 262px;
    vertical-align: top;
    border: 1px solid #cacaca;
    margin-bottom:30px;   
    background: rgb(238,238,238);
    background: -moz-linear-gradient(top, rgba(251,251,251,1) 0%, rgba(238,238,238,1) 100%);
    background: -webkit-linear-gradient(top, rgba(251,251,251,1) 0%,rgba(238,238,238,1) 100%);
    background: linear-gradient(to bottom, rgba(251,251,251,1) 0%,rgba(238,238,238,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#eeeeee',GradientType=0 );
}

#colOne-small .bigMenuCol {
    border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#bigMenuCol1{
    margin-left:0;
}

.bigMenuColContent {
    border-top:1px solid #cacaca;
}

.bigMenuColContent > div, .bigMenuColContent > a{
    height: 32px;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    padding-top: 11px;
    padding-left: 20px;
    cursor: pointer;
    transition: 0.1s linear all;
    color:#a2a2a2;
}

.bigMenuColContent > a {
    display:block;
}

.bigMenuColContent > div i{
    margin-right: 8px;

}

.bigMenuColContent > div:hover, .bigMenuColContent > a:hover {
    color: #6b6b6b;
    background: rgba(202,202,202,1); background: -moz-linear-gradient(left, rgba(202,202,202,0) 0%, rgba(202,202,202,0.3) 100%);
    background: -webkit-linear-gradient(left, rgba(202,202,202,0) 0%,rgba(202,202,202,0.3) 100%);
    background: linear-gradient(to right, rgba(202,202,202,0) 0%,rgba(202,202,202,0.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00cacaca', endColorstr='#4dcacaca',GradientType=1 );
    padding-left: 30px;
}

.bigMenuColContent > .active, .bigMenuColContent > .active:hover {
    color: #a221b9;
    background: rgba(202,202,202,1); background: -moz-linear-gradient(left, rgba(202,202,202,0) 0%, rgba(202,202,202,0.3) 100%);
    background: -webkit-linear-gradient(left, rgba(202,202,202,0) 0%,rgba(202,202,202,0.3) 100%);
    background: linear-gradient(to right, rgba(202,202,202,0) 0%,rgba(202,202,202,0.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00cacaca', endColorstr='#4dcacaca',GradientType=1 );
    padding-left: 30px;
}

.bigMenuColContent > div.selected{
    color: #a221b9;
    background: rgba(202,202,202,1); background: -moz-linear-gradient(left, rgba(202,202,202,0) 0%, rgba(202,202,202,0.3) 100%);
    background: -webkit-linear-gradient(left, rgba(202,202,202,0) 0%,rgba(202,202,202,0.3) 100%);
    background: linear-gradient(to right, rgba(202,202,202,0) 0%,rgba(202,202,202,0.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00cacaca', endColorstr='#4dcacaca',GradientType=1 );
    padding-left: 30px;
}

 .bigMenuColContent > div:before, .bigMenuColContent > a:before{
    width: 0px;
    height: 100%;
    content:'';
    position: absolute;
    left: 0;
    top:0;
    background-color: #6b6b6b;
    transition: 0.1s linear all;
}

.bigMenuColContent > .active:before, .bigMenuColContent > .active:hover:before{
    width: 5px;
    height: 100%;
    content:'';
    position: absolute;
    left: 0;
    top:0;
    background-color: #a221b9;
}

 .bigMenuColContent > div:hover:before, .bigMenuColContent > a:hover:before  {
    width: 5px;
    height: 100%;
    content:'';
    position: absolute;
    left: 0;
    top:0;
    background-color: #6b6b6b;
}

 .bigMenuColContent > div.selected:before{
    width: 5px;
    height: 100%;
    content:'';
    position: absolute;
    left: 0;
    top:0;
    background-color: #a221b9;
}


 .bigMenuColContent > div.selectedLevel2{
    color:#6b6b6b;
    padding-left: 30px;
    background: #eeeeee;
    background: -moz-linear-gradient(left,  #eeeeee 0%, #e1e1e1 100%);
    background: -webkit-linear-gradient(left,  #eeeeee 0%,#e1e1e1 100%);
    background: linear-gradient(to right,  #eeeeee 0%,#e1e1e1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#e1e1e1',GradientType=1 );
}

 .bigMenuColContent > div.selectedLevel2 i{
    color:#e6007d;
}


.bigMenuColContent > div.selectedLevel2:before{
    width: 5px;
    height: 100%;
    content:'';
    position: absolute;
    left: 0;
    top:0;
    background-color: #e6007d;
}

.bigMenuColContent > div:after, .bigMenuColContent > a:after{
    content:'';
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    bottom: 0;
    left: 0;
    background: #eeeeee;
    background: -moz-linear-gradient(left,  #eeeeee 0%, #cacaca 100%);
    background: -webkit-linear-gradient(left,  #eeeeee 0%,#cacaca 100%);
    background: linear-gradient(to right,  #eeeeee 0%,#cacaca 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cacaca',GradientType=1 );

}

.bigMenuColContent > div:last-child:after {
    height:0;
}

.bigMenuColTitre{
    height: 33px;
    font-size: 20px;
    padding-left: 20px;
    padding-top: 9px;
    background-color: #FFFFFF;
    border-bottom: 1px solid #cacaca;
    font-family: "Aleo Light";
    color:#a2a2a2;

}

.bigMenuColTitre i{
    margin-right: 10px;
}

#bigMenuCol1{
    border-radius: 5px 0px 0px 5px;
    -o-border-radius: 5px 0px 0px 5px;
    -moz-border-radius: 5px 0px 0px 5px;
    -weblit-border-radius: 5px 0px 0px 5px;
    overflow: hidden;
}

#bigMenuCol3{
    border-radius: 0px 5px 5px 0px;
    -o-border-radius: 0px 5px 5px 0px;
    -moz-border-radius: 0px 5px 5px 0px;
    -weblit-border-radius: 0px 5px 5px 0px;
    overflow: hidden;
     width:auto;
    border-left: 0;
}

.bigMenuColContent > div.event{
    text-transform: uppercase;
    color: #e6007d;
    font-weight: 900;
}



#bigMenuCol3 > div{
    width: auto;
    border:0;   
}


#bigMenuCol3 .bigMenuColContent > div:after{
    width: 0;
    height:0;
}

#bigMenuLateral .summersun {
    box-sizing:border-box;
    padding-top:5px !important;
    height: 40px !important;
    line-height:30px !important;
}

#bigMenuLateral .summersun i {
    transform: scale(0.6);
    display: inline-block;
    margin-left: -6px;
    margin-right: 0 !important;
    width: auto;
    height: 46px;
}

#bigMenuLateral .summersun i:before {
    filter: brightness(1.53) grayscale(100%);
}

.bigMenuCol .bigMenuColContent .summersun {
    box-sizing:border-box;
    padding-top:5px !important;
    height: 40px !important;
}

.bigMenuCol .bigMenuColContent .summersun i {
    transform: scale(0.6);
    display: inline-block;
    margin-left: -6px;
    margin-right: 0 !important;
    width: auto;
    height: 46px;
}

.bigMenuCol .bigMenuColContent .summersun i:before {
    transition:0.2s;
}

.bigMenuCol .bigMenuColContent .summersun.selected i:before, .bigMenuCol .bigMenuColContent .summersun.active i:before {
    filter: brightness(1) grayscale(0%);
}
.bigMenuCol .bigMenuColContent .summersun.selected:hover i:before, .bigMenuCol .bigMenuColContent .summersun.active:hover i:before  {
    filter: brightness(1) grayscale(0%);
}



.bigMenuCol .bigMenuColContent .summersun:hover i:before {
    filter: brightness(1.53) grayscale(100%);
}

.bigMenuColContentRight{
    padding: 20px;
}

.titleBloc {
    font-family: Avenir;
    color: rgb(107, 107, 107);
    font-size: 20px;
    text-align: center;
    line-height: 67px;
    text-transform: uppercase;
    font-weight: 500;
    margin:0;
    font-style:normal;
}

/*Menu sup */
#main-wrap{
    background-color: #FFFFFF;
}

#bigMenu{
    margin: 0;
    padding: 0;
    position: relative;
    height: 505px;
    color: #a2a2a2;
    border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    display: table;
    width: 100%;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
    z-index: 11;
}

#bigMenu:before{
    width: 15px;
    height: 15px;
    content: '';
    position: absolute;
    top: -7px;
    left: 15px;
    transform: rotate(45deg);
    background: linear-gradient(to top, rgba(251,251,251,1) 0%,rgba(238,238,238,1) 100%);
    /* background: rgba(251,251,251,1); */
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
    border: 1px solid #cacaca;
    z-index: 24;
    border-radius: 3px;
    -o-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px 0 34px 0;
    border-bottom: 0px;
    border-right: 0px;
}

#bigMenu .bigMenuCol{
    width: 260px;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #cacaca;
    height: 100%;
    background: -webkit-linear-gradient(180deg, #fefefe 0%, #eeeeee 100%);
    background: -moz-linear-gradient(180deg, #fefefe 0%, #eeeeee 100%);
    background: -o-linear-gradient(180deg, #fefefe 0%, #eeeeee 100%);
    background: -ms-linear-gradient(180deg, #fefefe 0%, #eeeeee 100%);
    background: linear-gradient(180deg, #fefefe 0%, #eeeeee 100%);
}

.bigMenuColContentFinal .voir-mes-remboursements {
    width:390px !important;
    margin: auto;
    display: block;
}   

.bigMenuColContentFinal a {
    text-decoration: none;
}

#bigMenu #bigMenuCol1{
    margin-left:0;
}

#bigMenu .bigMenuColContent > div, #bigMenu .bigMenuColContent > a{
    height: 32px;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    padding-top: 11px;
    padding-left: 20px;
    cursor: pointer;
    transition: 0.1s linear all;
    text-decoration: none;
}

#bigMenu .bigMenuColContent > div i{
    margin-right: 8px;

}

#bigMenu .bigMenuColContent > div:hover{
    color: #6b6b6b;
    background: rgba(202,202,202,1); background: -moz-linear-gradient(left, rgba(202,202,202,0) 0%, rgba(202,202,202,0.3) 100%);
    background: -webkit-linear-gradient(left, rgba(202,202,202,0) 0%,rgba(202,202,202,0.3) 100%);
    background: linear-gradient(to right, rgba(202,202,202,0) 0%,rgba(202,202,202,0.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00cacaca', endColorstr='#4dcacaca',GradientType=1 );
    padding-left: 30px;
}

#bigMenu .bigMenuColContent > div.selected{
    color: #a221b9;
    background: rgba(202,202,202,1); background: -moz-linear-gradient(left, rgba(202,202,202,0) 0%, rgba(202,202,202,0.3) 100%);
    background: -webkit-linear-gradient(left, rgba(202,202,202,0) 0%,rgba(202,202,202,0.3) 100%);
    background: linear-gradient(to right, rgba(202,202,202,0) 0%,rgba(202,202,202,0.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00cacaca', endColorstr='#4dcacaca',GradientType=1 );
    padding-left: 30px;
}

#bigMenu .bigMenuColContent > div:before{
    width: 0px;
    height: 100%;
    content:'';
    position: absolute;
    left: 0;
    top:0;
    background-color: #6b6b6b;
    transition: 0.1s linear all;
}

#bigMenu .bigMenuColContent > div:hover:before{
    width: 5px;
    height: 100%;
    content:'';
    position: absolute;
    left: 0;
    top:0;
    background-color: #6b6b6b;
}

#bigMenu .bigMenuColContent > div.selected:before{
    width: 5px;
    height: 100%;
    content:'';
    position: absolute;
    left: 0;
    top:0;
    background-color: #a221b9;
}


#bigMenu .bigMenuColContent > div.selectedLevel2{
    color:#6b6b6b;
    padding-left: 30px;
    background: #eeeeee;
    background: -moz-linear-gradient(left,  #eeeeee 0%, #e1e1e1 100%);
    background: -webkit-linear-gradient(left,  #eeeeee 0%,#e1e1e1 100%);
    background: linear-gradient(to right,  #eeeeee 0%,#e1e1e1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#e1e1e1',GradientType=1 );
}

#bigMenu .bigMenuColContent > div.selectedLevel2 i{
    color:#e6007d;
}


#bigMenu .bigMenuColContent > div.selectedLevel2:before{
    width: 5px;
    height: 100%;
    content:'';
    position: absolute;
    left: 0;
    top:0;
    background-color: #e6007d;
}

#bigMenu .bigMenuColContent > div:after{
    content:'';
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    bottom: 0;
    left: 0;
    background: #eeeeee;
    background: -moz-linear-gradient(left,  #eeeeee 0%, #cacaca 100%);
    background: -webkit-linear-gradient(left,  #eeeeee 0%,#cacaca 100%);
    background: linear-gradient(to right,  #eeeeee 0%,#cacaca 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cacaca',GradientType=1 );

}

#bigMenu .bigMenuColTitre{
    height: 33px;
    font-size: 20px;
    padding-left: 20px;
    padding-top: 9px;
    background-color: #FFFFFF;
    border-bottom: 1px solid #cacaca;
    font-family: "Aleo Light";
    color:#a2a2a2;

}

#bigMenu .bigMenuColTitre i{
    margin-right: 10px;
}

#bigMenu #bigMenuCol1{
    border-radius: 5px 0px 0px 5px;
    -o-border-radius: 5px 0px 0px 5px;
    -moz-border-radius: 5px 0px 0px 5px;
    -weblit-border-radius: 5px 0px 0px 5px;
    overflow: hidden;
}

#bigMenu #bigMenuCol3{
    border-radius: 0px 5px 5px 0px;
    -o-border-radius: 0px 5px 5px 0px;
    -moz-border-radius: 0px 5px 5px 0px;
    -weblit-border-radius: 0px 5px 5px 0px;
    overflow: hidden;
    width: 876px;
    border-left: 0;
    margin-left: -3px;
}


#bigMenu .bigMenuColContent > div.event{
    text-transform: uppercase;
    color: #e6007d;
    font-weight: 900;
}



#bigMenu #bigMenuCol3 > div{
    width: auto;
    border:0;   
}


#bigMenu #bigMenuCol3 .bigMenuColContent > div:after{
    width: 0;
    height:0;
}

#bigMenu .bigMenuColContentRight{
    padding: 20px;
}

form input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #eeeeee inset;
    -webkit-text-fill-color: #6b6b6b !important;
}
.block-h1{
    position: absolute;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
.block-h1 h1{       
    font-weight: 500;
    width: 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    font-style: inherit;
    text-transform: uppercase;
    font-size: 20px;
}
.bloc-general .cadreBloc:nth-child(1){      
    padding-top: 90px;
}
.cadreBloc{
    border-width: 1px;
    border-color: #cacaca;
    border-style: solid;
    background-color: #eeeeee;
    background: -webkit-linear-gradient(180deg, #fefefe 0%, #eeeeee 100%);
    background: -moz-linear-gradient(180deg, #fefefe 0%, #eeeeee 100%);
    background: -o-linear-gradient(180deg, #fefefe 0%, #eeeeee 100%);
    background: -ms-linear-gradient(180deg, #fefefe 0%, #eeeeee 100%);
    background: linear-gradient(180deg, #fefefe 0%, #eeeeee 100%);
    border-radius: 5px;
    padding: 20px 20px;
    margin-bottom: 30px;
}
.cadreBloc, .cadreBloc p{
    text-align: justify;
    color:  #868686;
    font-size: 16px;
}
.cadreBloc h3:after{
    border: 1px;
    background: -webkit-linear-gradient(0deg, rgba(162, 162, 162, 0) 0%, #a2a2a2 50%, rgba(162, 162, 162, 0) 100%);
    background: -moz-linear-gradient(0deg, rgba(162, 162, 162, 0) 0%, #a2a2a2 50%, rgba(162, 162, 162, 0) 100%);
    background: -o-linear-gradient(0deg, rgba(162, 162, 162, 0) 0%, #a2a2a2 50%, rgba(162, 162, 162, 0) 100%);
    background: -ms-linear-gradient(0deg, rgba(162, 162, 162, 0) 0%, #a2a2a2 50%, rgba(162, 162, 162, 0) 100%);
    background: linear-gradient(90deg, rgba(162, 162, 162, 0) 0%, #a2a2a2 50%, rgba(162, 162, 162, 0) 100%);
    width: 100%;
    height: 1px;
    position: relative;
    display: block;
    z-index: 100;
    content: '';
    margin-top: 20px;
}
.cadreBloc h3{
    font-weight: 500;
    font-family: "Avenir";
    color:  #6b6b6b;
    font-size: 20px;
    text-align: center;
}
.colLeftDemi{
    width: 49%;
    display: inline-block;
}
.colLeftDemi .cadreBloc:nth-child(1), .colRightDemi .cadreBloc:nth-child(1){
    padding-top: 20px;
}
.colRightDemi{
    width: 49%;
    display: inline-block;
    vertical-align: top;
    float: right;
}
.colLeftDemi .cadreBloc, .colRightDemi .cadreBloc{
    margin-bottom: 0px;
}
.cadreBloc.tCenter{
    margin-bottom: 0px;
}

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

    #univers-voyage .enteteCategorie i{
        display:inline !important;
    }

}
