<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 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: 600px;
    margin: 0 auto;
}

.box-shadow{
    box-shadow: 3px 9px 20px -10px rgba(0, 0, 0, 0.8);
}

.rappel-cta{
    text-align: center !important;
    padding: 15px 0;
}

.text-rap{
    font-size: 1.4em;
    margin-right: 10px;
    font-family: "Roboto Condensed";
    font-weight: 300;   
}

p {
    font-size: 1em;
    margin: 10px 5px;
    line-height: 1.4em;
    padding: 0 10px;
}

.links li{
    margin-left: 15px;
    list-style: none;
    margin-bottom: 5px;
}

.links li a{
    color: #ed1c24;
    text-decoration: none;
}

.links li a:hover{
    text-decoration: underline;
}


.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;
}

.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;
}


/* 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;

}
/* 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 */

.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;
}

.choix-solutions li{
    display: block;
    margin: 0 10px;
    border-bottom: 1px solid #000;
}

.choix-solutions li a{
    font-family: "Roboto Condensed";
    font-weight: 900;
    text-decoration: none;
    color: #000;
    text-transform: uppercase;
    cursor: pointer;
    display: block;
    padding: 10px 0;
    text-align: right;
}

.choix-solutions li:hover{
    border-bottom: 1px solid #ed1c24;
}

.choix-solutions li:hover &gt; a{
    color: #ed1c24;   
}

.choix-solutions .actif{
    border-bottom: 1px solid #ed1c24;
}

.choix-solutions .actif a{
    color: #ed1c24;   
}

.solutions-tech .Box{
    display: none;
    padding: 20px;
}

.solutions-tech .selected{
    display: block;
}

.solutions-tech img{
    padding: 20px;
}

.solutions-tech h4{
    color: #000;   
}

.relative{
    background: #fff;
}

.ElectronicsPicture{
    padding-top: 100px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.picb-1{
    background-image: url(../../_img/_new/header_confort.jpg);
}

.picb-2{
    background-image: url(../../_img/_new/myriade-fond.jpg);
}
    
form .Box{
    padding: 50px;   
    margin-bottom: 60px;
}

.relative .Content{
    padding-top: 20px;   
    padding-left: 20px;
    padding-right: 20px;
}

.relative .Content h3{
    text-align: left;
    margin-left: 15px;
    margin-top: 5px;
    padding-bottom: 10px;
}

.ancres li{
    display: inline-block;
    margin-right: 20px;
}

.ancres li a{
    color: #ed1c24;
    text-decoration: none;
    font-family: "Roboto Condensed";
}

.ancres li a:hover{
    text-decoration: underline;
}

#logo {
    display: block;
    float: left;
    margin: 0;
    padding: 5px 15px 5px 15px;
/*    max-width: 110px;*/
    margin-top: -22px;
}

.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;
}

#home a {
    background: url(../../_img/_new/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: #fff;
           padding: 15px;
           z-index: 0;
           margin: 0 auto;
           text-align: center;
            border-bottom: 1px solid #f2f2f2;
        }

        .ShareContainer div {
            text-align: center;
            line-height: 1.5em;
            text-indent: -9999px;
        }
        /*
        .ShareContainer a {
            display: block;
            width: 32px;
            height: 32px;
        }*/


        .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/_new/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/_new/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/_new/visuel_home.jpg) no-repeat center;
	background-size: cover;
	min-height: 400px;
    position: relative;
}

#lb {
	width: 100%;
	background: url(../../_img/_new/livre_blanc_fond_big.jpg) no-repeat center;
	background-size: cover;
	min-height: 350px;
}

.back-projet{
    width: 100%;
    background: url(../../_img/_new/projet_wallpaper_big.jpg) no-repeat center;
    background-size: cover;
    min-height: 300px;
    position: relative;
}

.back-projet .opacity{
    background-color: #ed1c24;   
}

.back-livre{
    width: 100%;
    background: url(../../_img/_new/livre_blanc_fond_big.jpg) no-repeat center;
    background-size: cover;
    min-height: 300px;
    position: relative;
}

.txt-header-act{
    position: absolute;
    z-index: 888;
    right: 40px;
    bottom: 20px;
}

