﻿/*Global*/
* {
  text-align: center;
  margin: auto;
}

/*header*/

.bandeau {
  margin-top: -50px;
  max-width: 1000px;
  opacity: 0.75;
}

.gif {
  width: 32%;
  margin-bottom: 30px;
}

/*page accueil > pour filer les colonnes en haut en attendant mieux*/
#sameh {
  overflow: hidden;
}

.samec {
  margin-top: -99999px;
  padding-top: 99999px;
}

/*background accueil*/
.rouge {
  background-color: #ffbeb9;
}
.orange {
  background-color: #ffdbb9;
}

.bleu {
  background-color: #a3d7de;
}

.vert {
  background-color: #abebb6;
}


/*Probablement inutile */
.sousmenu {
  color: #e24e42;
}

.breadcrumb-item+.breadcrumb-item::before {
 color: #c02b1f;
}

.breadcrumb {
  font-family: 'Space Mono', monospace;
}


/*...*/
.rougeclair {
  background-color: #ff978f;
}

.white {
  color: #ffffff;
}

.color {
  color: #ff756a;
}

.colorplus {
  /*color: #e24e42;*/
  color: #c02b1f;
}


/*Fonts*/
a:hover {
  color: #c02b1f;
  font-weight: bold;
}

small {
  font-family: 'Montserrat', sans-serif;
  color: #5285a7;
  font-size: 1rem;
}

h1 {
  font-family: 'Space Mono', monospace;
  color: #3c5667;
  text-align: right;
  visibility: hidden;
}

h2,
h3 {
  font-size: 1.6rem;
  font-family: 'Space Mono', monospace;
  /*color: #156A76;*/
  color: white;
  font-weight: bold;
  margin-bottom: 2%;
  padding-top: 2%;
}

h3 {
  color: #ff756a;
  font-weight: bold;
}

.texte {
  font-family: 'Montserrat', sans-serif;
  /* color: #3c5667;*/
  /*color: #156A76;*/
  color: white;
  padding-bottom: 3%;
  margin-bottom: 3%;
  margin-right: 3%;
  margin-left: 3%;
}

.textebis {
  font-family: 'Montserrat', sans-serif;
  color: rgb(66, 66, 66);
  padding-bottom: 3%;
  margin-bottom: 3%;
  margin-right: 3%;
  margin-left: 3%;
}

#rouge {
  color: white;
}

a {
  color: white;
  font-weight: bold;
  font-size: 1.2rem;
}

@media (max-width: 800px) {

  h2,
  h3 {
    font-size: 1.3rem;
  }

  a,
  .texte {
    font-size: 1.1rem;
  }

  .gif {
    margin-top: 30px;
    width: 50%;
    margin-bottom: 60px;
  }
}

@media (max-width: 600px) {

  .bandeau {
    margin-top: -5px;
    margin-bottom: 10px;
  }

  .gif {
    margin-top: 10px;
    width: 60%;
    margin-bottom: 60px;
  }

  h1 {
    font-size: 1.2rem;
  }

  h2,
  h3 {
    font-size: 1.4rem;
  }

  a,
  .texte {
    font-size: 1.2rem;
  }
}

.bg-bleu {
  background-color: #2a7f8b;
  z-index: 1;
}

/*Menu Burger*/
#burger {
  max-width: 140px;
}

.active {
  color: #ff756a;
  font-weight: bold;
}

.descente {
  width: 10%;
  margin-bottom: 2%;
}


/*Menu externe*/
#liens_externes {
  justify-content: space-around;
  margin-bottom: 20px;
}

.galerie {
  width: 18%;
  margin-bottom: 10px;
}

.galeriebis {
  width: 9%;
}

@media (max-width: 600px) {

  #burger {
    max-width: 90px;
  }

  .galerie {
    width: 32%;
    margin: 10px;
  }


  .galeriebis {
    width: 25%;
    margin: 2%;
  }

  .descente {
    width: 30%;
    margin-bottom: 2%;
  }
}

