@charset "UTF-8";

/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, and, address, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input, textarea, select,label
{
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1; }

abbr[title], dfn[title]
{
  border-bottom: 1px dotted;
  cursor: help;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: none; }
del { text-decoration: line-through; }

hr
{
  background: transparent;
  border: 0;
  clear: both;
  color: transparent;
  height: 1px;
  margin: 0;
  padding: 0;
}

mark
{
  background-color: #ffffb3;
  font-style: italic;
}

input, select
{
  display: inline-block;
  /*  width: 19px;
  height: 19px;
margin: 19px 4px 0 0;*/
  vertical-align: middle;
  float: left;
  margin-right: 10px;
  margin-left: 10px;
  cursor: pointer;
}

input.checkbox
{
  background: #666;
  /*width: 30px;
  height: 30px;*/
}

input[type="checkbox"]
{
  background: #900;
 /* width: 30px;
  height: 30px;*/
}

ins
{
  background-color: red;
  color: white;
  text-decoration: none;
}

ol, ul { list-style: none; }

table
{
  border-collapse: collapse;
  border-spacing: 0;
}

a
{
  text-decoration: none;
  -webkit-transition: color .3s;
  -moz-transition: color .3s;
  -ms-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}

.clear
{
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
}

.clearfix:after
{
  clear: both;
  content: ' ';
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
}

