@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,400,500');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600;700&display=swap');

body {
font-family: 'Source Sans Pro', sans-serif;
    color: #000000;
	font-size: 15px;
/*
    background-image: url(../img/fond.jpg);
    background-attachment: fixed;
    background-position: 170px -130px;
*/
}

h1 {
	font-size: 73px;
	font-weight:400;
	position: relative;
}

h2 {
	color: #62a70f;
	font-size: 40px;
	font-weight: 400;
}

h3 {
	color: #002d5d;
	font-size: 20.83px;
	font-weight: 700;
	/*line-height: 20.833px;*/
}

h4 {
	color: #62a70f;
	font-size: 18px;
	font-weight: 700;
}

p {
	font-weight: 300;
    font-size: 15px;
    color: #000000;
}

::marker {
    color: #62a70f;
}

.vert {
    color: #62a70f;
}

.orange {
	color: #ba7233;
}

.demigras {
	font-weight: 600;
}

.gras {
	font-weight: 700;
}

.regular {
  font-weight: 400;
}

.leger {
	font-weight: 300;
}

.caps {
	text-transform:uppercase;
}

img.vbottom {
	vertical-align:baseline;
}

.mbottom0 {
	margin-bottom: 0px;
}

.mbottom25 {
	margin-bottom: 25px;
}

.mbottom1rem {
    margin-bottom: 1rem;
}

.mtop2rem {
    margin-top: 2rem;
}

/* navbar */
/**********/

.collapsed .navbar-toggler-icon {
	background-image: url("../img/menu.png");
	background-size: 1.5em 1.5em;
}

.navbar-toggler-icon {
	background-image: url("../img/menu-croix.png");
	background-size: 1.5em 1.5em;
}

/*
.navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.9)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='3' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

*/

/* Sidebar */
/***********/

#sidebar-mobile {
    width: 50px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 999;
    background: #ba7233;
    color: #fff;
    transition: all 0.3s;
	font-size: 14px;
	font-weight:400;
	line-height:30px;
	text-transform:uppercase;
	padding-left: 10px;
}

#sidebar {
    width: 200px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 999;
    background: #eff6e7;
    color: #002d5d;
    transition: all 0.3s;
	font-size: 14px;
	font-weight:400;
	line-height:30px;
	padding-left: 14px; /*32*/
}

#lang {
  margin-top:10px;
  margin-left: 25px;
}

#lang a {
	font-size: 18px;
	color: #002d5d;
	text-decoration: none;
	display: inline-block;
  margin-left: 12px;
}

#lang a.active,
#lang a:hover {
  font-weight: 700;
}

#lang img {
  width: 25px;
}

#sidebar div.menutel {
    margin-top: 40px;
    font-weight: 700;
    font-size: 30px;
    color: #62a70f;
}

#sidebar div.actualites {
    margin-top: 35px;
    color: #fff;
    background-color: #002d5d;
    width: 170px;
    text-align: center;
    font-size: 18px;
    letter-spacing: 0.25em;
}

#sidebar.active {
    margin-left: -250px;
}

#sidebar ul {
	margin-top: 26px;
}

#sidebar ul li {
	height: 30px;;
	line-height: 24px;
}

#sidebar ul li.deux {
	height: 60px;;
}

#sidebar ul li a {
    font-size: 18px;
	color: #002d5d;
	text-decoration:none;
    display: inline-block;
}

#sidebar ul li a span {
    width: 12px;
    height:12px;
    background-color: #62a70f;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-top: -5px;
    margin-right: 5px;
    visibility: hidden;
}

#sidebar ul li a.active span,
#sidebar ul li a:hover span {
    visibility: visible;
}


#sidebar ul li a:hover,
#sidebar ul li a.active{
	color: #62a70f;
    font-weight: 700;
}

#sidebar ul li div {
    float:left;
}

div.puce {
    float:left;
}

#imglogo {
    /*margin-left:-14px;*/
    margin-top: 26px;
    width: 170px;
}

/* Contenu */
/***********/

