/* RESET */

* {
    box-sizing: border-box!important;
}

body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p,
a,
em, img,
strong,
b, u, i,
ul, ol, li 
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	text-align: left;
}


ul {
	list-style: circle;
    margin-left: 40px;
}

ol {
    margin-left: 40px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

hr {
	clear: both;
	padding: 0;
	margin: 0;
	height: 0;
	border: 0;
}

hr.line {
    border-top: solid 1px #d2d2d2;
    max-width:1200px;
}


.maj {
	text-transform: uppercase;
}

.lowercase {
	text-transform: lowercase;	
}

.red {
	color: #ed1c24;
}

.right * {
	text-align: left;
}

.left * {
	text-align: left;
}

.marginbot {
    margin-bottom: 40px!important;
}

.margintop {
    margin-top: 40px!important;
}


.center * {
    text-align: center;
}

body {
    font-size: 16px;
    color: #555;
	font-family: 'Roboto', Sans-Serif;
    position: relative;
}

.wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

.wrapper-bis {
    max-width: 900px;
}

.wrapper-bis [class*="col-"] {
    margin-bottom: 20px;
}

.wrapper-bis * {
    text-align: left!important;
}

.wrapper-bis img {
    max-height: 250px;
}

.wrapper-img {
    padding: 0 20px;
}

p {
    margin: 10px 5px;
    line-height: 1.4em;
    padding: 0 10px;
}

.list {
    text-align: left!important;
}

.list li {
    line-height: 1.4em;
    list-style: circle;
    margin-left: 40px;
    text-align: left!important;
}

.list-2 li {
    margin-left: 0px;
}


/* COLONNES */



[class*="col-"] {
    float: left;
}

.row::after {
    content: "";
    clear: both;
    display: block;
}

/* For mobile phones: */
[class*="col-"] {
    width: 100%;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

/* For devices smaller than 400px: 
body {
    background-image: url('img_smallflower.jpg'); 
}
 For devices 400px and larger: 
@media only screen and (min-device-width: 400px) {
    body { 
        background-image: url('img_flowers.jpg'); 
    }
}*/

/* END RESET */

.header-corpo {
    width: 100%;
    position: fixed;
    top:0;
    z-index: 75;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px 5px;
}

.header-catalogue {
    width: 100%;
    position: fixed;
    top:0;
    z-index: 75;
    padding:10px 5px 0;
    background-color: #fff;
    box-shadow: 6px 10px 60px -24px rgba(0,0,0,.4);
}

#back-home-mob a {
    display: block;
    color:#555;
    text-decoration: none;
    padding:0;
    font-size: 1.5em;
}

#back-home-mob a:hover {
    color: #ed1c24;
}

/* NAV RANGE TOP MENU */


#nav-parts, #nav-parts-home {
    display: inline-block;
    position: relative;
    border: solid 1px #f68d91;
    border-radius:0;
    flex-grow:1;
    margin-left: 10px;
    min-width: 188px;   
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-tap-highlight-color: transparent;
    clear: both;
    cursor: pointer;
    line-height: 3em;
    padding-left: 10px;
    font-size: 0.8em;
}

#nav-parts-home {
    border: solid 1px #fff;
    background: none;
    min-width: 166px;
    margin-left: 0;
    font-size: 0.9em;
    min-width: 165px;
}

#nav-parts:hover {
    border-color: #ed1c24;
}

#nav-parts:after, #nav-parts-home:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px;
}

#nav-parts-home:after {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}

#nav-parts-home.changed:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
}

#nav-parts ul, #nav-parts-home ul {
    display: none;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    margin: 1px 0 0!important;
    /*opacity: 0;*/
    overflow: hidden;
    padding: 0;
    /*pointer-events: none;*/
    position: absolute;
    top: 100%;
    left: 0;
    /*-webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    -ms-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;*/
}

#nav-parts li a, #nav-parts-home li a {
    display: block;
    padding-left: 10px;
    color:#555;
    text-decoration: none;
}

#nav-parts-home li a {
    color:#555!important;
    margin-left:0!important;
}

#nav-parts li a:hover, #nav-parts li a.current, #nav-parts-home li a:hover {
    background-color: #f6f7f9;
    font-weight: 700;
}

#nav-parts.open:after, #nav-parts-home.open:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

