@font-face{
font-family: 'Fredericka the Great', cursive;
font-family: 'Montserrat', sans-serif;
}
body{
	padding:0;
	margin:0;
	font-family:'palatino linotype';
}
@viewport{
	width:device-width;
}
h2{
font-family: 'Fredericka the Great', cursive;
letter-spacing: 5px;
}
h4{
    /*font-family:'Didact Gothic', sans-serif;*/
    letter-spacing: 3.5px;
     color:#002431;
    font-family: 'Montserrat', sans-serif;
}
/* ---------HEADER-------------- */
header{
background-color:;
}

/* ---------NAVBAR-------------- */
nav#portfolionavbar.navbar.navbar-expand-lg{
    display:flex;
    align-items: center;
    justify-content: center;
}
.b-example-divider{
    height:3rem;
    background-color: rgba(0,0,0,.1);
    border:solid rgba(0,0,0,.15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

span.navbar-toggler-icon{
    width:auto;
    height:auto;
}
svg.ham.hamRotate.ham1{
  margin-top:-15px;  
}
a.navbar-brand{
    padding-right:500px;
    display:block;
    width:100px;
    height:100px;
    /* --border:1px solid #000;-- */
    background-image: url(../img/Logo-bleu.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.navbar-brand{
    margin-left:2rem;
}
a.nav-link{
    font-size:1.4em ;
    letter-spacing: 3.5px;
    color:#002431;
}
a.nav-link:hover 
{ color: indianred!important;}
a#menu-icones.nav-link{
    color: #4f0a0a !important; 
}
button#contact-button.btn.btn-primary{
    background-color: #002431;
    border-color: indianred;
}
button#contact-button.btn.btn-primary:hover{
    background-color: indianred;
}
span.navbar-toggler-icon{
  
}
.ham {
  cursor: pointer;
  transition: transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.hamRotate.active {
  transform: rotate(45deg);
}
.hamRotate180.active {
  transform: rotate(180deg);
}
.line {
  fill:none;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke:#000;
  stroke-width:5.5;
  stroke-linecap:round;
}
.ham1 .top {
  stroke-dasharray: 40 139;
}
.ham1 .bottom {
  stroke-dasharray: 40 180;
}
.ham1.active .top {
  stroke-dashoffset: -98px;
}
.ham1.active .bottom {
  stroke-dashoffset: -138px;
}
button.navbar-toggler{
   color:transparent;
}

/* ------FIN NAVBAR------ */

/* ---------JUMBOTRON------- */

#ecran.jumbotron-fluid{
	margin:0px;
    color:#002431;
    justify-content:center;
    padding-bottom: 50px;
}


/* -----FIN SLIDER------- */

/* ---------FIN DU HEADER-------------- */
/* ------DIVIDER------- */
b-example-divider{
    height:4rem;
    background-color: rgba(O,0,0,0.1);
    border:solid rgba(0,0,0,.15);
    border-width:1px 0 ;
    box-shadow:inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15) ;
}
/* ------PROJECTS------- */
/* Custom style effect bubba*/
figure#candy.effect-bubba{
    background:#579BB1;
}
figure img#candy.grid.effect-bubba{
    opacity:;
}
.grid {
	position: ;
	margin: 0 auto;
	padding: 1em 0 4em;
	max-width: 1000px;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position:relative;
	float: left;
	overflow: hidden;
	/* -margin: 10px 1%;-- */
    width:300px;
    height:330px;
	/* --min-width: 320px;
	max-width: 480px;
	max-height: 360px;
	width: 48%;
	background: #3085a3;----- */
	text-align: center;
	cursor: pointer;
}
.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
		/* opacity: 0.8;--- */
}
.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}
.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}
.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}
.grid figure h2 span {
	font-weight: 200;
}
.grid figure h2,
.grid figure p {
	margin: 0;
}
.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}
figure.effect-bubba {
	background: #9e5406;
}

figure.effect-bubba img {
	opacity: 0.7;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}
figure.effect-bubba:hover img {
	opacity: 1;
}
figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
figure.effect-bubba figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}
figure.effect-bubba figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}
figure.effect-bubba h2 {
	padding-top: 30%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
}
figure.effect-bubba p {
	padding: 20px 2.5em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}
figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/* --------FOOTER---------- */
div.sk-ww-instagram-hashtag-feed{
    display: block;
    background-color: transparent;
}
#intro-footer.col-lg-5{
    padding-right:100px;
}
#instagram.col-lg-3{
    display:block;
    max-height:350px;
    overflow: hidden;  
}
a.footer-brand{
    padding:15px;
    display:block;
    width:100px;
    height:100px;
    background-image: url(../img/logo_blanc.svg);
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 20px;
}

/*RESPONSIVE*/

@media only screen and (max-width :1200px){
}
@media only screen and (max-width : 768px){
   a.navbar-brand{
    padding-right:400px;
    display:block;
    width:80px;
    height:80px;
    /* --border:1px solid #000;-- */
    background-image: url(../img/Logo-bleu.png);
    background-repeat: no-repeat;
    background-size: contain;
} 
}
@media only screen and (max-width : 576px){
    
    a.navbar-brand{
    padding-right:200px;
    display:block;
    width:80px;
    height:80px;
    /* --border:1px solid #000;-- */
    background-image: url(../img/Logo-bleu.png);
    background-repeat: no-repeat;
    background-size: contain;
}
    .navbar-brand{
        margin-left:0px;
    }
    h4#jumbo{
        font-size: 1rem;
        letter-spacing:;
    }
    p.lead{
        display:none;
    }
    #texte.col-xl-4 {
        text-align: center;
        margin-top: 20px;
    }
    
    .grid{
        display: flex;
        align-items: center;
        justify-content: center;
    }
}






