@import url(../js/vendor/selectboxit/style.css);
@import url(../css/font-awesome.min.css);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,700,300);
@import url(https://fonts.googleapis.com/css?family=Work+Sans:400,700);
*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    *behavior: url(polyfill/boxsizing.htc); }

html,
button,
input,
select,
textarea {
    color: #282828; }

html, body {
    max-width: 100%;
    min-height: 100%;
    width: 100%; }

html {
    background:#1b4b85;
    overflow-x: hidden;
    overflow-y: auto; }

body {
    background-color: #fff;
    font-family: 'Roboto Slab', serif;
    font-size: 15px;
    height: auto;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative; }

a {
    text-decoration: none; }
.no-touch a:hover, .no-touch a:active {
    text-decoration: none; }

strong {
    font-weight: 600; }


/******* IMAGO *************/
.topImage{
	min-height: 150px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat !important;
}
header {
    min-height: 100px;
    padding: 0 20px;
    background-repeat: repeat-x;
}
html {
    background: #ffffff !important;
}

.conteneurLogo img{
	width:auto;
	margin-top: 10px;
}
header{
	min-height: 100px;
	padding: 0 20px;
}
.menuFixed{
	position: absolute;
	right: 20px;
	top: 20px;	
}
.menuFixed ul{
}
.menuFixed ul li{
	display: inline-block;
}
.boutonMenu{
	color: #ffffff;
	text-decoration: none;
	background-color: transparent;
	padding: 8px 20px;
	font-weight: 700;
	text-transform: uppercase;
	border: 2px solid #ffffff;
	display: inline-block;
}
.actif .boutonMenu{
	color: #A3C02C;
	background-color: #ffffff;
}
.boutonMenu:hover{
	color: #A3C02C;
	background-color: #ffffff;
}
.boutonAll{
	cursor:pointer;
	color: #ffffff !important;
	text-decoration: none;
	background-color: #35A7DD !important;
	padding: 8px 20px;
	font-weight: 700;
	text-transform: uppercase;
	border: 2px solid #35A7DD !important;
	display: inline-block;
}
.boutonAll:hover{
	color: #35A7DD !important;
	background-color: #ffffff !important;
	border: 2px solid #35A7DD !important;
}
.boutonMenu span{
	margin-right: 5px;
}
/***** FOOTER *****/
.footer-col {
	color: #000000;
	float: left;
	font-size: 13px;
	margin: 30px 0 40px 0;
	letter-spacing: 0px;
	font-family: 'Work Sans', sans-serif;
}
.col-1{
	width:25%;
}
.col-1 img {
    max-width: 60%;
}
.col-2{
	width:19%;
	margin-right: 3%;
	border-right: 1px solid #1b478d;
}
.col-3{
	width:16%;
	margin-right:4%;
	border-right: 1px solid #1b478d;
}
.col-4{
	width:33%;
}

.col-2 a, .col-3 a{
	margin-bottom: 8px;
	display: inline-block;
}
.footer-col p{
	margin:0;
}
.footer-col a{
	color:#1b478d !important;
	text-decoration: none;
    font-weight: 900;
}
.footer-col a:hover{
	color:#1b478d !important;
	text-decoration:underline;
}
.titre-footer{
	font-size: 14px;
	font-weight:700;
	text-transform: uppercase;
	color:#1b478d;
	margin-bottom: 5px;
	display: inline-block;
}
.footer-col i.fa{
	color:#1b478d;
	font-size:14px;
	display: inline-block;
	margin-bottom: 5px;
}
.footer-col .youtube{
	margin-top: 15px;
	display: inline-block;
}

/* Réalisation de Imago */
.footer-designer{
	display: block;
	padding:10px 0;
	color: #000000 !important;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	text-transform: uppercase;
	font-weight: 500 !important;
}
.footer-designer:hover{
	color:#000000;
}
.footer-designer-txt{
	position:relative;
	display:inline-block;
}
.footer-designer-txt:after{
	content:'>';
	position:absolute;
	top:0;
	right:50%;
	display:block;
	color:#c41230;
	font-weight:bold;
	opacity:0;
	-webkit-transition: all 0.2s ease-in;
          transition: all 0.2s ease-in;	
}
.footer-designer:hover .footer-designer-txt:after{
	right:-1em;
	opacity:1;
	text-transform: lowercase;
	-webkit-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;		
}
.footer-designer:hover .go{
	font-weight:bold;
	color:#c41230;
}
.clear{
	content: "";
	display: table;
	clear: both;	
}
.containerFooter {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    background-color: #ffffff;
    padding-bottom: 30px;
    padding: 0;
    max-width: 960px;
}
@media (max-width:980px){
	.menuFixed{
		position: relative;
		right: auto;
		top: 20px;
	}
	.menuFixed ul li{
		margin: 5px 5px 5px 0;
		display: block;
	}
	.menuFixed ul li a{
		display: block;
		padding: 5px;
		text-align: center;
		color: #35A7DD;
		background-color: #ffffff;
	}
	header {
		min-height: 100px;
		padding: 0 20px 20px;
	}
}
@media (max-width:780px){
	.col-1, .col-2, .col-3, .col-4{
		width: 100%;
		text-align: center;
		border: none;
		margin: 0 0 15px;
	}
	.footer-containeur .col-2{
		margin: 0;
	}
	.footer-containeur{
		margin: 30px 0;
	}
	.google360titre {
		position: relative;
		top: 0;
		padding: 0 40px 15px;
		margin: 0;
		background-color: #35a7dd;
	}
}
/****** FIN IMAGO ***********/



time {
    font-size: 0.875em; }

address {
    font-style: normal; }

ul {
    padding: 0;
    margin: 0; }

::-moz-selection {
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    border: none;
    outline: none;
    text-shadow: none; }

::selection {
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    border: none;
    outline: none;
    text-shadow: none; }

*:focus {
    outline: none;
    text-shadow: none; }

ul {
    list-style: none; }

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0; }

