:root { 
	-bs-blue: #006098; 
}

div.header-left {
	background-image: url('./images/headerLeft.png');
	background-repeat: no-repeat;
	background-position: top right;
	vertical-align: middle;
	background-color: #000000;
}

div.header-right {
	background-image: url('./images/headerRight.png');
	background-repeat: repeat-x;
	background-position: top right;
	vertical-align: middle;
}


div.banner-left-blue {
	background-image: url('./images/bannerBlue.png');
	background-repeat: no-repeat;
	background-position: top left;
	vertical-align: middle;
	background-color: #006099;
	height: 200px;
}

span.phone-label {
	color: #FFFFFF;
	line-height: 30px;
	font-weight: normal;
	font-style: italic;
	float: left;
	height: 35px;
	margin-right: 15px;
	font-size: 1em;
}

span.phone-background {
	color: #006098;
	background-color: #FFFFFF;
	font-weight: bolder;
	font-size: 1.5em;
	height: 35px;
	line-height: 30px;
	padding-left: 10px;
	padding-right: 10px;
	background-image: url('./images/headerPhoneLeft.png'),
		url('./images/headerPhoneRight.png');
	background-repeat: no-repeat, no-repeat;
	background-position: top left, top right;
	float: left;
}

span.phone-content {
	font-style: italic;
}

span.help {
	color: #006098;
	line-height: 20px;
	height: 20px;
	font-size: 1.3em;
	font-style: italic;
	font-weight: bolder;
}

span.call {
	color: #000000;
	line-height: 20px;
	height: 20px;
	font-size: 1.1em;
	font-style: italic;
	font-weight: bolder;
}

a.callButton {
	color: #FFFFFF;
	background-color: #000000;
	text-decoration: underline;
	text-transform: uppercase;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 40px;
	cursor: pointer;
	font-size: 1.1em;
}

button.callButton {
	color: #FFFFFF;
	background-color: #000000;
	text-decoration: underline;
	text-transform: uppercase;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
	line-height: 25px;
	cursor: pointer;
	font-size: 1em;
	background-image: none;
	border-radius: 0px;
	box-shadow: none;
	text-shadow: none;
}

.text-blue {
	color: #00619a;
}

.text-red {
	color: #df1114;
}

.text-orange {
	color: #f58220;
}

.text-yellow {
	color: #fdb614;
}

.text-green {
	color: #a0bc3b;
}

.text-purple {
	color: #831f82;
}

.text-justify {
	text-align: justify !important;
}

span.justify {
	margin-top: 5px;
	margin-bottom : 5px;
	text-align: justify;
	background-color: blue;
}

.bg-blue {
	background-color: #00619a;
}

.bg-red {
	background-color: #df1114;
}

.bg-orange {
	background-color: #f58220;
}

.bg-yellow {
	background-color: #fdb614;
}

.bg-green {
	background-color: #a0bc3b;
}

.bg-purple {
	background-color: #831f82;
}

.bg-dark {
    background-color: #000000!important;
}

.fg-blue {
	background-color: #00619a;
}

.fg-red {
	background-color: #9b444c;
}

.fg-orange {
	background-color: #9a6945;
}

.fg-yellow {
	background-color: #8d7b3a;
}

.fg-green {
	background-color: #7c874c;
}

.fg-purple {
	background-color: #6e526e;
}

.border-blue {
	border-color: #00619a !important;
}

.border-red {
	border-color: #e62725!important;
}

.border-orange {
	border-color: #f58220 !important;
}

.border-yellow {
	border-color: #fdb614 !important;
}

.border-green {
	border-color: #a0bc3b !important;
}

.border-purple {
	border-color: #831f82 !important;
}

.navbar {
	border-radius: 0px;
	background: none;
	border: none;
	background-image: url('./images/menu.png');
	background-repeat: repeat-y;
	background-position: top center;
	background-color: #19649d;
	z-index: 1;
}

.navbar-nav>li {
	padding-left: 6px;
	padding-right: 6px;
	border-left-color: #57b5ff;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #003059;
	border-right-style: solid;
	border-right-width: 1px;
	cursor: pointer;
}

.navbar-nav>li:first-child {
	border-left: none;
}

.navbar-nav>li:last-child {
	border-right: none;
}

