/* style.css
------------
www.imagerie-golfe-de-saint-tropez.fr

administré par
--------------
connected.ovh

realise par 
-----------
nicolascouvrat@gmail.com*/

body
{
	font-family: Arial;
	color: #1E90FF;
	background: radial-gradient( #5D9FFF 0%, #B8DCFF 48%, #6BBBFF 100%)fixed;
}
a
{
	text-decoration:none;
	color: #1E90FF;
}

#Bienvenue
{
  animation-duration: 4s;
  animation-name: slidein;
  animation-iteration-count: 1;
  animation-direction:normal;
}
@keyframes slidein {
  from {
    margin-left: 100%;
    width: 300%; 
  }

  to {
    margin-left: 0%;
    width: 100%;
  }
}

h1
{
		color:white;
		text-align:center;
		text-transform: uppercase;
		text-shadow:1px 1px 1px rgba(0,0,0,0.4);
		font-size: 1.9em;
}
#topsection
{
	border-radius: 5px;
	display: flex;
	flex-direction :column;
	box-shadow: 0px 4px 4px #1c1a19;
	background:url('images/bandeau clocher2.jpg');
	height: 110px;
}

header h1
{
    font-family:"Arial";
	font-size: 2em;
	text-shadow:1px 2px 0 rgba(0,0,0,0.4),
				-1px -2px 0 rgba(255,255,255,1);
    font-weight: normal;
    margin: 0 0 0 10px;
}

ul
{
	list-style-type: none;
	max-width: 100px;
	text-align: center;
	margin:10px;
	padding: 0;
	padding-right:0px;
	float: right;
	padding-top: 0px;
	opacity: 0.7;
	align-items: 
	
}
nav li
{
	border:solid 1px;
	transition: transform .2s;
	background: white;
	border-radius:4px;
	color: black;
	margin:2px;
	padding:2px;
	margin-top: 0px;
}
nav a
{
    font-size: 1.1em;
    text-decoration: none;
}
nav li:hover
{
    color: black;
    border-radius: 4px ;
	transform: scale(1.3);
	background: #00BFFF;	
}


#banniere_image
{
    margin-top: 15px;
    height: 200px;
    border-radius: 5px;
    background: url('images/cogolin.jpg') no-repeat left 50%, url('images/stropez.jpg') no-repeat right 50%;
    position: relative;
    margin-bottom: 25px;
}

#banniere_description
{
    position: absolute;
    top: 0;
    border-radius: 5px 5px 0px 0px;
    width: 99.5%;
    height: 25px;
    padding-top: 0px;
    padding-left: 4px;
    background-color: rgba(24,24,24,0.5);
    color: yellow;
    font-size: 1em;
	transform; 0;
    text-align: center;
}

.bouton_rouge
{
    height: 20px;
    position: absolute;
    right: 5px;
    top: 0px;
    background: url('images/fond_degraderouge.png') repeat-x;
    border: 1px solid #760001;
    border-radius: 5px;
    font-size: 1em;
    text-align: center;
    padding: 3px 8px 0px 8px;
    color: white;
    text-decoration: none;
}

	.slider {
		width: 356px;
		overflow: hidden;
		margin: auto;
	}
	.slides {
		width: calc(356px * 8);
		animation: glisse 30s infinite;
	}
	.slide {
		float: left;
	}
	@keyframes glisse {
		0% {
		transform: translateX(0);
		}
		12.5% {
		transform: translateX(-356px);
		}
		15% {
		transform: translateX(-356px);
		}
		25% {
		transform: translateX(-712px);
		}
		27.5% {
		transform: translateX(-712px);
		}
		37.5% {
		transform: translateX(-1068px);
		}
		40% {
		transform: translateX(-1068px);
		}
		50% {
		transform: translateX(-1424px);
		}
		52.5% {
		transform: translateX(-1424px);
		}
		62.5% {
		transform: translateX(-1780px);
		}
		75% {
		transform: translateX(-2136px);
		}
		77.5% {
		transform: translateX(-2136px);
		}
		87.5% {
		transform: translateX(-2492px);
		}
		90% {
		transform: translateX(-2492px);
		}
		100% {
		transform: translateX(0);
		}
	
	}

#blockadress
{
	display:flex;
	flex-wrap: wrap;
	justify-content:space-around;
	border-radius:5px;
	
}
#containergauche
{
	display:flex;
	flex-direction: column;
	justify-content: space-around;
	opacity: 1;
	list-style:none;
	height:1100px;
	margin-top: 30px;
	margin-bottom: 30px;
}
#containercentral
{
	display:flex;
	flex-direction: column;
	justify-content: space-around;
	min-height: 1000px;
	
	
}

#containerdroite
{
	display:flex;
	flex-direction: column;
	justify-content: space-around;
	border-radius:10px;
	margin-top: 30px;
	margin-bottom: 30px;
}

h3
{
	background:white;
	text-align: center;
	padding-bottom: 0;
}

.element
{
	border:1px solid ;
	border-radius: 5px;
	background:white;	
}
.elementG
{
	border:1px solid;
	border-radius: 5px ;
	padding:5px;
	background:white;
	opacity:1;
	font-weight: bold;
}
.elementG:nth-child(2)
{
	background :url(images/cogolinEntree6.jpg);
	min-height: 240px;
	box-shadow: 0px 4px 4px #1c1a09;
	border: none;
}

.elementG:nth-child(3)
{
	text-align: center;
	opacity:0.8;
	
}
.elementG:nth-child(4)
{
	opacity:0.8;	
}
.elementG:nth-child(5)
{
	opacity:0.8;	
}
.elementG:nth-child(6)
{
	opacity:0.8;	
}
.elementG:nth-child(7)
{
	opacity:0.8;	
}
.elementG:nth-child(8)
{
	border-radius: none;
	padding:0;
	box-shadow: 0px 4px 4px #1c1a09;
	border: none;
}

.elementC
{
	border-radius: 5px ;
	background:white;
	box-shadow: 0px 4px 4px #1c1a09;
	padding : 10px;
	transition: transform .2s;
	text-align: center;
	min-height : 30px;
	font-weight: bold;
	padding-top: 20px;
}
.elementC:hover
{
	transform: scale(1.3);
	color: black;
	background: #00BFFF;
}

#overlay1{
    display: none;
    position: fixed;
    top:0; right:0; bottom:0; left:0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}
