html, body, div, span, h1, h2, h3, h4, h5, h6, p, ol, ul, li, form, label, legend, caption, aside, details, figcaption, figure, footer,header, hgroup, menu, nav, section, summary {
   margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

ol, ul {
	list-style: none;
}

a img {
   border: none
}

aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {display: block}

/***************************************************
			      Global styles
***************************************************/

html {
	width: 100%;
	height: 100%;
}

body {
   font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: white;
	color: #575757;
	margin: 0 0 1px; height: 100%; 
	line-height: 1.7;
}

.bg {
}

p {
	margin-top: 3px;
}


.infotip p {
	float:left;
	position:relative;
	display:block;
	width:500px;
	margin-top: 3px;
}
/*
.infotip font {
	float:left;
	position:relative;
	
	width:350px;
	margin-top: 3px;
}*/
	
a, p a {
	text-decoration: underline;
	color: #575757;
}
a.mail{
	text-decoration: none;
	color: #3D4890;
}
	
a: hover {
   color: #575757;
}

h1, h2, h3, h4, h5, h6 {
   font-family: Arial, Helvetica, sans-serif;
   font-weight: normal;
	position: relative;
}

h1 {
	font-size: 42px;
	line-height: 0.9;
	color: #666666;
	text-align: left;
	margin-bottom: 13px;
	padding-bottom: 15px;
}

 h1 span {
	font-size: 25px;
	line-height: 12px;
	color: #666666;
	margin-left: 10px;
}
	
h2 {
	font-size: 15px;
	line-height: 1.8;
	color: #666666;
	text-align: left;
	border-bottom: 1px solid #A3A3A3;
	margin-bottom: 7px;
	padding-bottom: 12px;
}
	
h3 {
	font-size: 18px;
	line-height: 0.9;
	color: #575757;
	text-align: left;
	margin-bottom: 6px;
	padding-bottom: 5px;
	height:20px;
}

h4 {
	font-size: 14px;
	line-height: 0.9;
	color: #CC3333;
	text-align: left;
	margin-bottom: 8px;
	padding-top: 3px;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}

.form-control-sous {
  display: block;
  float:left;
  width: 250px;
  height: 30px;
  padding: 5px 12px;
  margin-bottom:5px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control-sous:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}


.label-sous {
	float:left;
	clear:both;
	width:110px;
  display: inline-block;
  
  max-width: 100%;
  margin-bottom: 15px;
  font-weight: bold;


}



/***************************************************
			    Main containers
***************************************************/

#container, #container_left, #container_right {
	position: relative;
	width: 100%;
}
	
#container {
	position: relative;
	width: 980px;
	margin: 0 auto;
	background-color: transparent;
	min-height: 100%;
}

.container1 {
	width:980px;
	position:relative;
	margin: 0 auto;
	background-color: transparent;

}

.container {
    padding-left: 0;
    padding-right: 0;
}


.container {
    width: 1170px;
	
	position:relative;
	float:left;
	clear:both;
}
/*
@media (min-width: 992px)
.container {
    width: 970px;
}*/

.group1 {
	float: left;
	width: 274px;
	position: relative;
	background: transparent;
	padding: 15px;
	margin-bottom: 10px;
}
	
.group2 {
	float: left;
	width: 274px;
	position: relative;
	background: transparent;
	padding: 15px;
	margin-bottom: 10px;
	margin-left: 30px;
}
	
.group3 {
	float: right;
	width: 274px;
	position: relative;
	background: transparent;
	padding: 15px;
	}

header {
	position: relative;
	float: left;
	clear:both;
	width: 100%;
	/*height: 100px;*/
}
	
	
/***************************************************
				INTRO
***************************************************/	
	
#intro {
	width: 980px;
	position: relative;
	float: left;
	height: 120px;
	background: transparent;
	margin-top: 50px;
}

/***************************************************
				   HOLDERS
***************************************************/	

.holder_content {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 4px;
	padding-top: 10px;
}

.holder_content_2 {
	position: relative;
	float: left;
	width: 100%;
	margin: 4px 0 30px 0;
	padding-top: 10px;
}
	
.holder_content_separator{
	margin-bottom: 20px;
}
	
/***************************************************
			        GALLERY
***************************************************/
	 	 
a.photo_hover3 {
	position: relative;
	float: left;
	margin: 16px 13px 8px 0;
	padding: 8px;
	background-color: white;
	border: 1px solid #D6D6D6;
}

a.photo_hover3: hover {
	border: 1px solid #D6D6D6;
	background-color: transparent;
	opacity: 0.9;
	z-index: 1000;
}
	
