/*
Theme Name: LIDC
Theme URI: https://www.adgensite.com/
Author: Adgensite
Author URI: https://www.adgensite.com/
Description: Adgensite
Version: 1.0
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
 }
 
input
{
	outline: none;
}


a
{
	text-decoration: none;
}

.row:after
{
	clear: both;
	content: '';
	display: table;
}

img
{
	max-width: 100%;
	height: auto;
}

.wpf-row.wpf-last-info { display: none; }

h2, body:not(.home) h1
{
	text-align: center;
	margin-top: 16px;
	font-size: 36px;
	color: #56353b;
	font-family: 'Bellota';
	font-weight: bold;
}

h2 .first, body:not(.home) h1 .first
{
	width: 70px;
	display: inline-block;
	vertical-align: bottom;
	padding-top: 30px;
	background: #797771;
	color: #fff;		
	text-align: right;
}

ul.tabs li
{
	display: inline-block;
	border: 1px solid #ccc;
	background: #fff;
	padding: 5px 10px;
	cursor: pointer;
	margin-right: 5px;
}

ul.tabs li.current, ul.tabs li:hover
{
	color: #fff;
	background: #6bb1f6;
	border-color: #6bb1f6;
}

.tabscontainer .tab
{
	display: none;
	padding-top: 25px;
}

.fc-button.fc-state-default
{
	background: #797771!important;
	border-radius: 0!important;
}

.fc-button.fc-state-active
{
	background: #6bb1f6!important;
}

.fullCalendar .fc-state-highlight, .fullCalendar table tr:hover td.fc-state-highlight
{
	background: #b5d8fa!important;
}

.fc-header-title h2
{
	text-align: left;
	padding-left: 135px;
	line-height: 43px;
	font-size: 30px;
	color: #6bb1f6;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
}

.entry-content .intro
{
	margin-bottom: 40px;
}

body.page-template-default:not(.home) .site-content h2
{
	font-family: 'Montserrat', sans-serif;
	font-size: 36px;
	color: #6bb1f6;
	font-weight: 500;
	padding-left: 21px;
	position: relative;
	text-align: left;
	text-transform: uppercase;
	line-height: 46px;
	margin-bottom: 30px;
}

body.page-template-default:not(.home) .site-content h2:before
{
	position: absolute;
	left: 0;
	top: 0;
	width: 10px;
	height: 46px;
	background: #797771;
	content: '';
}

body.page-template-default:not(.home) .site-content h3
{
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	color: #16324a;
	font-weight: 300;
	text-align: left;
	text-transform: uppercase;
	margin-bottom: 30px;
	padding-bottom: 12px;
	border-bottom: 6px solid #797771;
}

body.page-template-default:not(.home) .site-content ul
{
	margin: 30px;
	padding-left: 20px;
}

body.page-template-default:not(.home) .site-content ul li::before {content: ""; width: 10px; height: 10px; background: #6bb1f6; display: inline-block; margin-right: 10px;}


.fc-event-time, .fc-event-title
{
	font-size: 16px!important;
	color: #fff;
}

.fc-event-inner
{
	padding: 5px!important;
}

body.single-chapter .contact
{
	line-height: 40px;
}

.wp-block-buttons.alignleft
{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.wp-block-buttons.aligncenter
{
	display: flex;
	justify-content: center;
	align-items: center;
}

.wp-block-buttons.alignright
{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.wrap, .wp-block-group.dark .wp-block-group__inner-container
{
	width: 1445px;
	max-width: 100%;
	margin: 0 auto;
}
body {
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
    background: #f1f1f1;
}


body:not(.page-template-account)
{
	padding-top: 98px;
}

body, a, input[type=text], input[type=date], input[type=email], input[type=password], select, textarea
{
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	color: #16324a;
}


.full_width
{
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
}

#header
{
	background: #fff;
}

body:not(.page-template-account) #header
{
	
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 9;
}

body.admin-bar #header {
	top: 32px;
}

#header .wrap
{
	height: 98px;	
	display: flex;
	align-items: flex-end;
	position: relative;
}

#header #nav a
{
	font-size: 18px;
	color: #393036;
	text-transform: uppercase;
	font-weight: 500;
}

#header #nav > div > ul
{
	display: flex;	
}

@media (min-width: 1101px)
{
	#header #nav ul ul
	{
		position: absolute;
		top: 36px;
		left: 0;
		background: #fff;
		white-space: nowrap;
		padding: 20px 30px 20px 30px;
		display: none;
	}


	#header #nav ul li:hover ul
	{
		display: block;
	}


	#header #nav > div > ul > li
	{
		margin-right: 22px;
		position: relative;
		padding-bottom: 13px;
	}
}

#header #nav li.current-menu-ancestor > a, #header #nav li > a:hover, #header #nav li.current-menu-item a
{
	color: #6bb1f6;
}

#header #nav ul ul li
{
	padding: 15px 0;
	border-bottom: 1px solid #e4e4e3;
}

#header #nav ul ul li:last-child
{
	border-bottom: 0;
}

#header #nav ul ul li a
{
	font-size: 14px;
	display: block;
}

#header #nav ul ul a:hover
{
	color: #6bb1f6;
	text-decoration: underline;
}

#header .logo
{
	display: flex;
	padding-top: 10px;
	height: 100%;
	margin-right: 30px;
}

#header .logo a
{
	display: block;
	width: 165px;
	height: 75px;
	background: url(images/logo.png) no-repeat center center;
}

#header .buttons
{
	position: absolute;
	right: 0;
	top: 20px;
}

#header .buttons ul
{
	display: flex;
}

#header .buttons ul li
{
	margin-left: 8px;
}

#header .buttons a
{
	display: flex;
	height: 33px;
	justify-content: center;
	align-items: center;
	padding: 0 10px;
	color: #fff;
	text-transform: uppercase;
	background: #797771;
	font-size: 17px;
	border: 1px solid #797771;
}

#header .buttons a:hover
{
	background: #fff;
	color: #797771;
}

#header .buttons li:first-child a
{
	background: #6bb1f6;
	border: 1px solid #6bb1f6;
}

#header .buttons li:first-child a:hover
{
	color: #6bb1f6;
	background: #fff;
}

#banner
{
	height: 433px;
}

#main
{
	min-height: 300px;
}

#banner {
    font-size: 60px;
    color: #fff;
    font-weight: 600;
}

body.logged-in.home .intro #login
{
	display: none;
}

body.logged-in.home .intro .cadre {
	margin: 0;
	padding: 35px;
}

body.logged-in.home .intro .cadre .entry-content::before {
	display: none;	
}

body:not(.home) #main .entry-content
{
	background: #fff;
	padding: 44px 22px;
	margin: 80px 0;
	position: relative;
}

body:not(.home) #main .entry-content, body:not(.home) #main .entry-content a
{
	color: #16324a;
	font-weight: 500;
	font-size: 20px;
	line-height: 28px;
}

body:not(.home) #main .entry-content:before
{
	content: '';
	width: 144px;
	height: 20px;
	background: #ebf0f5;
	position: absolute;
	left: calc(50% - 77px);
	top: 0;
}

body:not(.home) #main .entry-content:after
{
	content: '';
	width: 144px;
	height: 20px;
	background: #6bb1f6;
	position: absolute;
	left: calc(50% - 77px);
	bottom: 0;
}

body:not(.home) h1
{
	margin-top: 25px;
	text-align: left;
}

body.home .intro
{
	background: #fff;
	padding-top: 73px;
	padding-bottom: 67px;
}

body.home .intro, body.home .intro a
{
	font-size: 24px;
}

body.home .intro .text a
{
	color: #6bb1f6;
}

body.home .intro .text p, body:not(.home) #main .entry-content p
{
	margin-bottom: 20px;
}

body.home .intro strong
{
	font-weight: 600;
}

body.home .intro .cadre
{
	position: relative;
}

body.home .intro #login
{
	position: absolute;
	right: -248px;
	top: -199px;
	z-index: 2;
}

body:not(.home) #main .entry-content a:not(.btn):not(.tool)
{
	text-decoration: underline;
}

#login
{
	width: 453px;
	height: 453px;
	background: #6bb1f6;
}

#login .pad
{
	position: relative;
	padding: 80px 38px 42px 62px;
	height: 100%;
}

#login .pad:before
{
	content: '';
	width: 90px;
	height: 90px;
	background: #797771 url(images/quotes.png) no-repeat center center;
	position: absolute;
	left: -45px;
	top: -45px;
}

#login .message
{
	position: absolute;
	left: 0;
	top: 50px;
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #56353b;
}

#login .message.error
{
	color: #56353b;
}

#login .titre
{
	font-size: 30px;
	font-weight: bold;
	font-family: 'Bellota';
	margin-bottom: 20px;
}

#login, #login a
{
	color: #fff!important;	
}

#login .links a
{
	font-weight: 300!important;
	font-size: 16px!important;
}

#login .links a:hover
{
	text-decoration: underline;
}

#login input[type=submit]
{
	position: absolute;
	right: 38px;
	bottom: 42px;
	width: 75px;
	height: 46px;
	border: 1px solid #fff;
	background: none;
	font-weight: 300;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: #fff;
	font-size: 20px;
}

#login input[type=submit]:hover
{
	background: #fff;
	color: #6bb1f6;
}

#login p
{
	display: flex;
}

#login p label
{
	flex: 0 1 135px;
	font-weight: 300;
	display: flex;
	align-items: center;
	margin-bottom: 12px;
	font-size: 21px;
}

#login input[type=text], #login input[type=password]
{
	height: 48px;
	width: 100%;
	background: #fff;
	border: 0;
	flex: 1;
	margin-bottom: 12px;
	padding: 0 10px;
}


#login .form-note p{
	font-size: 8px;
}

#login .form-note a{
	font-size: 8px;
}

form .rows
{
	display: flex;
	flex-wrap: wrap;
}

form .rows .row.caption
{
	font-size: 14px;
	line-height: normal;
	display: flex;
	align-items: flex-end;
}

.wpcf7-form .row
{
	margin-bottom: 25px;
}

.wpcf7-form .row label
{
	text-transform: uppercase;
	font-size: 18px;
}

.wpcf7-text, .wpcf7-textarea
{
	width: 100%;
	max-width: 100%;
}

.wpcf7-textarea
{
	height: 200px;
	resize: none;
	border: 1px solid #ccc;
}

.wpcf7-text
{
	height: 48px;
	background: #fff;
	border: 1px solid #ccc;
	padding: 0 10px;
}



.page-template-dashboard .tools 
{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;	
}

.page-template-dashboard .tools .tool
{
	background: #6bb1f6;
	border: 1px solid #6bb1f6;
	color: #fff!important;
	padding: 30px;
	margin: 10px;
}


.page-template-dashboard .tools .tool:hover
{
	background: #fff;
	color: #6bb1f6!important;
}

.page-template-notifications .group
{
	margin-bottom: 20px;
}

.page-template-notifications .group label
{
	padding-left: 10px;
}

.page-template-login #login
{
	margin: 100px auto;
}

.acf-form-submit
{
	display: flex;
	justify-content: flex-end;
	margin-top: 30px;
}

.acf-fields
{
	display: flex;
	flex-wrap: wrap;
}


.acf-field .acf-label label, form .row label:not(.real)
{
	display: block;
	font-weight: 600!important;
	margin: 0;
	text-transform: uppercase;
	font-size: 18px;
}

form .row label:not(.real)
{
	display: flex;
	justify-content: space-between;
}

.acf-field, body:not(.page-template-private-rooms) form:not(.wpcf7-form) .row
{
	margin-bottom: 25px;
	width: calc(50% - 40px);
}

form .row input[type=checkbox]:not(.checkbox-custom)
{
	width: auto;
	display: inline-block;
	margin-left: 20px;
}

.acf-field:nth-child(2n+1), body:not(.page-template-private-rooms) form:not(.wpcf7-form) .row:nth-child(2n+1)
{
	margin-right: 80px;
}

.acf-field, form .row.full
{
	width: 100%!important;
	margin-right: 0!important;
}

.acf-input input[type=text], .acf-input textarea, form .row input, form .row textarea, form .row select
{
	width: 100%;
	max-width: 100%;
}

.acf-input textarea, form .row textarea
{
	height: 180px;
	resize: none;
	border: 1px solid #ccc;
}

form .row textarea
{
	padding: 10px;
}

.acf-input input[type=text], .acf-input input[type=email], form .row input[type=text], form .row input[type=email], form .row input[type=password], form .row select, form .row input[type=date]
{
	height: 48px;
	background: #fff;
	border: 1px solid #ccc;
	padding: 0 10px;
}

form label .target
{
	font-size: 12px;
	text-transform: none;
	padding-left: 20px;
	font-weight: normal;
}

form label .target.public 
{
	color: green!important;
}

form label .target.private
{
	color: orange;
}

form label .target.hidemembers
{
	color: red;
}



body.home .intro .cadre
{
	border: 2px solid #393036;
	margin: 0px 258px 0px 17px;
	padding: 68px 35px 35px 35px;
	position: relative;
}

body.home .intro .cadre .entry-content:before
{
	content: '';
	float: right;
	width: 196px;
	height: 212px;
}

body.home .intro .cadre .entry-content .ab-block-drop-cap::after
{
	clear: none;
}

body.home .news
{
	padding-top: 55px;
	padding-bottom: 87px;
}

body.home .news .activities
{
	background: #fff;
	padding-top: 40px;
	padding-bottom: 30px;
	margin-top: 80px;
}

body.home .news .items
{
	display: flex;
	margin-top: 20px;
}

body.home .news .activities .items
{
	margin-top: 20px;
}

body.home .news .activities .items .item .date
{
	font-weight: bold;
	text-transform: uppercase;
}

body.home .news .items .item
{
	width: calc(33.333333% - 9px);
	background: #fff;
	padding: 40px 40px 105px 40px;
	position: relative;
}

body.home .news .items .item .category, body.home .activities .title
{
	min-height: 104px;
	color: #6bb1f6;
	font-size: 32px;
	font-weight: 500;
	padding-left: 20px;
	text-transform: uppercase;
	position: relative;
}

body.home .news .activities .items .item
{
	padding-top: 10px;
	padding-bottom: 10px;
}

body.home .news .activities .items .item:not(:last-child)
{
	border-right: 1px solid #797771;
}

body.home .news .items .item .category span
{
	display: block;
	font-size: 24px;
}

body.home .activities .title
{
	margin-left: 40px;
	min-height: 46px;
}

body.home .news .items .item .category:before, body.home .activities .title:before
{
	content: '';
	display: block;
	width: 10px;
	height: 46px;
	background: #797771;
	left: 0;
	top: 0;
	position: absolute;
}

body.home .news .items .item .titre
{
	margin: 28px 0 12px 0;
	border-bottom: 6px solid #797771;
	padding-bottom: 16px;
	text-transform: uppercase;
	font-size: 21px;
}

body.home .news .items .item .texte
{
	font-size: 18px;
	line-height: 28px;
}

body.home .news .items .item .more
{
	position: absolute;
	left: 0;
	bottom: 30px;
	width: 100%;
	text-align: center;
}

body.home .news .activities .more
{
	display: flex;
	justify-content: center;
	margin-top: 30px;
}

.wp-block-image
{
	margin: 0;
}

.wp-block-pullquote
{
	border: 1px solid #16324a;
	padding: 35px;
	text-align: left;
}

.wp-block-pullquote.gris
{
	background: #797771;
	color: #fff;
	border-color: #797771;	
}

.wp-block-pullquote p
{
	font-size: 24px;
	font-weight: 300;
	line-height: normal;	
}

.more a, .btn, .wpcf7-submit, .wp-block-button__link, .acf-button, .submit input, #reset-pass-submit
{
	font-size: 24px;
	font-weight: 300;
	text-transform: uppercase;
	color: #6bb1f6!important;
	padding: 7px 15px;
	border: 1px solid #6bb1f6;
	background: none;
	cursor: pointer;
	border-radius: 0;
	min-width: 200px;
	text-decoration: none!important;
}

.btnbar
{
	display: flex;
	margin-bottom: 30px;
}

.btnbar .btn
{
	margin-right: 10px;
	text-align: center;
}


.more a:hover, .btn:hover, .wpcf7-submit:hover, .wp-block-button__link:hover, .acf-button:hover, .submit input:hover
{
	background: #797771;
	border-color: #797771;
	color: #fff!important;
}

.more a.tool
{
	color: #797771!important;
	border-color: #797771;
}

.more a.tool:hover
{
	background: #6bb1f6!important;
	border-color: #6bb1f6;
	color: #fff!important;
}

#lostpasswordform legend
{
	color: #6bb1f6;
	font-size: 20px;	
	font-weight: 600;
}

#editForm .row
{
	margin-bottom: 60px;
}

#editForm label
{
	display: block;
	margin-bottom: 5px;
}

#editForm input[type=number], #editForm input[type=text], #editForm input[type=date], #lostpasswordform input[type=text], #lostpasswordform input[type=password]
{
	height: 60px;
	padding: 0 10px;
	width: 100%;
}

.wc-proceed-to-checkout a
{
	text-decoration: none!important;
	color: #fff!important;
	background: #6bb1f6!important;
	text-transform: uppercase;
}

#editForm select
{
	height: 60px;
	padding: 0 10px;
	border: 1px solid #ccc;
	font-size: 19px;
}

#editForm .timeelts
{
	display: flex;
	align-items: center;
}

#editForm .timeelts .sep
{
	width: 30px;
	text-align: center;
}

#editForm select.time
{
	width: 50%;
}

#editForm .columns
{
	display: flex;
}

#editForm .columns .row:not(:last-child)
{
	margin-right: 25px;
}

body.home .news .items .item:first-child
{
	margin-right: 18px;
}

body.home .news .items .item:last-child
{
	margin-left: 18px;
}

body.home .news .items .item .img.mobile
{
	display: none;
}

body.home .links
{
	position: relative;
}

body.home .links .pad
{
	position: absolute;
	left: 0;
	top: 65px;
	width: 100%;
}

body.home .links .wrap
{
	display: flex;
}

body.home .links .link
{
	width: calc(20% - 9px);
	height: 250px;
	background: #797771;
	padding: 40px 15px 35px 15px;
	position: relative;
	margin-right: 18px;
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	align-items: center;
	text-align: center;
}

body.home .links .link:before
{
	width: 53px;
	height: 5px;
	display: block;
	content: '';
	background: #fff;
	left: calc(50% - 26.5px);
	top: 18px;
	position: absolute;
}

body.home .links .link:after
{
	width: 53px;
	height: 5px;
	display: block;
	content: '';
	background: #fff;
	left: calc(50% - 26.5px);
	bottom: 18px;
	position: absolute;
}

body.home .links .link:last-child
{
	margin-right: 0;
}

body.home .links .link, body.home .links .link a
{
	color: #fff;
	font-size: 21px;
	line-height: 25px;
	text-transform: uppercase;
}

body.home .links .link a:hover
{
	color: #6bb1f6;
}

body.home .links span
{
	display: block;
	margin-bottom: 15px;
}

body.home .links span.globe
{
	width: 64px;
	height: 64px;
	background: url(images/p_globe.png) no-repeat center center;
}
body.home .links span.documents
{
	width: 54px;
	height: 66px;
	background: url(images/p_documents.png) no-repeat center center;
}
body.home .links span.agenda
{
	width: 66px;
	height: 66px;
	background: url(images/p_agenda.png) no-repeat center center;
}
body.home .links span.cup
{
	width: 54px;
	height: 60px;
	background: url(images/p_cup.png) no-repeat center center;
}

.has-drop-cap:not(:focus)::first-letter
{
	font-weight: 500;
	font-size: 90px;
	margin-bottom: 0;
	line-height: .7em;
	margin-top: .15em;
	margin-right: 25px;
}

#slider li
{
	background-size: cover;
	background-position: center center;
	height: 432px;
	
	font-size: 60px;
	color: #fff;
	font-weight: 600;
}

#slider li .pad, #banner .pad
{
	background: rgba(0, 0, 0, 0.2);
	height: 100%;
	display: flex;
	align-items: flex-end;
	padding-bottom: 40px;
}

#slider .texte
{
	width: calc(100% - 563px);
}

.guest_message
{
	margin: 30px 0;
	display: flex;
	justify-content: center;
}



.filtres
{
	margin-bottom: 50px;
}

.filtres .filters
{
	display: flex;	
	flex-wrap: wrap;
}

.filtres .input
{
	display: flex;
	align-items: center;
}

.filtres .input input
{
	height: 46px;
	flex: 1;
	margin-left: 25px;
	padding: 0 10px;
}

.filtres select
{
	height: 46px;
	border: 1px solid #797771;
	margin-left: 20px;
	padding: 0 10px;
}

.filtres .filters > div
{
	margin-right: 20px;
	width: calc(33.33% - 20px);
	flex-shrink: 0;
	margin-bottom: 20px;
}


.filtres .submit:not(.alone)
{
	width: 264px!important;
}

.filtres .submit input
{
	border: 1px solid #797771;
	width: 100%;
	height: 100%;
	cursor: pointer;
	background: none;
	font-size: 24px;
	font-weight: 300;
	color: #797771;
	text-transform: uppercase;
}

.filtres .submit input:hover
{
	color: #fff;
	background: #6bb1f6;
	border-color: #6bb1f6;
}

.filtres .submit.alone
{
	height: 60px;
	margin-bottom: 25px;
}

.filtres .submit.alone input
{
	width: auto;
}

.page-template-webinars .liste li
{
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 2px solid #d3d2d2;
}

.page-template-webinars .liste .more
{
	margin-top: 10px;
	text-align: right;
}

.page-template-webinars .liste .date
{
	margin-bottom: 25px;
}

.page-template-webinars .liste .titre
{
	font-size: 21px;
	text-transform: uppercase;
	border-bottom: 6px solid #797771;
	padding-bottom: 12px;
	margin-bottom: 10px;
}



.page-template-news .liste li
{
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 2px solid #d3d2d2;
}

.page-template-news .liste .more
{
	margin-top: 10px;
	text-align: right;
}

.page-template-news .liste .date
{
	margin-bottom: 25px;
}

.page-template-news .liste .titre
{
	font-size: 21px;
	text-transform: uppercase;
	border-bottom: 6px solid #797771;
	padding-bottom: 12px;
	margin-bottom: 10px;
}

.dashboard .message
{
	border: 1px solid #16324a;
	padding: 30px;
	text-align: center;
	margin: 30px 0;
}

.dashboard .message.success
{
	border: 2px dashed green;
	color: green;
}

.dashboard .message.error
{
	border: 2px dashed red;
	color: red;
}

.networks
{
	margin: 20px 0 0 0;
}

.networks a
{
	display: inline-block;
	width: 32px;
	height: 32px;
	margin-right: 10px;
}

.networks a.twitter
{
	background: url(images/twitter.png) no-repeat center center / 100%;
}

.networks a.linkedin
{
	background: url(images/linkedin.png) no-repeat center center / 100%;
}

.picture
{
	margin-bottom: 25px;
	text-align: right;
}

.picture img
{
	width: 250px;
	display: inline-block;
	vertical-align: top;
	border-radius: 20px;
}

.table
{
	display: table;
	width: 100%;
}

.table a.link
{
	text-decoration: underline;
}

.table .none
{
	padding-top: 25px;
	margin-bottom: 50px;
}

.table .row, .table .header
{
	display: table-row;
}

.table .header
{
	background: #d1d0ce;	
}

.page-template-documents .more
{
	margin-bottom: 18px;
}

.table .header .sortable
{
	cursor: pointer;
}

.table .header > div
{
	padding: 15px;
	border-right: 1px solid #fff;
	text-transform: uppercase;
	font-size: 18px;
	position: relative;
}

.table .header > div.sort
{
	padding-right: 25px;
}

.table .header > div.sort:before
{
	content: '';
	display: block;
	width: 11px;
	height: 12px;
	background: url(images/up.png);
	position: absolute;
	right: 10px;
	top: calc(50% - 6px);
}

.table .header > div.sort.desc:before
{
	background: url(images/down.png);
}


.table .header .download
{
	background: #6bb1f6;
	color: #fff;
	text-align: center;
}

.table .row > div, .table .header > div
{
	display: table-cell;
}

.table .row > div
{
	padding: 25px 15px;
	font-size: 16px;
}

.table .row:nth-child(2n+1)> div
{
	background: #e1effd;
}

.documents .row .date, .news .row .date
{
	color: #6bb1f6;
}

.news .row .date
{
	width: 200px;
}

.documents .row .download
{
	text-align: center;
}

.documents .row .download a.dl
{
	display: inline-block;
	vertical-align: middle;
	width: 26px;
	height: 34px;
	background: url(images/download.png) no-repeat center center / 100%;
}

#prefooter .space
{
	height: 188px;
	background: #fff;
}

body:not(.home) #prefooter .space
{
	height: 150px;
}

body.home #prefooter .bg
{
	height: 400px;
	background: url(images/footer2.jpg) no-repeat center center / cover;
}

.mailpoet_form
{
	border: 0!important;
	border-radius: 0!important;
	background: #6bb1f6!important;
	height: 174px;
}

.mailpoet_form form
{
	height: 100%;
}

#prefooter .wrap
{
	position: relative;
}

#prefooter .newsletter
{
	position: absolute;
	left: 0;
	width: 100%;
	bottom: -85px;
}

#prefooter .mailpoet_form_columns
{
	height: 100%;
	color: #fff;
	font-size: 30px;
	font-family: 'Bellota';
}

#prefooter .mailpoet_form_column
{
	display: flex;
	align-items: center;
	flex-flow: row;
	justify-content: flex-start;
	margin: 0!important;
}

#prefooter .mailpoet_submit
{
	background: none;
	border: 1px solid #fff!important;
	font-size: 24px!important;
	font-weight: 300!important;
	color: #fff!important;
	margin-left: 20px!important;
	height: 62px!important;
	line-height: 1em!important;
	cursor: pointer;
}

#prefooter .mailpoet_submit:hover
{
	background: #fff;
	color: #6bb1f6!important;
}

#prefooter .mailpoet_form_column:first-child
{
	padding-left: 75px;
}

#prefooter .mailpoet_text
{
	width: 100%!important;
	border: 0!important;
	height: 62px!important;
}

#prefooter .parsley-errors-list
{
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	position: absolute;	
}

#prefooter .mailpoet_form_column:last-child
{
	padding-right: 75px;
}

#prefooter .mailpoet_form_column:last-child .mailpoet_paragraph:first-child
{
	flex: 1;
}

.mailpoet_form .mailpoet_paragraph 
{
	margin: 0!important;
}

#footer
{
	background: #a1a09b;
}

#footer, #footer a
{
	font-weight: 300;
	font-size: 14px;
	color: #fff;
}

 #footer a:hover
{
	color: #333;
}

#footer strong
{
	font-weight: bold;
}

#footer .top
{
	padding-top: 95px;
	padding-bottom: 35px;
}

#footer .cols
{
	display: flex;
	justify-content: space-between;
}

#footer .cols .col:first-child
{
	padding-left: 75px;
}

#footer .cols .col:nth-child(2)
{
	padding-top: 20px;
}

#footer .cols .col:last-child
{
	padding-right: 25px;
	padding-top: 30px;
}

#footer .top a[href*=linkedin]
{
	text-indent: -10000px;
	width: 26px;
	height: 27px;
	background: url(images/linkedin.png) no-repeat center center;
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
}

#footer .top a[href*=twitter]
{
	text-indent: -10000px;
	width: 27px;
	height: 22px;
	background: url(images/twitter.png) no-repeat center center;
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
}

#footer .top a[href*=instagram]
{
	text-indent: -10000px;
	width: 26px;
	height: 26px;
	background: url(images/instagram.png) no-repeat center center / 100%;
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
}

#footer .after .wrap
{
	border-top: 1px solid #bdbdb9;
}

#footer .after ul
{
	display: flex;
	justify-content: center;
	padding-top: 30px;
	padding-bottom: 17px;
	flex-wrap: wrap;
}

#footer .after ul li:after
{
	content: '|';
	width: 30px;
	display: inline-block;
	text-align: center;
}

#footer .after ul li:last-child:after
{
	display: none;
}

.dropdown {
  position: relative;
  margin-bottom: 0px;
}
.dropdown .dropdown-list {
  padding: 10px 20px;
  background: #f1f1f1;
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  max-height: 523px;
  overflow-y: auto;
  display: none;
  z-index: 10;
  font-size: 15px;
}
.dropdown .checkbox {
  opacity: 0;
  transition: opacity .2s;
}



.dropdown .dropdown-label {
	display: block;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	height: 60px;
	line-height: 60px;
	background: #797771 url(images/p_select.png) no-repeat right center / auto 8px;
	font-size: 24px;
	padding-right: 44px;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #fff;
	text-transform: uppercase;
	max-width: 100%;
	font-weight: 300;
	padding-left: 10px;
}


.many .dropdown .dropdown-label {
	width: 240px;
}

.dropdown.open .dropdown-list {
  display: block;
}
.dropdown.open .checkbox {
  transition: 2s opacity 2s;
  opacity: 1;
}
.dropdown.open .dropdown-label:before {
  transform: translateY(-50%) rotate(-180deg);
}

.checkbox {
  margin-bottom: 3px;
}
.checkbox:last-child {
  margin-bottom: 10px;
}
.checkbox .checkbox-custom {
  display: none;
}
.checkbox .checkbox-custom-label {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
}
.checkbox .checkbox-custom + .checkbox-custom-label:before {
  content: '';
  background: transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  text-align: center;
  width: 16px;
  height: 16px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  margin-top: 1px;
  position: absolute;
  left: 0;
  top: 0;
}
.checkbox .checkbox-custom:checked + .checkbox-custom-label:after {
  content: '';
  position: absolute;
  top: 3px;
  left: 5px;
  height: 10px;
  padding: 2px;
  transform: rotate(45deg);
  text-align: center;
  border: solid #000;
  border-width: 0 2px 2px 0;
}
.checkbox .checkbox-custom-label {
  margin-right: 0;
  margin-left: 0;
  padding-left: 25px;
  line-height: 1.2em;
}

.selectcontainer > span
{
	display: block;
	width: 100%;
}

.selectcontainer:after
{
	clear: both;
	content: '';
	display: table;
}

.selectcontainer
{
	width: 350px;
	height: 49px;
	line-height: 49px;
	position: relative;
	overflow: hidden;
}

.selectcontainer select
{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 42px;
}


.selectcontainer span.select
{
	left: 0px;
	top: 0px;
	width: 100%;
	line-height: 49px;	
	background: #797771 url(images/p_select.png) no-repeat right center / auto 12px;
	position: absolute;
	padding-right: 44px;
	text-align: left;
	text-overflow: ellipsis;
    white-space: nowrap;
}

.rooms .lawyer {
	display: inline-block;
	width: 250px;
	vertical-align: top;
	font-size: 13px;
	text-align: center;
	
	padding: 15px;
}

.rooms .lawyers .lawyer {
	border: 1px solid #fff;
	
	background: #eee;
	min-height: 260px;
}

.rooms .lawyer img {
	border-radius: 100px;
}

.rooms .lawyer .name {
	font-weight: bold;	
	padding-top: 10px;
}

.rooms .lawyer .check {
	padding-top: 15px;	
}

.rooms .role {
	color: #122372;
	font-weight: bold;
	padding-top: 15px;
}


#chat {
	margin-top: 30px;
}

.rooms h1, .members h2 {
	margin-top: 45px;
	text-align: left;
	margin-bottom: 30px;
}

.members .lawyers .submit {
	margin-top: 25px;
}

.members .filters .filter {
	margin-right: 10px;
}

.members .filters {
	display: flex;
	width: 100%;
	align-items: flex-end;
}

.members .filters .btn {
	flex: 1;
	min-width: 0;
	width: auto;
	height: 48px;
	display: inline-block;
	vertical-align: bottom;
	line-height: 48px!important;
	font-size: 20px;
	padding-top: 0!important;
	padding-bottom: 0!important;
	margin-right: 10px;
}

#chat .members {
	display: flex;
}

#chat .members > div {
	flex: 0 0 50%;
}

#chat .members img {
	width: 70px;
	height: auto;
}

#chat .chat_container {

} 

#chat .chat {
	border: 1px solid #122372;
	padding: 15px;
	margin-top: 40px;
	max-width: 100%;
}

#chat .chat .messages {
	height: 500px;
	overflow: auto;
}


#chat .chat .m {
	display: flex;
	margin-bottom: 30px;
	width: 100%;
}

#chat .chat .m .u {
	flex: 0 0 60px;
}

#chat .chat .m .date {
	font-size: 9px;
	
}

#chat .chat .m .u img {
	width: 50px;
	height: auto;
	border-radius: 60px;
}

#chat .chat .m .c {
	flex: 1;
}

#chat .chat .files {
	
	margin-top: 15px;
	padding: 10px;
}

#chat .intro {
	font-size: 11px;
	padding-top: 25px;
	display: none;
}

#chat .trigger {
	text-decoration: underline;
	font-size: 12px;
	float: right;
	margin-top: 15px;
	margin-bottom: 25px;
	display: inline-block;
}

#chat .button {
	display: inline-block;
	vertical-align: top;
}

#chat .chat .files .title {
	text-transform: uppercase;
	font-size: 11px;
	color: #122372;
	padding-bottom: 5px;
}

#chat .chat .files a {
	text-decoration: underline;
	font-size: 12px;
}

#chat .chat .files .size {
	font-size: 11px;
	color: #276c0e;
}

#chat .input {
	border: 1px solid #122372;
	border-top: 0;
	padding: 15px;
}

#chat .input textarea {
	width: 100%;
	height: 40px;
	border: 0;
	resize: none;
	font-size: 16px;
	outline: none;
	font-family: 'Open Sans', sans-serif;
}

#chat .input.drag, #chat .input.drag textarea {
	background: #d54444;
}

#chat .controls {
	padding-top: 10px;
}

#chat .controls .files {
	float: left;
	width: calc(100% - 80px);
}

#chat .controls .files li {
	
}

#chat .controls .files .cancel {
	display: none;
	font-size: 12px;
	padding: 5px 10px;
	margin-top: 10px;
}

#chat .controls .submit {
	float: right;
	min-width: 0;
}

#chat .controls .submit.send {
	opacity: 0.5;	
}

.pagination
{
	margin-top: 25px;
}

.pagination a, .pagination span
{
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #6bb1f6;
	margin-right: 10px;
	padding: 5px 5px;
	text-decoration: none!important;
	color: #6bb1f6!important;
	min-width: 40px;
	text-align: center;
}

.pagination span, .pagination a:hover
{
	background: #6bb1f6;
	color: #fff!important;
}

.nbchat {
	display: inline-block;
	background: red;
	color: #fff;
	padding: 1px 3px;
	border-radius: 4px;
	margin-left: 10px;
	font-size: 12px;
}

.table table
{
	width: 100%;
	border: 1px solid #e1e1e1;
}

.table td, .table th
{
	border-bottom: 1px solid #e1e1e1; 
	padding: 10px 20px;
	text-align: left;
}

.table th
{
	background: #d1d0ce;
	color: #16324a;
	font-weight: 500;
}

.table table tr:nth-child(2n+1) td
{
	background: #e1effd;
}

.table .download
{
	text-align: center;
}

.table td.picto
{
	padding: 0 0 0 10px;
}

.table td.picto img
{
	display: inline-block;
	width: 25px;
	margin-top: 0px;
	vertical-align: top;
}

.page-template-registration .tarifs .liste
{
	display: flex;
	margin: 25px 0;
}

.page-template-registration .tarifs .early
{
	text-transform: uppercase;
}

.page-template-registration .tarifs .early span
{
	font-size: 12px;
}

.page-template-registration .tarifs .price
{
	margin: 20px 0;
}

.page-template-registration .barre
{
	text-decoration: line-through;
	font-size: 13px;
	display: block;
	font-weight: normal;
}

.page-template-registration .tarifs .type
{
	border-top: 1px solid transparent;
	padding: 25px 25px 35px 25px;
	text-transform: uppercase;
	position: relative;
}

.page-template-registration .tarifs .type .desc
{
	text-transform: none;
	font-size: 12px;
	font-style: italic;
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 100%;
	font-weight: normal;
}

.page-template-registration .tarifs .tarif
{
	flex: 1;
	text-align: center;
	border: 3px solid transparent;
	font-weight: bold;
	background: #f6f5f5;
}

.page-template-registration .tarifs .tarif:not(:last-child)
{
	margin-right: 50px;
}

.page-template-registration .tarifs .tarif .top
{
	padding: 15px;
}

.page-template-registration .form-groups
{
	display: flex;
}

.page-template-registration .form-groups.acc .form-group
{
	display: flex;
	margin-top: 25px;
}

.page-template-registration .form-groups.acc .form-group input
{
	width: 277px;
	margin-right: 20px;
}

.page-template-registration h3
{
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 25px;
	font-size: 25px;
}

.page-template-registration .form-groups .form-group
{
	flex: 1;
}

.page-template-registration .form-groups .form-group:first-child
{
	margin-right: 40px;
}

.page-template-registration .form-groups .field
{
	margin-bottom: 15px;
}

.page-template-registration .form-groups .field label
{
	display: block;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 5px;
}

.page-template-registration .form-groups .field label sup
{
	vertical-align: top;
	padding-left: 2px;
}

.page-template-registration .form-groups .field input
{
	height: 50px;
	width: 100%;
	padding: 0 10px;
	border: 1px solid #ccc;
}

.page-template-registration .form-groups .field select
{
	height: 50px;
	width: 100%;
	background: #fff;
	border: 1px solid #ccc;
}

.page-template-registration .form-groups .field input[name=participant_zipcode]
{
	flex: 0 0 80px;
}

.page-template-registration .form-groups .field.multi
{
	display: flex;
	align-items: center;
}

.page-template-registration .form-groups .field.multi > div:last-child
{
	flex: 1;
	margin-left: 30px;
}

.page-template-registration .form-groups .field.multi > div.date
{
	flex: 0 0 180px;
}

.page-template-registration .form-groups .field.multi label
{
	white-space: nowrap;
}


.page-template-registration section
{
	margin-bottom: 70px;
}

.page-template-registration .extra_fields .option:no(:last-child)
{
	margin-bottom: 25px;
}

.page-template-registration .extra_fields .choice
{
	margin-top: 15px;
}

.page-template-registration .extra_fields .choice label:not(:last-child)
{
	margin-right: 20px;
}

.page-template-registration .options .option
{
	margin-bottom: 25px;
	display: flex;
}

.page-template-registration .options  .label
{
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 10px;
	display: block;
}

.page-template-registration .options .option .choice
{
	flex: 0 0 150px;
}

.page-template-registration .options .option .desc
{
	padding: 0 30px;
	flex: 0 1 500px;
}

.page-template-registration .options .option .op
{
	font-weight: bold;
	padding-top: 10px;
}

.page-template-registration .cgv label
{
	display: block;
	margin-bottom: 5px;
}

.page-template-registration .cgv label a
{
	text-decoration: underline;
}

.page-template-registration .submit
{
	text-align: center;
}

.page-template-registration .submit input
{
	border: 0;
	padding: 15px 30px;
	font-size: 20px;
	font-weight: bold;
	color: #fff!important;
	background: #797771;
}

.page-template-registration section.acc label {
	font-weight: bold;
	margin-right: 25px;
}

.page-template-registration section.acc .price {
	margin-bottom: 20px;
}

.page-template-registration .onlyacc {
	display: none;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
	height: 50px;
	padding: 0 10px;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
	background: #6bb1f6;
	font-weight: normal;
	text-transform: uppercase;
}

@media (max-width: 1515px)
{
	.wrap 
	{
		padding-left: 25px;
		padding-right: 25px;
	}
}

@media (max-width: 1450px)
{
	#slider li
	{
		font-size: 43px;
	}
	
	body.home .news .items .item .category {
		font-size: 25px;
	}
	
	body.home .news .items .item .category::before {
		height: 34px;	
	}
}

@media (max-width: 1350px)
{
	body.home .intro, body.home .intro a
	{
		font-size: 21px;
	}
	
	body.home .links .link, body.home .links .link a {
		font-size: 17px;
		line-height: 20px;
	}
	
	.dropdown .dropdown-label
	{
		font-size: 20px;
	}
}

@media (max-width: 1200px)
{
	.filtres .filters .submit
	{
		width: 150px;
	}
	
	.filtres .filters > div
	{
		width: calc(33.33% - 71px);
	}
	
	body.home .news .items .item .category
	{
		font-size: 21px;
		min-height: 85px;
	}
	
	body.home .news .items .item .category span
	{
		font-size: 17px;
	}
	
	body.home .news .items .item .texte {
		font-size: 16px;
		line-height: 24px;
	}
}

@media (max-width: 1100px)
{
	.filtres .filters > div
	{
		margin-right: 10px;
	}
	
	.filtres .filters .submit
	{
		width: 107px;
	}
	
	.filtres .filters > div
	{
		width: calc(33.33% - 46px);
	}
	
	.dropdown .dropdown-label 
	{
		font-size: 16px;
	}
	
	body.nav:before {
		position: fixed;
		z-index: 1;
		background: rgba(0, 0, 0, 0.6);
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		content: '';
	}
	
	body.home .intro {
		padding: 35px 0;
	}
	
	#slider .texte {
		width: 100%;
	}
	
	body.home .intro #login
	{
		display: none;
	}
	
	body.home .intro .cadre {
		margin: 0;
		padding: 35px;
	}
	
	body.home .intro .cadre .entry-content::before {
		display: none;	
	}
	
	body.home .news .items {
		flex-flow: column;
	}
	
	body.home .news .items .item {
		width: 100%;
		margin-left: 0!important;
		margin-bottom: 25px;	
	}
	
	body.home .news .items .item > .img {
		display: none;
	}
	
	body.home .news .items .item .img.mobile {
		display: block;
		float: right;
		margin-left: 25px;
		margin-bottom: 25px;
		margin-top: 10px;
	}
	
	body.home .news .items .item .titre {
		margin-bottom: 20px;
	}
	
	body.home .news .items .item .category {
		display: flex;
		flex-flow: column;
		justify-content: center;
		align-items: center;
		min-height: 0;
		margin-bottom: 30px;
	}
	
	body.home .news .items .item .category::before {
		position: relative;
		margin-right: 10px;	
	}
	
	
	body.home .links .wrap {
		flex-wrap: wrap;
		justify-content: center;
	}
	
	body.home .links .link {
		width: 200px;
		margin-bottom: 25px;
	}
	
	
	#header #nav {
		display: none;
		position: absolute;
		left: 0;
		top: 98px;
		width: 100%;
		z-index: 9999;
		background: #fff;	
		min-height: 100%;
	}
	
	body.nav #header {
		position: absolute;
	}
	
	body.nav #header #nav {
		display: block;
	}
	
	#header #nav ul {
		flex-wrap: wrap;
		margin: 30px;
	}
	
	#header #nav .nav-menu > li {
		margin: 10px 0 10px 0;
		width: 50%;
	}
	
	#header #nav ul ul li {
		padding: 5px 0;
	}
	
	#header #toggle {
		width: 60px;
		height: 37px;
		background: url(images/toggle.png) no-repeat center center;
		cursor: pointer;
		position: absolute;
		right: 20px;
		top: 30px;
	}
	
	#header .buttons {
		right: 116px;
		top: 31px;
	}
	
	.page-template-registration .form-groups .form-group:first-child {
		margin-right: 0;
	}
		
}

@media (max-width: 900px)
{
	ul.tabs li
	{
		display: block;
		margin-bottom: 5px;
	}
	
	.page-template-documents .category
	{
		display: none!important;
	}
	
	.page-template-documents .row .download a
	{
		width: 19px;
	}
	
	.table .header > div
	{
		padding: 8px 5px;
		font-size: 15px;
	}
	
	.table .header .download span
	{
		display: none;
	}
	
	.table .row > div
	{
		padding: 15px 10px;
		font-size: 13px;
		line-height: 1.4;
	}
	
	.filtres .filters
	{
		flex-flow: column;		
	}
	
	
	.filtres .filters > div
	{
		width: 100%;
		margin-bottom: 10px;
		height: 50px;
	}
	
	.dropdown .dropdown-label
	{
		height: 50px;
	}
	
	.filtres .filters .submit
	{
		width: auto;
		margin-right: 0;
		height: 50px;
	}
	
	.filtres .filters .submit input
	{
		font-size: 19px;
	}
	
	.wrap {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	body.home .intro, body.home .intro a {
		font-size: 18px;
	}
	
	body.home .news .items .item .img.mobile {
		float: none;
		margin: 0 0 20px 0;
		text-align: center;	
	}
	
	body.home .news .items .item .texte {
		font-size: 15px;
		line-height: 22px;
	}
	
	body.home .news .items {
		margin-top: 35px;
	}
	
	body.home .news .items .item {
		padding: 40px 15px 105px 15px;
	}
	
	#slider li {
		font-size: 24px;
		height: 300px;
	}
	
	body.home #prefooter .space {
		height: 400px;
	}
	
	body.home .links .link {
		margin-left: 10px;
		margin-right: 10px;
	}
	
	#prefooter .mailpoet_form_columns {
		flex-flow: column;
		align-items: center;
		padding-bottom: 25px;
	}
	
	#prefooter .mailpoet_form_column:last-child {
		padding-right: 0;
	}
	
	#prefooter .mailpoet_form_column:first-child {
		padding-left: 0;
	}
	
	.page-template-registration .form-groups {
		flex-flow: column;
	}	
	
	.page-template-registration .tarifs .liste {
		flex-flow: column;
	}
	
	.page-template-registration .tarifs .tarif:not(:last-child) {
		margin-right: 0;
		margin-bottom: 30px;
	}
	
}

@media (max-width: 700px)
{
	body.home .intro .cadre {
		padding: 15px 20px;
	}
	
	body.home .intro {
		padding: 15px 0;
	}
	
	.entry-content .ab-block-drop-cap .ab-drop-cap-text p::first-letter
	{
		font-size: 65px;
		margin-right: 12px;
	}
	
	#footer .cols .col:last-child
	{
		padding-right: 0;
	}
	
	#footer .cols
	{
		align-items: center;
	}
	
	#footer .cols .col:first-child {
		padding-left: 0;
	}
	
	#header .buttons a {
		font-size: 11px;
		height: auto;
		padding: 1px 5px;
	}
	
	#header .buttons {
		right: 0;
		top: auto;
		bottom: 0;
		display: none;
	}

}

@media (max-width: 600px)
{
	#header #nav .nav-menu > li {
		width: 100%;
	}
}

@media (max-width: 499px)
{
	body.home .links .link {
		width: calc(50% - 20px);	
	}
	
	#footer .cols {
		flex-flow: column;
		align-items: flex-start;
	}
	
	#footer .top .col3 a {
		margin-left: 10px!important;
		margin-right: 10px!important;
	}
}

