@charset "UTF-8";


:root {
  --color-Noir:  #4D5761;
  --color-rouge: #EB5A58;
  --color-vert:  rgb(35 82 52) /*#0F6A30*/;
  --color-jaune: #DAE285;
  --color-jaune-fonce: #fdc809;
  --color-vert-fluo: #72BE44;
  --color-vert-clair:  #508D3D;
  --color-blanc:  #fff;
}
/*=============================================================================================
					  Fonts
===============================================================================================*/

@font-face {
  font-family: 'Gotham';
  src: url('./fonts/Gotham-Black.woff2') format('woff2'),
      url('./fonts/fonts/Gotham-Black.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham';
  src: url('./fonts/Gotham-Book.woff2') format('woff2'),
      url('./fonts/Gotham-Book.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Segoe UI';
  src: url('./fonts/SegoeUI-Light.woff2') format('woff2'),
      url('./fonts/SegoeUI-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Segoe UI';
  src: url('./fonts/SegoeUI.woff2') format('woff2'),
      url('./fonts/SegoeUI.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Segoe UI';
  src: url('./fonts/SegoeUI-Bold.woff2') format('woff2'),
      url('./fonts/SegoeUI-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: 'camairco-bold';
  src: url('./fonts/BinaryITC-Bold.woff2') format('woff2'),
      url('./fonts/BinaryITC-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'camairco-light';
  src: url('./fonts/BinaryITCTTLight.woff2') format('woff2'),
      url('./fonts/BinaryITCTTLight.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
/**********************************************************************************************
                      Nouvelle organisation du CSS
**********************************************************************************************/
/**********************************************************************************************
                General style
**********************************************************************************************/
body {
  background: var(--color-blanc);
  font-family: 'Segoe UI', Lato,Lato-local-backup,Roboto,Arial,Helvetica,sans-serif !important;
  font-size: 14px !important;
  color:var(--color-Noir) ;
}

.arr::before {
  content: '';
  position: absolute;
  top: 11px;
  left: 0;
  border-top: 9px solid #7e95a0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
}

.arr {
  background: #fff;
  bottom: 5px;
  position: absolute;
  right: 2px;
  top: 2px;
  width: 33px;
  pointer-events: none;
  height: 30px;
}

.arr::after {
  content: '';
  position: absolute;
  left: 1px;
  top: 9px;
  border-top: 8px solid #fff;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}

a {color: #000}
a:hover{text-decoration: none; color: #000}
a:active{text-decoration: none; color: blue}
a:visited{ text-decoration: none; color:#000;}
a:focus{ text-decoration: none; color:#000}
h1 {color:#3c8250; font-size:26px; font-weight:normal; margin-top:0px; margin-bottom:14px; padding:0;}​

.fa-lounge {
  margin-top: -2px;
  margin-left: -3px;
}

.fa-calendar-depart, .fa-calendar-return, .fa-airplane-take-off, .fa-airplane-landing {
  margin: 0 !important;
}
/********************************Style des modales******************************************/
.modal-content {
  top: 5px;
  /*background-image: url("../images/Reservation.jpg?p=17072019");
  background-repeat: no-repeat;
  background-size: cover;*/
}

.modal-header {
  padding: 5px;
  border-bottom: 1px solid #3e8250;
}

.modal-body {
  text-align: center;
  height: 312px;
}

.modal-body h3 {
  margin-top: 0px;
  color: #cc1f2f;
  font-weight: bold;
}

.modal-footer {
  border-top: 0;
}

#pub .modal-body{
  padding: 0;
  height: auto !important;
}
#pub .modal-header{
  position: absolute;
  border: none;
  z-index: 1;
  right: 0;
}
#pub .modal-dialog{
  width: 853px;
}

#pub .modal-dialog{
  top: 144px;
}

/**********************************************************************************************/
.recommendation-customer {
  font-size: 28px;
  margin-bottom: 20px;
  color: #666666;
  font-weight: 500;
  font-family: "SegoeUI";
}
.submit-button-recommandations {
  font-style: normal;
  font-size: 15px;
  padding: 0 10px 0 10px;
  padding: 0 0.625rem 0 0.625rem;
  background: #cc1f2f;
  color: #fff;
  height: 3.875rem;
  border: none;
  box-shadow: 0 1px #a6a6a6;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  width: 15%;
  margin: 0;
  float: right;
}
.form-group {
  overflow: hidden;
}
/**********************************************************************************************
          Style des containers
***********************************************************************************************/

.container-menu {
  margin: 0;
  padding: 0;
  height: 35px;
  position: relative;
  width: 100%;
}

.col-7 {
  width:58%;
  float: left;
  padding: auto;
  margin:0;
}

.col-5 {
  width: 42%;
  float: left;
  padding: auto;
  margin:0;
}

.container-brand {
  z-index: 4;
  margin: 0;
  min-height: 85px;
  background-color: #377340;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  position: relative;
  margin-bottom: 10px;
  background-image: url(../images/band-image.jpg);
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  background-position: right;
  top: 0;
}

.container-brand .topbar-left {
  position: absolute;
  box-sizing: border-box;
  padding: 20px;
  height: 85px;
  width: 250px;
  /* background-color: #377340; */
  background-image: url(../images/);
  background-repeat: repeat-x;
  float: left;
}

.container-brand .logo img {
  display: inline-block;
  vertical-align: middle;
  width: 200px;
  height: 50px;
  background-size: contain;
}

.container-nav {
  margin: 0;
  padding: 0;
  height: 50px;
  position: relative;
}

.container-band-image {
  margin: 0;
  padding: 0;
  position: relative;
}

.container-row {
  margin: 0;
  margin-bottom: 40px;
  padding: 0 4%;
  min-height: 66px;
  position: relative;
}

.container-row-reservation {
  margin: 0;
  margin-bottom: 20px;
  padding: 0 4%;
  min-height: 66px;
  position: relative;
}

/* Le seul element present dans le contenair est un ul  */
.container-menu-teste ul{
  list-style: none;
  line-height: 56px;
  font-size: 30px;
  color: #3c8250;
  font-family: "SegoePrint";
}

/**********************************************************************************************
             Style du menu de haut de page
***********************************************************************************************/
.main-country-top-li {
  list-style: none;
  float: right;
  line-height: 35px;
  position: relative;
  border-right: 1px solid rgb(182, 182, 182);
  border-left: 1px solid rgb(182, 182, 182);
  padding: 0 15px;
}

.main-country-top-li a::before{
  color: #000;
  font-family: "FontAwesome";
  content: '\f1ab';
  margin-right: 4px;
  font-size: 19px;
}

.main-country-top-li-p {
  padding: 0 6%;
  margin-bottom:0;
  height: 37px;
  position: absolute;  
  width: 100%;
  right: 0;
  border-right: 1px solid #b6b6b6;
  border-left: 1px solid #b6b6b6;
  z-index: 2;
}

.main-country-top-li-p:hover {
  background: #fff;
}

.main-country-top-name::after {
  color: #000;
  font-family: "FontAwesome";
  content: '\f107';
  margin-top: 1px;
  margin-left: 10px;
  font-size: 20px;
}

.main-account-li {
  list-style: none;
  float: right;
  line-height: 35px;
  border-left: 1px solid #b6b6b6;
  border-right: 1px solid #b6b6b6;
}

.main-account-li:first-child {
  border-left: 0;
}

.main-account-li-create::before {
  color: #000;
  font-family: "FontAwesome";
  content: '\f007';
  margin-right: 10px;
  font-size: 19px;
}

.main-account-li-connect::before {
  color: #000;
  font-family: "FontAwesome";
  content: '\f234';
  margin-right: 10px;
  font-size: 19px;
}

/*************************************** Mega menu du header **********************************/
.mega-menu{
  border: 1px solid #b6b6b6;
  background: #fff;
  z-index: 5;
  display: none;
  margin: 0;
  position: absolute;
  padding:20px 0px 20px 50px ;
  right: -180px;
  top: 35px;
  box-shadow: 0 1px 2px 0 rgba(0,0,0,.1); 

}

.mega-menu-li{
  list-style: none;
  height: 40px;
  float:left;
  width:240px;
  margin-right:25px;
  border-bottom:1px solid #b6b6b6;
}

.mega-menu-li img {
  height: 18px;
  width: 27px;
}

.main-menu .dropdown-menu{
  min-height: 100%;
  padding: 20px 0 40px 40px;
  border-radius: 5px !important;
  border: none;
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #fff;
  margin-top: 3px;
}

.main-menu .dropdown-menu .container{
  margin: auto !important;
}
.main-menu-deroulant:hover .dropdown-menu{
  display: block;
}
.titre-sous-menu {
  line-height: 1rem;
}
/**********************************************************************************************/

/**********************************************************************************************
                Formulaire de connection
***********************************************************************************************/

.connexion-form {
  border: 1px solid #3c7643;
  background: #fff;
  min-height: 375px;
  width: 870px;
  z-index: 5;
  display: none;
  margin: 0;
  padding: 10px 20px 25px 45px;
  position: absolute;
  right: 0;
  top: 35px;
  box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
}

.connexion-form::after {
  z-index: 5;
  content: "";
  position: absolute;
  border-style: solid;
  border-color: #fff transparent;
  display: block;
  width: 0;
  bottom: 99%;
  left: 96%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-width: 0 20px 20px;
}

.connexion-form .titre-h3 {
  color: #3c7643;
}

.connexion-form label {
  padding: 25px 0px 10px 0px;
  width: 100%;
}

.connexion-form label input[type="text"] {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #737373;
  padding-bottom: 8px;
}

.connexion-form label input[type="text"]:focus {
  border: none;
  border-bottom: 2px solid #737373 !important;
}

.connexion-form .lostpassword{
  margin-top: 10px;
}

.connexion-form .lostpassword a {
  color: #cc1f2f;
  background-color: transparent;
  font-weight: 400;
  font-size: 16px;
}

.connexion-form .lostpassword a:hover {
  border-bottom: 1px solid #cc1f2f;
}

.connexion-form .lostpassword a::after {
  color: #cc1f2f;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f105';
  right: 4px;
  top: 1px;
  position: relative;
}

.connexion-form .btnconnexion  {
  font-style: normal;
  font-size: 15px;
  padding: 0 10px 0 10px;
  padding: 0 0.625rem 0 0.625rem;
  background: #cc1f2f;
  color: #fff;
  height: 3.875rem;;
  border: none;
  box-shadow: 0 1px #a6a6a6;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  width: 40%;
  margin: 0;
}

.connexion-btn {
  margin-top: 33px;
}

.connexion-form .connexion-infos {
  margin-top: 40px;
}

.connexion-form .list-benefics li {
  padding-top: 10px;
}

.connexion-form .btn-link-connexion {
  font-size: 15px;
  padding: 0 10px 0 10px;
  background: #fff;
  color: #cc1f2f;
  height: 3.875rem;;
  border: 1px solid #cc1f2f;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  width: 50%;
  margin: 22px 0px;
}

.connexion-form .link-connexion-btn  {
  margin-top: 33px;
}

.connexion-close-btn {
  font-size:30px; 
  color:#3c7643;
  background: transparent;
  box-shadow: 0;
  border: 0;
  float: right;
}

/**********************************************************************************************/

/**********************************************************************************************
                brand-container
***********************************************************************************************/
.container-brand .logo {
  padding: 22px;
}
/**********************************************************************************************/


/**********************************************************************************************
             Style du menu principal
***********************************************************************************************/

.media-640-nav {
  display: none;
}

/****************************************menu principal*****************************************/

.menu /* Ensemble du menu */
{
    font-family: "SegoeUI-Bold"; /* on utilise Arial, c'est plus beau ^^ */
    font-size : 16px; /* hauteur du texte : 12 pixels */
}

.menu, .menu ul /* Liste */     
{
    position: relative;
    padding : 0; /* pas de marge intérieure */
    margin : 0; /* ni extérieure */
}

.menu li /* Liste */     
{
	line-height:40px;
	display : block; /* on change le type d'élément, les liens deviennent des balises de type block */
  padding: 0px 10px; /* un peu de marge intérieure */       
  color : #000; /* couleur du texte */
  text-decoration : none; /* on supprime le style par défaut des liens (la plupart du temps = souligné) */
}

.menu .li-sous-menu{
  display: block;
  float: left;
  width: 25%;
  border-right: 1px solid rgba(0, 0, 0, .0275);
  padding-left: 25px;
}

.menu .li-sous-menu:last-child{
  border-right: none;
}
.menu .dropdown-menu h5{
  color: #0f6a30;
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: bold;
}

.menu .li-sous-sous-menu{
  line-height: normal;
  padding: 0px;
}



.menu .home-main-menu {
  list-style: none;
  margin: 0;
  padding:0px 4px;
  float : left;
}

.menu .home-main-menu a {
  background: #f7f7f7;
  color: #000;
}

.home-main-menu a:after {
  font-family: "FontAwesome";
  content: '\f015';
  font-size: 22px;
  font-weight: 200;
}

.menu .main-menu /* Elements des listes */      
{ 
    float : left;
}


.menu .main-menu a:hover /* Elements des listes */      
{ color:#3C8250}

.menu .main-menu-deroulant:hover {
    border-bottom: 4px solid #cc1f2f;
}


/**************************************zone de recherche***************************************/
.nav-main-input-group-search {
  padding: 2px 0px 0xp 0xp;
  margin-left: 10px;
  top: 3px;
  right: 0;
  position: absolute;
  width: 35px;
  height: 35px;
  border-radius: 50%;
}

.nav-main-input-group-search input, .nav-main-input-group-search button {
  height: 35px;
  border-radius: 50%!important;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
}

.nav-main-input-group-search input {
  display: none !important;
}

.nav-main-input-group-search input:hover {
  border: 2px solid #13612c;
}

.nav-main-input-group-search button {
  width:35px;
  padding:2px 0px 2px 0px;
  background: #13612c;
  border: 2px solid #13612c;
  border: 0;
}

.nav-main-input-group-search button:hover{
  background: #54b04d;
  border: 2px solid #13612c;
 }

/**********************************************************************************************/

/**********************************************************************************************
             Style de la bande des horaires et statut de vol à la page d'accueil
***********************************************************************************************/
.responsive-tab{
  display: none;
  padding: 15px 0;
}
.responsive-tab.show{
  display: block;
}
.responsive-tab .container{
  margin-top: 74px;
  /*border: 1px solid var(--color-vert-clair);*/
}
.responsive-tab.last .container{
  margin-left: -100%;
}

.bloc-service{
  margin-bottom: 50px;
}
.bloc-tarifs{
  margin-top: 25px;
}

.special-container {
  padding:0px;
	margin:0px;
}

.special-container .sc {
  float: left;
  height: 66px;
  margin:0px;
  padding: 0;
  padding-left: 20px;
  line-height: 68px;
  text-transform: uppercase;  
  color: #fff;
  font-weight: 400;
  display: table-cell;
  background-color: #4f9d4a;
  position: relative;
}
span.sc{
  width: 100%;
}
.special-container li{
  padding-left: 0;
  padding-right: 0;
}

.special-container .sc:hover,.special-container .sc.active {
  background-color: #3e8250;
}

.special-container .sc:not(:last-child) {
  border-right: 1px solid #fff;
}

.special-container .sc a {
  color: #fff;
  text-decoration: none;
}

/**********************************************************************************************/

/**********************************************************************************************
                Navigation haut de page
***********************************************************************************************/
.back-to-top-button {
  border-radius:3px;
  padding:10px;
  font-size:15px;
  text-align:center;
  color:#fff;
  background:#3e8250;
  z-index:99999;
  transition:all ease-in 0.2s;
  position: fixed;
  cursor: pointer;
  bottom: 80px;
  right: 20px;
  display: none;
}
.back-to-top-button:before { 
  content: "\25b2";
}

.back-to-top-button:hover {
  background:#4f9d4a;
  transition:all ease-in 0.2s;
}
/**********************************************************************************************/

/**********************************************************************************************
                Offres special 
**********************************************************************************************/

.-offre-speciale {
  min-height: 250px;
  padding: 0;

}

.element-offre-speciale{
 float: left;
 width: 3.24%;
 min-height: 215px;
}

.element-offre-speciale:not(:last-child) {
  margin-right: 10px ;
}

.element-offre-speciale h2 {
  color: #515151;
  font-family: "SegoeUI";
  padding-top:0px;
  margin-top:5px;
  font-size:32px
}

.element-offre-speciale h3 {
  text-align: center;
  color: red;
  padding-top:0px;
  margin-top:5px;
}

.element-offre-speciale .depart {
  font-family: "SegoeUI";
  font-size:22px;
  color:#3e8250
}


.element-offre-speciale .from  {
  font-family: "SegoeUI-Light";
  font-size:14px;
  color:#aaaaaa
}

.element-offre-speciale h3 .price-promo  {
  font-size:26px;
  color:#FF0000;
  font-weight:bold
}

.-offre-speciale-tout {
  padding: 0 0 0 5px;
  margin: 0;
}

.-offre-speciale-tout img {
  width: 100%;
  height: 255px;
}


.slideshow {
  width: 100%;
  height: 215px;
  padding-left:5px;
  overflow: hidden;
  margin-left:-5px
}

.slideshow ul {
  width: 1000%;
  height: 215px;
  padding:0;
  margin:0;
  list-style: none;
}

/**********************************************************************************************/

.bloc  {
	margin-bottom:10px;
	float: left;
}

.bloc ul,li {
	margin:0;
	padding:0;
	list-style:none
}

.bloc .-image {
	box-shadow: 0 2px 4px 2px rgba(0,0,0,.1);
	border-radius: 3px; 
	box-sizing: border-box;
}
 
.bloc .li-texte {
	padding:10px;
	list-style: none;
	display: inline-table!important;
	background: #fff;
	box-shadow: 0 2px 4px 2px rgba(0,0,0,.1);
	border-radius: 3px; 
	box-sizing: border-box;
}

/**********************************************************************************************/

/**********************************************************************************************
                Prochain voyages
***********************************************************************************************/

.-prochain-voyage {
	position: relative;
	border-radius: 3px;
	margin-right: 15px;
  margin-bottom: 25px !important;
	height: 280px
  }
  
.-prochain-voyage li img {
  width: 100%;
}

.-prochain-voyage:last-child{
  margin-right:0;
}

.hauteur-li-prochain-voyage  {
	padding-top:20px !important;
	padding-left:20px !important;
	height:130px
}

.toutes-destination  {
  position: relative;
	height: 278px;
  width: 100%;
	padding: 20px 26px 20px 25px;
	box-shadow: 0 2px 4px 2px rgba(0,0,0,.1);
	border-radius: 3px; 
	box-sizing: border-box;
	background-image:url(../images/vignette270x280-destination.jpg);
	background-repeat:no-repeat;
  background-size: cover;
}

.toutes-destination a  {
	position:absolute;
	bottom:30px;
	font-size:20px;
  left: 0;
}

.toutes-destination a:hover  {
	color:green
}

.element-slider .vignette-caption::after {
  float: right;
  color: #cc1f2f;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f105';
  right: -12px;
  top: -30px;
  position: relative;
}

/**********************************************************************************************/

/**********************************************************************************************
                Services
***********************************************************************************************/
.-service {
  position: relative;
  float: left;
  width: 32.6%;
  height: 304px;
  background: #fff;
  padding:0;
  margin-right:10px
}

.-service li img {
  width: 100%;
}

.-service:last-child{
  margin-right:0;
  background:none;
}


.hauteur-li-service  {
	padding-top:15px !important;
	padding-left:15px !important;

}

.button-service-repas {
  position: absolute;
  bottom :20px;
  font-style: normal;
  font-size: 15px;
  background: #cc1f2f;
  color: #fff;
  line-height: 28px;
  border: none;
  border-radius: 2px;
  box-shadow: 0 1px #a6a6a6;
  width: 100%;
}

.button-service-repas i {
  font-size: 12px
}


.-support {
  width: 100%;
	height:91px;
	margin-bottom:15px;
}


.-support:last-child{
  margin-right:0;
  background:none;
}

.-support ul, .-support li {
  float:left !important;
}

.-li-support-image {
	height:91px;
	width:33%
}
.hauteur-li-support {
	min-height: 85px;
	width:67%;
}
.element-slider2.vignette{
  width: 363px;
  height: 154px;
}


.element-slider2 .element-slider2-half {
  width: 363px;
  height: 96px;
  background: #d4d4d4;
  padding: 30px 26px 30px 24px;
  border-radius: 3px;
  box-shadow: 0 2px #fff;   
}

.element-slider2 .element-slider2-half:not(:first-child) {
  margin-top: 9px;
}

.element-slider2 .vignette-caption{
  width: 363px;
  height: 155px;
  background: #fff;
  padding: 4px 24px;
  padding-right: 26px;
  margin-bottom: 2px;
  box-shadow: 0 2px #d4d4d4;
  border-radius: 3px;
}

.element-slider2 {
  display: block;
  float: left;
}

.element-slider2:not(:last-child) {
  border-right: 10px solid #f7f7f7;
}

.element-slider2 .element-slider2-half::after {
  float: right;
  color: #cc1f2f;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f105';
  right: -13px;
  position: relative;
}

.button-element-slider2 {
position: absolute;
  font-style: normal;
  font-size: 15px;
  padding: 5px;
  background: var(--color-jaune-fonce);
  color: var(--color-Noir);
  line-height: 28px;
  border: none;
  border-radius: 5px;
  box-shadow: 0 1px #f5f5f5;
  width: 80%;
  right: 0;
  bottom:-30px;
}

.bottom-chevron-right i {
  display: block;
  position: absolute;
  font-size: 12px;
  top: 9px;
  right: 10px;
}

/**********************************************************************************************/

/**********************************************************************************************
                Actualite
***********************************************************************************************/

.element-slider-bottom-left {
  float: left;
  min-height: 180px;
  padding: 5px;
}

.element-slider-bottom-right-added{
  float: right;
  display: block;
  width: 100%;
  font-size: 14px;
  text-align: justify;
}

.element-slider-calendar{
  float: right;
  display: block;
  width: 20%;
  height:45px;
  background: #3e8250;
  margin-right:7px;
  text-align: center;
}

.element-slider-calendar span{
  font-weight: bold;
  color: #fff;
  font-size:16px;
}

.element-slider-bottom-right {
  border: 1px solid #d4d4d4;
  float: right;
  width: 100%;
  min-height: 180px;
  background: #fff;
  padding: 5px;
}

.sub-element-slider-bottom-right {
  display: block;
  float: left;
  width: 20%;
}

.sub-element-slider-bottom-right:not(:last-child) {
  border-right: 10px solid #fff;

}

.vignette-bottom {
  width: 100%;
  height: 100px;
}

.vignette-bottom feImage {
   width: 100%;
}

.vignette-bottom-caption::before {
  content: " ";
  display: table;
}

.vignette-bottom-caption {
  text-align: center;
  width: 100%;
  height: 66px;
  background: #fff;
  padding: 4px;
  font-size:14px;
  font-family: "SegoeUI";
  color:#3e8250
  }

  .vignette-bottom-caption span {
    color: #999;
    font-size: 20px;
  }

  .modal-content li:before {
    font-family: "FontAwesome";
    content: '\f105';
    margin-right: 12px;
    font-size: 12px;
    font-weight: bold;
  }

/**********************************************************************************************/

/**********************************************************************************************
                Footer
***********************************************************************************************/
.footer-content {
  min-height:420px;
  margin: auto;
 
  padding: 3% 5% 0px 5%;
  color: #3e8250;
  background-color:#f7f7f7
}

.mode-paiement {
  background-color: #E7E7E7;
  min-height:78px ;
  margin: 0;
  margin-top: 50px;
  line-height: 53px;
}
.footer-logo-site {
  text-align: center;
}

.footer-content-col {
  padding: 12px;
}

.footer-link {
  padding: 0.5%;
}


.menu-footer {
  padding: 0;
  list-style: none;
  line-height: 20px;
}

.menu-footer li:before {
  font-family: "FontAwesome";
  content: '\f105';
  margin-right: 12px;
  font-size: 12px;
  font-weight: bold;
}

.menu-footer li a {
  font-size: 14px;
  color: #3c8250;
}

.menu-footer li a:hover {
  text-decoration: solid !important;
}

.newsletter-form {
  margin-top: -5px;
}

.form-newsletter .form-control {
  display: inline-block !important;
}

.newsletter-form h5 {
  margin-top: 18px;
  margin-bottom: 6px;
}


.button-newsletter {
  font-style: normal;
  font-size: 14px;
  padding: 0 6.25px 0 6.25px;
  background: var(--color-rouge);
  color: #fff;
  line-height: 37.5px;
  border: none;
  margin: 0;
  border-radius: 0 5px  5px 0;
}


.input-newsletter   {
 height: 37.5px !important;
 border-radius: 0;
 border-right: 0px;
 border-left: 0px;

}
.footer-reseau-sociaux {
  margin-top: 32px;
}

.footer-reseau-sociaux h4 {
  font-family: "SegoeUI";
}

.footer-reservation   {
  margin-top: 20px;
font-size:14px;
}

.footer-reservation h4 {
  font-family: "SegoeUI";
font-size:17px;
}

.footer-reservation p {
  font-size: 16px;
  font-weight: bold;
}

.social-cart ul{
padding:0px;
margin:0px
}

.social-cart li {
  display: inline-table; 
  vertical-align: middle;
  list-style-type: none;
padding-right:7px;

}

.social-cart a.social-cart-logo {
  display: inline-block;

}

.menu-footer-up {
border-bottom:1px solid #2c6130;
overflow:hidden
}

.menu-footer-up div {
width:1110px;
padding:0px;
margin:0px;
margin-left:auto;
margin-right:auto
}

.menu-footer-up ul {
margin:0px;
padding:0px

}

.menu-footer-up li {
float:left;
list-style:none;
padding:0px 20px;
height:35px;
border-left:1px solid #2c6130;

}

.menu-footer-up li a {
font-size:12px;
color:#FFF;
line-height:30px;
font-family:"segoeUI";
}

.menu-footer-bottom {
  width:100%;
  padding:0px;
  margin:0px;
  margin-left:auto;
  margin-right:auto;
  font-size:12px;
  padding-left:10px;
  padding-top:5px;
  font-family:"segoeUI";
}

.menu-footer-up li a.font-bold {
  font-family: "SegoeUI-Bold";
  font-size:12px;
  font-stretch:expanded
}

.end-footer {
  max-width: 100%;
  height: 70px;
  background-color: #3e8250;
  color:#FEFEFE;
  border-top:1px solid #295f32

}

/**********************************************************************************************/

/**********************************************************************************************
                Flash infos
***********************************************************************************************/
.navbar-fixed-bottom {
  height: 70px;
  background: rgb(51,110,64);
  background: linear-gradient(0deg, rgba(51,110,64,1) 0%, rgba(70,130,66,1) 53%);
  opacity: 0.96
}

.navbar-fixed-bottom .clos_btn {
  color:#FFF;
  font-size: 28px
}

.navbar-fixed-bottom .clos_btn:hover {
  color:#ababab
}

.container-navbar-fixed-bottom {
  background-color: transparent;
  max-width: 1280px;
  height: 80px;
  margin: auto;
  color:#FFF
}

.container-navbar-fixed-bottom h3 {
  color: #FFF;
  /* color:#F4D622; */
  font-family: "SegoeUI-Bold";
  font-size: 20px;
  border-right: 1px solid #E4E2E2;
  width: 120px;
  height: 40px;
  float: left
}

.slider-content-bottom {
  cursor: move;
  position: absolute; 
  width: 78%;
  height: 70px;
  overflow: hidden;
  padding:0px;
  margin-left:123px
}

.flash-info-bottom {
  margin-top: 15px;
  padding-left: 20px;
  position: absolute;
  font-stretch: expanded
}

.connexion-close-btn-flash-infos {
  background: transparent;
  border: 0;
  float: right;
  color: #FFF;
  font-size: 18px;
}
/**********************************************************************************************/

/**********************************************************************************************
                Formulaire de reservation
***********************************************************************************************/
.fa-onehalfx {
  font-size: 1.5em;
  margin-right: 10px;
}
.fa-onehalfx-margin-null{
  margin-right: 0 !important;
}

.tab-content {
  border: 1px solid #3e8250;
  background: #fff;
  
  border-top: 0;
  /*overflow: hidden;min-height: 13rem;*/
}

.tab-content .tab-pane{
  padding: 20px;
}

.tab-content .col3 .col-md-3 {
  padding-left: 25px;
}

.tab-content .col3 .col-md-9 {
  padding-left: 18px;
  padding-right: 26px;
}

.tab-content .col3 .col-md-9 input {
  padding: 0;
  border-right: 0;
}

.tab-reservation {
  padding: 0 !important;
  border-bottom: 0;
  height:46px;
}

.tab-reservation .nav-tabs li a {
  border: 1px solid #fff;
  margin-right: 0px;
}

.tab-reservation .nav-tabs li:first-child {
  border: 1px solid #3e8250;
  border-bottom: 0;
}

.tab-reservation .nav-tabs li:not(:first-child){
  border-bottom: 1px solid #3e8250;
}

.tab-reservation-border-bottom{
  border-bottom:1px solid #3e8250;
  height:48px !important;
}

.tab-reservation li {
  width: 33.33333334%
}

.tab-reservation li a {
  border-radius: 0;
}

.navigation-background {
background: #fff;
border: 0;
}

.col1 {
float: left;
border-right: 1px dashed #eee;
}

.col2 {
float: left;
border-right: 1px dashed #eee;
}

.col3 {
float: left;
}

.input-group-home-col1 {
width: 92%;
float: left;
margin-right: 12px;
}

.input-group-home-col2 {
width: 95%;
float: left;
margin-left: 15px;
}

.input-group-home-col3 {
width: 100%;
margin: 0;
float: left;
}

.input-group-home-col1 input, .input-group-home-col1 button, .input-group-home-col2 input, .input-group-home-col2 button, .input-group-home-col3 input, .input-group-home-col3 button {
height: 2.875rem;
}

.input-group-home-col1 input{
border-left: 0;
}

.input-group-home-col2 input, .input-group-home-col3 input{
border-radius: 0;
}

.input-group-home-col3 input{
text-align: center;
}

.input-group-home-col1 input:focus, .input-group-home-col2 input:focus, .input-group-home-col3 input:focus{
box-shadow: none;
border: 1px solid #ddd;
border-left: 0;

}

.input-group-home-col1 .input-group-addon {
border-radius: 0;
background: #fff;
}

.input-group-addon {
  padding: 0px 10px !important;
}

.input-group-home-col1 button, .input-group-home-col2  button, .input-group-home-col3  button{
border-radius: 0;
background: #eee;
padding-top: 3px;
}

.tablesuggest {
padding-top: 5px;
}

#home .row {
  margin-bottom: 10px;
}

#oneway-position {
  float: right;
  position: relative;
}

.oneway-position-div {
  padding-right: 30px;
}

#plus-minus-3 {
  float: right;
  position: relative;
}

label input[type=checkbox] {
  visibility: hidden;
  margin-right: 4px;
  box-shadow: none !important;
}

.onewayText {
  margin-right: 8px;
  font-style: normal !important;
}

label input[type=checkbox]+span:before {
  display: block;
  content: '';
  cursor: pointer;
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0;
  right: -17px;
  background: #fff;
  border: 1px solid #999;
  visibility: visible;
  margin: 4px -8px;
}

label input[type=checkbox]:checked+span:after {
  content: '';
  position: absolute;
  width: 12px;
  height: 8px;
  overflow: hidden;
  background: 0 0;
  top: 2px;
  right: -15px;
  border: 3px solid #4ab11e;
  border-top: 0;
  border-right: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  visibility: visible;
  margin: 4px -8px;
}

button.input-padding {
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: 3.75rem;
  padding-left: 3.85rem !important;
  text-align: left;
}

.input-padding {
  width: 94%;
  padding: 6px 8px;
}

.input-padding span i {
  float: right;
  padding: 3px 0px;
}

.airline-class-icon {
  height: 2.7rem;
  width: 33px;
  -webkit-appearance: none;
  position: absolute;
  border: 0;
  background-color: #eee;
  right: 204px;
  left: 1px;
  top: 1px;
  color: black;
  font-size: 15px;
  z-index: 100;
  border-style: outset;
  border-color: buttonface;
  padding: 3px 9px;
} 

.input-group-home-col3 .dropdown-menu {
  border-radius: 0;
  float: left;
  /*left: 150px;
  top: -12px;*/
  border: 0;
  box-shadow: none;
  padding-left: 40px;
  width: 100%;
}

.button3 {
  font-style: normal;
  font-size: 1.5rem;
  padding: 0 10px 0 10px;
  padding: 0 0.625rem 0 0.625rem;
  background: #cc1f2f;
  color: #fff;
  height: 2.875rem;;
  line-height: 3.25rem;
  border: none;
  box-shadow: 0 1px #a6a6a6;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  width: 94%;
  margin: 0;
}

.formsubmit {
  clear: both;
}

.openjawlink {
  font-style: normal;        
  font-size: 1.5rem;
  padding: 0 10px 0 10px;
  padding: 0 0.625rem 0 0.625rem;
  background: #eee;
  color: #000;
  height: 2.875rem;
  line-height: 2.25rem;
  border: none;
  box-shadow: 0 1px #a6a6a6;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  width: 94%;
  display: inline-block;
  margin: 0;
  padding-top: 5px !important;
}

.a-chevron-right {
  float: right;
}

.bottom-chevron-right {
  float: right;
  position: relative;
  height: 15px;
}

.input-group-home-col2 input[type="text"]:focus {
  border-left : 1px solid #eee;
}

.container-row-reservation{
  z-index: 1;
}

.container-reservation-form {
  margin-top:-125px;
  width:100%;
  margin-left:auto;
  margin-right:auto;
  padding:0px;
}

.reservation-form {
	position: relative;
  height: 250px;
	overflow: hidden
    /*overflow: visible*/
}
.reservation-form:hover {
    overflow: visible
}

.reservation-form.over-flow {
    overflow: visible
}

.reservation-form iframe {
    width: 100%;
    height: 260px;
    border: 0 none;
}

.reservation-form:hover iframe {
  height: 550px;
}

.arriverA, .departDe {
  border: 1px solid #3c7643;
  background: #fff;
  height: 370px;
  width: 775px;
  z-index: 9999;
  display: none;
  margin: 0;
  padding: 10px 25px;
  padding-right: 20px;
  padding-left: 45px;
  position: absolute;
  left: 375px;
  top: 8px;
  box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
}

.arriverA .highlight-country h5, .departDe .highlight-country h5 {
  margin-top: 0px;
  margin-bottom: 25px;
}

.arriverA .col-md-3:not(:last-child), .departDe .col-md-3:not(:last-child) {
  border-right: 1px solid #3c7643;
}

.arriverA img, .departDe img {
  width: 20px;
}

.list-country ul {
  list-style:none;
  padding-left: 0;
}

.list-country ul li ul {
  padding-left: 25px;
}

/**********************************************************************************************/

/**********************************************************************************************
                Bloc page
***********************************************************************************************/
.container-band-image-border {
  border-top: 4px solid #cc1f2f;
}

.bande-haut-page-image {
  max-width: 80em;
  max-height: 341px;
  margin: auto;
  overflow: hidden
}

.bande-haut-page-image img {
  width: 100%;
}

.bande-haut-page-image h1 {
	position:absolute;
	display:block
}

.-page {
  padding:0px;
  position: relative;
}

.bloc-article {
	background-color: transparent;
	min-height:100px;
	width:100%;
	padding:0;
	border-bottom: 1px solid #ececec;
	overflow: hidden

}

.bloc-article-color {background-color: #f9f9f9;}
.bloc-article-border-top {border-top: 1px solid #ececec;}


.-article {font-size:18px; padding:10px 40px 20px 40px; line-height:28px }
.-article  p {margin: 0px 0px 5px; text-align: justify;}
.-article ul, .-article li { float:none;}

.aside-article {
	min-height:100px;
	padding:10px 40px;
}

.aside-article-2 {
	border-left:1px solid #ddd;
	min-height:400px;
	padding:10px 22px;
}


.menu-aside {
  margin-bottom: 20px;
  padding: 0;
}

.menu-aside h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.5em;
  font-weight: 600;
  margin: 0;
  padding: 20px 0px 20px 10px;
  text-transform: uppercase;
  color: #555;
}

.menu-aside ul {
  padding: 0;
}

.menu-aside a {
  color: #4f9d4a;
}

.li-menu-aside {
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  font-weight: 400;
  text-decoration: none;
  padding: 15px;
  border-bottom: 1px solid #ccc;
  border-right: 0;
  border-left: 0;
}

.li-menu-aside:first {
  border-top: 1px solid #ccc;
}

.li-menu-aside-active {
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  font-weight: 400;
  text-decoration: none;
  padding: 15px;
  background-color: #4f9d4a;
  border: 0;
  border-left: 10px solid #3c8250;
  padding-left: 19px;
}

.li-menu-aside:hover {
  background-color: #f5f5f5;
  font-size: 18px;
}

.li-menu-aside-active a {
  color: #fff;
}

.li-menu-aside-active:hover a {
  font-size: 18px;
}

/**********************************************************************************************/

.choixjr{
    display:flex;
}
.choixjr div.radio{
    margin:10px 15px 10px 0 !important;
}




/*******************************************Media pour telephone***************************************************/

@media only screen and (max-width: 40em) {

  .container-nav {
    display: none;
  }

  .media-640-nav {
    display: block;
    margin-bottom: 5px;
    height: 15px;
  }

  .media-640-nav .nav.navbar-nav > li > div{
    display: none;
  }

 .media-640-nav .nav.navbar-nav > li > div.show{
    display: block;
  }
  .pc{
    display: none;
  }
  .navbar-default{
    background-color: transparent;
  }
  .navbar-collapse{
    background-color: #f8f8f8;
    margin-top: 40px;
  }
  .media-640-nav .nav.navbar-nav a{
    font-size: 1.8rem;
  }

  .ul-sous-menu ul {
    padding-left: 0;
  }

  .sub-element-slider-bottom-right .vignette-bottom img {
    width: 100%;
  }

  .main-country-top-name::after {
    color: #000;
    font-family: "FontAwesome";
    content: '';
    margin-top: 1px;
    margin-left: 0;
    font-size: 2px;
  }

  .main-account-li span {
    display: none;
  }

  .main-country-top-li-p span {
    display: none;
  }

/* =========================================================================Menu==================================================================== */
.carre-menu {
  list-style: none;
  position: relative;
  float: left;
  top: 5px;
  font-size: 12px;
  padding-left: 10px;
}

.carre-menu .image-menu .menu {
  position: absolute;
  left: -999em;
}

.menu .main-menu /* Elements des listes */      
{ 
    float : none;
}

.carre-menu .image-menu a:hover /* Elements des listes */      
{ color:#3C8250}

.carre-menu .image-menu:hover .menu {
  z-index: 6;
  top: -7px;
  left: 64px;
  min-height: 0;
  width: 162px;
  font-size: 11px;
}

.menu .main-menu:hover .ul-sous-menu {
    top: 44px;
    left: 162px;
}

.menu .main-menu-deroulant:hover {
    border-bottom: 0;
}

.menu li .ul-sous-menu {
  width: 134px;
  height: 167px !important;
}

.menu li .li-sous-menu {
  width: 100%;
  font-size: 11px;
  padding: 0px 8px;
}


.menu li ul ul {
    margin: 0px 0 0 64%;
    width: 102%;
    height: auto;
    padding: 0;
}

.menu .li-sous-sous-menu {
    height: 36px;
    width: 100%;
    margin: 0;
    padding: 0 5px;
}

.menu .li-sous-sous-menu a {
  font-size: 10px;
}

.nav-main-input-group-search {
  width: 80%
}

/* ================================================================================================================================================ */

  .container-body {  
    max-width: 40em;
    margin:auto;
  }

  .container-reservation {
    display: none;
  }

  .container-row-reservation {
    margin: 0;
    margin-bottom:50px;
    padding: 0 4%;
    min-height: 1px;
    position: relative;
}

.responsive-tab.last .container{
  margin-left: 0;
}

.navbar-fixed-bottom {
  display: none;
}

  .main-country-top-li {
    float: left;
    width: 85%;
    font-size: 12px;
  }

  .main-account-li {
    float: left;
    border: 0;
    font-size: 12px;
    width: 50%;
  }

  .connexion-form {
    width: auto;
  }

  .container-reservation-form{
    margin-top: 0;
  }
  .reservation-form,.reservation-form iframe{
    height: 637px;
  }

  .responsive-tab{
    display: none;
  }

  .container-band-image {
    margin-top: 68px;
  }

  .container-band-image-border {
    margin-top: 68px;
  }

  .special-container li{
    padding-left: 0;
    padding-right: 0;
  }

  .special-container .sc {
    margin: 0px;
    margin-bottom: 2px;
    padding: 10px;
    text-transform: uppercase;
    color: #fff;
    display: table-cell;
    background-color: #4f9d4a;
    float: left;
    line-height: 64px;
    text-align: center;
    width: 100%;
    height: 79px;
}

.special-container .sc span {
  display: inline-block;
  float: left;
  width: 35%;
}

.special-container .sc img {
  display: block;
  padding-left: 20%;
  width: 70%;
}

.special-container .sc a {
    display: inline-block;
    float: left;
    width: 63%;
    font-size: 17px;
    text-align: left !important;
}

.slideshow {
  width: 100%;
  height: 188px;
  margin-left: 0px;
  overflow: hidden;
}

.element-offre-speciale {
  width: 4.985%;
  font-size: 14px !important;
}

.element-offre-speciale h2 {
  font-size:22px
}

.element-offre-speciale .depart {
  font-size:14px;
}

.element-offre-speciale .from  {
  font-size:10px;
}

.element-offre-speciale h3 .price-promo  {
  font-size: 16px;
}

.button-element-slider2 i {
  display: none;
}

.-prochain-voyage {
  width: 98.3%;
  height: 278px !important;
  margin-left: 1%;
}

.-prochain-voyage-li {
  max-width: 640px !important;
}

.-offre-speciale-tout img {
  width: auto;
  display: none;
}

.content-top-right-image img {
  width: auto;
  display: none;
}

.toutes-destination {
  display: none;
}

.toutes-destination a {
  font-size: 18px;
  width: 80%;
}

.display-none-media {
  display: inline-block !important;
}
.-service {
  width: 100%;
  height: 290px;
  display: none;
}


.padding-null {
  padding: 0 !important;
}

.-image-media {
  height: 250px;
}
.button-element-slider2 {
  width: 50%;
  height: 35px;
  font-size: 12px;
}
.bloc .li-texte {
  font-size: 16px;
}

.element-slider-bottom-left {
  display: none;
}
.element-slider-bottom-right {
  width: 100%;
  height: 150px;
}

.footer-content-col {
  padding: 12px;
  width: 100%;
}
.footer-link {
  margin-left: 5%;
  padding: 0.8%;
  font-size: 22px;
 /* padding: 0.8%;
  float: left;
  width: 33.333334%; */
}
.footer-newsletter {
  width: 100%;
}
.footer-reseau-sociaux {
  width: 100%;
  margin-top: 0;
  padding-left: 15px;
}
.footer-reservation {
  float: left;
  width: 100%;
  margin-top: 0;
}

.footer-content {
  min-height: 570px;
  margin-top: 30px;
}

.aside-article-2 {
  display: none;
} 

.-article {
  width: 100%;
  padding: 10px 10px 20px 10px;
  font-size: 13px;
  float: inherit;
}

@media all and (min-width: 24em) and (max-width: 30em) {
  .-article {
    width: 100%;
    padding: 5px 0px 10px 0px;
    font-size: 10px;
    float: inherit;
  }
  h1.titre {
    font-family: "SegoeUI-Bold";
    font-size: 26px;
  }
  .search-form-content .search-form-cols {
    width: 98% !important;
    position: relative !important;
    margin-bottom: 5px !important;
  }
  .reset-width-fixed {
    width: 40% !important;
    float: left !important;
  }
  .cash {
    bottom: 110px !important;
  }
}

@media only screen and (max-width: 24em) {
  .-article {
    width: 100%;
    padding: 5px 0px 10px 0px;
    font-size: 8px;
  }
  h1.titre {
    font-family: "SegoeUI-Bold";
    font-size: 18px;
  }
  .search-form-content .search-form-cols {
    width: 98% !important;
    position: relative !important;
    margin-bottom: 5px !important;
  }
  .reset-width-fixed {
    width: 40% !important;
    float: left !important;
  }
  p.intro_bold-2 {
    font-size: 14px !important;
    line-height: 14px !important;
    margin-bottom: 10px !important;
    margin-left: 10px !important;
  }
  .statut-vol-table-search {
    padding: 5px !important;
  }
  .button-newsletter {
    font-size: 11px;
  }
} @media all and (min-width: 24em) and (max-width: 30em) {
    .-article {
      width: 100%;
      padding: 5px 0px 10px 0px;
      font-size: 10px;
      float: inherit;
    }
    h1.titre {
      font-family: "SegoeUI-Bold";
      font-size: 26px;
    }
    .search-form-content .search-form-cols {
      width: 98% !important;
      position: relative !important;
      margin-bottom: 5px !important;
    }
    .reset-width-fixed {
      width: 82% !important;
      float: left !important;
    }
    .padding-article {
      padding: 0px !important;
    }
    .meilleurs-tarifs .meilleurs-tarifs-container img {
      height: 194px;
    }
    .meilleurs-tarifs .meilleurs-tarifs-container li.last {
      display: none;
    }
    .meilleurs-tarifs {
      margin-top: 26px !important;
    }
    p.intro_bold-2 {
      font-size: 14px !important;
      line-height: 14px !important;
      margin-bottom: 10px !important;
      margin-left: 10px !important;
    }
  }

  @media only screen and (max-width: 24em) {
    .-article {
      width: 100%;
      padding: 5px 0px 10px 0px;
      font-size: 8px;
    }
    .padding-article {
      padding: 0px !important;
    }
    .meilleurs-tarifs .meilleurs-tarifs-container img {
      height: 194px;
    }
    .meilleurs-tarifs .meilleurs-tarifs-container li.last {
      display: none;
    }
    .meilleurs-tarifs {
      margin-top: 26px !important;
    }
    h1.titre {
      font-family: "SegoeUI-Bold";
      font-size: 18px;
    }
    .search-form-content .search-form-cols {
      width: 98% !important;
      position: relative !important;
      margin-bottom: 5px !important;
    }
    .reset-width-fixed {
      width: 82% !important;
      float: left !important;
    }
    p.intro_bold-2 {
      font-size: 14px !important;
      line-height: 14px !important;
      margin-bottom: 10px !important;
      margin-left: 10px !important;
    }
    .statut-vol-table-search {
      padding: 5px !important;
    }
    .button-newsletter {
      font-size: 11px;
    }
  }

.localisation-agence {
  padding: 10px 5px 10px 5px !important;
  margin: 10px 0px !important;
}
.localisation-agence li {
  float: none !important;
}
.infos-localisation {
  width: 96% !important;
}
.map-localisation {
  width: 96% !important;
  margin-top: 12px !important;
}
.map-localisation iframe {
  width: 100% !important;
  height: auto !important;
}
.infos-agence {
  padding: 1em 1em;
  font-size: 10px;
  line-height: 18px;
}
.infos-localisation .nom-agence {
  font-size: 14px;
}

.table-promo td{
  padding: 0px !important;
  font-size: 7px !important;
}
.table-promo tbody tr {
  line-height: 15px;
}
.table-promo-condition a {
  font-size: 8px !important;
}
.button-reserver-promo {
  font-size: 4px !important;
  padding: 0 !important;
  line-height: 15px !important;
}

@media all and (min-width: 30em) and (max-width: 40em){
  .search-form-cols {
    width: 38% !important;
  }
  .search-form-content .btn-search {
    font-size: 6px !important;
    padding: 0 !important;
  }
}

}

/*******************************************Media pour Tablette***************************************************/

@media all and (min-width: 40em) and (max-width: 80em) {
  
  body {
    font-size:13px;
  }

 
  .container-reservation {
    display: none;
  }

  .padding-article {
    padding: 0px !important;
  }

  .container-row-reservation {
    margin: 0;
    margin-bottom: 20px;
    padding: 0 4%;
    min-height: 1px;
    position: relative;
}


.reservation-form {
	position: relative;
    height: 240px;
	overflow: hidden
    /*overflow: visible*/
}

.reservation-form.over-flow {
    overflow: visible
}

.reservation-form iframe {
    width: 100%;
    height:auto;
    border: 0 none;
}

.container-reservation-form iframe{
  width: 100% !important;
}
  .main-account-li {
    padding: 0 2%;
  }

  .main-country-top-li {
    width: 38%;
  }

  @media all and (min-width: 40em) and (max-width:45em) {
    .main-country-top-li {
      width: 70%;
    }
  }
  
  @media all and (min-width: 45em) and (max-width:49em) {
    .main-country-top-li {
      width: 55%;
    }
  }

  @media all and (min-width: 49em) and (max-width:54em) {
    .main-country-top-li {
      width: 50%;
    }
  }

  @media all and (min-width: 54em) and (max-width: 58em) {
    .main-country-top-li {
      width: 45%;
    }
  }

  @media all and (min-width: 58em) and (max-width: 63em) {
    .main-country-top-li {
      width: 42%;
    }
  }

  .mega-menu{
    width: 582px;
    left: 0;
  }

  @media all and (min-width: 40em) and (max-width:54em) {
    .mega-menu{
      width: 360px;
      left: 0;
    }
  }

  @media all and (min-width: 40em) and (max-width:56em) {
    .connexion-form {
      width: 570px;
    }
  }

  .menu /* Ensemble du menu */
  {
      font-size : 12px; /* hauteur du texte : 12 pixels */
  }

  @media all and (min-width: 62em) and (max-width: 64em) {
    .menu /* Ensemble du menu */
    {
        font-size : 11px; /* hauteur du texte : 12 pixels */
    }
  }

  @media all and (min-width: 40em) and (max-width: 48em) {
    .menu /* Ensemble du menu */
    {
        font-size : 9px; /* hauteur du texte : 12 pixels */
    }
  }

  .menu li .ul-sous-menu {
    width: 40%; 
  }

  @media all and (min-width: 40em) and (max-width: 45em) {
    .menu li .ul-sous-menu {
      width: 46%; 
    }
  
  }

  @media all and (min-width: 53em) and (max-width: 62em) {
    .menu li .ul-sous-menu {
      width: 34%; 
    }
  
  }

  .menu li .li-sous-menu {
    width: 100%;
    padding:0px 18px
  }

  .menu .main-menu:hover .sub-menu2 {
    left: 34%;
  }

  .sub-menu2 {
    padding: 20px 30px;
    width: 102.1%;
  }


  @media all and (max-width: 63.94em) {
    .sub-menu2 {
      display: none;
    }

    .meilleurs-tarifs .meilleurs-tarifs-container li.last {
      display: none;
    }  

    .menu .main-menu:hover .ul-sous-menu {
      left: 5px;
    }

    .menu li li:hover ul {
      left: 15%;
    }

    .menu li ul ul {
      width: 116%;
      height: 424px;
      padding: 10px 10px;
    }

    .titre-sous-menu {
      display: none !important;
    }

  }

  @media all and (min-width: 63.94em) {
    
    .menu li ul ul {
      z-index: 5;
      width: 246.1%;
      padding: 10px 10px;
    }

    .menu li li:hover ul {
      left: 15% !important;
    }

    .titre-sous-menu {
      display: none !important;
    }

    .marge-sous-menu-vide {
      display: block !important;
    }

  }

  @media all and (max-width: 61.94em) {
    .container-band-image {
      margin-top: 40px;
    }
    .container-band-image-border {
      margin-top: 40px;
    }
    .-article {
      font-size: 15px;
    }
    .menu-aside {
      font-size: 11px;
    }
    .li-menu-aside-active {
      font-size: 13px;
    }
    .li-menu-aside {
      font-size: 13px;
    }
  }

  @media all and (min-width: 40em) and (max-width: 62em) {
    .special-container .sc {
      margin: 0;
      padding: 0;
      text-transform: uppercase;
      color: #fff;
      display: table-cell;
      background-color: #4f9d4a;
      float: none;
      line-height: 16px;
      text-align: center;
      width: 20%;
  }

    .special-container .sc img {
      display: block;
      padding-left: 32%;
    }
  }

  @media all and (min-width: 62em) and (max-width: 64em) {
    
    .element-offre-speciale h2 {
      font-size:26px
    }

    .element-offre-speciale .depart {
      font-size:16px;
    }
    
    
    .element-offre-speciale .from  {
      font-size:10px;
    }
    
    .element-offre-speciale h3 .price-promo  {
      font-size:20px;
    }
  }

  @media all and (min-width: 40em) and (max-width: 48em) {
    
    .element-offre-speciale h2 {
      font-size:26px
    }

    .element-offre-speciale .depart {
      font-size:16px;
    }
    
    
    .element-offre-speciale .from  {
      font-size:10px;
    }
    
    .element-offre-speciale h3 .price-promo  {
      font-size:20px;
    }

    .button-element-slider2 .arrow {
      font-size: 13px;
    }

  }

  @media all and (min-width: 40em) and (max-width: 62em) {
    .-offre-speciale-tout img {
      width: auto;
      display: none;
    }
    .content-top-right-image img {
      width: auto;
      display: none;
    }
  }

  @media all and (min-width: 40em) and (max-width: 62.934em) {
  .toutes-destination a  {
      font-size:16px
    }
  }

  .toutes-destination {
    height: 278px !important;
  }

  @media all and (min-width: 40em) and (max-width: 67em) {
    .toutes-destination a {
      font-size: 18px;
      width: 80%;
    }
  }

  @media all and (min-width: 40em) and (max-width: 47em) {
    .hauteur-li-prochain-voyage {
      padding-top: 5px !important;
      height: 146px;
    }
  }

  @media all and (min-width: 40em) and (max-width: 55.934em) {
    .-prochain-voyage {
      height: 234px
    }
    .toutes-destination {
      height: 234px !important;
    }
    .toutes-destination a {
      font-size: 12px;
      width: 68%;
    }
  }

  @media all and (min-width: 64em) and (max-width: 80em) {
    .hauteur-li-support {
      min-height: 74px;
    }
    .button-element-slider2 {
      font-size: 13px;
    }
    .-service {
      height: 266px;
    }
    .-support {
      height: 80px;
    }
    .bloc .-image {
      height: 264px;
    }
  
  }

  @media all and (min-width: 62em) and (max-width: 63.934em) {
    .-li-support-image {
      display: none;
    }
    .hauteur-li-support {
      min-height: 85px;
      width: 100%;
    }
    .-support ul, .-support li {
      float:left !important;
      width: 100%;
    }
    .-service {
      width: 31.6%;
      height: 266px;
  }
    .button-element-slider2 {
      font-size: 12px;
    }
    .-support {
      height: 74px;
    }
    .bloc .-image {
      height: 264px;
    }
  }

  @media all and (min-width: 57em) and (max-width: 61.934em) {
    .-li-support-image {
      display: none;
    }
    .hauteur-li-service {
      padding-top: 12px !important;
      padding-left: 12px !important;
      font-size: 11.39px
  }
    .hauteur-li-support {
      min-height: 68px;
      width: 100%;
    }
    .-support ul, .-support li {
      float:left !important;
      width: 100%;
    }
    .-service {
      width: 31.6%;
      height: 240px;
    }
    .button-element-slider2 {
      font-size: 10px;
    }
    .-support {
      height: 68px;
    }
    .bloc .-image {
      height: 240px;
    }
  }

  @media all and (min-width: 40em) and (max-width: 56.999em) {
    .display-none-media {
      display: none;
    }
    .-service {
      width: 47.78%;
      height: 290px;
    }
    .-image-media {
      height: 290px;
    }
    .button-element-slider2 {
      width: 50%;
      height: 50px;
    }
  }

  @media (width: 40em) {
      .-prochain-voyage {
        width: 48.3%;
        height: 300px !important;
      }
      .toutes-destination a {
        font-size: 17px;
        width: 68%;
    }
  }

  @media all and (min-width: 40em) and (max-width: 62em) {
    .element-slider-bottom-left {
      display: none;
    }
    .element-slider-bottom-right {
      width: 100%;
    }
    .footer-content-col {
      padding: 12px;
      width: 100%;
    }
    .footer-link {
      padding: 0.8%;
      float: left;
      width: 33.333334%;
    }
    .footer-newsletter {
      float: left;
      width: 33.333334%;
    }
    .footer-reseau-sociaux {
      float: left;
      width: 33.333334%;
      margin-top: 0;
      padding-left: 15px;
    }
    .footer-reservation {
      float: left;
      width: 33.333334%;
      margin-top: 0;
    }
    .button-newsletter {
      font-size: 9px;
    }
  }

  @media all and (min-width: 40em) and (max-width: 43em) {

    .-article {
      padding: 10px 10px 20px 10px;
    }
    .statut-vol {
      margin: 5px !important;
    }
  }

  @media all and (min-width: 40em) and (max-width: 62em){
    .infos-agence {
      padding: 1em 1em;
      font-size: 10px;
      line-height: 18px;
    }
    .map-localisation iframe {
      width: 100% !important;
      height: 400px !important;
    }

    @media all and (min-width: 40em) and (max-width: 53em){
      .infos-agence {
        padding: 1em 1em;
        font-size: 1px;
        line-height: 14px;
      }
    }
    .localisation-agence {
      padding: 10px 5px 10px 5px;
      margin: 20px 0px;
    }

  }

  @media all and (min-width: 40em) and (max-width: 56em){
    .button-reserver-promo {
      font-size: 10px !important;
      padding: 0 3.25px 0 3.25px !important;
    }
  }
 
}





/*******************************************Media pour Autres ecrans***************************************************/

@media only screen and (min-width: 80em){

  .container-body {  
    width: 1300px;
    margin:auto;
  }

  .container-reservation {
    margin: 0;
    padding: 0;
    min-height: 176px;
    position: absolute;
    width: 1280px;
    bottom: 0;
    z-index: 1;
  }

  .main-account-li {
    padding: 0 1.5em;
  }
  
  .mega-menu{
    width: 610px;
  }
  

}














































/**********************************************************************************************
                Bloc
***********************************************************************************************/








/**********************************************************************************************
                Mise en forme des pages
***********************************************************************************************/
h1.titre {
	font-family: "SegoeUI-Bold";
  font-size:32px;
	margin-left:10px;
}

h1.titre2 {
	font-family: "SegoeUI-Bold";
	font-size:32px;
	margin-top:40px;
	margin-left:40px;
	margin-bottom:40px
}

h2.sous-titre {
	font-family: "SegoeUI-Light";
	font-size:28px;
	color:#3c8250;
	margin-bottom:30px
}


p.intro_bold-2 {
  font-weight: 600;
  color: rgb(102, 102, 102);
  font-family: "SegoeUI";
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 10px;
}

p.intro_bold {
  color: rgb(102, 102, 102);
	font-size:28px;
  line-height:28px;
  font-family: "SegoeUI";
	margin-bottom:20px;
	margin-top:20px
}

.padding-article {
  padding: 20px 120px 40px 100px;
}

.ul-padding-null {
  padding: 0;
}

.li-onglet-page {
  position: relative;
  font-family: 'Roboto', sans-serif;
  margin: 0px;
  width: 386px;
  padding: 0px 8px;
  line-height: 60px;
  font-weight: 400;
  display: table-cell;
  background-color: #3e8250;
  text-align: center;
}

.li-onglet-page-active {
  position: relative;
  font-family: 'Roboto', sans-serif;
  margin: 0px;
  width: 386px;
  padding: 0px 8px;
  line-height: 60px;
  font-weight: 400;
  display: table-cell;
  background-color: #4f9d4a;
  text-align: center;

}

.li-onglet-page-active:not(:last-child) {
  border-right: 10px solid #fff;
}

.li-onglet-page a {
  color: #fff;
}

.li-onglet-page:not(:last-child) {
  border-right: 10px solid #fff;
}

.li-onglet-page:hover {
  background-color: #4f9d4a;
}


.li-onglet-page-active::before {
  content: '';
  position: absolute;
  left: 180px;
  bottom: -18px;  
  border-top: 9px solid #7e95a0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
}

.li-onglet-page-active::after {
  content: '';
  position: absolute;
  left: 181px;
  bottom: -15px;
  border-top: 8px solid #fff;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}

.th-service-bagages {
	padding: 10px 10px 0 30px;
	color: #3c8250;
	text-align: center;
}

.td-titre-service-bagages {
	background-color: #3c8250;
	color:#fff!important;
}

.td-contenu-service-bagages {
	line-height: 25px;
	text-align: left!important;
	font-size: 16px;
	font-weight: unset;
	padding-left: 10px;
	border: 1px solid #3c8250;
	border-left: 0;
}

.list-camair-co-cargo {
  float: left !important;
  width: 22%;
  padding-right: 15px;
  min-height: 165px;
}

.list-camair-co-cargo li {
  font-weight: 600;
  color: rgb(102, 102, 102);
  font-family: "SegoeUI";
  font-size: 18px;
  line-height: 28px;
  text-align: justify;
}

.list-camair-co-cargo-border-rigth {
  border-right: 4px solid #3c8250;
}

.list-camair-co-cargo-margin-left {
  padding-left: 0;
}

.intro-bold2-padding-bottom {
  margin-bottom: 15px !important;
}

.sous-titre-color {
  font-weight: 800;
  color: #cc1f2f !important;
}

.text-on-pannel {
  background: #fff none repeat scroll 0 0;
  height: auto;
  margin-left: 20px;
  padding: 3px 20px;
  position: absolute;
  margin-top: -47px;
  color: #cc1f2f;
  border-radius: 15px;
}

.panel {
  /* for text on pannel */
  margin-top: 27px !important;
  border-color: #3c8250;
  border-radius: 25px;
}

.panel-body {
  padding-top: 30px !important;
}

.frequence-cargo {
  padding: 40px 0 40px;
  height: 260px;
  border-radius: 159px;
  width: 80%;
  margin: auto;
  text-align: center;
  background-color: #3c8250;
  color: #fff;
  line-height: 40px;
}

.nombre-frequence {
  font-size:66px;
  line-height: 30px;
}

.teste-frenquence {
  font-size:25px;
  font-weight:600;
  line-height:25px; 
}

.code-frequence {
  font-size:28px;
  line-height: 55px;
  text-transform: uppercase;
}


.localisation-agence {
  padding: 20px 10px 20px 10px;
  margin-top: 60px;
  min-height: 1px;
  overflow: hidden;
  border: 2px solid #f0eeec;
  margin-left: 40px;
}

.localisation-agence li {
  float: left;
  padding: 0;
  margin: 0 0 0 10px;
}

.infos-localisation {
  width: 32%;
 }

.infos-localisation .nom-agence {
  display: block;
  cursor: pointer;
  position: relative;
  margin-top: 2px;
  padding: 8px 8px 8px 8px;
  min-height: 0;
  border: 1px solid #aaaaaa;
  font-weight: normal;
  color: #212121;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  text-align: center;
  font-weight: bold;
}

.infos-agence {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  min-height: 300px;
  border: 1px solid #aaaaaa;
  border-top: 0;
  color: #222222;
}

.titre-detail-adresse {
  font-weight: 800;
  font-size: 16px;
  color: #333;
  display: block;
}

.contenu-detail-adresse {
  font-weight: 400;
  font-size: 15px;
  color: #333;
  letter-spacing: 0;
}

.map-localisation {
  width: 63%;
}

/**********************************************************************************************/








/**********************************************************************************************************************************************************
===========================================================================================================================================================
                                                            Style des pages
===========================================================================================================================================================
***********************************************************************************************************************************************************/

/**********************************************************************************************
                Formulaire de creation de compte
***********************************************************************************************/

.creation-account-content {
  width: 920px;
  margin: auto;
  margin-top: 30px;
}

.Information-creation-social-network {
  line-height: 48px;
   float: left;
   padding-right: 40px;
}

.creation-account-social-network {
  padding-bottom: 20px;
  padding-top: 20px;
  min-height: 76px;
}

.lighRed {
  margin-top: 40px;
  margin-bottom: 40px;
  border: 0;
  border-top: 2px solid #cc1f2f;
}

.creation-account-form {
  padding-top: 10px;
  padding-bottom: 20px;
}

.created-account-wrapper {
  min-height: 120px;
  overflow: hidden;
}

.created-account-wrapper:not(:last-child) {
  margin-bottom: 60px;
}

.created-account-wrapper h3 {
  font-weight: bold;
  margin: 0;
  color: #3c7643;
}

.created-account-wrapper-content-row {
  color: rgb(0, 0, 0);
}

.created-account-wrapper-content-row:not(:last-child) {
  margin-bottom: 15px;
}

.left-row-in-created-account-wrapper-content-row {
  width: 35%;
  padding-top: 18px;
  vertical-align: top;
  text-align: right;
  border: 0 !important;
  margin-right: 10px;
  float: left;
  line-height: 34px;
}

.right-row-in-created-account-wrapper-content-row {
  position: relative;
  width: 63%;
  padding-top: 18px;
  float: right;
}

.right-row-in-created-account-wrapper-content-row .date-naissance {
  position: relative;
  width: 45%;
  display: inline-block;
}

.right-row-in-created-account-wrapper-content-row .date-naissance input {
  width: 100% !important;
}

.right-row-in-created-account-wrapper-content-row .content-select {
  position: relative;
}

.right-row-in-created-account-wrapper-content-row .content-select-date {
  display: inline;
}

.right-row-in-created-account-wrapper-content-row .content-select-date .arr {    
  -moz-: #fff;
  top: -5px;
  right: 6px;
}

.information-right-row-in-created-account-wrapper-content-row {
  width: 45%;
  float: right;
}

.right-row-in-created-account-wrapper-content-row input[type="text"], .right-row-in-created-account-wrapper-content-row input[type="email"], .right-row-in-created-account-wrapper-content-row input[type="password"], .right-row-in-created-account-wrapper-content-row input[type="tel"], .right-row-in-created-account-wrapper-content-row input[type="date"]{
  font-style: normal;
  font-size: 15px;
  padding: 0 10px 0 10px;
  background: #fff;
  color: #555;
  line-height: 32.5px;
  border: 1px solid #d3d3d3;
  width: 45%;
  margin: 0;
  height: 34px;
}

.right-row-in-created-account-wrapper-content-row input[type="radio"], .right-row-in-created-account-wrapper-content-row input[type="checkbox"], .created-account-wrapper input[type="checkbox"] {
  font-style: normal;
  font-size: 15px;
  color: #555;
  border: 2px solid #d3d3d3;
  width: 5%;
  margin: 0;
  height: 18px;
  margin-top: 10px;
}

.right-row-in-created-account-wrapper-content-row .div-radio {
  height: 34px;
}

.right-row-in-created-account-wrapper-content-row label:not(:last-child) {
  margin-right: 25px;
}

.right-row-in-created-account-wrapper-content-row input[type="text"]:hover, .right-row-in-created-account-wrapper-content-row input[type="text"]:focus {
  border-color: #3c7643;
}

.right-row-in-created-account-wrapper-content-row input[type="email"]:hover, .right-row-in-created-account-wrapper-content-row input[type="email"]:focus {
  border-color: #3c7643;
}

.right-row-in-created-account-wrapper-content-row input[type="tel"]:hover, .right-row-in-created-account-wrapper-content-row input[type="tel"]:focus {
  border-color: #3c7643;
}

.right-row-in-created-account-wrapper-content-row input[type="password"]:hover, .right-row-in-created-account-wrapper-content-row input[type="password"]:focus {
  border-color: #3c7643;
}

.right-row-in-created-account-wrapper-content-row select {
  font-style: normal;
  font-size: 15px;
  padding: 0 10px 0 10px;
  background: #fff;
  color: #555;
  line-height: 32.5px;
  border: 1px solid #d3d3d3;
  width: 100%;
  margin: 0;
  height: 34px;
  /* -moz-appearance: menulist-button; */
}

.right-row-in-created-account-wrapper-content-row .select-jour-et-mois {
  width: 12%;
  float: left;
  margin-right: 4px;
}

.right-row-in-created-account-wrapper-content-row .select-annee {
  width: 20%;
}

.right-row-in-created-account-wrapper-content-row select:hover, .right-row-in-created-account-wrapper-content-row select:focus {
  border-color: #3c7643;
}

.created-account-wrapper p, .created-account-wrapper a {
  padding-left: 45px;
}

.creation-account-form .link-account-btn {
  text-align: right;
}

.creation-account-form .btn-link-back-account {
  font-style: normal;
  font-size: 15px;
  padding: 0 10px 0 10px;
  padding: 0 0.625rem 0 0.625rem;
  background: #fff;
  color: #cc1f2f;
  height: 3.875rem;;
  border: 1px solid #cc1f2f;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  width: 15%;
  margin: 0;
}

.creation-account-form .btn-validation {
  font-style: normal;
  font-size: 15px;
  padding: 0 10px 0 10px;
  padding: 0 0.625rem 0 0.625rem;
  background: #cc1f2f;
  color: #fff;
  height: 3.875rem;;
  border: none;
  box-shadow: 0 1px #a6a6a6;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  width: 15%;
  margin: 0;
}

.creation-account-form .link-account-btn a:last-child {
  margin-left: 70px;
}

/**********************************************************************************************/

/**********************************************************************************************
                Container search horaire
***********************************************************************************************/

.container-search-form{
  margin: 20px 0;
  position: relative;
}

.search-form-content-media {
  width: 80%;
  margin: auto;
}

.search-form-content {
  background: #3e8250;
  border-top: 0;
  padding: 30px;  
  color: #fff;
  font-weight: bold;
  overflow: hidden;
}

.search-form-content h1 {
  margin-bottom: 18px;
}

.search-form-content-media input, .search-form-content-media select {
    font-size: 14px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    height: 34px;
    padding-right: 15px;
    padding-left: 15px; 
  }

.search-form-content input, .search-form-content select {

  font-size: 14px;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  height: 34px;
  padding-right: 15px;
  padding-left: 15px; 
}

.search-form-content .date-search {
  width: 200px;
}

.search-form-content .input-group {
  width: 210px;
}

.search-form-content .date-search-content-input {
  width: 98%;
}

.search-form-content .date-search-content {
  margin-left: -30px; 
  border: none;
  height: 25px;
  margin-top: -5px;
  padding: 0;
}

.search-form-content .btn-reset-search {
  font-style: normal;
  font-size: 15px;
  padding: 0 10px 0 10px;
  padding: 0 0.625rem 0 0.625rem;
  background: #fff;
  color: #cc1f2f;
  height: 34px;
  border: 1px solid #cc1f2f;
  box-shadow: 0 1px #a6a6a6;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  width: 100%;
  margin: 0;
}

.search-form-content-media .btn-search {
  font-style: normal;
  font-size: 15px;
  padding: 0 10px 0 10px;
  padding: 0 0.625rem 0 0.625rem;
  background: #cc1f2f;
  color: #fff;
  height: 34px;
  border: none;
  box-shadow: 0 1px #a6a6a6;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  width: 120%;
  margin: 0;
}

.search-form-content .btn-search {
  font-style: normal;
  font-size: 15px;
  padding: 0 10px 0 10px;
  padding: 0 0.625rem 0 0.625rem;
  background: #cc1f2f;
  color: #fff;
  height: 34px;
  border: none;
  box-shadow: 0 1px #a6a6a6;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  width: 120%;
  margin: 0;
}

.search-form-content-media .search-form-cols {
  float: left;
  width: 40%;
  position: relative;
}

.search-form-content .search-form-cols {
  float: left;
  width: 40%;
  position: relative;
}

.search-form-content-media .search-form-cols:not(:last-child) {
  margin-right: 10px;
}

.search-form-content .search-form-cols:not(:last-child) {
  margin-right: 10px;
}

.select-destination-input{
  width: 100%;
}
.reset-width-fixed{
  width:15%;
  float: left;
}

.radio-button-block{
  display: inline;
  margin:0;
}


.element-form-radio{
  display:block;
  float:left;
  margin-left: 15px;
  margin-right: 39px;
}
.choix-destination-radio-label{
  vertical-align: top;
  line-height: 37px;

}

/**********************************************************************************************/

/**********************************************************************************************
                Tableau de stat
***********************************************************************************************/
.statut-vol{
  min-height:100px;
  margin:30px;
  margin-bottom: 10px;
  margin-top:0; 
}
.statut-vol:nth-child(1){
  margin-top: 30px;
}
.statut-vol h3 {
  color: #cc1f2f;
  padding: 15px;
  margin: 0;
}

.statut-vol-table-search {
  padding: 15px;
}

.table-search {
  width: 100%;
  padding: 10px;    
}

.table-search thead th {
  text-align: center;
  height: 50px;
}

.table-search-border {
  border: 1px solid #3e8250;
  border-radius: 5px;
}

.table-search tbody tr {
  border-bottom: 1px solid #3c8250;
  height: 50px;
}
.table-search td{
  text-align: center;
  width: 90px !important;
  color:#3e8250;
}
.table-search td:nth-child(8){
  background: #3e8250;
  color:#fff;
  font-weight: bold;
}

.table-search thead {
  background: #929396;
  color: #ffffff;
  font-family: "Gotham-Light", Arial;
  min-height: 100px;
}

.table-search thead th{
  width: 90px !important;
  text-align: center;
  
}
.table-search thead th:nth-child(8){
  background: #3e8250;
  
}
.font-icon-dot{
  color:rgba(0, 128, 0, 0.35);
}

.departure-from-yaounde, .departure-from-bafoussam,.departure-from-bamenda,.departure-from-ngaoundere,
.departure-from-garoua,.departure-from-maroua,.departure-from-cotonou,.departure-from-ndjamena{
  display:none;
}

/*********************** style date journée **********************************************/
.date-journee-statut{
  margin:0;
  padding:0;
  margin-top: 15px;
  margin-right: 15px;
  float: right;
  color: #3e8250 !important;
  font-family: "SegoeUI-Light";
  font-size: 25px;
  font-weight: bold;

}
.statut-vol h3, .statut-vol-table-search p{
  margin-left: 15px;
}
.empty-row{
  background: #dbdde0
}

/**********************************************************************************************/

/**********************************************************************************************
                content enregistrement de vols
***********************************************************************************************/
.max968 {
  max-width: 968px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: 40px;
}

.infos-enregistrement h2{
  color: #3e8250;
  font-weight: 600;
  text-align: center;
}

.infos-enregistrement p {   
  padding-left: 50px;
  padding-right: 50px;
  font-weight: 600;
  text-align: center;
}

.uppercase {
  text-transform: uppercase;
}

.bloc-header-enregistrement {
  text-align: center;
}

.bloc-header-enregistrement h2 {
  font-size: 30px;
  width: auto;
  margin: 15px 0 0 0;
  color: #3e8250;
  font-weight: 600;
}

.bloc-content-enregistrement {
  text-align: center;
  padding: 5px 20px 20px;
}

.bloc-content-enregistrement .text {
  color: #767676;
  font-size: 18px;
}

.bloc-content-enregistrement .moreLink {
  display: inline-block;
  line-height: 12.75px;
  background-position: 1px center;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  padding: 15px 1px 15px 11.25px;
}

.bloc-content-enregistrement .morelink-i{
  color: #cc1f2f !important;
}

.bloc-content-enregistrement .moreLink a {
  color: #3e8250;
  line-height: 20px;
}

.bloc-content-enregistrement .moreLink a:hover {
  color: #cc1f2f;
}

/**********************************************************************************************/

/**********************************************************************************************
                meilleurs_tarifs
***********************************************************************************************/
.meilleurs-tarifs {
  margin-top: 45px;
}

.meilleurs-tarifs:nth-child(:first-child) {
  margin-top: 100px;
}

.meilleurs-tarifs .meilleurs-tarifs-container {
  position: relative;
  min-height: 194px;
}

.meilleurs-tarifs h2{
  margin-bottom: 15px;
  font: 300 30px HelveticaDLH,Arial,sans-serif;
  color: #3e8250;
}

.meilleurs-tarifs .overlay-container {
  position: absolute;
  width: 94.5%;
  left: 0;
  top: 0;
  padding: 20px;
  margin-top: 26px;
}

.meilleurs-tarifs .meilleurs-tarifs-container img {
  width: 100%;
}

.meilleurs-tarifs .tarifs {
  width: 440px;
  max-width: 100%;
  background: #fff;
  float: right;
  filter: alpha(opacity=90);
  -ms-filter: progid:DXImageTransform.Microsoft.Shadow(color='#BBBBBB', Direction=135, Strength=3);
  opacity: .9;
  box-shadow: 1px 1px 2px #bbb;
}

.meilleurs-tarifs ul {
  padding-left: 0;
  list-style: none;
}

.meilleurs-tarifs .meilleurs-tarifs-container li {
  clear: both;
  border-bottom: 1px solid #333;
  position: relative;
  padding: 9px 10px 6px;
  min-height: 51px;
}

.meilleurs-tarifs .meilleurs-tarifs-container li.last {
  border-bottom: none;
}

.meilleurs-tarifs .tarifs-list-entry {
  cursor: pointer;
}

.meilleurs-tarifs .tarifs-list-entry .tarifs-destination {
  font-size: 18px;
  margin-top: 12px;
  font-weight: 600;
  color: #3c8250;
}

.meilleurs-tarifs .tarifs-list-entry .tarifs-destination-price {
  position: absolute;
  right: 10px;
  bottom: 6px;
  border: none;
  margin: 0;
  color: #3c8250;
}

.meilleurs-tarifs .tarifs-destination-price .tarifs-price-prefix {
  font-size: 16px !important;
}

.meilleurs-tarifs .tarifs-destination-price .tarifs-price {
  font: 500 25px HelveticaDLH,Arial,sans-serif !important;
}

.meilleurs-tarifs .tarifs-destination-price .tarifs-price-postfix {
  font: 500 18px HelveticaDLH,Arial,sans-serif!important;
  color: #cc1f2f;
}

.meilleurs-tarifs .meilleurs-tarifs-footnote {
  border-top: 1px solid #333;
  padding: 10px 0;
  font-size: 17px;
  color: #333;
  height: 54px;
}

.meilleurs-tarifs .meilleurs-tarifs-footnote::after, .meilleurs-tarifs .meilleurs-tarifs-footnote::before {
  content: " ";
  display: table;
}

.meilleurs-tarifs .meilleurs-tarifs-footnote .more-tarifs {    
  float: right;
  margin: 0 10px 0;
  padding: 4px 10px 3px 10px;
  border: 1px solid #cc1f2f;
  padding-left: 24px;
  background-position: 10px 9px;
  color: #cc1f2f;
}

.meilleurs-tarifs .meilleurs-tarifs-footnote .tarifs-date {
  color: #3c8250;
  font-weight: 600;
  font-size: 15px;
}

/**********************************************************************************************/

/**********************************************************************************************
                Page destinations
***********************************************************************************************/
.header-all-destinations{
  min-width: 1280px;
  min-height:120px;
  background: #f7f7f7;
}
.row-all-destinations{
  margin-left : 50px;
  margin-right: 50px;
}
.title-all-destinations-last, .summary-all-destinations-last{
  text-align: center !important;
}

.img-container-all-destinations {
  position: relative;
  display:block;
  float:left;
  width:47%;
  height: 300px;   
}

.img-container-all-destinations  .overlay-container {
  position: absolute;
  width: 94.5%;
  left: 0;
  top: 0;
  padding: 20px;
  margin-top: 26px;
}

.img-container-all-destinations2{
  display:block;
  float:left;
  width:38%;
  height: 120px !important;
  
}
.img-container-all-destinations img{
  width:100%;
  height:100%;
}
.img-container-all-destinations2 img{
  width:100%;
  height:100%;
}
.highlights-all-destinations{
  margin:0;
  margin-left: 5px;
  display:block;
  width:69%;
  float:right;
}
.highlights-all-destinations2{
  margin:0;
  margin-left: 5px;
  display:block;
  width:60%;
  float:right;
  
}

.title-all-destinations h2{
  font-size:30px;
  font-weight: bold;
}
.title-all-destinations h2 .title-all-destinations p{
  text-align: center !important;
}
.title-all-destinations h3{
  font-weight: bold;
}
.summary-all-destinations p{
  font-size:20px;
  
}
.paragraph-title-all-destinations{
  background: #e0f2e4;
  text-align:left;
  font-size:35px;
  color:#000;
  font-weight:bold;
  margin:0;
  margin-top:45px;
  padding: 15px;
}
.row-all-destinations-paragraph-title{
  margin: 0px;
  margin-bottom: 30px;
}
.carousel-inner-fixed-height{
  min-height: 120px;
}

.float-right-collapse-link{
  float: right;
}


.link-accordion{
  margin-right: 70px;
}
a:hover .link-accordion,.font-icon-position{
  color: #3e8250;
}
a:active .link-accordion,.font-icon-position{
  color: #3e8250;
}
a:focus .link-accordion,.font-icon-position{
  color: #3e8250;
}
a:visited .link-accordion,.font-icon-position{
  color: #3e8250;
}

.color-caroussel-header{
  background-image:linear-gradient(to bottom, rgba(26,95,51,1) 0%,rgba(84,177,77,1) 100%) !important;
  background-image: -webkit-linear-gradient(left, rgba(26,95,51, .5) 0%, rgba(26,95,51, .0001) 100%);
  background-image: -o-linear-gradient(left, rgba(26,95,51, .5) 0%, rgba(26,95,51, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(26,95,51, .5)), to(rgba(26,95,51, .0001)));
  background-image: linear-gradient(to right, rgba(26,95,51, .5) 0%, rgba(26,95,51, .0001) 100%);
}

.lien-reservation-horaire{
  position: relative;
  color: #3c8250 !important;
  font-weight: 600;
  font-size: 18px;
}

.lien-reservation-horaire span {
  position: absolute;
  width: 240px;
  top: -6px;
}

.button-reservation-horaire {
  float: right;
  font-style: normal;
  font-size: 15px;
  padding: 0 6.25px 0 6.25px;
  background: #cc1f2f;
  color: #fff;
  line-height: 28px;
  border: none;
  border-radius: 2px;
  box-shadow: 0 1px #a6a6a6;
  width: 22%;
  margin: 0;
  vertical-align: baseline;
  height: 40px;
}

.lien-reservation-horaire:hover{
  color: rgb(219, 113, 39) !important;
}
.style-panel-heading-customized{
  background: #fff !important;
  border-top: 1px solid #000 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-radius: unset !important;
  border-style: ridge !important;
  height: 58px;
  padding-top: 18px;
  position:relative;
}

.style-panel-heading-customized h4 span:nth-child(1){
  color: #3e8250;
  font-size: 24px;
  font-weight: 300;
}
.style-panel-heading-customized h4{
  color: #3e8250;
}
.style-panel-group{
  background: #fff;
}
.style-panel-group .panel-default{
  border:0 !important;
}
.span-destination-price{
  font: 500 25px HelveticaDLH,Arial,sans-serif !important;
  color: #3e8250 !important;
}
.span-destination-monnaie{
  font-weight: bold;
  color: #cc1f2f;
}
.font-icon-position{
  position: absolute;
  right: 15px;
  top: 20px;;
}
.description-destination {
  width:50%;
  margin:auto;
  margin-right: 0;
}

.description-destination h3 {
  margin-top: 0;
  color: #cc1f2f;
}

/**********************************************************************************************/

/**********************************************************************************************
                Bandeau
***********************************************************************************************/
.bandeau{
  background:#234D29;
  min-height:184px;
  padding:15px;
  color:#fff;
 
}
.bandeau h2{
  vertical-align: middle;
  text-align: center;
  line-height: 170px;
}

/**********************************************************************************************/

/**********************************************************************************************
                Luggage page
***********************************************************************************************/
.luggage-description-container-page{
  min-height:1000px;
}
.row-luggage-page-content{
  width:80%;
  margin:auto;
  padding:0;
  padding-top:10px;
  height:150px;
}
.first-row-luggage{
  height:60px;
}

.button-luggage-content{
  width:186px;
  height:76px;
}
.button-luggage-content{
  display:block;
  float:left;
  margin-right:15px;
}

.luggage-page-item-title{
  font-family:SegoePrint-Bold;
  font-size:30px;
}
.luggage-page-item-content{
  margin-top:10px;
  margin-bottom:10px;
}
.row-luggage-page-content-types{
  padding:10px;
  background:#f7f7f7;
  margin-bottom:15px;
}
.luggage-type-item{
  padding:0;
  margin:0;

}
.luggage-img{
  display:block;
  float:left;
  height:100px;
  width:100px;
  margin-right: 10px;
}
.luggage-description{
  display:inline-block;
  float:left;
  
}
.row-luggage-page-content h2{
  text-align:center;
}
.specifique-requirement{
  margin:0;
  padding:0;
}
.specifique-requirement-column{
  float:left;
  display:block;
  background:#f7f7f7;
  width:300px;
  height:120px;
  margin:auto;
  margin-right:18px;
  padding:5px;
  
}
.specifique-requirement-column:nth-last-child(1){
  margin-right:0;
}
.row-luggage-page-content-last-row{
  height:200px;
}
.specifique-requiment-description{
  overflow: hidden;
  width:160px;
  height: 100px;
  margin:0 !important;
  vertical-align: middle;
  text-align: center;
  padding-top:15px;
  padding-bottom:15px;
  
}
.row-luggage-page-content-details{
  width:80%;
  margin:auto;
  padding:0;
  padding-top:10px;
  margin-top:15px;
  height:400px;
  padding:15px;
}
.luggage-img-details{
  width:348px;
  height:305px;
  float:left;
  display:block;
}

/**********************************************************************************************/

/**********************************************************************************************
                Page Promo
***********************************************************************************************/
.container-promo{
  margin-top: 0px;
  width:1110px;
  margin-left:auto;
  margin-right:auto;
  padding:0px
}

.promo-entete {
  padding: 0;
  margin-bottom: 20px;
}

.promo-entete h1 {
  font-weight: bold;
  color: #cc1f2f;
}

.promo-entete p {
  font-weight: bold;
  float: right;
  color: #3c8250;
}

.promo-form {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.tab-promo {
  padding: 0 !important;
  border-bottom: 0;
  height:44px;
}

.tab-promo .nav-tabs li a {
  text-transform: uppercase;
  font-weight: bold;
  margin-right: 0px;
}

.tab-promo .nav-tabs li:first-child {
  border: 1px solid #3e8250;
  border-bottom: 0;
}

.tab-promo li {
  width: 33.33333334%
}

.tab-promo li a {
  border-radius: 0;
}

.tab-content-promo {
  border: 0 !important;
  border-top: 3px solid #3e8250 !important;
  padding-top: 10px;
  background: #fff;
  min-height: 13rem;
}

.navigation-background {
background: #fff;
border: 0;
}

.table-promo {
  width: 100%;
  padding: 10px;    
}

.table-promo tr {
  height: 50px;
}
.table-promo td{
  text-align: center;
  width: 90px !important;
  font-weight: bold ;
}

.table-promo tbody tr {
  border-bottom: 1px solid #3c8250;
}

.table-promo-td-offre, .table-promo-depart {
  text-transform: uppercase;
  color: #3c8250 !important;
}

.table-promo-td-designation, .table-promo-condition a {
  color: #3c8250 !important;
  font-size: 13px;
}

.button-reserver-promo {
  font-style: normal;
  font-size: 13px;
  padding: 0 6.25px 0 6.25px;
  background: #cc1f2f;
  color: #fff;
  line-height: 28px;
  border: none;
  border-radius: 2px;
  box-shadow: 0 1px #a6a6a6;
  width: 75%;
  margin: 0;
  vertical-align: baseline;
}

/**********************************************************************************************/

/**********************************************************************************************
                modale condition tarifaire promo
***********************************************************************************************/

.wrapper-modal-promo {
  margin-top: 10px;
  text-align: center;
}

.containt-wrapper-modal-promo {
  margin-top: 15px;   
}

.containt-wrapper-modal-promo .intituler {
  font-weight: bold;
}

.button-fermer-modale-promo {
  font-style: normal;
  font-size: 15px;
  padding: 0 6.25px 0 6.25px;
  background: #cc1f2f;
  color: #fff;
  line-height: 28px;
  border: none;
  border-radius: 2px;
  box-shadow: 0 1px #a6a6a6;
  width: 15%;
  margin: 0;
  vertical-align: baseline;
}

.button-fermer-modale-reservation {
  font-style: normal;
  font-size: 15px;
  padding: 0 6.25px 0 6.25px;
  background: #cc1f2f;
  color: #fff;
  line-height: 28px;
  border: none;
  border-radius: 2px;
  box-shadow: 0 1px #a6a6a6;
  width: 15%;
  margin: 0;
  vertical-align: baseline;
}

/**********************************************************************************************/

/**********************************************************************************************
                Page A propos de la compagnie
***********************************************************************************************/
.container-teste {
  font-family:"SegoeUI-Light";
  color: #252525;
  width: 75%;
  padding: 40px 30px 0px 0px;
  position: relative;
  min-height: 100px;
  float: left;
}

.container-teste .teste {
  padding: 0;
  margin: 0;
}

.push-video {
  width: 382px;
  float: right;
  margin-left: 36px;
  display: block;
  position: relative;
  z-index: 1;
}

.push-video-title {
  display: block;
  margin-bottom: 8px;
}

.heading-b-r {
  position: relative;
  overflow: hidden;
}

.titre-teste h2 {
  padding-right: 98px;
  margin: 0px;
  font-weight: bold;
  color: #3c8250;
}


.push-video-title-h3 {
  font-size: 15px;
  line-height: 16px;
  text-transform: uppercase;
  color: #252525;
}

.push-video-title-h3:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 99em;
  background: #3c8250;
  margin-bottom: 18px;
} 

.push-header {
  border-width: 1px 1px 0px 1px;
  border-style: solid;
  border-color: #dfdfdf;
  display: block;
}

.push-body {
  border: 1px solid #dfdfdf;
  padding: 26px;
  background-color: #fff;
}

.push-body a {
  font-size: 22px;
}

.teste .element-teste {
  padding-top: 20px;
  padding-bottom: 33px;
  text-align: justify !important;
  font-size: 16px;
  vertical-align: baseline;
}

.element-teste h2{
  font-family:"SegoeUI";
  font-size:20px;
  color:#3c8250
}

.container-menu-teste {
  background-color: #fff;
  width: 25%;
  padding: 40px 10px 0px 10px;
  float: right;
  min-height: 940px;
}

.container-menu-teste li{
  text-decoration: none;
}


.container-page {
  width:1280px;
  margin:auto;
}

/**********************************************************************************************
              Page news letter
***********************************************************************************************/
.etape-news-letter {
  margin: 30px 0 0 0;
  min-height: 300px;
}

.etape-news-letter h2 {
  color: #cc1f2f;
  font-weight: bold;
  margin: 0 0 10px;
}
.content-etape-news-letter {
  border:1px solid #cc1f2f;
  padding: 15px 60px;
  min-height: 200px;
  overflow: hidden;
}

.intituler-etape {
  text-align: center;
  color: #8EC549;
  font-family: "SegoePrint";
  font-size: 26px;
}

.teste-offres {
  margin: 20px 0 20px;
}

.description-etape {
  list-style: none;
  line-height: 28px;
  margin: 0 0 25px 0;
}

.description-etape li:before {
  font-family: "FontAwesome";
  content: '\f00c';
  margin-right: 25px;
}

.form-newsletter {
  margin: 20px 0;
  padding: 0; 
  color: rgb(85, 85, 85);
  height: 37px;
  line-height: normal;
  border-radius: 0px;
  background: rgb(255, 255, 255) !important;
}

.input-newsletter-form {
  font-style: normal;
  font-size: 15px;
font-style: normal;
  font-size: 15px;
  color: rgb(85, 85, 85);
  height: 37px;
  line-height: normal;
  border-radius: 0px;
  background: rgb(255, 255, 255) !important;
}

.button-newsletter-form {
  float: right;
  font-style: normal;
  font-size: 15px;
  padding: 0 10px 0 10px;
  background: #cc1f2f;
  color: #fff;
  line-height: 32.5px;
  border: none;
  box-shadow: 0 1px #a6a6a6;
  margin: 0;
  height: 35px;
  margin: 0 0 18px 0;
}

.select-newsletter {
  height: 35px;
  width: 20%;
  padding: 5px 15px;
  line-height: 28px;
  margin: 0 0 18px 0;
}

.form-newsletter input {
  height: 35px;
  padding: 5px 15px;
  line-height: 28px;
  margin: 0 0 18px 0;
}

.input-firstname-newsletter, .input-lastname-newsletter {
  width: 39.2%;
}

.input-email-newsletter {
  width: 99.5%;
}

.input-date-newsletter {
  width: 50%;
}

.select-date-newsletter {
  height: 35px;
  float: right;
  width: 49%;
  padding: 5px 15px;
  line-height: 28px;
  margin: 0 0 18px 0;
}

.select-aeroport-newsletter {
  height: 35px;
  width: 99.5%;
  padding: 5px 15px;
  line-height: 28px;
  margin: 0 0 18px 0;
}

.confidentialite-newsletter input[type="checkbox"] {
  font-style: normal;
  font-size: 15px;
  color: #555;
  border: 2px solid #d3d3d3;
  width: 5%;
  margin: 0;
  height: 18px;
  margin-top: 10px;
}

.confidentialite-newsletter p {
  padding-left: 40px;
  margin: -25px 0 20px 0;
}

.button-abonner-newsletter-form {
  float: right;
  font-style: normal;
  font-size: 15px;
  padding: 0 10px 0 10px;
  background: #cc1f2f;
  color: #fff;
  line-height: 32.5px;
  border: none;
  box-shadow: 0 1px #a6a6a6;
  width: 25%;
  margin: 0;
  height: 35px;
  margin: 0 0 18px 0;
}

/**********************************************************************************************/

/**********************************************************************************************
                Page contact
***********************************************************************************************/
.content-nous-contacter h2 {
  text-align: center;
  font-size: 50px;
  font-weight: bold;
  color: #3c8250;
}

.content-nous-contacter p {
  padding: 0;
  text-align: center;
  font-size: 20px;
}

.table-contact {
  width: 100%;
  padding: 10px;
}

.table-contact thead {
  background: #929396;
  color: #ffffff;
  font-family: "Gotham-Light", Arial;
  min-height: 100px;
}

.table-contact thead th {
  text-align: center;
  height: 50px;
}

.table-contact thead .agence {
  background-color: #cc1f2f;
}

.table-contact tbody tr {
  border-bottom: 1px solid #3c8250;
  height: 50px;
}

.table-contact tbody td {
  text-align: center;
  width: 90px !important;
  font-weight: bold;
}

.table-contact tbody .agence a, .table-contact tbody .courriel {
  color: #3c8250 !important;
  font-size: 13px;
}

.table-contact tbody .agence a:hover {
  color: #cc1f2f !important;
  font-size: 15px;

}

.table-contact tbody .pays {
  text-transform: uppercase;
  color: #3c8250 !important;
}

.table-contact tbody .adresse{
  color: #3c8250 !important;
}

.button-fermer-modale-agence {
  font-style: normal;
  font-size: 15px;
  padding: 0 6.25px 0 6.25px;
  background: #cc1f2f;
  color: #fff;
  line-height: 28px;
  border: none;
  border-radius: 2px;
  box-shadow: 0 1px #a6a6a6;
  width: 15%;
  margin: 0;
  vertical-align: baseline;
}

/**********************************************************************************************/

/**********************************************************************************************
                Page des destination nouveau
***********************************************************************************************/
.destinations-title {
  padding: 15px;
  margin: 0!important;
  font-family: "SegoeUI-Bold",helvetica,arial,sans-serif;
}

.content-destinations {
  float: left;
}

.card-dest {
  list-style: none;
  display: inline-table!important;
  background: #fff;
  padding: 0 0 20px;
  margin: 20px auto;
  box-shadow: 0 2px 4px 2px rgba(0,0,0,.1);
  border-radius: 3px;
  width: 100%;
  box-sizing: border-box;
  font-family: "SegoeUI-Bold",helvetica,arial,sans-serif;
  text-align: center;
}

.card-dest-image > img {
  width: 540px;
  height: 220px;
}

.card-dest-info {
  font-family: helvetica,arial,sans-serif !important;
  font-size: 13px;
  color: #666;
  letter-spacing: 0;
  padding: 0 10px;
  min-height: 25px;
  overflow: hidden;
}

/**********************************************************************************************/

/**********************************************************************************************
                Page des destination - country nouveau
***********************************************************************************************/
.destination-country h1 {
  font-family: "SegoeUI-Bold",Georgia,"Times New Roman",Times,serif;
  line-height: 1.1;
  color: #333;
  color: #333;
  margin: 32px 15px;
  letter-spacing: 0.7px!important;
  font-weight: 400!important;
}

.destination-country p {
  margin: 0 0 10px 15px;
}

.destination-description {
  padding: 0;
  margin: 0 15px 50px;
  list-style: none;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #fff;
  height: 372px;
  overflow: hidden;
}

.float-left {
  float: left !important;
  position: relative;
  min-height: 1px;
  padding: 0 15px 0 0;
  text-align: justify;
}

.destination-description h2 {
  font-family: Georgia,"Times New Roman",Times,serif;
  font-weight: 400!important;
}

.destination-description.destination-description .destination-description-country {
  font-family: Georgia,"Times New Roman",Times,serif;
  overflow-y: scroll;
  height: 295px;
  padding-right: 10px;
}

/*******************************************02/02/2018***************************************************/

.-image-media-li {
  transition: 600ms;
  position: relative;
  overflow: hidden;
}

.-prochain-voyage-li {
  max-width: 322px;
  height: 150px;
  transition: 600ms;
  position: relative;
  overflow: hidden;
}

.-prochain-voyage-li span.c_bga {
  position: absolute;
  z-index: 4;
  background-color: #4f9d4a;
  bottom: 0px;
  left: 0px;
  height: 24px;
  line-height: 24px;
  width: 100%;
  text-align: center;
  color: #fff;
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  -moz-transition: -moz-transform 0.5s ease 0s;
  -o-transition: -o-transform 0.5s ease 0s;
  -ms-transition: -ms-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 50% 100% 0px;
  -moz-transform-origin: 50% 100% 0px;
  -o-transform-origin: 50% 100% 0px;
  -ms-transform-origin: 50% 100% 0px;
  transform-origin: 50% 100% 0px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.-prochain-voyage-li img {
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  -moz-transition: -moz-transform 0.5s ease 0s;
  -o-transition: -o-transform 0.5s ease 0s;
  -ms-transition: -ms-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  -webkit-transform-origin: 50% 100% 0px;
  -moz-transform-origin: 50% 100% 0px;
  -o-transform-origin: 50% 100% 0px;
  -ms-transform-origin: 50% 100% 0px;
  transform-origin: 50% 100% 0px;
}

.-image-media-li img{
  -webkit-transition: -webkit-transform 0.9s ease 0s;
  -moz-transition: -moz-transform 0.9s ease 0s;
  -o-transition: -o-transform 0.9s ease 0s;
  -ms-transition: -ms-transform 0.9s ease 0s;
  transition: transform 0.9s ease 0s;
  -webkit-transform-origin: 0px 100% 50%;
  -moz-transform-origin: 0px 100% 50%;
  -o-transform-origin: 0px 100% 50%;
  -ms-transform-origin: 0px 100% 50%;
  transform-origin: 0px 100% 50%;
}

.-prochain-voyage-li:hover, .-image-media-li:hover {
  opacity: .9;
}

.-image-media-li:hover {
   opacity: .9;
}

.-prochain-voyage-li:hover span.c_bga {
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}

.-prochain-voyage-li:hover img, .-image-media-li:hover img {
  -webkit-transform: rotate(-5deg) scale(1.2);
  -moz-transform: rotate(-5deg) scale(1.2);
  -o-transform: rotate(-5deg) scale(1.2);
  -ms-transform: rotate(-5deg) scale(1.2);
  transform: rotate(-5deg) scale(1.2);
}

/* *********************************************************************CSS du STAR AWARD********************************************************** */

.award-main {
  margin-top: -104px;
  font-size: 18px;
  padding: 0px 0px 0px 40px;
  line-height: 28px;
  display: block;
  bottom: 0;
  width: 100%;
  background-color: transparent;
  transition: background-color 1s;
  -moz-transition: background-color 1s;
  -o-transition: background-color 1s;
  -webkit-transition: background-color 1s;
}

.img-background-star-award {
  background-image:url('../images/brand-star-award.jpg');
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/brand-star-award.jpg', sizingMethod='scale');
  background-position:center center;
  height:370px;
}

.award-ul {
  display: table;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  height: auto;
  text-align: center;
  width: 100%;
}

.award-ul li {
  position: relative;
  font-family: 'Roboto', sans-serif;
  float: none;
  height: auto;
  margin: 0;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
  background-color: #4f9d4a;
  width: 258.75px;
  font-weight: 400;
  display: table-cell;
  text-align: center;
}

.award-ul li.active a{
  background-color: #f9f9f9;
  color: #4f9d4a;
}

.award-ul li:hover{
  background-color: #f9f9f9;
  color: #4f9d4a;
}

.award-ul li.separation {
  background-color: transparent;
  width: .3rem;
  margin: -0.4rem;
}

.award-ul li a {
  color: #f9f9f9;
  background-color: #4f9d4a;
  text-decoration: none;
  font-size: 1.4rem;
  padding: 1.875rem;
  display: block;
  text-transform: uppercase;
  font-weight: 700;
}

.award-ul li:hover a {
  background-color: #f9f9f9;
  color: #4f9d4a;
}

.award-ul li:hover  a:hover {
  background-color: #f9f9f9;
  color: #4f9d4a;
}

.highlight-award {
  border: 0 solid #fff;
  background-color: rgba(163, 146, 171, 0.22);
  color: #000;
  padding: 2rem;
  margin: 2rem auto;
  line-height: 2.4rem;
  clear: both;
  max-width: 98rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.highlight-award-texte {
  width: 94%;
  float: none;
  padding-left: 1rem;
  margin: auto;
}

.highlight-award-texte .text {
  padding-right: 1.2rem;
  padding-left: 1.2rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 98rem;
  width: 100%;
  text-align: left;
  line-height: 2rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
  font-size: 1.5rem;
  margin-bottom: .6rem;
  padding-right: 0;
  padding-left: 0;
}

.sup-tab-content {
  padding-top: 0 !important;
  background: none !important;
  border: 0 !important;
}

.highlight-award-morelink {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  font-family: Open Sans,Arial;
  font-weight: 400;
  font-size: 1.6rem;
  width: 100%;
  max-width: 98rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.2rem!important;
  padding-right: 1.2rem!important;
  padding-right: 25%;
  padding-left: 0;
  margin-top: 1.6rem!important;
  margin-bottom: 1.6rem!important;
}

.highlight-award-morelink a {
  background-repeat: no-repeat;
  background-image: url("../images/start_award_link.svg");
  padding-top: 0;
  margin-top: 1.5rem;
  display: inline-block;
  line-height: 1.275rem;
  background-position: .1rem center;
  cursor: pointer;
  font-size: 1.7rem;
  font-weight: 700;
  padding: 1.5rem .1rem 1.5rem 1.125rem;
}

.highlight-award-morelink a:hover {
  color: #c71f2e;
}

.p-award a {
  display: inline-block;
  line-height: 1.275rem;
  background-position: .1rem center;
  cursor: pointer;
  font-size: 1.7rem;
  font-weight: 700;
}

.p-award a:hover {
  color: #c71f2e;
}

 .panel {
  margin-top: 8px !important;
  overflow: hidden;
}

.p-award .panel-title {
  line-height: 28px;
}

.col-award-carte:not(:last-child) {
  margin-right: 3.5%;
}

.col-award-carte {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  padding: 1%;
  width: 29.2%;
}

.col-award-carte .bloc_header img {
  width: 100%;
}

.type-carte {
  font-size: 2rem;
  width: auto;
  margin: 1.245rem 0 0;
  color: #c71f2e;
  text-transform: uppercase;
  font-family: Open Sans,Arial;
  font-weight: 700;
}

.bloc_content-award {
  text-align: center;
  padding: 0 1.5rem 1.5rem;
  color: #767676;
  margin-top: 3rem;
  margin-bottom: 1rem;
  line-height: 2rem;
  width: 100%;
  max-width: 98rem;
}

.content-award {
  margin: 2rem 0 0 !important;
  padding: 0 1.5rem 0 !important;
}

.bloc_content-award ul {
  text-align: left;
  margin-left: 0;
  padding-left: 0.825rem;
}

.bloc_content-award ul li {
  margin-bottom: 1.5rem;
  list-style: none;
}

.bloc_content-award ul li:before {
  content: "\2022";
  color: #c71f2e;
  font-size: 2.875rem;
  font-family: eim,Arial,Helvetica,sans-serif;
  padding-right: 1rem;
  display: inline-block;
  vertical-align: middle;
}

.paragraphe-star-award {
  margin: 2rem auto;
  width: auto;
  overflow: visible;
  clear: both;
  text-align: left;
}

.paragraphe-star-award .text {
  margin-top: 1rem;
  margin-bottom: 3rem;
  line-height: 2rem;
  text-align: left;
  width: 100%;
  max-width: 98rem;
  margin-left: 30px;
}

.titre-award {
  color: #3e8250;
  font-family: eim,Arial,Helvetica,sans-serif;
  text-transform: uppercase;
  /* background-color: #dff2fd; */
  background-color: #e2fddf;
  display: inline-block;
  vertical-align: middle;
  padding: 1.5rem 1rem;
  text-align: left;
  width: 94%;
  white-space: normal;
  margin-left: 30px;
  font-weight: 600;
}

.p-award {
  margin: 15px 30px;
  text-align: justify;
}

.content-annonce {
  width: 88%;
  margin: auto;
  overflow: hidden;
}



.info-background-star-awards {
    display: inline-block;
    max-width: 450px;
    position: absolute;
    top: 160px;
    left: 75px;
}

.message-background-star-awards {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;  
  font-size: 29px;
  font-weight: bold;
  color: #cc1f2f;
}
.p-lien-background-star-awards {
    margin-bottom: 0 !important;
    padding-left: 10px !important;
    padding-right: 0 !important;
    width: 160px;
    margin-left: 0;
    background: #ae9d6c;
}
.p-lien-background-star-awards a{
  margin-top: 0 !important;
  color: #fefefe !important;
  line-height: 1.5rem !important;
}



/* ************************************Css Media querry du STAR AWARD*************************************** */
	@media only screen and (max-width: 47em){

		.award-main{
		  padding: 5px;
		}
		.paragraphe-star-award .text, .titre-award {
		  margin-left: 0px;
		}
		.p-award {
		  margin: 15px 5px;
		  text-align: justify;
		}
		.col-award-carte:not(:last-child) {
		  margin-right: 2%;
		}
		.col-award-carte {
		  padding: 0.5%;
		  width: 29%;
		}
		.bloc_content-award ul li {
		  font-family: eim,Arial,Helvetica,sans-serif;
		  line-height: 28px;
		  font-size: 18px;
		  text-align: justify;
		}
		.titre-award {
		  font-size: 18px;
		}
		@media only screen and (max-width: 38em){
		  .award-ul li {
			font-family: 'Roboto', sans-serif;
			float: none;
			margin: 0;
			padding: 0;
			display: block;
			vertical-align: middle;
			background-color: #4f9d4a;
			font-weight: 400;
			text-align: center;
			width: 100%;
		  }
		}
	}
	
	.img-content-top-right-image {
		width: 250px;
	}
	
	/**********************************************************************************************
                Tableaux vols commerciaux
***********************************************************************************************/
.header-tab-vol-commercial{
  font-weight: bolder;
}
.border-right-applied-cell{
  border-right:  1px solid #3c8250;
}


.services-main .resa-widget    {
	display: block
}

.services-main .resa-widget    {
	padding: 0;
    box-shadow: 0 0.2rem 0.4rem rgb(0 0 0 / 19%);
    top: -125px !important;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    position: relative !important;
    z-index: 100;
	background-color: #fff
}

#nav-booking .content {
	position: relative;
    height: 240px;
	overflow: hidden
    /*overflow: visible*/
}

#nav-booking .content.over-flow {
    overflow: visible
}

#nav-booking .content iframe {
    width: 100%;
    height: 550px;
    border: 0 none;
}

	/**********************************************************************************************
                tarif complément
***********************************************************************************************/
.tarif-home {
  padding: 0 5px 0px 0px;
}
.tarif-home .container-tarif {
  padding: 5px 20px;
  position: relative;
  height: 184px;
}

.tarif-home .container-tarif .infotarif{
  position: relative;
  text-align: end;
}


.container-tarif .depart{
  display: flex;
  font-size: 10px;
}

.container-tarif .aller-retour{
  display: block;
  color: #4D5761;
  font-size: 14px;
  text-transform:uppercase;
}

.container-tarif .a-partir-de{
  display: block;
  font-size: 12px;
  color: #0F6A30;
}

.container-tarif .monnaie{
  font-size: 14px;
  color: #4D5761;
  font-weight: normal;
}

.container-tarif .ville-depart{
  font-weight: normal;
  font-size: 26px;
  color: var(--color-vert);
}

.container-tarif .ville-arrivee{
  font-weight: bold;
  font-size: 28px;
  color: var(--color-Noir);
}

.container-tarif .aeroport{
  color: #6C767F;
  font-size: 12px;
  text-transform:uppercase;
}

.container-tarif .tarif{
  display: block;
  color: #333;
  font-size: 36px;
  text-transform:uppercase;
  font-weight: bold;
  width: 100%;
}

.tarif-home.tarif-page .container-tarif {
  height: 284px;
}
.tarif-home.tarif-page .container-tarif .img-thumbnail{
  height: 100px;
  width: 100%;
  border: none;
  padding: 0;
}

.kiu-form{
  margin-top:-70px;
  width:500px;
  height: 600px;
 
  position: absolute;
  z-index:1;
  
}
.title-camairco {
  font-size: 36px;
  font-family:'camairco-bold', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color:#0F6A30 ;
  line-height: 118%;
}
.title-vert-f {
  font-size: 28px;
  color:#0F6A30 ;
  line-height: 118%;
}

/*
slick
*/
.slick-prev:before, .slick-next:before {
  color: #0F6A30;
  opacity: 1;
  font-size: 30px

}

.slick-tarif .slick-slide{
  margin-right: 10px;
}

.slick-prev {
  left: -20px;
  z-index: 1;
}


.slick-next {
  right: 6px;
  z-index: 1;
}

/* moyens de paiement */

.text {
  font-size: 22px;
  padding: 10px;
  text-align: center;
  font-family: "camairco-bold";
  vertical-align:middle;

}

.moyen{
  padding: 10px;


}
.moyen img {
  height:50px;
  border-radius: 8px;
  border: 1px solid #c7c7c7;
}

.mx-auto {
  margin: 0 auto ;
}

.no-margin-top{
  margin-top: 0px !important;
}

.full-iframe{
  height: 540px !important;
}

.bg-reserver{
  background-image: url(../images/ciel.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.bg-reserver .reservation-form iframe{
  height: 540px;
}
button.btn-search{
  background-color: var(--color-jaune) !important;
}

.input-group {
  margin: 10px 0;
}

.airplane{
  width: 100%;
}

.flotte>div{
  height: 325px;
  margin-bottom: 20px;
}
.p-0 {
  padding: 0 0 0 0!important;
}
.p-5 {
  padding:15px !important;
}
.ps-5 {
  padding-left: 15px;
}
.px-5 {
  padding:0 15px !important;
}
.promo .button-element-slider2 {
  background-color: var(--color-rouge);
  color: var(--color-blanc);
}
.border {
  border: 1px solid #f5f5f5;
}
.border-right {
  border-right: 1px solid #F1F1F1;
}

.texte-center {
  text-align: center;
}

.box-assistance {
  background-color: #F7F7F7;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  text-align: center;
  padding: 10px !important;
}

.bloc{
  text-align: center;
  display: block;
}

.cgv{
  margin: 20px 0;
}
.cgv h5{
  text-transform: uppercase;
  font-weight: bold;
  padding: 10px 0;
  margin: 0;
  font-size: 1.8rem;

}
.cgv h6{
  font-weight: bold;
  font-size: 1.7rem;
  color: #000;
}
.cgv .card .card-header a:not('.collapsed')::before{
  content: "";
  position: absolute;
  height: 20px;
  width: 100%;
}
.cgv .card .card-header {
  border-bottom: 1px solid #efefef;
}
.cgv .card-body{
  padding-top: 20px;
}
.cgv .card-body p{
  margin-bottom: 20px;
}

.body-black .container-brand {
  background-color: #333 !important;
  background-image: url(../images/band-image-black.jpg) !important;
}
.body-black .navbar-fixed-bottom{
  background: linear-gradient(0deg, rgba(0,10,0,1) 0%, rgb(31, 31, 31) 53%) !important;
}
.body-black .end-footer{
  background-color: #333 !important;
  border-top: 1px solid #464545 !important;
}
.body-black .end-footer .menu-footer-up li{
  border-color: #464545 !important;
}
.body-black .special-container .sc{
  background-color: #333 !important;
}
.body-black .nav-main-input-group-search button{
  background-color: #333 !important;
}
.body-black .title-camairco{
  color: #333 !important;
}
.body-black .button-element-slider2{
  background: #464646 !important;
  color: #dadada;
}
.body-black .footer-content *{
  color: #333!important;
}
.body-black .footer-content .button-newsletter{
  background: #464646 !important;
}
.body-black .footer-content .button-newsletter > span{
  color: #dadada !important;
}
.body-black .social-cart-logo{
  color: #333 !important;
}
.slider-black{
  display: none;
  background-color: #333;
  background-repeat: none;
  background-size: cover;
  background-image: url(../images/slider-body-black.jpg) !important;
  min-height: 400px;
}
.body-black .slider-black{
  display: block !important;
}
.body-black .carousel{
  display: none !important;
}