section a {
	color: #1c1c1b;
	text-decoration:none;
}

section a:hover {
	color: #1c1c1b;
	font-weight: 500;
	text-decoration:none;
}

/*

p.titre {
	margin-top: 25px;
	margin-botom: 20px;
	font-weight: 700;
	text-transform:uppercase;
}

p.titreouvrage {
	margin-top:35px;
	font-weight: 700;
	text-transform:uppercase;
}

*/

div.container-fluid.top {
    position: absolute;
    min-height: 100vh;
    right: 0;
    top: 0;
    width: calc(100% - 200px);
	padding-left:0px;
	padding-right:0px;
    overflow-x: hidden;
}

div.container-fluid.top section {
/*
    padding-left: 85px;
	padding-top:70px;
*/
}

section > .row {
    padding-left: 85px;
}

section > .row.last {
    padding-bottom: 70px;
}

section#admin-top > .row {
    padding-left: 0px;
}

.titresection {
    padding-top: 15px;
    padding-bottom: 15px;
}

.titresection > img {
    width: 64px;
    margin-left: 10px;
    margin-right: 11px;
}

.titresection > h2 {
    display:inline-block;
    margin-left: -5px;
    vertical-align: middle;
}

div.separe {
	background-color: #ba7233;
	height:2px;
	width: 15%;
	margin-top: 15px;
	margin-bottom: 30px;
}

div#copyright {
	text-align: center;
	font-size: 11px;
	font-weight:500;
	padding-top: 5px;
	padding-bottom: 20px;
    color: white;
}

div#copyright a{
    color: white;
}

#accueil {
	color: #fff;
	min-height:1000px;
    padding-top: 60px;
    padding-left: 85px;
    background-image: url(../img/fond-accueil.jpg);
    background-size: cover;
    /*background-attachment: fixed;
    background-position: 0px -130px; */
    overflow: hidden;
}

div#wrap-accueil {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 1000px;
	min-width: 1800px;
}

#accueil h1 {
	/* margin-top: 80px; */
	margin-bottom:260px;
}


#reseau {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 1000px;
	min-width: 1800px;
}


#point-1 {
    position: absolute;
	left: 15%;
	top: 374px;

}

#point-2 {
    position: absolute;
	left: 44%;
	top: 455px;

}

#point-3 {
    position: absolute;
	left: 74%;
	top: 392px;

}

#point-4 {
    position: absolute;
	left: 1%;
	top: 548px;

}

#point-5 {
    position: absolute;
	left: 27.6%;
	top: 719px;

}

#point-6 {
    position: absolute;
	left: 53.5%;
	top: 656px;

}

#point-7 {
    position: absolute;
	left: 20.5%;
	top: 831px;

}

#point-8 {
    position: absolute;
	left: 35.8%;
	top: 876px;

}

#point-9 {
    position: absolute;
	left: 72.4%;
	top: 904px;

}

.div-pictos {
    position:absolute;
    width:145px;
    height:145px;

}

div#div-expert {
    left:4%;
    top:200px;
}

div#div-installation {
    left:33%;
    top:624px;
}

div#div-implantation {
    left:21%;       /* 6% 668px*/
    top:335px;
}

div#div-conception {
    left:6%;   /* 33% 624px*/
    top:668px;
}

.div-pictos:hover .cercles {
    transform: scale(1);
}

.div-pictos:hover .pictos {
    opacity:1;
    transform: scale(1);
}

.div-pictos:hover .legende-picto {
    opacity:1;
}

#div-fleche-bounce {
	position: absolute;
	width: calc(100vw - 200px);
}

.cercles {
    position:absolute;
    transform: scale(0.4);
    transition: all .3s cubic-bezier(.95,0.05,.8,.04);
}


.pictos {
    position:absolute;
    left: 21px;
    top: 21px;
    transform: scale(0.4);
    transition: all .3s cubic-bezier(.95,0.05,.8,.04);
}

#fleche-bounce {
    position: absolute;
    top: 912px;
    left: 50%;
    animation: bounce 0.7s ease-in-out infinite alternate;
}

