* {
    box-sizing: border-box;
        text-align: center;

}


:root {
    --color1: #9e2203;
    --color2: #F4F4F4;
    --color3: #4644e6;
    --color4: #ffffff;
}

body {
    margin: 0;
    font-family: 'Times New Roman','Helvetica Neue','Geogia'!important; 
    line-height: 1.5;
}

h1{
    color: var(--color2);
}

/*MENU*/
.navbar
{
    background: var(--color3)!important;
    font-size: 12px;
    letter-spacing:2px;
    text-transform: uppercase;
    font-weight: bold;
       
}
.navbar .navbar-nav
{
    display: inline-block;
    float: none;
    vertical-align: top;
}
.navbar .navbar-collapse
{
    text-align: center;
}

.navbar li a
{
    color: var(--color2) !important;
    transition: all 0.3s ease-in 0,35s;
}

.navbar-nav li a:hover, .navbar-nav li.active a
{
    color:var(--color3)!important;
    background-color: var(--color2) !important;
}
.navbar-default .navbar-toggle
{
    border-style: none;
}

.icon-bar
{
    background-color: #535299;
}

ul,ol
{
    list-style: none;
}

.centrer 
{
  padding: 50% auto;
}

div.cover {
    background-image: url("images/cover_overlay.png") no-repeat center/100% 100%,url("images/cover.jpg") no-repeat center/cover;
    height: 360px;
    position: relative;
}
div.cover h1{
color:var(--color2);
}


img.cover-profile {
    height: 350px;
    position: relative;
    left: 50%;
    margin-left: -100px;
    margin-top: -100px;
    border-radius: 10%;
    box-shadow: 0px 0px 8px 1px rgba(254, 254, 254, 0.9); 
}
.imgl img{
	height: 80px;
	width: 80px;
}

div imgRS {
	height: 80px;
	width: 80px;
}


.imgprojet{
    border-radius: 50%;
    box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.1);
}

h1 {
    color: var(--color3)!important;
    text-align: center;
    font-size: 42px;
    margin-top: 10px;
    margin-bottom: 0px;
}

div.cover p {
    color: lightgray;
    text-align: center;
    margin-top: 8px;
    font-size: 14px;
}

div.cover-contact {
    position: absolute;
    top: 20px;
    left: -33px;
    border-left: 4px solid var(--color1);
    padding-left: 0px;
    color: var(--color3)!important;
}

div.cover-contact p {
    text-align: left;
    margin-top: auto;
    margin-bottom: 10px auto;
    padding-left: 5px;
    color: var(--color3)!important;
}

div.cover-contact p:first-child {
    margin-bottom: 14px;
}

div.cover-contact * {
    color: var(--color3)!important;
    font-size: 12px;
}

a.contact-button {
    color: var(--color1);
    border: 3px solid var(--color1);
    padding: 8px 20px;
    text-decoration: none;
    background-color: #00000040;
    display: inline-block;
    margin-top: 18px;
    font-size: 14px;
}


a.contact-button:hover {
    color: white;
    border: 3px solid white;
}

.section {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 30px;
    padding-bottom: 30px;
    overflow: auto;
}

div.section-grise1 {
    background: url(triangle2white.svg) no-repeat center bottom/100%;
    background-color: var(--color2);
    padding-bottom: 70px;
}

div.section-grise2 {
    background: url(triangle1white.svg) no-repeat center top/100%;
    background-color: var(--color2);
    padding-top: 80px;
}

h2 {
    text-align: center;
    font-size: 34px;
    margin-top: 0px;
}

div.separateur {
    background-color: #979797;
    height: 1px;
    width: 150px;
    position: relative;
    left: 50%;
    margin-left: -75px;
}

div.section-grise1 p {
    font-size: 22px;
    color: #656565;
    text-align: center;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
}

.col40 {
    width: 40%;
}

.col60 {
    width: 60%;
}

.float-right {
    float: right;
}

div.texte-avec-ligne-verticale {
    border-left: 4px solid var(--color1);
    padding-left: 8px;
    height: 70px;
    display: inline-block;
}

div.texte-avec-ligne-verticale p {
    margin-top: 0;
}

div.barre-verticale {
    height: 50px;
    width: 4px;
    background-color: var(--color1);
    margin-right: 8px;
}

.col-portfolio {
    width: 47%;

}

div.frame {
    margin: 30px 50px;
    padding: 20px 30px;
    background-color: white;
    box-shadow: 0px 0px 8px 8px rgba(0, 0, 0, 0.1);

}

