<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Contao Open Source CMS, (c) 2005-2015 Leo Feyer, LGPL license */
body,div,h1,h2,h3,h4,h5,h6,p,blockquote,pre,code,ol,ul,li,dl,dt,dd,figure,table,th,td,form,fieldset,legend,input,textarea{margin:0;padding:0}table{border-spacing:0;border-collapse:collapse}caption,th,td{text-align:left;text-align:start;vertical-align:top}abbr,acronym{font-variant:normal;border-bottom:1px dotted #666;cursor:help}blockquote,q{quotes:none}fieldset,img{border:0}ul{list-style-type:none}sup{vertical-align:text-top}sub{vertical-align:text-bottom}del{text-decoration:line-through}ins{text-decoration:none}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font:12px/1 "Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;color:#000}input,button,textarea,select{font-family:inherit;font-size:99%;font-weight:inherit}pre,code{font-family:Monaco,monospace}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}h1{font-size:1.8333em}h2{font-size:1.6667em}h3{font-size:1.5em}h4{font-size:1.3333em}table{font-size:inherit}caption,th{font-weight:bold}a{color:#00f}h1,h2,h3,h4,h5,h6{margin-top:1em}h1,h2,h3,h4,h5,h6,p,pre,blockquote,table,ol,ul,form{margin-bottom:12px}
/* Contao Open Source CMS, (c) 2005-2015 Leo Feyer, LGPL license */
body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery&gt;ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery&gt;ul li{float:left}.ce_gallery&gt;ul li.col_first{clear:left}.float_left{float:left}.float_right{float:right}.block{overflow:hidden}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
/* Contao Open Source CMS, (c) 2005-2015 Leo Feyer, LGPL license */
@media(max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}img{max-width:100%;height:auto}.ie7 img{-ms-interpolation-mode:bicubic}.ie8 img{width:auto}
/*
	jQuery.mmenu CSS
*/
/*
	jQuery.mmenu panels CSS
*/
.mm-menu.mm-horizontal &gt; .mm-panel {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease; }

.mm-menu .mm-hidden {
  display: none; }

.mm-wrapper {
  overflow-x: hidden;
  position: relative; }

.mm-menu,
.mm-menu &gt; .mm-panel {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0; }

.mm-menu {
  background: inherit;
  display: block;
  overflow: hidden;
  padding: 0; }
  .mm-menu &gt; .mm-panel {
    background: inherit;
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    padding: 20px;
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0); }
    .mm-menu &gt; .mm-panel.mm-opened {
      -webkit-transform: translate(0%, 0);
      -moz-transform: translate(0%, 0);
      -ms-transform: translate(0%, 0);
      -o-transform: translate(0%, 0);
      transform: translate(0%, 0); }
    .mm-menu &gt; .mm-panel.mm-subopened {
      -webkit-transform: translate(-30%, 0);
      -moz-transform: translate(-30%, 0);
      -ms-transform: translate(-30%, 0);
      -o-transform: translate(-30%, 0);
      transform: translate(-30%, 0); }
    .mm-menu &gt; .mm-panel.mm-highest {
      z-index: 1; }
  .mm-menu .mm-list {
    padding: 20px 0; }
  .mm-menu &gt; .mm-list {
    padding-bottom: 0; }
    .mm-menu &gt; .mm-list:after {
      content: '';
      display: block;
      height: 40px; }

.mm-panel &gt; .mm-list {
  margin-left: -20px;
  margin-right: -20px; }
  .mm-panel &gt; .mm-list:first-child {
    padding-top: 0; }

.mm-list,
.mm-list &gt; li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0; }

.mm-list {
  font: inherit;
  font-size: 14px; }
  .mm-list a,
  .mm-list a:hover {
    text-decoration: none; }
  .mm-list &gt; li {
    position: relative; }
    .mm-list &gt; li &gt; a,
    .mm-list &gt; li &gt; span {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      color: inherit;
      line-height: 20px;
      display: block;
      padding: 10px 10px 10px 20px;
      margin: 0; }
  .mm-list &gt; li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
    content: '';
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0; }
  .mm-list &gt; li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
    width: auto;
    margin-left: 20px;
    position: relative;
    left: auto; }
  .mm-list a.mm-subopen {
    background: rgba(3, 2, 1, 0);
    width: 40px;
    height: 100%;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2; }
    .mm-list a.mm-subopen:before {
      content: '';
      border-left-width: 1px;
      border-left-style: solid;
      display: block;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0; }
    .mm-list a.mm-subopen.mm-fullsubopen {
      width: 100%; }
      .mm-list a.mm-subopen.mm-fullsubopen:before {
        border-left: none; }
    .mm-list a.mm-subopen + a,
    .mm-list a.mm-subopen + span {
      padding-right: 5px;
      margin-right: 40px; }
  .mm-list &gt; li.mm-selected &gt; a.mm-subopen {
    background: transparent; }
  .mm-list &gt; li.mm-selected &gt; a.mm-fullsubopen + a,
  .mm-list &gt; li.mm-selected &gt; a.mm-fullsubopen + span {
    padding-right: 45px;
    margin-right: 0; }
  .mm-list a.mm-subclose {
    text-indent: 20px;
    padding-top: 30px;
    margin-top: -20px; }
  .mm-list &gt; li.mm-label {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 10px;
    text-transform: uppercase;
    text-indent: 20px;
    line-height: 25px;
    padding-right: 5px; }
  .mm-list &gt; li.mm-spacer {
    padding-top: 40px; }
    .mm-list &gt; li.mm-spacer.mm-label {
      padding-top: 25px; }
  .mm-list a.mm-subopen:after,
  .mm-list a.mm-subclose:before {
    content: '';
    border: 2px solid transparent;
    display: inline-block;
    width: 7px;
    height: 7px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-bottom: -5px;
    position: absolute;
    bottom: 50%; }
  .mm-list a.mm-subopen:after {
    border-top: none;
    border-left: none;
    right: 18px; }
  .mm-list a.mm-subclose:before {
    border-right: none;
    border-bottom: none;
    margin-bottom: -15px;
    left: 22px; }

