/*
Theme Name: LevelUp
Description: Dedicated Wordpress theme for LevelUp
Text Domain: levelup
*/
@import url('/web/wp-content/themes/LevelUp/custom.css');
/* ==========================================================================
	Base
/* ========================================================================== */
html {
  height: auto;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
}

html,
button,
input,
select,
textarea {
  font-family: Arial, sans-serif;
  color: #444;
}

body {
  margin: 0;
  padding: 0;
  font-size: 1em;
  line-height: 1.4;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  font-family: "AkkoStd-Light", sans-serif;
}

#page {
  background-image: url("images/page-bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.fonds { 
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 150%;
    background-image: url('images/page-bg.jpg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    z-index: -1;

}

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

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.gm-style img {
  max-width: none;
}

iframe {
  border: none;
}

/* ==========================================================================
	Links
/* ========================================================================== */
a {
  color: #26527c;
  text-decoration: underline;
}
a img {
  border: 0;
}

a:focus,
a:hover {
  color: #08111a;
}

a:focus {
  outline: 0;
}

a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
	Typography
/* ========================================================================== */
/* Headers */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 1em;
  line-height: 1.5em;
  font-family: "AkkoStd-Medium", sans-serif;
}
@media (max-width: 767px) {
  h1, h2, h3, h4, h5, h6 {
    text-align: center;
  }
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1.3em;
}

h4 {
  font-size: 1.3em;
  font-weight: normal;
}

h5, h6 {
  font-size: 1.1em;
}

/* Content Block Elements */
dl,
menu,
ol,
ul,
p,
pre {
  margin: 0 0 1em;
}

/* Lists */
menu,
ol,
ul {
  padding: 0 0 0 2em;
}

/* Selection Colors */
::-moz-selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

.warning {
  font-family: "AkkoStd-Light", sans-serif;
  padding: 0 10px;
}

/* =============================================================================
	Helper Classes
/* ========================================================================== */
/* Prefixed with tags to override default tag styling for these elemets if .button is added */
button,
.button,
a.button,
input.button {
  display: inline-block;
}

/* Responsive Media Styles */
.media img,
.media video,
.media object,
.media iframe {
  width: 100%;
  height: auto;
}

/* Clear Fix */
.clearfix:after,
.cf:after {
  content: '';
  display: table;
  clear: both;
}

/* Floats */
.floatleft {
  float: left;
}

.floatright {
  float: right;
}

.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}

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

.alignnone {
  display: inline-block;
}

.aligncenter {
  display: block;
  float: none;
  text-align: center;
  clear: both;
  margin: 20px auto;
}

/* =============================================================================
	Structural Styles, Media Queries & Page Styling
/* ========================================================================== */
.container {
  width: 960px;
  padding: 0 10px;
  margin: 0 auto;
}
.container:after {
  content: '';
  display: table;
  clear: both;
}
@media (max-width: 991px) {
  .container {
    width: 750px;
  }
}
@media (max-width: 767px) {
  .container {
    width: 100%;
  }
}

.row {
  margin: 0 -10px;
}
.row:after {
  content: '';
  display: table;
  clear: both;
}

.error404 {
  text-align: center;
}
.error404 ul {
  text-align: left;
}

.content.full-width,
.full-width {
  float: none;
  width: 100%;
}

.article {
  margin-bottom: 1em;
}

/* Navigation */
nav > ul {
  margin: 0;
  padding: 0;
}
nav ul:after {
  content: '';
  display: table;
  clear: both;
}

/* Paginations */
.navigation.pagination {
  clear: both;
}

.pagination .page-numbers {
  margin-right: 2px;
}

/* =============================================================================
	Layout
/* ========================================================================== */
header.main {
  background-color: #00A13A;
  color: #fff;
  padding: 25px 0 22px;
  position: relative;
  z-index: 100;
}
header.main .logo {
  float: left;
}
header.main .logo svg {
  display: block;
  width: 128px;
  height: 128px;
}
header.main .nav-wrapper {
  float: right;
  padding-top: 55px;
  display: block;
}
header.main .nav-wrapper ul, header.main .nav-wrapper div {
  display: inline-block;
}
header.main .nav-wrapper .widget {
  display: inline-block;
}
@media (max-width: 767px) {
  header.main .nav-wrapper {
    clear: both;
    float: none;
    display: none;
    padding-top: 0;
  }
  header.main .nav-wrapper ul, header.main .nav-wrapper div {
    display: block;
  }
  header.main .nav-wrapper .widget {
    display: block;
  }
}
header.main ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 40px;
}
header.main li {
  display: inline-block;
  padding-left: 15px;
}
header.main li.current-lang a {
  font-family: 'AkkoStd-Medium', sans-serif;
}
header.main .widget_nav_menu li {
  padding-left: 20px;
}
@media (max-width: 767px) {
  header.main .widget_nav_menu li {
    padding-left: 10px;
    padding-right: 10px;
  }
}
header.main a {
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  font-size: 25px;
}
header.main a:hover {
  color: #fff;
}
@media (max-width: 767px) {
  header.main {
    padding: 14px 0;
  }
  header.main .logo svg {
    width: 60px;
    height: 60px;
  }
  header.main ul {
    padding-top: 17px;
  }
  header.main .btns {
    padding-right: 62px;
  }
  header.main ul {
    padding: 0 0 20px;
    margin: 0;
  }
  header.main li {
    float: none;
    display: block;
    padding: 0 10px;
    margin: 0;
    text-align: center;
    padding-bottom: 5px;
  }
}

