@font-face {
    font-family: 'samsungsharpsansmedium';
    src: url('../fonts/samsungsharpsansmedium.eot');
    src: url('../fonts/samsungsharpsansmedium.eot') format('embedded-opentype'),
         url('../fonts/samsungsharpsansmedium.woff2') format('woff2'),
         url('../fonts/samsungsharpsansmedium.woff') format('woff'),
         url('../fonts/samsungsharpsansmedium.ttf') format('truetype'),
         url('../fonts/samsungsharpsansmedium.svg#samsungsharpsansmedium') format('svg');
}

@font-face {
    font-family: 'samsungsharpsans';
    src: url('../fonts/samsungsharpsans.eot');
    src: url('../fonts/samsungsharpsans.eot') format('embedded-opentype'),
         url('../fonts/samsungsharpsans.woff2') format('woff2'),
         url('../fonts/samsungsharpsans.woff') format('woff'),
         url('../fonts/samsungsharpsans.ttf') format('truetype'),
         url('../fonts/samsungsharpsans.svg#samsungsharpsans') format('svg');
}

@font-face {
    font-family: 'samsungsharpsansbold';
    src: url('../fonts/samsungsharpsansbold.eot');
    src: url('../fonts/samsungsharpsansbold.eot') format('embedded-opentype'),
         url('../fonts/samsungsharpsansbold.woff2') format('woff2'),
         url('../fonts/samsungsharpsansbold.woff') format('woff'),
         url('../fonts/samsungsharpsansbold.ttf') format('truetype'),
         url('../fonts/samsungsharpsansbold.svg#samsungsharpsansbold') format('svg');
}

@font-face {
font-family: 'Samsung Sharp Sans Regular Regular';
font-style: normal;
font-weight: normal;
src: local('Samsung Sharp Sans Regular Regular'), url('../fonts/SamsungSharpSansRegular-Regular.woff') format('woff');
}


@font-face {
font-family: 'SamsungSharpSans-Bold';
font-style: normal;
font-weight: normal;
src: local('SamsungSharpSans-Bold'), url('../fonts/samsung_s_sharp_by_629lyric-d8y77l9.woff') format('woff');
}

body{
	position: relative;
	max-width: 768px;
	margin: 0 auto;
	background: #fff;
	font-family: 'samsungsharpsans';
	font-size: 12px;
	color: #6E6E6E;
}
body.wp-admin{
	max-width:none;
}
header{
	background: #FF0000;
	height: 75px;
}
#logo-cont{
	padding: 0 20px;
	position: relative;
	z-index: 2;
}
nav {
  margin: 0;
  padding: 0;
}

nav ul {
 	display: none;
    flex-direction: column;
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 0;
    transition: all 0.3s;
    float: right;
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    z-index: 1;
}

nav ul.opening {
  display: flex;
  width: 75%;
  transition: all 0.3s;
  align-items: center;
  justify-content: center;
}
nav a {
  color: #020300;
  display: block;
  padding: 1.3em 0;
  text-transform: uppercase;
  text-decoration: none;
  font-family: 'samsungsharpsansmedium';
  font-size: 18px;
}

