/* 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;
}


ol, ul {
	list-style: circle;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

hr {
	clear: both;
	padding: 0;
	margin: 0;
	height: 0;
	border: 0;
}


.maj {
	text-transform: uppercase;
}

.lowercase {
	text-transform: lowercase;	
}

.center * {
    text-align: center;
}

.hided-mob {
        display: block;
    }

.hided-desktop {
    display: none;
}

.hided-768 {
    display: block;
}
.showed-768 {
    display: none;
}

body {
	font-size: 16px;
	color: #555;
	font-family: 'Roboto', sans-serif;
	position: relative;

}

.wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

.more-infos{
    border-bottom: 1px solid #000;
    margin: 0;
    padding: 0 0 5px 0;
    color: #000;
    font-family: "Roboto Condensed";
}

.wrap{
    max-width: 900px;
    margin: 0 auto;
}

.box-shadow{
    box-shadow: 3px 9px 20px -10px rgba(0, 0, 0, 0.8);
}

p {
    font-size: 1em;
    margin: 10px 5px;
    line-height: 1.4em;
    padding: 0 10px;
}


.list-spe li {
    font-size: 1em;
    line-height: 1.4em;
    list-style: none;
    margin-left: 40px;
}


.list li {
    font-size: 1em;
    line-height: 1.4em;
    list-style: circle;
    margin-left: 40px;
}

.legend {
    text-align: center;
    font-size: 0.9em;
    font-style: italic;
}

.Content{
    padding: 30px;
}

.Content-2{
    padding: 30px;
}

.Content h3{
    text-align: left;
}

.Content img{
    margin: 0 0 20px 0;   
/*    max-height: 50px;*/
}

.Content p{
    margin-left: 0;
    padding-left: 0;
}

.CTA {
    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;
    margin-top: 10px;
}

.view {
    margin-bottom: 30px;
}

.swapper {
  color: #fff;
  list-style: none;
  width: 100%;
  padding: 0;
  height: 26px;
  font-size: 26px;
  line-height: 26px;
  position: relative;
  margin: 0 auto 20px;
  text-align: center!important;
}

.swapper > li {
    position: relative;
    letter-spacing: 4px;
    text-shadow: 2px 2px #000;
    font-family: "Roboto Condensed";
    font-weight: 700;
}


.swapper > li div {
    text-align: center!important;
}

/* COLONNES */



[class*="col-"] {
    float: left;
}

.row {
    margin: 0 auto;
    overflow: hidden;
    padding: 60px 0;
}

.row::after {
    content: "";
    clear: both;
    display: block;
}

/* For mobile phones: */
[class*="col-"] {
    width: 100%;
    margin: 40px 0 0;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.row img, .wrapper img {
    padding: 0 15px;
}

.video {

}

.video iframe{
    box-shadow: 3px 9px 20px -10px rgba(0, 0, 0, 0.8);   
}

.flex {
    display: block;
}

.flex * {
    margin: auto;
    align-items: flex-start;
    flex-wrap: wrap;

}
/* END RESET */

/* HEADER */

.header {
    background-color: #f2f2f2;
}

.header a {
    text-decoration: none;
}

.header li {
    list-style: none;
}

.header img {
    padding: 0;
}

.nav{
    box-shadow: 0 8px 10px -8px #666;
    background: #fff;
    position: relative;
}

.nav-1 {
    background: linear-gradient(270deg, #EAEBEC 0%, #FFFFFF 70%);
}

.title{
    background: #f2f2f2 !important;
}

.nav-1 a {
    color: #2E3440;  
    text-align: right;
    text-transform: uppercase;
    line-height: 2.5em;
    font-size: 12px;
}

.nav-1 ul {
    display: block;
    float: right;
    padding: 0 15px;
}

.nav-1 li {
    text-align: right;
    display: inline-block;
    margin-left: 15px;
    font-size: .9em;
}

.nav-1 li a.focus {
    cursor: default;
    webkit-opacity: 0.6;
    opacity: 0.6;
}

#logo {
    display: block;
    float: left;
    margin: 0;
    padding: 5px 15px 5px 15px;
    margin-top: -22px;
}

.action-sub{
    text-align: center;
    font-family: "Roboto Condensed";
    font-weight: 300;
    padding-bottom: 20px;
    font-size: 1.5em;
}

.nav-2 li {
    display: inline-block;
    text-align: left;
    margin-right: 6px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.nav-2 li a {
	display: block;
	color: #555;
	line-height: 4em;
	border-bottom: solid 5px #fff;
	padding-top: 6px;
	font-size: 1em;
}

#home {
    text-indent: -9999px;
    margin-left: 5px;
}

.benefices-bloc p{
    margin-bottom: 20px;
    margin-top: 5px;
}


#home a {
    background: url(../_img/home.png) no-repeat center;
    padding: 6px 10px 0 10px;
}


