/****************************************/
/*										*/
/* 			GÎTE DE SURIMEAU			*/
/*		  	© William Russeil			*/
/*					2020				*/
/*										*/
/****************************************/


* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
}

@media screen {
	html body img.skype_pnh_logo_img {
		display: none !important;
	}
	html body span.skype_pnh_container span.skype_pnh_highlighting_inactive_common span.skype_pnh_text_span {
		color: #190019 !important; /* Your link color */
	}
}

html, body, ol, ul, li, h1, h2, h3, h4, h5, h6, p, a, td, textarea, label {
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
	color: #283132;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
	border : 0;
}

h1 {
	font-family: 'Roboto Slab', serif;
	font-size: 1.8em;
	font-size: 2.4vw;
	font-weight: 300;
	margin: 0.5em 0 0.8em 0;
}

h2 {
	font-family: 'Roboto Slab', serif;
	font-weight: 400;
	font-size: 1.4em;
	font-size: 1.73vw;
	margin-top: 0.5em;
	margin-bottom: 0.6em;
}

h3, .tarifs-table th {
	font-size: 1.3em;
	font-size: 1.76vw;
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
	margin: 0.4em 0;
}

h4 {
	font-family: 'Roboto Slab', serif;
	font-size: 1.3em;
	font-size: 1.76vw;
	font-weight: 100;
	margin: 1.5em 0 1em 0;
}

h5 {
	font-family: 'Roboto Slab', serif;
	font-size: 1.1em;
	font-size: 1.3vw;
	margin: 0.6em 0;
}

p {
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
	font-size: 1em;
	font-size: 1.32vw;
}

a {
	font-family: 'Roboto Slab', serif;
	text-decoration: none;
}

a img:hover {
	-o-filter: brightness(110%) saturate(1);
	-ms-filter: brightness(110%) saturate(1);
	-webkit-filter: brightness(110%) saturate(1);
	filter: brightness(110%) saturate(1);
}

.image-span-all {
	column-span: all;
	margin: 1em auto;
	text-align: center;
}

.suite {
	margin-top: 1.2em;
	padding-right: 0.5em;
	text-align: right;
}

ul, ol {
	list-style-position: inside;
}


li, li a, table td, table td a {
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
	font-size: 1em;
	font-size: 1.32vw;
	line-height: 1.7em;
	line-height: 2.3vw;
}

ul.standard-list, ol.standard-list {
	margin-left: 3%;
}

ul.small-list, ol.small-list {
	margin-top: 0.6em;
	margin-left: 5%;
}

ul.small-list li, ol.small-list li {
	font-size: 0.9em;
	font-size: 1.2vw;
}

.clear-both {
	clear: both;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.left {float:left !important;}
.right {float:right !important;}

.bold {
	font-weight: bold;
}

strong {
	font-weight: 400;
}

.stabylo-vert {
	background-color: #d2e7c2;
	color: #ffa600;
}

.stabylo-bleu {
	background-color: #74b0b2;
	color: white;
}

.stabylo-rouge {
	background-color: #bc1900;
	color: white;
}

.stabylo-jaune {
	background-color: #d7e1a3;
	color: #283132;
}

.stabylo-vert, .stabylo-bleu, .stabylo-rouge, .stabylo-jaune {
	padding: 0.1em 1%;
}

.stabylo-rouge a, .stabylo-bleu a {
	color: white;
}

.stabylo-rouge a:hover {
	color: #d7e1a3;
}

/************************************/
/*				COULEURS			*/
/************************************/

html, body, ol, ul, li, h1, h2, h3, h4, h5, h6, p, a, td, textarea, label {
	color: #2b3737;
}
a:hover, .suite {
	color: #5c6050;
}
.main-menu-inline li a {
	color: #d7e1a3;
}
.main-menu-inline li a:hover {
	color: #8f8473;
}
.menu-button {
	color: #d7e1a3;
	border: 1px solid #d7e1a3;
}
.menu-button:hover {

}

/********************************/
/*			Background			*/
/********************************/

body {
	/*background-color: #8f8473;*/
	/*background-color: #f0eeec;*/
	background-color: #74b0b2;
}

.top-bar {
	/*background-color: #8f8473;*/
	background-color: #559296;
}

.main-menu-inline li a:hover {
	/*background-color: #2a2722;*/
	background-color: #d7e1a3;
}

#registration-wrapper, .contact-column, #commentsForm {
	/*background-color: #d2cdc7;*/
	background-color: #8bbaa5;
}

