/******************************************************************
Site Name: Le Hangar
Author: La Web Shop

Stylesheet: Main Stylesheet

******************************************************************/

/* ==========================================================================
Base
========================================================================== */

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    max-width: 100%;
    -ms-text-size-adjust: 100%;
    font-size: 16px;
}


body {
    font-family: 'HelveticaNeue', Arial, serif;
    font-size: 87.5%;
    line-height: 1.5;
    background: white;
    color: #67676a;
    max-width: 100%;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

img {
    border: none;
    height: auto;
    display: block;
}

::selection {
    background: #161342; /* Safari */
    color: white;
}
::-moz-selection {
    background: #161342; /* Firefox */
    color: white;
}


.gray {
    background: #f2f2f2;
    padding: 30px 0;
}
.lightgreen {
    background: #54f167;
}


/*********************
LAYOUT & GRID STYLES
*********************/
.wrap {
    width: 1243px;
    margin: 0 auto;
    overflow: visible;
    max-width: 90%;
}

#navigation .wrap {
    overflow: inherit;
}

/*********************
CLEARFIXIN'
*********************/
.clearfix,
.wrap {
    zoom: 1;
}
.clearfix:before,
.clearfix:after,
.wrap:before,
.wrap:after {
    content: "";
    display: table;
}
.clearfix:after,
.wrap:after {
    clear: both;
}

/*********************
Links
*********************/

a {
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    text-decoration: none;
    color: #161342;
}


a:not(.button):not(.buttonf):active,
a:not(.button):not(.buttonf):hover {
    text-decoration: underline;
}

a.button:hover,  a.buttonf:hover {
    text-decoration: none !important;
    -webkit-transition: 0.3s all ease !important;
    -moz-transition: 0.3s all ease !important;
    -o-transition: 0.3s all ease !important;
    transition: 0.3s all ease !important;
    background: black !important;
}

#content.services #webhosting .buttonf a.button:hover {    
    text-decoration: none !important;
    -webkit-transition: 0.3s all ease !important;
    -moz-transition: 0.3s all ease !important;
    -o-transition: 0.3s all ease !important;
    transition: 0.3s all ease !important;
    background: black !important;
}
#navigation .menu ul li a:hover { 
    text-decoration: none !important;
    -webkit-transition: 0.3s all ease !important;
    -moz-transition: 0.3s all ease !important;
    -o-transition: 0.3s all ease !important;
    transition: 0.3s all ease !important;
    background: #161342 !important;

}

/*********************
Font Face
*********************/


@font-face {
    font-family: 'Dense';
    src: url('../fonts/dense-regular-webfont.eot');
    src: url('../fonts/dense-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/dense-regular-webfont.woff') format('woff'),
    url('../fonts/dense-regular-webfont.ttf') format('truetype'),
    url('../fonts/dense-regular-webfont.svg#denseregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeue';
    src: url('../fonts/HelveticaNeue.eot?') format('eot'),
    url('fonts/HelveticaNeue.otf')  format('opentype'),
    url('../fonts/HelveticaNeue.woff') format('woff'),
    url('../fonts/HelveticaNeue.ttf')  format('truetype'),
    url('../fonts/HelveticaNeue.svg#HelveticaNeue') format('svg');
}

@font-face {
    font-family: 'HelveticaNeueLTCond';
    src: url('../fonts/helveticaltcond-webfont.eot');
    src: url('../fonts/helveticaltcond-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/helveticaltcond-webfont.woff') format('woff'),
    url('../fonts/helveticaltcond-webfont.ttf') format('truetype'),
    url('../fonts/helveticaltcond-webfont.svg#helveticaneue_lt_57_cnregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'HelveticaNeueLTBoldCond';
    src: url('../fonts/helveticalfboldcond-webfont.eot');
    src: url('../fonts/helveticalfboldcond-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/helveticalfboldcond-webfont.woff') format('woff'),
    url('../fonts/helveticalfboldcond-webfont.ttf') format('truetype'),
    url('../fonts/helveticalfboldcond-webfont.svg#helveticaneue_lt_57_cnbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'HelveticaNeueMediumCond';
    src: url('../fonts/HelveticaNeueLTStd-MdCn.eot?') format('eot'),
    url('../fonts/HelveticaNeueLTStd-MdCn.woff') format('woff'),
    url('../fonts/HelveticaNeueLTStd-MdCn.ttf')  format('truetype'),
    url('../fonts/HelveticaNeueLTStd-MdCn.svg#HelveticaNeueLTStd-MdCn') format('svg');
}

@font-face {
    font-family: 'HelveticaNeueBoldCond';
    src: url('../fonts/HelveticaNeue-CondensedBold.eot?') format('eot'),
    url('fonts/HelveticaNeue-CondensedBold.otf')  format('opentype'),
    url('../fonts/HelveticaNeue-CondensedBold.woff') format('woff'),
    url('../fonts/HelveticaNeue-CondensedBold.ttf')  format('truetype'),
    url('../fonts/HelveticaNeue-CondensedBold.svg#HelveticaNeue-CondensedBold') format('svg');
}


/* ==========================================================================
HEADER
========================================================================== */

#header {
    height: 751px;
    position: relative;
    width: 100%;
    display: table;
    overflow: hidden;
    background: url(../images/heading.jpg) fixed center center;
    background-size: cover;
}

#header.page {
    height: 325px;
}

#header.page.about {
    height: 525px;
}

#page_title .arrow {
    width: 47px;
    height: 26px;
    background: url(../images/arrow.png) no-repeat center center;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}
.logo a h1,
.logo a {
    font: 80px/82px 'Dense';
    color: #fefdfd;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
    text-decoration: none !important;
}

