@import url('https://fonts.googleapis.com/css?family=Raleway:400,700');
body {
	font-family: 'Raleway', sans-serif;
	color: #2c2c2c;
}
body.home{
	overflow-x: hidden;
}
a {
    color: #a21007;
    text-decoration: none;
}
a:hover {
    color: #fdc300;
 	text-decoration: none;
}
/*************************/
/*********HEADER**********/
/*************************/
header {
    
}
/*********NAVBAR**********/
.navbar {
	margin-bottom:0;
}
.navbar-default {
	background: #fff;
	border-top:0;
  padding: 0;
}
.navbar-fixed-bottom, .navbar-fixed-top {
  z-index:999;
}
.navbar-default .navbar-brand {
	padding: 5px 10px; 
  position: absolute;
  top:0;
  transition:  0.6s;
}
#cdjBtn {
  align-items: center;
  display: flex;
  display: -webkit-flex;
}
#cdjBtn img {
  width: 110px;
}
.navbar-default .container-fluid, .navbar-default .navbar-collapse, .navbar-right, .navbar-nav>li,.collapse.navbar-collapse.navbar-ex1-collapse {
  height: 100% !important;
}
.navbar-default .navbar-nav>li>a {
    text-transform: uppercase;
    font-size: 1.5rem;
    letter-spacing: 1px;
    height: 100%;
    align-items: center;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: -moz-flex;
  }
.navbar-default .navbar-nav>li>a:hover {
   background: #e3e3e2;
}
/*******BTN URGENCE*******/
#btn_urgence {
  z-index:1000;
  position: fixed;
  display:inline-block;
  width: 150px;
  top:0;
  right: 70px;
  height: 100%;
  background: #a21007;
  color: #fff;
  line-height: normal;
  transition: 0.3s;
  padding:  6rem 1rem;
  text-decoration: none;
  height:130px;
  text-align: center;
}
#btn_urgence:hover {
   background: #3d3d3c;
}
#btn_urgence span {
   color: #fdc300;
}
/***********INFOS**********/
.none {
  display:block;
}
#section3 .modal-dialog a {
  width: initial;
}
#infos {
  z-index:1000;
  position: fixed;
  display:inline-block;
  top:0;
  right: 0;
  height:130px;
  transition: .25s ease-out;
   font-size: 5rem;
}
#menu_haut.short #infos {
  height:74px;
  line-height:74px;
  transition: .25s ease-out;
  font-size: 5rem;
}
#menu_haut.short #btn_urgence {
  height:74px;
  transition: .25s ease-out;
  padding-top: 2rem !important;
  padding-bottom:   1rem;
}
#menu_haut.short .navbar-default .container-fluid, .navbar-default .navbar-collapse, .navbar-right, .navbar-nav>li {
  height:74px;
}
.btn-primary {
   border: 0;
   background: #fdc300;
   color:#3d3d3c;
}
.btn-primary:hover, .btn-primary.focus, .btn-primary:focus, .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover{
   background: #3d3d3c;
   color: #fdc300;
   border:0 !important;
}
.btn-group-lg>.btn, .btn-lg {
   border-radius:0;
}
.modal-content, #section3 .modal-content {
   border-radius:50%;
   background: #3d3d3c;
   color: #fff;
   width: 600px;
   height: 600px;
   padding:3rem:;
   text-align: center !important;
}
.modal-content p {
  margin-bottom: 1rem;
}
.modal-header {
   border-bottom: 0;
}
.home .modal-content h2 , .not-home .modal-content h2 {
   font-size: 3rem !important;
   letter-spacing: 0;
   padding-top: 0;
   margin-bottom:0;
   margin-top: 3rem;
   color: #fdc300;
   text-transform: uppercase;
}
.not-home .modal-content h3 {
  float:none;
  border: none;
  text-align:center;
  margin-right: 0;
  margin-bottom:0;
  text-transform: uppercase;
}
.home .modal-content a.btn.btn-default, .not-home .modal-content a.btn.btn-default {
  position: initial;
   color:#fdc300 !important;
   border-color:#fdc300 !important;
  margin-top:0;
  margin-bottom:2rem;
}
.modal-content .col-md-6:first-child {
  border-right: 5px dotted #fdc300;
}
.close {
  float: none; 
  display:block;
  width: 60px;
  height:60px;
  border: 2px solid #fdc300 !important;
  border-radius: 50%;
  font-size: 41px;
  font-weight: 100;
  color: #fdc300;
  opacity: 1; 
  margin:auto;
  text-shadow: initial;
  transition: 0.6s;
}
.close:hover {
  border: 2px solid #fff !important;
  color: #fff;
  opacity:1;
}
.modal-backdrop{
   z-index: 1000;
}
/******MEGA-DROPDOWN*******/

