/*******************************************************************************
*   Variables
*******************************************************************************/
/*******************************************************************************
*   Fonts
*******************************************************************************/
/*******************************************************************************
*   RESET
*******************************************************************************/
/* line 5, sass/_reset.scss */
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, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var, b, u, 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;
}

/* line 12, sass/_reset.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 13, sass/_reset.scss */
body {
  line-height: 1;
}

/* line 14, sass/_reset.scss */
ul {
  list-style: none;
}

/* line 15, sass/_reset.scss */
blockquote, q {
  quotes: none;
}

/* line 16, sass/_reset.scss */
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

/* line 17, sass/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 18, sass/_reset.scss */
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

/* line 20, sass/_reset.scss */
a, a:link, a:active, a:visited, a:focus, a:hover {
  color: #000000;
  display: inline-block;
  text-decoration: none;
}

/* line 21, sass/_reset.scss */
a:hover {
  color: #8e004d;
}

/* line 1, sass/_communes.scss */
body {
  font-family: "Times New Roman";
  font-size: 20px;
  color: #444444;
}

/*******************************************************************************
*   Header
*******************************************************************************/
/* line 11, sass/_communes.scss */
header {
  position: relative;
  padding-top: 10px;
  height: 190px;
}
/* line 15, sass/_communes.scss */
header .lang {
  position: absolute;
  right: 0;
  top: 10px;
}
/* line 20, sass/_communes.scss */
header nav {
  position: absolute;
  bottom: 6px;
  right: 0;
  left: 0;
  text-align: right;
  padding-bottom: 10px;
}
/* line 28, sass/_communes.scss */
header nav ul li {
  display: inline-block;
  margin-left: 20px;
  position: relative;
}
/* line 32, sass/_communes.scss */
header nav ul li a {
  font-size: 18px;
  text-transform: uppercase;
  display: inline-block;
}
/* line 36, sass/_communes.scss */
header nav ul li a:hover {
  border-bottom: 2px solid #8e004d;
}
/* line 42, sass/_communes.scss */
header nav ul li.current a {
  border-bottom: 2px solid #8e004d;
}
/* line 45, sass/_communes.scss */
header nav ul li.current:hover {
  border-bottom: none;
}
/* line 47, sass/_communes.scss */
header nav ul li.current:hover ul li a {
  border: none;
}
/* line 50, sass/_communes.scss */
header nav ul li.current:hover ul li a:hover {
  border: none;
}
/* line 55, sass/_communes.scss */
header nav ul li ul {
  position: absolute;
  z-index: 1;
  text-align: left;
  background: #fff;
  padding: 10px;
  width: 300px;
  left: 0;
  display: none;
}
/* line 64, sass/_communes.scss */
header nav ul li ul li {
  margin-left: 0;
  margin-left: 0;
  border-bottom: 1px solid #DADADA;
  display: inline-block;
  width: 100%;
  padding: 4px 0px;
}
/* line 71, sass/_communes.scss */
header nav ul li ul li a {
  display: inline-block;
  width: 100%;
}
/* line 75, sass/_communes.scss */
header nav ul li ul li a:hover {
  border: none;
}
/* line 81, sass/_communes.scss */
header nav ul li:hover ul {
  display: inline-block;
}

/*******************************************************************************
*   Footer
*******************************************************************************/
/* line 92, sass/_communes.scss */
footer {
  height: 56px;
  line-height: 56px;
  text-align: center;
  font-size: 18px;
  width: 100%;
  margin-top: 50px;
}
/* line 99, sass/_communes.scss */
footer span {
  text-transform: uppercase;
}

/*******************************************************************************
*   Slider
*******************************************************************************/
/* line 109, sass/_communes.scss */
.bx-wrapper .bx-controls-direction a.bx-next {
  background: url("bg/slider_next.png");
  background-repeat: no-repeat;
  width: 64px;
  height: 64px;
  right: 20px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  -moz-transition: opacity, ease-out 1s;
  -o-transition: opacity, ease-out 1s;
  -webkit-transition: opacity, ease-out 1s;
  transition: opacity, ease-out 1s;
}

/* line 118, sass/_communes.scss */
.bx-wrapper .bx-controls-direction a.bx-prev {
  background: url("bg/slider_back.png");
  background-repeat: no-repeat;
  width: 64px;
  height: 64px;
  left: 20px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  -moz-transition: opacity, ease-out 1s;
  -o-transition: opacity, ease-out 1s;
  -webkit-transition: opacity, ease-out 1s;
  transition: opacity, ease-out 1s;
}

/* line 127, sass/_communes.scss */
.bx-wrapper .bx-controls-direction a:hover {
  opacity: 1;
}

/* line 130, sass/_communes.scss */
.bx-wrapper .bx-viewport {
  box-shadow: none;
  border: none;
  left: 0;
}

/* line 135, sass/_communes.scss */
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #8e004d;
}

/* line 138, sass/_communes.scss */
.bx-wrapper .bx-caption {
  background-color: #8e004d;
  background-color: #8e004d;
  background-color: rgba(142, 0, 77, 0.4);
  left: initial;
  width: 800px;
  right: 0;
}

