

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 300;
    src: local("Roboto Light"), url("fonts/Roboto-Light.woff2") format("woff2")
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    src: local("Roboto"), url("fonts/Roboto-Regular.woff2") format("woff2")
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    src: local("Roboto Bold"), url("fonts/Roboto-Bold.woff2") format("woff2")
}

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 300;
    src: local("Open Sans Light"), url("fonts/OpenSans-Light.woff2") format("woff2")
}

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    src: local("Open Sans"), url("fonts/OpenSans.woff2") format("woff2")
}

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 600;
    src: local("Open Sans Semibold"), url("fonts/OpenSans-Semibold.woff2") format("woff2")
}

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 700;
    src: local("Open Sans Bold"), url("fonts/OpenSans-Bold.woff2") format("woff2")
}

@font-face {
    font-family: "Playfair Display";
    font-style: italic;
    font-weight: 400;
    src: local("Playfair Display Italic"), local("PlayfairDisplay-Italic"), url("fonts/PlayfairDisplay-Italic.woff2") format("woff2")
}

:root {
    --gray-dark-color: #161615;
    --gray-light-color: #929291;
    --blue-dark-color: #1C1945;
    --blue-light-color: #00AFEA;
    --red-dark-color: #700505;
}

body {
    margin: 0px;
    font-family: "Open Sans", Sans-serif
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 300;
    letter-spacing: 0.4px;
    font-family: "Open Sans", Sans-serif;
    color: #232323
}

p {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 23px;
    letter-spacing: 0.2px;
    color: #797979
}

dl, dt{
}

dd {
    margin : 5px 0 25px 0
}

a:hover,
a:focus,
a:active,
a.active {
//color: var(--red-dark-color);
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0
}

::selection {
    text-shadow: none;
    //background: var(--red-dark-color);
    //border-color: var(--red-dark-color);
}

@media (min-width:768px) {
    section {
        padding: 60px 0 60px 0
    }
}

section {
    padding: 20px 0 ;
}

.navbar-default {
    background-color: #222;
    border-color: transparent
}

.navbar-default .navbar-brand {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    padding-top: 15px;
    text-shadow: rgb(34, 34, 34) 1px 0px 0px, rgb(34, 34, 34) 0.540302px 0.841471px 0px, rgb(34, 34, 34) -0.416147px 0.909297px 0px, rgb(34, 34, 34) -0.989993px 0.14112px 0px, rgb(34, 34, 34) -0.653644px -0.756803px 0px, rgb(34, 34, 34) 0.283662px -0.958924px 0px, rgb(34, 34, 34) 0.96017px -0.279416px 0px;
}
.navbar-default .navbar-brand span.color {
    //color: var(--red-dark-color);
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
    //color: var(--red-dark-color);
    color : white;
    opacity : 0.8;
}

.navbar-default .navbar-collapse {
    border-color: rgba(255, 255, 255, .02)
}

.navbar-default .navbar-toggle {
    background-color: var(--gray-light-color);
    border-color: var(--gray-light-color);
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: var(--gray-light-color);
    border-color: var(--gray-light-color);
    opacity : 0.8
}

.navbar-default .nav li a {
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    color: #fff
}

.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
    opacity : 0.8;
    //color: var(--gray-light-color);
    color : white;
    outline: 0
}

.navbar-default .navbar-nav>.active>a {
    border-radius: 0;
    color: #fff;
    //background-color: var(--red-dark-color);
    //border-color: var(--red-dark-color);
}

.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    //background-color: var(--red-dark-color);
    //border-color: var(--red-dark-color);
}

@media (min-width:768px) {
    .navbar-default {
        //background-color: transparent;
        padding: 25px 0;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
        border: 0
    }
    .navbar-default .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s
    }
    .navbar-default .navbar-nav>.active>a {
        border-radius: 3px
    }
    .navbar-default.navbar-shrink {
        background-color: #222;
        padding: 10px 0
    }
    .navbar-default.navbar-shrink .navbar-brand {
        font-size: 1.5em
    }
}

header {
    background-image: url(../images/saken.jpg);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    text-align: center;
    color: #fff
}

header .intro-text {
    padding-top: 100px;
    padding-bottom: 50px
}

@media (min-width:768px) {
    header .intro-text {
        padding-top: 300px;
        padding-bottom: 200px
    }
}

header .intro-text .intro-lead-in {
    font-family: "Playfair Display", sans-serif;
    font-style: italic;
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 25px
}

@media (min-width:768px) {
    header .intro-text .intro-lead-in {
        font-family: "Playfair Display", sans-serif;
        font-style: italic;
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 25px
    }
}

header .intro-text .intro-heading {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 25px
}

