@import 'reset.css';
@import 'phoenix-typo.css';
@import 'social-typo.css';
/* - - - - - - - - - - - - - - - - - - - - - - -
		Import
- - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - -
		Variables CSS
- - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - -
		Fonctions CSS
- - - - - - - - - - - - - - - - - - - - - - - */
.web-size {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  padding: 0 20px;
}
.clear-after {
  display: table;
  content: '';
  clear: both;
}
.button-v01 {
  border: 0;
  background: #3a68d1;
  color: #fff;
  padding: 12px 20px;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
}
.button-v01:hover {
  background: #23282d;
  cursor: pointer;
  color: #667483;
}
.alignleft {
  float: left;
  margin-right: 14px;
}
.alignright {
  float: right;
  margin-left: 14px;
}
[class*='gridwrapper']::after {
  display: table;
  content: '';
  clear: both;
}
[class*='gridwrapper'] > * {
  float: left;
  padding: 0 5px 0 5px;
}
/* Padding précis pour que le contenu soit aligné avec le reste */
[class*='gridwrapper'] > *:first-child {
  padding: 0 5px 0 0 !important;
}
[class*='gridwrapper'] > *:last-child {
  padding: 0 0 0 5px !important;
}
[class*='gridwrapper'].presentation h3 {
  border-bottom: 0 !important;
}
[class*='gridwrapper'].presentation > *:first-child {
  width: 20%;
}
[class*='gridwrapper'].presentation > *:last-child {
  width: 70%;
}
.gridwrapper2 > * {
  width: 50%;
}
.gridwrapper3 > * {
  width: 33.333%;
}
.gridwrapper4 > * {
  width: 25%;
}
/* - - - - - - - - - - - - - - - - - - - - - - -
		Balises
- - - - - - - - - - - - - - - - - - - - - - - */
body {
  background: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 12px 0;
}
h1 {
  font-size: 30px;
}
h2 {
  font-size: 22px;
  font-weight: 600;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 16px;
  font-weight: bold;
}
h5 {
  font-size: 12px;
}
a {
  text-decoration: none;
  color: #3a68d1;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
}
a:hover {
  color: #69ced9;
}
input[type="submit"],
input[type="button"] {
  border: 0;
  background: #3a68d1;
  color: #fff;
  padding: 12px 20px;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
}
input[type="submit"]:hover,
input[type="button"]:hover {
  background: #23282d;
  cursor: pointer;
  color: #667483;
}
strong {
  color: #3a68d1;
}
em {
  font-style: italic;
}
blockquote {
  position: relative;
  display: inline-block;
}
blockquote p {
  padding: 0 30px;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
  font-style: italic;
}
blockquote:before,
blockquote:after {
  position: absolute;
  font-size: 50px;
  color: rgba(0, 0, 0, 0.2);
  top: 0px;
}
blockquote:before {
  content: '“';
  left: 0;
}
blockquote:after {
  content: '”';
  right: 0;
}
hr {
  border: 0;
  height: 1px;
  background: rgba(0, 0, 0, 0.2);
}
pre {
  background-color: rgba(0, 0, 0, 0.01);
  border: 1px solid #eaeaea;
  border: 1px solid rgba(51, 51, 51, 0.1);
  line-height: 1.2;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 0.8em;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.site-content ul,
.header-link {
  padding-left: 20px;
  border-left: 1px solid #000;
}
/* - - - - - - - - - - - - - - - - - - - - - - -
		Navigation
- - - - - - - - - - - - - - - - - - - - - - - */
.responsive-navigation {
  position: fixed;
  width: 320px;
  height: 100%;
  right: -320px;
  background: #fff;
  z-index: 6000;
  overflow-y: scroll;
}
.responsive-navigation .menu li,
.responsive-navigation .menu a {
  display: block;
  width: 100%;
}
.responsive-navigation .menu li a {
  padding: 20px;
  color: rgba(0, 0, 0, 0.6);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.responsive-navigation .menu .current_page_item > a,
.responsive-navigation .menu .current-menu-ancestor > a {
  background: #D6D6D6;
}
.responsive-navigation .menu .sub-menu {
  background: rgba(0, 0, 0, 0.4);
}
.responsive-navigation .menu .sub-menu li a {
  border-bottom: 0;
  padding: 8px 20px;
}
.responsive-navigation .menu .sub-menu li a:hover {
  background: none;
}
.responsive-navigation .menu .sub-menu li:first-child a {
  padding-top: 20px;
}
.responsive-navigation .menu .sub-menu li:last-child a {
  padding-bottom: 20px;
}
.responsive-navigation .menu .sub-menu .current_page_item > a,
.responsive-navigation .menu .sub-menu .current_page_item > a:hover,
.responsive-navigation .menu .sub-menu .current-menu-ancestor > a,
.responsive-navigation .menu .sub-menu .current-menu-ancestor > a:hover {
  background: none;
}
.responsive-navigation .menu .sub-menu .sub-menu {
  margin-left: 20px;
  border-left: 1px dashed #667483;
}
.responsive-navigation .menu .sub-menu .sub-menu li a {
  border-bottom: 0;
}
.responsive-navigation .close-icon {
  background: #3a68d1;
  padding: 18px;
  width: 60px;
  height: 60px;
  position: relative;
  float: right;
  left: -320px;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
}
.responsive-navigation .close-icon:before,
.responsive-navigation .close-icon:after {
  content: '';
  position: absolute;
  display: block;
  width: 26px;
  height: 4px;
  background: #fff;
  top: 28px;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
}
.responsive-navigation .close-icon:before {
  -ms-transform: rotate(225deg);
      transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
}
.responsive-navigation .close-icon:after {
  -ms-transform: rotate(315deg);
      transform: rotate(315deg);
  -webkit-transform: rotate(315deg);
}
.responsive-navigation .close-icon:hover {
  cursor: pointer;
  background: #69ced9;
}
.responsive-navigation .close-icon:hover:before {
  -ms-transform: rotate(315deg);
      transform: rotate(315deg);
  -webkit-transform: rotate(315deg);
}
.responsive-navigation .close-icon:hover:after {
  -ms-transform: rotate(405deg);
      transform: rotate(405deg);
  -webkit-transform: rotate(405deg);
}
.simple-navigation {
  display: inherit;
}
.simple-navigation .menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
}
.simple-navigation .menu li,
.simple-navigation .menu a {
  display: inline-block;
  float: left;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
}
.simple-navigation .menu li {
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-direction: column;
  background: rgba(255, 255, 255, 0.8);
}
.simple-navigation .menu li:hover {
  background: #D6D6D6;
}
.simple-navigation .menu li a {
  padding: 10px 20px;
  color: rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
  font-size: 14px;
  margin: auto;
}
.simple-navigation .menu .current_page_item,
.simple-navigation .menu .current_page_ancestor,
.simple-navigation .menu .current-menu-item,
.simple-navigation .menu .current_menu_ancestor {
  background: #D6D6D6;
}
.simple-navigation .menu .sub-menu {
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-direction: column;
  position: absolute;
  opacity: 0;
}
.simple-navigation .menu .sub-menu .menu-item-has-children > a::after,
.simple-navigation .menu .sub-menu .page_item_has_children > a::after {
  content: ' > ';
  font-size: 18px;
  padding-left: 10px;
}
.simple-navigation .menu .sub-menu a {
  width: 200px;
}
.simple-navigation .menu .sub-menu li {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-direction: row;
  background: rgba(255, 255, 255, 0.8);
  text-align: left;
}
.simple-navigation .menu .sub-menu li:hover {
  background: #D6D6D6;
}
.simple-navigation .menu .sub-menu .current_page_item,
.simple-navigation .menu .sub-menu .current_page_ancestor,
.simple-navigation .menu .sub-menu .current-menu-item,
.simple-navigation .menu .sub-menu .current_menu_ancestor {
  background: #D6D6D6;
}
.simple-navigation .menu .sub-menu .sub-menu .sub-menu {
  display: none;
}
.simple-navigation .menu li:hover > .sub-menu {
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  display: inherit;
  opacity: 1;
}
#main-navigation .responsive-menu-icon {
  display: none;
}
/* - - - - - - - - - - - - - - - - - - - - - - -
		Header page
- - - - - - - - - - - - - - - - - - - - - - - */
.full-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#masthead {
  color: white;
  position: relative;
  z-index: 5000;
  background: rgba(255, 255, 255, 0.5);
}
#masthead img {
  height: 100%;
  width: auto;
}
#masthead > div:first-child {
  height: 100%;
  padding: 10px 20px;
  position: relative;
}
#masthead > div:first-child .site-title {
  height: 100%;
  float: left;
}
#masthead > div:first-child .site-description {
  height: 30%;
}
#masthead > div:first-child .site-title a {
  color: #69ced9;
}
#masthead > div:first-child .site-description {
  font-size: 14px;
}
#masthead > div:first-child .site-title,
#masthead > div:first-child .site-description {
  margin: 0;
  max-height: 100%;
}
#masthead > div:first-child .header-link {
  float: left;
  margin-left: 40px;
}
#masthead > div:first-child .header-link li {
  font-size: 20px;
  text-transform: uppercase;
  line-height: 2;
}
#masthead > div:first-child .header-link li a {
  color: #000;
}
#masthead > div:first-child .header-link li a:hover {
  color: rgba(0, 0, 0, 0.6);
}
#masthead > div:first-child .social-link {
  float: right;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
