html,
input,
textarea,
select,
button  {
  -webkit-font-smoothing: antialiased;
}
html { font-size: 62.5%; } 
body {
	font-family: 'Lora', serif;
	font-weight:400;
	font-size: 14px;
	font-size: 1.4rem;
	color: #4f4f4f;
}
ul {
	list-style:none;
}
.ft-cinzel {
	font-family: 'Cinzel', serif;
}
.ft-lato{
	font-family: 'Lato', sans-serif  !important;
}
.ft-lato-light{
	font-family: 'Lato', sans-serif !important;
	font-weight: 300
}
.highLight{
	color: #e41770;
} 
.white{
	color: #ffffff;
}
.black {
	color:#000000;
}
.dark-grey{
 color:#4f4f4f	
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}
.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 0;
    margin-bottom: 0;
}
h1 {font-size:5.2rem; }
h1.big{font-size: 7rem; }
h2 {
	font-size: 3.5rem;
}
h2.big {
	font-size: 4.5rem;
}
h3 {
	font-size: 2.9rem;
}
h4 {
	font-size: 2.4rem;
}
h4.small {
	font-size: 2.2rem;
}
h5 {
	font-size:2.0rem;
}
h6 {
	font-size: 1.6rem;
}
h6.small {
	font-size: 1.6rem;
}

@media (max-width: 1199px) {
	 
	h1 {font-size:3.6rem; }
	h1.big{font-size: 3.5rem; }
	h2 {
		font-size: 2.5rem;
	}
	h2.big {
		font-size: 2.25rem;
	}
	h3 {
		font-size: 1.5rem;
	}
	h4 {
		font-size: 1.6rem;
	}
	h4.small {
		font-size: 1.1rem;
	}
	h5 {
		font-size:1.0rem;
	}
	h6 {
		font-size: 1.1rem;
	}
	h6.small {
		font-size: 1.1rem;
	}
}
@media (max-width: 992px) {
	h6 {
		font-size: 1rem;
	}
	h6.small {
		font-size: 1rem;
	}
}


a{
	color: #4f4f4f;
}
a:active,
a:hover,
a:focus{
	-moz-outline:0 none;
	outline:0 none;
	border:0;
	color: #4f4f4f;
} 

/* ===== CONTENT ===== */
#blocheader{
	margin-top:80px;
}
.bg-white{
	background-color: #ffffff
}
.bg-lightGrey{
	background-color: #e0e0e0
}
.bg-normalGrey{
	background-color: #d5d5d5
}
.bg-mediumGrey{
	background-color: #535353
}
.bg-darkGrey{
	background-color: #2d2d2d
}
.bg-lightFushia{
	background-color: #e41770
}
.bg-darkFushia{
	background-color: #e10079
}

.ico img {
    max-width: 240px;
    margin: 0 auto;
}
h5.envoyer-mail {
    background: #4f4f4f;
    width: 240px;
    margin: 0 auto;
    padding: 10px;
}

.symbol-target {
    padding-top: 100px;
    margin-top: -100px;
    width: 1px; /* '0' will not work for Opera */
    display: hidden; 
} 
/* ===== MENU ===== */
.navbar-default {
    background-color: #FFFFFF;
}
.navbar-shadow {
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.10);
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.10);
	-o-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.10);
     -webkit-transition: box-shadow 0.2s ease;
  		-moz-transition: box-shadow 0.2s ease;
  		-ms-transition: box-shadow 0.2s ease;
  		-o-transition: box-shadow 0.2s ease;
  		transition: box-shadow 0.2s ease;
}

.logo {
	width:166px;
	height:122px;	
    position: fixed;
    left: 50%;
    margin-left: -83px;
    top:0px;
    float : none;
     -webkit-transition: max-width 0.3s ease  0.3s, top 0.5s ease 0.5s;
  		-moz-transition: max-width 0.3s ease  0.3s, top 0.5s ease 0.5s;
  		-ms-transition: max-width 0.3s ease  0.3s, top 0.5s ease 0.5s;
  		-o-transition: max-width 0.3s ease  0.3s, top 0.5s ease 0.5s;
  		transition: max-width 0.3s ease  0.3s, top 0.5s ease 0.5s;
}
.sub-logo {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 15px;
}
.sub-logo img {
    max-width: 290px;
}
.sub-logo h2{
	font-size: 2.2rem;
	font-family: 'Lora', serif;
	font-style: italic;
    margin-top: 5px;
	
}
.menu-tel {
   
    float: right;
    padding: 20px;
    top: -125px;
    margin-right:20px;
    max-width: 180px;
    height: 60px;
    background-image: none;
    border: 0;
    border-radius: 0;
}
.menu-tel:before {
    content: '';
    height: 60px;
    width: 1px;
    position: absolute;
    left: 0;
    top: 0;
    background: url('../images/dotted-number.jpg');
}
.menu-tel:after {
    content: '';
    height: 60px;
    position: absolute;
    width: 1px;
    right: 0px;
    top: 0;
    background: url('../images/dotted-number.jpg');
}

