@import url("fonts.css");

body{
	position: relative; 
}
::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-thumb {
  border-right: solid 10px #495057;
  background: #90C404;
}
::-webkit-scrollbar-track {
  border: none;
  background: #90C404;
}
.sectionOne, .sectionTow, .sectionFour, .sectionFive, .sectionSix, .sectionSeven, .sectionEeight{
    position: relative;
    overflow: hidden;
}
.sectionOne{
	height: 100vh;
}
.mb-38{
	margin-bottom: 38px;
}
.pd-15 {
    padding: 15px;	
}
.pl-25 {
    padding-left: 25px;
}
.mb-25{
	margin-bottom: 25px;
}
.mt-90 {
    padding-top: 90px;
}
.mb-70 {
    margin-bottom: 70px;
}






/* #Navigation
================================================== */
.start-header {
	opacity: 1;
	transform: translateY(0);
	padding: 30px 0 10px 0;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.start-header.scroll-on {
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
	padding: 5px 0;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.start-header.scroll-on .navbar-brand img{
	height: 28px;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navigation-wrap{
	position: fixed;
	width: 100%;
	top: 0;
	left:0;
	z-index: 1000;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navbar {
    padding: 0 40px;
}
.navigation-wrap.scrolled {
	background-color: #fff !important;
	transition: background-color 200ms linear;
	box-shadow: 0 8px 8px rgba(0, 0, 0, 0.2);
}
.navigation-wrap.scrolled .nav-item .nav-link {
	color: #3a3a3a !important;
    transition: color 200ms linear;
    font-weight: 400;
}
.navigation-wrap.scrolled.start-header {
	padding:0;
}
.navbar-brand img{
	max-width: 80px;
	width: auto;
	display: block;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navbar-toggler {
	float: right;
	border: none;
	padding-right: 0;
}
.navbar-toggler:active,
.navbar-toggler:focus {
	outline: none;
}
.navbar-light .navbar-toggler-icon {
	width: 24px;
	height: 17px;
	background-image: none;
	position: relative;
	border-bottom: 1px solid #90c404;
	transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after, 
.navbar-light .navbar-toggler-icon:before{
	width: 24px;
	position: absolute;
	height: 1px;
	background-color: #8fc600;
	top: 0;
	left: 0;
	content: '';
	z-index: 2;
	transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after{
	top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
	transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
	transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	border-color: transparent;
}
.nav-link{
    color: #fff !important;
    transition: all 200ms linear;
    /*font-family: 'Ageo Personal Use';*/
    font-weight: 300;
    font-style: normal;
	text-transform: uppercase;
	font-size: 15px;
}
.nav-item:hover .nav-link{
	color: #e4f3bd!important;
}
.nav-item.active .nav-link{
	color: #fff !important;
	border-bottom: 2px solid #90C404;
}
.nav-link {
	position: relative;
	padding: 2px 0 !important;
	display: inline-block;
}
.nav-link:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    background-color: #90C404;
    opacity:0;
    transition: all 200ms linear;
}
.nav-link:hover:after{
	bottom: 0;
	opacity: 1;
}
.nav-link.active:after{
	opacity:1;
}

.nav-item{
	position: relative;
	padding-right: 28px;
    transition: all 200ms linear;
}
.h1 {
	font-size: 116px;
    text-transform: uppercase;
    font-family: 'SF Arborcrest';
    font-weight: 500;
    font-style: normal;
    margin: 0;
    padding: 0;
    line-height: 0.8;
    border-bottom: 1px solid #fff;
    display: inline-block;
}
.consu {
    font-family: 'SF Arborcrest';
    font-weight: 500;
    font-style: normal;
    font-size: 32.5px;
	text-transform: uppercase;
	margin-top: 5px;
	line-height: 0.8;
}
.prag-slide {
	max-width: 285px;
    font-family: 'Ageo Personal Use';
    font-weight: 300;
    font-style: normal;
    font-size: 17px;
    margin-top: 20px;
}
.texteSlider {
	position: absolute;
    top: 0;
    left: 40px;
    bottom: 0;
    display: flex;
    flex-direction: column;
    color: #fff;
    justify-content: center;
	z-index: 2;
	margin-top: 70px;
}
.nav-item .dropdown-menu {
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    opacity: 0;
	max-height: 0;
    display: block;
	padding: 0;
	margin: 0;
    transition: all 200ms linear;
}
.nav-item.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
	max-height: 999px;
    transform: translate3d(0, 0px, 0);
}
.dropdown-menu {
	padding: 10px!important;
	margin: 0;
	font-size: 13px;
	letter-spacing: 1px;
	color: #212121;
	background-color: #fcfaff;
	border: none;
	border-radius: 3px;
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    transition: all 200ms linear;
}
.dropdown-toggle::after {
	display: none;
}
.dropdown-item {
	padding: 3px 15px;
	color: #212121;
	border-radius: 2px;
    transition: all 200ms linear;
}
.dropdown-item:hover, 
.dropdown-item:focus {
	color: #fff;
	background-color: rgba(129,103,169,.6);
}
.block-img img {
	width: 100%;
    height: auto;
}
.block-after{
	position: relative;
	height: 100vh;
}
.need-more{
	position: relative;
	height: 100vh;
}
.block-after:before {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block!important;
    width: 350px;
    height: 0;
    box-sizing: content-box;
    border-left: calc(350px/2) solid transparent;
    border-right: calc(0px/2) solid transparent;
	border-bottom: 100vh solid #628802;
	opacity: 0.16;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.block-after:after {
    content: "";
    border-bottom: 270px solid #f92f2f;
    border-right: 885px solid transparent;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    opacity: 0.03;
}
.need-more:before {
    content: "";
    border-top: 425px solid #f92f2f;
    border-left: 490px solid transparent;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.04;
    z-index: 2;
}
.need-more:after {
	content: "";
    border-right: 660px solid #83b300;
    border-top: 430px solid transparent;
    opacity: 0.10;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
}
h2{
	font-family: "Ageo Personal Use, Medium" ;
	font-size: 18px;
	color: #90C404;
}
.sp-h2{
	margin-top:50px ;	
	margin-bottom:65px ;
}  
.bloc-expert{
	width: 195px;
	border-radius: 9,273 px;
}
.bloc-expert img {
	width: 152px;
}
.h2{
	font-family: 'Ageo Personal Use';
	font-weight: 500;
	font-style: normal;
	color: #90C404 ;
	font-size: 24px;
	text-align: center;
}
.marg {
    margin-top: 50px;
}
.sectionTow {
    background: #F7F8F8;
}
.content {
	padding: 0 33px;
	margin-top: 70px;
	margin-bottom: 180px;
	width: 100%;
}
.card-lt {
	box-shadow: 0px 0px 0px transparent;
	-webkit-transition:  box-shadow .4s ease-out;
	box-shadow: .4px .5px 1.5px transparent;
	min-height: 450px;
	border-radius:15px;
	background:#fff;
}
.card-lt:hover {
	box-shadow: 8px 10px 20px #DDD;
	-webkit-transition:  box-shadow .4s ease-in;
	cursor: pointer;
}
h4{
	font-family: 'Ageo Personal Use';
	font-weight: 500;
	font-style: normal;
	color: #90C404 ;
	font-size: 17px;
	text-transform: uppercase;
	text-align: center;
}
.bloc-img-lt {
	max-width: 215px;
    margin: 0 auto;
}
.img-lt {
    text-align: center;
    width: 100%;
}
.prag-lt {
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
}
.justify{
	justify-content:center;
}

.back-image{
	background-image: url("../img/background_technology.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat; 
	background-size: cover; 
	height: 450px;
}
.bloc-img-tech img {
    width: 100%;
}
.align-center {
    align-items: center;
	display: flex;
	height: 100%;
}

.text-tech {
    font-family: 'Ageo Personal Use';
    font-weight: 500;
    font-style: normal;
    font-size: 28px;
    color: #fff;
	margin-left: 28px;
	line-height: 22px;
}
.first{
    word-spacing: 12px;
}
.bloc-img-tech {
    -moz-transform: translate(0px, 125px);
    -webkit-transform: translate(0px, 125px);
    -o-transform: translate(0px, 125px);
    -ms-transform: translate(0px, 125px);
    transform: translate(0px, 125px);
}
.marg{
	margin-top:90px;
	margin-bottom: 60px;
}
/* Slider */

.slick-slide {
    margin-right: 60px;
}
.slick-slide:last-child {
    margin-right:0px;
}
.slick-slider {
	padding: 0 78px;
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}
.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img{
	display: block;
	max-width:155px;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
	display: flex;
	justify-content: center;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.bg-tomato{
	background-color: #E95E30;
    height: 660px;
    padding: 55px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.bloc-img-entre img {
	height: 100%;
	width: 100%;
}
.pos-absolute {
	position: absolute;
    left:45px;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}
.bloc-img-entre {
    display: flex;
	height: 660px;
}
.text-technologie {
	color: #fff;
    font-size: 23px;
    font-family: 'Ageo Personal Use';
    font-weight: 500;
    font-style: normal;
    margin: 0;
    max-width: 230px;
	line-height: 30px;
	z-index: 2;
}
.second {
    word-spacing: 5px;
}
.prag-technologie {
    font-family: 'Ageo Personal Use';
    font-weight: 300;
    font-style: normal;
    color: #fff;
	font-size: 20px;
	
}
.bloc-img-entre:before{
    content: "";
    background: #000;
    opacity: 0.30;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.bg-grey{
	background: #EFEFEF;
	padding: 50px 38px;
}
.offres {
    margin: 0 42px;
}
.sectionSix, .sectionSeven {
    background: #F7F8F8;
}
.bloc-img-off {
	padding-right: 62px;
    margin: 0 auto;
    margin-bottom: 40px;
    width: 500px;
    height: 360px;
}
.bloc-img-off img{
	width:100%;
	width: 100%;
    height: 100%;
}
h3 {
    font-family: 'Ageo Personal Use';
    font-weight: 500;
    font-style: normal;
    color: #90C404;
    font-size: 28px;
    text-transform: uppercase;
    text-align: center;
}
.first-col {
    border-right: 1.25px solid #fff;
}
.parg-offres {
    font-family: 'Ageo Personal Use';
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
    color: #000;
    max-width: 265px;
}
.img-btn {
    max-width: 20px;
}
.txt-btn{
	font-family: 'Ageo Personal Use';
	font-weight: 600;
	font-size: 16px;
	color:#90C404;
	margin:0;
}
.mt-100{
	margin-top: 100px;
}
.btnOffres {
	display: flex;
    align-items: center;
    background: #fff;
    border-radius: 30px;
    border:0;
    justify-content: space-between;
	width: 38%;
    padding: 20px 30px;
    cursor: pointer;
    -webkit-box-shadow: -2px 2px 32px -4px rgba(136,136,136,0.72);
	-moz-box-shadow: -2px 2px 32px -4px rgba(136,136,136,0.72);
	box-shadow: -2px 2px 32px -4px rgba(136,136,136,0.72);
	transition: box-shadow 0.3s ease-in-out;
}
.btnOffres:hover {
	-webkit-box-shadow: 1px 5px 24px 0px rgba(0,0,0,0.42);
	-moz-box-shadow: 1px 5px 24px 0px rgba(0,0,0,0.42);
	box-shadow: 1px 5px 24px 0px rgba(0,0,0,0.42);
}

.bock-form {
    background: #EFEFEF;
    padding: 70px 55px;
}
.button-wrapper {
	position: relative;
	cursor: pointer;
	height: 55px;
	background: #fff;
	border-radius: 26px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 30px;
	-webkit-box-shadow: -2px 2px 32px -4px rgba(136,136,136,0.72);
	-moz-box-shadow: -2px 2px 32px -4px rgba(136,136,136,0.72);
	box-shadow: -2px 2px 32px -4px rgba(136,136,136,0.72);
	transition: box-shadow 0.3s ease-in-out;
}
.button-wrapper:hover {
	-webkit-box-shadow: 1px 5px 24px 0px rgba(0,0,0,0.42);
	-moz-box-shadow: 1px 5px 24px 0px rgba(0,0,0,0.42);
	box-shadow: 1px 5px 24px 0px rgba(0,0,0,0.42);
}

.button-wrapper span.label {
	position: relative;
	z-index: 0;
	display: inline-block;
	width: 100%;
	cursor: pointer;
	color: #757574;
	font-size: 16px;
	font-family: 'Ageo Personal Use';
	font-weight: 600;
} 

#upload {
	display: inline-block;
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 50px;
	top: 0;
	left: 0;
	opacity: 0;
	cursor: pointer;
}
/*.label:after {
	display: block;
	content: ' ';
	background-image: url('../img/ic_upload_cv.svg');
	background-size: 28px 28px;
	height: 28px;
	width: 28px;
	position: absolute;
	right: 0;
	bottom: 0;
}*/
.btn-primary {
	text-transform: uppercase;
    width: 100%;
    height: 55px;
    background-color: #90C404;
	border-radius: 26px;
	border-color: #90c404;
	font-family: 'Ageo Personal Use';
	font-weight: 600;
	-webkit-box-shadow: -2px 2px 32px -4px rgba(136,136,136,0.72);
	-moz-box-shadow: -2px 2px 32px -4px rgba(136,136,136,0.72);
	box-shadow: -2px 2px 32px -4px rgba(136,136,136,0.72);
	transition: box-shadow 0.3s ease-in-out;
}
.btn-primary:hover {
	-webkit-box-shadow: 1px 5px 24px 0px rgba(0,0,0,0.42);
	-moz-box-shadow: 1px 5px 24px 0px rgba(0,0,0,0.42);
	box-shadow: 1px 5px 24px 0px rgba(0,0,0,0.42);
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
	background-color: #90C404;
	border-color: #90C404;
	-webkit-box-shadow: 1px 5px 24px 0px rgba(0,0,0,0.42);
	-moz-box-shadow: 1px 5px 24px 0px rgba(0,0,0,0.42);
	box-shadow: 1px 5px 24px 0px rgba(0,0,0,0.42);
}


.copy {
    text-align: center;
    margin: 0;
    color: #fff;
}
.copyright-row {
    background: #000;
    padding: 20px;
}
.ltr {
    text-transform: uppercase;
}
.bg-image{
	background-image: url(../img/ic_background_contact.svg);
    background-repeat: no-repeat;
    z-index: 0;
    height: 100%;
    width: 100%;
    background-position: center;
}
.sectionEeight:before {
	content: "";
    background: #000;
    opacity: 0.67;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
a.txt-btn:hover {
    color: #90C404;
    text-decoration: none;
}
.sectionEeight {
    padding: 60px 100px 50px 100px;
}
.form-control {
    background: #fff;
    border: 0;
    height: 55px;
    border-radius: 26px;
    padding: 0 36px;
}
::-webkit-input-placeholder { 
	color: #888 !important ;
	font-family: 'Ageo Personal Use' !important;
    font-weight: 300 !important;
}
:-ms-input-placeholder { 
	color: #888 !important ;
	font-family: 'Ageo Personal Use' !important;
    font-weight: 300 !important;
}
::placeholder {
	color: #888 !important ;
	font-family: 'Ageo Personal Use' !important;
    font-weight: 300 !important;
}

@-webkit-keyframes shadow-drop-center {
	0% {
	  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
			  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
	100% {
	  -webkit-box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
			  box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
	}
}
@keyframes shadow-drop-center {
	0% {
	  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
			  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
	100% {
	  -webkit-box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
			  box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
	}
}


/* #Link to page
================================================== */

.link-to-portfolio {
	position: absolute;
	bottom: 24px;
    right: 24px;
    z-index: 200;
	padding: 5px 10px 10px 10px;
    cursor: pointer;
    text-align: center;
    border-radius: 10px;
    border: 1px solid #fff;
    background: transparent;
    box-shadow: 0 0 0 2px rgba(12,12,12,.1);
    transition: opacity .2s, border-radius .2s, box-shadow .2s;
    transition-timing-function: ease-out;
}
.link-to-portfolio:hover {
    opacity: 0.8;
    border-radius: 50%;
	box-shadow: 0 0 0 20px #90c40429;
}
.link-to-portfolio img {
    max-width: 22px;
}
.btn-primary:hover {
    color: #fff;
    background-color: #90c404;
    border-color: #90c404;
}
.img-cordo, .img-mail, .img-adr  {
    max-width: 35px;
    z-index: 2;
}
.img-cordo, .img-mail, .img-adr  {
    max-width: 30px;
    z-index: 2;
}
.bloc-coordo {
    align-items: center;
    display: flex;
    margin-bottom: 45px;
    z-index: 33;
}
.txt-tel, .txt-adr {
    margin: 0;
    padding-left: 32px;
    z-index: 33;
    color: #fff;
}
.txt-mail {
	padding-left: 32px;
    font-weight: 500;
    font-size: 17px;
    color: #fff;
    z-index: 33;
    font-family: 'Andale Mono';
}
.txt-adr {
    font-family: 'Andale Mono';
    text-transform: uppercase;
    font-size: 16px;
}
.txt-tel {
	font-family: 'Andale Mono';
    font-size: 16px;
}
.txt-mail:hover {
    color: #90c404;
}
.carousel {
	height: 100vh;
}
.h4-contact {
    margin-bottom:30px;
    color: #fff;
    z-index: 33;
    position: relative;
	font-family: 'Ageo Personal Use';
	text-align: left;
	font-weight: 600;
	font-size: 24px;
    padding-left: 65px;
}
.sectionFour.marg {
    margin-top: 170px;
}
.carousel-indicators li {
	width: 12.25px;
	height: 12.25px;
	border-radius: 50%;
	border: 1px solid #8fc600;
	
}
.fade-in {
	animation: fadeIn ease 4s;
	-webkit-animation: fadeIn ease 4s;
	-moz-animation: fadeIn ease 4s;
	-o-animation: fadeIn ease 4s;
	-ms-animation: fadeIn ease 4s;
}
  
  @keyframes fadeIn{
	0% {
	  opacity:0;
	}
	100% {
	  opacity:1;
	}
  }
  
  @-moz-keyframes fadeIn {
	0% {
	  opacity:0;
	}
	100% {
	  opacity:1;
	}
  }
  
  @-webkit-keyframes fadeIn {
	0% {
	  opacity:0;
	}
	100% {
	  opacity:1;
	}
  }
  
  @-o-keyframes fadeIn {
	0% {
	  opacity:0;
	}
	100% {
	  opacity:1;
	}
  }
  
  @-ms-keyframes fadeIn {
	0% {
	  opacity:0;
	}
	100% {
	  opacity:1;
	}
  }

.carousel-fade .carousel-item {
	display: block;
	position: relative;
	opacity: 0;
	transition: opacity .75s ease-in-out;
}
.carousel-fade .carousel-item.active {
	opacity:1;
}
.carousel, .carousel-inner, .carousel-item {
	width: 100%;
	height: 100%;
}
#carousel-example-captions{
	height:555px;
}
#carousel-example-captions .carousel-indicators {
	bottom: 10px !important;
}
.carousel {
	position: relative;
}
.carousel-item {
	background-color:#F7F8F8;
}

/* #Media ================================================== */
@media (max-width:1200px) { 
	.card-lt {
		margin-left:20px;
		min-height: 375px;
	}
	.prag-technologie {
		font-size:20px;
	}
	.bloc-img-entre img {
		height: 100%;
		width:auto;
	}
	.btnOffres {
		width:40%;
	}
}
@media (max-width:1024px) { 
	.prag-technologie {
		font-size:18px;
	}
	.texteSlider {
		margin-top: 0;
	}
	.btnOffres {
		width:50%;
	}
	.card-lt {
		margin-left:15px;
		min-height: 375px;
	}
	.content {
		padding: 0px 30px;
		margin-top: 60px;
		margin-bottom: 170px;
	}
	.card-lt {
		min-height:400px;
	}

}
@media (max-width:991px) { 

	.sectionOne {
		height: auto;
	}
	.bg-tomato {
		padding: 55px 30px;
	}
	.card-lt {
		min-height:425px;
	}
	.slick-slide {
		margin-right:0px;
	}
	.slick-initialized .slick-slide {
		display: flex;
		justify-content: center;
	}
	.marg {
		margin-top: 45px;
		margin-bottom: 20px;
	}
	.content {
		margin-top: 33px;
		margin-bottom: 45px;
	}
	.carousel {
		height: 500px;
	}
	.carousel-inner {
		height: 500px;
	}
	.back-image {

		height: 365px;
	}
}
@media (max-width: 768px) { 
	.content .col-md-3 {
		flex: 0 0 33% !important;
    	max-width: 100% !important;
	}
	.nav-link {
		color: #fff !important;
		color: #3a3a3a !important;
		font-weight: 400;
	}
	.navbar-brand img{
		max-width:45px;
	}
	.btnOffres {
		width:70%;
	}
	.carousel {
		height: 485px;
	}
	.carousel-inner {
		height: 485px;
	}
	.block-after{
		height: 485px;
	}
	.need-more{
		height: 485px;
	}
	h1{
		font-size: 38px;
	}
	.nav-item:after{
		display: none;
	}
	.navbar-toggler {
		padding: 0 30px;
	}
	.dropdown-toggle::after {
		position: absolute;
		display: block;
		top: 10px;
		left: -23px;
		width: 1px;
		height: 11px;
		content: "";
		border: none;
		background-color: #000;
		vertical-align:0;
		transition: all 200ms linear;
	}
	.dropdown-toggle[aria-expanded="true"]::after{
		transform: rotate(90deg);
		opacity: 0;
	}
	.dropdown-menu {
		padding: 0 !important;
		background-color: transparent;
		box-shadow: none;
		transition: all 200ms linear;
	}
	.dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
		margin-top: 10px !important;
		margin-bottom: 20px !important;
	}
	body.dark .nav-item::before {
		background-color: #fff;
	}
	body.dark .dropdown-toggle::after {
		background-color: #fff;
	}
	body.dark .dropdown-menu {
		background-color: transparent;
		box-shadow: none;
	}
	.navigation-wrap.scrolled {
		background-color: #90C404 !important;
		transition: background-color 200ms linear;
	}
	.navigation-wrap.scrolled.start-header {
		padding: 10px 0 10px 0;
	}	
	.navigation-wrap {
		left:0;
	}
	.navbar {
		padding: 5px 15px;
	}
	.navigation-wrap.scrolled .nav-item .nav-link {
		color: #fff !important;
		transition: color 200ms linear;
	}
	.nav-item.active .nav-link {
		border-bottom: 1px solid #ffffff;
	}
	.nav-item {
		padding-bottom: 15px;
	}
	.nav-link {
		padding: 0 !important;
	}
	.navbar-toggler {
		padding: 0 30px;
	}
	.navbar-collapse {
		padding-left: 30px;
	}	
	.texteSlider {
		left: 30px;
	}
	.button-wrapper {
		padding: 0 20px;
	}
	.button-wrapper span.label {
		font-size: 15px;
		line-height: 15px;
	}
	.start-header {
		opacity: 1;
		transform: translateY(0);
		padding:0;
		box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
		-webkit-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
		background: #ffffff;
	}
		

}
@media (max-width:550px) { 

	.h1 {
		font-size: 35px;
	}
	h3 {
		font-size: 22px;
	}
	.h4-contact {
		text-align: center;
		padding-left: 0;
		margin: 35px 0;
	}
	.pr-3{
		padding-right: 0 !important;
	}
	.pl-3{
		padding-left: 0 !important;
	}
	.bloc-img-off {
		padding-right: 0;
	}
	.first-col {
		border-right:0;
	}
	.mt-100 {
		margin-top: 30px;
	}
	.navigation-wrap {
		position: inherit;
	}
	
	.pl-25 {
		padding-left: 0;
	}
	.bg-grey {
		padding: 50px 15px;
	}
	.carousel {
		height: 200px;
	}
	.carousel-inner {
		height: 200px;
	}
	.block-after{
		height: 200px;
	}
	.need-more{
		height: 200px;
	}
	.btnOffres {
		width:100%;
	}
	
	.consu {
		font-size: 15px;
		line-height: 1;
		margin-bottom: 0;
	}
	.prag-slide {
		font-size: 13px;
		margin-top: 10px;
		margin-bottom: 0;
	}
	.texteSlider {
		left: 15px;
	}
	.navbar-toggler {
		padding: 0 15px;
	}
	.carousel-indicators {
		display:none;
	}
	.link-to-portfolio img {
		max-width: 10px;
	}
	.link-to-portfolio {
		border: 0;
		box-shadow:none;
		bottom:0;
		right: 12px;
	}
	.navbar-toggler {
		padding: 0 15px;
	}
	.card-lt {
		margin-bottom: 15px;
		min-height: 350px;
		margin-left: 0;
	}
	.content .col-md-3 {
		flex: 0 0 100% !important;
    	max-width: 100% !important;
	}
	.text-tech {
		font-size: 18px;
		margin-left: 0;
		line-height: 22px;
	}
	.bloc-img-tech {
		-moz-transform: translate(0px, 0px);
		-webkit-transform: translate(0px, 0px);
		-o-transform: translate(0px, 0px);
		-ms-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
	}
	.sectionFour.marg {
		margin-top: 20px;
	}
	.mb-70 {
		margin-bottom: 20px;
	}
	.mt-90 {
		padding-top: 45px;
	}
	.bock-form {
		padding: 45px 20px;
	}
	.sectionEeight {
		padding: 0 15px;
	}
	.sectionEeight {
		padding-top: 45px;
		padding-bottom: 20px;
	}
	.coordo {
		padding: 0 0px;
		word-break: break-all;
	}
	
	


}
