@charset "UTF-8";
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
::-webkit-input-placeholder { 
  color: #d3d3d3;
  transition: opacity 250ms ease-in-out;
}
::-moz-placeholder { 
  color: #d3d3d3;
  opacity: 1;
  transition: opacity 250ms ease-in-out;
}
:-ms-input-placeholder { 
  color: #d3d3d3;
  transition: opacity 250ms ease-in-out;
}
:focus::-moz-placeholder {
  opacity: 0.5;
}
:focus::-webkit-input-placeholder {
  opacity: 0.5;
}
:focus:-ms-input-placeholder {
  opacity: 0.5;
}
html {
  font-family: sans-serif;
  font-size:100%;
  line-height: 1.15;
  -webkit-text-size-adjust:100%;
  -ms-text-size-adjust:100%;
}
body {
  margin: 0;
  font-family: 'Roboto', Arial, sans-serif;
 }
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h1,h2,h3,h4,h5 {
  font-weight: normal;color: #996666;
}

.h1:before {
  content: url(../img/bg.gif);
}
h2 {
  font-size: 160%;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
  overflow: hidden;
}

h3 { 
  font-size: 150%;
}

h4 {
	font-size: 140%;
}

h5 {
	font-size: 130%;
}
 
h2 > img {
  float: left;
}
mark {
	background: #ff0;color:#000;font-style:italic;font-weight:bold;
}

a {
  color: #3399cc;
  text-decoration: none;
}
a:hover {
  color: #D31141;
  text-decoration: underline;
}
a:active {
  color: #3399cc;
}

a[hreflang]:after{
	content:"\0000a0(" attr(hreflang) ")";
}
.external {
  content: "\0000a0[" attr(hreflang) "]\0000a0\279A";
}
a[href$=".pdf"]:before
{
  content: url(../img/pdf.gif);
  padding-right: 2px;
}
a[href^="tel:"]:before {
  content: "\260e";
  margin-right: 0.5em;
}
:target {
    background-color: #FFFF00;
    color: black;
}
p {
  overflow: hidden;
}
.livre {
  font-size: 1.1em;
  font-weight: bold;
  font-style: italic;
  padding: 4px 0 4px 0;
}

small {
	font-size: 80%;
}
b,strong {
  font-weight: bold;
}
figure {
   margin: 0 0 10px 0;
   text-align: center;
}
figure img {
   margin: 0 15px 0 10px;
}

figcaption {
  color: #333;
  font-size: 85%;
  font-weight: 500;
  font-style: italic;
}
img {
  border-style: none;
  max-width: 100%;
  height: auto;
}
img.circle {
	border-radius: 50%
}
.img-rounded {
  border-radius: 5px;
}
.alignleft {
  float: left; margin: 0 15px 10px 0;
}

.alignright {
  float: right;
  margin: 0 0 10px 20px;
}

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
p img {
  padding: 0; max-width: 100%;
}

.center {
  text-align: center;
}
.thumb {
   cursor: zoom-in;
}
.fond-fleurs {
  background-image: url(../img/fleurs.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  padding: 15px;
}
.container {
  min-width: 320px;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1000px;
}

#welcome {
  display: inline-block;
  color: #fff;
}

#siteName {
  font-size: 24px;
}

#hi {
  font-size: 18px;
}

#header {
   background-color: #2793C7;
 }
#bar {
  background-color: #2793C7;
  color: white;
  overflow: hidden;
  line-height: 60px;
}
#bar a {
  color: white;
  text-decoration: underline;
}

.desktop {
  display: none;
}

#toggleMenu {
  display: block;
  width: 28px;
  height: 30px;
  margin: 30px auto 10px;
  cursor: pointer;
}

#toggleMenu span:after,
#toggleMenu span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -7px;
}
#toggleMenu span:after{
  top: 7px;
}
#toggleMenu span {
  position: relative;
  display: block;
}

#toggleMenu span,
#toggleMenu span:after,
#toggleMenu span:before {
  width: 22px;
  height: 3px;
  background-color: #fff;
  transition: all 0.3s;
  backface-visibility: hidden;
  border-radius: 0;
}