@keyframes bounce{
     from {top: 912px;}
     to   {top: 892px;}
}

@keyframes bounce-mobile{
     from {bottom: 10px;}
     to   {bottom: 30px;}
}


.legende-picto {
	position: absolute;
	width: 100%;
	text-align: center;
	color: #ffffff;
	font-size: 15px;
	font-weight: 400;
    opacity: 0;
    transition: opacity 0.3s ease 0.3s;
}

.legende-bas {
	top: 145px;
}

.legende-haut {
	top: -44px;
}

.img-div {
    width: 100%;
    height:280px;
    overflow: hidden;
    background-color: #17345b;
}

.img-div img {
    min-width: 100%;
}

.img-div .manquante {
    color: white;
    text-align: center;
    line-height: 280px;
    font-size: 48px;
}

    #div-actualites {
    	position: fixed;
    	background-color: rgba(239, 246, 231,0.5);
    	left: 0;
    	overflow: hidden;
    	/* padding: 100px; */
    	width: 100%;
      z-index: 100;

      display: flex;
      flex-wrap: nowrap;
    }

    #div-actualites .ticker-title {
      padding-right: 10px;
    }



/*
#div-actualites {
    background: #fff;
    width: 250px;
    position: absolute;
    left: 42%;
    top: 300px;
    overflow: hidden;
    padding: 12px;
}
*/
#div-actualites h2 {
	color: #62a70f;
	font-size: 30px;
    	/* font-size: 24px; */
	font-weight: 700;
	line-height: 24px;
    	margin-bottom: 5px;
}

#div-actualites p {
    margin-bottom: 0;
}

#div-actualites .titre {
	line-height: 24px;
	color: #62a70f;
	font-size: 18px;
	font-weight: 700;
    text-transform: uppercase;
    text-transform: uppercase;
      margin-right: 5px;
}

#div-actualites .sous-titre,
#div-actualites .date {
	line-height: 24px;
	color: #0b0c0c;
	font-size: 14px;
      margin-right: 5px;
}

#div-actualites .date {
	font-weight: 400;
}

#div-actualites .contenu {
	color: #0b0c0c;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
/*	height: 3.6rem; */
	overflow: hidden;
	margin-bottom: 10px;
}

#div-actualites a.plus {
	color: #62a70f;
	font-size: 16px;
	font-weight: 600;
}

div.exemples {
	background-color: #79a52b;
	border-radius: 100%;
	color: white;
	text-align: center;
	width: 64px;
	height: 64px;
	line-height: 64px;
	text-transform: uppercase;
	font-size: 12px;
	right: 0px;
	position: absolute;
    /* display:none; */
}

#implantation div.exemples {
  position: static;
  margin: 5px auto 0;
  right: unset;
}

div.exemples:hover {
    background-color: #17345b;
}

div.exemples a {
  color: white;
}

div#cochon {
    position:absolute;
    top: 200px;
    right:15px;
}

#cochon img {
    width: 154px;
}

#basdepage {
	padding-top:0px;
	margin-bottom:200px;
}

#entreprise {
    background-color: #17345b;
    padding-top: 40px;
    padding-bottom: 100px;
}

#entreprise h2 {
	color: #62a70f;
	font-size: 24px;
	font-weight: 600;
}

#entreprise h3 {
	color: #ffffff;
	font-size: 18.5px;
	font-weight: 600;
}

#entreprise p {
	color: #ffffff;
	font-size: 14.5px;
	font-weight: 600;
}

#entreprise .img-div {
    height: 600px;
}

#entreprise .chiffres {
    align-items: flex-end;
}

#entreprise .chiffres img {
    max-width:70%;
}

#entreprise .chiffres-legendes {
    align-items: flex-start;
}

#entreprise .chiffres-legendes p {
    font-weight: 600;
    font-size: 16px;
    color: #b5cd9d;
    padding-top:20px;
}

#entreprise .chiffres > div,
#entreprise .chiffres-legendes > div {
    padding-left: 0;
    paddingt-right: 10px;
}

