/* cmsms stylesheet: site modified: mardi 5 septembre 2023 10:46:26 */
@import 'https://fonts.googleapis.com/css?family=Lato:300,400,700|Open+Sans:300,400,700,900';
/*ORANGE*/
/*DARKER ORANGE*/
/*LIGHT ORANGE*/
/*ROSE*/
/*ROSE CLAIR*/
/*select*/
/*TYPO*/
/*PADDING*/
/* FONTS */
.font404 {
  font-size: 10em;
}
.strong {
  font-weight: 700;
}
a {
  color: #1b1919;
  padding: 0px;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.themeButton a {
  color: white;
}
.themeButton a p{
  color: white;
}
.themeButton a:hover {
  text-decoration: none;
}
/**/
.bgGris {
  background-color: #f1f1f1;
}
.bgWhite {
  background-color: white;
}
.bgWhite a {
  color: #1b1919;
}
.bgWhite a:hover {
  color: #1b1919;
}
.bgBlack {
  background-color: #1b1919;
}
.bgBlack a {
  color: white;
}
.bgBlack a:hover {
  color: white;
}


.small-padding-top {
  padding-top: 25px;
}
.large-padding-top {
  padding-top: 50px;
}
.xl-padding-top {
  padding-top: 100px;
}
.small-padding-bottom {
  padding-bottom: 25px;
}
.large-padding-bottom {
  padding-bottom: 50px;
}
.xl-padding-bottom {
  padding-bottom: 100px;
}
.small-padding-left {
  padding-left: 25px;
}
.large-padding-left {
  padding-left: 50px;
}
.xl-padding-left {
  padding-left: 100px;
}
.small-padding-right {
  padding-right: 25px;
}
.large-padding-right {
  padding-right: 50px;
}
.xl-padding-right {
  padding-right: 100px;
}
.large-padding {
  padding: 50px;
}
.xl-padding {
  padding: 100px;
}
.small-padding {
  padding: 25px;
}
/* FONTS */
/**/
.bgGris {
  background-color: #f1f1f1;
}
.bgWhite {
  background-color: white;
}
.bgBlack {
  background-color: #1b1919;
}
.bgAfrique {
  background-color: #f2ab7c;
}
.bgAmerique {
  background-color: rgba(74,174,57,1);
}
.bgAsie {
  background-color: #f27c7c;
}
.bgIles {
  background-color: #70c0da;
}
.bgGroupes {
  background-color: #9c9d9d;
}
.asie {
  color: #f27c7c;
}
.amerique {
  color: rgba(74,174,57,1);
}
.afrique {
  color: #f2ab7c;
}
.iles {
  color: #70c0da;
}
.white {
  color: white;
}
.regularLink {
  font-weight: 300;
  text-decoration: underline;
  color: #1b1919;
}
.regularLink:hover {
  font-weight: 700;
  color: #1b1919;
  text-decoration: underline;
}
.blackLink,
.blackLink a {
  color: #1b1919;
  text-decoration: none;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.blackLink:hover,
.blackLink a:hover {
  color: #1b1919;
  text-decoration: underline;
}
.whiteLink,
.whiteLink a {
  color: white;
  text-decoration: none;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.whiteLink:hover,
.whiteLink a:hover {
  color: white;
  text-decoration: underline;
}
/**/
/* !!!!! Pour debuggage seulement*/
.img-responsive {
  width: 100%;
}
/*!!!!!! -> fin debug*/
body {
  background-repeat: repeat;
  font-family: 'Lato', sans-serif;
  font-size: 100%;
  color: #1b1919;
}
.navFixed {
  position: relative;
  top: 0 ;
  height: 110px;
}
.navbar-wrapper {
  position: fixed;
  background-color: #1b1919;
  z-index: 10000;
  width: 100%;
}
.navbar {
  background-color: transparent;
  border-radius: 0;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 1.4em;
  letter-spacing: 1px;
  margin: 0;
  padding: 0;
  border: 0;
  height: 110px;
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  text-decoration: none;
  background-color: #1b1919;
}
.navbar a {
  color: white;
  background-color: transparent;
  border-top: 5px solid white;
  margin: 41px 10px 0 0;
  height: 70px;
  text-align: center;
}
.navbar a:hover {
  border-top: 0;
  background-color: #1b1919;
  border-bottom: 5px solid white;
}
.navbar .logoNav li a {
  border: 0;
  height: 110px;
  padding: 25px;
  margin: 0;
}
.navbar .logoNav li a:hover {
  /*padding: 22px 7px 18px 7px !important;*/
}
.navbar li:nth-child(1) a,
.navbar li:nth-child(1) .open > a:hover {
  border-color: #f27c7c !important;
  min-width: 130px;
}
.navbar li:nth-child(2) a,
.navbar li:nth-child(2) .open > a:hover {
  border-color: rgba(74,174,57,1) !important;
  min-width: 130px;
}
.navbar li:nth-child(3) a,
.navbar li:nth-child(3) .open > a:hover {
  border-color: #f2ab7c !important;
  min-width: 130px;
}
.navbar li:nth-child(4) a,
.navbar li:nth-child(4) .open > a:hover {
  border-color: #70c0da !important;
  min-width: 130px;
}
.navbar li:nth-child(5) a,
.navbar li:nth-child(5) .open > a:hover {
  border-color: #9c9c9c !important;
  min-width: 130px;
}
.navbar .nav > li > a {
  padding: 22px 7px;
}
.navbar .nav > li > a:hover {
  background-color: #1b1919;
  /*padding: 27px 7px 18px 7px;*/
}
.nav > li {
  position: inherit;
}
.nav .open > a {
  background-color: #1b1919;
  padding: 27px 15px 5px 15px;
  border-bottom: 5px solid white ;
  border-top: 0;
}
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: transparent;
  /*padding: 27px 15px 18px 15px;*/
}
.navbar .dropdown-menu {
  position: fixed;
  top: 110px;
  width: 100%;
  padding: 30px;
  border: 0;
  border-radius: 0;
  box-shadow: 10px 0px 0px rgba(0, 0, 0, 0.175);
}
.navbar .dropdown-menu li {
  color: #ea660a;
  padding: 5px 0;
}
.navbar .dropdown-menu li a {
  color: #1b1919;
  width: 33%;
  height: auto;
  margin: 10px 5px;
  padding: 10px 0;
  font-size: 90%;
  border: 0;
}
.navbar .dropdown-menu li a:hover {
  background-color: transparent;
  text-decoration: underline;
}
.navbar .dropdown-menu li ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  border-left: 2px solid #1b1919;
  padding-left: 40px;
}
.navbar .dropdown-menu li:last-child ul {
  border-right: 2px solid #1b1919;
}
.navbar .dropdown-menu li:first-child a {
  height: auto;
}
.navbar .dropdown-menu .col-sm-12 a {
  font-weight: 900;
  font-size: 130%;
  padding-left: 40px;
}
.dim {
  width: 100%;
  height: 100%;
  z-index: 10;
  content: "";
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
}
.zIndexer {
  z-index: 100;
}
h1 {
  font-size: 270%;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 4px;
}
h2 {
  font-size: 270%;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 4px;
}
p {
  font-weight: 300;
}
.select-Jerry {
  background-color: #f1f1f1;
  height: 50px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 0;
}
.select-JerryWhite {
  background-color: white;
  height: 50px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 0;
}
/*DIAPORAMA -------------------------------------*/
.diaporama div {
  position: relative;
}
.diaporama div img {
  width: 100%;
}
.diaporama div .diaporamaCaption {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: auto;
}
.diaporama div .diaporamaCaption .offreSpecial {
  display: inline;
  background-color: #f27c7c;
  color: white;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 120%;
  letter-spacing: 2px;
  padding: 3px 7px;
  margin-left: 20px;
}
.diaporama div .diaporamaCaption .offreSpecialContent {
  background-color: rgba(27, 25, 25, 0.7);
  padding: 20px;
  color: white;
}
.diaporama div .diaporamaCaption .offreSpecialContent h3 {
  font-weight: 900;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 10px;
  line-height: 125%;
}
.diaporama div .diaporamaCaption .offreSpecialContent h3 a {
  color: white;
}
.diaporama div .diaporamaCaption .offreSpecialContent h3 a:hover {
  color: #f27c7c;
}
.diaporama div .diaporamaCaption .offreSpecialContent h4 {
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 170%;
}
.diaporama div .diaporamaCaption .offreSpecialContent h4 strong {
  font-weight: 900;
}
.diaporama div .diaporamaCaption .offreSpecialContent p {
  margin-top: 20px;
}
.diaporama div .diaporamaCaption .offreSpecialContent p a {
  color: white;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 110%;
  padding: 0px 5px;
}
.diaporama div .diaporamaCaption .offreSpecialContent p a:hover {
  color: #f27c7c;
}
.unslider {
  position: relative;
  max-height: 585px;
  overflow: hidden;
}
.unslider .unslider-arrow {
  position: absolute;
  top: 50%;
  opacity: 0.5;
}
.unslider .unslider-arrow:hover {
  opacity: 1;
}
.unslider .unslider-nav {
  position: absolute;
  bottom: 10px;
  left: 50%;
  background-color: transparent;
  padding: 2px 5px;
  border-radius: 5px;
  border: 0px solid #1b1919;
}
.unSliderGris .unslider {
  overflow: visible;
}
.unSliderGris .prev {
  left: -20px;
}
.unSliderGris .next {
  right: -20px;
}
.unSliderGris .unslider-nav {
  bottom: -30px;
  z-index: 100;
  left: 0;
  right: 0;
  background-color: transparent;
  border: 0;
}
/*END DIAPORAMA*/
/*PRODUIT*/
#gallery {
  position: relative;
}
#gallery .expandWrapper {
  position: absolute;
  top: 10px;
  right: 10px;
}
/*BOX---------------------------------*/
.imgTitleWrapper {
  position: relative;
}
.imgTitleWrapper .overImgTxt {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  text-align: center;
}
.imgTitleWrapper .overImgTxt h4 {
  margin: 20px;
  padding: 5px 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 900;
  background-color: white;
}
.boxContent {
  padding: 20px 0;
}
.boxContent p {
  font-size: 145%;
  line-height: 175%;
  color: #1b1919;
  font-weight: 300;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  text-align: justify;
  margin-bottom: 30px;
}
.btnStandard {
  text-align: center;
  background-color: #555555;
  color: white;
  font-size: 120%;
  letter-spacing: 2px;
  font-weight: 900;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 10px;
}
a.btnStandard {
color: white;
}
a.btnStandard:hover {
  color: white;
text-decoration:none;
}
.btnStandard:hover {
  background-color: #1b1919;
}
.block {
  display: block;
}
/*END BOX*/
/*NEWSLETTER*/
.newsletterWrapper {
  padding: 30px;
}
.newsletterWrapper h3 {
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0;
  font-size: 280%;
}
.newsletterWrapper p {
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.newsletterWrapper input {
  color: #1b1919;
  font-weight: bold;
  padding: 3px 5px;
  border-radius: 10px;
  border: 0;
  width: 100%;
  font-size: 120%;
}
.newsletterWrapper input[type="submit"] {
  color: white;
  background-color: #4f4f4f;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
}
/*STATIQUE______________*/
.contenuStatique p {
  font-size: 1.7em;
  line-height: 2em;
}
/*FORM*/
.cms_form {
  font-size: 1.4em;
  font-weight: 300;
}
.cms_form label {
  margin: 20px 0 0 0;
  font-size: 1em;
  color: #1b1919;
  font-weight: 300;
  width: 100%;
}
.cms_form input[type=checkbox] {
  margin: 20px 10px 10px 20px;
}
.cms_form input[type=text],
.cms_form input[type=email] {
  width: 100%;
  height: 40px;
}
.cms_form textarea {
  width: 100%;
}
.cms_form input[type=submit].cms_submit {
  width: 100%;
  margin-top: 20px;
  background-color: #555555;
  color: white;
  font-size: 1.5em;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 3px;
  border: 0;
}
.cms_form input[type=submit].cms_submit:hover {
  background-color: #4aae39;
}
.cms_form  .liste_catalogues div {
	display:inline;	
}
.cms_form  .liste_catalogues div label {
	display:inline;
}
.cms_form .checkbox_news {
	overflow:hidden;
}	
.cms_form .checkbox_news input {
	float:left;	
	margin-top:28px;
}
.cms_form .checkbox_news label {
	float:left;
	width:auto;	
}
/*OFFRE*/
.lead {
  font-size: 1em;
  margin: 0;
  line-height: auto;
}
/*THEME ---------------------*/
voyageTheme {
  z-index: 100000;
}
.voyageTheme a {
  display: inline;
}
.themeItem {
  position: relative;
  margin-bottom: 30px;
  cursor: pointer;
}
.themeItem:hover .themeButton {
  transform: rotate(0deg) scale(1.1) skew(0deg) translate(0px);
  -webkit-transform: rotate(0deg) scale(1.1) skew(0deg) translate(0px);
  -moz-transform: rotate(0deg) scale(1.1) skew(0deg) translate(0px);
  -o-transform: rotate(0deg) scale(1.1) skew(0deg) translate(0px);
  -ms-transform: rotate(0deg) scale(1.1) skew(0deg) translate(0px);
}
.themeButton {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #1b1919;
  width: 80px;
  height: 80px;
  color: white;
  border-radius: 10px;
  text-align: center;
  -webkit-transition: All 0.2s ease;
  -moz-transition: All 0.2s ease;
  -o-transition: All 0.2s ease;
}
.themeButton table tr td {
  text-align: center;
  vertical-align: middle;
  height: 80px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.themeButton table tr td svg,
.themeButton table tr td img {
  max-width: 70px;
  max-height: 35px;
  padding: 0 10px;
}
.themeButton table tr td p {
  text-align: center;
  margin: 2px 0 0 0;
}
/*OFFRE SPECIALE---------------------------------*/
.offreItem {
  position: relative;
  overflow: hidden;
}
.offreItem img {
  border-radius: 0px;
}
.offreItem .offreSpecWrapper {
  position: absolute;
  display: inline-block;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}
.offreItem .offreSpecWrapper h5 {
  font-weight: 900;
  text-transform: uppercase;
  padding: 3px;
  font-size: 11px;
}
.offreItem .offreSpecWrapper h4 {
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 200%;
  padding: 10px 30px 0 30px;
}
.offreItem .offreSpecWrapper p {
  font-size: 120%;
  color: #1b1919;
  font-weight: 900;
  text-transform: uppercase;
  padding: 5px 5px 5px 0;
  margin: 0;
  letter-spacing: 2px;
}
.ribbon {
  position: absolute;
  padding: 0;
  margin: 0;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  transform-origin: 0 100%;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
  height: 25px;
  width: 260px;
  top: 100px;
  transform: rotateZ(45deg);
  padding-left: 30px;
  padding-right: 30px;
  line-height: 25px;
  left: -25px;
  -webkit-transform: rotateZ(-30deg);
  -moz-transform: rotateZ(-30deg);
  -o-transform: rotateZ(-30deg);
  font-weight: 900;
  text-transform: uppercase;
  color: white;
  font-size: 140%;
  letter-spacing: 2px;
}
/*END OFFRE SPECIALE*/
/*SPECIALISTE*/
.specialiste .offreItem {
  position: relative;
}
.specialiste .offreItem img {
  border-radius: 0px;
}
.specialiste .offreItem .offreSpecWrapper {
  position: absolute;
  display: inline-block;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 50px 0px 50px;
  text-align: center;
}
.specialiste .offreItem .offreSpecWrapper h5 {
  font-weight: 900;
  text-transform: uppercase;
  padding: 3px;
  font-size: 14px;
  margin: 0;
}
.specialiste .offreItem .offreSpecWrapper h4 {
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 200%;
  padding: 10px 30px 0 30px;
}
.specialiste h4 {
  font-weight: 900;
  letter-spacing: 2px;
}
.specialiste p {
  color: #1b1919;
  padding: 5px;
  font-size: 160%;
  font-style: italic;
}
/*FOOTER*/
.footer hr {
  border-top: 5px solid white;
  border-bottom: 0;
}
.footer .bottomHR {
  border-top: 5px solid #949494;
  border-bottom: 0;
}
.contentFooterHeight {
  min-height: 210px;

}
.footer h3 {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 170%;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
.footer p {
  text-transform: uppercase;
  font-size: 130%;
  margin: 0;
}
.footer .btnStandard {
  width: 100%;
}
.footer .btnStandard:hover {
  background-color: #4f4f4f;
}
.footer ul {
  font-size: 180%;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
  padding: 0px 20px;
}
.footer ul li {
  margin: 15px 0 0 0;
}
.footer .catalogues p {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 90%;
  letter-spacing: 1px;
  text-align: center;
  padding-top: 10px;
}
.footer .catalogueWrapper {
  text-align: center;
  border: 1px solid white;
  border-radius: 5px;
  padding: 5px;
}
/*PAGE CONTINENT ####################################################*/
.breadcrump p {
  font-size: 120%;
  margin: 0;
  padding: 5px 0;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.breadcrump p a {
  color: white;
}
.breadcrump p a:hover {
  color: #1b1919;
}
.introContinent h1 {
  font-size: 400%;
  letter-spacing: 5px;
  margin-bottom: 60px;
}
.introContinent h3 {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 180%;
  letter-spacing: 2px;
}
.introContinent p {
  font-weight: 300;
  font-size: 160%;
  line-height: 180%;
}
.introContinent table {
  float: right;
}
.introContinent table td {
  vertical-align: bottom;
  padding-left: 10px;

}
.introContinent .infoSpecialiste {
  font-weight: 900;
  text-transform: uppercase;
}
.introContinent .infoSpecialiste h2 {
  margin: 0 0 20px 0;
  font-size: 200%;
}
.introContinent .infoSpecialiste p {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 120%;
  letter-spacing: 2px;
  margin: 5px;
}
.produitIntro p {
  font-weight: 300;
  font-size: 170%;
  line-height: 180%;
}
.Programme h2 {
  font-size: 300%;
  margin-bottom: 50px;
}
.Programme h3 {
  font-weight: 900;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  border-bottom: 0px solid #1b1919;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.Programme h4 {
  font-weight: 700;
}
.choixPays ul {
  list-style-type: none;
  margin: 30px 0px;
  padding: 0;
  border-left: 2px solid #1b1919;
  padding-left: 50px;
}
.choixPays ul li {
  font-size: 150%;
  font-weight: 900;
  text-transform: uppercase;
  padding: 5px;
  letter-spacing: 2px;
}
.choixPays div div div:last-child ul {
  border-right: 2px solid #1b1919;
}
#gmap_canvas {
  width: 100%;
  min-height: 400px;
}
.circuitFilter {
  margin-bottom: 20px;
}
.styled-select select {
  background: transparent;
  width: 100%;
  padding: 10px 20px;
  font-size: 150%;
  line-height: 1;
  border: 0;
  border-radius: 0;
  height: 54px;
  -webkit-appearance: none;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.styled-select {
  width: 100%;
  height: 54px;
  overflow: hidden;
  background: url(/img/select-arrow.png) no-repeat right #ffffff;
  border: 0px solid #ccc;
}
.hotelFilter .styled-select {
  background: url(/img/select-arrow.png) no-repeat right #f1f1f1;
}
.petitThemes svg,
.petitThemes img {
  max-width: 40px;
  max-height: 40px;
  margin:0 3px;
}
.nosCircuits h4 {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 150%;
  letter-spacing: 2px;
}
.nosCircuits p {
  font-size: 140%;
  text-align: center;
}
.nosCircuits .petitThemes {
  padding-bottom: 20px;
}
.nosCircuits h5 {
  text-transform: uppercase;
  font-weight: 300;
}
.imgPicto img {
  max-width: 40px;
  max-height: 40px;
  min-width: 40px;
  min-height: 40px;
}
.Programme .desc p {
  font-weight: 300;
  font-size: 150%;
  margin-left: 75px;
}
.hotels p {
  font-size: 150%;
  line-height: 160%;
  font-weight: 300;
}
.hotels a {
  color: #1b1919;
}
.hotels a:hover {
  text-decoration: underline;
}
.hotels h3 {
  margin: 0 0 5px 0;
}
.hotels h4 {
  margin-top: 20px;
}
/*PAYS*/
#descPays h4 {
  font-size: 160%;
  font-weight: 700;
  letter-spacing: 2px;
}
#descPays p {
  font-size: 160%;
  line-height: 180%;
}

.textBloc {
	text-align:justify;	
	/*font-size:11px;*/
	text-align:left;	
}
.textBloc p{
	text-align:left;	
}
.textBloc ul li {
	font-size:140%;	
	font-weight: 300;
}
/*SMARTPHONE ================================================================================================================================================ ================================================================================================================================================ ================================================================================================================================================ ================================================================================================================================================*/
.icon-bar {
  background-color: white;
}
.navbar-nav li:first-child {
  text-align: center;
}
.navbar-nav li:first-child img {
  width: auto;
  height: 60px;
}
.navbar-nav li:first-child a {
  height: auto;
}
.navbar-nav li a {
  height: auto;
}
.navbar-nav .dropdown-menu li {
  text-align: left;
}
.navbar-nav .dropdown-menu li a {
  color: white;
}
.navbar-nav .dropdown-menu li a:hover {
  border: 0;
}
.pictoNav {
  float: left;
}
.pictoNav span {
  font-size: 120%;
}
.logoIphone {
  display: none;
}
/*MEDIA ================================================================================================================================================ ================================================================================================================================================ ================================================================================================================================================ ================================================================================================================================================*/
@media (max-width: 1240px) {
  li:nth-child(1) a {
    border-color: #f27c7c;
    min-width: auto;
  }
  li:nth-child(2) a {
    border-color: rgba(74,174,57,1);
    min-width: auto;
  }
  li:nth-child(3) a {
    border-color: #f2ab7c;
    min-width: auto;
  }
  li:nth-child(4) a {
    border-color: #70c0da;
    min-width: auto;
  }
  .navbar .nav > li > a {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 980px) {
  h1 {
    margin: 0;
    padding: 0 !important;
    margin-bottom: 20px !important;
    font-size: 250% !important;
  }
  h2 {
    margin: 0;
    padding: 0 0 20px 0;
    font-size: 220%;
  }
  .noDisplay,
  .jerrycanQuality,
  #descPays,
  .hotels {
    display: none;
  }
  #lesOffresSpec h2 {
    margin: 0;
    padding: 0 0 20px 0;
    font-size: 220%;
  }
  .choixPays ul {
    list-style-type: none;
    margin: 0px 0px;
    padding: 0;
    border-left: 0px solid #1b1919;
    padding-left: 15px;
  }
  .choixPays ul li {
    font-size: 150%;
    font-weight: 900;
    text-transform: uppercase;
    padding: 5px;
    letter-spacing: 2px;
  }
  .choixPays div div div:last-child ul {
    border-right: 0px solid #1b1919;
  }
  .produitIntro h3 {
    font-size: 140%;
  }
  .produitIntro .imgPicto img {
    max-width: 30px;
    max-height: 30px;
    min-width: 30px;
    min-height: 30px;
    margin-top: 20px;
  }
  .Programme h2 {
    font-size: 200%;
    text-align: center;
  }
  .Programme .desc p {
    font-weight: 300;
    font-size: 150%;
    margin-left: 25px;
  }
  .infoSpecialiste {
    margin-bottom: 20px;
  }
  .infoSpecialiste.large-padding-left {
    padding-left: 5px;
  }
  .infoSpecialiste.large-padding-right {
    padding-right: 5px;
  }
  .nosCircuits .col-sm-4 {
    margin-bottom: 15px;
  }
  .newsletterSection.large-padding-bottom {
    padding: 0;
  }
  .newsletterSection.large-padding-bottom .large-padding-bottom {
    padding: 0;
  }
  .logoIphone {
    display: inline;
  }
  .logoNav {
    display: none;
  }
  .navFixed {
    height: auto;
  }
  .navbar-wrapper {
    position: relative;
  }
  .navbar {
    margin: 0;
    padding: 0;
    border: 0;
    height: auto;
  }
  .navbar a {
    margin: 20px 0;
    height: auto;
    text-align: center;
  }
  .navbar .logoNav li a {
    border: 0;
    height: auto;
    padding: 5px;
    margin: 0;
  }
  .navbar .nav > li > a {
    padding: 10px 15px;
  }
  .navbar .nav > li > a:hover {
    background-color: #1b1919;
    /*padding: 10px 15px;*/
  }
  .diaporama {
    display: none;
  }
.navbar .dropdown-menu {
    position: relative;
    top: 110px;
    background-color: #f2ab7c !important;
    width: 100%;
    padding: 10px;
    border: 0;
    border-radius: 0;
  }
  .navbar .dropdown-menu li {
    color: #ea660a;
    padding: 5px 0;
  }
  .navbar .dropdown-menu li a {
    color: #1b1919;
    width: 33%;
    height: auto;
    margin: 10px 5px;
    padding: 0px 0;
    font-size: 90%;
    border: 0;
  }
  .navbar .dropdown-menu li a:hover {
    background-color: transparent;
    text-decoration: underline;
  }
  .navbar .dropdown-menu li ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    border-left: 0px solid #1b1919 !important;
    padding-left: 0 !important;
  }
  .navbar .dropdown-menu li:last-child ul {
    border-right: 0px solid #1b1919 !important;
  }
  .navbar .dropdown-menu li:first-child a {
    height: auto;
  }
  .navbar .dropdown-menu .col-sm-12 a {
    font-weight: 900;
    font-size: 100%;
    padding-left: 0;
  }  .newsletterSection input {
    margin-top: 5px;
  }
  .offreSpecialContent h3 {
    font-size: 140%;
  }
  .offreSpecialContent h4 {
    font-size: 120%;
  }
  .offreItem {
    position: relative;
  }
  .offreItem img {
    border-radius: 0px;
  }
  .offreItem .offreSpecWrapper {
    position: absolute;
    display: inline-block;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 20px 0px 20px;
    text-align: center;
  }
  .offreItem .offreSpecWrapper h5 {
    font-weight: 900;
    text-transform: uppercase;
    padding: 3px;
    font-size: 11px;
  }
  .offreItem .offreSpecWrapper h4 {
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 100%;
    padding: 2px 5px 0 5px;
  }
  .offreItem .offreSpecWrapper p {
    color: #1b1919;
    font-weight: 900;
    text-transform: uppercase;
    padding: 2px;
  }
}
