html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.1;
	font-family: arial;
	color: #606970;
cursor: default;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}


a h2 { text-decoration:none !important; }

/*Main*/

strong {font-weight:bold;}
.wrapper {
    max-width: 1120px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 80px;
    padding-bottom: 60px;
    margin: 0 auto;
    position: relative;
}

h1 {
	color: #3560a9;
	text-transform: uppercase;
	font-size: 46px;
        font-weight: 600
}

h2 {
	color: #3560a9;
	text-transform: uppercase;
	font-size: 22px;
}

h3 {
	color: #3560a9;
	text-transform: uppercase;
	font-size: 20px;
        margin-bottom: 30px;
        border-bottom: 1px dotted #3560a9;
        padding-bottom: 5px;
        text-align: left;
        font-weight: normal;
}

a {
     color: #3560a9;
}

input[type="text"] {
	margin: 0;
	font-family: sans-serif;
	appearance: none;
	box-shadow: none;
	border-radius: none;
}

input[type="text"]:focus {
	outline: none;
}

input[type="submit"] {
	cursor:pointer;
}

.row::after {
	content: "";
	display: block;
	clear: both;
}


.concept_keywords i {
    background: #545e69;
    color: #fff;
    width: 50px;
    line-height: 52px;
    height: 50px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    font-size: 24px;
    margin-right: 20px;
}

.line_title {
	width: 100%;
	height: 1px;
	background: #b6c3cd;
	position: relative;
	margin-top: 5px;
	margin-bottom: 40px;
}

.line_title div {
	width: 10%;
	height: 3px;
	background: #3560a9;
	margin-top: -1px;
	position: absolute;
}

.bt_open_menu, .bt_close_menu {
	display: none;
}

.bt_open_menu {
    line-height: 60px;
    float: right;
	font-size: 20px;
    color: #fff;
}

.bt_close_menu {
    line-height: 60px;
    margin-left: 10px;
    font-size: 22px;
}

.bt_open_menu, .bt_close_menu {
    text-decoration: none;
    color: #fff;
}

#bg_over_menu {
	display: none;
	background-color: rgba(0, 0, 0, 0.6);
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 999;
}

#main_content {
    overflow: hidden;
}


/*Header*/

header {
	height: 80px;
	width: 100%;
	background: #3560a9;
	position: fixed;
    z-index: 999;
    top: 0;
    border-bottom: 3px solid #fff;
    box-sizing: initial;
}

header .wrapper {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	max-width: 1090px;
}

#logo {
    float: left;
    width: 180px;
    height: 140px;
    border-top: 0;
    background: url(/uploads/images/immorun/bg_logo.png) no-repeat;
    background-size: 100% 100%;
}

#logo img {
	width: 100%;
}

#logo a {
    background: #fff;
    display: block;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
}

nav {
	float: right;
}

nav ul li {
	float: left;
}

nav ul li a {
	line-height: 80px;
	color: #fff;
	font-size: 15px;
	text-decoration: none;
	padding: 0 20px;
	display: inline-block;
	transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
        text-transform: uppercase;
}

nav ul li a:hover {
	background: rgba(84, 94, 105, 0.65);
	transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
}

nav ul li ul {
	position: absolute;
	background-color: rgba(37, 40, 46, 0.82);
	border-top: 3px solid #fff;
	z-index: 99;
}

nav ul li ul li {
	float: none;
	border-top: 1px dotted #000;
}

nav ul li ul li a {
	line-height: 20px;
	display: block;
	padding: 10px 20px;
	font-size: 16px;
}

nav ul li ul li a:hover {
	background-color: rgba(36, 150, 209, 0.65);
}

nav ul ul {
	display: none;
}

nav ul li:hover > ul {
	display: block;
}

li.menuactive {
    background: #545e69;
}

li.menuactive.menuparent.parent ul .menuactive {
    background-color: rgba(52, 96, 170, 0.65);
}

/*Banner*/

#banner {
	background: url(/uploads/images/immorun/bannernew.jpg) no-repeat;
	width: 100%;
	height: 500px;
	background-size: cover;
	background-position: center top;
	margin-top: 80px;
        position: relative;
}