.mm-menu.mm-vertical .mm-list .mm-panel {
  display: none;
  padding: 10px 0 10px 10px; }
  .mm-menu.mm-vertical .mm-list .mm-panel li:last-child:after {
    border-color: transparent; }
.mm-menu.mm-vertical .mm-list li.mm-opened &gt; .mm-panel {
  display: block; }
.mm-menu.mm-vertical .mm-list &gt; li &gt; a.mm-subopen {
  height: 40px; }
  .mm-menu.mm-vertical .mm-list &gt; li &gt; a.mm-subopen:after {
    top: 16px;
    bottom: auto; }
.mm-menu.mm-vertical .mm-list &gt; li.mm-opened &gt; a.mm-subopen:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }
.mm-menu.mm-vertical .mm-list &gt; li.mm-label &gt; a.mm-subopen {
  height: 25px; }

html.mm-opened .mm-page {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }

.mm-menu {
  background: #333333;
  color: rgba(255, 255, 255, 0.6); }
  .mm-menu .mm-list &gt; li:after {
    border-color: rgba(0, 0, 0, 0.15); }
  .mm-menu .mm-list &gt; li &gt; a.mm-subclose {
    background: rgba(0, 0, 0, 0.1);
    color: rgba(255, 255, 255, 0.3); }
  .mm-menu .mm-list &gt; li &gt; a.mm-subopen:after, .mm-menu .mm-list &gt; li &gt; a.mm-subclose:before {
    border-color: rgba(255, 255, 255, 0.3); }
  .mm-menu .mm-list &gt; li &gt; a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.15); }
  .mm-menu .mm-list &gt; li.mm-selected &gt; a:not(.mm-subopen),
  .mm-menu .mm-list &gt; li.mm-selected &gt; span {
    background: rgba(0, 0, 0, 0.1); }
  .mm-menu .mm-list &gt; li.mm-label {
    background: rgba(255, 255, 255, 0.05); }
  .mm-menu.mm-vertical .mm-list li.mm-opened &gt; a.mm-subopen,
  .mm-menu.mm-vertical .mm-list li.mm-opened &gt; ul {
    background: rgba(255, 255, 255, 0.05); }

/*
	jQuery.mmenu offcanvas addon CSS
*/
.mm-page {
  box-sizing: border-box;
  position: relative; }

.mm-slideout {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease; }

html.mm-opened {
  overflow: hidden;
  position: relative; }
  html.mm-opened body {
    overflow: hidden; }

html.mm-background .mm-page {
  background: inherit; }

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999; }

html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
  display: block; }

.mm-menu.mm-offcanvas {
  display: none;
  position: fixed; }
.mm-menu.mm-current {
  display: block; }

.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 440px; }

html.mm-opening .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -moz-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  -o-transform: translate(80%, 0);
  transform: translate(80%, 0); }

@media all and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0); } }
@media all and (min-width: 550px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -moz-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    -o-transform: translate(440px, 0);
    transform: translate(440px, 0); } }

/*
	jQuery.mmenu position extension CSS
*/
.mm-menu.mm-top,
.mm-menu.mm-bottom {
  width: 100%;
  min-width: 100%;
  max-width: 100%; }

.mm-menu.mm-right {
  left: auto;
  right: 0; }

.mm-menu.mm-bottom {
  top: auto;
  bottom: 0; }

html.mm-right.mm-opening .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -moz-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  -o-transform: translate(-80%, 0);
  transform: translate(-80%, 0); }

@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -moz-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0); } }
@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-440px, 0);
    -moz-transform: translate(-440px, 0);
    -ms-transform: translate(-440px, 0);
    -o-transform: translate(-440px, 0);
    transform: translate(-440px, 0); } }
/*
	jQuery.mmenu z-position extension CSS
*/
html.mm-front .mm-slideout {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
  z-index: 0 !important; }

.mm-menu.mm-front {
  z-index: 1;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); }

