/*------------------------------------------------------------------------

Theme Name: 4You
    1.    Shortcode
    2.    Header
    3.    banner
    4.    main
    5.    footer
    6.    pages
    6.    responsive
font-family: 'Roboto Slab', serif;
font-family: 'Museo Slab 500';
font-family: 'Museo 300';
font-family: 'Raleway', sans-serif;
font-family: 'Lato', sans-serif;
*/


/* 1 ----------------------------- shortcode ----------------------------*/

a, div, ul, li {
    margin: 0px;
    padding: 0px;
}

a, input, textarea, button, select {
    outline: none;
}

ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

a:hover, a:focus, input:focus, textarea:focus, button:focus, select:focus {
    outline: none !important;
    text-decoration: none;
}

body {
    font: normal 20px/33px 'Lato', sans-serif;
    color: #fff;
    letter-spacing: 2px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}

input, textarea {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

input[type="search"], input[type="text"], input[type="url"], input[type="number"], input[type="password"], input[type="email"], input[type="file"], select, textarea, textarea.form-control, input.wpcf7-form-control, button, html input[type="button"], input[type="reset"], input[type="submit"] {
    background: none;
    border: 1px solid #dfdfdf;
    background-color: #faf9f9;
    height: 35px;
    line-height: 35px;
    padding: 0 12px;
    color: #9d9d9d;
    font-size: 14px;
    box-shadow: none;
    width: 100%;
}

textarea, textarea.form-control, textarea.wpcf7-form-control, .wpcf7-textarea.form-control {
    resize: none;
    padding: 12px;
    height: 175px;
    line-height: inherit;
}

.form-group {
    margin-bottom: 10px;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    border: 0px;
    width: inherit;
}

a {
    color: #505050;
}

a:hover {
    text-decoration: none;
}

p:last-of-type {
    margin-bottom: 0px;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
    border: 0;
}

.btn {
    color: #fff;
    padding: 6px 15px;
}

.btn:hover {
    color: #fff;
}


/*--- transition--*/

a, input[type="submit"] {
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}


/*--- transition scale--*/

.icon-content i:hover, .case .box:hover, .tm-holder:hover {
    transform: scale(1.05);
}


/*---image gray on hover---*/

.blog-hold figure a:hover img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
}


/*----- circle border radius---*/

ul.social li a, .box figure {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-weight: normal;
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
    font-family: 'Lato';
    letter-spacing: 3px;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {
    color: #fff;
}

h1, .h1 {
    font-size: 39px;
    /*letter-spacing: 4px;*/
}

h2, .h2 {
    font-size: 30px;
}

.home-pg h2 {
    line-height: 47px;
    margin-bottom: 39px !important;
    font-size: 28px;
}

h3, .h3 {
    font-size: 20px;
}

h4, .h4 {
    font-size: 18px;
}

h5, .h5 {
    font-size: 16px;
}

h6, .h6 {
    font-size: 15px;
}

@media (min-width: 1200px) {
    .container {
        width: 1120px;
    }
}

.bg-padding {
    padding: 25px;
}

.outer-wrap {
    margin: 0 auto;
    padding-top: 35px;
}

/*.screen-height:before {
    position: fixed;
    width: 97%;
    height: 94%;
    content: '';
   
    margin: auto;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 3%;
    
}*/
/* border: 1px solid #fff;*/
/*z-index: 1;*/
.home-pg {
    background: #0c1e2a url("images/home-v2.jpg") no-repeat top center;
    background-size: cover;
    
}

@media screen and (max-width:768px){
	.home-pg {
	    
	    background-position-y: 50px;
	}
}

.qui {
    background: #000000 url("images/bg2.jpg") no-repeat top center;
    background-size: cover;
}

.blue-bg {
    background-color: #407692
}

.pour {
    background: #0a1d2a url("images/bg3.jpg") no-repeat top center;
    background-size: cover;
}

.refrences {
    background: #0c1e2a url("images/bg4.jpg") no-repeat top center;
    background-size: cover;
}

.comment {
    background: #3a353d url("images/comment-bg.jpg") no-repeat top center;
    background-size: cover;
}

.contact {
    background: #07080A url("/wp-content/uploads/2019/01/background-cou.jpg") no-repeat top center;
    background-size: cover;
}

.nous {
    background: #0f212d url("images/nous-bg.jpg") repeat top center;
    background-size: contain;
}


/* -------------- header -------------*/

.navbar-collapse {
    padding-right: 10px;
    padding-left: 10px;
}

ul.nav.navbar-nav {
    display: block;
    width: 100%;
}

.navbar-default .navbar-nav>li>a, .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #cdc1bf;
    text-transform: uppercase;
    background-color: transparent;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #fff;
}

.navbar-nav>li {
    float: left;
    font-family: 'Museo Slab 500';
    font-size: 16px;
}

.navbar-nav>li a {
    border-top: 5px solid transparent;
    padding: 1em 2.4em;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover, .navbar-nav>li a:hover, .navbar-nav>li.current-menu-item a {
    border-color: #fff;
    color: #fff;
}

.navbar {
    margin-bottom: 25px;
}

/*ul.social {
    margin: 13px 0 0 !important;
    position: fixed !important; top:20px !important;
    right: 20%;
}*/

ul.social li {
    display: inline-block;
}

ul.social li a {
    width: 33px;
    height: 33px;
    line-height: 31px;
    display: block;
    border: 1px solid #8d969b;
    margin: 0 2px;
    color: #fff;
    font-size: 17px;
}

ul.social li a:hover {
    color: #ccc;
}

ul.nav.navbar-nav {
    margin-bottom: 2px !important;
}

ul.social, .menu-main-container {
    display: inline-block;
    vertical-align: top;
}

nav.navbar.navbar-default {
    background-color: rgba(0,0,0,0.7);

    border-radius: 0;
    margin: 0;
    border-top: 1px solid #ccbebe;
}

.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

.page-title {
    position: relative;
    left: -77px;
    text-align: left;
}

.page-title h2 {
    font-family: 'Roboto Slab', serif;
    text-transform: uppercase;
    margin: 31px 0 0 23px;
}

.page-title figure, .page-title h2 {
    display: inline-block;
}

.page-title h2 {
    vertical-align: top;
    margin-bottom: 0px;
}

.box.raleway h2, .raleway, .box.raleway h3 {
    font-family: 'Raleway', sans-serif;
    letter-spacing: inherit;
}

.page-title h2 span {
    font-family: 'Museo Slab 500';
    text-transform: initial;
    letter-spacing: initial;
    font-size: 24px;
    font-style: italic;
}

.box {
    width: 308px;
    border: 2px solid #fff;
    min-height: 315px;
    margin-bottom: 54px !important;
}

.box.center-box {
    margin: 0 auto;
}

.box.raleway h2 {
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: uppercase;
    line-height: 30px;
}

.box.raleway h3 {
    margin-bottom: 3px;
    font-size: 22px;
    letter-spacing: 0.01em;
    font-weight: 500;
}

.box figure {
    border: 8px solid #172935;
    width: initial;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    margin-top: -82px;
    margin-bottom: 20px;
}

.box.raleway h3 a, .box.raleway h3 {
    color: #bcbbbb;
}

.partners figure {
    display: inline-block;
    vertical-align: middle;
}

.partners figure + figure {
    margin-left: 60px;
}

.partners figure img:hover {
    opacity: 0.8;
}

.refrences-list {
    margin-bottom: 56px !important;
}

.refrences-list ul li {
    display: inline-block;
    width: 20.5%;
    vertical-align: middle;
    margin-bottom: 20px;
}

.contact-info {
    margin-bottom: 60px !important;
    padding: 20px;
    background: rgba(0,0,0,0.3);

}

.contact-info h2 {
    font-family: inherit;
    text-transform: uppercase;
}

.contact-info h2 span {
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-family: 'Lato', sans-serif;
    letter-spacing: 1px;
    text-transform: initial;
}

.contact-info h2 span a {
    color: #1fe09a;
}

.contact-info .sep {
    margin-top: 35px;
    margin-bottom: 33px;
    border-top: 1px solid #fff;
    width: 73.5%;
    margin-left: 0;
    height: 1px;
}


/*========== light gray ( default main) ==========*/

a:hover, h1 a:hover, .h1 a:hover, h2 a:hover, .h2 a:hover, h3 a:hover, .h3 a:hover, h4 a:hover, .h4 a:hover, h5 a:hover, .h5 a:hover, h6 a:hover, .h6 a:hover, .box h3 a:hover, .contact-info h2 span a:hover {
    color: #e8e8e8;
}


/*=============== margin =============*/

ul, ol {
    margin-bottom: 15px !important;
}

.content {
    margin-bottom: 83px;
}

p {
    margin-bottom: 33px;
}

.vc_row.bg-padding {
    margin: 0;
}

.wpb_content_element, .wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
    margin-bottom: 0px !important;
}