.link, #menu a {
  padding: 7px 10px;
  display: inline-block;
}
.link:before, #menu a:before {
  vertical-align: middle;
  margin-top: -3px;
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 10px;
  display: inline-block;
  background: transparent url(../img/link.png) center center no-repeat;
}
.link:hover, #menu a:hover {
  color: white;
  background-color: #d31141;
}
.link:hover:before, #menu a:hover:before {
  background-position: top center;
}
.link:active, #menu a:active {
  color: #2793C7;
  background-color: transparent;
}
.link:active:before, #menu a:active:before {
  background-position: bottom center;
}

#search {
  float: left;
  width: 100%;
}
#search input {
  padding: 0 10px;
  line-height: normal;
  float: left;
  height: 60px;
}
#search .input {
  background-color: #2793C7;
  color: white;
  width: 70%;
  margin: 0;
}
#search .button {
  width: 30%;
  background: #2793C7 url(../img/search.png) center center no-repeat;
}
.input {
  border: none;
  padding: 0 20px;
  display: block;
  height: 50px;
  width: 100%;
  margin: 30px 0;
}
.select {
  line-height: 50px;
  position: relative;
  cursor: pointer;
  padding: 0;
  color: white;
  overflow: hidden;
}

.buttonWrap {
  text-align: center;
}
textarea {
  overflow: auto;
}
textarea.input {
  padding: 1em;
  color: black;
  height: 180px;
  resize: none;
  border: 0.1em solid #ddd;
  border-radius: 0.5em;
}

.button {
  padding: 15px 20px;
  background-color: #D31141;
  border: none;
  display: inline-block;
  color: white;
}
.button:hover {
  background: #27b6ac;
}
.paypal_btn {
   display: inline-block;
   font-weight: bold;
   color: #fff;
   text-align: center;
   padding: 10px 14px;
   margin: 0;
   background: #D31141;
   border: 0;
   cursor: pointer;
}
.paypal_btn:hover {
	 background: #27b6ac;
}
#menu {
  margin-left: -20px;
  min-width: 320px;
  display: none;
  position: absolute;
  z-index: 50;
  margin-top: -60px;
  background-color: white;
  padding: 10px 10px 0;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  font-size: 16px;
}
#menu.open {
  display: block;
}
#menu .title {
  margin-left: 30px;
  transition: margin 0.2s ease;
  -webkit-transition: margin 0.2s ease;
  -moz-transition: margin 0.2s ease;
  padding: 10px 0;
  font-size: 18px;
  cursor: pointer;
}
#menu .title:hover {
  color: #2793c7;
}
#menu .title + ul {
  display: none;
}
#menu .title.open + ul {
  display: block;
}
#menu ul {
  margin: 0;
  padding: 0 0 10px 0;
  list-style: none;
}
#menu a {
  display: block;
  color: inherit;
  text-decoration: none;
}
#menu hr {
  margin: 0 10px;
  border: none;
  height: 1px;
  background-color: #0063b4;
}

.breadcrumb.mobile {
  line-height: 50px;
}

main {
  font-size: 18px;
}
main .link {
  padding-left: 0;
}

main .link:before {
  background-image: url(../img/next.png);
  background-position: 0 -18px;
  margin: 0;
}

#content {
  overflow: hidden;
}

dl.interview dt {
  font-weight : bold;
}
dl.interview dd p {
  margin: 0 0 0.5em 0;
  padding: 0.5em 0.2em;
}
dt {
  color:#666;
}
.zoom:before {
  vertical-align: middle;
  content: "";
  width: 48px;
  height: 48px;
  display: inline-block;
  background: transparent url(../img/zoom.png) center center no-repeat;
}