#nav-parts span, #nav-parts-home span {
    padding: 0;
}

#nav-parts-home span {
    color: #fff;
}


#nav-parts-home li a {
    font-size: 1em!important;
}

.header-catalogue #home {
    flex-grow:1;
    align-self: center;
}

.header-catalogue h1 {
    display: none;
    font-size: 2em;
    text-align: left;
    margin-left: 10px;
    flex-grow:1;
}

.header-catalogue h1 a {
    color:#555;
    margin-right: 10px;
}

.menu-top {
    display: flex;
    justify-content: space-between;
    align-items:center;
    flex-wrap: nowrap;
    padding: 10px 5px;

    box-shadow: 6px 10px 60px -24px rgba(0,0,0,.1);
}

.sub-menu {
    display: flex;
    justify-content:flex-end;
    padding-top:4px;
}

.sub-menu div::-webkit-scrollbar-track {
    background-color: #fff;
}

.sub-menu div::-webkit-scrollbar
{
    width: 10px;
    height:8px;
}
.sub-menu div::-webkit-scrollbar-thumb
{
    border-radius: 50px;
    background-color: #888;
}

.sub-menu div {
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    margin-top: 2px;
    border-left: solid 1px #efefef;
    padding-left:10px;
}

.sub-menu a {
    display: inline-block;
    text-align: left;
    padding: 5px 0;
    color:#555;
    text-decoration: none;
    border-bottom:solid 4px #fff;
    margin: 0 10px;
}

.sub-menu a:hover, .sub-menu a.focus-nav {
    border-color: #ed1c24;
}

.white {
    display: block;
    position: fixed;
    top:0;
    width: 100%;
    height: 50px;
    background-color: #fff;
    z-index: 65;
    box-shadow: 6px 10px 60px -24px rgba(0,0,0,.4);
    opacity: 0;
}

#back-home-desktop {
    display: none;
    white-space: nowrap;
}

#back-home-desktop:hover {
    border-color:#fff;
}

#home {
    max-width: 90px;
    align-self: flex-start;
}

#home a {
    display: block;
    text-align: right;
}

.social-header a {
   color: #fff;
   text-decoration: none;
   margin-left: 5px;
   font-size: 0.8em;
}

#header-contact {
    display: none;
    float: right;
    letter-spacing: .1em;
}

#header-contact a {
    display: block;
    color: #fff;
    background-color: #ed1c24;
    text-decoration: none;
    padding: 0 10px;
    font-size: .8em;
    line-height: 68px;
}

.share {    
    color: #fff;
    text-decoration: none;
    font-size: 1em;
    /*line-height: 3em;*/
}


#find-nav {
    display:none;
}

.social-header .focus {
    opacity: .6;
}

.ShareContainer {
   display: none;
   position: fixed;
   width: 100%;
   background-color: #fff;
   padding: 35px;
   z-index: 99;
   margin: 0 auto;
   text-align: center;
}

.ShareContainer div {
    margin: 5px;
    display: inline-block;
}

.ShareContainer div a p {
    font-size: 0.8em;
    margin: 7px 5px 5px 0;
}

.ShareContainer div a {
    display: flex;
    background-color: #3B5998;
    padding: 10px;
    text-decoration: none;
    color:#fff;
    width: 180px;
}
.ShareContainer div + div a {background-color: #55acee;}
.ShareContainer div + div + div a {background-color: #dc4e41;}
.ShareContainer div + div + div + div a {background-color: #0077b5;}
.ShareContainer div + div + div + div + div a {background-color: #555;}



.social li {
            display: inline-block;
            margin-left: 20px;
            text-align: right;
        }

        .social li a {
            display: block;
            text-indent: -9999px;
            height: 32px;
            width: 32px;
            background: url(../_img/planche-social-32px.png) no-repeat -32px -96px;
        }

        .social li a {
            background-position: 0 0;    
        }

        .social li + li a {
            background-position-x: -64px;
        }

        .social li + li + li a {
            background-position-x: -32px;
        }



.closeShare {
    position: absolute;
    top: 20px;
    right: 20px;
}

.closeShare a {
    display: block;
    width: 32px!important;
    height: 32px!important;
    background: url(../_img/planche-social-32px.png) no-repeat left -256px!important;
}

.closeShare a:hover {
    background-position: -64px -256px!important;
}

.btn-grey {
    display: block;
    margin: 20px auto;
    border: solid 1px #555;
    color: #555;
    text-decoration: none;
    padding: 10px 15px;
    text-align: center;
    width: 70%;
}

.btn-grey:hover {
    border-color: #ed1c24;
    color:#ed1c24;
}

#btn_up {
    position: fixed;
    z-index: 999;
    bottom: 0;
    right: 0;
    background-color: #e2e2e2;
    opacity: 0.5;
    transition: .5s opacity;
    filter: alpha(opacity=50); /* For IE8 and earlier */
    cursor: pointer;
}

#btn_up a {
    display: block;
    background: url(../_img/backtotop.png) no-repeat -15px -15px;
    width: 20px;
    height: 20px;
}

#btn_up:hover {
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
    transition: .5s opacity;
}



#footer {
    background-color: #666;
    width: 100%;
    padding: 15px 20px;
    color: #fff;
    margin: 40px 0 0 0;
}

