/*font-family: 'Grand Hotel', cursive;*/
/*font-family: 'Advent Pro', sans-serif;*/
/*font-family: 'Amatic SC', cursive;*/
/*font-family: 'Open Sans', sans-serif;*/

/***************
    GENERAL
****************/

/** je réinitialise tout avant de commencer**/

html,
body,
div,
header,
main,
footer,
h1,
h2,
h3,
h4,
nav,
p {
    margin: 0;
    padding: 0;
}

.wrapper {
    margin-right: auto;
    margin-left: auto;
    max-width: 1060px;
    /*padding-right: 10px;*/
    padding-right: 0.94%;
    /*padding-left: 10px;*/
    padding-left: 0.94%;
}

/************************
CLASSE GENERALE POSITION
*************************/

/***FLOAT***/
.f-left {
    float: left;
}

.f-right {
    float: right;
}

/***************
   COLONNES
****************/

.col-3-12 {
    /*width: 260px;*/
    width: 24.52%;
}

.col-4-12 {
    /*width: 320px;*/
    width: 30.18%;
}

.col-5-12 {
    /*width: 440px;*/
    width: 41.5%;
}

/*gouttière*/
.gut {
    /*width: 20px;*/
    width: 1.88%;
}

.hgt-750 {
    height: 750px;
}

/*******************
       LOGIN
********************/

div fieldset {
    border-radius: 5px;
    font-family: 'Amatic SC', cursive;
}

/* Full-width inputs */
input[type=text],
input[type=password] {
    width: 40%;
    padding: 2% 2%;
    margin: 2% 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
}

/* Set a style for all buttons */
button {
    background-color: #4eb26c;
    color: white;
    padding: 2% 3%;
    border: none;
    cursor: pointer;
    width: 18%;
    border-radius: 5px;
}

/* Add a hover effect for buttons */
button:hover {
    opacity: 0.8;
}


/*******************
       HEADER
********************/

h1,
h2,
h3,
h4 {
    font-family: 'Amatic SC', cursive;
    color: #757575;
}

header {
    margin-top: 1.5%;
}

.logo {
    margin-top: 2.5%;
}

.title {
    font-size: 0.9vw;
    margin-top: 3.5%;
}

/*******************
        BODY
********************/
/*pour que le padding dans le menu/page/wall n'affecte pas leur taille*/
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.titleH{
    font-size: 26px;
    color: #ffffff;
    font-weight: bolder;
}

.hrStyle{
    color: #ffffff;
    border-width: 2px;
}

main {
    padding-top: 10%;
}

#menu {
    padding: 10px;
    border-radius: 10px;
    background-color: #e73537;
    opacity: 80%;
}

.menuP a{
	text-decoration: none;
	font-family: Oxanium;
	color: #1A3254;
}

#page {
    padding: 10px;
    border-radius: 10px;
    background-color: #4eb26c;
    opacity: 80%;
}

#wall {
    padding: 10px;
    border-radius: 10px;
    background-color: #e94e15;
    opacity: 80%;
}

.imgHome{
    float: right;
    width: 40px;
    height: 40px;
}

.spanWall{
	display: block;
}

.imgDelWall{
	width: 20px;
	height: 20px;
	vertical-align: baseline;
}

#boxTweet {
    border-radius: 4px;
    background-color: white;
    align-content: center;
    box-sizing:border-box !important;
    font-size: 14px;
    width: 100%;
    height: 75px;
    resize: none;
    padding: 5px;
    
   -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

#btnSendTweet{
    background-color: #1da1f2;
    padding: 5px;
    border-radius: 10px;
    float: right;
    font-size: 14px;
    color: #ffffff;
}
#btnSendTweet:hover {
    background-color: #ffffff;
    color: #1da1f2;
}
