
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #121212;

}

a {
  color: #1d3a71;
  text-decoration: none;
}

a:hover {
  color: #ed571a;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
}




/*--------------------------------------------------------------
# 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 #1d3a71;
  border-top-color: #ecf8f9;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}



/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #FFFFFF;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}
.section-title h2 {
  font-size: 35px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #1d3a71;
}


.section-title h1 {
  font-size: 55px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  position: relative;
}


.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #1d3a71;
  bottom: 0;
  left: calc(50% - 25px);
}
.section-title p {
  margin-bottom: 0;
}


.section-title span {
	color: #1d3a71;
}

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

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



/*--------------------------------------------------------------
# Featured Services
--------------------------------------------------------------*/


.featured-services {
	
	padding: 0;
}


.featured-services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
  text-align: center;
}
.featured-services .icon-box::before {
  content: "";
  position: absolute;
  background: #d9f1f2;
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.3s;
  z-index: -1;
}
.featured-services .icon-box:hover::before {
  background: #1d3a71;
  top: 0;
  border-radius: 0px;
}
.featured-services .icon {
  margin-bottom: 15px;
}
.featured-services .icon i {
  font-size: 48px;
  line-height: 1;
  color: #1d3a71;
  transition: all 0.3s ease-in-out;
}
.featured-services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}
.featured-services .title a {
  color: #111;
}
.featured-services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}
.featured-services .icon-box:hover .title a, .featured-services .icon-box:hover .description {
  color: #fff;
}
.featured-services .icon-box:hover .icon i {
  color: #fff;
}


/*--------------------------------------------------------------
# bloc
--------------------------------------------------------------*/

.ariane {
	
	background-color: #1d3a71;
	color: #FFF;
	padding: 5px;
	margin-bottom: 20px;
	
}
  
.bloc {
	
	background-color: #F9F9F9;

	
}


.bloc .col-lg-6  {
	
	 padding-top: 30px;
	 
	
}

.imge  {
	
	 padding-top: 30px;
	 padding-bottom: 30px;
	  text-align: center;
	
}


.bloc .container {
  color: #121212;
  box-shadow: 0 0 20px rgba(214, 215, 216, 0.5);
  padding: 20px 0 30px 0;
  background-color: #FFF;
  border-radius: 10px;
  padding: 50px;
  text-align: left;
}
.bloc .section-title {
    text-align: left;
    padding-bottom: 30px;
}

.bloc .content h2 {
  text-align: left;
}

.bloc .content h3 {
  font-weight: 600;
  padding-top: 30px;
  font-size: 26px;
  text-align: left;
}
.bloc .content ul {
  list-style: none;
  padding: 0;
}
.bloc .content ul li {
  padding-bottom: 10px;
}
.bloc .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #1d3a71;
}

.bloc .content p:last-child {
  margin-bottom: 0;
}






/*--------------------------------------------------------------
# bloc1
--------------------------------------------------------------*/

#bloc1 {
  width: 100%;

}
  
  
.bloc1 {
	
	background-color: #F9F9F9;

	
}


.bloc1 .col-lg-6  {
	
	 padding-top: 30px;
	 
	
}

.imge  {
	
	 padding-top: 30px;
	 padding-bottom: 30px;
	  text-align: center;
	
}


.bloc1 .container {

  padding: 20px 0 30px 0;

  padding: 50px;
  text-align: left;
}
.bloc1 .section-title {
    text-align: left;
    padding-bottom: 30px;
}

.bloc1  h2 {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #1d3a71;
}

.bloc1 h3 {
  font-weight: 600;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 26px;
  text-align: center;
  
}
.bloc1 .content ul {
    list-style: none;
  padding: 0;
}

.bloc1 ul {
    list-style: none;
  padding: 0;
}

.bloc1 .content ul li {
  padding-bottom: 10px;
    list-style: none;
}


.bloc1 ul li::before {
	content: ">"; 
	color: #f44d57;
	 font-weight: 900;
	display: inline-block; 
	width: 1em;
margin-left: -1em;


}

.bloc1 .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #1d3a71;
}

.bloc1 .content p:last-child {
  margin-bottom: 0;
}






.cadre {
 color: #121212;
 box-shadow: 0 0 20px rgba(214, 215, 216, 0.8);

 background-color: #1d3a71;
 border-radius: 10px;
 padding: 60px;
 text-align: left;
 margin: 40px 0 40px 0;
}


.cadre p {
 text-align: left;
 color: #FFF;
}

.cadre h2 {
 text-align: left;
 color: #FFF;
}

.cadre h3 {
 font-weight: 600;
 font-size: 35px;
 text-align: left;
 color: #FFF;
 padding-top: 0px;
}
.cadre ul {
 list-style: none;
 padding: 0;
 color: #FFF;
 padding: 0;
  font-size: 18px;
}
.cadre ul li {
 padding-bottom: 10px;
  color: #FFF;
}
.cadre ul i {
 font-size: 20px;
 padding-right: 4px;
 color: #FFF;
}



.cadre ul li::before {
	content: ">"; 
	color: #FFF;
	 font-weight: 900;
	display: inline-block; 
	width: 1em;
margin-left: -1em;

}




/*--------------------------------------------------------------
# investissement
--------------------------------------------------------------*/
.investissement .member {
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(63, 187, 192, 0.1);
}
.investissement .member .member-img {
  position: relative;
  overflow: hidden;
}
.investissement .member .social {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 40px;
  opacity: 0;
  transition: ease-in-out 0.3s;
  background: rgba(255, 255, 255, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
}

.investissement .member .member-info {
  padding: 25px 15px;
}
.investissement .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #555555;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #eeeeee;
  padding: 0 0 30px 0;
  color: #555555;
  font-size: 14px;
}
#footer .footer-top {
  background: #f6f6f6;
  padding: 60px 0 30px 0;
}
#footer .footer-top .footer-info {
  margin-bottom: 30px;
}
#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
#footer .footer-top .footer-info p {
  font-size: 12px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
}
#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #1d3a71;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer .footer-top .social-links a:hover {
  background: #ed571a;
  text-decoration: none;
}
#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #1d3a71;
  font-size: 18px;
  line-height: 1;
}
#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
  color: #555555;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
#footer .footer-top .footer-links ul a:hover {
  color: #1d3a71;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}
#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
}


/**
* Appointment Button
*/

.text-center button[type=submit], .btn_cta {
  background: #fe5815;
  border: 0;
  padding: 15px 40px;
  color: #fff;
  transition: 0.4s;
  border-radius: 20px;
  font-size: 25px;
  font-weight: 800;
  margin-top: 30px;
  margin-bottom: 20px;
}
.text-center button[type=submit]:hover,.btn_cta:hover {
  background: #ed571a;
  color: yellow;
}





/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: #1d3a71;
  color: #fff;
  padding: 100px 0 60px 0 ;
}
.cta h3 {
  font-size: 28px;
  font-weight: 700;
}
.cta .cta-btn {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 35px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}
.cta .cta-btn:hover {
  background: #fff;
  color: #1d3a71;
}

#cgu_form{
  text-align:justify;
  font-size:0.8em;
  line-height: 1;
}