/* 

1. Add your custom Css styles below
2. Place the this code in your template: 

 <link href="css/custom.css" rel="stylesheet">

*/

/* BODY*/

.boxed .body-inner {
	
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
	
}

/* HEADER */

.titre.page-title.header_2 {
  font-family: 'Cormorant', serif;
  font-size: 65px;
  font-weight: 600;
  color: rgb(0, 0, 102);
}

html body.boxed.breakpoint-xs.b--responsive div.body-inner section#page-title.text-light div.container div.page-title.header_2{
  line-height: 49px;
}

#mainMenu nav > ul > li > a {
	position: relative;
	font-family: "Poppins", sans-serif;
	padding: 10px 12px;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.6px;
	color: #000000;
	border-radius: 0;
	border-width: 0;
	border-style: solid;
	border-color: transparent;
	transition: all .3s ease;
	line-height: normal;
}

#header[data-transparent="true"] + #page-title {
	top: -120px;
	margin-bottom: -124px;
	position: relative;
	padding: 122px 0 94px 0;
}

#page-title .page-title {
	text-align: center;
	padding: 0;
}

.title
{font-family: 'Cormorant', serif;
font-size: 65px;
font-weight: 600;
color : rgb(0, 0, 102);
margin-bottom: 25px;}

.sstitre1
{font-family: 'Cormorant', serif;
font-size: 50px;
font-weight: 400;
font-style: italic;
margin-bottom: 25px;}

.image_sylvia
{
width: 200px;
height: 200px;
border-radius: 50%;
opacity: 0.5;
}


/* Blog list items */

.post-item.border .post-item-wrap {
	border: 1px solid #f2e8e8;
	box-shadow: 0 1px 1px 0 rgba(149, 136, 136, 0.2), 0 6px 20px 0 rgba(11, 10, 10, 0.19);
}

.post-item .post-image  .image-headline {
  
position: absolute;
        z-index: 999;
        margin: 0 auto;
        left: 0;
        right: 0;
        top: 40%; /* Adjust this value to move the positioned div up and down */
        text-align: center;
        width: 75%; /* Set the width of the positioned div */
        padding:15px;
        background-color: black;
        opacity: 0.5;
        border-radius: 7px;

}

.post-item .post-image  .image-headline .headline-text{
	font-size: 18px;
	color: white;
	opacity: 1;
}

/*.post-image img:hover {
  opacity: 0.5;
}*/



.post-3-columns .post-image img {
  height: 200px;
  object-fit: cover;}

 .post-3-columns .post-item .post-item-description > h2,.post-3-columns .post-item .post-item-description > h2 > a {
  font-size: 18px;
  
}



.post-item .post-item-description .post-meta-date, .post-item .post-item-description .post-meta-comments, .post-item .post-item-description .post-meta-category {
	color: #AC8888;
	position: relative;
	top: -4px;
	font-size: 13px;
	margin-right: 8px;
}

.grid-filter-rs-rs li a {
	font-weight: 600;
	display: block;
	position: relative;
	padding: 8px 10px;
	font-size: 12px;
	line-height: 8px;
	color: #484848;
	border-radius: 50px;
	transition: all .3s ease;
	border-width: 2px;
	border-style: solid;
	border-color: transparent;
}