#overlay1:target{
    display: block;
}
.popup_block1{
    background:url(images/bras640.jpg)no-repeat;
    padding: 20px;
    border: 2.5px solid #ddd;
    position: relative;
    margin: 2.5% auto;
    width: 360px;
	height: 490px;
	
    box-shadow: 0px 0px 20px #000;
    border-radius: 10px;
	text-shadow:1px 1px 1px rgba(0, 0, 0, 1);
	text-align: center;
	color:white;
}

#overlay2{
    display: none;
    position: fixed;
    top:0; right:0; bottom:0; left:0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}
#overlay2:target{
    display: block;
}
.popup_block2{
    background:url(images/interv2.png)no-repeat;
    padding: 0px;
    border: 2.5px solid #ddd;
    position: relative;
    margin: 2.5% auto;
    width: 530px;
	height: 507px;
	
    box-shadow: 0px 0px 20px #000;
    border-radius: 10px;
	text-shadow:1px 1px 1px rgba(0,0,0,1);
	text-align: center;
	color:white;
}
#overlay3{
    display: none;
    position: fixed;
    top:0; right:0; bottom:0; left:0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}
#overlay3:target{
    display: block;
}
.popup_block3{
    background:url(images/echographie2.jpg)no-repeat;
    padding: 20px;
	padding-top: 5px;
    border: 2.5px solid #ddd;
    position: relative;
    margin: 10% auto;
	height: 360px;
	width: 360px;
	
    box-shadow: 0px 0px 20px #000;
    border-radius: 10px;
	text-align: center;
	color: #FFF;
	text-shadow:1px 1px 1px rgba(0,0,0,1);
	
}
#overlay4{
    display: none;
    position: fixed;
    top:0; right:0; bottom:0; left:0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}
#overlay4:target{
    display: block;
}
.popup_block4{
    background:url(images/Osteodensitomètrie.jpg)no-repeat;
    padding: 20px;
    border: 2.5px solid #ddd;
    position: relative;
    margin: 10% auto;
    width: 360px;
	height: 201px;
	
    box-shadow: 0px 0px 20px #000;
    border-radius: 10px;
	text-align: center;
	color: white;
	text-shadow:1px 1px 1px rgba(0,0,0,0.4);
	
}

#overlay5{
    display: none;
    position: fixed;
    top:0; right:0; bottom:0; left:0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}
#overlay5:target{
    display: block;
}
.popup_block5{
    background:url(images/scanner2.jpg)no-repeat;
    padding: 20px;
    border: 2.5px solid #ddd;
    position: relative;
    margin: 10% auto;
    width: 360px;
	height: 227px;
	
    box-shadow: 0px 0px 20px #000;
    border-radius: 10px;
	text-align: center;
	text-shadow:1px 1px 1px rgba(0,0,0,0.4);
	color:white;
}

#overlay6{
    display: none;
    position: fixed;
    top:0; right:0; bottom:0; left:0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}