.logo a:hover,
.logo a:hover h1 {
    text-decoration: none !important;
    color: #161342;
}

#header #navigation {
    padding: 30px 0;
    border-bottom: 1px solid rgba(59,69,78,0.7);
}

#header #navigation ul {
    margin: 0;
}

#header .logo {
    float: left;
}

#header .menu,
#header .login {
    float: right;
}

#header .menu h3{
    margin:0;
}

#header .mobile_nav span,
#header .mobile_nav ul {
    display: none;
}

#header .mobile_nav ul {
    position: absolute;
    width: 100%;
    left: 0;
    background: rgba(0,0,0,0.8);
    padding: 25px 35px;
    z-index: 200;
    margin: 25px 0 0 !important;
}

#header .mobile_nav ul.fixxy {
    margin: 10px 0 0 !important;
}

#header .mobile_nav ul li a {
    font: 16px/18px 'HelveticaNeueLTCond';
    color: white;
    display: block;
    padding: 8px 0;
}

#header .mobile_nav ul li a:hover {
    color: #54f167;
}

#header .mobile_nav {
    padding: 10px 0 0;
    float: right;
}

#header .mobile_nav span {
    margin: 5px 0 0;
    width: 100%;
    background: url(../images/mobilenav.png) no-repeat left center;
    font: 16px 'HelveticaNeueMediumCond';
    color: white;
    padding: 15px 0 6px;
    text-indent: 30px;
    cursor: pointer;
    background-size: 40%;
}

#header .login {
    padding: 28px 0 28px 50px;
    position: relative;
}

#header .login a {
    font: 13px/14px 'HelveticaNeueMediumCond';
    color: white;
    text-transform: uppercase;
    padding: 15px 5px;
}

#header .login a:hover {
    text-decoration: underline;
}

#header .login:before {
    content: "";
    display: block;
    position: absolute;
    height: 150px;
    background: rgba(59,69,78,0.7);
    width: 1px;
    left: 25px;
    top: -34px;
    transform:rotate(15deg);
    -ms-transform:rotate(15deg); /* IE 9 */
    -webkit-transform:rotate(15deg); /* Safari and Chrome */
    -webkit-transition: 0.8s all ease;
    -moz-transition: 0.8s all ease;
    -o-transition: 0.8s all ease;
    transition: 0.8s all ease;
}

/* PAGE TITLE */

#page_title {
    margin-top: -163px;
    position: absolute;
    left: 0;
    right: 0;
}
#page_title.aboutTitle {
    margin-top: -250px;
    font: bold 65px 'Dense';
    color: white;
    text-transform: uppercase !important;
    text-align: center;
}


#page_title h1 {
    font: bold 65px 'Dense';
    color: white;
    text-transform: uppercase;
    text-align: center;
}

#page_title.about {
    margin-top: -300px;
    padding-bottom: 75px;
}

#page_title.about h1 {
    text-transform: none;
}

/*************/
.mobile a.order { 
	border-radius: 50px;
}
/*********************
Main Navigation
*********************/

#navigation .menu ul li {
    float: left;
}

#navigation .menu {
    padding-top: 25px;
}

#navigation .menu ul li a {
    font: normal 30px/32px 'Dense';
    color: #fefefe;
    text-transform: uppercase;
    padding: 5px 15px;
}

#navigation .menu ul li.current a,
#navigation .menu ul li a:hover {
    background: #161342;
    text-decoration: none;
}

#navigation .menu ul li:last-child.current a,
#navigation .menu ul li:last-child a:hover {
    color: white;
}

#navigation .menu ul li:nth-last-child(2) a {
    font-weight: bold;
    color: #54f167;
}

/*********************
Main Quote
*********************/


#main_quote {
    position: relative;
    width: 100%;
    height: 751px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

#main_quote h1 {
    font: bold 79px/82px 'Dense';
    color: white;
    text-align: center;
    margin: 0;
}

#main_quote h2 {
    font: 52px/55px 'Dense';
    color: white;
    text-align: center;
    margin: 0;
}


/*********************
Fixxy Navigation
*********************/

#navigation {
    -webkit-transition: 0.8s all ease;
    -moz-transition: 0.8s all ease;
    -o-transition: 0.8s all ease;
    transition: 0.8s all ease;
    width: 100%;
    position: fixed;
    z-index: 999999;
}

#navigation.fixxy {
    z-index: 99999;
    top: 0;
    background: black;
    padding: 0 !important;
    border: none !important;
}

#navigation.fixxy .mobile_nav span {
    margin: 0;
}

#navigation.fixxy .logo h1 {
    font: bold 45px/48px 'Dense';
}

#navigation.fixxy .logo {
    margin: 5px 0;
}

#navigation.fixxy .menu {
    padding: 0 !important;
}

#navigation.fixxy .login {
    padding: 0 0 0 50px !important;
}

#navigation.fixxy .menu ul li a {
    display: block;
    padding: 13px 15px;
}

#navigation.fixxy .login:before {
    height: 93px !important;
}

#navigation.fixxy .login a {
    padding: 23px 5px 21px !important;
    display: block;
}


/* ==========================================================================
Facts
========================================================================== */

#facts {
    position: relative;
    overflow: visible;
    margin: -80px auto 0 auto;
    z-index: 999;
}

#facts .fact {
    width: 21%;
    background: #161342;
    padding: 25px 2%;
    height: 110px;
    float: left;
    text-align: center;
    position: relative;
}

#facts .fact h1,
#facts .fact h2 {
    text-align: center;
    margin: 0;
}

#facts .fact.region,
#facts .fact.equipe {
    background: #54f167;
}

