
@import 'https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css';


body{
	height: 100%;
	
}

h1{
	font-family: 'Vibur', cursive;
	font-size:  50px;
	margin-top: 10px;	
}

a {
	text-decoration: none;
		color: inherit;
}

a:link {
	text-decoration: none;
}


a:active{	
   
   outline:none;
}

p{
	color: #EAF1F8;
}

footer {
	margin-top: 30px;
	text-align: center;
	font-family: 'Abel', sans-serif;
	font-size: 25px;

}

.mathieuboyer{
	color: white;
	font-size: 35px;
	margin-top: 0px;
	transition: font-size 2s;
}

.mathieuboyer:hover {
	color: #9D9696;
}

.modal-header {
	background: #14171C;
}

.modal-title {
	color: #FFF;
}

.modal-info {
	font-family: 'Vibur', cursive;
	font-size: 30px;

}

.close {
	color: #fff;
}

.info-modal {
	font-size: 20px;
	text-decoration: underline;
}

.developpeurweb {
	color: white;
	font-size: 20px;
	margin-top: 0px;
	transition: font-size 2s;
}

.size30 {
	font-size: 30px;
}

.size25 {
	font-size: 25px;
}

.size20 {
	font-size: 20px;
}


.container {
	padding: 0;
}

.changement {
	background-color: #14171C;
	transition: background-color 2s;

}

.mathieu-img {
	width: 200px;
	margin-top: 30px;
	 animation: image, fadein1;
	 animation-duration: 9s;
		 	
}

.border {

	border : 2px solid white;	 	

}

.mathieu-absolute {
	opacity: 0;
	position: absolute;

}

.mathieu-anim {
	margin-top: 30px;
	width: 200px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	animation: image-glisse-bottom;
	animation-duration: 2s;	 		
	 	
}

.mathieu-anim-petit {
	margin-top: 10px;
	width: 100px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	animation: image-glisse-bottom;
	animation-duration: 2s;	 		
	 	
}


.mathieu-petit {
	width: 100px;
	margin-top: 10px;
	-webkit-transition: width 1s;
	transition : width 1s;
}

.blues {
	color: #4271BC;
}

.blues:hover {

	color: #4F88E3;
}


.linkedin:hover {

	animation: rotate 0.3s ease ;
}

#mat {
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
}

.pdf {
	color: white;
	font-size: 20px;
	margin-bottom: 10px;
}

#contact:hover {
	animation: bounce 0.4s ease infinite;
}

.developpeur {
	 animation: fadein1 4s;
	 font-family: 'Roboto', sans-serif;


}

.trait {
	border-top: 2px solid black;
	margin-top: 20px;
	margin-bottom: 30px;
	animation: ligne 2s;
}

.theme {
	 animation: fadein 4s;
}
.theme2 {
	 animation: fadein 4.7s;
}
.theme3 {
	 animation: fadein 5.4s;
}
.theme4 {
	 animation: fadein 6.1s;
}

.theme1 {
	color: #4E3621;
	font-family: 'Abel', sans-serif;
	font-size: 22px;
	border:0px;
}

.top-anim {
	animation: top 2.5s;
}

.bot-anim {
	animation: bot 3s;
}

.fade-anim {
	animation: fadein1 2.5s;
}

.fade-anim1 {
	animation: fadein1 3.5s;
}

.nav-tabs {
	border : 0px;
}

.nav-tabs>li>a{
	border: 0px;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
	border: 0px;
}

@keyframes fadein {
     0% { opacity: 0; }
    70%   { opacity: 0; }
    100%   { opacity: 1; }
}

@keyframes fadein1 {
    0% { opacity: 0; }
    50%   { opacity: 0; }
    100%   { opacity: 1; }
}

@keyframes top {
	from {transform: translateY(-200px);}
	to {transform: translateY(0px);}
}

@keyframes bot {
	from {transform: translateY(600px);}
	to {transform: translateY(0px);}
}


@keyframes ligne {
	from {right : -800px;}
	to {right: 0px;}
}

@keyframes image-glisse-bottom {
	from {transform: translateY(-200px);}
	to {transform: translateY(0px);}
}

@keyframes image-glisse-top {
	from {transform: translateY(0px);}
	to {transform: translateY(-200px);}
}

@keyframes image {
	from {transform: translateY(300px);}
	to {transform: translateY(0px);}
}

@keyframes image2 {
	from {transform: translateY(0px;);}
	to {transform: translateY(50px);}
}