#footer [class*="col-"] {
    margin: 20px 0;
}

#footer a {
    color: #fff;
    text-decoration: none;
}


#footer h4 {
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 4em;
    text-align: center;
}

#footer li {
    text-align: center;   
    line-height: 2em;
}

#footer .focus {
    cursor: default;
    filter: alpha(opacity=60); 
    opacity: 0.6;
}

.social ul {
    text-align: center;
}

.social li {
    margin: 20px 0;
}

.social li + li {
    margin-left: 20px;
}

#footer .social + li a {
    text-decoration: underline;
}

#footer .contact {
    width: 85%;
    margin: 20px auto;
}

#footer .contact a {
    text-indent: 0;
    height: auto;
    width: auto;
}

#footer .contact a:hover {
    background-position: 4% center;
}

#footer ul, #header ul {
    list-style: none;
    margin: 0;
}

#bgvid {display: none;}

.header {
    position: relative;
    width: 100%;
    background: url(../_img/poster_KUHN_PARTS_teaser.jpg) no-repeat center;
    background-size: cover;
}

.txt-header {
    position: relative;
    z-index: 66;
    padding-top: 10rem;
    padding-bottom: 20px;
}

.opacity {
    position: absolute;
    width: 100%;
    height: 100%;    
    top: 0;
    background-color: #000;
    opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
    z-index: 44;
}

.legend {
    text-align: center!important;
    font-style: italic;
    font-size: 0.8em;
    line-height: 1.2em;
    margin: 5px;
}

.mykuhn{
   background: #eeece0; 
}

.flex-args{
    display: flex;
    align-items: center;
}

.flex-args .video, .flex-args .content-mykuhn{
    width: 50%;
}

.flex-args .video iframe{
    display: block;
}

.content-mykuhn{
    padding: 30px;
}

.content-mykuhn p{
    padding: 0;
}

.content-mykuhn .name{
    font-family: "Roboto Condensed";
    font-weight: 300;
    text-align: center;
    font-size: 2rem;
    color: black;
    margin-bottom: 0;
}

.content-mykuhn .subtitle{
    text-align: center;
    font-family: "Roboto Condensed";
    font-size: 1.25rem;
    margin-top: 0;
    margin-bottom: 20px;
}

.content-mykuhn .benefits{
    text-align: center;
}

#appear {
    margin-top:150px;
    transition-property: transform;
    transition-duration: 1s;
    transition-timing-function: ease;
}

.anime{
    transform: translateY(-100px);
}

#appear p {
    text-align: center;
    line-height: 1em;
}

.count {
    color:#ed1c24;
    font-weight: 600;
    font-size: 2.5em;
    text-align: center;
    line-height: 1em;
}

.swapper {
  color: #fff;
  list-style: none;
  width: 300px;
  padding: 0;
  height: 26px;
  font-size: 26px;
  line-height: 26px;
  position: relative;
  margin: 0 auto 20px;
  text-align: center!important;
}

.swapper > li {
  position: absolute;
  letter-spacing: 4px;
}


.swapper > li div {
    text-align: center!important;
}


sup {
    line-height: 0;
}

h1 {
    font-family: 'Roboto Condensed', Sans-Serif;
    text-align: center;
    font-size: 3em;
    line-height: 1em;
    font-weight: 800;
}

