@import url('./reset.css');

/*color: #63c1cc;*/
body{
	background: #eeeeee;
	font-family: helvetica, arial;
  width: 100%;
  height: 100%;
  margin-bottom: 0px; /* Margin bottom by footer height */
}

header{
  height: 5%;
  position: relative;
  background: white;
}

.navbar {
  width: 100%;
  height: 10px;
  margin: 0 auto;
  position: relative;
  background: white;
}

.nav{
 background: transparent;
 text-align: center;
 margin-left: 10%;
position: absolute;
height: 10%;
}


.nav-link{
  margin: 0 auto;
}

.dropdown-item{
  margin: 0 auto;
}

.dropdown-menu{
  height: 100%;
}

#logo img{
  width: 80%;
}

#logo{
  margin-right: 60%;
}

 h6 {
  color: #63c1cc;
  width: 100%;
  display:inline-block;
  text-align: center;
  width: 100%;
}

 h5 {
  color: #63c1cc;
  width: 100%;
  display:inline-block;
  text-align: center;
  width: 100%;
}

h6:hover{
  color: #63c1cc;
}

h6:after {
  display:block;
  content: '';
  border-bottom: solid 1px #ffffff;  
  transform: scaleX(0);  
  transition: transform 250ms ease-in-out;
}
h6:hover:after { transform: scaleX(1); }


.icone{
  height: 40px;
  text-align: center;
  background: transparent;
}

.mycarousel{ 
	width: 100%;
  overflow: hidden;
  background: transparent;
  position: relative;
}

.banniere{
  background: transparent;
  height: 320px;
}

.toolbar {
  background: transparent;
  margin: 0auto;
  position: relative;
  text-align: center;
  padding: 80px;
}

.tile { 
     max-width: 100%;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;

}
.tile:hover { 
  overflow: hidden;
  position: relative; 

   -moz-transform: scale(1.50);
  -webkit-transform: scale(1.50);
  transform: scale(1.50);

  z-index: 100;

}

.scale-anm {
  
}

p{ 
  padding:10px; 
  border-bottom: 1px #ccc dotted; 
  text-decoration: none; 
  font-family: lato; 
  font-size: 12px; 
  color: #333; 
  display:block; 
  float:left;
}


.tile img {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin-bottom: 2px;
    overflow: hidden;
    z-index: 1;
    border: 1px solid #dddddd;
}


.flou img:hover {
  -webkit-filter: blur(5px);
           -moz-filter: blur(5px);
            -ms-filter: blur(5px);
             -o-filter: blur(5px);
                filter: blur(5px);

}



.legende p:hover {
  opacity: 1;
}

.btn {
    font-family: Avenir, helvetica,Arial;
    font-size: 1rem;
    font-weight: normal;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    line-height: normal;
    padding: .5rem 1rem;
    margin: 0;
    height: auto;
    border: 1px solid;
    vertical-align: middle;
    -webkit-appearance: none;
    color: #63c1cc;
    background-color: #eee;
}

.btn:hover {
  text-decoration: none;
  color: #fff
}

.btn:focus {
  outline: none;
  border-color: var(--darken-2);
  box-shadow: 0 0 0 3px var(--darken-3);
}

::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.text-btn{
  font-weight: bold;
  color: white;
  background-color: black;
  padding: 5px;
  text-align: center;
  position: relative;
  width: 20%;
  z-index: 10;
  margin: 0 auto;
}

.item img{
  width: 100%;
}

.carousel-inner{
  overflow: hidden;
}

.carousel-inner2{
  overflow: hidden;
}

.carousel-caption{
  top: 150px;
  font-weight: bold;
  font-size: 70px;
  font-family: 'Sacramento', cursive;
  line-height: 30px;
}

.carousel-caption h6{
  top: 10px;
  font-weight: light;
  font-size: 20px;
  color: white;
  font-family: 'arial';
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 3%;
  height: auto;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  background-color: transparent;
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-repeat: repeat-x;
}

.carousel-indicators {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #ffffff;
  border-radius: 10px;
}
.carousel-indicators .active {
  color: #63c1cc;
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #63c1cc;
}


.img-responsive{
  width: 100%;
}

#deco{
	color: #63c1cc;
}

.bouton {
	padding: 10px;
	color: white;
	font-weight: bold;
	border-radius: 22px;
}