.navbar-nav>.dropdown>a .caret {
	border-top-color: #FFFFFF;
}

.navbar-nav>.dropdown>a:hover .caret {
	border-top-color: #000000;
}

.navbar-nav>li>a {
	color: #FFFFFF !important;
	font-size: 1em;
}

.navbar-nav>.active>a:hover, .navbar-nav>li>a:hover, .navbar-nav>li>a:focus
	{
	background: none;
}

.navbar-nav>.active>a, .navbar-nav>.open>a, .navbar-nav>.open>a,
	.navbar-nav>.open>a:hover, .navbar-nav>.open>a, .navbar-nav>.open>a:hover,
	.navbar-nav>.open>a:focus {
	background: none;
}

.navbar-nav>.active>a, .navbar-nav>.open>a, .navbar-nav>.open>a:hover,
	.navbar-nav>.open>a:focus {
	color: #000000 !important;;
}

.navbar-nav>li>a:hover, .navbar-nav>li>a:focus {
	color: #000000 !important;;
}

.navbar-nav>li>a.show{
	color: #000000 !important;;
}

.navbar .megamenu {
	padding: 1rem;
	border-radius: 0px;
	background-color: #19649d;
	border:0;
	background-image: url('./images/menu.png');
	background-repeat: repeat-y;
	background-position: top center;
}

a.menuLink {
	color: #FFFFFF !important;
}

a.menuLink:hover, a.menuLink:focus {
	color: #000000 !important;;
}

nav.breadcrumb {
	padding-left: 10px;
	margin-right: 0px !important; 
	margin-left: 0px !important;
	margin-bottom: 0px !important;
}

ol.breadcrumb {
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
}

div.socialTop {
	width: 45px;
	position: fixed;
	top: 215px;
	right: 0px;
	text-align: left;
}

div.socialBottom {
	width: 45px;
	bottom: 30px;
	position: absolute;
	right: 0px;
	text-align: left;
}

a.socialIcon {
	height: 35px;
	width: 35px;
	display: block;
	line-height: 35px;
	margin-bottom: 2px;
	color: #19649d !important;
	border-color: #19649d !important;
}

#remoteSupremoMac {
	color: #008000 !important;
	border-color: #008000 !important;
}

#remoteSupremoMac:focus, #remoteSupremoMac:hover {
	color: #00ca00 !important;
}

#remoteSupremo {
	color: #ea7424 !important;
	border-color: #ea7424 !important;
}

#remoteSupremo:focus, #remoteSupremo:hover {
	color: #d19266 !important;
}

#incident, #application {
	color: #e62725!important;
	border-color: #e62725!important;
}

#incident:focus, #application:focus, #incident:hover, #application:hover
	{
	color: #b85a4b !important;
}

#remoteKite {
	color: #fdb614 !important;
	border-color: #fdb614 !important;
}

#remoteKite:focus, #remoteKite:hover {
	color: #fdb614;
	border-color: #fdb614 !important;
}

.circle {
	width: 10em;
	height: 10em;
	top: 0;
	bottom: 0;
	width: 100%;
}

.circleIcon {
	position: relative;
	margin-left: auto;
    margin-right: auto;
    margin-top : auto;
    margin-bottom : auto;
    padding:0;
	width: 8em;
	height: 8em;
	border: 10px;
	border-style : solid;
	border-radius: 50%;
	
}

.circleIcon:after {
	content: '';
	position: absolute;
	margin-left: auto;
    margin-right: auto;
	top: -25px;
	left: -25px;
	right: -25px;
	bottom: -25px;
	border-radius: 50%;
	z-index: -1;
}

.circleIconNoBorder {
	position: absolute;
	margin-left: auto;
    margin-right: auto;
    margin-top : auto;
    margin-bottom : auto;
    padding:0;
	width: 8em;
	height: 8em;
	font-size: 2em;
	bottom: 0 !important;
}

.circleIconNoBorder:after {
	content: '';
	position: absolute;
	margin-left: auto;
    margin-right: auto;
	top: -25px;
	left: -25px;
	right: -25px;
	bottom: -25px;
	z-index: -1;
}

div.postalAddress {
	height: 80px;	
}

