@charset "UTF-8";
/* ------------------------------------------------------------------------ */
.gris_regular {
  color: #717171; }

.gris_light {
  color: #a4a4a4; }

.gris_dark {
  color: #313131; }

.noir_dark {
  color: #313131; }

.fuschia {
  color: #A85086; }

.mauve {
  color: #3D507B; }

.bleu_gris_light {
  color: #B1C3D8; }

/* ------------------------------------------------------------------------ */
.btn-fuschia-filled {
  box-sizing: border-box;
  text-align: center;
  line-height: 30px;
  display: inline-block;
  padding: 0px 15px;
  border-radius: 4px; }
  .btn-fuschia-filled:link, .btn-fuschia-filled:visited, .btn-fuschia-filled:hover {
    color: #fff;
    text-decoration: none; }
  .btn-fuschia-filled:link, .btn-fuschia-filled:visited {
    background-color: #A85086;
    border: 1px solid #A85086; }
  .btn-fuschia-filled:hover {
    border: 1px solid #974878;
    background-color: #974878; }

.btn-fuschia-outlined {
  box-sizing: border-box;
  text-align: center;
  line-height: 30px;
  display: inline-block;
  padding: 0px 15px;
  border-radius: 4px; }
  .btn-fuschia-outlined:link, .btn-fuschia-outlined:visited, .btn-fuschia-outlined:hover {
    color: #fff;
    text-decoration: none; }
  .btn-fuschia-outlined:link, .btn-fuschia-outlined:visited {
    border: 1px solid #A85086;
    color: #A85086; }
  .btn-fuschia-outlined:hover {
    border: 1px solid #974878;
    background-color: #974878; }

.btn-mauve-filled {
  box-sizing: border-box;
  text-align: center;
  line-height: 30px;
  display: inline-block;
  padding: 0px 15px;
  border-radius: 4px; }
  .btn-mauve-filled:link, .btn-mauve-filled:visited, .btn-mauve-filled:hover {
    color: #fff;
    text-decoration: none; }
  .btn-mauve-filled:link, .btn-mauve-filled:visited {
    background-color: #3D507B;
    border: 1px solid #3D507B; }
  .btn-mauve-filled:hover {
    border: 1px solid #35456a;
    background-color: #35456a; }

.btn-mauve-outlined {
  box-sizing: border-box;
  text-align: center;
  line-height: 30px;
  display: inline-block;
  padding: 0px 15px;
  border-radius: 4px; }
  .btn-mauve-outlined:link, .btn-mauve-outlined:visited, .btn-mauve-outlined:hover {
    color: #fff;
    text-decoration: none; }
  .btn-mauve-outlined:link, .btn-mauve-outlined:visited {
    border: 1px solid #3D507B;
    color: #3D507B; }
  .btn-mauve-outlined:hover {
    border: 1px solid #35456a;
    background-color: #35456a; }

.btn-bleu_gris_light-filled {
  box-sizing: border-box;
  text-align: center;
  line-height: 30px;
  display: inline-block;
  padding: 0px 15px;
  border-radius: 4px; }
  .btn-bleu_gris_light-filled:link, .btn-bleu_gris_light-filled:visited, .btn-bleu_gris_light-filled:hover {
    color: #fff;
    text-decoration: none; }
  .btn-bleu_gris_light-filled:link, .btn-bleu_gris_light-filled:visited {
    background-color: #B1C3D8;
    border: 1px solid #B1C3D8; }
  .btn-bleu_gris_light-filled:hover {
    border: 1px solid #a0b6d0;
    background-color: #a0b6d0; }

.btn-bleu_gris_light-outlined {
  box-sizing: border-box;
  text-align: center;
  line-height: 30px;
  display: inline-block;
  padding: 0px 15px;
  border-radius: 4px; }
  .btn-bleu_gris_light-outlined:link, .btn-bleu_gris_light-outlined:visited, .btn-bleu_gris_light-outlined:hover {
    color: #fff;
    text-decoration: none; }
  .btn-bleu_gris_light-outlined:link, .btn-bleu_gris_light-outlined:visited {
    border: 1px solid #B1C3D8;
    color: #B1C3D8; }
  .btn-bleu_gris_light-outlined:hover {
    border: 1px solid #a0b6d0;
    background-color: #a0b6d0; }

.btn-gris_regular-filled {
  box-sizing: border-box;
  text-align: center;
  line-height: 30px;
  display: inline-block;
  padding: 0px 15px;
  border-radius: 4px; }
  .btn-gris_regular-filled:link, .btn-gris_regular-filled:visited, .btn-gris_regular-filled:hover {
    color: #fff;
    text-decoration: none; }
  .btn-gris_regular-filled:link, .btn-gris_regular-filled:visited {
    background-color: #717171;
    border: 1px solid #717171; }
  .btn-gris_regular-filled:hover {
    border: 1px solid #646464;
    background-color: #646464; }

.btn-gris_regular-outlined {
  box-sizing: border-box;
  text-align: center;
  line-height: 30px;
  display: inline-block;
  padding: 0px 15px;
  border-radius: 4px; }
  .btn-gris_regular-outlined:link, .btn-gris_regular-outlined:visited, .btn-gris_regular-outlined:hover {
    color: #fff;
    text-decoration: none; }
  .btn-gris_regular-outlined:link, .btn-gris_regular-outlined:visited {
    border: 1px solid #717171;
    color: #717171; }
  .btn-gris_regular-outlined:hover {
    border: 1px solid #646464;
    background-color: #646464; }

/*
.btn-fuschia-filled
{
	@include btn-rounded;

	&:link,
	&:visited
	{
		background-color: $fuschia;
		border: 1px solid $fuschia;
	}

	&:hover
	{
		border: 1px solid darken($fuschia, 5);
		background-color: darken($fuschia, 5);
	}
}

.btn-fuschia-outlined
{
	@include btn-rounded;

	&:link,
	&:visited
	{
		border: 1px solid $fuschia;
		color: $fuschia;
	}
	&:hover
	{
		border: 1px solid darken($fuschia, 5);
		background-color: darken($fuschia, 5);
	}
}
*/
.btn-blanc-filled {
  box-sizing: border-box;
  text-align: center;
  line-height: 30px;
  display: inline-block;
  padding: 0px 15px;
  border-radius: 4px; }
  .btn-blanc-filled:link, .btn-blanc-filled:visited, .btn-blanc-filled:hover {
    color: #fff;
    text-decoration: none; }
  .btn-blanc-filled:link, .btn-blanc-filled:visited {
    background-color: #fff;
    border: 1px solid #fff;
    color: #A85086; }
  .btn-blanc-filled:hover {
    border: 1px solid #fff;
    background-color: #974878;
    color: #fff; }

.btn-blanc-outlined {
  box-sizing: border-box;
  text-align: center;
  line-height: 30px;
  display: inline-block;
  padding: 0px 15px;
  border-radius: 4px; }
  .btn-blanc-outlined:link, .btn-blanc-outlined:visited, .btn-blanc-outlined:hover {
    color: #fff;
    text-decoration: none; }
  .btn-blanc-outlined:link, .btn-blanc-outlined:visited {
    border: 1px solid #A85086;
    color: #A85086;
    background-color: #fff; }
  .btn-blanc-outlined:hover {
    border: 1px solid #fff;
    background-color: #974878;
    color: #fff; }

.box-shadowed {
  box-shadow: 0px 0px 10px 0px #c0c0c0; }

.img-responsive {
  width: 100%;
  height: auto;
  transition: all 0.2s ease; }

.img-icon {
  margin-bottom: 15px;
  clear: both;
  display: block;
  margin-right: 20px;
  width: 50px;
  height: 50px; }

.img-icon-float {
  float: left;
  margin-bottom: 30px;
  margin-left: 10px;
  margin-right: 20px;
  width: 50px;
  height: 50px;
  clear: left; }

body {
  font-family: 'proxima_nova_regular', sans-serif;
  font-family: 'graphik', sans-serif !important;
  font-size: 16px;
  line-height: 23px;
  color: #313131;
  font-weight: 200; }
  body p {
    font-family: 'graphik', sans-serif !important; }

h1 {
  font-size: 30px;
  line-height: 30px;
  color: #B1C3D8;
  padding: 20px;
  margin: 0px;
  font-family: "fira-sans-2",sans-serif;
  font-weight: 500; }
  h1 i, h1 em {
    font-family: inherit;
    font-weight: inherit;
    font-style: normal; }

h2 {
  font-family: 'proxima_nova_light', sans-serif;
  font-size: 30px;
  line-height: 30px;
  color: #A85086;
  padding: 0px;
  margin: 0px;
  margin-top: 30px;
  margin-bottom: 50px; }
  h2:after {
    content: '_';
    display: block;
    font-family: 'proxima_nova_light', sans-serif;
    font-size: 50px;
    line-height: 1px;
    color: #B1C3D8; }

h3 {
  font-family: 'proxima_nova_light';
  font-size: 19px;
  font-weight: 300;
  padding-bottom: 0px;
  color: #fff; }
  h3 a:link, h3 a:visited {
    color: #fff !important;
    text-decoration: none; }
  h3 a:hover {
    color: inherit !important;
    text-decoration: underline; }

h4 {
  font-family: 'proxima_nova_semibold', sans-serif; }

td {
  vertical-align: top;
  font-family: 'proxima_nova_regular', sans-serif;
  font-size: inherit; }

strong {
  font-family: 'proxima_nova_semibold', sans-serif; }

img.not-to-big {
  max-width: 75%;
  height: auto; }

.mediaheader-wrapper {
  border: 1px solid red;
  height: 0px;
  margin-top: -20px;
  /*
  &.h20
  {
  	height: 20px;
  }
  &.h40
  {
  	height: 40px;
  }
  &.h60
  {
  	height: 60px;
  }
  */ }

.intro {
  font-size: 200% !important;
  line-height: 120%;
  margin-bottom: 20px;
  font-family: 'proxima_nova_light', sans-serif; }

.intro2 {
  font-size: 150% !important;
  line-height: 120%;
  margin-bottom: 20px;
  font-family: 'proxima_nova_semibold', sans-serif; }

.btn-external {
  border: 1px solid #A85086;
  display: inline-block;
  padding: 0px 20px;
  line-height: 30px;
  border-radius: 2px; }
  .btn-external:link, .btn-external:visited {
    text-decoration: none;
    color: #fff;
    background-color: #A85086; }
  .btn-external:hover {
    border: 1px solid #A85086;
    background-color: #fff;
    color: #A85086; }

.btn-action {
  text-decoration: none;
  display: block;
  border-radius: 5px;
  padding: 25px 60px;
  min-width: 350px;
  -moz-box-shadow: 0px 0px 10px 0px #c0c0c0;
  -webkit-box-shadow: 0px 0px 10px 0px #c0c0c0;
  -o-box-shadow: 0px 0px 10px 0px #c0c0c0;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#c0c0c0, Direction=NaN, Strength=10);
  text-transform: uppercase;
  font-size: 1.1em;
  color: #fff !important;
  /*
  background: -moz-linear-gradient(-45deg, $color_action_1 0%, $color_action_2 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, $color_action_1), color-stop(100%, $color_action_2));
  background: -webkit-linear-gradient(-45deg, $color_action_1 0%, $color_action_2 100%);
  background: -o-linear-gradient(-45deg, $color_action_1 0%, $color_action_2 100%);
  background: -ms-linear-gradient(-45deg, $color_action_1 0%, $color_action_2 100%);
  background: linear-gradient(135deg, $color_action_1 0%, $color_action_2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color_action_1', endColorstr='$color_action_2', GradientType=1 );
  */
  -webkit-transition: all .2s ease;
  transition: all .2s ease; }
  .btn-action strong {
    color: inherit;
    font-family: 'proxima_nova_bold', sans-serif; }
  .btn-action:hover {
    text-decoration: none; }
  .btn-action img {
    margin-bottom: 10px; }

a {
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

.clear {
  clear: both; }

.alert {
  background-image: none;
  border-radius: 2px;
  border: none; }
  .alert.alert-success {
    background-color: #313131 !important;
    color: #B1C3D8 !important;
    padding: 40px; }
  .alert.alert-danger {
    font-size: 90% !important;
    color: #313131 !important; }

body {
  background-color: #fff;
  background-attachment: fixed;
  padding: 0px;
  margin: 0px;
  font-size: 14px;
  line-height: 18px; }
  body .span1 {
    display: none !important; }
  body .btn {
    color: #ffffff !important;
    font-weight: 400 !important;
    text-decoration: none;
    letter-spacing: 0px;
    text-transform: uppercase;
    background-color: #313131;
    line-height: 400% !important;
    display: block;
    transition: all 0.2s ease; }
    body .btn:hover {
      color: #fff !important;
      background-color: #717171; }
  body a {
    text-decoration: underline; }
    body a:link, body a:visited {
      color: #3D507B; }
    body a:hover {
      color: #A85086; }
  body h3 a {
    text-decoration: none; }
  body img {
    border: none; }
    body img:hover {
      background-color: transparent; }
  body .contenu_main,
  body .contenu_after {
    /*
    padding-top: 20px;
    .small-intro
    {
    	font-family: 'museo', sans-serif;
    	color: $bleu_dark;
    	font-size: 20px;
    	line-height: 140%;
    	font-weight: bold;
    	
    	strong
    	{
    		font-size: 130%;
    		line-height: 150%;
    	}
    }
    .intro
    {
    	font-family: 'museo', sans-serif;
    	color: #eee;
    	font-size: 150%;
    	width: 80%;
    	line-height: 130%;
    	margin-left: auto;
    	margin-right: auto;
    	
    	
    	strong
    	{
    		font-weight: normal;
    		font-size: 130%;
    		line-height: 130%;
    	}
    }
    .intro2
    {
    	font-family: 'museo', sans-serif;
    	color: $bleu_dark;
    	font-size: 150%;
    	width: 80%;
    	line-height: 130%;
    	margin-left: auto;
    	margin-right: auto;
    	
    	strong
    	{
    		font-weight: normal;
    		font-size: 130%;
    		line-height: 130%;
    	}
    }
    
    img
    {
    	max-width: 100% !important;
    }
    
    iframe
    {
    	max-width: 100% !important;
    }
    */ }
  body .contenu_after .intro {
    border-top: 1px solid #ccc;
    margin-top: 30px;
    padding-top: 30px; }
  body.tpl-page-3-9 #content-data-before .block {
    display: block;
    /*
    text-align: center;
    min-height: auto !important;
    margin-bottom: 2px !important;
    width: 100%;
    */ }

#hheader {
  position: fixed;
  z-index: 1005;
  width: 100%;
  transition: all 0.5s ease; }
  #hheader .navbar {
    margin: 0px;
    min-height: auto; }
  #hheader.reduced {
    background: #000;
    background: -webkit-linear-gradient(-45deg, #CC93BC 0%, #3C4269 100%);
    /*
    		background: -webkit-linear-gradient(-45deg,  #d93d86 0%,#4745bf 100%);
    		background: -moz-linear-gradient(-45deg,  #d93d86 0%, #4745bf 100%);
    		background: linear-gradient(135deg,  #d93d86 0%,#4745bf 100%);
    		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d93d86', endColorstr='#4745bf',GradientType=1 );
    */ }
    #hheader.reduced #logo {
      margin-top: 10px; }
      #hheader.reduced #logo img {
        max-width: 150px !important; }
      #hheader.reduced #logo .baseline {
        font-size: 80%; }
    #hheader.reduced #menumain a {
      font-size: 16px !important;
      padding: 3px 20px !important;
      /*
      &:link,
      &:visited
      {
      	color:#fff;
      }
      &:hover
      {
      	color:#fff;
      }
      */ }
  #hheader #logo {
    display: block !important;
    text-align: center;
    margin-top: 20px;
    text-decoration: none; }
    #hheader #logo img {
      display: block;
      margin-left: auto;
      margin-right: auto;
      max-width: 200px !important;
      -webkit-transition: 0.5s;
      /* Safari */
      transition: 0.5s;
      margin-bottom: 5px; }
    #hheader #logo .baseline {
      -webkit-transition: 0.5s;
      /* Safari */
      transition: 0.5s;
      display: inline-block;
      margin-bottom: 15px;
      padding-top: 10px;
      color: #fff;
      font-size: 90%;
      line-height: 90%; }
  #hheader #mobile-menu-opener {
    display: none;
    background-image: url(/medias/tainui/_design/menu-switcher-open.svg) !important;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    height: 30px;
    width: 30px;
    right: 30px;
    margin-top: -50px; }
    #hheader #mobile-menu-opener span {
      visibility: hidden; }
    #hheader #mobile-menu-opener.open {
      background-image: url(/medias/tainui/_design/menu-switcher-close.svg) !important; }
  #hheader .navbar {
    border: none;
    border-radius: 0px; }
  #hheader #menumain {
    text-align: center; }
    #hheader #menumain * {
      font-family: 'proxima_nova_regular', sans-serif;
      font-weight: 300; }
    #hheader #menumain ul {
      list-style: none;
      margin: 0px;
      padding: 0px 0px;
      display: inline-table; }
      #hheader #menumain ul li {
        vertical-align: middle;
        display: inline-block; }
        #hheader #menumain ul li.homepage {
          display: none;
          			/*
          			a
          			{	
          				background: url(../images/house.png);
          				background-repeat: no-repeat;
          				background-position:center center;
          				background-size: 65%;
          				width:25px;
          				height:25px;
              			padding: 0px !important;
              			border: 1px solid $noir_dark;	
              			border-radius: 15px;
              			margin-right: 20px;
              			
              			&:hover
              			{
          	    			border-bottom: none;
          	    		}
              			&:visited
              			{
          	    			border-bottom: none;
              			}
              			&.current
              			{	
          	    			border-bottom: none;
              			}
          			}
          			*/ }
        #hheader #menumain ul li a {
          display: block;
          text-decoration: none;
          font-size: 15px;
          padding: 1px 15px;
          margin: 0px 5px;
          transition: all 0.5s ease;
          text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5); }
          #hheader #menumain ul li a:link, #hheader #menumain ul li a:visited {
            color: #fff;
            border-bottom: 3px solid transparent; }
          #hheader #menumain ul li a:hover {
            border-bottom: 3px solid RGBA(255, 255, 255, 0.3); }
          #hheader #menumain ul li a.current span {
            font-family: 'proxima_nova_semibold', sans-serif !important; }
  #hheader .submenu-wrap {
    text-align: center; }
    #hheader .submenu-wrap ul {
      padding: 0px;
      margin: 0px; }
    #hheader .submenu-wrap li {
      display: inline-block; }
    #hheader .submenu-wrap a {
      border: none;
      font-size: 14px;
      color: #ddd;
      text-decoration: none;
      padding: 8px 13px;
      display: block; }
      #hheader .submenu-wrap a:hover {
        color: #fff; }
    #hheader .submenu-wrap img {
      height: 24px !important;
      display: none; }

h1.main_title a {
  text-decoration: none; }

span.main_title a {
  text-decoration: none; }
  span.main_title a:link, span.main_title a:visited {
    color: #313131; }
  span.main_title a:hover {
    color: #A85086; }

#content #content-main .contenu_main,
#content #content-main .contenu_after {
  padding-bottom: 20px; }
#content #items-list h2 {
  font-size: 20px;
  line-height: 25px !important;
  min-height: 45px;
  padding: 5px 10px; }
#content #items-list h3 {
  font-size: 15px; }
#content .item-full .titre a {
  text-decoration: none; }
#content .item-full .contenu hr {
  clear: both;
  visibility: hidden; }

.royalControlNavOverflow {
  margin: 0px !important;
  padding: 0px !important;
  top: 0px; }

body #content #content-main {
  background-color: #fff;
  padding: 0px;
  padding-top: 130px;
  font-size: 1em;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (max-width: 767px) {
    body #content #content-main {
      padding-top: 90px; } }
body .failure {
  color: red; }
body.references #hheader, body.projets #hheader {
  background-color: rgba(0, 0, 0, 0.8); }
body.references h1 a:link, body.references h1 a:visited, body.projets h1 a:link, body.projets h1 a:visited {
  color: #A85086; }
body.references h1 a:hover, body.projets h1 a:hover {
  color: #3D507B; }
body.references h1 a:after, body.projets h1 a:after {
  content: '_';
  color: #a4a4a4;
  display: block;
  font-family: 'proxima_nova_light', sans-serif;
  font-size: 50px;
  line-height: 1px;
  padding-bottom: 20px; }
body.references .item-full, body.projets .item-full {
  padding-top: 50px;
  padding-bottom: 60px; }
  @media only screen and (max-width: 768px) {
    body.references .item-full, body.projets .item-full {
      padding-top: 10px;
      padding-bottom: 20px; } }
  body.references .item-full hr, body.projets .item-full hr {
    visibility: hidden; }
  body.references .item-full .media_resume, body.projets .item-full .media_resume {
    float: left;
    margin-left: 70px;
    margin-right: 70px;
    margin-bottom: 20px;
    max-width: 100%;
    height: auto; }
    @media only screen and (max-width: 768px) {
      body.references .item-full .media_resume, body.projets .item-full .media_resume {
        margin-left: 0px;
        margin-right: 20px; } }
  body.references .item-full .contenu, body.projets .item-full .contenu {
    padding-left: 50px;
    padding-right: 80px;
    font-size: 120%;
    line-height: 120%; }
    @media only screen and (max-width: 768px) {
      body.references .item-full .contenu, body.projets .item-full .contenu {
        padding-left: 20px;
        padding-right: 20px; } }

/*
.flux-01
{
	#items-list,
	.item-full
	{
		.date
		{
			text-align: right;
			font-size:90%;
			
			.label
			{
				display: none;
			}
		}
		.tags
		{
			.label
			{
				color: $txt_color;
				font-size: 100%;
				font-weight: 300;
				padding: 0px;
			}
		}
	}
	#items-list
	{
		.item
		{
			border-bottom: 1px solid $vert_light;
			margin-bottom: 30px;
				
			hr
			{
				display: none;
			}
		}
		
		.titre
		{
			font-family: 'proxima_nova_semibold', sans-serif;
			margin: 0px;
			
			&:after
			{
				display: none;
			}
			a
			{
				color: $vert_medium;
			}
		}
		.baseline
		{
			font-family: 'proxima_nova_semibold', sans-serif;
			color: $bleu_medium;
		}
		
		.media_resume
		{
			width: 32%;
			float: left;
			margin-right: 20px;
			margin-bottom: 20px;
		}
		.resume
		{
			line-height: 100% !important;
			
		}
	}
	
	.item-full
	{
		.titre
		{
			font-size: 180%;
		}
		.baseline
		{
			font-family: 'proxima_nova_semibold', sans-serif;
			color: $vert_medium;
			margin-bottom: 30px;
			
		}
		
		.media_resume
		{
			width: 35%;
			float: left;
			margin-bottom: 30px;
			margin-right: 20px;
		}
		.resume
		{
			width: 65%;
			float: right;
			padding-left: 30px;
			font-size: 90%;
		}
		
		
		.contenu
		{
			
			table
			{
				td:last-child
				{
					font-family: 'proxima_nova_semibold', sans-serif;
					color: $bleu_dark;
				}
				td
				{
					line-height: 20px;
				}
			}
		}
		.mediaheader
		{			 
			a
			{
				display: inline-block;
				width: 25%;
				height: 100%;
				box-sizing: border-box;
				
				img
				{
					padding: 5px;
					border: 1px solid #B8E3FF;	
					margin: 5px;
					width: 95%;
					height: auto;

					transition: 0.5s;
				}
				
				&:hover
				{
					img
					{
						border: 1px solid $vert_medium;
					}
				}
			}
		}
	}
	
	.advflux_filters
	{
		padding-bottom: 30px;
		
		select
		{
			background-color: $bleu_dark;
			border: 1px solid $bleu_dark;	
			color: #fff;
			line-height: 30px;
			height: 30px;
			padding: 0px 20px;
		}
	}
}
*/
.flux-nav {
  text-align: center;
  margin-bottom: 20px; }
  .flux-nav a {
    text-decoration: none;
    border: 1px solid #3D507B;
    display: inline-block;
    padding: 0px 20px;
    line-height: 30px;
    border-radius: 2px; }
    .flux-nav a:link, .flux-nav a:visited {
      color: #3D507B; }
    .flux-nav a:hover {
      border: 1px solid #3D507B;
      color: #313131;
      background-color: #3D507B;
      color: #fff; }
  .flux-nav .prev_article {
    float: left; }
  .flux-nav .next_article {
    float: right; }

#content-data-before {
  margin: 0px !important;
  text-align: center;
  /*
  h3
  {
  	padding: 0px;
  	margin: 0px;
  	font-size: 16px !important;
  }
  hr
  {
  	display: none;
  }
  .resume
  {
  	color: #ddd;
  }
  
  .media_resume 
  {
  	width: 100%;
  }
  
  .items-list
  {
  	.item
  	{
  		h2
  		{
  		}
  	}
  }
  */ }
  #content-data-before .block {
    /*
    padding-top: 10px;
    text-align: center;
    vertical-align: top;
    min-height: 230px;
    border: 1px solid red;	
    
    *
    {
    	color:$bleu_dark;
    	font-size: 14px ;
    }
    
    strong
    {
    	font-size: 17px !important;
    }
    &.sous-menu
    {
    	ul
    	{
    		display: block;
    		padding: 0px;
    		margin: 0px;
    		list-style: none;
    		
    		li
    		{
    			
    		}
    	}
    }
    */ }

/*
#content-data-after,
#content-linkeds-bottom
{
	.block
	{
		h4
		{
			
		}

		&.baseline
		{
			border-top: 3px solid #001a2c;	
		    color: #111;
		    font-size: 16px;
		    background-color: #fff;
		    padding:5px;
		    padding-top: 10px;
		    padding-left: 30px;
		    padding-right: 30px;
			font-weight: 300;
		    border-bottom: 1px solid #fff;
		    margin: 0px;   	
		}		
	}
	
	
	h3
	{
		font-size: 90%;
		margin: 0px;
		line-height: 130%;
		padding: 3px 0px;
		
		&:before
		{
		}
		a
		{
			font-weight: 100;
			
			&:hover
			{
			}
		}
	}
}
*/
#form-contact-loader table {
  width: 100%; }
#form-contact-loader td {
  line-height: 35px;
  padding: 5px;
  font-size: 100%; }
#form-contact-loader .form_title.failure {
  color: #C60022; }

.block {
  /*
  &.sous-menu
  {
  	margin-top: 40px;
  	text-align: left;
  	line-height: 24px;
  	font-family: 'proxima_nova_semibold', sans-serif;
  	
  	ul
  	{
  		display: block;
  		padding: 0px;
  		margin: 0px;
  		list-style: none;
  		
  		li
  		{
  			margin-bottom: 20px;
  			line-height: 24px;
  		}
  	}
  	
  	img
  	{
  		width: 24px;
  		margin-right: 13px;
  	}
  	a
  	{
  		display: block;
  		text-decoration: none;
  		
  		&.current
  		{
  			color: $vert_dark;
  		}
  	}
  }
  */ }
  .block hr {
    display: none; }
  .block .see_all {
    clear: both;
    padding-top: 20px; }
    .block .see_all a {
      color: #fff;
      display: inline-block;
      padding: 0px 30px;
      line-height: 40px;
      text-decoration: none;
      -webkit-transition: 0.2s;
      /* Safari */
      transition: 0.2s; }

#footer {
  padding-top: 20px;
  padding-bottom: 150px;
  background-color: #313131; }
  #footer * {
    color: #a4a4a4; }
  #footer a:hover {
    color: #d7d7d7;
    text-decoration: underline; }

/* ====================== PAGE montées en homepage ====================== */
.mediaheader-wrapper {
  border: none !important; }

body.tpl-landingpage h1 {
  text-align: center; }
body.tpl-landingpage #content #content-main {
  padding-top: 0px; }
body.tpl-landingpage .cnt-page#cnt-page-homepage .page, body.tpl-landingpage .cnt-page#cnt-page-services .page, body.tpl-landingpage .cnt-page#cnt-page-apropos .page {
  padding: 10px; }
