/*
Theme Name: Image Conseil
Theme URI: image-conseil.fr
Author: image-conseil.fr
Author URI: image-conseil.fr
Description: Custom theme: Image Conseil, developed by image-conseil.fr
Version: 1.0.0
Text Domain: ic
*/
@font-face {
  font-family: 'TitilliumWeb';
  src: url("font/TitilliumWeb-Regular.eot") format("embedded-opentype"), url("font/TitilliumWeb-Regular.woff") format("woff"), url("font/TitilliumWeb-Regular.ttf") format("truetype"), url("font/TitilliumWeb-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'TitilliumWeb';
  src: url("font/TitilliumWeb-Bold.eot") format("embedded-opentype"), url("font/TitilliumWeb-Bold.woff") format("woff"), url("font/TitilliumWeb-Bold.ttf") format("truetype"), url("font/TitilliumWeb-Bold.svg") format("svg");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'lora';
  src: url("font/lora-regular-webfont.woff") format("woff2"), url("font/lora-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'lora';
  src: url("font/lora-italic-webfont.woff") format("woff2"), url("font/lora-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: 'lora';
  src: url("font/lora-bolditalic-webfont.woff") format("woff2"), url("font/lora-bolditalic-webfont.woff") format("woff");
  font-weight: bold;
  font-style: italic; }
@font-face {
  font-family: 'lora';
  src: url("font/lora-bold-webfont.woff") format("woff2"), url("font/lora-bold-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal; }
  
.span .file {

 color: #010202!important;
 font-family: "TitilliumWeb", Arial, sans-serif; 
 overflow-x:hidden;
 line-height: 22px;
 
 
 }



body {
  background-color: white;
  margin: 0;
  color: #010202;
  font-family: "TitilliumWeb", Arial, sans-serif; 
  overflow-x:hidden;
  line-height: 22px;
  
  
  }
  
  
*::-moz-selection {
    background: #e2001a none repeat scroll 0 0;
    color: #fff;
}  
  
 #animation-graphique {
   position: absolute;
   z-index: 1;
   top: 0;
   bottom: 0;
   left: 0;
   width: 100%;
 } 

#wrapper {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden; }

#scroller {
  position: absolute;
  z-index: 100;
  -webkit-tap-highlight-color: transparent;
  width: 100%;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  text-size-adjust: none; }

.t-center {
  text-align: center; }
  
  .t-left {
    text-align: left; }
  
 .grecaptcha-badge {
     display: none;
 }

.t-right {
  text-align: right; }

img.alignright {
  float: right; }

.plus {
  width: 44px;
  height: 44px;
  margin-top: 15px;
  background-image: url("img/plus.png");
  display: block; }

.grid .xdebug-var-dump {
  background-color: white;
  position: absolute;
  z-index: 1000;
  opacity: 0.97; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("img/ajax-loader.gif") center center no-repeat; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 43%;
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    opacity: 0.5; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 1; }
  .slick-prev:before,
  .slick-next:before {
    /* font-family: $slick-font-family; */
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: 100px;
  width: 21px;
  height: 39px;
  z-index: 10;
  background-image: url("img/arrow-l.png"); 


}

.slick-next {
  right: 100px;
  width: 21px;
  height: 39px;
  z-index: 10;
  background-image: url("img/arrow-r.png"); 


}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  font-family: sans-serif;
  position: absolute;
  bottom: 25px;
  list-style: none;
  display: block;
  text-align: left;
  padding: 0;
  left: 140px;
  margin: 0; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 3px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 0.75; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "\2022";
        width: 20px;
        height: 20px;
        font-size: 50px;
        line-height: 20px;
        text-align: center;
        color: white;
        opacity: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #e2001a;
      opacity: 1; }

.logo {
  background-image: url("img/logo-ic.png");
  width: 77px;
  height: 73px;
  position: absolute;
  top: 30px;
  left: 70px;
  z-index: 100;
  overflow: hidden;
  text-indent: -1000px; 

  animation: fadein 2s;
  -moz-animation: fadein 2s; /* Firefox */
  -webkit-animation: fadein 2s; /* Safari et Chrome */
  -o-animation: fadein 2s; /* Opera */

}


@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* sur Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* sur Safari et Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* sur Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}






.menu {
  position: absolute;
  top: 50px;
  right: 0px;
  font-family: "TitilliumWeb", Arial, sans-serif;
  font-weight: bold;
  font-size: 32px;
  line-height: 30px;
  color: #e2001a;
  text-transform: uppercase;
  cursor: pointer;
  z-index: 100; }
  
  
  
  
  
  
  
 input[type="submit"] {
	  
      font-family: 'lora', arial, serif !important;
	  font-weight: bold;
      display: inline-block;
      text-align: center;
      cursor: pointer;
      -webkit-appearance: none;
      transition: background-color 0.25s ease-out, color 0.25s ease-out;
      vertical-align: middle;
      border: 1px solid transparent!important;
      
      font-size: 16px;
      background-color: transparent!important;
      color: #000;
      text-rendering: optimizelegibility;
  }
  
  
  input[type="submit"] a, input[type="submit"]:hover{
  	  

       color: #e2001a;

   }
  
  
  .menu .burger 
  {
    float: right!important;
    width: 36px;
    height: 30px;
    margin-right: 30px;
    background-image: url("img/burger.png"); 
	
	animation: fadein 2s;
	-moz-animation: fadein 2s; /* Firefox */
	-webkit-animation: fadein 2s; /* Safari et Chrome */
	-o-animation: fadein 2s; /* Opera */
	
  }


/*.menu {
  position: absolute;
  top: 117px;
  /*left: 83px;*!/
  font-family: "TitilliumWeb", Arial, sans-serif;
  font-weight: bold;
  font-size: 32px;
  line-height: 30px;
  color: #e2001a;
  text-transform: uppercase;
  cursor: pointer;
  z-index: 100; 
}
  .menu .burger {
  	position: absolute;
	display: block;
    float: right!important;
    width: 36px;
    height: 30px;
    margin-right: 20px;
    background-image: url("img/burger.png"); 
	z-index:100;
  }
*/















body.admin-bar .logo {
  top: 62px; }
  
body.admin-bar .menu {
  top: 83px; }

.slider-wrapper {
  position: relative; }

.slider .slide {
  width: 100%;
  height: 700px;
  overflow: hidden; }
  
.slider .slide img {
    
    width: auto;
    height: 100%;
}

/*  .slider .slide img {
    width: 100%; }*/

.slider-block {
  width: 572px;
  min-height: 260px;
  position: absolute;
  right: 100px;
  bottom: 0;
  padding: 30px 50px;
  background-color: #de0019;
  background-image: url("img/bg.png");
  color: white;
  font-family: "TitilliumWeb", Arial, sans-serif;
  font-size: 14px;
  line-height: 25px; }
  .slider-block h1 {
    font-family: "lora", serif;
    font-size: 44px;
    text-transform: uppercase; }
  .slider-block .plus {
    position: absolute;
    bottom: 19px;
    right: 63px; }

.noscroll {
  overflow: hidden; }

.menu-layer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 200;
  background-color: #de0019;
  background-image: url("img/bg.png"); }

