/*
Theme Name: Optique Blereau-Donat
Theme URI: https://www.blereaudonat.fr/
Author: Media Squad
Author URI: https://www.media-squad.fr/
Description: Th&egrave;me du site de Blereau-Donat
Version: 1.0
*/


body {
    
}


/* Navbar Styling */
.navbar {
    background-color: white;
    padding: 1rem 2rem;
}
.navbar-brand img {
    height: 35px;
}
.nav-link {
    color: #333 !important;
    font-weight: 500;
    margin: 0 10px;
}
.nav-link:hover {
    color: #e3262e !important;
}
.btn-contact {
    border: 1px solid #ddd !important;
    border-radius: 12px !important;
    padding: 10px 25px !important;
    font-weight: 500 !important;
}
.btn-rdv {
    background-color: #e3262e !important;
    border: 1px solid #e3262e !important;
    color: white !important;
    border-radius: 12px !important;
    padding: 10px 25px !important;
    font-weight: 600 !important;
}
.btn-contact:hover {
    border: 1px solid #e3262e !important;
    color: #e3262e !important;
    border-radius: 12px !important;
    padding: 10px 25px !important;
    font-weight: 600 !important;
}
.btn-rdv:hover {
    background-color: #ffffff;
    border: 1px solid #e3262e;
    color: #e3262e !important;
    border-radius: 12px;
    padding: 10px 25px;
    font-weight: 600;
}


body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; /* Proche de la police originale */
    color: #444;
}





/******************* FOOTER **********************/

footer {
    background-color: #212121;
    color: #b6b6b6;
    font-size:13px;
    padding: 60px 0 30px !important;
}
footer p {
    color: #b6b6b6;
    font-size:13px;
}
footer h5 {
    font-family: 'Montserrat', sans-serif;
    font-size:14px;
    font-weight:700;
    line-height:20px;
    color:white;
    position: relative;
    text-transform:uppercase;
    display: inline-block; /* Keeps the line as wide as the text */
    padding-bottom: 15px;  /* Space between text and the line */
    margin-bottom: 15px;
}
footer h5:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;          /* Adjust this to change the line length */
  height: 1px;          /* Thickness of the line */
  background-color: white;
}
#footer-col-1 hr {
    background-color: #b6b6b6 !important;
    width:100%;
    height:1px !important;
}
#footer-col-1 a {
    color:#f43a23;
}
#footer-col-2 a {
    color:#b6b6b6;
    text-decoration: none;
}
#footer-col-2 a:hover {
    color:#f43a23;
    text-decoration: none;
}
#footer-col-3 a svg {
    font-size: 7em !important;
    width:45%;
    padding:15px;
    text-align: center;
    color: #b6b6b6;
}
#footer-col-3 a:hover svg {
    color: #f43a23;
}

footer ul {
  list-style-type: none;
  padding-left: 15px; /* Adjust based on icon size */
}

footer li {
  position: relative;
  margin-bottom: 10px;
}

footer li::before {
  /* Font Awesome 5 Core Logic */
  font-family: "Font Awesome 5 Free"; 
  font-weight: 900; /* Use 900 for Solid (fas), 400 for Regular (far) */
  content: "\f0da"; /* The caret-right unicode */
  
  /* Positioning */
  position: absolute;
  left: -10px;
  color: #b6b6b6; /* Your choice of color */
}


/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}