@font-face {
    font-family: 'Steinerlight';
    src: url('./Steinerlight.ttf');
}
@font-face {
    font-family: 'DolceVitaB';
    src: url('./Dolce Vita Heavy Bold.ttf');
}
@font-face {
    font-family: 'DolceVitaL';
    src: url('./Dolce Vita Light.ttf');
}
@font-face {
    font-family: 'DolceVita';
    src: url('./Dolce Vita.ttf');
}

/* TYPOGRAPHY */
body {
    /*font-family: 'Steinerlight', Arial, sans-serif;*/
    font-size: 14px;
    line-height: 1.6;
    color: #333;
    background-color: #f4f4f4;
}

h1, h2, h3 {
    /*font-family: 'DolceVitaB', sans-serif;*/
    letter-spacing: 1px;
    color: #212529;
}

h1 {
    font-size: 2rem;
    color: #1A936F;
}

h2 {
    font-size: 1.8rem;
    color: #007bff;
}

/* NAVIGATION */
.navbar {
    /*background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);*/
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease;
}

.navbar-brand {
    font-family: 'DolceVitaB', sans-serif;
    font-size: 1.5rem;
    color: #ffffff;
}

.navbar .nav-item a {
    color: #000000;
    margin: 0 0.5em;
    transition: color 0.3s ease, background-color 0.3s ease;
}

.navbar .nav-item a:hover {
    color: #28A745;
    text-decoration: underline;
}

.navbar-toggler {
    border: none;
    background-color: #28A745;
    color: white;
    transition: background-color 0.3s;
}

.navbar-toggler:hover {
    background-color: #1A936F;
}

/* DESCRIPTION */
.description {
    margin: 20px 0;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.description:hover {
    transform: translateY(-5px);
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.15);
}

.description h2 {
    margin-bottom: 10px;
    font-size: 1.6rem;
    color: #007bff;
}

.description p {
    margin-bottom: 10px;
    color: #555;
}

.description .highlight {
    color: #28A745;
    font-weight: bold;
}

.description .ville-cp {
    color: #007bff;
    font-weight: bold;
}

/* BUTTONS */
.btn {
    font-size: 1rem;
    padding: 10px 20px;
    border-radius: 5px;
    transition: background-color 0.3s, transform 0.2s;
}

.btn:hover {
    transform: translateY(-2px);
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
}

.btn-info {
    background-color: #007bff;
    border: none;
    color: #ffffff;
}

.btn-info:hover {
    background-color: #0056b3;
    color: #ffffff;
}

.btn-success {
    background-color: #28A745;
    border: none;
    color: #ffffff;
}

.btn-success:hover {
    background-color: #1A936F;
    color: #ffffff;
}

/* TIMELINE */
.timeline {
    list-style: none;
    padding: 20px 0;
    position: relative;
}

.timeline:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 3px;
    background: linear-gradient(180deg, #28A745, #1A936F);
}

.timeline > li {
    position: relative;
    margin-bottom: 20px;
}

.timeline > li > .timeline-panel {
    position: relative;
    width: 46%;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    padding: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.timeline > li > .timeline-panel:hover {
    transform: translateY(-5px);
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.15);
}

.timeline > li > .timeline-panel:before {
    content: '';
    position: absolute;
    top: 20px;
    right: -15px;
    border-width: 15px;
    border-style: solid;
    border-color: transparent transparent transparent #ffffff;
}

.timeline-badge {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #ffffff;
    background: linear-gradient(135deg, #28A745, #1A936F);
    border-radius: 50%;
    position: absolute;
    left: 4% !important;
    transform: translateX(-50%);
}

/* SECTIONS */
#contact {
    background: linear-gradient(135deg, #1A936F, #28A745);
    color: white;
    padding: 40px 0;
    text-align: center;
}

#enlevement {
    background: url(../img/Nature11.jpg) no-repeat center center;
    background-size: cover;
    padding: 40px 0;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .description {
        text-align: center;
    }

    .timeline > li > .timeline-panel {
        width: 100%;
        margin-bottom: 20px;
    }

    .timeline:before {
        left: 10%;
    }
}
.villes-proches {
    margin-top: 20px;
    padding: 15px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.villes-proches h3 {
    margin-bottom: 10px;
    color: #007bff;
}

.villes-proches ul {
    list-style: none;
    padding: 0;
}

.villes-proches ul li {
    margin-bottom: 5px;
}

.villes-proches ul li a {
    text-decoration: none;
    color: #28a745;
}

.villes-proches ul li a:hover {
    text-decoration: underline;
    color: #0056b3;
}
#contact{
	background-color:#212529;
	background-image:url(../img/worldmap.png);
	background-repeat:no-repeat;
	background-position:center;
}
#procedures{
	background-color:#EEEEEE;
	background-image:url(../img/procedures.jpg);
	background-repeat:no-repeat;
	background-position:center;
}
#procedures .container,
#enlevement .container,
#lieux .container,
#villes .container,
#rachat .container,
#questions .container
{
	background-color: rgba(255, 255, 255, 0.9);
	padding-top:1rem;
}
#questions .container {
	background-color: rgba(255, 255, 255, 0.7);
}
#enlevement{
	background-image:url(../img/Nature11.jpg);
	background-repeat:no-repeat;
	background-position:center;
}
#lieux{
	background-color:#212529;
	background-image:url(../img/loire.jpg);
	background-repeat:no-repeat;
	background-position:center;
}
#villes{
	background-color:#212529;
	background-image:url(../img/orleans.jpg);
	background-repeat:no-repeat;
	background-position:center;
}
#questions{
	background-color:#326FA6;
	background-image:url(../img/questions0.jpg);
	background-repeat:no-repeat;
	background-position:center;
}
#rachat{
	background-color:#212529;
	background-image:url(../img/rachat.jpg);
	background-repeat:no-repeat;
	background-position:center;
}
.list-group-item{
	padding: 0.5rem 1.25rem;
	font-size:0.8rem;
}