@keyframes bounce{
     from {transform: translateY(0);}
     50% {transform: translateY(3px);}
     to   {transform: translateY(-3px);}
}

@keyframes rotate{
		from{transform: rotate(180deg);}
		to {transform: rotate(0deg);}
		}	



.skills-html {
	font-size: 20px;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	border : 3px solid #5C6CBC;
	background-color: #FFF;
	color: #5C6CBC;
	text-align: center;
}

.html-body:hover .skills-html {
	
	color: #FFF;
	background-color: #5C6CBC;		
}


.skills-css {
	font-size: 20px;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	border : 3px solid #7AC97B;
	padding-bottom: 2px;
	padding-top: 2px;
	color: #7AC97B;
	background-color: #FFF;
	text-align: center;
}

.skills-css:hover {
	
	color: #FFF;
	background-color: #7AC97B;

}

.skills-php {
	font-size: 20px;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	border : 3px solid #CE6F66;
	color: #CE6F66;
	text-align: center;
}

.skills-php:hover {
	color: #FFF;
	background-color: #CE6F66;
	
}

.skills-java {
	font-size: 20px;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	border : 3px solid #D3B700;
	color: #D3B700;
	text-align: center;
}

.skills-java:hover {
	color: #FFF;
	background-color: #D3B700;
	
}

.skills-photo {
	font-size: 20px;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	border : 3px solid #7FACFC;
	color: #7FACFC;
	text-align: center;
}

.skills-photo:hover {
	color: #FFF;
	background-color: #7FACFC;
	}


.circle {
	 margin-top: 20px;
	 margin-right: 20px;
  	 width: 180px;
  	 height: 180px;
  	 text-align: center;
  	 
}

.realisation {
	
	background-color:  #12213C;
	border-radius: 2px;
	height: 500px;	
	padding: 35px;
	
}


.realisation2 {
	
	
	background-color:  #cd3f27;
	border-radius: 2px;	
	height: 500px;
	padding: 35px;
	
}

.realisation3 {
	
	background-color: #414040;
	border-radius: 2px;	
	height: 500px;
	padding: 35px;
	
}

.realisation4 {
	
	background-color: #C095C3;
	border-radius: 2px;	
	height: 500px;
	padding: 35px;
}

.realisation5 {
	
	background-color: #6FA484;
	border-radius: 2px;	
	height: 500px;
	padding: 35px;
}


.realisation_titre {
	 font-family: 'Abel', sans-serif;
	 font-size: 40px;
	 margin-top: 30px;
}

.realisation_titre1 {
	 font-family: 'Abel', sans-serif;
	 font-size: 30px;
}



.realisation_activite {

	font-family: 'Vibur', cursive;
	font-size:  25px;
	margin-bottom: 8px;

}

.realisation_technique {

	font-family: 'Roboto', sans-serif;
	 font-size: 22px;
	 text-decoration : underline;

}

.realisation_utilisation {
	font-family: 'Roboto', sans-serif;
	 font-size: 18px;
}

.realisation_img {
	text-align: center;
}

.realisation_ordi {
	width: 400px;
}

.realisation_ordi1 {
	width: 650px;
}

.realisation_ordi2 {
	width: 550px;
}

.white {
	color: #FFF;
}

.grey {
	background-color: #3E3E3E;
	min-height: 650px;
	padding: 0;
}
.blue {
	background-color:  #12213C;
	min-height: 650px;
	padding: 0;
}
.black {
	background-color: #14171C;
	min-height: 650px;
	padding: 0;
}

.profile {
	margin-top: 30px;

}

.underline {
	text-decoration: underline;
}

.titre_profile {
	font-family: 'Vibur', cursive;
	font-size: 30px;
	color: #D9C283;
	text-align: center;
	margin-bottom: 20px;

}

.adrar{
	color: #92D9F7;
}

.adrar:hover{
	color: #55B9E4;
}

.ligne {
	border-bottom: 2px solid #D9C283;
	width: 100%;
	margin-bottom: 20px;
}

.profile_formation {
	color: #FFF;
	text-align: center;
	font-family: 'Abel', sans-serif;
	 font-size: 18px;
	 
}

.cadre {
	border : 5px inset #D9C283;
	background-color: #14171C;	
	margin: 10px auto;
	padding: 5px;
	width: 70%;
}

.cadre:hover {
	border : 5px outset #D9C283;

}

.cadre1 {
	border : 5px inset #D9C283;
	background-color: #12213C;	
	margin: 10px auto;
	padding: 5px;
	width: 70%;
}

