/*margin horizontale : 12vw*/
body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
    font-size:18px;
	background-color: white;
	font-family: "Google Sans", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-variation-settings:
    "GRAD" 0;
}
header {
    background-color: rgb(220,220,220);
    padding: 10px 12vw;
    margin-bottom: 40px;
    display:flex;
    justify-content: space-between;
    position:sticky;
    top:0;
    left:0;
    width:-webkit-fill-available;
    z-index: 1000;
    align-items:center;
}
header div img {
    height:35;
	width:auto;
}
.header-insta {
    display:flex;
    align-items: center;
    flex-direction: column;
}
.header-insta a img {
    width:10vw;
    height:auto;
    opacity:0.25;
    transition: opacity 0.5s ease;
}
.header-insta a img:hover {
    opacity:1;
}
.word {
	opacity: 0;
	transform: translateY(20px);
	display: inline-block;
	animation: slideUp 0.5s ease forwards;
	overflow: hidden;
    margin:0;
    padding:0;
}
@keyframes slideUp {
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
.footer {
    display:flex;
    background-color: rgb(40, 60, 40);
    color:rgb(156, 156, 156);
    padding: 18px 12vw;
    font-size:10px;
    line-height: 1.5;
}
.footer p {
    width:100%;
}
.footer div {
    display:flex;
    flex-direction: column;
}
.footer div img {
    width: 30vw;
    height: min-content;
}
.footer a {
    text-decoration: none;
    color:rgb(156, 156, 156);
    transition: color 0.2s ease;
}
.footer a:hover {
    color:rgb(200,200,200);
}
.footer img {
    width:auto;
    height:15px;
    margin-right:5px;
}
.barre-navigation {
	width: 100%;
    font-size:13px;
    transform: translateX(-15px);
}
.barre-navigation ul {
	list-style-type: none; 
	display: flex;
    flex-direction: column;
	justify-content: center;
    align-items: center;
    padding-inline-start: 0;
}
.barre-navigation li {
    width:100%;
}
.barre-navigation-a {
	display: block;
	color: black;
	text-align: center;
	padding: 0px 20px; 
    margin-bottom:3px;
	background-color: rgb(220,220,220);
	text-decoration: none;
	font-weight: bold;
    width:max-content;
    transition: color 0.2s ease;
}
.barre-navigation-a:hover {
	color: rgb(150,150,150);
}
.index-presentation{
    display:block;
    background-color: rgb(20,50,20);
    background: url("images/bg-presentation.png") center;
    background-size: cover;
    padding: 50px 12vw;
    color:white;
}
.index-presentation-guardian {
    width:100%;
    text-align:center;
    font-size:50px;
    font-weight: 900;
}
.index-presentation-content {
    width:100%;
    text-align:center;
    font-size:20px;
    font-weight:400;   
    margin: 20px 0px 50px 0px;
    font-style:italic;
}
.index-presentation-content2 {
    width:100%;
    text-align:center;
    font-size:15px;
    font-weight:100;   
    margin: 50px 0px 50px 0px;
    font-style:italic;
}
.index-content1-parent {
    display:flex;
    flex-direction: column;
    padding: 20px 12vw;
}
.index-content1-kid1 {
    background-color: rgb(242, 242, 242);
    display:block;
    padding: 10px;
    line-height: 1.6;
}
.index-content1-kid1 img {
    width:100%;
    height: auto;
}
.index-content1-kid2 {
    background-color: rgb(117, 172, 117);
    color:white;
    display:block;
    padding: 10px;
    line-height: 1.6;
}
.index-content1-kid2 img {
    width:100%;
    height:auto;
}
.index-content2-parent {
    background-color: rgb(242,242,242);
    border-top: solid rgb(0,0,0);
    border-bottom: solid rgb(0,0,0);
    padding: 20px 12vw;
    margin-bottom:50px;
}
.index-barre-navigation {
	width: 100%;
	margin-bottom: 20px;
}
.index-barre-navigation ul {
	list-style-type: none; 
	display: flex;
    flex-direction: column;
	justify-content: center;
    align-items: center;
    padding-inline-start: 0;
}
.index-barre-navigation li {
    width:100%;
}
.index-barre-navigation-a {
	display: block;
	color: black;
	font-size: 1.2em;
	text-align: center;
	padding: 18px; 
	background-color: rgb(220,220,220);
	text-decoration: none;
	font-weight: bold;
    transition: background-color 0.5s ease;
}
.index-barre-navigation-a:hover {
    background-color: rgb(255,255,255);
}
.index-barre-navigation-a2 {
	display: block;
	color: white;
	font-size: 1.2em;
	text-align: center;
	padding: 18px; 
	background-color: rgb(85, 154, 85);
	text-decoration: none;
	font-weight: bold;
    transition: background-color 0.5s ease;
}
.index-barre-navigation-a2:hover {
    background-color: rgb(96, 183, 96);
}
.fonct-tableau-parent {
	display: flex;
    flex-direction: column;
	gap: 0;
    margin:0px 12vw;
    margin-bottom:20px;
	width: auto;
}
.fonct-tableau-div1 {
	background-color: rgba(179, 179, 179, 0.5);
    padding:5px 30px;
}
.fonct-tableau-div1 a {
    text-decoration: none;
    color:black;
    transition: color 0.2s ease;
}
.fonct-tableau-div1 a:hover {
    color:rgb(100,100,100);
}
.fonct-tableau-div2 {
	background-color: rgba(221, 221, 221, 0.5);
    padding:5px 30px;
}
.fonct-tableau-depl {
    display:flex;
    flex-direction: column;
    align-items: center;
}
.fonct-tableau-depl img {
    width:75%;
    height:auto;
}
.fonct-tableau-info {
    display:flex;
    flex-direction: column;
    align-items: center;
}
.fonct-tableau-info img {
    width:75%;
    height:auto;
}
.fonct-tableau-para {
    display:flex;
    flex-direction: column;
    align-items: center;
}
.fonct-tableau-para img {
    width:75%;
    height: auto;
}
.fonct-tableau-tdb {
    display:flex;
    flex-direction: column;
    align-items: center;
}
.fonct-tableau-tdb img {
    width:75%;
    height:auto;
}
.apropos-content1 {
    margin: 20px 12vw;
    padding: 5px;
    text-align:center;
    background-color: rgb(231, 231, 231);
    border-radius: 15px;
}
.apropos-content1-div2 {
    background: url("images/robot2.jpg") center;
    background-size:cover;
    padding-top:50vh;
    margin:20px;
    border: rgba(0,0,0,0.5) solid 5px;
    border-radius:15px;
}
.apropos-content1-div1 {
    background: url("images/serre-stjean.png") center;
    background-size:cover;
    padding-top:50vh;
    margin:20px;
    border: rgba(0,0,0,0.5) solid 5px;
    border-radius:15px;
}
.equipe-content1 {
    margin:20px 12vw;
    padding: 20px;
    background-color:rgb(220,220,220);
    border-radius:15px;
}
.equipe-content1 a {
    color:black;
}
.carrousel-container {
	width: 70%;
	height: 50%;
	margin: 25px 50px 25px 50px;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 0 5px 15px rgba(0,0,0,0.2);
	margin-bottom: 50px;
}
.carrousel-rail {
	display:flex;
	width:100%;
	height:100%;
	transition: transform 0.5s ease-in-out;
}
.carrousel-slide {
	width:100%;
	flex-shrink: 0;
}
.carrousel-slide img {
	width:100%;
	height: 100%;
	object-fit: cover;
}
.carrousel-container-btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-color: #EDEDED;
	color: #101010;
	border: none;
	font-size: 2rem;
	padding: 10px 15px;
	cursor: pointer;
	border-radius: 50%;
	transition: background-color 0.3s;
	transition: opacity 0.3s;
	opacity: 0.2;
}
.carrousel-container-btn:hover {
	background-color: #F0F0F0;
	opacity: 0.9;
}
.btn-prev {
	left: 15px;
}
.btn-next {
	right: 15px;
}
.suite-tableau-parent {
    margin:20px 20vw;
    border-left: 4px solid rgb(196, 196, 196);
    height:min-content;
    width:auto;
}
.suite-tableau-divmain {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 25px;
}
.suite-tableau-divmain p {
    width:100%;
    margin-left:10px;
}
.dot-green {
    width: 1px;
    height:1px;
    transform: translateX(-8px);
    border:6px solid green;
    border-radius: 50px;
}
.dot-orange {
    width: 1px;
    height:1px;
    transform: translateX(-8px);
    border:6px solid rgb(221, 144, 0);
    border-radius: 50px;
}
.dot-rouge {
    width: 1px;
    height:1px;
    transform: translateX(-8px);
    border:6px solid rgb(224, 0, 0);
    border-radius: 50px;
}
.gps-btn-robot {
    width: auto;
    height: auto;
    display:block;
    background-color: rgb(220,220,220);
    border: 2px solid black;
    border-radius:20px;
    font-size:20;
    padding:5px 10px;
	box-shadow:0 3px 0px 0px rgba(0,0,0,0.2);
	transition: background-color 0.3s;
}
.gps-btn-robot:hover {
    background-color: rgb(240,240,240);
}
.gps-btn-robot:active {
	box-shadow:0 0px 0px 0px rgba(0,0,0,0.2);
    transform: translateY(3px);
}
.gps-robot-box {
    width: -webkit-fill-available;
    border:5px solid rgba(0,0,0,0.5);
    border-radius:20px; margin:20px 12vw;
    height:50vh;
    background-color: rgb(220,220,220);
}
@media (min-width: 1024px) {
    body {
        font-size:20px;
    }
    header {
        padding: 20px 12vw;
    }
    header div img {
        height:55;
        width:auto;
    }
    .barre-navigation {
        width: 100%;
        font-size:20px;
    }
    .header-insta {
        display:flex;
        align-items: center;
        flex-direction: row;
    }
    .header-insta a img {
        width:auto;
        height:35;
        margin-left: 20px;
    }
    .footer {
        font-size:12px;
        justify-content: space-between;
    }
    .footer div {
        flex-direction: row;
        justify-content: flex-end;
    }
    .footer div img {
        width:150px;
    }
    .index-presentation-guardian { 
        font-size:70px;
    }
    .index-presentation-content {
        font-size:30px;
    }
    .index-presentation-content2 {
        font-size:18px;
    }
    .index-content1-parent {
        flex-direction: row;
        justify-content: space-between;
    }
    .index-content1-kid1 {
        width:50%;
    }
    .index-content1-kid1 img {
        width:50%;
        height: auto;
    }
    .index-content1-kid2 {
        width:50%;
    }
    .index-content1-kid2 img {
        width:66%;
        height:auto;
    }
    .index-barre-navigation ul {
        flex-direction: row;
    }
    .barre-navigation ul {
        flex-direction: row;
    }
    .fonct-tableau-parent {
        flex-direction: row;
    }
    .fonct-tableau-div1 {
        width:20%;
    }
    .fonct-tableau-div2 {
        width:80%;
    }
    .fonct-tableau-depl {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
    .fonct-tableau-depl img {
        width:auto;
        height:300px;
    }
    .fonct-tableau-info {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .fonct-tableau-info img {
        width:auto;
        height:300px;
    }  
    .fonct-tableau-para {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
    .fonct-tableau-para img {
        width:auto;
        height:300px;
    }
    .fonct-tableau-tdb {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
    .fonct-tableau-tdb img {
        width:auto;
        height:100px;
    }
    .gps-robot-box {
        margin-top:100px;
        margin-bottom:100px;
    }
}