﻿@import url(https://fonts.googleapis.com/css?family=Monda:400,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700);
/*Monda Regular, Monda Bold*/
/*Open Sans Light, Open Sans, Open Sans Semibold, Open Sans Bold*/
/* Font
------------------------------------*/
body{
margin-left:20px;
text-align:justify;	
}
.news_liste {
    width: 100%;
    border-collapse: collapse;
    border: 2px solid #CCCCCC;
    margin: auto;
    background-color: #FFFFFF;
	}
.news_liste2 {
    width: 100%;
    border-collapse: collapse;
    border: 2px solid #CCCCCC;
    margin: auto;
	height: 100%;
	}
.news_entete {
    height: 30px;
    background-color: #41a1cc;
}
.news_contenu {
    width: 95%;
    overflow: hidden;
    padding: 5px;
    text-align: justify;
}
.news_newsTitre {
    padding: 5px;
    float: left;
    text-align: left;
    color: #41a1cc;
    font-weight: Bold;
}
.news_date {
    padding: 5px;
    float: center;
    text-align: center;
}
/*Text Color
------------------------------------*/
.text-default {
  color: #555555 !important;
}
/* Colors
------------------------------------*/
.color-red {
  color: #cd0034 !important;
}
.color-blue {
  color: #41a1cc !important;
}
.color-green {
  color: #2ecc71 !important;
}
.color-orange {
  color: #e67e22 !important;
}
.color-black {
  color: #000000 !important;
}
.color-white {
  color: #ffffff !important;
}
.color-default {
  color: #41a1cc !important;
}
/* Buttons Color
------------------------------------*/
.btn-u-blue {
  background: #0c7ebe !important;
}
.btn-u-blue:hover {
  background: #41a1cc !important;
}
.btn-u-red {
  background: #792114 !important;
}
.btn-u-red:hover {
  background: #cd0034 !important;
}
.btn-u-orange {
  background: #d35400 !important;
}
.btn-u-orange:hover {
  background: #e67e22 !important;
}
.btn-u-green {
  background: #27ae60 !important;
}
.btn-u-green:hover {
  background: #2ecc71 !important;
}
.btn-u-yellow {
  background: #f39c12 !important;
}
.btn-u-yellow:hover {
  background: #f1c40f !important;
}
.btn-u-grey {
  background: #333333 !important;
}
.btn-u-grey:hover {
  background: #555555 !important;
}
.btn-u-default {
  background: #0c7ebe !important;
}
.btn-u-default:hover {
  background: #41a1cc !important;
}
.btn-u-default:disabled {
  opacity: 0.5 !important;
}
/*Panels
------------------------------------*/
.panel .table {
  margin-bottom: 0;
}
.panel-blue {
  border-color: #0c7ebe;
}
.panel-blue > .panel-heading {
  color: #ffffff;
  background: #0c7ebe;
}
.panel-blue > .panel-heading a {
  color: #ffffff !important;
}
.panel-red {
  border-color: #cd0034;
}
.panel-red > .panel-heading {
  color: #ffffff;
  background: #cd0034;
}
.panel-red > .panel-heading a {
  color: #ffffff !important;
}
.panel-green {
  border-color: #2ecc71;
}
.panel-green > .panel-heading {
  color: #ffffff;
  background: #2ecc71;
}
.panel-green > .panel-heading a {
  color: #ffffff !important;
}
.panel-orange {
  border-color: #e67e22;
}
.panel-orange > .panel-heading {
  color: #ffffff;
  background: #e67e22;
}
.panel-orange > .panel-heading a {
  color: #ffffff !important;
}
.panel-yellow {
  border-color: #f1c40f;
}
.panel-yellow > .panel-heading {
  color: #ffffff;
  background: #f1c40f;
}
.panel-yellow > .panel-heading a {
  color: #ffffff !important;
}
.panel-gray {
  border-color: #dddddd;
}
.panel-gray > .panel-heading {
  color: #555555;
  background: #f5f5f5;
}
.panel-gray > .panel-heading a {
  color: #555555 !important;
}
.panel-default {
  border-color: #0c7ebe;
}
.panel-default > .panel-heading {
  color: #ffffff;
  background: #0c7ebe;
}
.panel-default > .panel-heading a {
  color: #ffffff !important;
}
body {

background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(-45deg,  rgb(255,255,255) 0%, rgb(124,155,23) 100%);
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgb(255,255,255)), color-stop(100%,rgb(124,155,23))); 
background: -webkit-linear-gradient(-45deg,  rgb(255,255,255) 0%,rgb(124,155,23) 100%); 
background: -o-linear-gradient(-45deg,  rgb(255,255,255) 0%,rgb(124,155,23) 100%); 
background: -ms-linear-gradient(-45deg,  rgb(255,255,255) 0%,rgb(124,155,23) 100%); 
background: linear-gradient(135deg,  rgb(255,255,255) 0%,rgb(124,155,23) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#294294',GradientType=1 );
}
/*Content*/
.content {
  max-width: 1920px;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

/* Page Product
------------------------------------*/
.product h2 {
  font-size: 1.8em;
  font-weight: 700;
  text-transform: uppercase;
  color: #0c7ebe;
}
.product h5 {
  font-size: 1em;
  text-transform: uppercase;
  color: #0c7ebe;
}
.product h5 i {
  text-transform: none;
  font-style: normal;
}
.product .price-content {
  font-family: 'Open Sans', sans-serif;
  font-size: 50px;
  white-space: nowrap;
  color: #0c7ebe;
  margin: -7px 0 15px 0;
  line-height: 50px;
}
.product .price-content sup {
  font-size: 30px;
}
.product .new {
  color: #cd0034;
  text-transform: uppercase;
  font-size: medium;
  font-weight: 700;
}
.product .item-new {
  max-width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 900;
}
.product .item-new-special {
  right: 0;
}
.product .subtitle {
  margin-top: -10px;
}
.product .radio {
  padding: 0;
  margin: 0;
}
.product .radio label:before {
  border-radius: 10px;
}
.product .radio-title {
  font-size: 12px;
}
.product .radio-title label {
  line-height: 22px;
}
.product .checkbox label:before {
  border-radius: 3px;
}
.product label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  font-size: 1em;
}
.product label:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  bottom: 1px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
.product .img-photobook-cover {
  border: thin solid #000000;
}
.product input[type=radio] {
  display: none;
}
.product input[type=radio]:checked + label:before {
  content: "\2022";
  color: #0c7ebe;
  font-size: 50px;
  text-align: center;
  line-height: 18px;
  font-family: Arial;
}
.product input[type=checkbox] {
  display: none;
}
.product input[type=checkbox]:checked + label:before {
  content: "\2713";
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  font-size: 18px;
  color: #0c7ebe;
  text-align: center;
  line-height: 14px;
  font-family: Verdana;
}
.product select {
  font-size: 1.2em;
  font-weight: 700;
}
.product .formats-box {
  border: 1px solid #777777;
}
.product .formats-box > .table {
  background-color: #ffffff;
  margin: 0;
}
.product .formats-box > .table-striped > tbody > tr:nth-child(odd) > td {
  background-color: #eeeeee;
}
.product .extra-formats {
  display: none;
}
.product .less-formats {
  display: none;
}
/* Block Headline
------------------------------------*/
.information{
    padding-top: 10px;
	padding-left:10px;
	text-align:center;
	color:black;
}
.headline {
  display: inline;
  margin: 10px 0 25px 0;
  border-bottom: 1px dotted #cccccc;
}
.headline h2,
.headline h3,
.headline h4 {
  color: black;
  margin: 0 0 -2px 0;
  padding-bottom: 5px;
  display: inline-block;
}
.headline h2 {
  font-size: 23px;
}
.headline-md h2 {
  font-size: 21px;
}
.headline-md {
  margin-bottom: 15px;
}
.special-headline {
  background-color: #e8f6f9;
  color: #0084c5;
  padding: 5px 10px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
}
.special-headline .subtitle {
  font-size: 16px;
  font-weight: 100;
}
.special-headline-reverse {
  background-color: #7dafd3;
  color: #ffffff;
}
/* Form Box
------------------------------------*/
.form-box {
  color: #555555;
  padding: 30px;
  background: #fefefe;
  border: solid 1px #eeeeee;
  box-shadow: 0 0 3px #eeeeee;
}
.form-box label {
  color: #777777;
  font-weight: 300;
}
.form-box .header {
  color: #555555;
  text-align: center;
  margin-bottom: 35px;
  border-bottom: solid 1px #eeeeee;
  z-index: 0;
}
.form-box .header h2 {
  font-size: 24px;
  margin-bottom: 15px;
}
.form-box .field {
  width: 100%;
}
.form-box .field span {
  width: 40px;
}
.form-box .field .fa-lock {
  font-size: 1.3em;
}
.form-box .result-block {
  width: auto;
}
.form-box .result-block .result-block-bordered {
  border: 1px solid #cccccc;
}
.form-box .result-block-in {
  padding: 20px 0;
  text-align: center;
  margin-bottom: 20px;
  background: #fefefe;
}
.form-box .result-block-in:hover {
  cursor: pointer;
  box-shadow: 0 0 8px #cccccc;
}
.form-nobox {
  border: none;
  box-shadow: none;
  padding: 30px 0;
}
/* Service
------------------------------------*/
.service {
  overflow: hidden;
  margin-bottom: 10px;
  padding: 15px 15px 10px;
}
.service:hover {
  background: #fefefe;
  box-shadow: 0 0 5px #cccccc;
  -webkit-transition: box-shadow 0.2s ease-in-out;
  -moz-transition: box-shadow 0.2s ease-in-out;
  -o-transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out;
}
.service .desc {
  padding: 0 15px;
  overflow: hidden;
}
.service .desc h4 {
  font-size: 22px;
  line-height: 25px;
}
.service .service-icon {
  color: #0c7ebe;
  float: left;
  padding: 10px;
  font-size: 45px;
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
/* Service Blocks
------------------------------------*/
.service-block a:hover {
  text-decoration: none;
}
.service-block .service-block-in {
  padding: 5px;
  margin-bottom: 20px;
  background: none;
  text-align: center;
  border: 1px solid transparent;
  position: relative;
}

.service-block .service-block-in:hover {
  background-color: #ecf7fc;
  border: 1px solid #d2d2d2;
  box-shadow: 0 0 5px #cccccc;
}
.service-block .service-block-in h4 {
  font-size: 1.1em;
  font-weight: 300;
  text-align: center;
}
.service-block .service-block-in h4 a:hover {
  color: #555555;
  text-decoration: none;
}
.service-block .service-block-colored:hover {
  opacity: 0.8;
  box-shadow: none;
}
.service-block .format {
  color: #555555;
  font-size: 0.8em;
  font-weight: 300;
}
.service-block .item-new {
  max-width: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
/* Promo Box
------------------------------------*/
.promo-box {
  padding: 20px;
  margin: 25px 0 20px;
  text-align: center;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cccccc;
}
.promo-box i {
  display: block;
  font-size: 50px;
}
.promo-box strong,
.promo-box strong a {
  color: #555555;
  font-size: 20px;
  display: block;
  margin: 20px 0 15px;
  font-weight: 200;
}
.promo-box p {
  font-size: 14px;
  margin-bottom: 0;
}
/* Item Price
 -----------------------------------*/
.item .price {
  width: 500px;
  position: absolute;
  top: 30%;
  margin: 0 0 0 25px;
  z-index: 999;
}
.item .price-content {
  font-family: 'Open Sans', sans-serif;
  font-size: 9em;
  white-space: nowrap;
  color: #cd0034;
  margin: 0 0 25px 0;
  line-height: 50px;
}
/* Pricing Block
------------------------------------*/
.pricing {
  position: relative;
  border-radius: 3px;
  margin-bottom: 15px;
  box-shadow: 0 0 5px #cccccc;
}
.pricing:hover {
  box-shadow: 0 0 15px #cccccc;
}
.pricing:hover h4 {
  color: #41a1cc;
}
.pricing > a {
  text-decoration: none;
}
.pricing-head {
  text-align: center;
  background: #76b8e1;
  background: -moz-linear-gradient(top, #76b8e1 0%, #d7f0fd 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #76b8e1), color-stop(100%, #d7f0fd));
  background: -webkit-linear-gradient(top, #76b8e1 0%, #d7f0fd 100%);
  background: -o-linear-gradient(top, #76b8e1 0%, #d7f0fd 100%);
  background: -ms-linear-gradient(top, #76b8e1 0%, #d7f0fd 100%);
  background: linear-gradient(to bottom, #76b8e1 0%, #d7f0fd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@color1', endColorstr='@color2', GradientType=0);
  -webkit-box-shadow: inset 0 50px 150px 0 rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 50px 150px 0 rgba(0, 0, 0, 0.3);
  padding: 20px 0;
}
.pricing-head h3,
.pricing-head h4 {
  margin: 0;
  line-height: normal;
  font-weight: bold !important;
}
.pricing-head h3 span,
.pricing-head h4 span {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  font-style: italic;
}
.pricing-content {
  color: #777777;
  font-size: 12px;
  padding: 7px 15px;
}
.pricing-content h3 {
  color: #000000;
  margin-top: 0;
}
.pricing-content h4 {
  padding: 0;
  font-size: 2.6em;
  font-family: 'Open Sans', sans-serif;
  color: #000000;
  text-shadow: 1px 1px 2px #cccccc;
}
.pricing-content h4 i {
  top: -8px;
  font-size: 20px;
  font-style: normal;
  position: relative;
  margin-right: 0;
}
.pricing-content p {
  font-size: 0.8em;
  font-style: normal;
  position: relative;
  text-shadow: none;
}
.pricing-content ul li {
  color: #777777;
  font-size: 1.4em;
  line-height: 1.2em;
}
.pricing-content i {
  text-align: center;
  font-size: 16px;
  font-style: normal;
}
.pricing-footer {
  color: #777777;
  font-size: 11px;
  line-height: 17px;
  text-align: center;
  padding: 10px;
  border-radius: 0 0 3px 3px;
}
.pricing-footer a,
.pricing-footer button {
  color: #ffffff;
  border: none;
  margin-top: 5px;
  font-size: 16px;
  padding: 6px 15px;
  text-align: center;
  border-radius: 2px;
  background: #41a1cc;
  display: inline-block;
  text-transform: uppercase;
  text-shadow: 0 1px 0 #41a1cc;
  border-bottom: solid 2px #41a1cc;
}
.pricing-footer a:hover,
.pricing-footer button:hover {
  cursor: pointer;
  background: #41a1cc;
  text-decoration: none;
  box-shadow: 0 0 3px #cccccc;
}
/* Page Unsupported
------------------------------------*/
.unsupported .text {
  font-size: 2em;
  color: #555555;
  font-weight: 300;
}
.unsupported .text b {
  font-size: 2em;
  color: #555555;
  font-weight: 700;
}
.unsupported .note {
  font-size: 1.1em;
}
.unsupported .fa-stack {
  font-size: 3em;
}
.unsupported .text-line {
  padding: 1.55em;
  line-height: 1.1em;
}
.unsupported .text-line i {
  font-style: normal;
  color: #41a1cc;
}
.unsupported .icons {
  margin: 0;
  padding: 0;
}
.store-dialog,
.cart {
  /* Store selection
    ------------------------------------*/
}
.store-dialog sup,
.cart sup {
  font-size: 0.5em;
}
.store-dialog h1,
.cart h1 {
  color: #0c7ebe;
  font-size: 2em;
  font-weight: 400;
}
.store-dialog .btn,
.cart .btn {
  color: #ffffff;
}
.store-dialog .btn-default,
.cart .btn-default {
  background-color: #555555;
}
.store-dialog .btn-default:hover,
.cart .btn-default:hover {
  background-color: #777777;
}
.store-dialog .description,
.cart .description {
  font-size: 1.4em;
  font-weight: 400;
  line-height: 30px;
  color: #777777;
}
.store-dialog .rebate,
.cart .rebate {
  color: #cd0034;
}
.store-dialog .rebate sup,
.cart .rebate sup {
  color: transparent;
}
.store-dialog .content,
.cart .content {
  max-width: 1920px;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 40px;
}
.store-dialog .cart-item-circle,
.cart .cart-item-circle {
  background-color: #0c7ebe;
  height: 40px;
  width: 40px;
  color: #ffffff;
  font-size: 1.5em;
  font-weight: 600;
  text-align: center;
  line-height: 40px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.store-dialog .cart-item-border,
.cart .cart-item-border {
  border-bottom: 1px solid #dddddd;
}
.store-dialog .spin,
.cart .spin {
  color: #cccccc;
}
@media (max-width: 480px) {
  .store-dialog h1,
  .cart h1 {
    font-size: 1.2em;
  }
  .store-dialog .description,
  .cart .description {
    font-size: 1em;
    line-height: 20px;
  }
  .store-dialog .cart-item-circle,
  .cart .cart-item-circle {
    background-color: #0c7ebe;
    height: 25px;
    width: 25px;
    color: #ffffff;
    font-size: 1em;
    line-height: 25px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .store-dialog .tablet-and-more,
  .cart .tablet-and-more {
    display: none !important;
  }
}
.store-dialog .img-responsive,
.cart .img-responsive {
  margin: auto;
  border: thin solid  #eeeeee;
}
.store-dialog .panel-default,
.cart .panel-default {
  border-color: #dddddd;
}
.store-dialog .panel-default .framed,
.cart .panel-default .framed {
  border: 1px solid #cccccc;
  padding: 25px;
  border-radius: 5px;
}
.store-dialog .panel-default .panel-footer,
.cart .panel-default .panel-footer,
.store-dialog .panel-default .panel-heading,
.cart .panel-default .panel-heading {
  background-color: #fff;
}
.store-dialog .panel-default .panel-footer span,
.cart .panel-default .panel-footer span,
.store-dialog .panel-default .panel-heading span,
.cart .panel-default .panel-heading span {
  color: #B8BCBF;
  font-size: 0.7em;
  font-weight: normal;
  padding-left: 5px;
}
.store-dialog .panel-default .panel-footer.disabled,
.cart .panel-default .panel-footer.disabled,
.store-dialog .panel-default .panel-heading.disabled,
.cart .panel-default .panel-heading.disabled {
  opacity: 0.6;
}
.store-dialog .panel-default .panel-footer,
.cart .panel-default .panel-footer {
  border-top: 1px solid #dddddd;
  background: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
}
.store-dialog .angular-google-map-container,
.cart .angular-google-map-container {
  height: 300px;
  width: 100%;
}
.store-dialog .store-list,
.cart .store-list {
  overflow: auto;
  max-height: 300px;
}
.store-dialog .store-list .selected,
.cart .store-list .selected {
  background-color: #cccccc;
}
.store-dialog .store-list .store,
.cart .store-list .store {
  cursor: pointer;
}
.store-dialog .store-list .store:hover,
.cart .store-list .store:hover {
  background-color: #cccccc;
}
@media (max-height: 320px) {
  .store-dialog .store-list,
  .cart .store-list {
    max-height: 125px;
  }
}
/* Cart confirmation
------------------------------------*/
.cart-confirmation {
  margin: 0 auto;
  font-size: 11px;
}
.cart-confirmation .logo {
  max-width: 320px;
}
.cart-confirmation .status {
  max-width: 320px;
  background-color: #f2f2f2;
  border: 1px solid #d0d0d0;
  border-radius: 5px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-weight: 600;
  margin: 10px 0 30px 0;
}
.cart-confirmation h1 {
  font-size: 1.8em;
  color: #444444;
  font-weight: 400;
  padding: 0;
  margin: 0;
}
.cart-confirmation h2 {
  font-size: 1.3em;
  color: #777777;
  font-weight: 400;
}
.cart-confirmation p {
  font-size: 1em;
  padding: 0;
  margin: 0;
  font-weight: 400;
}
.cart-confirmation .top {
  height: 75px;
}
.cart-confirmation .top img {
  display: inline;
}
.cart-confirmation .title {
  margin-top: 10px;
}
.cart-confirmation table {
  background-color: #fff;
}
.cart-confirmation table th {
  background-color: #0c7ebe;
  color: #fff;
  text-align: center;
  padding: 5px;
  font-size: 1.5em;
  font-weight: 600;
}
.cart-confirmation table tbody tr td {
  font-size: 1.3em;
  padding: 10px 30px;
  vertical-align: inherit !important;
}
.cart-confirmation table tbody tr td.last-row {
  border-left-color: transparent;
  border-bottom-color: transparent;
}
.cart-confirmation table .fixed {
  height: 160px;
}
@media (max-width: 375px) {
  .cart-confirmation table th {
    font-size: 1.3em;
    font-weight: 600;
  }
  .cart-confirmation table tbody tr td {
    font-size: 1.1em;
    padding: 5px 5px;
  }
  .cart-confirmation table .fixed {
    height: 100px;
  }
}
.cart-confirmation .infos p {
  font-size: 0.9em;
  margin: 40px auto;
  text-align: center;
}
.titre{
	text-align:center;
	color:rgb(3,8,172);
	font-size:32px;
}
.continent{
	text-align:center;
	color:rgb(3,8,172);
	font-size:32px;
}
.acces{
    padding-top: 50px;
	padding-left:10px;
	text-align:center;
}
.cubeelem{
cursor: pointer;
transition: all .4s ease;
border: solid 1px rgb(41,66,148);
 background: rgb(41,66,148);
}
.cubeelem :hover{
opacity:0.7;
/*# sourceMappingURL=style.css.map */
}
.corps_page{
text-align: justify;
}

.presentation{
margin-left : 10px; 
text-align:center;
}

/* cube menu */ 