/* line 146, sass/_communes.scss */
.bx-caption h1 {
  font-size: 22px;
  text-transform: uppercase;
  color: #ffffff;
  font-family: "Times New Roman";
  text-align: right;
  margin: 4px 0 6px 0;
}

/* line 154, sass/_communes.scss */
.bx-caption h2 {
  font-size: 23px;
  color: #ffffff;
  font-family: "Times New Roman";
  text-align: right;
  font-weight: 100;
}

/*******************************************************************************
*   main
*******************************************************************************/
/* line 164, sass/_communes.scss */
main {
  min-height: 1200px;
}

/* line 167, sass/_communes.scss */
.fluid-container {
  background-color: #8e004d;
  color: #ffffff;
}

/* line 171, sass/_communes.scss */
.container {
  width: 1024px;
  margin: 0 auto;
}

/* line 175, sass/_communes.scss */
.banner-container {
  height: 416px;
}

/* line 178, sass/_communes.scss */
h2 {
  font-weight: 600;
  margin: 10px 0;
  font-size: 22px;
  color: #8e004d;
}

/*******************************************************************************
*   Accordion
*******************************************************************************/
/* line 188, sass/_communes.scss */
.accordion input {
  display: none;
}

/* line 191, sass/_communes.scss */
.accordion label {
  background: #eee;
  border-radius: .25em;
  cursor: pointer;
  display: block;
  margin-bottom: .125em;
  padding: .25em 1em;
  z-index: 20;
}

/* line 200, sass/_communes.scss */
.accordion label:hover {
  background: #ccc;
}

/* line 204, sass/_communes.scss */
.accordion input:checked + label {
  background: #ccc;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  color: white;
  margin-bottom: 0;
}

/* line 211, sass/_communes.scss */
.accordion article {
  background: #f7f7f7;
  height: 0px;
  overflow: hidden;
  z-index: 10;
}

/* line 217, sass/_communes.scss */
.accordion article p {
  padding: 1em;
}

/* line 222, sass/_communes.scss */
.accordion input:checked ~ article {
  border-bottom-left-radius: .25em;
  border-bottom-right-radius: .25em;
  height: auto;
  margin-bottom: .125em;
}

/*******************************************************************************
*   Layout
*******************************************************************************/
/* line 12, sass/main.scss */
main #google-map {
  height: 416px;
}
/* line 14, sass/main.scss */
main .paragraph_container p {
  text-align: justify;
  margin: 30px 0;
}
/* line 18, sass/main.scss */
main .paragraph_container .author {
  text-align: initial;
  width: 160px;
  margin: 50px 0px;
  color: #8e004d;
}
/* line 25, sass/main.scss */
main .presentator {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}
/* line 30, sass/main.scss */
main .services-container {
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  width: 835px;
}
/* line 35, sass/main.scss */
main .services-container .service {
  width: 217px;
  height: 250px;
  background-color: #f1f1f1;
  display: inline-block;
  margin: 30px 30px;
  float: left;
  -moz-transition: background-color 0.5s 0s, color 0.5s;
  -o-transition: background-color 0.5s 0s, color 0.5s;
  -webkit-transition: background-color 0.5s, color 0.5s;
  -webkit-transition-delay: 0s, 0s;
  transition: background-color 0.5s 0s, color 0.5s;
}
/* line 43, sass/main.scss */
main .services-container .service img {
  padding-top: 40px;
}
/* line 46, sass/main.scss */
main .services-container .service figcaption {
  text-transform: uppercase;
  font-size: 22px;
  padding: 20px;
}
/* line 51, sass/main.scss */
main .services-container .service:nth-child(4) {
  margin-left: 172px;
}
/* line 54, sass/main.scss */
main .services-container .service:hover {
  background-color: #d8d8d8;
}

/*******************************************************************************
*   Domaiens
*******************************************************************************/
/* line 65, sass/main.scss */
.domaines {
  margin-top: 40px;
}
/* line 67, sass/main.scss */
.domaines ul {
  margin-left: 20px;
}
/* line 69, sass/main.scss */
.domaines ul li {
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 8px;
  color: #656565;
}
/* line 75, sass/main.scss */
.domaines ul li:before {
  width: 12px;
  height: 12px;
  display: inline-block;
  content: "";
  background-image: url("bg/list-icon.png");
}
/* line 86, sass/main.scss */
.domaines article ul {
  padding: 20px 10px;
}
/* line 89, sass/main.scss */
.domaines article p {
  margin: 0;
  padding: 20px 20px 10px 20px;
}

/*******************************************************************************
*   Liens Utiles
*******************************************************************************/
/* line 98, sass/main.scss */
.links-category {
  margin-bottom: 40px;
}
/* line 100, sass/main.scss */
.links-category li {
  border-bottom: 1px solid silver;
  padding-bottom: 4px;
  margin-bottom: 4px;
}
/* line 104, sass/main.scss */
.links-category li .label {
  display: inline-block;
  width: 50%;
}
/* line 108, sass/main.scss */
.links-category li a {
  color: #8e004d;
}
/* line 110, sass/main.scss */
.links-category li a:hover {
  color: #000000;
}

/*******************************************************************************
*   Contact
*******************************************************************************/
/* line 120, sass/main.scss */
.contact-us {
  margin-top: 100px;
}
