/*
 Theme Name:   Conception
 Theme URI:    https://conception.ethos-digital.ch/
 Description:  Ethos Conception Child Theme
 Author:       Ethos Digital / JMJ
 Author URI:   http://ethos-digital.ch
 Template:     wp-bootstrap-starter
 Version:      1.0
 */
.swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto; }
  .swiper-container.gallery-thumbs {
    height: 125px;
    box-sizing: border-box;
    display: flex; }
    .swiper-container.gallery-thumbs .swiper-wrapper {
      width: auto; }
      .swiper-container.gallery-thumbs .swiper-wrapper .swiper-slide {
        width: 25%;
        height: 100%; }
        .swiper-container.gallery-thumbs .swiper-wrapper .swiper-slide img {
          opacity: 0.5;
          width: auto;
          height: auto;
          max-width: 100%;
          max-height: 100%;
          -ms-transform: translate(-50%, -50%);
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          position: absolute;
          left: 50%;
          top: 50%;
          border: solid 1px #ccc; }
        .swiper-container.gallery-thumbs .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
          font-weight: bold; }
          .swiper-container.gallery-thumbs .swiper-wrapper .swiper-slide.swiper-slide-thumb-active img {
            opacity: 1; }
    .swiper-container.gallery-thumbs .swiper-slide-thumb-active {
      opacity: 1; }
  .swiper-container.gallery-image {
    margin-bottom: 50px; }
    .swiper-container.gallery-image .swiper-slide {
      background-color: #f1f1f1;
      display: flex;
      justify-content: center;
      align-items: center; }
      .swiper-container.gallery-image .swiper-slide img {
        border: solid 1px #ccc;
        display: none; }
      .swiper-container.gallery-image .swiper-slide.swiper-slide-active img {
        display: block; }

/* .swiper-slide {
  background-size: cover;
  background-position: center;
} */
/* .gallery-top {
  height: 80%;
  width: 100%;
} */
html, body {
  position: relative;
  height: 100%; }

body {
  position: relative; }
  body.login {
    background: #f1f1f1; }
    body.login #login {
      margin-bottom: 50px; }
  body a {
    color: #d73f3f; }
    body a:hover {
      color: #d73f3f; }
    body a.btn:focus {
      color: #fff; }
    body a:focus {
      box-shadow: none; }
  body .date {
    display: inline-block;
    padding: 3px 5px;
    font-weight: bold;
    margin-bottom: 10px; }
  body .projets {
    display: flex;
    flex-wrap: wrap;
    margin: -15px; }
    body .projets .projet {
      background: #fff;
      padding: 100px 20px 15px 20px;
      flex: 0 1 25%;
      margin: 15px; }
  body .projet {
    position: relative;
    /* & > .container.root {
			display:flex;
			flex-wrap:wrap;
		} */
    margin-bottom: 50px; }
    body .projet img.thumbnail {
      border: solid 1px #aaa; }
    body .projet div.thumbnail {
      margin-right: 40px;
      min-width: 50px; }
    body .projet .content {
      margin-top: 40px;
      background: #fff;
      padding: 20px 30px; }
    body .projet .sous-projet {
      margin-bottom: 30px;
      background: #fff;
      padding: 20px 30px;
      margin-bottom: 20px;
      flex: 2 1; }
      body .projet .sous-projet code {
        color: #333; }
      body .projet .sous-projet img {
        border: solid 1px #aaa; }
      body .projet .sous-projet .btn {
        display: block;
        margin-bottom: 10px; }
      body .projet .sous-projet .details {
        display: flex;
        justify-content: flex-start; }
        body .projet .sous-projet .details .infos {
          margin-right: 20px; }
          body .projet .sous-projet .details .infos .actions {
            margin-top: 10px; }
    body .projet .files {
      margin: 30px 0 30px 0;
      padding: 15px 30px 0 30px;
      background: #fff;
      font-size: 11px;
      display: flex;
      flex-wrap: wrap; }
      body .projet .files .file {
        display: flex;
        flex-direction: column;
        flex-grow: 1;
        margin-bottom: 15px; }
    body .projet .gallery-thumbs {
      margin-top: 50px;
      padding-bottom: 30px;
      margin-bottom: 20px; }
      body .projet .gallery-thumbs .swiper-slide {
        cursor: pointer; }
        body .projet .gallery-thumbs .swiper-slide label {
          position: absolute;
          left: 0;
          bottom: -25px;
          width: 100%;
          z-index: 9;
          background: #fff;
          text-align: center;
          font-size: 12px; }
      body .projet .gallery-thumbs .swiper-button-disabled {
        opacity: 0; }
    body .projet .swiper-container .swiper-wrapper .swiper-slide {
      background: #fff; }
    body .projet .url {
      background: #fff;
      margin: 0;
      padding: 10px 20px;
      font-size: 12px; }
      body .projet .url label {
        display: block;
        margin-bottom: 15px; }
      body .projet .url span {
        margin-left: 20px; }
  body .embed-container {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto; }
  body .embed-container iframe,
  body .embed-container object,
  body .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  body header#masthead {
    background: #000; }
  body .clients {
    list-style-type: none;
    margin-left: 0; }
    body .clients .client {
      margin-bottom: 30px; }
      body .clients .client h2 {
        background-color: #fff;
        padding: 10px 20px;
        margin-bottom: 15px; }
      body .clients .client .projets {
        list-style-type: disc;
        padding-left: 40px; }
  body .header-client {
    background: #000;
    color: #fff;
    padding: 10px 0; }
    body .header-client h2 {
      margin: 0;
      padding: 0; }
      body .header-client h2 a {
        color: #d73f3f; }
  body .page-header h2 {
    background-color: #ddd;
    padding: 10px 20px;
    margin-bottom: 30px; }
  body.single-projet .projet .page-header h2 {
    text-align: center; }
  body #content.projet-child {
    background: #fff; }