body
{
  font-family: 'SourceSansProRegular';
  font-size: 13px;
  line-height: 22px;
  color: #002c52;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

.p_txt
{
  font-family: 'SourceSansProRegular';
  font-size: 13px;
  line-height: 22px;
  color: #002c52;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6
{
  line-height: 1.2;
  color: #002c52;
  font-family: 'SourceSansProRegular';
}

h1
{
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
}

h2
{
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 10px;
}

h3
{
  font-size: 13px;
  margin-bottom: 5px;
  margin-top: 10px;
}

h4 { font-size: 7px; }

h5
{
  font-size: 4px;
  font-weight: bold;
}

h6 { font-size: 1px; }

a
{
  color: inherit;
  -webkit-transition: color .3s;
  -moz-transition: color .3s;
  -ms-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
  font-family: 'SourceSansProRegular';
}

a:hover
{
  background: #CCC;
  -moz-transition: color .3s;
  -ms-transition: color .3s;
  -o-transition: color .3s;
  -webkit-transition: color .3s;
  color: inherit;
  text-decoration: none;
  transition: color 0.3s;
}

a.txt_regular { text-decoration: underline; }
a.txt_regular:hover {background: #CCC;
    -moz-transition: color .3s;
    -ms-transition: color .3s;
    -o-transition: color .3s;
    -webkit-transition: color .3s;
    color: inherit;
    text-decoration: none;
    transition: color .3s;
 }
 

 a.offre_emploi {
  color:#002c52;;
  -webkit-transition: color .3s;
  -moz-transition: color .3s;
  -ms-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
  font-family: 'SourceSansProRegular';
  text-transform:uppercase;
  background:none;
  margin-left:5px;
  margin-right:5px;
  padding-top:1px;
  padding-bottom:1px;
  padding-left:5px;
  padding-right:5px;
  font-weight: 400;
  font-weight:lighter;
  font-size:12px;
  border:solid 1px #002c52;
  }
  
   a.offre_emploi:hover {
  color:#ff674f;
  -webkit-transition: color .3s;
  -moz-transition: color .3s;
  -ms-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
  font-family: 'SourceSansProRegular';
  text-transform:uppercase;
  background:none;
  margin-left:5px;
  margin-right:5px;
  padding-top:1px;
  padding-bottom:1px;
  padding-left:5px;
  padding-right:5px;
  font-weight: 400;
  font-weight:lighter;
  font-size:12px;
  border:solid 1px #ff674f;;
  }
 


span { font-weight: 700; }

::selection
{
  color: #fff;
  background: #002c52;
}

::-moz-selection
{
  color: #fff;
  background: #002c52;
}

img { max-width: 100%; }

/* ---------------------------------------------------------------------- */

/*  General Classes
/* ---------------------------------------------------------------------- */

.center { text-align: center; }
.light { font-weight: 300; }

input
{
/*  width: 50%;
  height: 29px;
  padding: 5px 8px;*/
  background: #f5f5f5;
  border: #cccccc solid 1px;
  font-family: 'SourceSansProRegular';
  font-weight: normal;
  font-size: 13px;
  color: #727378;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
}

textarea
{
  display: block;
  width: 100%;
  max-width: 700px;
  height: 200px;
  padding: 12px;
  background: #f5f5f5;
  border: 1px solid #cccccc;
  font-family: 'SourceSansProRegular';
  font-weight: normal;
  font-size: 13px;
  color: #727378;
  -webkit-font-smoothing: antialiased;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

textarea:focus, input[type="text"]:focus { border-color: #aaaaaa; }

::-webkit-input-placeholder
{
  font-family: 'SourceSansProRegular';
  font-weight: normal;
  font-size: 13px;
  color: #727378;
  -webkit-font-smoothing: antialiased;
}

:-moz-placeholder
{
  font-family: 'SourceSansProRegular';
  font-weight: normal;
  font-size: 13px;
  color: #727378;
  -webkit-font-smoothing: antialiased;
}

.form .input-block:nth-child(3n) { margin-right: 0; }

.form label
{
  display: inline-block;
  margin: 0 0 6px;
  font-family: 'SourceSansProRegular';
  font-weight: normal;
  font-size: 13px;
  color: #727378;
  cursor: pointer;
}

.form input[type="submit"] { float: right; }

/* ---------------------------------------------------------------------- */

/*  Logo
/* ---------------------------------------------------------------------- */

.logo
{
  -webkit-background-size: 280px 45px;
  background-image: url(../../images/site12/logo_ecole_moser.png) no-repeat;
  display: block;
  height: 45px;
  width: 280px;
}

.logo-slogan a
{
  color:#002c52;;
  -webkit-transition: color .3s;
  -moz-transition: color .3s;
  -ms-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
  font-family: 'SourceSansProRegular';
  text-transform:uppercase;
}

.logo-slogan a:hover
{
  background:#002c52;;
  -moz-transition: color .3s;
  -ms-transition: color .3s;
  -o-transition: color .3s;
  -webkit-transition: color .3s;
  color: inherit;
  text-decoration: none;
  transition: color 0.3s;
  font-family: 'SourceSansProRegular';
  text-transform:uppercase;
}

.logo-slogan p:hover {background: #FFF;}
.logo-slogan {
  top:80%;
  margin:-14px 0px 0px;
  position: absolute; z-index: 4;
  }

  
#header a:hover { background: #FFF; }
#header a { background: #FFF; }

/* ---------------------------------------------------------------------- */

/*  News Bande
/* ---------------------------------------------------------------------- */
.page-notification {
  padding:16px 0 15px;
  background:#002c52;
  text-align:center;
}

.page-notification h4 { margin:0; color:#002c52; }

.page-notification a:hover { color:#444; }

.page-notification.dark { background:#FFF; }

.page-notification.dark a:hover { color:#ff674f; }

.page-notification .close-button {
  width:15px;
  height:15px;
  background:url(../../images/site12/cross.png);
  position:absolute;
  top:50%;
  right:0;
  margin-top:-7.5px;
}

/* ---------------------------------------------------------------------- */

/*  Header
/* ---------------------------------------------------------------------- */

#header { margin-bottom: 20px; }

#header .head-logo
{
  float: left;
  height: 99px;
}

#header .logo
{
  position: relative;
  top: 50%;
  margin: -14px 0 0;
}

#header a { background: #fff; }
#header a:hover { background: #fff; }

#page-header
{
  margin: 0 0 30px;
  padding: 11px 15px 32px;
  text-align: center;
  border-bottom: 1px solid #e4e4e4;
  overflow: hidden;
}

#page-header .page-title
{
  font-weight: 400;
  color: #333333;
}

#page-header .sub-title
{
  font-weight: 300;
  color: #a4a4a4;
}

/* ---------------------------------------------------------------------- */

/*  Navigation
/* ---------------------------------------------------------------------- */

/* boutton du menu Ge NY BE*/
.button, input
{
  background: #fff;
  border-top: 3px solid #fff;
  color: #002c52;
  cursor: pointer;
  display: inline-block;
  font-family: 'SourceSansProRegular';
  font-size: 15px;
  font-weight: 400;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px;
  position: relative;
  /*width: 82%;*/
  height:30px;
}
.button_cms
{
	background: #fff;
	color: #002c52;
	cursor: pointer;
	display: inline-block;
	font-family: 'SourceSansProRegular';
	font-size: 13px;
	font-weight: 400;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-top: -10px;
	padding: 0px 10px 2px 10px;
	position: relative;
	/*width: 82%;*/
	/* 
	height: 25px;
 */
	line-height: 13px;
}

button:hover, .button:hover, input:hover
{
  background: #fff;
  border-top: 3px solid #002c52;
  color: #002c52;
   /* height:30px;*/
}

.button_cms:hover{
  color:#ff674f;
  -webkit-transition: color .3s;
  -moz-transition: color .3s;
  -ms-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
  font-family: 'SourceSansProRegular';
  background: #fff;
  }

.button_active
{
  border-top: 3px solid #002c52;
  background: #fff;
  color: #002c52;
  cursor: pointer;
  display: inline-block;
  font-family: 'SourceSansProRegular';
  font-size: 15px;
  font-weight: 400;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px;
  position: relative;
}

.main-nav > ul > li
{
  float: left;
  margin-right: 0;
  position: relative;
}

.main-nav > ul > li > a
{
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  width: 145px;
}

.main-nav > ul > li > a:hover
{
  background: #FFF;
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  width: 145px;
}

.main-nav > ul > li > a .sf-sub-indicator, .main-nav-2 > ul > li > a .sf-sub-indicator, .main-nav3 > ul > li > a .sf-sub-indicator { display: none; }

.main-nav > ul > li ul
{
  background: #fff;
  display: none;
  left: 0;
  padding: 0;
  position: absolute;
  top: 100px;
  z-index: 100;
}

.main-nav > ul > li ul li
{
  border-bottom: 1px solid #e4e4e4;
  display: block;
  padding-bottom: 0;
  padding-top: 0;
  position: relative;
}

.main-nav > ul > li ul li a .sf-sub-indicator, .main-nav3 > ul > li ul li a .sf-sub-indicator
{
  background: url(../images/menu-arrow.png) no-repeat;
  float: right;
  height: 26px;
  line-height: 26px;
  text-indent: -9999px;
  width: 3px;
}

.main-nav > ul > li ul li a, .main-nav3 > ul > li ul li a { line-height: 26px; }

.main-nav > ul > li ul li:hover, .main-nav3 > ul > li ul li:hover
{
  border-bottom: 1px solid #002c52;
  color: red;
}

.main-nav > ul > li ul li:last-child, .main-nav3 > ul > li ul li:last-child { border: none; }

.main-nav > ul > li ul ul, .main-nav3 > ul > li ul ul
{
  left: 180px;
  top: 0;
}

.main-nav > ul > li:hover > a
{
  border-top-color: #002c52;
  color: ccc;
  font-family: SourceSansProRegular;
  font-weight: 400;
}

.main-nav > ul > li:last-child, .main-nav-2 > ul > li:last-child, .main-nav3 > ul > li:last-child, .comment .author { margin: 0; }
.main-nav, .main-nav-2 { float: left; }

.main-nav-2 > ul > li
{
  float: left;
  position: relative;
}

.main-nav3
{
  background: #FFF;
  float: left;
  margin-right: 20px;
  width: 220px;
}

.main-nav3 > ul > li
{
  float: left;
  position: relative;
}

.main-nav3 > ul > li > a
{
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  border-top: 3px solid #fff;
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  margin-left: 10px;
  padding: 10px;
  transition: all 0.3s;
}

.main-nav3 > ul > li ul
{
  -moz-border-radius: 0;
  -moz-box-shadow: 0 0 0 rgba(0,0,0,.1);
  -moz-box-sizing: 0 border-box;
  -webkit-border-radius: 0;
  -webkit-box-shadow: 0 0 0 rgba(0,0,0,.1);
  -webkit-box-sizing: 0 border-box;
  background: #fff;
  border-left: 0 solid #d4d4d4;
  border-radius: 0;
  box-shadow: 0 0 0 rgba(0,0,0,.1);
  box-sizing: 0 border-box;
  display: none;
  left: 0;
  padding: 0;
  position: absolute;
  top: 100px;
  width: 160px;
  z-index: 100;
}

.main-nav3 > ul > li ul li
{
  border-bottom: 1px solid #e4e4e4;
  display: block;
  padding: 0 10px;
  position: relative;
}

.main-nav3 > ul > li:hover > a
{
  border-top-color: #002c52;
  color: ccc;
  font-weight: 400;
}

.main-nav > ul > li ul ul
{
  top: -8px;
  left: 135px;
}

.responsive-nav
{
  display: none;
  width: 100%;
  padding-left: 13px;
  height: 40px;
  background: #444 url(../images/responsive-nav.png) no-repeat right;
  font-family: 'SourceSansProRegular';
  font-weight: 600;
  font-size: 16px;
  color: #ffffff;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.btn_menu
{
  max-width: 145px;
  color: #002c52;
  font-family: 'SourceSansProRegular';
  font-size: 12px;
  font-weight: 400;
}

/* ---------------------------------------------------------------------- */

/*  Footer
/* ---------------------------------------------------------------------- */

#footer
{
  margin: 40px 0 0;
  padding: 50px 0 100px;
  color: #002c52;
}

#footer a
{
  -webkit-background-size: 280px 45px;
  background-image: url(../../images/site12/logo_iso_9001.svg) no-repeat;
  display: block;
  height: 45px;
  background: #FFFFFF;
  color: #002c52;
}

#footer a:hover
{
  -webkit-background-size: 280px 45px;
  background-image: url(../../images/site12/logo_iso_9001.svg) no-repeat;
  display: block;
  height: 45px;
  background: #FFF;
}

#footer a.txt_footer
{
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  text-align: center;
}

#footer .logo_iso
{
  -webkit-background-size: 280px 45px;
  background-image: url(../../images/site12/logo_iso_9001.svg) no-repeat;
  display: block;
  height: 45px;
  width: 280px;
}

#footer .widget-title
{
  margin: 0 0 29px;
  color: #002c52;
}

#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6 { color: #002c52; }

#toTop
{
  display: none;
  width: 30px;
  height: 30px;
  text-decoration: none;
  position: fixed;
  bottom: 85px;
  right: 50px;
  overflow: hidden;
  border: none;
  text-indent: 100%;
  z-index: 999;
  background: rgba(255,103,79,.6) url(../images/arrow-up.png) no-repeat;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#toTopHover
{
  background: rgba(255,103,79,1) url(../images/arrow-up.png) no-repeat;
  width: 30px;
  height: 30px;
  display: block;
  overflow: hidden;
  float: left;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#toTop:active, #toTop:focus { outline: none; }

/* ---------------------------------------------------------------------- */

/*  Twitter Widget
/* ---------------------------------------------------------------------- */

.twitter .tweet_avatar { display: none; }

.twitter .tweet_time
{
  display: block;
  float: none;
  font-size: 12px;
}

.twitter .tweet_list li { margin: 0 0 13px; }
.twitter .tweet_list li:last-child { margin: 0; }
.twitter .tweet_list li a, .twitter .tweet_list li .at { color: #444; }
#footer .twitter .tweet_list li a, #footer .twitter .tweet_list li .at { color: #fff; }
#footer .twitter .tweet_list li a:hover { color: #ff674f; }
.twitter .tweet_list li a:hover { color: #ff674f; }

/* ---------------------------------------------------------------------- */

/*  Flickr Widget
/* ---------------------------------------------------------------------- */

.flickr li, .flickr li a, .flickr li img { float: left; }
.flickr ul { margin: 0 -10px 0 0; }

.flickr li
{
  width: 52px;
  height: 52px;
  margin: 0 10px 10px 0;
}

.flickr li a { background: #ff674f; }

.flickr li a img
{
  float: left;
  -webkit-transition: opacity .3s;
  -moz-transition: opacity .3s;
  -ms-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}

.flickr li a:hover img { opacity: 0.5; }

/* ---------------------------------------------------------------------- */

/*  Contact
/* ---------------------------------------------------------------------- */

#map
{
  margin: 0 0 30px;
  width: 100%;
  height: 380px;
}

#id_sec_bil_fral.input_ckbx
{
  float: left;
  margin-right: 10px;
}

#id_sec_bil_fran.input_ckbx
{
  float: left;
  margin-right: 10px;
}

#id_sec_fr_.input_ckbx
{
  float: left;
  margin-right: 10px;
}

.td_centre { margin-top: -10px; }

@media only screen and (min-width: 768px) and (max-width: 959px)
{
  .recent-projects li,  .recent-projects li a,  .recent-projects li img
  {
    width: 236px;
    height: 149px;
  }
  
  .recent-projects li .des .proj_desc,  .recent-projects li .des .proj_title { padding: 10px; }
  
  .recent-projects li .des .proj_title
  {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  
  .recent-projects li .des .proj_desc { padding-top: 0; }
  
  .flickr li
  {
    width: 40px;
    height: 40px;
    margin: 0 9px 9px 0;
  }
  
  .widget_flickr .flickr ul { margin: 0 -8px 0 0; }
  
  .widget_flickr .flickr li
  {
    width: 52px;
    height: 52px;
    margin: 0 8px 8px 0;
  }
  
  .portfolio.three-col article
  {
    float: left;
    width: 236px;
    margin-right: 20px;
  }
  
  .portfolio.four-col article
  {
    float: left;
    width: 172px;
    margin-right: 20px;
  }
  
  .portfolio.two-col article
  {
    float: left;
    width: 364px;
    margin-right: 20px;
  }
  
  .input-block { width: 172px; }
  .textarea-block { width: 556px; }
  .comment article { width: 443px; }
  .comment .children { width: 443px; }
  .comment .children article { width: 378px; }
}

@media only screen and (max-width:767px)
{
  .page-notification .container
  {
    padding-left: 30px;
    padding-right: 30px;
  }
  
  #header .logo
  {
    border: none;
    float: none;
    display: block;
    margin: 0 auto;
  }
  
  #header .head-logo
  {
    border: none;
    padding: 0;
    width: 100%;
  }
  
  .main-nav
  {
    float: left;
    width: 100%;
    margin: 10px 0 30px;
    background: #fff;
  }
  
  .main-nav ul { display: none; }
  .main-nav .responsive-nav { display: block; }
  .recent-projects li { margin-bottom: 20px; }
  
  .recent-projects li,  .recent-projects li a,  .recent-projects li img
  {
    width: 300px;
    height: 190px;
  }
  
  .recent-posts { margin: 0 0 10px; }
  .recent-posts li { margin-bottom: 50px; }
  .recent-post-slider { margin: 0 0 -100px; }
  #footer .widget { margin-bottom: 40px; }
  
  .portfolio.three-col article, .portfolio.four-col article, .portfolio.two-col article
  {
    float: left;
    width: 300px;
    margin-right: 0;
  }
  
  .project .entry-image { margin: 0 0 20px; }
  
  .input-block, .textarea-block
  {
    width: 300px;
    margin: 0 0 20px;
  }
  
  #sidebar
  {
    margin: 50px 0 0;
    padding: 30px 0 0;
    border-top: 1px solid #e4e4e4;
  }
  
  .widget_flickr .flickr ul { margin: 0 -10px 0 0; }
  
  .widget_flickr .flickr li
  {
    width: 52px;
    height: 52px;
    margin: 0 10px 10px 0;
  }
  
  .comment article
  {
    width: 255px;
    margin: 0 0 0 10px;
  }
  
  .comment .children
  {
    width: 255px;
    padding: 20px 0 0 45px;
  }
  
  .comment .children article
  {
    width: 210px;
    margin: 0 0 0 10px;
  }
  
  .portfolio { width: 300px; }
  
  .portfolio-nav
  {
    width: 300px;
    text-align: center;
  }
  
  .portfolio-nav ul { margin: 0 -20px 0 0; }
  
  .portfolio-nav li
  {
    width: 140px;
    margin: 0 20px 20px 0;
  }
  
  .portfolio-nav li:first-child
  {
    width: 100%;
    margin-right: 0;
  }
  
  .portfolio-nav li a
  {
    width: 100%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  #map { height: 240px; }
}

@media only screen and (min-width:480px) and (max-width:767px)
{
  .recent-projects li, .recent-projects li a, .recent-projects li img
  {
    width: 420px;
    height: 266px;
  }
  
  .portfolio.three-col article, .portfolio.four-col article, .portfolio.two-col article
  {
    float: left;
    width: 420px;
    margin-right: 0;
  }
  
  .input-block, .textarea-block
  {
    width: 420px;
    margin: 0 0 20px;
  }
  
  .comment article { width: 355px; }
  
  .comment .children
  {
    width: 355px;
    padding: 20px 0 0 65px;
  }
  
  .comment .children article
  {
    width: 290px;
    margin: 0 0 0 30px;
  }
  
  .portfolio { width: 420px; }
  .portfolio-nav { width: 420px; }
  .portfolio-nav li { width: 200px; }
  #map { height: 200px; }
}

/* ------------------------------------------- */

/*  Retina Styles
/* ------------------------------------------- */

@media only screen and (-webkit-min-device-pixel-ratio: 2)
{
  .page-notification .close-button
  {
    background-image: url(../images/cross@2x.png);
    -webkit-background-size: 15px;
  }
  
  .logo
  {
    background-image: url(../images/logo@2x.png);
    -webkit-background-size: 173px 28px;
  }
  
  #footer .logo
  {
    background-image: url(../images/logo-footer@2x.png);
    -webkit-background-size: 173px 28px;
  }
  
  .responsive-nav
  {
    background-image: url(../images/responsive-nav@2x.png);
    -webkit-background-size: 41px 40px;
  }
  
  .main-nav > ul > li ul li a .sf-sub-indicator
  {
    background-image: url(../images/menu-arrow@2x.png);
    -webkit-background-size: 3px 26px;
  }
  
  #blog .entry .entry-meta .calender
  {
    background-image: url(../images/calender@2x.png);
    -webkit-background-size: 14px;
  }
  
  #blog .entry .entry-meta .comments
  {
    background-image: url(../images/comments@2x.png);
    -webkit-background-size: 16px 14px;
  }
  
  #blog .entry .entry-meta .user
  {
    background-image: url(../images/user@2x.png);
    -webkit-background-size: 14px;
  }
  
  .blog-nav .next,  .blog-nav .previous
  {
    background-image: url(../images/arrow_nav@2x.png);
    -webkit-background-size: 60px 30px;
  }
  
  #toTop,  #toTopHover
  {
    background-image: url(../images/arrow-up@2x.png);
    -webkit-background-size: 30px;
  }
}

/*** texte ancien site 09 ***/
.p_txt { margin-top: 10px; }
font.txt_regular_pt { font-family: 'SourceSansProRegular'; }

font.txt_titre_1
{
  font-family: 'SourceSansProRegular';
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
}

font.txt_titre_2
{
  font-family: 'SourceSansProRegular';
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
}

font.txt_titre_3
{
  font-family: 'SourceSansProRegular';
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
}

font.txt_choix_langue { font-family: 'SourceSansProRegular'; }
font.txt_choix_langue_active { font-family: 'SourceSansProRegular'; }
font.txt_back_accueil { font-family: 'SourceSansProRegular'; }
font.txt_QSC { font-family: 'SourceSansProRegular'; }
font.txt_lieu_ge, font.txt_lieu_ny { font-family: 'SourceSansProRegular'; }
font.txt_lieu_be, font.txt_lieu_ca { font-family: 'SourceSansProRegular'; }
font.txt_adresse_ge, font.txt_adresse_ny, font.txt_adresse_be, font.txt_adresse_ca { font-family: 'SourceSansProRegular'; }
font.txt_phone_ge, font.txt_phone_ny, font.txt_phone_be, font.txt_phone_ca { font-family: 'SourceSansProRegular'; }
font.txt_entrer_ge, font.txt_entrer_ny { font-family: 'SourceSansProRegular'; }
font.txt_entrer_be, font.txt_entrer_ca { font-family: 'SourceSansProRegular'; }
font.txt_actu_titre { font-family: 'SourceSansProRegular'; }
font.txt_actu { font-family: 'SourceSansProRegular'; }
font.txt_copy { font-family: 'SourceSansProRegular'; }

font.txt_bold_italic
{
  font-weight: bold;
  font-style: italic;
}

b { font-weight: bold; }
i { font-style: italic; }

a
{
  font-family: 'SourceSansProRegular';
  color: #002c52;
  text-decoration: none;
}

a:hover
{
  color: #002c52;
  text-decoration: none;
}

a:active
{
  color: #002c52;
  text-decoration: none;
  font-weight: bold;
}

a.txt_entrer_ge, a.txt_entrer_ny
{
  color: #8eaad4;
  text-decoration: none;
}

a.txt_entrer_ge:hover, a.txt_entrer_ny:hover
{
	font-family: 'SourceSansProRegular';
	color: #3360AB;
	text-decoration: none;
}

a.txt_entrer_ge:active, a.txt_entrer_ny:active
{
	font-family: 'SourceSansProRegular';
	color: #8eaad4;
	text-decoration: none;
}

a.txt_entrer_be, a.txt_entrer_ca
{
  color: #9ABE79;
  text-decoration: none;
}

a.txt_entrer_be:hover, a.txt_entrer_ca:hover
{
	font-family: 'SourceSansProRegular';
	color: #002c52;
	text-decoration: none;
}

a.txt_entrer_be:active, a.txt_entrer_ca:active
{
	font-family: 'SourceSansProRegular';
	color: #9ABE79;
	text-decoration: none;
}

p.p_txt_actu_titre
{
  font-family: 'SourceSansProRegular';
  font-size: 13px;
  line-height: 22px;
  color: #002c52;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

p.p_txt_actu
{
  font-family: 'SourceSansProRegular';
  font-size: 13px;
  line-height: 22px;
  color: #002c52;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

#centre_haut, #centre_haut_IE, #centre_haut_IE7, #centre_haut_IE8, #centre_haut_ipad, #centre_haut_baniere, #centre_haut_baniere_IE, #centre_haut_baniere_IE7, #centre_haut_baniere_ipad, #centre_bas, #centre_bas_IE, #centre_bas_IE7, #centre_bas_ipad { background-color: #dcecd1; }
#centre_bas_gauche, #centre_bas_gauche_IE, #centre_bas_gauche_IE7, #centre_bas_gauche_IE8, #centre_bas_gauche_ipad { background-color: #ffffff; }
#centre_menu, #centre_menu_IE, #centre_menu_IE7, #centre_menu_IE8, #centre_menu_ipad { background-color: #ffffff; }
td { padding: 0px 0px 0px 0px; }
td.td_centre_haut, td.td_centre_bas, td.td_centre_bas_ipad, td.td_centre_haut_baniere, td.td_centre_haut_baniere2 { background-color: #ffffff; }

td.td_centre_bas_ipad
{
  text-align: right;
  padding-bottom: 5px;
}

td.td_centre_haut_baniere2
{
	padding: 0px 0px 0px 15px;
	text-align: left;
}

td.td_fond_menu_ge { background-color: #d0dcee; }
td.td_fond_menu_ny { background-color: #b9cbe5; }
td.td_fond_menu_be { background-color: #dcecd1; }
td.td_fond_menu_ca, td.td_fond_menu_vide, td.td_fond_vide { background-color: #ffffff; }

td.td_fond_menu_noir
{
  background-color: #002c52;
  margin: 0px;
  padding: 0px;
}

td.td_copy
{
  padding-top: 10px;
  padding-left: 252px;
}

span.span_img_qsc, span.span_img_qsc_IE, span.span_img_qsc_IE7
{
  top: 23px;
  left: 146px;
  position: relative;
}

span.span_img_qsc_IE8
{
  top: 23px;
  left: 50px;
  position: relative;
}

span.span_qsc, span.span_qsc_IE, span.span_qsc_IE7
{
  top: 28px;
  left: 161px;
  position: relative;
}

span.span_qsc_IE8
{
  top: 28px;
  left: 65px;
  position: relative;
}

span.motcles
{
  position: relative;
  display: none;
}

span.contenu
{
  position: relative;
  display: none;
}

font.txt_regular
{
  font-family: 'SourceSansProRegular';
  -moz-column-count: 1;
  -moz-column-gap: 1em;
  -webkit-column-count: 1;
  -webkit-column-gap: 1em;
  column-count: 1;
  column-gap: 1em;
  line-height: 1.5em;
  font-weight: normal;
  font-size: 13px;
  color: #002c52;
}

.p_txt
{
  font-family: 'SourceSansProRegular';
  -moz-column-count: 1;
  -moz-column-gap: 1em;
  -webkit-column-count: 1;
  -webkit-column-gap: 1em;
  column-count: 1;
  column-gap: 1em;
  line-height: 1.5em;
  color: #002c52;
}

.txt_regular { }

.span_img_doc
{
  padding: 5px;
  font-size: 13px;
  font-weight: 100;
  display: block;
  clear: both;
  color: #002c52;
}

.img_doc
{
  vertical-align: bottom;
  margin-right: 10px;
}

.stilmsg_geny
{
  font-family: 'SourceSansProRegular';
  color: #3360AB;
  font-size: 12px;
  font-weight: normal;
  line-height: 14px;
  text-align: left;
  vertical-align: middle;
  margin-top: 3px;
}

.stilefss_geny
{
  font-family: 'SourceSansProRegular';
  color: #3360AB;
  font-size: 12px;
  font-weight: normal;
  line-height: 14px;
  text-align: left;
  vertical-align: middle;
  margin-top: 3px;
}

.stilmsg_be
{
  font-family: 'SourceSansProRegular';
  color: #002c52;
  font-size: 12px;
  font-weight: normal;
  line-height: 14px;
  text-align: left;
  vertical-align: middle;
  margin-top: 3px;
}

.stilefss_be
{
  font-family: 'SourceSansProRegular';
  color: #002c52;
  font-size: 12px;
  font-weight: normal;
  line-height: 14px;
  text-align: left;
  vertical-align: middle;
  margin-top: 3px;
}

img
{
  margin: 0px;
  padding: 0px;
}

/*** texte ancien site 09***/
a .table_homemenu2 hover
{
  font-family: 'SourceSansProRegular';
  text-transform: uppercase;
  font-weight: bold;
}

a .table_homemenu2
{
  font-family: 'SourceSansProRegular';
  text-transform: uppercase;
  font-weight: bold;
}

.table_homemenu2
{
  font-family: 'SourceSansProRegular';
  text-transform: uppercase;
  width: 10px;
  margin-right: 10px;
  margin-left: 10px;
}

.table_homemenu2_select
{
  font-family: 'SourceSansProRegular';
  text-transform: uppercase;
  font-weight: bold;
  margin-right: 10px;
  margin-left: 10px;
}

/**/
a .table_homemenu3 hover
{
  font-family: 'SourceSansProRegular';
  text-transform: uppercase;
}

.table_homemenu3
{
  font-family: 'SourceSansProRegular';
  text-transform: uppercase;
  width: 30px;
  margin-right: 10px;
  margin-left: 10px;
}

.table_homemenu3_select
{
  font-family: 'SourceSansProRegular';
  text-transform: uppercase;
  font-weight: bold;
  margin-right: 10px;
  margin-left: 10px;
}

/**/
a .table_homemenu4 hover
{
  font-family: 'SourceSansProRegular';
  text-transform: uppercase;
  font-weight: bold;
}

.table_homemenu4
{
  font-family: 'SourceSansProRegular';
  text-transform: uppercase;
  width: 30px;
  margin-right: 10px;
  margin-left: 10px;
}

.table_homemenu4_select
{
  font-family: 'SourceSansProRegular';
  text-transform: uppercase;
  font-weight: bold;
  margin-right: 10px;
  margin-left: 10px;
}

/**/
a .table_homemenu5
{
  font-family: 'SourceSansProRegular';
  text-transform: uppercase;
  font-weight: bold;
}

a .table_homemenu5 hover
{
  font-family: 'SourceSansProRegular';
  text-transform: uppercase;
  font-weight: bold;
}

.table_homemenu5
{
  font-family: 'SourceSansProRegular';
  text-transform: uppercase;
  width: 30px;
  margin-right: 10px;
  margin-left: 10px;
}

.table_homemenu5_select
{
  font-family: 'SourceSansProRegular';
  text-transform: uppercase;
  font-weight: bold;
  margin-right: 10px;
  margin-left: 10px;
}

font.txt_menu2
{
  text-transform: uppercase;
  font-family: 'SourceSansProRegular';
  color: #002c52;
  font-size: 10px;
  font-weight: normal;
  line-height: 25px;
  margin: 10px;
  height: 30px;
}

font.txt_menu2_select
{
  text-transform: uppercase;
  font-family: 'SourceSansProRegular';
  color: #002c52;
  font-size: 10px;
  font-weight: bold;
  line-height: 25px;
  margin: 10px;
  height: 30px;
}

font.txt_menu3
{
  text-transform: uppercase;
  font-family: 'SourceSansProRegular';
  color: #002c52;
  font-size: 10px;
  font-weight: normal;
  line-height: 25px;
  margin: 10px;
  height: 30px;
}

font.txt_menu3_select
{
  text-transform: uppercase;
  font-family: 'SourceSansProRegular';
  color: #002c52;
  font-size: 10px;
  font-weight: bold;
  line-height: 25px;
  margin: 10px;
  height: 30px;
}

font.txt_menu3_st_select
{
  text-transform: uppercase;
  font-family: 'SourceSansProRegular';
  color: #002c52;
  font-size: 10px;
  font-weight: bold;
  line-height: 25px;
  margin: 10px;
  height: 30px;
}

font.txt_menu4
{
  text-transform: uppercase;
  font-family: 'SourceSansProRegular';
  color: #002c52;
  font-size: 10px;
  font-weight: normal;
  line-height: 25px;
  margin: 10px;
  height: 30px;
}

font.txt_menu4_select
{
  text-transform: uppercase;
  font-family: 'SourceSansProRegular';
  color: #002c52;
  font-size: 10px;
  font-weight: bold;
  line-height: 25px;
  margin: 10px;
  height: 30px;
}

font.txt_menu5
{
  text-transform: uppercase;
  font-family: 'SourceSansProRegular';
  color: #002c52;
  font-size: 10px;
  font-weight: normal;
  line-height: 25px;
  margin: 10px;
  height: 30px;
}

font.txt_menu5_select
{
  text-transform: uppercase;
  font-family: 'SourceSansProRegular';
  color: #002c52;
  font-size: 10px;
  font-weight: bold;
  line-height: 25px;
  margin: 10px;
  height: 30px;
}

table.table_menu { background: #FFF; }
td.td_fond_menu2 { background: #FFF; }
td.td_fond_menu2:hover { }
td.td_fond_menu3 { background: #FFF; }
td.td_fond_menu3:hover { }
td.td_fond_menu4 { background: #FFF; }
td.td_fond_menu4:hover { }
td.td_fond_menu5 { background: #FFF; }
td.td_fond_menu5:hover { }

a.txt_menu2
{
  background: #FFF;
  padding: 0px;
}

a.txt_menu3
{
  background: #FFF;
  padding: 0px;
}

a.txt_menu4
{
  background: #FFF;
  padding: 0px;
}

a.txt_menu5
{
  background: #FFF;
  padding: 0px;
}

a.txt_menu2:hover
{
  background: #ccc;
  padding: 0px;
}

a.txt_menu3:hover
{
  background: #ccc;
  padding: 0px;
}

a.txt_menu4:hover
{
  background: #ccc;
  padding: 0px;
}

a.txt_menu5:hover
{
  background: #ccc;
  padding: 0px;
}

a.txt_menu2_select { padding: 0px; }
a.txt_menu3_select { padding: 0px; }
a.txt_menu4_select { padding: 0px; }
a.txt_menu5_select { padding: 0px; }
font.txt_menu2_select { padding: 0px; }
font.txt_menu3_select { padding: 0px; }
font.txt_menu4_select { padding: 0px; }
font.txt_menu5_select { padding: 0px; }

/********/
.tt-wrapper
{
  padding: 10px;
  padding-right: 10px;
  padding-left: 0px;
  width: 280px;
  margin: 0px auto 20px auto;
}

.tt-wrapper li
{
  float: left;
  list-style-type: none;
}

.tt-wrapper li a
{
  border: 1px #002c52 solid;
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 15px;
  margin-bottom: 15px;
  outline: none;
  background: transparent url(../../images/site12/ecole_moser_icone.png) no-repeat top left;
  text-indent: -9000px;
  position: relative;
  background-image: url(../../images/site12/ecole_moser_icone.png);
}

.tt-wrapper li a:hover
{
  border: 1px #ff674f solid;
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 15px;
  margin-bottom: 15px;
  outline: none;
  /*background: transparent url(../images/ecole_moser_icone_hover.png) no-repeat top left;*/
  text-indent: -9000px;
  position: relative;
  background-image: url(../../images/site12/ecole_moser_icone_hover.png);
}

.tt-wrapper li .tt-01 { background-position: 0px 0px; }
.tt-wrapper li .tt-02 { background-position: -20px 0px; }
.tt-wrapper li .tt-03 { background-position: -40px 0px; }
.tt-wrapper li .tt-04 { background-position: -60px 0px; }
.tt-wrapper li .tt-05 { background-position: -80px 0px; }

.tt-wrapper li .tt-06
{
  background-position: -100px 0px;
  border: none;
}

.tt-wrapper li .tt-06:hover
{
  background-position: -100px 0px;
  border: none;
}

.tt-wrapper li .tt-07 { background-position: -120px 0px; }

.tt-wrapper li .tt-08
{
  background-position: -140px 0px;
  border: none;
}

.tt-wrapper li .tt-08:hover
{
  background-position: -140px 0px;
  border: none;
}

.tt-wrapper li .tt-09
{
  background-position: -160px 0px;
  border: none;
}

.tt-wrapper li .tt-09:hover
{
  background-position: -160px 0px;
  border: none;
}

.tt-wrapper li a span
{
  width: 150px;
  height: auto;
  padding: 5px;
  left: 10%;
  margin-left: 0px;
  font-family: 'SourceSansProRegular';
  font-size: 10px;
  line-height: 22px;
  color: #002c52;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  font-weight: 400;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  text-align: center;
  border: 1px solid #002c52;
  background: #FFF;
  text-indent: 0px;
  border-radius: 5px;
  position: absolute;
  pointer-events: none;
  bottom: 100px;
  opacity: 0;
  box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.tt-wrapper li a span:before,
.tt-wrapper li a span:after
{
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 0;
  height: 0;
}

.tt-wrapper li a span:after
{
  bottom: -14px;
  margin-left: 0px;
  border-top: 10px solid #fff;
}

.tt-wrapper li a:hover span
{
  opacity: 0.9;
  bottom: 40px;
}

/********/
a.espace_parents
{
  text-transform: uppercase;
  font-family: 'SourceSansProRegular';
  color: #ff674f;
  font-size: 10px;
  font-weight: bold;
  line-height: 25px;
  margin: 10px;
  height: 30px;
}


/****/

#search-form {
  /*width: 183px;*/
  height: 38px;
  margin: 0;
  padding: 0 0 0 0;
  /*background:#002c52;*/
}

.form-container {
  float:left;
  /*width: 180px;*/
  height: 35px;
  margin: 0;
  margin-top:-7px;
  padding: 0;
  /*overflow: hidden;*/
  text-align: left;
  /*border: 1px solid #ccc;*/
}

.search-field {
  float: left;
  width: 128px;
  height: 20px;
  margin: 6px 0 0 3px;
  padding: 0 8px;
  font-family: 'SourceSansProRegular';, Arial, sans-serif;
  font-size: 12px;
  color: #888;
  font-style: italic;
  font-weight: 400;
  background: #fff;
  border: 1px solid #ccc;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #ffffff);
  background-image: -moz-linear-gradient(top, #f5f5f5, #ffffff);
  background-image: -ms-linear-gradient(top, #f5f5f5, #ffffff);
  background-image: -o-linear-gradient(top, #f5f5f5, #ffffff);
  background-image: linear-gradient(top, #f5f5f5, #ffffff);
  -moz-box-shadow: 0 1px 1px #e2e2e2 inset, 0 1px 0 #fff;
  -webkit-box-shadow: 0 1px 1px #e2e2e2 inset, 0 1px 0 #fff;
  box-shadow: 0 1px 1px #e2e2e2 inset, 0 1px 0 #fff;
}
.search-field:hover {
  float: left;
  width: 128px;
  height: 20px;
  margin: 6px 0 0 3px;
  padding: 0 8px;
  font-family: 'SourceSansProRegular';, Arial, sans-serif;
  font-size: 12px;
  color: #888;
  font-style: italic;
  font-weight: 400;
  background: #fff;
  border: 1px solid #ccc;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #ffffff);
  background-image: -moz-linear-gradient(top, #f5f5f5, #ffffff);
  background-image: -ms-linear-gradient(top, #f5f5f5, #ffffff);
  background-image: -o-linear-gradient(top, #f5f5f5, #ffffff);
  background-image: linear-gradient(top, #f5f5f5, #ffffff);
  -moz-box-shadow: 0 1px 1px #e2e2e2 inset, 0 1px 0 #fff;
  -webkit-box-shadow: 0 1px 1px #e2e2e2 inset, 0 1px 0 #fff;
  box-shadow: 0 1px 1px #e2e2e2 inset, 0 1px 0 #fff;
}

.search-field:focus {
  outline: 0;
  color: #666;
  border-color: #aaa;
  -moz-box-shadow: 0 1px 1px #dadada inset;
  -webkit-box-shadow: 0 1px 1px #dadada inset;
  box-shadow: 0 1px 1px #dadada inset;
}

.submit-container {
  float: left;
  width: 20px;
  height: 20px;
  margin: 6px 0 0 0px;
  padding: 0;
  cursor: pointer;
  background: #ffffff;
  border: 1px solid #002c52;
  
}

.submit-container:hover, .submit-container:focus {
  background:url(../../images/site12/icone_search_hover.png) no-repeat;
}

.submit:active {
  outline: 0;
  -moz-box-shadow: 0 1px 6px #002c52 inset;
  -webkit-box-shadow: 0 1px 6px #002c52b inset;
  box-shadow: 0 1px 6px #002c52 inset;
}

.submit {
  float: left;
  width: 20px;
  height:20px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: 0px solid #000;
  background: url(../../images/site12/icone_search.png) 0px 0px no-repeat;
  
}

.submit:hover {
  float: left;
  width: 20px;
  height:20px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: 0px solid #000;
  background: url(../../images/site12/icone_search.png) 0px 0px no-repeat;
  
}


.popup {
  width: 175px;
  margin: 25px 0 0 -154px;
  padding: 1px 0 0 0;
  background: url(../../images/site12/popup-bg.png) 10px 0 no-repeat;
  font-family: Georgia, serif;
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  text-align: left;
}

.popup p {
  margin: 8px 0 0 0;
  padding: 8px 14px 9px 14px;
  background: #002c52;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px; 
  border-radius: 6px;
  -moz-box-shadow: 0 2px 3px rgba(0,0,0,.2);
  -webkit-box-shadow: 0 2px 3px rgba(0,0,0,.2);
  box-shadow: 0 2px 3px rgba(0,0,0,.2);
}
font.txt_blocnote{	font-family: 'SourceSansProRegular';}
