.main-content-wrapper{
  background-color: white !important; 
}

.hs-two-column-with-fixed-sidebar .left-sidebar{
  background-color: #000000;
  float: left !important;
  min-height: 1000px;
  width: 300px !important;
  position: relative;
}
.hs-two-column-with-fixed-sidebar .sidebar-in {
  right: 0;
}

.hs-two-column-with-fixed-sidebar .right-content{
  background-color: #ffebcd;
  float: right !important;
  min-height: 1000px;
  width: calc(100% - 300px) !important;
  margin-left: 0 !important;
}

.custom-image-with-section-header .section-header{
  padding-bottom: 50px;
  padding-top: 50px;
  padding-left: 15px;
  padding-right: 15px;
}
.custom-image-with-section-header{
    padding-left: 15px;
    padding-right: 15px;
}
.custom-image-with-section-header p {
  font-size: 25px;
  margin-top: 0;
  font-family: "Quicksand";
    letter-spacing: 1px;
    margin-bottom: 10px;
   /* font-weight: 500; */
    line-height: 1.1;
}

.custom-left-sidebar-menu {
  /*background-color: none;*/
  color: #333;
  float: right !important;
  min-height: 1000px !important;
  padding-top: 30px;
  /* width: 230px !important; */
  text-align:left;
  /*box-shadow: -10px 20px 60px rgba(110,133,168,.128141);*/
}

.custom-two-col-with-left-icon-image {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}
.custom-two-col-with-left-icon-image .custom-column {
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float:left;
    text-align: left;
}
.custom-two-col-with-left-icon-image .custom-left-image{
    padding-right: 0;
    padding-left: 15px;
    width: 16.6667%;
    text-align: right;
    float: left;
}
.custom-two-col-with-left-icon-image .custom-content {
  float: left;
  padding-left: 30px;
  padding-right: 30px;
  width: 83.3333%;
}
.custom-two-col-with-left-icon-image .custom-content ul{
    line-height:24px;
}
.custom-two-col-with-left-icon-image .custom-content h3 {
  line-height: 30px;
  margin: 0 0 20px;
  text-align: left;
}
.custom-two-col-with-left-icon-image .custom-content p {
  margin-bottom: 40px;
  margin-top: 10px;
  text-align: left;
}

.custom-two-column-with-fixed-sidebar-top-conent{
  padding-bottom: 50px;
  padding-top: 50px;
  margin-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
}

.custom-two-column-with-fixed-sidebar-bottom-conent{ 
  padding-left: 15px;
  padding-right: 15px;
  /*background-color:#FFFFFF;*/
}
.custom-two-column-with-fixed-sidebar-bottom-conent .section-header{
    padding-top: 50px;
    padding-bottom: 25px;
}
.custom-two-column-with-fixed-sidebar-bottom-conent .hs_cos_wrapper.hs_cos_wrapper_widget:last-child {
    padding-bottom: 50px; 
}
.custom-two-column-with-fixed-sidebar-bottom-conent .section-header h1 {
  font-size: 25px;
  margin-top: 0;
  font-family: "Quicksand";
    letter-spacing: 1px;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 1.1;
}
.custom-two-column-with-fixed-sidebar-bottom-conent .section-header p {
  padding-left: 40px;
  padding-right: 40px;
}

.custom-one-col-with-left-icon-image{
    padding-left: 15px;
    padding-right: 15px;
}
 
.custom-one-col-with-left-icon-image .custom-left-image {
    width: 8.33333%;
    padding-left: 15px;
    text-align: right;
    float: left;
}
.custom-one-col-with-left-icon-image .custom-content {
  float: left;
  min-height: 1px;
  padding-left: 30px;
  padding-right: 30px;
  text-align: left;
  width: 91.6667%;
}
.custom-one-col-with-left-icon-image .custom-content h3{
    color: #ff6600;
    margin:0 0 20px;
    line-height:30px;
}
.custom-one-col-with-left-icon-image .custom-content p {
  margin-bottom: 40px;
  margin-top: 10px;
  text-align: left;
}