.sh-flex{
    margin-top: 30px;
    display: flex;
}

.sh-flex p{
    text-align: center;
}

.sh-flex img{
    margin-bottom: 20px;
}

.white-sh{
    width: 20%;
    margin-right: 10px;
}

.titre-sh{
    margin-bottom: 20px;
}

.red-sh{
    width: 80%;
    display: flex;
    flex-direction: column;
}

.red-sh .list-sh{
    display: flex;
    width: 100%;
}

.red-sh .list-sh div{
    width: 33.33%;
    margin: 0 10px 0;
}

.left{
    left: 40px;
}

.left h2, .left .subtitle{
    text-align: left !important;
}

.txt-header-act h2{
    font-size: 2em;
    color: #fff;
    letter-spacing: 2px;
    text-align: right;
    padding: 0;
    margin: 0;
}

.txt-header-act .subtitle{
    font-size: 1.2em;
    color: #fff;
    letter-spacing: 2px;
    text-align: right;
    padding: 0;
    margin: 0;
}

.intro-form{
    text-align: center !important;
    font-family: "Roboto Condensed";
    font-size: 1.2em;
}

.pic-2{
	background-image: url(../../_img/_new/header_economie_puissance.jpg) !important;
}

.pic-3{
	background-image: url(../../_img/_new/header_qualite_travail.jpg) !important;
}

.pic-4{
	background-image: url(../../_img/_new/header_confort-top.jpg) !important;
}

.pic-4-fr{
	background-image: url(../../_img/_new/confort-fr.jpg) !important;
}

.link{
    color: #ed1c24;
    text-decoration: none;  
}

.red-link{
    font-size: 0.9em;
    font-family: "Roboto Condensed";
    color: #ed1c24;
    text-decoration: none;
}

.padding-inside{
    padding: 0 20px;
}

.padding-inside-15{
    padding: 0 15px;
}

.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;   
}

#titlerc {
	position: relative;
	width: 100%;
	background: url(../../_img/_new/header_ESPRO_RC.jpg) no-repeat center;
	background-size: cover;
	overflow: hidden;
	padding-bottom: 30px;
	height: 50%;
}

h1 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 900;
    text-align: left;
    font-size: 2em;
    line-height: 1em;
    padding: 8px 15px;
}

h1 a {
    color: #555;
    text-decoration: none;
}

.TextGris{
    display: block;
    text-align: center;
	margin-top: 5px;
     font-size: 0.9em;
    text-transform: none;
    font-weight: 100;
	 color: #555;
}

.testimonials .col-3, ..testimonials .col-4{
    margin-top: 0;
}

.testimonials .col-3 img, .testimonials .col-4 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;
}

.vistaflow h3{
    margin-bottom: 5px;
    padding-bottom: 0;
}

.vistaflow .subtitle{
    font-family: "Roboto Condensed";
    font-weight: 300;
    text-align: center;
    font-size: 1.4em;
}

.vistaflow .flex-video{
    display: flex;
    align-items: center;
}

.vistaflow iframe{
    width: 70%;
    margin: 0 30px;
}

.vistaflow .help{
    width: 30%;
    border: 1px solid #ddd;
}

.image-column{
    padding: 2rem 1rem;
}

.help .content{
    background: #eeece0;
    padding: 1rem;
    border-top: 1px solid #d0b580;
}

.help .content h4{
    color: black;
    text-transform: none;
}

.vistaflow .flex-items{
    display: flex;
    justify-content: center;
}

.flex-items .box{
    border: 1px solid #ddd;
    width: 40%;
    margin: 0 15px;
}

.flex-items .box .content{
    padding: 1rem;
}

.flex-items .box .content h4{
    color: black;
    text-transform: none;
    margin-bottom: 15px;
}

.flex-items .box .content li{
    margin-bottom: 5px;
}

.picture-vistaflow{
    background-size: cover;
    background-position: center;
    height: 300px;
    width: 100%;
}

.flex-items .box .pic-1-vista{
    background-image: url(../../_img/_new/jalonnage-universel.jpg);
}

.flex-items .box .pic-2-vista{
    background-image: url(../../_img/_new/surveillance-detection.jpg);
}

.slogan-benef{
    padding: 20px 30px;
}

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;
}
                 