.sidebar-tags-list li a {

}
.sidebar-networks {

}
.search-result {

}
.sidemenu-title {

}
.archives-title {

}
.wrapper, .edito-text, footer, .article-view, .agenda, .contact-text, .contact-form textarea, #searchFormHome .submit button[type="submit"], #searchFormHome .submit input[type="submit"] {
	background-color: white;
}
.flexslider-bg {

}
.result-details, #tags-list {

}
.link-name span {

}
.tags-view li, .tags-view-single li, .result-tag span {

}
.result-tag span {

}
.agenda-date-format {
	background-color: #d4f0ca;
}
#top-menu {
	background-color: rgba(86, 147, 151, 0.9);
}

.main-menu-inline li a:hover {
	background-color: #ecefd2;
}

.contact-form .submit button[type="submit"], #commentsForm .submit button[type="submit"] {
	background-color: #d7e1a3;
}

.stabylo-rouge {
	background-color: #bc1900;
	color: white;
}

.tarifs-table th {
	background-color: #dddddd;
}

.tarifs-table td {
	background-color: white;
}

/************************************/

.top-bar {
	width: 100%;
	max-width: 1764px;
	margin: 0 auto;
}

.networks-menu-icons {
	width: 60%;
	max-width: 720px;
	list-style-type: none;
}
.networks-menu-icons li {
	float: left;
	width: 5%;
	max-width: 36px;
}
.networks-menu-icons li a {

}
.networks-menu-icons li img {
	margin-top: 0.3em;
	margin-bottom: 0.2em;
	margin-left: 1%;
}

