

/* ylmedia */



body {
    overflow-x: hidden;
    font-family: 'Montserrat', sans-serif;
    
}


#logo { 
	
	background-color: rgba(0, 0, 0, 0.65);
    height: 100%;
    left: 50%;
    margin-left: -105px;
    overflow: visible;
    padding-top: 5%;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 210px;
    z-index: 800;
    
    
     }

#logo img {  max-width: 210px;  }


p {
	color: #3399cc;
	font-size: 14px;
}

p.small {
    
    font-size: 13px;
}


start {  margin-top: -50px; float: left;


 }

.navbar { box-shadow: 2px 2px 2px 1px #CECECE; background: url("../img/nav.jpg") repeat-x bottom left; font-size: 12px; margin: 0px; }
.navbar-nav > li > a { padding-top: 0px; padding-bottom: 0px; }

.modal-body {  text-align: justify; }


#Xav span { font-size: 12px; }
#Xav h4 {  margin-top: 30px; margin-bottom: 0px; }

#Xav ul { list-style: none; padding:15px; text-align: center;}


.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {  background: #ffd71e; color:maroon;}
.navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {  background: #ffd71e;  }
.navbar-default .navbar-nav > li > a:hover { color: #A6A29E; }
.navbar-default .navbar-nav > li > a { color: #A6A29E; }

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
    color: #414141;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    
    
    font-weight: normal;
    letter-spacing: 2px;
    text-align: center;
}



h3 { background: #1FA2DA;
    border: medium none;
    color: #FFFFFF;
    font-family: 'Pacifico', cursive;
    min-height: 31px;
    line-height: 39px;
    margin-bottom: 20px;
    clear: both;
    padding-top: 5px;
     }
 

/* tableau */

     
.clair { background: #d8f2fd; }

.table {  font-size: 12px; background: white;  color: #878380;}


.footer-above h3 { background: transparent; font-size: 20px; color: white;  }     
     
h4, h5 {  color: #993431; text-align: left;  }

.sous-titre {  font-family: 'Pacifico', cursive; font-size: 25px; margin-bottom: 25px; color: #C99545; }

.suite { background: #e4e4e3; width: 100%; color: white; padding: 10px; text-align: center; display: block; margin-top: 15px;  }
a.suite:hover { text-decoration: none; }




.temoignages-item h4 {  text-align: center; font-size: 12px; color: #B14242; text-align: right; font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif; margin-top: 10px; }


#actualites .row { margin-bottom: 20px; }
#actualites h5 {  text-align: left; }
#actualites img { box-shadow: 0px 0px 2px 1px #A6A29E; border: 1px solid white; }

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {  color: #414141; }

hr.star-light,
hr.star-primary {
    margin: 0px auto 5px;
    padding: 0;
    max-width: 650px;
    border: 0;
    border-top: solid 1px;
    text-align: center;
}

hr.star-light:after,
hr.star-primary:after {
    content: "";
    display: inline-block;
    position: relative;
    top: -.8em;
    padding: 0 .25em;
    font-family: FontAwesome;
    font-size: 2em;
}

.container {  position: relative; }

hr.star-light {
    border-color: #fff;
}

hr.star-light:after {
    color: #fff;
    background-color: #fff;
}

hr.star-primary {
    border-color: #2c3e50;
}

hr.star-primary:after {
    color: #2c3e50;
    background-color: #fff;
}

.img-centered {
    margin: 0 auto;
}

header {
    text-align: center;
	margin-top: 90px;
    
    
    overflow: hidden;
    background-image:linear-gradient(to right, #F9C476, white);
}

header .container {
    padding-top: 100px;
    padding-bottom: 50px;
}

header img {
    display: block;
    
}

header .intro-text .name {
    display: block;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 2em;
    font-weight: 700;
}

header .intro-text .skills {
    font-size: 1.25em;
    font-weight: 300;
}

@media(min-width:768px) {
    header .container {
        padding: 200px 0 100px;
    }

    header .intro-text .name {
        font-size: 5em;
    }

    header .intro-text .skills {
        font-size: 1.75em;
    }
}

@media(min-width:768px) {
    .navbar-fixed-top {
        padding: 25px 0;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-fixed-top .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-fixed-top.navbar-shrink {
        padding: 10px 0;
    }

    .navbar-fixed-top.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }
}

a.navbar-brand img { }

.navbar {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}

.navbar a:focus { color: black; }

.navbar a:focus {
    outline: 0;
}

.navbar .navbar-nav {
    letter-spacing: 1px;
}

.navbar .navbar-nav li a:focus {
    outline: 0;
}

.navbar-default { background-color: white; }

.navbar-default .navbar-nav > li > a {  }
.navbar-default .navbar-nav > li > a:focus {   }
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus { background: #ffd71e; }


.navbar-default,
.navbar-inverse {
    border: 0;
}

section {
    padding: 100px 0;
}

section h2 {
    margin: 0;
    font-size: 2em;
    text-shadow: 1px 1px 1px #fff;
    color: #878380;
    font-family: 'Pacifico', cursive;
    padding-bottom: 10px;
   
}

#contact h2 {   text-shadow: 1px 1px 1px #fff; color: #414141; }


section.success {
    color: #fff;
    background: #a6a29e;
}

@media(max-width:767px) {
    section {
        padding: 75px 0;
    }

    section.first {
        padding-top: 75px;
    }
}


@media(min-width:767px) {
    #references .references-item {
        margin: 0 0 30px;
    }
}

.btn-outline {
    margin-top: 15px;
    text-align: right;
    font-size: 15px;
    color: #fff;
    background: 0 0;
    transition: all .3s ease-in-out;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
    border: solid 2px #fff;
    color: #847F5F;
    background: #fff;
}

.floating-label-form-group {
    position: relative;
    margin-bottom: 0;
    padding-bottom: .5em;
    border-bottom: 1px solid #eee;
}

.floating-label-form-group input,
.floating-label-form-group textarea {
    z-index: 1;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    border: 0;
    border-radius: 0;
    font-size: 1em;
    background: 0 0;
    box-shadow: none!important;
    resize: none;
}

.floating-label-form-group label {
    display: block;
    z-index: 0;
    position: relative;
    top: 2em;
    margin: 0;
    font-size: .85em;
    line-height: 1.764705882em;
    vertical-align: middle;
    vertical-align: baseline;
    opacity: 0;
    -webkit-transition: top .3s ease,opacity .3s ease;
    -moz-transition: top .3s ease,opacity .3s ease;
    -ms-transition: top .3s ease,opacity .3s ease;
    transition: top .3s ease,opacity .3s ease;
}

.floating-label-form-group::not(:first-child) {
    padding-left: 14px;
    border-left: 1px solid #eee;
}

.floating-label-form-group-with-value label {
    top: 0;
    opacity: 1;
}

.floating-label-form-group-with-focus label {
    color: #847F5F;
}

form .row:first-child .floating-label-form-group {
    border-top: 1px solid #eee;
}

footer {
    color: #fff;
    font-family: verdana;
   
}

footer h3 {
    color: #FFFFFF;
    font-size: 3em;
    margin-bottom: 30px;
}

footer .footer-above {
    padding-top: 50px;
    background-color: #696E75;
    box-shadow: 0px 5px 3px 0px #414141 inset;
}

footer .footer-col {
    margin-bottom: 50px;
}

footer .footer-below {
    padding: 25px 0;
    background-color: #988D83;
}

.btn-social {
    display: inline-block;
    width: auto;
    height: auto;
    border: 2px solid #fff;
    /*border-radius: 100%;*/
    text-align: left;
    font-size: 20px;
    line-height: 45px;
    margin: 0px 5px 10px 0px;
    min-width: 30%;
    text-align: center;
    margin-top: 15px;
}


a.btn-social:hover {  min-width: 35%; }

.fa-fw { min-width: 72px; }

.btn-social i {  margin: auto; }
 
.list-inline {  padding: 0px;} 

.btn:focus,
.btn:active,
.btn.active {
    outline: 0;
}

.scroll-top {
    z-index: 1049;
    position: fixed;
    right: 2%;
    bottom: 10%;
    width: 50px;
    height: 50px;
}

.scroll-top .btn {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 28px;
}

.scroll-top .btn:focus {
    outline: 0;
}

.references-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.references-modal .modal-content h2 {
    margin: 0;
    font-size: 3em;
}

.references-modal .modal-content img {
    margin-bottom: 30px;
}

.references-modal .modal-content .item-details {
    margin: 30px 0;
}

.references-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.references-modal .close-modal:hover {
    opacity: .3;
}

.references-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #2c3e50;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.references-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #2c3e50;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

#wowslider-container {
    border: medium none;
    margin: 0 auto;
    position: relative;
    text-align: left;
    z-index: 100;
    overflow: hidden;
}
* html #wowslider-container {
    width: 960px;
}
#wowslider-container .ws_images ul {
    border-spacing: 0;
    height: auto;
    left: 0;
    list-style: none outside none;
    margin: 0;
    overflow: visible;
    padding: 0;
    position: relative;
    width: 10000%;
}
#wowslider-container .ws_images ul li {
    float: left;
    font-size: 0;
    line-height: 0;
    margin: 0 !important;
    padding: 0 !important;
    width: 1%;
}
#wowslider-container .ws_images {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: relative;
    top: 0;
    width: 100%;
}
#wowslider-container .ws_images a {
    color: rgba(0, 0, 0, 0);
    display: block;
    width: 100%;
}
#wowslider-container img {
    max-width: none !important;
}
#wowslider-container .ws_images img {
    border: 0 none;
    max-width: none;
    width: 100%;
}
#wowslider-container a {
    border: medium none;
    outline: medium none;
    text-decoration: none;
}
#wowslider-container .ws_bullets {
    float: left;
    font-size: 0;
    position: absolute;
    z-index: 70;
}
#wowslider-container .ws_bullets div {
    float: left;
    position: relative;
}
#wowslider-container a.wsl {
    display: none;
}
#wowslider-container .ws_bullets {
    padding: 10px;
}
#wowslider-container .ws_bullets a {
    background: url("./bullet.png") repeat scroll left top rgba(0, 0, 0, 0);
    color: rgba(0, 0, 0, 0);
    float: left;
    height: 20px;
    margin-left: 4px;
    position: relative;
    text-indent: -4000px;
    width: 22px;
}
#wowslider-container .ws_bullets a.ws_selbull, #wowslider-container .ws_bullets a:hover {
    background-position: 0 100%;
}
#wowslider-container a.ws_next, #wowslider-container a.ws_prev {
    background-image: url("./arrows.png");
    display: none;
    height: 50px;
    margin-top: -28px;
    position: absolute;
    top: 50%;
    width: 51px;
    z-index: 60;
}
#wowslider-container a.ws_next {
    background-position: 100% 0;
    right: 10px;
}
#wowslider-container a.ws_prev {
    background-position: 0 0;
    left: 10px;
}
#wowslider-container a.ws_next:hover {
    background-position: 100% 100%;
}
#wowslider-container a.ws_prev:hover {
    background-position: 0 100%;
}
* html #wowslider-container a.ws_next, * html #wowslider-container a.ws_prev {
    display: block;
}
#wowslider-container:hover a.ws_next, #wowslider-container:hover a.ws_prev {
    display: block;
}
#wowslider-container .ws_bullets {
    bottom: -37px;
    left: 50%;
}
#wowslider-container .ws_bullets div {
    left: -50%;
}
#wowslider-container .ws-title {
    bottom: 5%;
    color: #FFFFFF;
    display: block;
    font-family: MisoBold,Oswald,Impact,Charcoal,sans-serif;
    font-size: 55px;
    left: 7%;
    margin: 9px;
    position: absolute;
    text-shadow: 1px 1px 1px #333333;
    z-index: 50;
}
#wowslider-container .ws-title div, #wowslider-container .ws-title span {
    background: none repeat scroll 0 0 #3398B6;
    border-radius: 5px;
    display: inline-block;
    opacity: 0.95;
    padding: 10px;
}
#wowslider-container .ws-title div {
    background: none repeat scroll 0 0 #B02D15;
    color: #FFFFFF;
    display: block;
    font-size: 55px;
    margin-top: 10px;
    opacity: 0.8;
    text-shadow: 1px 1px 1px #000000;
}
#wowslider-container .ws_images ul {
    animation: 16.8s ease 0s normal none infinite wsBasic;
}
@-moz-keyframes wsBasic {
0% {
    left: 0;
}
14.88% {
    left: 0;
}
25% {
    left: -100%;
}
39.88% {
    left: -100%;
}
50% {
    left: -200%;
}
64.88% {
    left: -200%;
}
75% {
    left: -300%;
}
89.88% {
    left: -300%;
}
}
@-moz-keyframes wsBasic {
0% {
    left: 0;
}
14.88% {
    left: 0;
}
25% {
    left: -100%;
}
39.88% {
    left: -100%;
}
50% {
    left: -200%;
}
64.88% {
    left: -200%;
}
75% {
    left: -300%;
}
89.88% {
    left: -300%;
}
}
#wowslider-container .ws_bullets a img {
    border: 3px solid #FFFFFF;
    bottom: 16px;
    box-shadow: 0 0 5px #999999;
    display: block;
    left: -120px;
    max-width: none;
    position: absolute;
    text-indent: 0;
    visibility: hidden;
}
#wowslider-container .ws_bullets a:hover img {
    visibility: visible;
}
#wowslider-container .ws_bulframe div div {
    height: 90px;
    overflow: visible;
    position: relative;
}
#wowslider-container .ws_bulframe div {
    background-color: #FFFFFF;
    left: 0;
    overflow: hidden;
    position: relative;
    width: 240px;
}
#wowslider-container .ws_bullets .ws_bulframe {
    border: 3px solid #FFFFFF;
    bottom: 20px;
    box-shadow: 0 0 5px #999999;
    cursor: pointer;
    display: none;
    overflow: visible;
    position: absolute;
}
#wowslider-container .ws_bulframe span {
    background: url("./triangle.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: -9px;
    display: block;
    height: 6px;
    left: 120px;
    margin-left: 0;
    position: absolute;
    width: 15px;
}



