/* ===================================================================================================================================================== */
/* CSS BAOBAB */
/* ===================================================================================================================================================== */

/* HTML & BODY pour que le background s'affiche sur iOS // color:#fff dans body de KNACSS désactivé */
html {
	background: #C6DFF3 url(../img/bkgnd.jpg) no-repeat center center fixed;
	background-size: cover;
	-webkit-background-size: cover; /* pour Chrome et Safari */
	-moz-background-size: cover; /* pour Firefox */
	-o-background-size: cover;  /* pour Opera */
	height: 100%;
	overflow: hidden;
}

body {
	height:100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

	
.web
	{
	position:relative; float:left;
	width:100%; 
	margin:0;
	padding:0;
	overflow:hidden;
    font-size: 11px;
	font-family:"Open Sans",sans-serif;
	}


.web h1, .web h2 {
	position:relative; 
	text-transform:uppercase;
	text-align:center;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
	clear:both;
	color:#fff;
	font-weight:normal;
}

.web h1 {
	font-family:"brandon_grotesquebold",Arial;
	margin:50px 0 0 0;
	font-size:8em;
	line-height:0.9em;
    border-bottom: solid 1px #fff;
    word-break:break-all;
}

.web h1 sup {
	position: absolute;
    right: -0.4em;
    top: 33px;
}

.web h2 {
	margin:0.2em 0 0 0;
	padding:0;
	font-size:1.6em;
    letter-spacing: 0.05em;
    line-height: 1.4em;
}


.web h3
	{
	margin:0px 0 10px 0;
	color:#FF0000;
	line-height:24px;
	font-size:18px;
	font-weight:normal;
}

input[type="text"], input[type="email"], input[type="password"], input[type="number"], select, textarea {
    background: #f5f5f5 none repeat scroll 0 0;
    border: 1px solid #ccc;
    color: #000;
    font-family: verdana;
    margin: 0;
    padding: 20px;
    width: 100%;
}

button {
    background-color: #2ed9d3;
    border: 5px solid #00918b;
    color: #fff;
    width: 100%;
    letter-spacing: 0.05em;
    padding: 15px 1%;
    text-align: center;
    text-transform: uppercase;
    vertical-align: top;
	font-family:"brandon_grotesquebold",Arial;
}
button:hover {
    background-color: #fff;
    border-color: #2ed9d3;
    color: #2ed9d3;
}


.ximportant {
    background-color: #ff836b;
    color: #fff;
}

.ximportant:before, .ximportant:after {
    content: '\202F';
}

/*																PAGE
------------------------------------------------------------------------------------------------------------------------------------- */

.wrap {
    margin: 5em auto 0 auto;
    font-size: 1.5em;
    max-width: 900px;
}

.wrap ul {
    text-transform: uppercase;
    text-align: center;
 }

.wrap li:before {
    content: '\f00c';
    font-family:FontAwesome;
    margin-right: 0.5em;
}

.wrap li {
    display: inline-block;
    color: #501504;
    background-color: #FFE7AB;
    padding: 10px 20px;
    border-radius: 20px;
    margin-right: 1em;
    font-size: 0.8em;
    margin-bottom: 1em;
    font-weight: normal;
}

.wrap p.baseline {
    display: inline-block;
    font-size: 1.5em;
    line-height: 1.2em;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

.wrap .abonnement, .wrap .desabonnement, .wrap .voteresult {
    background-color: rgba(255,255,255,0.7);
    padding: 20px;
    border-radius: 5px;
}

.wrap .voteresult {
    background-color: rgba(255,255,255,0.8);
    text-align: center;
    color: #444;
}

.vote {
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    padding: 5px 20px;
    min-width:220px;
    box-shadow:0 0 5px rgba(0, 0, 0, 0.3);
}


.wrap .desabonnement {
    background-color: rgba(0, 0, 0, 0.5);
}

.wrap .desabonnement button {
    background-color: #ff836b;
    border-color: #e66446;
    color: #fff;
}

.wrap .desabonnement button:hover {
    background-color: #fff;
    border-color: #ff836b;
    color: #ff836b;
}

.wrap .abonnement p.lastnl a, .wrap .abonnement p.lastnl {
    color: #444;
    font-weight: 900;
}

.wrap .abonnement.abodesabo p {
    color: #444;
    font-weight: normal;
}


.wrap .abonnement p.lastnl a:hover {
    text-decoration: underline;
}

.wrap .formula {
    background-color: rgba(0, 0, 0, 0.3);
    border: 2px solid #fff;
    border-radius: 100px;
    display: block;
    margin: 7em auto 1em;
    padding: 2em;
    position: relative;
    width: 380px;
}

.wrap .formula p.soon {
    background-color: #b44a3a;
    border-radius: 3px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
    color: #fff;
    display: inline-block;
    font-size: 15px;
    letter-spacing: 0.05em;
    padding: 5px 15px;
    position: absolute;
    text-transform: uppercase;
    top: -71px;
    text-align: center;
    width: 80%;
    left: 10%;
}


.wrap .formula p.soon:after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 15px solid #b44a3a;
    content: "";
    height: 0;
    left: 45%;
    position: absolute;
    top: 100%;
    width: 0;
}

.wrap p.more {
    font-size: 1.5em;
    color: #fff;
    text-transform: uppercase;
	font-family:"brandon_grotesquebold",Arial;
    cursor: pointer;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
    margin-bottom: 1em;
}

.wrap p.more:hover {
    color: #7CDEFF;
}

.wrap p.more i {
    margin-right: 0.8em;
}

.wrap .morecontent {
    display: none;
    margin: 2em 0;
    background-color: rgba(0, 192, 255, 0.9);
    padding: 40px;
    border-radius: 20px;
    font-size: 1.5em;
}

.wrap .morecontent p {
    line-height: 1.2em;
    margin: 0 auto 2em auto;
    text-align: justify;
    width: 75%;
    font-size: 0.85em;
    font-weight: 900;
}

#morecontent p:first-letter {
    float: left;
    font-size: 2em;
    font-family: "brandon_grotesquebold",Arial;
    margin-right:20px;
}