#expertise .img-div {
	background-image: url("../img/fond-expertises.jpg");
	background-size: cover;
}


#expertise ul {
    padding-left: 15px;
}

.expert-picto {
    text-align: left;
    margin-bottom: 1rem;
}

.expert-picto img {
    width: 93px;
}

.ul-none-troispoints {
    list-style-type: none;
    padding-left: 15px;
    text-indent: -15px;
}

.ul-none-troispoints li:before {
    content: "... ";
    color: #62a70f;
}

.no-gutters > .boiteverte {
    padding-left: 15px;
    padding-right: 15px;
}

.boiteverte {
    background-color: #eff6e7;
    margin-top: -10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.boiteverte ul {
    padding-left: 15px;
}

#conception .boiteverte img {
    max-width: 100%;
}

#swissmade {
    width: unset;
    height: 24px;
    margin-left: 20px;
}

#environnement .img-div {
	background-image: url("../img/fond-environnement.jpg");
	background-size: cover;
}

#environnement .logos img {
    margin-top: 20px;
    width: 100%;
}

#intervention .img-div {
	background-image: url("../img/fond-intervention.jpg");
	background-size: cover;
}

#intervention .titresection h2 {
    margin-left: 85px;
}

#intervention form {
    margin-left: 70px;
    margin-top: 20px;
}


.logos img#ida {
    width: 40%;
}

#implantation .img-div {
	background-image: url("../img/fond-implantation.jpg");
	background-size: cover;
    background-position: bottom right;
}


#implantation h3 {
    font-size: 18px;
    font-weight: 400;
    text-transform:uppercase;
    text-align: center;
}

#implantation h4 {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin-top: 8px;
    min-height: 3em;
}

#implantation div.row > div {
    text-align:center;
}


#implantation img.cercle {
    max-width: 100%;
    visibility: hidden;
}

#implantation .fleche  img {
    width: 20px;
    margin: 10px 0;
}

.ronds {
/*
    display: inline-block;
*/
    display: grid;
    max-width: 250px;
    margin: 0 auto;

    border-radius: 50%;
    position: relative;
    background-size: contain;
}

.text-rond {
	position: absolute;
	top: 0;
	width: 100%;
    height: 100%;
	color: white;
    font-size: 0.85vw; /* 14px */
    font-weight: 600;
    display:none;
}

.ronds:hover .text-rond {
    display: table;
}

div.valign-cell {
    display: table-cell;
    vertical-align: middle;
}

#rond-public {
    	background-image: url("../img/rond-public.jpg");
}

#rond-sportif {
    	background-image: url("../img/rond-sportif.jpg");
}

#rond-embelissement {
    	background-image: url("../img/rond-embelissement.jpg");
}

#rond-batiment {
    	background-image: url("../img/rond-batiment.jpg");
}


#rond-public:hover {
    	background-image: url("../img/rond-public-vert.jpg");
}

#rond-sportif:hover {
    	background-image: url("../img/rond-sportif-vert.jpg");
}

#rond-embelissement:hover {
    	background-image: url("../img/rond-embelissement-vert.jpg");
}

#rond-batiment:hover {
    	background-image: url("../img/rond-batiment-vert.jpg");
}


#expertise {
    position:relative;
}

#installation .img-div {
	background-image: url("../img/fond-installation.jpg");
	background-size: cover;
}

#conception .img-div {
/*	background-image: url("../img/fond-conception-flou.jpg"); */
	background-image: url("../img/fond-conception2.jpg");
	background-size: cover;
}


#references .img-div {
/*	background-image: url("../img/fond-conception-flou.jpg"); */
	background-image: url("../img/fond-references.jpg");
	background-size: cover;
}

img.logos-conception {
	max-width: 50px;
	margin-right: 10px;
}


#expertise,
#conception,
#environnement,
#installation,
#implantation,
#references,
#intervention {
	background-image: url("../img/fond-plan.jpg");
	background-size: cover;

}

#conception,
#environnement,
#installation,
#implantation,
#collaborations,
#expertise,
#intervention {
    padding-bottom: 100px;
}


