/*
Theme Name: Bordeo
Theme URI: https://www.bordeo.fr/
Author: Agence Kwan
Author URI: https://www.kwan.fr/
Description: Th&egrave;me du site Bordeo
Version: 1.0
*/


body {
  font-family: "Raleway", sans-serif;
}


@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1140px !important;
    }
}


/* Navbar Styling */
.navbar {
    background-color: rgb(36, 83, 181);
    padding: 15px 0px !important;
}

.navbar-brand img {
    height: 35px;
}
.nav-link {
    font-family:Raleway !important;
    font-size:17px !important;
    font-weight:700 !important;
    height:20px !important;
    letter-spacing:0.17px !important;
    line-height:20px !important;
    margin: 0px;
    color:white !important;
}
.nav-link:hover {
    color: #fff !important;
}
#menu-topmenu {
    height: 28px;
}
.dropdown-menu {
    background-color: rgb(36, 83, 181) !important;
    background: rgb(36, 83, 181) !important;
    border:none !important;
    color: #fff !important;
}
.dropdown-menu a {
    color: #fff !important;
}
.btn-contact {
    border: 1px solid #fff !important;
    color:white !important;
    border-radius: 100px !important;
    padding: 10px 25px !important;
    font-weight: 500 !important;
}
.btn-contact:hover {
    border: 1px solid #fff !important;
    background-color: white !important;
    color: rgb(36, 83, 181) !important;
    border-radius: 100px !important;
    padding: 10px 25px !important;
    font-weight: 600 !important;
}


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




.home .elementor h2 {
    font-family:Raleway !important;
    font-size:36px !important;
    font-weight:700 !important;
    line-height:48px !important;
}
.home .elementor h3 {
    font-family:Raleway !important;
    font-size:36px !important;
    font-weight:700 !important;
    line-height:48px !important;
}
.home .elementor p {
    font-family:Raleway !important;
    font-size:20px !important;
    font-weight:400 !important;
}


.elementor .elementor-button { 
    border: 1px solid #fff !important;
    color:white !important;
    border-radius: 100px !important;
    padding: 10px 25px !important;
    font-weight: 500 !important;
    background-color: transparent !important;
    font-family:Raleway !important;
    font-size:20px !important;
    font-weight:400 !important;
    line-height:48px;
}
.elementor .elementor-button:hover {
    border: 1px solid #fff !important;
    background-color: white !important;
    color: rgb(36, 83, 181) !important;
    border-radius: 100px !important;
    padding: 10px 25px !important;
    font-weight: 600 !important;
}
.elementor .elementor-button-info .elementor-button { 
    border: 1px solid #2453B5 !important;
    color:#2453B5 !important;
    border-radius: 100px !important;
    padding: 10px 25px !important;
    font-weight: 500 !important;
    background-color: transparent !important;
    font-family:Raleway !important;
    font-size:20px !important;
    font-weight:400 !important;
    line-height:48px;
}
.elementor .elementor-button:hover {
    border: 1px solid #2453B5 !important;
    background-color: #2453B5 !important;
    color: white !important;
    border-radius: 100px !important;
    padding: 10px 25px !important;
    font-weight: 400 !important;
}




/******************* PAGE **********************/

.page .elementor h2 {
    font-family:Raleway !important;
    font-size:36px !important;
    font-weight:700 !important;
    line-height:48px !important;
}
.page .elementor h3 {
    font-family:Raleway !important;
    font-size:36px !important;
    font-weight:700 !important;
    line-height:48px !important;
}
.page .elementor p {
    font-family:Raleway !important;
    font-size:20px !important;
    font-weight:400 !important;
}




/******************* POST **********************/