.menu-inner {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 200;
  display: none;
  color: white; 
  
}
  .menu-inner a, .menu-inner a:hover, .menu-inner a:active, .menu-inner a:visited {
    color: white;
    text-decoration: none; }
  .menu-inner h1, .menu-inner h2, .menu-inner h3 {
    font-size: 28px;
    line-height: 31px; }
  .menu-inner .menu-logo {
    display: block;
    width: 48px;
    height: 48px;
    position: absolute;
    top: 45px;
    left: 84px;
    background-image: url("img/menu-logo.png");
    background-repeat: no-repeat; 
  
  	animation: fadein 1s;
  	-moz-animation: fadein 1s; /* Firefox */
  	-webkit-animation: fadein 1s; /* Safari et Chrome */
  	-o-animation: fadein 1s; /* Opera */
  
  }
  .menu-inner .menu-close {
    display: block;
    cursor: pointer;
    width: 31px;
    height: 30px;
    position: absolute;
    top: 50px;
    right: 43px;
    background-image: url("img/menu-close.png");
    background-repeat: no-repeat; 
  
    animation: fadein 1s;
    -moz-animation: fadein 1s; /* Firefox */
    -webkit-animation: fadein 1s; /* Safari et Chrome */
    -o-animation: fadein 1s; /* Opera */
  
  
  
  }
  
  
  
  .menu-inner .menu-content {
    max-width: 1000px;
    margin: 138px auto 0; 
	margin-left: 136px!important;
  }
  
  
  
    .menu-inner .menu-content ul {
      list-style: none;
      margin: 0;
      padding: 0; 
	  padding-left : 20px!important;
	}
	
	
	
	
  .menu-inner .menu-bottom {
    position: absolute;
    top: 56px;
/*    width: 100%; */
	margin-left: 250px!important;
	
	
	animation: fadein 1s;
		-moz-animation: fadein 1s; /* Firefox */
		-webkit-animation: fadein 1s; /* Safari et Chrome */
		-o-animation: fadein 1s; /* Opera */
		
  }
    .menu-inner .menu-bottom .inner {
      max-width: 1000px;
      margin: 0 auto 0; }
    .menu-inner .menu-bottom ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .menu-inner .menu-bottom ul li {
        display: inline-block;
        margin-right: 15px; }
  
  
  .align-zone-picto {
      width: 100%!important;
	  letter-spacing: normal;
	  word-spacing: normal;
	  vertical-align: top;
	  text-rendering: auto;
	  display: inline-block;
	  zoom: 1;
  }

    
    
.menu-inner .menu-search {
   position: absolute;
   left: 138px;
   padding-bottom: 2px;
   border-bottom: 2px solid white;
   margin-top:60px;
}
      
      
    
 .menu-inner .menu-search-submit {
   width: 24px;
   height: 24px;
   background-color: transparent;
   background-image: url(img/menu-search.png);
   background-repeat: no-repeat;
   text-indent: -1000px;
   overflow: hidden;
   border: 0 solid; } 
    
  .menu-inner .menu-search-field {
    background-color: transparent!important;
    border: 0 solid!important;
    width: 258px!important;
    color: white!important;
    font-size: 24px!important;
    font-family: "TitilliumWeb", Arial, sans-serif; }
    .menu-inner .menu-search-field:focus {
      outline: none; }
    .menu-inner .menu-search-field::-webkit-input-placeholder {
      /* WebKit, Blink, Edge */
      color: white; }
    .menu-inner .menu-search-field:-moz-placeholder {
      /* Mozilla Firefox 4 to 18 */
      color: white;
      opacity: 1; }
    .menu-inner .menu-search-field::-moz-placeholder {
      /* Mozilla Firefox 19+ */
      color: white;
      opacity: 1; }
    .menu-inner .menu-search-field:-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: white; }


.breadcrumb-actus{
 padding-left: 0px;
 color: #010202;
 font-family: "lora", serif;
 font-weight: bold;
 font-style: italic;
 font-size: 16px;
 line-height: 19px; 
 
 }
 
 
 
 
 .breadcrumb-actus a {
   color: #e2001a;
   text-decoration: none; }



.breadcrumb {
  margin-top:20px;
  margin-bottom:20px;
  padding-left: 0px;
  color: #010202;
  font-family: "lora", serif;
  font-weight: bold;
  font-style: italic;
  font-size: 16px;
  line-height: 19px; 

}
  
  
  
  .breadcrumb a {
    color: #e2001a;
    text-decoration: none; }

#main {
  max-width: 1080px;
  margin: 0 auto;
  position: relative; }
  
#header {

max-width: 1280px;
margin: 0 auto;
  position: relative; 
  top: 130px;
  margin-bottom : 119px;
  z-index: 1;

}

#top-header {
height:362px!important
}


/*Actualités*/



#header-actus {

  max-width: 1280px;
  margin: 0 auto;
  position: relative; 
  top: 130px;
  margin-bottom : 177px;
  padding-top: 35px!important;
  padding-bottom: 122px !important;
  height: 330px;
  background-color: #1a171b !important;
}

#header-404 {

  max-width: 1280px;
  margin: 0 auto;
  position: relative; 
  top: 130px;
  margin-bottom : 177px;
  padding-top: 35px!important;
  padding-bottom: 122px !important;
  height: 330px;
  background-color: #1a171b !important;
}


#header-archives {

  max-width: 1280px;
  margin: 0 auto;
  position: relative; 
  top: 130px;
  margin-bottom : 177px;
  padding-top: 35px!important;
  padding-bottom: 122px !important;
  height: 330px;
  background-color: #1a171b !important;
}




#header-communique {

  max-width: 1280px;
  margin: 0 auto;
  position: relative; 
  top: 130px;
  margin-bottom : 140px;
  padding-top: 35px!important;
  padding-left: 15px!important;
  padding-bottom: 122px !important;
 
  height: 330px;
  background-color: #1a171b !important;
}

#header-communique {

  top: 106px;
}









.content-actus {
    max-width: 1280px;
    margin: 0 auto;
        margin-bottom: 0px;
    position: relative;
    margin-bottom: 35px;
    padding-left: 35px !important;
    padding-right: 35px !important;
    padding-top: 9px !important;
    padding-bottom: 118px !important;
    background-color: #f1f1f2 !important;
}

.content-recherche {
    max-width: 1280px;
    margin: 0 auto;
        margin-bottom: 0px;
    position: relative;
    margin-bottom: 35px;
    padding-left: 35px !important;
    padding-right: 35px !important;
    padding-top: 9px !important;
    padding-bottom: 33px !important;
    background-color: #f1f1f2 !important;
}





/*.wpb_text_column :last-child{

    padding-left :4px;
}*/


div#imgcont img#img2 {
    display: none;
}
 
div#imgcont:hover img#img2 {
    display: block;
}
 
div#imgcont:hover img#img1 {
    display: none;
}


.news-block .title {
    color: #000;
    font-family: "lora", serif!important;
    font-size: 25px;
    font-weight: 700;
    line-height: 24px;
    margin-top: 8px;
    text-transform: inherit;
    text-rendering: optimizelegibility;
    margin-bottom: 4px;
    padding-right: 30px;
}

.news-block .date {
font-family: "TitilliumWeb", Arial, sans-serif;
font-size: 13px;
color: #e2001a;
text-decoration:none;
text-rendering: optimizelegibility!important;

margin-top: 4px!important;
margin-bottom: 4px!important;

}



.news-block .excerpt {

   margin-top: 0px!important;
   margin-bottom: 8px!important;
   padding-right: 30px;
   line-height: 22px;
}



.full .wp-post-image {
text-align: center!important;
}






.news-block .readmore {
font-family: "lora", serif;
font-size: 18px;
line-height: 24px;
font-weight: bold;
color: #000;
text-decoration: none;
margin-bottom:20px;

}

.news-block.readme a, .readme:hover {
    color: #e2001a;
    text-decoration: none;
    margin-bottom:20px;

}



h2.titre-article{
    font-size: 37px!important;
    line-height: 36px!important;
	text-decoration:none!important;
	text-rendering: optimizelegibility!important;
	margin-bottom: 26px !important;
	margin-top: 24px !important;
}

