@font-face 
{ 
  font-family: 'raleway-medium'; 
  src: url('../fonts/Raleway-Medium.ttf'); 
}
body
{
    font-family:'raleway-medium';
}

.btn { /* just for this demo. */
    margin-top: 5px;
}

.btn-arrow-right,
.btn-arrow-left {
    position: relative;
    padding-left: 18px;
    padding-right: 18px;
}
.btn-arrow-right {
    padding-left: 36px;
}
.btn-arrow-left {
    padding-right: 36px;
}
.btn-arrow-right:before,
.btn-arrow-right:after,
.btn-arrow-left:before,
.btn-arrow-left:after { /* make two squares (before and after), looking similar to the button */
    content:"";
    position: absolute;
    top: 5px; /* move it down because of rounded corners */
    width: 22px; /* same as height */
    height: 22px; /* button_outer_height / sqrt(2) */
    background: inherit; /* use parent background */
    border: inherit; /* use parent border */
    border-left-color: transparent; /* hide left border */
    border-bottom-color: transparent; /* hide bottom border */
    border-radius: 0px 4px 0px 0px; /* round arrow corner, the shorthand property doesn't accept "inherit" so it is set to 4px */
    -webkit-border-radius: 0px 4px 0px 0px;
    -moz-border-radius: 0px 4px 0px 0px;
}
.btn-arrow-right:before,
.btn-arrow-right:after {
    transform: rotate(45deg); /* rotate right arrow squares 45 deg to point right */
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
.btn-arrow-left:before,
.btn-arrow-left:after {
    transform: rotate(225deg); /* rotate left arrow squares 225 deg to point left */
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
}
.btn-arrow-right:before,
.btn-arrow-left:before { /* align the "before" square to the left */
    left: -11px;
}
.btn-arrow-right:after,
.btn-arrow-left:after { /* align the "after" square to the right */
    right: -11px;
}
.btn-arrow-right:after,
.btn-arrow-left:before { /* bring arrow pointers to front */
    z-index: 1;
}
.btn-arrow-right:before,
.btn-arrow-left:after { /* hide arrow tails background */
    background-color: white;
}

.div-border
{
    border-style: solid;
    border-width: 1px;
    border-color: black;    
}

.image-accueil
{
    height: auto;
    
  /*  background: url(../img/image-header-accueil.png) no-repeat center fixed; 
    -webkit-background-size: cover;
    background-size: cover;*/
}
.taille-img
{
    width:100%;
    z-index: 0;
}
.image-logo-orange
{
    z-index: 1;
    position: absolute;
    margin-top: -70%;
    left: 10%;
}

.image-logo-bleu
{
    z-index: 1; 
    position: absolute; 
    margin-top: -50%; 
    left: 65%;
}
.taille-image_logo-orange
{
    width: 70%;
    height: auto;
}
.taille-image-logo-bleu
{
    max-width: 70%;
    height: auto;
}
.taille-img-fond
{
    width: 100%;
    height: 180px;
    z-index: 0;
}

.taille-img-domaine
{
    width: 100%;
    height: 100%;
}

.nav-bar-accueil
{
    height: 60px;
}

.description
{
    height: 180px;
}

.publicite
{
    height: 60px;
    background-color: rgb(245, 245, 245);
}

.domaines
{
    margin-left: 15%;
    margin-right: 15%;
}
.domaine
{
    line-height: inherit;
}

.comment-ca-marche
{
    height: 500px;
    background-color: rgb(245, 245, 245);
}

.partenaires
{
    height: 120px;
}
.avantages
{
    height: 350px;
}

.meth-dev
{
    height: 190px;
    background-color: rgb(245, 245, 245);
}

.freelance-economy
{
    height: 260px;
}

.partage
{
    height: 120px;
}

.partage-small
{
    margin-left: 15%;
    margin-right: 15%;
    margin-top: 140px;
    height: 140px;
    background-color: rgb(227, 227, 227);
}

.domaines-marge
{
    margin-top: 50px;
    margin-bottom: 50px;
}

.taille-img-avantage
{
    z-index: 0;
    width: 100%;
    height: 350px;;
}

.taille-image-freelance-economy
{
    width: 100%;
    height: 260px;
    z-index:0;
}

.separation-navbar
{
    border-right-style: solid;
    border-right-width: 2px;
    border-right-color: rgb(245, 245, 245);
}
.navbar-perso
{
    background-color: white;
    border-color: red;
}
.bouton-recherche-navbar
{
    background-color: rgb(245, 245, 245);
}
.taille-logo-pub
{
    height: 30px;
    margin-top: 20%;
    margin-right: 20px;
}.taille-logo-pub2
{
    height: 30px;
    margin-top: 0%;
    margin-right: 20px;
}
.marge-img-domaine
{
    margin-bottom: 20px;
}
.fond-img-domaine
{
    z-index: 0;
}
.texte-domaine
{
    z-index: 1;
    position: absolute;
    margin-top: -130px;
    width: 100%;
    text-align: center;
    color: white;
    font-family: 'raleway-medium';
    font-size: 1.3em;
}
.texte-page-accueil
{
    margin-top:30px;
    text-align: center;
    font-family: 'raleway-medium';
    font-size: 20px;
}
.texte-description
{
    z-index: 1;
    position: absolute;
    margin-top: -145px;
    width: 100%;
    text-align: center;
    font-family: 'raleway-medium';
    font-size: 20px;
    line-height:1.8;
}
.texte-freelance-economy
{
    z-index: 1;
    position: absolute;
    margin-top: -240px;
    width: 100%;
    text-align: center;
    font-family: 'raleway-medium';
    font-size: 20px;
    line-height:1.8;
}
.texte-gras
{
    font-weight: bold;
}
.text-avanteges
{
    font-family: 'raleway-medium';
    color: white;
    font-size: 14px;
}
.taille-img-avantages
{
    height: 40%;
    width: 40%;
    border-radius: 50%;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.5);
    border-width: 5px;
}
.text-titre
{
    font-family: 'raleway-medium';
    margin-top: 30px; 
    color:rgb(170, 170, 170);
    font-size: 1.3em;
}
.bouton-accuiel-blanc-orange
{
    font-family: 'raleway-medium';
    font-weight: bold;
    text-align: center;
    width: 120px;
    height: 40px;
    background-color: white;
    color: rgb(246, 147, 49);
    -moz-box-shadow: 0px 6px 0px 0px #d0d0d0;
    -webkit-box-shadow: 0px 6px 0px 0px #d0d0d0;
    -o-box-shadow: 0px 6px 0px 0px #d0d0d0;
    box-shadow: 0px 6px 0px 0px #d0d0d0;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#d0d0d0, Direction=180, Strength=0);
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 60px;
}
.bouton-accuiel-bleu-blanc
{
    font-family: 'raleway-medium';
    font-weight: bold;
    text-align: center;
    display:inline;
    height: 40px;
    background-color: rgb(0, 142, 214);
    color: white;
    border-radius: 60px;
}
.bouton-connexion-orange
{
    font-family: 'raleway-medium';
    font-size: 0.8em;
    font-weight: bold;
    text-align: center;
    width: auto;
    height: 30px;
    background-color: white;
    color: rgb(246, 147, 49);
    border-radius: 60px;
    z-index:2; 
    position: absolute;
    margin-top: 45%;
    right: 50%;
}
.bouton-connexion-bleu
{
    font-family: 'raleway-medium';
    font-size: 0.8em;
    font-weight: bold;
    text-align: center;
    width: auto;
    height: 30px;
    background-color: white;
    color:rgb(0, 142, 214);
    border-radius: 60px;
    z-index:2; 
    position: absolute;
    top: 50%;
    right:50%;
}

