/* CSS par Alexandre Huyghe - 2017 */

/**************** MISE EN PAGE **************/

body {
	background-color: #2a1063;
	color: #fff;
	font-family: 'Muli', sans-serif;
}

.container {
    margin: 20px auto 0 auto;
    width: 960px;
}

.container-top {
	width: 100%;
	height: 320px;
	margin: 0;
	background-image: url('img/header.png');
	background-repeat: none;
}

.container-bottom {
	width: 100%;
	height: 62px;
	margin: 0;
	background-image: url('img/bas.png');
	background-repeat: none;
}


.container-content {
	margin: 0;
	padding: 10px 45px;
	height: 220px;
	background-color: #5830be;
    position: relative;
}

.mailzone {
	float: left;
	height: 20px;
    width: 65%;
}

.sczone {
	float: left;
	height: 100%;
    width: 35%;
}

h1 {
	font-weight: 900;
	color: #ffd700;
	font-size: 1.5em;
	letter-spacing: 0.02em;
	margin-bottom: 20px;
}

.sczone .fb {
	display: block;
}

strong {
	font-weight: 900;
}

.sczone .fb .title, .sczone .tw .title {
	position: relative;
	display: block;
	font-weight: 900;
	font-size: 1.2em;
	color: #1dffe7;
	margin-bottom: 12px;
	margin-top: 16px;
	transition: 0.5s;
}

.sczone .fb .title:hover, .sczone .tw .title:hover {
	color: #fff;
	transition: none;
}

.sczone .tw .title>.saucicon {
	margin-right: 3px;
}

.sczone .fb .title>.saucicon {
	margin-right: 10px;
}

.sczone .tw {
	display: block;
}


.close-button .saucicon {
	position: absolute;
	top: 11px;
	right: 14px;
}

.end-close-zone {
	position: relative;
	text-align: right;
}

button,
.btn {
	display: inline-block;
	border: 0;
	color: inherit;
	font: inherit;
	line-height: normal;
	overflow: visible;
	padding: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none;
	background-color: #ff4a37;
	font-weight: 900;
	color: #fff;
	font-size: 1em;
	padding: 8px 18px;
	border-radius: 8px;
	border-bottom: 4px solid #7d2219;
	position: relative;
	padding-right: 28px;
	cursor: pointer;
	margin: 28px 0 12px 0;
}

button:hover,
.btn:hover {
  transition: none;
  background-color: #d03525;
  -ms-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

.big-centered-mail {
	box-sizing: border-box;
	width: 85%;
	padding: 8px 16px;
	font-size: 1.05em;
}

/**************** MEDIA QUERIES **************/

@media screen and (max-width: 1100px){
	
}