h2.titre-article a{
    font-family: "lora", serif!important;
    font-size: 37px!important;
    font-weight: bold!important;
    color: #000!important;
	text-decoration:none!important;
	text-rendering: optimizelegibility!important;
}


h2.titre-article:hover{
color: #e2001a!important;
text-decoration: none;
}





.posted-on a {
    font-family: "TitilliumWeb", Arial, sans-serif;
    font-size: 13px;
    color: #e2001a;
	text-decoration:none;
	text-rendering: optimizelegibility!important;
}

.entry-meta {
    font-family: "TitilliumWeb", Arial, sans-serif;
    font-size: 13px;
    color: #000;
	text-decoration:none;
	text-rendering: optimizelegibility!important;
}

.byline {
    font-family: "TitilliumWeb", Arial, sans-serif;
    font-size: 13px;
    color: #000;
	text-decoration:none;
	text-rendering: optimizelegibility!important;
}


.byline a{
	font-family: "lora", serif;
    color: #e2001a;
    text-decoration: none;
	text-decoration:none!important;
	text-rendering: optimizelegibility!important;
}







.readme
 {
    font-family: "lora", serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    color: #000;
	text-decoration:none;
}



.readme a, .readme:hover{
    color: #e2001a;
    text-decoration: none;
}



.previous
 {
    font-family: "lora", serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    color: #000;
	text-decoration:none;
	float: left;
}



.previous a, .previous:hover{
    color: #e2001a;
    text-decoration: none;
}


.next
 {
    font-family: "lora", serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    color: #000;
	text-decoration:none;
	float: right;
	padding-bottom:40px;
}



.next a, .next:hover{
    color: #e2001a;
    text-decoration: none;
}



.prev
 {
    font-family: "lora", serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    color: #000;
	text-decoration:none;
	float: left;
	padding-bottom:40px;
	margin-right:40px;
}



.prev a, .prev:hover{
    color: #e2001a;
    text-decoration: none;
}




.page-numbers {
    font-family: "lora", serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    color: #000;
	text-decoration:none;
	float: center;
	padding-bottom:40px;
	padding-right:5px;

}


.page-numbers a, .page-numbers:hover, .page-numbers:active{
    color: #e2001a;
    text-decoration: none;
}












.photo-article {

    display: block;
	float: left;
	padding-right: 31px;
	padding-top:20px;
}




h1.blanc {
    font-family: "lora", serif;
    font-size: 64px;
    line-height: 72px;
    font-weight: bold;
    color: white;
}


h1.blanccommunique {
    font-family: "lora", serif;
    font-size: 64px;
    line-height: 72px;
    font-weight: bold;
    color: white;
	padding-left: 65px !important;
}




h1.blancactus {
    font-family: "lora", serif;
    font-size: 64px;
    line-height: 72px;
    font-weight: bold;
    color: white;
	padding-left: 65px !important;
}




#image-header {
overflow: hidden;
position:absolute;
display:inline-block;
margin-left:100px;
}


#image-header-actus {
    overflow: hidden;
    position: absolute;
    display: inline-block;
    margin-left: 750px!important;
    top: 50px!important;
    float: right;
}




#fond-header {

overflow: hidden;
width: 100%;
position: relative;
z-index:10;
}
   
    

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "lora", serif;
  font-weight: bold;
  font-size: 64px;
  line-height: 72px;
  text-transform: uppercase; 
}

.titre-slide {
  
  z-index: 1;
  position:absolute;
  overflow: hidden;
  animation: fadein 2s;
  -moz-animation: fadein 2s;
  -webkit-animation: fadein 2s;
  -o-animation: fadein 2s;
  font-family: "lora", serif;
  font-weight: 400;
  font-size: 35px!important;
  top:40%; 
  padding-left:310px;
  line-height: 72px;
  color: #FFF;
  text-shadow: 0.0em 0.0em 0.2em #000
}









  
  
h1.blanc404 {
    padding-left: 50px !important;
    font-family: "lora", serif;
    font-size: 64px;
    line-height: 72px;
    font-weight: bold;
    color: white;
}
    
    

h2, h2.titre {
  font-family: "lora", serif;
  font-size: 64px;
  line-height: 72px;
  font-weight: bold;
  text-decoration:none;
  margin-bottom :10px;
  margin-top :5px;
}




h2.titre-prestation {
    font-family: "lora", serif;
    font-size: 64px;
    line-height: 72px;
    font-weight: bold;
    text-decoration:none;
    margin-bottom :10px;
    margin-top :5px;
}


.menu-404 h1, .menu-404 h2, .menu-404 h3 {
    font-size: 28px;
    line-height: 31px;
    text-decoration :none!important;
    color : #000000;
}


.menu-404 h2 a {
    font-size: 28px;
    line-height: 31px;
    text-decoration :none!important;
    color : #000000;
}

.menu-404 h2:hover {
    color: #e2001a!important;
}

.menu-404 ul a {
    list-style-type: none !important;
    text-decoration :none!important;
    color : #000000;
}





h2.pole {
  font-family: "lora", serif;
  font-size: 64px;
  line-height: 63px;
  font-weight: bold;
  text-decoration:none;
}


h2.realisation {
  font-family: "lora", serif;
  font-size: 64px;
  line-height: 55px;
  font-weight: bold;
  text-decoration:none;
}




p.legende-pole{
  font: italic 12px "lora", serif;
  line-height: 16px;
	text-decoration:none;
  color: #d1d1d1;
  
}



h2.blanc404 {
    padding-left: 50px !important;
    font-family: "lora", serif;
    font-size: 64px;
    line-height: 72px;
    font-weight: bold;
    color: white;
}






h2.blanc {
  font-family: "lora", serif;
  font-size: 64px;
  line-height: 72px;
  font-weight: bold;
  color:white;
}



h2.blancagence {
    padding-left: 50px !important;
    font-family: "lora", serif;
    font-size: 64px;
    line-height: 72px;
    font-weight: bold;
    color:white;
}

h3.blancagence {
    padding-left: 50px !important;
    font-family: "lora", serif;
	font-size: 32px;
	line-height: 35px;
    font-weight: bold;
    font-style: italic; 
    color:white;
}


h3.communique {
    padding-left: 65px !important;
    font-family: "lora", serif;
	font-size: 32px;
	line-height: 35px;
    font-weight: bold;
    font-style: italic; 
    color:white;
}




p.blancagence {
    color: #010202;
    font-family: "TitilliumWeb", Arial, sans-serif;
	color:white;
	padding-left: 50px !important;
}



h3.blancactus {
    padding-left: 65px !important;
    font-family: "lora", serif;
	font-size: 32px;
	line-height: 35px;
    font-weight: bold;
    font-style: italic; 
    color:white;
}


p.blancactus {
    color:white;
    padding-left: 65px !important;
    font-family: "TitilliumWeb", Arial, sans-serif;
	line-height: 22px;
    font-weight: 400;
    color:white;
}








h3.blanc {
  font-family: "lora", serif;
  font-size: 32px;
  line-height: 35px;
  font-weight: bold;
  font-style: italic; 
  color:white;
}






h1.blanc {
    padding-left: 50px !important;
    font-family: "lora", serif;
    font-size: 64px;
    line-height: 72px;
    font-weight: bold;
    color:white;
}

h2.blancpole {
    padding-left: 50px !important;
    font-family: "lora", serif;
    font-size: 64px;
    line-height: 72px;
    font-weight: bold;
    color:white;
}

.blancpolegenerale {
    padding-left: 50px !important;
    font-family: "lora", serif;
    font-size: 32px;
    line-height: 35px;
    font-weight: bold;
    font-style: italic; 
    color:white; 
}