.container {
    margin: 0 auto;
}

.vc_row.wpb_row.vc_inner.vc_row-fluid.outer-wrap {
    float: none;
    margin: 0 auto;
}

.vc_column_container>.vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

div#qui .container.page-title {
    margin-bottom: 280px !important;
}

.wpb_text_column.wpb_content_element.container.content {
    margin-bottom: 75px !important;
}

div#quoi .container.page-title {
    margin-bottom: 40px !important;
}

div#pour .container.page-title {
    margin-bottom: 125px !important;
}

div#comment-mouse-wheel .container.page-title {
    margin-bottom: 38px !important;
}

div#gallery .container.page-title {
    margin-bottom: 50px !important;
}

div#references .container.page-title {
    margin-bottom: 30px !important;
}

div#contact .container.page-title {
    margin-bottom: 22px !important;
}

figure.quoi {
    margin-bottom: 62px;
}

.wpb_text_column.wpb_content_element.partners {
    margin-bottom: 65px !important;
}

.wpb_text_column.wpb_content_element.container.wheel {
    margin-bottom: 75px !important;
}

.wpb_text_column.wpb_content_element.container.gallery-block {
    margin-bottom: 34px !important;
}


/*=============== comment block =============*/

.round-image-block {
    position: relative;
    margin-bottom: 75px;
}

.comment .page-title {
    margin-bottom: 40px;
}

.inner-img {
    position: absolute;
}

.inner-img1 {
    right: 40%;
    top: 9%;
}

.inner-img2 {
    right: 31%;
    top: 50%;
}

.inner-img3 {
    right: 44%;
    bottom: 6%;
}

.inner-img.inner-img4 {
    left: 32%;
    bottom: 26%;
}

.inner-img5 {
    top: 17%;
    left: 35%;
}

.round-image-block .cnt {
    position: absolute;
    top: 0;
    z-index: 2;
}

.round-image-block .cnt h4 {
    color: #3cd883;
    font-family: 'Roboto Slab', serif;
    text-transform: uppercase;
    margin-bottom: 0px;
    font-size: 21px;
    letter-spacing: 0px;
}

.round-image-block .cnt h4:before {
    content: " ";
    display: block;
    margin-right: 12px;
    position: absolute;
}

.round-image-block .cnt.first {
    right: -27px;
    top: 35px;
}

.round-image-block .cnt.first h4:before {
    background: url(images/first.png) no-repeat;
    width: 239px;
    height: 34px;
    top: 20px;
    left: -250px;
}

.round-image-block .cnt.second {
    right: 20px;
    top: 345px;
}

.round-image-block .cnt.second h4:before {
    background: url(images/second.png) no-repeat;
    width: 239px;
    height: 33px;
    top: -43px;
    left: -155px;
}

.round-image-block .cnt.third {
    right: -13px;
    top: 482px;
}

.round-image-block .cnt.third h4:before {
    background: url(images/third.png) no-repeat;
    width: 233px;
    height: 34px;
    top: -20px;
    left: -255px;
}

.round-image-block .cnt.forth {
    left: 16px;
    top: 345px;
}

.round-image-block .cnt.forth h4:before {
    background: url(images/forth.png) no-repeat;
    width: 228px;
    height: 34px;
    top: -35px;
    left: 116px;
}

.round-image-block .cnt.fifth {
    left: 24px;
    top: 141px;
}

.round-image-block .cnt.fifth h4:before {
    background: url(images/fifth.png) no-repeat;
    width: 238px;
    height: 34px;
    top: -45px;
    left: 130px;
}


/*=============== galerie block =============*/

.page-title em {
    font-size: 24px;
    font-family: 'Museo Slab 500';
    text-transform: capitalize;
    letter-spacing: 0;
}

.navbar-nav>li ul.sub-menu {
    position: absolute;
    bottom: 40px;
    width: 100%;
}

.sub-menu a {
    background: #f3f3f3;
    display: block;
    padding: 0 10px!important;
    font-style: italic;
    letter-spacing: 0;
}

.sub-menu li {
    border-bottom: 1px solid #bebebe;
}

.sub-menu li:last-child {
    border: 0;
}

.sub-menu li a:hover {
    color: #407692;
    background: #fff;
}

.navbar-nav>li .sub-menu li a {
    border-top: 0px;
}

.sub-menu {
    display: none;
}

.nav li:hover .sub-menu {
    display: block;
}

.section.portfolio-text {
    text-align: left;
    font-size: 11px;
    letter-spacing: 0px;
    line-height: 25px;
    width: 320px;
    position: relative;
}

.wrp {
    position: absolute;
    bottom: 20%;
}

.section.portfolio-text .cats span {
    display: inline-block;
}

.section.portfolio-text .cats span {
    color: #fff;
}

.section.portfolio-text .cats span:after {
    content: "/";
    display: inline-block;
    margin: 0 3px;
}

.section.portfolio-text h4 {
    color: #29f383;
    font-family: 'Roboto Slab', serif;
    margin-bottom: 20px;
    font-weight: 100;
}

div#menu-bar {
    position: fixed;
    width: 100%;
    top: 0%;
    z-index: 3;
    padding: 0px 0px 10px 0px !important;
    background-color: rgba(0,0,0,0.7);
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Safari only override */
    ::i-block-chrome, div#menu-bar {
        bottom: 3.5%;
    }
}