#collaborations {
    background-color: #dce7c8;
}

#collaborations .chiffres {
    align-items: flex-end;
}

#collaborations .chiffres img {
    max-width:100%;
}

#collaborations .chiffres-legendes {
    align-items: flex-start;
}

#collaborations .chiffres-legendes p,
#collaborations .chiffres p{
    font-weight: 600;
    font-size: 16px;
    color: #62a70f;
    padding-top:15px;
    width:200%;
    line-height: 20px;
}


#telechargements {
    padding-bottom: 50px;
    background-color: #9ECC8B;
}

#contact {
	background-image: url("../img/fond-plan-contact.jpg");
	background-size: cover;
    padding-bottom: 50px;
}

#collaborations h2 {
    margin-left: 80px;
}

#telechargements h2 {
    margin-left: 80px;
    color: #fff;
}

#telechargements a img {
	width: 100px;
	margin: 0 15px;
}

#contact .titresection {
    padding-left: 80px;
}

#contact p {
    color: #fff;
    font-size: 18px;
}

#contact .contact-adresse {
    margin-bottom:1.5rem;
    line-height: 23px;

}

#contact .contact-tel {
    color: #62a70f;
    font-size:24px;
    font-weight: 700;
}

#contact .contact-liens {
    color: #fff;
    font-size: 21px;
    line-height:22px;
}

#contact p a {
    color: #fff;
}

#contact-carte {
    width: 100%;
    margin-top: 15px;
}

#contact-logoluxtella {
	width: 150px;
	margin-top: 100px;
}

.row.fleche {
    display:none;
}

/* References */

section#references {
    min-height: 100vh;
}

#references .titresection {
  padding-left: 75px;
}

#references h3 {
	color: #12120c;
	font-size: 20.83px;
	font-weight: 300;
    padding-left: 75px;
}

#references h3.titregalerie {
  padding-left: unset;
  font-weight: 700;
  color: #002d5d;

}

.galerie .tag-col {
  border-left: 1px solid #62a70f;
  padding-left: 10px;
  margin-right: 20px;
}

.titre-tag {
  font-size: 20px;
  min-height: 48px;
  line-height: 1.2;
  margin-bottom: 0.5em;
}

.contenu-tag {
  font-size: 15px;
}

.row.galerie {
    padding-left: 75px;
    padding-right: 75px;
}

.row .ref-item {
    padding: 10px;
    position: relative;
}

.row .ref-item > div {
    background: #cddfbe;
}

.row .ref-item img {
    width: 100%;
}

div.ref-item:hover img {
	opacity: 0.3;
}

.row .ref-item .titre {
    font-size: 12.5px;
    color: #12120c;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
    text-align: center;
}


div.ref-item:hover .titre {
	opacity: 1;
}

.ref-item p a {
	background-color: transparent;
	color: #12120c;
	font-weight: normal;
	text-decoration: none;
	display: block;
	/*padding-top: 30px;*/
    padding: 30px 10px 30px 10px;
    width: 100%;
	height: 100%;
}

.reftitre {
	font-weight: 700;
}

.reftags {
	position: absolute;
	top: 60%;
    left:10px;
    padding-left: 5px;
    padding-right: 5px;
}