h3.blancpole {
    padding-left: 50px !important;
    font-family: "lora", serif;
    font-size: 32px;
    line-height: 35px;
    font-weight: bold;
    font-style: italic; 
    color:white; 
}

p.blancpole {
	color: #010202;
	font-family: "TitilliumWeb", Arial, sans-serif;
	color:white;
	padding-left: 50px !important;
}




h2.blancreferences {
    padding-left: 50px !important;
    font-family: "lora", serif;
    font-size: 64px;
    line-height: 72px;
    font-weight: bold;
    color:white;
}

h3.blancreferences {
    padding-left: 50px !important;
    font-family: "lora", serif;
    font-size: 32px;
    line-height: 35px;
    font-weight: bold;
    font-style: italic; 
    color:white; 
}

p.blancreferences {
	color: #010202;
	font-family: "TitilliumWeb", Arial, sans-serif;
	color:white;
	padding-left: 50px !important;
}



h2.blancactus {
    font-family: "lora", serif;
    font-size: 64px;
    line-height: 72px;
    font-weight: bold;
    color: white;
	padding-left: 50px !important;
}


h2.blanccontact {
     padding-left: 50px !important;
     font-family: "lora", serif;
     font-size: 64px;
     line-height: 72px;
     font-weight: bold;
     color:white;
}



h3.blanccontact {
  font-family: "lora", serif;
  font-size: 32px;
  line-height: 35px;
  font-weight: bold;
  font-style: italic; 
  color:white;
  padding-left: 50px !important;
}

p.blanccontact {
	color: #010202;
	font-family: "TitilliumWeb", Arial, sans-serif;
	color:white;
	padding-left: 50px !important;
}








p.blanc {
    color: #010202;
    font-family: "TitilliumWeb", Arial, sans-serif;
	color:white;
}

.rouge {
    color: #e2001a;
}


mark {
    color: inherit;
    background-color: transparent;
    position: relative;

}


mark::after {
    content: "";
    position: absolute;
    height: 30%;
    width: 104%;
    background-color: #f4e2ad;
    bottom: 5px;
    left: -2%;
    z-index: -1;
}





h3, h3.titre {
  font-family: "lora", serif;
  font-size: 28px;
  line-height: 32px;
  font-weight: bold;
  font-style: italic; }

.title h1 {
  display: inline; }
.title .sub {
  font-size: 30px;
  color: #e2001a;
  font-family: Helvetica, Sans-Serif;
  font-weight: normal;
  text-transform: initial; }

.grid {
  position: relative; }
  .grid .item {
    float: left;
    width: 360px;
    height: 480px; }
    .grid .item .inner {
      margin: 25px;
      text-align: justify; }
      .grid .item .inner h2 {
        font-family: "lora", serif;
        font-size: 54px;
        line-height: 72px;
        margin: 0; 
	  }
        
     
        
    .grid .item.double {
      width: 720px; }
      
      
      
    .grid .item.petit {
      width: 360px; 
      height: 240px;
      
      }
      
      
      
  
.header .stamp {
  position: absolute;
  color: white;
  padding-top: 25px;
  width: 360px;
  height: 455px; 
}


  
  
  .grid .stamp {
    position: absolute;
    color: white;
    padding-top: 25px;
    width: 360px;
    height: 455px; 
  }
    
    
    
    
  


/************************/
/* communique-presse    */
/***********************/