.carousel-control-next, .carousel-control-prev {
	width : 2% !important;
}

.carousel-caption {
	left: 50% !important;
	top: 15% !important;
	right: 5%!important;
}

.sectionTitle, .sectionIntroduction, .sectionOffer,.sectionTestimonials, .sectionCallToAction, .sectionConclusion, .sectionContact {
	color: white;	
} 

.sectionTitle h2, .sectionIntroduction h2, .sectionOffer h2, .sectionTestimonials h2, .sectionCallToAction h2, .sectionConclusion h2, .sectionContact h2 {
	font-size: 2.5em;
  	font-weight: bold;
  	margin-bottom: 20px;
}

.sectionTitle .description, .sectionIntroduction .description, .sectionOffer .description, .sectionTestimonials .description, .sectionCallToAction .description, .sectionConclusion .description, .sectionContact .description {
	font-size: 2.5em;
  	font-weight: bold;
  	margin-bottom: 20px;
}

.sectionTitle .features, .sectionIntroduction .features, .sectionOffer .features, .sectionTestimonials .features, .sectionCallToAction .features, .sectionConclusion .features, .sectionContact .features {
	list-style: none;
	padding: 0;
 	text-align: left;
 	display: inline-block;
 	font-weight: bold;
}

.sectionTitle .btn, .sectionIntroduction .btn, .sectionOffer .btn, .sectionTestimonials .btn, .sectionCallToAction .btn, .sectionConclusion .btn, .sectionContact .btn {
	background-color: #58A4B0;
    color: #ffffff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.sectionTitle .btn:hover, .sectionIntroduction .btn:hover, .sectionOffer .btn:hover, .sectionTestimonials .btn:hover, .sectionCallToAction .btn:hover, .sectionConclusion .btn:hover, .sectionContact .btn:hover {
	background-color: #45A29E; /* Couleur de fond au survol */
    color: #e0e0e0; /* Couleur du texte au survol */
    /*transform: translateY(-3px);  Effet de levée */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Ombre légère */
}

.sectionTitle .btn:focus, .sectionIntroduction .btn:focus, .sectionOffer .btn:focus, .sectionTestimonials .btn:focus, .sectionCallToAction .btn:focus, .sectionConclusion .btn:focus, .sectionContact .btn:focus {
	outline: none; /* Supprimer le contour par défaut */
    box-shadow: 0 0 10px rgba(0, 123, 255, 0.7); /* Lumière autour au focus */
}

