/*nouvelle css*/
html {
	font-size: 100%; /* Voir -> Note 1 à la fin de la feuille de styles. */
}
body {
	padding: 0; /* Note -> 2 */
	margin: auto;
	color: #444;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	font-size: 100%;
}

a { 
	text-decoration: none;
	color: #fff;
}
a:hover {
	text-decoration: underline;
}

#hautWrapper {
        z-index:9999;
        margin: 0 0 -3px 0;
        background: #222;
}
#hautWrapper img {width:17%;margin-left: 41%;}

div.banniere p{
	text-align: center;
}

img {
	border: 0;
	padding: 0px;
	margin-right: 0px;
	}

h1 { 
	font-size: 195%;
	color: #fff;
	text-align: left;
	font-family: cinzel;
	margin-top: 20px;
	padding-top: 15px;
}
h2 {
	font-size: 195%;
	text-align: center;
    color:#008AFC;
    font-family: cinzel;
    margin-top: 40px;
}
h4{
	font-size: 140%;
	font-style: italic;
	color: black;
	text-align: center;
}
div.boitelogiciel h2 {color: #f6840b;}
p.prix {
	text-indent: 1em;
	}
h3 {
	font-size: 1.2em;
	text-align: center;
	font-style: italic;
}

hr{
	width: 60%;
}

div.clearer {
	clear:both;
}

p{
	font-size: 20px;
	color: #fff;
}
div.sousBoite img {
    max-width: 40%;
}
div.sousBoite p {
	color: #222;
	text-align: center;
}

div.boite{
	background: #222;
	margin-top: -8%;
	padding: 1px 47px 1px 30px;
	margin-bottom: 50px;
}
div.point{
	width: 23%;
	margin: 1rem;
}

.point img{
	height: 50px;
        vertical-align: middle;
}
.point p{
	color: #222;
}

.pointsforts{
    display: flex;
    text-align: center;
    margin-bottom: 2%;
}

.tile-container {
  display: flex;
  flex-direction: row;
  width: 100%;height:300px;
  margin-top: 3%;
  margin-bottom: 3%;
}

.tile {
  display: flex;
  flex-direction: column;
  justify-content: center;
  
  width: 21%;
  height: 100%;

  margin: auto;
  text-align: center;
  color: #f6f6f6;
  border-radius: 15%;
  background: url("../images/menu1.jpg") center;

  background-origin: border-box;
  background-repeat: no-repeat;
  background-clip: border-box;
  background-size: 100% 100%;
  object-fit: contain;
  
  transform:scale(1);
  transition:all 2s ease-out;
}

.tile:hover{
    transform:scale(1.1);
    transition:all 2.5s ease;
}

.tile-container :nth-child(2) {
  background: url("../images/menu2.jpg") center;
  background-size: 100% 100%;
}

.tile-container :nth-child(3) {
  background: url("../images/menu3.jpg") center;
  background-size: 100% 100%;
}

.tile-container :nth-child(4) {
  background: url("../images/menu4.jpg") center;
  background-size: 100% 100%;
}

.titleTile {
  font-family: Cinzel;
  text-transform: uppercase;
  color: white;
}

.tile-content {
  padding: 0 15%;
}

.tile-link {
  color: #f6f6f6;
  text-decoration: none;
}

.contactez-nous{
	width: 50%;
	border-radius: 8px;
	padding: 0 50px 0 50px;
	background: #222;
	margin-top: 30px;
	margin-bottom: 30px;

}

.contactez-nous > h1{
	font-weight: bold;
	font-size: 30px;
	font-style: italic;
	color: #fa6900;
}
.contactez-nous > p{
	font-weight: 300;
}

form div{
	width: 100%;
	display: flex;
	flex-direction: column;
	min-height: 83px;
	margin-top: 25px;
}
form div > label{
	margin-bottom: 7px;
	font-weight: 600;
	color: #fff;
}
form div > input, form div > select, form div > textarea{
	background: #fff;
	border: none;
	border-radius: 5px;
	font-size: 16px;
	font-weight: 500;
	font-family: Montserrat, sans-serif;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
}
form div > input, form div > select{
	height: 50px;
	padding-left: 10px;
	color: #222;
	opacity: 0.63;
}
form div > select{
	appearance: none;
	background-size: 15px;
	background-position: right 10px top 50%;
	background-repeat: no-repeat;
}
form div > textarea{
	height: 195px;
	padding: 15px 0px 0px 10px;
	opacity: 0.63;

}
form div > input::placeholder, form div > textarea::placeholder{
	color: white;
}
form div > select:invalid{
	color: white;
}
form div > select option{
	background: white;
	color: #303030;
}
form div:last-child{
	align-items: center;
	margin-top: 20px;
}
form button{
	width: 410px;
	max-width: 500px;
	height: 50px;
	font-weight: 700;
	font-size: 21px;
	background: #fa6900;
	border: #fa6900 solid 0.5px;
	border-radius: 5px;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	color: white;
}

.gauche{
	width: 47%;
	float: left;
	background: #C7B4A1;
	border-radius: 2.1em;
	padding: 0.5%;
	margin-left: 1%;
	opacity: 0.83;
}

.droite{
	width: 47%;
	float: right;
	background: #C7B4A1;
	border-radius: 2.1em;
	padding: 0.5%;
	margin-right: 1%;
	padding-bottom: 6.5%;
	opacity: 0.83;
}
.droite1{
	width: 47%;
	float: right;
	background: #C7B4A1;
	border-radius: 2.1em;
	padding: 0.5%;
	margin-right: 1%;
	padding-bottom: 2.5%;
	opacity: 0.83;
}
.droite2{
	width: 47%;
	float: right;
	background: #C7B4A1;
	border-radius: 2.1em;
	padding: 0.5%;
	margin-right: 1%;
	padding-bottom: 1%;
	opacity: 0.83;
	margin-top: 1%;
}

#login {
	font-size: 0.8em;
	margin-top: -5px;
	}
