/*
Theme Name: Olsen Child
Description: Theme enfant de Olsen Light
Author: YG
Author URI: https://www.wpserveur.net
Template: olsen-light
Version: 0.1.0
*/

/* ELEMENTS DE BASE */
h1, h2, h3, h4, h5, h6 {
  font-family: "Lora", serif; /* font-family: "Lato", sans-serif; */
  font-weight: 600;
  color: #115571;
  line-height: normal;
  word-wrap: break-word;
}
h1.entry-title {
  font-size: 26px;
}
h2 {
  font-size: 22px;
}
a:hover, a:focus {
  color: #cf3a25;
  outline: none;
  text-decoration: none;
}
.entry-title a:hover {
  color: #cf3a25;
}
.entry-utils .socials a:hover {
  color: #cf3a25;
}
p {
  margin: 0 0 0 0;
}
ul, ol {
  padding-left: 40px;
}
@media screen and ( min-width: 800px ) {
	.smush-detected-img {
		border-radius: 5px;
		transition: all 0.5s ease;
		box-shadow: 0 0 0 0px #cf3a25;
		/*box-shadow: 0 0 0 5px #FECF2F;*/
	}
	
	/* CARROUSEL */
	.slide .slide-content {
	  position: absolute;
	  top: 70%;
	  left: 50%;
	  background-color: rgba(255, 255, 255, .95);
	}
	
}

.lazyloaded {
    opacity: 1;
    transition: opacity 400ms;
    transition-delay: 0ms;
}
img {
    border-radius: 5px;
    box-shadow: 0 0 0 0px #cf3a25;
}

/* MENU */
.site-bar {
  border-top: solid 2px #115571; /* 1px #ebebeb;*/
  border-bottom: solid 2px #115571; /*1px ebebeb;*/
  font-weight: bold;
}
.navigation > li:hover > a {
  color: #cf3a25;
}
.navigation .current-menu-item > a {
  color: #115571;
}

.entry-meta {
	display:none !important;
}
	
.read-more {
  background: #fff;
  color: #115571;
  border: solid 2px #115571;
}

.site-logo {
	padding: 20px 0px 0px 0px;
}

.hiddenDiv
{
	display: none;
}

#content {
	padding-top: 15px !important;
}

#maxslider-746{
	margin-top: -10px;
}


.maxslider-slide-content-pad {
	border-radius: 5px;
	text-align: center;
}
.renseignements {
	color: #115571;
}