@font-face {
  font-family: 'Open Sans';
  font-display: swap;
}

body { font-family: "Open Sans", sans-serif; color: #030003; }
a { color: #2ea3f2; text-decoration: none; outline:none; font-weight:400}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed; visibility: hidden; opacity: 0; 
  right: 15px; bottom: 15px; z-index: 996; 
  background: #2ea3f2; width: 40px; height: 40px; transition: all 0.4s;
}
.back-to-top i { font-size: 28px; color: #fff; line-height: 0; }
.back-to-top:hover { background: #e72323; color: #fff; }
.back-to-top.active { visibility: visible; opacity: 1; }

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader { position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 9999; overflow: hidden; background: #fff; }
#preloader:before {
  content: ""; position: fixed; top: calc(50% - 30px); left: calc(50% - 30px); border: 6px solid #cc1616; border-top-color: #efefef;
  border-radius: 50%; width: 60px; height: 60px; animation: animate-preloader 1s linear infinite;
}
@keyframes animate-preloader {
  0% { transform: rotate(0deg); }

  100% { transform: rotate(360deg); }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] { transition-delay: 0 !important; }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar { background: fixed #2ea3f2; font-size: 14px; height: 50px; padding: 0; color: rgba(255, 255, 255, 0.7); display: flex; width: 100%; z-index: 2; position: fixed; }
#topbar .contact-info { float:left; padding-top:4px; }
#topbar .social-links { float:right; }
#topbar .contact-info a { line-height: 0; color: rgba(255, 255, 255, 0.7); transition: 0.3s; }
#topbar .contact-info a:hover { color: #fff; }
#topbar .contact-info i { color: #cc1616; line-height: 0; margin-right: 5px; }
#topbar .contact-info .phone-icon { margin-left: 15px; }
#topbar .social-links a { color: rgba(255, 255, 255, 0.7); padding: 4px 12px; display: inline-block; line-height: 1px; transition: 0.3s; font-size:150%; }
#topbar .social-links a:hover { color: #fff; }

@media screen and (max-width: 1023px) {
  #topbar { display:none; }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header { background: #ffffff; transition: all 0.5s; z-index: 1; height: 70px; top: 50px; position: fixed; text-align: center; width: 100%;  }
#header.fixed-top { background: #ffffff; box-shadow:0px 2px 2px rgba(0,0,0, .1);}
#header.fixed-top .logo .logo-img { background: url(../img/logo-inrc.jpg);  width: 134px; height: 60px; display:block }
#header .logo { font-size: 30px; margin: 0; padding: 0; line-height: 1; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; }
#header .logo .logo-img { background: url(../img/logo-inrc.jpg); width: 134px; height: 60px; }
#header .logo a { color: #fff; }
@media (max-width: 1024px) {
  #header { top:0px; }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
.navbar { padding: 0; }
.navbar ul { margin: 0; padding: 0; display: flex; list-style: none; align-items: center; }
.navbar li { position: relative; }
.navbar>ul>li { margin-left: 5px; }

.navbar a {
  display: flex; align-items: center; justify-content: space-between; 
  padding: 25px 15px 24px 15px;
  font-size: 14px; color: #030003; white-space: nowrap;
  transition: 0.3s;
}
.navbar a:hover, .navbar a:focus { color: #2ea3f2; transition: 0.3s; }
.navbar a i, .navbar a:focus i { font-size: 12px; line-height: 0; margin-left: 5px; }

#header.fixed-top .navbar a, #header.fixed-top .navbar a:focus { color:#030003; }

#header.fixed-top .navbar a:hover, 
#header.fixed-top .navbar .active, 
#header.fixed-top .navbar .active:focus, 
#header.fixed-top .navbar li:hover>a { color: #2ea3f2; }

.navbar .dropdown ul {
  display: block; position: absolute; left: 0; top: calc(100% + 30px); margin: 0; padding: 10px 0; z-index: 99; opacity: 0;
  visibility: hidden; background: #fff; box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25); transition: 0.3s;
}
.navbar .dropdown ul li { min-width: 200px; }

.navbar .dropdown ul a { padding: 10px 20px; color: #191919; }

.navbar .dropdown ul a i { font-size: 12px; }

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a { color: #2ea3f2; }

.navbar .dropdown:hover>ul { opacity: 1; top: 100%; visibility: visible; }

.navbar .dropdown .dropdown ul { top: 0; left: calc(100% - 30px); visibility: hidden; }

.navbar .dropdown .dropdown:hover>ul { opacity: 1; top: 0; left: 100%; visibility: visible; }

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/*--------------------------------------------------------------
# Mobile Navigation 
--------------------------------------------------------------*/
.mobile-nav-toggle { font-size: 40px; cursor: pointer; display: none; line-height: 0; transition: 0.5s; }
.mobile-nav-toggle.bi {color:#030003}
.mobile-nav-toggle.bi-x { color: #030003; }

@media (max-width: 991px) {
  .mobile-nav-toggle { display: block; }
  .navbar ul { display: none; }
}

.navbar-mobile { position: fixed; overflow: hidden; top: 0; right: 0; left: 0; bottom: 0; background: rgba(240, 240, 240, 1); transition: 0.3s; z-index: 999; }
.navbar-mobile .mobile-nav-toggle { position: absolute; top: 15px; right: 15px; }
.navbar-mobile ul {
  display: block; position: absolute; top: 55px; right: 15px; bottom: 15px; left: 15px; padding: 10px 0; background-color: transparent; overflow-y: auto; transition: 0.3s;
}
.navbar-mobile a, .navbar-mobile a:focus { padding: 10px 20px; font-size: 15px; color: #030003; }
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover>a { color: #2ea3f2; background: none; }
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus { margin: 15px; }
.navbar-mobile .dropdown ul { 
  position: static; display: none; margin: 10px 20px; padding: 10px 0; z-index: 99; opacity: 1; visibility: visible; background: #fff; box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li { min-width: 200px; }
.navbar-mobile .dropdown ul a { padding: 10px 20px; }
.navbar-mobile .dropdown ul a i { font-size: 12px; }

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a { color: #cc1616; }
.navbar-mobile .dropdown>.dropdown-active { display: block; }

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero { width: 100%; height: 60vh; background: url("../img/inrc-banner-new.webp") top center; background-size: cover; position: relative; }
#hero:before { content: ""; background: rgba(0, 0, 0, 0); position: relative; bottom: 50px; top: 0; left: 0; right: 0; }

#hero h1 {
	font-size: 30px; font-weight: 300; line-height: 46px; font-style: italic; color: #111824;
	margin-top: 150px; background: rgba(255,255,255,.8); display: inline-block; padding: 30px; border-radius:20px; text-transform:none; 
}

#hero .btn-get-started {
  font-family: "Raleway", sans-serif; text-transform: uppercase; font-weight: 600; font-size: 14px; letter-spacing: 0.5px;
  display: inline-block; padding: 10px 28px; transition: 0.5s; border: 2px solid #fff; color: #111824; background:white; border-radius:20px; top:-10px; position:relative; 
}
#hero .btn-get-started:hover { background: #cc1616; border-color: #cc1616; color:white; }

.margin-left-slider {margin-left:50px;}

@media (max-width: 1275px) {
  #hero h1 { font-size: 28px; line-height: 36px; }
  .margin-left-slider {margin-left:0; margin-top:-50px; }
  #hero .btn-get-started { top:30px;}
}
@media (max-width: 1024px) {
  #hero h1 { font-size: 28px; line-height: 36px; }
  .margin-left-slider {margin-left:0; margin-top:-50px; }
}
@media (max-width: 975px) {
  #hero h1 { font-size: 28px; line-height: 36px; }
  .margin-left-slider {margin-left:0;  margin-top:50px;}
}
@media (max-width: 768px) {
  #hero { text-align: left; }
  #hero .container { padding-top: 40px; }
  #hero h1 { font-size: 24px; line-height: 32px; margin-top:20px; }
  .margin-left-slider {margin-left:0; margin-top:120px;}
}
#copyright {position:absolute; bottom:0; left:75%; color:#989898; font-size:12px;}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
main {position:relative; top:60px}
@media (max-width: 975px) {
  main { top:50px; }
}
section { padding: 60px 0px; overflow: hidden; margin:0; }
section.gray { background:#f5f5f5; overflow: hidden; margin:0; padding: 60px 0px; }

h1 { font-weight:300; text-align:center; text-transform:uppercase; margin-bottom:30px; font-size:30px }
h1 span { text-transform:none; color:#5587BE; font-weight:400; }
h2 { font-weight:400; text-align:justify; font-size:18px }
h2 span { text-align:center;font-size:22px; color:#5587BE;}
h3 { font-weight:400; color:#5587BE; font-size:18px; }

/*--------------------------------------------------------------
# Columns
--------------------------------------------------------------*/
.col-box-5 { float:left; width:20% }
.col-box-4 { float:left; width:25% }
.col-box-3 { float:left; width:33.3333%; padding: 0 10px }
.col-box-2 { float:left; width:50%; }
@media (max-width: 1023px) {
	.col-box-5 { float:left; width:33.3333% }
	.col-box-4 { float:left; width:50% }
	.col-box-3 { float:left; width:50% }
}
@media (max-width: 768px) {
	.col-box-5 { float:left; width:50% }
	.col-box-4 { float:left; width:100% }
	.col-box-3 { float: left; width: 100% }
.col-box-2 { float:left; width:100%; }
}

/*--------------------------------------------------------------
# QUI SOMMES NOUS
--------------------------------------------------------------*/
.logo-small:before {content:url("../img/inrc-icon.png"); width:58px; height:56px; left:5px: position:relative;}
.logo-small-text { margin-top: -48px; margin-left:-10px; font-weight:300; padding:0 14px; }
.logo-small-text ul { margin-left:44px }
.logo-small-text li { list-style-type: circle; margin-bottom:10px }

/*--------------------------------------------------------------
# GAINS
--------------------------------------------------------------*/
#gains { padding-top: 10px; }
#gains .box { padding: 20px 20px 15px; box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1); transition: all ease-in-out 0.3s; text-align:center; margin-bottom:20px; }
#gains .box span { display: block; font-size: 28px; font-weight: 700; color: #C00000; }
#gains .box h3 { font-size: 18px; font-weight: 500; padding: 0; margin: 0 0 20px 0; color: #191919; }
#gains .box p span { color: #5587BE; font-size: 18px; margin: 0; padding: 0; line-height:24px; top:-6px; position:relative; }

/*--------------------------------------------------------------
# OFFRE
--------------------------------------------------------------*/
.title1 { background: #5587BE; color:white; text-transform:uppercase; padding:10px; text-align:center; }
.title2 { background: #999999; color:white; text-transform:uppercase; padding:10px; text-align:center; }
#offre .bkg-offre {background:white; padding:10px; margin-bottom:20px; min-height:165px; font-size:15px;}
#offre h2 {text-align:center}
#offre h3 {margin-bottom:20px;}
#offre li { list-style-type: circle; margin-bottom:10px }
.offre-content {float:left; }
.responsive-img img {max-width:78%; max-height:78%}
@media (max-width: 1167px) {
	#offre .col-box-2 {width:100%}	
	#offre .bkg-offre, .title1, .title2 {max-width:70%; margin:0 auto 20px;  min-height:1px;}
}
@media (max-width: 1023px) {
	.responsive-img img {max-width:100%; max-height:100%}
}
@media (max-width: 967px) { 
	.responsive-img img {width:100%; max-height:100%}
}

/*--------------------------------------------------------------
# CONTACT
--------------------------------------------------------------*/
#contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
}

#contact .info-box i {
  font-size: 32px;
  color: #cc1616;
}
#contact .info-box a i {
  font-size: 28px;
  color: #2ea3f2; margin:0 10px;
}

#contact .info-box h3 {
  font-size: 20px;
  color: #191919;
  font-weight: 500;
  margin: 0;
}

#contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Partenaires
--------------------------------------------------------------*/
.partenaires { background: #f2f2f2; padding-top: 40px; text-align: center; }
.partenaires img { max-width: 160px; height:auto; filter: grayscale(100); transition: all 0.4s ease-in-out; display: inline-block; }
.partenaires img:hover { filter: none; cursor:pointer }
.partenaires .swiper-wrapper { z-index: 0; }
.partenaires .swiper { z-index: 0; }

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer { background: #d4402d; padding: 0; color: #fff; font-size: 14px; position:relative; top:36px; height:80px }
#footer a { color: #fff; }
#footer .copyright { text-align: center; padding-top: 30px; }
#footer .credits { padding-top: 5px; text-align: center; font-size: 13px; color: #fff; }
/* CSS */
#footer .button { color:white; background:none; border:none; border-bottom:1px dotted white; }
#footer .button:hover { border-bottom:none; }

@media (max-width: 975px) {
  #footer { top:40px; }
}

/*--------------------------------------------------------------
# Popup
--------------------------------------------------------------*/
.popup { display: none; }
.popup.open { display: block; }
.blocker { position: fixed; top: 0; left: 0;  bottom: 0;  right: 0;  content: ' ';  background: rgba(0,0,0,.7); text-align:center;  height:100%; width:100%; overflow:none; z-index:50; margin:0; }
.popup p {font-size:13px}
.contents { 
	z-index:51; overflow-y: scroll !important; max-width: 600px; width:60%; max-height: 86%; height: auto;  
	background: #FFF; position: fixed; display:block;  top: 46vh; left: 50vw; transform: translate(-50%, -50%); padding:30px;
	align-items: center; justify-content: center; border-radius: 5px; border: 1px solid #ccc; box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1) 
}

.popup-conditions .close { 
	position: absolute; top: 10px; right: 10px; transition: all 200ms; font-size: 26px; font-weight: 600; text-decoration: none; 
	background:white; color: #000; border:none; height:30px; width:30px; line-height:15px; border: 1px solid black; 
}
.popup-conditions .close:hover { background:black; color: #fff;}

.popup-conditions .content { max-height: 30%;  overflow: auto; display:block }
.popup-conditions h3 { margin-top: 0; color: #5587BE; margin-bottom:15px; font-size:20px }

@media (max-width: 768px) {
	.contents {margin:0; width:90%; height:90%; max-height:100% }
}

/*--------------------------------------------------------------
# Accordion
--------------------------------------------------------------*/

details div { border-left: 2px solid #000; border-right: 2px solid #000; border-bottom: 2px solid #000; padding: 1.5em; font-size:13px; }
details div > * + * { margin-top: 1.5em; }
details p { font-size:14px; }

details + details { margin-top: .5rem; }
summary { list-style: none; }
summary::-webkit-details-marker { display: none; }
summary:before {
    position: absolute; top: 50%; transform: translateY(-50%); left: .75rem; content: "-"; width: 1.75rem; height: 1.75rem; background-color: #cc1616; color: #fff;
	border:2px solid #cc1616; display: inline-flex; justify-content: center; align-items: center; flex-shrink: 0; font-weight:700;
}
summary {
    border: 2px solid #000;  padding: .75em 1em;  cursor: pointer;  position: relative;  padding-left: calc(1.75rem + .75rem + .75rem);
}
summary:hover { background-color: #eee; }

details[open] summary { background-color: #eee; }
details[open] summary:before { content: "+"; }
details li {list-style:cicle;}