/*!
Theme Name: halabi
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: halabi
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

halabi is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}*/

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/*.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}*/

/* Small menu. */
/*.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}*/

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}















/***** START FONT + RESET ****/
@font-face {
font-family:'kr';
src: url('fonts/khand-regular.eot');
src: url('fonts/khand-regular.eot?#iefix') format('embedded-opentype'),
	 url('fonts/khand-regular.woff') format('woff'),
	 url('fonts/khand-regular.ttf') format('truetype'),
	 url('fonts/khand-regular.svg#khand-regular') format('svg');
}
@font-face {
font-family:'km';
src: url('fonts/khand-medium.eot');
src: url('fonts/khand-medium.eot?#iefix') format('embedded-opentype'),
	 url('fonts/khand-medium.woff') format('woff'),
	 url('fonts/khand-medium.ttf') format('truetype'),
	 url('fonts/khand-medium.svg#khand-medium') format('svg');
}
@font-face {
font-family:'mr';
src: url('fonts/merriweather-regular.eot');
src: url('fonts/merriweather-regular.eot?#iefix') format('embedded-opentype'),
	 url('fonts/merriweather-regular.woff') format('woff'),
	 url('fonts/merriweather-regular.ttf') format('truetype'),
	 url('fonts/merriweather-regular.svg#merriweather-regular') format('svg');
}


