/** Base commune **/

/* Let's get this party started */
::-webkit-scrollbar {
    width: 12px;
}
 
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #0C4C8B; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    background: #125fa9; 
    -webkit-box-shadow: inset 0 0 6px #0C4C8B; 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: #125fa9; 
}
html, body{
	-webkit-print-color-adjust:exact;
	print-color-adjust:exact;
	margin:0;
	padding:0;
}
body{
	padding-top:39px!important;
}
*:first-letter {text-transform:capitalize;}
@font-face{
    font-family : "Hacked";
    src : url('fonts/HACKED.ttf');
    font-weight: normal;
}
@font-face{
    font-family : "Zilap";
    src : url('fonts/Zilap Sleep Demo.ttf');
    font-weight: normal;
}
@font-face{
    font-family : "stencil";
    src : url('fonts/L-7 Stencil.ttf');
    font-weight: normal;
}
@font-face{
    font-family : "Sensations";
    src : url('fonts/Sensations and Qualities.ttf');
    font-weight: normal;
}

@font-face{
    font-family : "Razed Bold";
    src : url('fonts/Razed Bold.ttf');
    font-weight: normal;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 30px;
    text-transform: uppercase;
    font-family: Montserrat,sans-serif;
    letter-spacing: 1px;
}
h2{
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 6px;
    font-weight: 400;
    color: #0C4C8A;
    font-family: Times New Roman;
    text-align: center;
}
h3{
	font-weight: 600;
	font-size: 18px;
	padding-bottom: 22px;
	margin-top: 0;
}
p{
	font-family: "Open Sans",sans-serif;
	font-size: 14px;
	line-height: 21px;
	font-weight: 400;
	padding-bottom: 22px;
	margin: 0px;
	text-overflow: ellipsis;
}
/* ** Header de page ** */
header{
	/*background-color: #000;*/
	filter: alpha(opacity=30);
  	filter: progid: DXImageTransform.Microsoft.Alpha(opacity=30);
	/*margin-left: 8.3%;
    margin-right: 8.3%;*/

}
a{
	color: #00634f!important;
	font-family: arial;
    text-decoration: none;
}
footer{
	margin-left: 8.3%;
    margin-right: 8.3%;
}
article h1{
	color: #0C4C8A;
	font-family: "Times New Roman";
	font-size: 90px;
	text-align: center;
	margin-top: 50px;
}
.label-default{
	background-color: #0C4C8A;
}
header{
	height: 119px;
	color: rgb(255, 241, 241);
	margin-top: 5px;
}
header img{
	max-height: 90px;
}
header img{
	max-height: 63px!important;
}
#TitreHeader{
	color: white;
	/*color: white;*/
	font-size: 50px;
	height: 119px;
	font-family: "Zilap";
	margin-left: 50px;
}
#TitreHeader span{
    display: initial;
    background: #0290ba;
    color: white;
    padding-left: 15px;
    padding-right: 15px;
}
#Navigation{
	height: 75px;
	background-color: #0C4C8A;
	color: white;
	font-size: 16px;
    /*box-shadow: 0 5px 5px 0 #2d3231;*/
    margin-top: -41px;
    position: fixed;
    z-index: 1;
    padding: 0!important;
    margin-left: 0;
    margin-right: 0;
}
#Navigation img{
	max-height: 45px;
}
#Navigation a{
	color: white;
	display: inline-block;
	line-height: 0;
}
#Navigation a+a{
	margin-left: 50px;
}
#Navigation > a > span{
	display: none;
}
#Navigation > a:hover > span{
	display: -moz-inline-grid;
	margin-left: -47px;
	color: #01BCF3;
	text-orientation: sideways-right;
	position: absolute;
	margin-top: 32px;
	font-weight: bold;
}
#menucacher{
	display: none;
}
/* ** format telephone ** */

