/* Colors */
/*----------------
	  Reset
-----------------*/
html {
  background-color: #FFFFFF;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
li {
  list-style-type: none;
}
html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
}
/**********
  MAIN
**********/
body {
  font-size: 1em;
  font-family: 'Roboto', sans-serif !important;
}
body header nav .navbar {
  background-color: #fff;
  margin-bottom: 0;
}
body header nav .navbar .navbar-header img {
  position: absolute;
  bottom: 7px;
}
body header nav .nav .button-menu {
  padding: 15px;
}
body header nav .nav .button-menu .button-clair {
  color: #cdcdcd;
}
body header nav .nav .button {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffa85b+0,ffa85b+0,ffa85b+0,fa9045+100,7db9e8+100 */
  background: #ffa85b;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffa85b 0%, #ffa85b 0%, #ffa85b 0%, #fa9045 100%, #7db9e8 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffa85b), color-stop(0%, #ffa85b), color-stop(0%, #ffa85b), color-stop(100%, #fa9045), color-stop(100%, #7db9e8));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffa85b 0%, #ffa85b 0%, #ffa85b 0%, #fa9045 100%, #7db9e8 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffa85b 0%, #ffa85b 0%, #ffa85b 0%, #fa9045 100%, #7db9e8 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffa85b 0%, #ffa85b 0%, #ffa85b 0%, #fa9045 100%, #7db9e8 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffa85b 0%, #ffa85b 0%, #ffa85b 0%, #fa9045 100%, #7db9e8 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa85b', endColorstr='#7db9e8', GradientType=0);
  /* IE6-9 */
  border: 1px solid #ffa85b;
  color: white;
}
body header nav .nav a[href^=tel] {
  color: inherit;
  text-decoration: none;
}
body header nav .nav .tel {
  padding: 22px 15px 22px 15px;
  background-color: #1971a8;
  color: #fff !important;
}
body #header .background {
  background-image: url('../img/banner.png');
  background-size: cover;
  padding-top: 20px;
  position: relative;
}
body #header .background2 {
    background-image: url('https://www.tripnautovermietung.de/wp-content/themes/tripncar/library/img/tripautoviem.png');
    background-size: cover;
    position: relative;
	min-height: 550px;
}


