/**********

COMMON

variables :
- gold dark     : CA8B01 (https://htmlcolors.com/hex/ca8b01)
- grey light r  : E6E4E1
- grey light b  : D6DBDB
- gray light	: F4F4F4 
- gray dark		: 212121 

**********/


body {
	font-size: 16px;	
	font-family: Roboto, sans-serif;
    color: #212121;
    font-weight: 300;
}

.container {
	max-width: 992px;
}

h1, 
h2,
h3,
h4 {
	font-family: "Poppins", serif;
	font-weight: 300; 
}

h1,
h2 { 
	font-size: 2.5rem;
	margin-bottom: 1rem; 
	background: linear-gradient(90deg, #CA8B01 0%, #FDAD01 100%);
	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

h2 {
	font-size: 2rem;
	margin-bottom: .5rem; 
}

a {
	color:inherit;
	text-decoration: underline;
}
a:hover {
	color:inherit;
	text-decoration-color: #CA8B01;
}

.subtitle {
	color: #999; 
	text-transform: uppercase;
	font-size: .9rem;
}

.btn { border-radius: 4px; }

.btn-secondary { background-color: #212121; border-color: #212121; color: #F4F4F4; }
.btn-secondary:hover, .btn-pro:not(:disabled):not(.disabled):active { background: #D6D6D6; border-color: #D6D6D6; color: #F4F4F4; }
.btn-outline-secondary { border-color: #212121; color: #F4F4F4; }
.btn-outline-secondary:hover, .btn-outline-pro:not(:disabled):not(.disabled):active { background-color: #212121; border-color: #212121; color: #F4F4F4; }

.btn-hoca { background-color: #CA8B01; border-color: #CA8B01; color: white; }
.btn-hoca:hover, .btn-hoca:not(:disabled):not(.disabled):active { background: #FDAD01; border-color: #FDAD01; color: white; }
.btn-outline-hoca { border-color: #CA8B01; color: #CA8B01; }
.btn-outline-hoca:hover, .btn-outline-hoca:not(:disabled):not(.disabled):active { background-color: #CA8B01; border-color: #CA8B01; color: white; }

.pt-6 { padding-top: 5rem !important; }
.pt-7 { padding-top: 8rem !important; }

.card { border: 1px solid #DFDFDF;	box-shadow: 1px 1px 4px 0 #EEE; border-radius: 4px; }

.text-bg-light { #F4F4F4 !important }


/** NAVBAR **/


.top-sticky {
    position: sticky;
    top: 0;
    z-index: 1020;
}

.navbar {	
	-webkit-box-shadow: 1px 1px 4px 0 #CCC;
	-moz-box-shadow: 1px 1px 4px 0 #CCC;
	box-shadow: 0px 0px 5px -2px rgb(0 0 0 / 52%);
	background: white;
}

.navbar a.navbar-brand:hover,
.navbar a.navbar-brand:active,
.navbar a.navbar-brand:focus,
.navbar a.navbar-brand:visited {
}

.navbar__logo {
	max-height: 60px;
}

.navbar .navbar-nav a.nav-link, 
.navbar .navbar-nav a.dropdown-item { 
	text-decoration: none;
	color: #212121; 
	text-transform: uppercase;
}
.navbar .navbar-nav a.nav-link:hover {
	text-decoration: underline;
	text-decoration-color: #CA8B01;
}

.navbar .navbar-collapse {
    margin-top: 1rem;
}

.navbar__phone {
	float: right;
	margin-top: .3rem;
}


/** HOME **/


.headerpic {
	margin-bottom: 1rem;
}

.headerpic__img {
	width: 100%;
	margin-top: -2%;
}


/** PROJECT **/


.project_link {
	display: block;
	text-decoration: none;
	position: relative;
}

.project_link .project_category {
	position: absolute;
	right: 8px;
	top: 8px;
	z-index: 10;
	background-color: #333 !important;
	color: #F4F4F4;
	box-shadow: 0px 0px 5px -2px rgb(0 0 0 / 52%);
}
.project_link:hover .project_category {
	background-color: #CA8B01 !important;
}

.project_thumb_container {
	display: block;
	position: relative;
	width: auto;
    height: 0;
    padding-bottom: 80%;
	overflow: hidden;
	border-radius: 0;
	/*box-shadow: 0px 0px 5px -2px rgb(0 0 0 / 52%);*/
}

.project_link .project_thumb_img {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
	-webkit-transform: scale(1.01);
    transform: scale(1.01);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.project_link:hover .project_thumb_img {
	-webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.project_link h2 {
	background: linear-gradient(90deg, #212121 0%, #212121 100%);
	background-clip: border-box;
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	font-size: 1.4rem;
	text-align: center;
}
.project_link:hover h2 {
	background: linear-gradient(90deg, #CA8B01 0%, #FDAD01 100%);
	background-clip: border-box;
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.project-intro {
	background: #F4F4F4;
    margin-top: -1.5rem;
    padding-top: 1.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
}

.project_meta {
	background-color: transparent;
}

.project-picture {
	display: inline-block;
	margin: .5%;
}

.project-picture.picture-half {
	max-width: 49%;
}

.project-picture.picture-full {
	max-width: 1100px;
}

.project-picture.picture-start {
	
}

.project-picture.picture-end {
	
}


/** CONTACT **/


.contact__way {
	font-size: 1.2rem;
	text-align:center;
	border-top: 1px dotted #CA8B01;
}

.contact__way__ntwrk {
	text-decoration: none;
	color: inherit;
	font-size: 2rem;
}
.contact__way__ntwrk:hover {
	color: #CA8B01;
}

.contact__map {
	max-width: 100%;
}


/** FOOTER **/


footer {
	border-top: 1px solid #CA8B01;
	margin-top: 2rem;
	font-size: .95rem;
	padding-bottom: 1rem;
	background:#F4F4F4 url(../images/portemagique_blanche2.png) no-repeat bottom left;
	background-size: 100px;
}

.footer__brand {
	font-size: 2rem;
}

.footer__link {
	text-decoration: none;
	color: #212121;
}

.footer__link:hover {
	text-decoration: none;
	color: #212121;
}

.footer__link .decoration {
    text-decoration: underline;
	text-decoration-color: #212121;
}

.footer__link:hover .decoration {
    text-decoration-color: #CA8B01;
}

.footer__pic {
    width: 50%;
	margin-bottom: 1rem;
	margin-top: 1rem;
    overflow: hidden;
    display: block;
    height: 0;
    padding-bottom: 50%;
    background: linear-gradient(90deg, #e3ffe7 0%, #d9e7ff 100%);
    border-radius: 40% 60% 60% 40% / 41% 50% 50% 59%;
}

.footer__img {
    max-width: 100%;
}


/** RESPONSIVE **/


/**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)
{
	.navbar-nav {
		margin-left: auto;
		margin-right: 0;
	}
	
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 1rem;
		padding-left: 1rem;
	}
	
	.navbar .navbar-collapse {
		margin-top: 0;
	}
	
	.navbar__phone {
		display: none;
	}
	
	footer {
		margin-top: 4rem;
		padding-bottom: 1rem;
		background-image: none;
	}
}

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

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