.comment-img {
    position: relative;
    z-index: 2;
}

@media screen and (min-width:769px){
	.comment-img {
	    display:block;
	}
	.comment-img-responsive {
	    display:none;
	}
}

@media screen and (max-width:768px){
	.comment-img {
	    display:none;
	}
	.comment-img-responsive {
	    display:block;
	}
	
	.comment-img-responsive .inner-img{
		position: inherit !important;
		margin-bottom: 15px;
		    display: block;
    min-height: 70px;
	}
	
	.comment-img-responsive .inner-img img{
		
	}
	
	.comment-img-responsive .inner-img h4{
		
		    line-height: 26px;
    margin-left: 14px;
    font-size: 15px;
	}
	
	.comment-img-responsive .round-image-block figure img {
	    width: inherit;
	    margin-bottom: 50px;
	}
	
	 #qui, #quoi, #pour, #gallery, #references, #contact, #comment-mouse-wheel{
		height: auto !important;
	}
	
	
	
}


#gallery{
	height: auto !important;
}

.scroll-gallery1 {
    position: relative;
    z-index: 2;
    width: 100%;
}

#scrolling {
    /*frame*/
    width: 100%;
    /*height: 300px;*/
    height: auto;
    overflow: hidden;
}

#scrolling ul {
    /*Add if you want to disable the option of selecting the text while sliding*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0;
    padding: 0;
    list-style-type: none;
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

#scrolling li {
    float: left;
    /*width:300px;*/
    width: 400px;
    margin-left: 10px;
}

#desktop-gallery-text {
    margin-left: 25%;
}

#desktop-gallery-text .wrp {
    position: absolute;
    bottom: -10%;
}

.section.portfolio-text, .scroll-wrap.sec-right {
    display: inline-block;
}

#mobile-gallery-text {
    display: none;
}

.phn {
    padding-bottom: 5%;
}


/*---------------- responsive ------*/

@media screen and (max-width:992px) {
    .home-pg, .qui, .pour, .refrences, .comment, .contact, .nous {
        background-position:center center;
    }

}

@media screen and (max-width:1480px) {
	.nous {
        background-size: 100%;
    }
}
@media screen and (min-width:992px) and (max-width:1260px){
	
    body div#gallery .container.page-title figure img{max-width:70px;}
    body div#gallery .container.page-title h2{font-size:18px;margin:20px 0 0 5px}
    body div#gallery .container.page-title h2 em{font-size:20px;}
}
@media screen and (min-width:768px) and (max-width:1480px){
	
    body div#gallery .container.page-title{margin-left:3%!important;padding-left:0!important;margin-top:10px;}
}
@media screen and (min-width:1481px) and (max-width:1600px){
	
    body div#gallery .container.page-title{margin-left:8%!important;padding-left:0!important;margin-top:10px;}
}
@media screen and (min-width:1601px) and (max-width:2200px){
	
    body div#gallery .container.page-title{margin-left:12%!important;padding-left:0!important;margin-top:10px;}
}
@media screen and (max-width:1199px) {
  
    #home .wpb_wrapper p img {
        max-width: 270px;
    }
}

@media screen and (min-width:768px) and (max-width:1023px) {
    body {
        font-size: 16px;
        line-height: 25px;
    }
    p {
        margin-bottom: 20px;
    }
    figure.logo img {
        width: 200px;
    }
    .home-pg h2, h2, .h2 {
        line-height: 30px;
        font-size: 20px;
    }
    .navbar-nav>li a {
        padding: 1em 0.7em;
        font-size: 14px;
    }
    .page-title figure img {
        width: 50px;
    }
    .page-title h2 {
        margin: 5px 0 0 5px;
    }
    div#qui .container.page-title {
        margin-bottom: 26% !important;
    }
    div#quoi .container.page-title {
        margin-bottom: 5% !important;
    }
    div#pour .container.page-title {
        margin-bottom: 5% !important;
    }
    figure.quoi {
        margin-bottom: 10px;
    }
    #quoi p {
        font-size: 16px;
        line-height: 20px;
    }
    .box.raleway h3 {
        margin-bottom: 5px;
        font-size: 14px;
    }
    .box.raleway h2 {
        margin-bottom: 20px;
        line-height: 22px;
    }
    .box figure {
        margin-top: -40px;
        margin-bottom: 20px;
    }
    .box {
        width: 95%;
        border: 1px solid #fff;
        min-height: 230px;
        margin-bottom: 20px !important;
        float: none !important;
    }
    .partners img {
        width: 80px;
    }
    .partners figure + figure {
        margin-left: 10px;
    }
    .bg-padding {
        padding: 8px;
    }
    .outer-wrap {
        padding-top: 10px;
    }
    .wpb_text_column.wpb_content_element.partners {
        margin-bottom: 10px !important;
    }
    /*.round-image-block figure img {
        width: 275px;
    }
    .wpb_text_column.wpb_content_element.container.wheel {
        margin-bottom: 1% !important;
    }
    .inner-img.inner-img1 img {
        width: 30px;
    }
    .inner-img.inner-img2 img {
        width: 45px;
    }
    .inner-img.inner-img3 img {
        width: 40px;
    }
    .inner-img.inner-img4 img {
        width: 28px;
    }
    .inner-img.inner-img5 img {
        width: 25px;
    }
    .inner-img1 {
        right: 41%;
        top: 10%;
    }
    .inner-img2 {
        right: 33%;
        top: 48%;
    }
    .inner-img.inner-img4 {
        left: 36%;
    }
    .inner-img5 {
        left: 38%;
    }
    .round-image-block .cnt h4:before {
        width: 100px !important;
        background-size: 100% !important;
    }
    .round-image-block .cnt.first {
        right: 120px;
        top: 18px;
    }
    .round-image-block .cnt.first h4:before {
        left: -50px;
    }
    .round-image-block .cnt.second h4:before {
        top: -10px;
        left: -10px;
    }
    .round-image-block .cnt.second {
        right: 105px;
        top: 169px;
    }
    .round-image-block .cnt.third h4:before {
        top: 5px;
        left: -30px;
    }
    .round-image-block .cnt.third {
        right: 110px;
        top: 240px;
    }
    .round-image-block .cnt.forth h4:before {
        top: -10px;
        left: 80px;
    }
    .round-image-block .cnt.forth {
        left: 85px;
        top: 180px;
    }
    .round-image-block .cnt.fifth h4:before {
        top: -13px;
        left: 70px;
    }
    .round-image-block .cnt.fifth {
        left: 109px;
        top: 67px;
    }*/
    .round-image-block figure img {
        width: 350px;
    }
    .wpb_text_column.wpb_content_element.container.wheel {
        margin-bottom: 1% !important;
    }
    .inner-img.inner-img1 img {
        width: 30px;
    }
    .inner-img.inner-img2 img {
        width: 45px;
    }
    .inner-img.inner-img3 img {
        width: 40px;
    }
    .inner-img.inner-img4 img {
        width: 28px;
    }
    .inner-img.inner-img5 img {
        width: 25px;
    }
    .inner-img1 {
        right: 43%;
        top: 9%;
    }
    .inner-img2 {
        right: 30%;
        top: 48%;
    }
    .inner-img3 {
        left: 46%;
    }
    .inner-img.inner-img4 {
        left: 32%;
    }
    .inner-img5 {
        left: 35%;
    }
    .round-image-block .cnt h4:before {
        width: 100px !important;
        background-size: 100% !important;
    }
    .round-image-block .cnt.first {
        right: 100px;
        top: 18px;
    }
    .round-image-block .cnt.first h4:before {
        left: -50px;
    }
    .round-image-block .cnt.second h4:before {
        top: -10px;
        left: -10px;
    }
    .round-image-block .cnt.second {
        right: 78px;
        top: 202px;
    }
    .round-image-block .cnt.third h4:before {
        top: 5px;
        left: -30px;
    }
    .round-image-block .cnt.third {
        right: 118px;
        top: 315px;
    }
    .round-image-block .cnt.forth h4:before {
        top: -10px;
        left: 80px;
    }
    .round-image-block .cnt.forth {
        left: 55px;
        top: 240px;
    }
    .round-image-block .cnt.fifth h4:before {
        top: -13px;
        left: 70px;
    }
    .round-image-block .cnt.fifth {
        left: 87px;
        top: 89px;
    }
    .navbar-nav>li ul.sub-menu {
        bottom: 36px;
    }
    .contact-info .sep {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .refrences-list ul li {
        width: 12.5%;
    }
    h1, .h1 {
        font-size: 20px;
    }
    /*.screen-height:before {
        width: 99%;
        height: 98%;
        top: 1%;
    }*/
    .page-title h2 span, .page-title em {
        font-size: 15px;
    }
    .navbar-nav>li {
        float: none;
        display: inline-block;
    }
}