body #header .background2 .voile-gradient {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+1,000000+100&amp;0.65+0,0+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.64) 1%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.65)), color-stop(1%, rgba(0, 0, 0, 0.64)), color-stop(100%, rgba(0, 0, 0, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.64) 1%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.64) 1%, rgba(0, 0, 0, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.64) 1%, rgba(0, 0, 0, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.64) 1%, rgba(0, 0, 0, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
  /* IE6-9 */
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
body #header .background2 .title_header {
  background-color: rgba(50, 50, 50, 0.61);
  color: white;
  padding: 20px;
  max-width: 400px;
}
body #header .background2 .title_header h1 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.8em;
  font-weight: bold;
  margin: 0;
}
body #header .background2 .title_header p {
  font-size: 1.2em;
  padding-top: 20px;
  margin: 0;
}
body #header .background .avis {
  margin-top: 120px;
  padding-bottom: 40px;
}
body #header .background .avis p {
  color: white;
  font-size: 1.1em;
}
body #header .background .avis .rating {
  color: #ffa85b;
}
body #header .background .avis .orange {
  color: #ffa85b;
}
body #header .background .avis .author {
  color: #ffa85b;
  font-weight: bold;
  font-style: italic;
}
body #header .background .avis .controls {
  margin-right: 50px;
}
body #header .background .avis .controls a {
  font-size: 1.7em;
  color: #ffa85b;
  padding: 5px 5px 0px 5px;
}
/*
body #header .background .formulaire {
  padding: 75px 15px 15px 15px;
  background-color: #1971a8;
  border-radius: 5px;
  position: absolute;
  bottom: -260px;
  left: 0;
}
*/
body #header .background2 .formulaire h2 {
  color: white;
  background: linear-gradient(to bottom,#0d6efd 0,#fd6404 100%);
  border: 4px solid white;
  border-radius: 2px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.5em;
  width: 75%;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  position: absolute;
  top: -35px;
  left: 12%;
  transform: skewY(-1.5deg);
}
body #header .background2 .formulaire form .checkbox {
  padding-left: 15px;
  color: white;
}
body #header .background2 .formulaire form .date {
  padding: 0px;
}
body #header .background2 .formulaire form .form-icon {
  background-color: white;
  color: #ffa85b;
}
body #header .background2 .formulaire form p {
  color: white;
}
body #header .background2 .formulaire form p .orange {
  color: #ffa85b;
}
body #header .background2 .formulaire form button {
 /* width: 45%;*/
  color: white;
  font-size: 1.1em;
  border: none;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-top: 30px;
  margin-bottom: 20px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffa85b+0,ffa85b+0,ffa85b+0,fa9045+100,7db9e8+100 */
  background: #ffa85b;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffa85b 0%, #ffa85b 0%, #ffa85b 0%, #fa9045 100%, #7db9e8 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffa85b), color-stop(0%, #ffa85b), color-stop(0%, #ffa85b), color-stop(100%, #fa9045), color-stop(100%, #7db9e8));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffa85b 0%, #ffa85b 0%, #ffa85b 0%, #fa9045 100%, #7db9e8 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffa85b 0%, #ffa85b 0%, #ffa85b 0%, #fa9045 100%, #7db9e8 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffa85b 0%, #ffa85b 0%, #ffa85b 0%, #fa9045 100%, #7db9e8 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffa85b 0%, #ffa85b 0%, #ffa85b 0%, #fa9045 100%, #7db9e8 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa85b', endColorstr='#7db9e8', GradientType=0);
  /* IE6-9 */
}
body #header .references {
  padding-top: 20px;
  padding-bottom: 40px;
}
body #header .references h2 {
  color: #1971a8;
  font-size: 2em;
  margin-bottom: 20px;
}
body #header .references img {
  margin-top: 5px;
  margin-bottom: 5px;
  width: 75%;
  border: 1px solid #eeeeef;
}
body #services {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #eeeeef;
}
body #services .conteneur {
  background-color: white;
  height: 250px;
  padding: 15px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 5px 2px #dbdbdc;
  -moz-box-shadow: 0px 0px 5px 2px #dbdbdc;
  box-shadow: 0px 0px 5px 2px #dbdbdc;
}
body #services .conteneur h3 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.3em;
  font-weight: bold;
  color: #1971a8;
  margin-bottom: 15px;
}
body #services .conteneur p {
  font-size: 0.9em;
  color: #757575;
}
body #services .conteneur .vert {
  color: #81d841;
  height: 70px;
  width: 70px;
  font-size: 35px;
  border-radius: 35px;
  border: 3px solid #81d841;
  padding: 5px 15px 0px 15px;
  margin-left: 40%;
  margin-bottom: 5%;
}
body #services .conteneur .vert img {
  width: 35px;
  height: 35px;
}
body #services .conteneur .bleu {
  color: #1971a8;
  height: 70px;
  width: 70px;
  font-size: 35px;
  border-radius: 35px;
  border: 3px solid #1971a8;
  padding: 5px 15px 0px 15px;
	margin-left: 40%;
	margin-bottom: 5%;
}
body #services .conteneur .bleu img {
  width: 35px;
  height: 35px;
}
body #services .conteneur .orange {
  color: #ffa85b;
  height: 70px;
  width: 70px;
  font-size: 35px;
  border-radius: 35px;
  border: 3px solid #ffa85b;
  padding: 5px 15px 0px 15px;
	margin-left: 40%;
	margin-bottom: 5%;
}
body #services .conteneur .orange img {
  width: 35px;
  height: 35px;
}
body #services .conteneur .num {
  color: #ffa85b;
  font-size: 2em;
  font-weight: bold;
}
body #onglet {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f9f9f9;
}
body #onglet .tabs-border {
  padding-right: 0px;
}
body #onglet .tabs-border .tabs-left {
  padding-top: 0px;
}
body #onglet .tabs-border .tabs-left li {
  border-bottom: 1px solid #ffa85b;
  border-right: 1px solid #e2e3e5;
  background-color: #eeeeef;
  margin-left: 10px;
	width: 350px;
}
body #onglet .tabs-border .tabs-left li a {
  border-radius: 0px;
  font-size: 1em;
  color: #757575;
  font-weight: bold;
	text-align: center;
}
body #onglet .tabs-border .tabs-left .active {
  border-bottom: 2px solid #bebebf;
  border-right: none;
  margin-left: 0px;
	text-align: center;
}
body #onglet .tabs-border .tabs-left .active a {
  padding-top: 20px;
  padding-bottom: 20px;
	text-align: center;
}