h1 a {
    color: #fff;
    text-decoration: none;
}

.header-corpo h1 {
    display: none;
    font-size: 2em;
    text-align: left;
    flex-grow: 1;
    margin-left: 10px;
}

.header-corpo h1 a {
    color: #555!important;
}

h3 {
    font-family: "Roboto Condensed", sans-serif;
    text-align: center;
    color: #555;
    font-size: 2em;
    font-weight: 300;
    margin: 60px 0 40px;
}

h3 span {
    color:#ed1c24;
    font-weight: 600;
    display: block;
    text-align: center;
}

.argument {
    text-align: center;
    font-size: 1.2em;
}

.txt-header h3 {
    text-transform: uppercase;
    font-size: 1.2em
}

.txt-header h3 span {
    color: #ed1c24;
}

h2 {
    color: #fff;
    text-align: center;
    font-size: 1.2em;
    line-height: 2em;
}

.contact {
    display: block;
    background-color: #ed1c24;
    width: 80%;
    max-width: 500px;
    margin: 20px auto 0!important;
    line-height: 1.5em;
    border: solid 2px #ed1c24; 
    letter-spacing: .1em;
}

.contact a {
    display: block;
    padding: 15px 10px 15px 20px;
    text-align: center;
    color: #fff;
    text-decoration: none;
}

.discover {
    background: none;
    margin: 20px auto 0!important;
    border-width: 1px;
    padding: 0;
}

.discover a {
    color: #ed1c24;
    font-weight: bold;
    padding: 5px;
    font-size: .9em;
    -webkit-transition: background .6s, color .6s;
    -moz-transition: background .6s, color .6s;
    -o-transition: background .6s, color .6s;
    transition: background .6s, color .6s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.discover a:hover {
    background-color: #ed1c24;
    color: #fff;
}

.CTA {
    display: block;
    margin: 20px auto;
    padding: 10px 40px;
    background-color: #ed1c24;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 1em;
    text-align: center;
    border-radius: 5px;
    letter-spacing: 2px;
    width: 80%;
    max-width: 500px;
}

.img-size img {
    max-width: 65%;
    max-height: 300px;
    margin: 40px auto;
}

.title {
    color: #555;
    font-size: 1.4em;
    text-align: center;
    margin: 20px auto;
    line-height: 1.4em;
}

.ss-title {
    text-align: left;
    color: #ed1c24;
    text-transform: uppercase;
    line-height: 1.4em;
    font-weight: bold;
    margin-top: 40px!important;
}

.ss-title span {
    display: block;
    text-align: center;
    color: #ed1c24;
    font-size: 1.4em;
    line-height: 1em;
}

.translation {
    text-align: right;
    color: #555;
    font-style: italic;
    font-size: 0.7em;
}

.tirets {
    list-style: circle;
    margin-left: 40px;
    margin-bottom: 40px;
}

.grey {
    padding: 0 20px 40px;
    margin: 0 auto;
    background-color: #f2f2f2;
}

.img-app {
    display: block;
    margin: 20px auto;
    max-width: 100%;
}

.img-app img {
    display: block;
    margin: 0 auto;
}

#telecharger {
    display: block;
    margin: 0 auto;
    width: 225px;
    padding: 20px;
    color: #555;
    border: solid 1px #555;
    text-decoration: none;
    text-align: center;
}

#telecharger:hover {
    border-color: #ed1c24;
    color: #ed1c24;
}

.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.video-play {
    position: absolute;
}



.range [class*="col-"] {
    overflow: hidden;
    margin: 10px 0;
}
.range [class*="col-"] p {
    margin: 0 10px;
    overflow: hidden;
    padding: 0;
}

.range [class*="col-"] a {
    display: block;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 1.4em;
    padding: 80px 0 20px;
    background: url(../_img/ploughing.jpg) no-repeat center;
    background-size: cover;
    height: 100%;
    max-width: 100%;
    -webkit-transition: all .5s;
    transition: all .5s;
    min-height: auto;
}

