.desktop {
    display: none!important;
}

.mobile {
    display: none;
}

.tablet {
    display: block!important;
}

.no_desktop {
    display: block;
}


/* ---------------- */
/*		LAYOUT      */
/* ---------------- */

.area_center {
	width: 600px;
	margin: 0 auto;
}

.content_block_center {
	width: 205px;
}

/* Nav */
#nav {
	height: 65px;
}

#search_btn {
	width: 65px;
	height: 65px;
	background-size: 16px 16px!important;
}

#nav #logo {
	position: absolute;
	width: 140px;
	height: 22px;
	top: 50%;
	left: 50%;
	margin-top: -11px;	
	margin-left: -70px;
}

#nav_btn {
	position: absolute;
	top: 24px;
	left: 19px;
	width: 27px;
	height: 20px;
	cursor: pointer;
}

#menu_tablet #btn_close {
	position: absolute;
	top: 25px;
	left: 25px;
	cursor: pointer;
	z-index: 2;
}

#nav_btn .trait {
	width: 100%;
	height: 4px;
	background-color: #212121;
	margin-top: 4px;
}

#nav_btn .trait:first-child {
	margin-top: 0;
}

#menu_tablet .nav_elt_tablet {
	display: block;
	text-decoration: none;
	line-height: 70px;
	font-size: 18px;
	text-align: center;
	color: #979797;
	font-family: 'Nunito', sans-serif;
}

#menu_tablet .nav_elt_tablet.active, #menu_tablet .nav_elt_tablet:hover {
	color: #FFFFFF;
}

/* Search */
#search {
	top: 0;
}

#search_input {
	height: 65px;
}

#btn_search_close {
	position: absolute;
	top: 22px;
	left: 19px;
	z-index: 4;
	cursor: pointer;
}

/* Page */
.cover {
	height: 368px;
}

.background_fake {
	top: 368px;
}

#line_category {
	margin-bottom: 5px;
}

#line_category .line {
	margin-bottom: 5px;
	height: 24px;
}


#cover_list {
	height: 368px;
}

#cover_list .line {
	margin-bottom: 5px;
}

#cover_list .line .elt {
	line-height: 25px;
	margin-left: 23px;
	font-size: 18px;
}

#cover_list .line .elt_category {
	line-height: 22px;
	margin-left: 22px;
	padding: 0 15px;
	font-size: 12px;
	color: #FFFFFF;
	border: 1px solid transparent;
}

#cover_list .line .elt_category.active, #cover_list .line .elt_category:hover {
	border: 1px solid #FFFFFF;
	border-radius: 11px;
}

#page_content {
	padding-top: 120px;
}

.content_type1 {
	/*margin-top: -231px;*/
}

#content_column1, #content_column2 {
	width: 300px;
	min-height: 20px;
}

#content_column1 .content_quote {
	right: -23px;
}

#content_column2 .content_quote {
	left: -23px;
}

#body_detail_content img {
	float: none!important;
	display: block;
	width: 80%!important;
	height: auto!important;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 30px;
}

/* content block */
.block_100 {
	height: 60px;
}

.block_300 {
	height: 180px;
}

.block_405 {
	height: 215px;
}

.block_420 {
	height: 232px;
}

.block_480 {
	height: 288px;
}

.block_490 {
	height: 270px;
}

.block_500 {
	height: 301px;
}

.block_570 {
	height: 320px;
}

.block_1000 {
	height: 602px;
}

.block_flexible {
	padding-top: 50px;
	padding-bottom: 70px;
}

.content_block .pagination {
	font-size: 12px;
}

.content_block h2 {
	font-size: 18px;
	margin-top: 7px;
	margin-bottom: 8px;
	line-height: 15px;
}

.content_block h3 {
	font-size: 12px;
	margin-top: 10px;
}

.content_block .text {
	line-height: 14px;
	font-size: 12px;
}

.content_block .date {
	font-size: 12px;
	margin-top: 7px;
}

.content_block .info_picto {
	width: 15px;
	height: 15px;
}

.content_block .quote {
	font-size: 15px;
	line-height: 16px;
}

.content_block .signature {
	font-size: 12px;
	margin-top: 18px;
}

.content_block .btn {
	width: 100px;
	margin-top: 12px;
	line-height: 28px;
	border-radius: 15px;
	font-size: 12px;
	border: 1px solid #606972;
	height: 28px;
}

.content_block .quote_people {
	font-size: 15px;
	margin-top: 0;
	line-height: 16px;
}

.content_dark .btn:hover, .content_darker .btn:hover {
	border: 1px solid #FFFFFF;
}

.content_white .btn:hover {
	border: 1px solid #606972;
}


/* content nav */
#content_nav {
	top: -60px;
	width: 120px;
	height: 60px;
}

.content_nav_elt {
	width: 60px;
	height: 60px;
}

.content_nav_left, .content_nav_right {
	background-size: 18px 18px;
}

.content_nav_left:hover, .content_nav_right:hover {
	background-size: 18px 18px;
}

/* content quote */
.content_quote {
	width: 23px;
	height: 17px;
}

.content_quote_70 {
	top: 35px;
}

.content_quote_105 {
	top: 52px;
}

.content_quote_170 {
	top: 85px;
}

.content_quote_180 {
	top: 90px;
}

.content_quote_305 {
	top: 152px;
}

.content_quote_375 {
	top: 187px;
}

.content_quote_top {
	top: -23px;
}

.content_quote_right {
	left: -23px;
}

.content_quote_left {
	right: -23px;
}

.content_quote_top_100 {
	width: 18px;
	height: 23px;
}


/* content bottom */
#content_bottom {
	height: 250px;
	margin-top: 20px;
}

.content_bottom_center {
	width: 235px;
}

#bottom_left_text {
	font-size: 30px;
	line-height: 22px;
	letter-spacing: -1px;
}

.content_bottom_icon {
	width: 15px;
	height: 15px;
}

.content_bottom_value {
	margin-left: 13px;
	line-height: 15px;
	font-size: 15px;
}

#content_bottom_email {
	margin-top: 7px;
}

/* Footer */

#footer {
	margin-top: 22px;
}

#footer_block {
	height: 210px;
}

.footer_block_center {
	width: 220px;
}

#footer .title {
	font-size: 15px;
}

#footer .value {
	font-size: 15px;
	padding-top: 20px;
	padding-bottom: 25px;
	height: 50px;
}

#footer .form {
	height: 50px;
	padding-top: 20px;
	padding-bottom: 25px;
}

#footer .input {
	font-size: 13px;
	width: 120px;
	line-height: 34px;
}

#footer .form_btn {
	float: left;;
	width: 34px;
	height: 34px;
	line-height: 34px;
	margin-left: 15px;
}

#footer #vertical_separator {
	position: absolute;
	top: 55px;
	left: 50%;
	width: 1px;
	height: 100px;
}


/* Top */
#top {
	height: 115px;
}

#top .side .center {
	width: 220px;
}

#top #side1 {
	font-size: 18px;
	line-height: 15px;
}

#top #side2 {
	font-size: 12px;
	line-height: 16px;
}

#quote_forms_img {
	position: absolute;
	top: 35px;
	left: -23px;
	width: 23px;
	height: 17px;
}