/*** General CSS ***/
.btn,
.slider-btn a,
.button.subbutton,
#sp_qc_submit {
    position: relative;
    display: inline-block;
    width: auto;
    margin: 0;
    font-family: inherit;
    line-height: 2em;
    letter-spacing: .02em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px 35px;
    text-transform: uppercase;
    color: #fff!important;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 2.4px;
    border-radius: 7px!important;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    border: 2px solid;
}
.btn i {
    background: #fff;
    color: #000;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}
.btn i:before {
    font-size: 14px;
    position: relative;
    text-align: center;
    line-height: 20px;
    padding-left: 4px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.button.subbutton,
.btn:hover {
    background: #fff;
}
.btn:hover i {
    color: #fff;
}
.btn.no-bg {
    background: none!important;
    box-shadow: none!important;
    border: 2px solid #C8C5BB!important;
    color: #212529!important;
    font-size: 14px;
}
.btn.no-bg:hover {
    border-color: #99978E!important;
}
/*** Title ***/
.title {
    max-width: 900px;
    margin: 0 auto;
}
.slider .btn {
    border: 0;
}
.slider .slider-request {
    box-shadow: 0px 0px 40px 1px rgb(0 81 147 / 59%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 40px 40px 40px 40px;
    background: #fff;
    max-width: 480px;
    margin: 0 auto;
    margin-right: 0;
}
.slider-request #name,
.slider-request #email {
    width: 49%;
    margin-right: 2%;
    float: left;
}
.slider-request #email {
    margin-right: 0;
}
.slider-request #subject {
    margin: 20px 0 40px;
    display: inline-block;
}
/*** Header Area ***/
/*** Top head ***/
#sp-top1 p,
.sp-contact-info li,
#sp-top-bar a {
    margin-bottom: 0;
}
#sp-top-bar ul.social-icons > li {
    margin: 0;
    border-right: 1px solid #fff;
}
#sp-top-bar ul.social-icons > li:first-child {
    border-left: 1px solid #fff;
    margin-left: 20px;
}
#sp-top-bar a {
    padding: 10px;
}

/*** Head ***/
#sp-header {
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.10);
    height: inherit;
}
#sp-header.header-sticky {
    position: fixed;
    top: 0;
    padding: 0 10px 0 0px;
}
body:not(.home) #sp-header {
    position: static;
}
body:not(.home) #sp-header.header-sticky {
    position: fixed;    
}

/* Header Menu */
.sp-megamenu-parent > li > span,
.sp-megamenu-parent > li > a {
    padding: 0 25px;
    text-transform: uppercase;
}

.sp-megamenu-parent > li li a {
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    font-weight: 500!important;
}
.sp-megamenu-parent > li li a:hover {
    padding-left: 7px!important;
}
.sp-megamenu-parent > li li a:before {
    content: '+';
    left: -25px;
    width: 20px;
    position: relative;
    color: #001659;
    font-size: 18px;
    font-weight: 400!important;
    line-height: inherit;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    opacity: 0;
}
.sp-megamenu-parent > li li a:hover:before {
    opacity: 1;
    left: -5px;
}
body.ltr .sp-megamenu-parent > li.sp-has-child > a:after, 
body.ltr .sp-megamenu-parent > li.sp-has-child > span:after {
    position: absolute;
}
.sp-megamenu-parent > li.active > a {
    font-weight: 600;
}
.sp-megamenu-parent > li > a:before {
    content: " ";
    display: block;
    width: 0px;
    height: 1.5px;
    right: 0;
    left: 0;
    margin: 45px auto 0px;
    position: absolute;
    bottom: 30px;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.sp-megamenu-parent > li:hover > a:before,
.sp-megamenu-parent > li.active > a:before {
    /*width: 37px;*/
    width: 0px;
}
.header-sticky .sp-megamenu-parent > li:hover > a:before,
.header-sticky .sp-megamenu-parent > li.active > a:before {
    bottom: 20px;
}

/*** Block Styles ***/
/*** About ***/
.about-title .sppb-column-addons {
    border-bottom: 1px solid #DBDBDB;
}
.about-content h2 {
    font-size: 60px;
    font-weight: 900;
    color: #B47E68;
}
.about-content h6 {
    color: #B47E68;
    font-size: 23px;
    margin-bottom: 14px;
}
.about-content ul {
    padding-left: 0;
}
.about-content ul li {
    display: inherit;
    font-weight: 500;
    padding: 10px 0;
    font-family: 'Rajdhani', sans-serif;
}
.about-content ul li:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 8px;
}