body, ul, li, ol, form, h1, h2, h3, h4, h5, h6, div, span, p { padding:0; margin:0; border:0; -webkit-text-size-adjust:none; -moz-text-size-adjust:none; text-size-adjust:none;}
article, aside, dialog ,figcaption, figure, footer, header, hgroup, main, nav, section { display:block;}  
input, textarea						{ -webkit-appearance:none; -ms-appearance:none; appearance:none; -moz-appearance:none; -o-appearance:none; border-radius:0;}
*          							{ outline:none !important;}
strong, b							{ /*font-weight:normal; font-family:mr;*/}
ul									{ list-style-type:none;}
body								{ font:normal 14px/26px mr; color:#818181; background:#101010;}
a									{ text-decoration:none; color:#818181; transition:background 400ms ease-in-out, color 400ms ease-in-out; position:relative;}
a, p, ul							{ letter-spacing:0.2px;}
img									{ border:none;}
#page 							{ min-width:320px; overflow:hidden; background:#fff;}
#page *							{ box-sizing:border-box;}
/***** END FONT + RESET ****/

/***** START TRANSITIONS ****/
@media (min-width:1201px) {
.link, :before, :after, a, a span, .sub-menu { transition:all 400ms ease-in-out;}
}
/***** END TRANSITIONS ****/

/***** START CLASS ****/
.wrapper 							{ width:100%; max-width:1100px; margin:0 auto; position:relative; z-index:20;}
.wrapperfull						{ width:100%; margin:0 auto; position:relative; z-index:20;}
.clear								{ clear:both; display:block;}
.titreMain							{ font:normal 30px/34px kr; letter-spacing:0.6px; text-transform:uppercase; color:#3d3d3d; margin:-5px 0 0 0; display:block; position:relative;}
.titreMain.center					{ text-align:center;}
.titreMain .sousTitre				{ margin-top:5px;}
.titreMain:after					{ width:40px; height:2px; content:""; display:inline-block; background:#81a8b9; margin:0 0 20px 0;}
.titreWhite							{ font:normal 25px/29px kr; letter-spacing:0.6px; text-transform:uppercase; color:#fff; display:block; margin:-4px 0 18px 0;}
.titreBlack							{ font:normal 25px/29px kr; letter-spacing:0.6px; text-transform:uppercase; color:#333; display:block; margin:-4px 0 18px 0;}
.hauttitreWhite						{ font:normal 20px/30px kr; letter-spacing:0.6px; text-transform:uppercase; color:#fff; display:block; margin:-4px 0 18px 0;}
.hauttitreBlack						{ font:normal 20px/30px kr; letter-spacing:0.6px; text-transform:uppercase; color:#333; display:block; margin:-4px 0 18px 0;}
.soustitreWhite						{ font:normal 40px/45px kr; color:#fff; display:block; margin:-4px 0 18px 0;font-weight: bold;}
.soustitreBlack						{ font:normal 40px/45px kr; color:#333; display:block; margin:-4px 0 18px 0;font-weight: bold;}
.sousTitre 							{ font:normal 20px/24px kr; letter-spacing:0.6px; color:#81a8b9; text-transform:none; display:block; position:relative; margin-bottom:20px;}
.rs 								{ width:50px; height:50px; border-radius:50%; display:inline-block; vertical-align:top; text-indent:-9999px; position:relative; margin:0 10px 0 0;}
.rs:after							{ width:50px; height:50px; border-radius:50%; border:1px solid #d4d4d4; content:""; box-sizing:border-box; position:absolute; left:0; top:0;}
.rs.instagram						{ background:url(https://www.avocat-halabi.com/wp-content/uploads/2023/01/instagram.png) center center no-repeat;background-size:22px 22px;}
.rs.facebook 						{ background:url(images/social.svg) 0 50% no-repeat;}
.rs.youtube							{ background:url(images/social.svg) -50px 50% no-repeat;}
.rs.linkedin						{ background:url(images/social.svg) -100px 50% no-repeat;}
.rs.tel								{ background:url(images/social.svg) -150px 50% no-repeat;}
.rs.lettre							{ background:url(images/social.svg) -200px 50% no-repeat;}
.rs.scroll							{ background:url(images/scroll.svg) 100% 50% no-repeat;}
.link 								{ height:60px; display:inline-block; font:normal 16px/60px km; text-transform:uppercase; letter-spacing:0.6px; color:#3d3d3d; padding:0 25px; border:1px solid #d4d4d4; border-radius:5px; position:relative;}
.link.icon							{ padding-left:64px; border:0; line-height:62px; background:#fff; color:#3d3d3d;}
.link.icon:before					{ width:50px; height:60px; position:absolute; left:7px; top:0; content:"";}
.link.tel:before					{ background:url(images/social.svg) -150px 50% no-repeat;}
.link.lettre:before					{ background:url(images/social.svg) -200px 50% no-repeat;}
.link.skype:before					{ background:url(images/social.svg) -250px 50% no-repeat;}
.link.fiches:before					{ background:url(images/fiche.svg) 50% no-repeat;}
.edit-link a							{ background-color:#C64446; color:#fff; padding:3px 5px; font-size:10px; font-family: Arial,sans-serif}
.rdv {background:#0b5c9e!important;color:#ffffff!important;}
.rdv:hover {background:#81a8b9!important;color:#ffffff!important;}

@media (min-width:1201px) {
.rs:hover							{ background-color:#e6eef1;}
.rs:hover:after						{ border-color:#e6eef1;}
.link:hover							{ background:#81a8b9; border-color:#81a8b9; color:#fff;}
.link.icon:hover					{ background:#3d3d3d; border-color:#3d3d3d; color:#fff;}
}
@media (max-width:600px) {
.titreMain							{ font-size:25px; line-height:29px;}
.titreWhite							{ font-size:22px; line-height:26px;}
.sousTitre 							{ font-size:18px; line-height:22px;}
}
/***** END CLASS ****/

/***** START MENU ****/
.site-header 						{ width:100%; position:relative; z-index:100;}
.headerTop 							{ width:100%; height:90px; position:relative; z-index:100; background:#fff; padding:0 40px;}
.headerTop .custom-logo-link					{ width:230px; height:42px; display:block; position:absolute; left:50%; top:26px; margin-left:-115px; z-index:100; transition-property:opacity;}
.headerTop .custom-logo-link img				{ width:100%; height:auto; display:block;}
.headerTop .left 					{ font-size:0; line-height:0; letter-spacing:0; padding:20px 0; display:inline-block;}
.headerTop .right 					{ float:right; font-size:0; line-height:0; letter-spacing:0; padding:20px 0 0 0;}
.headerTop .right p					{ font:normal 17px/52px kr; height:50px; letter-spacing:0.6px; display:inline-block; vertical-align:top; margin-right:10px;}
.headerTop .right .link				{ margin-top:-4px }
.headerTop .lang					{ display:inline-block; vertical-align:top; font:normal 17px/50px kr; position:relative; margin-left:15px;}
.headerTop #lang-menu li a			{ width:50px; display:block; background:#eee; text-align:center; border-bottom:1px solid #fff; cursor:pointer;}
.headerTop #lang-menu>li a			{ background:none; text-align:left; padding-left:10px; border:0; position:relative;}
.headerTop #lang-menu>li:after		{ background:url(images/scroll.svg) 0 50% no-repeat; width:15px; height:8px; position:absolute; right:0; top:50%; margin-top:-4px; content:"";}
.headerTop #lang-menu .sub-menu				{ position:absolute; left:0; top:50px; width:50px; margin:0}
.main-navigation 							{ width:100%; height:60px; background:#81a8b9; display:block; z-index:80; text-align:center; position:relative;}
#primary-menu								{ width:100%; max-width:1100px; height:auto; display:block; margin:0 auto; position:relative; font-size:0; line-height:0; letter-spacing:0;}	
#primary-menu>li							{ display:inline-block; vertical-align:top; margin:0 10px; position:relative;}	
#primary-menu>li>a							{ height:60px; font:normal 16px/62px km; text-transform:uppercase; letter-spacing:0.6px; color:#fff; display:block; position:relative;}
#primary-menu>li.current_page_item>a 					{ color:#232323;}
.sub-menu								{ width:280px; position:absolute; top:60px; left:50%; z-index:995; background:#eee; margin-left:-140px; display:block; visibility:hidden; opacity:0;}
.sub-menu li								{ width:100%; margin:0; border:none; padding:0; text-align:left;}
.sub-menu li a							{ width:100%; display:block; font:normal 16px/20px kr; letter-spacing:0.4px; padding:15px 30px; position:relative; margin:0; color:#232323; border-bottom:1px solid #fff;}
.menu li:hover .sub-menu 				{ opacity:1; visibility:visible; z-index:999;}
#primary-menu .sub-menu li.current_page_item a	{ color:#cc0b28;}

@media (min-width:1201px) {
.site-header .custom-logo-link:hover { opacity:.5;}
.headerTop .lang span a:hover		{ background:#e2e2e2;}
.menuMobile, #primary-menu .vueMobile		{ display:none;}
#primary-menu 								{ display:block !important;}
#primary-menu li:hover>a 					{ color:#232323;}
.sub-menu li a:hover						{ background:#e2e2e2;}
}
@media (max-width:1200px) {
.headerTop .lang 					{ position:absolute; right:0; top:95px;}
.headerTop .lang #lang-menu>li>a	{ color:#fff;}
.headerTop .lang #lang-menu>li:after	{ background-position:-15px 50%; color:#fff;}
.headerTop .lang span				{ top:55px;}
.headerTop .lettre 					{ margin:0;}
.menuMobile							{ height:60px; font:normal 17px/62px kr; letter-spacing:0.6px; cursor:pointer; position:absolute; left:0; top:90px; z-index:140; padding-left:35px; color:#fff;}
.menuMobile div						{ width:25px; height:2px; background:#fff; position:absolute; left:0; top:50%; margin:-1px 0 0 0;}
.menuMobile div:before				{ width:100%; height:2px; background:#fff; position:absolute; right:0; top:8px; content:"";}
.menuMobile div:after				{ width:100%; height:2px; background:#fff; position:absolute; right:0; top:-8px; content:"";}
.menuMobile.current_page_item div			{ height:0;}
.menuMobile.current_page_item div:before	{ top:0; transform:rotate(45deg);}
.menuMobile.current_page_item div:after	{ top:0; transform:rotate(-45deg);}
#primary-menu  								{ background:#fff; position:absolute; left:0; top:60px; display:none; padding:30px 40px; text-align:left;}
#primary-menu:after							{ width:100%; height:9999px; background:rgba(0,0,0,0.3); display:block; position:absolute; left:0; bottom:-9999px; content:"";}
#primary-menu>li 							{ width:100%; display:block; margin:0; position:relative;border-bottom: 1px solid #81a8b9;}
#primary-menu>li>a							{ height:40px; line-height:42px; color:#232323;}
#primary-menu>li.current_page_item>a 		{ color:#81a8b9;}
#primary-menu i 							{ display:block; width:40px; height:40px; position:absolute; right:0; top:0;}
#primary-menu i::before 		{ display:block; width:20px; height:20px; position:absolute; right:0px; top:50%; content:"\25BC"; background:none;color:#81a8b9;font-size:20px;font-style:normal;}
#primary-menu i::after 			{ display:none; width:20px; height:20px; position:absolute; right:0; top:50%; content:"\25B2"; background:none;color:#81a8b9;font-size:20px;font-style:normal;}
#primary-menu i.active::after				{ display:block;}
#primary-menu i.active::before				{ display:none;}
/*#primary-menu li.current_page_item i:before			{ background:#fff;}
#primary-menu li.current_page_item i:after				{ background:#fff;}*/
#primary-menu .vueMobile 					{ display:block;}
#primary-menu .sub-menu 							{ width:auto; display:none; visibility:visible; position:relative; left:auto; top:auto; opacity:1; padding:15px 40px; border:0; margin:10px -40px;}
#primary-menu .sub-menu li  						{ text-align:left;}
#primary-menu .sub-menu li a						{ border:0; padding:10px 0;}
#primary-menu .sub-menu li.current_page_item a				{ color:#81a8b9;}
}
/*@media (max-width:760px) {
.headerTop .left, 					
.headerTop .right a,				
.headerTop .right .rs				{ display:none;}
}*/

@media (max-width:500px) {				
.headerTop .left				{ display:none;}
}

@media (max-width:600px) {
.headerTop,							
.main-navigation							{ padding:0 20px;}
#primary-menu  								{ padding:20px;}
}
/***** END MENU ****/

/***** START PHOTO TEXTE ****/
.photoTexte                         { font-size:0; line-height:0; letter-spacing:0; position:relative; margin:80px 0;}
.photoTexte>div                   	{ vertical-align:middle; display:inline-block; font-size:14px; line-height:26px; position:relative; z-index:10;}
.photoTexte.alignTop>div           	{ vertical-align:top;}
.photoTexte .photo 					{ width:45%; line-height:0;}
.photoTexte .photo img				{ width:100%; height:auto;}
.photoTexte .texte                  { width:55%; padding-left:30px;}
.photoTexte.post .texte             { vertical-align: top;}
.photoTexte .texte>:last-child		{ margin-bottom:0;}
.photoTexte .postDate				{ margin:-20px 0 0 0 }

@media (max-width:800px) { 
.photoTexte .photo                  { width:100%;}
.photoTexte .photo img				{ width:100%; max-height:340px; object-fit:cover;} 
.photoTexte .texte                  { width:100%; padding-left:0; margin-top:40px;}
.photoTexte.post .texte             { margin-top:20px;}
}
@media (max-width:600px) { 
.photoTexte                         { margin:50px 0;}
}
/***** END PHOTO TEXTE ****/

/***** START HOME PAGE ****/

.hp-section-widget-title	{ display: none}
#hp-widgets .widget 		{ margin-top: 0; margin-bottom: 0}

/* banner */
.bannerHome							{ width:100%; height:70vh; position:relative; background-size:cover; z-index:10;}
.bannerTexte						{ width:560px; text-align:center; color:#fff; position:absolute; left:50%; top:50%; margin:-85px 0 0 -280px; z-index:40; padding:10px;}
.bannerTexte>div					{ background:#fff; font:normal 30px/34px kr; letter-spacing:0.6px; padding:42px 20px;}
.bannerTexte .titre					{ color:#81a8b9;text-transform: uppercase;}
.bannerTexte .baseline				{ font-size:20px; line-height:24px; font-weight:normal; margin:8px 0 0 0; color:#232323;}
@media (max-width:760px) {
.bannerTexte						{ width:460px; margin:-90px 0 0 -230px;}
}
@media (max-width:600px) {
.bannerHome							{ height:340px;}
.bannerTexte						{ width:280px; margin:-65px 0 0 -140px; padding:5px;}
.bannerTexte>div					{ font:normal 22px/26px kr; padding:22px 30px;}
.bannerTexte .baseline				{ font-size:18px; line-height:22px; margin:6px 0 0 0;}
}

/* about */
.homeAbout 							{ padding:100px 40px; text-align:center;}
.homeAbout p		 				{ max-width:980px; margin:0 auto 30px auto;}
@media (max-width:600px) {
.homeAbout 							{ padding:50px 20px;}
}

/* contact consultations */
.homeContact 						{ background:#81a8b9; padding:60px 40px; font-size:0; line-height:0; letter-spacing:0;}
.homeContact>div>div				{ display:inline-block; width:50%;}
.homeContact .link					{ margin-right:10px;}
.homeContact .right 				{ padding-left:30px; border-left:1px solid #a7c2ce;}
@media (max-width:1000px) {
.homeContact>div>div				{ width:100%; text-align:center;}
.homeContact .right 				{ padding:40px 0 0 0; border:0;}
.homeContact .titreWhite			{ margin-bottom:8px;}
.homeContact .link					{ margin:10px 5px 0 5px; width:200px; text-align:left;}
.homeContact .link.skype			{ padding-left:90px;}
.homeContact .link.skype:before 	{ left:30px;}
}
@media (max-width:600px) {
.homeContact 						{ padding:50px 20px;}
}

/* mobilité internationale */
.homeMobilite 						{ padding:40px;}
.homeMobilite .texte				{ width:50%; max-width:490px;}
.homeMobilite .photo				{ width:50%; padding-right:30px;}
.homeMobilite ul					{ margin-top:15px; line-height:24px;}
.homeMobilite li a					{ border-bottom:1px solid #d4d4d4; padding:12px 0; display:block; padding-right:40px; background:url(images/arrow-link.svg) 100% 50% no-repeat; color:#3d3d3d;}
@media (min-width:1201px) {
.homeMobilite li a:hover			{ color:#81a8b9;}
}
@media (max-width:1000px) {
.homeMobilite 						{ padding:0 40px;}
.homeMobilite .photo				{ display:none;}
.homeMobilite .texte				{ width:100%; max-width:100%; padding:0;}
}
@media (max-width:800px) {
.photoTexte .texte                  { margin-top:0;}
}
@media (max-width:600px) {
.homeMobilite 						{ padding:0 20px;}
}

/* 3 blocs : long et court séjour + regroupement familial */
.homeServices 						{ font-size:0; line-height:0; letter-spacing:0; margin-bottom:120px;}
.homeServices>div					{ width:33.33%; display:inline-block; vertical-align:top;}
.homeServices img					{ width:100%; height:auto; max-height:380px; object-fit:cover;}
.homeServices .titreWhite			{ background:#81a8b9; margin:0; text-align:center; font-size:22px; line-height:80px; transition:background 400ms ease-in-out;}
.homeServices .titreWhite.blue		{ background:#749daf;}
.homeServices .content				{ max-width:400px; margin:0 auto; padding:0 40px; margin-top:50px; font-size:14px; line-height:26px; letter-spacing:0.2px; text-align:center;}
.homeServices p						{ margin:0 0 30px 0;}
@media (min-width:1201px) {
.homeServices a:hover .titreWhite 	{ background:#3d3d3d;}
}
@media (max-width:800px) {
.homeServices 						{ margin-bottom:0;}
.homeServices>div					{ width:100%;}
.homeServices .content				{ max-width:100%; margin:50px auto;}
.homeServices img					{ max-height:280px;}
}
@media (max-width:600px) {
.homeServices .content				{ margin:55px auto 50px auto; padding:0 20px;}
.homeServices .titreMain:after		{ display:none;}
.homeServices .content p			{ display:none;}
.homeServices img					{ max-height:200px;}
}

/* atouts */
.homeAtouts 						{ width:100%; position:relative; background:#81a8b9; text-align:center; padding:100px 40px; font-size:0; line-height:0;}
.homeAtouts>div>div					{ width:33.33%; margin-top:40px; display:inline-block; color:#fff; font:normal 18px/26px kr; letter-spacing:0.2px; padding-top:40px; background:url(images/check.svg) 50% 0 no-repeat;}
.homeAtouts>div>div:nth-child(3)	{ border-left:1px solid #a7c2ce; border-right:1px solid #a7c2ce;}
@media (max-width:760px) {
.homeAtouts 						{ text-align:left;}
.homeAtouts>div>div					{ width:100%; margin-top:20px; padding:2px 0 0 40px; background-position:0 50%; text-align:left;}
.homeAtouts>div>div:nth-child(3)	{ border:0;}
.homeAtouts br 						{ display:none;}
.homeAtouts .titreWhite				{ margin-bottom:8px;}
}
@media (max-width:600px) {
.homeAtouts 						{ padding:50px 20px 45px 20px;}
.homeAtouts br 						{ display:block;}
}

/* bandeau DIY et Skype */
.blocBandeau 						{ padding:45px 40px 40px 40px; background:#1d1d1d; color:#fff;}
.blocBandeau.skype					{ background:#81a8b9;}
.blocBandeau .wrapper				{ padding-right:320px;}
.blocBandeau .link					{ position:absolute; right:0; top:50%; margin-top:-30px;}
@media (max-width:800px) {
.blocBandeau 						{ padding:50px 40px;}
.blocBandeau .wrapper				{ padding-right:0;}
.blocBandeau .link					{ position:relative; right:auto; top:auto; margin-top:30px;}
}
@media (max-width:600px) {
.blocBandeau 						{ padding:50px 20px;}
}

/* actualités */
.recent-posts-widget-with-thumbnails 							{ padding:100px 40px 70px 40px; width: 100%; max-width: 1100px; margin: 0 auto; position: relative; z-index: 20;}
.recent-posts-widget-with-thumbnails .rpwwt-widget				{ margin:0 -15px; font-size:0; line-height:0;}
.recent-posts-widget-with-thumbnails .rpwwt-widget ul			{ letter-spacing: normal }
.recent-posts-widget-with-thumbnails .rpwwt-widget li			{ width:33.33%; display:inline-block; font-size:14px; line-height:24px; letter-spacing:0.2px; padding:0 15px; vertical-align:top; margin-bottom:30px;}
.recent-posts-widget-with-thumbnails .rpwwt-widget li img		{ width:100%; height:auto;}
.recent-posts-widget-with-thumbnails .rpwwt-widget li .rpwwt-post-title	{ display:inline-block; color:#3d3d3d; font-weight:normal; font-size:14px; margin:20px 0 16px 0; transition:color 400ms ease-in-out;}
@media (min-width:1201px) {
.recent-posts-widget-with-thumbnails							{ padding:100px 0px 70px 0px; }
.recent-posts-widget-with-thumbnails a:hover .rpwwt-post-title	{ color:#81a8b9;}
}
@media (max-width:760px) {
.recent-posts-widget-with-thumbnails .rpwwt-widget li			{ width:50%;}
}
@media (max-width:600px) {
.recent-posts-widget-with-thumbnails 							{ padding:50px 20px 20px 20px;}
.recent-posts-widget-with-thumbnails .rpwwt-widget li			{ width:100%;}
}
/***** END HOME PAGE ****/

/***** START PAGES INTERIEURES ****/
.contentPage						{ width:100%; position:relative; padding:0 40px 40px 40px; font-size:0; line-height:0; letter-spacing:0;}
@media (max-width:600px) { 
.contentPage						{ padding:0 20px 10px 20px;}
}


/* banner */
.bannerPage							{ position:relative; background-size:cover; z-index:10; margin:0 -40px; padding:65px 0;}
.pageBannerTexte						{ width:560px; text-align:center; color:#fff; margin:0 auto; z-index:40; padding:10px;}
.pageBannerTexte>div					{ background:#fff; font:normal 30px/34px kr; letter-spacing:0.6px; padding:33px 40px;}
.pageBannerTexte .titre					{ color:#81a8b9; margin:0;}
@media (max-width:760px) {
.pageBannerTexte						{ width:460px;}
}
@media (max-width:600px) {
.pageBannerTexte							{ height:auto; padding:50px 0;}
.pageBannerTexte						{ width:280px; padding:5px;}
.pageBannerTexte>div					{ font:normal 22px/26px kr; padding:24px 30px 20px 30px;}
}

/* breadcrumb */
#breadcrumbs 						{ margin:0 0 50px 0; font-size: 12px}
#breadcrumbs a 						{ font-size:12px; line-height:20px; letter-spacing:0.4px; color:#3d3d3d; padding-right:14px; margin-right:6px; background:url(images/list.svg) right 55% no-repeat;}
#breadcrumbs  .breadcrumb_last		{ color:#81a8b9; padding:0; margin:0; background:none;}
@media (min-width:1201px) { 
#breadcrumbs  a:hover				{ color:#81a8b9;}
}
@media (max-width:600px) { 
#breadcrumbs  						{ display:none;}
}

/* contenu page */
.pageLeft 							{ width:70%; margin-top:50px; display:inline-block; vertical-align:top; font-size:14px; line-height:26px; letter-spacing:0.2px;}
.pageLeft.fullWidth					{ width:100%; }
.pageLeft p							{ margin:0 0 25px 0;}
.pageLeft ul						{ margin:0 0 20px 0;}
.pageLeft ul li						{ padding:2px 0 2px 16px; background:url(images/list.svg) 0 10px no-repeat; color:#27235e;}
.pageLeft ul li	li					{ background-image:url(images/list2.svg);}
.pageLeft p a:after 				{ width:100%; height:1px; content:""; position:absolute; left:0; bottom:-1px; background:#666;}
.pageLeft li a:after 				{ width:100%; height:1px; content:""; position:absolute; left:0; bottom:-1px; background:#27235e;}
.pageLeft .link:after 				{ display:none;}

.pageLeft .titreMain:after			{ display:block; margin:10px 0 20px 0;}

@media (min-width:1201px) { 
.pageLeft p a:hover:after, 
.pageLeft li a:hover:after			{ width:0; margin-left:100%;}
}
@media (max-width:1000px) { 
.pageLeft 							{ width:100%;}
}

/* aside */
.aside 								{ width:30%; margin-top:125px; display:inline-block; vertical-align:top; font-size:14px; line-height:26px; letter-spacing:0.2px; padding:0 0 0 60px;}
.aside .blocAside					{ max-width:200px; margin:0 auto 60px auto;}
.blocAside .textwidget:not(.custom-html-widget) 	{ border-top:1px solid #d4d4d4;}
.blocAside .textwidget:not(.custom-html-widget) a	{ line-height:24px; border-bottom:1px solid #d4d4d4; padding:12px 0; display:block; padding-right:40px; background:url(images/arrow-link.svg) 100% 50% no-repeat; color:#3d3d3d;}
.aside .link 						{ border:1px solid #d4d4d4; line-height:60px;}
.aside .link:before 				{ top:-1px;}
@media (max-width:1000px) { 
.aside 								{ width:100%; margin-top:0; padding:0;}
.aside .blocAside					{ max-width:100%; margin:0 0 40px 0;}
}

article h2							{ font:normal 24px/28px kr; letter-spacing:0.6px; color:#81a8b9; text-transform:none; display:block; position:relative; margin-bottom:20px;}
article h3							{ font:normal 20px/24px kr; letter-spacing:0.6px; color:#81a8b9; text-transform:none; display:block; position:relative; margin-bottom:20px;}
article h4							{ font:normal 18px/22px kr; letter-spacing:0.6px; color:#81a8b9; text-transform:none; display:block; position:relative; margin-bottom:20px;}
article h5							{ font:normal 16px/20px kr; letter-spacing:0.6px; color:#81a8b9; text-transform:none; display:block; position:relative; margin-bottom:20px;}
.pageLeft article ul li				{ color:inherit;}
article ol 							{ margin-left:30px;}
article ol li						{ padding-left:10px;}

.widget_recent_entries ul li a				{ color:#3d3d3d; }
.widget_recent_entries ul li span.post-date { display:block;  font-size: .9em; margin-bottom:15px; }


/***** END PAGES INTERIEURES ****/

/***** START FOOTER ****/
.footer								{ width:100%; position:relative; background:#1d1d1d; padding:90px 40px 0 40px; font-size:0; line-height:0; color:#fff;}
.footer .titre						{ font:normal 25px/29px kr; letter-spacing:0.6px; color:#81a8b9; margin-bottom:40px;}
.footer .titre span					{ font-size:20px; display:block; color:#fff;}
.blocFooter							{ display:inline-block; width:33.33%; vertical-align:top; font-size:14px; line-height:24px; letter-spacing:0.6px; margin-bottom:85px;}
.blocFooter.last					{ padding-left:15px;}
.blocFooter .titre					{ font:normal 16px/20px mr; letter-spacing:0.6px; color:#81a8b9; margin:-5px 0 10px 0; display:block; text-transform:none;}
.blocFooter a	 					{ color:#fff;}
.footerBottom 	 					{ padding:20px 40px; background:#101010; margin:0 -40px;}
.footerBottom li 					{ display:inline-block; font-size:12px; line-height:20px; letter-spacing:0.6px; margin-right:20px; position:relative;}
.footerBottom li a 					{ color:#fff;}
.footerBottom li:after 				{ width:1px; height:9px; content:""; position:absolute; right:-10px; top:4px; background:#fff;}
.footerBottom li:last-child:after 	{ display:none;}
.rsContent							{ position:absolute; top:0; right:0; font-size:0; line-height:0;}
.rsContent .rs						{ margin:0 0 0 10px; background-color:#fff;}
.rsContent .rs:after				{ display:none;}
.toponweb							{ display:block; z-index:85; position:fixed; right:0; bottom:-65px; transition:bottom 400ms ease-in-out;}
.toponweb span						{ width:auto; height:65px; display:block; padding:21px 20px 0 20px; background:#161616;}
.toponweb img						{ width:70px; height:auto; display:block; margin:0 auto;}
.toponweb.show						{ bottom:-5px;}

@media (min-width:1201px) {
.footer a:hover						{ color:#81a8b9;}
.toponweb:hover span				{ background-color:#101010;}
.rsContent .rs:hover				{ background-color:#1d1d1d;}
}
@media (max-width:760px) {
.blocFooter							{ width:50%;}
}
@media (max-width:600px) {
.footer								{ padding:50px 20px 0 20px;}
.blocFooter							{ width:100%; margin:0 0 40px 0; padding:0;}
.blocFooter.last					{ padding-left:0;}
.rsContent							{ position:relative; top:auto; right:auto; font-size:0; line-height:0; margin-bottom:40px;}
.rsContent .rs						{ margin:0 10px 0 0;}
.footerBottom 	 					{ text-align:left; padding:40px 20px; margin:0 -20px;}
.footerBottom li 					{ display:block; padding:0; margin:2px 0;}
.footerBottom li a 					{ color:#fff; position:relative;}
.footerBottom li:after 				{ display:none;}
}
/***** END FOOTER ****/

/***** TEAM ****/

.sectionBlue						{ background:#7395a6; padding:100px 35px; min-height:100px;}
.sectionWhite						{ background:#ffffff; padding:100px 35px; min-height:100px;}
.sectionGrey						{ background:#f4f4f4; padding:100px 35px; min-height:100px;}
.sectionBlack						{ background:#000000; padding:100px 35px; min-height:100px;}
.sectionPhoto						{ background:#000000 url('https://www.avocat-halabi.com/wp-content/uploads/2022/01/Halabi-1069-1.jpg') center top no-repeat;background-size:cover;min-height:750px;}

.row {
  display: flex;
  flex-direction: row;
}

.middle-centered {
  align-items: center;
  justify-content: center;
}

.column-one {
  flex: 100%;
  padding: 15px;
  min-height: 100px;
}

.column-two {
  flex: 50%;
  padding: 15px 0;
  min-height: 100px;
}

.column-one-third {
  flex: 30%;
  padding: 15px 0;
  min-height: 100px;
}

.column-two-third {
  flex: 70%;
  padding: 15px 0;
  min-height: 100px;
}

.column-one-quarter {
  flex: 25%;
  padding: 15px;
  min-height: 100px;
}

.column-three-quarter {
  flex: 75%;
  padding: 15px 0 15px 35px;
  min-height: 100px;
}

.footer-quote {text-align:center;font-size:3em; line-height:1.5em;font-weight:bold;color:#fff;padding: 0 15%;}

.bt-yellow { min-height:60px; display:inline-block; font:normal 16px/60px km; text-transform:uppercase; letter-spacing:0.6px; background:#f8f4c4;color:#000000; padding:0 25px; border:1px solid #f8f4c4; border-radius:5px; position:relative;margin:10px 15px 10px 0;}
.bt-white { min-height:60px; display:inline-block; font:normal 16px/60px km; text-transform:uppercase; letter-spacing:0.6px; background:#ffffff;color:#000000; padding:0 25px; border:1px solid #ffffff; border-radius:5px; position:relative;margin:10px 15px 10px 0;}
.bt-white-black { min-height:60px; display:inline-block; font:normal 16px/60px km; text-transform:uppercase; letter-spacing:0.6px; background:#ffffff;color:#000000; padding:0 25px; border:1px solid #000000; border-radius:5px; position:relative;margin:10px 15px 10px 0;}


.bt-yellow:hover { background:#81a8b9;color:#FFFFFF; border:1px solid #81a8b9; }
.bt-white:hover { background:#81a8b9;color:#FFFFFF; border:1px solid #81a8b9; }
.bt-white-black:hover { background:#81a8b9;color:#FFFFFF; border:1px solid #81a8b9; }

.txt-white {color:#FFFFFF;}
.txt-black {color:#000000;}

.membertitle { font:normal 25px/30px kr; letter-spacing:2px; text-transform:uppercase; color:#000; display:block; margin:-4px 0 18px 0;}
.memberjob { font:normal 25px/30px kr; letter-spacing:1px; text-transform:uppercase; color:#000; display:block; margin:-4px 0 18px 0;}
.infomember-label {color:#000000;margin:20px 0 10px 0;}
.infomember-txt {color:#333333;}

.keywords { font:bold 45px/60px kr; letter-spacing:1px; text-transform:uppercase; color:#81a8b9; display:block; padding:0 35px 0 0; text-align:right;}

#mosaique {position:relative;top:180px;}
#mosaique-hp {position:relative;top:47px;}

#membres, #members {border-bottom: 15px solid #fff;}

.socialicon img {height:48px!important; margin: 10px 15px;}

.top-curtain {width:100%;height:23%;min-height:370px;background:#f4f4f4;position:absolute;}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 35px;
	height: 0;
	margin-top:15px;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.n2-caption-overlay {width: 100%;}

@media (max-width:1023px) {
.row {flex-direction: column;}
.sectionPhoto { background-size:cover;width:100%;min-height:200px;}
.keywords { text-align:center;}
#mosaique {top:0px;}
.sectionBlack {padding:35px;}
.footer-quote {font-size:1.5em;padding: 0 3%;}
}