@media only screen and (max-width: 767px) {
  body.tpl-landingpage .cnt-page#cnt-page-services h2 {
    color: #A85086 !important;
    text-shadow: none; } }
body.tpl-landingpage .cnt-page#cnt-page-references .item, body.tpl-landingpage .cnt-page#cnt-page-projets .item {
  width: 25%; }
  @media only screen and (max-width: 767px) {
    body.tpl-landingpage .cnt-page#cnt-page-references .item, body.tpl-landingpage .cnt-page#cnt-page-projets .item {
      width: 50%; } }
  body.tpl-landingpage .cnt-page#cnt-page-references .item .shadow, body.tpl-landingpage .cnt-page#cnt-page-projets .item .shadow {
    margin: 0px !important; }
  body.tpl-landingpage .cnt-page#cnt-page-references .item .media_resume, body.tpl-landingpage .cnt-page#cnt-page-projets .item .media_resume {
    width: 100%; }
  body.tpl-landingpage .cnt-page#cnt-page-references .item .titre, body.tpl-landingpage .cnt-page#cnt-page-projets .item .titre {
    position: absolute;
    margin: 0px;
    margin-top: -20px;
    margin-left: 2px;
    padding: 5px 0px;
    font-size: 1em;
    font-family: 'proxima_nova_light', sans-serif;
    color: #fff;
    background-color: rgba 0, 0, 0, 0.1;
    opacity: 0;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out; }
  body.tpl-landingpage .cnt-page#cnt-page-references .item:hover .titre, body.tpl-landingpage .cnt-page#cnt-page-projets .item:hover .titre {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.7); }