.custom-left-sidebar-menu .hs-menu-wrapper > ul{ 
  display:block;
  padding: 0 0 0 1.5em;
  list-style: none;
  margin: 0.35em 0 0 -0.5em;
  line-height:30px;
  font-size:14px;
}
.custom-left-sidebar-menu .hs-menu-wrapper > ul > li{
  margin: 0.15em 0 0.15em 0.5em;
  padding-bottom: 0;
}
.custom-left-sidebar-menu .hs-menu-wrapper > ul > li > a{
  color: #232f34;
  text-decoration: none;
  font-size: 15px;
}
.custom-left-sidebar-menu .hs-menu-wrapper > ul > li > a:hover{
  text-decoration: none;
  color: #ff8e43;
}
.custom-left-sidebar-menu .hs-menu-wrapper > ul > li.active > a{
    font-weight: bold;
    color: #fd742e;
}
.custom-menu-phone {
  background-color: #000000;
  border-bottom: 1px solid #9e9e9e;
  border-top: 1px solid #9e9e9e;
  float: none !important;
  position: absolute;
  width: 100% !important;
}
.custom-menu-phone .hs-menu-wrapper > ul{ 
  display:block;
  list-style: none;
  margin:0;
  line-height:30px;
  font-size:14px;
  text-align: center;
  padding: 2px 0 0 15px;
}
.custom-menu-phone .hs-menu-wrapper > ul > li{
  margin: 0.15em 0 0.15em 0;
  float: none !important;
}
.custom-menu-phone .hs-menu-wrapper > ul > li > a{
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
}
.custom-menu-phone .hs-menu-wrapper > ul > li > a:hover{
  text-decoration: none;
  color: #ffffff;
}
.custom-menu-phone .hs-menu-wrapper > ul > li.active > a{
    font-weight: bold;
}

.hs-mobile-menu-header a{
  color: #ffffff;
  display: inline-block;
  font-family: "Quicksand";
  font-size: 18px;
  line-height: 40px;
  padding-left:11px;
}
.glyphicon-chevron-down::before {
  content: "";
}
#ouvre-menu {
  cursor: pointer;
}
.glyphicon {
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  position: relative;
  top: 1px;
}
.fonctionnalites-bouton-menu {
  background-color: #000000;
  color: #ffffff;
  display: inline-block;
  line-height: 38px;
  margin-right: 18px;
  padding: 0 10px;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  font-size: 15px;
}
.hs-mobile-menu-header{
  background-color: #000000;
  float: none;
  height:40px;
  min-height: inherit;
  width: 100%;
}


/* ==================================== Home Page Start ======================================== */


.custom-home-page-row5 .orange-container{
  background-color: #232f34;
  color: #ffffff;
  padding-bottom: 13px;
  padding-top: 20px;
  text-align: left;
}
.custom-home-page-row5 .orange-container p:first-of-type {
  font-family: "Quicksand";
  font-size: 18px;
  letter-spacing: 1px;
  margin-top: 7px;
  font-weight:light;
}

.btn-gray{
  border-radius: 2px;
  color: #ffffff !important;
  display: inline-block;
  font-size: 17px;
  margin-bottom: 20px;
  padding: 10px 20px;
  text-align: center;
  background-color: #fd742e;
  border-radius: 5px;
}
.btn-gray:hover {
  background-color: rgb(255,127,50);
  transition-property: background-color; /* Active la transition sur background-color */
  transition-duration: 0.5s;
}

.bouton_orange{
  border-radius: 2px;
  display: inline-block;
  font-size: 17px;
  margin-bottom: 20px;
  padding: 10px 20px;
  text-align: center;
  background-color: #cde084;
  color: #000000;
}
.bouton_orange:hover{
    background-color: #dae8a3;
    color: #000000;
}
.custom-home-page-row6 {
  background-color: #fd742e;
  min-height: 500px !important;
  padding-top: 50px;
}
.custom-home-page-row7 {
  background-color: #232f34;
  padding-bottom: 40px;
  padding-top: 50px;
  text-align: left;
}
.btn-white {
  background-color: #ffffff;
  color: #000000;
  border-radius: 2px; 
    display: inline-block;
    font-size: 17px;
    margin-bottom: 20px;
    padding: 10px 20px;
    text-align: center;
}
.btn-white:hover {
  background-color: #efefef;
  color: #000000 !important;
}
.custom-home-page-row9 {
  background-color: #fd742e;
  color: #ffffff;
  padding-bottom: 50px;
  padding-top: 50px;
}

.hs-home-page .body-container-wrapper {
    margin: 0px;
    padding: 0px;
    background-repeat: no-repeat;
    background-size: 100% 1000px;
   /* background-color: #D5E6F8; */
    position:relative;
}

.hs-home-page-background{
  background: white;
}

.custom-home-page-row1-content { 
    background: rgba(255,255,255,0.87) !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-bottom: 20px !important;
    color: black;
    text-align: center;
    box-shadow: -10px 20px 60px rgba(110,133,168,.128141);
    border-radius: 5px;
}2
.custom-home-page-row1-button {
  background: #FF8E43 none repeat scroll 0 0;
  box-shadow: 1px 1px 3px #333333;
  color: #ffffff;
  float: none !important;
  line-height: 24px;
  margin-left: auto !important;
  margin-right: auto;
  margin-top: 70px;
  max-width: 330px;
  padding: 15px;
  position: relative;
  border-radius: 15px;
}

