@import url('https://fonts.googleapis.com/css?family=Abril+Fatface|Playfair+Display:400,700|Poppins:300,400,600,700');

html, body {
    font-family: 'Poppins', sans-serif;
    font-weight:300;
    font-size:14px;
    color:#8f8f8f;
    overflow-x:hidden;
}

body {
    position:relative;
}

#mainwrapper {
    background:#fff url('../img/body_bg.png') top center repeat-y;
    position:relative;
    z-index:1;
}

strong {
    font-weight:600;
}

a.button_blue {
    position:absolute;
    right:-15px;
    bottom:30px;
    background:#18519f;
    color:#ffffff;
    text-transform: uppercase;
    display:block;
    padding:18px 20px;
    font-weight:bold;
    transition:all 0.4s;
    letter-spacing:2px;
}

a.button_blue:hover {
    background:#2d7adb;
    text-decoration: none;
    cursor:pointer;
}

.overlay nav a {
    opacity: 0;
    position: absolute;
    top: 70%;
}
.overlay nav a.linkVisible {
    opacity: 1;
    position: relative;
    top: 40%;
    transition: all 0.3s cubic-bezier(0.21, 0.41, 0.46, 1) 0s;
}
.Mobile-bar-menu {
    -moz-user-select: none;
    background-color: transparent;
    border: 0 none;
    float: right;
    line-height: 0;
    padding: 5px 0;
    stroke: #18519f;
    stroke-width: 1;
    margin-top: 60px;
}
.Icon--hamburger {
    height: 18px;
    stroke-width: 2;
    width: 24px;
}
.Icon--hamburger .use--even {
    display: none;
}

#bottom {
	text-align:center;
	padding:45px 0 35px 0;
	
	position:fixed; 
	height:123px;
	bottom:0;
	width:100%;
	z-index:0;
}

#logo_aki {
    background: rgba(0, 0, 0, 0) url("../img/aki_logo.png") no-repeat scroll 0 0;
    display: block;
    height: 34px;
    margin: auto;
    opacity: 0.5;
    transition: opacity 500ms ease 0s;
    width: 116px;
}

#logo_aki::after {
    background: rgba(0, 0, 0, 0) url("../img/aki_logo_hover.png") no-repeat scroll 0 0;
    content: "";
    display: block;
    height: 100%;
    transition: all 500ms ease 0s;
    width: 0;
}

#logo_aki:hover {
    opacity: 1;
}

#logo_aki:hover::after {
    width: 100%;
}

#contact_infos {
	margin-bottom:123px;
	clear:both;
}

.navbar-fixed-top {
    padding-top:42px;
    padding-bottom:42px;
    background: #ffffff url('../img/body_bg.png') top center repeat-y;
}

.navbar-fixed-top.sticky {
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.1);
}

#navbar {
    float:right;
}

.container.main {
    margin-top: 180px;
    padding-top: 45px;
}

#menu-big {
    margin-top: 50px;
}

#menu-big a {
    color:#0b0c11;
    font-weight:700;
    text-transform: uppercase;
    padding:7px 15px;
    margin:0 13px;
    letter-spacing: 1.5px;
    font-size:12px;
    transition:all 0.3s;
}

#menu-big a:active, #menu-big a:focus {
    background:none;
}

#menu-big a:hover {
    text-decoration: none;
    background:none;
    color:#18519f;
}

#menu-big li.active a, #menu-big li.active2 a {
    color:#ffffff;
    background:#18519f;
}

#menu-big li a {
    border:3px solid transparent;
}

#menu-big li.active2 a {
    transition:all 0.2s;
}

#menu-big li.active2 a:hover {
    background:#ffffff;
    border-color:#18519f;
    color:#0b0c11;
    text-decoration: none;
}

p.sub {
    text-transform: uppercase;
    font-weight:bold;
    letter-spacing:2px;
    font-size:12px;
    color:#2d7adb;
    margin-bottom: -15px;
    line-height: inherit;
}