.contenuContact label {
	float: left;
	width: 30%;
	font-size: 1em;
	}
.contenuContact input {
	float :right;
	width: 60%;
	}
.contenuContact .login input {
	width: 97%;
	}
#top {
	height: 150px;
}
#left {
	float: left;
	width: 75%;
	}

#banniere { 
	background: #fff url("../images/banniere.png")  no-repeat scroll top center;
	height: 100px;
	margin: 0px;
 }
 .recherche {
	float: right;
	}
#menu {
	/*padding: 1em;*/
	background: url("../images/photoMenu.png") no-repeat scroll top center;
	width: 100%;
	margin:0;
	height:400px;
	line-height:42px;
	}
#menu img {
	margin-top: 5px;
	}
#menu a {
	margin: 0 0.2em;
	padding: 0.2em;
	float: left;
	text-align: center;
	font-size: 1.2em;
        color: #fff;
	}
        #menu a:hover{
            background: #fa6900;
            color: #222;
            border-radius:2px;
        }
        
#menu a.actus {
	color:#f6840b;font-style:italic;font-family:helvetica;
	}

ul{
	font-size: 1em;
	color: black;
	text-align: center;
	list-style-type: disc;
}

#menu ul li a.onglet-actif{
	background: #fa6900;
	opacity: 1;
	text-decoration: none;
	color: black;
}

#menu ul li a {
	float: left;
	font-size: 1.2em;
	color: #222;
}

ul li#administration a.onglet-actif, ul li#administration a.onglet:hover{
	color: #333;
}

div#menu ul.niveau1 li.sousmenu:hover ul.niveau2 {
	display: block;
}

div#menu ul{
	padding: 0;
	margin: 0px;
}

div#menu ul ul {
	position: absolute;
	display: none;
	width: 211px;
	margin-top: 48px;
}

div#menu ul li{
	position: relative;
	z-index: 9000;
	list-style: none;
        display: inline-block;
        font-weight: bold;
        padding: 0 2%;
}

div#menu ul.niveau2 li{
	border-top: 1px solid #fff;
	width: 80%;
	text-align: left;
	background: #efefef;
}