.range [class*="col-"] a:hover, .range [class*="col-"] a:focus {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.range [class*="col-"] + [class*="col-"] a {
    background-image: url(../_img/tillage.jpg);
}

.range [class*="col-"] + [class*="col-"] + [class*="col-"] a {
    background-image: url(../_img/seeding.jpg);
}

.range hr.range-2 + [class*="col-"] a {
    background-image: url(../_img/fertilisation-spraying.jpg);
}

.range hr.range-2 + [class*="col-"] + [class*="col-"] a {
    background-image: url(../_img/landscape-maintenance.jpg);
}

.range hr.range-2 + [class*="col-"] + [class*="col-"] + [class*="col-"] a {
    background-image: url(../_img/shredding.jpg);
}

.range hr.range-3 + [class*="col-"] a {
    background-image: url(../_img/hay-silage-making.jpg);
}
.range hr.range-3 + [class*="col-"] + [class*="col-"] a {
    background-image: url(../_img/baling.jpg);
}

.range hr.range-3 + [class*="col-"] + [class*="col-"] + [class*="col-"] a {
    background-image: url(../_img/bedding-feeding.jpg);
}

.specs {
    display: block;
    max-width: 900px;
    border-spacing: 0;
    border-collapse: collapse;
    margin: 30px auto 40px;
    overflow-x: auto;
}

.specs tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}

.specs th, .specs td {
    text-align: center;
    padding: 8px;
    border: solid 1px #c4c4c4;
    border-spacing: 0;
    border-collapse: collapse;
}

.specs th {
    text-align: left;
    background-color: #e2e2e2;
}


.hided-mob {
    display: none;
}

.hided-desktop {
    display:block;
}

.featherlight-iframe {
    min-width: 100%;
}

.featherlight-content {
    width: 80%;
    height: 80%;
}

.featherlight-inner {
    width: 100%;
    height: 100%;
}
    #home img {
        max-width: 60px;
    }




/* NAV FIXED SCROLL */
.headroom--pinned {
    display: block;
}
.headroom--unpinned {
    display: none;
}


/**
 * Note: I have omitted any vendor-prefixes for clarity.
 * Adding them is left as an exercise for the reader.
 */
.headroom {
    will-change: transform;
    transition: transform 200ms linear;
}
.headroom--pinned {
    transform: translateY(0%);
}
.headroom--unpinned {
    transform: translateY(-100%);
}


.animated{-webkit-animation-duration:.5s;-moz-animation-duration:.5s;-o-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both;will-change:transform,opacity}@-webkit-keyframes slideDown{0%{-webkit-transform:translateY(-100%)}100%{-webkit-transform:translateY(0)}}@-moz-keyframes slideDown{0%{-moz-transform:translateY(-100%)}100%{-moz-transform:translateY(0)}}@-o-keyframes slideDown{0%{-o-transform:translateY(-100%)}100%{-o-transform:translateY(0)}}@keyframes slideDown{0%{transform:translateY(-100%)}100%{transform:translateY(0)}}.animated.slideDown{-webkit-animation-name:slideDown;-moz-animation-name:slideDown;-o-animation-name:slideDown;animation-name:slideDown}@-webkit-keyframes slideUp{0%{-webkit-transform:translateY(0)}100%{-webkit-transform:translateY(-100%)}}@-moz-keyframes slideUp{0%{-moz-transform:translateY(0)}100%{-moz-transform:translateY(-100%)}}@-o-keyframes slideUp{0%{-o-transform:translateY(0)}100%{-o-transform:translateY(-100%)}}@keyframes slideUp{0%{transform:translateY(0)}100%{transform:translateY(-100%)}}.animated.slideUp{-webkit-animation-name:slideUp;-moz-animation-name:slideUp;-o-animation-name:slideUp;animation-name:slideUp}

.spacetop {
    margin-top:110px;
}

.theme {
    width: 100%;
    background:url(../_img/header-ploughing.jpg) no-repeat center;
    background-size: cover;
}

.theme-TS {
    background-image:url(../_img/header-tillage.jpg);
}

.theme-SEM {
    background-image:url(../_img/header-seeding.jpg);
}

.theme-PULV-FERT {
    background-image:url(../_img/header-spraying-ferti.jpg);
}

.theme-LANDSCAPE {
    background-image:url(../_img/header-landscape.jpg);
}

.theme-SHRED {
    background-image:url(../_img/header-shredding.jpg);
}

.theme-HAY {
    background-image:url(../_img/header-hay-silage.jpg);
}