body.concept #banner {
	background: url(/uploads/images/immorun/bannerimmorun1.jpg) no-repeat;
}

body.info-run #banner {
	background: url(/uploads/images/immorun/bannerimmorun2.jpg) no-repeat;
}

body.subscrire #banner {
	background: url(/uploads/images/immorun/bannerimmorun3.jpg) no-repeat;
}

body.partners #banner {
	background: url(/uploads/images/immorun/bannerimmorun4.jpg) no-repeat;
}

body.contact-2 #banner {
	background: url(/uploads/images/immorun/bannerimmorun5.jpg) no-repeat;
}

.sub_page {
    height: 320px !important;
    background-position: center -190px;
}

#banner .pattern {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0,0,0, .2) url(/uploads/images/immorun/bg_trans.png); 
}

/* Banner video */

#banner_video {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden; 
}

video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translatey(-50%);
  -moz-transform: translateX(-50%) translatey(-50%);
  -ms-transform: translateX(-50%) translatey(-50%);
  -o-transform: translateX(-50%) translatey(-50%);
  transform: translateX(-50%) translatey(-50%);
  margin-left: 0 !important;
  margin-top: 0 !important;
  height: auto !important; 
width:100%;
}

#banner .wrapper {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
        position: relative;
        z-index: 2;
}

#banner .wrapper .col_left {
    width: 44%;
    float: left;
    margin-top: 90px;
    padding-top: 26%;
    background: url(/uploads/images/immorun/LOGO%20IMMORUN%20LUX%202020.png) no-repeat;
    background-size: 100%;
    margin-left: 0px;
}


#banner .wrapper .col_right {
    width: 32%;
    float: right;
    margin-top: 100px;
}

.faq_title {
    background: #3560a9;
    color: #fff;
    padding: 10px;
    padding-left: 30px;
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
    transition: .3s;
    text-align: left;
}

.faq_title.active {
    background : #545e69;
}

.faq_title:hover {
    background: #545e69;
    transition: .3s;
}

.faq_title::before {
    content: "\f054";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    font-size: 11px;
    padding-right: 0.5em;
    position: absolute;
    top: 14px;
    left: 12px;
}

.faq {
    display: none;
}

.faq_content {
    margin-top: 20px;
    margin-bottom: 20px;
}

.faq_content .faq:nth-child(3) {
    display: block;
}


.social_link {
    position: fixed;
    right: 0;
    top: 100px;
    z-index: 9999;
    line-height: 0;
}

.social_link a {
    display: block;
    line-height: 0;
    height: 50px;
    margin-bottom: 4px;
    position: relative;
    transition: .4s;
    border-right: 0;
    border-radius: 25px 0 0 25px;
    overflow: hidden;
    background: #fff;
    position: relative;
    right: -5px;
}

.social_link a:hover {
    opacity: .95;
    right: 0;
    transition: .4s;
}

.social_link a img {
    width: 50px;
}

.banner_content {
    background-color: rgba(255, 255, 255, 0.8);
    margin-bottom: 20px;
    padding: 15px;
}

.banner_content h2 {
    margin-bottom: 20px;
    border-bottom: 1px dotted #545e69;
    padding-bottom: 5px;
    text-align: left;
}

.banner_content p {
	color: #5d646e;
	text-transform: uppercase;
	font-size: 18px;
}

.banner_content .mc-field-group::after {
    content: "";
    display: block;
    clear: both;
}

.banner_content .mc-field-group {
    display: inline-block;
    width: 80%;
}

.banner_content #mce-responses {
    display: none;
}

.banner_content .clear {
    display: inline;
}

.banner_content #mc_embed_signup div.mce_inline_error {
    margin: 0;
    padding: 4px 10px;
    background-color: #6B0505;
    font-weight: normal;
    z-index: 1;
    color: #fff;
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    text-transform: uppercase;
    font-size: 12px;
}