.footer-elements
{
    z-index: 1;
    margin-top: -160px;
}

.texte-bleu
{   
    text-align: center;
    font-family: 'raleway-medium';
    color: white;
    font-size: 1.0em;
    position: absolute;
    top: 6%;
    width: 40%;
    left: 15%;
}
.texte-orange
{
    text-align: center;
    font-family: 'raleway-medium';
    color: white;
    font-size: 1.0em;
    position: absolute;
    top: 6%;
    width: 40%;
    left: 15%;
}

.divServicesEntreprise
{
    border-style: solid;
    border-width: 1px;
    border-color: black;
    width: 200px;
    height: 200px;
    margin-right:10px;
    margin-bottom: 10px;
    color: black;
}
.labelTitre
{
    font-size: 1.2em;
}
.divEncadre
{
    text-align: center;
    border-style: solid;
    border-width: 2px;
    height: 20%;
    width:70%;
    background-color:white;
    color:rgb(0, 142, 214);
}

.divEncadreChoisi
{
    text-align: center;
    border-style: solid;
    border-width: 2px;
    height: 20%;
    width:70%;
    color:white;
    background-color:rgb(0, 142, 214);
}
.divCreerProjet
{
    border-style: solid;
    border-width: 2px;
    width:50%;
}
.col-centered{
    float: none;
    margin: 0 auto;
}

.encadrePools
{
    border-style: solid;
    border-width: 1px;
}
.labelTitreUnderligned
{
    font-size: 1.2em;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    width:100%;
}