/* === HELPERS === */
.font-italic {	
    font-style: italic;
}
.text-up{
	text-transform:uppercase; 
}

.pLeft165 {
    padding-left: 165px;
}
.paddingLeft45{
    padding-left: 45px;
}
.pBottom10 {
    padding-bottom: 10px;
}
.mTop10 {
    margin-top: 10px;
}
.mTop15 {
    margin-top: 15px;
}
.mTop20 {
    margin-top: 20px;
}
.mTop35 {
    margin-top: 35px;
}
.pottom20 {
    padding-bottom: 20px;
}
.mRight10{
	margin-right: 10px;
}
.imgFullHeight{
	display: block;
  	max-width: 100%;
  	height: 100% !important;
  	width: auto !important;
}
/* === MANAPANI DEROULÉ === */
section#manapani_enchantee {
    margin: 60px 0;
}
.article-msr {
    max-width: 1250px;
    margin: 0 auto;
}
#manapani_enchantee .quotes{
    max-width: 1165px;
    margin: 0 auto;
    position: relative;
}
 
.sub-animation {
	min-height: 230px;
	max-width:1250px;
	margin:0 auto;	
    font-style: italic;
}
.sub-animation h3{
    line-height: 50px;
    padding-top: 35px;
}
.bg-2d2d2d{
	background:#2d2d2d;	
}

#manapani_enchantee h4.texte {
    max-width: 90%;
    margin: 0 auto;
}
.quotes:before {
    content: '“';
    position: absolute;
    left: 0em;
    color: #FC2A9B;
    font-size: 160px;
}
.quotes:after {
    content: '”';
    color: #FC2A9B;
    position: absolute;
    right: 0em;
    top: 0.4em;
    font-size: 160px;
}
ul.menu-pouvoirs li {
    display: inline-block;
    margin: 0 10px;
    color: #000000;
    font-size: 1.5rem;
    font-style: italic;
    width: 45px;
    height: 35px;
}
section#contactez h1,
section#manapani_enchantee h1,
section#manapouvoirs h1 {
     background: url('../images/ico/line-pouvoir.png') bottom center no-repeat;
     padding-bottom: 5px;
}
div#Stage_internet,
div#Stage_print,
div#Stage_3d {
    position: relative !important;
}
section#manapouvoirs h4 {
    margin-bottom: 45px;
}
ul.menu-pouvoirs {
	margin-top: 60px;
	margin-bottom: 30px
}
ul.menu-pouvoirs li:before {
    content: '';
    display: block;    
    width: 100%;
    max-width: 95px;
    height: 100%;
    border-bottom: 1px solid #e1097e;
    margin-top:-30px;
}
.tab-content img {
    margin: 0 auto;
}
#notreADN a{
    text-decoration: none;
    color: #000000;
}
ul#notreADN,
ul.menu-surtout {
    padding: 0;
}
ul.menu-pouvoirs li:hover:before, 
ul.menu-pouvoirs li.active:before {
    opacity: 1;
    -webkit-transition: opacity 0.4s ease;
    -moz-transition: opacity 0.4s ease;
    -ms-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}

ul.menu-pouvoirs li:first-child:before {
    background: url('../images/ico/conseil.svg') no-repeat;
}

ul.menu-pouvoirs li:nth-child(2):before {
    background: url('../images/ico/internet.svg') no-repeat;
}
ul.menu-pouvoirs li:nth-child(3):before {
    background: url('../images/ico/print.svg') no-repeat;
}

#notreADN a:hover,
#notreADN li.active > a{
	color:#e41770;
}