img {
    height: auto;
    vertical-align: middle;
    width: 100%; }

fieldset {
    border: 0;
    margin: 0;
    padding: 0; }

textarea {
    resize: vertical; }

sup,
sub {
    text-transform: none; }

.touch {
    -webkit-tap-highlight-color: transparent; }

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0; }

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px; }

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%; }

.hidden {
    display: none; }

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto; }

.text-indent {
    text-indent: -9999px;
    display: block;
    overflow: hidden; }

.l-constrained {
    *zoom: 1;
    margin: 0 auto;
    padding: 0 10px;
    width: 960px; }
.l-constrained:before, .l-constrained:after {
    content: " ";
    display: table; }
.l-constrained:after {
    clear: both; }

.l-row {
    *zoom: 1;
    margin-left: -10px;
    margin-right: -10px; }
.l-row:before, .l-row:after {
    content: " ";
    display: table; }
.l-row:after {
    clear: both; }
.l-row.margin-overflow {
    margin-bottom: -40px;
    overflow: hidden; }

.l-one-half {
    float: left;
    padding: 0 10px;
    width: 50%; }

.l-one-third {
    float: left;
    padding: 0 10px;
    width: 33.33%; }

.l-two-third {
    float: left;
    padding: 0 10px;
    width: 66.66%; }

.l-one-fourth {
    float: left;
    padding: 0 40 0 10px;
    width: 25%; }
.l-one-fourth img {
    float: right;
    width: 161px;
}

.l-one-fifth {
    float: left;
    padding: 0 10px;
    width: 20%; }

.l-full {
    padding: 0 10px;
    width: 100%; }

.l-sidebar {
    padding: 0 10px 0 10px; }

.l-frame, article.event-excerpt {
    background: #fff;
    padding: 20px; }

.button {
    behavior: url(polyfill/PIE.htc);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    border: none; }
.button.main {
    background-color: #196fb6;
    color: #fff;
    padding: 10px 30px 9px 30px; }