.nav-2 li a:focus, .nav-2 li a:hover, .nav-2 li a.focus {
    border-color: #ed1c24;
}

.breadcumb{
    padding-left: 0;
    margin-left: 0;
    margin-top: 0;
    padding-top: 20px;
    color: #555;
    font-size: 12px;
}

#breadcrumb {
    display: none;
    background-color: #f2f2f2;
    padding: 0 15px;
}

.breadcumb *{
    text-decoration: none;
    color: #555;
    margin-right: 10px;
}

.breadcumb a:hover{
    text-decoration: underline;
}

.breadcrumb * {
    display: inline-block;
    font-size: .9em;
    line-height: 2em;
}

#breadcrumb div {
    display: block;
    max-width: 1200px;
    margin: 0 auto;
}

#breadcrumb p {
    color: #999;
    margin: 0;
    padding: 0;
}

#breadcrumb a:focus, #breadcrumb a:hover {
    text-decoration: underline;
}

/* SHARE SOCIAL MEDIA */

.ShareContainer {
    display: none;
    position: relative;
    width: 100%;
    background-color: #f2f2f2;
    padding: 15px;
    z-index: 0;
    margin: 0 auto;
    text-align: center;
}

.ShareContainer div {
    text-align: center;
    line-height: 1.5em;
    text-indent: -9999px;
}

.social li, .ShareContainer div {
    display: inline-block;
    margin-left: 20px;
    text-align: right;
}

.social li a, .ShareContainer div 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;
}

.ShareContainer div a {
    background-position-y: -32px;        
}

.ShareContainer div a {
    background-position-x: 0px;
    background-position-y: -32px;
}

.ShareContainer div + div a {
    background-position-x: -32px;
}

.ShareContainer div + div + div a {
    background-position-x: -96px;
}

.ShareContainer div + div + div + div a {
    background-position-x: -128px;
}

.ShareContainer div a:hover {
    background-position-y: -64px;
}

.closeShare {
    position: absolute;
    top: 5px;
    right: 15px;
}

.closeShare a {
    display: block;
    width: 32px;
    height: 32px;
    background: url(../_img/planche-social-32px.png) no-repeat left -256px!important;
}

.closeShare a:hover {
    background-position: -64px -256px!important;
}

/* END HEADER */

.fixNavigation{
    z-index: 9999;
    position: fixed;
    top: 0;
    width: 100%;
}

#title {
	width: 100%;
	background: url(../_img/visuel_home_new.jpg) no-repeat center;
	background-size: cover;
	min-height: 500px;
    position: relative;
}

.intro-form{
    text-align: center !important;
    font-family: "Roboto Condensed";
    font-size: 1.2em;
}

.link{
    color: #ed1c24;
    text-decoration: none;  
}

.red-link{
    font-size: 0.9em;
    font-family: "Roboto Condensed";
    color: #ed1c24;
    text-decoration: none;
}