p.frame-title {
    font-size: 30px;
    margin-top: 5px;
    margin-bottom: 20px;
    text-align: center;
}
/* GENERAL */

body
{
    font-family: 'Times New Roman','Helvetica Neue','Geogia'; /*,'lato's, sans-serif*/
    
    
}

h1, h2, h3, h4, h5, h6
{
    
    font-weight: bold;
    
}

ul,ol
{
    list-style: none;
}

img
{
    
    max-width: 100%;
    height: auto;
    
}

.centrer 
{
  padding: 50% auto;
}

section
{
    padding: 45px 0 80px 0;   
}

section .heading
{    
    text-align: center;
    padding-bottom: 40px;
}

section .heading h2
{    
   text-transform: uppercase;
}

.red-divider
{
    width: 100px;
    height: 2px;
    background: var(--color1);
    margin: 0 auto;
}

.white-divider
{
    width: 100px;
    height: 2px;
    background:var(--color2);
    margin: 0 auto;
}

.button1
{
    font-weight: bold;
   /* text-transform: uppercase;*/
    color: var(--color3);
    /* border: 1px solid white; */
    /* margin-top: 20px; */
    padding: 1px 2px;
    border-radius: 3px;
    display: inline-block;
    transition: all 0.3s ease-in 0s;
	background: transparent;
        
    
}

.button1:hover
{
    background: white;
    /* color: #462e01; */
    text-decoration: none;
}
/*MENU*/
.navbar
{
    background: var(--color1);
    font-size: 12px;
    letter-spacing:2px;
    text-transform: uppercase;
    font-weight: bold;
       
}
.navbar .navbar-nav
{
    display: inline-block;
    float: none;
    vertical-align: top;
}
.navbar .navbar-collapse
{
    text-align: center;
}

.navbar li a
{
    color: var(--color2) !important;
    transition: all 0.3s ease-in 0s;
}

.navbar-nav li a:hover, .navbar-nav li.active a
{
    color: var(--color3) !important;
    background-color:var(--color2) !important;
}
.navbar-default .navbar-toggle
{
    border-style: none;
}

.icon-bar
{
    background-color: var(--color3); 
}

/* ABOUT */

#about
{
    
    padding-top: 100px;
    /* background: #c8ad7f;         */
    
}


.profile-picture
{
    text-align: center;
    margin: 0 auto;
    float: none;
}

#about .heading h1
{
   color:var(--color3);
    text-transform: uppercase;
}

#about .heading h3
{
    color:var(--color3);
}


/* skills  */

#skills 
{
    background:var(--color2);   
}

#skills .heading h2
{
    color:var(--color4);
}

#skills .progress
{
    height: 100%;
    margin: 30px 20px;
    background:var(--color4);
}

#skills .progress-bar
{
    
    background: var(--color3);
    
}

#skills .progress h5
{
    text-shadow: 1px 1px 1px #c8ad7f;
}

/*  EXPERIENCES   */


#experience
{
    
    background:var(--color3);
    
    
}

#experience .heading h2
{
    color: var(--color2);
       
}

#experience .heading h3
{
    color:var(--color2);
       
}

.timeline
{
    padding: 30px 10px;
    position: relative;
}

.timeline:before
{
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 5px;
    background-color: var(--color2);
    left: 50%;
    margin-left: -2.5px;
}

.timeline > li
{
    margin-bottom: 20px;
    position: relative;
    
    
}

.timeline >li:after
{
    clear: both;
}
.timeline >li:before, .timeline >li:after
{
    content: " ";
    display: table;
    
}
.timeline li .timeline-badge
{
    color: var(--color2);
    width: 50px;
    line-height: 50px;
    font-size: 20px;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 50%;
    margin-left: -25px;
    /* background-color: var(--color2); */
    border-radius: 50%;
}

.timeline-panel-container
{
    width: 50%;
    float: left;
}

.timeline-panel-container-inverted
{
      width: 50%;
      float:right;
}
.timeline-panel
{
    width: 90%;
    float: right;
    margin-right: 40px;
    border: 1px solid #000;
    border-radius: 7px;
    padding: 20px 25px;
    position: relative;
    box-shadow: 0 1px 6px rgba(0,0,0,.175);
    background: var(--color2);
}

.timeline-panel-container-inverted .timeline-panel
{
    float: left;
    margin-left: 40px;
    width: 90%;
    border: 1px solid #000;
    border-radius: 7px;
    padding: 20px 25px;
    position: relative;
    box-shadow: 0 1px 6px rgba(0,0,0,.175);
    background: var(--color2);
}