.button.main:hover {
    background-color: #1b4b85;
    color: #fff; }
.button.alt {
    padding: 10px 30px 12px 30px; }

.align-center {
    text-align: center; }
.align-center .button {
    margin-top: 50px; }

.box-link {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10; }

.contact-information {
    font-size: 0.9em; }
.contact-information .information {
    margin-bottom: 20px; }
.contact-information .information span {
    font-size: 1.5em;
    padding-right: 10px; }
.contact-information .information .email span {
    font-size: 1.2em; }

.tags li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-right: 5px; }
.tags li a {
    background-color: #9d9d9d;
    color: #fff;
    font-size: 0.9em;
    padding: 3px 8px; }

.data-table {
    color: #666;
    font-size: 0.9em;
    text-shadow: 1px 1px 0px #fff;
    background: #eaebec;
    margin: 20px 0;
    border: #ccc 1px solid;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 1px 2px #d1d1d1;
    -webkit-box-shadow: 0 1px 2px #d1d1d1;
    box-shadow: 0 1px 2px #d1d1d1;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0; }
.data-table a:link {
    color: #666;
    font-weight: bold;
    text-decoration: none; }
.data-table a:visited {
    color: #999999;
    font-weight: bold;
    text-decoration: none; }
.data-table a:active, .data-table a:hover {
    color: #bd5a35;
    text-decoration: underline; }
.data-table th {
    padding: 21px 25px 22px 25px;
    border-top: 1px solid #fafafa;
    border-bottom: 1px solid #e0e0e0;
    background: #ededed;
    background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
    background: -webkit-linear-gradient(#ededed, #ebebeb);
    background: -o-linear-gradient(#ededed, #ebebeb);
    background: linear-gradient(#ededed, #ebebeb); }
.data-table th:first-child {
    text-align: left;
    padding-left: 20px; }
.data-table tr {
    text-align: center;
    padding-left: 20px; }
.data-table tr:first-child th:first-child {
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px; }
.data-table tr:first-child th:last-child {
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px; }
.data-table td {
    padding: 15px;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    background: #fafafa;
    background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
    background: -webkit-linear-gradient(#fbfbfb, #fafafa);
    background: -o-linear-gradient(#fbfbfb, #fafafa);
    background: linear-gradient(#fbfbfb, #fafafa); }
.data-table td:first-child {
    text-align: left;
    padding-left: 20px;
    border-left: 0; }
.data-table tr.even td {
    background: #f6f6f6;
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
    background: -webkit-linear-gradient(#f8f8f8, #f6f6f6);
    background: -o-linear-gradient(#f8f8f8, #f6f6f6);
    background: linear-gradient(#f8f8f8, #f6f6f6); }
.data-table tr:last-child td {
    border-bottom: 0; }
.data-table tr:last-child td:first-child {
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px; }
.data-table tr:last-child td:last-child {
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px; }
.data-table tr:hover td {
    background: #f2f2f2;
    background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
    background: -webkit-linear-gradient(#f2f2f2, #f0f0f0);
    background: -o-linear-gradient(#f2f2f2, #f0f0f0);
    background: linear-gradient(#f2f2f2, #f0f0f0); }
.info-list {
    margin: 30px 0; }
.info-list li {
    padding: 3px 0; }

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px; }

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }

.page-informations {
    margin-bottom: 20px;
    vertical-align: bottom; }
.page-informations .number-item {
    display: block;
    font-size: 1.2em;
    font-style: italic;
    margin: 10px 0 0 0; }
.page-informations .number-item strong {
    font-style: normal; }
.page-informations .filter-by {
    float: right;
    width: 27%; }
.page-informations .filter-by label {
    float: left;
    margin: 10px 0 0 0; }
.page-informations .filter-by select {
    float: right;
    width: 160px; }

article a {
    color: #196fb6; }
article.event-excerpt {
    margin-bottom: 20px; }
article.event-single h1 {
    font-weight: 700;
    margin-top: 0;
    padding: 0; }

.ui-datepicker {
    width: auto; }

.menu-toggle {
    display: none;
    position: absolute;
    right: 19px;
    top: 14px; }
.menu-toggle span {
    color: #fff;
    font-size: 2em; }

.meta-nav {
    background-color: #282828;
    color: #fff;
    width: 100%; }
.meta-nav a {
    color: #fff; }
.meta-nav a:hover {
    color: #3eb5e8; }
.meta-nav ul {
    float: right;
    padding: 10px 0; }
.meta-nav ul li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin: 0 0 0 20px; }
.meta-nav ul li span {
    margin-right: 8px; }

nav[role="navigation"] {
    background-color: #35a7dd; }
nav[role="navigation"] ul {
    float: right;
    padding: 30px 0; }
nav[role="navigation"] ul li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin: 0 0 0 20px; }
nav[role="navigation"] ul li.active {
}
nav[role="navigation"] ul li.active a {
    text-decoration:underline;
}
nav[role="navigation"] ul li.active a:hover {
    opacity: 1; }
nav[role="navigation"] ul li a {
    color: #fff; font-weight: 700; text-transform:uppercase; }
nav[role="navigation"] ul li a:hover {
    opacity: 0.7; }

.admin .logo img {
    height: 170px; }
.admin .main-content {
    padding: 50px 0 50px 0; }

header[role="banner"] > .l-constrained {
    position: relative; }

.logo {
    left: 0;
    margin: 0;
    margin-left: 15px;
    position: absolute;
    top: -4px;
    z-index: 1; }
.logo img {
    width: auto; }

.featured {
    overflow: hidden;
    position: relative;
    height:650px;
}
.featured .static {
    width: 940px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden; }
.featured .static.large {
    height: auto; }
.featured .slider img {
    min-width: 700px; }
.featured .slider .caption {
    left: 50%;
    margin: 0 0 0 -480px;
    position: absolute;
    text-align: center;
    bottom: 30%;
    width: 960px; }
.featured .slider .caption p {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 1.2em;
    margin: 0 auto 30px auto;
    padding: 20px;
    text-transform: uppercase;
    width: 70%; }
.featured .slider .caption p strong {
    display: block;
    font-size: 1.5em; }

.search-panel {
    background-color: rgba(0, 0, 0, 0.5);
    margin-top: 0;
    padding: 20px 0;
    position: relative;
    width: 100%;
    z-index: 1; }
.search-panel form {
    text-align: center; }
.search-panel form .field {
    color:#fff;
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin: 0 5px;
    position: relative;
    vertical-align: middle; }
.search-panel form .field.input {
    max-width: 160px; }
.search-panel form .field input {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle; }
.search-panel form .field .input-group .icon-label {
    max-width: none; }
.content-accueil{
    margin-left:auto;
    margin-right:auto;
    max-width:940px;
}
.slider-accueil p{
    font-family: 'Roboto Slab', serif;
    font-size: 36px;
    position:relative;
    float: right;
    text-transform: uppercase;
    font-weight: 700;
    background-color: rgba(27,71,141, 0.8);
    margin-left:0;
    margin-bottom:0;
    margin-right:0;
    margin-top: -70px;
    color:#ffffff;
    padding: 10px 60px;
    line-height:36px;
}
.slider-accueil{
    padding-bottom: 25px;
}
ul.tuille{
    list-style: none;
    position:relative;
    overflow: auto;
}
ul.tuille li{
    float:left;
    width:49%;
    display: block;
    text-decoration: none;
}
ul.tuille li:first-child p{
    background-color: rgba(53,167,221, 0.8);
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    margin-left: 0;
    margin-bottom: 0;
    margin-right: 0;
    margin-top: -45px;
    position: relative;
    float: left;
    padding: 7px 10px;
}
ul.tuille li:first-child a:first-child:hover, ul.tuille li:last-child a:first-child:hover{
    opacity: 0.7;
    background-color: #ffffff;
    transition: transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
}
ul.tuille li:first-child a:last-child:hover, ul.tuille li:last-child a:last-child:hover{
    color: #35a7dd;
}
ul.tuille li:first-child a:last-child{
    display: inline-block;
    font-weight:700;
    color: #000000;
    padding-top:10px;
    padding-left:15px;
    padding-bottom:30px;
    text-decoration:underline;
}
ul.tuille li:last-child{
    margin-left:2%;
}
ul.tuille li:last-child p{
    background-color: rgba(173,202,53, 0.8);
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    margin-left: 0;
    margin-bottom: 0;
    margin-right: 0;
    margin-top: -45px;
    position: relative;
    float: left;
    padding: 7px 10px;
}
ul.tuille li:last-child a:last-child{
    display: inline-block;
    font-weight:700;
    color: #000000;
    padding-top:10px;
    padding-left:15px;
    padding-bottom:30px;
    text-decoration:underline;
}
.concept-unique-full{
    width:100%;
    background-color: #d8e3e9;
}
.concept-unique-content{
    width:940px;
    padding-bottom:15px;
    padding-top:15px;
    margin-left:auto;
    margin-right:auto;
}
.concept-unique-content ul{
    list-style: none;
    position:relative;
    overflow: auto;
}
.concept-unique-content ul li:first-child{
    width: 49%;
    display:block;
    float:left;
}
.concept-unique-content ul li:last-child{
    width: 49%;
    margin-left:2%;
    display:block;
    float:left;
}
.concept-unique-content ul li:first-child h2{
    font-size:36px;
    font-weight:700;
    line-height:36px;
    margin:0;
    padding:0;
    color: #1b478d;
}
.concept-unique-content ul li:first-child p{
    font-size:14px;
}
.concept-unique-content ul li:first-child a{
    margin:0;
    padding:0;
    font-size:24px;
    font-weight: 700;
    color: #35a7dd;
    text-decoration:underline;
}
.concept-unique-content ul li:first-child a:Hover{
    text-decoration:underline;
    color: #3081a7;
}
@media only screen and (max-width: 1000px) {
    .concept-unique-content{
        width:100%;
        padding-left:10px;
        padding-right:10px;
    }
    .content-accueil {
        padding-left:10px;
        padding-right:10px;
    }
    .l-one-fourth {
        float: none;
        padding: 20px 0 0 0;
        width: 100%; text-align:center;}
    .l-one-fourth img {
        float: none;
        width: 161px;
        text-align:center;
    }
}
@media only screen and (max-width: 800px) {
    .concept-unique-content ul li:first-child{
        width: 100%;
    }
    .concept-unique-content ul li:last-child{
        width: 100%;
        margin-left:0;
    }
    .concept-unique-content ul li:last-child{
        margin-top: 20px;
    }
    ul.tuille li:last-child{
        margin-left:0;
    }
    ul.tuille li{
        width:100%;
    }
    .slider-accueil p{
        font-size: 24px;
        line-height:24px;
        margin-top: -50px;
    }
    ul.tuille li:last-child p{
        font-size: 18px;
        line-height: 18px;
        margin-top: -40px;
    }
    ul.tuille li:first-child p{
        font-size: 18px;
        line-height: 18px;
        margin-top: -40px;
    }
}
@media only screen and (max-width: 500px) {
    .slider-accueil p{
        font-size: 18px;
        line-height:18px;
        margin-top: -50px;
        padding: 10px 15px;
    }
    ul.tuille li:last-child p{
        font-size: 16px;
        line-height: 16px;
        margin-top: -40px;
    }
    ul.tuille li:first-child p{
        font-size: 16px;
        line-height: 16px;
        margin-top: -40px;
    }
    .concept-unique-content ul li:first-child h2{
        font-size:24px;
        line-height:24px;
    }
    .concept-unique-content ul li:first-child a{
        font-size:18px;
    }
}





.main-content {
    background-color: #eaeaea;
    padding: 40px 0;
}
.main-content .l-sidebar .l-frame, .main-content .l-sidebar article.event-excerpt {
    margin-bottom: 20px; }
.main-content .l-sidebar .l-frame > section:first-child > h3, .main-content .l-sidebar article.event-excerpt > section:first-child > h3 {
    font-size: 1.4em;
    margin-top: 0; }
.main-content .l-content .l-frame > section h2, .main-content .l-content article.event-excerpt > section h2 {
    margin: 30px 0 20px 0; }
.main-content .l-content .l-frame > section:first-child > h2, .main-content .l-content article.event-excerpt > section:first-child > h2 {
    margin-top: 0; }
.main-content h2.content-title {
    font-size: 1.8em;
    font-style: italic;
    font-weight: 500;
    margin: 40px 0 40px 0;
    text-align: center; }
.main-content h2.content-title span {
    position: relative; }
.main-content h2.content-title span:before {
    background-color: #b5b5b5;
    bottom: -10px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%; }
.main-content h2.content-title span:after {
    background-color: #196fb6;
    bottom: -11px;
    content: "";
    height: 3px;
    left: 50%;
    margin-left: -25px;
    position: absolute;
    width: 50px; }
.main-content h2.content-title strong {
    color: #196fb6;
    font-style: normal;
    font-weight: 700; }
.main-content h1 {
    font-size: 1.8em;
    font-weight: 500;
    padding-left: 5px; }
.main-content h1 strong {
    font-style: italic;
    font-weight: 700; }
.main-content .featured-lands .l-row {
    margin-bottom: 20px; }
.main-content .land-preview {
    background-color: #fff; }
.main-content .land-preview .featured-land .information {
    bottom: 10px;
    left: 10px; }
.main-content .land-preview .featured-land .information p {
    font-size: 1em; }
.main-content .land-information {
    padding: 20px; }
.main-content .featured-land {
    position: relative; }
.main-content .featured-land .information {
    bottom: 7px;
    left: 7px;
    position: absolute; }
.main-content .featured-land .information p {
    font-size: 0.9em;
    margin: 0;
    padding: 4px 10px 5px 10px; }
.main-content .featured-land .information p.title {
    background-color: #fff; }
.main-content .featured-land .information p.price {
    display: inline-block;
    *display: inline;
    zoom: 1;
    background-color: #196fb6;
    color: #fff; }
.main-content .news article > div {
    background-color: #fff;
    padding: 20px; }
.main-content .news article h3 {
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 0.6em 0; }
.main-content .news article h3 a {
    color: #196fb6; }
.main-content .news article h3 a:hover {
    color: #1b4b85; }
.main-content .news article time {
    display: block;
    margin-bottom: 25px; }

.additional-content {
    background-color: #1b4b85;
    color: #fff;
    padding: 30px 0 35px 0;
    text-align: center; }
.additional-content p {
    font-size: 0.9em;
    margin: 0; }
.additional-content p strong {
    display: block;
    font-size: 1.6em;
    font-weight: 400;
    margin-bottom: 5px; }

footer[role="contentinfo"] a {
    color: #3eb5e8; }
footer[role="contentinfo"] a:hover {
    color: #fff; }
footer[role="contentinfo"] .footer-content {
    background-color: #282828;
    color: #fff;
    font-size: 0.9em;
    padding: 20px 0; }
footer[role="contentinfo"] .footer-content h3 {
    font-weight: 600; }
footer[role="contentinfo"] .footer-content .alt-nav li {
    margin-bottom: 7px; }
footer[role="contentinfo"] .footer-content .featured-lands li {
    font-size: 0.9em;
    margin-bottom: 20px; }
footer[role="contentinfo"] .footer-content .featured-lands li img {
    float: left;
    width: 54px; }
footer[role="contentinfo"] .footer-content .featured-lands li .information {
    padding-left: 70px; }
footer[role="contentinfo"] .footer-content .featured-lands li .information .price {
    display: block; }
footer[role="contentinfo"] .footer-content .events li {
    margin-bottom: 20px; }
footer[role="contentinfo"] .footer-content .events li time {
    display: block; }
footer[role="contentinfo"] .social-media li a {
    background-color: #fff;
    color: #282828;
    height: 27px;
    margin-right: 3px;
    position: relative;
    width: 27px; }
footer[role="contentinfo"] .social-media a.facebook:before {
    bottom: -2px;
    font-size: 1.8em;
    position: absolute;
    right: 3px; }
footer[role="contentinfo"] .social-media a.twitter:before {
    bottom: 2px;
    font-size: 1.8em;
    position: absolute;
    right: 2px; }
footer[role="contentinfo"] .social-media a.youtube:before {
    bottom: 3px;
    font-size: 1.6em;
    position: absolute;
    right: 5px; }
footer[role="contentinfo"] .footer-bottom {
    background-color: #1b4b85;
    color: #fff;
    padding: 10px 0;
    text-align: center; }

form {
    *zoom: 1; }
form:before, form:after {
    content: " ";
    display: table; }
form:after {
    clear: both; }
form label, form .label {
    display: block;
    font-size: 0.9em;
    font-weight: 600;
    margin-bottom: 10px; }
form .l-row {
    margin-bottom: 30px; }

input[type="submit"],
input[type="text"],
input[type="telephone"],
input[type="email"],
input[type="password"],
input[type="file"],
select,
textarea {
    outline: none;
    outline-color: transparent;
    background-color: transparent;
    border: none;
    color: #000;
    -webkit-font-smoothing: inherit !important; }

input[type="text"],
input[type="email"],
input[type="telephone"],
input[type="password"],
input[type="file"],
select,
textarea {
    display: block;
    width: 100%;
    height: 37px;
    padding: 10px 14px;
    font-size: 13px;
    line-height: 16px;
    color: #333;
    background-color: #fff;
    background-image: none;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }

input[type="text"],
input[type="email"],
input[type="telephone"],
input[type="password"],
input[type="file"],
textarea {
    -webkit-appearance: none; }

textarea {
    min-height: 150px; }

.checkbox label, .radio label {
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-weight: 500;
    vertical-align: middle; }
.checkbox input, .radio input {
    float: left;
    margin: 3px 10px 0 0; }

.input-group {
    border-collapse: separate;
    display: inline-table;
    position: relative;
    vertical-align: middle;
    width: 100%; }
.input-group .icon-label {
    background-color: #f7f7f7;
    border: 1px solid #dfdfdf;
    border-right: 0;
    border-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    color: #333;
    display: table-cell;
    font-size: 13px;
    font-weight: normal;
    line-height: 1;
    max-width: 25px;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    width: auto; }
.input-group input {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }

@media only screen and (max-width: 1000px) {
    .featured .static {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        overflow: hidden; }
    .l-constrained {
        margin: 0 20px;
        padding: 0;
        width: auto; }

    .mobile-container {
        min-height: 100%;
        position: relative;
        width: 100%;
        z-index: 1;
        margin-top: 56px;}

    .meta-nav {
        padding: 8px 50px 8px 0; }

    .menu-toggle {
        display: block; }

    .mobile-nav {
        background-color: #171717;
        -webkit-box-shadow: inset 3px 0px 5px 0px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: inset 3px 0px 5px 0px rgba(0, 0, 0, 0.3);
        box-shadow: inset 3px 0px 5px 0px rgba(0, 0, 0, 0.3);
        min-height: 100%;
        overflow: hidden;
        position: fixed;
        right: 0;
        top: 0;
        width: 215px; }

    nav[role="navigation"] {
        margin-top: 75px; }
    nav[role="navigation"] ul {
        float: none;
        padding: 0; }
    nav[role="navigation"] ul li {
        display: block;
        margin: 0 0 20px 0; }
    nav[role="navigation"] ul li.active {
        margin: 0 0 20px 0; }
    nav[role="navigation"] ul li.active a {
        text-decoration:underline;
        padding: 0; }
    nav[role="navigation"] ul li a {
        color: #fff; text-transform:uppercase; }
    nav[role="navigation"] ul li a:hover {
        color: #3eb5e8; }



    .featured .slider .caption {
        display: none; } }
@media only screen and (max-width: 960px) {
    .search-panel {
        margin-top:0; background:#777; position:relative !important; } }
@media only screen and (max-width: 900px) {
    footer[role="contentinfo"] .contact-information {
        text-align: center;
        width: 100%; }
    footer[role="contentinfo"] .contact-information h3 {
        font-size: 2em; }
    footer[role="contentinfo"] .alt-nav, footer[role="contentinfo"] .featured-lands, footer[role="contentinfo"] .events {
        display: none; } }
@media only screen and (max-width: 720px) {
    .l-one-third {
        width: 100%; }

    .main-content .featured-lands .l-one-third {
        margin-bottom: 25px; } }
@media only screen and (max-width: 600px) {
    .l-one-half {
        width: 100%; }
    .mobile-container {
        min-height: 100%;
        position: relative;
        width: 100%;
        z-index: 1;
        margin-top: 63px;}
    .meta-nav {
        padding: 8px 50px 8px 153px;
        text-align: left; }
    .meta-nav ul {
        float: none;
        padding: 0; }
    .meta-nav ul li {
        display: block;
        float: none;
        margin: 0; }
    .meta-nav ul li:first-child {
        margin-bottom: 5px; }

    .menu-toggle span {
        font-size: 2.35em; }

    .main-content .news .l-one-half {
        margin-bottom: 25px; } }
@media only screen and (max-width: 480px) {
    .meta-nav {
        padding: 8px 50px 8px 114px; }

    header[role="banner"] .logo img {
        height: 103px; } }
@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important; }

    a,
    a:visited {
        text-decoration: underline; }

    a[href]:after {
        content: " (" attr(href) ")"; }

    abbr[title]:after {
        content: " (" attr(title) ")"; }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: ""; }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid; }

    thead {
        display: table-header-group; }

    tr,
    img {
        page-break-inside: avoid; }

    img {
        max-width: 100% !important; }

    @page {
        margin: 0.5cm; }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3; }

    h2,
    h3 {
        page-break-after: avoid; } }
/** NEW STYLES **/
.ast{color:red;}

#btn_return_owner{float:right; margin-top:-35px; background-color:green;}
.addConfirm{background-color:red;}
.thumbnail-monetico{width:100px;}
.concept{padding:50px 0; text-align:center; height:600px;}
article {
    margin-left: 275px;
    border-left: 1px solid gray;
    padding: 1em;
    overflow: hidden;
}
.imgInformation{width:300px; height:270px;}
.content_information{margin-top:50px;}
.content_information #enteteInformation, .content_information #basInformation{width:100%;}
.content_information .photoInformation{width:33%; display: inline-block !important; position:relative; top:-120px;}
.content_information .textInformation{width:66%; display: inline-block !important;}
.titleNewUser{display:inline-block; width:50%;}
section.l-one-half{margin: 50px auto; float:none !important;}
button.btnNewUser{background-color:silver !important; float:right;}
.pointerFestivalCalendar{margin:0; cursor:pointer; padding:5px 0;}
#calendrierFestival{min-height:50%; padding-bottom:25px;}
.cellule{
    display: inline-block !important;
    float: left;
    width: 14%;
    max-height: 80px;
    padding: 15px 0 0 15px;
    border: 1px solid #e5e5e5;
}
#calendarFestival strong{
    font-weight: bold;
    color: silver;
    font-size: 20px;
    width: 13%;
    padding: 0 0 0 7px;
    display: inline-block
}
.focusDay{background-color:lightskyblue;}
.paginateNext:hover, .paginatePrev:hover{cursor: pointer;}
.dayToday{background-color:#e6e6e6;}
#confirmPayment{margin: 25px 50px 0 0;}

/*.chkRabais{margin-left:0 !important;}
.displayRabais{display:none;}*/


/*# sourceMappingURL=application.css.map */