.machine-slide{
    text-align: center !important;
    font-size: 2em;
    color: #555;
    font-family: "Roboto Condensed";
    font-weight: 900;
    padding: 20px 0 0 0 !important;
    margin: 0;
}
                        
.grey-dark{
    background: #555;
}

.grey-dark h2, .grey-dark p{
    color: #fff !important;   
}

.arrow-slide{
    padding: 10px 20px !important;
    background: #ed1c24;
    border-radius: 4px;
    float: right;
    cursor: pointer;
    margin-left: 30px;
    margin-right: 30px;
}
                                             
.WithoutPadding{
    padding: 0 !important;   
}
    
.WithPadding{
    margin-top: 0px;
    padding: 20px;
}

.new-espro .NewItem{
    min-height: 200px;
    position: relative;
    width: 100%;
}

.slogan-benef h2{
    letter-spacing: 0;   
    margin-bottom: 20px;
    text-align: left;
    text-transform: none;
}

.slogan-benef p{
    color: #555;   
}

.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;
}

.roues-rappui .Box, .roues{
    visibility: hidden;  
}

.accordion {
    background-color: #fff;
    color: #555;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    text-align: left;
    outline: none;
    font-family: "Roboto Condensed";
    text-transform: uppercase;
    font-size: 1em;
    transition: 0.4s;
    font-weight: 900;
}

.active, .accordion:hover {
    background-color: #ed1c24;
    color: #fff;
}

.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/_new/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-offer-france{
    visibility: hidden;
    box-shadow: 3px 9px 20px -10px rgba(0, 0, 0, 0.8);
}

.offer-france{
    display: flex;
    align-items: center;
    background: #eeece0;
}

.image-offer{
    background-image: url(../../_img/_new/AVSaisonESPRO.jpg);
    background-size: cover;
    background-position: center;
    width: 60%;
    min-height: 400px;
}

.content-offer{
    padding: 3rem;
    width: 40%;
}

.content-offer .txt{
    font-family: "Roboto Condensed";
    font-weight: 300;
    text-align: center;
    font-size: 1.2rem;
}

.content-offer .act{
    margin-top: 1.5rem;
    text-align: center;
}
          
.BlocAbsolute{
    visibility: hidden;
    position: absolute;
    z-index: 50;
    width: 100%;
    top: 10%;
    bottom: 0;
}

 .BoxRelative{
     position: relative;
 }

.BoxVistaflow{
    border: 1px solid #e6e6e6;
    box-shadow: 3px 9px 20px -10px rgba(0, 0, 0, 0.3);
    margin: 0 15px;
    background: white;
}

.BoxVistaflow .pictease{
    background-image: url(../../_img/_new/VISTAFLOW-teasing.jpg);
    height: 300px;
    background-position: center;
    background-size: cover;
    position: relative;
}

.pictease .new{
    display: block;
    background: #d0b580;
    position: absolute;
    margin: 0;
    padding: 10px 20px;
    color: #fff;
    font-weight: 900;
    letter-spacing: 2px;
    font-family: "Roboto Condensed";
    font-size: 1.1rem;
    text-transform: uppercase;
    top: 15px;
    left: 15px;
}

.contentease{
    padding: 1rem;
}

.contentease .act{
    margin-top: 2rem;
    text-align: center !important;
    margin-bottom: 1rem;
}

.contentease h3{
    text-align: center;
    font-size: 1.4rem;
    margin: 0 0 5px;
    padding-bottom: 0;
}

.contentease .sub{
    font-family: "Roboto Condensed";
    font-weight: 300;
    font-size: 1.3rem;
    margin: 0 0 15px 0;
    text-align: center;
}

.BoxAbsolute{
    text-align: left;
    padding:  20px 35px 0;
    font-size: 2em;
    font-family: "Roboto Condensed";
    text-transform: uppercase;
    color: #ed1c24;
    font-weight: 900;
}
        
.BoxInside{
    padding: 20px;
    margin: 0;
    font-size: 1.3em;
    font-family: "Roboto Condensed";
    text-transform: uppercase;
    color: #555;
    font-weight: 900;
}
        
