/* GENERAL */


body
{
    font-family: 'Lato', sans-serif;
}
h1,h2,h3,h4,h5,h6
{
    font-weight: bold;
}
img
{
    max-width: 100%;
    height: auto;
}



ul,ol
{
    list-style:none;
}
section
{
    padding: 25px 0 25px 0;
}
section .heading 
{
    text-align: center;
    padding-bottom: 40px;
    padding-top: 17px;        

}
section .heading h2
{
    text-transform: uppercase;
}
.red-divider
{
    width:100px;
    height: 2px;
    background: #34a19f;
    margin: 0 auto;
}
.white-divider
{
    width:100px;
    height: 2px;
    background: #fff;
    margin: 0 auto;
}




.button1
{
    font-weight: bold;
    text-transform: uppercase;
    color: white;
    border: 1px solid white;
    display: inline-block;
    margin-top:  20px;
    padding: 18px 50px;
    border-radius: 3px;
    transition: all 0.3s ease-in 0s;
    background: transparent;
}
.button1:hover
{
    background: white;
    color: #34a19f;
    text-decoration: none;
}



/* MENU */
@media all and (max-width: 860px) {    /*tel*/
.navbar
{
    background: #34a19f;
    background-image: url(xp2phone.png); /*anciennement space.png*/
    font-size: 12px;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-weight: bold;
    z-index: 95;
    }}

@media all and (min-width: 860px) {    /*pc*/
.navbar
{
    background: #34a19f;
    background-image: url(xp2pc.png); /*anciennement space.png*/
    font-size: 12px;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-weight: bold;
    z-index: 95;
    }}




.navbar .navbar-nav
{
    display: inline-block;
    float: none;
    vertical-align: top;
}
.navbar .navbar-collapse
{
    text-align: center;
}
.navbar li a
{
    color: #fff !important;
}
.navbar-nav li a:hover, .navbar-nav li.active a
{
    color: #34a19f !important;
    background-color: #fff !important;
}
.navbar-default .navbar-toggle
{
    border-style: none;
}
.icon-bar
{
    background-color: #fff !important;
}




/* ABOUT */
@media all and (max-width: 860px) {    /*tel*/

#about
{
    padding-top: 100px;
    background: #34a19f;
    background-image: url(xp2phone.png);

}
}  


    @media all and (min-width: 860px) {/*pc*/
#about
{
    padding-top: 100px;
    background: #34a19f;
    background-image: url(xp2pc.png);

}        

}



.profile-picture
{
    text-align: center;
    margin: 0 auto;
    float: none;
}
#about .heading h1
{
    color:#fff;
    text-transform: uppercase;
}
#about .heading h3
{
    color:#000;
}





/* formation */
#formation
{
    padding: 25px 0 20px 0;
    background: #fff;
    background-image: url(fu.png);
}
#formation .heading h2
{
    color: #34a19f;
}
.formation-block
{
    width:80%;
    margin: 0 auto;
    text-align: center;
    padding: 30px;
    background: #ddd;
    border-radius: 10px;
    border: 2px solid #ccc;
    margin-bottom: 20px;
}
.formation-block h5
{
    color: #888;
    font-size: 15px;
    margin-bottom: 15px;
}
.formation-block .glyphicon
{
    font-size: 40px;
}
.formation-block h3
{
     color: #34a19f;
}
.formation-block h4
{
   margin-bottom: 20px;
}
.formation-block p
{
  font-weight: bold;
}
.formation-block .red-divider
{
    margin-bottom: 20px;
}
    



/* SKILLS */


.heading h2
{
    padding-bottom: 4px;

    color: #34a19f;
}
.progress
{
    height: 100%;
    margin: 30px 20px;
    background: #ddd;
}
.progress-bar
{
    background: #34a19f;
}
.progress h5
{
    text-shadow: 1px 1px 1px #000;
}






/* EXPERIENCE */
@media all and (max-width: 860px) {    /*tel*/
#experience
{
    background: #34a19f;
    background-image: url(xp2phone.png);
}
}
    
@media all and (min-width: 860px) {    /*pc*/
#experience
{
    background: #34a19f;
    background-image: url(xp2pc.png);
}
}  
    
    
#experience .heading h2
{
    color: #fff;
}


/* tel */
@media all and (max-width: 860px) {


.timeline
{
    padding: 30px 2px;
    margin-right: 10px;
    position: relative;
}
.timeline:before
{
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 5px;
    background-color: #333;
    left: 1,17%;
    margin-left: 17px;

}

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

.timeline > li:after
{
    clear: both;
}
.timeline > li:before, .timeline > li:after
{
    content: " ";
    display: table;
}
.timeline li .timeline-badge
{
    color: #34a19f;
    width: 50px;
    line-height: 50px;
    font-size: 20px;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 0%;
    margin-left: -25px;
    background-color: #ddd;
    border-radius: 50%;
}
.timeline-panel-container
{
    width: 100%;
    float: right;
}
.timeline-panel-container-inverted
{
    width: 100%;
    float: right;
}

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

.timeline-panel:after
{
    position:absolute;
    top: 27px;
    left: -14px;
    display:inline-block;
    border-top: 14px solid transparent;
    border-right: 14px solid #fff;
    border-left: 0 solid #fff;
    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;
}
.timeline-heading h4
{
     color: #34a19f;
}


}