#facts .fact.service h1 {
    font: 64px/52px 'Dense';
    color: white;
    text-transform: uppercase;
    margin: 0;
}

#facts .fact.active:after {
    position: absolute;
    display: block;
    content: "";
    width: 0px;
    height: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 15px solid #161342;
    bottom: -15px;
    left: 45%;
}

#facts .fact.active.region:after,
#facts .fact.active.equipe:after {
    border-top: 15px solid #1f2c36;
}

#facts .fact.service span.black {
    font: 71px/71px 'Dense';
    color: #1f2c36;
    text-transform: uppercase;
}

#facts .fact.service span.free {
    font: 71px/71px 'Dense';
    color: white;
    text-transform: uppercase;
}

#facts .fact.region h1 {
    font: 42px/44px 'Dense';
    padding: 15px 0 0;
    color: white;
    text-transform: uppercase;
}

#facts .fact.region span {
    font: 42px/36px 'Dense';
    color: #161342;
    letter-spacing: 6px;
}

#facts .fact.langue h1 {
    font: 43px/44px 'Dense';
    color: white;
    text-transform: uppercase;
}

#facts .fact.langue h2 {
    font: 66px/66px 'Dense';
    color: #1f2c36;
    text-transform: uppercase;
    letter-spacing: 4px;
}

#facts .fact.langue h2 span {
    color: white;
}

#facts .fact.equipe h2 {
    font: 35px/38px 'Dense';
    color: white;
    text-transform: uppercase;
    letter-spacing: 3.5px;
}

#facts .fact.equipe h1 {
    font: 80px 'Dense';
    padding: 15px 0 0;
    color: #fff;
    text-transform: uppercase;
}

/* ==========================================================================
Content
========================================================================== */

#content h1,
#content h2,
#content h3,
#content h4,
#content h5 {
    font-family: 'Dense';
    font-weight: bold;
    color: #172027;
    text-align: center;
    padding: 25px 0;
    margin: 0;
}

#content h1 {
    font: bold 35px/38px 'Dense';
    text-align: left;
    margin: 0;
    color: #172027
}

#content h2 {
    font: bold 26px/30px 'Dense';
    color: #404e59;
    text-align: left;
    text-transform: uppercase;
}

#content h1 {
    text-transform: uppercase;
}

#content.home h1 {
    text-align: center;
    font-size: 70px;
    line-height: 75px;
}

#content {
    font: 25px/35px 'HelveticaNeueLTCond';
    color: #404e59;
    min-height: 700px;
    padding: 50px 0;
}

#content.error {
    min-height: 0;
}

#content.home {
    padding: 0;
    margin: -150px 0 0 0;
    position: relative;
    z-index: 999;
}

#content .introduction {
    min-height: 200px;
}

#content p {
    text-align: center;
}

#content ul {
    padding: 0 !important;
}

#content ul li {
    list-style-type: none !important;
    position: relative;
    padding: 12px 0 12px 8px !important;
    font: normal 15px/23px 'HelveticaNeueLTCond';
    color: #172027;
}

#content ul li:before {
    content: "";
    display: block;
    position: absolute;
    left: -8px;
    top: 20px;
    width: 4px;
    height: 4px;
    background: #161342;
}
.calltoaction  {
text-align:center;
}
.calltoaction a.button {
padding: 15px 35px !important;
    font: 41px/42px 'Dense';
    color: white;
    font-weight: bold;
width: auto;
}



/* ==========================================================================
À propos
========================================================================== */


@media screen and (max-width: 925px){
#page_title h1 {
    padding: 30px 0 0;
    font-size:32px !important;
}
}

#content.about {
    padding-bottom: 0;
}
#content.about .expertise h1 {
        font: bold 51px/52px 'Dense';
}
#content.about .hosting h1 {
        font: bold 41px/42px 'Dense';
	padding-top:0 !important;
}

#content.about .hosting p {
	text-align:left;
    font-size: 18px;
    line-height: 26px;
}
#content.about .hosting {
	margin-top: 5%
	margin-bottom: 5%
}

#content.about .needhelp h1 {
    font: bold 51px/52px 'Dense';
    margin: 0;
    color: #172027;
}

#content.about .needhelp p {
    font-size: 18px;
    line-height: 26px;

}
#content.about .needhelp a.button {
margin-top:2.5%;
}

#content #about_sections {
    padding: 50px 0;
}
#content.about table tbody tr td:first-child {
background: #F9F9F9 !important;
 font: normal 18px/26px 'HelveticaNeueLTCond';
padding: 1.5% 3% !important;

}
#content.about table tbody tr td:nth-child(2) {
background: #FEFDFD !important;
font: normal 18px/26px 'HelveticaNeueLTCond';
padding: 1.5% 3% !important;
}
#content.about table tbody tr td:first-child ul li {
padding:8px 0px 0px 4px!important;
font: normal 18px/26px 'HelveticaNeueLTCond';
}
#content.about table tbody tr td:nth-child(2) ul li{
padding:8px 0px 0px 4px!important;
 font: normal 18px/26px 'HelveticaNeueLTCond';

}
#content.about table thead tr td {
    letter-spacing:1.25px;
}
#content.about table thead tr td:first-child {
    background: #161342 !important;
    border: none;
    font: bold 35px/38px 'Dense';
    color: white;
width:50%;
padding: 2.5%;
}

#content.about table thead tr td:nth-child(2) {
    background: #161342 !important;
    border: none;
    font: bold 35px/38px 'Dense';
    color: white;
width:50%;
padding: 2.5%;

}

#content #about_sections .section {
    width: 19.7%;
    height: auto;
    margin: 0 3% 0;
    float: left;
}