.update {
  font-size: .875em;
  font-style: italic;
}
time {
  color : #666;
  font-size : 0.875em;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

.alerte {
  color: red;
  font-weight: bold;
}
.adv {
   border-top: 1px solid #36393D;
   margin: 0 auto 0 auto;
   padding: 15px 0 15px 0;
   text-align: center;
}
.number {
  background-color: #27b6ac;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  border-radius: 0.8em;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  line-height: 1.6em;
  margin-right: 15px;
  text-align: center;
  width: 1.6em; 
}
ul, ol {
   margin: 1em 0;
   padding: 0 0 0 40px;
}

li {
    padding-left: 0;
}

.ul_color {
  font-style: normal;
  line-height: 150%;
  list-style-type: none;
  margin: 10px 0 10px 0;
  padding: 0 2rem;
} 

.ul_color li::before {
  content: "● ";
  color: #27b6ac;
  font-size: 1.5rem;
  line-height: 1.5rem;
  margin-left: -2rem;
}

ul.pagination {
  display: inline-block;
  padding: 0;
  margin: 0;
}

ul.pagination li {
  display: inline;
}

ul.pagination li a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s;
  border: 1px solid #ddd;
}

ul.pagination li .active {
  background-color: #27b6ac;
  color: white;
  border: 1px solid #27b6ac;
}

ul.pagination li a:hover:not(.active) {
  background-color: #ddd;
}
	
.liststyle {
    list-style-type: none;
	line-height: 120%;
}

li > ul.liststyle {
  margin-bottom: 12px;
}
.article-list {
  list-style: none;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0;
}

.article-list li {
    display: inline-block;
    box-sizing: border-box;
    border-radius: 3px;
    box-shadow: 1px 3px 1px 0 rgba(0, 0, 0, 0.08);
    border: 1px solid #cfcfcf;
    background-color: #fff;
    text-align: left;
    margin: 20px;
    max-width: 246px;
}

/* Article list with photo */

.article-list li > a {
    display: block;
    width: 100%;
    height: 155px;
    overflow: hidden;
}

.article-list li > a img {
    width: 100%;
}

.article-list li div {
    padding: 20px;
}

/* Article-list title */

.article-list li h2, .article-list-home li h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin:0;
}

/* Article excerpt */

.article-list li div p {
    line-height: 20px;
    color: #5d5d5d;
    margin: 15px 0;
}

/* Article list Read more */

.article-list li .read-more {
    background-color: #2793c7;
    cursor: pointer;
    color: #ffffff;
    text-decoration: none;
    padding: 4px 8px;
    border-radius: 2px;
    margin: 20px 0;
    font-weight: bold;
}

div.center {
	text-align: center;
}
.remarque {
   background: #fff;
   text-align: center;
   border: 1px solid #0063b4;
   border-right-width: 2px;
   border-left-width: 2px;
   border-radius: 2% 1% 1% 2%;
   box-shadow:inset 0 0 10px #2793C7;
   font-size: 95%;
   padding: 10px;
}
.ttt {
	font-size: 150%;
	color: #27b6ac;
	border-left: 6px solid #27b6ac;
	padding: 0 10px;
    clear: both;
}
.chevron:before {
  font-family: 'FontAwesome', cursive;
  content:"\f054";
  margin-right: 10px;
}
.border {
	border-left: 6px solid #27b6ac;
	padding: 0 10px;
}
.infoborder {
	font-size: 110%;
	color: #27b6ac;
	border-left: 4px solid #27b6ac;
	padding: 0 10px;
    clear: both;
}
.info {
  color: #666;
  font-size: 0.85em;
}
.titre {
	font-size: 150%;
	color: #996666;
}
.soustitre {
  color: #27b6ac; 
  font-size: 140%; 
  display: block;
  font-weight: bolder;
}
.evidence {
	font-size: 110%;
	font-style: italic;
	font-weight: bold;
	clear: both;
}
.nota {
  color: #a00056;
  font-weight: bold;
}
.important:before {
	content: "\27BD";
}	
.indent {
	text-indent: 10%;
}
.justify  {
   margin-left: 2em; margin-right: 2em;
}
p.right {
   text-align: right;
}
.minicap {
   font-variant: small-caps;
   font-weight: bold;
   color: #de1f20;
}
.address {
  font-size: 18px;
}
.auteur {
	font-style: italic;
	font-size: 95%;
    text-align: right;
	padding : 10px;
} 
.article-summary {
    margin: 0 auto;
    max-width: 1000px;
    padding: 2px;
}