@media screen and (min-width:768px) {
    .page-title {
        left: 0;
    }
    /*.logo {
        padding-bottom: 45%;
    }
    .logo, .page-title {
        position: relative;
        z-index: 2;
    }*/
    .round-image-block .cnt h4 {
        font-size: 15px;
    }
}

@media screen and (min-width:992px) {
   /* .logo {
        padding-bottom: 38%;
    }*/
    .page-title figure img {
        width: auto;
    }
    div#pour .container.page-title {
        margin-bottom: 12% !important;
    }
    div#pour .row.feature-block {
        margin-bottom: 30px !important;
    }
    h2, .h2, .box.raleway h2 {
        font-size: 20px;
    }
    .box.raleway h3 {
        font-size: 13px;
    }
    .box figure {
        margin-bottom: 15px;
    }
    .inner-img5 {
        left: 40.5%;
    }
    .inner-img.inner-img4 {
        left: 39%;
    }
    .inner-img2 {
        right: 37%;
    }
    .inner-img1 {
        right: 43%;
        top: 9%;
    }
    .round-image-block .cnt.first {
        right: 200px;
    }
    .round-image-block .cnt.second {
        right: 214px;
    }
    .round-image-block .cnt.third {
        right: 214px;
    }
    .round-image-block .cnt.forth {
        left: 193px;
    }
    .round-image-block .cnt.fifth {
        left: 215px;
    }
    .navbar-nav>li a {
        padding: 1em 2em;
    }
    /*.round-image-block figure img {width: 400px;}
    .inner-img.inner-img1 img {width: 45px;} .inner-img1 {right: 385px; top:36px;}
    .inner-img.inner-img2 img { width: 55px;} .inner-img2 {right: 300px;}
    .inner-img.inner-img3 img {width: 50px;} .inner-img3 { bottom: 25px; right: 445px;}
    .inner-img.inner-img4 img {width: 40px;} .inner-img.inner-img4 {left: 320px; bottom: 100px;}
    .inner-img.inner-img5 img {width: 35px;} .inner-img5 {left: 345px; top: 70px;}
    .round-image-block .cnt.first { right: -5px;}
    .round-image-block .cnt.second {right: 72px; top: 246px;}
    .round-image-block .cnt.third {right: -13px; top: 330px;} 
    .round-image-block .cnt.forth {left: 78px; top: 241px;}
    .round-image-block .cnt.fifth {left: 65px; top: 120px;} 
    .round-image-block .cnt h4 { font-size: 21px;}*/
}

@media screen and (min-width:1024px) {
   /* .logo {
        padding-bottom: 58%;
    }*/
    div#qui .container.page-title {
        margin-bottom: 26% !important;
    }
    div#pour .container.page-title {
        margin-bottom: 15% !important;
        left: 0;
    }
    div#comment-mouse-wheel .container.page-title {
        margin-bottom: 5% !important;
        left: 0;
    }
    div#gallery .container.page-title {
        margin-bottom: 8% !important;
        left: 0;
    }
    div#contact .container.page-title {
        margin-bottom: 5% !important;
        left: 0;
    }
    div#quoi .container.page-title {
        margin-bottom: 5% !important;
        left: 0;
    }
    div#quoi p {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 25px;
    }
    figure.quoi {
        margin-bottom: 20px;
    }
    .box figure {
        margin-bottom: 5px;
    }
   .box.raleway h2 {
        margin-bottom: 17px;
        line-height: 20px;
        font-size: 20px;
    }
    .box.raleway h3 {
        margin-bottom: 2px;
        font-size: 17px;
    }
    .box {
        min-height: 248px;
        margin-bottom: 15px !important;
    }
    .partners figure img {
        width: 80%;
    }
    .partners figure + figure {
        margin-left: 30px;
    }
    #scroller, .section {
        height: 320px;
    }
    .section {
        display: block;
        width: 290px;
        float: left;
        margin-left: 10px;
    }
    .refrences-list ul li {
        width: 10.5%;
    }
    .contact-info .sep {
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .col-xs-6.col-sm-4.pull-right.contact-info.text-left {
        position: relative;
        top: -30px;
    }
    .navbar-nav>li a {
        padding: 1em 0.7em;
        font-size: 16px;
        padding: 1em 2em;
    }
}