.white-link{
    font-size: 0.9em;
    font-family: "Roboto Condensed";
    color: #fff;
    text-decoration: none;
}

.red-link:hover, .link:hover, .white-link:hover{
    text-decoration: underline;   
}

h1 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 900;
    text-align: left;
    font-size: 3em;
    line-height: 1em;
    padding: 8px 15px;
}

h1 a {
    color: #555;
    text-decoration: none;
}

.testimonials .col-3{
    margin-top: 0;
}

.testimonials .col-3 img{
    box-shadow: 3px 9px 20px -10px rgba(0, 0, 0, 0.8);
    padding: 0;
    margin-bottom: 20px;
}

h1 span {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: .4em;
    line-height: 1em;
}

.opacity {
    position: absolute;
    width: 100%;
    height: 100%;    
    top: 0;
    background-color: #000;
    filter: alpha(opacity=20); 
    opacity: 0.2;
    z-index: 44;
}

h2 {
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    color: #ed1c24;
    font-size: 1.5em;
    text-align: center;
    letter-spacing: 4px;
}

.fas{
    color: #fff;
}         
                        
.grey-dark{
    background: #555;
}

.grey-dark h2, .grey-dark p{
    color: #fff !important;   
}

.hided-desktop h1 {
    float: left;
    padding: 12px 0;
    font-size: 1.8em;
    line-height: 1em;
}

.hided-mob h1 {
    padding: 0 0 15px 0;
}

iframe{
    display: block;   
}

.title {
    padding: 0 15px;
    background-color: #f1f1f1;
}