.bouton:hover{
	color: #63c1cc;
	text-decoration: none;
}

section#accueil{ 
	position: relative;
	width: 100%;
  height: 50%;
  overflow: hidden;
}

h1 {
  color: #000000;
  font-family: 'Sacramento', cursive;
  font-size: 40px;
  text-align: center;
  background: none;
  width: 100%;
  margin: 0auto;
  padding: 5px;
}

h2 {
  color: #63c1cc;
  font-family: 'Sacramento', cursive;
  font-size: 40px;
  text-align: center;
  background: transparent;
  width: 100%;
  margin: 0auto;
}

.img-portfolio {
	width: 230px;
	height: 230px;
	background-color: teal;
	padding: 2px;
	display: inline;
}

.img-portfolio:hover{
	width: 230px;
	height: 230px;
	padding: 15px;
	background-color: teal;
	opacity: 0.7;
	padding: 2px;
	display: inline;
}


section#portfolio{
	background: url(./image/fond-portfolio.jpg);
	width: 100%;
	height: 100%;
	position: relative;
	display: inline-block;
}

.title {
  position: relative;

}

figure{
position: relative;
}

/*figcaption:before{
  position: absolute;
    bottom: 10px;
    width: 40px;
    height: 40px;
    color: white;
    background-color: black;
    opacity: 1;
    content:"?";
    text-color: white;
    font-size: 15px;
    text-align: center;
    border-radius: 40px;
    z-index: 1;
}*/

figcaption{
  position: absolute;
    bottom: 0;
    width: 100%;
    height: 18%;
    color: white;
    background-color: black;
    opacity: 0.7;
    animation: masuperposition 2s;
    padding: 2%;
    font-size: 13px;
    content: "";
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

/*.overlay  {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  transition: .3s ease;
  background-color: #63c1cc;
  z-index: 1;
  pointer-events:none;
}

 .galerie:hover .overlay{
  opacity: 1;
  width: 100%;
}


.text {
  color: white;
  font-size: 12px;
  position: absolute;

}*/

#container-port{
  height: 100%;
    overflow: visible;
}

section#contact{
  width: 100%;
	height: 100%;
	position: relative;
	display: inline-block;
  background: white;
  padding-bottom: 10%;
}

.aproposfond {
  width: 50%;
  height: 250px;
  margin-left: 22%;
  margin-bottom: 10px;
  position: relative;
  background: white;
  padding: 10px;
  border: 1px solid #fad390;
  position: absolute;
  z-index: 1;
}

.apropos p{
  width: 50%;
  margin-left: 27%;
  margin-top: 2%;
  position: relative;
  background: white;
  padding: 10px;
  z-index: 2;
  text-align: right;
  font-family: avenir;
  font-size: 16px;
  line-height: 30px;
  text-decoration: none;
}


#container-contact{
  height: 100%;
  margin-top: 5%;
  background: #fff;
  text-align: center;
}

#container-contact img{
  width: 70%;
  margin: 0 auto;
  background: white;
}


footer { 
	text-align: center;
	background: #eeeee;
	width: 100%;
  height: 10%;
	font-family: helvetica, arial;
	font-size: 12px;
	position: relative;
	bottom: 0;
}

#mentions{
	text-align: center;
  color: #63c1cc;
}

#mentions a{
  text-align: center;
  text-decoration: none;
}

.picto {
  width: 30px;
  position: relative;
  margin-right: 20px;
}
.picto2 {
  width: 60px;
  position: relative;
}

.picto a{
  text-decoration: none;
}

.picto:hover{
	text-decoration: none;
}


.works {  
    margin: 20px 0;
    -webkit-column-count: 4; 
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    -webkit-column-width: 27%;
    -moz-column-width: 27%;
    column-width: 27%;
    position: relative;
    overflow: hidden;
}


.galerie {
  margin-right: 20px;
  margin-left: 20px;
  height: 100%;
}

.galerie img{
  z-index: 1;
}


.btn {
    font-family: Avenir, helvetica,Arial;
    font-size: 1rem;
    font-weight: normal;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    line-height: normal;
    padding: .5rem 1rem;
    margin: 0;
    height: auto;
    border: 1px solid;
    vertical-align: middle;
    -webkit-appearance: none;
    color: #63c1cc;
    background-color: #eee;
}