body.tpl-landingpage .cnt-page#cnt-page-references .page, body.tpl-landingpage .cnt-page#cnt-page-projets .page {
  max-width: none;
  padding: 10px; }
body.tpl-landingpage .cnt-page .page {
  padding-bottom: 20px;
  margin-bottom: 20px;
  padding: 0px 100px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1170px; }
body.tpl-landingpage .cnt-page .souspage {
  width: 49%;
  box-sizing: content-box;
  display: inline-block; }
  body.tpl-landingpage .cnt-page .souspage .row {
    margin: 0px; }
    body.tpl-landingpage .cnt-page .souspage .row .item {
      margin-bottom: 20px; }
      body.tpl-landingpage .cnt-page .souspage .row .item > .cnt {
        box-shadow: 0px 0px 10px 1px #cfcfcf;
        margin: 0px 10px; }
        body.tpl-landingpage .cnt-page .souspage .row .item > .cnt .titre {
          padding: 10px 5px; }
body.tpl-landingpage .cnt-page .items-list .item {
  padding: 0px;
  display: inline-block;
  padding: 5px; }
  body.tpl-landingpage .cnt-page .items-list .item .media_resume {
    width: 100%; }
  body.tpl-landingpage .cnt-page .items-list .item .titre {
    /*
    font-size: 1em;
    font-weight: 500;
    font-family: 'Eurofurenceregular', sans-serif;
    position: absolute;
    margin: 0px;
    margin-top: -20px;
    margin-left: 2px;
    padding: 5px 0px;
    font-family: 'proxima_nova_light', sans-serif;
    */ }