#masthead > div:first-child .social-link li {
  display: inline-block;
  font-size: 24px;
}
#masthead > div:first-child .social-link li a {
  color: rgba(0, 0, 0, 0.4);
}
#masthead > div:first-child .header-tel {
  width: 100%;
  text-align: left;
  font-size: 26px;
  color: #3a68d1;
  display: none;
  padding: 10px 0;
}
#masthead > div:first-child:after {
  display: table;
  content: '';
  clear: both;
}
#masthead > div:last-child {
  width: 100%;
  margin: auto;
}
#masthead > div:last-child .menu-icon {
  width: 24px;
  height: 20px;
  position: relative;
  margin: auto;
}
#masthead > div:last-child .menu-icon a {
  margin-left: -100px;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
}
#masthead > div:last-child .menu-icon:before,
#masthead > div:last-child .menu-icon:after {
  content: '';
  left: 0;
}
#masthead > div:last-child .menu-icon:before,
#masthead > div:last-child .menu-icon:after,
#masthead > div:last-child .menu-icon span {
  width: 100%;
  height: 4px;
  position: absolute;
  background: #3a68d1;
  left: 0;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
}
#masthead > div:last-child .menu-icon:before {
  top: 0;
}
#masthead > div:last-child .menu-icon span {
  top: 8px;
}
#masthead > div:last-child .menu-icon:after {
  bottom: 0;
}
#masthead > div:last-child .menu-icon:hover {
  cursor: pointer;
}
#masthead > div:last-child .menu-icon:hover:before,
#masthead > div:last-child .menu-icon:hover:after {
  -ms-transform: translateX(-4px);
      transform: translateX(-4px);
  -webkit-transform: translateX(-4px);
  -moz-transform: translateX(-4px);
}
#masthead > div:last-child .menu-icon:hover span {
  -ms-transform: translateX(4px);
      transform: translateX(4px);
  -webkit-transform: translateX(4px);
  -moz-transform: translateX(4px);
}
#masthead:after {
  display: table;
  content: '';
  clear: both;
}
.breadcrumb {
  padding: 12px 0;
  background: #23282d;
  color: #667483;
}
.breadcrumb a:hover {
  color: #667483;
}
/* - - - - - - - - - - - - - - - - - - - - - - -
		Front page Slider
- - - - - - - - - - - - - - - - - - - - - - - */
#front-slider {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -900;
}
#front-slider .owl-wrapper-outer,
#front-slider .owl-wrapper,
#front-slider .owl-item {
  height: 100% !important;
}
#front-slider .slider-background {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
}
#front-slider h2 {
  position: absolute;
  left: 0;
  top: 400px;
  width: 100%;
  font-size: 60px;
}
/* - - - - - - - - - - - - - - - - - - - - - - -
		Main content
- - - - - - - - - - - - - - - - - - - - - - - */
.home #content {
  margin-top: 450px;
  background: rgba(255, 255, 255, 0.9);
}
.home #content .post-content {
  background: none !important;
}
#content {
  position: relative;
}
#content > section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-direction: row;
}
#content > section:after {
  display: table;
  content: '';
  clear: both;
}
#content #primary {
  width: 100%;
  padding: 0;
}
#content #primary img {
  max-width: 100%;
  height: auto;
}
#content #primary h1 {
  text-transform: uppercase;
}
#content #primary .post .post-content ul {
  margin-left: 60px;
  margin-bottom: 20px;
}
#content #primary .post .post-content ul li {
  margin-left: 10px;
  padding: 10px 0;
  line-height: 1.4;
}
#content #primary .post .post-content p {
  margin: 28px 0;
  line-height: 1.6;
}
#content #primary .post .post-content h3 {
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 10px;
  border-bottom: 1px solid #3a68d1;
}
#content #primary .post.post-page {
  padding-top: 40px;
  background: rgba(255, 255, 255, 0.9);
}
#content #primary .post.post-page h1 {
  margin: 0;
}
#content #primary .post.post-page:last-child {
  padding-bottom: 40px;
}
#content #primary .post:not(.post-page) header {
  background: rgba(255, 255, 255, 0.7);
  max-width: 700px;
  width: 100%;
  margin: 60px auto;
  padding: 60px;
}
#content #primary .post:not(.post-page) h1 {
  text-align: center;
}
#content #primary .post:not(.post-page) .post-content {
  padding: 40px 20px;
  background: rgba(255, 255, 255, 0.9);
}
#content #primary .anchor-link {
  border: 0;
  margin-top: 20px;
  text-align: center;
}
#content #primary .anchor-link:before {
  content: '';
  display: block;
  width: 80%;
  height: 1px;
  background: rgba(0, 0, 0, 0.6);
  margin: 0 auto 20px auto;
}
#content #primary .anchor-link li {
  display: inline-block;
  padding: 0 14px;
}
#content #primary .anchor-link li a {
  display: inline-block;
  color: rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
  font-weight: bold;
}
#content #primary .anchor-link li a:hover {
  opacity: 0.7;
}
#content #primary .anchor-link li a:hover span {
  opacity: 0.7;
}
#content #primary .anchor-link li img {
  max-width: 50px;
  width: 100%;
}
#content #primary .anchor-link li span {
  display: block;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
}
#content #secondary {
  width: 30%;
  padding: 0 0 0 20px;
}
/* - - - - - - - - - - - - - - - - - - - - - - -
		404 error page
- - - - - - - - - - - - - - - - - - - - - - - */
.no-results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-direction: column;
  width: 60%;
  height: 650px;
  margin: auto;
  text-align: center;
}
.no-results div {
  margin: auto;
}
.no-results h1 {
  font-size: 46px;
  color: #3a68d1;
}
.no-results p {
  color: rgba(0, 0, 0, 0.4);
  font-size: 24px;
  font-weight: lighter;
  font-style: italic;
}
.no-results form {
  padding-top: 20px;
}
.no-results form label {
  display: none;
}
.no-results form input[type="text"] {
  width: 76%;
  float: left;
  padding: 20px;
}
.no-results form input[type="submit"] {
  width: 20%;
  float: right;
}
.no-results form input {
  height: 46px;
}
/* - - - - - - - - - - - - - - - - - - - - - - -
		Formulaire de commentaires
- - - - - - - - - - - - - - - - - - - - - - - */
.post-comment {
  clear: both;
  background: #f1f1f1;
  padding: 20px 0;
}
.post-comment h2,
.post-comment .comment-reply-title {
  padding: 20px 0 10px 0;
  border-bottom: 1px solid #23282d;
  display: inline-block;
  font-size: 20px;
}
.post-comment .fn {
  font-weight: 700;
}
.post-comment li {
  padding: 20px 0;
  border-bottom: 1px solid #dbdbdb;
}
.post-comment .comment-body > p {
  padding: 10px 0;
}
.post-comment ul {
  margin-left: 40px;
  padding-left: 20px;
  border-left: 1px solid #dbdbdb;
}
.post-comment ul li {
  border-bottom: 0;
}
.post-comment label,
.post-comment .required {
  display: none;
}
.post-comment textarea,
.post-comment input {
  font-family: 'PT Sans', sans-serif;
  padding: 6px 10px;
  border: 1px solid #3a68d1;
  margin: 6px 0;
  font-size: 14px;
}
.post-comment textarea {
  width: 100%;
}
.post-comment textarea:focus,
.post-comment input:focus,
.post-comment textarea:hover,
.post-comment input:hover {
  border: 1px solid #23282d;
}
.post-comment .comment-form .logged-in-as {
  margin-top: 10px;
}
.post-comment .comment-form .form-allowed-tags {
  margin-bottom: 10px;
}
.post-comment .form-allowed-tags {
  opacity: 0.5;
}
/* - - - - - - - - - - - - - - - - - - - - - - -
		Footer
- - - - - - - - - - - - - - - - - - - - - - - */
#main-footer {
  background: #fff;
  padding: 20px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  position: relative;
}
#main-footer img.arrow {
  position: absolute;
  top: -20px;
  left: 50%;
}
#main-footer h2 {
  font-size: 18px;
  font-weight: 600;
}
#main-footer a:hover {
  color: #69ced9;
}
#main-footer .widget:first-child {
  float: left;
}
#main-footer .widget:last-child {
  float: right;
}
#main-footer .widget:last-child span {
  display: block;
}
#main-footer:after {
  display: table;
  content: '';
  clear: both;
}
/* - - - - - - - - - - - - - - - - - - - - - - -
		Media Queries
- - - - - - - - - - - - - - - - - - - - - - - */
@media screen and (max-width: 800px) {
  .gridwrapper2 > *,
  .gridwrapper3 > *,
  .gridwrapper4 > * {
    width: 100%;
  }
  [class*='gridwrapper'] > * {
    float: none;
  }
  #content > section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-direction: column;
  }
  #primary,
  #secondary {
    width: 100% !important;
    padding: 0 !important;
  }
  .web-size {
    padding: 0 30px;
  }
  #main-navigation .responsive-menu-icon {
    display: inherit;
  }
  #main-navigation.simple-navigation {
    padding-bottom: 20px;
  }
  #main-navigation.simple-navigation > nav {
    display: none;
  }
  .social-link {
    display: none;
  }
  #front-slider h2 {
    font-size: 34px;
  }
}
@media screen and (max-width: 550px) {
  input,
  textarea {
    width: 100%;
    margin: 4px 0;
  }
  #main-navigation.active-menu {
    width: 100%;
  }
  #main-navigation.active-menu .close-icon {
    position: static;
    width: 100%;
    margin-bottom: 20px;
  }
  #main-navigation.active-menu .close-icon:before,
  #main-navigation.active-menu .close-icon:after {
    right: 20px;
  }
  .site-title {
    width: 100%;
    float: none !important;
  }
  .site-title img {
    margin: auto;
    width: 100% !important;
    max-width: 250px;
  }
  .header-link {
    display: none;
  }
  .header-tel {
    display: inherit !important;
  }
  #front-slider h2 {
    font-size: 20px;
  }
}
/* - - - - - - - - - - - - - - - - - - - - - - -
		Animations CSS
- - - - - - - - - - - - - - - - - - - - - - - */
@-webkit-keyframes fadeIn {
  to {
    opacity: 1;
    display: inherit;
  }
}
@keyframes fadeIn {
  to {
    opacity: 1;
    display: inherit;
  }
}
@-webkit-keyframes fadeOut {
  to {
    opacity: 0;
    display: none;
  }
}
@keyframes fadeOut {
  to {
    opacity: 0;
    display: none;
  }

}
.fade-in {
  opacity: 0;
  -webkit-animation: fadeIn 0.2s ease-in 1 forwards;
          animation: fadeIn 0.2s ease-in 1 forwards;
}
.fade-out {
  opacity: 1;
  -webkit-animation: fadeOut 0.2s ease-in 1 forwards;
          animation: fadeOut 0.2s ease-in 1 forwards;
}
