/*
//***********************************************************************************
// Site		: 	Arkafigs
// Auteur	:  	Frédéric Vial
// Date		:   19.07.2018
// But		:   Feuille de style CSS
// Dépendance :	---
//***********************************************************************************
*/

/*////////////////////////////////////////////////////////////////////////////
//								HTML - BODY									//
////////////////////////////////////////////////////////////////////////////*/

#copyright {
    float: inherit;
    font-weight: bold;
    font-size: 9px;
    margin-right: 1%;
    text-align: left;
    vertical-align: middle;
    line-height: 5px;
}

#header {
    float: inherit;
    vertical-align: middle;
    margin-right: 1%;
    margin-left: 1%;
    line-height: 5px;
}


.info {
    font-size: 25px;
    text-align: center;
}

.infoText {
    font-size: 18px;
    text-align: left;
}

.confirmClient {
    font-size: 18px;
    text-align: center;
}


.container {
    background: #fff;
}
#alert {
    display: none;
}

.liens {
    font-size: 15px;
    text-align: left;
}
.comments{

    overflow-y:scroll;
    height:105px;
    text-align:left;
    font-size:13px;
    text-decoration:none;
}

.News{

    overflow-y:scroll;
    height:450px;
    text-align:left;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:14px;
    text-decoration:none;
}




.Style1{
    font-size:15px;
    color: #000000;
}

.vertical{
    text-align: center;
    height:490px;
    transform: translateY(25%);
}

footer {
    padding: 25px;
}


.social {
    position: fixed;
    top: 400px;
    right:0px;
}

.social ul {
    padding: 0px;
    -webkit-transform: translate(270px, 0);
    -moz-transform: translate(270px, 0);
    -ms-transform: translate(270px, 0);
    -o-transform: translate(270px, 0);
    transform: translate(270px, 0);
}

.social ul li {
    display: block;
    margin: 3px;
    background: rgba(171, 219, 209, 0.36);
    width: 300px;
    text-align: left;
    padding: 5px;
    -webkit-border-radius: 30px 0 0 30px;
    -moz-border-radius: 30px 0 0 30px;
    border-radius: 30px 0 0 30px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.social ul li:hover {
    -webkit-transform: translate(-110px, 0);
    -moz-transform: translate(-110px, 0);
    -ms-transform: translate(-110px, 0);
    -o-transform: translate(-110px, 0);
    transform: translate(-110px, 0);
    background: rgba(173, 178, 177, 0.4);
}

.social ul li:hover a {
    color: #000;
}

.social ul li:hover i {
    color: #fff;
    background: #16a085;
}

.social ul li i {
    margin-right: 10px;
    color: #000;
    background: #fff;
    padding: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 20px;
    background: #ffffff;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