.communique-presse-liste {
  padding: 0!important;
  list-style: none!important;
  margin-top: 20px!important; }
  
  
  
  .communique-presse-liste li a {
    position: relative;
    display: list-item;
    padding: 17px 0 19px;
    border-bottom: 1px solid #ebebeb; }
    
    
    

  .communique-presse-liste li a:hover {
    text-decoration: none;
    background-color: #f9f9f8; 
    }
    
    .communique-presse-liste li a:hover .titre {
      color: #122f4e; }
    .communique-presse-liste li a:hover .fleche {
      background-image: url(img/fleche-active.png); }
    .communique-presse-liste li a:hover .dl {
      background-image: url(https://www.image-conseil.fr/wp-content/themes/ic/img/dl-active.png); }
.communique-presse-liste li:first-child a {
  border-top: 1px solid #ebebeb; }


.communique-presse-liste .date {
  min-width: 115px;
  padding-right: 30px;
  border-right: 1px solid #ebebeb;
  color: #e2001a;
  font-family: "lora", serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  display: inline-block; }


.communique-presse-liste .titre {
  margin-left: 30px;
  display: inline-block;
  color: #122f4e;
  font-family: "lora", serif;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px; }
  
.communique-presse-liste .fleche {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -7px;
  background-image: url(img/fleche-passive.png);
  background-repeat: no-repeat;
  background-position: center right;
  display: block;
  width: 8px;
  height: 13px; 
  }
  
  
.communique-presse-liste .dl {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
  background-image: url(https://www.image-conseil.fr/img/dl.png);
  background-repeat: no-repeat;
  background-position: center right;
  display: block;
  width: 20px;
  height: 17px; 
  }
  
  
  h2.titre-communique-presse-liste {
    color: #122f4e!important;
    font-family: "lora", serif;
    font-weight: 900!important;
    font-size: 40px!important;
    line-height: 35px!important;
    text-align:  left;
    text-transform: uppercase;
    }
    
    
    
 
 h3.date-communique-presse-liste {
   color: #122f4e!important;
   font-family: "lora", serif;
   font-weight: 700!important;
   font-size: 18px!important;
   line-height: 55px!important;
   text-align:  left;
   text-transform: uppercase;
   }
   
   
   h2.liste-communique {
     color: #122f4e!important;
     font-family: "lora", serif;
     font-weight: 700!important;
     font-size: 18px!important;
     line-height: 55px!important;
     text-align:  left;
     text-transform: uppercase;
     }
  
  
  .communique-presse-liste li:first-child a {
      border-top: 1px solid #ebebeb;
  }
  
  .communique-presse-list {
    margin-top: 20px!important; }
    .communique-presse-list hr {
      border-top: 1px dotted #122f4e; }
    .communique-presse-list .bloc-client {
      background-color: #f7f7f6;
      border: 1px solid #cccccc;
      min-height: 228px;
      height: 152px;
      white-space: nowrap;
      text-align: center; }
      .communique-presse-list .bloc-client .helper {
        display: inline-block;
        height: 100%;
        vertical-align: middle; }
      .communique-presse-list .bloc-client > a > img {
        vertical-align: middle;
        max-height: 152px;
        max-width: 222px; }
    .communique-presse-list h2.entry-title {
      margin-top: 0;
      color: black;
      font-family: "lora", serif;
      font-size: 22px;
      font-weight: 700;
      line-height: 26px; }
    
   
.revenir
 {
    font-family: "lora", serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    color: #000;
	text-decoration:none;
	float: left;
}



.revenir a, .revenir:hover{
    color: #e2001a;
    text-decoration: none;
}   
   
   
   
   
   
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
 
/*
RERERENCE 
-->*/





/*.survol-rouge-ref:hover {

	background-color: #e2001a;
    webkit-transition: background 0.4s ease-in-out;
    -o-transition: background 0.4s ease-in-out;
    transition: background 0.4s ease-in-out;
}*/




h4.titre-isotope{

	font-family: "lora", serif;
	font-size: 25px;
    color: white;
	text-align: center!important;
    color: white;
    transform: translateY(495%) !important;

    

    
    
}

h5.soustitre-isotope {

	font-family: "TitilliumWeb", Arial, sans-serif; 
	font-weight: 300;
	font-size: 14px;
    color: white;
    margin:0 auto;
    text-align: center!important;
    transform: translateY(572%) !important;

    text-align: center!important;

}





#survol-rouge-ref {

	position: absolute;
	text-align: center!important;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: inline-block;

	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 25px;
	margin-top: 25px;

    
 
}



#survol-rouge-ref:hover  {

  position: absolute;
   background-color: #e2001a;
   webkit-transition: background 0.5s ease-in-out;
   -o-transition: background 0.5s ease-in-out;
   transition: background 0.5s ease-in-out;
}



#survol-image-realisation {

display:none;
visibility:none;

}






/*
RERERENCE 
--> VOUS AIMEREZ PEUTY ETRE*/
 
h4.titre-related{


	font-family: "lora", serif;
	font-size: 25px;
    color: white;
    padding-top:10px;
    color: white;
    transform: translateY(345%)!important;
    z-index:1;
    
    
}

h5.soustitre-related {
	display:block;
	font-family: "TitilliumWeb", Arial, sans-serif; 
	font-weight: 300;
	font-size: 14px;
    color: white;
    margin:0 auto;
    z-index:1;
    text-align: center;
    transform: translateY(352%) !important;
}

   
.survol-rouge {

	position: absolute;
	text-align: center;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: inline-block;
	width: 91.5%;
	height: 98.5%;
	margin-left: 15px;
	margin-bottom: 15px;
    
 
}

.survol-rouge:hover  {
   z-index:1;
  
   background-color: #e2001a;
   webkit-transition: background 0.2s ease-in-out;
   -o-transition: background 0.2s ease-in-out;
   transition: background 0.2s ease-in-out;
}







    
 /*   
    .bloc-push .background-layer {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        opacity: 1;
        background-color: ##e2001a;
        -webkit-transition: opacity 0.2s ease-in-out;
        -o-transition: opacity 0.2s ease-in-out;
        transition: opacity 0.2s ease-in-out;
	}
	*/	
		
		
		
		
    
    
    
    .grid .stamp .stamp-realisations {
        padding-left: 12px;
        padding-top: 12px;
        width: 298px;
        height: 419px;
        margin: 0 auto;
        background-color: #de0019;
        font-family: "lora", serif;
        font-weight: bold;
        font-style: italic;
        font-size: 17px;
        line-height: 28px;
        background-image: url("img/bg.png");
    }
      
      
      .grid .stamp .stamp-realisations ul {
        margin: 0; }
        .grid .stamp .stamp-realisations ul li {
          line-height: 28px; 
          padding-left:-9px!important;
          }
      .grid .stamp .stamp-realisations button {
        background: transparent;
        border: 0 solid;
        padding: 0;
        outline: none; }
      .grid .stamp .stamp-realisations a {
        color: white;
        text-decoration: none; }

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both; }

.row {
  margin-top: 40px;
  margin-bottom: 40px; }

.agence {
  position: relative; }
  .agence h2 {
    font-family: "lora", serif;
    font-size: 64px;
    margin: 0; }
  .agence p {
    font-size: 17px;
    line-height: 32px;
    text-align: justify;
    font-family: "lora", serif;
    font-weight: bold;
    font-style: italic; }
  .agence strong {
    font-size: 24px;
    color: #e2001a; }
  
  
  .agence .bord1 {
    position: absolute;
    top: -56px;
    left: -67px;
    z-index: 10;
	transform: translate3d(0px, 5px, 0px);
	/*background-image:"/img/bord1.png";*/
  }
    
    
  .agence .bord2 {
    position: absolute;
    bottom: -16px;
    right: -64px;
    z-index: 10;
    transform: translate3d(0px, 5px, 0px);
      /*background-image:"/img/bord2.png";*/
  }
  
  .texteagence {
  margin-top :-26px !important
  
  }
  
 .imageheaderagence {
     margin-top: 24px !important;
 }
  
  
  .imageheaderpole{
  margin-top :14px !important
  }
  
  .imageheaderpoledetail{
  margin-top :14px !important
  }
  
  
  
  .imageheaderreferencedetail{
  margin-top :14px !important
  }
  
  .imageheadercontactdetail{
  margin-top :14px !important
  }
  
  
.headercontact {
    padding-bottom: 288px !important;
}




.textecontact {
    margin-top: 28px !important;
}
  
  
  
  
  
  
  .polestrategie  {
    position: relative;
    bottom: -66px;
    right: -80px;
    z-index: 10; 
  transform: translate3d(0px, 5px, 0px);
  }
  
  
  
.entetestrategieicone {
    position: absolute;
    bottom: 194px;
    right: 30px;
    z-index: 10;
    display: block;
    transform: translate3d(0px, 5px, 0px);
    }
  
.entetedesignicone {
  position: absolute;
  bottom: 194px;
  right: 30px;
  z-index: 10;
  display: block;
  transform: translate3d(0px, 5px, 0px);
  }
  
  
  
.entetedigitalicone{
  position: absolute;
  bottom: 183px;
  right: 30px;
  z-index: 10;
  display: block;
  transform: translate3d(0px, 5px, 0px);
  }
  
 
 .entetepresseicone{
   position: absolute;
   bottom: 233px;
   right: 10px;
   z-index: 10;
   display: block;
   transform: translate3d(0px, 5px, 0px);
   }
  
  
  
  
  
  .poledesign{
    position: relative;
    bottom: -53px;
    right: -47px;
    z-index: 10; 
    transform: translate3d(0px, 5px, 0px);
  }
  
  
  
  .poledpresse{
    position: relative;
    bottom: -72px;
    right: -177px;
    z-index: 10; 
    transform: translate3d(0px, 5px, 0px);
  }
  
  .poledigital{
    position: relative;
    bottom: -20px;
    right: -58px;
    z-index: 10; 
    transform: translate3d(0px, 5px, 0px);
  }
  
  
  
  
  

.pole-angle .bordnoir1 {
    position: absolute;
    top: 34px;
    left: -68px;
    z-index: 10;
}

.pole-angle .bordnoir2 {
    position: absolute;
    bottom: 6px;
    right: -32px;
    z-index: 10;
}





.reference .bord1 {
  position: absolute;
  top: -23px;
  left: 19px;
  z-index: 10; 
	/*background-image:"/img/bord1.png";*/
}
  
  
.reference .bord2 {
  position: absolute;
  bottom: -7px;
  right: 20px;
  z-index: 10; 
/*background-image:"/img/bord2.png";*/
}








   
ul {
	list-style-type: none!important;
}


p.label {
    width: 416px;
    border: 0 solid;
    height: 19px;
    line-height: 19px;
    padding: 2px;
}

.label {
    width: 416px;
    border: 0 solid;
    height: 19px;
    line-height: 19px;
    padding: 2px;
}


[type="text"], [type="password"], [type="date"], [type="datetime"], [type="datetime-local"], [type="month"], [type="week"], [type="email"], [type="number"], [type="tel"], [type="time"], [type="url"], [type="color"] {
    display: block;
    box-sizing: border-box;
    width: 60%;
    height: 2.4375rem;
    padding: 0.5rem;
    border: 1px solid #d9d9d9;
    margin: 0 0 1rem;
    font-family: inherit;
    font-size: 1rem;
    color: #0a0a0a;
    background-color: #fff;
    box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
    border-radius: 3px;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
}

textarea {
    display: block;
    box-sizing: border-box;
    width: 60%;
    height: 6.4375rem;
    padding: 0.5rem;
    border: 1px solid #d9d9d9;
    margin: 0 0 1rem;
    font-family: inherit;
    font-size: 1rem;
    color: #0a0a0a;
    background-color: #fff;
    box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
    border-radius: 3px;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
}

    .personne {
      font-family: "lora", serif;
      font-size: 24px!important;
      line-height: 20px!important;
      text-align: center!important;
	  margin-bottom:10px;
      color: #e2001a;
      text-decoration: none; }
    

.formulaire{
 font-family: "lora", serif;
 font-size: 24px!important;
 line-height: 20px!important;
 margin-bottom:10px;
 color: #e2001a;
 text-decoration: none; }


wpcf7-f568-p548-o1{
 font-family: "lora", serif;
 font-size: 24px!important;
 line-height: 20px!important;
 margin-bottom:10px;
 color: #e2001a;
 text-decoration: none; }
 
 

.metier {
  font-family: "TitilliumWeb", Arial, sans-serif;
  font-size: 14px;
  line-height: 24px;
  text-align: center!important;
  color: #e2001a;
  text-decoration: none; }
  
  
  
  
  
  .metier .picto-str, .metier .picto-for, .metier .picto-des, .metier .picto-dig, .metier .picto-pre {
    height: 60px;
    background-repeat: no-repeat;
    background-position: center bottom; }
  .metier .picto-str {
    background-image: url("img/picto-str.png"); }
  .metier .picto-for {
    background-image: url("img/picto-for.png"); }
  .metier .picto-des {
    background-image: url("img/picto-des.png"); }
  .metier .picto-dig {
    background-image: url("img/picto-dig.png"); }
  .metier .picto-pre {
    background-image: url("img/picto-pre.png"); }
  
  
  .metier:hover {
    color: #010202;
    webkit-transition: background 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out; 
    
    
    
    }
    .metier:hover .picto-str {
      background-image: url("img/picto-str-active.png"); }
    .metier:hover .picto-for {
      background-image: url("img/picto-for-active.png"); }
    .metier:hover .picto-des {
      background-image: url("img/picto-des-active.png"); }
    .metier:hover .picto-dig {
      background-image: url("img/picto-dig-active.png"); }
    .metier:hover .picto-pre {
      background-image: url("img/picto-pre-active.png"); }
  .metier h3 {
    font-family: "lora", serif;
    font-weight: bold;
    font-style: normal;
    font-size: 34px;
    line-height: 24px;
    margin: 20px 0 5px 0; }
    
    
    
    
h3.pole-titre-rouge{
 font-family: "lora", serif;
 font-weight: bold;
 font-style: normal;
 font-size: 33px;
 margin: 0px 0 5px 0;
color: #e2001a;	

}

h3.pole-secteur-rouge{
 font-family: "lora", serif;
 font-weight: bold;
 font-size: 22px;
 line-height: 24px;
 margin: 20px 0 5px 0;
 color: #e2001a;
 font-style: italic;

}


h3.pole-titre-noir{
 font-family: "lora", serif;
 font-weight: bold;
 font-style: italic;
 font-size: 33px;
 line-height: 24px;
 margin: 20px 0 5px 0;
color: #OOO;	
text-align: center;

}

h4.pole-titre-noir{
 font-family: "lora", serif;
 font-weight: bold;
 font-style: italic;
 font-size: 29px;
 line-height: 32px;
 margin: 24px 0 5px 0;
color: #OOO;
 text-align: center;
}


 

.bandeau {
  margin: 24px auto 10px auto;
  text-align: center; }

h3.related {
  font-family: "lora", serif;
  font-weight: bold;
  font-size: 64px;
  line-height: 64px;
  text-align: center; 
  
}

body div.pole {
  color: white;
  background-repeat: no-repeat;
  background-position: right !important; }







.decoration .rellax{
  z-index: 100; 
  position: absolute;
  
  
  
  }
  
  
  
  
  
  
  
  
  
  

.scrollup {
  display: block;
  width: 100%;
  height: 88px;
  cursor: pointer;
  margin-top: 17px;
  margin-bottom: 0px;
  position: relative;
  -webkit-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out; }
  .scrollup .scrollup-arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: background 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
    background: url(img/backtotop.png);
    width: 53px;
    height: 29px;
    display: block;
    background-repeat: no-repeat; }
  .scrollup:hover {
    background-color: #e2001a; }
    .scrollup:hover .scrollup-arrow {
      background: url(img/backtotop-active.png); }

#footer {
  padding: 20px 0;
  background-color: #e4e4e5;
  font-style: 14px; }
  #footer h3 {
    margin: 10px 0;
    font-family: "lora", serif;
    font-size: 28px;
    line-height: 40px;
    font-weight: bold;
    font-style: normal; }
  #footer ul {
    margin: 0 0 50px 0;
    padding: 0;
    list-style: none; }
    #footer ul li {
      line-height: 25px; }
  #footer a {
    text-decoration: none;
    color: #010202; }
  #footer .inner {
    max-width: 720px;
    margin: 0 auto; }
    #footer .inner .pure-g > div {
      text-align: left; }
  #footer form {
    font-size: 12px; }
    #footer form input {
      margin-bottom: 5px;
      width: 200px; }
      #footer form input:focus {
        border-color: grey; }
    #footer form input[type=submit] {
      width: auto; }
  #footer ul.social li {
    display: inline;
    margin-right: 15px; }