footer, .login {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.login {
	padding-bottom: 2em;
}

.edito, .top-image {
	width: 100%;
	max-width: 1764px;
}

.edito-text {
	width: 92%;
	margin-top: 0.5em;
	margin-top: 0.65vw;
	padding: 1.2em 4%;
}

.edito_columns_by_3 {
	columns: 200px 3;
	-moz-columns: 200px 3;
}

.edito_columns_by_2, .edito_columns_by_3 {
	column-gap: 2em;
	text-align: justify;
}

h1.edito-title {
	display: block;
	font-weight: bold;
	width: 100%;
	max-width: 1200px;
	position: relative;
	/*text-align: center;
	width: 50vw;
	position: absolute;
	top: 2em;*/
	margin: 5px auto 0 auto;
	padding-top: 1em;
	padding-bottom: 1em;
	/*border: 1px solid grey;*/
}

h1.edito-title-phone {
	display: none;
}

.edito-image {
	margin-top: -7vw;
}

.wrapper {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.col_1_of_1 {
	clear: both;
	float: none;
	width: 100%;
}

.col_1_of_2, .col_1_of_3, .col_2_of_3, .col_1_of_4, .col_2_of_4, .col_3_of_4 {
	float: left;
	padding: 0;
}

.col_1_of_3 {
	width: 33.3333%;
}

.col_2_of_3 {
	width: 66.6666%;
}

.col_1_of_4 {
	width: 25%;
}

.col_1_of_2, .col_2_of_4 {
	width: 50%;
}

.col_3_of_4 {
	width: 75%;
}

.login-bottom {
	margin-top: 2em;
	padding: 2em 0;
}

/************************************/
/*				HOME				*/
/************************************/

.more-infos {
	margin-top: 0.5em;
	margin-top: 0.65vw;
	padding-top: 0.5em;
	padding-top: 0.65vw;
}

.more-infos h3 {
	text-align: center;
}

.col_1_of_4 .actus-for-home {

}

.col_1_of_3 .actus-for-home {
	width: 94%;
	padding: 1em 2%;
}

.col_1_of_2 .actus-for-home:nth-child(odd) {
	width: 88%;
	padding: 1em 4% 1em 8%;
}

.col_1_of_2 .actus-for-home:nth-child(2n) {
	width: 88%;
	padding: 1em 8% 1em 4%;
	background-color: red;
}

/************************************/
/*				FOOTER				*/
/************************************/

footer {
	clear: both;
	margin-top: 0.5em;
	margin-top: 0.65vw;
	margin-bottom: 2.5em;
	margin-bottom: 3.2vw;
	padding-top: 1em;
	padding-top: 1.32vw;
	padding-bottom: 1em;
	padding-bottom: 1.32vw;
	text-align: center;
}

.footer-links {
	list-style-type: none;
	text-align: center;
	padding-top: 0;
}

.footer-links li {
	display: inline-block;
	border-left: 1px solid #dddddd;
	padding: 0 1%;
}

.footer-links li:first-child {
	border-left: none;
}

.footer-baseline {
	width: 100%;
	margin: 1em auto;
}

.footer-baseline p {
	/*line-height: 1.6em;
	line-height: 2vw;*/
}

/************************************/
/*				VIEWS				*/
/************************************/

.article-view {
	width: 90%;
	margin-top:  2.4em;
	margin-top: 4vw;
	margin-bottom: 2.5em;
	margin-bottom: 4vw;
	padding: 2em 5%;
	min-height: 500px;
}

/*.article-view h1:first-child {
	margin-top: 2em;
	padding-bottom: 0;
}*/

.avis-title {
	font-weight: 300;
}

.avis-sejour {
	text-decoration: underline;
}

.avis-date {
	font-size: 0.7em;
	font-size: 1.3vw;
	font-weight: 100;
	text-decoration: none;
}

.crumbs {
	font-size: 1.3em;
	font-size: 1.76vw;
	font-weight: 300;
}

.add_space {
	padding-bottom: 2em;
}

.add_grease {
	font-weight: 100;
	font-style: italic;
}

.no-article {
	margin-top: 4vw;
}

.article-view h4:first-child {

}

.article-view-img-left-pad {
	padding-left: 4%;
}

.article-view-img-right-pad {
	margin-right: 4%;
}

.no-tag {
	margin-top: 1em;
}

.article-image {
	column-span: all;
	-moz-column-span: all;
	max-width: 100%;
}

.article-view-text {
	margin: 0;
	padding: 0 2%;
}

.article-view-text h1 {
	margin-top: 1em;
}

.article-view-text p {
	padding: 0.3em 0;
}

.article-view-text img {
	margin: 1em 1%;
}

.has_columns {
	columns: 200px 2;
	-moz-columns: 200px 2;
	column-gap: 3em;
	text-align: justify;
}

.has_columns img {
	margin: 1em 3%1em 0;
}

.has_columns h4 {
	column-span: all;
}

.article-view h1, .article-view h2, .article-view p.colspan {
	column-span: all;
	-moz-column-span: all;
}

.article-view .has_columns img {
	border: 2px solid white;
}

.comment-text p {
	line-height: 1.2em;
	line-height: 1.5vw;
}

/************************************/
/*				SIDEBAR				*/
/************************************/

#sidebar {

}

.sidebar-wrapper {
	width: 85%;
	margin-top: 1em;
	padding-bottom: 2em;
	overflow-y: scroll;
}

.sidebar-title {
	padding-left: 0;
	margin-top: 1em;
}

.sidebar-tags {
	width: 100%;
	font-size: 1em;
	font-size: 1.32vw;
	font-weight: 100;
	margin-top: 3em;
	margin-top: 6vw;
	margin-bottom: 0.6em;
	margin-bottom: 1vw;
}

.sidebar-tags-list {
	list-style-type: none;
}

.sidebar-tags-list li {
	display: inline-block;
	padding-right: 0.2em;
	padding-right: 0.3vw;
	line-height: 1.6em;
	line-height: 2.15vw;
}

.sidebar-tags-list li a {
	border: 1px solid #dddddd;
	padding: 0 0.2vw;
}

.sidebar-actus-list {
	list-style-type: circle;
}

.sidebar-actus-list li {
	line-height: 1.3em;
	line-height: 1.7vw;
}

.sidebar-actus-list li a {
	font-size: 1em;
	font-size: 1.3vw;
}

h3.no-pad {
	margin-top: 0;
}

.sidemenu, .archives {
	width: 95%;
	margin-top: 1em;
	margin-left: 5%;
	list-style-type: none;
}

.sidemenu li {
	line-height: 1.5em;
	line-height: 1.8vw;
}

.archives li {
	display: inline-block;
	line-height: 1.4em;
	line-height: 2vw;
	margin-right: 2%;
}

.sidemenu li a, .archives li a {
	font-family: 'Roboto Slab', serif;
	font-size: 1em;
	font-size: 1.32vw;
}

/*.sidemenu li a:hover, .archives li a:hover {
	background-color: #d9d9cf;
}*/

.sidemenu li a {
	font-weight: 100;
}

.archives li a {
	font-weight: 100;
}

.tags-view-single {
	margin: 0 0 2em auto;
	list-style-type: none;
	/*text-align: right;*/
}

.tags-view-single li {
	display: inline-block;
	padding: 0.2em 1%;
	border-left: 1px solid white;
}

.tags-view {
	width: 90%;
	margin: 1em auto -1em auto;
	list-style-type: none;
	/*text-align: right;*/
}

.tags-view li {
	display: inline-block;
	padding: 0.2em 1%;
	border-left: 1px solid #450046;
	border-bottom: 1px solid #450046;
}

.tags-view li a, .tags-view-single li a, .result-tag span a {
	font-family: 'Roboto Slab', serif;
	font-weight: 100;
}

.fb-like {
	clear: left;
	float: right;
	column-span: all;
	margin-top: 2em;
}

.fb-home {
	margin-top: -3em;
}

.category-articles {
	margin-left: 3%;
	color: #aaa;
}

.category-articles li {
	margin-top: 0.5vw;
}

/************************************/
/*				INDEX				*/
/************************************/

.articles-index {
	margin-top: 0;
}

.search-result {
	white-space: nowrap;
}

.articles-index h1 {
	/*font-size: 1.4em;
	font-size: 1.8vw;*/
	margin-bottom: 0;
	padding-bottom: 0;
}

.articles-index h3 {
	margin-left: 3%;
}

h4.result-title {
	font-weight: 300;
	font-size: 1.3em;
	font-size: 1.6vw;
	padding: 0;
	margin: 2vw 0 0.5em 0;
	border-top: 1px solid #dddddd;
}

h2.result-title-name {
	margin-bottom: 0.6em;
	padding-top: 0.6em;
	border-top: 1px solid #dddddd;
}

h2.result-title-name span.result-title-date {
	font-size: 0.8em;
	font-size: 1.1vw;
}

.result-details {
	padding: 0;
}

.details-image {
	float: left;
	margin: 1em 2% 1em 5%;
}

.result-details p {
	/*line-height: 1.2em;*/
}

.summary {
	padding: 0.8em 3% 1em 6%;
}

.result-tag {
	text-align: right;
}

.result-tag span {
	padding: 0 1% 1px 1%;
}

.blog-image {
	max-width: 800px;
	padding: 1em 2.5vw;
}

/************************************/
/*				DIAPORAMA			*/
/************************************/

.diaporama {
	margin-top: 2vw;
}

.diaporama-item {
	float: left;
	margin-top: 1px;
	margin-left: 1px;
}

/************************************/
/*				NETWORKS			*/
/************************************/

.networks {
	padding-top: 1em;
}

.network-icon {
	float: left;
	width: 20%;
	margin-left: 4%;
}

/************************************/
/*				SEARCH				*/
/************************************/

.results-title {
	margin-left: 5%;
}

/************************************/
/*				IFRAMES				*/
/************************************/

.iframe-resize {
    position: relative;
    padding-bottom: 55%; /* = aspect ratio / h/w*100 */
    height: 0;
    overflow: hidden;
    margin-bottom: 2em;
}

.iframe-resize iframe {
    position: absolute;
    top: 1em;
    /*width: 91.6666% !important;*/
    width: 100% !important;
    height: 100% !important;
    /*-o-filter: grayscale(1);
	-ms-filter: grayscale(1);
	-webkit-filter: grayscale(1);
	filter: grayscale(1);*/
}

/************************************/
/*			PAGINATION				*/
/************************************/

ul.pagination {
	display: block;
	margin: 1em auto;
	margin-bottom: 1em;
	text-align: center;
}

.paginator ul.pagination li {
	float: none;
	display: inline-block;
}

ul.pagination li {
	font-family: monospace;
	font-size: 0.875em;
	margin-left: 0.2em;
	display: block;
	float: left;
	border: 1px solid #cccccc;
	border-radius: 4px;
	padding: 0 0.3em;
}

ul.pagination .first, ul.pagination .prev, ul.pagination .next, ul.pagination .last {
	border: none;
	margin: 0;
	padding: 0;
}

ul.pagination .disabled a {
	color: #cdcdcd;
}

/*ul.pagination .active a {
	color: #514848;
}*/

.paginator p {
	text-align: right;
}

/************************************/
/*			FLASH MESSAGES			*/
/************************************/

.message {
	text-align: center;
	padding: 0.3em 1%;
	font-weight: 300;
}

.success {
	color: white;
	background-color: #00bc19;
}

.error {
	color: white;
	background-color: #a9405d;
}

/************************************/
/*				MENU				*/
/************************************/

.menu-button {
	float: right;
	margin: 0.2em 2% auto 1%;
	padding: 0 1%;
	font-size: 1.4em;
	font-size: 1.8vw;
}

#top-menu-wrapper {
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

#top-menu {
	display: none;
	position: absolute;
	z-index: 100;
	width: 100%;
	top: 0;
	left: 0;
}

