

.colonne{
     width:100%;
 // text-align:justify;
  display:inline-block;
 margin:1px;
}


.colonne p  {
    text-align:left;
    margin :10px
}

.colonne img{
  float:left;
  margin:2rem;
  width:30%;
  height:auto;
}

.colonne2{
     width:100%;
 // text-align:justify;
  display:inline-block;
 margin:1px;
}


.colonne2 p  {
    text-align:left;
    margin :10px
}

.colonne2 img{
  float:left;
  margin:2rem;
  width:10%;
  height:auto;
}
/*
.colonne li {	
	text-align: justify;
	line-height: 100%;
	margin-bottom: 0px;
	margin-top: 10px;
    margin-left: 5%;
}
*/

canvas_compas {
  border:2px solid #999;
  background-color:#fff;
}

#centre{text-align:center;}

#logo{
    width: 200px;
    height: Auto;
	max-width: 20%;
	
/*	position: absolute;
	text-align: right;
	float: right;
	align="right"*/
}

.logo {
	height : 80px; 
/*	width: auto;*/
	
}
.config{
	size: "5";
}
.photos {
	margin-left: auto;
	margin-right: auto;
	width: 70%; 
}
#config2dRasterTip {
	display:none;
}

.config2dRasterTip :hover{
}
body{ 
	padding: 1% 1% 1% 1%;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.5;
    font-family: helvetica;
}

h1{
	font-size: 35px;
   	padding: 1% 12% 2% 12%;
	text-align: center;
	font-family: helvetica;
}

h2{
	text-align: left;
	font-size: 30px;
	//padding: 0.5% 12% 0.5% 12%;
    font-family: helvetica;
	font-weight: bold;
	color: #5a98f7
}
h3{
	text-align: left;
	margin-left: 1%;
    margin-top: 1%;
	font-size: 26px;
	font-weight: normal;
    font-family: helvetica;
	color: #5a98f7
}

h4{
	text-align: left;
	margin-left: 0px;
    margin-top: 0px;
	font-size: 22px;
	font-weight: bold;
    font-family: helvetica;
	color: #222222
}

p{
	padding: 0% 12% 0% 12%;
	text-align: center;
	font-family: helvetica;
	line-height: 1.5;
}

#leftText{
    padding: 0% 12% 0% 1%;
	text-align: left;
	font-family: helvetica;
	line-height: 1.5;
}

img_{
	max-width: 100%;
	height: auto;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-top: 5px
	
}

li {	
	text-align: justify;
	line-height: 100%;
	margin-bottom: 0px;
	margin-top: 10px;
}
canvas_for_three { 
    margin:auto;
	width: 100%; 
    height: 100%;
    display: block; 
}

table  {

    margin-left: 5px;
    border:"0"
}

 td {
    padding: 20px;

}

 table cell {
    margin-left: 50px;
}

iframe {
    border: 0.5px solid black;
    width: 1940px;
	height : 890px;
    margin-top: 50px;
    margin-bottom: 50px;
}

iframe:focus {
    outline: none;
}

iframe[seamless] {
    display: block;
}

a{
    outline: none;
    text-decoration: none;
}

#drop_zone {
    border: 2px dashed #b3b3b3;
    width:  500px;
    height: 350px;
    margin-top: 60px;
}

#drop_zone:hover{
    background: none;
}

.annotation {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    margin-left: 15px;
    margin-top: 15px;
    padding: 1em;
    width: 200px;
    color: #fff;
    background: rgba(0, 0, 0, 0.1);
    border-radius: .5em;
    font-size: 12px;
    line-height: 1.2;
    transition: opacity .5s;
    &::before {
        content: '1';
        position: absolute;
        top: -30px;
        left: -30px;
        width: 30px;
        height: 30px;
        border: 2px solid #fff;
        border-radius: 50%;
        font-size: 16px;
        line-height: 30px;
        text-align: center;
        background: rgba(0, 0, 0, 0.8);
    }
}

.number {
    position: absolute;
    z-index: -1;
}

#iframecommande{
    width: 80%;
    height: 700px;
}

hr{
    size: 1px;
    width: 90%;
    color: #fafafa;
    margin-bottom: 30px;
}

.texte{
    margin-left: 76px;
	line-height: 2em;
}

.note{
    margin-left: 100px;
	font-size:12px;
}

.doc{
	margin-left: 150px;
	font-size:24px;
	color: blue;
}
.doc a:visited{
	margin-left: 150px;
	font-size:24px;
	color: blue;
}

/*
ol {
    counter-reset: li;
    list-style: none;
    *list-style: decimal;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    width: 30%;
}
*/

.rectangle-list a{
    position: relative;
    display: block;
    margin-top: 10px;
    background: #defeff;
    color: #444;
    text-decoration: none;
    transition: all .3s ease-out;
}

.rectangle-list a:hover{
    background: #f5ffff;
}

.rectangle-list a:before{
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: -2.5em;
    top: 50%;
    margin-top: -1em;
    background: #8cfaff;
    height: 2em;
    width: 2em;
    line-height: 2em;
    text-align: center;
    font-weight: bold;
}

.rectangle-list a:after{
    position: absolute;
    content: '';
    border: .5em solid transparent;
    left: -1em;
    top: 50%;
    margin-top: -.5em;
    transition: all .3s ease-out;
}

.rectangle-list a:hover:after{
    left: -.5em;
    border-left-color: #8cfaff;
}

#col{
    display:block;
	position:relative;
    width:100%;
	padding:0px
}
#col  ul{
    display: inline-block;
    margin-left: 3%;
}




#lienCommande{
    margin-left: 76px;
}

#page-container{
  position: relative;
  min-height: 8vh;  /*hauteur position footer dans la page*/
}


#footer{
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2.5rem;
  text-align: center;
  color: white;
  background-color: #43b2de;
}