#content #about_sections .section:last-child {
    margin-right: 0;
}

#content #about_sections .section h1 {
    font: bold 35px/40px 'Dense';
    color: #172027;
    text-align: center;
}

#content #about_sections .section p {
    text-align: center;
    font-size: 16px;
    line-height: 26px;
}


#content .link .wrap {
    text-align: center;
    padding: 70px 0;
}

#content .link a.button {
    width: 450px;
    max-width: 100%;
    padding: 20px 0;
    font-size: 52px;
}

#content #about_sections .section.service .image {
    background: url(../images/le-service-cercle.svg) no-repeat top center;
height:100px;

}

#content #about_sections .section.securite .image {
    background: url(../images/installations-securitaires-cercle.svg) no-repeat top center;
	height:100px;

}

#content #about_sections .section.central .image {
    background: url(../images/centraliser-cercle.svg) no-repeat top center;
height:100px;

}

#content #about_sections .section.divers .image {
    background: url(../images/diversite-cercle.svg) no-repeat top center;
height:100px;
}


#content .link a.button {
    width: 250px;
    padding: 5px 0;
    font-size: 22px;
}
#content .needhelp a.button {
    padding: 7.5px 50px !important;
    font: 31px/32px 'Dense';
    width: auto !important;
    color: white;
    font-weight: bold;
}


/* ==========================================================================
NOS SERVICES
========================================================================== */


#content.services h2 {
    font-size: 38px !important;
    color: #172027;
}
#content.services h1 {
    font-size: 52px !important;
}

#content.services hr {
    margin-top:2.5%
}

#content.services p {
    font-size: 18px;
    line-height: 26px;
    text-align: left;
    color : #172027;
}
.domainnames p {
	color: #404E59 !important;
}
#certificats p { 
	color: #404E59 !important;
}
#content.services .verification p {
    font-size: 16px;
}
#content.services #webhosting  {
   margin-bottom: 2.5%;
   margin-top: 2.5%
}

#content.services .domainnames {
    margin-top: 2.5%;
   margin-bottom: 2.5%;
}
#content.services #webhosting p {
    float: left;
    width: 100%;
}
#content.services .widearea {
    text-align:center;
}
#content.services #webhosting .buttonf a {
    text-align:center;
    padding : 15px 45px !important;
    font: 36px/37px 'Dense';
    font-weight: bold;
    text-transform: uppercase;
    background : #161342 !important;
    margin-top:7%;
}

#content.services #webhosting .buttonf {
    text-align:center;
    margin-top:7%;
}

#content.services a.button {
    display: inline-block;
    font: 41px/42px 'Dense';
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    background: #161342;
    padding: 15px 25px !important;
    margin: 3.5% 0% !important;
    width: auto;
    max-width: 100%;
}

#content.services #domain_names {
    margin: 50px 0;
}

#content h2.colored {
    font: 25px/28px 'HelveticaNeueLTBoldCond';
    color: #161342;
    text-transform: none;
}

#content.services .left {
    width: 45%;
}
#content .courriels  h1{
padding-bottom : 0px !important;
}

#content .courriels  h4{
padding : 0px !important;
text-align:left;
margin-bottom:2.5%;
}
#content .courriels  {
margin-top: 2.5%;
margin-bottom: 2.5%
}

#content.services .right {
    width: 45%;
}

i.checked {
    color: #161342;
}

.verification {
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

#main_quote .verification {
    border: none;
    margin: 50px auto 0 auto;
    padding: 15px 0;
    width: 610px;
    max-width: 95%;
    position: relative;
}

.verification .results {
    display: block;
    clear: both;
}

#main_quote .verification .results {
    position: absolute;
    bottom: -60px;
}

.verification .results form input.register {
    float: none !important;
    display: inline-block;
    padding: 5px 0;
    width: auto;
    background: none;
    text-transform: none !important;
    font: normal 24px 'Dense' !important;
    color: black;
}

#main_quote .verification .results form input.register {
    color: white;
}

.verification .results form input.register:hover {
    text-decoration: underline;
}

form#registration {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.verification .results p {
    font-size: 20px;
    padding: 0 0 0 40px;
    position: relative;
}

.verification .results p.text-success {
    color: #161342;
}

.verification .results p.text-success a {
    color: white;
}

.verification .results p.text-success a:hover {
    text-decoration: underline;
}

.verification .results p.text-error {
    color: #df0f0f;
    padding: 5px 0 0 30px;
}

.verification .results p i {
    font-size: 30px;
    position: absolute;
    left: 0;
    top: 0;
    margin: 5px 0 0 0;
}

.verification .results p.text-error i {
    margin: 0;
}

.verification .results p i.fa-spinner {
    position: absolute;
}

#main_quote .verification .results p i.fa-spinner {
    color: white;
    top: -50px;
}

.verification input {
    float: left;
}

.verification form {
    padding-top: 25px;
}

.verification input[type=text] {
    width: 60%;
    padding: 12px 2.8%;
    border: 1px solid #ccc;
    border-right: 1px solid transparent;
    font: normal 18px/20px 'HelveticaNeueLTCond';
    color: #404e59;
    -webkit-appearance: none;
    -webkit-border-radius:0;
    border-radius:0;
}

#main_quote .verification input[type=text] {
    font: normal 25px/22px 'Dense';
    padding: 9.5px 2.8%;
    color: #0c1114;
}

#domain_names .results {
    padding: 0 15px;
}

.verification .chosen-container {
    float: left;
    -webkit-appearance: none;
    -webkit-border-radius:0;
    border-radius:0;
}

#domain_names ul.chosen-results li:before {
    display: none;
}