.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.background-190-years{
    visibility: hidden;
    background-image: url(../_img/190years-facebook-cover.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    min-height: 350px;
    box-shadow: 3px 9px 20px -10px rgba(0, 0, 0, 0.8);
}
          
.background-clicknseed{
    visibility: hidden;
    background-image: url(../_img/ClicknSeed_Banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    min-height: 350px;
    box-shadow: 3px 9px 20px -10px rgba(0, 0, 0, 0.8);
}

.BlocAbsolute{
    visibility: hidden;
    position: absolute;
    z-index: 50;
    width: 100%;
    top: 10%;
    bottom: 0;
}

.big-click{
    font-size: 2em;
    color: #fff;
    text-align: center !important;
    font-family: "Roboto Condensed";
}

.name-click{
    padding-top: 2em;
    font-size: 1.5em;
    color: #fff;
    font-family: "Roboto Condensed";
    text-align: center !important;
    font-weight: 300;
}

.CTA-3{
    padding: 10px 80px;
    border: 2px solid #fff;
    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;
    cursor: pointer;
}

.CTA-3:hover {
    border: 2px solid #fff;
    background-color: #fff;
    color: #ed1c24;
}

.visible{
    visibility: visible !important;
}

.art-1, .art-2, .art-3, .art-4, .art-5{
    visibility: hidden;
    margin: 0 0 0 50px;
}

.delay-05s {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.delay-06s {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.delay-07s {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.delay-08s {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.delay-09s {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.delay-11s {
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

.delay-13s {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
}

.delay-14s {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
}

.delay-15s {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.delay-17s {
    -webkit-animation-delay: 1.7s;
    animation-delay: 1.7s;
}

.delay-19s {
    -webkit-animation-delay: 1.9s;
    animation-delay: 1.9s;
}

.delay-21s {
    -webkit-animation-delay: 2.1s;
    animation-delay: 2.1s;
}

.delay-23s {
    -webkit-animation-delay: 2.3s;
    animation-delay: 2.3s;
}

.delay-25s {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}

.delay-27s {
    -webkit-animation-delay: 2.7s;
    animation-delay: 2.7s;
}
            
.opacity{
    -webkit-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
}
            
.background-190-years:hover{
    transition: 5s;
}

.background-190-years:hover .opacity{
    background-color: #ed1c24;   
    -webkit-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out; 
}


/* NAV MOBILE */
.overlay {
    height: 0;
    width: 100%;
    position: fixed; /* Stay in place */
    z-index: 795997; /* Sit on top */
    left: 0;
    top: 0;
    background-color: #fff; /* Black fallback color */
    background-color: #fff; /* Black w/opacity */
    overflow: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
    /* 25% from the top */
    width: 100%; /* 100% width */
    text-align: center; /* Centered text/links */
    margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */

.categorie{
    background: #f2f2f2;
    font-family: "Roboto Condensed";
    color: #ed1c24;
    font-weight: 900;
    font-size: 26px;
    padding: 10px 15px;
}

.overlay .cat{
    border-bottom: 1px solid #ed1c24;
    margin-bottom: 15px;
}
.overlay a {
    padding: 15px 50px;
    text-decoration: none;
    font-size: 20px;
    color: #000;
    font-family: "Roboto Condensed";
    text-transform: uppercase;
    display: block; /* Display block instead of inline */
    transition: 0.3s; /* Transition effects on hover (color) */
    text-align: left; /* Centered text/links */
    border-bottom: 1px solid #f2f2f2;
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus, .overlay a.focus {
    color: #000;
    font-weight: 900;
}

/* Position the close button (top right corner) */
.closebtn {
    position: absolute;
    top: 0px;
    right: 15px;
    z-index: 88888888888;    
    font-size: 3em !important;
    border: none !important;
}

.closebtn:hover,s .closebtn:focus{
    color: #ed1c24 !important;
    font-weight: 100 !important;
}

#open {
    cursor: pointer;
    float: right;
    margin-left: 10px;
}

#open span {
    display: block;
    padding: 45px 17px 12px;
    background: url(../_img/menu.png) no-repeat center 18px;
    color: #666;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.6em;
}

#open:hover span {
    background-image: url(../_img/menu_hvr.png);
    color: #ed1c24;
}

.txt-header {
    position: absolute;
    z-index: 888;
    bottom: 0;
    right: 0;
}

.txt-header-arg{
    position: absolute;
    z-index: 888;
    height: 100%;
    width: 100%;
}

.arg-1, .arg-2, .arg-3, .arg-4, .arg-5 {
    height: 20%;
}

.txt-header-arg {
    position: absolute;
    z-index: 888;
    top: 20px;
    width: 100%;
}

.BigVisual{
    background-image: url(../_img/visual-big.jpg);
    background-position: center;
    background-size: cover;
    min-height: 400px;
    position: relative;
}

.BigVisual-2{
    background-image: url(../_img/visual-big-second.jpg);
    background-position: center;
    background-size: cover;
    min-height: 400px;
    position: relative;
}

.BigVisual img{
    position: absolute;
    top: 0;
    right: 0;
    margin: 20px;
    max-width: 400px;
}

.txt-header-slogan {
    position: absolute;
    z-index: 888;
    bottom: 20px;
    width: 100%;
}

.top{
    top: 20px !important;   
}

.txt-header-slogan h2{
    color: #fff;  
    text-align: center; 
    font-size: 1.8em;
    position: relative;
    text-shadow: 2px 2px #000;
}

.header-act{
    text-align: right;
    margin: 0;
    padding: 0 20px 0 0;
}
    
.txt-header p{
    font-family: "Roboto Condensed";
    color: #fff;
    text-align: right;
    font-size: 1.2em;
    padding-right: 20px;
    padding-bottom: 15px;
    margin-right: 0;
    margin-bottom: 0;
}
    
.txt-header p a{
    cursor: pointer;
}

.txt-header p a:hover{
    text-decoration: underline;
}

    .txt-header p .fab{
        margin-right: 10px;   
    }

	
.border {
	border: 1px solid #7C7A7B;
	display: block;
	text-decoration: none;
	margin:10px;
}

.benef{
    margin-top: 0;  
}

.benef a {
    display: block;
    text-decoration: none;
    border: 2px solid #555;
    margin: 10px 10px 0 10px;
    border-radius: 4px;
}

.benef .focus{
    border: 2px solid #ed1c24;
}

.benef .benefit{
    color: #555;   
}

.focus .benefit{
    color: #ed1c24;
}

.benef a:hover{
    border: 2px solid #ed1c24;
}

.benef a:hover .benefit{
    color: #ed1c24;
}

.act-wh{
    margin-top: 40px;   
    float: left;
}

.act .cta-white{
    text-decoration: none;
    color: #555;
    background: #fff;
    border: 2px solid #555;
    padding: 10px 20px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Roboto Condensed', sans-serif;
}

.active {
font-weight:700;
}


.specs {
    text-align: center;
}

.specs span {
    display: block;
    margin-top: 10px;
    color: #ed1c24;
    text-align: center;
}

h3{
	text-align: center;
	text-transform: uppercase;
	font-weight: 300;
	color: #ed1c24;
    font-weight: bold;
	font-size: 1.6em;
    font-family: 'Roboto Condensed', sans-serif;
    padding: 0px 0 30px 0;
}

h4 {
  padding: 0 15px;
  font-weight: 700;
  font-size: 1em;
    text-transform: uppercase;
}

.mainForm h4 {
	padding-right: 15px;
	padding-left: 15px;
    text-align: center;
	ttext-transform: uppercase;
	font-weight: 400;
    font-family: "Roboto Condensed";
    color: #ed1c24;
    font-size: 1.2em;
}

.rappel-cta {
  text-align: center !important;
  padding: 40px 0 10px;
    font-weight: 700;
}
.rappel-cta .text-rap {
  font-size: 1.2em;
  margin-right: 10px;
  font-size: "Roboto Condensed";
  font-weight: 700;
}

.rappel-cta .CTA{
    display: inline-block;
    margin-top: 10px;   
}

table th{
    background-color: #fff;   
}

.padding-img{
    padding: 0 15px;   
}

.BoxProject {
  position: relative;
  background-image: url(../_img/bloc-offre.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 350px;
  margin: 0 50px;
  box-shadow: 3px 9px 20px -10px rgba(0, 0, 0, 0.8);
}
.BoxProject .opacity {
  background-color: #ed1c24;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.BoxProject .txt-header-prj {
  position: absolute;
  top: 50px;
  width: 100%;
  z-index: 90;
}
.BoxProject .txt-header-prj h3 {
  color: #fff;
  font-size: 1.3em;
  margin-bottom: 0;
}
.BoxProject .txt-header-prj p {
  text-align: center;
  color: #fff;
}

.padding-img img{
    padding: 0;   
}

.fond-livre-blanc{
    background-image: url(../_img/livre_blanc_fond.jpg);
    background-size: cover;
    min-height: 300px;
    background-position: center;
}

.red-line{
    display: block;
    border: 0;
    height: 1px;
    margin: 10px 15px 30px 15px;
    background-image: -webkit-linear-gradient(left, #ed1c24, #ffffff);   
    background-image: -ms-linear-gradient(left, #ed1c24, #ffffff);   
    background-image: -moz-linear-gradient(left, #ed1c24, #ffffff);   
    background-image: -o-linear-gradient(left, #ed1c24, #ffffff);   
    background-image: linear-gradient(left, #ed1c24, #ffffff);   
}

.red-line-grey{
    display: block;
    border: 0;
    height: 1px;
    margin: 10px 15px 30px 15px;
    background-image: -webkit-linear-gradient(left, #ed1c24, #f2f2f2);   
    background-image: -ms-linear-gradient(left, #ed1c24, #f2f2f2);   
    background-image: -moz-linear-gradient(left, #ed1c24, #f2f2f2);   
    background-image: -o-linear-gradient(left, #ed1c24, #f2f2f2);   
    background-image: linear-gradient(left, #ed1c24, #f2f2f2);   
}

.Box{
    background-color: white;
    box-shadow: 3px 9px 20px -10px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    margin: 0 15px;
}

.picture-boite{
    background-size: cover;
    background-position: center;
}

.pic-1{
    background-image: url(../_img/coupure_rangs.jpg);
    min-height: 150px;
}

.pic-2{
    background-image: url(../_img/KUHN_MAXIMA-3_Electrique.jpg);
    min-height: 150px;
}

.CTA-2{
    padding: 10px 40px;
    border: 2px solid #555;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    color: #555;
    font-size: 1em;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
}

.CTA-2:hover{
    border: 2px solid #ed1c24;
    color: #ed1c24;
}

.red{
	color: #ed1c24;
}

#btn_up {
    display: none;
    position: fixed;
    z-index: 999;
    bottom: 20px;
    right: 0;
    background-color: #fff;
    box-shadow: 0px 0px 20px -3px rgba(0, 0, 0, 0.3);
}

#btn_up p {
    margin: 0;
    padding: 0;
}

#btn_up a {
    display: block;
    border-bottom: 0;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 0.9em;
    font-family: "Roboto Condensed";
    color: #555;
}

#btn_up a .fas{
    color: #555;
    margin-right: 10px;
}

#btn_up a:focus, #btn_up a:hover, #btn_up a:active, #btn_up a:hover > .fas {
    color: #ed1c24;
}

#footer {
    background: linear-gradient(180deg, #555 0%, #333333 100%);
    width: 100%;
    padding: 15px 20px;
    color: #fff;
    margin: 40px 0 0 0;
}

#footerbis{
    background-color: #333;
    padding: 10px 0;
    overflow: hidden;
}

#footerbis li{
    padding: 0 20px; 
    text-align: center;
}

#footerbis li a{
    text-decoration: none;
    color: #fff;
    font-size: 0.9em;
}

#footer [class*="col-"] {
    margin: 20px 0;
}

#footer a {
    color: #fff;
    text-decoration: none;
}

#footer h4 {
    line-height: 4em;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    color: #fff;
    font-family: "Roboto Condensed";
    font-weight: 700;
    font-size: 1.2em;
    text-transform: none;
}

#footer li {
    text-align: left;   
    line-height: 2em;
}

#footer .focus {
    cursor: default;
    filter: alpha(opacity=60); 
    opacity: 0.6;
}

.social ul {
    text-align: left;
}

.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;
}

.grey {
	margin: 0 auto;
	background-color: #f2f2f2;
}

.grey-gradiant{
    margin: 0 auto;
    background: linear-gradient(#f2f2f2, #fff);   
}

.grey-gradiant .row{
    padding-bottom: 20px;   
}

.grey p {
    text-align: left;
}

.SameH p{
    padding: 20px;  
    margin: 0;
}

.row-intro{
    overflow: hidden;
}


table{
    border-spacing: 0;
    border-collapse: collapse;
    margin: 30px auto 40px;
    overflow-x: auto; 
}

tbody, thead {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}

th, td {
    text-align: center;
    padding: 8px;
    border: solid 1px #bbb;
    border-spacing: 0;
    border-collapse: collapse;
}

th {
    text-align: left;
    background-color: #f2f2f2;
    font-weight: 700;
}

thead th + th {
    text-align: center;
}

/* FORM CONTACT */
   
.mainForm {
    width:95%;
    padding:10px;
}
        
.mainForm input[type=radio] {
    width: 18px;
    height: 18px;
    border-radius: 2px;
    border: 2px solid #555555;
    background-color: #ffffff;
    vertical-align: middle;
}

.mainForm input[type=checkbox] {
    width: 20px;
    height: 20px;
    border-radius: 2px;
    border: 2px solid #555555;
    background-color: #ffffff;
    vertical-align: middle;
}

.mainForm input[type=checkbox] + input[type=hidden] + span {
    background:url('/images/checkbox.png') no-repeat;
    height: 10px;
    width: 10px;
    display: inline-block;
    float: left;
    padding: 0 0 0 0px;
    margin-right: 10px;
}

.mainForm input[type=checkbox]:checked + input[type=hidden] + span {
    background:url('/images/checkbox-checked.png') no-repeat;
    height: 20px;
    width: 20px;
    display: inline-block;
    padding: 0 0 0 0px;
}

.mainForm .textarea-mykuhn {
    resize: vertical;
}

.mainForm .col-xs-1, .mainForm .col-sm-1, .mainForm .col-md-1, .mainForm .col-lg-1, .mainForm .col-xs-2, .mainForm .col-sm-2, .mainForm .col-md-2, .mainForm .col-lg-2, .mainForm .col-xs-3, .mainForm .col-sm-3, .mainForm .col-md-3, .mainForm .col-lg-3, .mainForm .col-xs-4, .mainForm .col-sm-4, .mainForm .col-md-4, .mainForm .col-lg-4, .mainForm .col-xs-5, .mainForm .col-sm-5,   .mainForm .col-md-5, .mainForm .col-lg-5, .mainForm .col-xs-6, .mainForm .col-sm-6, .mainForm .col-md-6, .mainForm .col-lg-6, .mainForm .col-xs-7, .mainForm .col-sm-7, .mainForm .col-md-7, .mainForm .col-lg-7, .mainForm .col-xs-8, .mainForm .col-sm-8, .mainForm .col-md-8, .mainForm .col-lg-8, .mainForm .col-xs-9, .mainForm .col-sm-9, .mainForm .col-md-9, .mainForm .col-lg-9, .mainForm .col-xs-10, .mainForm .col-sm-10, .mainForm .col-md-10, .mainForm .col-lg-10, .mainForm .col-xs-11, .mainForm .col-sm-11, .mainForm .col-md-11, .mainForm .col-lg-11, .mainForm .col-xs-12, .mainForm .col-sm-12, .mainForm .col-md-12, .mainForm .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-bottom: 15px;
}

.mainForm [class*="col-"] {
    margin: 0;
}
        
.mainForm select{
    -webkit-appearance: button;
    -webkit-border-radius: 2px;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-padding-end: 20px;
    -webkit-padding-start: 2px;
    -webkit-user-select: none;
    background-image: url(../_img/select-field.png), -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
    background-position: 97% center;
    background-repeat: no-repeat;
    border: 1px solid #AAA;
    color: #555;
    font-size: inherit;
    margin: 20px;
    overflow: hidden;
    padding: 5px 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 300px;   
}
        
.mainForm .input-mykuhn, .mainForm .select-mykuhn, .mainForm .textarea-mykuhn {
    border: none;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    height: 40px;
    display: block;
    width: 100%;
    outline: none !important;
    background: none !important;
    padding-right: 10px;
    color: #231f20;
    font-family: "Roboto Condensed";
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
            
.mainForm textarea{
    padding: 30px 0;
    min-height: 100px;
    resize: none;
}
        
.mainForm .input-mykuhn::-ms-clear {
    display: none;
}

.mainForm .floating-label {
    position: absolute;
    pointer-events: none;
    left: 0;
    top: 10px;
    right: 100%;
    text-align: right;
    white-space: nowrap;
    transition:opacity 0.3s linear;
    line-height: 20px;
    opacity: 1;
    font-size: 0.9em;
    font-family: "Roboto Condensed";
    font-weight: 700;
}
        
.mainForm #ajout{
    left: 0px;
    position: absolute;
    pointer-events: none;
    top: 10px;
    right: 30px !important;
    text-align: right;
    white-space: nowrap;
    line-height: 20px;
    font-family: "Roboto Condensed";
    font-style: italic;
    font-size: 12px;
    font-weight: 400;
    opacity:0;
    color: #777;
    transition:opacity 0.3s linear;
}

.mainForm .input-mykuhn:focus ~ #ajout,
.mainForm .input-mykuhn:not(:focus):not(.empty) ~ #ajout {
    opacity:1;
}

.mainForm .input-mykuhn:focus ~ .floating-label,
.mainForm .input-mykuhn:not(:focus):not(.empty) ~ .floating-label {
    opacity: 0;
} 
        
.mainForm .select-mykuhn:not([style*="display: none"]) ~ .floating-label {
    right: 45px;
    font-style: normal;
    font-family: "Roboto Condensed";
    font-size: 12px;
}

.mainForm .input-mykuhn ~ .icon, .select-mykuhn:disabled ~ .icon {
    position: absolute;
    top: 10px;
    right: 25px;
    background-image: url(/Images/fa/black/svg/pencil.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 20px;
    width: 12px;
    transition: 1s ease all;
}

.mainForm .select-mykuhn:not([style*="display: none"]) ~ .input-mykuhn ~ .icon {
    display: none;
}

.mainForm .input-mykuhn:focus ~ .icon,
.mainForm .select:focus ~ .icon {
    opacity: 1;
}

.mainForm .select-mykuhn:disabled {
    -webkit-appearance: none; 
    -moz-appearance: none;
    appearance: none;     
}
        
.mainForm .select-mykuhn:disabled ~ .icon, .mainForm .input-mykuhn:disabled ~ .icon {
    background-image: url(/Images/fa/black/svg/lock.svg);
}

.mainForm input:checked + .slider {
    background-color: red;
}

.mainForm input:focus + .slider {
    box-shadow: 0 0 1px red;
}

.mainForm input:checked + .slider:before {
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px);
}

.mainForm .mainForm-label{
    padding-left: 10px;
    font-family: "Roboto Condensed";
    font-size: 12px;
    font-weight: 300;
    line-height: 14px;
}

@media only screen and (max-width: 479px) {
    #logo{
        margin-top: 10px;   
        max-width: 100px;
    }
    
    .nav-1{
        display: none;
    }
}

@media only screen and (min-width: 480px) {
    .header {
        background: none;
    }

    .benef::before {
        width: 100px;
        height: 100px;
    }

    .benef-2::before {
        background-position-x: -100px;
    }

    .benef-3::before {
        background-position-x: -200px;
    }
}


@media only screen and (min-width: 600px) {
    /* For tablets: */
    .col-m-1 {width: 8.33%;}
    .col-m-2 {width: 16.66%;}
    .col-m-3 {width: 25%;}
    .col-m-4 {width: 33.33%;}
    .col-m-5 {width: 41.66%;}
    .col-m-6 {width: 50%;}
    .col-m-7 {width: 58.33%;}
    .col-m-8 {width: 66.66%;}
    .col-m-9 {width: 75%;}
    .col-m-10 {width: 83.33%;}
    .col-m-11 {width: 91.66%;}
    .col-m-12 {width: 100%;}
}

@media only screen and (max-width: 767px) {
    .hided-mob {
        display: none!important;
    }

    .hided-desktop {
        display: block!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%;}


    .hided-768 {
        display: none;
    }
    .showed-768 {
        display: block;
    }

    #breadcrumb {
        display: block;
    }

    #logo {
        padding: 5px 15px 5px 0px;
        max-width: 100%;
    }

    #logo img {
        width: 100%;
    }




    h1 {
        display: block;
        font-size: 3em;
    }

    

    .nav {
        padding: 0 15px;
    }

    .title {
    background: none;
    }

    .concept * {
        text-align: left;
    }

    .flex {
        display: flex;
    }


    #home {
        display: inline-block;
		display:visible;
		
    }
}

@media only screen and (min-width: 1024px) {
	
.nav-2 li {
    display: inline-block;
    text-align: left;
    margin-right: 20px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}
    
    #home{
        margin-left: 20px;   
    }


}