/* Article-summary title */
.article-summary h2 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0;
}
.article-summary h2 a {
   color: #2793c7;
   text-decoration: none;
}
.article-summary h2 a:hover {
   color: white;
   background-color: #d31141;
   text-decoration: underline;
}

table {
    border-collapse: collapse;
    width: 100%;
}
table caption {
  color: #555;
  font-style: italic;
  padding: 10px;
  border-bottom: 1px solid #ccc;
}
th, td {
    padding: 8px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}
th {
    background-color: #4a8b6c;
    color: white;
}
td:empty {
  background-color: #f5f5f5;
}
tr:hover{
	background-color:#f5f5f5;
}
#footer {
  clear: both;
  margin-top: 30px;
  padding: 20px 0;
  text-align: center;
  background-color: #2793C7;
  color: white;
  font-size: 90%;
}
#footer .copyright {
	color: #cae7f4;
}
#footer a {
   color: white;
   text-decoration: underline;
}
#footer a:hover {
   background-color: #d31141;
	text-decoration: none;
}

#footer div div {
    margin-bottom: 10px;
}

.back-top:hover {
	color: #fff;
	background-color: #d31141;
	text-decoration: none;
}
.back-top {
	display: none;
	position: fixed;
	bottom: 1rem;
	right: 1rem;
	width: 3.2rem;
	height: 3.2rem;
	line-height: 3.2rem;
	font-size: 1.4rem;
	color: #fff;
	background-color: #C14242;
	background-color: rgba(0,0,0,0.3);
	text-decoration: none;
	border-radius: 3.2rem;
	text-align: center;
	cursor: pointer;
}

.clear {
    clear: both;
}
abbr[title]:after {
   content: " (" attr(title) ")";
}
 
@media screen and (min-width: 1025px) {
   abbr[title]
   {
      border-bottom: 1px dashed #ADADAD;
      cursor:help;
   }
 
   abbr[title]:after
   {
      content: "";
   }
}
dfn {
  font-style: italic;
  cursor: help;
}
 fieldset {
  font-family: sans-serif;
  border: 2px solid #006eb7;
  background-color: #ddd;
  border-radius: 5px;
  padding: 15px;
} 
fieldset legend {
    background: #006eb7;
    color: #fff;
    padding: 5px 10px ;
    font-size: 150%;
    border-radius: 5px;
    box-shadow: 0 0 0 5px #ddd;
    margin-left: 20px;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
aside.contact {
  font-size: 14px;
  padding-top: 10px;
}

#form-asso {
	margin: auto;
}

label {
   margin: 0 0 5px 0;
   padding: 0;
   display: block;
}

#form-asso .field-long {
   width: 100%;
}
#form-asso .field-textarea {
	height: 100px;
 }
#form-asso input:focus {
   background: #FFFF00;
}

#form-asso input[type="text"],
   input[type=email], input[type=tel] {
  padding: 10px;
  border: solid 2px #dcdcdc;
}

#form-asso input[type=checkbox] {
  width: 15px;
}
#form-asso input[type=button] {
  width: 150px;
  padding: 10px;
}

#toggleMenu {
  display: none;
}

#toggleMenu span {
  display: none;
}

.separator {
  text-align: center;
  margin: 20px 0;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	background-color: #d2b48c;
    color: #cc9966;
	margin: 1em 0;
	padding: 0;
	clear: both;
}
code {
    font-family: 'Courier New', monospace;
} 
blockquote {
  width: 320px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #dadde0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #dadde0;
  margin: 1em 0 1em 1em;
  font-size: 1.2rem;
  font-style: italic;
  line-height: 1.5em;
  background-color: transparent;
  background-image: url(../img/quote.png);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: left 30px;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  padding: 1.5em 0 1.1em 2em;
  text-align: left;
}
blockquote p:last-child {
	margin-bottom: 0;
}
 blockquote cite,
