/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 04 2025 | 13:00:22 */
.elementskit-navbar-nav .elementskit-dropdown.elementskit-submenu-panel > li > a {
	padding:13px
}
#nav-fixed.is-sticky {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
	background: #fff;
	box-shadow: 1px 1px 8px #111d5e;
	transition: all 0.8s;
	margin-top:0px;
}
#nav-fixed.is-sticky .logo-section{
	    padding: 2px;
}
#nav-fixed.is-sticky .logo-section img{

}
#nav-fixed.is-sticky .nav-section {
}
#nav-fixed.is-sticky .nav-section li {
	margin: 0px 8px 0px 8px;
}
#nav-fixed.is-sticky .nav-section li a{
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	font-style: normal;
	line-height: 13px;
	letter-spacing: 0;

}

#nav-fixed.is-sticky .nav-section li:hover > a {
	color:#ffffff;
}
#nav-fixed.is-sticky .nav-section li ul li a {
font-weight: 400;
    padding: 12px;
    font-size: 13px;
}
#nav-fixed.is-sticky  .lang-section {
}
#nav-fixed.is-sticky  .lang-section li {
}
#nav-fixed.is-sticky  .lang-section li a{
	font-size: 16px;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 20px;
	letter-spacing: -0.5px;
	word-spacing: 15px;
	padding-left: 0px;
	padding-right: 0px;
}
#nav-fixed .lang-section li.cpel-switcher__lang--active a  span.cpel-switcher__code {
	background: #111d5e;
	cursor:none;
}
#nav-fixed .lang-section li a  span.cpel-switcher__code {
	padding-left: 0;
	padding: 10px;
	border-radius: 3px;
}
#nav-fixed .lang-section li a  span.cpel-switcher__code:hover {
	background: #111d5e;
}
#nav-fixed.is-sticky .sub-menu-services {
	margin-top:12px;
}
@media (max-width: 767px) {
#nav-fixed.is-sticky	.lang-section li a {
    font-size: 11px;
}
#nav-fixed.is-sticky	li a span.cpel-switcher__code {
    padding: 7px;
    border-radius: 3px;
}
	#nav-fixed.is-sticky .logo-section img {
    width: 100%;
}
	
}
#nav-fixed .logo-section-mobile  {
	    padding: 3px;
}
#nav-fixed.is-sticky.logo-section-mobile  {
	
}
#nav-fixed .logo-section-mobile img {}
	#nav-fixed.is-sticky .logo-section-mobile img {
		width: 75%;
    display: block;
    margin: auto;
    padding: 2px;
	}
.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure {
	min-height:45px;
}
.swiper-slide .swiper-slide-inner .swiper-lazy-preloader {
	border: 4px solid var(--e-global-color-primary,var(--e-global-color-secondary))
}

@media (max-width: 770px) {
.elementor-244 .elementor-element.elementor-element-c1398b7 .elementskit-navbar-nav > li > a .elementskit-submenu-indicator {
 
	color: white}

.e-con.e-con>.e-con-inner>.elementor-widget, .elementor.elementor .e-con>.elementor-widget {
   margin:auto;
}
	#nav-fixed.is-sticky .nav-section li a {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    font-style: normal;
    line-height: 13px;
    letter-spacing: 0;
    border-radius: 2px;
    padding: 16px 10px;
}
}
.spinner {
 min-width: 150px;
   
   display: grid;
   border: 5.8px solid #0000;
   border-radius: 50%;
   border-color: #d60124 #0000;
   animation: spinner-e04l1k 1.2s infinite linear;
}

.spinner::before,
.spinner::after {
   content: "";
   grid-area: 1/1;
   margin: 2.9px;
   border: inherit;
   border-radius: 50%;
}

.spinner::before {
   border-color: #111d5e #0000;
   animation: inherit;
   animation-duration: 0.6s;
   animation-direction: reverse;
}

.spinner::after {
   margin: 11.6px;
}

@keyframes spinner-e04l1k {
   100% {
      transform: rotate(1turn);
   }
}

/* Section des commentaires */
.custom-comments {
    margin: 40px auto;
    background: #fff;
    border-radius: 5px;
    padding: 24px;
    width: 90%;

}

#comments .custom-comments-title {
	    color: #FFFFFF;
	background-color: var(--e-global-color-secondary);
    padding: 14px 32px;
    border-radius: 6px;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 28px;
    text-align: center;
    letter-spacing: 1px;
}

#comments .custom-comment-list {
    list-style: none;
    margin: 0 0 32px 0;
    padding: 0;
}

#comments .custom-comment-item {
    background: #f9f9f9;
    margin-bottom: 20px;
    padding: 18px 20px 10px 20px;
    border-radius: 7px;
    box-shadow: 0 1px 9px -6px #111D5E;
}

#comments .custom-comment-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1rem;
    margin-bottom: 8px;
}

#comments .custom-comment-author {
    color: #14317A; /* Bleu re'zo */
    font-weight: 600;
    letter-spacing: 0.5px;
}

#comments .custom-comment-date {
    color: #D0021B;
    font-size: 0.95em;
    font-weight: 400;
}

#comments .custom-comment-content {
    color: #222;
    font-size: 1.08em;
    padding-left: 2px;
}

#comments .custom-reply-title {
  background: #D0021B;
    color: #fff;
    padding: 10px 24px;
    border-radius: 6px;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 18px;
    text-align: center;
}

#comments .custom-comment-submit-btn {
    background: #D0021B !important;
    color: #fff !important;
    border-radius: 4px !important;
    font-size: 1.15em;
    border: none !important;
    box-shadow: 0 1px 2px #ddd;
    padding: 12px 34px !important;
    margin-top: 16px;
    transition: background 0.2s;
}
#comments .custom-comment-submit-btn:hover {
    background: #a10010 !important;
    color: #fff !important;
}
form#commentform {
	    width: 85%;
    margin: auto;
}
form#commentform label {
    padding: 4px 30px;
    color: #111D5E;
    margin: 10px 0;
    font-weight: 700;
}
form#commentform input {
	border: 2px solid #111d5e;
}
form#commentform p.form-submit input {
	    background-color: var(--e-global-color-secondary);
	    margin-top: 25px;
  
}
form#commentform p.form-submit input:hover {
  background-color: var(--e-global-color-primary);	
}

form#commentform textarea {
	height: 130px;
	    border: 2px solid #111d5e;
	    border-radius: 8px;
}
form#commentform  .comment-form-url {
	display:none;
}

/* Responsive */
@media (max-width: 600px) {
    .custom-comments, .custom-comments-title, .custom-reply-title {
        padding: 10px 6px;
        font-size: 1.07em;
    }
    .custom-comment-item { padding: 10px 8px 6px 8px; }
}