.article {
    background-color: #faefd7 !important;
    color: rgb(66,66,66);
    direction:ltr;
    font-family:Raleway;
    font-size:20px;
    height:auto;
    line-height:34px;
    overflow-wrap:break-word;
    padding:40px 100px;
}
.article .container {
    padding:0 100px;
}
.article h2 {
    color: #424242;
    font-weight:400;
}
.article-intro {
    background-color: rgb(36, 83, 181);
    padding: 40px 0 !important;
}
.article-intro .col-md-6:first-child {
    padding: 0 70px !important;
}
.article-intro img {
    border-radius: 50px;
}
.article-intro h1 {
    color:rgb(255, 255, 255);
    direction:ltr;
    display:inline;
    font-family:Raleway;
    font-size:46px;
    font-weight:700;
    height:auto;
    line-height:55.2px;
    overflow-wrap:break-word;
    text-align:left;
}
.article-intro .tag {
    background-color:white;
    color:rgb(36, 83, 181);
    text-transform: uppercase;
    font-weight:600;
    padding:3px 10px;
}
.article-intro .tags {
    padding:20px 0px 0px 0;
}
.article-intro .article-date {
    color: white !important;
    font-weight:300;
}

.addtoany_content {
    clear: both;
    margin: 30px auto !important;
    border:1px solid #000;
    padding:15px 25px;
}
.addtoany_header {
    margin: 0 0 16px;
    text-align: center;
}
.addtoany_list {
    text-align: center;
    width:100%;
    display: inline-block !important;
}


.archive .section-blog {
    padding:45px 0;
}
.archive .post {
    border:1px solid rgb(36, 83, 181) !important;
    border-radius: 30px;
}
.archive .post img {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}
.card-body a {
    color:rgb(0, 0, 0);
    font-family:Raleway;
    font-size:20px;
    font-weight:400;
    text-decoration: none;    
}
.card-title {
    color:rgb(0, 0, 0);
    font-family:Raleway;
    font-size:20px;
    font-weight:400;
    text-decoration: none;    
}

/******************* CONTACT FORM **********************/

.wpcf7 input, .wpcf7 select, .wpcf7 textarea {
    border: 1px solid white;
    border-radius: 30px;
    height:60px;
    color:white !important;
    background-color: transparent !important;    
}
.wpcf7 select {
    background-color: rgb(36, 83, 181) !important;
    color: white !important;    
}
.wpcf7 select:active {
    color: white !important;   
}
.wpcf7 textarea {
    height:150px !important;  
}
.wpcf7 p {
    margin-bottom: 0rem; 
}
.wpcf7 label {
    color:white;   
}
.wpcf7 input.wpcf7-submit {
    background: white !important; 
    background-color: white !important; 
    width:100% !important;
    color: rgb(36, 83, 181) !important;
    font-weight:700;
}





/******************* PARTENAIRES **********************/

.partenaires {
    border-width:1px 0 0;
    border-style:solid;
    border-color:#d1d1d1 #727272 #727272;
    background-color:rgba(0,0,0,0);
    padding:36px 0 45px !important;
    margin:0 !important
}
.partenaires h2 {
    text-align: center !important;
    color: #2453b5;
    margin-bottom: 30px;
}
.partenaires img {
    max-height:60px;
    width:auto;
    max-width:200px;
}



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

footer {
    margin: 0px !important;
    color: #fff;
    font-size:13px;
}
footer p {
    color: #b6b6b6;
    font-size:13px;
}
footer h5 {
    font-family: Raleway;
    font-size:20px;
    font-weight:700;
    line-height:20px;
    color:rgb(36, 83, 181);
    margin-top:15px;
}
/*
footer h5:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;          
  height: 1px;          
  background-color: white;
}
*/
.footer-top {
    background-color:#faefd7;
    padding: 40px 0 20px !important;
}
.footer-top ul  {
    margin-left:0;
    padding-left:0;
}
.footer-top ul li, .footer-top a  {
    color:rgb(51, 122, 183) !important;
    font-family:Raleway !important;
    font-size:15px !important;
}
.footer-bottom {
    background-color: rgb(36, 83, 181);
    padding: 30px 0px !important;
    margin: 0px !important;
    color: #fff;
    font-size:13px;
}
#footer-col-1 {
    padding:60px 0;
    text-align: center !important;
}
#footer-col-1 img {
    max-width:270px !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-bottom p {
    color:#fff;
}
.footer-bottom a {
    color:#fff;
}
footer ul {
  list-style-type: none;
  padding-left: 15px; /* Adjust based on icon size */
}

footer li {
}


/* =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. */
}