.mega-dropdown {
    position: static !important;
}
.mega-dropdown-menu {
	padding: 0;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
    top: 99%;
    left: -1px !important;
    background: #e3e3e2;
}
.mega-dropdown-menu [class^="col"] li:last-child a {
	border: none;
}
.mega-dropdown-menu [class^="col"] li a {
	padding:1rem;
}
.mega-dropdown-menu.dropdown-menu a {
    display: block;
    color: #3d3d3c;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.5s ease;
    font-size: 1.4rem;
    display: flex;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-basis: 100%;
    height:100%;
}
.mega-dropdown-menu.dropdown-menu a.btn.btn-default {
    display: inline-block;
    padding: 6px 12px;
    height: initial;
}
.mega-dropdown-menu.dropdown-menu a:hover {
	background-color: #8e8d8b;
	color: #e3e3e2;
}
.mega-dropdown-menu.dropdown-menu a.btn:hover {
	background-color: #ddd !important;
	color: #A21008;
}
.mega-dropdown-menu a {
    font-size: 12px;
}
ul.dropdown-menu.mega-dropdown-menu{
    text-align:center;
}
.dropdown-menu.mega-dropdown-menu li {
   list-style: 	none;
   width: calc(100% / 3);
   float:left;
   height:100%;
}
#menu5 .dropdown-menu.mega-dropdown-menu li{
   list-style:  none;
   width: 20%;
   float:left;
}
.dropdown-menu>li>a{
   white-space: normal;
}
#drop-etude li:last-child {
	background: white;
}
/************menu réduit***********/
#menu_haut {
    transition: .25s ease-out;
    padding-right: 220px !important;
    height:130px;
    line-height: 130px;
}
#menu_haut.short {
    padding:0 ;
    height: 75px;
}
.navbar-brand {
  background: url(../images/logo.png) 5px 5px no-repeat;
  height: 130px;
  width: 220px;
}
#menu_haut.short  .navbar-brand {
  background: url(../images/logo-p.png) 5px 5px no-repeat;
}
#menu_haut.short .navbar-brand {
  margin-top:0;
}
#menu_haut.short > .navbar-default .navbar-nav>li>a{
  padding-top: 0 !important;
  padding-bottom: 5px;
}

/*************************/
/*********CONTENT*********/
/*************************/
h1 span {
	position:absolute;
	top: -1200px;
}
.btn.btn-default {
	background-color: transparent;
	border: 3px solid #2c2c2c;
	border-radius: 0;
	padding:2rem 4rem;
	text-transform: uppercase;
	font-weight: bold;
	transition: 0.3s;
	letter-spacing: 1px;
  margin-top: 3rem;
}
.btn.btn-default:hover {
	background-color: #2c2c2c;
	color: #fdc300;
}
.not-home #texte {
  margin-top: 124px;
  min-height: calc(100vh - 195px);
}
.not-home h1 {
  display:block;
  width: inherit !important;
  color: #212121;
  margin: 0 !important;
  background: rgba(256,256,256,0.4);
  padding: 2rem;
  top:25%;
}
.not-home h2 {
  font-size: 4rem !important;
  color: #a21007;
  margin-bottom:4rem;
}
.not-home #section3 h2 {
  color: #2c2c2c;
  text-transform: uppercase;
  margin: 6rem;
}
.not-home h3 {
  float:left;
  margin-top:0;
  margin-bottom:4rem;
  border-right: 2px solid #fdc300;
  margin-right: 4rem;
}
#tab_mentions_legales + div h3 {
  float: none;
  display: inline-block;
  margin: 30px 0 15px;
  padding-right: 10px;
}