ul.menu-pouvoirs li:last-child:before {
    background: url('../images/ico/3d.svg') no-repeat;
}
.sub-pouvoir {
	 
	padding:45px 0;
    color: #ffffff; 
}
.line-highLight{
	background:url('../images/line-highLight.png') bottom center no-repeat;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
article.formulaire,
ul.menu-surtout {
    margin: 0 auto;
    max-width: 1200px;
}
article.sub-pouvoir h3, 
ul.menu-surtout li h6 {
	color:#FFFFFF;
	font-style:italic;
}
ul.menu-surtout li{	
    max-width: 190px;
    color: #e41770;
    font-size:22px;
    font-style:italic;
    display: inline-table;
}
ul.menu-surtout li:last-child {
    margin: 0;
}
ul.menu-surtout li:before {
	 content: '';
    display: block;
    min-width: 180px;
    height: 126px;
    border-bottom: 1px solid #FFFFFF;
    margin-bottom: 5px;    
}
ul.menu-surtout li:first-child:before {
    background: url('../images/ico/detourer.svg') no-repeat;
}
ul.menu-surtout li:nth-child(2):before {
    background: url('../images/ico/depixeliser.svg') no-repeat;
}

ul.menu-surtout li:nth-child(3):before {
    background: url('../images/ico/creer.svg') no-repeat;
}

ul.menu-surtout li:last-child:before {
    background: url('../images/ico/decliner.svg') no-repeat;
}
.sub-pouvoir h2 {
	font-family: 'Cinzel', serif;
    clear: both;
}
section#contactez {
    padding-bottom: 150px;
    margin-top:30px
}
article.article-sub-enchantee li {
    display: inline-block;
}
article.reference-sup-contact,
article.article-sub-enchantee{
	margin-top:30px
}
article.reference-sup-contact li {
    min-height:120px;
}
article.reference-sup-contact li img {	
    /*margin: 0 auto;*/
    position: absolute;
    bottom: 10px;
}
.refSliderContact .bx-wrapper img {
}
.bx-wrapper {
    background: none;
    border: none;
    box-shadow:none;
}
 
.bx-wrapper .bx-next:hover, .bx-wrapper .bx-next:focus {
    background-position: 0 0;
}
div.bx-wrapper a.bx-prev {
    background: rgba(255, 255, 255, 0) url('../images/fleche_G.svg') no-repeat;
    left: -35px;
}
div.bx-wrapper a.bx-next {
    background: rgba(255, 255, 255, 0) url('../images/fleche_D.svg') no-repeat;
    right: -35px;
}
.left-form h6 {
    font-style: italic;
}
.left-form h6:before {
	content: '';
    display: block;
    border-bottom: 1px solid #e1097e;
    max-width: 90px;
    height: 85px;
    margin: 0 auto;
    margin-bottom: 15px;
}
.left-form h6:first-child:before{background: url('../images/ico/envelop.svg') no-repeat;}
.left-form h6:nth-child(2):before{background: url('../images/ico/tel.svg') no-repeat;}
/*.left-form h6:last-child:before{background: url('../images/ico/Skype.svg') no-repeat;}*/

form#formContact .parsley-errors-list {
    text-align: right;
    font-weight: normal;
    font-size: 1rem;
}
article.formulaire {
	color:#4f4f4f;
}
.right-form h6 {
    text-align: left;
    font-style:italic;
}
.parsley-required {
    color: #e41770;
}
.right-form:before {
    content: '';
    display: block;
    border-bottom: 1px solid #e1097e;
    max-width: 780px;
    height: 85px;
    background: url('../images/ico/envelop_web.svg') no-repeat;
    margin: 0 auto;
    margin-bottom: 15px;
}
.form-control {
    border: 1px solid #000000;
    border-radius: 0;    
}
input.form-control {
    min-height: 40px;
    max-width: 380px;
}
textarea.form-control {
    min-height: 180px;
    max-width: 780px;
}
.padding-left-col0 {
    padding-left: 0;
}
.padding-right-col0 {
    padding-right: 0;
}


