/*@import url(http://fonts.googleapis.com/css?family=Raleway:300,600);*/

/*@font-face {
    font-family: 'Raleway';
    src: url('../fonts/raleway-extralight-webfont.woff2') format('woff2'),
         url('../fonts/raleway-extralight-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/raleway-semibold-webfont.woff2') format('woff2'),
         url('../fonts/raleway-semibold-webfont.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}*/

/*---------------------------------------------------------------
						LOADER
-----------------------------------------------------------------*/

#loader {
  z-index: 2000;
  background-color: #ffffff;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#status {
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 32px;
  height: 32px;
}
#status .lds-ring {
  display: inline-block;
  position: relative;
  width: 32px;
  height: 32px;
}
#status .lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  border-width: 3px;
  border-style: solid;
  border-color: #d9d9d9 transparent transparent transparent;
  width: 32px;
  height: 32px;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  -webkit-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  -moz-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  -o-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
}
#status .lds-ring div:nth-child(1) {
  -webkit-animation-delay: -0.45s;
  -moz-animation-delay: -0.45s;
  -o-animation-delay: -0.45s;
  animation-delay: -0.45s;
}
#status .lds-ring div:nth-child(2) {
  -webkit-animation-delay: -0.3s;
  -moz-animation-delay: -0.3s;
  -o-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
#status .lds-ring div:nth-child(3) {
  -webkit-animation-delay: -0.15s;
  -moz-animation-delay: -0.15s;
  -o-animation-delay: -0.15s;
  animation-delay: -0.15s;
}
lesshat-selector {
  -lh-property: 0; } 
@-webkit-keyframes lds-ring{ 0%{ -webkit-transform: rotate(0deg); } 100%{ -webkit-transform: rotate(360deg); }}
@-moz-keyframes lds-ring{ 0%{ -moz-transform: rotate(0deg); } 100%{ -moz-transform: rotate(360deg); }}
@-o-keyframes lds-ring{ 0%{ -o-transform: rotate(0deg); } 100%{ -o-transform: rotate(360deg); }}
@keyframes lds-ring{ 0%{-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg); } 100%{-webkit-transform: rotate(360deg);-moz-transform: rotate(360deg);-ms-transform: rotate(360deg);transform: rotate(360deg); }}
[not-existing] {
  zoom: 1;
}

/*---------------------------------------------------------------
						GENERAL
-----------------------------------------------------------------*/
body {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	color: #373736;
}
h1, .style-h1 {
	font-size: 44px;
	font-weight: 300;
	padding: 0 0 45px 0;
	text-align: center;
	background-image: url(../images/border-h1.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0 0 60px 0;
}
h1 strong, .style-h1 strong {
	color: #F59100;
}
h2, .style-h2 {
	font-size: 28px;
	font-weight: 700;
	margin: 60px 0 20px 0;
}
h2 strong, .style-h2 strong {
	color: #F59100;
}
h3 {
	font-size: 24px;
	font-weight: 300;
	margin: 40px 0 10px 0;
}
h4 {
	font-size: 18px;
	font-weight: 700;
	margin: 20px 0 10px 0;
}
p {
	font-size: 16px;
	font-weight: 300;
	margin: 20px 0;
}
ul {
	margin: 20px 0 20px 15px;
	padding: 0;
}
li {
	list-style-type: square;
	font-size: 16px;
	font-weight: 300;
}
strong {
	font-weight: 600;
}
em {
	font-style: italic;
}
a {
	color: #373736;
	text-decoration: underline;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
a:link, a:visited, a:hover, a:active {
	outline: none;
}
a:hover {
	color: #373736;
	/*font-weight: 600;*/
}
blockquote {
	font-family: Georgia, Arial;
	font-style: italic;
}
table {
	width: 100%;
	margin: 40px 0;
}
table tbody {
	border: 0;
}
table th {
	padding: 15px;
	vertical-align: top;
	text-align: left;
	border: solid 1px #cecece;
	font-weight: 300;
	font-size: 16px;
}
table td {
	padding: 15px;
	vertical-align: middle;
	text-align: center;
	border: solid 1px #cecece;
}
table th.borderLeft, table td.borderLeft {
	border-left: solid 5px #F59100;
}
table th.borderTop, table td.borderTop {
	border-top: solid 5px #F59100;
}
table th.borderRight, table td.borderRight {
	border-right: solid 5px #F59100;
}
table th.borderBottom, table td.borderBottom {
	border-bottom: solid 5px #F59100;
}
table p, .node-type-page #content table p {
	margin: 0;
	text-align: center;
}
table p.title {
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 0 0 15px 0;
	text-align: center;
	background-image: url(../images/border-title-table.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0 0 25px 0 !important;
}
table p.red {
	font-family: Georgia;
	font-style: italic;
}
#admin-menu a {
	font-size: 11px !important;
}
#admin-menu li {
	font-size: 11px !important;
}
.messages {
	padding: 20px;
	margin: 20px 0;
}
.messages.error {
	/*background-color: #e5c1c4;*/
	border: solid 1px #F59100;
}
.messages.status {
	border: solid 1px #3bb499;
}
.element-invisible {
	display: none;
}
/*-----------------------------Classes-------------------------------*/
.btnRedToWhite,
.btnRedToWhite:focus,
.btnRedToWhite:active {
	display: inline-block;
	color: #fff;
	background-color: #F59100;
	padding: 10px 25px;
	border: solid 1px #F59100;
	text-decoration: none;
}
.btnRedToWhite:hover {
	background-color: #fff;
	color: #F59100;
	text-decoration: none;
	font-weight: 300;
}
.btnWhiteToRed {
	display: inline-block;
	font-size: 18px;
	color: #F59100;
	background-color: #fff;
	padding: 15px 25px;
	text-transform: uppercase;
	border: solid 1px #F59100;
}
.btnWhiteToRed:hover {
	background-color: #F59100;
	color: #fff;
	text-decoration: none;
}
.btnWhiteToGrey {
	display: inline-block;
	color: #363637;
	background-color: #fff;
	padding: 10px 25px;
	border: solid 1px #363637;
	text-decoration: none;
}
.btnWhiteToGrey:hover {
	background-color: #363637;
	color: #fff;
	text-decoration: none;
	font-weight: 300;
}
.btnGreyToWhite{
	display: inline-block;
	color: #fff;
	background-color: #373736;
	padding: 10px 25px;
	border: solid 1px #363637;
	text-decoration: none;
}
.btnGreyToWhite:hover {
	background-color: #fff;
	color: #373736;
	text-decoration: none;
	font-weight: 300;
}
.intro-btn{
	font-size: 20px;
	color: #373736;
	font-weight: bold;
	margin-top: 30px !important;
	text-align: center;
}
.cta {
	display: inline-block;
	background-color: #fff;
	color: #373736;
	padding: 20px 30px;
	font-size: 35px;
	text-align: center;
	text-decoration: none;
	line-height: 1em;
}