#top-menu .closer {
	width: 2.5%;
	max-width: 30px;
	text-align: right;
	font-size: 2em;
	float: right;
	margin-top: 0.4em;
	margin-right: 2%;
}

.main-menu-inline {
	width: 100%;
	list-style-type: none;
	text-align: center;
	margin-top: 3em;
	margin-top: 4.1vw;
	margin-bottom: 3em;
	margin-bottom: 4.1vw;
}

.main-menu-inline li {
	display: inline-block;
	width: 11%;
	padding: 0;
}

.main-menu-inline li:first-child {
	width: 20%;
	padding-left: 0;
}

.main-menu-inline li:last-child {
	padding-right: 0;
}

.main-menu-inline li a {
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
	font-size: 1.25em;
	font-size: 1.6vw;
	padding: 0 2%;
}

.main-menu-bottom, .main-menu-top {
	list-style-type: none;
	text-align: justify;
	margin-bottom: 1em;
}

.main-menu-top {
	width: 100%;
	margin-top: 3em;
}

.main-menu-top:after {
	content: " ";
	display: table;
	width: 100%;
}

.main-menu-top li, .dropdown {
	display: block;
	float: left;
	width: 25%;
	font-family: 'Roboto Slab', serif;
	font-weight: 100;
	padding: 0.3em 1% 0 0;
	font-size: 1.25em;
	font-size: 1.6vw;
	line-height: 1.4em;
	line-height: 1.9vw;
}