.mentions{
font-family: "lora", serif;
font-weight: bold;
font-size: 15px;
line-height: 18px;
text-align: center; }





h2.screen-reader-text {
    font-family: "lora", serif;
    font-weight: bold;
    font-size: 21px !important;
    margin-bottom: -8px;
    margin-top: -29px !important;
}

.nav-previous {
    font-family: "lora", serif;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    float: left;
}



.nav-previous a, .nav-previous:hover {
    color: #e2001a;
    text-decoration: none;
}

.nav-next{
   font-family: "lora", serif;
   font-size: 18px;
   font-weight: bold;
   color: #000;
   text-decoration: none;
   float: right;
} 


.nav-next a, .nav-next:hover {
    color: #e2001a;
    text-decoration: none;
}

/* MOBILE */





 /* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 960px) {


#image-header-actus {
    display: none;
}



.titre-slide {
  
  z-index: 1;
  position:absolute;
  overflow: hidden;
  animation: fadein 2s;
  -moz-animation: fadein 2s;
  -webkit-animation: fadein 2s;
  -o-animation: fadein 2s;
  font-family: "lora", serif;
  font-weight: 400;
  font-size: 35px!important;
  top:40%; 
  padding-left:130px;
  line-height: 40px;
  color: #FFF;
  width: 300px;
}









}








 /* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 800px) {


#image-header-actus {
    display: none;
}



.titre-slide {
  
  z-index: 1;
  position:absolute;
  overflow: hidden;
  animation: fadein 2s;
  -moz-animation: fadein 2s;
  -webkit-animation: fadein 2s;
  -o-animation: fadein 2s;
  font-family: "lora", serif;
  font-weight: 400;
  font-size: 35px!important;
  top:40%; 

  
  padding-left:90px;
  line-height: 40px;
  color: #FFF;
  width: 280px;
  
  
}









}












/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (max-width: 500px) {



body {

  overflow-x:hidden;

  
  
  }


.titre-slide {
  
  z-index: 1;
  position:absolute;
  overflow: hidden;
  animation: fadein 2s;
  -moz-animation: fadein 2s;
  -webkit-animation: fadein 2s;
  -o-animation: fadein 2s;
  font-family: "lora", serif;
  font-weight: 400;
  font-size: 35px!important;
  top:30%; 
padding-left:90px;
line-height: 40px;
color: #FFF;
width: 280px;
}



.logo {
  background-image: url("img/logo.png");
  width: 71px;
  height: 72px;
  position: absolute;
  top: 20px;
  left: 19px;
  z-index: 100;
  overflow: hidden;
  text-indent: -1000px; 

  animation: fadein 2s;
  -moz-animation: fadein 2s; /* Firefox */
  -webkit-animation: fadein 2s; /* Safari et Chrome */
  -o-animation: fadein 2s; /* Opera */

}