/* ====================== MEDIAHEADER ====================== */
body.references #items-list .item, body.projets #items-list .item {
  width: 20%;
  display: inline-block;
  padding: 5px; }
  @media only screen and (max-width: 767px) {
    body.references #items-list .item, body.projets #items-list .item {
      width: 33%; } }
  body.references #items-list .item .shadow, body.projets #items-list .item .shadow {
    margin: 0px !important; }
  body.references #items-list .item .media_resume, body.projets #items-list .item .media_resume {
    width: 100%; }
  body.references #items-list .item a, body.projets #items-list .item a {
    color: #fff;
    text-decoration: none; }
  body.references #items-list .item .titre, body.projets #items-list .item .titre {
    position: absolute;
    margin: 0px !important;
    margin-top: -25px !important;
    margin-left: 2px;
    padding: 0px 10px !important;
    min-height: auto !important;
    font-size: 1em;
    font-family: 'proxima_nova_light', sans-serif;
    color: #fff;
    background-color: rgba 0, 0, 0, 0.1;
    opacity: 0;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out; }
    body.references #items-list .item .titre:after, body.projets #items-list .item .titre:after {
      content: none; }
  body.references #items-list .item:hover .titre, body.projets #items-list .item:hover .titre {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.7); }

/* ====================== MEDIAHEADER ====================== */
.page .mediaheader {
  position: absolute;
  left: 0px;
  width: 100%;
  height: auto; }

