/* 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;
    margin-left: 40px;
}

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 !important;
}

.hided-mob {
        display: none!important;
    }

.hided-desktop {
    display: block!important;
}

.hided-768 {
    display: block;
}
.showed-768 {
    display: none;
}

.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: 4px;
    margin-top: 10px;
}


body {
    font-size: 16px;
    color: #555;
	font-family: 'Roboto', sans-serif;
    position: relative;
    font-weight: 300;
}

.wrapper{
    max-width: 1000px;
    margin: 0 auto;
}

.margeTopBot {
    margin: 40px auto;
}

.flex {
    display: block;
    justify-content: space-between;
}

.flex * {
    align-self:center;
}

p {
    font-size: 1em;
    margin: 10px 5px;
    line-height: 1.4em;
    padding: 0 10px;
}

.list li {
    line-height: 1.4em;
    list-style: circle;
    margin-left: 40px;
}


/* 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;
}

.row img, .wrapper img {
    padding: 15px;
}

.MargeTop {
    margin-top:40px;
}

/* HEADER */

.header a {
    text-decoration: none;
}

.header li {
    list-style: none;
}

.header img {
    padding: 0;
}

.nav-1 {
    display: none;
    background-color: #666;
    color: #fff;
}

.nav-1 a {
    color: #fff;
    text-align: right;
    line-height: 2em;
}

.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: 14px 5px 0px 0px;
    max-width: 60px;
}

.nav-2 li {
    display: inline-block;
    text-align: left;
    margin-right: 15px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.nav-2 li a {
    display: block;
    color: #555;
    line-height: 3.5em;
    border-bottom: solid 5px #fff;
    padding-top: 6px;
    font-size: 1em;
}

#home-btn {
    display: none;
    text-indent: -9999px;
    margin-left: 10px;
}

#home-btn 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;
}

#breadcrumb {
    display: none;
    background-color: #f2f2f2;
    padding: 0 15px;
}

#breadcrumb * {
    display: inline-block;
    margin-right: 10px;
    color: #555;
    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: 99;
    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 */


#title {
    position: relative;
    width: 100%;
    background: url(../_img/header.jpg) no-repeat center;
    background-size: cover;
    overflow: hidden;
    padding-bottom: 30px;
}

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;
}

h1 span {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: .4em;
    line-height: 1.5em;
}

.opacity {
    position: absolute;
    width: 100%;
    height: 100%;    
    top: 0;
    background-color: #000;
    filter: alpha(opacity=40); 
    opacity: 0.4;
    z-index: 44;
}

.txt-header {
    position: relative;
    z-index: 66;
    padding-top: 200px;
}

h2 {
    font-family: 'Roboto Condensed', serif;
    font-weight: 900;
    letter-spacing: 6px;
    color: #fff;
    font-size: 1.4em;
    text-align: center;
    text-transform: uppercase;
}

.hided-desktop h1 {
    float: left;
    padding: 13px 0 8px 0;
    font-size: 1.4em;
    line-height: 1.6em;
}

.hided-mob h1 {
    padding: 15px 0;
}

.title {
    padding: 0 15px;
    background-color: #f1f1f1;
}

#navigation {
    box-shadow: 6px 10px 60px -24px rgba(0,0,0,.4);
}

    /* NAV MOBILE */
            .overlay {
                /* Height & width depends on how you want to reveal the overlay (see JS below) */    
                height: 0;
                width: 100%;
                position: fixed; /* Stay in place */
                z-index: 77; /* Sit on top */
                left: 0;
                top: 0;
                background-color: rgb(0,0,0); /* Black fallback color */
                background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
                overflow-x: 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 {
                position: relative;
                top: 15%; /* 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 */
            .overlay 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;
            }

            /* When you mouse over the navigation links, change their color */
            .overlay a:hover, .overlay a:focus, .overlay a.focus {
                color: #f1f1f1;
            }

            /* Position the close button (top right corner) */
            .closebtn {
                position: absolute;
                top: 0px;
                right: 15px;
                font-size: 60px !important; /* Override the font-size specified earlier (36px) for all navigation links */
                border: none !important;
            }

            #open {
                cursor: pointer;
                float: right;
                margin-left: 10px;
            }

            #open span {
                display: block;
                padding: 42px 17px 8px;
                background: url(../_img/menu.png) no-repeat center 14px;
                color: #666;
                text-transform: uppercase;
                font-weight: bold;
                font-size: 0.6em;
            }

            #open:hover span {
                background-image: url(../_img/menu_hvr.png);
                color: #ed1c24;
            }


h3 {
    padding: 10px 0;
    text-align: center;
    color: #ed1c24;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 900;
    font-size: 1.2em;
    text-transform: uppercase;
}

.benef h3 {
    color: #555;
}

.benef {
    margin-top: 20px;
}

    


.benef a  {
  display: block;
   text-decoration: none;
       color: #555;
       border: solid 2px #555;
       margin: 10px 10px 0 10px;
       border-radius: 4px;
}

.benef a:hover, .benef a.focus {
    border-color: #ed1c24;
}

.benef a:hover h3, .benef a.focus h3  {
    color: #ed1c24;
}

h4 {
    padding: 0 15px;
    text-transform: uppercase;
    font-weight: 700;
}

h5 {
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    text-transform: uppercase;
    color: #ed1c24;
    font-size: 1.6em;
}

.concept * {
    text-align: center;
}

.concept h4 {
    margin: 20px 0 10px;
}

.concept p {
    margin: 0 5px;
}

/* CONTENT */

.first-part .center, .second-part .center, .third-part .center{
    text-align: center;
    margin: 0 0 30px;
}

.first-part img{
    float: right;
}

