/* Enter Your Custom CSS Here */
.home-section.posts-loop {
    display: none !important;
}
.page .entry-header,
.single .entry-header {
      display:none;
}
.sydney_action_widget .roll-button{
   text-decoration:none;
}
.panel.widget,
.panel-grid-cell section {
    padding-top: 10px;
    padding-bottom: 10px;
}
/* gap between buttons in slider */

.button-2 {
  padding-top: 30px;
}
/* background image english page/french page */


  
.container.content-wrapper {
	background: rgba(0, 0, 0, .0);
}


/*removing padding of column for post*/
.main.post-wrap {
  padding-right:0px;
  padding-left:0px;
}
/*size of the container for pages(bootstrap)*/
.col-md-9 {
    width: 100%;
}
/*design settings for button in widget for type of studies*/
.button-study {
  	font-size:20px;
	font-weight:bold;
}



/*reduce padding header/content*/

.page-wrap {
  padding: 0px 0 100px;
  clear: both;
}

/*css pour footer site map*/
#colonne1-0
{
   width:auto;
   line-height:10px;
   height:auto; 
   float:left;
}
 
#colonne2-0
{
   width:auto;
   line-height:10px;
   height:auto; 
   float:right;
}
/*footer padding*/
.footer-widgets {
    padding: 20px 0;
}

/*disposition logo dans footer*/

.logo-footer-0 {
  margin-top:50px;
  margin-left:150px;
}

/*taille site-logo*/
.site-logo {
  	max-height:150px;
	margin:0px;
  	padding-top:60px;
  
  	
}

.page-id-2 .site-logo {
  	max-height:180px;
	margin:0px;
  	padding-top:15px;
  
}