@import url('https://fonts.googleapis.com/css?family=Kaushan+Script');

html,
body {
  height: 100%;
  width: 100%;
}

/*------- Image en background ---------*/
header {
    min-height: auto;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    background-position: center;
    background-image: url('../images/mr_robot.jpg');
    color: white;
    text-align: center;
    position: relative;
    min-height: 100%;
}

/*---------- Header -----------*/
#header-content, #header-content2 {
    position: absolute;
    top: 30%;
    margin: auto;
    width: 100%;
}

@media (max-width: 1199px) {
    #header-content {
        top: 10%;
    }
}

@media (max-width: 990px) {
    #header-content {
        top: 15%;
    }
}

@media (max-width: 500px) {
    #header-content {
        top: 20%;
    }
}

@media (max-width: 1199px) {
    #header-content2 {
        top: 35%;
    }
}

@media (max-width: 990px) {
    #header-content2 {
        top: 38%;
    }
}

@media (max-width: 500px) {
    #header-content2 {
        top: 42%;
    }
}

/*--------- Titres ----------*/
h1, h2, h3 {
    margin: 0;
}

h2 {
    font-size: 36px;
    color: #bea979;
    font-family: Myriad Pro, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 900;
}

h3 {
    font-size: 24px;
    color: #776b74;
    font-family: Myriad Pro, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
}

p {
    font-family: Myriad Pro, Arial, sans-serif;
    font-size: 16px;
    color: black;
}

#headerlogo {
    height: auto;
    background-color: white;
    padding: 20px 0;
    margin-top: 50px;
}

#headerlogo img:hover {
    -o-animation: rubberBand 1s;
    -ms-animation: rubberBand 1s;
    -moz-animation: rubberBand 1s;
    -webkit-animation: rubberBand 1s;
    animation: rubberBand 1s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.logo {
    height: 70px;
    width: 80px;
    margin: auto;
}

#headlogo {
    height: 150px;
    width: 100%;
    position: relative;
    padding: 20px 0;
    margin-top: 50px;
}

#headlogo .logo {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

/*---------- Citation ----------*/
#quote {
    margin: 8% 0;
}

#quote h2 {
    color: white;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.85);
}

#quote h3 {
    color: white;
    line-height: 40px;
    margin-left: 14px;
}

.jaune {
    display: inline-block;
    background-color: #bea979;
    width: 280px;
    height: 40px;
}

@media (max-width: 1199px) {
    #quote h3 {
        margin-left: 0px;
    }
}

/*------------- Formulaire -----------*/
.formulaire {
    background-color: rgba(163,177,178, 0.65);
    height: auto;
    width: 100%;
    padding: 20px 0px 0px 0px;
}

.formulaire h2 {
    color: #4a1719;
    font-size: 24px;
}

.formulaire p {
    color: white;
    font-weight: 900;
}

input, select {
    opacity: 0.75;
    font-weight: 800;
}

.btninscription, .btnfacebook {
    background-color: #4a1719;
    color: white;
    text-transform: uppercase;
    width: 100%;
    margin: 0;
    font-size: 20px;
    font-weight: 900;
    border-radius: 0%;
}

.btnfacebook {
    background-color: #3a5898;
}

.inscription {
    margin: 0;
}

.fa-facebook {
    margin-right: 30px;
}

.btninscription:hover {
    background-color: #c74449;
    color: white;
}

.btnfacebook:hover {
    background-color: #5580dd;
    color: white;
}


/*----------- Section Application --------------*/
#appli {
    background-color: #dedadc;
    height: auto;
    padding: 4% 0;
    text-align: center;
}

#appli .col-lg-3 img {
    height: 400px;
    width: auto;
}

#appli .col-lg-8 img {
    height: 50px;
    width: 150px;
}

#appli .rouge {
    background-color: #4a1719;
    line-height: 40px;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    border-radius: 3%;
}

#appli .rouge:hover {
    -o-animation: rubberBand 1s;
    -ms-animation: rubberBand 1s;
    -moz-animation: rubberBand 1s;
    -webkit-animation: rubberBand 1s;
    animation: rubberBand 1s;
}

#appli p {
    color: #4a1719;
    font-weight: bold;
    font-size: 24px;
}

#appli .infos {
    color: black;
    font-size: 12px;
    font-weight: bold;
}

.btn-appli {
    background-color: #bea979;
}

#appli button, #appli .btn {
    font-size: 24px;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 40px;
}

#appli button:hover, #appli div.btn:hover {
    -o-animation: rubberBand 1s;
    -ms-animation: rubberBand 1s;
    -moz-animation: rubberBand 1s;
    -webkit-animation: rubberBand 1s;
    animation: rubberBand 1s;
}