html.mm-opened.mm-next .mm-page {
  box-shadow: none; }

.mm-menu.mm-front, .mm-menu.mm-next {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0); }
  .mm-menu.mm-front.mm-right, .mm-menu.mm-next.mm-right {
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0); }
.mm-menu.mm-front.mm-top {
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%); }
.mm-menu.mm-front.mm-bottom {
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  transform: translate(0, 100%); }

html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }

.mm-menu.mm-front.mm-top, .mm-menu.mm-front.mm-bottom {
  height: 80%;
  min-height: 140px;
  max-height: 880px; }

/*
	jQuery.mmenu counters addon CSS
*/
em.mm-counter {
  font: inherit;
  font-size: 14px;
  font-style: normal;
  text-indent: 0;
  line-height: 20px;
  display: block;
  margin-top: -10px;
  position: absolute;
  right: 40px;
  top: 50%; }
  em.mm-counter + a.mm-subopen {
    padding-left: 40px; }
    em.mm-counter + a.mm-subopen + a,
    em.mm-counter + a.mm-subopen + span {
      margin-right: 80px; }
  em.mm-counter + a.mm-fullsubopen {
    padding-left: 0; }

.mm-vertical em.mm-counter {
  top: 12px;
  margin-top: 0; }

.mm-nosubresults &gt; em.mm-counter {
  display: none; }

.mm-menu em.mm-counter {
  color: rgba(255, 255, 255, 0.3); }

/* dk_caroufredsel global styles */
.caroufredsel_skin .image_container img, .caroufredsel_thumbnails_skin .image_container img {
	vertical-align: bottom;
}
.caroufredsel &gt; div, .caroufredsel &gt; section, .caroufredsel_thumbnails &gt; div {
	float: left;
}
.caroufredsel .clearfix {
	float: none;
	clear: both;
}
.caroufredsel_thumbnails_skin {
	position: relative;
}
/* ColorBox, (c) 2011 Jack Moore, MIT license */
#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden}#cboxWrapper{max-width:none}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:#000;opacity:.9;filter:alpha(opacity = 90)}#colorbox{outline:0}#cboxContent{margin-top:20px;background:#000}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{border:5px solid #000;background:#fff}#cboxTitle{position:absolute;top:-20px;left:0;color:#ccc}#cboxCurrent{position:absolute;top:-20px;right:0;color:#ccc}#cboxLoadingGraphic{background:url("../../assets/jquery/colorbox/1.6.1/images/loading.gif") no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:0}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;top:-20px;right:90px;color:#fff}#cboxPrevious{position:absolute;top:50%;left:5px;margin-top:-32px;background:url("../../assets/jquery/colorbox/1.6.1/images/controls.png") no-repeat top left;width:28px;height:65px;text-indent:-9999px}#cboxPrevious:hover{background-position:bottom left}#cboxNext{position:absolute;top:50%;right:5px;margin-top:-32px;background:url("../../assets/jquery/colorbox/1.6.1/images/controls.png") no-repeat top right;width:28px;height:65px;text-indent:-9999px}#cboxNext:hover{background-position:bottom right}#cboxClose{position:absolute;top:5px;right:5px;display:block;background:url("../../assets/jquery/colorbox/1.6.1/images/controls.png") no-repeat top center;width:38px;height:19px;text-indent:-9999px}#cboxClose:hover{background-position:bottom center}
@charset "utf-8";
/* CSS Document */

/*
CLIENT : COUDRIN Yvonnick
SITE WEB : www.coudrin-yvonnick.fr
DATE DE CREATION : FÃ©vrier 2016
*/

/***********************************/
/* LAYOUT                          */
/***********************************/
body {font-family: 'Ubuntu', sans-serif;font-size: 1em;background-color: #fff;}
#header .inside, #footer .inside, #breadcrumb .inside, #contenu-slide  .inside {
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 1200px;
}
a {
    color: #b7642e;
}
#header { height:150px;}
#header .block {overflow: visible !important;}
p {font-family: 'Ubuntu', sans-serif;font-size: 1em; line-height: 1.4em;text-align: justify;color:#333438;font-weight: 300;}
strong {font-weight: 500;}
h1, h2, h3, h4 {
    font-family: 'Ubuntu', sans-serif;
    color: #333438;
    font-weight: 500;
}


.fa{
	font-size:1em;
}
.copie-mail {display:none;}
#title h2 {margin:0 !important; background-image:none !important; padding-bottom:0 !important;}
#title h2 a {color:#013C66;}
#title h2 a img {position: absolute;}
#header {
    height: 150px;
    padding-top: 20px;
}
#bloc-texte-entreprise{
	margin-top:-28px;
}
#footer{
	display:inline-block;
    height: 1px;
    width: 100%;
    margin-top: 65px;
    
}