.menu {
  position: absolute;
  top: 50px;
  right: 0px;
  font-family: "TitilliumWeb", Arial, sans-serif;
  font-weight: bold;
  font-size: 32px;
  line-height: 30px;
  color: #e2001a;
  text-transform: uppercase;
  cursor: pointer;
  z-index: 100; }
  

.menu-inner .menu-close {
  display: block;
  cursor: pointer;
  width: 31px;
  height: 30px;
  position: absolute;
  top: 40px;
  right: 43px;
  background-image: url("img/menu-close.png");
  background-repeat: no-repeat; 

  animation: fadein 1s;
  -moz-animation: fadein 1s; /* Firefox */
  -webkit-animation: fadein 1s; /* Safari et Chrome */
  -o-animation: fadein 1s; /* Opera */



}




#header {
    top: 106px;

}

#header-actus {

  top: 106px;
}


#header-404 {

  top: 106px;
}

#header-archives {

  top: 106px;
}



h2, h2.titre {

    font-size: 44px;
    line-height: 46px;
}


.grid .item .inner h2 {
    font-size: 44px;
    line-height: 46px;
}

.agence h2 {

    font-size: 44px;
    line-height: 46px;
}


h2.blanc404 {
    font-size: 44px;
    line-height: 46px;
    padding-left: 5px !important;
}


h1.blanc404 {
    font-size: 44px;
    line-height: 46px;
    padding-left: 5px !important;
}





.menu-inner .menu-logo {

    top: 33px;
    left: 30px;

}


.menu-inner .menu-bottom {
    position: absolute;
    top: 46px;
    margin-left: 107px !important;
}


.menu .burger {
    float: right !important;
    width: 36px;
    height: 30px;
    
    margin-right: 30px;
    background-image: url("img/burger.png");
}

body.admin-bar .menu {
    top: 78px;
}


.menu-inner .menu-search {

    left: 33px;
    padding-bottom: 2px;
    border-bottom: 2px solid white;
    margin-top: 0px;
}


.menu-inner .menu-search-field {

  width: 230px !important;
  font-size: 17px!important;
  
  }






body.admin-bar .logo {
    top: 58px;
    float: left;
    left: 25px;
}

/* MENU */



.menu-inner .menu-content {

    margin: 103px auto 0;
    margin-left: auto;
    margin-left: 77px !important;
      
  
  
}










/* REFERENCE */





h2.blancreferences {
    padding-left: 5px !important;
    font-size: 44px;
    line-height: 46px;
}

h3.blancreferences {
    padding-left: 5px !important;
	font-size: 26px;
	line-height: 28px; 
}

p.blancreferences {
	padding-left: 5px !important;
}





h2.blanc {
    font-family: "lora", serif;
    font-size: 33px;
    line-height: 40px;
	float: left;
    font-weight: bold;
    color: white;
}

p.blanc {
    color: #010202;
    color: white;
    font-size: 18px;
    line-height: 18px;
    text-align:justify;
}

#top-header {
    height: 450px !important;
}





decoration {

    top: 10px;
    left: 10px;
}


.reference .bord1 {

    visibility: hidden!important;
    display: none!important;
}

.reference .bord2 {
    visibility: hidden!important;
    display: none!important;
}


.vc_custom_1530024516651 {
    padding-bottom: 145px !important;
    padding-left: 0px !important;
}


.vc_custom_1530622464751 {
    padding-top: 6px !important;
}


.vc_custom_1530622473924 {
    margin-left: 29px !important;
    padding-top: 0px !important;
}



.grid .stamp .stamp-realisations {
    
    padding-left: 14px;
    padding-right: 14px;
    margin-right:14px;
    margin-left:-30px;
    padding-top: 20px;
    padding-bottom: 14px;
    width: 75%;
    float: left;
}

.image-realisation {
    padding-left: -14px;
    padding-right: 14px;
    margin-right: 14px;
    margin-left: -55px;
    padding-top: 20px;
    padding-bottom: 14px;
    max-width: 96.5%;
    float: left;
	
	animation: fadein 2s;
		-moz-animation: fadein 2s; /* Firefox */
		-webkit-animation: fadein 2s; /* Safari et Chrome */
		-o-animation: fadein 2s; /* Opera */
		
}


.grid .item.double {

    height:auto;
    

}


#survol-image-realisation:hover{
    position: absolute;
    background-color: #e2001a;
    webkit-transition: background 0.5s ease-in-out;
    -o-transition: background 0.5s ease-in-out;
    transition: background 0.5s ease-in-out;
    max-width: 83%;
    
}


#survol-image-realisation {
    
    position: absolute;
    text-align: center !important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: inline-block;
    margin-left: -30px;
    margin-right: 80px;
    margin-bottom: 5px;
    margin-top: 45px;
    max-width: 83%;
}


#survol-rouge-ref {

display:none;
visibility:none;

}



/*.grid .stamp .stamp-realisations button {
    text-align: center;
}*/

.grid .stamp .stamp-realisations ul {
    margin: 0;
    padding-left: 25px;
}

.grid .stamp {
  position: absolute;
  color: white;
  padding-top: 25px;
}



.calage {
  margin-left: 15px!important;
}


.survol-rouge-ref { 
width: 50%;
height: 50%;

}






/*
RERERENCE 
--> VOUS AIMEREZ PEUTY ETRE*/
 
h4.titre-related{


	font-family: "lora", serif;
	font-size: 25px;
    color: white;
    padding-top:6px;
    color: white;
    transform: translateY(345%)!important;
    z-index:1;
    
    
}

h5.soustitre-related {
	display:block;
	font-family: "TitilliumWeb", Arial, sans-serif; 
	font-weight: 300;
	font-size: 14px;
    color: white;
    margin:0 auto;
    z-index:1;
    text-align: center;
    transform: translateY(297%) !important;
}

   
.survol-rouge {

	position: absolute;
	text-align: center;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: inline-block;
	width: 89.5%;
	height: 98.5%;
	margin-left: 15px;
	margin-bottom: 15px;
    
 
}

.survol-rouge:hover  {
   z-index:1;
  
   background-color: #e2001a;
   webkit-transition: background 0.2s ease-in-out;
   -o-transition: background 0.2s ease-in-out;
   transition: background 0.2s ease-in-out;
}







/************************/
/* communique-presse    */
/***********************/