@media screen and (min-width:1025px) and (max-width:1199px) {
    /*.logo {
        padding-bottom: 28%;
    }*/
    div#qui .container.page-title {
        margin-bottom: 22% !important;
    }
    div#qui p {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    div#pour .container.page-title {
        margin-bottom: 5% !important;
    }
    div#comment-mouse-wheel .container.page-title{margin-bottom: 0!important;}
   .box {
        width: 250px;
    }
    .round-image-block figure img {
        width: 350px;
    }
    .wpb_text_column.wpb_content_element.container.wheel {
        margin-bottom: 1% !important;
    }
    .inner-img.inner-img1 img {
        width: 30px;
    }
    .inner-img.inner-img2 img {
        width: 45px;
    }
    .inner-img.inner-img3 img {
        width: 40px;
    }
    .inner-img.inner-img4 img {
        width: 28px;
    }
    .inner-img.inner-img5 img {
        width: 25px;
    }
    .inner-img1 {
        right: 43%;
        top: 9%;
    }
    .inner-img2 {
        right: 34%;
        top: 48%;
    }
    .inner-img3 {
        left: 46%;
    }
    .inner-img.inner-img4 {
        left: 36%;
    }
    .inner-img5 {
        left: 38%;
    }
    .round-image-block .cnt h4:before {
        width: 100px !important;
        background-size: 100% !important;
    }
    .round-image-block .cnt.first {
        right: 212px;
        top: 18px;
    }
    .round-image-block .cnt.first h4:before {
        left: -50px;
    }
    .round-image-block .cnt.second h4:before {
        top: -10px;
        left: -10px;
    }
    .round-image-block .cnt.second {
        right: 184px;
        top: 202px;
    }
    .round-image-block .cnt.third h4:before {
        top: 5px;
        left: -30px;
    }
    .round-image-block .cnt.third {
        right: 230px;
        top: 305px;
    }
    .round-image-block .cnt.forth h4:before {
        top: -10px;
        left: 80px;
    }
    .round-image-block .cnt.forth {
        left: 170px;
        top: 240px;
    }
    .round-image-block .cnt.fifth h4:before {
        top: -13px;
        left: 70px;
    }
    .round-image-block .cnt.fifth {
        left: 193px;
        top: 89px;
    }
    div#gallery .container.page-title {
        margin-bottom: 2% !important;
    }
}

@media screen and (min-width:1200px) {
    div#qui .container.page-title {
        margin-bottom: 8% !important;
    }
    .container.page-title {
        margin-bottom: 3% !important;
    }
    div#pour .container.page-title {
        margin-bottom: 5% !important;
    }
    div#pour .row.feature-block {
        margin-bottom: 20px !important;
    }
    h2, .h2, .box.raleway h2 {
        font-size: 22px;
    }
    .box.raleway h3 {
        font-size: 18px;
    }

    div#comment-mouse-wheel .container.page-title {
        margin-bottom: 3% !important;
    }
    div#gallery .container.page-title {
        margin-bottom: 5% !important;
    }
    div#contact .container.page-title {
        margin-bottom: 5% !important;
    }
    div#qui p, div#quoi p {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    /*.logo {
        padding-bottom: 22%;
    }*/
    .wpb_text_column.wpb_content_element.container.wheel {
        margin-top: -30px;
    }
    .round-image-block figure img {
        width: 400px;
    }
    .inner-img1 {
        right: 460px;
        top: 30px;
    }
    .round-image-block .cnt.first {
        right: 80px;
    }
    .inner-img2 {
        right: 375px;
    }
    .round-image-block .cnt.second {
        right: 120px;
        top: 255px;
    }
    .inner-img3 {
        bottom: 20px;
        right: 515px;
    }
    .round-image-block .cnt.third {
        right: 82px;
        top: 370px;
    }
    .inner-img.inner-img4 {
        left: 390px;
        top: 225px;
    }
    .round-image-block .cnt.forth {
        left: 78px;
        top: 275px;
    }
    .inner-img5 {
        left: 408px;
        top: 65px;
    }
    .round-image-block .cnt.fifth {
        left: 65px;
        top: 120px;
    }
    .navbar-nav>li a {
        padding: 1em 2.4em;
    }
}

@media screen and (min-width:1440px) {
    div#comment-mouse-wheel .container.page-title, div#gallery .container.page-title, div#contact .container.page-title, div#quoi .container.page-title {
        margin-bottom: 5% !important;
    }
    div#pour .container.page-title {
        margin-bottom: 5% !important;
    }
    div#pour .row.feature-block {
        margin-bottom: 50px !important;
    }
    .partners figure img {
        width: initial;
    }
    .partners figure + figure {
        margin-left: 30px;
    }
    h2, .h2, .box.raleway h2 {
        font-size: 25px;
    }
    .box.raleway h3 {
        font-size: 18px;
    }
    div#qui .container.page-title {
        margin-bottom: 16% !important;
    }
    /*.logo {
        padding-bottom: 28%;
    }*/
    .box figure {
        margin-bottom: 20px;
    }
    .box.raleway h2 {
        margin-bottom: 20px;
        line-height: 27px;
    }
    .box.raleway h3 {
        margin-bottom: 5px;
    }
    .box {
        min-height: 275px;
    }
    div#comment-mouse-wheel .container.page-title {
        margin-bottom: 5% !important;
    }
    .round-image-block figure img, .inner-img.inner-img1 img, .inner-img.inner-img2 img, .inner-img.inner-img3 img, .inner-img.inner-img4 img, .inner-img.inner-img5 img {
        width: inherit;
    }
    .inner-img1 {
        right: 40%;
        top: 10%;
    }
    .inner-img2 {
        right: 30%;
        top: 50%;
    }
    .inner-img3 {
        right: 47%;
    }
    .inner-img.inner-img4 {
        left: 32%;
        top: 300px;
    }
    .inner-img5 {
        left: 34%;
        top: 100px;
    }
    .round-image-block .cnt.first {
        right: -26px;
        top: 43px;
    }
    .round-image-block .cnt.second {
        right: 8px;
        top: 342px;
    }
    .round-image-block .cnt.third {
        top: 484px;
        right: -16px;
    }
    .round-image-block .cnt.forth {
        left: 20px;
        top: 343px;
    }
    .round-image-block .cnt.fifth {
        left: 15px;
        top: 155px;
    }
    .refrences-list ul li {
        width: 13.5%;
    }
    .contact-info .sep {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    div#quoi .container.page-title {
        margin-bottom: 3% !important;
    }
    div#quoi p {
        font-size: 16px;
        line-height: 35px;
    }
    .wpb_text_column.wpb_content_element.container.wheel {
        margin-top: 10px;
    }
}

@media screen and (min-width:1600px) {
    body, div#quoi p {
        font-size: 16px;
        line-height: 35px;
    }
   /* .logo {
        padding-bottom: 30%;
    }*/
    div#qui .container.page-title, div#pour .container.page-title, div#comment-mouse-wheel .container.page-title, div#gallery .container.page-title, div#contact .container.page-title, div#quoi .container.page-title {
        margin-bottom: 7% !important;
    }
    div#quoi .container.page-title {
        margin-bottom: 1% !important;
    }
    div#qui .container.page-title {
        margin-bottom: 6% !important;
    }
    div#comment-mouse-wheel .container.page-title {
        margin-bottom: 4% !important;
    }
    p {
        margin-bottom: 40px;
    }
    figure.quoi {
        margin-bottom: 60px;
    }
    .partners figure img {
        width: initial;
    }
    .box.raleway h2 {
        font-size: 30px;
        line-height: 35px;
    }
    .box.raleway h3 {
        font-size: 20px;
    }
    .box {
        min-height: 350px;
        margin-bottom: 30px !important;
        width: 100%;
    }
    .round-image-block figure img, .inner-img.inner-img1 img, .inner-img.inner-img2 img, .inner-img.inner-img3 img, .inner-img.inner-img4 img, .inner-img.inner-img5 img {
        width: inherit;
    }
    .inner-img1 {
        right: 40%;
        top: 10%;
    }
    .inner-img2 {
        right: 30%;
        top: 50%;
    }
    .inner-img3 {
        right: 47%;
    }
    .inner-img.inner-img4 {
        left: 32%;
        top: 300px;
    }
    .inner-img5 {
        left: 34%;
        top: 100px;
    }
    .round-image-block .cnt.first {
        right: -26px;
        top: 43px;
    }
    .round-image-block .cnt.second {
        right: 51px;
        top: 342px;
    }
    .round-image-block .cnt.third {
        top: 484px;
        right: 26px;
    }
    .round-image-block .cnt.forth {
        left: 20px;
        top: 343px;
    }
    .round-image-block .cnt.fifth {
        left: 15px;
        top: 155px;
    }
    .contact-info .sep {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .refrences-list ul li {
        width: 16.5%;
    }
    .navbar-nav>li ul.sub-menu {
        bottom: 40px;
    }
}