.img-thumbnail {
  background-color: unset;
  padding: 0rem;
  border: 0rem;
  margin: 3px;
  margin-bottom: 20px;
}


/*body*/
.titrerouge {
  color: #e24e42;
}

.titreorange {
  color: #e28f42;
}

.titrebleu {
  color: #2a7f8b;
}

.titrevert {
  color: #33ad48;
}

.liens {
  font-family: 'Montserrat', sans-serif;
  color: #e24e42;
}

section {
  margin-bottom: 20px;
}

/*footer*/
.breadcrumb-item {
  float: none;
}

.breadcrumb {
  /*background-color: #ff756a;*/
  /*background-color: #ffb26a;*/
  background-color: #ff978f;
  padding: 20px;
  margin: auto;
}

#footer {
  background-color:#43919c;
}

.mb-4 {
  margin-bottom: 1.5rem;
  color: white;
}

.footer {
  /*color: lightseagreen;*/
  color: #ff756a;
  padding-top: 30px;
  padding-bottom: 30px;
}

#copyright{
  padding-left: 0px;
  padding-right: 0px;
}

strong {
  color: #ff756a;
  font-size: 1.3rem
}

/*carousel*/

.carousel-indicators li {
  background-color: #ff766a;
  height: 6px;
}

.carousel-control-prev,
.carousel-control-next {
  opacity: 0.8;
}

.carousel-control-prev-icon {
  background-image: url("../img/carousel_prev-portfolio-designer_web-graphiste-nicolas-daffara-haute_savoie-annecy.png");
  width: 120px;
  height: 120px;
}

.carousel-control-next-icon {
  background-image: url("../img/carousel_next-portfolio-designer_web-graphiste-nicolas-daffara-haute_savoie-annecy.png");
  width: 120px;
  height: 120px;
}


@media (max-width: 1200px) {

  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    width: 90px;
    height: 90px;
  }
}

@media (max-width: 992px) {

  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    width: 60px;
    height: 60px;
  }
}

/* A identifier*/
#liens2 {
  vertical-align: center;
}

.contact {
  font-weight: bold;
  color: #3c5667;
  margin-bottom: 3%;
  font-size: 1.6rem;
  margin-right: 3%;
  margin-left: 3%;
}

/*page liens utiles*/
.liensutiles {
  color: #3c5667;
  font-size: 1.5rem;
}

/*page javascript*/
#pfc {
  padding-top: 2%;
}

.shifumi {
  max-width: 95%;
  margin-top: 10%;
  padding-bottom: 10%;
}

.bg-js {
  background-image: url("../img/illustration-shifumi-portfolio-designer_web-graphiste-nicolas-daffara-haute_savoie-annecy.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 5%;
}

.ligne {
  background-size: inherit;
}

.alert {
  padding: 2rem 1.50rem;
  margin-bottom: 1.5rem;
  border-radius: 50rem;
  color: yellowgreen;
}

/*page animations*/
.youtube {
  max-width: 800px;
  margin-bottom: 20px;
}

#fullpage {
  height: 90%;
  width: 100%;
  overflow: hidden;
}

@media (min-width: 768px) {
  #fullpage {
    height: 90%;
  }
}

/* responsive reference

// Small devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

// Medium devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

// Large devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

// Extra large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }*/


/*option bouton retour*/

a#cRetour {
  opacity: 1;
  position: fixed;
  right: 10px;
  bottom: 30px;
  text-align: center;
  size: 10%;
  transition: all ease-in 0.5s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

a#cRetour:before {
  content: url("../img/retour-portfolio-designer_web-graphiste-nicolas-daffara-haute_savoie-annecy.gif");
}

a#cRetour:hover {
 /* background: #ffbeb9;*/
  transition: all ease-in 0.2s;
}

a#cRetour.cInvisible {
  bottom: -35px;
  opacity: 0;
  transition: all ease-in 0.5s;
}

a#cRetour.cVisible {
  bottom: 20px;
  opacity: 1;
}

/*end*/