#particles-js {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat; }

#royalSlider {
  margin-left: auto !important;
  margin-right: auto !important;
  width: auto !important;
  background-color: #fff; }
  #royalSlider .rsOverflow {
    background-color: #fff;
    float: none; }
  #royalSlider .rsSlide {
    width: 100% !important;
    background-color: transparent; }
    #royalSlider .rsSlide img {
      height: 100% !important; }
  #royalSlider .rsABlock {
    top: 50% !important;
    width: 100%;
    text-align: center;
    transition-duration: 500ms !important; }
    #royalSlider .rsABlock h3 {
      font-family: 'proxima_nova_light', sans-serif;
      font-size: 25px !important;
      line-height: none !important;
      color: #1D1D1D !important;
      color: #fff !important;
      text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
      display: inline-block;
      margin: 0px;
      margin-top: -50%;
      padding: 10px 25px;
      box-sizing: border-box; }
      @media only screen and (min-width: 768px) {
        #royalSlider .rsABlock h3 {
          max-width: 70%; } }
    #royalSlider .rsABlock .resume {
      clear: both !important;
      margin-top: 1px;
      font-size: 1.5rem; }
      #royalSlider .rsABlock .resume p {
        max-width: 70%;
        font-weight: 500;
        background-color: RGBA(255, 255, 255, 0.2);
        background-color: RGBA(0, 0, 0, 0.2);
        margin-bottom: 0px;
        padding: 20px;
        display: inline-block; }
      #royalSlider .rsABlock .resume hr {
        display: none; }
    #royalSlider .rsABlock .resume2 a {
      transition: all 0.5s ease;
      display: inline-block;
      padding: 0px 15px;
      margin-top: 10px;
      text-decoration: none;
      border: 1px solid #fff;
      border-radius: 3px;
      text-transform: uppercase;
      line-height: 40px; }
      #royalSlider .rsABlock .resume2 a:link, #royalSlider .rsABlock .resume2 a:visited {
        color: #333;
        background-color: RGBA(255, 255, 255, 0.2); }
      #royalSlider .rsABlock .resume2 a:hover {
        background-color: RGBA(0, 0, 0, 0.6);
        background-color: RGBA(255, 255, 255, 0.7); }
    #royalSlider .rsABlock .readmore {
      display: none !important;
      background-repeat: no-repeat;
      background-size: 50%;
      background-position: center center;
      width: 30px;
      height: 30px;
      display: inline-block;
      border-radius: 30px;
      margin-top: 5px; }
      #royalSlider .rsABlock .readmore span {
        display: none; }
      #royalSlider .rsABlock .readmore a {
        display: block;
        height: 100%; }
  #royalSlider .rsNav {
    background: none !important;
    bottom: 100px;
    position: absolute; }
  #royalSlider .rsBullet {
    margin: 0px 3px;
    padding: 0px;
    height: 14px;
    width: 14px; }
    #royalSlider .rsBullet span {
      height: 12px;
      width: 12px;
      -webkit-transition: 0.5s;
      /* Safari */
      transition: 0.5s;
      background-color: transparent  !important;
      border: 1px solid #eee;
      box-sizing: content-box; }
    #royalSlider .rsBullet.rsNavSelected span {
      background-color: RGBA(255, 255, 255, 0.7) !important; }