@media (max-width: 560px) {
	header{
		padding-left: 0px!important;
	}
	#TitreHeader {
    	padding-left: 0px;
	}
	#TitreHeader {
    	font-size: 25px!important;
    	padding-top: 45px!important;
	}
	article h1{
		font-size: 50px!important;
	}

}

/* ** format tablette ** */

@media only screen and (max-width: 750px) and (min-height: 561px){
	#TitreHeader{
		margin-left: 115px!important;
	}
	#TitreHeader {
    	font-size: 33px!important;
	}

	#voletgauche{
		color: white;
		padding: 5px;
		text-align: center;
		margin-left: 8.3%;
    	margin-right: 8.3%;
	}
	.voletobject > img, a{
		display: inline;
		text-align: center;
		margin: auto;
		display: inline;
	}
	.voletobject img{
		max-width: 90%;
		max-height: 70px;
		display: inline;
	}
	.voletobject img:hover{
		-webkit-animation:spin 2s linear infinite;
	    -moz-animation:spin 2s linear infinite;
    	animation:spin 2s linear infinite;
	}
	@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
	@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
	@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
	.voletobject p{
		margin-bottom: 20px;
	}
	.voletobject a{
		max-width: 100%;
		max-height: 30px;
		color: #2BABE2;
		display: inline;
	}
	#voletpages img, #voletcv img{
		max-width: 90%;
		max-height: 70px;

	}
	.voletobject > img , .voletobject > a{
		display: block;
		text-align: center;
		margin: auto;
	}
}

/* ** format PC ** */

@media (min-width: 751px) {
	.navbar-nav>li {
       float: none;
	}
	#Navigation > .col-xss-12{
		width: 16.666666666666664%!important;
	}
	#Navigation > .col-md-1{
		width: 16.666666666666664%!important;
	}
	#Navigation > .col-xss-8{
		width: 66.66666666666666%;
	}
	#Navigation > .col-sm-8 {
    width: 66.66666666666666%;
	}
	#Navigation > .col-md-8 {
    width: 66.66666666666666%;
	}
	.col-md-10 {
    	width: 66.66666666666666%;
	}
	
	.nav >li{
		display: inline;
	}
	.collapse {
    	display: block!important;
	}
	.navbar-nav {
    	margin: 0px 0px!important;
	}
	.navbar-header button{
		display: none;
	}
	#voletgauche{
		color: white;
		padding: 5px;
		min-height: 100%!important;
		padding: 0!important;
		margin-left: 8.3%;
    	margin-right: 8.3%;
	}
	.voletobject > img , .voletobject > a{
		display: block;
		text-align: center;
		margin: auto;
	}
	#voletpages img, #voletcv img{
		max-width: 90%;
		max-height: 70px;

	}
	#voletpages img:hover, #voletcv img:hover{
		-webkit-animation:spin 4s linear infinite;
	    -moz-animation:spin 4s linear infinite;
    	animation:spin 4s linear infinite;
	}
	@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
	@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
	@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

	#voletpages p, {
		margin-top: 30px;
		margin-bottom: 10px;
	}
	#voletpages a, #voletcv a,{
		width: 100%;
		height: 30px;
		color: #2BABE2;
	}
	#voletcv p{
		text-align: center;
	}
	.navbar-collapse {
    	max-height: 100%;
	}
}

/* Pour tous le monde */