body {
    font-family: Arial, sans-serif;
    background-color: #f8f9fa;
    color: #333;
    margin: 0;
    padding: 0;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

h1 {
    text-align: center;
    margin-bottom: 20px;
}

.rental-companies {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.company {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: calc(33.333% - 20px);
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
}

.logo {
    max-width: 100px;
    margin-bottom: 10px;
}

h2 {
    margin: 10px 0;
}

.ratings {
    text-align: left;
}

.rating {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0;
}

.bar {
    flex: 1;
    height: 10px;
    background-color: #e9ecef;
    margin: 0 10px;
    border-radius: 5px;
    position: relative;
}

.bar-fill {
    height: 100%;
    background-color: #007bff;
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
}

span {
    font-size: 14px;
}






body #onglet .panel-border {
  border-top: 1px solid #e2e3e5;
  border-right: 1px solid #e2e3e5;
  border-bottom: 2px solid #e2e3e5;
  background-color: white;
  padding-bottom: 15px;
  padding-top: 15px;
  min-height: 290px;
}
body #onglet .panel-border h2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 2em;
}
body #onglet .panel-border h3 {
  color: #ffa85b;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 20px;
}
body #onglet .panel-border p {
  font-size: 0.9em;
  color: #1971a8;
}
body #onglet .panel-border p .orange {
  color: #ffa85b;
}
body #onglet .panel-border .liste {
  margin-top: 10px;
}
body #onglet .panel-border #comment h2 {
  display: block;
  margin: auto;
  padding: 10px;
  height: 50px;
  width: 50px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 25px;
  border-radius: 25px;
  border: 1px solid #1971a8;
  color: #1971a8;
}
body #onglet .panel-border #comment p {
  color: #757575;
}
body #onglet .panel-border #engagements h3 {
  margin-bottom: 40px;
}
body #onglet .panel-border #engagements p {
  color: #1971a8;
}
body #onglet .panel-border #engagements p .number {
  display: inline-block;
  height: 20px;
  width: 20px;
  border-radius: 60px;
  border: 1px solid #1971a8;
  color: #1971a8;
  font-size: 12px;
  text-align: center;
}
body #onglet .panel-border #faq h3 {
  margin-bottom: 40px;
}
body #onglet .panel-border #faq .plusfaq {
  color: #ffa85b;
}
body #onglet .panel-border #faq .faqanswer {
  background-color: #f9f9f9;
  border-radius: 5px;
}
body #onglet .panel-border #faq .faqanswer p {
  font-style: italic;
  font-size: 1em;
}
body #onglet .panel-border #categories h3 {
  margin-bottom: 40px;
}
body #onglet .panel-border #categories p {
  color: #1971a8;
}
body #onglet .panel-border .location_fr {
  margin-top: 20px;
  margin-bottom: 25px;
}
body #onglet .panel-border .location_fr p::before {
  content: url('../img/iconfr.png');
  padding-right: 10px;
}
body #onglet .panel-border .location_es {
  margin-top: 20px;
  margin-bottom: 20px;
}
body #onglet .panel-border .location_es p::before {
  content: url('../img/icones.png');
  padding-right: 10px;
}
body #onglet .panel-border .location_port {
  margin-top: 20px;
  margin-bottom: 20px;
}
body #onglet .panel-border .location_port p::before {
  content: url('../img/iconport.png');
  padding-right: 10px;
}

body #onglet .panel-border .location_usa {
  margin-top: 20px;
  margin-bottom: 20px;
}
body #onglet .panel-border .location_usa p::before {
  content: url('../img/iconusa.png');
  padding-right: 10px;
}
body #onglet .panel-border .location_uk {
  margin-top: 20px;
  margin-bottom: 20px;
}
body #onglet .panel-border .location_uk p::before {
  content: url('../img/iconuk.png');
  padding-right: 10px;
}
body #onglet .panel-border .location_all {
  margin-top: 20px;
  margin-bottom: 20px;
}
body #onglet .panel-border .location_all p::before {
  content: url('../img/iconall.png');
  padding-right: 10px;
}
body #onglet .panel-border .location_isl {
  margin-top: 20px;
  margin-bottom: 20px;
}
body #onglet .panel-border .location_isl p::before {
  content: url('../img/iconisl.png');
  padding-right: 10px;
}
body #onglet .panel-border .location_singa {
  margin-top: 20px;
  margin-bottom: 20px;
}
body #onglet .panel-border .location_singa p::before {
  content: url('../img/iconsinga.png');
  padding-right: 10px;
}
body #onglet .panel-border .location_ita {
  margin-top: 20px;
  margin-bottom: 20px;
}
body #onglet .panel-border .location_ita p::before {
  content: url('../img/iconita.png');
  padding-right: 10px;
}
body #onglet .panel-border .location_irl {
  margin-top: 20px;
  margin-bottom: 20px;
}
body #onglet .panel-border .location_irl p::before {
  content: url('../img/iconirl.png');
  padding-right: 10px;
}
body #onglet .panel-border .location_gre {
  margin-top: 20px;
  margin-bottom: 20px;
}
body #onglet .panel-border .location_gre p::before {
  content: url('../img/icongre.png');
  padding-right: 10px;
}
body #onglet .panel-border .location_mal {
  margin-top: 20px;
  margin-bottom: 20px;
}
body #onglet .panel-border .location_mal p::before {
  content: url('../img/iconmal.png');
  padding-right: 10px;
}
body #onglet .panel-border .location_turq {
  margin-top: 20px;
  margin-bottom: 20px;
}
body #onglet .panel-border .location_turq p::before {
  content: url('../img/iconturqu.png');
  padding-right: 10px;
}
body #onglet .panel-border .location_brazil {
  margin-top: 20px;
  margin-bottom: 20px;
}
body #onglet .panel-border .location_brazil p::before {
  content: url('../img/iconbrazil.png');
  padding-right: 10px;
}