/* ====================== MEDIAHEADER RESPONSIVE ====================== */
@media only screen and (min-width: 1200px) {
  #content-header-media #header {
    /*
    width: 1920px !important;
    */ }

  #menumain {
    font-size: 16px !important; } }
@media only screen and (min-width: 980px) and (max-width: 1200px) {
  #content-header-media #header {
    /*
    width: 1580px !important;
    */ }

  #menumain {
    font-size: 14px !important; } }
@media only screen and (min-width: 768px) and (max-width: 980px) {
  #content-header-media #header {
    /*
    width: 1240px !important;
    */ }

  #menumain {
    font-size: 14px !important; }

  #content #content-main {
    padding-left: 30px !important;
    padding-right: 30px !important; }

  	/*
  	#content-data-before
  	{
  		margin: 0px !important;
  
  		text-align: center;
  
  		h3
  		{
  			padding: 0px;
  			margin: 0px;
  			font-size: 14px !important;
  			font-family: "Playfair Display";
  		}
  		hr
  		{
  			display: none;
  		}
  		.resume
  		{
  			color: #ddd;
  		}
  
  		.media_resume
  		{
  			width: 100%;
  		}
  
  		.items-list
  		{
  			.item
  			{
  				h2
  				{
  
  				}
  			}
  		}
  	}
  	*/ }