#footer p {
    font-size: 0.9em;
}
#footer a{
	color:#888888;
	text-decoration: none;
}
#footer .inside {border-top: 1px solid #d6d6d6;}
#footer .mod_customnav {clear: both;text-align: center;}
#footer .mod_customnav li {display: inline;}
#footer .mod_customnav li a {
	color: #d6d6d6;
 	position: relative;
    display: inline-block;
    font-weight: 300;
    font-size: 1em;
    color: #323337;
    text-transform: uppercase;
    padding: 8px 0px;
    margin-right: 27px;
    margin-top:7px;
    text-decoration: none;
}
#footer .mod_customnav {display: block; margin-bottom:25px;}
#footer .mod_customnav li.active span.active {
	color: #323337;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    font-size: 1.1em;
    text-transform: uppercase;
    padding: 8px 0px;
    margin-right: 27px;
    border-bottom: 4px solid #d6d6d6;}
#container {
    position: relative;
    width: 1200px;
    background: #fff;
    margin: 0 auto;
    padding-left: 0;
}
#coordonne-contact{
    background-color: #b8642f;
    padding: 20px;
    margin-bottom: 10px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    
}
#coordonne-contact p{
	font-family: 'Ubuntu', sans-serif;
	font-size: 1em;
	color: #ffffff;
}
#coordonne-contact p strong{
	font-weight: 500;
	font-size: 1.1em;
}
.plus a{
    background-color: #b8642f;
    color: #ffffff;
    text-decoration: none;
    padding: 5px 8px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: normal;
    font-size: 1em;
    float: right;
    transition: 0.2s linear 0s;
    border: 1px solid #fff !important;
    
}
.plus a:hover{
	background-color:#fff !important;
	border: 1px solid #b8642f !important;
	box-shadow: inset 0 0 0 1px #fff !important;
	color:#b8642f !important;
	transition: 0.2s linear 0s;
}

.telephone{
	position: absolute;
    top: 0px;
    right: 0px;
    
}
.telephone p{
	background-image: url("/files/coudrin/images/picto_tel.png");
	background-repeat: no-repeat;
    background-position: 132px -2px;
    width: 180px;
    height: 46px;
    font-size: 1.1em;
    font-weight: 600;
    padding: 10px 2px 2px 2px;
}

#bloc_presentation {
	background-color: #333438;
	margin-top:25px;
}
#bloc_presentation p {
    color: #ffffff;
    margin: 20px;
    font-size: 1.4em;
}
#bloc_presentation p strong {
	color:#b8642f;
}
#bloc-qui-sommes-nous{
	margin-top:20px;
}
#bloc_devis{
	margin-top: 33px;
}
#bloc_horaires{
	background-color: #003660;
    width: 285px;
    height: 155px;
    margin-top: 25px;
}
#bloc_horaires p{
	color:#ffffff;
}
#bloc_horaires h3{
	color:#ffffff;
}
#bloc2{
	margin-top:20px;
}
#bloc4{
	margin-top:20px;
}



/**** SLIDE CERTIF ****/
.mod_caroufredsel.block {width: 840px;margin: 0;margin-top: 60px;min-height: 152px;}
.caroufredsel{left:5px;}
.caroufredsel_wrapper caroufredsel_wrapper_122{width:737px;}
.caroufredsel, .caroufredsel_wrapper { height: 152px !important;}
.caroufredsel_gallery figure {margin-right: 10px;border: 1px solid #E3E3E3;}

.caroufredsel_navi {width: 835px;margin: 0 auto;position: absolute;bottom: 108px;}

.caroufredsel_skin .caroufredsel_navi a.caroufredsel_next {background-image: url("/files/coudrin/images/right.svg");background-repeat: no-repeat;text-indent: -999999px;height: 40px;width: 40px;display: block;position: absolute;margin-top: 5px; right:0;}

.caroufredsel_skin .caroufredsel_navi a.caroufredsel_prev {background-image: url("/files/coudrin/images/left.svg");background-repeat: no-repeat;text-indent: -999999px;height: 40px;width: 40px;display: block;position: absolute;left: 0px;margin-top:5px;}
/* BLOC METIERS */

@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'feathericons';
	src:url("../../files/coudrin/fonts/feathericons/feathericons.eot?-8is7zf");
	src:url("../../files/coudrin/fonts/feathericons/feathericons.eot?#iefix-8is7zf") format('embedded-opentype'),
		url("../../files/coudrin/fonts/feathericons/feathericons.woff?-8is7zf") format('woff'),
		url("../../files/coudrin/fonts/feathericons/feathericons.ttf?-8is7zf") format('truetype'),
		url("../../files/coudrin/fonts/feathericons/feathericons.svg?-8is7zf#feathericons") format('svg');
}

.grid {
position: relative;
margin: 0 auto;
   /* padding: 1em 0 4em; */
max-width: 1000px;
list-style: none;
text-align: center;
}

/* Common style */
	.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    /* margin: 10px 1%; */
    /* min-width: 285px; */
    /* max-width: 285px; */
    /* max-height: 285px; */
    /* width: 48%; */
    background: #d77f40;
    text-align: center;
    cursor: pointer;
    margin: 0px 12px;
}