div#menu li ul.niveau2 a{
	display: block;
	padding: 0.5em;
	text-decoration: none;
	width: inherit;
	color: #2f2f2f;
	min-height: 3em;
	line-height: 3em;
}
	
#banniere h1 {
	display:none;
	text-align: center;
}
#wrapper {
	margin: auto;
        background: white;
	}
#container {
	margin: auto;
	margin-top:0px;
	width: 95%;
	background: white;
	}
#menuActus {
	float: left;
	width: 120px;
	margin: 0px;
	}
ul.menu_secondaire {
	color:#3E85D3;
	font-size:1em;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding: 2px;
	background: url(../images/fondCategorie.png) no-repeat;
	min-height: 200px;
}
ul.menu_secondaire li {
	margin-left: 0px;
	margin-bottom: 2px;
	padding-left: 10px;
	}
#principal {
	/*background: #fff url(../images/message.png) no-repeat scroll top right;*/
	padding: 1px;
	height: auto;
	}
#principal p {
	font-size:1.2em;
	text-align: left;
	}
p.actu {
	text-align: center;
	padding: 10px;
	}
.boiteExemple {
	background: #fff;
	width: 382px;
	float: left;
	margin: 0px;
	}

.exemple {
	float: left;
	width: 48%;
	min-height: 250px;
	border: 1px solid #74354d;
	padding: 2px;
	margin: 2px;
	background: #ddd;
}
.exemple:hover{
	background: #fff;
	}
.exemple a {
	font-size:0.9em;
	text-decoration: none;
	}
.exemple h1 {
	color: #f6840b;
	background: #444 url(../images/menu.png) repeat-x;
	padding: 2px;
	margin: 0 0 5px 0;
	}
.realisations {
	background: #ddd;
	display: block;
	padding: 1%;
	}


.contact p {
	padding-left: 5px;
	}
.contact {width:93%;margin:0;color:#545454;margin-bottom:10px;}

object {
	margin-left: 50px;
	}
.contact h2 {
	line-height: 30px;
	margin:5px 3px 0px 3px;
	}
.contact h4 {
	padding: 5px 0;
        font-size:1em;
        color: #999;
	}
.partenaire h2 {
	}
.superContact {
	background: #fff;
	width: 200px;
	}
.contenuContact {padding:0px 2px 5px 2px;;margin:0px 0px 0 2px;font-size:1em;}
#right .contenuContact p img {margin:0;margin-right:2px;float:left;}
.contenuContact p {margin-top:5px;}
ul#vignette li img {width:100px;}
/*#message {padding:1%;width: 105%;}*/
#message ul {list-style-type:square;margin:0;padding:0;margin:10px;margin-left:15px;}
#message ul li {margin-bottom:5px;font-size:1.1em;line-height:24px;}

#message .boite {margin:20px 0px 0 0;}
.boitelogiciel {margin-top:20px;min-height:150px;}
.promo {margin-top:20px;font-size:0.9em;font-weight:bold;}
.promo .slogan,div.slogan {text-align:center;color:#e98201;font-size:1.6em;margin:1.2em;}
div.tarif {font-weight:bold;font-size:1.1em;}
#message .assistance h1,#message .boite h1,.boitelogiciel h1,.contact h1,.promo h1 {margin:0;padding:2%;color:#c7b4a1;margin-bottom:10px;text-align:center;font-family: cinzel}
.boite img {text-align:center;}

div.test{
	text-align: center;
}

div.block {
	float: left;
	width: 18%;
	padding: 1%;
	text-align: center;
}
#principal div.block p{
	text-align: center;
}

div.block2{
	float: left;
	width: 30%;
	padding: 1%;
}

div.text{
	display: inline-block;
	text-align: center;
}

#gallery{
	display: flex;
	flex-direction: row;
	width: 100%;
	min-height: 60%;
	background-repeat: no-repeat;
	background-origin: border-box;
	background-size: 100% 100%;
	align-content: center;
	z-index: 1;
	justify-content: space-evenly;
	align-items: center;
	margin-bottom: 2%;
}