.BoxInsideNew{
    padding: 20px;
    margin: 0;
    font-size: 1.2em;
    font-family: "Roboto Condensed";
    color: #ed1c24;
    font-weight: 900;
}
        
.new-espro img{
    padding: 0 50px;   
}
        
.range-pdt{
    margin: 0 0 40px 0;
    padding: 0;
    text-align: center !important;
    font-family: "Roboto Condensed";
    font-size: 1.5em;
    font-weight: 900;
    color: #555;
}

.CTA-3 {
    padding: 10px 40px;
    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;
}

.choice-range li{
    padding: 10px 20px;   
    border-top: 1px solid #f2f2f2;
}
                    
.choice-range li:hover{
    background: #f2f2f2;
}
                    
.border-bot{
    border-bottom: 1px solid #f2f2f2;
}
                    
.no-deco{
    text-decoration: none;
    color: #555;
}
                    
.no-deco-red{
    text-decoration: none;
    color: #ed1c24;
}

.bloc-button{
    display: block;
    margin: 20px 20px 0 20px;
    position: relative;
    padding: 0;
    background-size: cover;
    background-position: center;
    height: 150px;
    cursor: pointer;   
}

.img-button {
    bottom: 10px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 1.4em;
    width: 100%;
    -webkit-transition: all .5s;
    transition: all .5s;
    cursor: pointer;
    position: absolute;
    z-index: 99;
}

body .BlocPopupForm .popup {
  position: absolute !important;
}
body .BlocPopupForm .popup {
  z-index: 9999;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.75);
}
body .BlocPopupForm .popup-scroll {
  display: block;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
}
body .BlocPopupForm .popup-scroll .popup-inner {
  padding: 40px 0;
}
body .BlocPopupForm .popup-scroll .popup-inner p {
    margin-top: 20px;
}
body .BlocPopupForm .affiche-popup {
  visibility: visible;
  opacity: 1;
}
body .BlocPopupForm form {
  margin-top: 20px;
}
body .BlocPopupForm .popup-inner {
  max-width: 700px;
  width: 90%;
  padding: 40px;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-shadow: 0px 2px 6px #000000;
  border-radius: 3px;
  background: #fff;
/*  height: 60%;*/
  overflow-y: auto;
}
body .BlocPopupForm .popup-close {
  width: 30px;
  text-decoration: none;
  height: 30px;
  padding-top: 4px;
  display: inline-block;
  top: 20px;
  right: 20px;
  transition: ease 0.25s all;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  border-radius: 1000px;
  background: rgba(0, 0, 0, 0.8);
  font-family: Arial, Sans-Serif;
  font-size: 20px;
  text-align: center;
  line-height: 100%;
  color: #fff;
  position: absolute;
}


.ensemble-gamme .pic-1{
    background-image: url(../../_img/_new/ESPRO_3000.jpg);
}

.visible{
    visibility: visible !important;
}

.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;
}
            
.opacity{
    -webkit-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
}
            
.background-190-years:hover, .background-offer-france:hover{
    transition: 5s;
}

.background-190-years:hover .opacity, .background-offer-france: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 &amp; width depends on how you want to reveal the overlay (see JS below) */    
                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) */
            }

.overlay-yt {
                /* Height &amp; width depends on how you want to reveal the overlay (see JS below) */    
                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: rgba(0,0,0, 0.9); /* 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) */
            }

.overlay-yt a{
                padding: 15px;
                text-decoration: none;
                font-size: 26px;
                color: #818181;
                display: block; /* Display block instead of inline */
                transition: 0.3s; /* Transition effects on hover (color) */
                text-align: center; /* Centered text/links */
                border: solid 1px #222;
            }

.overlay-yt a:hover, .overlay-yt a:focus, .overlay-yt a.focus {
                color: #f1f1f1;
            }

.yt-overlay {
    height: 100vh;
    top: 0% !important;
    max-width: 100%;
    margin-top: 0 !important;
}

.yt-overlay iframe {
    display: block;
    margin: 0 auto;
    height: 90vh;
    padding: 10vh;
}
            /* 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; /* Override the font-size specified earlier (36px) for all navigation links */
                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/_new/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/_new/menu_hvr.png);
                color: #ed1c24;
            }