@media screen and (min-width:1900px) {
    h2, .h2, .box.raleway h2 {
        font-size: 28px;
    }
    .box.raleway h3 {
        font-size: 22px;
    }
    body, div#quoi p {
        font-size: 18px;
        line-height: 40px;
    }
    /*.logo {
        padding-bottom: 48%;
    }*/
    div#qui .container.page-title {
        margin-bottom: 6% !important;
    }
    
    div#comment-mouse-wheel .container.page-title, 
    div#gallery .container.page-title, 
    {
        margin-bottom: 5% !important;
    }
    div#quoi .container.page-title {
        margin-bottom: 2% !important;
    }
    div#pour .container.page-title {
        margin-bottom: 7% !important;
    }
    div#contact .container.page-title {
        margin-bottom: 5% !important;
    }
    .box {
        min-height: 345px;
        margin-bottom: 40px !important;
    }
    div#comment-mouse-wheel .container.page-title {
        margin-bottom: 3% !important;
    }
    .round-image-block figure img, .inner-img.inner-img1 img, .inner-img.inner-img2 img, .inner-img.inner-img3 img, .inner-img.inner-img4 img, .inner-img.inner-img5 img {
        width: inherit;
    }
    .inner-img1 {
        right: 40%;
        top: 10%;
    }
    .inner-img2 {
        right: 30%;
        top: 50%;
    }
    .inner-img3 {
        right: 47%;
    }
    .inner-img.inner-img4 {
        left: 32%;
        bottom: 136px;
    }
    .inner-img5 {
        left: 34%;
        top: 100px;
    }
    .round-image-block .cnt.first {
        right: -26px;
        top: 43px;
    }
    .round-image-block .cnt.second {
        right: 51px;
        top: 342px;
    }
    .round-image-block .cnt.third {
        top: 484px;
        right: 26px;
    }
    .round-image-block .cnt.forth {
        left: 20px;
        top: 343px;
    }
    .round-image-block .cnt.fifth {
        left: 15px;
        top: 155px;
    }
    .navbar-nav>li ul.sub-menu {
        bottom: 40px;
    }
    .refrences-list ul li {
        width: 23.5%;
    }
    .contact-info h2 span {
        font-size: 18px;
        line-height: 26px;
    }
}

@media screen and (max-width:767px) {
    body {
        line-height: 18px;
    }
    body, .box.raleway h3 {
        font-size: 15px;
    }
    h2, .h2 {
        font-size: 20px;
    }
    .outer-wrap {
        padding-top: 10px;
    }
    .navbar-default .navbar-toggle {
        border-color: transparent;
        margin: 0px;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: transparent;
    }
    ul.nav.navbar-nav {
        border-top: 0px;
    }
    .navbar-nav>li a {
        padding: 5px;
        border-top: 0px;
        color: #000;
    }
    .navbar-nav>li {
        display: block;
        float: none;
    }
    /*.wpb_text_column.wpb_content_element.container.hide-sx{ position: absolute; z-index: 999;}*/
    .collapse.navbar-collapse {
        background: #fff;
    }
    .navbar-nav {
        margin-bottom: 7.5px !important;
    }
    .navbar-nav>li ul.sub-menu {
        position: initial;
        bottom: 55px;
        width: auto;
        display: block;
        margin-left: 30px;
    }
    .navbar-default .navbar-nav>li>a {
        color: #333;
    }
    .navbar-default .navbar-nav>li>a:hover {
        color: #000;
    }
    .navbar {
        min-height: inherit;
    }
    figure.logo img {
        width: 200px;
    }
    .home-pg h2 {
        line-height: 40px;
    font-size: 24px;
        margin-bottom: 20px !important;
    }
    /*.logo {
        padding-bottom: 40%;
    }*/
    div#qui .container.page-title, div#pour .container.page-title, div#quoi .container.page-title, .refrences-list, .contact-info, .wpb_text_column.wpb_content_element.container.wheel, .wpb_text_column.wpb_content_element.container.gallery-block {
        margin-bottom: 10% !important;
    }
    div#qui .container.page-title {
        margin-bottom: 28% !important;
    }
    figure.quoi {
        margin-bottom: 10px;
    }
    .page-title {
        left: 0;
    }
    .page-title figure img {
        width: 50px;
    }
    .page-title h2 {
        margin: 15px 0 0 5px;
    }
    .box figure {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .box.raleway h2 {
        line-height: 22px;
    }
    .box {
        min-height: inherit;
        padding-bottom: 20px;
        border: 1px solid #fff;
        margin-bottom: 10px !important;
        width: 100%;
    }
    .wpb_text_column.wpb_content_element.partners {
        margin-bottom: 10px !important;
    }
    .partners figure img {
        width: 100px;
    }
    .partners figure + figure {
        margin-left: 0px;
    }
    #scroller, .section {
        height: 200px;
    }
    .section {
        width: 250px;
    }
    #scroller .section img {
        width: 100%;
    }
    .refrences-list ul li {
        width: 16%;
    }
    .section.portfolio-text h4 {
        margin-bottom: 10px;
    }
    nav.navbar.navbar-default {
        background: none;
    }
    .screen-height:before {
        display: none !important;
    }
    ul.social {
        /*display: none;*/
    }
    ul.social li a {
        color: #ffffff;
    }
    ul.social li a i {
        color: #ffffff;
    }
    .wpb_text_column.wpb_content_element.container.content {
        margin-bottom: 0px;
    }
    div#pour {
        height: 100% !important;
    }
    .round-image-block figure img {
        width: 275px;
    }
    .wpb_text_column.wpb_content_element.container.wheel {
        margin-bottom: 1% !important;
    }
    .inner-img.inner-img1 img {
        width: 30px;
    }
    .inner-img.inner-img2 img {
        width: 45px;
    }
    .inner-img.inner-img3 img {
        width: 40px;
    }
    .inner-img.inner-img4 img {
        width: 28px;
    }
    .inner-img.inner-img5 img {
        width: 25px;
    }
    .inner-img1 {
        right: 41%;
        top: 10%;
    }
    .inner-img2 {
        right: 33%;
        top: 48%;
    }
    .inner-img.inner-img4 {
        left: 36%;
    }
    .inner-img5 {
        left: 38%;
    }
    .round-image-block .cnt h4, .page-title em {
        font-size: 15px;
    }
    .round-image-block .cnt h4:before {
        display: none !important;
    }
    .round-image-block .cnt.first {
        right: 15%;
    }
    .round-image-block .cnt.second {
        right: 15%;
        top: 50%;
    }
    .round-image-block .cnt.third {
        right: 110px;
        top: 240px;
    }
    .round-image-block .cnt.forth {
        left: 85px;
        top: 180px;
    }
    .round-image-block .cnt.fifth {
        left: 109px;
        top: 67px;
    }
    .contact-info .sep {
        margin-top: 0px;
        margin-bottom: 13px;
    }
    h1, .h1 {
        font-size: 20px;
    }
    .page-title h2 span {
        font-size: 17px;
    }
    li.first-item.itemslide-active {
        display: none;
    }
    .comment {
        background-size: initial !important;
    }
    div#comment-mouse-wheel .container.page-title, div#contact .container.page-title {
        margin-bottom: 22px !important;
    }
    div#gallery .container.page-title {
        margin-bottom: 10% !important;
    }
    div#references .container.page-title {
        margin-bottom: 25% !important;
    }
    #desktop-gallery-text {
        display: none;
    }
    #mobile-gallery-text {
        display: block;
    }
    #mobile-gallery-text.section.portfolio-text {
        text-align: center;
        font-size: 11px;
        letter-spacing: 0px;
        line-height: 15px;
        width: 100%;
        position: relative;
        height: auto;
        padding: 25px 0 10px 0;
    }
    #scrolling li {
        margin-left: 0;
    }
    .sub-menu li {
        border-bottom: 0;
    }
    .sub-menu a {
        background: none;
        padding: 5px!important;
    }
    .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover, .navbar-nav>li a:hover, .navbar-nav>li.current-menu-item a {
        color: #000;
    }
    .navbar-nav>li ul.sub-menu {
        margin-bottom: 0px !important;
        margin-left: 0px;
    }
    .navbar-nav {
        margin: auto;
    }
    ul.social, .menu-main-container {
        display: block;
    }
}