#domain_names ul.chosen-results {
    margin: 0;
    padding: 15px 0 !important;
}

.verification input[type=text]:focus {
    outline: none;
    border: 1px solid black;
}

.verification input[type=submit] {
    width: 18.9%;
    text-align: center;
    font: normal 18px/18px 'HelveticaNeueLTBoldCond';
    color: white;
    background: #161342;
    border: none;
    padding: 14px 0;
    cursor: pointer;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    -webkit-appearance: none;
    -webkit-border-radius:0;
    border-radius:0;
}

#main_quote .verification input[type=submit] {
    float: right;
    font: normal 30px 'Dense';
    text-transform: uppercase;
    color: white;
    padding: 7.5px 0;
}

#main_quote .chosen-container-single .chosen-single {
    padding: 6px 0 15px 9px;
    background: #e9e9e9;
}

#main_quote .chosen-container-single .chosen-single span {
    font: normal 32px 'Dense' !important;
    color: #0c1114 !important;
}

#main_quote .chosen-container .chosen-results li {
    font: normal 20px 'Dense' !important;
}

#main_quote .verification .results p {
    font: normal 24px 'Dense';
}

#main_quote .verification .results p.text-error {
    padding: 3px 0 0 30px;
}

.verification input[type=submit]:hover {
    background: #172129;
}


::-webkit-input-placeholder { font: 18px/20px 'HelveticaNeueLTCond'; color: #404e59; }
::-moz-placeholder { font: 18px/20px 'HelveticaNeueLTCond'; color: #404e59; } /* firefox 19+ */
:-ms-input-placeholder { font: 18px/20px 'HelveticaNeueLTCond'; color: #404e59; } /* ie */
input:-moz-placeholder { font: 18px/20px 'HelveticaNeueLTCond'; color: #404e59; }


#main_quote input::-webkit-input-placeholder { font: normal 25px 'Dense'; color: #0c1114; }
#main_quote input::-moz-placeholder { font: normal 25px 'Dense'; color: #0c1114; }
#main_quote input:-ms-input-placeholder { font: normal 25px 'Dense'; color: #0c1114; }
#main_quote input:-moz-placeholder { font: normal 25px 'Dense'; color: #0c1114; }


#domain_names .quote {
    padding: 30px 0;
}

#domain_names .quote h2 {
    font: bold 31px 'Dense';
    color: #161342;
    padding: 0;
    text-transform: none;
}

#domain_names .quote p {
    font: normal 25px 'Dense';
    padding: 0;
    color: black;
}
#content.services  {
    padding-top:0;
    padding-bottom:0%;
}

#content.services #certificats {
    padding: 0 0 75px;
    margin-top:2.5%;
    margin-bottom:2.5%;
}
#content .needhelp  {
 text-align:center;
 margin-top: 2.5%;
 margin-bottom: 2.5%;
padding-top: 0px;
padding-bottom:0px;
}
#content .needhelp  h1{
 text-align:center;
}

#content .needhelp p {
 text-align:center;
}
#content .needhelp a.button {
 padding: 15px 35px !important;
  font: 41px/42px 'Dense';
    color: white;
    font-weight: bold;
}




/* ==========================================================================
NOS FORFAITS
========================================================================== */
#content.forfaits  table thead tr td {
    letter-spacing:1.25px;
}
tr.order td a {
    display: block;
    width: 100%;
    padding: 12px 0;
    text-align: center;
    color: white;
    background: #161342;
    text-transform: uppercase;
    font-weight: bold;
}

tr.order td a:hover {
    background: black !important;
}

tr.order td:first-child {
    background: none !important;
}

tr.order td:nth-child(2n) a {
    background: #54f167;
}

tr.order td  { padding: 0 !important; }

a.order {
    display: block;
    width: 100%;
    margin: -75px 0 0 0;
    text-align: center;
    color: white;
    background: #161342;
    text-transform: uppercase;
    font-weight: bold;
}

a.order:hover {
    background: black;
}

#content.forfaits .mobile {
    display: none;
}

#content #regular {
    padding: 0 0 100px;
}

#content.forfaits h1 {
    text-align: left;
    font-size: 38px;
}

#content.forfaits p {
    margin: 0;
    text-align: left;
    font-size: 18px;
    line-height: 25px;
}

#content table {
    width: 100%;
    margin: 50px 0;
}

#content.forfaits table tr {
    border-bottom: 1px solid #dbdada;
}

#content.forfaits table tr:last-child {
    border: none;
}

#content.forfaits table tr td {
    padding: 12px 25px;
    text-align: center;
    background: #faf9f9;
    font-size: 18px;
    line-height: 22px;
    vertical-align: middle;
    width: 125px;
}

#content.forfaits table tr td:nth-child(2n) {
    background: #eff2f1;
}

#content.forfaits table tr td:first-child {
    width: 30%;
    text-align: left !important;
}

#content.forfaits .mobile table tr td:first-child {
    width: 65% !important;
}

#content.forfaits table thead tr td {
    background: #161342 !important;
    border: none;
    font: bold 35px/38px 'Dense';
    color: white;
}

#content.forfaits table tr.prices td {
    font: normal 45px 'Dense';
    color: #161342;
}

#content.forfaits table tr.prices td:first-child {
    font: normal 18px 'HelveticaNeueLTCond';
    color: #404e59;
}

#content.forfaits table tr.prices td span {
    font-size: 20px;
}
#content.forfaits table tr.prices td sup {
    font-size: 18px;
}

#content.forfaits table tr td.type {
    text-transform: uppercase;
}

#content.forfaits table thead tr td:nth-child(2n) {
    background: #54f167 !important;
}

