.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.modal-backdrop.show {
    opacity: 1 !important;
}

.btn-poursuivre-site {
	font-size:0.9rem !important;
	color: #fff !important;
    background-color: #000000 !important;
    border-color: #000000 !important; 
	}


.modal-h {
	background-color: black;
	padding-right: 15px;
	padding-top: 5px;
}


/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to higher resolution desktops
*/

@media (min-width: 1025px) {
  
  /* CSS */
  body {
		background-repeat: no-repeat! important;
		background-attachment: fixed! important;
		background-position: center 0px! important;
	}
	#annonceOuvertureGrande {
		display: block;
	}
	#annonceOuverturePetite {
		display: none;
	}
	.modal-fullscreen {
		width: 80% !important;
		height: auto;
		max-width: 1280px !important;
	}
	
	.encartentete { padding-top:165px;}
  
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  
  /* CSS */
  body {
		background-image: none !important;
	}
	#annonceOuvertureGrande {
		display: block !important;
	}
	#annonceOuverturePetite {
		display: none !important;
	}
	.modal-fullscreen {
		width: 100% !important;
		height: auto;
	}
	.encartentete { padding-top:40px;}
}

/*
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  
  /* CSS - menu PC en mode paysage*/
	body {
		background-image: none !important;
	}
	.modal-fullscreen {
		width: 100% !important;
		height: auto;
	}
	.encartentete { padding-top:40px;}
}
 
/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (max-width: 767px) {
  
  /* CSS */
  body {
		background-image: none !important;
	}
	#annonceOuvertureGrande {
		display: block !important;
	}
	#annonceOuverturePetite {
		display: none !important;
	}
	.modal-fullscreen {
		width: 100% !important;
		height: auto;
	}
	
	.encartentete { padding-top:40px;}
  
}