/* === MANAPANI DEROULÉ === */
#listing_blog{
	
}
#listing_blog article{ 
	margin-top:30px
}
#listing_blog h5{
	background-color: #e41770;
	padding: 20px 5px;
	font-size:1rem;
	color:#fff;
	margin: 0;
	text-align: center
}
#listing_blog h5 span{
	font-size:3.5rem;
	display:block
}
#listing_blog h6{
	font-size:1rem;
	font-style: italic; 
}
#listing_blog hr{
	border: none;
    height: 1px;
    /* Set the hr color */
    color: #eeeeee; /* old IE */
    background-color: #eeeeee; 
    margin:25px 0 20px;
}
#listing_blog .content{
	margin:25px 0 15px
}
#listing_blog .tags ul{
	font-size :0px;
	margin:10px 0 15px 0;
	padding:0
}
#listing_blog .tags ul li{
	display:inline-block;
	font-size :1.5rem;
	padding:5px 10px;
	border:#eeeeee solid 1px;
	margin-left:10px
}
#listing_blog .tags ul li:first-child{
	border: none;
	border-right:#eeeeee solid 1px;
	margin-left: 0
}
#listing_blog a.readmore{
 font-weight: bold	;
 margin-bottom:40px;
 display: block
}


/* === FOOTER === */
footer {
    max-width: 1250px;
    margin: 0 auto;
    padding-top: 15px;
    background: url('../images/line-manapani.png') top center no-repeat;
    line-height: 21px;
    background-size: contain;
}
.copyright {	
    max-width: 1250px;
    margin: 0 auto;
    background: url('../images/line-red.png') top center no-repeat;
    background-size: contain;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 30px;
}

/* ===== projets ===== */
.menu-container{
	border-top:#e41770 solid 1px;
	border-bottom:#e41770 solid 1px;
	
}
.menu-projet{
	margin:0;
	font-size: 0px;
	padding:0
}
.menu-projet li{
	font-size: 1.6rem;
	font-style: italic;
	display: inline-block;
	 
}
 
.menu-projet li.active{
 	background: url('../images/manapani_projets.png') center bottom no-repeat;
}
.menu-projet li a{
	padding:8px 0;
	display: block;
	color:#000
}

.menu-projet li.active a, .menu-projet li a:hover{
 color:#e41770
}
.menu-projet li.separateur{
	margin:0 20px;
}
.menuSelectMobile{
	padding:8px 0
}
.projets-row{
	border-bottom: #e41770 solid 2px;
	margin-top:30px;
	margin-bottom:20px
	
}
.projets-row-single{
	margin-top:30px;
	margin-bottom:20px
}
#listing_projets .projet h2{
	font-size: 2.0rem;
	color:#000
}
#listing_projets .projet h3{
	font-size: 1.2rem;
	color:#bdbdbd;
	font-style: italic;
	margin-top:5px
}
@media (min-width: 768px){
	#listing_projets .projet h2{
		font-size: 2.4rem;
	}
	#listing_projets .projet h3{
		font-size: 1.6rem;
	}
}
#listing_projets .projet .ligne{
	width:50%;
	margin:15px auto;
	line-height: 1px;
	border-bottom: #000 dashed 1px
}
#listing_projets .description{
	position : relative;
	overflow : hidden ;	
}
#listing_projets .description .overlayBloc{
	display:none; 
}

#listing_projets .description .overlayBloc .overlay{
	width: 100%;height: 100%;  position: absolute ;
}
#listing_projets .description .overlayBloc .overlay_content{
	bottom: 20px;   
	width: 100%; 
	text-align:center; 
	position: absolute;
}
#listing_projets .description .overlayBloc .overlay_content a, .projetIcoShare a{
	display: inline-block;
}
#listing_projets .description .overlayBloc .overlay_content a:nth-child(2), .projetIcoShare a:nth-child(2){
	border-left: #e41770 solid 1px;
	padding-left:10px;
	margin-left: 10px
}

#listing_projets .description .overlayBloc .overlay_content a img{
	opacity: 0;
	filter: alpha(opacity =0);
	padding-top:-30px;
	-webkit-transition: all 0.3s ease-in;
	    -moz-transition: all 0.3s ease-in;
	    -ms-transition: all 0.3s ease-in;
	    -o-transition: all 0.3s ease-in;
	    transition: all 0.3s ease-in;
	 -webkit-transform:	translateX(-20px) ; 
	  transform : translateX(-20px) ;
}
#listing_projets .description .overlayBloc .overlay_content a:nth-child(2) img{
 -webkit-transform:	translateX(20px) ;
  transform : translateX(20px) ;
}
#listing_projets .description .overlayBloc.hover .overlay_content a img{
	opacity: 1;
	filter: alpha(opacity =100);
 	-webkit-transform:	translateX(0px) ;
  transform : translateX(0px) ;
	
}
#listing_projets .description img{ 
	 
	max-width:100%;
	height:auto;
	display:block;
	margin:0 auto;
}