a.photo_hover2 {
	position: relative;
	float: right;
	margin: 5px 13px 8px 0;
	padding: 8px;
   background-color: white;
	border: 1px solid #E1E1E1;
}

a.photo_hover2: hover {
	border: 1px dotted #66CCFF;
	background-color: #C7EDFF;
	opacity: 0.9;
	z-index: 1000;
}


/***************************************************
			        FOOTER
***************************************************/

footer {
	position: relative;
	height: 40px;
	clear: both;
	width: 100%;
}

#FooterOne, #FooterTwo, #FooterTree {
	position: absolute;	
}

#Footer2 {
	position: absolute;
	right: 190px;
	color: #666666;
}
/*
.container {
   width: 980px;
   margin: 0 auto;
	background-color: #33CC99;
}*/

/***************************************************
				       MENU
***************************************************/




nav {
	position: relative;
	width: auto;
	z-index: 100;
	
	
	background: transparent;
	/*border-top: 1px solid #A3A3A3;
	border-bottom: 1px solid #A3A3A3;*/
}
/*
nav ul {
	height:42px;
	
	
}

nav ul li {
	float: left;
	margin-left: 16px;
	line-height: normal;
}

nav ul li a {
	font-size: 20px;
   font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: normal;
	display: block;	
	padding-bottom: 10px;
	padding-top: 5px;
	background-color: transparent;
	margin-top: 5px;
	margin-right: 6px;
   text-decoration: none;
}

nav ul li a: hover {
	color: #CC3333;
}

nav ul li a.current {
	color: #CC3333;
}
*/

.topbar {
    background-color: #222;
    padding-top: 5px;
	height:25px;
    padding-bottom: 5px;
	 color: #fff;
}

  .menu {
	float:right;
 font-family: Poppins;
	font-size:16px;
	font-weight:600;
    width:auto;
    background: #ffffff;
    display: block;
    min-width: 240px;
	margin: 10px 0 0 15px;
  }
  .menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .menu ul li {
    display: block;
    position: relative;
    float: left;
	
  }
 

 .current-menu {
 background-color: #ffb600;
  height: 67px;
  position: relative;
 
  
 }

  .current-menu a {

    padding: 10px 10px 25px 10px !important;
   
  
 }
 
.menu li:after {
  position: absolute;
  width: 0;
  height: 5px;
  background-color: #ffb600;
  bottom: 0;
  left: 50%;
  content: "";
  transition: all 0.35s;
}
.menu  li:hover:after {
  left: 0;
  width: 100%;
}
  
  .menu .droite {
    float: right;
  }
  .menu li ul {
    display: none;
    min-width: 150px;

  }
  .menu ul li a {   
    display: block;
    text-decoration: none;
    color: #555;
    padding: 10px 10px 30px 10px;
    background: #ffffff;
    white-space: nowrap;
  }
  .menu ul li a:hover {
  /*  background:  #ffb600;*/
  }
  .menu li:hover ul {
    /* Ici l’affichage du sous-menu */
    display: block;
    position: absolute;
	

  }
  .menu li:hover li {
    float: none;

  }
  .menu li:hover a {
  /*  background:  #ffb600;*/

  } 
  
    .menu li:hover li a {
   color: #fff;
   background:  #002870;
  } 
  
  .menu li:hover li a:hover {
    background: #ffb600;
	 
  }


.content_menu {
	float: left;
	width: 274px;
	margin-top: -10px;
	margin-bottom: 15px;
}
	
.content_menu ul {	
	margin: 0px;
	padding: 0px;
	float: none;
}

.content_menu ul li {
	float: none;
	padding-bottom: 16px;
}


.content_menu ul li a {
	font-size: 14px;
	line-height: normal;
   color: #3c4890;
	text-align: left;
	text-decoration: none;
	background-image: url(../images/circle.png);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 20px;
}
	
.content_menu ul li a: hover {
   color: #33CC99;
}

  .label {
    border: 1px solid #000;
  }
  