.demo{
	opacity: 0.6;
}
.cursor{
	cursor: pointer;
}


.column{
	height: 100%;
 	margin: auto;
}
.column img{
	width: 100%;
	height: 100%;
}


.assistance,.news,.flash,.promo,.boitelogiciel,#message .boite,.contact {min-height:200px;margin: -9px 0 0 0;}
.assistance ul li {font-size:1em;}

.boitelogiciel img {
	width: 100%;
}

.flash {font-size:1.6em;text-align:center;line-height:20px;min-height:50px;font-weight:bold;background:#f0f0f0;margin-bottom:5px;}
.news {font-size:1.4em;text-align:center;line-height:20px;min-height:50px;font-weight:bold;background:#f0f0f0;}
#principal div.news div.promo {border:0;text-align:left;box-shadow:none;}
#principal div.news p.accueil,#principal div.flash p.accueil {font-size:1.2em;text-align:center;}
.messageActus {
	padding: 2px;
	margin: 10px 5px 0px 5px;
	float: left;
	width: 550px;
}
.messageActus h3 {
	text-align: left;
	}
span {  
	font-size:27px;
	padding: 0;
	margin-left: 0.5em;
	color: black;
	font-family: time new roman;
	font-weight:bold;
        text-shadow:0 1px 1px #bbb;
}
span.gras {font-size:1.2em;color:#f6840b;}
ul.prix li span {color:#f6850b;}
ul.prix ul li {list-style-type:square;font-size:1em;}
p.titre {box-shadow:1px 1px 2px #999;border:1px solid #999;}
.affichage {
	margin: 5px;
	border: 1px solid #444;
	}
.logiciel {
	width: 90%;
	font-size: 1em;
	padding: 1%;
	min-height: 200px;
        box-shadow:2px 2px 5px #ddd;
        background:#fff;
	}
.logiciel li {
	margin-top: 3px;
	}
.logiciel h4 {
	text-align: right;
	}
.logicielDetail {
	background: #fff;
	font-size: 1em;
	padding: 1%;
	}

.logiciel ul {
	margin: 0;
	padding: 0;
	}
hr {
	color: #444;
	width: 80%;
	}
.tarifs p, .exemple p { 
	font-size:1em;
	margin-left: 1em;
	margin-right: 0.5em;
	text-align: left;
}
.contact h4 {text-align: left;}

#clearer {
	clear: both;
	height: 0px;
	}
.clearer {
	clear: both;
	height: 0px;
	}
#pied {
	background: #222;
	padding: 20px 0 2px 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
        min-height:50px;
        line-height:24px;
        text-align: center;
        color: #fff;
	}

        .sebinfo{
            margin-top: 1em;
            font-size: 0.9em;
        }
        .reseau{
            padding-top: 1%;
        }
#pied img {
	border: 0;
	height: 50px;
        vertical-align: middle;
	}
        #pied #text{
            color: #fff;
        }
#pied h3 {
	color: #fff;
	margin: 0;
	}
#pied h2 {
	text-align: center;
	font-style: italic;
	margin-top: -5px;
	color: #c7b4a1;
	}
	
/*--- references ---*/

#references #crea{
	min-height: 300px;
	position: relative;
        background:#fff;
        padding:0px;
        margin:0;
        border:1px solid #ddd;
        box-shadow:1px 2px 2px #777;
}
#references #crea h2{
	font-family: Georgia, serif;
	font-style: italic;
	color: #79dad7;
	text-align: left;
}
#references ul {list-style-type:none;}
#references #crea li{
	position: absolute;
	top: 0;
	left: 0;
        padding:5px;
}

#references .detail{
	width: 350px;
	float: left;
	margin: 5px 30px 0 0px;
}

#references .detail h2{
	font-style: italic;
	color: #79dad7;
	text-align: left;
}

#references .detail p{
	margin: 15px 0 15px 0;
}

#references .detail p span{
	color: #000;
}

