
.videoContainer{
    width:100%;
    margin:0 auto;
}

.videoContainer .container{
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}


#popinCoronavirus{
	position: absolute;
	width: 675px;
	left: 50%;
	margin-left:-337px;
	top: 307px;
	background: #FFFFFF;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
	border-radius: 20px;
	z-index:11111;
	color:#000;
	font-size:14px;
	line-height:17px;
}

#popinCoronavirus .popinTextContent{
	position:relative;
	padding:18px 48px 38px;
}

#popinCoronavirus .popinTextContent .warningContainer{
	text-align:center;
	padding-bottom:20px;
}

#popinCoronavirus .popinTextContent .warningContainer i{
	font-size:40px;
}

#popinCoronavirus .popinTextContent .croix{
	position:absolute;
	right:10px;
	cursor:pointer;
	
}

@media only screen and (max-width: 900px) {
	#popinCoronavirus{
		top:130px;
		left:20px;
		right:20px;
		width:initial;
		height:initial;
		margin:0;
	}
}


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: "";
  content: none; }

q:before, q:after {
  content: "";
  content: none; }

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

body {
  font-family: 'Raleway', sans-serif;
  color: #595959;
  background: #f2f2f2; }

* {
  box-sizing: border-box; }

a {
  text-decoration: none;
  color: #595959; }

section {
  margin: none; }

.container {
  max-width: 1140px;
  margin: 0 auto; }

.mobile {
  display: none; }

.desktop {
  display: block; }

@media only screen and (max-width: 900px) {
  .mobile {
    display: block; }

  .desktop {
    display: none; } }
.bx-wrapper, .bx-viewport {
  height: 515px !important;
  overflow: hidden;
  margin: 0 auto 35px !important; }

.bxslider, .bxslider li {
  height: 100% !important; }

.bxslider li {
  background: #000; }
  .bxslider li a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    color: #FFF;
    font-size: 4.2vw;
    z-index: 2; }
    .bxslider li a .texte {
      position: absolute;
      width: 100%;
      left: 50%;
      margin-left: -50%;
      top: 50%;
      margin-top: -2.5ex;
      text-shadow: 0px 0px 10px rgba(58, 58, 64, 0.8);
      /*
      -webkit-box-shadow: 0px 0px 249px 49px rgba(58,58,64,0.8);
      -moz-box-shadow: 0px 0px 249px 49px rgba(58,58,64,0.8);
      box-shadow: 0px 0px 249px 49px rgba(58,58,64,0.8); 
      */ }
  .bxslider li .slideBackground {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    opacity: 0.8;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover; }

.bx-wrapper .bx-viewport {
  border: none !important; }

.bx-pager-link {
  background: #FFF !important;
  border: 3px solid #FFF;
  width: 15px !important;
  height: 15px !important;
  -moz-border-radius: 100px !important;
  -webkit-border-radius: 100px;
  border-radius: 100px !important; }
  .bx-pager-link.active {
    background: #8d587e !important; }

.bx-wrapper .bx-pager {
  bottom: 25px !important; }

.bx-wrapper .bx-next {
  background: url(../images/fleche.svg) no-repeat 0 0 !important;
  background-size: 18px !important; }

.bx-wrapper .bx-prev {
  background: url(../images/fleche.svg) no-repeat 0 0 !important;
  background-size: 18px !important;
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

@media only screen and (max-width: 900px) {
  .bx-wrapper, .bx-viewport {
    height: 340px !important; }

  .bx-wrapper .bx-pager {
    display: none; }

  .bxslider li a {
    font-size: 7vw; }
    .bxslider li a .texte {
      margin-top: -1.5ex; } }
#top {
  background: #FFF;
  height: 39px;
  line-height: 39px;
  border-bottom: 1px solid #eeeeee; }
  #top .contact {
    float: left;
    height: 100%;
    font-size: 14px; }
    #top .contact > div {
      display: inline-block;
      height: 100%;
      padding: 0 15px 0 20px; }
      #top .contact > div.tel {
        border-right: 1px solid #eeeeee; }
      #top .contact > div img {
        margin-right: 12px;
        vertical-align: sub; }
  #top .social {
    float: right; }
    #top .social li {
      display: inline-block;
      margin: 0 5px; }
      #top .social li img {
        vertical-align: sub; }
        #top .social li img:hover {
          filter: gray;
          /* IE6-9 */
          filter: grayscale(100%) brightness(120%);
          /* Microsoft Edge and Firefox 35+ */
          -webkit-filter: grayscale(100%) brightness(120%);
          /* Google Chrome, Safari 6+ & Opera 15+ */ }
  @media only screen and (max-width: 900px) {
    #top {
      position: absolute;
      top: 0;
      left: 15px;
      right: 15px;
      border: none;
      z-index: 2; }
      #top .contact > div {
        padding: 0; }
        #top .contact > div span {
          display: none; }
        #top .contact > div img {
          margin: 5px 10px;
          height: 29px;
          display: block; } }
  @media only screen and (max-width: 376px) {
    #top {
      left: 0px;
      right: 0px; }
      #top .contact > div img {
        margin: 10px 10px;
        height: 19px; } }