/* ----------------------------------------------------------------
	Grid Filter
-----------------------------------------------------------------*/
.grid-filter-rs-rs li:hover a, .grid-filter-rs-rs li.active a {
  background-color: #791B44; }
.grid-filter-rs-rs.gf-outline li:hover a, .grid-filter-rs.gf-outline li.active a {
  border-color: #791B44;
  color: #791B44; }
.grid-filter-rs.gf-lines li:hover a, .grid-filter-rs.gf-lines li.active a {
  color: #791B44; }
  .grid-filter-rs.gf-lines li:hover a:after, .grid-filter-rs.gf-lines li.active a:after {
    background-color: #791B44; }
.grid-filter-rs.gf-classic li:hover a, .grid-filter-rs.gf-classic li.active a {
  background-color: #791B44; }
.grid-filter-rs.gf-default li:hover a, .grid-filter-rs.gf-default li.active a {
  color: #791B44; }

  /* ----------------------------------------------------------------
	Grid Filter
-----------------------------------------------------------------*/
.grid-filter-rs {
  clear: both;
  display: block;
  width: 100%;
  margin-bottom: 26px;
  position: relative;
}
.grid-filter-rs ul {
  list-style: none;
  padding: 0;
  position: relative;
  height: auto;
}
.grid-filter-rs li {
  position: relative;
  margin-right: 6px;
  border: 0;
  margin-bottom: -1px;
  display: inline-block;
}
.grid-filter-rs li a {
  font-weight: 600;
  display: block;
  position: relative;
  padding: 8px 10px;
  font-size: 13px;
  line-height: 15px;
  color: #484848;
  border-radius: 50px;
  transition: all .3s ease;
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
}
.grid-filter-rs li:hover a,
.grid-filter-rs li:hover a:hover,
.grid-filter-rs li:hover a:active,
.grid-filter-rs li:hover a:focus, .grid-filter-rs li.active a,
.grid-filter-rs li.active a:hover,
.grid-filter-rs li.active a:active,
.grid-filter-rs li.active a:focus {
  background-color: #2250fc;
  color: #ffffff;
}
.grid-filter-rs li.active {
  cursor: pointer;
  pointer-events: none;
}
.grid-filter-rs li.active a {
  color: #ffffff;
  pointer-events: none;
}
.grid-filter-rs.gf-outline li:hover a, .grid-filter-rs.gf-outline li.active a {
  border-color: #2250fc;
  color: #2250fc;
  background-color: transparent;
}
.grid-filter-rs.gf-lines li a {
  border-radius: 0;
  border: none;
  background-color: transparent !important;
}
.grid-filter-rs.gf-lines li a:after {
  content: '';
  position: absolute;
  top: auto;
  bottom: -2px;
  left: 50%;
  width: 0;
  height: 2px;
  transition: all 0.3s ease;
}
.grid-filter-rs.gf-lines li:hover a, .grid-filter-rs.gf-lines li.active a {
  color: #2250fc;
}
.grid-filter-rs.gf-lines li:hover a:after, .grid-filter-rs.gf-lines li.active a:after {
  width: 100%;
  left: 0%;
  background-color: #2250fc;
}
.grid-filter-rs.gf-line-bottom {
  border-bottom: 2px solid #ebebeb;
}
.grid-filter-rs.gf-classic li a {
  color: #484848;
  border-radius: 4px;
}
.grid-filter-rs.gf-classic li:hover a, .grid-filter-rs.gf-classic li.active a {
  background-color: #2250fc;
  color: #ffffff;
}
.grid-filter-rs.gf-light li a {
  color: #ffffff;
  background-color: transparent;
}
.grid-filter-rs.gf-light li:hover a, .grid-filter-rs.gf-light li.active a {
  color: #ffffff;
  border-color: #ffffff;
  background-color: transparent;
}
.grid-filter-rs.gf-dark li a {
  color: #1f1f1f;
  background-color: transparent;
}
.grid-filter-rs.gf-dark li:hover, .grid-filter-rs.gf-dark li.active {
  background-color: transparent;
}
.grid-filter-rs.gf-dark li:hover a, .grid-filter-rs.gf-dark li.active a {
  background-color: transparent;
  color: #1f1f1f;
  border-color: #1f1f1f;
}
.grid-filter-rs.gf-default li a {
  color: none;
  border-radius: 0;
  background-color: transparent;
}
.grid-filter-rs.gf-default li:hover a, .grid-filter-rs.gf-default li.active a {
  background-color: transparent;
  color: #2250fc;
}
.grid-filter-rs.gf-creative li a {
  border-radius: 0;
  border: none;
}
.grid-filter-rs.gf-creative li a:after {
  background: #1f1f1f;
  content: "";
  height: 2px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 100%;
  transform: translateY(10px);
  transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
  width: 100%;
}
.grid-filter-rs.gf-creative li:hover, .grid-filter-rs.gf-creative li.active {
  background-color: transparent;
}
.grid-filter-rs.gf-creative li:hover a, .grid-filter-rs.gf-creative li.active a {
  color: #484848;
  background-color: transparent;
}
.grid-filter-rs.gf-creative li:hover a:after, .grid-filter-rs.gf-creative li.active a:after {
  opacity: 1;
  transform: translateY(0px);
}
.grid-filter-rs.gf-list li {
  clear: both;
  margin-bottom: 3px;
}
.grid-filter-rs.center li {
  text-align: center;
  float: none;
}


/*POST PAGE*/

.post-image .post-item img {
   max-height : 540px;
   /*height: auto;*/
  object-fit: cover;
}

.post-item .post-item-description > h2, .post-item .post-item-description > h2 > a {
  font-size: 33px;
  
}

.blockquote {
  margin-top: 20px;
}

.blockquote p {
  
  font-size: 20px !important;
 
}

.post-thumbnail-list img {
   width: 64px;
  object-fit: cover;
}

/**
 * MarkupSocialShareButtons default theme example CSS
 * Use this theme as a start to create your own and copy it to your CSS and edit


.MarkupSocialShareButtons{
    list-style-type: none;
    overflow: hidden;
    padding: 0px;
    margin: 0px;
}
.MarkupSocialShareButtons li{
    list-style-type: none;
    float: left;
    margin: 0 2px;
}
.MarkupSocialShareButtons li a{
    display: inline-block;
    text-decoration: none;
    border: none;
    width: 40px;
    height: 40px;
    opacity: 0.8;

}
.MarkupSocialShareButtons li a:hover{
    opacity: 1;
}

.MarkupSocialShareButtons img{
    width: 100%;
    height: auto;
}*/


/*special styling for social share button */
.post-meta ul{
  display:inline;
}

.MarkupSocialShareButtons{
  /*background-color: #ccc;*/
  padding: 20px;
  text-align: center;
  font-size: 10px;
  list-style-type: none;

}

.MarkupSocialShareButtons li{
 float:right;
}

/* Wrapper */
.MarkupSocialShareButtons .mssb-item {
  background-color: #f9dde2;
  border-radius: 3.6rem;
  cursor: pointer;
  display: inline-block;
  font-size: 1.3rem;
  height: 2.6rem;
  line-height: 2.6rem;
  margin: 0 5px;
  position: relative;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 2.6rem;
}

/* Circle */
.MarkupSocialShareButtons span{
  border-radius: 0;
  display: block;
  height: 0;
  left: 50%;
  margin: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
       -o-transition: all 0.3s;
          transition: all 0.3s;
  width: 0;
}
.MarkupSocialShareButtons .mssb-item :hover span {
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 3.6rem;
  margin: -1.25rem;
}
.mssb-twitter span {
  background-color: #4099ff;
}
.mssb-facebook span {
  background-color: #3B5998;
}
.mssb-email span {
  background-color: #db5a3c;
}

.mssb-email span {
  background-color: #db5a3c;
}

.mssb-pinterest span {
  background-color: #4C6EF5;
}


/* Icons */
.MarkupSocialShareButtons i {
  background: none;
  color: white;
  height: 2.6rem;
  left: 0;
  line-height: 2.6rem;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
       -o-transition: all 0.3s;
          transition: all 0.3s;
  width: 2.6rem;
  z-index: 10;
}

.MarkupSocialShareButtons .fa-twitter {
  color: #4099ff;
}
.MarkupSocialShareButtons .fa-facebook-f {
  color: #3B5998;
}
.MarkupSocialShareButtons a .fa-envelope {
  color: #db5a3c;
}
.MarkupSocialShareButtons a .fa-pinterest-p {
  color: #4C6EF5;
}



.MarkupSocialShareButtons a:hover .fa-twitter,
.MarkupSocialShareButtons a:hover .fa-facebook-f ,
.MarkupSocialShareButtons a:hover .fa-envelope,
.MarkupSocialShareButtons a:hover .fa-pinterest-p

 {
  color: white;
}