.demo-semis {
    position: relative;
    width: 100%;
    background: url(../_img/background-video.jpg) no-repeat center;
    background-size: cover;
    min-height: 300px;
    top: 0;
    margin-top: 40px;
}

.demo-semis a {
    display: block;
    text-align: center;
    width: 300px;
    position: absolute;
    z-index: 99;
    top: 50%;
    left: 50%;
    margin-left: -150px;
    margin-top: -90px;
    color: #fff;
    text-decoration: none;
    padding: 20px;
    border: solid 2px #fff;
    font-size: 1.4em;
    background: none;
    line-height: 1.3em;
    -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;
}

.demo-semis a:hover {
    background: #fff;
    color: #555;
}

.demo-semis a::before {
    content: " ";
    display: block;
    background: url(../_img/play.png) no-repeat center top;
    width: 30px;
    height: 50px;
    margin: 0 auto;
}

.demo-semis a:hover::before {
    background-image: url(../_img/play-hvr.png);
}

.featherlight-iframe {
    min-width: 100%;
}

.featherlight-content {
    width: 80%;
    height: 80%;
}

.featherlight-inner {
    width: 100%;
    height: 100%;
}

.second-part .col-8 img{
    float: left;
}

.second-part .outil{
    width: 300px;   
}

.logo-paysagepro {
    max-width: 160px;
}

.container-content{
    overflow: hidden;
}

.second-content{
    margin-top: 60px;   
}

.background-decor{
    position: relative;
    width: 100%;
    background: url(../_img/sitera-work.jpg) no-repeat center;
    background-size: cover;
    min-height: 300px;
    top: 0;
    margin-top: 40px;
}

.third-part .first{
    margin-bottom: 12px;
}

.third-part .second-content .col-6{
    text-align: center;   
}

.annexe-part{
    overflow: hidden;
    margin-top: 40px !important;
}

.annexe-part .container-content{
    margin-bottom: 40px;   
}

.annexe-part .border{
    border-bottom: 1px solid #555;
    width: 50%;
    margin: 0 auto;
}

.annexe-part .infos-pdt{
    text-align: center;
    font-weight: bold;
    font-size: 1.2em;   
}

.fonctions-externes p{
    text-align: center !important;
}

.fonctions-externes div{
    padding: 10px 30%;   
}   

.fonctions-externes .col-12 a{
    display: block;
    text-align: center;
    color: #555;
    border: solid 1px #555;
    text-decoration: none;
    padding: 5px 10px;
    margin: 10px 0 10px 0;
    font-weight: bold;    
}

.fonctions-externes .col-12 a:hover{
    border-color: #ed1c24;
    color: #ed1c24;   
}

#stability .col-4 img, .annexe-part .col-4 img{
    height: 300px;
}


/* END CONTENT */


#btn_up {
    display: none;
    position: fixed;
    z-index: 999;
    bottom: 0;
    right: 0;
    background-color: #ececec;
}

#btn_up p {
    margin: 0;
    padding: 0;
}


#btn_up a {
    display: block;
    background: url(../_img/backtotop.png) no-repeat left top;
    width: 50px;
    height: 50px;
    border-bottom: 0;
    padding: 10px;
}

#btn_up a:focus, #btn_up a:hover, #btn_up a:active {
    background-position-x: -50px; 
}

#footer {
    background-color: #666;
    width: 100%;
    padding: 15px 20px;
    color: #fff;
}

#footer [class*="col-"] {
    margin: 20px 0;
}

#footer a {
    color: #fff;
    text-decoration: none;
}


#footer h4 {
    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;
}



.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 {
    padding: 40px;
    margin: 0 auto;
    background-color: #f2f2f2;
}

.grey p {
    margin: 10px 0;
    text-align: left;
}



table {
    border-spacing: 0;
    border-collapse: collapse;
    margin: 0 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;
}

.hided-desktop h1 span {
    display: none;
}

@media only screen and (min-width: 480px) {

    #home-btn {
        display: inline-block;
    }

    .hided-680 h1 {
        font-size: 1.4em;
        line-height: .9em;
    }

    #open {
        position: static;
    }

    h1 span {
        display: block;
    }
}


@media only screen and (min-width: 600px) {

    .hided-mob {
        display: block!important;
    }

    .hided-desktop {
        display: none!important;
    }

    .hided-desktop h1 {
        font-size: 1.6em;
        line-height: 1em;
    }

    .hided-desktop h1 span {
        display: block;
    }

    /* 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-btn {
        display: inline-block;
    }

    .logo-paysagepro{
        max-width: 250px;
    }



    .flex {
        display: flex;
    }

}

@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;
    }

    .nav-1, #breadcrumb {
        display: block;
    }

    h2 {
     font-size: 2.2em;    
    }

    #logo {
        padding: 14px 10px 0px 0px;
        max-width: 100px;
    }

    #logo img {
        width: 100%;
        padding: 0px!important;
    }

    #home-btn {
        margin-left: 20px;
    }

    .nav-2 li {
        margin-right: 20px;
    }

    .nav-2 li a {
        line-height: 3.6em;
        font-size: 1.2em;
    }

    h1 {
        display: block;
        font-size: 3em;
    }

    .txt-header {
        padding-top: 270px;
    }

    .nav {
        padding: 0 15px;
        background-color: white;
    }

    .title {
    background: none;
    }

    .concept * {
        text-align: left;
    }
    
    .fixNavigation{
        z-index: 9999;
        position: fixed;
        top: 0;
        width: 100%;
    }
    
    .background-decor{
        background-attachment: fixed;
    }

    .row img, .wrapper img {
        padding: 0 15px;
    }

}