.citation  {
  text-transform: uppercase;
  font-size: 2rem;
  color: #a21007;
  text-align: center;
}
.customList,
.cdj-content ul  {
  -webkit-padding-start: 20px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.customList li,
.cdj-content ul li {
    position: relative;
    padding: .5em 0;
    padding-left: 30px;
    list-style: none;
}
.customList li:before,
.cdj-content ul li:before {
    display: block;
    position: absolute;
    content: '';
    height: 10px;
    width: 10px;
    background-color: #fdc300;
    border-radius: 50%;
    left: 0;
    top: 11px;
}
.illustration {
    align-items: center;
    display: flex;
      height: 400px;
}
#illustration1 {
  background: url(../images/illustration1.jpg) no-repeat center center;
  background-size: cover;
}
#illustration2 {
  background: url(../images/illustration2.jpg) no-repeat center center;
  background-size: cover;
}
#illustration3 {
  background: url(../images/illustration3.jpg) no-repeat center center;
  background-size: cover;
}
#illustration4 {
  background: url(../images/illustration4.jpg) no-repeat center center;
  background-size: cover;
}
#illustration5 {
  background: url(../images/illustration5.jpg) no-repeat center center;
  background-size: cover;
}
#illustration6 {
  background: url(../images/illustration6.jpg) no-repeat center center;
  background-size: cover;
}
#illustration7 {
  background: url(../images/illustration7.jpg) no-repeat center center;
  background-size: cover;
}
#illustration8 {
  background: url(../images/illustration8.jpg) no-repeat center center;
  background-size: cover;
}
#illustration9 {
  background: url(../images/illustration9.jpg) no-repeat center center;
  background-size: cover;
}
#illustration10 {
  background: url(../images/illustration10.jpg) no-repeat center center;
  background-size: cover;
}
#illustration11 {
  background: url(../images/illustration11.jpg) no-repeat center center;
  background-size: cover;
}
#illustration12 {
  background: url(../images/illustration12.jpg) no-repeat center center;
  background-size: cover;
}
#illustration13 {
  background: url(../images/illustration13.jpg) no-repeat center center;
  background-size: cover;
}
#illustration14 {
  background: url(../images/illustration14.jpg) no-repeat center center;
  background-size: cover;
}
#text-contenu {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 6rem;
}
.customWrap {
  width: 80%;
  margin: 4rem auto;
}
/******LISTE CONSTATS*****/
#list_constats {
  background: #ddd;
  position: absolute;
  right: -4.6rem;
  top: 0;
  height: 100%;
  padding: 3rem;
  text-align:center;
}
#list_constats h2 {
  color:#3d3d3c;
  font-size: 3rem !important;
  text-transform: uppercase;
  
}
#list_constats h3 {
  float:none !important;
  text-align: center !important;
  border: 0 !important;
  margin-right: 0;
}
/*************************/
/*********ACCUEIL*********/
/*************************/
#section1, #section2 {
    position: relative;
    z-index:998;

}
#section2 {
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    font-size:2rem;
}