/*** Feature ***/
.feature-column .sppb-column-overlay {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.feature-column:hover .sppb-column-overlay {
    background-color: rgba(6, 6, 6, 0.8)!important;
}
.feature-column.center:hover .sppb-column-overlay {
    background-color: rgba(0, 46, 91, 0.79)!important;
}
.feature-column.center .btn {
    background: #fff;
    border-color: #fff!important;
}
.feature-column.center .btn:hover {
    transform: scale(1.1);
}
.feature-column.center .btn i {
    color: #fff;
}

/*** Service ***/
.service-item:hover .sppb-img-container {
     transform: rotate(15deg);
}

/*** Choose ***/
.choose .btn {
    padding: 11px 30px;
}
.choose-column .btn {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.choose-column:hover .btn {
    transform: translateY(15px);
}

/*** Testimonial ***/
.testimonial .sppb-row > div {
    margin: 20px 0;
}
.testimonial-column:hover {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    box-shadow: 0px 0px 55px 0px rgb(0 0 0 / 31%)!important;
}

/*** Counter ***/
.counter-item {
    padding: 25px 15px 10px 15px;
    background-color: #ffffff;
    border-radius: 15px 15px 15px 15px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.counter-item:hover {
    transform: scale(1.08);
}
.counter-item h2 {
    color: #3babfd;
    font-size: 50px;
    font-weight: 900;
    line-height: 1.2em;
}
.counter-item h5 {
    font-size: 18px;
    font-weight: 900;
    line-height: 1.2em;
}

/* Bottom Area */
/*** Bottom ***/
#sp-bottom p {
    line-height: 2.2;
}
#sp-bottom h3 {
    margin: 0 0 20px;
    font-size: 19px;
    margin: 0 0 20px;
    line-height: 1em;
}
#sp-bottom p a {
    font-weight: 700;
}
.shrewd_solution_icon ul li strong,  .bottom-contact strong {
    display: none;
}
.bottom-contact em {
    padding-right: 10px;
}
.shrewd_solution_icon ul,
.shrewd_solution_icon ul li {
    display: inline-block!important;
    padding: 0px!important;
}
.shrewd_solution_icon ul li a {
    font-size: 16px;
    background: #fff;
    height: 36px;
    width: 36px;
    line-height: 38px;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
    -webkit-transition: .5s;
    transition: .5s;
    box-shadow: 0 0 15px rgba(228, 200, 200, 0.5);
    display: inline-block;
}
.shrewd_solution_icon ul li a:hover {
    background: #224B8B; 
    color:#fff!important;
}

/* Footer Copyright */
#sp-footer {
    text-align: center;
}

/*** Responsive Layout ***/
/* Tablet Landscape Layout */
@media (min-width: 1400px) {
    .sppb-row-container {
        max-width: 1320px;
    }
}

@media (min-width: 980px) and (max-width: 1199px) {

  
}

/* Tablet Portrait Layout */
@media (min-width: 768px) and (max-width: 979px) {

  
}

/* Mobile Standard Layout */
@media (max-width: 768px) {

  
}

/* Mobile Small Resolution */
@media (max-width: 480px) {

  
}

/*** Color Variables ***/
/* Get Variables */
:root {
    --background-color: currentColor;
    --background: currentColor;
    --text-color: currentColor;
}

/* General */
.btn,
.btn:hover i,
.slider-btn a,
.button.subbutton,
.slider-btn a,
#sp_qc_submit:hover,
.slider-text:before,
.title p:before,
#sp-quickcontact-form #sp_qc_submit,
.about-item-content a,
#sp_qc_submit,
.feature-item:after,
.contact-social ul li a,
.line-title .sppb-section-title:before,
.about-us .sppb-title-heading:before,
.feature-item:hover .sppb-addon-content a,
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a:after {
    background-color: var(--background-color);
}
.title h4::after,
.feature-column.center .btn i,
.sp-megamenu-parent > li .sp-menu-badge {
   background: var(--background-color);
}
.title h2,
.slider-content h1,
.title.white h6,
.about-content ul li:before,
.slider-content h6,
.testimonial-content em,
.service-item h5,
.service-item i,
.testimonial-person span,
.slider-text-color,
.blog h3,
#sp_qc_submit,
.btn-no-bg,
.slider-button-text strong,
.testimonial-content i,
.about-item-content h3,
.about-item a:hover,
.video-item figure a:hover:after,
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li:hover > a {
	color: var(--text-color);
}
.title h2,
.team-item h5,
.btn:hover,
.feature-column.center .btn,
.slider-btn a:hover,
.button.subbutton:hover,
#sp-quickcontact-form #sp_qc_submit:hover,
.feature-item .sppb-icon-container i, 
.about-content h4, .choose-title h3,
.slider-request-title h4, 
.contact-title h3, .contact-text p, .shrewd_solution_icon ul li a {
  	color: var(--text-color)!important;
}
.about-item img,
.btn,
.slider-btn a,
.button.subbutton,
#sp-quickcontact-form #sp_qc_submit {
   border-color:var(--text-color)!important;
}
.btn-large, .button.btn-large,
.sp-megamenu-parent > li > a:before {
    background: var(--background-color)!important;
}
.video-item figure a:after:hover {
	border: 1px solid var(--text-color);
}