header {
  height: 83px;
  background: #FFF; }
  header .logo {
    float: left;
    background: #fff url(../images/logo.png) no-repeat 15px 0;
    padding-left: 170px;
    height: 83px; }
    header .logo span {
      display: inline-block;
      margin-top: 9px;
      background: #8d587e;
      border-bottom: 4px solid #57acb6;
      padding: 18px 18px 13px 18px;
      font-weight: 700;
      text-transform: uppercase;
      line-height: 120%;
      text-align: center;
      font-size: 12px;
      color: #FFF; }
  header nav {
    float: right;
    height: 83px;
    position: relative;
    z-index: 3; }
    header nav .nav-toggle {
      cursor: pointer;
      background: #FFF;
      width: 35px;
      height: 30px;
      position: relative; }
    header nav .nav-toggle span {
      position: absolute;
      left: 0;
      top: 50%; }
    header nav .nav-toggle span,
    header nav .nav-toggle span:before,
    header nav .nav-toggle span:after {
      cursor: pointer;
      border-radius: 1px;
      height: 5px;
      width: 35px;
      background: #8d587e;
      position: absolute;
      display: block;
      content: ''; }
    header nav .nav-toggle span:before {
      top: -10px;
      left: 0; }
    header nav .nav-toggle span:after {
      bottom: -10px; }
    header nav.on .nav-toggle span:after {
      display: none; }
    header nav.on .nav-toggle span {
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
      header nav.on .nav-toggle span:before {
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        top: 0; }
    header nav > ul {
      font-size: 0; }
      header nav > ul > li {
        display: inline-block;
        font-size: 14px;
        position: relative; }
        header nav > ul > li a {
          color: #595959;
          font-weight: 600;
          display: block; }
          header nav > ul > li a:hover {
            background: #eeeeee; }
        header nav > ul > li > a {
          height: 83px;
          line-height: 83px;
          padding: 0 2vw; }
        header nav > ul > li:hover > ul {
          display: block !important; }
        header nav > ul > li > ul {
          display: none;
          position: absolute;
          top: 83px;
          background: #FFF; }
          header nav > ul > li > ul li {
            position: relative;
            line-height: 120%;
            border-bottom: 1px solid #eeeeee; }
            header nav > ul > li > ul li:hover ul {
              display: block !important; }
            header nav > ul > li > ul li a {
              padding: 5px 30px; }
            header nav > ul > li > ul li > ul {
              display: none;
              background: #FFF;
              position: absolute;
              top: 0;
              left: 100%; }
  @media only screen and (max-width: 900px) {
    header {
      position: absolute;
      background: #FFF;
      top: 55px;
      left: 15px;
      right: 15px;
      z-index: 20000;
      height: 40px;
      padding: 3px 0; }
      header .logo {
        height: 34px;
        background-size: contain;
        background-position: 15px 0; }
        header .logo span {
          display: none; }
      header nav {
        min-width: 40px;
        height: 40px; }
        header nav.on > ul {
          display: block; }
        header nav > ul {
          z-index: 15000;
          display: none;
          position: absolute;
          background: #FFF;
          right: 0;
          width: calc(100vw - 30px);
          top: 40px;
          border-top: 1px solid #eeeeee; }
          header nav > ul > li {
            width: 100%; }
            header nav > ul > li a {
              height: 40px;
              line-height: 32px;
              width: 100%;
              white-space: nowrap; }
            header nav > ul > li > a {
              line-height: 40px; }
            header nav > ul > li ul {
              display: block;
              position: relative;
              margin-left: 8vw;
              top: 0; } }
  @media only screen and (max-width: 376px) {
    header {
      left: 0px;
      right: 0px; }
      header nav > ul {
        width: 100vw; } }

footer {
  padding: 20px;
  border-bottom: 32px solid #57acb6;
  background: #8d587e;
  color: #FFF;
  font-size: 0; }
  footer a {
    color: #FFF;
    text-decoration: underline; }
  footer > div {
    display: inline-block;
    font-size: 14px;
    margin-left: 20px;
    width: calc(33% - 20px);
    vertical-align: middle; }
    footer > div.logo {
      height: 130px;
      background: transparent url(../images/logo_footer.png) no-repeat center center;
      background-size: contain; }
    footer > div.infos {
      line-height: 120%; }
    footer > div.newsletter h3 {
      text-transform: uppercase;
      margin-bottom: 25px; }
    footer > div.newsletter input, footer > div.newsletter button {
      border: none;
      width: 43%;
      padding: 8px 15px;
      margin-right: 5%; }
      footer > div.newsletter input#submit, footer > div.newsletter button#submitInput {
        background: #57acb6;
        color: #FFF;
        text-transform: uppercase; }
  footer h3 {
    font-size: 19px;
    font-weight: bold; }
  footer .moreLink {
    font-size: 15px;
    margin: 4px 0 20px;
    display: inline-block; }

@media only screen and (max-width: 800px) {
  footer {
    text-align: center; }
    footer > div {
      width: 100%;
      margin: 30px 0; } }
.bloc {
  background: #FFF;
  margin-bottom: 30px; }
  .bloc h2 {
    width: 100%;
    color: #FFF;
    background: #8d587e;
    text-transform: uppercase;
    padding: 45px 0;
    font-size: 25px;
    text-align: center;
    border-bottom: 3px solid #57acb6;
    position: relative; }
    .bloc h2 a {
      position: absolute;
      display: inline-block;
      width: 100%;
      left: 0;
      top: 80px;
      color: #57acb6;
      text-align: center;
      font-size: 0.6em;
      text-decoration: underline; }
  .bloc .bContainer {
    font-size: 0;
    text-align: center; }
    .bloc .bContainer .bElement {
      margin: 15px 8px;
      width: 30%;
      display: inline-block;
      font-size: 13px;
      text-align: left;
      vertical-align: top;
      line-height: 160%; }
      .bloc .bContainer .bElement .cText {
        min-height: 200px; }
      .bloc .bContainer .bElement h3 {
        font-size: 17px;
        color: #8d587e;
        margin: 8px 0;
        line-height: 120%; }
      .bloc .bContainer .bElement p {
        margin: 3px 0; }
      .bloc .bContainer .bElement a {
        color: #8d587e; }
      .bloc .bContainer .bElement .suite {
        text-align: center;
        margin: 30px 0; }
        .bloc .bContainer .bElement .suite a {
          background: #57acb6;
          padding: 10px 20px;
          text-transform: uppercase;
          color: #FFF;
          text-decoration: underline; }
      .bloc .bContainer .bElement img {
        margin-bottom: 10px;
        width: 100%; }

@media only screen and (max-width: 1140px) {
  .bloc {
    margin: 0 15px; } }
@media only screen and (max-width: 800px) {
  .bloc .bContainer .bElement {
    width: 100%;
    margin: 0;
    padding: 8px;
    font-size: 15px; } }
.pageContent .headerImage {
  height: 400px;
  background-position: center center;
  background-size: cover; }
.pageContent .container .content {
  background: #FFF;
  padding-bottom: 30px;
  line-height: 120%; }
  .pageContent .container .content h2 {
    width: 100%;
    color: #FFF;
    background: #8d587e;
    text-transform: uppercase;
    padding: 45px 0;
    margin-bottom: 20px;
    font-size: 25px;
    text-align: center !important;
    border-bottom: 3px solid #57acb6;
    position: relative; }
    .pageContent .container .content h2 a {
      text-decoration: underline;
      color: #FFF; }
  .pageContent .container .content p, .pageContent .container .content > div, .pageContent .container .content form > div, .pageContent .container .content > ul {
    max-width: 760px;
    margin: 8px auto; }
  .pageContent .container .content h3, .pageContent .container .content h4, .pageContent .container .content h5 {
    color: #57acb6;
    max-width: 760px;
    margin: 5px auto;
    font-size: 1.1em;
    font-weight: bold; }
  .pageContent .container .content a {
    text-decoration: underline; }
.pageContent h1 {
  margin: 20px 10px;
  color: #8d587e;
  text-transform: uppercase;
  font-size: 35px;
  text-align: center; }

@media only screen and (max-width: 900px) {
  .pageContent .headerImage {
    height: 300px; }
  .pageContent .container .content {
    margin: 10px;
    padding: 10px; }
    .pageContent .container .content img {
      max-width: 100%; } }
#diapoImages {
  padding: 0;
  margin: 0;
  width: 100%;
  text-align: left; }

#diapoImages li {
  display: inline-block;
  background: none;
  padding: 0;
  width: 146px;
  height: 150px;
  overflow: hidden; }

#diapoImages li a {
  background: none;
  padding: 0; }

#benevoleForm {
  margin: 0 0 0 15px; }

#benevoleForm p.message {
  font-weight: bold;
  margin: 5px 20px 25px 15px; }

#benevoleForm div.unit {
  line-height: 18px;
  margin: 15px auto; }

#benevoleForm label {
  display: inline-block;
  width: 230px;
  text-align: right;
  margin-right: 5px;
  font-weight: bold; }

#benevoleForm label.long {
  float: none;
  width: 100%;
  text-align: left;
  clear: both; }

#benevoleForm label::after {
  content: ":"; }

#benevoleForm .help {
  margin-left: 235px;
  color: #999;
  font-style: italic; }

#benevoleForm .dates label {
  width: 150px;
  vertical-align: top;
  height: 24px;
  font-weight: normal; }

#benevoleForm .dates label::after {
  content: ""; }

#benevoleForm .dates input {
  margin: 0 5px 0 0 !important;
  height: 18px; }

#benevoleForm .dates span {
  font-weight: bold;
  display: block;
  clear: both; }

#benevoleForm input[type=text] {
  width: 230px; }

#benevoleForm input[type=radio], #benevoleForm input[type=checkbox] {
  margin-left: 235px; }

#benevoleForm a {
  text-decoration: underline; }

#benevoleForm textarea {
  height: 70px;
  margin-bottom: 7px;
  width: 385px; }

#benevoleForm input[type="submit"] {
  margin: 15px auto;
  display: block;
  position: relative;
  padding: 5px 15px; }