#centersection{
	/*background-color: rgba(0, 0, 0, 0.78);
	color: white;*/
	padding: 5px;
	margin: auto;
	color: black;
	/*border-top: 2px solid #29ABE2;*/

}
#centersectionportfolio{
	background-color: rgba(0, 0, 0, 0.78);
	color: white;
	padding: auto;
	margin: auto;
}
#centersectionportfolio:hover{
	border: 2px solid #29ABE2;
}
#centersection article{
	padding: 10px;
}
#centersection article img{
	max-height: 190px;
	max-width: 20%;
	float: left;
	margin-right: 10px;
	border: 1px solid #0C4C8A;
	box-shadow: 2px 2px 5px #0C4C8A;
}
#centersection article p{
	text-align: justify;
	max-width: 1000px;
	margin: auto;
}
.pagination{
	margin: auto;
}
#pagin{
	clear: both;
	width: 100%;
	text-align: center;
}
.titrevolet{
	text-align: center;
	color: white;
	font-size: 22px;
	border-bottom: 2px solid #29ABE2;
	margin-bottom: 10px;
	background: rgba(0, 0, 0, 0.78);
}
.block{
	margin-top: 10px;
	margin-bottom: 10px;
}
footer{
	min-height: 75px;
	border-top: 5px solid #0C4C8A;
	text-align: center;
	line-height: 5;
	color: black;
}
footer a{
		display: inline-block!important;
		text-align: center!important;
		color: #0C4C8A!important;
		text-decoration: none;
}
section, aside{
	margin-bottom: 10px!important;
	margin-top: 10px!important;
}
hr{
	clear: both;
	border:none;
	background: transparent;
	width: 100%;
}
.list_site{
	cursor: pointer;
	width: 48%;
    height: 200px;
	border: 5px solid #808080;
	margin: 10px;
	padding-left: 0px!important;
	display: block;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.78);
	padding: 0px!important;

}
.list_site a{
	width: 237px;
	height: 147px;
}
.list_site a:hover {
    text-decoration: underline;
}
.list_site img {
	max-width: 100%;
	max-height: 100%;
}
.list_site span {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9) none repeat scroll 0% 0%;
    border-radius: 3px;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
    transition: all 0.25s ease 0s;
    opacity: 0;
    position: absolute;
    margin-left: -409px;
    transform: scale(0) rotate(-100deg);
    color: white;
    padding: 10px;
}
.list_site span:hover, .list_site a:hover + span, .list_site:hover span , a:focus + span{
opacity:1;
-webkit-transform:scale(1) rotate(0);
   -moz-transform:scale(1) rotate(0);
    -ms-transform:scale(1) rotate(0);
     -o-transform:scale(1) rotate(0);
        transform:scale(1) rotate(0);
}
.bg-gray {
    background: rgba(179, 179, 179, 0.14);
    padding: 20px;
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}
#aqcuis{
    color: black;
    padding: 5px;
}
.aqcuis{
    color: black;
    padding: 5px;
}
.nav > li{
	text-align: center;
}
.img-responsive {
    display: block;
    margin: auto;
    max-width: 100%;
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
.row{
	overflow: hidden;
	margin-left: 0px;
    margin-right: 0px;
}
#aqcuis .row {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 5px;
    margin-bottom: 5px;
    overflow: hidden;
}
.aqcuis .row {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 5px;
    margin-bottom: 5px;
    overflow: hidden;
}
th {
    color: #0C4C8A!important;
}
.text-right{
    max-width: 350px!important;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: #fff;
    background-color: rgba(126, 126, 126, 0.78);
}
.nav-tabs a{
    color: #4299d8;
}
#contactbody{
	overflow: inherit;
}
#titremoncv{
	float: left;
	width: 30%;
	height: 35px;
	background: rgba(0, 0, 0, 0.78);
}
#titrepages{
	float: right;
	width: 70%;
	height: 35px;
	background: rgba(0, 0, 0, 0.78);
}
#voletpages{
	float: right;
	width: 70%;
	height: 100px;
	text-align: center;
}
#voletcv{
	height: 100px;
	float: right;
}
#titrepages, #titremoncv{
	text-align: center;
    font-size: 18px;
    line-height: 2;
}
#voletpages p{
	display: inline;
	padding: 55px;
}
section, footer{
	float: inherit!important;
	margin: auto!important;
}
.portfoliopage{
	display: -webkit-box;
	width: 83.3333%!important;
}
.portfoliopage article{
	background: rgba(0, 0, 0, 0.78);
	display: -webkit-box;
	color: white;
	width: 100%;
}
.portfoliopage article:nth-child(5n+3) .list_site {
	float: right;
}
.is-sticky{
	position: fixed!important
    top: 0;
    z-index: 9999;
    -moz-box-shadow: 0px 5px 5px 0px #cccccc;
    -webkit-box-shadow: 0px 5px 5px 0px #cccccc;
    -o-box-shadow: 0px 5px 5px 0px #cccccc;
    box-shadow: 0px 5px 5px 0px #cccccc;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#cccccc, Direction=180, Strength=5);
}
.scene{
  height: 200px;
  perspective: 600px;
  margin: 20px auto;
}
.flip{
  transform-style: preserve-3d;
  width: 100%!important;
}
.flip,
.flip > div{
  width: inherit;
  height: inherit;
  transition: transform 1s;
}
.flip > div{
  position: absolute;
  backface-visibility: hidden;
}
.avant{
	background: #ffffff;
    overflow: hidden;
}
.arriere{
  background: #0C4C8A;
  transform: rotateX(180deg);
  color: white;
}
.scene:hover .flip{
  transform: rotateX(180deg);
}
.aroundimg{
	border-radius: 50%;
	border: 3px solid #0C4C8A;
	height: 140px;
	margin-top: 20px;
}
.aroundimg:hover {
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95);
}
#pagespartages{
	text-align: center;
}
#pagespartages img{
	max-height: 50px;
	margin-left: 10px;
    margin-right: 10px;
}
.col_half{
	margin-top: 50px;
	text-align: left;
    margin: 50px;
}
.col_half .title-dotted-border{
    text-align: center;
    margin-top: -8px;
    background: #ffffff;
    display: table;
    margin-left: auto;
    margin-right: auto;
    padding-right: 10px;
    padding-left: 10px;
}
.col_half td, th {
    padding: 10px;
}
.col_half input, textarea {
    width: 100%;
    border: 2px solid rgba(12, 75, 137, 0.47);
}
button[type=submit]{
    background: #ffffff;
    color: #0c4b89;
    border: 1px solid #8caac7;
}
table {
    width: 100%!important;
}
.avant img{
    width: 100%;
}
blockquote {
    text-align: justify!important;
}
#navcenter{
	text-align: center;
}
nav img {
    vertical-align: baseline;
}
#navbar-right{
	float: right;
}
.navbar-brand {
	padding: 3px!important;
}
.navbar-brand img{
	max-height: 60px!important;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    background-color: #296198!important;
}
.navbar-nav>li>a { padding-bottom: 13px!important; }
.navbar-header button{
	margin-top: 20px;
    background: white;
}
#bs-example-navbar-collapse-1{
	background: rgba(12, 76, 138, 0.94);
	width: 100%;
}
.nav-pills>li>a {
    border-radius: 0px!important;
}
.nav-tabs>li>a {
    border-radius: 0px 0px 0 0!important;
}
.img-responsive.img-thumbnail:hover {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}
.img-responsive.img-thumbnail {
    -webkit-transition: -webkit-transform .9s;
    -moz-transition: -moz-transform .9s;
    -o-transition: -o-transform .9s;
    -ms-transition: -ms-transform .9s;
    transition: transform .9s;
}
#portfolio > h2{
	text-align: left!important;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 10px;
}
.arriere1{
	height: 150px;
	padding: 10px!important;
	border-bottom: 1px solid white;
	overflow: hidden;
	text-overflow: ellipsis;
}
.arriere1 P{
	overflow: hidden;
	text-overflow: ellipsis;
}
.arriere2{
	height: 50px;
	padding-left: 20px;
}
.arriere1 h3{
	color: white;
}
#portfolio #option{
	margin-left: 20px;
}
#portfolio #option select{
    background: #0c4b89;
    color: white;
    height: 25px;
}
#portfolio h3 {
    padding-bottom: 0px!important;
    margin-bottom: 0px!important;
    margin-top: 15px;
    margin-bottom: 10px!important;
}