@media only screen and (min-width: 320px) and (max-width: 768px) {
  #content-header-media #header {
    /*
    width: 900px !important;
    */ }

  #footer * {
    text-align: center !important; }

  #mobile-menu-opener {
    display: block !important; }

  #hheader #logo img {
    width: 80% !important;
    max-width: 140px !important; }
  #hheader #logo .baseline {
    margin: 0px; }
    #hheader #logo .baseline span {
      color: #74B425;
      line-height: inherit; }
    #hheader #logo .baseline br {
      line-height: 15px; }
  #hheader.reduced #menumain a {
    padding: 25px 25px !important;
    font-size: 25px !important; }

  #menumain {
    display: none;
    padding-top: 20px; }
    #menumain.open {
      background-color: rgba(0, 0, 0, 0.9); }
      #menumain.open ul {
        padding-top: 70px !important;
        padding-bottom: 280px !important; }
    #menumain ul {
      width: 85%; }
      #menumain ul li {
        width: auto !important;
        display: block !important; }
        #menumain ul li.homepage, #menumain ul li.services, #menumain ul li.a-propos {
          display: none !important; }
        #menumain ul li a {
          padding: 25px 25px !important;
          font-size: 25px !important;
          border: none !important; }

  #content #content-main {
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 0px; }

  body .intro {
    font-size: 140% !important; }
    body .intro strong {
      font-size: 120% !important; }
  body .intro2 {
    font-size: 110% !important; }
    body .intro2 strong {
      font-size: 120% !important; }

  #cnt-page-homepage .page {
    padding: 50px !important; }
    #cnt-page-homepage .page br {
      display: none !important;
      border: 1px solid red !important; }

  #cnt-page-contact .page {
    padding: 20px !important; }

  #cnt-page-services {
    display: none; }

  .block.sous-menu li {
    display: inline-block;
    width: 25%;
    text-align: center !important;
    padding-bottom: 20px; }
    .block.sous-menu li img {
      clear: both;
      display: block;
      margin: 0px;
      margin-bottom: 5px;
      margin-left: auto;
      margin-right: auto;
      width: 30%; } }