#content.forfaits table tr td p {
    font: 15px/18px 'HelveticaNeueLTCond';
    text-align: center;
    padding: 5px 0;
}

#content.forfaits table i.fa {
    color: #161342;
    font-size: 26px;
}

#content.forfaits table i.fa-times {
    color: #df0f0f;
}

/* PRO TABLE */

#content.forfaits #pro table tr td {
    background: #fafafa;
}

#content.forfaits #pro table tr td:nth-child(2n) {
    background: #fefefe;
}

#content.forfaits #pro table tr td:first-child {
    width: 30%
}
#content.forfaits #courriel table tr td {
    text-align:center !important;
}

#content.forfaits #courriel table thead tr:first-child td {
    text-align:center !important;
    background: #1a2727 !important;
}

#content.forfaits #courriel table tr td:first-child {
    width: 50%;
}


/*************/

/* ==========================================================================
PLANS
========================================================================== */

.plans .plan {
    float: left;
}

.plans .plan .head {
    background: #161342;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
    padding: 35px 0;
}

.plans .plan:nth-child(2n) .head {
    background: #54f167;
    -webkit-box-shadow: 0 -3px 10px 0 #000000;
    box-shadow: 0 -3px 10px 0 #000000;
}

.plans .plan:nth-child(2n):hover .head {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.plans .plan:hover .head {
    background: #515b62;
    border-left: 1px solid #245c58;
    border-right: 1px solid #5b646a;
}

.plans .plan:hover .content {
    background: #747c81;
}

.plans .plan:hover .content span.more {
    color: white;
}

.plans .plan:hover .content span.more {
    background: #54f167;
}

.plans .plan .content {
    background: white;
    height: 450px;
    position: relative;
    padding: 25px 15%;
    border-bottom: 1px solid #d1d1d1;
    border-right: 1px solid #d1d1d1;
}

#regular_plans .plans .plan .content {
    height: 225px;
}

#regular_plans .plans .plan.main .content {
    height: 283px;
}

#pro_plans .plans .plan .content {
    height: 350px;
}

.plans .plan .content p {
    color: #535353;
    font: normal 17px/20px 'HelveticaNeueMediumCond';
    padding: 10px 0;
}

#content.home .plans .plan .content p {
    font: normal 21px/23px 'HelveticaNeueLTCond';
    padding: 0;
    margin: 5px 0;
}

#content.home .plans .plan .content h1 {
    font: normal 23px 'HelveticaNeueLTBoldCond';
    text-transform: uppercase;
    color: #535353;
}

#content.home .plans .plan:hover .content h1 {
    color: white;
}

.plans .plan a:hover .content h1,
.plans .plan a:hover .content h2,
.plans .plan a:hover .content h3,
.plans .plan a:hover .content p {
    text-decoration: none !important;
    color: white;
}

.plans .plan .content span.more {
    display: block;
    font: bold 27px 'Dense';
    color: white;
    text-transform: uppercase;
    background: #161342;
    margin: 30px auto;
    padding: 5px 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    border: 1px solid transparent;
    width: 200px;
}

.plans .plan.main .content span.more {
    background: #54f167;
    bottom: 50px;
}

.plans .plan a:hover .content span.more {
    text-decoration: none;
    border: 1px solid #515b62;
}

.plans .plan:first-child .content {
    border-left: 1px solid #d1d1d1;
}

.plans {
    margin: 50px 0;
}

#regular_plans .plans {
    margin: 0 auto;
    width: 975px;
    max-width: 100%;
}

#content .plans .plan .head h3,
#content .plans .plan .head h2,
#content .plans .plan .head h1 {
    margin: 0;
    padding: 0;
}

#content .plans .plan .head h3 {
    font: bold 30px/30px 'Dense';
    color: #eefaf8;
    text-transform: uppercase;
}

#content .plans .plan .head h1 {
    font: 126px/126px 'Dense';
    color: white;
    text-transform: uppercase;
}

#content .plans .plan .head h2 {
    font: 40px/40px 'Dense';
    text-align: right;
    padding: 0 15% 0;
    color: #1f2c36;
    text-transform: none;
}

#content #pro_plans .plans .plan .head h2 {
    text-align: center;
}
/* LISTS */

.lists .list ul li {
    font: 17px/24px 'HelveticaNeueMediumCond';
    color: #535353;
    padding: 12px 0 !important;
}

.lists .list {
    float: left;
    width: 27%;
    margin-right: 5.5%;
    padding-left: 2.5%;
}

.lists .list:last-child {
    margin-right: 0;
}

.brief {
    background: #f2f2f2;
    padding: 100px 0 180px 0;
}

/* LINKS */

.contact_links {
    text-align: center;
    margin: 75px 0;
}

a.button {
    display: inline-block;
    font: 41px/42px 'Dense';
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    background: #161342;
    padding: 10px 0;
    width: 350px;
    max-width: 100%;
    margin: 0 5px 5px;
    text-align: center;
}

.view_plans a {
    width: 100%;
    display: block;
    font: bold 30px 'Dense';
    color: #54f167;
    text-transform: uppercase;
    text-align: center;
    background: #e9e6e6;
    padding: 15px 0;
}

.view_plans a:hover {
    color: #161342;
}

/*********************
Regular Plans
*********************/

#regular_plans {
    padding: 0;
}

#pro_plans {
    padding: 45px 0 0;
}

#regular_plans .plan {
    width: 33.3%;
    margin: 58px 0 0 0;
}

#regular_plans .plan.main {
    width: 33.3%;
    margin: 0;
    z-index: 99;
    position: relative;
}

#pro_plans .plan {
    width: 28%;

}


/* ==========================================================================
SUPPORT/CONTACT
========================================================================== */