.grid figure img {
	position: relative;
	display: block;
	height:285px;
	
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption &gt; a {
	position: absolute;
	top: 0;
	left: 0;
	
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption &gt; a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	
	font-weight: 300;
	font-family: 'Ubuntu';
	font-size: 1.3em;
	color:#ffffff;
	
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

/*---------------*/
/***** Sarah *****/
/*---------------*/



.effect-sarah figure img {
	max-width: none;
    backface-visibility: hidden;
	-webkit-transition: 0.2s linear 0s;
	   -moz-transition: 0.2s linear 0s;
	     -o-transition: 0.2s linear 0s;
		-ms-transition: 0.2s linear 0s;
	        transition: 0.2s linear 0s;
}

.effect-sarah:hover figure img {
	opacity: 0.1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.effect-sarah figure figcaption {
	
	
}

.effect-sarah figure h2 {
	position: relative;
	overflow: hidden;
	padding: 0.5em 0;
	font-weight: 500;
	font-size: 1em;
	margin-top: -40px;
    background-color: #d77f40;
    width: 285px;
    margin-left: -40px;
}

.effect-sarah figure h2::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #fff;
	content: '';
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0);
}

.effect-sarah:hover figure h2::after {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.effect-sarah figure p {
	padding: 1em 0;
	opacity: 0;
	color:#ffffff;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
	width: 195px;
}

.effect-sarah:hover figure p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
/* test + */

.effect-sarah .plus {
	position: absolute;
	top: 90%;
	left: 90%;
	margin-top: -20px;
	margin-left: -20px;
	background: #333438;
	height: 40px;
	width: 40px;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;	
	-webkit-backface-visibility: hidden;
}

.effect-sarah .plus:before {
	content: '';
	width: 30px;
	height: 1px;
	background: rgb(255,255,255);
	position: absolute;
	top: 50%;
	margin-left: -15px;
	left: 50%;
}

.effect-sarah .plus:after {
	content: '';
	width: 30px;
	height: 1px;
	background: rgb(255,255,255);
	position: absolute;
	top: 50%;
	margin-left: -15px;
	left: 50%;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}


/* SLIDE */
#contenu-slide .cameraSlide img {
    width: 590px !important;
    height: auto !important;
}
.camera_wrap,  mod_cameraslideshow_show {
    width: 590px !important;
    height: 590px !important;
}
.camera_loader {display:none !important;}
.camera_prevThumbs, .camera_nextThumbs, .camera_prev, .camera_next, .camera_commands, .camera_thumbs_cont {background-color: #333438 !important;}
/* MENU */
#menu.mod_navigation {
    position: absolute;
    right: -24px;
    top: 69px;
}
#menu a {
	position: relative;
    display: inline-block;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    font-size: 1.1em;
    color: #323337;
    text-transform: uppercase;
    padding: 8px 0px;
    margin-right: 27px;
    text-decoration: none;
}


/* Hover Menu */


#menu a::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 4px;
	background: #333438;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
}

#menu a:hover::after,
#menu a:focus::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}

#menu&gt;ul&gt;li {
    float: left;
    list-style: none outside none;
}
#menu li.active span.active, #menu li .trail {
    color: #323337;
    display: block;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    font-size: 1.1em;
    text-transform: uppercase;
    padding: 8px 0px;
    margin-right: 27px;
    border-bottom: 4px solid #323337;
}
#menu .sf-menu .level_2 a {
    
    font-family: 'Ubuntu', sans-serif;
    font-size: 0.8em;
    background-color: #323337;
    padding: 15px 25px;
    border: none;
    margin-right: 0;
    color: #fff;
    
}