.nav-trigger-wrapper {
  position: absolute;
  height: 30px;
  top: 30px;
  right: 30px;
  cursor: pointer;
  display: none;
}
@media (max-width: 767px) {
  .nav-trigger-wrapper {
    display: block;
  }
}
.nav-trigger-wrapper.close .nav-trigger {
  background-color: transparent;
}
.nav-trigger-wrapper.close .nav-trigger:before, .nav-trigger-wrapper.close .nav-trigger:after {
  top: 0;
  bottom: auto;
}
.nav-trigger-wrapper.close .nav-trigger:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.nav-trigger-wrapper.close .nav-trigger:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.nav-trigger {
  width: 30px;
  position: relative;
  top: 12px;
  background-color: #fff;
  height: 4px;
  border-radius: 1px;
  display: block;
}
.nav-trigger:before, .nav-trigger:after {
  content: '';
  display: block;
  width: 30px;
  position: absolute;
  background-color: #fff;
  height: 4px;
  border-radius: 1px;
}
.nav-trigger:before {
  top: -8px;
}
.nav-trigger:after {
  bottom: -8px;
}

main.content {
  color: #fff;
  padding: 51px 0 41px;
}
main.content a {
  color: #fff;
}
main.content a:hover {
  color: #fff;
}
main.content h1 {
  color: #00A13A;
  font-size: 45px;
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 55px;
  position: relative;
  margin-bottom: 65px;
}
main.content h1:after {
  content: '';
  display: block;
  height: 8px;
  background-color: #00A13A;
  position: absolute;
  bottom: -18px;
  width: 100%;
}
main.content h1 img {
  display: inline-block;
  height: 55px;
  width: 55px;
  margin-top: -13px;
  margin-right: 16px;
}
main.content p {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 24px;
}
main.content .text-content {
  padding-bottom: 28px;
}
main.content h3 {
  font-size: 19px;
  position: relative;
  letter-spacing: 1px;
  margin-bottom: 18px;
}
main.content h3:after {
  content: '';
  display: block;
  height: 3px;
  background-color: #fff;
  position: absolute;
  width: 100%;
  bottom: -6px;
}
main.content.home-content {
  color: #00A13A;
}
main.content.home-content p {
  font-family: "AkkoStd-Medium", sans-serif;
  font-size: 28px;
  line-height: 34px;
}
main.content.home-content h1 {
  margin-bottom: 70px;
}
main.content.home-content .text-content {
  padding-bottom: 29px;
}
main.content.single iframe {
  width: 500px;
  height: 285px;
  margin-bottom: 24px;
  display: inline-block;
}
main.content.single .iframe-wrapper {
  text-align: center;
}
main.content.single img {
  width: 300px;
}
main.content.single a {
  color: white;
  text-decoration: none;
}
main.content.single a:hover {
  color: white;
}
@media (max-width: 767px) {
  main.content h1 {
    font-size: 35px;
    line-height: 45px;
  }
  main.content h1 img {
    height: 40px;
    width: 40px;
    margin-top: -8px;
    margin-right: 13px;
  }
  main.content.home-content p {
    font-size: 20px;
    line-height: 28px;
    text-align: center;
  }
  main.content.single iframe {
    width: 100%;
    height: calc(65vw - 20px);
  }
  main.content.single img {
    width: 100%;
  }
}

.col {
  float: left;
  padding: 0 10px 20px;
}
@media (max-width: 767px) {
  .col {
    float: none;
    width: 100% !important;
  }
}

.col-3 {
  width: 33.33%;
}

.col-2 {
  width: 50%;
}

.col-2x3 {
  width: 66.66%;
}

.tiles-wrapper {
  font-family: "Nothing You Could Do", cursive;
  padding-bottom: 32px;
}
.tiles-wrapper .tile {
  background-color: #fff;
  color: #000;
  padding: 12px 12px 10px;
  border-radius: 0 0 10px 10px;
}
.tiles-wrapper .tile:hover {
  background-color: #00A13A;
  color: #fff;
  transition: all 300ms;
}
.tiles-wrapper .tile:hover .overlay {
  opacity: 0.65;
  transition: all 300ms;
}
.tiles-wrapper .tile:hover a.text {
  color: #fff;
}
.tiles-wrapper a {
  display: block;
  text-decoration: none;
}
.tiles-wrapper a.text {
  color: #000;
  display: inline-block;
  font-weight: bold;
  font-size: 19px;
  padding-top: 6px;
}
.tiles-wrapper .thumb {
  height: 196px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.tiles-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tiles-wrapper .col-2 .thumb {
  height: 286px;
}
.tiles-wrapper .overlay {
  background-color: #00A13A;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .tiles-wrapper .thumb {
    height: 154px;
  }
  .tiles-wrapper .col-2 .thumb {
    height: 244px;
  }
}
@media (max-width: 767px) {
  .tiles-wrapper .thumb {
    height: calc(80vw - 44px) !important;
  }
}

