@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700');

body   {font-family: "Roboto", sans-serif;}

/* fond d'écran pour Noel
body#page-accueil {
	background-image: url("../images/glitter-texture.png")!important;
}
*/

.nav >li >a    {color: #102065; font-size: 16px;}

.nav >li >a:hover   {color: #FF552A;}

.nav-tabs .nav-link.active {color: #FF552A!important; }

.navbar-toggler {background-color: #E1E1E1!important;border: 1px solid #696969;border-radius: .25rem; box-shadow: 0px 2px 2px #84261a;}

.navbar-toggler:hover {background-color: #5A5A5A!important;}

.navbar-toggler-icon {background-image: url("../images/lines-burger.png")!important;}


.jumbotron-titre > h1 {font-family: allura, cursive;
	  font-size: 48px;
	  font-weight: 900;
		vertical-align: center;
	  text-shadow: 1px 3px 5px #686767; }

.jumbotron-titre > h2 {font-family: allura, cursive;
	  font-size: 36px;
	  font-weight: 900;
		vertical-align: center;
	  text-shadow: 1px 3px 5px #686767;
	   }

.mt-6 {
    margin-top: 3.5rem !important;
}

.mt-7 {
    margin-top: 4.75rem !important;
}

@media (max-width: 768px) {
  .jumbotron {
    padding-bottom: 0.750rem;
  }
  .jumbotron-titre > h1 {
    font-size: 28px;}
  .jumbotron-titre > h2 {
  font-size: 22px;
  }
  .jumbotron-titre > h5 {
  font-size: 14px;
  }
}

@media (max-width: 768px) {
	.carousel-header {display:none;}
}

@media (max-width: 576px) {
	.not-display {display:none;}
}

article {
	border: solid 1px;
	margin: 0.5rem;
	background-color: #EEFBFB;
}

.article-center {
	margin: auto;
}

@media (min-width: 576px) {
	article {
	box-shadow: 9px 6px 26px 0px rgba(0,0,0,0.71);
	}
}

hr {
	border-top: 1px solid rgba(0, 0, 0, 0.3)!important;
}

section article a img:hover{
	opacity: 0.5;
}

.modal img:hover{
 opacity: 1;
}

.modal a {
	text-decoration: none;

}

aside article a img:hover {
	transform: scale(1.2);
}

.bleu {
	color: #0F90B6;
}

.rouge {
	color: #FF0000;
}

.gris-clair {
	color: #CCCC99;
}

.gris {
	color: #696969;
}

.marron {
	color: #990000;
}

.noir {
	color: #212529;
}

.vert{
  color:darkgreen;
}

.navbar-nav .navbar-center {
    position: absolute;
    left: 45%;
    transform: translatex(-40%);
}

.navbar {
  min-height: 60px;
}

.navbar .nav> li > a > span {
  color: #FF7F55;
font-weight: 600;
font-size:      1.15em;
}

.navbar .nav> li > a:hover > span {
  color: #FF7FAA;
}

.carousel-caption-fluid {
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
  color: #fff;
  text-align: center;
}

.carousel-caption-fluid h1 {
  font-size: 1.50rem;
}

.carousel-caption-fluid h2 {
  font-size: 1.25rem;
}

.carousel-caption-fluid h3 {
  font-size: 1rem;
}

.carousel-caption-fluid h4 {
  font-size: 0.75rem;
}

@media (min-width: 768px) {
  .carousel-caption-fluid h1 {
    font-size: 2.50rem;
    padding-bottom: 20px;
  }

  .carousel-caption-fluid h2 {
    font-size: 2rem;
    padding-bottom: 20px;
  }

  .carousel-caption-fluid h3 {
    font-size: 1.75rem;
    padding-bottom: 20px;
  }

  .carousel-caption-fluid h4 {
    font-size: 1.5rem;
    padding-bottom: 20px;
  }

.no-padding-left {
  padding-left: 0px! important;
}

.no-padding-right {
  padding-right: 0px! important;
}
}

@media (max-width: 404px) {
	.carousel-caption-fluid {
	  position: absolute;
	  top: 30%;
	  left: 0;
	  width: 100%;
	  color: #fff;
	  text-align: center;
}
  .carousel-caption-fluid h1 {
    font-size: 1.50rem;
  }

  .carousel-caption-fluid h2 {
    font-size: 1.25rem;

  }

  .carousel-caption-fluid h3 {
    font-size: 1rem;

  }

  .carousel-caption-fluid h4 {
    font-size: 0.75rem;

  }
}

.machine {
	font-family: 'Oswald', sans-serif;
	background: #FFFFD4;
	text-transform: uppercase !important;
	cursor: default;
}

.typed-cursor {
	opacity: 0.2 !important;
}

.ml1 {
  font-weight: 900;
  font-size: 2.5em !important;
}

.ml1 .letter {
  display: inline-block;
  line-height: 1em;
}

.ml1 .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.1em;
  padding-right: 0.05em;
  padding-bottom: 0.15em;
}

.ml1 .line {
  opacity: 0;
  position: absolute;
  left: 0;
  height: 3px;
  width: 100%;
  background-color: #787878;
  transform-origin: 0 0;
}

.ml1 .line1 { top: 0; }
.ml1 .line2 { bottom: 0; }

.conteneur{
  max-width: 960px;
  display: flex;
	margin: auto;
  flex-direction: column;
  padding: 15px;
  border: 3px solid #990000;
  border-radius: 10px;
  box-shadow: 10px 10px 5px #ccc;
}

.petite-image {
  display: flex;
  order: 1;
}

.petite-image img{
  max-width: 100%;
  height: auto;

  padding: 5px;
  opacity: 0.8;
  cursor: pointer;
}

.petite-image img:hover{
  opacity: 1;
}

@media screen and (max-width: 600px) {
    .conteneur {
      max-width: 100%;
    }
    .petite-image img{
      width: 50px;
      height: 40px;
    }
}