.sectionTitle {
	background:  linear-gradient(to right, #004aad, #00c6ff) !important;
    color: #f2f2f2 !important;
}

.sectionTitle .title {
	color: #ffffff !important;
}

.sectionTitle .description {
	color: #f2f2f2 !important;
}

.sectionTitle ul {
	color: #f1f1f1 !important;
}
.sectionTitle .btn {
	background-color: #ffffff !important;
    color: #004aad !important;    
}

.sectionTitle .btn:hover {
    background-color: #00c6ff !important; /* Couleur de fond au survol */
    color: #ffffff !important;
}

.sectionIntroduction  {
	background:  linear-gradient(135deg, #ffffff 0%, #f1f1f1 100%) !important;
    color: #666666 !important;
}

.sectionIntroduction .title {
	color: #2d2d2d !important;
}

.sectionIntroduction .description {
	color: #666666 !important;
}

.sectionIntroduction  ul {
	color: #005f99 !important;
}
.sectionIntroduction  .btn {
	background-color: #005f99 !important;
    color: #ffffff !important;    
}

.sectionIntroduction  .btn:hover {
    background-color: #003f66 !important; /* Couleur de fond au survol */
    color: #ffffff !important;
}

.sectionOffer  {
	background: linear-gradient(135deg, #f5f7fa 0%, #cfd8dc 100%) !important;
    color: #37474f !important;
}

.sectionOffer .title {
	color: #1c313a !important;
}

.sectionOffer .description {
	color: #37474f !important;
}

.sectionOffer  ul {
	color: #388e3c !important;
}
.sectionOffer .btn {
	background-color: #1976d2 !important;
    color: #ffffff !important;    
}

.sectionOffer .btn:hover {
    background-color: #1565c0 !important; /* Couleur de fond au survol */
    color: #ffffff !important;
}

.sectionTestimonials  {
	background: linear-gradient(135deg, #eef2f7 0%, #d3dff4 100%) !important;
    color: #444444 !important;
}

.sectionTestimonials .title {
	color: #005f99 !important;
}

.sectionTestimonials .description {
	color: #444444 !important;
}

.sectionTestimonials  ul {
	color: #007acc !important;
}
.sectionTestimonials .btn {
	background-color: #007acc !important;
    color: #ffffff !important;    
}

.sectionTestimonials .btn:hover {
    background-color: #005f99 !important; /* Couleur de fond au survol */
    color: #ffffff !important;
}

.sectionTestimonials blockquote {
    font-style: italic;
    color: #555;
    border-left: 4px solid #004aad;
    padding-left: 15px;
}

.sectionCallToAction  {
	background: linear-gradient(135deg, #ffffff 0%, #f1f1f1 100%) !important;
    color: #555555 !important;
}

.sectionCallToAction .title {
	color: #333333 !important;
}

.sectionCallToAction .description {
	color: #555555 !important;
}

.sectionCallToAction  ul {
	color: #dc3545 !important;
}
.sectionCallToAction .btn {
	background-color: #dc3545 !important;
    color: #ffffff !important;    
}

.sectionCallToAction .btn:hover {
    background-color: #c82333 !important; /* Couleur de fond au survol */
    color: #ffffff !important;
}

.sectionConclusion  {
	background: linear-gradient(135deg, #f4f4f4 0%, #e0e0e0 100%) !important;
    color: #555555 !important;
}

.sectionConclusion .title {
	color: #333333 !important;
}

.sectionConclusion .description {
	color: #555555 !important;
}

.sectionConclusion  ul {
	color: #007acc !important;
}
.sectionConclusion .btn {
	background-color: #28a745 !important;
    color: #ffffff !important;    
}

.sectionConclusion .btn:hover {
    background-color: #218838 !important; /* Couleur de fond au survol */
    color: #ffffff !important;
}

.sectionContact  {
	background: linear-gradient(135deg, #f9f9f9 0%, #e8e8e8 100%) !important;
    color: #444444 !important;
}

.sectionContact .title {
	color: #222222 !important;
}

.sectionContact .description {
	color: #444444 !important;
}

.sectionContact  ul {
	color: #007acc !important;
}
.sectionContact .btn {
	background-color: #007acc !important;
	background-image: none  !important;
    color: #ffffff !important;    
}

.sectionContact .btn:hover {
    background-color: #005f99 !important; /* Couleur de fond au survol */
    color: #ffffff !important;
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
	#content {
		padding: 0;
		width: 100%;
		padding-top:10px;
		padding-left: 50px;
		padding-right: 50px;
	}

	.navbar .has-megamenu {
		position: static !important;
	}
	.navbar .megamenu {
		left: 0;
		right: 0;
		width: 100%;
		margin-top: 0;
	}
}
/* ============ desktop view .end// ============ */

/* ============ mobile view ============ */
@media ( max-width : 991px) {
	.navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse
		{
		overflow-y: auto;
		max-height: 90vh;
		margin-top: 10px;
	}
	#content {
		padding: 0;
		width: 100%;
		padding-left: 5px;
		padding-right: 5px;
	}
	
	.circle {
		width: 5em;
		height: 5em;
		top: 0;
		bottom: 0;
		width: 100%;
	}

	.circleIcon {
		position: relative;
		margin-left: auto;
    	margin-right: auto;
    	margin-top : auto;
    	margin-bottom : auto;
		width: 4em;
		height: 4em;
		border: 5px;
		border-style : solid;
		border-radius: 50%;
	}

	.circleIcon:after {
		content: '';
		position: absolute;
		margin-left: auto;
    	margin-right: auto;
		top: -12px;
		left: -12px;
		right: -12px;
		bottom: -12px;
		border-radius: 50%;
		z-index: -1;
	}
	
	nav.breadcrumb{
		margin-right: 0px !important; 
		margin-left: 0px !important;	
	}

	.fa-stack-2x {
		font-size: 1em !important;
	}
	
	span.phone-content {
		font-style: italic;
		font-size: 0.75em;
	}
}