.main-menu-top > li:first-child {
	width: 10%;
}

.main-menu-top > li:last-child {
	width: 9%;
}

.main-menu-top li a, .dropdown a {
	font-family: 'Roboto Slab', serif;
	font-weight: 100;
	font-size: 1.25em;
	font-size: 1.6vw;
}

.main-menu-top li a:hover:before {
	content: "> ";
}

/*.main-menu-top li.dropdown-nosub a:hover:before {
	content: "";
}*/

.submenu-top {
	width: 95%;
	margin-top: -0.2em;
	padding-top: 0.6em;
	list-style-type: none;
}

.submenu-top li {
	float: none;
	width: 100%;
	text-align: left;
}

.submenu-top li, .submenu-top li a {
	font-size: 1em;
	font-size: 1.35vw;
}

.submenu-top .main-menu-articles {
	font-size: 0.9em;
	font-size: 1.2vw;
	font-style: italic;
}

.submenu-top .main-menu-articles a {
	font-size: 0.9em;
	font-size: 1.2vw;
	font-style: italic;
}

.submenu-articles {
	width: 95%;
	list-style-type: none;
}

.submenu-articles li {
	font-size: 0.9em;
	font-size: 1.2vw;
	/*margin-left: 10%;*/
	font-style: italic;
}