/*#references .detail a{
	display: block;
	text-indent: -9999px;
	width: 132px;
	height: 35px;
	background: url('../images/btn-voir.png') no-repeat 0 0;
}*/

#references .detail a:hover{
	background-position: 0 -36px;
}
.lien {
	color: #f6840b;
	font-style: italic;
	}
#references .illustration{
	width: 300px;
	height: 250px;
	float: left;
	margin: 10px 0 0 0px;
	background: url('../images/bg-illustration.png') no-repeat;
}

#references .illustration img{
	display: block;
	float: left;
	margin: 5px 0 0 10px;width:300px;
}

#references #tri{
	width: 700px;
	height: 90px;
	margin: 40px 0 20px 0px;
	border: 1px solid #ccc;
          background:#fff;
}

#reference a {
	text-decoration: none;
	}
#references #tri a{
	color: transparent;
	}
#references #tri a.btn-tri{
	width: 30px;
	height: 30px;
	display: block;
	float: left;
	text-indent: -999px;
	margin: 30px 5px 0 5px;
	background: url('../images/btn-tri.png') no-repeat;
}

#references #tri a.btn-tri:hover{
	background-position: 0 -37px;
}

#references #tri a#btn-next{
	background-position: -37px 0;
	margin: 30px 0 0 20px;
}

#references #tri a#btn-next:hover{
	background-position: -37px -37px;
}

#references #slidebox{
	width: 600px;
	overflow: hidden;
	float: left;
	margin: -13px 0 0 0;
}

#references #slidebox #vignette{
	width: 2000px;
}

#references #slidebox #vignette li{
	display: inline;
	float: left;
}

#references #slidebox #vignette li a{
	width: 90px;
	height: 75px;
	display: block;
	margin: 5px 10px 0 0;
}

#references #slidebox #vignette li a:hover,
#references #slidebox #vignette li a.active{
}
	
/*actus du web*/
.accroche {
	float: left;
	padding: 5px;
	}
.texte {
	margin: 0;
	margin-left: -30px;
	}
.texte a:hover{
	text-decoration: underline;
	}
ul.texte li {
	float: left;
	color: #4b4949;
	padding: 5px;
	list-style-type: none;
	min-height: 150px;
	border: 1px solid #444;
	margin-bottom: 10px;
          background:#fff;
          box-shadow:2px 2px 5px #ddd;
          width:100%;
}
ul.texte li h1 {
	font-size: 1em;
	color: #4b4949;
	background: #e7e4e4;
}
ul.texte li h2 {
	font-size: 0.8em;
	color: #4b4949;
	line-height: 20px;
	text-align: left;
}
.texte h4 {
	font-size: 0.8em;
	color: #4b4949;
	text-align: right;
}
.texte h3 {
	text-align: left;
	}
.resume {
	font-size:1em;
	font-style: italic;
	font-weight: bold;
	color: #990000;
	margin-left: 1em;
	padding-left: 1em;
	}
.detail2 {
	margin-left: 0px;
	}
ul.detail2 {
	margin-bottom: 20px;
	}
ul.detail2 li {
	padding: 0.5em;
	list-style-type: none;
	margin-left: -40px;
}
.detail2 {
	background: #fff url(../images/fondarticle.jpg) repeat-x scroll center bottom;
	}
.detail2 h1 {
	background: #fff url(../images/fondcategorie.png) repeat-x scroll 0px 1px;
	color: #4b4949;
	font-size: 1.1em;
	margin: 0;
	padding: 2px;
	}
.detail2 p.resume {
	color: #990000;
	}
.detail2 p {
	font-size: 1em;
	text-align: justify;
	color: #000;
	}
.detail2 h3 {
	font-size: 0.8em;
	text-align: left;
	}
a.titre {
	color: #444;
	font-size: 1.4em;
	}
a.categorie {
	color: #f6840b;
}
h1.titre, h1.titreSecondaire { 
	font-size: 1.2em;
	color: #f6840b;
	background: #eee;
	border: 1px solid #777569;
	-webkit-border-top-left-radius: 0.5em;
	-webkit-border-top-right-radius: 0.5em;
    border-radius: 0.2em;  
	padding: 2px 5px 2px 5px;
	width: 550px;
	margin: 0 0 -1px 10px;
	}