.timeline-panel:after
{
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid var(--color2);
    border-right: 0px solid var(--color2);
    border-bottom: 14px solid transparent;
    content: " ";
}

.timeline-panel-container-inverted .timeline-panel:after
{
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;

}

.timeline-heading h3
{
    margin-top: 5px;
    font-size: 20px;
    color: var(--color3);
}


.timeline-heading h4
{
   color: var(--color3);

}

.timeline-body p
{
   color:black;
}

.timeline-body li
{
   color: var(--color1);
   text-transform: capitalize;
    list-style:circle;
    
}

/*  EDUCATION  */


#education
{
    background: var(--color2);
    
}
#education .heading h2
{
    
    color: var(--color3);
}


.education-block
{
    width: 75%;
    height: 75%;
    margin: 0 auto;
    text-align: center;
    padding: 30px;
    background: #fff;
    border-radius: 10px;
    border: 2px solid #ccc;
    margin-bottom: 20px;
    
}

.education-block h5
{
    color: var(--color3);
    font-size: 15px;
    margin-bottom: 15px;
    
    
}

.education-block h3
{
    color: var(--color3);
}

.education-block .glyphicon
{font-size: 40px;}

.education-block h4
{
    margin-bottom: 20px;
}

.education-block p
{
    font-weight: bold;
}

.education-block .red-divider
{
    margin-bottom: 20px;
}



#certifications{
    background-color: var(--color3);

}


#certifications a{
   color:var(--color2)
}
.heading h2{
    color:var(--color2)
}



/* PORTFOLIO */


#portfolio
{
    background-color: var(--color2);    
}

#portfolio
{
    background-color: var(--color2);    
}



#portfolio portfolio
{
align-content: center;
}


#portfolio .heading h2
{
    color:var(--color3);
    text-align: center;
}
#portfolio div h3{
	color:var(--color3);
    text-align: center;
}

#portfolio.white-divider{
    color:var(--color3);
}


#portfolio div img{

	margin: 0px;
    width: 3500px;
    height: auto;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}


#portfolio div img:hover
{
    filter: none;
    -webkit-filter: none;
}

/*  Recommandations  */

#recommandations
{
    background-color:var(--color3);
}

#recommandations .heading h2
{
    color: var(--color2);
}

#recommandations .item h4 a
{
    color: var(--color2);
    font-style: normal;
}

#recommandations h3
{
    color: var(--color2);
}

.carousel-control {
    background-color: none;
}

#recommandations li
{
    color: var(--color2);
}
.carousel-inner .item h3 a
{
    color: var(--color2);
    font-style: normal;
}


#certifications img
{
 width: auto;
height: 800px;
    
}


.carousel-indicators
{
    bottom: 0px;
}

.carousel-indicators li
{
    border-color: #c8ad7f;
}






#myCarousel_RECOMMANDATIONS .item
{
    padding: 200px 200px;
    
}

myCarousel_education .item
{
    
     padding: 250px 250px;
}


#myCarousel_LU .item
{
    padding: 200px 200px;
    
}

#myCarousel_RECOMMANDATIONS .item h3
{
    font-style: italic;
    /* color: #c8ad7f; */
    text-decoration: inherit;
    font-size: 20px;
}

#portfolio .carousel-inner h3 a
{
    font-style: italic;
    text-decoration: inherit;
    font-size: 20px;
}


#portfolio.carousel-inner.img
{
 width : 1500px;
 height :auto;
}




#contact
{
	background: #462e01;
}

#contact .heading h2
{
	color: #462e01;
}


#contact-form
{
    font-size: 20px;
	color: #462e01;
}
/*---  NEW  ------*/

.form-control
{
    height: 50px;
    font-size: 18px;
}
#contact-form input[type=submit]
{
    margin: 40px auto 0px;
    display: block;
}
.comments
{
    font-style: italic;
    font-size: 18px;
    color: #fff;
    height: 25px
}
#contact-form .thank-you
{
    text-align: center;
    margin-top: 15px;
    font-weight: bold;
    font-size: 22px;
}
footer
{
	background: #333;
	padding: 20px 0 40px;
}
footer .glyphicon
{
	font-size: 25px;
	margin: 30px;
	color: #c8ad7f;
	height: 30px;
}
footer .glyphicon:hover
{
	font-size: 27px;
}

footer h5
{
	color: #fff;
	font-weight: bold;
}

footer img
{
	height: 100px;
	width: 100px;
}

portfolio-header-title2{
    font-style: normal
    color: white; !inportant;
}