#appli a img:hover {
    box-shadow: 1px 1px 42px #555;
}

#appli a {
    color: white;
}

/*------ Profils -----------*/
#profils {
    height: auto;
    background-color: white;
    padding: 4% 0;
    text-align: center;
}

.profilimg {
    width: 100%;
    height: auto;
    background-color: #4a1719;
    padding: 0;
    position: relative;
}

.recadrage {
    height: 200px;
    overflow: hidden;
}

.traitvertical {
    border-right: white solid 1px;
}

@media (max-width: 1199px) {
    .recadrage {
        height: 400px;
    }
    .traitvertical {
        border-right: 0px;
        border-bottom: white solid 1px;
    }
}

@media (max-width: 500px) {
    .recadrage {
        height: 200px;
    }
}

.recadrage img {
    width: 100%;
}

.infoprofil {
    border-bottom: white solid 1px;
    padding: 10px 0;
    text-align: left;
    padding: 12px;
    margin: 0;
}

#profils .fa {
    margin-right: 20px;
}

.fa-frown-o {
    color: gold;
}

.fa-heart {
    color: firebrick;
}

.fa-folder {
    color: burlywood;
}

.fa-tag {
    color: burlywood;
}

.fa-check {
    color: greenyellow;
}

.row.infoprofil {
    margin: 0;
}

#profils p {
    color: white;
}

.infosjaunes {
    color: #bea979;
}

#profils h3 {
    font-size: 15px;
}

.prof {
    margin-bottom: 84px;
}

#profils .prof .zapping {
    display: none;
}

#profils .prof .zaap {
    display: none;
}

#profils .prof .zapping2 {
    display: none;
}

#profils .prof:hover .zapping2 {
    display: block;
    position: absolute;
    top: 0;
    margin: auto;
    height: 100%;
    width: 100%;
    text-align: center;
    background-color: rgba(250,250,250,0.95);
    z-index: 10;
}

#profils .prof:hover .zapping {
    display: block;
    position: absolute;
    top: 0;
    margin: auto;
    height: 100%;
    width: 100%;
    text-align: center;
    background-color: rgba(250,250,250,0.95);
    z-index: 10;
}

#profils .zapping2 .infozap {
    position: relative;
    top: 45%;
    color: black;
    font-size: 24;
    font-weight: bold;
    z-index: 18;
}

#profils .zapping .infozap {
    position: relative;
    top: 45%;
    color: black;
    font-size: 24;
    font-weight: bold;
    z-index: 18;
}

#profils .fa-eur {
    color: gold;
    margin: 0;
}

#profils .prof:hover {
    -o-animation: pulse 1s;
    -ms-animation: puls 1s;
    -moz-animation: pulse 1s;
    -webkit-animation: pulse 1s;
    animation: pulse 1s;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -ms-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

#profils .infos {
    color: black;
    font-size: 14px;
    font-weight: 600;
}

p .red {
    color: darkred;
}

/*----- Footer ---------*/
footer {
    background-color: #bea979;
    height: auto;
    padding: 14px;
    text-align: center;
}

footer img {
    width: 60px;
    height: auto;
    margin: 2px;
}

footer img:hover {
    -o-animation: rubberBand 1s;
    -ms-animation: rubberBand 1s;
    -moz-animation: rubberBand 1s;
    -webkit-animation: rubberBand 1s;
    animation: rubberBand 1s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

footer a i:hover {
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -o-box-shadow: 0 0 80px -1px #fff;
    -moz-box-shadow: 0 0 80px -1px #fff;
	-webkit-box-shadow: 0 0 80px -1px #fff;
    -ms-box-shadow: 0 0 80px -1px #fff;
	box-shadow: 0 0 80px -1px #fff;
}

.fa.fa-facebook-official {
    color: midnightblue;
    font-size: 42px;
    margin: 2px;
}

.fa.fa-twitter-square {
    color: cornflowerblue;
    font-size: 42px;
    margin: 2px;
}

footer li a {
    color: white;
}

footer ul {
    list-style: none;
    margin: 0px 0px 10px 0px;
    padding: 0;
}


a:link {
    text-decoration: none;
}

footer a:hover {
    color: #4a1719;
}



/*---- Menu ----*/
@media (max-width: 1228px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
}

nav a {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    font-size: 18px;
}

nav .navbar-toggle {
    margin: 13px 15px 13px 0;
}

.navbar-brand {
    font-size: 30px;
    font-family: "Kaushan Script", "Helvetica Neue", Helvetica, Arial, cursive;
}

nav.navbar.shrink .navbar-brand img {
    display: block;
    height: 100%;
    width: auto;
}

.navbar-brand img {
    display: none;
}

nav.navbar.shrink {
    min-height: 35px;
}

nav.shrink a {
      padding-top: 10px !important;
      padding-bottom: 10px !important;
      font-size: 15px;
}

nav.shrink .navbar-brand {
    font-size: 25px;
}

nav.shrink .navbar-toggle {
      padding: 4px 5px;
      margin: 8px 15px 8px 0;
}

.navbar-right {
    margin-right: 8px;
}

nav.shrink.navbar-default .navbar-collapse, nav.shrink.navbar-default {
    background-color: #333;
    border-bottom: none;
}

.navbar-default .navbar-collapse, .navbar-default {
    background-color: transparent;
    border: none;
}

nav.shrink.navbar-default .navbar-nav>li>a {
    color: white;
    font-weight: bold;
}

.navbar-default .navbar-nav>li>a {
    color: #333;
    font-weight: bold;
}

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

.navbar-default .navbar-nav>li.actif>a, nav.shrink.navbar-default .navbar-nav>li.actif>a {
    color: #dbc93e; 
}

.navbar-default .navbar-brand {
    color: #c81616;
    margin-right: 24px;
}

.navbar-default .navbar-brand:hover {
    color: #c81616;
}

nav .navbar-form {
    border: 0;
}

@media (max-width: 1228px) {
    .navbar-default .navbar-collapse, .navbar-default {
        background-color: #333;
    }
    .navbar-default .navbar-nav>li>a {
    color: white;
    }
}



/*-- POPUP Inscription --*/
#inscription {
    display: none; /* Initialement on le cache */
    position: fixed;
    z-index: 1100;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.95);
    overflow-y: scroll;
}