.wrap .morecontent p a:hover {
    text-decoration: underline;
}

.wrap .morecontent p:last-child {
    margin-bottom: 0;
}

.wrap .morecontent p sup {
    top: -0.2em;
}

.wrap .morecontent .columns {
    margin: 2em 0;
    
    -webkit-column-gap: 3em;
    -moz-column-gap: 3em;
    column-gap: 3em;
    
    -webkit-column-rule: 1px dotted #FFE7AB;
    -moz-column-rule: 1px dotted #FFE7AB;
    column-rule: 1px dotted #FFE7AB;
    
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
}

.wrap .morecontent .columns ul {
    text-align: left;
}

.wrap .morecontent .columns ul li {
    padding: 0;
    background-color: transparent;
    color: #fff;
    text-align: left;
    margin: 0 0 1em 1em;
    font-size: 0.7em;
}

.wrap .morecontent .columns ul li:before {
    margin-left: -1.5em;
}


.wrap .calendnl {
    text-align: center;
}

.wrap .calendnl a.itemnl {
    position: relative;
    display: inline-block;
    width: 72px;
    max-width: 72px;
    max-height: 62px;
    background-color: #2ed9d3;
    color: #fff;
    padding: 12px;
    text-align: center;
    margin-right:3%;
    font-size: 15px;
    word-wrap:break-word;
    overflow: hidden;
    border: 1px solid #00918b;
    font-weight: bold;
    line-height: 18px;
}

.wrap .calendnl a.itemnl:last-child {
    margin-right:0
}

.wrap .calendnl a.itemnl:hover {
    color: #2ed9d3;
    background-color: #fff;
}

.wrap .calendnl a.itemnl span {
    display: inline-block;
    width: 100%;
    font-size: 20px;
    font-family: "brandon_grotesquebold",Arial;
    line-height:1px;
}


/*																MESSAGE
------------------------------------------------------------------------------------------------------------------------------------- */

#grenoble {
	position:relative;
	float:left;
	padding: 0px 26px 0px 26px;
	background-color:#333;


    animation: ytop 3s;
    -moz-animation: ytop 3s; /* Firefox */
    -webkit-animation: ytop 3s; /* Safari and Chrome */
    -o-animation: ytop 3s /* Opera */
 }
 

@keyframes ytop {
    from {
        top:-70px;
    }
    to {
        top:0px;
    }
}
@-webkit-keyframes ytop { /* Safari and Chrome */
    from {
        top:-70px;
    }
    to {
        top:0px;
    }
}

/*													FOOTER OLG
-------------------------------------------------------------------------------------------------------------------------------------------------------- */

a.triangle-bottomright {
    width: 0;
    height: 0;
    right: 0;
    bottom: 0;
    border-bottom: 67px solid #043647;
    border-left: 77px solid transparent;
    position: fixed;
}

a .footer {
	position:fixed;
	bottom:0; right:0;
	padding: 10px;
	font-size:12px;
	z-index:10000;
	color:#fff;
	text-decoration:none;
    border-radius: 50px;
}


a.triangle-bottomright:hover {
	border-bottom-color:#075D7A;

}

a:hover .footer  {
	background-color:#075D7A;

}



@media (max-width: 1200px) {

    .wrap p.baseline { width: 80%; }
    .wrap .morecontent p { width:100%;  }
}

@media (max-width: 900px) {

    .wrap p.baseline { width: 100%; }
    .wrap .morecontent .columns { -webkit-columns: 1; -moz-columns: 1; columns: 1; }

}

@media (max-width: 620px) {

    .wrap .formula, .wrap .formula p.soon { width: 100%; }
    .wrap .formula p.soon { left: 0; }
    input.contact[type="text"], button.contact { width: 100%; }
    .wrap .morecontent p { text-align:left;  }

}