/* pc */
@media all and (min-width: 860px) {

.timeline
{
    padding: 30px 10px;
    position: relative;
}
.timeline:before
{
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 5px;
    background-color: #333;
    left: 50%;
    margin-left: -2.5px;
}

.timeline > li
{
    margin-bottom: -160px; /* iciiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii 160px*/
    position: relative;
}

.timeline > li:after
{
    clear: both;
}
.timeline > li:before, .timeline > li:after
{
    content: " ";
    display: table;
}
.timeline li .timeline-badge
{
    color: #34a19f;
    width: 50px;
    line-height: 50px;
    font-size: 20px;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 50%;
    margin-left: -25px;
    background-color: #ddd;
    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 #d4d4d4;
    border-radius: 7px;
    padding: 20px 25px;
    position: relative;
    box-shadow: 0 1px 6px rgba(0,0,0, 0.175);
    background: #fff;
}
.timeline-panel-container-inverted .timeline-panel
{
    float: left;
    margin-left: 40px;
}

.timeline-panel:after
{
    position:absolute;
    top: 27px;
    right: -14px;
    display:inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    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;
}
.timeline-heading h4
{
     color: #34a19f;
}


}


/* projets */
#projets
{
    background: #fff;
    background-image: url(robot.png);
}
#projets .heading h2
{
    color: #34a19f;
}

#projets .heading h3
{
    font-size: 15px;
    color:#000;
}

#projets .thumbnail img
{
    width: 100%;
    height: 100%;

}
#projets .thumbnail img:hover
{
     filter: none;
    -webkit-filter: none; 
    
}





/* presse */

@media all and (min-width: 860px) {    /*pc*/

#projets2
{
    background: #34a19f;
    background-image: url(xp2pc.png);
}
}


@media all and (max-width: 860px) {    /*phone*/

#projets2
{
    background: #34a19f;
    background-image: url(xp2phone.png);
}
}
    
    
    
    
#projets2 .heading h2
{
    color: #fff;
}
#projets2 .thumbnail img
{
    width: 100%;
    height: 100%;
}
#projets2 .thumbnail img:hover
{
     filter: none;
    -webkit-filter: none; 
}

#projets2 .heading h3
{
    font-size: 15px;
    color:#fff;
}


/* RECOMMANDATIONS */
#recommandations
{
    background: #fff;
    /* background-image: url(a6.png); */
}

#recommandations .heading 
{
    text-align: center;
    padding-bottom: 0px;        
}

#recommandations .heading h2
{
  color: #34a19f;
}
.carousel-control.left, .carousel-control.right
{
    background-image: none;
    color: #34a19f;
}
.carousel-indicators
{
    bottom: 0px;
}
.carousel-indicators li
{
    border-color: #34a19f;
}
.carousel-indicators li.active
{
    background-color: #34a19f;
}
#myCarousel .item
{
    padding: 40px 30px;
}
#myCarousel .item h3
{
    color: #34a19f;
    font-style: italic;
}



/* FOOTER */
footer
{
    background: #333;
    padding: 20px 0 40px;
}
footer .glyphicon
{
    font-size:  25px;
    margin: 20px;
    color: #34a19f;
    height: 30px;
}
footer .glyphicon:hover
{
    font-size:  27px;
}
footer h5
{
    color: #fff;
    font-weight: normal;
}




/* Parent Container */
.content_img{
 position: relative;
 float: left;
 margin-right: 0px;
}

/* Child Text Container */
.content_img div{
 position: absolute;
 bottom: 0;
 right: 0;
 background: black;
 color: white;
 margin-bottom: 5px;
 font-family: sans-serif;
 opacity: 0;
 visibility: hidden;
 -webkit-transition: visibility 0s, opacity 0.5s linear; 
 transition: visibility 0s, opacity 0.5s linear;
}

/* Hover on Parent Container */
.content_img:hover{
 cursor: pointer;
}


.content_img:hover div{
 max-width:  100%;
    height: auto;
 padding: 8px 15px;
    font-family: 'Lato', sans-serif;
 visibility: visible;
 opacity: 0.7; 
}



/*contact*/


@media all and (min-width: 860px) {    /*pc*/
#contact{
    background: #34a19f;
    background-image: url(xp2pc.png); 
}
}

@media all and (max-width: 860px) {    /*phone*/
#contact{
    background: #34a19f;
    background-image: url(xp2phone.png); 
}
}


#contact .heading h2{
    color : #fff;
}


#contact .heading h3
{
    font-size: 15px;
    color:#fff;
}


#contact-form
{
    font-size: 20px;
    color: #fff;

}


/*---  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;
}


#loading {
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
    padding-top: 140px;
   position: fixed;
   display: block;
   opacity: 0.97;
   background-color: #ebf8fe;
   z-index: 99;
   text-align: center;
}

.loading-image {
  position: absolute;
  top: 100px;
  left: 240px;
  z-index: 100;
}



















