.fifth {
	width: 20%;
	float: left;
}

.big {
	font-size: 22px;
}
.small {
	font-size: 12px;
}

.red {
	color: #F59100;
}
.border {
	border: solid 1px #cecece;
}

.bg-software,
.bg-shop,
.bg-com,
.bg-giftcard,
.bg-legal {
	background-color: #9b9b9b;
  border: 10px solid #FFF;
}

.btn {
	display: inline-block;
	font-size: 18px;
	color: #fff;
	background-color: transparent;
	padding: 10px 25px;
	border: solid 1px #fff;
	text-decoration: none;
}
.btn:hover {
	text-decoration: none;
}
/*---------------------------------------------------------------
						GÉNÉRAL
-----------------------------------------------------------------*/
/*.node-type-page #content {
	padding-bottom: 60px;
}*/
.node-type-page h1, .node-type-webform h1, .view-header h1, #bandeau p.style-h1 {
	font-size: 46px;
	font-weight: 700;
	background-image: none;
	padding: 0;
	margin: 0;
	color: #fff;
}
.not-front .node-type-page h2, .not-front .node-type-webform h2 {
	font-size: 44px;
	font-weight: 300;
	padding: 0 0 45px 0;
	margin: 100px 0 60px 0;
	text-align: center;
	background-image: url(../images/border-h1.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.node-type-page h2 strong, .node-type-webform h2 strong {
	color: #F59100;
}
.node-type-page h3, .node-type-webform h3 {
	font-weight: 700;
	margin: 60px 0 20px 0;
}
.not-front .node-type-page #content p {
	margin: 8px 0 8px 25px;
}
.node-type-page #content ul {
	margin-left: 40px;
}
.node-type-page #content img {
	max-width: 100%;
	height: auto;
}
/*.node-type-page #content .row {
	margin-top: 30px;
}*/
.node-type-page #content .imgPicto {
	text-align: center;
}
.node-type-page #content .imgPicto img {
	max-width: 100%;
	display: inline-block;
}
.node-type-page #content .col-sm-10 h3 {
	margin-top: 0;
}
#page{
	padding-top: 85px;
}

@media (max-width: 768px){
  #page {
  	padding-top: 65px;
  }
}

#header-wrapper {
	position: fixed;
	width: 100%;
	height: 85px;
	background-color: #fff;
	z-index: 50;
	/*border-bottom: solid 1px #cecece;*/
	-webkit-box-shadow: 0px 25px 15px 0px rgba(0,0,0,.05);
	-moz-box-shadow: 0px 25px 15px 0px rgba(0,0,0,.05);
	-o-box-shadow: 0px 25px 15px 0px rgba(0,0,0,.05);
	box-shadow: 0px 25px 15px 0px rgba(0,0,0,.05);

}

@media (max-width: 768px){
  #header-wrapper {
    /*position: relative;*/
    height: auto;
  }
}