/*OK TJR*/   
/*Gestion de la bannière*/
#sp-header1{
	background: url("https://0d75b1.claudeassets.com/20260215160626im_/https://lamarcherepublicaine.com/templates/lt_corepair/images/header.jpg");
	background-position: center;
	background-repeat: no-repeat;
	/*background-size: cover;*/
	background-size: 100%;
	height: auto;
	padding-top: 11%;
	color:red;
}

.article-details .article-full-image {
width: 100%;
	text-align: center;
	background: url("https://b8e31a.claudeassets.com/20260215160626im_/https://lamarcherepublicaine.com/templates/lt_corepair/images/bg_img_text.jpg") repeat scroll 0% 0% #FAFAFA;
	border-top: 5px solid #EDEDED;
	border-bottom: 5px solid #EDEDED;
}

.article-details .article-full-image img{
height: 450px !important;
  width: auto !important;
}

@media screen and  (max-width: 600px) {
  .article-details .article-full-image {
width: 100%;
	text-align: center;
	background: url("https://b8e31a.claudeassets.com/20260215160626im_/https://lamarcherepublicaine.com/templates/lt_corepair/images/bg_img_text.jpg") repeat scroll 0% 0% #FAFAFA;
	border-top: 5px solid #EDEDED;
	border-bottom: 5px solid #EDEDED;
}

.article-details .article-full-image img{
width: 100% !important;
height: auto !important;
}
}

#sp-section-1{
background: #0d4a71;
}
#sp-top1 li{
display: inline-block !important;
margin-right:10px;
padding-top:10px;
}
#sp-top1 ul > li > a, #sp-top2 ul > li > a{color:#fff;}
#sp-top1 ul{padding-left: 0rem !important;}
#sp-top2 ul{margin-right: 10px;
  padding-top: 10px;
  float: right;}
#sp-top-bar ul.social-icons > li:first-child {
  border-left: 0px !important;
}
#sp-top-bar ul.social-icons > li {
 border-right: 0px !important;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
  line-height: 60px !important;
}

@media (max-width: 1240px) {
  .container, .container-sm {
    width: 100% !important;
    max-width: 100% !important;
  }
}

#sp-left .sp-module, #sp-right .sp-module {
  margin-top: 0px !important;
  border: 0px solid #f3f3f3;
  padding: 5px;
  border-radius: 3px;
}

.jtcs_item_wrapper{
padding: 0px !important;
}

#sp-left .sp-module .sp-module-title, #sp-right .sp-module .sp-module-title {
  margin: 0px !important;
  padding-bottom: 0px !important;
}

.sp-module .sp-module-title {
  margin-top: 20px;
  line-height: 1;
  font-size: 25px;
  color: #FFF;
  text-align: center;
  text-transform: uppercase;
  background: #0d4a71 none repeat scroll 0% 0%;
  z-index: 2;
  display: inline-block;
  position: relative;
  width: 100%;
  text-align: left;
  padding: 2px 10px;
}

#sp-bottom {
  padding: 20px 0 20px !important;
}

#sp-main-body {
  padding: 0px 0 !important;
}

#sp-banner1{
  margin-top: 10px !important;
}

.article-intro-image{
position: relative;
/*width: 100% !important;*/
  aspect-ratio: 16 / 9 !important;
}

.article-intro-image img{
  position: absolute;
  width: 100% !important;
  aspect-ratio: 16 / 9 !important;
  object-fit: cover !important;
}

.related-article-list img{
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}


.article-intro-image img:hover,
.article-intro-image img:focus{
  transform: scale(1.1);
  transition: all .5s;
  
    
    opacity: 1;
}

.article-full-image img{
width:100%;
height:auto;
}

.sp-megamenu-parent > li > a{
  color: #FFF;
  font-weight: 500;
}

.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li.active:hover > a{
  color: #FFF;
  font-weight: 800;
}

.sp-megamenu-parent > li:hover > a {
  color: #FFF;
  font-weight: 800;
}

.contact-form button{background: #0d6efd !important;}
.contact-misc{width:100%;}

/*
     FILE ARCHIVED ON 20:10:01 Nov 10, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 08:42:55 Jul 10, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 1.577
  exclusion.robots: 0.088
  exclusion.robots.policy: 0.074
  esindex: 0.01
  cdx.remote: 14.851
  LoadShardBlock: 183.018 (3)
  PetaboxLoader3.resolve: 202.573 (4)
  PetaboxLoader3.datanode: 267.955 (4)
  load_resource: 309.949
*/