.pic1::after {
  position: absolute;
  content: url(/pictos/1.svg);
  height: 40px;
  width: 40px;
  bottom: 20px;
  left: 20px;
}
.pic2::after {
  position: absolute;
  content: url(/pictos/2.svg);
  height: 40px;
  width: 40px;
  bottom: 20px;
  left: 20px;
}
.pic3::after {
  position: absolute;
  content: url(/pictos/3.svg);
  height: 40px;
  width: 40px;
  bottom: 20px;
  left: 20px;
}
.pic4::after {
  position: absolute;
  content: url(/pictos/4.svg);
  height: 40px;
  width: 40px;
  bottom: 20px;
  left: 20px;
}
.pic5::after {
  position: absolute;
  content: url(/pictos/5.svg);
  height: 40px;
  width: 40px;
  bottom: 20px;
  left: 20px;
}
.pic6::after {
  position: absolute;
  content: url(/pictos/6.svg);
  height: 40px;
  width: 40px;
  bottom: 20px;
  left: 20px;
}
.pic7::after {
  position: absolute;
  content: url(/pictos/7.svg);
  height: 40px;
  width: 40px;
  bottom: 20px;
  left: 20px;
}
.pic8::after {
  position: absolute;
  content: url(/pictos/8.svg);
  height: 40px;
  width: 40px;
  bottom: 20px;
  left: 20px;
}
.pic9::after {
  position: absolute;
  content: url(/pictos/9.svg);
  height: 40px;
  width: 40px;
  bottom: 20px;
  left: 20px;
}
.pic10::after {
  position: absolute;
  content: url(/pictos/10.svg);
  height: 40px;
  width: 40px;
  bottom: 20px;
  left: 20px;
}
.pic11::after {
  position: absolute;
  content: url(/pictos/11.svg);
  height: 40px;
  width: 40px;
  bottom: 20px;
  left: 20px;
}
.pic12::after {
  position: absolute;
  content: url(/pictos/12.svg);
  height: 40px;
  width: 40px;
  bottom: 20px;
  left: 20px;
}

.pic21::after {
  position: absolute;
  content: url(/pictos/21.svg);
  height: 40px;
  width: 40px;
  bottom: 20px;
  left: 20px;
}
.pic22::after {
  position: absolute;
  content: url(/pictos/22.svg);
  height: 40px;
  width: 40px;
  bottom: 20px;
  left: 20px;
}
.pic23::after {
  position: absolute;
  content: url(/pictos/23.svg);
  height: 40px;
  width: 40px;
  bottom: 20px;
  left: 20px;
}
.pic24::after {
  position: absolute;
  content: url(/pictos/24.svg);
  height: 40px;
  width: 40px;
  bottom: 20px;
  left: 20px;
}
.pic25::after {
  position: absolute;
  content: url(/pictos/25.svg);
  height: 40px;
  width: 40px;
  bottom: 20px;
  left: 20px;
}
.pic26::after {
  position: absolute;
  content: url(/pictos/26.svg);
  height: 40px;
  width: 40px;
  bottom: 20px;
  left: 20px;
}
.pic27::after {
  position: absolute;
  content: url(/pictos/27.svg);
  height: 40px;
  width: 40px;
  bottom: 20px;
  left: 20px;
}
.pic28::after {
  position: absolute;
  content: url(/pictos/28.svg);
  height: 40px;
  width: 40px;
  bottom: 20px;
  left: 20px;
}

.reftags img.pictoref {
	width: unset;
	opacity: unset !important;
  height: 30px;
}

/* Admin */

#admin-top {
    background-image: url("../img/fond-plan.jpg");
    background-size: cover;
    padding-top: 30px;
    padding-left: 85px;
    padding-right:20px;
    height: 100vh;
}

#admin-top .intro {
	font-size: 17px;
    margin-bottom: 10px;
}

th.col1, td.col1 {
	width: 40%;
}

th.col2, td.col2 {
	width: 20%;
}

th.col3, td.col3,
th.col-photo, td.col-photo {
	width: 10em;
}

.table-actu th.col1,
.table-actu td.col1 {
  width: 30%;
}

.table-actu th.col2,
.table-actu td.col2 {
  width: 20%;
}

.table-actu th.col3,
.table-actu td.col3 {
  width: 30%;
}

.table-docu th.col1,
.table-docu td.col1 {
  width: 40%;
}

.table-docu th.col2,
.table-docu td.col2 {
  width: 40%;
}

.pictoref {
    height:22px;
    margin-right:5px;
}

#admin-top .tags {
	padding: 2px 10px;
	margin: 0 5px;
	background-color: #a8d572;
	border-radius: 5px;
    line-height: 30px;
}

#admin-top .motscles label {
    padding-left: 5px;
    padding-right: 10px;
    padding-bottom: 0px;
}

