/* Scss Document */
/* ----------------------------------
/* ------------ FONT-FACE ----------
------------------------------------- */
@font-face {
  font-family: 'Arimo';
  src: url("Arimo-.eot#iefix") format("embedded-opentype"), url("Arimo.woff") format("woff"), url("Arimo.ttf") format("truetype"), url("Arimo.svg#Arimo") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Arimo-Bold';
  src: url("Arimo-Bold-.eot#iefix") format("embedded-opentype"), url("Arimo-Bold.woff") format("woff"), url("Arimo-Bold.ttf") format("truetype"), url("Arimo-Bold.svg#Arimo-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Arimo-Italic';
  src: url("Arimo-Italic-.eot#iefix") format("embedded-opentype"), url("Arimo-Italic.woff") format("woff"), url("Arimo-Italic.ttf") format("truetype"), url("Arimo-Italic.svg#Arimo-Italic") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* REALISATIONS */
/* titre */
/* listing */
/* menu */
/* Scss Document */
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background: #fff;
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
}

div, td {
  color: #3c3c3c;
  font-family: "Arimo-Italic", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.5s  ease-in-out;
  transition: all 0.5s  ease-in-out;
}

a {
  text-decoration: none;
  color: #255a8f;
  -webkit-transition: all 0.5s  ease-in-out;
  transition: all 0.5s  ease-in-out;
}

a:hover {
  olor: #3c3c3c;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
}

p {
  padding: 10px 0;
  margin: 0;
}

h1, h2, h3, h4 {
  font-weight: normal;
  margin: 0;
  padding: 0;
}

h2 {
  color: #255a8f;
  border-bottom: 1px solid #255a8f;
  font-size: 18px;
  text-transform: uppercase;
  padding-bottom: 10px;
}

.clear {
  clear: both;
  height: 0;
}

p.clear {
  margin: 0;
  padding: 0;
  height: 0;
}

.pad-none {
  padding: 0;
}

.strong {
  font-weight: bold;
}

.display {
  display: inline-block;
}

.wrap {
  position: relative;
  max-width: 1840px;
  width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 1919px) {
  .wrap {
    width: 98%;
    max-width: inherit;
    margin: 0 auto;
  }
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.clearfix:after {
  content: '';
  display: table;
  clear: both;
}

.center {
  text-align: center;
}

.fonts-b {
  font-family: 'Arimo-Bold';
}

.fonts-s {
  font-family: 'Arimo';
}

#cssmenu {
  display: none;
}

@media only screen and (max-width: 1023px) {
  #cssmenu {
    display: block;
  }
}

@media only screen and (max-width: 1023px) {
  #top header {
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#top header .reduct {
  width: 100%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  position: relative;
  line-height: 0;
}

#top header .reduct .rge {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  bottom: 5px;
  right: 5px;
  width: 29%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#top header .reduct .rge div {
  width: 35%;
}

#top header #anim {
  width: 100%;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

#top header .mn {
  border-top: 1px solid #d0d1d1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 35px 0;
  position: relative;
}

@media only screen and (max-width: 1023px) {
  #top header .mn {
    border: none;
    width: 20%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 10px 0;
  }
}

@media only screen and (max-width: 719px) {
  #top header .mn {
    width: 30%;
  }
}

@media only screen and (max-width: 479px) {
  #top header .mn {
    width: 50%;
  }
}

#top header .mn ul {
  max-width: 1735px;
  width: 100%;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 1023px) {
  #top header .mn ul {
    display: none;
  }
}

#top header .mn ul li {
  list-style: none;
  max-height: 50px;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
}

#top header .mn ul li:not(:last-child) {
  border-right: 1px solid #d0d1d1;
}

#top header .mn ul li a {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 25px;
  text-transform: uppercase;
  line-height: 16px;
  height: 45px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 1919px) {
  #top header .mn ul li a {
    max-width: 165px;
    height: auto;
    padding: 25px;
  }
}