#coords {
    padding: 50px 0;
}

#coords h2{
    margin-top: 20px;
}


/* Blocks de support */

#contact_icons {
    margin: 75px 0;
}

#contact_icons .block {
    float: left;
    width: 50%;
    padding: 60px 0;
    height: 112px;
    display: table;
    overflow: hidden;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

#contact_icons .block .content {
    padding-left: 38%;
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}


#contact_icons .block h1,
#contact_icons .block h2 {
    color: white;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

#contact_icons .block h1 {
    font: bold 42px/44px 'Dense' !important;
}

#contact_icons .block h2 {
    font: bold 30px/34px 'Dense' !important;
}

#contact_icons .block.phone {
    background: #161342 url(../images/phone.png) no-repeat 15% center;
}

#contact_icons .block.support {
    cursor: pointer;
    background: #54f167 url(../images/support.png) no-repeat 15% center;
}

#contact_icons .block.ticket {
    background: #161342 url(../images/ticket.png) no-repeat 15% center;
}

#contact_icons .block.phone:hover {
    background: #172129 url(../images/phone.png) no-repeat 15% center;
}

#contact_icons .block.support:hover {
    background: #172129 url(../images/support.png) no-repeat 15% center;
}

#contact_icons .block.ticket:hover {
    background: #172129 url(../images/ticket.png) no-repeat 15% center;
}

/********/

#content.contact {
    padding: 0;
}

#content.contact .left {
    width: 35%;
    float: left;
}

#content.contact .right {
    width: 64.4%;
    float: right;
}

#content.contact h1 {
    font-size: 35px;
    text-align: left;
}

#content.contact p {
    font-size: 18px;
    line-height: 25px;
    text-align: left;
}

#content.contact h2 {
    text-align: left;
    padding-bottom: 0;
}

#content.contact ul {
    padding: 0;
    margin: 15px 0;
}

#content.contact ul li {
    padding: 2px 0 !important;
    font-size: 20px;
    line-height: 22px;
}

#content.contact ul li.tollfree {
    color: #161342;
    font-weight: bold;
}

#content.contact ul li.tollfree  span {
    font-size: 25px;
}

#content.contact ul.numbers li {
    padding: 5px 0;
}

#content.contact ul li:before {
   display: none;
}

/* ==========================================================================
Footer
========================================================================== */

#footer {
    background: url(../images/footer.jpg);
}

#footer .info {
    padding: 100px 0;
}

#footer .info .menu {
    float: left;
    width: 72.3%;
    border-right: 1px solid rgba(67,78,86,0.7);
    min-height: 240px;
}

#footer .info .contact {
    float: right;
    width: 21.3%;
}

#footer .info .menu ul {
    margin: 0;
    padding: 0;
}

#footer .info .menu ul li {
    float: left;
    width: 17.8%;
    margin-right: 5.5%;
    position: relative;
}

#footer .info .menu ul li a {
    display: block;
    font: normal 30px/32px 'Dense';
    color: #54f167;
    padding: 5px 0;
    width:100%;
}

#footer .info .menu ul li a:hover {
    text-decoration: underline;
}

#footer .info .menu ul.submenu {
    display: block;
    position: absolute;
    left: 0;
    padding-top: 20px;
}

#footer .info .menu ul.submenu li {
    float: none;
    width: 100%;
}

#footer .info .menu ul.submenu li a {
    font: 16px/18px 'HelveticaNeueLTCond';
    color: #dddedf;
    padding: 10px 0;
}

#footer .info .contact h2 {
    margin: 0;
    font: normal 30px/32px 'Dense';
    color: #54f167;
}

#footer .info .contact ul {
    padding: 25px 0;
    margin: 0;
}

#footer .info .contact ul li {
    font: 20px/22px 'HelveticaNeueLTCond';
    padding: 3px 0;
    color: white;
}

#footer .info .contact ul li.phone {
    padding-top: 25px;
    font: 20px/22px 'HelveticaNeueLTBoldCond';
}

#footer .info .contact ul li a {
    color: #54f167;
}

#footer .info .contact ul li a:hover {
    text-decoration: underline;
}

/* Copyright */

#footer .copyright {
    padding: 5px 0;
    background: rgba(0, 0, 0, 0.3);
}

#footer .copyright p {
    font: 14px/14px 'HelveticaNeueLTCond';
    color: #b1b3b4;
}

#footer .copyright p a:hover {
    text-decoration: underline;
}


/* ==========================================================================
Responsive
========================================================================== */

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

    #facts .fact.langue h1 { font: 34px/36px 'Dense'; padding: 15px 0 0; }
    #facts .fact.langue h2 { font: 49px/46px 'Dense'; }
    #facts .fact.service h1 { font: 45px/45px 'Dense'; padding: 15px 0 0; }
    #facts .fact.service h1 { font: 45px/45px 'Dense'; padding: 15px 0 0; }
    #facts .fact.service span.black { font: 49px/55px 'Dense'; }
    #facts .fact.service span.free { font: 50px 'Dense'; }
    #facts .fact.region h1 { font 36px/50px 'Dense';  }
    #facts .fact.region span { font: 34px/20px 'Dense'; display: inline-block; text-align: center; }
    #facts .fact.equipe h2 { font: 25px/25px 'Dense'; padding: 15px 0 0; }
    #facts .fact.equipe h1 { font: 61px/56px 'Dense'; padding: 25px 0 0; }
    #navigation .menu ul li a { font: normal 24px/26px 'Dense'; }
	
}



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

    #contact_icons .block { background-size: 15% !important; }
    #contact_icons .block h1 { font: bold 34px/40px 'Dense' !important; }
    #contact_icons .block h2 { font: bold 25px/29px 'Dense' !important; }
    #facts .fact.region h1 { font: 37px/44px 'Dense'; }
	
}


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

    #navigation .menu ul li a { font: normal 20px/23px 'Dense'; }
    .logo a h1, .logo a { font: bold 65px/72px 'Dense'; }
    #facts .fact { width: 46%; margin: 0 0 10px; }
    #facts .fact.service:after { display: none; }
	
    #content .plans .plan .head h1 { font: 90px/90px 'Dense'; }
    #content .plans .plan .head h2 { font: 30px/30px 'Dense'; }
    #content .plans .plan .head h3 { font: bold 24px/26px 'Dense'; }
    .plans .plan .content { height: 500px; }
    #facts .fact.active:after { display: none !important; }

}