#carousel-main{
	/*border-bottom:0.5em solid #28A745;*/
}
#carousel-main span{display:none;}
#carousel-first{
	position: absolute;
    z-index: 999;
    font-size: 3.8em;
    top: 6px;
    left: 50%;
    transform: translate(-50%, 0);
    font-family: 'DolceVitaB';
}
#carousel-second{
	position: absolute;
    z-index: 999;
    font-size: 2.8em;
    top: 1.5em;
    left: 50%;
    transform: translate(-50%, 0);
    color: #28A745;
    font-family: 'DolceVitaB';
}
h4{
	color: #1A936F;
}

.display-4{
	font-size:3rem;
}

.jumbotron{
	margin-bottom:0;
}
.jumbotron .form-inline{
	display:block;
}

.department .list-group-item{
	background-color:inherit;
	border:none;
	padding:.5rem 1.25rem;
}

.location{
	position:relative;
	top:-1.3em;
}
.custom-radio input{
	/*display:none;*/
}

.custom-radio input+label {
	background-color: lightgray;
    padding: 4px 17px;
    border: 1px solid #ced4da;
	cursor:pointer;
}

.custom-radio input:checked+label {
	background-color: #1A936F;
	border-color:#212529;
	color:#FFFFFF;
}

/*TIMELINE*/

.timeline.process:before,
.timeline.process > li > .timeline-badge {
	left:2%;
}
.timeline.process > li > .timeline-panel {
	width:94%;
}



.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}

.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 50%;
  margin-left: -1.5px;
}

.timeline > li {
  margin-bottom: 20px;
  position: relative;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li > .timeline-panel {
  width: 46%;
  float: left;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 20px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}

.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}

.timeline > li > .timeline-badge {
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -25px;
  background-color: #999999;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

.timeline-badge.primary {
  background-color: #2e6da4 !important;
}

.timeline-badge.success {
  background-color: #3f903f !important;
}

.timeline-badge.warning {
  background-color: #f0ad4e !important;
}

.timeline-badge.danger {
  background-color: #d9534f !important;
}

.timeline-badge.info {
  background-color: #5bc0de !important;
}

.timeline-title {
  margin-top: 0;
  color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}

.timeline-body > p + p {
  margin-top: 5px;
}


body {
    font-family: 'Roboto', sans-serif; /* Harmonisation avec votre site */
    background-color: #f4f4f4;
}

.region-section {
    background: #ffffff;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin: 30px 0;
}

.region-section h2 {
    font-weight: bold;
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: #007bff; /* Cohérent avec votre charte graphique */
}

.region-section h3 {
    font-size: 1.2rem;
    margin-bottom: 10px;
    color: #28a745; /* Vert pour refléter l'écologie */
}

.region-list .region-item {
    padding: 10px 15px;
    margin-bottom: 10px;
    border-radius: 5px;
    background: #f9f9f9;
    border: 1px solid #ccc;
    transition: all 0.3s ease;
}

.region-list .region-item:hover {
    background: #e8f5e9;
    border-color: #28a745;
    transform: translateY(-3px);
}

.description-villes-proches h3, .description-villes-proches h4 {
    font-family: 'Roboto', sans-serif;
}

.description-villes-proches .list-group-item {
    background-color: #f9f9f9;
    border: none;
    padding: 0.75rem 1.25rem;
    transition: background-color 0.2s ease-in-out;
}

.description-villes-proches .list-group-item:hover {
    background-color: #e9f9e9;
}

.description-villes-proches .list-group-item a:hover {
    color: #218838;
    text-decoration: underline;
}
#ville .card {
    background-color: #ffffff; /* Ensure the card background contrasts with the body */
    border: 1px solid #e0e0e0; /* Add a subtle border for separation from the body background */
    border-radius: 12px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#ville .card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1) !important; /* Lighter shadow for a softer effect */
}
#ville .card-title {
    font-size: 1.25rem;
    color: #2c662d; /* Matches your green-oriented theme */
}
#ville .card-text {
    font-size: 0.95rem;
    line-height: 1.5;
    color: #444444; /* Slightly darker gray for better contrast on light backgrounds */
}
#ville .card i {
    color: #2c662d;
}
#ville .icon-container {
    width: 80px;
    height: 80px;
    border: 3px solid #28a745; /* Bordure plus épaisse */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Ajout d'une ombre */
    margin: 0 auto 20px auto; /* Centrage vertical et espacement */
    background-color: #f9f9f9; /* Légère teinte pour le fond */
}

.card-body h2 {
    font-size: 1.5rem; /* Taille réduite pour être plus subtile */
    font-weight: bold; /* Accentuation légère */
    color: #007bff; /* Bleu professionnel */
    margin-top: 1rem; /* Espacement avec les icônes */
}
.icon-container {
    margin-bottom: 1rem; /* Espacement sous l'icône */
}

.icon-container i {
    font-size: 2.5rem; /* Taille réduite pour un design plus élégant */
    color: #28a745; /* Couleur verte pour la cohérence */
}

.d-flex.align-items-center {
    flex-wrap: wrap; /* Permet un bon alignement sur mobile */
}
.icon-container {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid #28a745; /* Bordure verte subtile */
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* Ombre légère */
    background-color: #f8f9fa; /* Arrière-plan clair */
}