.submenu-articles li a {
	font-size: 0.9em;
	font-size: 1.2vw;
	font-style: italic;
}

.submenu-top .main-menu-articles a:hover:before, .submenu-articles li a:hover:before, .main-menu-top li a.nopad:hover:before {
	content: "";
}

hr {
    border: 0;
    height: 1px;
    background: #333;
    background-image: linear-gradient(to right, #333, #ccc, #333);
    margin: 2em 0;
}

.main-menu-top, .main-menu-top li, .dropdown, .main-menu-top li a, .dropdown a {
	color: white;
}

/*.main-menu-articles a:hover, .submenu-articles li a:hover {
	color: #12210c;
	background-color: #deedd8;
}*/

.submenu-free-article {
	position: relative;
	top: -8em;
	padding-left: 0;
}

.submenu-free-article-standard {
	margin-top: -2em;
	margin-left: 2%;
}

#searchdiv {
	display: none;
}

/************************************/
/*				CONTACT				*/
/************************************/

.contact-wrapper {
	margin: 2em 0;
}

.contact-column {
	width: 80%;
	margin: 2em 0 1em 5%;
}

#registration-wrapper {
	width: 80%;
	margin: 3em 0 2em 0;
}

#comments-wrapper {
	width: 70%;
	margin: 2em 2%;
	padding: 2em 2%;
}

#commentsForm {
	padding: 2em 2%;
}

#commentsForm fieldset {
	width: 90%;
	margin: 0 auto;
	border: 1px solid white;
	padding: 1em 4%;
}

#commentsForm label {
	display: block;
	clear: both;
	float: left;
	width: 30%;
	margin-top: 0.4em;
}

#commentsForm input[type="text"], #commentsForm input[type="email"] {
	float: left;
	width: 60%;
	margin-top: 0.4em;
	font-size: 1em;
	padding: 0.2em 1%;
}

.contact-text {
	width: 79.3333%;
	margin: 6vw 0 1em 13.6666%;
	padding: 0 3% 4vw 3%;
	/*visibility: hidden;*/
}

.contact-form {
	width: 91.78082%;
	margin: 0 4.10959%;
	padding-bottom: 2em;
}

.contact-form fieldset {
	width: 100%;
	border: solid 1px #514848;
	border: none;
	border-radius: 2%;
	padding: 1em 0;
}

.contact-form legend {
	font-size: 1.2em;
	margin-left: 7%;
}

.contact-form label {
	display: block;
	width: 85%;
	margin-top: 0.8em;
	margin-left: 7%;
	text-align: left;
	font-size: 0.9em;
	font-size: 1.3vw;
	font-weight: 300;
}

.contact-form input {
	display: block;
	width: 85%;
	margin-top: 0.4em;
	margin-left: 7%;
	padding: 0.3em 1%;
	border-top: solid 1px #ababab;
	border-left: solid 1px #ababab;
	font-size: 0.9em;
	font-size: 1.3vw;
}

.contact-form.check-field {
	display: inline-block;
}

.contact-form select {
	width: 84%;
	margin-left: 7%;
	font-size: 0.9em;
	font-size: 1.3vw;
}

.contact-form textarea, #commentsForm textarea {
	width: 85%;
	margin-top: 0.6em;
	margin-left: 7%;
	padding: 0.6em 1%;
	border-top: solid 1px #ababab;
	border-left: solid 1px #ababab;
	font-size: 0.9em;
	font-size: 1.3vw;
}

/*#registrationForm fieldset {
	width: 90%;
	margin: 0 auto;
	padding: 1.2em 5%;
}

#registrationForm label, #registrationForm input, #registrationForm input[type="text"], #registrationForm input[type="submit"], #registrationForm select, #registrationForm .submit button[type="submit"] {
	font-size: 1em;
	font-weight: 300;
}

#registrationForm label {
	display: block;
	width: 100%;
	margin-top: 0.6em;
	margin-bottom: 0.3em;
}

#registrationForm input, #registrationForm textarea {
	display: block;
	width: 85%;
	margin-top: 0.4em;
	padding: 0.3em 1%;
	border-top: solid 1px #ababab;
	border-left: solid 1px #ababab;
	font-size: 0.9em;
	font-size: 1.3vw;
}

#registrationForm input[type=select] {
	font-size: 0.9em;
}*/