#menu .sf-menu .level_2 a:hover::after {display:none}
#menu li.active span.active, #menu li.trail span.trail, #menu li.trail a.trail, #menu li.sfHover a {
    position: relative;
    display: inline-block;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    font-size: 1.1em;
    color: #323337;
    text-transform: uppercase;
    padding: 8px 0px;
    margin-right: 27px;
    text-decoration: none;
}
#menu .sf-menu .level_2 a:hover, #menu .sf-menu .level_2 a:visited:hover, #menu .sf-menu .level_2 span.active, #menu .sf-menu .level_2 span.trail {
    font-family: 'Ubuntu', sans-serif;
    font-size: 0.8em;
    background-color: #323337;
    padding: 15px 25px;
    border: none;
    margin-right: 0;
    color: #fff;
}
#menu .sf-menu .level_2 {margin-top: 6px; 
-webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.3);
-moz-box-shadow:    0px 3px 5px 0px rgba(50, 50, 50, 0.3);
box-shadow:         0px 3px 5px 0px rgba(50, 50, 50, 0.3);}
#menu .sf-menu .level_2 a {display:block;transition: 0.1s linear 0s;font-family: 'Raleway', sans-serif;font-weight: 400;font-size:0.9em;background-color:#323337;padding: 10px 10px; border:none;margin-right:0; }
#menu .sf-menu .level_2 a:hover, #menu .sf-menu .level_2 a:visited:hover, #menu .sf-menu .level_2 span.active, #menu .sf-menu .level_2 span.trail {display:block;font-family: 'Raleway', sans-serif;font-weight: 400;font-size: 0.9em;background-color:#47494E;padding: 10px 10px; border:none; margin:0 !important;transition: 0.1s linear 0s;}
#menu .sf-menu .level_2 a:visited {color:#fff;}
/* ESSENTIAL STYLES */
.sf-menu,.sf-menu * {margin:0;padding:0;list-style: none;}
.sf-menu {line-height:1.0;}
.sf-menu ul {width:10em;top:-999em;position:absolute;}
.sf-menu ul li {width:100%;background-color:#323337;}
.sf-menu li:hover {visibility: inherit;}
.sf-menu li {position:relative;float:left;}
.sf-menu a {position:relative;display:block;color:#ffffff;}
.sf-menu li:hover ul,.sf-menu li.sfHover ul {left:0;top:2.5em;z-index: 99;}
ul.sf-menu li:hover li ul,ul.sf-menu li.sfHover li ul {top:-999em;}
ul.sf-menu li li:hover ul,ul.sf-menu li li.sfHover ul {left:10em;top: 0;}
ul.sf-menu li li:hover li ul,ul.sf-menu li li.sfHover li ul {top:-999em;}
ul.sf-menu li li li:hover ul,ul.sf-menu li li li.sfHover ul {left:10em;top: 0;}


/* Hover menu footer */
#footer .mod_customnav a::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 4px;
	background: #d6d6d6;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
}

#footer .mod_customnav a:hover::after,
#footer .mod_customnav a:focus::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}

#footer.mod_customnav&gt;ul&gt;li {
    float: left;
    list-style: none outside none;
}
#footer.mod_customnav li.active span.active {
    color: #d6d6d6;
    display: block;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    font-size: 1.1em;
    text-transform: uppercase;
    padding: 8px 0px;
    margin-right: 27px;
    border-bottom: 4px solid #d6d6d6;
}

/********** FIL ARIANE **********/
.mod_breadcrumb {color: #B7642E;font-size: 0.8em;padding: 3px 0;margin: 0 auto; padding:10px 0; margin:5px 0;background-color: #f2f2f2;margin-bottom: 35px;}
.mod_breadcrumb li {float: left;list-style: none outside none;margin-right: 4px;}
.mod_breadcrumb a {color: #909090; text-decoration:none;background-image: url("/files/coudrin/images/puce-ariane.png"); background-repeat: no-repeat;background-position: 0px 5px; padding-left:15px; padding-right:5px;}
.mod_breadcrumb a:hover {color: #B7642E;}
.mod_breadcrumb li.active {background-image: url("/files/coudrin/images/puce-ariane.png");background-repeat: no-repeat;background-position: 0px 1px;padding-left: 15px;}
.mod_breadcrumb .first a {background-image: none; padding-left:20px;}

/***********************************/
/* PAGE CONTACT                    */
/***********************************/
#cboxTitle {
	display: none !important;
}
/* FORMULAIRE DE CONTACT */
#formulaire fieldset {
	padding: 20px 20px;
	background-color: #F3F3F3;
	margin-bottom: 20px;
	border: 1px solid #b8642f;
}
#formulaire fieldset.aucun_groupe { background-color: transparent; padding:0; border:none;}
#formulaire legend { background-color:#2B94C3; color:#fff;font-family: 'Open Sans', sans-serif; text-transform:uppercase; font-size:0.9em; padding:5px 10px;font-weight: 600;}
#formulaire label { font-size:0.9em;font-family: 'Open Sans', sans-serif;float: left;padding-top: 10px; color:#5c5c5c;width: auto; text-align: left;padding-right: 10px;}
.mod_login#formulaire label {width: 110px;}
#formulaire input {font-size:0.9em;font-family: 'Open Sans', sans-serif;color:#5c5c5c;background-color: #fff;padding: 6px 10px;margin-bottom: 4px;margin-top: 4px;width:90%;border:1px solid #ccc;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
	-webkit-transition: all 0.2s linear;
	   -moz-transition: all 0.2s linear;
	     -o-transition: all 0.2s linear;
		-ms-transition: all 0.2s linear;
	        transition: all 0.2s linear;}

.mod_personalData#formulaire input {width:500px;}

#formulaire select {font-size:0.9em;font-family: 'Open Sans', sans-serif;color:#5c5c5c;background-color: #fff;padding: 6px 10px;margin-bottom: 4px;margin-top: 4px;width:652px;border:1px solid #ccc;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
	-webkit-transition: all 0.2s linear;
	   -moz-transition: all 0.2s linear;
	     -o-transition: all 0.2s linear;
		-ms-transition: all 0.2s linear;
	        transition: all 0.2s linear;
}

.mod_personalData#formulaire select {width:200px;}

.mod_jobofferedit .widget.double, .mod_jobofferpublish .widget.double {width: 50%;float: left;}
#formulaire .double label {width:280px;}
#formulaire .double input {width:80%;}
#formulaire .double select {width:273px;}
#formulaire label.date {width:100%;}
#formulaire input.date {width:252px;}