.btn:hover {
  text-decoration: none;
  color: #fff
}

.btn:focus {
  outline: none;
  border-color: var(--darken-2);
  box-shadow: 0 0 0 3px var(--darken-3);
}


#return-to-top {
    position: fixed;
    bottom: 55px;
    right: 35px;
    background: #63c1cc;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    text-align: center;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 22px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: #eeeeee;
    color: black;
}
#return-to-top:hover i {
    color: #000;
    top: 5px;
}


* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}




.thumbnail {margin-bottom:6px;}


.modal-body .img-responsive { 
	text-align: center;
	width: 100%;
	border: none;
	margin-left: auto;
	margin-right: auto;
}


h3  {
	color: black;
	font-weight: bold;
	font-size: 15px;
	
}

/* DESKTOP VERSION */

@media (max-width:2600px){

section {
    width: 100%;
  }

.carousel-caption {
  bottom: 240px;
  z-index: 10;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  background: transparent;
  margin: 0auto;
  position: absolute;
}

.table{
  bottom: 0;
  left: 20%;
  z-index: 10;
  color: black;
  text-align: left;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  background: white;
  margin: 0auto;
  position: absolute;
  opacity: 0.8;
  width: 60%;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}


}

/* MOBILE VERSION */

@media (max-width:767px){

header{
}

.navbar {
  width: 100%;
  height: 1px;
  position: absolute;
  background: transparent
}

#logo{
  display: none;
}

.navbar-collapse {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid white;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.navbar-collapse.in {
  overflow: visible;
  z-index: 1;
  position: absolute;
}

.barcontainer{
  z-index: 2;
  position: relative;
}


.icon-bar{
  background: transparent;
}


.bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    background-color: #ffffff;
    margin: 6px 0;
    transition: 0.4s;
}

/* Rotate first bar */
.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-4px, 4px) ;
    transform: rotate(-45deg) translate(-4px, 4px) ;
}

/* Fade out the second bar */
.change .bar2 {
    opacity: 0;
}

/* Rotate last bar */
.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px) ;
    transform: rotate(45deg) translate(-8px, -8px) ;
}

.navbar ul {
  background: pink;
  height: 100%;
  width: 100%;
  opacity: 1;
  position: absolute;
}

.navbar li {
  background: #63c1cc;
}
.carousel-caption h6{
  font-weight: light;
  font-size: 10px;
  color: white;
  font-family: 'arial';
}

h6{
  color: white;
  font-size: 15px;
  text-align: left;
  padding: 15px;
}

h6:hover{
 color: white;
}


section {
    width: 100%;
	}

.carousel-caption {
  position: absolute;
  top: 30px;
  font-size: 40px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  font-size: 6x;
}

section#accueil{
  height: 25%;
  position: relative;
  background: black;
}

h1 {
  color: #63c1cc;
  font-family: 'Sacramento', cursive;
  font-size: 22px;
  margin: 0 auto;
  bottom: 40px;
  padding: 5px;
  text-align: center;
  background: transparent;
  height: 10%;
  width: 100%;
  text-align: center;
}


.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

.banniere {
  height: auto;
}

section#portfolio{
  background: #eeeeee;
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}

.text {
  color: white;
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.works {  
    margin: 20px 0;
    -webkit-column-count: 1; 
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    -webkit-column-width: 20%;
    -moz-column-width: 20%;
    column-width: 20%;
    position: relative;
    overflow: hidden;
}

.toolbar {
  text-align: center;
  margin: 0 auto;
  width: 50%;
  background: transparent;
  height: 100%;
  border: 2px dashed white;
  margin-top: 2px; 
  padding: 2px;
}


.toolbar button {
  margin: 8px;
}

.toolbar button:hover {
  background: #63c1cc;
}

.toolbar button:active {
  color: white;
}

.tile { 
     max-width: 100%;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;

}
.tile:hover { 
  overflow: hidden;
  position: relative; 
  z-index: 100;

}

section#contact{
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
  background-color: white;
}

#container-contact img{
  width: 100%;
  margin: 0 auto;
  background: white;
}

.table{
  bottom: 0;
  left: 0;
  z-index: 10;
  color: black;
  text-align: left;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  background: white;
  position: relative;
  opacity: 0.8;
  width: 100%;
  font-size: 9px;
}


}