#inscription .container {
    margin-top: 1%;
}

.close {
    color: black;
    float: right;
    margin-right: 12px;
    font-size: 34px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: dimgray;
    text-decoration: none;
    cursor: pointer;
}


#logoinscription {
    text-align: center;
}

#inscription .formulaire {
    width: 50%;
    margin: auto;
}

#inscription .btnfacebook {
    max-width: 40%;
    margin-bottom: 1%;
}

#inscription img {
    height: 80px;
    width: auto;
    margin-bottom: 2%;
}

#inscription p {
    color: #4a1719;
    font-weight: bold;
}

.majrouge {
    color: #4a1719;
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    #inscription .btnfacebook {
        font-size: 9px;
    }
    #inscription .fa-facebook {
        margin-right: 0;
        display: none;
    }
}







.pan {
    margin: 15% 0;
}

#zoneDeRecherche {
    margin-top: 10%;
}



/*-- Contact --*/
.cont {
    margin-bottom: 5%;
}

.panel{
    width: 500px;
    border: 1px #A0A0A0 solid;
    margin-top: 2%;
    margin-left: 25%;
}

.icon{
    height: 70px;
    padding-top:23px;
    
}
#contact{
    width: 50px;
    height: 50px;
    margin:auto;
    padding:7px 8px 7px 8px;
    background-color :#A4A4A4;
    border-radius: 25px 25px 25px 25px;
}

.glyphicon-info-sign, .glyphicon-chevron-left{
    font-size: 25px;
    color: #d5c193;
}
.cont .glyphicon-user{
    font-size: 35px;
    color: #FFFFFF;
}

.panel-body{
 height :350px;   
 overflow-y: scroll;
}

.date{
    color: #A4A4A4;
    text-align: center;
    margin-bottom: 5px;
}

.bold{
    font-weight: bold;
}


.message{
    font-size: 1.2em;
    width: auto;
    max-width:300px;
    border-radius: 15px;
    padding: 10px;
    margin-bottom: 10px;
}
.message-in {
    background-color: #d5c193;
    margin-left: 20px;

}
.message-out{
    background-color : #c81616;
    margin-right: 20px;
    color: #FFFFFF;
}

.glyphicon-send, .glyphicon-camera{
    color: #848484;
}



/*-- Prank --*/
.prank {
    text-align: center;
}

.prank a {
    color: white;
}

.prank .rouge {
    background-color: #4a1719;
    line-height: 40px;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    border-radius: 3%;
}

.prank .rouge:hover {
    -o-animation: rubberBand 1s;
    -ms-animation: rubberBand 1s;
    -moz-animation: rubberBand 1s;
    -webkit-animation: rubberBand 1s;
    animation: rubberBand 1s;
}




/*-- Recherche --*/
#zoneDeRecherche{
	background-color: #DDD9DC;
	padding: 10px 0;
}

#zoneDeRecherche label{
	/*color: #DCC982;*/
  color: #4a1012;
	text-transform:  uppercase;
}

#mesResultats{
	margin-bottom: 100px;
}
#mesResultats>h1{
	margin: 50px 0;
	color: #DCC982;
	text-align: center;
	text-transform: uppercase;
}