.banner_content input[type="email"] {
    width: 100%;
    float: left;
    font-size: 14px;
    padding: 0 10px;
    border: 0;
    -webkit-appearance: none;
    border-radius: 0;
    height: 40px;
    color: #5d646e;
    background-color: rgba(255, 255, 255, 0.8);
}

.banner_content input[type="submit"] {
    width: 20%;
    float: right;
    background: #fff;
    border-radius: 0;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    text-transform: uppercase;
    font-size: 14px;
    padding: 0;
    height: 40px;
    color: #545e69;
    background-color: rgba(255, 255, 255, 0.8);
}

.banner_content.newsletter-bloc {
    margin-top: 50px;
}

.orange {
    background: #EF8035!important;
}

.bt_banner {
    width: 100%;
    padding: 10px 0;
    text-align: center;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    background-color: #545e69;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
}

.bt_banner:hover {
    opacity: 0.8;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
}

.banner_content.solidarity .bt_banner {
    background: #ec1c24 url(/uploads/images/layout/fondation4.png);
    background-position: 5% -10px;
    background-repeat: no-repeat;
    background-size: 55px;
}

/*Content*/

#content {
	background: url(/uploads/images/immorun/bg-content.jpg) no-repeat;
	background-position: center top;
position: relative;
}

.column_left {
	float: left;
	width: 68%;
	padding-right: 40px;
}

.column_left .NewsSummaryPostdate {
    font-size: 14px;
}

.column_left .NewsSummaryMorelink {
    padding-top: 20px;
    clear: both;
}

.column_left .NewsSummaryMorelink a {
    border: 0;
    background: transparent;
    color: #545e69;
    padding: 0;
    font-size: 14px;
    cursor: pointer;
    opacity: 1;
    text-decoration: none;
}

.column_left p {
    text-align: justify;
    margin-bottom: 15px;
    line-height: 1.4;
}

.column_left li {
    list-style: initial;
    margin: 10px 0 0 23px;
}

.column_left li ul li {
    list-style: circle;
}

.previous-back {
    margin-top: 20px;
}

.previous-back p {
    border: 0;
    color: #545e69;
    padding: 0;
    font-size: 14px;
    opacity: 1;
    text-decoration: none;
}

.previous-back a {
    border: 0;
    color: #545e69;
    padding: 0;
    font-size: 14px;
    opacity: 1;
    text-decoration: none;
}

.bt_toptiming {
    width: 100%;
    padding: 10px 0;
    text-align: center;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    background-color: #3560a9;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    margin-bottom: 25px;
}

.column_right {
	float: left;
	width: 32%;
}

.column_right .col_content {
    width: 100%;
    background: #eaeff3;
    float: right;
    padding: 20px;
}

.column_right .col_content h2 {
    margin-bottom: 10px;
    border-bottom: 1px dotted #3560a9;
    padding-bottom: 5px;
    text-align: left;
    font-weight: normal;
}

.column_right .col_content .bloc {
    width: 100%;
    height: 150px;
    background: #fff;
    margin: 10px auto;
}

.column_right .main_partner {
    background:#ffffff url(/uploads/images/logo_partners/immobel-01.png) no-repeat;
    width: 100%;
margin-top: 7px;
    padding-top: 32%;
    background-size: 100%;
}

div#slideshow_1 img, div#slideshow_2 img, div#slideshow_3 img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50% !important;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}

.link_fb {
    margin-bottom: 30px;
    text-align: left;
    color: #fff;
    font-weight: bold;
    margin-top: 10px;
}

.link_fb::after {
    content: "";
    display: block;
    clear: both;
}

.box_fb {
    background: #3b5998;
    background-position: right;

}

.box_fb p a {
    padding: 10px 0;
    text-decoration: none;
    color: #ffffff;
    display:block;
    font-weight: normal;
}

.tipofday {
    margin-bottom: 30px;
    display: none;
}

.blog_content {
    margin-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px dotted #b6c3cd;
}

.blog_content h3 {
	font-size: 14px;
	font-weight: bold;
}

.blog_content img { margin-bottom: 10px; margin-right: 10px; }

.blog_content h2 {
    margin: 15px 0;
    font-size: 22px;
}