@media only screen and (max-width: 1599px) {
  #top header .mn ul li a {
    max-width: 148px;
    font-size: 12px;
    padding: 25px 12px;
  }
}

@media only screen and (max-width: 1439px) {
  #top header .mn ul li a {
    padding: 25px 5px;
    max-width: 144px;
  }
}

@media only screen and (max-width: 1359px) {
  #top header .mn ul li a {
    max-width: 132px;
  }
}

@media only screen and (max-width: 1279px) {
  #top header .mn ul li a {
    max-width: 107px;
  }
}

@media only screen and (max-width: 1151px) {
  #top header .mn ul li a {
    font-size: 10px;
    max-width: 102px;
  }
}

@media only screen and (max-width: 1049px) {
  #top header .mn ul li a {
    max-width: 95px;
  }
}

#top header .mn ul li a:hover {
  color: #fff;
  background: #2a6298;
}

#top header .mn .logo {
  position: absolute;
  left: 0;
  bottom: -4px;
  z-index: 2;
}

@media only screen and (max-width: 1023px) {
  #top header .mn .logo {
    position: relative;
    bottom: 0;
  }
}

@media only screen and (max-width: 1919px) {
  #top header .mn .logo {
    bottom: 1px;
  }
}

#top header .mn .logo a {
  padding: 0;
  max-width: inherit;
}

#top header .mn .logo a:hover {
  background: none;
}

#corps .bg-ttl {
  /*@include bg($assets_path,'bg_h.jpg','bottom','center','no-repeat');
			padding-bottom: 120px; */
  width: 100%;
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

#corps .bg-ttl .bg-blue {
  background: rgba(48, 125, 201, 0.8);
  text-align: center;
  padding: 50px 0;
}

@media only screen and (max-width: 1023px) {
  #corps  .bg-ttl .bg-blue {
    padding: 30px 10px;
  }
}

#corps  .bg-ttl .bg-blue h1 {
  font-family: 'Arimo-Bold';
  color: #fff;
  font-size: 40px;
  font-weight: normal;
  text-transform: uppercase;
}

@media only screen and (max-width: 1023px) {
  #corps  .bg-ttl .bg-blue h1 {
    font-size: 34px;
    line-height: 36px;
  }
}

@media only screen and (max-width: 639px) {
  #corps .bg-ttl .bg-blue h1 {
    font-size: 28px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 479px) {
  #corps .bg-ttl .bg-blue h1 {
    font-size: 22px;
    line-height: 24px;
  }
}

#corps .bg-ttl .bg-blue h1:after {
  content: '';
  display: block;
  width: 200px;
  height: 1px;
  background: #fff;
  margin: 40px auto;
}

@media only screen and (max-width: 1023px) {
  #corps .bg-ttl .bg-blue h1:after {
    margin: 20px auto;
  }
}

#corps .bg-ttl .bg-blue .slogan {
  color: #fff;
  max-width: 594px;
  width: 100%;
  margin: 0 auto;
}

#central #corps .txt1 {
  background: url("../images/bg_txt1.png") bottom repeat-x #fff;
}

#central #corps .txt1 .main-txt1 {
  max-width: 1460px;
  width: 100%;
  padding: 40px 10px;
  margin: 0 auto;
}

#central #corps .txt1 .main-txt1 p {
  margin-bottom: 15px;
}

#central #corps .txt1 .main-txt1 ul {
  margin: 0;
  padding: 0 0 15px 0;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#central #corps .txt1 .main-txt1 ul li {
  list-style: none;
  border-bottom: 1px solid #3c3c3c;
  width: 15%;
  margin: 0 15px;
  text-align: center;
  min-height: 30px;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
}

@media only screen and (max-width: 1151px) {
  #central #corps .txt1 .main-txt1 ul li {
    width: 21%;
  }
}

@media only screen and (max-width: 899px) {
  #central #corps .txt1 .main-txt1 ul li {
    width: 29%;
  }
}