#formulaire .widget-checkbox label {padding-top:3px; display:block;}
#formulaire .widget-checkbox input {float:left; width:auto;margin-right: 0px;}
#formulaire .checkbox_container {margin-top:10px;}
#formulaire label[for=opt_156] { margin-top:-6px;}
#formulaire .nom_groupe {margin-top:5px;}
#formulaire .aucun_groupe {margin-bottom:20px;}

#formulaire .phone input{background: url("../../files/files/ligeriaa/images/phone.svg") no-repeat 0 center #fff; padding-left:35px; width: 255px !important;}
#formulaire .email input{background: url("../../files/files/ligeriaa/images/email.svg") no-repeat 0 center #fff; padding-left:35px; width: 255px !important;}

.connexion#formulaire input { width:400px;}

#formulaire textarea {font-size:0.9em;font-family: 'Open Sans', sans-serif;color:#5c5c5c;;background-color: #fff;padding: 6px 10px;margin-bottom: 4px;margin-top: 4px;width: 90%; border:1px solid #ccc;resize:none;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
	-webkit-transition: all 0.2s linear;
	   -moz-transition: all 0.2s linear;
	     -o-transition: all 0.2s linear;
		-ms-transition: all 0.2s linear;
	        transition: all 0.2s linear;
}

#formulaire input:hover, #formulaire input:focus, #formulaire select:hover,  #formulaire select:focus, #formulaire textarea:focus, #formulaire textarea:hover {border:1px solid #2b94c3;}

#formulaire input.submit {font-family: 'Ubuntu', sans-serif;background-color: #b8642f;color:#fff;margin-top: 7px;padding: 8px 10px; border:none; width:auto; cursor:pointer; font-size:1em; font-weight:500;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;}
#formulaire input.submit:hover {background-color:#323337;}



#formulaire .explanation {font-size:1em; margin-top:20px;}

#formulaire p.error {background-color: #D6492F;color: #fff;font-size: 0.8em;margin: 0;padding: 3px 5px 3px 5px;margin: 0 0 0 11px; float:left;}
#formulaire input.error {background-color: #fff;background-image: none;border: 1px solid #F00;width: 80%;}

#formulaire .champ-conditionnel, #formulaire .copie {display:none;}
#formulaire .offre { margin-top:-20px;}
#formulaire .subcr {padding-right:47px;padding: 0 0 0 0em !important;}
#formulaire .subcl {
    padding: 0 3em 0 0;
}
/* MAP */
#map .dlh_googlemap {height: 300px; width: 100%;}

/*** MENU MOBILES  ***/
#hamburger{box-sizing: border-box;display: block;width: 70px;height: 45px;position: absolute;top: 105px;right: 20px;z-index: 99 !important;}
#hamburger:before,
#hamburger:after,
#hamburger span {background: #d77f40;content: '';display: block;width: 30px;height: 5px;position: absolute;left: 20px;}
#hamburger:before{top: 10px;}
#hamburger span{top: 20px;}
#hamburger:after{top: 30px;}

/*** Hamburger animation ***/
#hamburger:before,
#hamburger:after,
#hamburger span{-webkit-transition: none 0.5s ease 0.5s;transition: none 0.5s ease 0.5s;-webkit-transition-property: transform, top, bottom, left, opacity;transition-property: transform, top, bottom, left, opacity;}
html.mm-opening #hamburger:before,
html.mm-opening #hamburger:after{top: 20px;	}
html.mm-opening #hamburger span{left: -50px;opacity: 0;}
html.mm-opening #hamburger:before{transform: rotate( 45deg );}
html.mm-opening #hamburger:after{transform: rotate( -45deg );}