h1 {
    font-family: 'Playfair Display', serif;
    color:#2d7adb;
    text-align:center;
    font-size: 26px;
    margin-bottom: 30px;
}

h2 {
    font-family: 'Abril Fatface', cursive;
    font-size:62px;
    font-weight: 400;
    color:#353535;
    margin-bottom: 20px;
}

h2 span {
    color:#18519f;
}

p {
    line-height:25px;
    letter-spacing: 0.25px
}

.dark {
    font-weight: bold;
    color:#353535;
}

#slideshow-container {
    margin-top: 60px;
}

#slideshow_controls_wrapper {
    position:absolute;
    width:100%;
    z-index:1;
}

#slideshow-container2 {
    margin-bottom: 30px;
}

#slideshow_controls_wrapper2 {
    text-align: right;
    position:relative;
    bottom:-100px;
    right:15px;
    z-index:1;
}

.slideshow_controls {
    position:absolute;
    width:100%;
    top:50%;
    text-align: center;
    height:20px;
    margin-top: -10px;
}

.pagingInfo, .pagingInfo2 {
    display:inline-block;
    width:50px;
    text-align: center;
    color:#18519f;
}

.slideshow_prev, .slideshow_next, .slideshow_prev2, .slideshow_next2  {
    cursor:pointer;
}

.slideshow_prev:hover, .slideshow_next:hover , .slideshow_prev2:hover, .slideshow_next2:hover {
    color:#18519f;
}

.slideshow img {
    -webkit-box-shadow: -30px 30px 38px 0px rgba(209,209,209,0.75);
    -moz-box-shadow: -30px 30px 38px 0px rgba(209,209,209,0.75);
    box-shadow: -30px 30px 38px 0px rgba(209,209,209,0.75);
    width: 100%;
    margin-bottom: 75px;
}

.slideshow2 img {
    width:100%;
}

.wrap-img-1, .wrap-img-2 {
    position:relative;
}

.wrap-img-2 a.button_blue {
    position:absolute;
    right:94px;
    top:140px;
    bottom:auto;
    z-index:1;
}

.wrap-img-1 img {
    margin-top: 140px;
    margin-left: -110px;
    width: calc(100% + 110px);
    margin-bottom: 75px;
    position:relative;
    z-index:2;

    -webkit-box-shadow: -70px 55px 60px -40px rgba(155,155,155,0.75);
    -moz-box-shadow: -70px 55px 60px -40px rgba(155,155,155,0.75);
    box-shadow: -70px 55px 60px -40px rgba(155,155,155,0.75);
}

.slider2-content {
    width:80%;
    float:right;
    padding:55px 130px 0 0;
    color:#616161;
    text-align: justify;
}

.slider2-content p.main {
    font-weight:bold;
    text-transform: uppercase;
    color:#333333;
    padding:20px 15px;
    display:inline;
    border-bottom:2px solid #6ca2e6;
    position:relative;
    top: 40px;
    letter-spacing:2px;
}

.slideshow2 [data-animation-in] {
    opacity: 0;
}

#expertises h2 {
    margin-bottom: 30px;
}

#expertises-img img {
    height:100%;
    position:relative;
    visibility: hidden;
}

#expertises-img {
    background: url('../img/plafonneur_bg.png') top center repeat-y;
    background-size:cover;
    overflow: hidden;
}

#expertises-content {
    position:absolute;
    z-index:10;
    padding-top:100px;
}

#expertises-content p.sub {
    margin-bottom: 0;
}

h3 {
    font-family: 'Playfair Display', serif;
    font-size:26px;
    color:#2d7adb;
    margin-bottom: 20px;
    font-weight:normal;
}

#realisations {
    padding-top: 95px;
}

#realisations h2, #realisations h3, #realisations p.dark {
    text-align:center;
}

.separator {
    width:2px;
    height:52px;
    margin:50px auto;
    background:#2d7adb;
}

.separator.big {
    height:100px;
}