.pdf {
	font-size: 1em;
	}
.admin {
	font-size:1em;
	color: #4b4949;
	text-align: right;
	line-height: 1.2em;
}
/*tagcloud*/
#pg1 {
	text-decoration:none;
	font-size:1em;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
}
.tagcloud ul {
	margin: 0;
	padding: 0;
	}
.tagcloud {
	background-color: #79dad7;
	border: 1px solid #BFBFBF;
	padding: 5px;
	text-align: center;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 22px;
}
.tagcloud h2 {
	background: #444;
	color: #fff;
	border: 1px solid #fff;
	margin-top: 0;
	}
.tagcloud a {
	text-decoration:none;
}
.tagcloud a:hover {
	text-decoration:none;
	background-color:#b3b3b3;
	color:#ffffff;
}
#tagcloud {
	background-color: #eee;
	border: 1px solid #BFBFBF;
	padding: 5px;
	text-align: center;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 22px;
}
#tagcloud h2 {
	background: #444;
	color: #fff;
	border: 1px solid #fff;
	margin-top: 0;
	}
#tagcloud a {
	text-decoration:none;
}
#tagcloud a:hover {
	text-decoration:none;
	background-color:#b3b3b3;
	color:#ffffff;
}

/* les span des erreurs de formulaire */
form span { 
  color: #C60017;
  font-size: x-small;
  background: #fff;
}

.tags {
	background: #eee;
	border: 1px solid #ddd;
	}
.liens {
	font-size: 0.8em;
	padding-left: 1em;
	width: 420px;
	margin-bottom: 5px;
	}
ul.texte li h1.titreActus {
	font-size: 1.2em;
	border: 0px;
	}
.newsticker {
      color : #fff;
        list-style-type: none;
        padding: 5px 3px 0px 3px;
        margin: 0;
        line-height: 30px;
        height: 30px;
        border-width: 1px;
        border-color: #777;
        border-style: solid;
        box-shadow: 2px 2px 5px #fff inset;
        background: #ddd;
}
.newsticker a em {
	font-style: italic;
	color: #f6840b;
	padding-left: 0.5em;
	}
.newsticker a {
	color: #444;
	font-size: 0.8em;
	}
#slide {
	float :left;
	width: 250px;
	padding: 5px;
	margin-right: 15px;
	}
#slide h1 {
	color: #f6840b;
	}
#slideshow, .slideshow {
	background: #fff;
	width: 100%;
	height: 200px;
	}
.boite #slideshow,.boite .slideshow {
}
/* css pour la tooltip lien avec preview */
#screenshot{
        position:absolute;
        border:1px solid #ccc;
        background:#333;
        padding:5px;
        display:none;
        color:#fff;
}
/* css pour la tooltip image preview */
#preview{
        position:absolute;
        border:1px solid #ccc;
        background:#333;
        padding:5px;
        display:none;
        color:#fff;
}
/* css pour la tooltip normal */
#tooltip{
        position:absolute;
        border:1px solid #333;
        background:#f7f5d1;
        padding:2px 5px;
        color:#333;
        display:none;
}

.code {
	background: #444;
	color:#eee;
	font-family: courier,sans serif;
	}
.ligne {
	background:#eee none repeat scroll 0 0;
	border-top:1px solid #ccc;
	margin-top:1px;
	padding:2px 1px;
	/*height: 28px;*/
	line-height: 28px;
}
.ligne label {
	float :left;
	width: 220px;
	color: #444;
	}
          
div.left {
    width:100%;
    color:black;
    margin-top:40px;
    font-size:1em;
    text-align: center;
}
div.left h2 {color:#ddd;font-size:1.4em;}

div#pied li{list-style-type:disc;}
div#pied h2{color: #008AFC; font-style: initial;}
div#pied h2 span{font-size: 15px;}