/* ========================= */
/* SECTION RDV */
/* ========================= */

.rdv{
padding:120px 0;
background:linear-gradient(180deg,#f7f6ff,#f3f4fb);
position:relative;
}

.rdv::before{
content:"";
position:absolute;
width:500px;
height:500px;
background:radial-gradient(circle,rgba(122,69,196,0.18),transparent 70%);
top:-150px;
left:-150px;
z-index:0;
}

.rdv-box{

max-width:950px;
margin:auto;

background:white;

padding:70px;

border-radius:20px;

border:1px solid rgba(122,69,196,0.12);

box-shadow:0 35px 80px rgba(0,0,0,0.07);

position:relative;
z-index:2;

text-align:center;

}

.rdv-box h2{
color:var(--violet);
font-size:32px;
margin-bottom:10px;
}

.rdv-subtitle{
color:#666;
margin-bottom:50px;
}

/* LAYOUT */

.rdv-content{

display:grid;
grid-template-columns:1fr 1fr;
gap:70px;
align-items:start;

}

/* TITRES */

.rdv-title{

color:var(--violet);

font-size:20px;

font-weight:600;

margin-bottom:18px;

}

/* TELEPHONE */

.rdv-phone{
display:flex;
flex-direction:column;
gap:18px;
}

.phone-card{

display:flex;
align-items:center;
gap:14px;

background:linear-gradient(180deg,#ffffff,#fafaff);

padding:18px 22px;

border-radius:14px;

border:1px solid #eee;

font-size:18px;

transition:.25s;

}

.phone-card a{

color:var(--violet);

text-decoration:none;

font-weight:600;

}

.phone-card:hover{

transform:translateY(-3px);

border-color:rgba(122,69,196,0.25);

box-shadow:0 12px 25px rgba(0,0,0,0.07);

}

/* ONLINE */

.rdv-online{

display:flex;
flex-direction:column;
align-items:center;

}

.rdv-image{

max-width:250px;
width:100%;

border-radius:16px;

box-shadow:0 20px 45px rgba(0,0,0,0.15);

transition:.3s;

}

.rdv-image:hover{

transform:scale(1.05);

}

/* BOUTON */

.rdv-btn{

margin-top:18px;

background:linear-gradient(135deg,var(--violet),#9b73e3);

color:white;

padding:9px 18px;

border-radius:25px;

font-size:14px;

text-decoration:none;

font-weight:600;

transition:.25s;

}

.rdv-btn:hover{

transform:translateY(-2px);

box-shadow:0 14px 28px rgba(122,69,196,0.35);

}

/* CONTACT */

.contact{
padding:100px 0;
}

.contact-grid{

display:grid;

grid-template-columns:1fr 1fr;

gap:80px;

}

.contact-info h2{
margin-bottom:20px;
color:var(--violet);
}

.contact-info p{
margin-bottom:15px;
color:#555;
line-height:1.6;
}

.contact-info a{
color:var(--violet);
text-decoration:none;
}

.agrement{

margin-top:25px;

font-size:14px;

color:#777;

line-height:1.6;

padding-top:15px;

border-top:1px solid #eee;

}

/* SOCIAL */

.social-icons{

display:flex;
gap:12px;
margin-top:12px;

}

.fb-icon,
.insta-icon{

width:46px;
height:46px;

color:white;

border-radius:50%;

display:flex;
align-items:center;
justify-content:center;

font-size:22px;

transition:.3s;

}

.fb-icon{
background:#1877f2;
}

.insta-icon{
background:linear-gradient(45deg,#f58529,#dd2a7b,#8134af);
}

.fb-icon:hover,
.insta-icon:hover{

transform:scale(1.15);

box-shadow:0 10px 25px rgba(0,0,0,0.2);

}

/* HORAIRES */

.contact-hours{

background:linear-gradient(180deg,#ffffff,#f8f9fd);

padding:40px;

border-radius:16px;

box-shadow:0 20px 50px rgba(0,0,0,0.06);

border-top:4px solid var(--violet);

}

.contact-hours h2{

margin-bottom:12px;
color:var(--violet);

}

.contact-hours p{
color:#666;
line-height:1.6;
}

.hours-groups{
display:grid;
grid-template-columns:1fr;
gap:18px;
margin-top:24px;
}

.hours-group{
background:white;
border:1px solid rgba(122,69,196,0.10);
border-radius:18px;
padding:22px 22px 18px;
box-shadow:0 12px 28px rgba(0,0,0,0.04);
}

.hours-group-reception{
border-top:4px solid var(--violet);
}

.hours-group-driving{
border-top:4px solid var(--vert);
}

.hours-label{
margin:0 0 12px;
font-size:12px;
font-weight:700;
letter-spacing:.08em;
text-transform:uppercase;
color:#7a7a88;
}

.hours-list{

list-style:none;
margin:0;
padding:0;

}

.hours-list li{

padding:13px 0;
border-bottom:1px solid #eee;
display:grid;
grid-template-columns:minmax(0,1fr) auto;
gap:18px;
align-items:center;

}

.hours-day{
font-weight:600;
color:var(--texte);
}

.hours-time{
font-weight:600;
color:#555;
text-align:right;
}

.hours-time.closed{
color:#b05786;

}

/* RESPONSIVE */

@media(max-width:900px){

.rdv-content{
grid-template-columns:1fr;
}

.contact-grid{
grid-template-columns:1fr;
}

}
/* ========================= */
/* SECTION LOCALISATION */
/* ========================= */

.location{

padding:140px 0;

background:linear-gradient(180deg,#f7f6ff,#eef0fb);

position:relative;

}

/* halo violet décoratif */

.location::before{

content:"";

position:absolute;

width:500px;
height:500px;

background:radial-gradient(circle,rgba(215, 200, 236, 0.18),transparent 70%);

top:-150px;
right:-150px;

}

/* HEADER */

.location-header{

text-align:center;

margin-bottom:60px;

}

.location-header h2{

font-size:36px;

color:var(--violet);

margin-bottom:10px;

}

.location-header p{

color:#666;

font-size:17px;

}

/* CARD GLOBAL */

.location-card{

display:grid;

grid-template-columns:2fr 1fr;

gap:40px;

background:white;

padding:30px;

border-radius:20px;

box-shadow:0 35px 80px rgba(0,0,0,0.08);

border:1px solid rgba(122,69,196,0.12);

align-items:center;

}

/* ========================= */
/* SECTION LOCALISATION */
/* ========================= */

.location{

padding:140px 20px;

background:linear-gradient(180deg,#f7f6ff,#eef0fb);

position:relative;

overflow:hidden;

}

/* halo décoratif */

.location::before{

content:"";

position:absolute;

width:420px;
height:420px;

background:radial-gradient(circle,rgba(215,200,236,0.18),transparent 70%);

top:-120px;
right:-120px;

pointer-events:none;

}

/* HEADER */

.location-header{

text-align:center;

margin-bottom:60px;

}

.location-header h2{

font-size:36px;

color:var(--violet);

margin-bottom:10px;

}

.location-header p{

color:#666;

font-size:17px;

line-height:1.6;

}

/* CARD PRINCIPALE */

.location-card{

display:grid;

grid-template-columns:2fr 1fr;

gap:50px;

background:white;

padding:35px;

border-radius:20px;

box-shadow:0 35px 80px rgba(0,0,0,0.08);

border:1px solid rgba(122,69,196,0.12);

align-items:center;

overflow:hidden;

}

/* MAP */

.location-map{

height:420px;

border-radius:16px;

overflow:hidden;

box-shadow:0 20px 50px rgba(0,0,0,0.12);

}

.location-map iframe{

width:100%;
height:100%;

border:0;

display:block;

}

/* INFOS */

.location-info{

padding:10px 10px 10px 20px;

}

.location-info h3{

color:var(--violet);

font-size:22px;

margin-bottom:12px;

}

.location-info p{

color:#555;

line-height:1.6;

margin-bottom:15px;

}

/* BOUTON ITINERAIRE */

.map-btn{

display:inline-block;

margin-left: 80px;
margin-top: 15px;

background:linear-gradient(135deg,var(--violet),#9c6bff);

color:white;

padding:10px 18px;

border-radius:25px;

text-decoration:none;

font-weight:600;

font-size:14px;

transition:.25s;

}

.map-btn:hover{

transform:translateY(-2px);

box-shadow:0 14px 30px rgba(122,69,196,0.35);

}

/* RESPONSIVE */

@media(max-width:900px){

.location-card{

grid-template-columns:1fr;

}

.location-map{

height:300px;

}

.location-info{

padding:10px;

}
}