.theme-BAL {
    background-image:url(../_img/header-baling.jpg);
}

.theme-BED-FEED {
    background-image:url(../_img/header-bedding-feeding.jpg);
}

.theme h2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 2em;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1em;
    padding: 42px 0;
}

.hided-desktop-768 {
    display: block;
}

.hided-mob-768 {
    display: none;
}

h4.title-2 {
    margin: 10px 5px;
    padding: 0 10px;
    font-weight: 600;
    color:#ed1c24;
    font-size: 1.2em;
}

.fast-fit {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top:40px;
}
.fast-fit img {
}

.comfort-hay {
    margin-top: 0;
}

@media only screen and (min-width: 400px) {

    .header-catalogue {
        padding: 5px 15px 0;
    }
     .social-header a {
        font-size: 1em;
     }
    #back-home-mob a {
        padding:0 10px;
        font-size: 1.2em;
    }
}

@media only screen and (min-width: 640px) {
    .hided-mob {
    display: inline-block;
    }

    .hided-desktop {
        display: none;
    }

    .btn-grey {
        max-width: 400px;
    }

    .header-catalogue h1 {
        display: inline-block;
    }

    .header-catalogue #nav-parts, #nav-parts-home {
        flex-grow:0;
        margin-left: 0px!important;
    }

    #back-home-mob {
        display: none;
    }

    #back-home-desktop {
        display: block;
    }

    .sub-menu {
    justify-content:space-between;
    }

    #nav-parts, #nav-parts-home {
    min-width:200px;
    }

    #nav-parts span, #nav-parts-home span {
        padding: 0 25px 0 0;
    }

    .header-corpo a {font-size:0.9em;}
#home img {
        max-width: 90px!important;
    }
    .header-corpo {
        padding: 15px 20px;
    }
     .white {height: 78px;}
}

@media only screen and (max-width: 640px) {
    #nav-parts-home {border: none;}   
    .header-corpo h1 {
        display: none!important;
    }
    .header-corpo a {font-size:0.8em;}
    #home img {max-width: 60px;}
    #nav-parts-home span {font-size: 0.9em;}
}


@media only screen and (max-width: 767px) {
    .flex-args{
        display: block;
    }
    
    .flex-args .video{
        width: 100% !important;
    }
    
    .flex-args .content-mykuhn{
        width: 100% !important;
    }
}

@media only screen and (min-width: 768px) {
    /* For desktop: */
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}


    .header-corpo h1 {
        font-size: 2.2em;
    }

    .header-catalogue h1 {
        font-size: 2.2em;
    }


    #footer {
        border: 0;
        padding-top: 0;
    }

    .share {
       /* line-height: 3em;*/
    }

    #header-contact a {
        font-size: .9em;
        padding: 0 20px;
        margin-left: 20px;
    }

    #home {
    }

    .txt-header {
        padding-top: 160px;
        padding-bottom: 20px;
    }

    h1 {
        font-size: 3em;
    }

    h2 {
          font-size: 1.2em;
    }

    .ss-title span {
        font-size: 1.8em;
    }

    .feature-equipment {
        max-width: 80%;
    }

    #bgvid {
        display: block;

    }

    .header {
        background: none;
        overflow: hidden;
    }

    video { 
        position: absolute;
        top: -10%;
        left: 0;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        z-index: -100;
        background: url('../_img/poster_KUHN_PARTS_teaser.jpg') no-repeat;
        background-size: cover;
        transition: 1s opacity;
    }

    .range [class*="col-"] a {
        min-height: 145px;
    }

    #find-nav {
        display:inline-block;
    }

    .hided-desktop-768 {
        display: none;
    }

    .hided-mob-768 {
        display: block;
    }

    .right * {
        text-align: right!important;
    }


    .theme h2 {
        font-size: 3em;
        line-height: 4em;
    }

    .comfort-hay {
        margin-top: 110px;
    }



}

@media only screen and (min-width: 1140px) {
    .txt-header {
        padding-top: 280px;
    }

    h1 {
        font-size: 5em;
    }

    h2 {
          font-size: 1.5em;
    }

    .header-corpo h1 {
        margin-left:20px;
    }

    .header-catalogue h1 {
        margin-left:20px;
    }

.social-header a {
    margin-left:10px;
}
}