@media screen and (max-width:640px) {
    #scrolling {
        /*frame*/
        height: 300px;
    }
    #scrolling li {
        width: 300px;
    }
}

@media screen and (max-width:568px) {
    .inner-img2 {
        right: 24%;
    }
    .inner-img1 {
        right: 36%;
        top: 10%;
    }
    .inner-img.inner-img4 {
        left: 28%;
    }
    .inner-img5 {
        left: 29%;
    }
    .round-image-block .cnt.first {
        right: -5%;
        top: 7%;
    }
    .round-image-block .cnt.second {
        right: -2%;
        top: 66%;
    }
    .round-image-block .cnt.third {
        right: -5%;
        top: 93%;
    }
    .round-image-block .cnt.fifth {
        left: -5%;
    }
}

@media screen and (max-width:480px) {
    body, .box.raleway h3 {
        font-size: 13px;
    }
    h1, .h1 {
        font-size: 20px;
    }
    h2, .h2 {
        font-size: 18px;
    }
    div#comment-mouse-wheel .container.page-title, div#contact .container.page-title {
        margin-bottom: 20% !important;
    }
    .round-image-block figure img {
        width: 275px;
    }
    .wpb_text_column.wpb_content_element.container.wheel {
        margin-bottom: 1% !important;
    }
    .inner-img.inner-img1 img {
        width: 30px;
    }
    .inner-img.inner-img2 img {
        width: 45px;
    }
    .inner-img.inner-img3 img {
        width: 40px;
    }
    .inner-img.inner-img4 img {
        width: 28px;
    }
    .inner-img.inner-img5 img {
        width: 25px;
    }
    .inner-img1 {
        right: 32%;
        top: 10%;
    }
    .inner-img2 {
        right: 15%;
        top: 48%;
    }
    .inner-img.inner-img4 {
        left: 19%;
    }
    .inner-img5 {
        left: 23%;
    }
    .round-image-block .cnt h4, .page-title em {
        font-size: 15px;
    }
    .round-image-block .cnt h4:before {
        display: none !important;
    }
    .round-image-block .cnt.first {
        right: 15%;
    }
    .round-image-block .cnt.second {
        right: -4%;
        top: 33%;
    }
    .round-image-block .cnt.third {
        right: 65px;
        top: 263px;
    }
    .round-image-block .cnt.forth {
        left: -5px;
        top: 184px;
    }
    .round-image-block .cnt.fifth {
        left: 3px;
        top: 67px;
    }
    /*ul.social{
	    position: fixed !important; top:0px !important;
    }*/
    ul.social li a {
        width: 30px;
        height: 30px;
        line-height: 27px;
        display: block;
        border: 1px solid #ffffff;
        margin: 0px;
        color: #fff;
        font-size: 15px;
    }
    .col-xs-6.col-sm-4.pull-right.contact-info.text-left {
        width: 100%;
    }
    .contact-info h2 span {
        line-height: normal;
    }
    .contact-info .sep {
        margin-top: 15px;
        margin-bottom: 13px;
        width: 70%;
    }
    /*.logo {
        padding-bottom: 70%;
    }*/
    figure.quoi img {
        width: 50px;
    }
    .refrences-list ul li {
        width: 40%;
         padding: 5px;
    }
    .round-image-block .cnt {
        background: rgba(0, 0, 0, 0.8);
        padding: 5px;
    }
}

@media screen and (max-width:414px) {
    .inner-img1 {
        right: 30%;
    }
    .inner-img2 {
        right: 14%;
    }
    .inner-img.inner-img4 {
        left: 18%;
    }
    .inner-img5 {
        left: 22%;
    }
    .round-image-block .cnt.first {
        right: 0;
    }
    .round-image-block .cnt.second {
        right: -1%;
    }
    .round-image-block .cnt.third {
        right: -4%;
        top: 89%;
    }
    .round-image-block .cnt.forth {
        left: 0%;
        top: 38%;
    }
    .round-image-block .cnt.fifth {
        left: 5%;
    }
    /*.logo {
        padding-bottom: 80%;
    }*/
    figure.quoi img {
        width: 50px;
    }
    p {
        margin-bottom: 20px;
    }
}

@media screen and (max-width:375px) {
    .inner-img1 {
        right: 30%;
    }
    .inner-img2 {
        right: 10%;
    }
    .inner-img3 {
        right: 42%;
    }
    .inner-img.inner-img4 {
        left: 13%;
    }
    .inner-img5 {
        left: 18%;
    }
    .round-image-block .cnt.first {
        right: 0%;
    }
    .round-image-block .cnt.second {
        right: 0%;
    }
    .round-image-block .cnt.third {
        right: 0%;
    }
    .round-image-block .cnt.forth {
        left: 0;
    }
    .round-image-block .cnt.fifth {
        left: 0;
    }
}