p { text-align: justify; font-size: 14px; }

.navbar, section { background: white; }

img.ref { width: 100px; margin-right: 5px; margin-left: 5px; margin: auto; clear: both; }

section#Formations p, section#actu p { color:white; }
section#Formations h2, section#actu h2 { color: white; text-shadow: 1px 1px 1px #314764; }
section#Formations hr.star-primary, section#actu hr.star-primary { border-color: white; }


.competences-item p { color: #878380;}
.competences-item ul { padding: 0px; list-style: none; }
.competences-item h5 { text-align: center; }

.competences-item ul li
{
 	
 	 background-color: #fff;
    border-bottom: 1px solid #FFFFFF;
    display: block;
    font-size: 14px;
    height: auto;
    line-height: 26px;
    min-height: 29px;
    text-align: center;
    width: 100%;
    border-bottom: 1px solid #EDEDED;
    padding-left: 5px;
}

.competences-item ul li:nth-child(2n+2)
{

background: #F7F7F7;
   
}

.cbp-af-header-shrink img { width: 200px; }

#about img { max-width: 100%; }

.publi-item .row { margin-bottom: 15px; min-height: 150px; }

.telephone h3 { background: white; color: #993431; }

.list-inline > li {  float: left;   }

.romee-item p { margin-top: 15px; clear: both; }


#success_message {  text-align: center; margin-top: 25px; line-height: 30px; font-size: 20px;   }


#sb-container {z-index: 10000; }



section#footer1 { background: #6d6d6d; padding: 10px 0px 10px 0px;   }

#activite {
    color: #faf5eb;
    font-family: "Conv_HelveticaNeueLTPro-UltLt";
    font-size: 45px;
}

#sousactivite {
    color: #aec7ff;
    float: left;
    font-family: "Conv_HelveticaNeueLTPro-UltLt";
    font-size: 20px;
    margin-right: 15px;
    margin-top: 15px;
    text-align: right;
}


.NomSociete { width:auto; float: left; color: #DDDDDD; margin-right: 25px; text-align: center; }
.NomSociete img { max-width: 150px; }

#tags .NomSociete {
    float: left;
    margin: 15px 30px 15px 0;
    text-align: center;
    width: auto;
}

section#footer2 { background: #BDE2F4; padding: 10px 0px 10px 0px;   }

.footer-div ul {
    line-height: 17px;
    list-style: none outside none;
    font-family: verdana;
    margin: 0;
    padding: 0;
}

.footer-div ul li a {
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-weight: normal;
    text-decoration: none;
}

a, a > * {
    text-decoration: none;
    transition: background-color 0.3s ease 0s, border 0.3s ease 0s, color 0.3s ease 0s, opacity 0.3s ease-in-out 0s;
}

.footer-div h5 {
    color: #6D6D6D;
    font-family: verdana;
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 15px;
}


/* Transitions */

.logo { width: 388px;  position: absolute; top:-20px; left:15px; }
.logoAnime { width: 200px; top:0px; transition: width 0.6s ease 0.5s, ease-in-out 0.5s;  }



@media screen and (min-width: 640px) and (max-width: 1025px) {
  .navbar { font-size: 10px; }
}