@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
@font-face {
  font-family: 'Metropolis';
  src: url("/fonts/Metropolis-Light.otf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Metropolis';
  src: url("/fonts/Metropolis-LightItalic.otf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Metropolis';
  src: url("/fonts/Metropolis-Medium.otf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Metropolis';
  src: url("/fonts/Metropolis-MediumItalic.otf") format("truetype");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'Metropolis';
  src: url("/fonts/Metropolis-Bold.otf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Metropolis';
  src: url("/fonts/Metropolis-BoldItalic.otf") format("truetype");
  font-weight: 800;
  font-style: italic
}
img, object, embed, video, iframe, input {
  max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
  width: 100%;
}
/* Basic website CSS styles. */
body {
  font-size: 1em;
  color: #333;
  font-family: 'Metropolis';
  font-weight: 400;
  background-color: #FFF;
}
#map {
  width: 100%;
  height: 400px;
}
.right_box .imgthumb {
  margin: 30px auto;
  width: 80%;
  float: none;
  display: block;
}
/* Hide the images by default */
.mySlides {
  display: none;
  width: 100%;
}
/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}
/* Next & previous buttons */
#content a.prev, #content a.next {
  cursor: pointer;
  width: auto;
  padding: 16px;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
  color: #5ea09e !important;
}
.divhidden {
  display: none;
}
/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */
#content a.prev:hover, #content a.next:hover {
  color: #CCC;
}
#textleft, #content #textleft p, #content #textleft h1, #content #textleft h2, #content #textleft h3, #content #textleft h4, #content #textleft ul {
  text-align: left;
}
#hackicon {
  position: absolute;
  right: 5px;
  margin-top: 30px;
  z-index: 3000;
}
#hackicon a {
  width: 60px;
  height: 60px;
  background-color: #4a8383;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  padding: 0px;
  text-align: center;
  line-height: 1.4em;
  font-size: 2.5em;
  margin-left: 20px;
  color: #FFF;
}
#hackicon a:hover {
  background-color: #5eA09E;
}
#hackicon a i {
  font-size: 0.7em !important;
  margin: 0px;
}
#slideshow {
  height: 320px;
  width: 25%;
  position: absolute;
  bottom: 0px;
  right: 5%;
  display: block;
  float: right;
  overflow: visible !important;
  font-family: 'Metropolis';
  z-index: 4000;
}
.dmxSlide {
  width: 100%;
  height: 100%;
  overflow: visible !important;
  padding-bottom: 56.25%; /* 16:9 */
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";
  background-position: center center;
  box-sizing: border-box;
  z-index: 500;
  cursor: pointer;
}
.txtbox {
  position: absolute;
  left: -120%;
  z-index: 1000;
  overflow: visible;
  text-align: right !important;
}
.txtbox h2, .txtbox p {
  text-align: right !important;
  margin: 10px;
  z-index: 2000;
  padding: 0px !important;
  padding-right: 10% !important;
  width: 60% !important;
  box-sizing: border-box;
}
.txtbox h2 {
  font-size: 3.5em !important;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0px;
  margin-top: 30px;
}
.txtbox p {
  font-size: 1.4em !important;
  margin-top: 10px;
}
#btntop {
  position: fixed;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #FFF;
  font-size: 2em;
  line-height: 2em;
  padding: 0px;
  background-color: #4a8383;
  box-sizing: border-box;
  z-index: 10000;
  border-radius: 6px;
}
#btntop:hover {
  background-color: #5ea09e
}
#btntop i {
  margin: 0px;
}
#btntop {
  right: 30px;
  bottom: 30px;
}
.social {
  float: right;
  margin-right: 30px;
}
.backwhite .social {
  float: none;
  margin: 30px;
  margin-left: 15px;
}
.backwhite .social a {
  color: #666 !important;
  font-size: 1.5em;
  margin-right: 10px;
}
.backwhite .social a:hover {
  color: #5ea09e !important;
}
footer .social {
  margin-top: 50px;
}
footer .social a {
  color: #CCC;
  font-size: 2em;
  margin-right: 10px;
}
#cercles {
  background-color: #333;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  display: block;
  color: #FFF;
}
#loading {
  background-image: url(/alexcms/imgs/loading_apple.gif);
  background-size: 10%;
  background-position: center top;
  background-repeat: no-repeat;
  text-align: center;
  position: absolute;
  margin: 60px auto;
  opacity: 0.6;
  z-index: 1000;
  width: 100%;
  height: 200px;
}
#loading img {
  width: 5%;
}
h3 .btn {
  float: right;
}
.found {
  background-color: #FBF6BF;
}
#livesearch {
  margin-bottom: 30px;
}
#data {
  min-height: 300px;
  clear: both;
  padding-top: 30px;
}
#mapbox {
  background-color: #F3F4F5;
  padding: 0px;
}
#mapbox .box {
  width: 50%;
  margin: 0px;
  min-height: 400px;
  text-align: left;
}
#content #mapbox .box p, #content #mapbox .box h3, #content #mapbox .box h4 {
  text-align: left;
  padding-left: 25%;
}
#content #mapbox .box h3 {
  font-size: 1.8em;
}
.column {
  float: left;
  display: inline;
  width: 50%;
}
#faq h3 {
  cursor: pointer;
}
#faq .faqbox {
  background-color: #ECECEC;
  padding: 10px;
  margin: 15px;
}
#faq .faqbox h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.black {
  background-color: #333 !important;
  width: 100%;
}
video {
  background-color: #333;
  object-fit: cover;
  height: 100vw;
  margin: 0px auto;
  position: relative;
  z-index: 0;
  filter: brightness(50%);
}
#content #slideshow .btn {
  margin-top: 20px;
  display: block;
  width: 60%;
  float: right;
}
#content h3.leftbtn {
  text-align: left;
  font-size: 1.4em;
  width: 60%;
  margin: 30px auto;
  padding: 30px;
  padding-top: 60px;
  clear: both;
}
#content h3.leftbtn .btn {
  font-size: 0.8em;
  margin: 0px;
  margin-top: -10px;
}
#content p.centerbtn {
  text-align: center;
  top: -30px;
  z-index: 1000;
  position: relative;
  float: none;
  clear: both;
}
#content p.centerbtn a.btn {
  float: none;
  display: inline;
  margin: 0px auto;
}
.backwhite {
  background-color: #FFF;
  color: #333;
  height: auto;
  min-height: 300px;
  position: relative;
  clear: both;
  display: block;
  padding-top: 60px;
  padding-bottom: 60px;
}
.backvert {
  display: block;
  color: #333;
  background-color: #5ea09e;
  position: relative;
  clear: both;
}
.backwhite .wrapper, #cercles .wrapper, .backvert .wrapper, #avantages .wrapper {
  padding-top: 80px;
  padding-bottom: 80px;
}
#content .backvert p, #content .backvert h1, #content .backvert h2, #content .backvert h3, #content .backvert ul, #content .backvert a {
  color: #1E212C;
}
#content .backwhite p, #content .backwhite h3, #content .backwhite ul, #content .backwhite a {
  color: #333;
  text-align: center;
}
#content .backwhite h1, #content .backwhite h2 {
  color: #5ea09e;
  text-align: center;
}
#menu #submenu a {
  display: block;
  font-size: 2.5em;
  clear: both;
  padding: 15px;
  font-weight: 800;
}
#submenu {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  display: none;
  padding: 15px;
  padding-top: 120px;
  padding-bottom: 60px;
  box-sizing: border-box;
  background-color: #333;
  z-index: 5000;
}
#logo {
  background-color: #333;
}
#topnav {
  box-sizing: border-box;
  position: fixed;
  z-index: 6000;
  width: auto;
}
#logo, #menu a#nav {
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  float: left;
  display: inline-block;
  width: 100px;
  height: 100px;
  box-sizing: border-box;
  text-align: center;
}
#menu a#nav:hover {
  background-color: #FFF;
}
.mosaique {
  box-sizing: border-box;
  line-height: 1em;
  clear: both;
  margin-bottom: 60px;
}
.mosaique a {
  opacity: 0;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  min-height: 394px;
  width: 100%;
  height: 394px;
  display: block;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  box-sizing: border-box;
}
.mosaique a:hover {
  opacity: 0.4;
}
.half, .quartlarge, .quart {
  float: left;
  display: block;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  min-height: 400px;
  box-sizing: border-box;
  border: 5px solid #FFF;
  padding: 0px;
}
.quartlarge {
  width: 75%;
}
.content .quartlarge {
  margin-bottom: 60px;
}
.quartlarge h3 {
  line-height: 1.3em;
}
.half {
  width: 50%;
}
.quart {
  width: 25%;
}
#bbox {
  text-align: center;
  clear: both;
}
#bbox p {
  text-align: center;
  font-size: 0.9em;
  color: #666;
}
#bbox p i {
  font-size: 0.7em;
  margin: 2px;
}
#bbox p a {
  color: #666;
}
#content h3 a, #content h2 a {
  color: #FFF;
}
#psitemap ul {
  margin: 0px;
  padding: 0px;
}
#psitemap li {
  margin: 2px;
  padding: 0px;
}
#psitemap li a {
  color: #ffd400;
}
#alertdiv {
  background-color: #ffff99;
  min-height: 0px;
  margin: 0px;
  box-sizing: border-box;
}
#alertdiv .wrapper {
  margin: 0px auto;
  padding: 0px;
  box-sizing: border-box;
}
#alertdiv p#alertbox {
  font-size: 1.1em;
  color: #333;
  font-weight: 600;
  padding: 15px;
  box-sizing: border-box;
  text-align: center;
}
video {
  display: block;
}
#tcheck, #tcheck2 {
  margin: 5px;
  font-size: 2em;
}
#mailForm input, #mailForm textarea {
  margin: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 12px;
}
#mailForm #captcha, #captcha {
  margin: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.hr {
  font-size: 2.5em;
  text-align: center;
  clear: both;
  color: #666;
  padding: 30px;
}
#sitemap {
  font-size: 0.8em;
  opacity: 0.6;
}
table {
  border: 2px solid #FFF;
  width: 90%;
}
td {
  background-color: #ECECEC;
  padding: 10px;
  border: 4px solid #FFF;
}
.marge {
  clear: both;
  padding-top: 60px;
  padding-bottom: 60px;
}
.marge p, .marge h1, .marge h2, .marge h3 {
  text-align: center;
  max-width: 75%;
  margin: 30px auto;
}
#content p, #content ul, #content h1, #content h2, #content h3, #content h4 {
  text-align: left;
}
#content .marge p, #content .marge ul, #content .marge h1, #content .marge h2, #content .marge h3, #content .marge h4 {
  text-align: center;
}
#content p, #content ul {
  color: #ECECEC;
}
#content p a, #content ul a {
  color: #5ea09e;
  text-align: center;
}
#content p a:hover, #content ul a:hover {
  color: #ECECEC;
}
.left_box, .right_box {
  padding: 0px;
  float: left;
  display: inline;
  box-sizing: border-box;
}
.left_box {
  width: 40%;
  text-align: right;
}
#cercles .left_box {
  width: 60%;
}
.right_box {
  width: 60%;
  text-align: left;
  border-left: 2px solid #333;
}
.backwhite .right_box {
  border-left: 0px solid #CCC;
}
.right_box img {
  margin: 60px;
}
.right_box h2 {
  font-weight: 600;
  margin: 60px;
}
.box {
  padding: 0px;
  float: left;
  display: inline;
  min-height: 430px;
  box-sizing: border-box;
}
.box .newsthumb {
  box-sizing: border-box;
}
#specs {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin: 10px;
  margin-left: 30px;
  margin-bottom: 60px;
  padding: 20px;
  box-sizing: border-box;
  width: 40%;
  float: right;
  display: inline;
}
#content .box .shadowb {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin: 10px;
  padding: 0px;
  box-sizing: border-box;
  min-height: 430px;
}
#content .box .shadowb h3, #content .box h3 {
  font-size: 1.2em;
  margin-top: 15px;
  margin-bottom: 0px;
  line-height: 1.2em;
}
#content .box .shadowb p, #content .box p {
  font-size: 0.8em;
  padding: 10px;
  color: #9A9CA5;
  margin-top: 0px;
}
#content #mapbox .box p {
  font-size: 1em;
  padding: 0px;
  padding-left: 25%;
  margin: 20px;
}
#content #mapbox .box h3 {
  margin-top: 60px;
}
#content .box .shadowb {
  cursor: pointer;
}
#content .box .shadowb:hover {
  opacity: 0.5;
}
.pagethumb {
  width: 40%;
  box-sizing: border-box;
  float: right;
  margin: 30px;
  margin-left: 60px;
  margin-bottom: 10px;
}
p.imgthumb {
  display: inline;
}
.ca {
  clear: both;
  padding-top: 40px;
  padding-bottom: 40px;
  box-sizing: border-box;
}
.ca h2, .ca h3, .ca p {
  clear: none;
  margin-left: 30px;
  margin-top: 0px;
}
.newsthumb {
  background-image: url(/imgs/design/nopicture.jpg);
  padding-bottom: 25%; /* 16:9 */
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";
  background-position: center center;
  box-sizing: border-box;
  width: 320px;
  float: left;
  margin-right: 30px;
}
#content .box .newsthumb {
  width: 100%;
  float: none;
  border: 5px solid #FFF;
  padding-bottom: 56.25%; /* 16:9 */
}
#content #equipe .box {
  box-sizing: border-box;
  min-height: 500px;
}
#content #equipe .box .shadowb {
  min-height: 500px;
}
#content #equipe .box .newsthumb {
  padding-bottom: 120%; /* 16:9 */
}
#content .backvert .box .newsthumb {
  border: 5px solid #ffd400;
}
.mosaique .quart {
  min-height: 400px;
  width: 25%;
}
.mosaique .quart a {
  min-height: 394px;
  height: 394px;
}
.mosaique .quart a:hover h3 {
  padding-top: 55%;
}
.newsthumb:hover {
  opacity: 0.8;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.box .missing:hover {
  opacity: 0.3;
}
.blackbar {
  margin-bottom: 0px;
}
.blackbar a {
  margin-right: 10px;
}
.found {
  background-color: #90e7e0;
}
.shadow {
  opacity: 0.2;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.close {
  clear: both;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.margetop {
  margin-top: 80px;
}
h1, h2, h3, h4 {
  font-weight: 800;
  clear: left;
  margin: 15px;
  margin-top: 40px;
  margin-bottom: 30px;
}
h1 {
  font-size: 2.4em;
}
h2 {
  font-size: 2.2em;
}
h3 {
  font-size: 1.4em;
}
h4 {
  font-size: 1.2em;
}
#img_header h4, #cercles h3 {
  font-weight: 400;
}
#cercles h2 {
  font-size: 3em;
}
#cercles h3 {
  font-size: 2.2em;
}
p, ul {
  font-size: 1.1em;
}
p, form, ul, label, ol, table {
  text-align: left;
  margin: 15px;
}
b, strong {
  font-weight: 800;
}
a {
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
a img {
  border: none;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
#partners .box, #clients .box {
  min-height: 280px !important;
}
#avantages {
  background-color: #333;
  position: relative;
  color: #FFF;
}
#avantages h4, #avantages h2, #partners h2 {
  margin-bottom: 10px;
  color: #FFF;
}
#avantages p {
  margin-top: 0px;
  padding-bottom: 30px;
  color: #FFF;
}
#avantages .box {
  min-height: 200px;
}
#avantages .box p {
  margin-top: 0px;
  color: #ECECEC;
}
#avantages .box i {
  color: #5ea09e;
  font-size: 2.8em;
  margin: 0px auto;
  float: none;
  display: block;
}
#avantages .box img {
  color: #5ea09e;
  margin: 0px auto;
  float: none;
  display: block;
  width: 20%;
}
.box span {
  text-align: center;
}
footer {
  background-color: #333;
  clear: both;
  text-align: center;
  color: #CCC;
}
footer .box img {
  width: 30%;
  float: left;
  margin: 0px;
  margin-left: -20px;
}
footer p, footer h3, footer h4 {
  margin: 15px;
  padding: 0px;
  color: #FFF;
  text-align: left;
}
footer p {
  color: #CCC;
  font-size: 1em;
  line-height: 1.5em;
}
footer h3 {
  margin-bottom: 0px;
}
footer h4 {
  text-align: center;
  font-size: 1em;
  margin-bottom: 30px;
}
footer .box {
  width: 50%;
  padding: 15px;
  box-sizing: border-box;
  min-height: 200px;
}
footer, header {
  max-width: 100%;
  clear: both;
}
header {
  color: #FFF;
  width: 100%;
}
footer a {
  color: #CCC;
}
footer a:hover {
  color: #5ea09e;
}
#bread {
  color: #333;
  margin: 0px;
  font-size: 0.9em;
}
#content #bread .wrapper {
  padding-top: 0px;
  padding-bottom: 0px;
}
#content #bread span {
  margin-left: 10px;
  margin-right: 10px;
}
#front #img_header {
  min-height: 100vh;
}
#img_header {
  background-color: #333;
  background-image: url(/imgs/design/bg.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";
  background-position: center center;
  display: block;
  box-sizing: border-box;
  text-align: center;
  height: 500px;
  overflow: hidden;
  position: relative;
}
#boxheader {
  width: 60%;
  margin-top: 160px;
  margin-left: 20px;
  box-sizing: border-box;
}
#boxheader h1, #boxheader h4 {
  margin: 0px;
}
#boxheader h4 {
  color: #666 !important;
}
#img_header .wrapper {
  position: relative;
}
#front #img_header h1, #front #img_header h2, #front #img_header h3, #front #img_header p {
  color: #FFF;
  text-align: center;
  padding: 15px;
}
#img_header h1, #img_header h2, #img_header h3, #img_header p, #img_header h4 {
  color: #1E212C;
}
#img_header h2, #img_header h3 {
  width: auto;
}
#img_header h3 {
  font-size: 1.2em;
}
#content {
  clear: both;
  z-index: 0;
  min-height: 300px;
}
#content h1 {
  margin-top: 40px;
}
#menu {
  margin: 0px;
  box-sizing: border-box;
}
#menu a#nav {
  color: #333;
  background-color: #E2E2E2;
  font-size: 3em;
  padding: 0px;
  padding-left: 10px;
  padding-top: 20px;
  box-sizing: border-box;
  text-align: center;
}
#menu a {
  color: #FFF;
  box-sizing: border-box;
  font-size: 2.5em;
}
#menu a.selected, #menu a:hover {
  color: #5ea09e;
}
.photo {
  max-width: 100%;
}
.btn, #content a.btn {
  font-weight: 800;
  margin-top: 30px;
  padding: 15px;
  padding-left: 60px;
  padding-right: 60px;
  background-color: #4a8383;
  color: #FFF;
  text-decoration: none;
  border-radius: 6px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.btn:hover, #content a.btn:hover {
  background-color: #5ea09e !important;
  color: #FFF;
}
.greenbtn {
  color: #FFF;
  background-color: #66cc33;
}
.bluebtn {
  color: #FFF;
  background-color: #3366cc;
}
label {
  padding-left: 0px;
  width: 100%;
  max-width: 100%;
  float: left;
  clear: left;
  padding: 10px;
  margin: 10px;
  margin-bottom: 0px;
  font-weight: 600;
}
form p {
  margin: 10px;
}
i {
  margin-right: 10px;
}
input, select, textarea {
  font-family: 'Metropolis';
  font-weight: 400;
  width: 90%;
  max-width: 100%;
  color: #333;
  margin: 15px;
  margin-top: 5px;
  background-color: #ECECEC;
  padding: 10px !important;
  border-radius: 6px;
  border: 1px solid #9A9CA5;
}
input.checkbox {
  width: 30px;
  height: 30px;
  margin: 5px;
  margin-top: -4px;
}
select {
  -webkit-appearance: none;
  padding-left: 12px;
  padding-right: 12px;
}
/* Mobile Layout */
/* Mobile Layout */
/* Mobile Layout */
@media only screen and (max-width: 900px) {
  body, .wrapper, html {
    width: 100%;
    max-width: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
  }
  #specs {
    width: 100%;
    margin: 10px;
    margin-left: 10px;
  }
  video {
    height: 100vh;
  }
  #content #mapbox .box p, #content #mapbox .box h3 {
    padding-left: 0%;
  }
  .divhidden {
    display: none;
  }
  .txtbox {
    left: -200%;
  }
  .txtbox h2 {
    width: 40% !important;
    font-size: 2.8em !important;
    padding: 30px;
  }
  .txtbox p {
    width: 40% !important;
    padding: 30px;
  }
  #content #mapbox {
    padding: 20px;
  }
  #content #mapbox .box {
    width: 100%;
    padding: 0px;
    margin-top: 60px;
  }
  footer p.firstp {
    margin-top: 45px;
  }
  #content #equipe .box {
    width: 50% !important;
    float: left;
    clear: none;
  }
  #mapbox .box {
    width: 100%;
  }
  .backwhite, #cercles, .backvert {
    display: block;
    height: auto;
    min-height: 300px;
  }
  #content h3.leftbtn {
    width: 90%;
    margin: 0px auto;
    padding: 30px;
    padding-top: 60px;
  }
  #content h3.leftbtn .btn {
    clear: both;
    display: block;
    margin: 20px auto;
    float: none;
  }
  .social {
    margin-right: 5px;
  }
  #hackicon {
    margin-top: 5px;
  }
  #logo, #menu a#nav {
    width: 70px;
    height: 70px;
  }
  #menu a#nav {
    font-size: 2.2em;
    padding: 0px;
    padding-left: 8px;
    padding-top: 15px;
  }
  #cercles {
    background-size: 0%;
  }
  .right_box {
    border-left: 0px solid #333;
  }
  #loading {
    margin: 10px auto;
    background-size: 30%;
  }
  #bread, .nomob, footer .social {
    display: none !important;
  }
  footer .box {
    width: 100%;
    min-height: 50px;
    padding: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0px;
  }
  #content {
    width: 100%;
    background-image: none;
  }
  #img_header h1, #img_header h2, #img_header h3, #img_header p {
    float: none;
    margin: 0px auto;
    padding: 0%;
  }
  .mosaique a, .mosaique .half a {
    opacity: 1 !important;
    background-image: url(/imgs/design/back_black.png) !important;
    background-repeat: repeat !important;
  }
  table {
    width: 100%;
    max-width: 100%;
    margin: 0px;
    padding: 0px;
    font-size: 0.75em;
  }
  td {
    margin: 2px;
    padding: 0px;
  }
  .box, .marge, .left_box, .right_box {
    width: 100%;
    height: auto;
    margin: 0px;
    margin-bottom: 20px;
    display: block;
    float: none;
  }
  .quart, .mosaique .quart {
    width: 100%;
    height: auto;
    margin: 0px;
  }
  .half {
    width: 100%;
    height: auto;
    margin: 0px;
  }
  .marge {
    max-width: 100%;
    margin: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .marge p, .marge h1, .marge h2, .marge h3 {
    max-width: 100%;
  }
  .pagethumb, .newsthumb {
    width: 100%;
    margin: 15px auto;
    margin-top: -30px;
  }
  .newsthumb {
    padding-bottom: 56.25%;
  }
  .wrapper {
    width: 95%;
    margin: 0px auto;
    display: block;
  }
  ul {
    margin-left: 10px;
  }
  form .btn {
    width: 100%;
  }
  .btn {
    display: block;
    clear: both;
    text-align: center;
    width: 50%;
  }
  footer {
    width: 100%;
    margin: 0px;
    font-size: 0.8em;
    text-align: center;
    background-image: none;
  }
  .mfull, .mosaique .mfull {
    width: 100%;
  }
  #slideshow {
    width: 40%;
    right: 0%;
  }
  #avantages .box .newsthumb, #partners .box .newsthumb, #clients .box .newsthumb {
    width: 60% !important;
    margin: 10px auto;
  }
}
/* Desktop Layout */
/* Desktop Layout */
/* Desktop Layout */
@media only screen and (min-width: 901px) {
  footer {
    padding-top: 40px;
  }
  #content #equipe .box, .box, .quart {
    width: 50%;
  }
  .right_box .imgthumb {
    margin-top: 30px;
  }
  #menu a {
    font-size: 1em;
  }
  .wrapper {
    width: 80%;
    max-width: 1250px;
    font-size: 1.1em;
    margin: 0px auto;
    display: block;
  }
  ul {
    margin-left: 30px;
  }
  footer {
    font-size: 0.9em;
    padding-bottom: 0px;
  }
  footer p {
    clear: both;
  }
  #content {
    width: 100%;
  }
}
@media only screen and (min-width: 1100px) {
  #content #equipe .box, .box, .quart {
    width: 33.33%;
  }
  #avantages .box, #partners .box, #clients .box {
    width: 33.33%;
  }
  #partners .box .newsthumb, #clients .box .newsthumb {
    width: 80% !important;
    margin: 10px auto;
  }
}
@media only screen and (min-width: 1400px) {
  #content #equipe .box, .box, .quart {
    width: 25%;
    min-height: 520px;
  }
  #content .box .shadowb {
    min-height: 520px;
  }
  .divhidden {
    display: inline;
  }
}
@media only screen and (max-width: 1400px) {
  #content h3.leftbtn {
    width: 90%;
    margin: 0px auto;
    padding: 30px;
    padding-top: 60px;
  }
  #content h3.leftbtn .btn {
    clear: both;
    display: block;
    margin: 20px auto;
    float: none;
  }
}