.list-cols {
  font-family: "AkkoStd-Light", sans-serif;
  color: #fff;
}
.list-cols.custom-list {
  padding-bottom: 40px;
}
.list-cols.custom-list h2 {
  text-transform: none;
}
.list-cols a {
  text-decoration: none;
  color: inherit;
  font-size: 18px;
  line-height: 22px;
  display: inline-block;
}
.list-cols a span {
  font-family: "AkkoStd-Medium", sans-serif;
  font-weight: bold;
  padding-right: 15px;
}
.list-cols:not(.custom-list) h2 {
  text-transform: uppercase;
  font-size: 29px;
  letter-spacing: 0.5px;
  margin-bottom: 17px;
}
.list-cols ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-cols li, .list-cols .cff-item {
  margin-top: 17px;
  padding-bottom: 19px;
  padding-top: 0;
}
.list-cols .cff-text {
  font-family: "AkkoStd-Light", sans-serif;
}
.list-cols .ccf-post-text {
  margin: 0;
}
@media (max-width: 767px) {
  .list-cols {
    text-align: center;
  }
  .list-cols ul {
    text-align: left;
  }
}

.std-btn {
  display: inline-block;
  text-transform: uppercase;
  background-color: #000;
  color: #fff;
  margin: 18px 0;
  padding: 6px 15px 6px;
  font-family: "AkkoStd-Medium", sans-serif;
  font-weight: bold;
  min-width: 175px;
  text-align: center;
}
.std-btn:hover {
  transition: all 300ms;
  background-color: #00A13A;
}

.icon-tiles .thumb {
  background-image: url("images/page-bg.jpg");
  position: relative;
}
.icon-tiles .overlay {
  background-color: #fff;
  opacity: 0.65;
}
.icon-tiles .tile:hover .overlay {
  opacity: 1;
}
.icon-tiles .tile:hover .icon {
  transition: all 300ms;
  opacity: 0;
}
.icon-tiles .tile:hover .icon.hover {
  opacity: 1;
}
.icon-tiles .icon {
  display: block;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  width: 215px;
  height: 215px;
}
.icon-tiles .icon.hover {
  opacity: 0;
}

/* MOD ART2COM */
.icon-tiles-2 .icon {
	display: block;
	z-index: 2;
	width: 100px;
	height: 100px;
	margin-bottom:15px;
}
.lien-categorie {text-align:center;}	
.lien-categorie a:hover {color:#00A13A!important;}	
/* MOD ART2COM */

@media (max-width: 991px) {
  .icon-tiles .icon {
    width: 190px;
    height: 190px;
  }
}

.text-content.custom {
  padding-top: 9px;
  padding-bottom: 71px;
}
.text-content.custom h1 {
  margin-bottom: 18px;
}
.text-content.custom .col-2x3 {
  padding-top: 38px;
}
.text-content.custom h3 {
  text-transform: uppercase;
}
.text-content.custom .bg {
  background-color: #00A13A;
  border-radius: 0 0 10px 10px;
  padding: 36px 10px 19px;
}
.text-content.custom .bg p, .text-content.custom .bg a {
  font-size: 15px;
  line-height: 21px;
  margin-bottom: 21px;
  color: inherit;
  text-decoration: none;
}
@media (max-width: 767px) {
  .text-content.custom .bg {
    padding-top: 20px;
  }
}

footer.main {
  color: #fff;
  background-color: #000;
  padding-top: 32px;
}
footer.main .row {
  padding-bottom: 19px;
}
footer.main h2 {
  font-size: 29px;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
}
footer.main .bar {
  background-color: #00A13A;
  padding: 15px 0 14px;
}
footer.main .bar p, footer.main .bar a {
  font-size: 14px;
  margin-bottom: 0;
}
footer.main p, footer.main a {
  font-size: 18px;
  line-height: 22px;
}
footer.main p {
  margin-bottom: 22px;
}
footer.main a {
  text-decoration: none;
  color: inherit;
}
footer.main a span {
  display: inline-block;
  padding-left: 5px;
}
footer.main a.tel {
  cursor: default;
  color: #fff;
}
footer.main a.tel:hover {
  color: #fff;
}
footer.main .left {
  float: left;
}
footer.main .menu {
  float: right;
  margin: 0;
  padding: 0;
  list-style: none;
}
footer.main .menu li {
  float: left;
  padding-left: 15px;
}
footer.main .map {
  padding-top: 58px;
}
@media (max-width: 767px) {
  footer.main {
    text-align: center;
  }
  footer.main .left, footer.main .menu {
    float: none;
  }
  footer.main .menu li {
    float: none;
    padding-left: 0;
  }
}