#blog {
    background: url('../img/blog_bg.jpg') top center no-repeat;
    background-size:cover;
    padding:90px 0 30px 0;
}

#blog h2 {
    text-align:center;
}

#blog p {
    color:#616161;
}

.blog_item {
    clear:both;
    float:left;
    background:#ffffff;
    padding: 35px;
    margin-bottom: 35px;
    position:relative;
}
 
.blog_item:nth-child(odd) {
    float:right;
}   

.blog_item_content {
    width: calc(100% - 155px);
}

#contact {
    padding-top:40px;
    padding-bottom: 90px;
}

#contact h2 {
    text-align: center;
}

a.button_form {
    color:#ffffff;
    text-transform: uppercase;
    display:block;
    padding:18px 40px 18px 20px;
    font-weight:bold;
    transition:all 0.4s;
    margin-top: 40px;
    background: #18519f url('../img/button_arrow.png') no-repeat;
    background-position : calc(100% - 30px) 50%;
    letter-spacing:2px;
}

a.button_form:hover {
    background-color:#2d7adb;
    background-position : calc(100% - 20px) 50%;
    text-decoration: none;
    cursor:pointer;
}

#contact_infos {
    background: url('../img/contact_bg.jpg') top center no-repeat;
    background-size:cover;
    padding-top: 70px;
    padding-bottom: 50px;
}

#contact_infos p {
    color:#353535;
    font-weight:bold;
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 25px;
}

.button_contact {
    color:#ffffff;
    text-transform: uppercase;
    display:block;
    padding:5px 0px;
    font-weight:bold;
    transition:all 0.4s;
    text-align: center;
    float:left;
    background: #18519f;
    width:180px;
    font-size:12px;
    margin-right: 10px;
    clear:both;
    letter-spacing: 2px;
}

.button_contact:hover {
    background-color:#2d7adb;
    text-decoration: none;
    cursor:pointer;
}

.infos_contact {
    text-transform: uppercase;
    color:#2d7adb;
    font-size:12px;
    float:left;
    font-weight:bold;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.infos_contact span {
    display: block;
    color:#18519f;
}

button:disabled {
    display:none;
}

button.backward {
    display:none;
}

.wizard {
    display:table;
    margin:0 auto;
}

.wizard input[type=text], .wizard input[type=email] {
    background:#eaeaea;
    border:none;
    padding:5px 25px;
    width:140px;
    margin: 0 10px;
    height:50px;
    line-height:50px;
    color:#353535;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing:2px;
}

.wizard .step, .wizard .navigation {
    float:left;
}

.wizard .step {
    text-transform: uppercase;
    font-weight:600;
    color:#353535;
}

label.error {
    position:absolute;
    color:red;
    margin-left:-145px;
    margin-top:55px;
    font-weight:normal;
    font-size:12px;
}

button.forward ,button.submit {
    border:none;
    background: #18519f url('../img/button_arrow.png') center 50% no-repeat;
    width:50px;
    min-height:50px;
    transition:all 0.4s;
    margin-left: 15px;
}

button.forward:hover, button.submit:hover {
    background-color:#2d7adb;
    background-position : 65% 50%;
    text-decoration: none;
    cursor:pointer;
}

.ui-checkboxradio-label, .ui-checkboxradio-label:hover {
    border:none !important;
    border-radius: 0;
    padding:5px 25px;
    margin: 0 15px;
    line-height:40px;
    color:#353535;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    height:50px;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: none;
    background: #1857A9;
    font-weight: inherit;
    color: #ffffff;
}

.ui-visual-focus {
    box-shadow: none;
}

.wizard input[type="text"].large {
    width:250px;
    text-align: center;
}

#form-part, #form-pro {
    display:none;
    margin-top: 40px;
}

.dark.text-uppercase {
    letter-spacing: 2px;
}

#content p.dark {
    margin-bottom: 50px;
    text-align: center;
}

#content p {
    text-align:justify;
}

.success {  
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}