.jumbotronInscription
{
    background-color: rgb(0, 142, 214);
    color:white;
}

.btnLinkedIn
{
    width:100%;
    background-color: rgb(0, 120, 177);
}

.btnGoogle
{
    width:100%;
    background-color: rgb(0, 120, 177);
}

.btnFacebook
{
    width:100%;
    background-color: rgb(0, 120, 177);
}

.btn-inscription
{
    border-style: solid;
    border-width: 2px;
    border-color: rgb(247, 147, 29);
    background-color: white;
    color: rgb(247, 147, 29);
    font-weight: bold;
}

.message
{
  position:relative;
  padding:5px;
  border:2px solid rgba(231,235,238,1.0);
  color:black;
  background-color:white;
  /* css3 */
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
    border-radius:2px;
    margin-top: 3px;
    margin-bottom: 3px;
    margin-left: 5px;
    margin-right: 5px;
}
.mon-message
{
    background-color: rgba(231,235,238,1.0);
}
.row-message
{
    font-family: 'futura-light';
    margin: 0px;
}

/* Variant : for left positioned triangle
------------------------------------------ */

.message.left 
{
  margin-left:30px;
}

/* Variant : for right positioned triangle
------------------------------------------ */

.message.right 
{
  margin-right:30px;
}

/* THE TRIANGLE
------------------------------------------------------------------------------------------------------------------------------- */

.mon-message:before 
{
  content:"";
  position:absolute;
  bottom:-20px; /* value = - border-top-width - border-bottom-width */
  left:40px; /* controls horizontal position */
  border-width:20px 20px 0;
  border-style:solid;
  border-color:#5a8f00 transparent;
  /* reduce the damage in FF3.0 */
  display:block;
  width:0;
}

/* creates the smaller  triangle */
.mon-message:after 
{
  content:"";
  position:absolute;
  bottom:-13px; /* value = - border-top-width - border-bottom-width */
  left:47px; /* value = (:before left) + (:before border-left) - (:after border-left) */
  border-width:13px 13px 0;
  border-style:solid;
  border-color:#fff transparent;
  /* reduce the damage in FF3.0 */
  display:block;
  width:0;
}
.son-message:before 
{
  content:"";
  position:absolute;
  bottom:-20px; /* value = - border-top-width - border-bottom-width */
  left:40px; /* controls horizontal position */
  border-width:20px 20px 0;
  border-style:solid;
  border-color:rgb(0, 142, 214);
  /* reduce the damage in FF3.0 */
  display:block;
  width:0;
}

/* creates the smaller  triangle */
.son-message:after 
{
  content:"";
  position:absolute;
  bottom:-13px; /* value = - border-top-width - border-bottom-width */
  left:47px; /* value = (:before left) + (:before border-left) - (:after border-left) */
  border-width:13px 13px 0;
  border-style:solid;
  border-color:rgb(0, 142, 214);
  /* reduce the damage in FF3.0 */
  display:block;
  width:0;
}
/*.img-prfl
{
    border-style: solid;
    border-width: 3px;
    border-color: rgb(42, 170, 225);
}*/

/* Variant : left
------------------------------------------ */

/* creates the larger triangle */
.message.left:before 
{
  top:10px; /* controls vertical position */
  bottom:auto;
  left:-15px; /* value = - border-left-width - border-right-width */
  border-width:9px 15px 9px 0;
  border-color:transparent rgba(231,235,238,1.0);
}

/* creates the smaller  triangle */
.message.left:after 
{
  top:16px; /* value = (:before top) + (:before border-top) - (:after border-top) */
  bottom:auto;
  left:-10px; /* value = - border-left-width - border-right-width */
  border-width:4px 10px 4px 0;
  border-color:transparent rgba(255,255,255,1.0);
}

/* Variant : right
------------------------------------------ */

/* creates the larger triangle */
.message.right:before 
{
  top:10px; /* controls vertical position */
  bottom:auto;
  left:auto;
  right:-15px; /* value = - border-left-width - border-right-width */
  border-width:9px 0 9px 15px;
  border-color:transparent transparent;
}

/* creates the smaller  triangle */
.message.right:after 
{
  top:10px; /* value = (:before top) + (:before border-top) - (:after border-top) */
  bottom:auto;
  left:auto;
  right:-17px; /* value = - border-left-width - border-right-width */
  border-width: 9px 0px 9px 15px;
  border-color: transparent rgba(231,235,238,1.0);
}

.messageAEnvoyer {
    position: fixed;
    bottom: 1;
    width: 100%;
}