.blog_content p {
    text-align: justify;
    line-height: 16px;
    font-size: 14px;
}

.blog_content button {
    margin-top: 20px;
    border: 0;
    background: transparent;
    color: #3560a9;
    padding: 0;
    font-size: 14px;
    cursor: pointer;
    opacity: 1;
}

.blog_content button:hover {
    opacity: 0.8;
}

#NewsPostDetailSummary h2 {
    margin-bottom: 10px;
}

#NewsPostDetailDate {
    margin-bottom: 10px;
}

#NewsPostDetailReturnLink a {
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    background-color: #3560a9;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    margin-top: 10px;
    display: inline-block;
}

#NewsPostDetailCategory {
    display: none;
}

#NewsPostDetailAuthor {
    display: none;
}

h3#NewsPostDetailTitle {
    display: none;
}

/*Footer*/

#link_pfm {
    float: left;
    width: 140px;
    margin-top: 22px;
    margin-left: 15px;
}

#link_pfm img {
    width: 100%;
}

@media only screen and (max-width : 640px) {
/*start*/

#link_pfm {
    margin-top: 0;
    margin-left: 30%;
}

/*end*/
}

footer {
	background: #25282e;
	width: 100%;
	font-size: 14px;
}

footer::after {
	content: "";
	display: block;
	clear: both;
}

footer .wrapper {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

#copyright {
    display: inline-block;
    float: left;
    line-height: 80px;
    color: #fff;
}

#terms{
display: inline-block;
    float: left;
    line-height: 80px;
    color: #aaa;
    margin-left: 40px;
}

.link {
    display: inline-block;
    margin-left: 10px;
}

.link .a2a_kit a {
    line-height: 80px;
    margin-left: 8px;
    font-size: 24px;
    text-decoration: none;
}

#copyright span {
    color: #3560a9;
}

#link_synexis {
    display: inline-block;
    float: right;
    line-height: 80px;
}

#link_synexis span {
    color: #fff;
}

#link_synexis a {
    color: #3560a9;
    text-decoration: none;
}

.form label {
    display: block;
    margin-bottom: 5px;
}

.form input[type="text"], .form input[type="email"], .form textarea {
    display: block;
    margin-bottom: 15px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    text-align: left;
    color: #666;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #c0c8ce;
    border-radius: 0;
    outline: none;
}

.form input[type="text"]:hover, .form input[type="email"]:hover, .form textarea:hover {
    background-color: rgba(255, 255, 255, 1);
}

.form input[type="text"], .form input[type="email"] {
    line-height: 35px;
}

.form textarea {
    height: 180px;
    resize: none;
    outline: none;
    padding: 10px;
}

.form input[type="submit"] {
    background: #3560a9;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    line-height: 35px;
    width: 100%;
    font-size: 14px;
    margin-bottom: 25px;
}

.form input[type="submit"]:hover {
    opacity: 0.8;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
}

.indicates-required {
    margin-bottom: 25px;
    font-size: 13px;
}

input#mce-MMERGE5 {
    height: 180px;
}

.form.mailchimp li {
    margin-bottom: 5px;
}

.form.mailchimp li label {
    display: inline-block;
}

.form_text {
    margin-bottom: 29px;
}

.form_text a {
    color: #3560a9;
}

iframe.video_home {
    height: 245px;
}

a.facebook {
    text-decoration: none;
}

h1:after {
    width: 75px;
    height: 3px;
    background: #545e69;
    content: "";
    display: block;
    position: absolute;
    margin-top: 4px;
    z-index: 99;
}


.column_right img {
    margin: 0 auto;
    display: block;
}

@media only screen and (max-width : 1700px) {
/*start*/

#banner .wrapper .col_left {
    margin-left: -200px;
}


/*end*/
}

@media only screen and (max-width : 1600px) {
/*start*/

#banner .wrapper .col_left {
    margin-left: -150px;
}

/*end*/
}

@media only screen and (max-width : 1500px) {
/*start*/

#banner .wrapper .col_left {
    margin-left: -100px;
}

@media only screen and (max-width : 1400px) {
/*start*/

#banner .wrapper .col_left {
    margin-left: -50px;
}

