@font-face {
    font-family: 'savateitalique';
    src: url('savate-italique-webfont.woff2') format('woff2'),
          url('savate-italique-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'savateregular';
    src: url('savate-regular-webfont.woff2') format('woff2'),
         url('savate-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  }


* {
	margin:0;
	padding: 0;
}

body { 
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; !important; 
  background-color: transparent !important;

	}

::selection {
  background: #8a00ff; /* WebKit/Blink Browsers */
  color:white;
}
::-moz-selection {
  background: #8a00ff; /* Gecko Browsers */
    color:white;
}



/*a {
	text-decoration: none !important;
	color:black !important;
	cursor: pointer;
}


a:visited {
	color: black;
}*/

.logo {
  font-family: 'savateitalique';
  font-size: 4vmin;
}

.header {
  background-color: #8a00ff;
  color:white;
  padding: 1vmin;

  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}

.header:hover {
  background-color: #D8D8D8;

    -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}

.header a, .header a:visited  {
  text-decoration: none !important;
  color: white !important;
  cursor: pointer;

  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}

.header a:hover {
  color: #8a00ff !important;
/*  text-shadow:0px 0px 20px white;*/

  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  cursor: pointer; 
}

.basker {
  font-family: 'Baskerville';
}

.savate {
  font-family: 'savateregular';
}

.noms {
  background-color: #F0F0F0;
  height: 100vmin;
  z-index: 1000;
  overflow-y: scroll;
}

.noms li {
  list-style: none;
}


.decaux {  width: 42vmin !important; /*display: inline-block;*/ /*position: absolute;*/}
.decaux_min { height: auto !important; width: 42vmin !important; display: inline-block;}

.w100 { width: 35vmin !important; }

.w90 { width: 31vmin !important; }

.w80 { width: 28vmin !important; }

.w70 { width: 24vmin !important; }

.w60 { width: 21vmin !important; }

.w40 { width: 14vmin !important; }

.w30 { width: 10.5vmin !important; }

.categorie {font-family: "savateregular"; font-size: 2vmin;}

.projects-filter {line-height: 3vmin;}
.projects-filter button {margin-bottom: 1vmin; border-width: 1px 1px 1px 1px;}

.btn-outline-violet { 
  background-color: transparent !important;
  color: #8a00ff !important;
  border-color: #8a00ff !important;
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  border-width:1px !important;
  }

  .btn-outline-violet:hover { 
  background-color: #8a00ff !important;
  color: white !important;
  border-color: #8a00ff !important;
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  cursor: pointer; 
border-width:1px !important;}

  .btn-outline-violet:focus { 
    outline:0;
  background-color: black !important;
  color: white !important;
  border-color: #8a00ff !important;
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  cursor: pointer; 
border-width:1px !important;}

.projects-content {width: auto; position: absolute; }

#items div {display: inline-block;}

.projects-content img {
  padding-bottom: 2vmin;}


/* Texte défilant */

/**
* concerne le défilement
**/
/* le block conteneur */
.marque {
/*  margin: 2em auto;*/
  border: 1px solid #FFF;
  overflow: hidden;
  box-shadow: 0 0 1em #8a00ff;
  font-family: "Baskerville";
  background-color: white;
}
/* juste pour visualiser l'effet */
.marque:hover [data-text]:before {
  animation-play-state: paused;
}

/* les blocks défilants */
.marque [data-text] {
  white-space: nowrap;
  display: inline-block;
  min-width: 150%;            /* 2 fois la largeur du conteneur */
  font-size: 1em;
/*  line-height: 2em;*/
  cursor: pointer;  
}
.marque [data-text]:before,
.marque [data-text]:after {
  content: attr( data-text) "\00A0";
  display: inline-block;
  min-width: 50%;             /* la moitié du parent */
}
.marque [data-text]:before {
  animation: marque-defil 10s infinite linear;
}
.marque [data-text]:after {
/*  color: #00F;   */             /* juste pour voir le changement */
}
@keyframes marque-defil {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -41%;
  }
}


.active {
/*  background: linear-gradient(to bottom, #3cb0fd, #3498db);*/
  text-decoration: none;
}

.box {
/*  background-image: linear-gradient(to bottom, #3498db, #2980b9);*/
/*  padding: 10px;*/
/*  height: 100px;
  width: calc(25% - 10px);*/
/*  float: left;*/
  margin: 10px;
/*  text-align: center;
  border-radius: 3px;
  color: #fff;*/
  display: inline-block;
  position: relative;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
  z-index: 1000;
/*  border-radius: 10px; */
}

body::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5; }

body::-webkit-scrollbar-thumb {
/*  border-radius: 10px;*/
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-image: -webkit-gradient(linear, left bottom, left top, from(#8a00ff), to(#dadada));
  background-image: -webkit-linear-gradient(bottom, #8a00ff 0%, #dadada 100%);
  background-image: linear-gradient(to top, #8a00ff 0%, #dadada 100%); }

.box { 
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;} 

.box:hover { 
  cursor: pointer;   
  box-shadow: 0 0 1em #8a00ff;   
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;} 

.filtres {
  overflow: scroll;
}

a.reservation {color:#8a00ff !important; text-decoration: none !important;}
a.reservation:hover {color:white!important;}

.graphiste {font-size: 5vmin;}
.titre {font-family: 'savateitalique'; font-size: 5vmin;}
.date {font-size: 5vmin;}
.infos span {line-height: 5vmin;}

.prix {  
  font-family: 'savateregular';
  color: #8a00ff !important;
  border-color: #8a00ff !important;
  text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;}

  .prix_sm {  
  font-family: 'savateregular';
  color: #8a00ff !important;
  border-color: #8a00ff !important;
  text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .25rem;}

svg#out {
  position: absolute;
  float: left;
   left: 0px;
   top: 45%;
   z-index: 3000;
   font-family: "savateitalique";
   text-align: center;
   visibility: hidden;

}

.box:hover svg#out{
  visibility:  visible;
  cursor: crosshair !important;
}

.CGV_titre{
  font-family: 'savateitalique';
  font-size: 8vmin;
  color:#8a00ff;

}

.CGV_soustitre{
  font-family: 'Baskerville';
  font-size: 4vmin;
  font-style: bold;

}

.mentions_titre{
  font-family: 'savateitalique';
  font-size: 8vmin;

}

.mentions_soustitre{
  font-family: 'Baskerville';
  font-size: 4vmin;
  font-style: bold;
    color: #8a00ff !important;

}

.apropos-dosbleu {
  font-family: 'savateitalique';
  font-size: 2vmin;
}