nav a:hover, nav a:focus { color: #FFEF00; }

.site-nav--icon {
  font-size: 1.4em;
  margin-right: 1em;
  width: 1.1em;
  text-align: right;
  color: rgba(255,255,255,.4);
}

.menu-toggle {
  position: absolute;
    padding: 0.8em;
    top: 2.3em;
    right: .8em;
    cursor: pointer;
    z-index: 2;
}

.hamburger, .hamburger::before, .hamburger::after {
  content: '';
  display: block;
  background: #fff;
  height: 2px;
  border-radius: 2px;
  -webkit-transition: all ease-in-out 350ms;
  transition: all ease-in-out 350ms;
}

.hamburger::before {
  -webkit-transform: translateY(-7px);
  transform: translateY(-7px);
   width: 2em;
}

.hamburger::after {
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
   width: 1.5em;
}

.open .hamburger {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.open .hamburger::before { display: none; }

.open .hamburger::after {
  -webkit-transform: translateY(-1px) rotate(-90deg);
  transform: translateY(0px) rotate(-90deg);
  width: 2em;
}
.open .hamburger::after, .open .hamburger {
	background:#334856;
}
#home-cont{
	
}
#actualites{
	display: flex;
	width: 100%;
	height: 64%;
	align-items: center;
	justify-content: center;
	background: url('../images/actualite.png') center no-repeat;
	position: relative;
	background-size: cover;
	overflow: hidden;
}
#actualites h1{
	font-family: 'samsungsharpsansmedium';
	font-size: 36px;
	color: #fff;
	position: relative;
	letter-spacing: 1px;
}
#actualites h1:after{
	content: '';
	width: 107px;
	height: 5px;
	background: #FFEF00;
	position: absolute;
	right: 0;
	bottom: -15px;
}
#actualites .more{
	position: absolute;
	font-size: 50px;
	background: #FFEF00;
	color: #010100;
	text-decoration: none;
	bottom: 0;
	right: 0;
	text-align: center;
	width: 50px;
	height: 50px;
	line-height: 50px;
}
#actualites .more:hover{
	background: #F4E951;
}
#droits{
	display: flex;
	width: 100%;
	height: 36%;
	align-items: center;
	justify-content: center;
	background: url('../images/droit.png') center no-repeat;
	position: relative;
	background-size: cover;
	overflow: hidden;
}
#droits h1{
	font-family: 'samsungsharpsansmedium';
	font-size: 36px;
	color: #fff;
	position: relative;
	letter-spacing: 1px;
}
#droits h1:after{
	content: '';
	width: 107px;
	height: 5px;
	background: #FF0000;
	position: absolute;
	right: 0;
	bottom: -15px;
}
#droits .more{
	position: absolute;
	font-size: 50px;
	background: #FF0000;
	color: #010100;
	text-decoration: none;
	bottom: 0;
	right: 0;
	text-align: center;
	width: 50px;
	height: 50px;
	line-height: 50px;
}
#droits .more:hover{
	background: #FD6666;
}
#actualites-list-cont{
	padding: 40px 20px 0;
}
.actualites-items{
	display: flex;
	align-items: center;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: -1px 3px 10px 0 #ccc;
	margin-bottom: 20px;
}
.actus-item-detail{
	width:50%;
}
.actus-item-detail-inner{
	padding: 0 15px;
}
.actus-item-detail .date{
	font-size:10px;
}
.actus-item-detail .title{
	font-family: 'samsungsharpsansmedium';
	font-size: 14px;
	line-height: 18px;
	color: #020300;
}
.actus-item-detail .description{
	font-size: 10px;
}
.plus{
	font-size: 11px;
	display: block;
	padding: 5px 0;
	border: 1px solid #A0A0A0;
	border-radius: 20px;
	text-decoration: none;
	color: #6E6E6E;
	width: 97px;
	text-align: center;
	box-shadow: 0 3px 8px #ccc;
}
.plus:hover{
	border: 1px solid #FF0000;
	color:#FF0000;
}
.actus-item-media{
	width: 50%;
}
.actus-item-media img{
	display: block;
	width: 100%;
	height: auto;
}
.img-responsive{
	width: 100%
}
ul.share-buttons{
  list-style: none;
  padding: 0;
  text-align: center;
  margin: 20px 0;
}

ul.share-buttons li{
  display: inline-block;
  margin: 0 3px;
}