@media (min-width:768px) {
    header .intro-text .intro-heading {
        text-transform: uppercase;
        font-weight: 700;
        font-size: 60px;
        line-height: 60px;
        margin-bottom: 50px
    }
}

.section-title h2 {
    font-size: 34px;
    text-transform: uppercase
}

.section-title h2 span {
    //color: var(--red-dark-color);
}
.section-title h2 img {
    width: 90%;
    max-width: 410px;
}

.section-title p {
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
    margin: 50px 20px;
}
.section-title .logo-art {
    width: 250px;
    padding: 3px;
    border: 1px solid #ececec;
}

@media (max-width:768px) {
    .section-title h2 img {
        margin-bottom: 30px;
    }
    .section-title p {
        margin: 20px;
    }
}

.mz-module-about h3 {
    font-weight: 500;
    font-size: 17px;
    text-transform: uppercase;
    color: #3A3A3A;
    letter-spacing: 2px;
    margin-bottom: 20px
}

.mz-module-about p {
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    color: #969696
}

.ot-circle {
    height: 95px;
    width: 95px;
    text-align: center;
    line-height: 98px;
    color: #3E3E3E;
    border-radius: 100px;
    margin: 0 2px 4px;
    font-size: 31px
}

@media (max-width:768px) {
    .mz-module-about {
        margin-top : 30px;
    }

    .ot-circle {
        width: auto;
        height: auto;
        line-height: normal;
        text-align: center;
        color: #3E3E3E;
        margin: 0 2px 4px;
        font-size: 31px
    }

}

figure {
    position: relative;
    overflow: hidden;
    margin: 10px 1%;
    text-align: center;
}

figcaption {
}

.ot-portfolio-item figure figcaption>a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0
}

.ot-portfolio-item figure figcaption,
.ot-portfolio-item figure figcaption>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.dark-bg {
    background: #161615;
    background : #1C1945;
    color: #fff;
}

.dark-bg h2, .dark-bg h3{
    color: #fff;
}

.bg-img1 {
    /*background-image: url(../images/);*/
    background-size: cover !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed
}

.light-bg {
    background-color: #efefef
}

#jeu-saken {
max-height : 250px;
}

@media (max-width:768px) {
  #jeu-saken {
  max-height : 200px;
  }
}

.overlay-dark:before,
.overlay-light:before {
    background-color: rgba(32, 32, 32, 0.8);
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1
}

.overlay-dark,
.overlay-light {
    position: relative;
    z-index: 1
}

.short-section {
    padding-top: 110px;
    padding-bottom: 110px
}

.counter-item h2 {
    color: black;
    font-size: 60px;
    margin: 0
}

.counter-item h6 {
    color: #161615;
    font-size: 19px;
    margin: 0
}

@media (max-width:768px) {
    .counter-item {
        margin-bottom: 50px;
    }
}

.partner-logo {
    //height: 80px;
    text-align: center
}

.partner-logo img {
    height: 100%;
    width: 120px !important;
}

@media (max-width:768px) {
    .partner-logo img {
        padding: 0;
        margin: 0 auto;
    }
}

.team-item {
    text-align: center;
    background-color: #fff
}

.team-item h3 {
    font-size: 16px;
    font-weight: 500
}

.team-item .team-location {
    color: #C5C5C5;
    font-size: 13px;
    margin-bottom: 20px
}

.team-item .team-location {
    color: #C5C5C5;
    font-size: 12px;
    margin-bottom: 20px
}

.team-item .team-position {
    color: #000;
    font-size: 12px
}

.team-item p {
    font-size: 13px;
    font-weight: 300;
    color: #9C9C9C;
    padding: 5px 10px 20px 10px
}

section#formulaire form {
    margin-top: 15px
}

section#formulaire.form-group {
    margin-bottom: 25px
}

section#formulaire .form-group input,
section#formulaire .form-group textarea {
    padding: 15px;
    border: 1px solid #BBB;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
    font-size: 13px
}

section#formulaire  .row div:first-child h3 {
    font-weight:bold;
    //color: #555;
}

section#formulaire h3 span {
    //color:var(--red-dark-color);
}

section#formulaire button {
    //color:var(--red-dark-color);
}


@media (max-width:768px) {
    section#formulaire  .row div {
        text-align: center;
    }
    .horaire {
        margin: 50px 0;
    }
}

.contact p {
    font-size: 13px
}

.contact .day {
    display: inline-block;
    width: 80px
}

.contact i {
    margin-right: 5px
}

footer {
    padding: 30px;
    background-color: #000
}

footer p {
    color: #B7B7B7;
    margin: 0;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1.6px
}

footer p a {
    color: #fff
}

footer p a span {
    color: #FF9F46;
    font-size: 10px;
    letter-spacing: 1px;
    font-weight: 700
}

.modal-dialog {
    width: 100%;
    max-width: 800px;
}