@media only screen and (max-width: 719px) {
  #central #corps .txt1 .main-txt1 ul li {
    width: 43%;
  }
}

@media only screen and (max-width: 479px) {
  #central #corps .txt1 .main-txt1 ul li {
    width: 90%;
  }
}

#central #corps .wrap .bl-lire {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40px;
}

#central #corps .wrap .bl-lire .lire {
  width: 32%;
  padding: 10px;
  background: #255a8f;
  color: #fff;
  margin-bottom: 40px;
  -webkit-transition: all 0.5s  ease-in-out;
  transition: all 0.5s  ease-in-out;
}

@media only screen and (max-width: 899px) {
  #central #corps .wrap .bl-lire .lire {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (max-width: 799px) {
  #central #corps .wrap .bl-lire .lire {
    width: 49%;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 479px) {
  #central #corps .wrap .bl-lire .lire {
    width: 100%;
  }
}

#central #corps .wrap .bl-lire .lire h2 {
  color: #fff;
  text-align: center;
  border-bottom: none;
  padding-bottom: 0;
}

@media only screen and (max-width: 1439px) {
  #central #corps .wrap .bl-lire .lire h2 {
    min-height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (max-width: 532px) {
  #central #corps .wrap .bl-lire .lire h2 {
    font-size: 15px;
  }
}

#central #corps .wrap .bl-lire .lire:hover {
  background: #4f85c0;
  cursor: auto;
}

#central #corps .wrap .bl-lire .lire a.link {
  display: block;
  background: url("../images/bg_lire.png") center right no-repeat;
  line-height: 22px;
  color: #fff;
  text-align: right;
  padding-right: 48px;
}

#central #corps .wrap .bl-lire .lire .min-txt {
  min-height: 80px;
}

@media only screen and (max-width: 1439px) {
  #central #corps .wrap .bl-lire .lire .min-txt {
    min-height: 100px;
  }
}

@media only screen and (max-width: 1151px) {
  #central #corps .wrap .bl-lire .lire .min-txt {
    min-height: 120px;
  }
}

@media only screen and (max-width: 899px) {
  #central #corps .wrap .bl-lire .lire .min-txt {
    min-height: auto;
  }
}

@media only screen and (max-width: 899px) {
  #central #corps .wrap .bl-lire .lire p:last-child {
    margin-top: auto;
  }
}

#central #corps .wrap .gall {
  margin: 40px 0;
}

@media only screen and (max-width: 899px) {
  #central #corps .wrap .gall {
    margin: 0;
    padding: 15px 0;
  }
}

#central #corps .wrap .gall ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 479px) {
  #central #corps .wrap .gall ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

#central #corps .wrap .gall ul li {
  list-style: none;
  width: 32%;
}

@media only screen and (max-width: 479px) {
  #central #corps .wrap .gall ul li {
    width: 100%;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 479px) {
  #central #corps .wrap .gall ul li:last-child {
    margin-bottom: 0;
  }
}

#central #corps .wrap .ph {
  padding: 40px 0;
}

@media only screen and (max-width: 899px) {
  #central #corps .wrap .ph {
    padding: 15px 0;
  }
}

#central #corps .wrap .ph ul.bx {
  margin: 0;
  padding: 0;
  line-height: 0;
}

#central #corps .bg-gris {
  background: url("../images/bg_gris.png") top repeat-x #bababa;
  padding: 30px 0;
}

@media only screen and (max-width: 639px) {
  #central #corps .bg-gris {
    padding: 15px 0;
  }
}

#central #corps .bg-gris .main-gris {
  max-width: 635px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}

@media only screen and (max-width: 639px) {
  #central #corps .bg-gris .main-gris {
    padding: 0 10px;
  }
}

#footer {
  background: url("../images/bg_foot_reap.png") top repeat-x #255a8f;
}

@media only screen and (max-width: 1023px) {
  #footer {
    background: none;
  }
}

#footer footer {
  background: url("../images/bg_foot.png") top left no-repeat;
}

