/*
Theme Name: The Amazing Wordpress Theme
Author: Olivier Lambert
Author URI: https://www.olivierlambert.com
Description: Thème Wordpress basé sur Bootstrap 3
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

@import url("/wp-content/themes/olivierlambert/css/font.css");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,300,800");
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css");
@import url("/wp-content/themes/olivierlambert/css/custom.css");
@import url("/wp-content/themes/olivierlambert/css/blog.css");
@import url("/wp-content/themes/olivierlambert/css/component.css");

@font-face {
  font-style: normal;
  font-weight: 900;
  font-family: 'Proxima-Nova-Black';
  src: url('/wp-content/themes/olivierlambert/fonts/FontName.eot');
  src: url('/wp-content/themes/olivierlambert/fonts/ProximaNovaACond-Black.woff') format('woff'),
      url('/wp-content/themes/olivierlambert/fonts/ProximaNovaACond-Black.ttf') format('truetype'),
      url('/wp-content/themes/olivierlambert/fonts/ProximaNovaACond-Black.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
.loop-thumb{
 
 height:auto;
}
a{
  color: #139440;
}
.wp-post-image {
    border-bottom: 1px solid #cbcbcb!important;
}

.category a{
  color:#8a8c8e;
  display: inline-block!important;
}

.admin-bar #menu{
  top:30px!important;
}

.entry-content img {
	margin: 0 0 1.5em 0;
	}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
	}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
	}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	}
.alignnone, img.alignnone {
	/* not sure about this one */
	}
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
	}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
	}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
	}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
	}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
	}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
}

/*Wordpress editor styles end*/


.page-full { position: relative; overflow: hidden; background: radial-gradient(at 50% 50%, rgb(193, 211, 226) 1%, rgb(143, 173, 191) 100%);  }
  canvas { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; }
  canvas {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 0;
  }
  .heroTitle{
    margin-top:40px;
    color: #0e1e2b;
  }
  .heroSubTitle{
    margin-top: 35px;
    font-weight: 300;
    color: #0e1e2b;
  }
  #header {
    background-image:url(https://www.olivierlambert.com/uploads/2017/bg-trois-rivieres.png); background-size:cover;
    background-position: center center;
  }
  #header p{
    color: #0e1e2b;
  }
  .hero:after{
    /* background: transparent; /* For browsers that do not support gradients */
    /* background: -webkit-radial-gradient(white,transparent); /* Safari 5.1 to 6.0 */
    /* background: -o-radial-gradient(white,transparent); /* For Opera 11.6 to 12.0 */
    /* background: -moz-radial-gradient(white,transparent); /* For Firefox 3.6 to 15 */
    /* background: radial-gradient(white,transparent); /* Standard syntax */
      background-image: url(https://www.olivierlambert.com/uploads/2016/white-radial.png);
      background-size: cover;
      width: 841px;
      height:841px;
      z-index: -1;
      position: absolute;
      content: " ";
      top: 0px;
      left:0px;
  }
  #header:after{
    background-repeat: repeat-x;
    height: 4px;
    width: 100%;
    position: absolute;
    bottom:0px;
    z-index: 500;
    content: ' ';
    /*background: transparent; 
    background: -webkit-linear-gradient(transparent, #0e1e2b); 
    background: -o-linear-gradient(transparent, #0e1e2b);
    background: -moz-linear-gradient(transparent, #0e1e2b);
    background: linear-gradient(transparent, #0e1e2b);*/
  }
  @media (max-width: 768px){
    #header{
      background: radial-gradient(at 50% 50%, rgb(193, 211, 226) 1%, rgb(143, 173, 191) 100%);
    }
    .hero .gradient{
      display:none;
    }
  }
  @media (min-width: 769px){
    #about:after{
        background: #0e1e2b;
        bottom: -50px;
        content: '';
        display: block;
        height: 50px;
        left: 0;
        position: absolute;
        right: 0;
        transform: skewY(1.5deg);
        transform-origin: 100%;
        z-index: -2;
      }

      #about{
        z-index: 2;
      }

      #header:before{
        background: #0e1e2b;
        bottom: 0px;
        content: '';
        display: block;
        height: 50px;
        left: 0;
        position: absolute;
        right: 0;
        transform: skewY(-1.5deg);
        transform-origin: 100%;
        z-index: 500;
      }
      #blog{
        padding-top: 50px;
        width: calc(100% + 0px);

      }
    }
  @media (min-width: 1921px){
    #about:after{
      height: 100px;
      bottom:-100px;
    }
    #header:before{
      height: 100px;
    }
    .rocket{
      bottom:-110px!important;
    }
  }

#blog .container-fluid{
  max-width: 1450px;
  margin:auto!important;
}
body{
  background-color: #f6f6f6;
}
.leaveComment a{
        width: 600px;
         
        border:2px #139440 solid;
        text-align: center;
        padding: 10px;
        background-color: #fff;
        bottom:-20px;
        box-shadow: #fff 50px 50px;
        position: relative;
      }
      .leaveComment{
        width:calc(100% - 20px);
        display: none;
        max-width:1000px;
        height: 60px;
        margin: auto;
        background-color: #fff;
        position: fixed;
        bottom: 0px;
        z-index: 500;
      }
      .leaveComment:before {
          content: " ";
          width: 100%;
          height: 30px;
          position: absolute;
          z-index: -1;
          top: -29px;
          left: 0;
          background: white;
          background: transparent; /* For browsers that do not support gradients */
          background: -webkit-linear-gradient(transparent, white); /* For Safari 5.1 to 6.0 */
          background: -o-linear-gradient(transparent, white); /* For Opera 11.1 to 12.0 */
          background: -moz-linear-gradient(transparent, white); /* For Firefox 3.6 to 15 */
          background: linear-gradient(transparent, white); /* Standard syntax */
      }
      @media (max-width: 768px){
        .leaveComment center{
          /*text-align: left;*/
        }
      }

      .category #menu {
        display: block;
      }

      .leaveComment a{
        width: 600px;
         
        border:2px #139440 solid;
        text-align: center;
        padding: 10px;
        background-color: #fff;
        bottom:-20px;
        box-shadow: #fff 50px 50px;
        position: relative;
        color:#139440!important;
      }
      .leaveComment{
        width:calc(100% - 20px);
        display: none;
        max-width:1000px;
        height: 60px;
        margin: auto;
        background-color: #fff;
        position: fixed;

        bottom: 0px;
        z-index: 500;
      }
      .leaveComment:before {
          content: " ";
          width: 100%;
          height: 30px;
          position: absolute;
          z-index: -1;
          top: -29px;
          left: 0;
          background: white;
          background: transparent; /* For browsers that do not support gradients */
          background: -webkit-linear-gradient(transparent, white); /* For Safari 5.1 to 6.0 */
          background: -o-linear-gradient(transparent, white); /* For Opera 11.1 to 12.0 */
          background: -moz-linear-gradient(transparent, white); /* For Firefox 3.6 to 15 */
          background: linear-gradient(transparent, white); /* Standard syntax */
      }
      @media (max-width: 768px){
        .leaveComment center{
          /*text-align: left;*/
        }
      }
      .fb-video{
        width: 100%;
      }
      .fb-video.fb_iframe_widget span{
        margin: 3em auto!important;
        width: 100%!important;
      }