/*
Theme Name: Easycom
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: easycom is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. easycom will make your WordPress look beautiful everywhere.
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, gray, red, white, yellow, dark, light, one-column, two-columns, right-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: easycom

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*------------------------------------------------------------------
    [ fonts ]
*/

@font-face {
  font-family: 'Avenir-Roman';
  src:  url('fonts/Avenir-Roman/Avenir-Roman.eot?#iefix') format('embedded-opentype'),  
        url('fonts/Avenir-Roman/Avenir-Roman.otf')  format('opentype'),
        url('fonts/Avenir-Roman/Avenir-Roman.woff') format('woff'), url('Avenir-Roman.ttf')  format('truetype'), 
        url('fonts/Avenir-Roman/Avenir-Roman.svg#Avenir-Roman') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'Corbel';
  src:  url('fonts/Corbel/Corbel.eot?#iefix') format('embedded-opentype'),  
        url('fonts/Corbel/Corbel.woff') format('woff'), 
        url('fonts/Corbel/Corbel.ttf')  format('truetype'), 
        url('fonts/Corbel/Corbel.svg#Corbel') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Corbel-Bold';
  src: 	url('fonts/Corbel-Bold/Corbel-Bold.eot?#iefix') format('embedded-opentype'),  
		url('fonts/Corbel-Bold/Corbel-Bold.woff') format('woff'), 
		url('fonts/Corbel-Bold/Corbel-Bold.ttf')  format('truetype'), 
		url('fonts/Corbel-Bold/Corbel-Bold.svg#Corbel-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'RockwellStd-Bold';
  src:  url('fonts/RockwellStd-Bold/RockwellStd-Bold.eot?#iefix') format('embedded-opentype'),  
        url('fonts/RockwellStd-Bold/RockwellStd-Bold.otf')  format('opentype'),
        url('fonts/RockwellStd-Bold/RockwellStd-Bold.woff') format('woff'), 
        url('fonts/RockwellStd-Bold/RockwellStd-Bold.ttf')  format('truetype'), 
        url('fonts/RockwellStd-Bold/RockwellStd-Bold.svg#RockwellStd-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Rockwell-Bold';
  src:  url('fonts/Rockwell-Bold/Rockwell-Bold.eot?#iefix') format('embedded-opentype'),  
        url('fonts/Rockwell-Bold/Rockwell-Bold.woff') format('woff'), 
        url('fonts/Rockwell-Bold/Rockwell-Bold.ttf')  format('truetype'), 
        url('fonts/Rockwell-Bold/Rockwell-Bold.svg#Rockwell-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Rockwell';
  src:  url('fonts/Rockwell/Rockwell.eot?#iefix') format('embedded-opentype'),  
        url('fonts/Rockwell/Rockwell.woff') format('woff'), 
        url('fonts/Rockwell/Rockwell.ttf')  format('truetype'), 
        url('fonts/Rockwell/Rockwell.svg#Rockwell') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*@font-face {
  font-family: 'AvantGarde-Book';
  src: 
    url('fonts/AvantGarde-Book/AvantGarde-Book.eot?#iefix') format('embedded-opentype'),  
    url('fonts/AvantGarde-Book/AvantGarde-Book.woff') format('woff'), 
    url('fonts/AvantGarde-Book/AvantGarde-Book.ttf')  format('truetype'), 
    url('AvantGarde-Book.svg#AvantGarde-Book') format('svg');
  font-weight: normal;
  font-style: normal;
}*/
@font-face {
    font-family: 'texgyreadventorregular';
    src: url('fonts/texgyreadventor-regular/texgyreadventor-regular-webfont.woff2') format('woff2'),
         url('fonts/texgyreadventor-regular/texgyreadventor-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
/*------------------------------------------------------------------
    [ end fonts ]
*/


/*------------------------------------------------------------------
    [ Global ]
*/
body .site{
    font-family: 'Corbel';
    font-size: 14px;
    font-weight: 400;
    color: #303030;
    word-break: break-word;
}
body .site a:focus{
    outline: 0 none;
}
body h2,  body h4, body h3, body h1{
    font-family: 'RockwellStd-Bold';
}

/*------------------------------------------------------------------
    [ end Global ]
*/

/*------------------------------------------------------------------
    [ Header ]
*/
.site-header-main{
    position: relative;
    background: no-repeat;
    background-size: cover;
    background-position: center;
}
.site-inner .bg-overlay{
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}
.site-branding,
.site-branding ul li a{
    color: #fff;
}
.site-header-home .site-branding{
    position: relative;
    z-index: 3;
}
.site-branding .main-navigation{
    background: none;
    border: none;
}
.site-branding .main-navigation ul li a{
    color: #fff;
    text-transform: uppercase;
    padding: 13px 7.5px 3px;
    font-size: 12.5px;
    letter-spacing: 0.5px;
}
.site-branding ul li{
    display: inline-block;
    position: relative;
    
}
.site-branding .main-navigation ul li:before{
    bottom: 11px;
    left: -4px;
}
.site-branding ul li:before{
    display: inline-block;
    color: #fff;
    content: "\f111";
    font-size: 3px;
    font-family: 'FontAwesome';
    position: absolute;
    bottom: 16px;
    left: 0;
}
.site-branding ul li:first-child:before,
.site-branding .main-navigation ul li:hover:before,
.site-branding .main-navigation ul li.current-menu-item:before,
.site-branding .main-navigation ul li.current-menu-next:before{
    display: none;
}
.site-branding .main-navigation ul li{
    margin-right: 7px;
}
.site-branding .social-link li{
    padding-left: 5px;
}
.site-branding .main-navigation ul li:last-child,
.site-branding .social-link li:last-child{
    margin-right: 0;
    padding-right: 0;
}
.site-branding .main-navigation ul li:hover a,
.site-branding .main-navigation ul li a:hover,
.site-branding .main-navigation ul li a:focus,
.site-branding .main-navigation ul li.current-menu-item a{
    color: #fff;
    background: #1d8cba;
    outline: 0 none;
}
.site-branding .social-link{
    margin-top: 11px;
    padding-left: 11px;
}
.site-branding .social-link .et-social-phone a{
    display: inline-block;
    width: 10px;
    height: 20px;
    background: url('img/img-phone.png') no-repeat center transparent;
    padding-left: 20px;
    position: relative;
    top: 5px;
}
.site-branding .social-link li a{
    font-size: 15px;
    padding: 0 5px;
    display: inline-block;
}
.site-branding .social-link li:before{
    bottom: 8px;
    left: 2px;
}
.site-branding .main-navigation{
    margin-bottom: 0;
}
.site-header-home .site-branding .site-title{
    margin-top: 70px;
}
.site-branding .site-description{
    font-size: 30.83px;
    font-family: 'Avenir-Roman';
    text-transform: uppercase;
    margin-bottom: 0;
    
}
.site-branding .site-description .firt-span{
    padding-right: 17px;
    display: inline-block;
}
.site-branding .site-description span span{
    font-weight: bold;
    font-size: 45.83px;
}
.site-branding .slogan{
    padding: 0 15px 50px;
    font-size: 22.5px;
    font-family: 'Rockwell';
    position: relative;
    top: -11px;
}
.site-branding .slogan li{
    padding: 0 15px;
}
.site-branding .slogan li:before{
    bottom: 10px;
}

.site-branding .mouse-scroll{
    width: 19px;
    height: 36px;
    background: url('img/img-scroll.png') no-repeat center center transparent;
}
.site-branding .block_mouse_icon{
    padding-bottom: 25px;
}
.site-branding .block_mouse_icon span{
    display: inline-block;
}
.site-branding .block_mouse_icon .mouse-icon {
    border: 2px solid #fff;
    border-radius: 50%;
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 39px;
    z-index: 1;
    position: relative;
}
.site-branding .block_mouse_icon .mouse-icon > span > span {
  position: relative;
  top: 0;
  -webkit-transition: top .15s ease-out;
  -moz-transition: top .15s ease-out;
  -ms-transition: top .15s ease-out;
  -o-transition: top .15s ease-out;
  transition: top .15s ease-out;
}
.site-branding .block_mouse_icon .mouse-icon.animate > span > span {
  top: 2px;
}
.site-header{
    margin-bottom: 74px;
    background: url('img/image-header.png') no-repeat 33% center #26a8e0;
}
.custom-logo{
    max-width: 100%;
    height: auto;
    
}
.site-branding .logo-block .site-description .text-description span{
    font-size: 14.17px;
}
.site-branding .logo-block .site-description,
.site-branding .logo-block .site-description .text-description{
    font-size: 10px;
    font-family: 'texgyreadventorregular';
}
.site-branding .logo-block .site-description .firt-span{
    padding-right: 5px;
}
.site-branding .logo-block{
    padding-top: 11px;
}
.header-title .entry-title{
    font-size: 52.08px;
    font-family: 'RockwellStd-Bold';
    padding-bottom: 48px;
    margin-top: 15px;
}
.logo-block-mobile,
.home .logo-block-mobile{
    display: none;
}
.header-title .entry-title span{
    font-size: 18.75px;
    font-family: 'Rockwell';
}

/*------------------------------------------------------------------
    [ end Header ]
*/

/*------------------------------------------------------------------
    [ Footer ]
*/
.site-footer{
    background: #26a8e0;
    padding: 15px;
    text-align: center;
    color: #303030;
    font-size: 23px;
    position: relative;
    z-index: 1;
}
.site-footer .widget-title{
    color: #fff;
    font-size: 35.42px;
    font-family: 'Rockwell-Bold';
    margin-bottom: 14px;
}
.site-footer .widget-title span{
    display: inline-block;
    position: relative;
    background: url('img/icon-question.png') no-repeat left center transparent;
    min-height: 35px;
    padding-left: 72px;
}
.site-footer .textwidget{
    max-width: 684px;
    margin: 0 auto 30px;
}
.site-inner .link{
    color: #fff;
    text-transform: uppercase;
    border: 2px solid #fff;
    height: 44px;
    line-height: 44px;
    display: block;
    padding: 0 20px;
    position: relative;
    transition: all 0.3s;
    font-size: 14px;
    margin: 0 auto;
    width: 194px;
    position: relative;
    font-weight: 600;
    text-align: left;
}
.site-inner .link:hover,
.site-inner .link:focus{
    text-decoration: none;
}
.site-inner .link:after{
    display: inline-block;
    content: "\f105";
    font-family: 'FontAwesome';
    font-size: 30px;
    position: absolute;
    right: 15px;
    font-weight: 300;
    transition: all 0.3s;
    
}
.site-inner .link:hover:after{
    right: 20px;
}
.site-inner .site-contact:before{
    position: absolute;
    content: '';
    bottom: 100%;
    left: 47.5%;
    width:1px;
	height:1px;
	border:1px solid #26a8e0;
	border-color:transparent transparent #26a8e0 transparent;
	border-width:32px;
}
.site-footer .sidebar.widget-area{
    padding-top: 40px;
    padding-bottom: 40px;
}
.site-footer .sidebar.widget-area .link-btn{
    margin-top: 23px;
}
.site-info{
    color: #fff;
    font-size: 12.5px;
}
.site-info span{
    display: inline-block;
    padding: 0 10px;
    border-right: 1px solid #fff;
}
.site-info span:last-child{
    border: none;
}
/*------------------------------------------------------------------
    [ end Footer ]
*/


/*------------------------------------------------------------------
    [ Home ]
*/
.site-main .section-ec h2{
    color: #00aaeb;
    font-size: 35.42px;
    font-family: 'Rockwell-Bold';    
    margin-bottom: 15px;
    padding-bottom: 0;
    margin-top: 0;
}
.site-main .section-ec{
    font-size: 22.35px;
    margin-bottom: 60px;
}
.site-main .section-ec .blurb-about,
.blurb-about{
    max-width: 631px;
    margin: 0 auto 50px;
    line-height: 28px;
    font-size: 22.92px;
}
.site-main .section-ec .blurb-about p,
.blurb-about p{
    margin-bottom: 30px;
}
.site-inner .section-about .link{
    color: #00aaeb;
    border-color: #00aaeb;
    width: 167px;
    height: 38px;
    line-height: 38px;
}
.section-ec .section-bg{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('img/content/bg-header.png');
    position: relative;
}
.site-main .section-content{
    position: relative;
    z-index: 2;
}
.site-main .section-services .section-content{
    padding: 80px 0 60px;
    
}
.site-main .section-services .section-content article{
    margin-bottom: 15px;
}
.site-main .section-services .section-content h3{
    width: 166px;
    height: 166px;
    margin: 0 auto;
    border: 5px solid #fff;
    font-size: 16.17px;
    font-family: 'Rockwell-Bold';
    word-break: break-word;
}
.site-main .section-services .section-content h3:hover{
    border-color: #26a6df;
}
.site-main .section-services .section-content h3 a{
    display: block;
    color: #fff;
    text-transform: uppercase;
    height: 100%;
    position: relative;
    
}
.site-main .section-services .section-content h3 a span{
    padding: 0 5px;
    display: inline-block;
    line-height: 20px;
}
.site-main .section-services .section-content h3 a:before{
    position: absolute;
    width: 100%;
    height: 0;
    background-color: rgba(255, 255, 255, 0.5) ;
    left: 0;
    top: 0;
    content: '';
    transition: all 0.3s;
    z-index: -1;
}
.site-main .section-services .section-content h3 a:hover:before{
    height: 100%;
}
.site-main .section-services .section-content h3 a:hover{
    color: #3e3e3e;
}
.site-main .section-references .slide-reference{
    padding: 45px  50px 0 30px;
    margin-bottom: 40px;
}
.site-main .section-references .slide-reference .slick-arrow{
    width: 33px;
    height: 33px;
    border: 2px solid #000;
    color: #000;
    top: 57%;
}
.section-references .slide-reference .slick-next{
    right: 7px;
}
.slide-reference .slick-arrow:before {
    font-family: 'FontAwesome';
    color: #000;
    font-size: 24px;
}
.slide-reference .slick-arrow.slick-prev:before{
    content: "\f104";
    
}
.slide-reference .slick-arrow.slick-next:before{
    content: "\f105";
}
.site-main .section-references .slide-reference a{
    display: inline-block;
}
.site-main .section-references .slide-reference a img{
    vertical-align: middle;
    display: inline-block;
}
.site-main .section-references .slide-reference .item-reference{
    float: left;
}
.site-main .section-references{
    margin-bottom: 20px;
}
/*------------------------------------------------------------------
    [ end Home ]
*/

/*------------------------------------------------------------------
    [ page services ]
*/

.page .blurb-about{
    color: #000;
}
.container-services h3{
    margin-top: 15px;
    margin-bottom: 20px;
}
.container-services h3 a{
    font-family: 'RockwellStd-Bold';
    color: #000000;
    font-size: 25px;
}

.container-services h3 a:hover,
.container-services h3 a:focus{
    text-decoration: none;
    color: #00aaeb;
}
.site-main .container-services{
    color: #000000;
    font-size: 18.57px;
}
.site-main .container-services .item-service{
    border-right: 2px solid #000;
    padding-bottom: 20px;
}
.site-main .container-services .row{
    border-bottom: 2px solid #000;
}
.site-main .container-services .item-service:last-child,
.site-main .container-services .row:last-child,
.site-main .container-services .row_3{
    border: none transparent;
}
.site-main .container-services .blurb-service{
    padding: 0 5px;
}
.site-main .container-services .more-service{
    margin: 60px 80px;
    font-style: italic;
    font-family: 'RockwellStd-Bold';
    color: #000;
    font-size: 20.83px;
}

/*------------------------------------------------------------------
    [ End page services ]
*/

/*------------------------------------------------------------------
    [ page About ]
*/
.site-main .blurb-about h2{
    margin-bottom: 30px;
    color: #000000;
    font-size: 35.42px;
    font-family: 'Rockwell';
}
.site-main .container-subpages{
    margin: 30px 0 100px;
}
.site-main .container-subpages .img-about,
.site-main .subpage-atelier{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
}
.page .site-main .container-subpages .item-about .blurb-about{
    color: #fff;
    font-size: 18.75px;
    margin-bottom: 0;
}
.site-main .container-subpages .item-about:nth-child(odd){
    background: #26a8e0;
}
.site-main .container-subpages .item-about:nth-child(even){
    background: #d3d3d3;
}
.page .site-main .container-subpages .item-about:nth-child(even) .blurb-about{
    color: #000;
}
.site-main .container-subpages .item-about h3{
    color: #000;
    font-weight: 700;
    margin-top: 0;
    font-family: 'RockwellStd-Bold';
}
.page .site-main .container-subpages .item-about{
    padding: 23px 40px 10px;
}
.page h3{
    font-family: 'Corbel';
}
.site-main .subpage-atelier{
    color: #fff; 
    font-size: 22.92px;
    position: relative;
    background-attachment: fixed;
}
.site-main .subpage-atelier .subpage-atelier-content{
    position: relative;
    z-index: 1;
    padding: 153px 0 143px;
}
.site-main .subpage-atelier .blurb-about{
    color: #fff; 
}
.site-main .subpage-atelier .subpage-atelier-content h2{
    margin-bottom: 35px;
    font-family: 'Rockwell';
    font-size: 35px;
}
.site-header-menu .navbar-toggle.collapsed .icon-bar-fa{
    display: none;
    transition: all .3s;
}
.navbar-toggle .icon-bar{
    display: none;
    transition: all .3s;
}
.site-header-menu .navbar-toggle.collapsed .icon-bar{
    display: block;
}
/*------------------------------------------------------------------
    [ End page About ]
*/

/*------------------------------------------------------------------
    [ Page Article ]
*/
.container-single .blurb-about{
    max-width: 100%;
    font-size: 18.75px;
    color: #000;
    line-height: 20px;
    text-align: justify;
}
.container-single .blurb-about strong{
    font-family: 'Corbel-Bold';
}
.container-single .slide-service{
    padding-left: 0;
    margin-bottom: 77px;
}
.slide-service .slick-dots li button{
    padding: 0;
}
.slide-service .slick-dots li button:before{
    width: 12px;
    height: 12px;
    content: '';
    border-radius: 50%;
    background-color: #b6baae;
    border: 1px solid #b6baae;
    opacity: 1;
}
.slide-service .slick-dots li.slick-active button:before{
    background: #00aeef;
    border-color: #00aeef;
}
.slide-service .slick-dots li button,
.slide-service .slick-dots li{
    width: 14px;
    height: 14px;
}
.slide-service .slick-dots li{
    margin: 0 2.5px;
}
.slide-service .slick-dots{
    bottom: -30px;
}
.navigation.post-navigation{
    background: #ebebeb;
    padding: 30px 15px 50px;
    font-family: 'Rockwell';
    color: #939598;
    font-size: 16.67px;
    
}
.navigation.post-navigation a{
    color: #939598;
}
.navigation.post-navigation .screen-reader-text{
    display: none;
}
.navigation.post-navigation .nav-links > div{
    display: inline-block;
    width: 50%;
}
.navigation.post-navigation .nav-links .nav-previous{
    text-align: right;
    float: left;
    padding-right: 35px;
}
.navigation.post-navigation .nav-links .nav-next{
    padding-left: 30px;
    text-align: left;
    float: right;
}
.navigation.post-navigation .nav-links a{
    position: relative;
}
.navigation.post-navigation .nav-links .nav-previous .post-title:after,
.navigation.post-navigation .nav-links .nav-next .post-title:before,
.navigation.post-navigation .nav-links .nav-previous .post-title:before{
    content: '';
    background: url('img/img-arrows.png') no-repeat left center transparent;
    width: 30px;
    height: 27px;
    display: inline-block;
    position: relative;
    top: 7px;
}
.navigation.post-navigation .nav-links .nav-previous .post-title:before{
    display: none;
}
.navigation.post-navigation .nav-links .nav-previous .post-title:after{
    margin-left: 30px;
}
.navigation.post-navigation .nav-links .nav-next .post-title:before{
    margin-right: 30px;
    background-position: right center;
}
.navigation.post-navigation .nav-links{
    position: relative;
    width: 100%;
    clear: both;
    padding-bottom: 30px;
}
.navigation.post-navigation .nav-links .post-title-menu,
.navigation.post-navigation .nav-links:before{
    background: url('img/img-arrows.png') no-repeat center center transparent;
    width: 30px;
    height: 27px;
    position: absolute;
    display: inline-block;
    top: 5px;
    margin-left: 10px;
    content: '';
    left: 48%;
}
.entry-content .list-checked{
    padding-left: 0;
    list-style-type: none;
}
.entry-content .list-checked li,
.entry-content .list-checked.list-long li{
    display: inline-block;
    width: 40%;
    padding-left: 35px;
    background: url('img/bg-check.png') no-repeat left center transparent;
    margin-bottom: 15px;
}
.entry-content ul.list-checked.list-long li{
    background-position: left 5px;
    width: 100%;
}
.slick-slide img{
    margin: 0 auto;
}

.entry-content .portfolio-item .portfolio-item-inner {
    position: relative;
}

.entry-content .portfolio-item .portfolio-item-inner .portfolio-info {
    opacity: 0;
    transition: opacity 400ms;
    -webkit-transition: opacity 400ms;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    padding: 10px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
}

.entry-content .portfolio-item .portfolio-item-inner .portfolio-info .preview {
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    -webkit-transition: all 300ms;
    transition: all 300ms;
    top: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
}
.entry-content .portfolio-item:hover .portfolio-item-inner .portfolio-info .preview {
    top: 60px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    -webkit-transition: all 300ms;
    transition: all 300ms;
}
.entry-content .portfolio-item .portfolio-item-inner .portfolio-info .preview {
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    -webkit-transition: all 300ms;
    transition: all 300ms;
    top: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}



/*------------------------------------------------------------------
    [ End page Article ]
*/

/*------------------------------------------------------------------
    [ Page référence ]
*/
.site-content .container-references{
    margin-bottom: 50px;
}
.site-content .container-references .item-reference .item-reference-content{
    border: 5px solid #f8f8f8;
    height: 169px;
    padding: 0 15px;
}
.site-content .container-references .item-reference{
    margin-bottom: 20px;
    
}
.site-content .container-references .item-reference a{
    display: block;
    height: 100%;
    width: 100%;
}
.form-contact-block .contact-infos-content{
    max-width: 412px;
    width: 100%;
    font-size: 17.82px;
    color: #000000;
    font-family: 'texgyreadventorregular';
}
.form-contact-block .contact-infos-content h2{
    margin-top: 0;
    font-family: 'Corbel-Bold';
    color: #000000;
    font-size: 27.8px;
    margin-bottom: 30px;
}
.form-contact-block .contact-infos-content ul li{
    margin-bottom: 8px;
    position: relative;
}
.form-contact-block .contact-infos-content ul{
    padding-left: 0;
    list-style-type: none;
}
.form-contact-block .contact-infos-content ul li:before{
    content: '';
    background: url('img/icon-contact.png') no-repeat top center transparent;
    width: 25px;
    height: 25px;
    display: inline-block;
    position: relative;
    top: 5px;
    margin-right: 15px;
}
.form-contact-block .contact-infos-content ul li.social-mail:before{
    background-position: bottom center;
}
.form-contact-block .contact-infos-content ul li.social-phone:before{
    background-position:  left -37px;
}
.form-contact-block .contact-infos-content ul li.social-phonefix:before{
    background-position: left -74px;
}
.form-contact-block .contact-infos-content ul li a{
    color: #000;
    transition: all .3s;
}
.form-contact-block .contact-infos-content ul li a:hover,
.form-contact-block .contact-infos-content ul li a:focus{
    color: #26a8e0;
    text-decoration: none;
}
.form-contact-block .form-contact input,
.form-contact-block .form-contact textarea{
    border: 2px solid #231f20;
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    color: #231f20;
    width: 100%;
}
.form-contact-block .form-contact input{
    height: 36px;
}
.form-contact-block .form-contact textarea{
    height: 150px;
}
.form-contact-block .form-contact input:-moz-placeholder{
    color: #231f20;
}
.form-contact-block .form-contact input::-webkit-input-placeholder{
    color: #231f20;
}
.form-contact-block .form-contact .block-fields{
    max-width: 396px;
    width: 100%;
}
.form-contact-block .form-contact .block-fields p{
    width: 49%;
    margin-right: 2%;
    float: left;
    margin-bottom: 3px;
}
.form-contact-block .form-contact .block-fields .field-second{
    margin-right: 0;
}
.form-contact-block .form-contact .block-fields .message-p,
.form-contact-block .form-contact .block-fields .field-submit{
    width: 100%;
}
.form-contact-block .form-contact .block-fields .field-submit input{
    background: #000000;
    color: #fff;
    text-transform: uppercase;
    transition: all .3s;
}
.form-contact-block .form-contact .block-fields .field-submit input:hover{
    background-color: rgba(0, 0, 0, 0.9);
}
.form-contact-block div.wpcf7-response-output{
    margin-top: 5px;
    max-width: 396px;
    width: 100%;
}
.map-contact{
    margin-top: 30px;
}
.map-contact .bg-map{
    padding: 200px 0;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*------------------------------------------------------------------
    [ End page références ]
*/

/*------------------------------------------------------------------
    [ page recherche et page 404 ]
*/
.page-content .search-form{
    font-size: 14px;
}
.page-content .search-form .search-field{
    max-width: 300px;
    width: 300px;
    height: 35px;
    border: 2px solid #000;
    padding: 0 5px;
}
.page-content .search-form{
    padding-bottom: 30px;
}
.page-content .search-form .search-submit{
    background: #000;
    border: 2px solid #000;
    color: #fff;
    font-size: 14px;
    width: 100px;
    height: 36px;
}
.page-content .search-form .search-submit:hover{
    background: rgba(0, 0, 0, 0.9);
}
.search .container-services{
    margin-bottom: 30px;
}
.page-mentions .blurb-about{
    max-width: 100%;
    text-align: justify;
}
.page-mentions .blurb-about h3{
    font-weight: 700;
}
.page-mentions a,
.page-mentions a:hover{
    color: #26a8e0;
}
.site-footer .site-link a{
    color: #fff;
}
/*------------------------------------------------------------------
    [ End page recherche et page 404 ]
*/