/* CSS RESET */
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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
a {
	text-decoration: none;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* LAYOUT */
/* GENERAL */
@font-face {
	font-family: Lato-Black;
	src: url('fonts/Lato-Black.ttf');
}
@font-face {
	font-family: Lato-Bold;
	src: url('fonts/Lato-Bold.ttf');
}
@font-face {
	font-family: Lato-Regular;
	src: url('fonts/Lato-Regular.ttf');
}
@font-face {
    font-family: BickhamScriptProRegular;
    src: url('fonts/BickhamScriptPro-Regular.otf');
}
/* HEADER */
header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	height: 115px;
	background: white;
	z-index: 100000;
}
#header-box {
	position: absolute;
	width: 1024px;
	height: 115px;
	top: 0;
	left: 50%;
	margin-left: -512px;
}
header #logo {
	position: absolute;
	top: 30px;
	left: 0;
	text-align: center;
}
header #logo-st {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #3C3C3C;
	margin-top: 0px;
}
header #langues {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	position: absolute;
	top: 10px;
	right: 0;
}
header #langues li {
	float: left;
	margin-left: 3px;
	padding-right: 3px;
	border-right: 1px solid #999999;
}
header #langues li.first {
	margin-left: 0;
}
header #langues li.last {
	padding-right: 0;
	border: none;
}
header #langues li a {
	color: #999999;
}
header #langues li a:hover {
	text-decoration: underline;
	color: #B10700;
}
header #menu-mobile {
	display: none;
}
header #menu {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	position: absolute;
	top: 57px;
	right: 0;
}
header #menu li {
	float: left;
	margin-left: 15px;
	padding-right: 15px;
}
header #menu li.first {
	margin-left: 0;
}
header #menu li.last {
	padding-right: 0;
}
header #menu li a { 
	color: #3C3C3C;
	padding-bottom: 38px;
}
header #menu li a:hover, header #menu li a.selected { 
	color: #B10700;
}
#beaumont-logo {
	font-family: BickhamScriptProRegular;
	font-size: 10vw;
	color: #b10700;
	position: absolute;
	margin: auto;
	width: 100%;
	text-align: center;
	top: 50px;
	margin-top: 30vh;
}
#main {
	position: absolute;
	top: 115px;
	left: 0;
	right: 0;
}
#main img.full {
	width: 100%;
}
#main #footer {
	width: 100%;
	background: #B10700;
	margin-top: -4px;
	color: white;
	font-size: 12px;
	font-family: Verdana, Arial, sans-serif;
	line-height: 16px;
}
#main #footer #footer-box {
	position: relative;
	width: 1024px;
	height: 165px;
	top: 0;
	left: 50%;
	margin-left: -512px;
}
#main #footer a {
	color: white;
}
#main #footer #address {
	padding-top: 60px;
}
#main #footer #copyright {
	float: right;
	margin-top: -50px;
}
#menu-mobile-list {
	position: absolute;
	width: 0;
	border-right: 1px solid #b7b7b7;
	left: 0;
	top: 0;
	bottom: 0;
	background: white;
	z-index: 100000;
	visibility: hidden;
	transition-property: width;
    transition-duration: 0.3s;
    transition-timing-function: linear;
}
#menu-mobile-list li {
	margin-left: 20px;
	margin-top: 15px;
}
#menu-mobile-list li a {
	color: #B10700;
	display: block;
	width: 280px;
	padding-bottom: 15px;
}
#menu-mobile-list li a.selected {
	color: #3C3C3C;
}
#menu-mobile-list li a {
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 13px;
}
.row:after {
    content: "";
    display: table;
    clear: both;
}
.row {
    width: 1024px;
    padding-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
}
.column-single {
	margin-top: 30px;
}
.column, .column-single {
    float: left;
    width: 46%;
    font-family: Verdana, Arial, sans-serif;
    font-size: 13px;
    line-height: 18px;
    padding-left: 0;
	padding-right: 30px;
	text-align: justify;
}
.column h2, .column h5, .column-single h2, .column-single h5 {
	color: #B10700;
	font-weight: bold;
	font-size: 16px;
	font-family: "Lato-Regular";
	padding-bottom: 10px;
	padding-top: 30px;
}
.column h5 {
	font-size: 13px;
	font-family: Verdana, Arial, sans-serif;
	padding-top: 10px;
}
.column p, .column-single p {
	padding-bottom: 10px;
	text-align: justify;
}
.column a, .column-single a, #main address a {
	color: #B10700;
}
.cv-avocat {
	text: 0px;
}
.column a:hover, .column-single a:hover, #main address a:hover {
	text-decoration: underline;
	color: #B10700;
}
.column img, .column-single img {
	width: auto;
	height: auto;
}
.column-single {
	width: auto;
}
.column-single li {
	list-style: disc;
	margin-left: 30px;
}
.column li {
	list-style: disc;
	margin-left: 15px;
	padding-left: 15px;
}
#main address {
    font-family: Verdana, Arial, sans-serif;
    font-size: 13px;
    line-height: 18px;
    width: 200px;
    padding-top: 50px;
    padding-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
}
.col-avocat {
    float: left;
    width: 18%;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    text-align: center;
    padding-bottom: 20px;
	color: #B10700;
	padding-left: 5px;
	padding-right: 5px;
}
.col-avocat img {
	width: 100%;
	border-radius: 50%;
}
.col-avocat p {
	text-align: center;
	font-size: 11px;
}
.avocatsdetails {
	font-weight: bold;
	color:#B10700;
}
.accordion {
	border-bottom: 1px solid #B10700;
	width: 950px;
}
.accordion h3 {
	padding-top: 7px;
	padding-bottom: 7px;
	font-weight: bold;
	cursor: pointer;
} 
.accordion-content {
	display: none;
	margin-left: 30px;
	text-align: justify;
}
@media screen and (max-width: 1024px) {
	#header-box {
		width: auto;
		left: 10px;
		right: 10px;
		margin-left: 0;
	}
	#main #footer #footer-box {
		width: auto;
		top: 0;
		left: 10px;
		right: 10px;
		margin-left: 0;
	}
	#main #footer #copyright {
		margin-right: 20px;	
	}
	.accordion {
		width: 700px;
	}
}
@media screen and (max-width: 870px) {
	header #menu {
		display: none;
	}
	#main #footer #copyright {
		display: none;
	}
	#main #footer #footer-box {
		height: 145px;
	}
	#main #footer #address {
		padding-top: 40px;
		text-align: center;
	}
	header #menu-mobile {
		display: block;
		position: absolute;
		right: 0;
		top: 40px;
	}
	.column {
		width: 98%;
		padding-left: 10px;
		padding-right: 10px;
	}
	.col-avocat {
		width: 98%;
		padding-left: 10px;
		padding-right: 10px;
	}
	.row { 
		width: 98%;
	    padding-bottom: 50px;
	    margin-left: 0;
	    margin-right: 0;
	}
	.column p {
		text-align: justify;
	}
	.accordion {
		width: auto;
	}
}