@import url(//fonts.googleapis.com/css?family=Montserrat:300,500);
.body {font-family: "Montserrat", sans-serif;  font-weight: 300;}
a:hover{text-decoration: none;}
.text-defaut {color:#353d86 !important ;}
.text-fine {font-weight: lighter ;}
.text-info-gradiant.display-5 {font-size: 2rem; font-weight: 600; text-transform: uppercase; }
.text-info-gradiant{background:#75bbf8;background:-webkit-linear-gradient(legacy-direction(to right),#75bbf8 0,#0641c2 100%);background:-webkit-gradient(linear,left top,right top,from(#75bbf8),to(#0641c2));background:-webkit-linear-gradient(left,#75bbf8 0,#0641c2 100%);background:-o-linear-gradient(left,#75bbf8 0,#0641c2 100%);background:linear-gradient(to right,#75bbf8 0,#0641c2 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-fill-color:transparent}


.app-carousel .owl-item img {
  display: block ;
  width: auto !important;
  
}
/* boutton  + offre */
.btn{padding:.75em 1.25em;font-size:.9rem;font-weight:400}
.btn-outline{position:relative;border:none;color:white;-webkit-transition:color .5s;transition:color .5s}
.btn-outline:focus,.btn-outline:hover{background-color:transparent;color:red;box-shadow:none}
.btn-outline:focus .btn-outline__line:after,.btn-outline:focus .btn-outline__line:before,.btn-outline:hover .btn-outline__line:after,.btn-outline:hover .btn-outline__line:before{background-color:red}.btn-outline:focus .btn-outline__line--left:before,.btn-outline:focus .btn-outline__line--right:before,.btn-outline:hover .btn-outline__line--left:before,.btn-outline:hover .btn-outline__line--right:before{height:100%}.btn-outline:focus .btn-outline__line--left:after,.btn-outline:focus .btn-outline__line--right:after,.btn-outline:hover .btn-outline__line--left:after,.btn-outline:hover .btn-outline__line--right:after{width:100%}.btn-outline__line:after,.btn-outline__line:before{content:"";display:block;background-color:white;position:absolute;-webkit-transition:background-color .5s,width .5s,height .5s;transition:background-color .5s,width .5s,height .5s}.btn-outline__line--left:after,.btn-outline__line--left:before{top:0;left:0}.btn-outline__line--left:before{width:.125rem;height:1em}.btn-outline__line--left:after{width:2em;height:.125rem}.btn-outline__line--right:after,.btn-outline__line--right:before{right:0;bottom:0}.btn-outline__line--right:before{width:.125rem;height:1em}.btn-outline__line--right:after{width:2em;height:.125rem}


/* slider */
.block-cartes .shadow{color: rgba(51, 51, 51,.9); line-height: 16px; }
.block-cartes{ position: absolute; top:40px }
.carousel {position: relative; overflow: hidden;}
.carousel:after {content: ""; position: absolute; top: 100%; left: 0; height: 100px; width: 100vw; background: white; -webkit-transform: rotate(-5deg); -moz-transform: rotate(-5deg); transform: rotate(-5deg); }

/* hero section */
.section{padding: 120px 0 60px; background: rgb(9,1,149);
    background: linear-gradient(287deg, rgba(9,1,149,1) 0%, rgba(67,107,215,1) 65%, rgba(6,177,212,1) 100%); color: #fff;}
.icon{fill:none;stroke:currentColor;stroke-width:2}
.header{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;padding-top: 5em;color: #0e0e0e;}@media (max-width:43.75em){.header{text-align:center}}.header__top{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}@media (max-width:43.75em){.header__top{-webkit-box-orient:vertical;-webkit-box-direction:reverse;flex-direction:column-reverse}}.header__top .icon{width:1.25em;height:1.25em;margin-right:.625em}.header__logo{width:200px;margin-right:2em;border-radius:5px}@media (max-width:43.75em){.header__logo{margin:1.25em 0 0}}
.header__blurb,.header__link,.header__title__small{color: rgba(51, 51, 51, 0.98);}.header__title{margin:0 0 .3611111111em;font-weight:400;font-size:2.25rem}.header__title__small{display:block;font-size:1.5rem}.header__title__strong{font-weight:700;color: #100101;}.header__link{display:-webkit-inline-box;display:inline-flex;-webkit-box-align:center;align-items:center;-webkit-transition:.25s;transition:.25s}.header__link:focus,.header__link:hover{color: #170606;text-decoration:none;}.header__link:active{color:rgba(255,255,255,.4);-webkit-transition:0s;transition:0s}.header__blurb{margin:2.5em 0;font-size:1.5rem;line-height:1.5}.header__tiles{display:-webkit-box;display:flex;flex-wrap:wrap;width:100%;margin-bottom:-62px;background:#e4e4e4;box-shadow:inset 0 0 0 1px #fff,0 10px 30px rgba(0,0,0,.15)}.header__tile{-webkit-box-flex:1;flex:1;height:100%;position:relative;padding:1em 1em;font-size:1.25em;white-space:nowrap;color:#555;border:1px solid transparent;}@media (max-width:62em){.header__tile{flex-basis:50%}}@media (max-width:30em){.header__tile{flex-basis:100%}}.header__tile::before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#fff;-webkit-transition:.3s;transition:.3s;}.header__tile>span{display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;height:100%;position:relative}.header__tile:focus,.header__tile:hover{color:inherit;text-decoration:none;outline:0}.header__tile:focus>span,.header__tile:hover>span{z-index:1}.header__tile:focus .icon,.header__tile:hover .icon{color:currentColor}@media (min-width:49.4375em){.header__tile:focus::before,.header__tile:hover::before{z-index:1;-webkit-transform:scale(1.15);transform:scale(1.15);box-shadow:0 20px 45px rgba(0,0,0,.2);}.header__tile:active::before{-webkit-transition:.1s;transition:.1s;-webkit-transform:scale(1.2);transform:scale(1.2)}}.header__tile .icon{width:42px;height:42px;margin-right:.75em;color:#ccc;-webkit-transition:.3s;transition:.3s}

/* phone app */
.service-27{color:#fff}
.service-27 h1,.service-27 h2,.service-27 h3,.service-27 h4,.service-27 h5,.service-27 h6{color:#fff}
.service-27 .font-weight-medium{font-weight:500}

.bg-zoom{background: -moz-linear-gradient(left, #E01D41 0%, #E01D41 38%, #f4f8fa 38%, #f4f8fa 100%); border-top: 1px solid #efe5e5; border-bottom: 1px solid #efe5e5;}
.bg-zoom{background-image: url("https://www.transparenttextures.com/patterns/subtle-grey.png");}


.header .card-title.num {font-size:3em; color: white; background: black; width: 80px; height: 80px; border-radius: 50%; text-align: center; z-index: 5;}
.header .card-title strong{top: 7px;position: relative;}
.header .card{border: 0; }

.testimonial7{font-size:20px;color:#463f3f;font-weight:300}
.testimonial7 h1,.testimonial7 h2,.testimonial7 h3,.testimonial7 h4,.testimonial7 h5,.testimonial7 h6{color:#3e4555}
.testimonial7 .font-weight-medium{font-weight:500}.testimonial7.bg-light{background-color:#f4f8fa!important}.testimonial7 .subtitle{color:#8d97ad;line-height:24px}
.testimonial7 .owl-theme .owl-nav {margin-top: 18px;}
.testimonial7{background:#e01d41;background:-moz-linear-gradient(left,#e01d41 0,#e01d41 38%,#f4f8fa 38%,#f4f8fa 100%);background:-webkit-linear-gradient(left,#e01d41 0,#e01d41 61%,#f4f8fa 38%,#f4f8fa 100%);background:-webkit-gradient(linear,left top,right top,from(#e01d41),color-stop(38%,#e01d41),color-stop(38%,#f4f8fa),to(#f4f8fa));background:-webkit-linear-gradient(left,#e01d41 0,#e01d41 38%,#f4f8fa 38%,#f4f8fa 100%);background:-o-linear-gradient(left,#e01d41 0,#e01d41 38%,#f4f8fa 38%,#f4f8fa 100%);background:linear-gradient(to right,#e01d41 0,#e01d41 38%,#f4f8fa 38%,#f4f8fa 100%)}
.testimonial7 .testi7 .title{margin-top:80px}
.testimonial7 .testi7 .owl-nav{float:right}.testimonial7 .testi7 .owl-nav [class*=owl-]{background:0 0;color:#8d97ad;font-size:34px}
.testimonial7 .testi7 .owl-nav [class*=owl-]:hover{color:#263238}

@media (max-width: 767px) {
  .testimonial7{background:-moz-linear-gradient(top,#e01d41 0,#e01d41 51%,#f4f8fa 51%,#f4f8fa 100%);background:-webkit-linear-gradient(top,#e01d41 0,#e01d41 51%,#f4f8fa 51%,#f4f8fa 100%);background:-webkit-gradient(linear,left top,left bottom,from(#e01d41),color-stop(51%,#e01d41),color-stop(51%,#f4f8fa),to(#f4f8fa));background:-o-linear-gradient(top,#e01d41 0,#e01d41 51%,#f4f8fa 51%,#f4f8fa 100%);background:linear-gradient(to bottom,#e01d41 0,#e01d41 51%,#f4f8fa 51%,#f4f8fa 100%)}
}


/* actualité/ */
.banner8{color:#8d97ad;font-weight:300}
.banner8 h1, .banner8 h2, .banner8 h3, .banner8 h4,.banner8 h5,.banner8 h6{color:#3e4555}
.banner8 .subtitle{color:#8d97ad;line-height:24px}
.banner8 a{color:#263238}
.banner8 a:hover{color:#0641c2}
.banner8 .blog-row h5{font-weight:500;margin-top:10px;font-size:18px}
.banner8 .text-themecolor{color:#0641c2}
.banner8 .btn-danger-gradiant{background:#ff4d7e;background:-webkit-linear-gradient(legacy-direction(to right),#ff4d7e 0,#e01d41 100%);background:-webkit-gradient(linear,left top,right top,from(#ff4d7e),to(#e01d41));background:-webkit-linear-gradient(left,#ff4d7e 0,#e01d41 100%);background:-o-linear-gradient(left,#ff4d7e 0,#e01d41 100%);background:linear-gradient(to right,#ff4d7e 0,#e01d41 100%)}
.banner8 .btn-danger-gradiant:hover{background:#e01d41;background:-webkit-linear-gradient(legacy-direction(to right),#e01d41 0,#ff4d7e 100%);background:-webkit-gradient(linear,left top,right top,from(#e01d41),to(#ff4d7e));background:-webkit-linear-gradient(left,#e01d41 0,#ff4d7e 100%);background:-o-linear-gradient(left,#e01d41 0,#ff4d7e 100%);background:linear-gradient(to right,#e01d41 0,#ff4d7e 100%)}
.banner8 .btn-md{padding:15px 45px;font-size:16px}
.banner8 .text-danger{color:#ff4d7e!important}


/* FOOTER */
.unique-color-dark {background-color: #1c2331 !important; color:white;}
.unique-color-dark a{ color:white;}
.unique-color-dark .footer-copyright{overflow: hidden; color: rgba(255,255,255,0.6);     background-color: rgba(0,0,0,0.2);}
.bg-ct {background: #313984;}

/* process */
.service-15{color:#8d97ad;font-weight:300;border-bottom:1px solid #eae8e8}
.service-15 h1,.service-15 h2,.service-15 h3,.service-15 h4,.service-15 h5,.service-15 h6{color:#3e4555}
.service-15 h6{line-height:22px;font-size:18px}
.service-15 .font-weight-medium{font-weight:500}
.service-15 a{text-decoration:none}
.service-15 .text-success{color:#e01d41!important}
.service-15 .icon-round{width:80px!important;line-height:80px!important;font-size:2rem}
.service-15 .btn-md{padding:15px 45px;font-size:16px}

@media (min-width: 992px){
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 2rem;
    padding-left: 2rem;
}}


.service15 .card{border:none; padding: 30px  20px 0 !important; text-align: right;}
/* comment ca marche */

.service-11 {
  font-family: "Montserrat", sans-serif;
	color: #8d97ad;
  font-weight: 300;
}

.service-11 h1, .service-11 h2, .service-11 h3, .service-11 h4, .service-11 h5, .service-11 h6 {
  color: #3e4555;
}

.service-11 .font-weight-medium {
	font-weight: 500;
}

.service-11 .bg-light {
    background-color: #f4f8fa !important;
}

.service-11 .subtitle {
    color: #8d97ad;
    line-height: 24px;
}

.service-11 .card.card-shadow {
    -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
    box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}

.service-11 .wrap-service11-box {
  margin-top: 60px;
}

.service-11 .wrap-service11-box .icon-space {
  margin: -70px 0 20px;
}

.service-11 .wrap-service11-box .icon-space .icon-round {
  font-size: 45px;
  color: #ffffff;
}

.service-11 .bg-success-gradiant {
    background: #e01d41;
    background: -webkit-linear-gradient(legacy-direction(to right), #e01d41 0%, #f78686 100%);
    background: -webkit-gradient(linear, left top, right top, from(#e01d41), to(#f78686));
    background: -webkit-linear-gradient(left, #e01d41 0%, #f78686 100%);
    background: -o-linear-gradient(left, #e01d41 0%, #f78686 100%);
    background: linear-gradient(to right, #e01d41 0%, #f78686 100%);
}

.service-11 .icon-round {
		width: 80px;
    line-height: 80px;
}

.service-11 .btn-success-gradiant {
		background: #e01d41;
    background: -webkit-linear-gradient(legacy-direction(to right), #e01d41 0%, #f78686 100%);
    background: -webkit-gradient(linear, left top, right top, from(#e01d41), to(#f78686));
    background: -webkit-linear-gradient(left, #e01d41 0%, #f78686 100%);
    background: -o-linear-gradient(left, #e01d41 0%, #f78686 100%);
    background: linear-gradient(to right, #e01d41 0%, #f78686 100%);
}

.service-11 .btn-success-gradiant:hover {
		background: #f78686;
    background: -webkit-linear-gradient(legacy-direction(to right), #f78686 0%, #e01d41 100%);
    background: -webkit-gradient(linear, left top, right top, from(#f78686), to(#e01d41));
    background: -webkit-linear-gradient(left, #f78686 0%, #e01d41 100%);
    background: -o-linear-gradient(left, #f78686 0%, #e01d41 100%);
    background: linear-gradient(to right, #f78686 0%, #e01d41 100%);	
}

.service-11 .btn-md {
    padding: 15px 45px;
    font-size: 16px;
}

.card-img-top {
  width: 100%;
  height: auto!important;
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
  
}

.demo-card-square.mdl-card {
  width: 320px;
  height: 320px;
  float: left;
  margin: 1rem;
  position: relative;
}


.demo-card-square > .mdl-card__title {
  color: #fff;
  
}

.demo-card-square > .mdl-card__accent {
  background: #ff9800;
}

.carte{
  font-size: 12px;
  height: 60vh;
  box-shadow:0 1px 3px 1px rgba(0, 0, 0, .14) ;
  border-radius: 3px;
  background-color: #f4f8fa;
}

.carte-home{
  font-size: 11px;
  height: auto;
  
 
}


.carte-tete{
  height: 40%;
  width: 100%;
  border-radius: 3px;

}
.carte-corps{
  height: 60%;
  width: 100%;
  border-radius: 3px;

}


.carte-image{
  height: 100%;
  width: 100%;
  border-radius: 3px 3px 0 0;
}

.carte:hover {
  box-shadow: 0 4px 5px 1px rgba(0, 0, 0, .14), 0 2px 7px 2px rgba(0, 0, 0, .12), 0 3px 2px -3px rgba(0, 0, 0, .2);
}

.carte-titre{
  padding-left: 5px;
  height: 20%;
  width: 100%;
}

.carte-date{
  padding-left: 5px;
  height: 10%;
  width: 100%;
  color: #ff4d7e;
  padding-top: 5px;
  
}
.carte-resume{
  padding-left: 5px;
  height: 32%;
  width: 99%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow:hidden;
  text-overflow: ellipsis;
  
 
}
.carte-resume > p{
  overflow:hidden;
 
   
}


.carte-button{
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  height: 10%;
  width: 100%;
  
}

.carteButton{
  color: #007bff;
  background-color: #f4f8fa;
  height: 100%;
  width: 30%;
  border-radius: 3px;
  text-align: center;
  margin-right: 10px;
  border: 1px solid #007bff;
}
.carteButton:hover{
  color:  #f4f8fa;
  align-content: center;
  background-color: #007bff;
  height: 100%;
  width: 30%;
  border-radius: 3px;

  text-align: center;
  margin-right: 10px;
}





.show-carte{
  font-size: 16px;
  height: auto;
  box-shadow:0 1px 3px 1px rgba(0, 0, 0, .14) ;
  border-radius: 3px;
  background-color: #f4f8fa;
}

.h-carte{
  font-size: 13px;
  height: auto;
  box-shadow:0 1px 3px 1px rgba(0, 0, 0, .14) ;
  border-radius: 3px;
  background-color: #f4f8fa;
}

.show-carte-tete{
  height: 30%;
  width: 100%;
  border-radius: 3px;

}
.show-carte-corps{
  height: auto;
  width: 100%;
  border-radius: 3px;
  padding: 2em;

}

.carte-corps.d-flex.flex-column.justify-content-between {
  padding: 15px;
}
.show-carte-image{
  height: 100%;
  width: 100%;
  border-radius: 3px 3px 0 0;
}

.show-carte:hover {
  box-shadow: 0 4px 5px 1px rgba(0, 0, 0, .14), 0 2px 7px 2px rgba(0, 0, 0, .12), 0 3px 2px -3px rgba(0, 0, 0, .2);
}
.h-carte:hover {
  box-shadow: 0 4px 5px 1px rgba(0, 0, 0, .14), 0 2px 7px 2px rgba(0, 0, 0, .12), 0 3px 2px -3px rgba(0, 0, 0, .2);
}


.show-carte-titre{
  padding-left: 5px;
  height: 20%;
  width: 100%;
}
.show-carte-auteur{
  display: flex;
  
  justify-content: space-between;
  padding-top: 1em;
  padding-left: 5px;
  height: 5%;
  width: 100%;

}
.show-carte-date{
  padding-left: 5px;
  height: 5%;
  width: 100%;
  color: #ff4d7e;
  
}
.show-carte-resume{
  padding-left: 5px;
  height: auto;
  width: 99%;
}








.actif{background-color: #ff4d7e!important;color: #f4f8fa!important;border-radius: 3px;}
.actif a{color: #f4f8fa!important;}
.navigation{padding-top: 1rem!important;padding-bottom: 1rem!important;}



.actife{background-color: #ff4d7e!important;color: #f4f8fa!important;border-radius: 3px;}
.actife a{color: #f4f8fa!important;} 
.navigation{padding-top: 1rem!important;padding-bottom: 1rem!important;}





/*custom font*/
@import url(https://fonts.googleapis.com/css?family=Montserrat);

/*basic reset*/
* {margin: 0; padding: 0;}




/*form styles*/
#msform {
	width: 100%;
	margin: 50px auto;
	text-align: center;
	position: relative;
}
#msform fieldset {
	background: white;
	border: 0 none;
	border-radius: 5px;
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.2);
	padding: 20px 30px;
	box-sizing: border-box;
	width: 80%;
	margin: 0 10%;
	
	/*stacking fieldsets above each other*/
	position: relative;
}
/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
	display: none;
}

/*inputs*/
#msform input, #msform textarea {
	padding: 15px;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-bottom: 10px;
	width: 100%;
	box-sizing: border-box;
	font-family: montserrat;
	color: #007bff;
	font-size: 13px;
}
/*buttons*/
#msform .action-button {
	width: 100px;
	background: #007bff;
	font-weight: bold;
	color: white;
	border: 0 none;
	border-radius: 1px;
	cursor: pointer;
	padding: 10px 5px;
	margin: 10px 5px;
}
#msform .action-button:hover, #msform .action-button:focus {
	box-shadow: 0 0 0 2px white, 0 0 0 3px #007bff;
}
/*headings*/
.fs-title {
	font-size: 15px;
	text-transform: uppercase;
	color: #ff4d7e;
	margin-bottom: 10px;
}
.fs-subtitle {
	font-weight: normal;
	font-size: 13px;
	color: #ff4d7e;
	margin-bottom: 20px;
}
/*progressbar*/
#progressbar {
	margin-bottom: 30px;
	overflow: hidden;
	/*CSS counters to number the steps*/
	counter-reset: step;
}
#progressbar li {
	list-style-type: none;
	color: #ff4d7e;
	text-transform: uppercase;
	font-size: 14px;
	width: 33.33%;
	float: left;
	position: relative;
}
#progressbar li:before {
	content: counter(step);
	counter-increment: step;
	width: 40px;
	line-height: 40px;
	display: block;
	font-size: 10px;
	color: #ff4d7e;
	background: white;
	border-radius: 5px;
	margin: 0 auto 5px auto;
}
/*progressbar connectors*/
#progressbar li:after {
	content: '';
	width: 100%;
	height: 10px;
	background: white;
	position: absolute;
	left: -50%;
	top: 15px;
	z-index: -1; /*put it behind the numbers*/
}
#progressbar li:first-child:after {
	/*connector not needed before the first step*/
	content: none; 
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,  #progressbar li.active:after{
	background: #ff4d7e;
	color: white;
}

@import url('https://fonts.googleapis.com/css?family=Oswald');

$base-color: #5665ca;
$second-color: #3F51B5;
$third-color: #ff4d7e;
$site: #303F9F;
$light: #fff;

.grid {
 list-style: none;
 margin-left: -40px;
}

.gc {
 box-sizing: border-box;
 display: inline-block;
 margin-right: -.25em;
 min-height: 1px;
 padding-left: 40px;
 vertical-align: top;
}

.gc--1-of-3 {
 width: 33.33333%;
}

.gc--2-of-3 {
 width: 66.66666%;
}

.naccs {
 position: relative;
 max-width: 98%;
 margin:auto;
}

.naccs .menu div {
 padding: 15px 20px 15px 40px;
 margin-bottom: 10px;
 color:#303F9F;
 background:whitesmoke;
 box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
 cursor: pointer;
 position: relative;
 vertical-align: middle;
 font-weight: 700;
 transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.naccs .menu div:hover {
 box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.naccs .menu div span.light {
 height: 10px;
 width: 10px;
 position: absolute;
 top: 24px;
 left: 15px;
 background-color:#303F9F;
 border-radius: 100%;
 transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}
span.lightly{
  height: 10px;
  width: 10px;
  position: absolute;
  top: 24px;
  left: 15px;
  background-color:#303F9F;
  border-radius: 100%;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
 }

.naccs .menu div.active span.light {
 background-color: $third-color;
 left: 0;
 height: 100%;
 width: 3px;
 top: 0;
 border-radius: 0;
}

.naccs .menu div.active {
 color: $third-color;
 padding: 15px 20px 15px 20px;
}

ul.nacc {
 position: relative;
 height: 0px;
 list-style: none;
 margin: 0;
 padding: 0;
 transition: .5s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

ul.nacc li {
 opacity: 0;
 transform: translateX(50px);
 position: absolute;
 list-style: none;
 transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

ul.nacc li.active {
 transition-delay: .3s;
 z-index: 2;
 opacity: 1;
 transform: translateX(0px);
}

ul.nacc li p {
 margin: 0;
 padding: .5rem;;
}


.mdl-card + .mdl-card {
  margin-top: 40px;
}

// Card styles

.mdl-card--horizontal {
  flex-direction: column;
  height: 1vh; /* 1 */
  padding-left: 150px;
  width: 90%;
  
  .mdl-card__media {
    left: 0;
    position: absolute;
    width: 150px;
  }
  
  .mdl-card__supporting-text {
    flex: 1 1 auto;
    width: auto;
  }
}

.mdl-card--horizontal-2 {
  flex-direction: row;
  flex-wrap: wrap;
  min-height: 0px;
  
  .mdl-card__title {
    align-items: flex-start;
    flex-direction: column;
    flex: 1 auto;
    float: left;
  }
  .mdl-card__title-text {
    align-self: flex-start;
  }
  .mdl-card__media {
    flex: 0 auto; 
    float: right;
    height: 112px;
    margin: 16px 16px 0 0;
    width: 112px;
  }
  .mdl-card__actions {
    clear: both;
    flex: 1 auto; 
  }
}

@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600|Oswald:600,700');
figure.snip0078 {
    font-family: 'Oswald', Arial, sans-serif;
    color: #fff;
    position: relative;
    float: left;
    margin: 10px 1%;
    min-width: 220px;
    max-width: 350px;
    max-height: 310px;
    width: 100%;
    text-align: center;
}

figure.snip0078 * {
    -webkit-box-sizing: padding-box;
    box-sizing: padding-box;
}

figure.snip0078 img {
    opacity: 1;
    max-width: 100%;
    border: 10px solid #000000;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

figure.snip0078 figcaption {
    bottom: 0;
    width: 60%;
    right: 0;
    position: absolute;
    background: #000000;
    padding: 12px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    box-shadow: 0 0px 10px -10px #000000;
}

figure.snip0078 figcaption h2,
figure.snip0078 figcaption p {
    margin: 0;
    color: #ffffff;
}

figure.snip0078 figcaption h2 {
    font-weight: 400;
    text-transform: uppercase;
}

figure.snip0078 figcaption h2 span {
    font-weight: 800;
}

figure.snip0078 figcaption p {
    font-size: 0.9em;
    font-weight: 500;
    opacity: 0.65;
}

figure.snip0078 a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
}

figure.snip0078.blue figcaption {
    background: #315e95;
}

figure.snip0078.blue img {
    border: 10px solid #315e95;
}

figure.snip0078.red figcaption {
    background: #81261d;
}

figure.snip0078.red img {
    border: 10px solid #81261d;
}

figure.snip0078.yellow figcaption {
    background: #a85913;
}

figure.snip0078.yellow img {
    border: 10px solid #a85913;
}

figure.snip0078:hover figcaption,
figure.snip0078.hover figcaption {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    box-shadow: 0 15px 15px -15px #000000;
}

figure.snip0078:hover.blue img,
figure.snip0078.hover.blue img {
    border: 10px solid #2980b9;
}

figure.snip0078:hover.red img,
figure.snip0078.hover.red img {
    border: 10px solid #c0392b;
}

figure.snip0078:hover.yellow img,
figure.snip0078.hover.yellow img {
    border: 10px solid #e67e22;
}


.snip1374 {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    min-width: 240px;
    max-width: 500px;
    width: 100%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    border-radius: 50%;
}

.snip1374 img {
    max-width: 100%;
    vertical-align: top;
    -webkit-transition: all 2s ease-out;
    transition: all 2s ease-out;
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
}

.snip1374:hover img,
.snip1374.hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.info-text{
  top: 50%;
}
.info-text p {
    display: table-cell;
    margin: 0;
    vertical-align: middle;
    text-align: left;
    font-size: 26px;
    line-height: 1.4;
    font-family: 'Open Sans', sans-serif;
    padding: 16% 4%;
    vertical-align: middle;
}
.info-text .right {
  float: right;
}



.entete{
  color: #888;
    font: 400 12px/23px "Roboto";
    text-transform: uppercase;
    font-size: 0.7rem;
    border-bottom: 1px solid #888;
    border-top: 1px solid #888;
}

a.navbar-brand .img-fluid {
  width: 194px;
}