#section1, #section2, #section3 {
      align-items: center;
    display: flex;
    height:100vh;
}
@-webkit-keyframes MOVE-BG {
  from {
    background-position: -4500px 0px;
    left: 0;
  }
  to { 
    background-position: -10000174px 0px;
    left: 0;
  }
}
#section1 {
	width: 100%;
	height: 100vh;
  text-align: center;
	overflow:hidden;
}
.home a.btn.btn-default  {
	z-index: 10;
	position: relative;
	top: 60%;
	margin:auto;
	border-color: #212121;
	color: #212121; 
  margin-top: 6rem;
}
a.btn.btn-default:hover  {
	background-color:  #212121;
	color: #fdc300 !important;
}
#normandie {
	position: absolute;
	top: 0;
  left:0;
  width:100%;
	height: 100vh;
  background: url(../images/normandie.jpg)  repeat-x 5% 5%;
  background-size: cover;
  -webkit-animation-name: MOVE-BG;
  -webkit-animation-duration: 100000s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
}
.home h1, .not-home h1 {
	z-index: 10;
	position: inherit;
	display: block;
	width: 100% !important;
	top: 20%;
	text-align:center;
	text-transform: uppercase;
	letter-spacing: 5px;
	font-size: 4.5rem;
	color: #212121;
}
.home h1 {
  position: relative;
  font-size: 6.5rem !important;
}
.home h2 {
  margin-top: 0;
  margin-bottom: 4rem;
	padding-top: 10%;
	text-align:center;
	text-transform: uppercase;
	letter-spacing: 5px;
	font-size: 6.5rem;
}
.home h3 {
	text-align:center;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 2rem;
}
#section2 {
	margin-top:124px;
    background: #fff;
}
#section3 {
    background: #eaeaeb;
    text-align:   center;
    height: calc(100vh - 69px);
}
#section3 .row a {
	text-decoration: none;
}
#section3 .row [class^="icon-"], #section3 .row [class*=" icon-"], #list_constats [class^="icon-"], #list_constats [class*=" icon-"]{
  font-size: 6rem;
  color: #3d3d3c;
  margin-top: 3rem;
  position: relative ;
  z-index:   9;
}
#section3 h3 {
  font-size: 1.5rem;
  color: #3d3d3c;
  z-index:  10;
  margin-top: 3rem;
  margin-bottom:  8rem;
}
#section3 .modal h3 {
  margin-bottom: 1rem;
  color: #fdc300;
}
 #list_constats a  {
  margin-bottom: 2rem;
  color: #fdc300;
  text-decoration:  none;
}
#section3 .modal h3:after {
    display:  none !important;

}
#section3 h3:after, #list_constats h3:after{
    content:'';
    position: absolute;
    display:block;
    background: #fdc300;
    border-radius:  50%;
    width: 20px;
    height: 20px;
    margin: 2rem auto 4rem auto;
    transition:   0.8s;
    bottom:0;
     left: 20%;
    right:20%;
}
#section3 .row a:hover h3:after,  #list_constats [class^="icon-"] a:hover h3:after, #list_constats [class*=" icon-"] a:hover h3:after{
    width: 90px;
    height: 90px;
    z-index:1;
    bottom: 42%;
    left: 20%;
    right:20%;
}
.not-home #section3 {
  height: inherit ;
}
.not-home #section3 h3 {
  border:0;
  float: none;
  margin-right: 0;
}
#ancre1, #ancre2, #ancre3,  #ancre4 {
  display:block;
  position: absolute;
  background-color: #ddd !important;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  left:  calc(50% - 35px);
  font-size: 4rem !important;
  color: #3d3d3c;
  text-decoration:  none;
}
#ancre1 {
	position: absolute;
	bottom:0;
  ms-transform: rotate(180deg); /* IE 9 */
  -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
  transform: rotate(180deg);
}
#ancre2 {
	margin-top: 75px;
  top:0;
}
#ancre3 {
	margin-bottom: 0;
  bottom:0;
  ms-transform: rotate(180deg); /* IE 9 */
  -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
  transform: rotate(180deg);
}
span.icon-bas, span.icon-haut{
  margin-top: inherit;
  font-size: 50px;
  display:inline-block;
  vertical-align:middle;
  font-size: 4rem;
  animation:anim_ancre .5s ease infinite alternate;
  background-color: transparent;
  color: #2a2a2a;
}
#ancre1:hover:before, #ancre2:hover:before, #ancre_3:hover:before, #ancre4:hover:before{
  transform: scale(1.2);
}
#ancre1 .icon-arrow:before, #ancre2 .icon-arrow:before, #ancre3 .icon-arrow:before, #ancre4 .icon-arrow:before {
    display:block;
}
#ancre1:hover > span, #ancre2:hover > span, #ancre3:hover > span, #ancre4:hover > span{
   animation:anim_ancre .3s ease infinite alternate;
}
#ancre1 [class^="icon-"], #ancre1  [class*=" icon-"], #ancre2 [class^="icon-"], #ancre2  [class*=" icon-"], #ancre3 [class^="icon-"], #ancre3  [class*=" icon-"], #ancre4 [class^="icon-"], #ancre4  [class*=" icon-"] {
  margin:0;
}