.marquee {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.marquee div span.date {
  display:none;
}

.marquee div {
  position: absolute;
  min-width: 100%; /* au minimum la largeur du conteneur */
}
 
.marquee div > span {
  position: relative;
  top:0; left:0;
  display: inline-block;
  white-space: nowrap;
/*  font-size: 2rem; */
}
 
.marquee div > span:first-child {
  animation: defilement 15s infinite linear;
  padding-left: 20px;
}
 
.marquee div > span:last-child {
  position: absolute;
  animation: defilement2 15s infinite linear;
  padding-left: 20px;
}
 
@keyframes defilement {
  0% { margin-left: 0; }
  100% { margin-left: -100%; }
}
 
@keyframes defilement2 {
  0% { margin-left: 100%; }
  100% { margin-left: 0%; }
}


@media screen and (max-width:767px){
	body {
		background-position: 0px -130px;
	}

	h1 {
		margin-top: 40px;
		font-size: 53px;
	}

    h2 {
        font-size: 24px;
        margin-bottom:0px;
    }

    .text-rond {
        font-size: 14px;
        height:250px;
    }

    #implantation h2 {
        font-size: 20px;
    }

    #collaborations h2,
    #telechargements h2 {
        margin-left: 0px;
    }

    #imglogomobile {
        margin-left:24px;
        width: 112px;
    }

    .mbottom10-mobile {
        margin-bottom: 10px;
    }


    nav.navbar {
        position: fixed;
        background-color: #eff6e6;
        z-index: 100;
        width: 100%;
        height: 59px;
        top: 0;
        padding-left: 0;
        padding-right: 0;
    }

    #navbar1 {
        background-color: #eff6e6;
        padding-left: 24px;
    }

    #navbar1 div.menutel {
        margin-top: 14px;
        font-weight: 700;
        font-size: 30px;
        color: #62a70f;
        text-decoration: none;
    }

    #navbar1 div.actualites {
        margin-top: 22px;
        color: #fff;
        background-color: #002d5d;
        width: 170px;
        text-align: center;
        font-size: 18px;
        letter-spacing: 0.25em;
    }

    #navbar1 ul {
        margin-top: 19px;
        margin-left: -1rem;
    }

    #navbar1 ul li {
        height: 30px;;
        line-height: 24px;
    }

    #navbar1 ul li.deux {
        height: 60px;;
    }

    #navbar1 ul li a {
        font-size: 15px;
        color: #002d5d;
        text-decoration:none;
        display: inline-block;
    }

    #navbar1 ul li a span {
        width: 12px;
        height:12px;
        background-color: #62a70f;
        border-radius: 50%;
        display: inline-block;
        vertical-align: middle;
        margin-top: -5px;
        margin-right: 5px;
        visibility: hidden;
    }

    #navbar1 ul li a.active span,
    #navbar1 ul li a:hover span {
        visibility: visible;
    }


    #navbar1 ul li a:hover,
    #navbar1 ul li a.active{
        color: #62a70f;
        font-weight: 700;
    }

    #navbar1 ul li div {
        float:left;
    }

  #lang {
      margin-top:unset;
  }


	div.container-fluid.top {
		position: absolute;
		min-height: 100vh;
		right: 0;
		top: 0;
        width: 100%;
		padding-left:0px;
		padding-right:0px;
        background-color: #000;
	}

    div.container-fluid.top section {
		padding-left: 36px;
		padding-right:20px;
	}
    section > .row {
        padding-left: 0px;
    }

    #accueil {
        height: 100vh;
        min-height: unset;
        padding-top: 60px; /* 60px */
        padding-left: 36px;
        background-image: url(../img/fond-accueil-mobile.jpg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: 0px 55px;
    }

    #reseau, #point-1, #point-2,
    #point-3, #point-4, #point5,
    #point-6, #point-7, #point8,
    #point-9 {
        display:none;
    }

    .cercles, .pictos {
        transform: scale(0.6) translate(0px,-49px);
        z-index:10;
    }

    .div-pictos {
        width: 145px;
        height: 90px;
    }

    .div-pictos.de {
      margin-top: 40px;
    }

    div#div-expert {
        top: 263px;
        left: 10px;
    }

    div#div-implantation {
        top: 230px;
        left: 200px;
    }

    div#div-conception {
        top: 477px;
        left: 30px;
    }

    div#div-installation {
        top: 427px;
        left: 225px;
    }

    .legende-picto {
        opacity:1;
    }

    .legende-bas,
    .legende-haut {
        top: 90px;
    }

    #div-fleche-bounce {
        position: absolute;
        width: calc(100vw - 67px);
        height: 100vh;
    }

    #fleche-bounce {
        position: absolute;
        bottom: 10px;
        left: 50%;
        animation: bounce-mobile 0.7s ease-in-out infinite alternate;
        top:unset;
        transform: scale(0.6);
    }

    .img-div {
        width: unset;
        height:140px;
        overflow: hidden;
        background-color: #17345b;
        margin-left: -36px;
        margin-right: -20px;
    }

    .img-div img {
        min-width: 100%;
    }

    #expertise .img-div {
        background-image: url("../img/fond-expertises_iphone.jpg");
        background-size: cover;
    }

    #environnement .img-div {
        background-image: url("../img/fond-environnement_iphone.jpg");
        background-size: cover;
    }

    #intervention,
    #references {
      padding-top:60px;
    }

    #intervention .img-div {
        background-image: url("../img/fond-intervention_iphone.jpg");
        background-size: cover;
    }


    #intervention .titresection h2 {
        margin-left: 0px;
    }

    #intervention form {
        margin-left: -13px;
        margin-top: 20px;
    }

    #implantation .img-div {
        background-image: url("../img/fond-implantation_iphone.jpg");
        background-size: cover;
    }

    #installation .img-div {
        background-image: url("../img/fond-installation_iphone.jpg");
        background-size: cover;
    }

    #conception .img-div {
    /*    background-image: url("../img/fond-conception_iphone.jpg"); */
        background-image: url("../img/fond-conception_iphone3.jpg");
        background-size: cover;
    }

    #references .img-div {
        background-image: url("../img/fond-references_iphone.jpg");
        background-size: cover;
    }

    #references .titresection {
      padding-left: 15px;
    }

    .row.galerie {
        padding-left: 15px;
        padding-right: 15px;
    }


    #entreprise .img-div {
        height:200px;
    }

    #entreprise .chiffres-legendes p {
        font-size: 11px;
    }

    #expertise {
        padding-bottom: 50px;
    }

    .img-div .manquante {
        color: white;
        text-align: center;
        line-height: 100px;
        font-size: 48px;
        padding: 0 10px;
    }

    .titresection > img {
        width: 44px;
        margin-left: 0px;
        margin-right: 11px;
    }

    div#cochon {
        top: 95px;
    }

    #cochon img {
        width: 87px;
    }

    img#swissmade {
        margin-left: 55px;
    }

    #installation .boiteverte {
        margin-top: 80px;
    }

    #implantation h4 {
        min-height: unset;
    }

    #implantation div.collapse {
	    margin-bottom: 15px;
    }

    #telechargements a img {
        margin: 15px;
    }

    #contact .titresection {
	padding-left: 0px;
    }

    a[href^="tel"]{
        color:inherit;
        text-decoration:none;
    }

    .colexemple {
      margin-bottom:64px;
    }

    #div-actualites {
    	position: fixed;
    	background: #fff;
    	height: 45px;
    	left: 0;
    	top: 59px;
    	overflow: hidden;
    	/* padding: 100px; */
    	width: 100%;
      z-index: 100;

      display: flex;
      flex-wrap: nowrap;
    }

    #div-actualites .ticker-title {
      padding-right: 10px;
    }

    #div-actualites h2 {
    	font-size: 24px;
    	margin-bottom: 5px;
    }

    #div-actualites .titre {
      margin-right: 5px;
    }

    #div-actualites .date {
      margin-right: 5px;
    }

}