.cadre1:hover {
	border : 5px outset #D9C283;

}


.profile_competence {

	width: 90%;
	font-family: 'Abel', sans-serif;
	 font-size: 18px;
	 color: #FFF;
	 text-align: justify;
	 margin:auto;
}

.separation {
	height: 30px;
}


.carousel-control{
	opacity: 1;
	width: 5%;
}

.wrapper {
    max-width: 400px;
    margin: 50px auto;
    padding-left: 1em;
    padding-right: 1em;

}

/**
 * Helpers
 */
.border-tlr-radius { 
    border-top-left-radius: 2px;
    border-top-right-radius: 2px; 
}

.text-center { text-align: center; }

.radius { border-radius: 2px; }

.padding-tb { padding-top: 1.6rem; padding-bottom: 1.6rem;}

.shadowDepth0 { box-shadow: 0 1px 3px rgba(0,0,0, 0.12); }

.shadowDepth1 {
   box-shadow: 
        0 8px 15px rgba(0,0,0, 0.12),
        0 1px 2px rgba(0,0,0, 0.24);      
}


/**
 * Card Styles
 */

.color_gris {
 background-color: #675B57;
}

.color_gris:hover {
 background-color: #453C39;
}

 .color_bleu {
 	background-color: #42586F;
 }

 .color_bleu:hover {
	background-color: #5A799A;
 }

.card {
    
    margin-bottom: 1.6rem;
}


.card__padding {
    padding-right: 1.6rem;
    padding-left: 1.6rem;
    padding-top: 1.6rem;
}
 
.card__image {
    min-height: 100px;
    background-color: #eee;
}
    .card__image img {
        width: 100%;
        max-width: 100%;
        display: block;
    }

.card__content {
    position: relative;
}

/* card meta */
.card__meta time {
    font-size: 1.5rem;
    color: #bbb;
    margin-left: 0.8rem;
}

.card__meta a {
	color: #FFF;
}


/* card article */
.card__article a {
    text-decoration: none;
    color: #FEFCFB;
    transition: all 0.5s ease;
}
    .card__article a:hover {
        color: #DBDAD9;
    }

/* card action */
.card__action {
    overflow: hidden;
    padding-right: 1.6rem;
    padding-left: 1.6rem;
    padding-bottom: 1.6rem;
}
     
.card__author {}

    .card__author img,
    .card__author-content {
        display: inline-block;
        vertical-align: middle;
        color: #CCD2D7
    }

    .card__author img{
        border-radius: 50%;
        margin-right: 0.6em;
    }

.card__share {
    float: right;
    position: relative;
    margin-top: -42px;
}

.card__social {
    position: absolute;
    top: 0;
    right: 0;
    visibility: hidden;
    width: 160px;
    transform: translateZ(0);
    transform: translateX(0px);
    transition: transform 0.35s ease;
}
    .card__social--active {
        visibility: visible;
        /*z-index: 3;*/
        transform: translateZ(0);
        transform: translateX(-48px);
        transition: transform 0.35s ease;
    }

.share-toggle {
    z-index: 2;
}
.share-toggle:before {
    content: "\f004";
    font-family: 'FontAwesome';
    color: #3498db;
}
    .share-toggle.share-expanded:before {
        content: "\f00d";
    }

.share-icon {
    display: inline-block;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    transition: all 0.3s ease;
    outline: 0;

    box-shadow: 
            0 2px 4px rgba(0,0,0, 0.12),
            0 2px 4px rgba(0,0,0, 0.24);
}
    .share-icon:hover,
    .share-icon:focus {
        box-shadow: 
            0 3px 6px rgba(0,0,0, 0.12),
            0 3px 6px rgba(0,0,0, 0.24);

        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }

.linkedin-acc {
    background-color: #3b5998; 
}
.twitter {
    background-color: #00abe3; 
}
.googleplus {
    background-color: #d3492c;
}

.linkedin-acc,
.twitter,
.googleplus {
    color: #fff;
}

    .linkedin-acc:hover,
    .twitter:hover,
    .googleplus:hover {
        color: #eee;
    }


.margin-bottomtop {
	margin-bottom: 50px;
	margin-top  : 30px;
	text-align: center;
}

/* COLOR */


.orange {
	background-color: #BB6B2E;
}

.orange:hover{
	opacity: 0.8;

}

.rouge {
	background-color: #973030;
}

.rouge:hover{
	opacity: 0.8;

}