@media only screen and (max-width : 1300px) {
/*start*/

#banner .wrapper .col_left {
    margin-left: 0px;
}

/*end*/
}
@media only screen and (max-width : 1220px) {
/*start*/

/*end*/
}

@media only screen and (max-width : 1024px) {
/*start*/

nav ul li a {
    font-size: 16px;
    padding: 0 12px;
}

ul.sub_nav li a {
	font-size: 14px;
}

#banner_video {
    display: none;
}

/*end*/
}


@media only screen and (max-width : 900px) {
/*start*/

nav ul li a {
    font-size: 15px;
    padding: 0 10px;
}

ul.sub_nav li a {
	font-size: 13px;
}

#banner {
    height: 450px;
}




/*end*/
}


@media only screen and (max-width : 768px) {
/*start*/

nav ul li a {
    font-size: 15px;
    padding: 0 8px;
}

#banner .wrapper .col_right {
    margin-top: 35px;
}


/*end*/
}


@media only screen and (max-width : 755px) {
/*start*/

header {
    height: 60px;
}

.bt_open_menu, .bt_close_menu {
	display: block;
}

nav {
    position: fixed;
    top: 0px;
    right: -300px;
    width: 280px;
    background: #3560a9;
	height: 100%;
    overflow: scroll;
    border-left: 1px solid #000;
    z-index: 99999;

}

nav ul li {
	float: none;
	border-top: 1px dotted #000;
	background-color: rgba(37, 40, 46, 1);
}

nav ul li a {
	line-height: 35px;
}

nav ul li ul {
    position: relative;
    background-color: transparent;
    border-top: none;
    z-index: 99;
}

nav ul li ul li a {
	font-size: 13px;
	padding: 10px 30px;
	background: #3560a9;
	line-height: 16px;
}

nav ul ul {
    display: block;
}

h2 {
    font-size: 20px;
}

.banner_content h2 {
    margin-bottom: 15px;
}

#banner {
    height: 435px;
    margin-top: 60px;
}

.banner_content p {
    font-size: 16px;
}

.column_left {
    float: left;
    width: 100%;
    padding-right: 0%;
}

.column_right {
    float: left;
    width: 100%;
    margin-top: 50px;
}

#banner .wrapper .col_right {
    min-width: 250px;
}

#banner .wrapper .col_left {
    margin-top: 165px;
}


/*end*/
}

@media only screen and (max-width : 640px) {
/*start*/

#copyright, #link_synexis {
    width: 100%;
    text-align: center;
    line-height: 35px;
    background: #25282e;
}

.link {
    display: block;
    margin-left: 0;
    text-align: center;
}

.link .a2a_kit a {
    line-height: 50px;
    margin-left: 4px;
    margin-right: 4px;
}

footer {
    padding: 10px 0;
}

/*end*/
}

@media only screen and (max-width : 580px) {
/*start*/


#banner .wrapper .col_right {
    min-width: 220px;
}

#banner {
    background-position: -222px center;
}


/*end*/
}


@media only screen and (max-width : 480px) {
/*start*/

#logo {
    width: 150px;
    height: 105px;
}

#banner .wrapper .col_left {
    width: 100%;
    float: left;
    margin-top: 70px;
    padding-top: 30%;
    background-size: 39%;
    background-position: center;
}

#banner .wrapper .col_right {
    width: 100%;
    float: left;
    margin-top: 10px;
}

.banner_content {
    margin-bottom: 0px;
    padding: 10px 15px 10px;
}

.bt_banner {
    padding: 8px 0;
    font-size: 12px;
}

iframe.video_home {
    height: 266px;
}



/*end*/
}
.bt_inscription {
    width: 100%;
    padding: 10px 0;
    text-align: center;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    background-color: #09225f;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    margin-bottom: 25px;
}
@media only screen and (max-width : 640px) {
/*start*/

#terms{
    width: 100%;
    text-align: center;
    line-height: 35px;
    margin-left: 0px;
}
/* Stylesheet: Immorun CSS Modified On 2020-01-27 12:21:55 */