.modal-content {
    border-radius: 0
}

.modal-header .close {
    font-size: 30px
}

.modal-title {
    text-transform: uppercase;
    font-size: 23px
}

.modal-body {
    padding: 0
}

.modal-body p {
    margin: 30px 20px;
    color: #2D2D2D
}

.modal-works {
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    margin: 25px 20px
}

.modal-works span {
    display: inline-block;
    /*background-color: #ec6061;*/
    border: 1px solid var(--red-dark-color);
    color: var(--red-dark-color);
    margin-right: 15px;
    margin-bottom: 7px;
    padding: 3px 10px;
    line-height: 2em;
}

.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    color: #fff;
    background-color: #318cc3;
    background-color: var(--gray-dark-color);
    //border-color: #1f85c3;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.open .dropdown-toggle.btn {
    color: #fff;
    background-color: #318cc3;
    background-color: var(--gray-dark-color);
    //border-color: #1f85c3;
    cursor: pointer;
}

.btn {
    display: inline-block;
    min-width : 250px;
    padding: 8px 20px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
    background-color : var(--gray-light-color);
}

.btn-xl {
    color: #fff;
    background-color: var(--gray-light-color);
    border-color: var(--gray-dark-color);
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 3px;
    font-size: 18px;
    padding: 20px 40px
}

.btn-xl:hover {

    border-color: var(--gray-dark-color);
    background-color: black;
}

#back-top {
    position: fixed;
    z-index: 1000;
    bottom: 40px;
    right: 50px
}

#back-top a {
    width: 60px;
    height: 60px;
    display: block;
    text-align: center;
    font: 11px/100% Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #FFF;
    background: var(--gray-light-color);
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    line-height : 60px;
}

#back-top a:hover {
    background-color: var(--gray-dark-color);
}

#back-top i {
    margin-top: 15px;
    font-size: 28px
}

@media only screen and (min-width:320px) and (max-width:480px) {
    #back-top {
        position: fixed;
        bottom: 10px;
        right: 30px
    }
    #back-top a {
        width: 50px;
        height: 50px;
        line-height : 50px;
    }
    #back-top i {
        margin-top: 15px;
        font-size: 20px
    }
}


#faq-slide {
min-height : 750px;
  }

.accordeon {
//margin-bottom : 40px
  }


.accordeon h5{
  display : inline-block;
  color : white;
  font-size : 12pt;
  margin: 10px;
  width : 100%;
  padding : 10px;
  border: 1px solid #929291;
  cursor : pointer;
  }

  .accordeon h5:active,   .accordion h5:focus,  .accordion h5:hover{
    //background-color: #161515;
    }

  @media only screen and (min-width:320px) and (max-width:768px) {
      .accordeon h5{
      display : inline-block;
      color : white;
      font-size : 12pt;
      margin: 10px;
      width : 90%;
      padding : 10px;
      border: 1px solid #929291;
      }

      .accordeon h5 + div{
        width : 90%;
        margin : 1% 5%;
        }
  }

  @media only screen and (min-width:320px) and (max-width:480px) {
      #faq-slide {
      min-height : 900px;
      }

      .accordeon {
      //margin-bottom : 40px
      }
  }

/* ================================ */
/* ==================== PAGE PARTIE */
.page-partie {
    padding-top: 100px;
    min-height: 91vh;
}
.page-partie .row {
    padding-top: 30px;
}
.w-auto {
    width: auto;
}


/* ================================ */
/* =================== TILE / ADMIN */
.tile-container {
    display: flex;
    flex-wrap: wrap
}
.tile-container a {
    text-decoration: none;
}

.tile-box {
    width: 400px;
    height: 200px;
    border: 1px solid #222222;
    border-radius: 15px;
    margin: 20px;
    padding: 1em;
}
.tile-box:hover {
    border: 1px solid #222222;
    background: #222222;
}
.tile-box h2 {
    text-transform: uppercase;
    text-align: center;
}
.tile-box p {
    text-align: center;
}
.tile-box i {
    font-size: 5em;
    color: #ededed;
    border: 1px solid #ededed;
    padding: 0 .5em;
}
.tile-box:hover h2 {
    color: #ededed;
}

.d-flex {
    display: flex;
}
.form-competition label {
    padding-top: 10px;
    margin-right: 10px;
}
.form-competition input[type=email], .form-competition input[type=text] {
    max-width: 70%;
}
.form-competition button {
    margin-top: 0;
    margin-left: 5px;
    height: 35px;
}

.form-competition select {
    max-height: 30px;
    margin-top: 5px;
}

.result_list .form-group {
    margin-left: 15px;
}
.result_list input+label {
    font-weight: normal;
}
.result_list-result {
    border-bottom: 1px solid #888;
    padding-left: 15px;
}