body #galerie {
  padding-top: 40px;
  padding-bottom: 40px;
}
body #galerie h2 {
  color: #1971a8;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.6em;
  font-weight: bold;
  border-bottom: 1px solid #eeeeef;
  padding-bottom: 15px;
}
body #galerie .destination {
  margin-top: 30px;
  height: 125px;
  position: relative;
  overflow: hidden;
  transition: height 0.5s ease 0s;
}
body #galerie .destination .hover_destination {
  position: absolute;
  width: 100%;
  height: 35px;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  transition: height 0.5s ease 0s;
}
body #galerie .destination .hover_destination h3 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1em;
  margin-top: 10px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
body #galerie .destination .hover_destination p {
  margin-bottom: 0;
}
body #galerie .destination .hover_destination p a {
  color: white;
}
body #galerie .destination .hover_destination p a:hover {
  color: #ffa85b;
  text-decoration: none;
}
body #galerie .destination:hover .hover_destination {
  height: 100%;
}
body #tripncar {
  padding-top: 40px;
  background-color: #f9f9f9;
}
body #tripncar h2 {
  font-family: 'Nunito', sans-serif;
  font-size: 2em;
  font-weight: bold;
  color: #393a3c;
}
body #tripncar p {
  padding-left: 20px;
  margin-bottom: 20px;
  line-height: 1.5em;
  color: #393a3c;
}
body #tripncar img {
  height: 125px;
}
body #infos_pratiques {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #0e3e5c;
}
body #infos_pratiques h3 {
  color: white;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.1em;
  padding-bottom: 20px;
}
body #infos_pratiques p {
  color: #dadada;
  font-size: 0.8em;
}
body #infos_pratiques p a {
  color: #dadada;
}
body #infos_pratiques p a:hover {
  color: white;
  text-decoration: none;
}
body #social {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #35353C;
}
body #social p {
  color: #a3a6a9;
  font-size: 0.9em;
}
body #social p a {
  color: #a3a6a9;
  padding-right: 10px;
  padding-left: 10px;
}
body #social p a:hover {
  color: white;
  text-decoration: none;
}
body #social p a:nth-child(1) {
  padding-left: 0px;
}
body #social .social_media {
  margin-bottom: 0px;
}
body #social .social_media li {
  display: inline;
  padding-right: 20px;
  font-size: 2.2em;
}
body #social .social_media li a {
  color: #a3a6a9;
}
body #social .social_media li a:hover {
  color: white;
  text-decoration: none;
}
body #social .social_media li a .facebook:hover {
  color: #3B5998;
}
body #social .social_media li a .twitter:hover {
  color: #4099FF;
}
body #social .social_media li a .google:hover {
  color: #d34836;
}
body #social .social_media li a .youtube:hover {
  color: #b31217;
}
body #social img {
  width: 150px;
}
body footer {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #202122;
}
body footer p {
  font-size: 0.8em;
  color: #aeafb0;
}
body footer p span {
  padding-right: 10px;
}
/*************
  Responsive
*************/
@media screen and (max-width: 320px) {
  body header .navbar .navbar-brand {
    padding: 0;
  }
  body header .navbar .navbar-brand .logo_header {
    position: relative;
    bottom: -5px;
    width: 80%;
  }
  body header .navbar .nav {
    text-align: center;
  }
  body #header .avis {
    margin-top: 75px !important;
  }
	/*
  body #header .background .formulaire {
    padding: 50px 15px 15px 15px;
    background-color: #1971a8;
    border-radius: 5px;
    position: relative;
    bottom: 0px;
    margin-top: 80px;
    margin-bottom: 40px;
  }
	*/
  body #header .background2 .formulaire h2 {
    font-family: 'Roboto Condensed', sans-serif;
    top: -55px;
  }
  body #services .conteneur {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  body #infos_pratiques h3 {
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
  }
  body #infos_pratiques p {
    text-align: center;
  }
  body #galerie .destination {
    width: 50%;
    height: 125px;
    margin: auto;
    margin-top: 20px;
  }
  body #social .social_media {
    text-align: center;
  }
  body #social p {
    text-align: center;
  }
  body #social .logo-footer {
    padding-top: 20px;
    margin: 0;
  }
  body #social .logo-footer img {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  body #social .logo-footer p {
    text-align: center;
  }
}
@media (min-width: 321px) and (max-width: 767px) {
  body header .navbar {
    min-height: 100px !important;
  }
  body header .navbar .nav {
    text-align: center;
  }
  body header .navbar .navbar-header {
    min-height: 100px;
  }
  body header .navbar .navbar-header button {
    margin-top: 35px;
  }
  body header .navbar .navbar-header img {
    position: relative !important;
    padding-top: 20px;
  }
  body #header .avis {
    margin-top: 100px !important;
  }
	/*
  body #header .background .formulaire {
    padding: 50px 15px 15px 15px;
    background-color: #1971a8;
    border-radius: 5px;
    position: relative;
    bottom: 0px;
    margin-top: 80px;
    margin-bottom: 40px;
  }
	*/
  body #services .conteneur {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  body #infos_pratiques h3 {
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
  }
  body #infos_pratiques p {
    text-align: center;
  }
  body #galerie .destination {
    width: 50%;
    height: 125px;
    margin: auto;
    margin-top: 20px;
  }
  body #social .social_media {
    text-align: center;
  }
  body #social p {
    text-align: center;
  }
  body #social .logo-footer {
    padding-top: 20px;
    margin: 0;
  }
  body #social .logo-footer img {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  body #social .logo-footer p {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body header .navbar .navbar-header img {
    position: absolute;
    width: 25%;
    left: 10px;
    bottom: inherit !important;
  }
  body #header .avis {
    margin-top: 100px !important;
  }
	/*
  body #header .background .formulaire {
    padding: 50px 15px 15px 15px;
    background-color: #1971a8;
    border-radius: 5px;
    position: relative;
    bottom: 0px;
    margin-bottom: 40px;
  }
	*/
  body #services .conteneur {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  body #infos_pratiques h3 {
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
  }
  body #infos_pratiques p {
    text-align: center;
  }
  body #social .social_media {
    text-align: center;
  }
  body #social p {
    text-align: center;
  }
  body #social .logo-footer {
    padding-top: 20px;
    margin: 0;
  }
  body #social .logo-footer img {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  body #social .logo-footer p {
    text-align: center;
  }
}