#overlay6:target{
    display: block;
}
.popup_block6{
    background:url(images/irm.jpg)no-repeat;
    padding: 20px;
    border: 2.5px solid #ddd;
    position: relative;
    margin: 10% auto;
    width: 360px;
	height: 360px;
	
    box-shadow: 0px 0px 20px #000;
    border-radius: 10px;
	text-align: center;
	text-shadow:1px 1px 1px rgba(0,0,0,1);
	color:white;
}
img.btn_close {
    float: left;
    margin: -28px 0 0 -28px;
}

.elementD
{
	border:1px solid;
	border-radius: 5px ;
	padding:5px;
	background:white;
	opacity:0.9;
	font-weight: bold;
}
.elementD:nth-child(2)
{
	background :url(images/stropezCabinet1.jpg);
	height: 240px;
	box-shadow: 0px 4px 4px #1c1a09;
	border: none;
}

.elementD:nth-child(3)
{
	text-align: center;
}
.elementD:nth-child(6)
{
}
.elementD:nth-child(8)
{
	border-radius: none;
	padding:0;
	box-shadow: 0px 4px 4px #1c1a09;
	border: none;
}

#redirection
{
	display : flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin-top: 50px;
	margin-bottom: 50px;
	font-size: 1.25em;
}
#resultatcogo
{
	border-radius: 5px ;
	background:white;
	margin: 10px;
	transition: transform .2s;
	min-width: 400px;
	min-height: 50px;
	max-height: 60px;
	text-align: center;
	padding-top: 8px;
	font-weight: bold;
	
	animation: allblink 4s infinite;
}

#resultatcogo:hover
{
	transform: scale(1.25);
	color: black;
	background: #00BFFF;
}
#divvider
{
	min-width:218px;
	max-height: 60px;
	min-height: 30px;
	border-radius: 5px ;
	padding : 0.5px;
	text-align: center;
	
}

.resultatstropez
{
	border-radius: 5px ;
	background:white;
	box-shadow: 0px 4px 4px #1c1a09;
	margin: 10px;
	transition: transform .2s;
	min-width: 400px;
	min-height: 50px;
	max-height: 60px;
	text-align: center;
	padding-top: 8px;
	font-weight: bold;
	
	animation: allblink 4s infinite;
}

#resultats08122025
{
	border-radius: 5px ;
	background:orange;
	box-shadow: 0px 4px 4px #1c1a09;
	margin: 10px;
	transition: transform .1s;
	min-width: 400px;
	min-height: 50px;
	max-height: 60px;
	text-align: center;
	padding-top: 8px;
	font-weight: bold;
	
	animation: archiveBlink 2s infinite;
}

.blink {
  padding:30px;
  border-radius:50%;
  display:table-cell;
  vertical-align:middle;
  text-align:center;
 
  color:red; 
  background-color:pink; 
  animation: allblink 2s infinite;
}

@keyframes allblink { 
	0% { }
	50% { color:white; background-color:#008000; } 
}


@keyframes archiveBlink { 
    0%, 100% { 
        color: white; 
        text-shadow: 1px 1px 2px #000; 
        background-color: orange; 
    }
    50% { 
        color: #000; 
        background-color: #008000; 
        text-shadow: none; 
    } 
}

.resultatstropez:hover
{
	transform: scale(1.25);
	color: black;
	background: #00BFFF;
}

#resultats08122025:hover
{
	transform: scale(1.25);
	color: black;
	background: #00BFFF;
}


.faceb
{
	display: flex;
	flex-wrap: wrap;
	justify-content:space-around;
	flex-direction: align;
	margin-top:100px;
}

#azur1fond
{
	border-radius: 4px;
	width:90%;
	padding:1%;
	background: linear-gradient(to right, #00BFFF, #0000FF);
	color: black;
	border: 1px solid black;
}
#azur1
{
	font-size: 2em;
	font-style: bold;
	color: #00BFFF;
}
#azur2fond
{
	border-radius: 4px;
	width:90%;
	padding:1%;
	background:linear-gradient(to right,red 0%, #87CEFA 20%, #0000FF 60%, green 70%); 
	color: black;
	border: solid 1px black;
}
#azur2
{
	font-size: 2em;
	font-style: bold;
	color: #87CEFA;
}
#azur3fond
{
	border-radius: 4px;
	width:90%;
	padding:1%;
	background:repeating-linear-gradient( #87CEEB, #0000FF);
	color: black;
}
#azur3
{
	font-size: 2em;
	font-style: bold;
	color: #87CEEB;
}
#azur4fond
{
	border-radius: 100px;
	width:200px;
	height:200px;
	background:radial-gradient(closest-side ellipse at center,#8000FF,#1E90FF);
}
#azur4
{
	font-size: 2em;
	font-style: bold;
	color: #1E90FF;
}
#couleur
{
	color: black;
}

.containerfooter{
	display:flex;
	justify-content: space-around;	
}
.legal{
	color: #000;
}
.legal h3{
	color: #1E90FF;
}