@keyframes anim_ancre{
     from {transform: translateY(0);}
     to   {transform: translateY(5px);} 
}
#etape1, #etape2, #etape3{
   width: 300px;
   height: 300px;
   border-radius:50%;
   background-color: #ddd;
   text-align: center;
   line-height: 300px;
   margin: auto;
   transition: 0.6s;
   margin-bottom: 2rem;
}
#etape1:hover, #etape2:hover, #etape3:hover{
   transform: rotate(25deg);
}

#etape1 img, #etape2 img, #etape3 img {
   margin:auto;
   padding-top: 6rem;
}
.modal-body a {
	color: #fdc300;
}
.modal-body a.btn.btn-default {
   width: initial !important;
   float:none !important;
}

/*************************/
/*********FOOTER***********/
/*************************/
footer {
  z-index:10;
	background: #fff;
	width: 100%;
  height: 69px;	
  line-height: 69px;
  border-top: 1px solid #ddd;
}
.home footer {
  position:fixed !important;
  bottom:0;
}
footer a {
	color: #3d3d3c;
}
footer a:hover {
	color: #a21007;
}

/*************************/
/*********MODULES*********/
/*************************/
#steps li.done a .number {
    background-color: rgba(224, 7, 18, 0.5);
    color: #fff;
}
#steps li.current {
    color: #000;
}
#steps li.current .number {
    background-color: #e00712;
    border-color: #e00712;  
    color: #fff;
}
#steps li.disabled .number {
    background-color: #eee;
    color: #aaa;
}
legend {
    color: #337ab7;
} 
@media only screen and (min-width:768px) {
    #steps li .number:after {
        background-color: #ddd;
    }
    #steps li.current .number:after {
        background-color: #e00712;
    }
    #steps li.current .number:before {
        background-color: rgba(224, 7, 18, 0.5);
    }
    #steps li.done a:hover .number, 
    #steps li.done a:active .number {
        background: #e00712;
        color: #fff;
    }
    #steps li.done span.number:after {
        background-color: rgba(224, 7, 18, 0.5);
    }
}

/*************************/
/*********RESPONSIVE******/
/*************************/