.contact-form .submit, #commentsForm .submit {
	width: 100%;
	margin-top: 0;
	padding: 0;
	text-align: center;
}

.contact-form .submit button[type="submit"], #commentsForm .submit button[type="submit"] {
	float: right;
	margin-right: 1em;
	text-transform: uppercase;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.26);
	font-size: 1em;
	font-size: 1.4vw;
	padding: 0.3em 3%;
	cursor: pointer;
}

.contact-form .submit:after, #commentsForm .submit:after {
	clear: both;
	display: table;
	content: "";
}

/********************* FORMS *********************/

.search-bar {
	float: right;
	width: 22%;
	margin-top: 0.4em;
	margin-top: 0.6vw;
	margin-right: 1%;
}

#search-bar-form input[type="text"] {
	float: left;
	height: auto;
	width: 82%;
	margin: 0;
	border-top: 1px solid rgba(7,  22,  52, 0.36);
	border-left: 1px solid rgba(7,  22,  52, 0.22);
	padding: 0.3em 3%;
	font-size: 1em;
	font-size: 1.33vw;
	background-image: url('../img/theme/search-200x200.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right center;
}

#search-bar-form label {
	display: none;
}

#search-bar-form fieldset {
	padding: 0;
	margin: 0;
}

#search-bar-form .submit {
	float: right;
	width: 11%;
	padding: 0;
	margin-top: 0.05em;
	background-color: transparent;
}

#search-bar-form .submit button[type="submit"], #search-bar-form .submit input[type="submit"] input[type="submit"] {
	padding: 0;
	margin: 0;
	box-shadow: none;
	background-color: white;
	padding: 0;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}

#search-bar-form .submit:after {
	clear: both;
	display: table;
	content: "";
	height: 0;
}

.form-file {
	font-size: 1em;
	font-size: 1.2vw;
}

.submitButtonHome {
	width: 100%;
}

.submitButtonDefault {
	width: 100%;
}

/************************************/
/*				LINKS				*/
/************************************/

.link-group {
	font-family: 'Roboto Slab', serif;
	text-transform: uppercase;
}

.link-name {
	margin-bottom: 0;
}

.link-name span {

}

.link-url {
	font-size: 0.9em;
	font-style: italic;
}

.link-comment {
	font-size: 0.9em;
	width: 80%;
	margin-left: 5%;
	border: 1px solid #efefef;
	padding: 0.2em 2%;
}

/**************************************************/

table {
	clear: both;
	border: 1px solid black;
	border-collapse: collapse;
	margin: 1em 0;
}

table tr {
	background: #b8d1f3;
}

table tr:nth-child(odd) {
	background: #b8d1f3;
}

table tr:nth-child(even) {
	background: #dae5f4;
}

table td {
	font-size: 1em;
	font-size: 1.32vw;
	border: 1px solid gray;
	padding: 0 1% 0.2em 1%;
}

/************************************/
/*				LIGHBOCKS			*/
/************************************/

#mask {
	position: fixed;
	z-index: 2010;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: black;
	opacity: 0.6;
}

#wmc-lightbox {
	position: relative;
	z-index: 2020;
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	top: 2.7em;
	cursor: pointer;
}

.lightbocks {
	filter: brightness(110%) saturate(1);
	cursor: pointer;
}

#loader {
	display: none;
	position: fixed;
	z-index: 2030;
	width: 8%;
	margin: auto;
	top: 45%;
	left: 46%;
}

#img-container {
	position: fixed;
	display: none;
	z-index: 2040;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

#img-container img {
	max-height: 100%;
	max-width: 100%;
	margin: auto;
	cursor: pointer;
}

#down-arrow {
	position: absolute;
	width: 5%;
	max-width: 60px;
	margin: 0 47.5%;
}

.tarifs-table {
	width: 60%;
	border: none;
}

.tarifs-table td {
	border: none;
}

.tarifs-liste {

}