.benefit {
    text-align: center;
    color: #ed1c24;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 900;
    font-size: 1.2em;
    text-transform: uppercase;
}

.txt-header {
    position: absolute;
    z-index: 888;
    bottom: 0;
    right: 0;
}

.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;
}

.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;
}

.Argument{
    padding: 10px;
}


.big-number{
    font-size: 2.5em;
    font-family: "Roboto Condensed";
    font-weight: 900;
    color: #ed1c24;
    margin-top: 0;
    padding-top: 0;
}


.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-right: 15px;
	padding-left: 15px;
	text-transform: uppercase;
	font-weight: 700;
    color: #ed1c24;
}

.padding-img{
    padding: 0 15px;   
}

.padding-img img{
    padding: 0;   
}

.fond-livre-blanc{
    background-image: url(../../_img/_new/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, .Box2{
    background-color: white;
    border: 1px solid #e6e6e6;
    box-shadow: 3px 9px 20px -10px rgba(0, 0, 0, 0.3);
    overflow: hidden;

    margin: 0 15px;
}

.new-mach{
    float: right;
    font-family: "Roboto Condensed";
    font-weight: 900;
}

.new-espro .Box p{
    padding: 20px 30px; 
}

.new-espro .Box h3{
    padding-bottom: 10px; 
}

.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;
}


.concept * {
    text-align: center;
}

.concept h4 {
    margin: 20px 0 10px;
}

.concept p {
    margin: 0 5px;
}

.MargeBottom {
	
	Margin-bottom:25px;
}


#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 &gt; .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;
}

#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;
}

.CTAComplement {
    margin: 10px auto;
    font-size: 0.8em;
    max-width: 85%;
    text-align: center;
}


.translation {
    text-align: right;
    color: #555;
    font-style: italic;
    font-size: 0.7em;
}

.tirets {
    list-style: circle;
    margin-left: 40px;
    margin-bottom: 40px;
}

.grey {
	margin: 0 auto;
	background-color: #f2f2f2;
}

.grey-gradiant{
    margin: 0 auto;
    background: linear-gradient(#f2f2f2, #fff);   
}

.grey-gradiant .row{
    padding-bottom: 20px;   
}

.red-block{
    background: #ed1c24; 
    color: #fff;
}

.red-block h3{
    color: #fff;
}

.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;
}

.slick-list,
.slick-slide {
  outline: none !important;
}

.myriade-slide .center{
    border-bottom: 2px solid #e0e0e0;
}

.slide-position{
    position: relative;
}

.abs-shape-1{
    position: absolute;
    z-index: 9;
    bottom: 0;
    right: 0;
    color: #fff;
    margin: 0 0 10px 0;
    padding: 0;
}
                    
.abs-shape-2{
    position: absolute;
    z-index: 9;
    bottom: 0;
    left: 0;
    color: #fff;
    margin: 0 0 10px 0;
    padding: 0;
}

.myriade-slide .slick-current.slick-active {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    
}
.myriade-slide .slick-slide {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.myriade-slide .NewItem{
    margin: 0 15px;
    cursor: pointer;
}

.myriade-slide .NewItem img{
    padding: 60px;
}

.slick-center img{
    padding: 0 0 20px 0 !important;
    
}

.boutton{
    padding: 0 50px;
}


.myriade-slide .NewItem .col-12{
    margin-top: 0;   
}

.myriade-slide .selec{
    font-family: "Roboto Condensed";
    padding-bottom: 10px;
}

.sol-content{
    padding: 0 20px;   
}

.sol-content h4{
    font-size: 2em;
}

/* 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%;}



/*
    #home {
        display: inline-block;
		display:none;
    }
*/


}

@media only screen and (max-width: 767px) {
    .hided-mob {
        display: none!important;
    }

    .hided-desktop {
        display: block!important;
    }
    
    .flex-video, .flex-items{
        flex-direction: column;
    }
    
    .flex-items .box{
        width: 93% !important;
        margin: 0 auto 30px;
    }
    
    .flex-video iframe{
        height: 300px;
        width: 100% !important;
        padding: 0 20px;
    }
    
    .help{
        width: 93% !important;
        margin: 30px auto;
    }
}

@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;   
    }


}
</pre></body></html>