/*==========  Mobile First Method  ==========*/
@media only screen and (min-width : 320px) {
   .navbar-default .navbar-nav>li>ul>li>a {
    background: #fff;

  }
  .navbar-default .navbar-nav>li>a {
    text-transform: uppercase;
    color: #3d3d3c;
    text-align:center;
    transition: 0.3s;
    font-size: 1.3rem;
    padding: 15px;
  }
  #menu_haut.short .navbar-default .navbar-nav>li>a{
    padding-top:0 !important;
    line-height:  74px
  }
}
@media only screen and (min-width : 480px) {


}
@media only screen and (min-width: 768px) {

   .navbar-brand, #menu_haut.short  .navbar-brand {
    background-size: 150px;
  }
  #section3 .row a {
    width: 33.33%;
  }
  .navbar-default .navbar-nav>li>a {
    font-size: 1rem;
    letter-spacing: 0;
    padding: 7px;
  }
  #menu_haut,#btn_urgence, #infos{
   height: 100px;

  }
   #btn_urgence {
    font-size: 1.2rem;
    width: 100px;
    right: 44px;
  }
  #menu_haut {
    padding-right: 140px !important;
  }
  #infos{
    font-size: 3rem;
    padding: 7px;
  }
}
@media only screen and (min-width: 992px) {
  .navbar-brand, #menu_haut.short  .navbar-brand {
    background-size: 170px;
  }
 .navbar-default .navbar-nav>li>a {
    font-size: 1.1rem;
    letter-spacing: 0;
  }
   .navbar-default .navbar-nav>li>a {
    font-size: 1.1rem;
    letter-spacing: 0;
    padding: 10px;
  }
   #menu_haut {
    padding-right: 194px !important;
  }
   #menu_haut,#btn_urgence, #infos{
   height: 130px;

  }
     #btn_urgence {
    font-size: 1.2rem;
    width: 130px;
    right: 64px;

  }
  #section3 .row a {
      float: left;
      width: 20%;
  }
  #infos{
    font-size: 5rem;
  }
}
@media only screen and (min-width : 1200px) {
   #menu_haut,#btn_urgence, #infos{
   height: 130px;

  }

  #menu_haut.short .navbar-default .navbar-nav>li>a {
   line-height: 50px !important;
}
  .navbar-brand {
    background: url(../images/logo.png) 5px 5px no-repeat;
    height: 124px;
    width: 220px;
  }
  .navbar-default .navbar-nav>li>a {
    font-size: 1.3rem;
    letter-spacing: 0;
  }
}
  @media only screen and (min-width : 1400px) {
  .home h1 {
    font-size: 10rem;
  }
}
/*==========  Non-Mobile First Method  ==========*/