.cadre_photo {
    display: block;
    margin: 15px 0px 25px -10px;
    
    height: 350px;
  /*  background: transparent url("../img/location-ville.png") no-repeat scroll 0px 0px; */
    padding-left: 70px;
    padding-top: 40px;
}
.cadre_photo img{
margin-top: 5px !important;
margin-bottom: 5px !important;
border: 1px solid #EEEEEF !important; width:auto!important;margin-left: -2px;
}

.act-map{
border: 1px dashed #ddd;box-shadow: 0 0 0 3px #fff, 0 0 0 5px #ddd, 0 0 0 10px #fff, 0 0 2px 10px #eee;
}

.title_h1{color:#ffa85b; font-size:22px; font-weight:bold;}

/* Horizontal Share */
.single .blog-post .mom-social-share.ss-horizontal, .page .page-wrap .mom-social-share.ss-horizontal {
    margin-bottom: -20px;
}
.mom-social-share.ss-horizontal {
    margin:0 -20px;
    padding:10px 20px 0px 20px;
 
    position:relative;
    
}

.mom-social-share.ss-horizontal .ss-icon {
    float:left;
    margin-right:10px;
    margin-bottom: 10px;
}
.mom-social-share.ss-horizontal .ss-icon span {
    float:left;
}
.mom-social-share.ss-horizontal .ss-icon span.icon {
    padding-left:7px;
    padding-right:10px;
    font-size:12px;
}
.mom-social-share.ss-horizontal .ss-icon span.icon i {
    margin-right:4px;
    font-size:15px;
}
.mom-social-share.ss-horizontal .ss-icon span.count {
    line-height:26px;
    padding:0 9px;
    padding-left:6px;
    position:relative;
    font-size:12px;
}

.mom-social-share.ss-horizontal .ss-icon span.count:after,.mom-social-share.ss-horizontal .ss-icon span.count:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.mom-social-share.ss-horizontal .ss-icon span.count:after {
    border-color: rgba(245,245,245,0);
    border-right-color: #f5f5f5;
    border-width: 4px;
    margin-top: -4px;
}

.mom-social-share.ss-horizontal .ss-icon span.count:before {
    border-color: rgba(229,229,229,0);
    border-right-color: #eaeaea;
    border-width: 5px;
    margin-top: -5px;
}

.mom-social-share .ss-more {
    background: #f5f5f5;
    border:1px solid #e5e5e5;
    position:absolute;
    width:28px;
    height:26px;
    line-height:28px;
    text-align:center;
    color:#9a9a9a;
    right:20px;
    cursor:pointer;
}
/* vertical post share */
.mom-social-share.ss-vertical .ss-icon {
    margin-bottom: 10px;
}
.mom-social-share.ss-vertical .ss-icon span.icon {
    margin-bottom: 7px;
    display: block;
}
.mom-social-share.ss-vertical .ss-icon span.count {
    display:block;
}
.mom-social-share .ss-icon span.icon {
    display:inline-block;
    line-height: 28px;
    height: 28px;
    text-align: center;
    background: #5d72a4;
    color: #fff;
    font-size: 11px;
}
.mom-social-share .ss-icon span.icon {
    background: #5d72a4;
}
.mom-social-share .ss-icon.twitter span.icon {
    background: #00baff;
}
.mom-social-share .ss-icon.googleplus span.icon {
    background: #db5c4b;
}
.mom-social-share .ss-icon.linkedin span.icon {
    background: #2f70b0;
}
.mom-social-share .ss-icon.linkedin span.icon i {
    position:relative;
    top:-2px;
}
.mom-social-share .ss-icon.pinterest span.icon {
    background: #F20000;
}

.mom-social-share .ss-icon i {
    font-size: 13px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.mom-social-share .ss-icon span.count {
    display:inline-block;
    line-height: 22px;
    border:1px solid #eaeaea;
    background: #f5f5f5;
    text-align: center;
    color: #373c43;
    position: relative;
}
.mom-social-share.ss-vertical .ss-icon span.count {
    height:23px;
}
.mom-social-share.ss-vertical .ss-icon span.count:after,.mom-social-share.ss-vertical .ss-icon span.count:before {
   /* bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;*/
}

.mom-social-share.ss-vertical .ss-icon span.count:after {
    border-color: rgba(245,245,245,0);
    border-bottom-color: #f5f5f5;
    border-width: 5px;
    margin-left: -5px;
}

.mom-social-share.ss-vertical .ss-icon span.count:before {
    border-color: rgba(229,229,229,0);
    border-bottom-color: #eaeaea;
    border-width: 6px;
    margin-left: -6px;
}
.ng-view {
width:100%;
min-width: 100% !important;
}

.all {width:100%;margin: 0 auto;}


.lijd {
	
	
}
a, .ct-link {
    color: black;
	text-decoration: none;
}
.ct-grid  {

	background-color: white;
}

.ct-app-ready:not(.ct-tech-model) {
     background: #FFF; 
}



#ct-container, .ct-modal-container {
    line-height: 1.8em;
    font-family: "Open sans", -apple-system, BlinkMacSystemFont, "avenir next", avenir, "helvetica neue", "segoe ui", helvetica, roboto, noto, arial, sans-serif;
    font-weight: 400;
    text-align: left;
    color: #333;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    -moz-overflow-scrolling: touch;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: white;
	
}



.main-container {
    display: flex;
    background-color: #f9f9f9;
    width: 90%;
    max-width: 1200px;
    border-radius: 10px;
    overflow: hidden;
}

/* Section de gauche (texte et images des téléphones) */
.left-section {
    color: #000;
    padding: 20px;
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.left-section h1 {
    font-size: 24px;
    margin: 0;
}

.left-section p {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.app-buttons {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.app-button {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    background-color: #000;
    color: #fff;
    border-radius: 5px;
    font-weight: bold;
    text-decoration: none;
    font-size: 14px;
}

.app-button img {
    height: 20px;
    margin-right: 8px;
}

.phones {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.phone-img {
    width: 100px;
    height: auto;
    border-radius: 15px;
}

/* Section de droite (image et bouton de réservation) */
.right-section {
    width: 40%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.reservation-img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.reserve-button {
    position: absolute;
    bottom: 20px;
    padding: 10px 20px;
    background-color: #28a745;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
    text-align: center;
}


.container1 {
    background-color: #f9f9f9;
    color: #000;
    width: 90%;
    max-width: 800px;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.container1 h1 {
    font-size: 24px;
    margin: 0;
}

.container1 p {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.app-buttons {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.app-button {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    background-color: #f1f1f1;
    color: #fff;
    border-radius: 5px;
    font-weight: bold;
    text-decoration: none;
    font-size: 14px;
}

.app-button img {
    height: 20px;
    margin-right: 8px;
}

.phones {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.phone-img {
    width: 150px;
    height: auto;
    border-radius: 15px;
}

/* Conteneur parent pour centrer verticalement et horizontalement */
.page-section {
    display: flex;
    justify-content: center; /* Centre horizontalement */
    align-items: center; /* Centre verticalement */
    min-height: 45vh; /* Hauteur de la section */
    background-color: #f5f5f5; /* Couleur de fond optionnelle */
}

.main-container {
    width: 90%;
    max-width: 1200px;
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 10px;
}








.popular-destinations {
  padding: 20px;
  text-align: center;
}

.popular-destinations h2 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #333;
}

.destinations-grid {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 200px);
  grid-auto-flow: dense;
}

.destination-item {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

.destination-item.large {
  grid-column: span 2;
  grid-row: span 2;
}

.destination-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.destination-item:hover img {
  transform: scale(1.1);
}

.destination-item span {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.7);
}

.tab-container {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.tab {
    padding: 10px;
    cursor: pointer;
    background-color: white;
    border: none;
    flex: 1; /* Les onglets prendront la même largeur */
    text-align: center;
}

.tab.active {
    background-color: orange;
    color: white;
}

.content {
    padding: 20px;
    border: 1px solid #ddd;
}

/* Media query pour les écrans plus petits */
@media (max-width: 600px) {
    .tab-container {
        flex-direction: column; /* Empile les onglets */
    }
}
.tab {
    padding: 10px;
    background-color: white;
    border: 1px solid #ccc;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.tab.default-active {
    background-color: orange;
    color: white;
}





/* Global styles */
body {
  font-family: 'Arial', sans-serif;
  margin: 0;
  padding: 0;
  background-color: #fff;
  box-sizing: border-box;
}

.page-section {
  padding: 40px 20px;
  background-color: #fff;
  color: #fff;
}

.main-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.left-section {
  flex: 1;
  min-width: 300px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.text-section h1 {
  font-size: 28px;
  font-weight: bold;
  color: #000;
  margin-bottom: 15px;
}

.text-section p {
  font-size: 16px;
  color: #000;
  margin-bottom: 20px;
}

.app-buttons {
  display: flex;
  justify-content: space-between;
  gap: 5px; /* Reduced gap between the buttons */
  margin-top: 20px;
}

.app-button img {
  width: 140px;
  height: auto;
  transition: transform 0.3s ease;
}

.app-button img:hover {
  transform: scale(1.05);
}

.right-section {
  flex: 1;
  min-width: 300px;
  text-align: center;
  padding: 20px;
}

.image-container {
  position: relative;
}

.reservation-img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin-bottom: 15px;
}

.reserve-button {
  position: absolute;
  bottom: 40px;
  right: 60px;
  display: inline-block;
  background-color: #007bff;
  color: #fff;
  text-decoration: none;
  padding: 12px 25px;
  font-size: 16px;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.reserve-button:hover {
  background-color: #0056b3;
}

/* Responsive styles */
@media (max-width: 768px) {
  .main-container {
    flex-direction: column;
    text-align: center;
  }

  .app-buttons {
    justify-content: center;
    margin-top: 15px;
  }

  .reservation-img {
    width: 90%; /* Adjust image width on smaller screens */
  }

  .reserve-button {
    width: 100%; /* Make the button take the full width */
    position: relative;
    bottom: 0;
    right: 0;
    margin-top: 10px;
  }
}



/* Conteneur principal */
.kayak-blocks {
  background-color: #f9f9f9;
  padding: 40px 0;
}



/* Conteneur des blocs */
.containerr {
  display: flex;
  justify-content: space-between; /* Espacement entre les blocs */
  align-items: flex-start; /* Aligner les blocs en haut */
  gap: 20px; /* Espacement entre les blocs */
  max-width: 1200px;
  margin: 0 auto;
}

/* Style des blocs */
.block {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 20px;
  text-align: left;
  flex: 1; /* Les blocs occupent tous le même espace */
  max-width: 22%; /* Assurez-vous que chaque bloc a une largeur spécifique */
  display: flex;
  align-items: flex-start;
  gap: 20px; /* Espacement entre l'icône et le contenu */
}

/* Icône */
.block-icon {
  width: 40px;
  height: 40px;
}

/* Contenu */
.block-content {
  display: flex;
  flex-direction: column;
}

.block-content h3 {
  font-weight: bold;
  margin: 0 0 10px 0;
}

.block-content p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
  margin: 0;
}

/* Responsivité */
@media (max-width: 1200px) {
  .block {
    max-width: 24%; /* Les blocs deviennent légèrement plus grands */
  }
}

@media (max-width: 768px) {
  .containerr {
    flex-wrap: wrap; /* Permet aux blocs de se déplacer en ligne suivante */
    justify-content: center; /* Centrer les blocs sur de petits écrans */
  }

  .block {
    max-width: 45%; /* Deux blocs par ligne */
  }
}

@media (max-width: 480px) {
  .block {
    max-width: 100%; /* Un bloc par ligne */
  }
}

/* Style du titre avec ligne orange */
.title-containe {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1500px; /* Limite la largeur du conteneur */
  margin: 0 auto;
}

hr {
  border: 0;
  height: 1px;
  background-color: #FFA500; /* Ligne orange */
  flex-grow: 1;
  max-width: 400px; /* Limite la largeur de chaque ligne */
}

.title {
  margin: 0 15px;
  font-size: 24px;
  font-weight: bold;
}








/* Conteneur principal */
.other-agencies-section {
  padding: 30px 20px;
  background-color: #fff;
  text-align: center;
}

h2 {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
}

/* Conteneur des agences */
.agencies-container {
  display: flex;
  justify-content: space-between;
  gap: 20px; /* Ajout d'un espacement horizontal et vertical */
  flex-wrap: wrap; /* Permet aux éléments de se réorganiser sur les petits écrans */
  max-width: 1200px;
  margin: 0 auto;
}

/* Style des liens des agences */
.agency {
  text-decoration: none;
  color: #333;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 120px; /* Fixe la largeur de chaque bloc */
  text-align: center;
  margin-bottom: 20px; /* Ajout d'un espacement entre les lignes */
}

/* Cadre gris autour de l'agence */
.agency-frame {
  border: 1px solid #ddd; /* Cadre gris */
  padding: 15px;
  border-radius: 10px;
  transition: box-shadow 0.3s ease;
  width: 330px;  /* Dimension du cadre */
  height: 90px; /* Ajuste la hauteur du cadre */
  display: flex;
  flex-direction: column;
  justify-content: center; /* Centre les éléments dans le cadre */
  align-items: center;
}

/* Icône */
.agency-logo {
  width: 80px;
  height: 40px;
  object-fit: contain;
  margin-bottom: 10px;
  transition: transform 0.3s ease;
}

/* Titre (Nom de l'agence) */
.agency span {
  font-size: 14px;
  font-weight: bold;
}

/* Effet au survol */
.agency-frame:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Ajout d'une ombre douce autour du cadre */
}

.agency-logo:hover {
  transform: scale(1.1);
}

/* Responsivité */
@media (max-width: 768px) {
  .agencies-container {
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .agency {
    width: 90px;
  }
}











/* Section principale avec fond gris */
.app-section {
  background-color: #f0f0f0;
  padding: 40px 20px;
}

/* Conteneur principal aligné en flexbox */
.main-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; /* Permet de s'adapter aux petits écrans */
  max-width: 1290px;
  margin: 0 auto;
}

/* Bloc gauche */
.app-left {
  flex: 1;
  padding-right: 20px;
  margin-bottom: 20px;
}

.app-left h2 {
  font-size: 24px;
  margin-bottom: 10px;
}

.app-left p {
  font-size: 16px;
  margin-bottom: 20px;
}

.features {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.features li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.features img {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

/* Boutons rapprochés */
.app-buttons {
  display: flex;
  gap: 5px; /* Petit espace entre les boutons */
}

.app-buttons img {
  width: 140px;
  height: auto;
}

/* Bloc droit */
.app-right {
  flex: 1;
  display: flex;
  justify-content: center;
}

.app-image {
  width: 300px;
  height: auto;
}

/* Responsive Design */
@media (max-width: 768px) {
  .main-container {
    flex-direction: column; /* Les blocs se superposent sur petits écrans */
    text-align: center;
  }

  .app-left {
    padding-right: 0;
  }

  .app-buttons {
    justify-content: center;
  }

  .app-image {
    width: 250px; /* Réduit la taille de l'image sur mobile */
  }
}

@media (max-width: 480px) {
  .app-buttons img {
    width: 120px; /* Réduit les boutons sur très petits écrans */
  }
}







.info-section {
  font-family: Arial, sans-serif;
  max-width: 100%;
  margin: auto;
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.info-section h2 {
  text-align: center;
  margin-bottom: 20px;
}

.tab-header {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 4px solid #ccc;
  margin-bottom: 20px;
}

.tab-item {
  flex: 1;
  text-align: center;
  padding: 10px 0;
  cursor: pointer;
  color: #666;
  border-bottom: 4px solid transparent;
  transition: all 0.3s;
}

.tab-item.active {
  color: #000;
  border-bottom: 4px solid 4px solid #ff690f; /* Ligne verte double */
  font-weight: bold;
}

.tab-panel {
  display: none;
  padding: 20px;
  background: #fff&;
  border-radius: 8px;
  border: 1px solid #ddd;
}

.tab-panel.active {
  display: block;
}

/* Centrer le texte dans la zone ‘kayak-blocks’ */
.kayak-blocks .container-global {
  text-align: center; 
}

/* Centrer le titre h2 */
.rental-companies .companies-title {
  text-align: center;
}

.review-wrapper {
  display: flex;
  flex-direction: column;      /* Empile les éléments (reviews, étoiles) en colonne */
  align-items: center;         /* Centre horizontalement */
  justify-content: center;     /* Centre verticalement si nécessaire */
}

.rental-companies .container-fluid {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* Par exemple, si tu veux que tout soit centré, y compris le h2 et les car-cards */
}