/* ====================== MEDIAHEADER RESPONSIVE ====================== */
/* Higher than 1200 (desktop devices)
====================================================================== */
/* Higher than 960 (desktop devices)
====================================================================== */
/* Tablet Portrait (devices and browsers)
====================================================================== */
/* All Mobile Sizes (devices and browser)
====================================================================== */
/* Mobile Landscape Size to Tablet Portrait (devices and browsers)
====================================================================== */
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers)
=================================================================== */
#sb-nav-close {
  background-image: url(/medias/ampimmo/_design/ico-close.svg) !important;
  background-repeat: no-repeat;
  background-color: transparent;
  width: 24px !important;
  height: 24px !important;
  background-position: 0 0;
  position: absolute;
  right: 0px;
  top: 0px !important;
  display: block !important; }
  #sb-nav-close:hover {
    background-image: url(/medias/ampimmo/_design/ico-close-hover.svg) !important; }

#sb-container {
  z-index: 1006 !important; }
  #sb-container * {
    font-family: 'proxima_nova_regular', sans-serif; }

#sb-counter {
  width: 100% !important;
  text-align: center; }
  #sb-counter a {
    font-size: 16px;
    padding: 5px !important; }

#sb-overlay {
  background-color: #fff !important;
  opacity: 0.9 !important; }

#sb-body {
  border: 1px solid #57626e !important; }

#sb-body-inner {
  background-color: #fff; }

#sb-title-inner {
  color: #57626e !important; }

#sb-info {
  overflow: visible !important;
  position: absolute !important;
  width: 100%; }

#sb-nav {
  float: none !important;
  width: 100% !important; }

#sb-nav-next,
#sb-nav-previous {
  position: absolute;
  z-index: 10000 !important;
  margin-top: -40%;
  height: 40px !important;
  width: 20px !important;
  background-size: 100%; }

#sb-nav-next {
  right: 10px;
  background-image: url(../images/next.svg) !important; }

#sb-nav-previous {
  left: 10px;
  background-image: url(../images/prev.svg) !important; }

/*# sourceMappingURL=style.css.map */