@media screen and (max-width:360px) {}

@media screen and (max-width:320px) {
    .inner-img1 {
        right: 30%;
        top: 8%;
    }
    .inner-img2 {
        right: 8%;
    }
    .inner-img3 {
        right: 42%;
    }
    .inner-img.inner-img4 {
        left: 10%;
    }
    .inner-img5 {
        left: 15%;
    }
    .inner-img.inner-img1 img, .inner-img.inner-img4 img, .inner-img.inner-img5 img {
        width: 25px;
    }
    .inner-img.inner-img2 img, .inner-img.inner-img3 img {
        width: 35px;
    }
    .round-image-block .cnt h4:before {
        display: none !important;
    }
    
}

@charset "utf-8";
/******************************************************************************
  evenFlow v1.0 || CODEDROID12 || EXCLUSIVE TO CODECANYON 
******************************************************************************/
.evenflow * {
  margin:0; padding:0; border:0;
  font-size: 100%; font: inherit;
  vertical-align: baseline; outline: none;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; 
  z-index: 
}
  
.evenflow { display: inline-block; position: relative;z-index: 2; width: 100%;max-width: 800px;}
.evenflow:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }

.evenflow li {
    display:inline-block;
/*float:left;*/
  width:20%;
  line-height:0;
  margin-bottom:20px; 
  padding: 0 10px;
  transition:all 0.25s ease;}
  
  @media screen and (max-width:768px){
	  .evenflow li {  
	  	width:33% !important;
	  }
  }
  
  .evenflow_logo li {
  display:inline-block;
  float:left;
  width:33%;
  line-height:0;
  margin-bottom:20px; 
  padding: 0 10px;
  transition:all 0.25s ease;}
  

.evenflow li img{width: 100%;}

.evenflow li a {
  display:block;
  padding:8px;
  background:#fff;
  border-radius:2px;
  box-shadow: 1px 2px 2px rgba(0,0,0,0.25); }

/* LIGHTBOX TITLE */
.mfp-title {
  font-size:1.2em;
  color:#ddd !important;
  margin-top:10px;
  font-weight:200; }
  
/* LIGHTBOX COUNTER */
.mfp-counter {
  font-size:1.2em;
  color:#ddd!important;
  margin-top:10px;
  font-weight:200;}



/* FULL WIDTH MODE */
.evenflow_full_width li {
    margin:0;
    width:33%;
}

.evenflow_full_width li a {
    border-radius:0;
    padding:0;
}


/* HOVER EFFECTS */
.evenflow_rotate { transition:transform 0.25s ease; }
.evenflow_rotate:hover { transform:rotate(45deg); }
.evenflow_shiftX { transition:transform 1s ease;    }
.evenflow_shiftX:hover { transform:translateX(20px); }
.evenflow_shiftY { transition:transform 1s ease;    }
.evenflow_shiftY:hover { transform:translateY(-20px); }
.evenflow_scale { transition:transform 0.25s ease;  }
.evenflow_scale:hover { transform:scale(1.25,1.25); }

.evenflow_spin {transition:transform 0.25s ease; }
.evenflow_spin:hover {transform:rotate(360deg); }

@keyframes evenflow_shake {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); } }

.evenflow_shake {transform:scale(1); }
.evenflow_shake:hover{
    animation-name: evenflow_shake;
    animation-duration:500ms;
    transform-origin:50% 50%;
    animation-iteration-count:infinite;
    animation-direction:alternate;
    animation-timing-function:ease; }
    
@media screen and (min-width: 1400px) {
	.evenflow { display: inline-block; position: relative;z-index: 2; width: 100%;max-width: 60%;}
	.evenflow_logo{ display: inline-block; position: relative;z-index: 2; width: 100%;max-width: 100%; }    
}    
    
.evenflow_logo li img{
	display: block;
    margin: 0 auto;
}

@media screen and (max-width: 780px) {
  .evenflow_logo li { width: 100%; }
  .evenflow_logo li img{
    margin: 0 auto;
    display:block;
        width: 170px;}
}

@media screen and (max-width: 550px) {
  .evenflow { text-align: center; }
  .evenflow_logo li {
    float: none;
    display: inline-block;
    width: 100%;
    margin-bottom: 30px; }
    
     .evenflow_logo li img{
    margin: 0 auto;
    display:block;}
}

@media screen and (max-width:780px){
	.p-resp{
		font-size:16px !important;
		margin-bottom:20px !important;
	}
}

@media screen and (max-width:780px){
	.desktop-display{
		display: none;
	}
	.responsive-display{
		display: block;
	}
}

@media screen and (max-width:780px){
	.vc_row.bg-padding {
	    margin: 0;
	    height: auto !important;
	    padding: 40px 0px;
	}
	.contact-info{
		margin-top: 50px;
		float: inherit !important;
	}
	.contact-info h2, .contact-info h1{ text-align: center;}
	.contact-info div.sep{margin: 0 auto 20px auto!important;}
	a.nav-logo img{display: block; margin: 0 auto; float: inherit !important;}
	.display-desktop{display: none;}
	.display-mobile{display: block;}
	.column-cquoi .wpb_column{ border: none !important;}
	.column-cquoi .wpb_column .vc_column-inner{border-right: none !important;padding: 10px 0px !important;}
	.column-cquoi .wpb_column:nth-child(2) .vc_column-inner, .column-cquoi .wpb_column:nth-child(3) .vc_column-inner{border-bottom: 1px solid #ffffff !important;}
}
@media screen and (min-width:781px){
	/*.desktop-display{
		display: block;
		margin: 0 auto;
	}*/
	.responsive-display{
		display: none;
	}
	.div-home{padding-top: 200px;}
	.display-desktop{display: block;}
	.display-mobile{display: none;}
	.column-cquoi .wpb_column:nth-child(2), .column-cquoi .wpb_column:nth-child(3){border-right: 1px solid #ffffff !important;}
}

@media screen and (min-width:1100px){
	div#home{background-size: 110% !important;}
}

.rgpd-list li{display: inline;}
.rgpd-list li a{color:#ffffff; font-size:14px; padding: 0 10px !important;}
/*.screen-height{
	height: 100% !important;
}*/

.logo{
	margin: 0 auto;
	display: block;
}

.vc_column_container{padding: 0 15px !important;}

ul.social li a{text-align: center;}
ul.social{margin-top: 20px;}

button#responsive-menu-button{background: transparent !important;}

li.elem-rgpd{border-top:1px solid #444;}

@import url('https://fonts.googleapis.com/css?family=Cormorant+Garamond:400,400i,500,500i,600,600i');

span.creative{font-family: 'Cormorant Garamond', serif; font-size: 40px; font-style: italic; letter-spacing: 0px;}

.vc_row{clear: both !important;}

body{background: #0f212d url("images/nous-bg.jpg") repeat top center;}

.wpcf7{display: none;}

.wpcf7 label{color:#4495b8;}
.wpcf7-submit{background: #4495b8 !important; color:#fff !important; padding:10px 40px !important; height:auto !important}

.wpcf7-response-output{color:#4495b8 !important;}