.communique-presse-liste {
  padding: 0!important;
  list-style: none!important;
  margin-top: 20px!important; }
  
  
  
  .communique-presse-liste li a {
    position: relative;
    display: list-item;
    padding: 17px 0 19px;
    border-bottom: 1px solid #ebebeb; }
    
    
    

  .communique-presse-liste li a:hover {
    text-decoration: none;
    background-color: #f9f9f8; 
    }
    
    .communique-presse-liste li a:hover .titre {
      color: #122f4e; }
    .communique-presse-liste li a:hover .fleche {
      background-image: url(img/fleche-active.png); }
    .communique-presse-liste li a:hover .dl {
      background-image: url(https://www.image-conseil.fr/wp-content/themes/ic/img/dl-active.png); }
.communique-presse-liste li:first-child a {
  border-top: 1px solid #ebebeb; }


.communique-presse-liste .date {
  min-width: 115px;
  padding-right: 30px;
  border-right: 1px solid #ebebeb;
  color: #e2001a;
  font-family: "lora", serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  display: inline-block; }


.communique-presse-liste .titre {
  margin-left: 30px;
  display: inline-block;
  color: #122f4e;
  font-family: "lora", serif;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px; }
  
.communique-presse-liste .fleche {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -7px;
  background-image: url(img/fleche-passive.png);
  background-repeat: no-repeat;
  background-position: center right;
  display: block;
  width: 8px;
  height: 13px; 
  }
  
  
.communique-presse-liste .dl {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
  background-image: url(https://www.image-conseil.fr/img/dl.png);
  background-repeat: no-repeat;
  background-position: center right;
  display: block;
  width: 20px;
  height: 17px; 
  }
  
  
  h2.titre-communique-presse-liste {
    color: #122f4e!important;
    font-family: "lora", serif;
    font-weight: 900!important;
    font-size: 40px!important;
    line-height: 35px!important;
    text-align:  left;
    text-transform: uppercase;
    }
    
    
    
 
 h3.date-communique-presse-liste {
   color: #122f4e!important;
   font-family: "lora", serif;
   font-weight: 700!important;
   font-size: 18px!important;
   line-height: 55px!important;
   text-align:  left;
   text-transform: uppercase;
   }
   
   
   h2.liste-communique {
     color: #122f4e!important;
     font-family: "lora", serif;
     font-weight: 700!important;
     font-size: 18px!important;
     line-height: 55px!important;
     text-align:  left;
     text-transform: uppercase;
     }
  
  
  .communique-presse-liste li:first-child a {
      border-top: 1px solid #ebebeb;
  }
  
  .communique-presse-list {
    margin-top: 20px!important; }
    .communique-presse-list hr {
      border-top: 1px dotted #122f4e; }
    .communique-presse-list .bloc-client {
      background-color: #f7f7f6;
      border: 1px solid #cccccc;
      min-height: 228px;
      height: 152px;
      white-space: nowrap;
      text-align: center; }
      .communique-presse-list .bloc-client .helper {
        display: inline-block;
        height: 100%;
        vertical-align: middle; }
      .communique-presse-list .bloc-client > a > img {
        vertical-align: middle;
        max-height: 152px;
        max-width: 222px; }
    .communique-presse-list h2.entry-title {
      margin-top: 0;
      color: black;
      font-family: "lora", serif;
      font-size: 22px;
      font-weight: 700;
      line-height: 26px; }
    
   
.revenir
 {
    font-family: "lora", serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    color: #000;
	text-decoration:none;
	float: left;
}



.revenir a, .revenir:hover{
    color: #e2001a;
    text-decoration: none;
} 
















/* AGENCE */


h3.blanc {
    
    padding-top: 109px;
    padding-right: 95px;
    font-size: 26px;
    line-height: 28px;

}



h2.blancagence {
    padding-left: 5px !important;
    font-size: 44px;
    line-height: 46px;
}

h3.blancagence {
    padding-left: 5px !important;
	font-size: 26px;
	line-height: 28px; 
}

p.blancagence {
	padding-left: 5px !important;
}




/* POLE */


h2.blancpole {
    padding-left: 5px !important;
    font-size: 44px;
    line-height: 46px;
}

h3.blancpole {
    padding-left: 5px !important;
    padding-top: 155px !important;
	font-size: 26px;
	line-height: 28px; 
}

p.blancpole {
	padding-left: 5px !important;
}

.blancpolegenerale {
    padding-left: 5px !important;
    font-family: "lora", serif;
    font-size: 32px;
    line-height: 35px;
    font-weight: bold;
    font-style: italic; 
    color:white; 
}




h2.pole {
    font-family: "lora", serif;
    font-size: 31px;
    line-height: 22px;
    font-weight: bold;
}

.vc_custom_1529657443995 {
    padding-top: 5px !important;
    padding-left: 0px !important;
}



h3.pole-titre-noir {
    line-height: 35px;
}



.vc_custom_1529512296373 {
    padding-left: 50px !important;
}






.polestrategie  {
  bottom: 0px;
  right: 7px;
  z-index: 10; 
transform: translate3d(0px, 5px, 0px);
}

.poledesign{
  bottom: 3px;
  right: 3px;
  z-index: 10; 
  transform: translate3d(0px, 5px, 0px);
}



.poledpresse{
  bottom: -4px;
  right: 3px;
  z-index: 10; 
  transform: translate3d(0px, 5px, 0px);
}

.poledigital{
  bottom: 9px;
  right: 2px;
  z-index: 10; 
  transform: translate3d(0px, 5px, 0px);
}



.entetestrategieicone {
    position: absolute;
    bottom: 164px;
    right: 120px;
    z-index: 10;
    display: block;
    transform: translate3d(0px, 5px, 0px);
    }
  
.entetedesignicone {
  position: absolute;
  bottom: 164px;
  right: 94px;
  z-index: 10;
  display: block;
  transform: translate3d(0px, 5px, 0px);
  }
  
  
  
.entetedigitalicone{
  position: absolute;
  bottom: 165px;
  right: 111px;
  z-index: 10;
  display: block;
  transform: translate3d(0px, 5px, 0px);
  }
  
 
 .entetepresseicone{
   position: absolute;
   bottom: 110px;
   right: 115px;
   margin-bottom:100px!important;
   z-index: 10;
   display: block;
   transform: translate3d(0px, 5px, 0px);
   }


















h2.titre-prestation {
	margin-top:75px!important;
    font-family: "lora", serif;
    font-size: 44px;
    line-height: 46px;
    font-weight: bold;
}


/* ACTUALITE */

h1.blancactus {

    padding-left: 20px !important;
    font-size: 44px;
    line-height: 46px;

}


h3.blancactus {
    padding-left: 20px !important;
	font-size: 26px;
	line-height: 28px; 
}


p.blancactus {
    padding-left: 20px !important;
	line-height: 22px; 
}


#image-header-actus {
    display: none;
}




h2.titre-article a {

    font-size: 25px !important;
    line-height: 28px !important;

}


.news-block {

   
   margin-bottom: 40px!important;
}




#main {
    margin-left:15px!important;
    margin-right:15px!important;
}




.content-actus {
    max-width: 1280px;

    padding-left: 16px !important;

}


.content-recherche {
    max-width: 1280px;

    padding-left: 16px !important;

}




.wpb_text_column :last-child {
    padding-left: 0px;
}


#footer {
    text-align: center;

}



#footer ul {
    margin: 0 0 13px 0;
    padding: 0;
    list-style: none;
        list-style-type: none;
}

.t-left {
    text-align: center;

}




/*.vc_row {
    margin-left: -42px!important;
    margin-right: -14px!important;
}


.vc_column_container > .vc_column-inner {
    padding-left: 0px!important;
    padding-right: 42px!important;

}*/


/* CONTACT */





h2.blanccontact {
     padding-left: 5px !important;
     font-family: "lora", serif;
     font-size: 44px;
     line-height: 72px;
     font-weight: bold;
     color:white;
}



h3.blanccontact {
  font-family: "lora", serif;
  font-size: 32px;
  line-height: 35px;
  font-weight: bold;
  font-style: italic; 
  color:white;
  padding-left: 5px !important;
}

p.blanccontact {
	color: #010202;
	font-family: "TitilliumWeb", Arial, sans-serif;
	color:white;
	padding-left: 5px !important;
}







.slider .slide img {
    
    width: auto;
    height: auto;
}

[type="text"], [type="password"], [type="date"], [type="datetime"], [type="datetime-local"], [type="month"], [type="week"], [type="email"], [type="number"], [type="tel"], [type="time"], [type="url"], [type="color"] {

    width: 97%;

}


textarea {

    width: 97%;
    height: 250px;

}





}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {






}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {





}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {





}