.mm-menu {background-color: #d77f40 !important;opacity: .95;}
.mm-list &gt; li &gt; a, .mm-list &gt; li &gt; span {color:#000; text-transform:uppercase;font-size:1.2em;}
.mm-menu .mm-list &gt; li.mm-selected &gt; a:not(.mm-subopen), .mm-menu .mm-list &gt; li.mm-selected &gt; span {color:#fff; font-weight:bold;}
.mm-menu li a:hover, a.submenu:hover {color:#fff;}
.mm-menu em.mm-counter {
  color: #000;
  }
#hamburger, .title-menu {display:none;}

/********** COOKIES ***********/
#cookiebar {padding: 20px;position: fixed; bottom: 10px !important;right: 10px !important;color: #fff;width: 230px;z-index: 15000;float: right;left: inherit;line-height: 1.2em;font-size: 0.8em;text-align: justify;background-color: rgba(75,75,75,0.90);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;}
#cookiebar span {padding-bottom: 15px;display: block;margin-right: 0;}
#cookiebar button {background-color:#d77f40; color:#fff;}

@media screen and (max-width: 1024px) {
.c20l, .c25l, .c33l, .c40l, .c38l, .c50l, .c60l, .c62l, .c66l, .c75l, .c80l, .c15l, .c16l, .c30l, .c45l, .c55l, .c70l, .c85l {float: none  !important;width: 100%;display: inline !important;}
.c20r, .c25r, .c33r, .c40r, .c38r, .c50r, .c60r, .c66r, .c62r, .c75r, .c80r, .c15r, .c16r, .c30r, .c45r, .c55r, .c70r, .c85r {float: none  !important;margin-left: 0;width: 100%;display: inline !important;}
.subcr, .subc, .subcl {padding:0 !important;}
#hamburger{ display: block;}
.title-menu {display: block;position: absolute;right:80px;color: #d77f40;z-index: 999;top: 118px;}
#menu {display:none;}

#header .inside, #footer .inside, #breadcrumb .inside, #contenu-slide .inside {width: 100%;}

#header .inside, #footer .inside, #breadcrumb .inside, #slide-news .inside, #container {width: 95%;}
.bloc-accueil, .bloc-accueil.vert {min-height: initial;}
.mod_customnav.menu-rs {top: 55px;}
body.sidebar_left #main {width: 100%;margin-left: 0;float: none;}
body.sidebar_left #left {width: 100%;float: none;margin: 0;}
.mod_navigation.menu-left {margin-right: 0;margin-top: 50px;}
#header {border-bottom: 4px solid #d77f40;}
.telephone{display:none;}
#footer .mod_customnav{display:none;}
#footer p{margin-top:18px;}
#coordonne-contact {margin-top: 18px;}
#bloc_devis{display:none;}
#bloc_horaires{display:none;}
#bloc-texte-entreprise{margin-top:28px;}
.camera_wrap, mod_cameraslideshow_show {
 width: 100% !important;
 min-height: 800px !important;
}
#contenu-slide .cameraSlide img {height: auto !important;width: 100% !important;}
#bloc1{
	display:none;
}
#bloc2{
	display:none;
}
#bloc3{
	display:none;
}
#bloc4{
	display:none;
}
.mod_caroufredsel.block {
    width: 670px;}
.caroufredsel_wrapper{
	
	    width: 663px;
}
.caroufredsel_navi {
    width: 660px;}
}

@media screen and (max-width: 800px) {
.c20l, .c25l, .c33l, .c40l, .c38l, .c50l, .c60l, .c62l, .c66l, .c75l, .c80l, .c15l, .c16l, .c30l, .c45l, .c55l, .c70l, .c85l {float: none  !important;width: 100%;display: inline !important;}
.c20r, .c25r, .c33r, .c40r, .c38r, .c50r, .c60r, .c66r, .c62r, .c75r, .c80r, .c15r, .c16r, .c30r, .c45r, .c55r, .c70r, .c85r {float: none  !important;margin-left: 0;width: 100%;display: inline !important;}
.subcr, .subc, .subcl {padding:0 !important;}
#hamburger{ display: block;}
.title-menu {display: block;position: absolute;right:80px;color: #d77f40;z-index: 999;top: 118px;}
#menu {display:none;}

#header .inside, #footer .inside, #breadcrumb .inside, #contenu-slide .inside {width: 100%;}

#header .inside, #footer .inside, #breadcrumb .inside, #slide-news .inside, #container {width: 95%;}
.bloc-accueil, .bloc-accueil.vert {min-height: initial;}
.mod_customnav.menu-rs {top: 55px;}
body.sidebar_left #main {width: 100%;margin-left: 0;float: none;}
body.sidebar_left #left {width: 100%;float: none;margin: 0;}
.mod_navigation.menu-left {margin-right: 0;margin-top: 50px;}
#header {border-bottom: 4px solid #d77f40;}
.telephone{display:none;}
#footer .mod_customnav{display:none;}
#footer p{margin-top:18px;}
#coordonne-contact {margin-top: 18px;}
#bloc_devis{display:none;}
#bloc_horaires{display:none;}
#bloc-texte-entreprise{margin-top:28px;}
.camera_wrap, mod_cameraslideshow_show {
 width: 100% !important;
 min-height: 800px !important;
}
#contenu-slide .cameraSlide img {height: auto !important;width: 100% !important;}
#bloc1{
	display:none;
}
#bloc2{
	display:none;
}
#bloc3{
	display:none;
}
#bloc4{
	display:none;
}
.mod_caroufredsel.block {
    width: 670px;}
.caroufredsel_wrapper{
	
	    width: 663px;
}
.caroufredsel_navi {
    width: 660px;}
}



@media screen and (max-width: 603px) {
.mod_customnav.menu-rs {top: 160px;left: 0;}
.menu-rs ul {margin-left: 0;}
#hamburger {right: 00px;}
.title-menu {right: 60px;}
#contenu-slide .cameraSlide img {width: auto !important;}
.camera_wrap, mod_cameraslideshow_show {min-height: 600px !important;}
}

@media screen and (max-width: 320px) {
.camera_wrap, mod_cameraslideshow_show {width: 100% !important;min-height: 860px !important;}
#bloc_presentation {margin-top: -254px;}
.camera_prev, .camera_next {top: 300px;}
}
</pre></body></html>