@media only screen and (max-width: 1023px) {
  #footer footer {
    background: none;
  }
}

@media only screen and (max-width: 1023px) {
  #footer footer .wrap {
    width: 100%;
  }
}

#footer footer .wrap .fl-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 75px 0 45px 0;
}

@media only screen and (max-width: 1023px) {
  #footer footer .wrap .fl-link {
    padding: 15px 0;
    background: #255a8f;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#footer footer .wrap .fl-link .mn-f {
  max-width: 1485px;
  width: 100%;
}

@media only screen and (max-width: 1023px) {
  #footer footer .wrap .fl-link .mn-f {
    display: none;
  }
}

#footer footer .wrap .fl-link .mn-f ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#footer footer .wrap .fl-link .mn-f ul li {
  list-style: none;
  background: url("../images/sep_li.png") right center no-repeat;
  padding: 0 10px;
}

#footer footer .wrap .fl-link .mn-f ul li a {
  color: #fff;
  font-size: 14px;
}

#footer footer .wrap .fl-link .mn-f ul li a:hover {
  color: #bababa;
}

.bl-adress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 25px 0;
}

@media only screen and (max-width: 1049px) {
  .bl-adress {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media only screen and (max-width: 1023px) {
  .bl-adress {
    width: 80%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

@media only screen and (max-width: 767px) {
  .bl-adress {
    width: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (max-width: 599px) {
  .bl-adress {
    width: 65%;
  }
}

@media only screen and (max-width: 479px) {
  .bl-adress {
    width: 100%;
    margin: 0 0 10px 0;
  }
}

.bl-adress div {
  margin: 0 135px;
}

@media only screen and (max-width: 1359px) {
  .bl-adress div {
    margin: 0 25px;
  }
}

@media only screen and (max-width: 1359px) {
  .bl-adress div {
    margin: 0 15px;
  }
}

@media only screen and (max-width: 767px) {
  .bl-adress div {
    margin: 15px 0;
  }
}

.bl-adress .bl-coord {
  background: url("../images/pic_coordo.png") left center no-repeat;
  padding-left: 78px;
  color: #255a8f;
  font-size: 14px;
  line-height: 16px;
  min-height: 42px;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
}

.bl-adress .bl-coord strong {
  font-size: 20px;
  text-transform: uppercase;
  display: block;
}

.bl-adress .bl-ctc {
  background: url("../images/pic_phone.png") left center no-repeat;
  padding-left: 78px;
  color: #255a8f;
  font-size: 14px;
  line-height: 22px;
  min-height: 47px;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
}

.bl-adress .bl-ctc a {
  display: block;
  font-size: 40px;
  font-weight: bold;
  font-family: 'Arimo-Bold';
}

@media only screen and (max-width: 899px) {
  .bl-adress .bl-ctc a {
    font-size: 32px;
  }
}

@media only screen and (max-width: 799px) {
  .bl-adress .bl-ctc a {
    font-size: 28px;
  }
}

.bl-adress-f {
  margin: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media only screen and (max-width: 1023px) {
  .bl-adress-f {
    display: none;
  }
}

.bl-adress-f .bl-ctc {
  margin-left: 240px;
}

@media only screen and (max-width: 1151px) {
  .bl-adress-f .bl-ctc {
    margin-left: 25px;
  }
}

/* --- CONTACT --- */
.contactsite {
  width: 100%;
}

.contactsite p.plabel {
  margin: 0;
  padding: 0;
}

.contactsite p.pinput {
  margin: 0;
  padding: 0 0 10px 0;
}

.contactsite .btSubmit1, .contactsite .btSubmit2 {
  background: #3498db;
  border-radius: 5px;
  color: #fff;
  font-size: 22px;
  padding: 10px 20px;
  text-decoration: none;
  cursor: pointer;
  border: 0;
}

input[type="text"], textarea, select {
  padding: 10px 15px;
  font-size: 14px;
  line-height: 24px;
  display: inline-block;
  border: 1px solid #E2E6E7;
  border-radius: 2px;
  font-family: "Arimo-Italic", Arial, Helvetica, sans-serif;
}

input:focus, textarea:focus, select:focus {
  outline: none;
  color: #555;
}

::-webkit-input-placeholder {
  opacity: 0.5;
}

::-moz-placeholder {
  opacity: 0.5;
}

:-ms-input-placeholder {
  opacity: 0.5;
}

:-moz-placeholder {
  opacity: 0.5;
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder, select:focus::-webkit-input-placeholder {
  opacity: 0.3;
}

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder, select:focus::-moz-placeholder {
  opacity: 0.3;
}

input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder, select:focus:-ms-input-placeholder {
  opacity: 0.3;
}

input:focus:-moz-placeholder, textarea:focus:-moz-placeholder, select:focus:-moz-placeholder {
  opacity: 0.3;
}

.outter-contall {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 719px) {
  .outter-contall {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.outter-pinput {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 15px;
}

@media only screen and (max-width: 719px) {
  .outter-pinput {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}

/* realisations */
#pagerealisation ul, #pagerealisation ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#pagerealisation .menuDiapo {
  float: left;
  width: 28%;
  margin-right: 2%;
}

@media only screen and (max-width: 639px) {
  #pagerealisation .menuDiapo {
    float: none;
    width: 100%;
    margin: 0;
  }
}

#pagerealisation .menuDiapo ul {
  padding-left: 5px;
}

#pagerealisation .menuDiapo ul li {
  border-bottom: 1px solid #255a8f;
}

#pagerealisation .menuDiapo ul li:first-child {
  border-top: 1px solid #255a8f;
}

#pagerealisation .menuDiapo ul li a {
  display: block;
  padding: 10px 0 10px 5px;
  text-transform: uppercase;
}

#pagerealisation .menuDiapo ul li.play a, #pagerealisation .menuDiapo ul li a:hover {
  background: #fff;
  color: #000;
}

#pagerealisation .menuDiapo a.rub-disable {
  cursor: not-allowed;
  opacity: 0.4;
}

#diapoREA {
  float: right;
  width: 70%;
}

@media only screen and (max-width: 639px) {
  #diapoREA {
    float: none;
    width: 100%;
    margin: 15px 0 0 0;
  }
}

.titreDiapo {
  font-size: 18px;
  font-family: "Raleway", sans-serif;
  height: 42px;
  line-height: 24px;
  padding-left: 5px;
  color: #af1212;
  margin: 0;
}

.rubDiapo {
  display: inline-block;
  margin: 4px;
  border: 1px solid #eee;
  text-align: center;
  padding: 5px;
  border-radius: 5px;
  width: 150px;
  height: 158px;
  overflow: hidden;
  background: #fff;
}

.rubDiapo .img {
  height: 100px;
  border: 1px solid #eee;
  width: 100px;
  background: #000;
  margin: auto;
}

.rubDiapo img {
  height: auto;
}

.rubDiapo .lien {
  text-align: center;
}

.rubDiapo .lien a {
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  display: block;
}

h3.intitule {
  margin: 0;
  padding: 5px 0;
}

.wrapper {
  max-width: 1460px;
  width: 100%;
  padding: 30px 15px;
  margin: 0 auto;
}

.googleMAP {
  padding-top: 25px;
}

.googleMAP iframe {
  width: 100%;
  height: 500px;
}

.plansite ul li {
  list-style-image: url("../images/puce_site.png");
  line-height: 26px;
}

ul.creditsPhotos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

ul.creditsPhotos li {
  width: 33%;
  font-size: 11px;
  list-style: none;
}

@media only screen and (max-width: 767px) {
  ul.creditsPhotos li {
    width: 50%;
  }
}

@media only screen and (max-width: 479px) {
  ul.creditsPhotos li {
    width: 100%;
  }
}
/*# sourceMappingURL=stylesheet.css.map */