.custom-home-page-row1-button a {
  color: #ffffff;
  /*font-family: "folks-lightregular" !important;*/
  letter-spacing: 0;
  text-decoration: none !important;
  font-size: 12px;
  font-weight: 500 !important;
}
.custom-home-page-row1-button a:first-child{
    font-size: 23px;
}

.custom-home-page-row1-content .section-header h1{
    font-size: 33px;
    margin-top: 40px;
}
.custom-home-page-row1-content .section-header p{
    font-size: 18px;
    margin-top: 0 ;
    /*font-family: "folks-lightregular";*/
    font-weight: 400;
    line-height: 35px;
    margin-bottom: 10px;
}
.custom-home-page-row1 .page-center{
    min-height: 550px !important;
    /* padding: 50px 0 !important; */
}

.custom-home-page-row2 .page-center{
  background: linear-gradient(to right,#FD8F30 0%,#F97849 100%);
  padding-bottom: 50px;
  padding-top: 50px;

}
.custom-home-page-row2 .section-header h1{
  color: #ff6600;
  font-size: 30px;
  margin-top:0;
}
.custom-home-page-row2 .section-header p{
  font-family: "Quicksand";
  font-size: 22px;
  letter-spacing: 1px;
  margin-bottom: 65px;
  margin-top: 35px;
}
.custom-home-page-row2-content{
    /*padding-top: 50px;*/
    text-align: left;
}
.custom-home-page-row3 .page-center, .hs-home-page.en .custom-home-page-row3{
    background-repeat: no-repeat;
    background-size: cover;
    padding-left:0 !important;
    padding-right:0 !important;
}
.custom-home-page-row3-bg{
    background: rgba(255, 255, 255, 0.44);
    /* min-height: 500px !important; */
    padding-left: 15px;
    padding-right: 15px;
}
.custom-home-page-row3-bg h3 {
  margin-top: 100px;
}
.custom-home-page-row4 .page-center{
    background: linear-gradient(to right,#FD8F30 0%,#F97849 100%);
    margin-bottom: 30px !important;
    padding-bottom: 40px;
    padding-top: 50px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: left;
}
.custom-home-page-row4-content{
  padding-left: 45px;
  padding-top: 50px;
}
.custom-home-page-row5-bottom-container{
  /*background-color: #ffffff;*/
  padding-bottom: 50px;
  padding-top: 50px;
}
.custom-home-page-row5-content p{
    font-family: "Quicksand";
    font-size: 22px;
    letter-spacing: 1px;
    margin-bottom: 65px;
    margin-top: 35px;
}

.custom-home-page-row5-bottom-container .page-center{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.custom-home-page-row5-bottom-container .custom-four-col-content-with-top-image > div img{
    /*border-radius: 50px;*/
}
.custom-home-page-row5-bottom-container .custom-four-col-content-with-top-image > div p {
  margin-bottom: 50px;
  margin-top: 25px;
  color: #333333;
  padding: 0;
}
.custom-home-page-row5-bottom-container .custom-style2four-col-content-with-top-image > div p span {
  font-weight: bold;
}
.custom-home-page-row5-bottom-container .custom-four-col-content-with-top-image {
  padding-bottom: 0;
}

.custom-home-page-row7-content p{
    margin-top: 30px;
}

.custom-home-page-row7-content a {
  /*margin-top: 50px;*/
}

.custom-home-page-row8{
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
    min-height: 500px !important;
    padding-bottom: 50px;
    padding-top: 50px;
    padding-left: 15px;
    padding-right: 15px;
}

.custom-home-page-row8 h3 {
  font-family: "Quicksand";
  font-size: 22px;
  letter-spacing: 1px;
  margin-bottom: 65px;
  margin-top: 35px !important;
}

.custom-home-page-row8 p {
  font-size: 17px;
}
.custom-home-page-row8 .bouton_orange{
    margin-top: 50px;
}

.custom-home-page-row9 h3{
  font-family: "Quicksand";
  font-size: 22px;
  letter-spacing: 1px;
  margin-bottom: 65px;
  margin-top: 35px;
}
.custom-home-page-row9 .custom-three-col-content-with-top-image > div img {
  max-width: 25% !important;
  border-radius: 50%;
}
.custom-home-page-row9 .custom-three-col-content-with-top-image .custom-column h4 {
  color: #ffffff;
  font-family: 'Quicksand', "Helvetica Neue","Helvetica", Arial,sans-serif;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 10px;
  margin-top: 20px;
}
.custom-home-page-row9 .custom-three-col-content-with-top-image .custom-column p {
    margin-top: 40px;
    color: #ffffff;
    margin-bottom:10px; 
}
.custom-home-page-row10{
    background-color: #ffffff;
    padding-top: 50px;
}
.custom-home-page-row10 .three-col-btm-image-wrapper.clearfix > div {
  padding: 0 15px 20px;
}

.custom-home-page-row10 .three-col-btm-image-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}
.custom-home-page-row10 .bulle_formation {
  background-color: #FEFEFE;
  padding: 20px 30px 0;
  border-radius: 20px;
  box-shadow: -10px 20px 60px rgba(110,133,168,.128141);
}
.custom-home-page-row10 .bulle_formation p{
  font-size: 13px;
  line-height: 22px;
}
.custom-home-page-row10 .bulle_formation p span,
.custom-home-page-row10 .bulle_formation p strong{
  font-size: 15px; 
}
.custom-home-page-row10 .slick-dots{
    display:none !important;
}
.custom-home-page-row10 .slick-slide-inner-wrapper img {
  background-color: #e2e1e1;
  border-radius: 50% !important;
  max-width: 148px;
}
.custom-home-page-row10 h3{
  /*font-family: "folks-lightregular";*/
  font-size: 22px;
  letter-spacing: 1px;
  /*margin-bottom: 65px;*/
  margin-top: 35px;
  color: #ff6600;
  line-height: 24px;
}
.custom-home-page-row10-slider .hs_cos_gallery_main {
  margin: 4px auto 66px;
  max-width: 908px;
  padding: 0;
}
.custom-home-page-row10-slider .slick-prev{
  background-image: url("//2744280.fs1.hubspotusercontent-na1.net/hubfs/2744280/Planzone%20Dec%202016%20Theme/Images/arrows.png");
  background-position: 0 -80px;
  background-repeat: no-repeat;
  display: block;
  height: 100px;
  left: -60px;
  position: absolute;
  top: 46px;
  width: 25px;
}
.custom-home-page-row10-slider .slick-next{
  background-image: url("//2744280.fs1.hubspotusercontent-na1.net/hubfs/2744280/Planzone%20Dec%202016%20Theme/Images/arrows.png");
  background-position: -30px -80px;
  background-repeat: no-repeat;
  display: block;
  height: 100px;
  position: absolute;
  right: -60px;
  top: 46px !important;
  width: 25px;
}
.custom-home-page-row10-slider .slick-prev::before,
.custom-home-page-row10-slider .slick-next::before{
    content: none !important;
}


/* ==================================== Home Page End ======================================== */


/* ==================================== Blog Start ======================================== */

.blog .page-center{
    max-width: 1170px !important;
    width: 100% !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.blog .body-container .page-center{
    padding-top: 30px !important;
}

.blog .body-container {
    background-color: #eeeded;
    background-image: url('//2744280.fs1.hubspotusercontent-na1.net/hubfs/2744280/Planzone%20Dec%202016%20Theme/Images/bg.png');
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0 0;
}

.blog-post-wrapper {
  background-color: #ffffff;
  border-color: #e3e3e3;
    border-style: solid;
    border-width: 1px;
    color: #555555;
}

/* Blog Post and Listing Body Class */

body.blog {}

/* Blog Post */
body.hs-blog-post {}

/* Blog Listing */
body.hs-blog-listing {}

/* Blog Columns Wrapper */
.blog .content-wrapper {}


/* Blog Content Column
   ========================================================================== */

.blog .blog-content {}

/* Use this to style the main wrapper for the blog listing pages */
.blog-listing-wrapper {}

/* Use this to style the main wrapper for the blog post pages */
.blog-post-wrapper {}

/* Blog Title */
.hs-blog-header h1 {}

.hs-blog-header h1 a{}

/* Blog Post Title */
.post-header h2,
h2.post-listing-simple {
    /*font-family: "folks-lightregular",sans-serif;*/
    font-family: "Quicksand",sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
    line-height: 30px;
    opacity: 1;
    transition: opacity 0.24s ease-in-out;
    visibility: visible;
    margin: 0;
    display: table-cell;
    vertical-align: middle;
    letter-spacing: 0;
    color: #ff6600;
}

.title-wrap{    
    padding: 20px;
    display: table;
    min-height: 68px;
    overflow: hidden;
}

.post-header h2 a,
h2.post-listing-simple a {
    text-decoration: none;
    color: #232f34;
    font-weight:500;
}

.post-header h2 a:hover,
h2.post-listing-simple a:hover{
	text-decoration: none;
}
.post-body h2 {
  color: #ff6600;
  font-size: 24px;
  line-height: 30px;
  margin: 0 0 15px;
}
/* Blog Author and Avatar */

.post-header{
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    clear: both;
    overflow: hidden;
    position: relative;
}

.post-header .hubspot-editable {
  float: left;
  padding: 22px 2% 16px;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.post-header .hubspot-editable .post-date {
  clear: both;
  color: #000000;
  display: block;
  font-size: 25px;
  margin: 0 0 10px;
  line-height: 20px;
}
.post-header .hubspot-editable .post-month,
.post-header .hubspot-editable .post-year {
  font-size: 12px;
  display: block;
  line-height: 20px;
  text-transform: uppercase;
}

#hubspot-author_data a.author-link {}

.hs-author-avatar {}

.hs-author-avatar img {}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {  
	  margin-bottom: 20px;
    color: #555555;
    background-color: #ffffff;
    border-radius:20px;
}

.post-body {
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    font-family: Quicksand;
    font-style: normal;
    overflow-wrap: break-word;
    padding: 20px;
}

.blog-post-wrapper .post-body {}


.custom-related, .custom-blog-pagination-on-post{
    display:none !important;
}
.hs-blog-post .custom-related, .hs-blog-post .custom-blog-pagination-on-post{
    display:block !important;
}

.hs-blog-post .custom-related{
    display:block !important;
    background-color:#fff;
}
.custom-related h3 {
  color: #000000;
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  margin: 0 !important;
}
.custom-related ul {
  float: left;
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
}
.custom-related li {
  border-radius: 7px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  vertical-align: bottom;
  border: 1px solid #dddddd;
    margin: 5px !important;
    padding: 6px;
}
.custom-related li:hover {
  background: #eeeeee none repeat scroll 0 0;
  border-color: #bbbbbb;
}

.custom-related li, .custom-related a {
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.custom-related a {
  text-decoration: none;
  width: 150px;
  transition: all 0.25s linear;
  box-shadow: none !important;
    text-decoration: none !important;
}
.custom-related img {
  margin: auto;
  max-width: 150px;
}
.custom-related .crp_title{
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  border-radius: 7px;
  bottom: 0;
  color: #ffffff !important;
  font-size: 0.9em;
  padding: 3px;
  position: absolute;
  width: 150px;
}
.custom-related li:hover .crp_title {
  background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
}
.custom-blog-pagination-on-post ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.custom-blog-pagination-on-post{
    margin: 20px 0;
}
.custom-blog-pagination-on-post ul li{
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  overflow: hidden;
  padding: 8% 7%;
  position: relative;
  z-index: 10;
  float: left;
  width: 48%;
  margin:0;
  text-align:center;
}
.custom-blog-pagination-on-post ul li::before {
  background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.custom-blog-pagination-on-post ul li:first-child{
    margin-right: 4%;
}
.custom-blog-pagination-on-post .post-nav-link-bg {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    background: #808080;
    transition: all 0.3s ease;
}
.custom-blog-pagination-on-post .post-nav-link-bg:hover {
    background: #727272;
}
.custom-blog-pagination-on-post .title{
  color: #ffffff;
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.custom-blog-pagination-on-post .title,
.custom-blog-pagination-on-post ul li a{
    position:relative;
    z-index:9999;
    font-weight:bold;
}

.custom-blog-pagination-on-post ul li a{
  color: #ffffff;
  font-size: 15px;
  line-height: 24px;
  font-weight:bold;
  transition: all 0.25s linear;
  text-decoration: none;
}
.custom-blog-pagination-on-post ul li a:hover{
    color: #ff6600;    
    transition: all 0.25s linear;
    text-decoration: none;
}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}

.hs-featured-image-wrapper .hs-featured-image-link {}

.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
    float: none;
    margin: 0;
    max-width: 100%;
    bottom: 0;
    float: left;
    height: auto;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.hs-featured-image-wrapper .hs-featured-image-link {
  clear: both;
  height: 250px;
  overflow: hidden;
  position: relative;
  width: 100%;
  display: block;
}


/* Read More Link */

a.more-link {
    Font-family: Quicksand;
	  display: inline-block;
	  border-radius: 5px;
    color: #ffffff;
    float: left;
    font-size: 12px;
    font-weight: 700;
    line-height: 19px;
    margin: 0;
    padding: 9px 12px;
    transition: all 0.25s linear;
    background-color: #fd742e;
    text-decoration: none;
}
a.more-link:hover {
  background: #000000;
  color: #ffffff;
}
.more-link-wrapper{
    display: block;
    margin: 15px 0 0;
}

/* Blog Topics List */

#hubspot-topic_data {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    display: inline-block;
    margin: 10px 10px 12px 0;
    padding-right: 10px;
}

.fa-tag::before {
  content: "";
}
.fa-comments-o::before {
  content: "";
}
.custom_listing_comments a {
  color: #777777;
  transition: all 0.25s linear;
}
.custom_listing_comments a:hover{
    color: #ff6600;
    transition: all 0.25s linear;    
}
.custom_listing_comments .fa{
  font-size: 13px;
  margin: 0 2px 0 0;
}

.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-feature-settings: normal;
  font-kerning: auto;
  font-language-override: normal;
  font-size: inherit;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-synthesis: weight style;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-rendering: auto;
  transform: translate(0px, 0px);
}

.custom_listing_comments .post-comments{
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  display: inline-block;
  margin: 10px 10px 12px 0;
  padding-right: 10px;
}

#hubspot-topic_data a.topic-link {}

/* Blog Social Sharing icons*/

.hs-blog-social-share {
  padding: 10px 0 20px 0;  
  height: auto;
}
.hs-blog-social-share-list{
	list-style:none;
	margin:0;
	padding:0;
}
.hs-blog-social-share-list li {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
.custom_listing_comments{
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    clear: both;
    color: #777777;
    font-size: 12px;
    margin: 0;
    padding: 10px 20px;
}

.hs-blog-post .custom_listing_comments {
  border-top: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/* Pagination */
.blog-pagination {
    font-family: Arial,Helvetica,sans-serif;
    font-style: normal;
    font-weight: 700;
    opacity: 1;
    transition: opacity 0.24s ease-in-out;
    visibility: visible;
    color: #555555;
    border-color: #e3e3e3;
    border-style: solid;
    border-width: 1px;
    background-color: #ffffff;
    clear: both;
    font-size: 14px;
    margin: 0 0 40px;
    overflow: hidden;
    padding: 15px 2% 0;
}

.blog-pagination a{
	display: inline-block;
    margin: 0 10px 15px 0;
    padding: 5px 13px;
    transition: all 0.25s linear;
    background: #f4f3f4 none repeat scroll 0 0;
    color: #828282;
}
.blog-pagination > div {
  display: inline-block;
}

.blog-pagination a:hover,
.blog-pagination a.active{
    background-color: #ff6600;
    color: #ffffff;
}
.blog-pagination a.active{
    cursor: text;
}
.blog-pagination .previous-posts-link {}

.blog-pagination .all-posts-link {}

.blog-pagination .next-posts-link {}


#comment-form {
  background-color: #ffffff;
  border-color: #e3e3e3;
    border-style: solid;
    border-width: 1px;
    color: #555555;
    padding: 20px 3% 10px;
    margin: 0 0 20px 0;
}
#comment-form label {
  color: #999999;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
#comment-form input[type="text"],
#comment-form input[type="email"],
#comment-form textarea{
    font-family: Arial,Helvetica,sans-serif;
    font-style: normal;
    font-weight: 700;
    transition: opacity 0.24s ease-in-out;
    background-color: #f2f2f2;
    border: 1px solid #e0e0e0;
    display: block;
    font-size: 14px;
    margin: 4px 0 0;
    border-radius: 4px;
    padding: 10px;
    line-height:17px;
}

/** 
 * Blog Author Page 
 *
 * ALWAYS be sure to set styles to these selectors, as the COS does not provide default styles
 */

.hs-author-profile {}

.hs-author-profile h2.hs-author-name {}

.hs-author-profile .hs-author-bio {}

.hs-author-profile .hs-author-avatar {}

.hs-author-profile .hs-author-avatar img {}

h3.hs-author-listing-header {}

/** 
 * Blog All Posts Page
 *
 * ALWAYS be sure to set styles to these selectors, as the COS does not provide default styles
 */

body.hs-content-path-blog-all {}

div.post-listing-simple {}

div.post-listing-simple .post-item {}

h2.post-listing-simple {}

h2.post-listing-simple a {}

/* -------------- Default Code for Author Bio ------------ */

.hs-author-avatar {
 max-width: 70px;
 padding: 10px 10px 10px 0;
}

.hs-author-avatar img {
 height: auto !important;
 max-width: 100%;
 border-radius: 10px;
}

.header-container-wrapper {
box-shadow: 0 3px 6px lightgrey;
}

/* -------------------- Ends ----------- */

/* ============Blog Sidebar=============== */

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {
    border-radius: 20px;
    background-color: #ffffff;
    margin-bottom: 20px;
    padding: 15px;
    position: relative;
    width: 90%;
}
.blog .blog-sidebar h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  transition: opacity 0.24s ease-in-out 0s;
  visibility: visible;
  color: #232f34;
  margin:0 0 15px;
  text-align: left;
  text-transform: uppercase;
}
.blog .sidebar .hs_cos_wrapper.hs_cos_wrapper_widget{
	display: block;
}

.blog-sidebar .sm a {
  display: block;
  float: left;
  height: 64px;
  width: 64px;
  margin: 0 15px;
}
.blog-sidebar .sm a:first-child{
  margin-left: 0;
}
.blog-sidebar .sm a:last-child {
  margin-right: 0;  
}
.blog-sidebar .urlTwitter {
  background-image: url("https://www.planzone.fr/hubfs/twitter.png");
}
/*.blog-sidebar .urlTwitter:hover {
  background-image: url("https://www.planzone.fr/blog/wp-content/uploads/2016/06/twitter-64-hover.png");*/
}
.blog-sidebar .urlLinkedin {
  background-image: url("https://www.planzone.fr/hubfs/linkedin.png");
}
/*.blog-sidebar .urlLinkedin:hover {
  background-image: url("https://www.planzone.fr/blog/wp-content/uploads/2016/06/linkedin-64-hover.png");
}*/
.blog-sidebar .urlFacebook {
  background-image: url("https://www.planzone.fr/hubfs/facebook.png" alt="Facebook Planzone");
}
/*.blog-sidebar .urlFacebook:hover {
  background-image: url("https://www.planzone.fr/blog/wp-content/uploads/2016/05/facebook-64-hover.png");*/ 
}
.blog-sidebar span.hs-form-required {
  display: none;
}

.custom-blog-newsletter .hs-button.primary.large {
    width: 100%;
    font-family: "Quicksand";
    font-size: 14px;
    line-height:18px;
    font-weight: 500 !important;
    text-align: center;
    background: #FD742E none repeat scroll 0 0; 
    color: #ffffff;
    border-radius: 5px;  
    padding: 8px 15px;
}
.custom-blog-newsletter input[type="text"],
.custom-blog-newsletter input[type="email"]{
  border: 1px solid #cccccc;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  padding: 8px 15px;
  width: 100%;
  font-size:13.3333px;
  line-height:17px;
  margin: 0 0 10px;
}
.custom-blog-newsletter .hs-form-field {
  margin-bottom: 0;
  margin-top: 0;
  text-align: left;
}
.custom-blog-newsletter label {
  display: inline !important;
}
.blog-sidebar a{
  color: #333333;
  transition: all 0.25s linear;
}
.blog-sidebar a:hover{
    color: #ff6600;
    transition: all 0.25s linear;
}
.custom-recent-article .title{
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}
.custom-recent-article {
  margin: 0 0 10px;
  padding: 0 0 10px;
}
.custom-recent-article .date {
  color: #999999;
  display: block;
  font-size: 12px;
}
.blog .custom-header-top-menu ul:last-child li {
  max-width: 100%;
}
.blog .custom-header-top-menu ul:last-child {
  margin-right: -5px;
  max-width: 100%;
}
.blog .custom-menu-primary .hs-menu-wrapper > ul > li {
  padding: 0 12px;
}
.blog .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children{
    padding-right:15px;
    margin-right:17px;
}
.blog .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children:last-child{
    margin-right:0;
}
.blog .custom-menu-primary .hs-menu-wrapper > ul {
  margin: 2.1em 0 0.8em !important;
}
.blog .custom-menu-primary .hs-menu-wrapper>ul ul {
    margin-top: 13px;
    width: 163px;
}



/* ==================================== Blog End ======================================== */


@media screen and (min-width: 768px){
    .blog .custom-menu-primary .hs-menu-wrapper>ul ul li a {
        padding-left: 23px;
    }
    .hs-home-page .body-container-wrapper{
        /*background-image: url("//2744280.fs1.hubspotusercontent-na1.net/hubfs/2744280/Planzone%20Dec%202016%20Theme/Images/background_homepage_787.png");*/
    }
    .custom-home-page-row1-content{
      /*
        width: 66.66666667% !important;
        margin-left: 16.66666667% !important;
      */
    }
}

@media screen and (min-width: 992px){
    .hs-home-page .body-container-wrapper{
        /*background-image: url("//2744280.fs1.hubspotusercontent-na1.net/hubfs/2744280/Planzone%20Dec%202016%20Theme/Images/background_homepage_1028.png");*/
    }
    .blog .custom-header-top-menu ul:first-child {
      margin-right: -50px;
    }
}

@media screen and (min-width: 1270px) {
    .hs-home-page .body-container-wrapper {
        /*background-image: url("//2744280.fs1.hubspotusercontent-na1.net/hubfs/2744280/Planzone%20Dec%202016%20Theme/Images/background_homepage_1286.png");*/
    }
}

@media screen and (min-width: 1470px){
    .hs-home-page .body-container-wrapper{
        /*background-image: url("//2744280.fs1.hubspotusercontent-na1.net/hubfs/2744280/Planzone%20Dec%202016%20Theme/Images/background_homepage-1.png");/*
    }
}
@media screen and (min-width: 1200px){
    .hs-two-column-with-fixed-sidebar .footer-top-bg .page-center {
        max-width: 1170px !important;
    }    
}
@media screen and (max-width: 1260px){
    .blog .page-center {
        max-width: 980px !important;
        width: 96% !important;
    }
    .blog-sidebar .sm a {
      margin: 0 3%;
    }
}

@media (max-width:1200px) {
    .custom-home-page-row10-slider .slick-prev{
        left: -10px;
    }
    .custom-home-page-row10-slider .slick-next{
        right: -10px;
    }
}

@media (max-width:991px) {
    .custom-two-col-with-left-icon-image .custom-content h3 {
        margin: 0 0 10px;
    }
    .custom-two-column-with-fixed-sidebar-top-conent{
        padding-bottom: 0;
    }
    .custom-one-col-with-left-icon-image .custom-content h3 {
        margin: 0 0 10px;
    }
    .custom-two-column-with-fixed-sidebar-bottom-conent .hs_cos_wrapper.hs_cos_wrapper_widget:last-child {
        padding-bottom: 0;
    }
    .custom-home-page-row1-content .section-header {
        padding-left: 15px;
        padding-right: 15px;
    }
    .custom-home-page-row2 .page-center .widget-span,
    .custom-home-page-row4 .page-center .widget-span{
      margin-left: 0 !important;
      width: 100%;
    }
    .custom-home-page-row2-content,
    .custom-home-page-row4 .page-center{
      text-align: center;
    }
    .custom-home-page-row4 .page-center img{
        margin-top: 40px;
    }
    .custom-home-page-row5-bottom-container .custom-four-col-content-with-top-image > div,
    .custom-home-page-row5-bottom-container .custom-two-column-with-left-image-wrapper > div,
    .custom-home-page-row5-bottom-container .custom-two-column-with-right-image-wrapper > div {
     /* width: 25%; */
    }
    .custom-home-page-row9 .custom-three-col-content-with-top-image > div {
     /* width: 100%; */
    }
    .custom-home-page-row10 .bulle_formation p {
      margin-bottom: 0;
    }
    .blog-sidebar .sm a{
      margin: 0 5px;
    }    
}

@media (min-width:851px) {
    .custom-menu-phone{
        display:none !important;
    }
}

@media screen and (max-width: 850px){
    .hs-two-column-with-fixed-sidebar .left-sidebar{
      display: none !important;
    }
    .hs-two-column-with-fixed-sidebar .right-content {
      float: none !important; 
      width: 100% !important;
    }
    .custom-image-with-section-header .section-header{
        padding-top: 92px;
    }
    .blog-sidebar .sm a{
      background-size: 55px 55px;
      height: 55px;
      width: 55px;
    }
}
@media screen and (max-width:800px){
    .blog-sidebar .sm a{
      margin: 0 2px;
    }
}

@media (min-width: 768px) {
    .hs-two-column-with-fixed-sidebar .custom-header-logo {
      left: 0;
      padding-left: 70px;
      position: absolute;
      text-align: left;
      width: 25% !important;
    }
    .hs-two-column-with-fixed-sidebar .custom-menu-primary {
      float: right !important;
    }
}

@media (min-width: 768px) and (max-width: 820px) {
    .hs-two-column-with-fixed-sidebar .custom-header-logo{
            padding-left:40px !important;
    }

@media (max-width: 767px) {
  
    .custom-two-col-with-left-icon-image .custom-column {
        width: 100%;
    }
    .blog-sidebar .sm a {
       display: inline-block;
       float: none;
    }
    .hs-home-page .body-container-wrapper{
        background-image: url("//2744280.fs1.hubspotusercontent-na1.net/hubfs/2744280/Planzone%20Dec%202016%20Theme/Images/background_homepage_436.png");
    }
    .custom-home-page-row5-bottom-container .custom-four-col-content-with-top-image > div, .custom-home-page-row5-bottom-container .custom-two-column-with-left-image-wrapper > div, .custom-home-page-row5-bottom-container .custom-two-column-with-right-image-wrapper > div {
      float: left;
      width: 50%;
    }
    .custom-home-page-row7{
      text-align: center;
    }
    .custom-home-page-row9 .custom-three-col-content-with-top-image > div {
      width: 100%;
    }
    .custom-home-page-row10 .three-col-btm-image-wrapper.clearfix > div {
      max-width: 100%;
    }
}

@media (max-width: 479px) {
    .custom-home-page-row4 .page-center, .custom-home-page-row6 {
      padding-left: 15px !important;
      padding-right: 15px !important;
    }
    .custom-home-page-row4-content {
      padding-left: 0;
      padding-right: 0;
    }
    .custom-home-page-row5-bottom-container .custom-four-col-content-with-top-image > div, .custom-home-page-row5-bottom-container .custom-two-column-with-left-image-wrapper > div, .custom-home-page-row5-bottom-container .custom-two-column-with-right-image-wrapper > div {
      float: none;
      width: 100%;
    }
    .custom-home-page-row5-bottom-container img{
        width: auto;
    }
    .hs-featured-image-wrapper .hs-featured-image-link {
      height: 200px;
    }
}
@media (max-width: 340px) {
    .hs-featured-image-wrapper .hs-featured-image-link {
      height: 150px;
    }
}