ul.share-buttons .sr-only{
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

ul.share-buttons img{
  width: 25px;
}
#banner-post{
	position: relative;
}
#banner-post .title-cont{
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	background: rgba(0,0,0,0.7);
}
#banner-post .title-cont h1{
	color:#fff;
	font-family: 'samsungsharpsansmedium';
	font-size:18px;
	font-weight:600;
	padding:20px 30px;
	letter-spacing:1px;
}
.detail-post{
	padding: 0 20px;
	color: #000;
}
.share-buttons a{
	display: inline-block;
	padding: 2px 15px 0;
}
.share-buttons a.facebook{background: #3b5998;}
.share-buttons a.twitter{background: #00abf1;}
.share-buttons a.pinterest{background: #ca2127;}
.share-buttons a.linkedin{background: #0083be;}
#comment-cont h2{
	background: #FF0000;
	color: #fff;
	font-size: 18px;
	font-family: 'samsungsharpsansmedium';
	padding: 20px 30px;
	letter-spacing: 1px;
}
#comment-list{
	padding: 20px;
}
.comment-item{
	display: flex;
	margin-bottom: 20px;
}
.comment-detail{
	margin-left: 20px;
}
.comment-detail .title{
	margin:0;
	color: #000;
	font-size: 14px;
	font-family: 'samsungsharpsansmedium';
}
.comment-detail .date{
	color:#898989;
}
.comment-detail .description{
	color:#000;
}
#comment-form{
	padding: 5px 20px 20px;
}
#comment-form input,#comment-form textarea{
	width: 92%;
	height: 40px;
	display: block;
	margin:15px 0;
	border: none;
	border-radius: 5px;
	box-shadow:0 3px 6px 0 rgba(0,0,0,0.2);
	padding:0 4%;
	font-size:12px;
	font-family: 'Samsung Sharp Sans Regular Regular';
	outline: none;
}
#comment-form textarea{
	height: 160px;
	padding-top: 10px;
}
#comment-form  #go-comment{
	width: 150px;
	margin: auto;
	background: #FF0000;
	letter-spacing: 1px;
	font-family: 'samsungsharpsansmedium';
	color: #ffffff;
	height: 40px;
	line-height: 45px;
	font-size:16px;
	text-align: center;
	border: none;
	border-radius: 40px;
	box-shadow:0 3px 6px 0 rgba(0,0,0,0.2);
	outline: none;
	padding: 0;
}
#comment-form  #go-comment:hover{
	background:#7B7B7B;
}
#droits-cont{
	padding: 40px 20px 0;
}
.droits-item{
	box-shadow: -1px 3px 10px 0 #ccc;
    margin-bottom: 20px;
    border-radius: 5px;
    padding: 15px;
}
#droits-cont .title{
	color: #020300;
	letter-spacing: 1px;
	font-family: 'samsungsharpsansmedium';
	font-size: 14px;
}
#droits-cont .description{
	font-size:10px;
	color:#6E6E6E;
}
#droits-cont .plus{
	margin: 15px 0 10px;
}

#home-cont {
	height: calc(100vh - 75px);
}

.site-nav ul.open {
	height: 100vh;
}
.pagination .screen-reader-text{
	display: none;
}
.nav-links{
	display: flex;
	align-items: center;
	justify-content: center;
}
.nav-links a {
	width: 30px;
	height: 30px;
	text-align: center;
	margin: 5px;
	box-shadow: -1px 1px 10px 0 #ccc;
	line-height: 30px;
	padding: 0;
	font-size: 12px;
	font-family: 'samsungsharpsans';
	background: #f1f1f1;
}
.nav-links span,.nav-links a:hover{
	width: 30px;
	height: 30px;
	text-align: center;
	margin: 5px;
	box-shadow: -1px 1px 10px 0 #ccc;
	line-height: 30px;
	padding: 0;
	background: #ff0000;
	color: #fff;
	font-family: 'samsungsharpsans';
}
.nav-links .next,.nav-links .prev{
	font-size: 18px;
	font-weight: 200;
	font-family: sans-serif;
}
.content-inner{
	padding-right: 15px;
	padding-left: 15px;
}
#sub-droit{
	display: none;
}
#home-cont #actualites a,#home-cont #droits a{
	position: absolute;
    right: 0;
    bottom: 0;
    width: 40px;
    height: 40px;
    font-size: 0;
}