@media screen and (max-width: 975px){
    #content.services a.button {
    display: inline-block;
    font: 31px/32px 'Dense';
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    background: #161342;
    padding: 15px 25px !important;
    margin: 1.5% 0% !important;
    width: auto;
    max-width: 100%;
	}

    #content.services .left, #content.services .right { width: 100%; float: none; }
    #navigation .menu ul li a { font: normal 18px/23px 'Dense'; }
    #content.services #webhosting .buttonf { margin-top: 7%; }

}

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

    #content.contact .right { padding: 50px 0 0; }
    #content.contact .left, #content.contact .right { float: none; width: 100%; }
    #content #about_sections .section { float: none; width: 100%; margin: 0; }
    .menu, .login { display: none; }
    .mobile_nav span { display: block !important; }
    .plans .plan { float: none; width: 100% !important; margin: 0 0 35px; }
    #content .plans .plan .head h2 { text-align: center; }
    .lists .list { width: 100%; float: none; }
    #page_title h1 { padding: 30px 0 0; }
    
    #navigation.fixxy .login a { padding: 23px 5px 16px !important; }
    .plans .plan:hover .content { background: white; }
    .plans .plan:hover .content p { color: #535353 !important; }
    #main_quote h1 { font: bold 60px/72px 'Dense'; }
    #main_quote h2 { font: 43px/50px 'Dense'; }
    .plans .plan:hover .head { background: #161342; }
    #regular_plans .plan.main { margin: 58px 0 0 0; }
    #content.forfaits .full { display: none; }
    #content.forfaits .mobile { display: block; }


}

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

    #content .link a.button { font-size: 36px; padding: 10px 0; }
    #contact_icons .block { max-width: 100%; float: none; width: 100%; }
    #footer .info .menu { display: none; }
    #footer .info .contact, #content.services #webhosting p { float: none; width: 100%; }
    #footer .copyright p { float: none !important; }
    #content.home h1 { font-size: 54px; line-height: 60px; }
    #content p { font-size: 16px !important; line-height: 24px !important; }
    #content p.thick { font-size: 24px !important; line-height: 28px !important; }

}

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

    .menu, .login { display: none; }
    .mobile_nav span { display: block !important; }
    #header .logo { float: left; }
    #main_quote h1 { font: bold 50px/55px 'Dense'; }
    #main_quote h2 { font: 35px/38px 'Dense'; }
    #header { height: 650px; }
    #page_title h1 { font: bold 45px 'Dense'; }
    #page_title h1 { padding: 0; }

}

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

    #main_quote .verification { width: inherit; }

}

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

    #facts .fact { display: block; width: 100%; margin: 0; float: none;  height: auto; padding: 5px 0; }
    ::-webkit-input-placeholder { font: 14px/18px 'HelveticaNeueLTCond'; color: #404e59; }
    ::-moz-placeholder { font: 14px/18px 'HelveticaNeueLTCond'; color: #404e59; } /* firefox 19+ */
    :-ms-input-placeholder { font: 14px/18px 'HelveticaNeueLTCond'; color: #404e59; } /* ie */
    input:-moz-placeholder { font: 14px/18px 'HelveticaNeueLTCond'; color: #404e59; }
    .verification input[type=text] { font: 14px/18px 'HelveticaNeueLTCond'; }
    .verification input[type=submit] { font: normal 14px/16px 'HelveticaNeueLTCond'; }
    .chosen-container-single .chosen-single span, .chosen-container .chosen-results li { font: bold 12px/20px 'HelveticaNeueLTCond' !important; }
    #header { height: 500px;     }
    #facts { margin: 0 auto 50px auto; }
    #facts .fact h1, #facts .fact h2, #facts .fact h3, #facts .fact span { font: normal 24px/36px 'Dense' !important; display: inline-block; padding: 0 !important; }
    #facts .fact.region span, #facts .fact.langue h2, #facts .fact.equipe h2 { letter-spacing: normal !important; }
    #facts .fact.region span { padding: 0 0 0 5px !important; }
    #facts .fact.langue h2 { padding: 0 0 0 5px !important; }
    #facts .fact.service span.black { padding: 0 0 0 5px !important; }
    .verification input[type=submit] { float: none; width: 99%; clear: both; display: block; }
    .verification input[type=text] { width: 64%; }
    .verification .chosen-container { width: 28.6% !important; margin: 0;}
    .chosen-container-single .chosen-single { padding: 4px 0 17px 9px !important; }
    #main_quote .verification input[type=text]:first-child { margin: 0 0 0 1%; }

}
/* Dropdown Button */
.dropbtn {
  color: white;
  padding: 16px;
  border: none;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
  background-color: #2980B9;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: black;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  font: normal 18px/23px 'Dense';
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #161342}


.show {display:block;}

.dropdown:hover > .dropdown-content {
    display:block;
}
.dropbtn:hover > .dropdown-content {
    display:block;
}