@media only screen and (max-width : 1199px) {

}
@media only screen and (max-width : 991px) {
  #btn_urgence{
   padding-top: 3rem;
  }
  .not-home #texte {
    margin-top: 100px;
    min-height: calc(100vh - 100px);
  }
  .none {
    display:none;
  }
   .modal-content .col-md-6:first-child {
    border-right: 0;
  }
  footer {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width : 767px) {
  .btn.btn-default {
    padding: 1rem;
   }
  #normandie {
   height: 50vh;
   }
  .col-md-5 {
   width: initial;
   }
  #section1, #section2, #section3 {
    display: block;
  }
  #section3 .row a {
    width: 100%;
  }
 #menu_haut.short .navbar-default .container-fluid, .navbar-default .navbar-collapse, .navbar-right, .navbar-nav>li {
    height: initial;
  }
  .navbar-nav.navbar-right {
      margin-left: -15px;
      margin-right: -15px;
      background: #ddd;
  }
  .navbar-default .navbar-nav>li>a {
      text-align: center;
      text-transform: uppercase;
  }
	/*Formulaires responsive avec tableau*/
	form table {
		width: 95% !important;
	}
	form table a {
		display: block;
		float: none !important;
	}
	table:after {
		display: block;
		clear: both;
		content: "";
	}

	form table input[type="text"], 
	form table input[type="file"], 
	form table select, 
	form table textarea {
		width: 90% !important;
		float: none !important;
		display: block;
	}
	form table, 
	form table tbody, 
	form table tr, 
	form table td {
		display: block;
		width: 100% !important;
		padding: 0;
		clear: both;
		height: auto;
	}
	form table td {
		text-align: left !important;
		padding-left: 2.5% !important;
	}
	.rubrique {
		height: auto !important;
	}
	/*Correctif compétences territoriales*/
	#list_com table#tab_comp,
	#list_com table#tab_comp tbody,
	#list_com table#tab_comp tr,
	#list_com table#tab_comp td {
		width: 100% !important;
		display: block;
	}
	#s_com {
		width: 100% !important;
	}
  #section1, #section2, #section3 {
    height: initial;
  }
   #section1 {
    margin-top: 58px;
  }
  #section2{
    margin-top: 0;
  }
  #ancre1, #ancre2, #ancre3, #ancre4 {
    display:none;
  }
  .home h1, .home h2,.not-home h1 {
    font-size:3rem !important;
    margin-top: 4rem;
    letter-spacing: 0;
  }
  .home a.btn.btn-default {
   top: inherit;
   left: inherit ;
  }
  .home h2 {
   margin-top: 0;
  }
  .home footer, .not-home footer {
    position: relative !important;
    float: left;
    text-align: center;
    line-height: 3rem;
  }
  
  #infos {
    position: fixed;
    top: 0;
    width: 50px;
    height: 50px;
    padding: 1rem;
    left:0;
  }
  .btn.btn-default {
      font-size: 1.5rem;
      width: 90%;
      white-space:  normal; 
   }
  .home a.btn.btn-default {
    margin-bottom:2rem;
  }
 
  #infos{
    right: 74px;
    width: 74px;
   }
    #infos{
    height: 74px;
   }
   #btn_urgence{
    display:none;
   }
   .modal-content {
    margin:0 !important;
    width: 100%;
    height: 100%;
    border-radius: 0
   }
   .modal-dialog {
    margin:0 !important;
   }
  .modal-content p {
    margin-bottom: 1rem;
  }
  .navbar-toggle {
    margin: 0;
    height: 74px;
    width: 74px;
    border-radius: 0;
    background: #3d3d3c;
    border:0;
   }
   .navbar-default .navbar-toggle .icon-bar {
    color: #fdc300;
    margin: 4px auto;
   }
  #menu_haut{
    padding-right:0 !important;
   }
  .navbar-nav {
    margin:0;
  }
  .dropdown-menu.mega-dropdown-menu li{
    width:100%;
  }
  .navbar-brand, #menu_haut.short  .navbar-brand {
    position: absolute !important;
    background: url(../images/logo-pp.png) center 5px no-repeat;
    height: 90px;
    width: 70px;
  }
  .navbar-header{
    text-align: center;
  }
  .mega-dropdown-menu.dropdown-menu a {
    height: initial;
    padding:4rem;
  }
  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    padding:2rem;
  }
   .navbar-default .navbar-brand {
    position: relative;
    left: inherit;
    }
    .not-home #texte {
        margin-top:74px;
    }
    #menu_haut {
        height:74px;
    }
    .navbar-default .container-fluid, .navbar-default .navbar-collapse, .navbar-right, .navbar-nav>li,.collapse.navbar-collapse.navbar-ex1-collapse {
      height: initial !important;
    }
    .navbar-default .navbar-nav>li>a{
      line-height: initial !important;
    }
    #section3 h3:after, #list_constats h3:after{
        display:none;    }
    #section3 .row a:hover h3:after,  #list_constats [class^="icon-"] a:hover h3:after, #list_constats [class*=" icon-"] a:hover h3:after {
     
      bottom: 42%;
      left: 20%;
      right:20%;
  }
  img {
    width: 100%;
  }
  #facebook{
    width:auto;
  }
}

@media only screen and (max-width : 479px) {
	.form_extranet div {
		width: auto !important;
	}
}
@media only screen and (max-width : 319px) {
	
}
@media only screen and (min-height : 1000px) {
  .home h1 {
    margin-top: 40%;
  }
  .home h2 {
    padding-top: 12%;
  }
}
@media only screen and (max-height : 999px) {

  #etape1, #etape2, #etape3 {
    width: 175px;
    height: 175px;
  }
  #etape1 img, #etape2 img, #etape3 img {
    width: 70%;
    padding-top: 3rem;
  }
  .home a.btn.btn-default {
    margin-top:3rem;
  }
  #section2{
   font-size: 1.5rem
  }
}
@media only screen and (max-height : 767px) {

  #etape1, #etape2, #etape3 {
    width: 150px;
    height: 150px;
  }
  .home a.btn.btn-default{
    margin-top:3rem;
  }
  
}