#menu-left {
  padding:0;
  margin:0;
  list-style:none;
  text-align: center;
  width: 150px;
}
#menu-left ul {
  padding:0;
  margin:0;
  list-style:none;
  text-align: center;
}
#menu-left li {
   background-color:#444; 
  /* background-image:-webkit-linear-gradient(top, #729EBF 0%, #333A40 100%);
   background-image: linear-gradient(to bottom, #729EBF 0%, #333A40 100%);*/
   border-radius: 6px;
   margin-bottom:2px;
   box-shadow: 3px 3px 3px #999;
   border:solid 1px #333A40
}
#menu-left li li {
   max-height:0;
   overflow: hidden;
   transition: all .5s;
   border-radius:0;
   background: #DDDDDD;
   box-shadow: none;
   border:none;
   margin:0
}
#menu-left a {
  display:block;
  text-decoration: none;
  color: #fff;
  padding: 8px 0;
  font-family: verdana;
  font-size:1.2em
}
#menu-left ul li a, #menu-left li:hover li a {
  font-size:1em
}
#menu-left li:hover {
   background: #002870
}
#menu-left li li:hover {
   background: #999;
}
#menu-left ul li:last-child {
   border-radius: 0 0 6px 6px;
   border:none;
}
#menu-left li:hover li {
  max-height: 15em;
}



#panel-login {
  
 /* float:right;
  width:370px;*/
  
}

#panel-login label {
	float:right;
}

#panel-login button {
	float:right;
	padding: 3px 12px;
  margin-bottom: 0;
  margin-left:5px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  background-color: #002870;
  white-space: nowrap;
  color: #fff;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
#panel-login button:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
#panel-login button:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}


#panel-login input {
  float:right;
  width: 100px;
  height: 25px;
  padding: 2px 12px;
  margin-left:5px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
#panel-login input:focus  {
	border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

/***************************************************
				   SPECIFIC
***************************************************/

.logo {
	position: relative;
   float: left;
   width : 200px;
	left: 0px;
	/*top: 5px;*/
}

.clearing {
	clear: both;
	display: inline;
	width: 100%;
	height: 0;
	overflow: hidden;
}
 	
.button {
	width: 80px;
	height: 12px;
	position: relative;
	margin-top: 12px;
	padding: 9px;
	background-color: #3D4890;
	display: inline-block;
	color: white;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 12px/100% Arial, Helvetica, sans-serif;
}
	
.button: hover {
	background-color: #333333;
}

.button: active {
	position: relative;
	top: 1px;
}
.button2 {
	width: 98px;
	height: 27px;
	position: relative;
	margin-top: 12px;
	padding-top:3px;
	background-color: #3D4890;
	display: inline-block;
	color: white;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 12px/100% Arial, Helvetica, sans-serif;
}
	
.button2: hover {
	background-color: #333333;
}

.button2: active {
	position: relative;
	top: 1px;
}
#fade{
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index:1001;
    -moz-opacity: 0.7;
    opacity:.70;
    filter: alpha(opacity=70);
}
#light{
    display: none;
    position: absolute;
    top: 400px;
    left: 50%;
    width: 300px;
    height: 300px;
    margin-left: -150px;
    margin-top: -100px;                
    padding: 10px;
    border: 2px solid #CCC;
    background: white;
    z-index:1002;
    overflow:visible;
}
#fade2{
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index:1001;
    -moz-opacity: 0.7;
    opacity:.70;
    filter: alpha(opacity=70);
}
#light2{
    display: none;
    position: absolute;
    top: 400px;
    left: 50%;
    width: 320px;
    height: 230px;
    margin-left: -150px;
    margin-top: -100px;                
    padding: 10px;
    border: 2px solid #CCC;
    background: white;
    z-index:1002;
    overflow:visible;
}

.linkResult {
display: block;
    text-decoration: none;
    color: #002870;
	font-size:14px;
    padding: 12px 5px;
	font-weight:bold;
    background: #ffffff;
    white-space: nowrap;
}

.panel {
float:left; 
width:100%;
 margin-top: 30px;
  margin-bottom: 20px;
  background-color: #fff;
  /*border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);*/
}


.panel-round {
float:left; 
width:100%;
 margin-top: 30px;
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}


.panel-left {
  
  float:left;
  width:150px;
}
.panel-body {
  padding: 15px;
  float:left;
  width:750px;
}
.panel-heading {
   
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  text-transform: uppercase;
  
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

/*
.btn-tarif {
  display: block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
*/

.btn-tarif {
	border:none;
	padding:6px 10px 6px 0;
	border-radius:50%;
	background:#478bf9;
	font:bold 13px Arial;
	color:#fff;
	width:100px;
	height:50px;
	white-space: normal;
}
/*
.btn-tarif {
  width:80px;
  white-space: normal;
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}*/
.btn-tarif:focus,
.btn-tarif.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-tarif:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-tarif:active,
.btn-tarif.active,
.open > .dropdown-toggle.btn-tarif {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.form-group {
  /*margin-bottom: 15px;*/
  float:right;
}

#result {
 
 width:600px;
 margin:auto; 
	
}