#listing_projets *{
-webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
 }

/* ===== RESPONSIVE ===== */
@media (max-width: 480px) {
	 
	.menu-tel{
    	padding: 15px 5px;
	    border-right: 0;
	    border-left: 0;
   }
   footer {
		padding-right: 0;
	}
	.logo {
	    max-width: 85px;
	    top:-5px;
	    margin-left: -60px;
	    -webkit-transition: top 0.5s ease 0.5s, max-width 0.3s ease  0.3s;
  		-moz-transition: top 0.5s ease 0.5s, max-width 0.3s ease  0.3s;
  		-ms-transition: top 0.5s ease 0.5s, max-width 0.3s ease  0.3s;
  		-o-transition: top 0.5s ease 0.5s, max-width 0.3s ease  0.3s;
  		transition: top 0.5s ease 0.5s, max-width 0.3s ease  0.3s;
	} 
	
}
 
/* Small devices (tablets, 768px and up) */
@media (max-width: 767px) {
	 
	ul.menu-surtout li{	
	    margin:0;
	}
	 
	div.bx-wrapper a.bx-next{display:none}
	div.bx-wrapper a.bx-prev{display:none}
	.menu-tel{
    	margin-right: 0px;
    	border-right: 0;		
	}
	 
	article.manactez-nous {
	    margin-top: 15px;
	}
	.quotes:before,
	.quotes:after {
		font-size:0px;
	}
	 
	ul.button-group li {
	    font-size:10px;
	    padding:5px;
	    height: 25px;
	}
	ul.button-group li:not(:first-child) {
	    padding:5px;
	}
	
	
}
@media (min-width: 768px) {
	.blue-red article {
	    height: 100%;
	}	
	ul.menu-pouvoirs li:nth-child(3):hover:before, 
	ul.menu-pouvoirs li.active:nth-child(3):before {
	    background: url('../images/ico/print_roll.svg') no-repeat;
	    -webkit-transition: background 0.2s ease-in;
	    -moz-transition: background 0.2s ease-in;
	    -ms-transition: background 0.2s ease-in;
	    -o-transition: background 0.2s ease-in;
	    transition: background 0.2s ease-in;
	}
	ul.menu-pouvoirs li:first-child:hover:before, 
	ul.menu-pouvoirs li.active:first-child:before {
	    background: url('../images/ico/conseil_roll.svg') no-repeat;
	    -webkit-transition: background 0.2s ease-in;
	    -moz-transition: background 0.2s ease-in;
	    -ms-transition: background 0.2s ease-in;
	    -o-transition: background 0.2s ease-in;
	    transition: background 0.2s ease-in;
	}
	ul.menu-pouvoirs li:nth-child(2):hover:before, 
	ul.menu-pouvoirs li.active:nth-child(2):before {
	    background: url('../images/ico/internet_roll.svg') no-repeat;
	    -webkit-transition: background 0.2s ease-in;
	    -moz-transition: background 0.2s ease-in;
	    -ms-transition: background 0.2s ease-in;
	    -o-transition: background 0.2s ease-in;
	    transition: background 0.2s ease-in;
	}
	ul.menu-pouvoirs li:last-child:hover:before, 
	ul.menu-pouvoirs li.active:last-child:before {
	    background: url('../images/ico/3d_roll.svg') no-repeat;
	    -webkit-transition: background 0.2s ease-in;
	    -moz-transition: background 0.2s ease-in;
	    -ms-transition: background 0.2s ease-in;
	    -o-transition: background 0.2s ease-in;
	    transition: background 0.2s ease-in;
	}

	ul.menu-pouvoirs li {
	    margin: 0 15px;
	    font-size:22px;
	    width: 95px;
	    height: 70px;
	}
	ul.menu-surtout li{	
	    margin:0px 40px 0 0;
	}
	 
} 
  
@media (min-width: 768px) and (max-width: 1199px){
	
	 
	div.bx-wrapper a.bx-next{right:0;}
	div.bx-wrapper a.bx-prev{left:12px;}

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width:1200px) {
}
 