blockquote small {
	color: #333;
	font-size: 90%;
	font-style: normal;
	line-height: normal;
}
q {
  quotes: "«\00A0" '\00A0»';
}
q:before {
    content: open-quote;
}
q:after {
    content: close-quote;
}

.left {
  float: left;
  margin-right: 10px;
  margin-top: 10px;
}
.right {
  float: right;
  margin-left: 10px;
  margin-top: 10px;
}
[hidden] {
  display: none;
}

@media screen and (max-width: 640px) {
    .left, .right {
        display: block;
        margin: 10px auto;
        float: none;
    }
}
@media screen and (min-width: 640px) {
   #toggleMenu {
    width: 25%;
  }

  #search {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
    header {
      height: 0;
    }
    .back-top {
        display:none!important;
    }
}
@media screen and (min-width: 800px) {
    #banner {
    background: transparent url(../img/header.png) center top no-repeat;
    height: 280px;
    position: relative;
}

  #toggleMenu {
    width: 40%;
  }

  #search {
    width: 40%;
  }

  .img {
    height: 90px;
  }

  #contact {
    float: left;
    width: 410px;
    margin-right: 40px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1000px) {
 .desktop {
	 display: block;
 }

 .mobile {
    display: none;
  }

  .breadcrumb {
    width: 70%;
    float: left;
	font-size: 0.85em;
  }
  .breadcrumb:before {
		content:"Vous êtes ici : ";
		}

  #search {
    width: 30%;
  }

  #menu {
    min-width: 0;
    width: 240px;
    display: block;
    position: relative;
    float: left;
    -webkit-box-shadow: none;
	-moz-box-shadow: none;
    box-shadow: none;
    padding: 10px 0;
    margin: 0 20px 0 0;
  }

  main {
    overflow: hidden;
  }
  main.container {
    padding-left: 0;
  }
  .img {
    width: 100%;
  }
}

#banner a {
    display: block;
    width: 100%;
    height: 280px;
}

@media screen and (max-width: 1000px) {
    #hi {
        display: none;
    }
    #siteName {
        position: absolute;
        z-index: 1;
        width: 100%;
        text-align: center;
        top: 16px;
        left: 0;
    }

    .container {
        position: relative;
    }

    #bar {
        position: relative;
        height: 60px;
    }

    #toggleMenu {
        position: absolute;
        left: 10px;
        top: -2px;
        z-index: 9;
    }

    #search {
        position: absolute;
        right: -33px;
        top: -7px;
        z-index: 9;
        width: 90%;
    }

    #search .input {
        display: none;
        background-color: #fff;
        top: 4px;
        position: absolute;
        height: 50px;
        right: 73px;
        color: #333;
    }

    #search .button {
        float: right;
    }

    nav#menu {
        position: inherit;
        box-shadow: none;
        width: 100%;
        margin: 0;
        margin-top: -49px;
    }
    #banner {
        display: none;
    }

    #menu {
        margin-top: -50px;
        min-width: inherit;
        width: 103%;
        box-sizing: content-box;
        padding: 0;
    }

    main.container {
        z-index: 1;
        position: relative;
    }

    .container {
        width: 87%;
        min-width: inherit;
        box-sizing: content-box;
    }

    header .container {
      pointer-events: none;
    }

    .breadcrumb.mobile {
        line-height: 25px;
        max-width: inherit;
        width: 87%;
        margin-top: 25px;
    }
}

@media print {
    .no-print, .no-print * {
        display: none;
    }

    body {
        font-family: 'times new roman', times, serif;
    }

    h1 {
        font-size: 16pt;
        color: #000;
    }

    h2 {
        font-size: 12pt;
        color: #000;
    }

    p {
        font-size: 10pt;
    }

    #header, #bar, #welcome, #menu, .breadcrumb, .update, #footer {
        display: none;
    }
}
@media only screen and (max-device-width : 662px) and (orientation : landscape) {
	.article-list li {
	 max-width: 100%;
	}
}

@media screen and (max-width: 1000px) {
  #toggleMenu span,
  #toggleMenu {
      display: block;
    }
}