m |
m |
||
| Line 1: | Line 1: | ||
{{Pasteur_Paris/wiki}} | {{Pasteur_Paris/wiki}} | ||
<html> | <html> | ||
| − | + | <style> | |
div.pages { | div.pages { | ||
width:70%; | width:70%; | ||
| Line 20: | Line 20: | ||
cursor:pointer; | cursor:pointer; | ||
color:white; | color:white; | ||
| − | z-index: | + | z-index:2; |
display:none; | display:none; | ||
| − | |||
| − | |||
| − | |||
| − | |||
} | } | ||
#fleche { | #fleche { | ||
| Line 46: | Line 42: | ||
cursor:pointer; | cursor:pointer; | ||
} | } | ||
| − | html { | + | .ARCN-27:hover { |
| + | fill:red; | ||
| + | transform:scale(2.5,2.5); | ||
| + | } | ||
| + | html { | ||
scroll-behavior: smooth; | scroll-behavior: smooth; | ||
} | } | ||
</style> | </style> | ||
| − | + | <script> | |
//////////////AnimationFleche////////////// | //////////////AnimationFleche////////////// | ||
document.addEventListener('mousemove', function setMousePosition(e){ | document.addEventListener('mousemove', function setMousePosition(e){ | ||
| Line 74: | Line 74: | ||
document.getElementById('fleche').style.transform="rotate("+ angle +"deg)"; | document.getElementById('fleche').style.transform="rotate("+ angle +"deg)"; | ||
}); | }); | ||
| − | + | ||
| − | + | $(document).ready(function(){ | |
| − | var to = document.getElementById("Arc").offsetTop + document.getElementById("Arc").offsetHeight | + | qui = null; |
| + | liste = []; | ||
| + | liste.push(['JU1','JU2','JU3','JU4','JU5','AU1','AU2','AU3','AU4','AU5','SE1','SE2','SE3','SE4','SE5','OC1','OC2','OC3','OC4','OC5']); | ||
| + | var to = document.getElementById("Arc").offsetTop + document.getElementById("Arc").offsetHeight; | ||
$('#j1').click(ouvrirJU1); | $('#j1').click(ouvrirJU1); | ||
$('#a1').click(ouvrirAU1); | $('#a1').click(ouvrirAU1); | ||
| Line 97: | Line 100: | ||
$('#s5').click(ouvrirSE5); | $('#s5').click(ouvrirSE5); | ||
$('#o5').click(ouvrirOC5); | $('#o5').click(ouvrirOC5); | ||
| + | for (var k=1;k<=5;k++){ | ||
| + | $('#croixJU'+k).click(fermer); | ||
| + | $('#croixAU'+k).click(fermer); | ||
| + | $('#croixSE'+k).click(fermer); | ||
| + | $('#croixOC'+k).click(fermer); | ||
| + | } | ||
| − | + | function ouvrirJU1(){ | |
| − | + | if (qui!=null){ | |
| − | + | fermer() | |
| − | + | } | |
| − | + | else{ | |
| − | + | document.getElementById('PAGEJU1').style.display = "block"; | |
| + | document.getElementById('croixJU1').style.display = "block"; | ||
| + | setTimeout(function(){document.getElementById('JU1').style.opacity = 1},200); | ||
| + | setTimeout(function(){window.scrollTo(0,(document.getElementById("PAGEJU1").offsetTop+document.getElementById("main").offsetTop)-50)},50); | ||
| + | qui =1; | ||
| + | } | ||
}; | }; | ||
function ouvrirJU2(){ | function ouvrirJU2(){ | ||
| − | document.getElementById(' | + | if (qui!=null){ |
| + | fermer() | ||
| + | } | ||
| + | else{ | ||
| + | document.getElementById('PAGEJU2').style.display = "block"; | ||
document.getElementById('croixJU2').style.display = "block"; | document.getElementById('croixJU2').style.display = "block"; | ||
setTimeout(function(){document.getElementById('JU2').style.opacity = 1},200); | setTimeout(function(){document.getElementById('JU2').style.opacity = 1},200); | ||
| − | setTimeout(function(){window.scrollTo(0,(document.getElementById(" | + | setTimeout(function(){window.scrollTo(0,(document.getElementById("PAGEJU2").offsetTop+document.getElementById("main").offsetTop)-50)},50); |
| − | qui | + | qui =2;} |
}; | }; | ||
function ouvrirJU3(){ | function ouvrirJU3(){ | ||
| − | document.getElementById(' | + | if (qui!=null){ |
| + | fermer() | ||
| + | } | ||
| + | else{ | ||
| + | document.getElementById('PAGEJU3').style.display = "block"; | ||
document.getElementById('croixJU3').style.display = "block"; | document.getElementById('croixJU3').style.display = "block"; | ||
setTimeout(function(){document.getElementById('JU3').style.opacity = 1},200); | setTimeout(function(){document.getElementById('JU3').style.opacity = 1},200); | ||
| − | setTimeout(function(){window.scrollTo(0,(document.getElementById(" | + | setTimeout(function(){window.scrollTo(0,(document.getElementById("PAGEJU3").offsetTop+document.getElementById("main").offsetTop)-50)},50); |
| − | qui | + | qui =3;} |
}; | }; | ||
function ouvrirJU4(){ | function ouvrirJU4(){ | ||
| − | document.getElementById(' | + | if (qui!=null){ |
| + | fermer() | ||
| + | } | ||
| + | else{ | ||
| + | document.getElementById('PAGEJU4').style.display = "block"; | ||
document.getElementById('croixJU4').style.display = "block"; | document.getElementById('croixJU4').style.display = "block"; | ||
setTimeout(function(){document.getElementById('JU4').style.opacity = 1},200); | setTimeout(function(){document.getElementById('JU4').style.opacity = 1},200); | ||
| − | setTimeout(function(){window.scrollTo(0,(document.getElementById(" | + | setTimeout(function(){window.scrollTo(0,(document.getElementById("PAGEJU4").offsetTop+document.getElementById("main").offsetTop)-50)},50); |
| − | qui | + | qui =4;} |
}; | }; | ||
function ouvrirJU5(){ | function ouvrirJU5(){ | ||
| − | document.getElementById(' | + | if (qui!=null){ |
| + | fermer() | ||
| + | } | ||
| + | else{ | ||
| + | document.getElementById('PAGEJU5').style.display = "block"; | ||
document.getElementById('croixJU5').style.display = "block"; | document.getElementById('croixJU5').style.display = "block"; | ||
setTimeout(function(){document.getElementById('JU5').style.opacity = 1},200); | setTimeout(function(){document.getElementById('JU5').style.opacity = 1},200); | ||
| − | setTimeout(function(){window.scrollTo(0,(document.getElementById(" | + | setTimeout(function(){window.scrollTo(0,(document.getElementById("PAGEJU5").offsetTop+document.getElementById("main").offsetTop)-50)},50); |
| − | qui | + | qui =5;} |
}; | }; | ||
function ouvrirAU1(){ | function ouvrirAU1(){ | ||
| − | document.getElementById(' | + | if (qui!=null){ |
| + | fermer() | ||
| + | } | ||
| + | else{ | ||
| + | document.getElementById('PAGEAU1').style.display = "block"; | ||
document.getElementById('croixAU1').style.display = "block"; | document.getElementById('croixAU1').style.display = "block"; | ||
setTimeout(function(){document.getElementById('AU1').style.opacity = 1},200); | setTimeout(function(){document.getElementById('AU1').style.opacity = 1},200); | ||
| − | setTimeout(function(){window.scrollTo(0,(document.getElementById(" | + | setTimeout(function(){window.scrollTo(0,(document.getElementById("PAGEAU1").offsetTop+document.getElementById("main").offsetTop)-50)},50); |
| − | qui | + | qui =6;} |
}; | }; | ||
function ouvrirAU2(){ | function ouvrirAU2(){ | ||
| − | document.getElementById(' | + | if (qui!=null){ |
| + | fermer() | ||
| + | } | ||
| + | else{ | ||
| + | document.getElementById('PAGEAU2').style.display = "block"; | ||
document.getElementById('croixAU2').style.display = "block"; | document.getElementById('croixAU2').style.display = "block"; | ||
setTimeout(function(){document.getElementById('AU2').style.opacity = 1},200); | setTimeout(function(){document.getElementById('AU2').style.opacity = 1},200); | ||
| − | setTimeout(function(){window.scrollTo(0,(document.getElementById(" | + | setTimeout(function(){window.scrollTo(0,(document.getElementById("PAGEAU2").offsetTop+document.getElementById("main").offsetTop)-50)},50); |
| − | qui | + | qui =7;} |
}; | }; | ||
function ouvrirAU3(){ | function ouvrirAU3(){ | ||
| − | document.getElementById(' | + | if (qui!=null){ |
| + | fermer() | ||
| + | } | ||
| + | else{ | ||
| + | document.getElementById('PAGEAU3').style.display = "block"; | ||
document.getElementById('croixAU3').style.display = "block"; | document.getElementById('croixAU3').style.display = "block"; | ||
setTimeout(function(){document.getElementById('AU3').style.opacity = 1},200); | setTimeout(function(){document.getElementById('AU3').style.opacity = 1},200); | ||
| − | setTimeout(function(){window.scrollTo(0,(document.getElementById(" | + | setTimeout(function(){window.scrollTo(0,(document.getElementById("PAGEAU3").offsetTop+document.getElementById("main").offsetTop)-50)},50); |
| − | qui | + | qui =8;} |
}; | }; | ||
function ouvrirAU4(){ | function ouvrirAU4(){ | ||
| − | document.getElementById(' | + | if (qui!=null){ |
| + | fermer() | ||
| + | } | ||
| + | else{ | ||
| + | document.getElementById('PAGEAU4').style.display = "block"; | ||
document.getElementById('croixAU4').style.display = "block"; | document.getElementById('croixAU4').style.display = "block"; | ||
setTimeout(function(){document.getElementById('AU4').style.opacity = 1},200); | setTimeout(function(){document.getElementById('AU4').style.opacity = 1},200); | ||
| − | setTimeout(function(){window.scrollTo(0,(document.getElementById(" | + | setTimeout(function(){window.scrollTo(0,(document.getElementById("PAGEAU4").offsetTop+document.getElementById("main").offsetTop)-50)},50); |
| − | qui | + | qui =9;} |
}; | }; | ||
function ouvrirAU5(){ | function ouvrirAU5(){ | ||
| − | document.getElementById(' | + | if (qui!=null){ |
| + | fermer() | ||
| + | } | ||
| + | else{ | ||
| + | document.getElementById('PAGEAU5').style.display = "block"; | ||
document.getElementById('croixAU5').style.display = "block"; | document.getElementById('croixAU5').style.display = "block"; | ||
setTimeout(function(){document.getElementById('AU5').style.opacity = 1},200); | setTimeout(function(){document.getElementById('AU5').style.opacity = 1},200); | ||
| − | setTimeout(function(){window.scrollTo(0,(document.getElementById(" | + | setTimeout(function(){window.scrollTo(0,(document.getElementById("PAGEAU5").offsetTop+document.getElementById("main").offsetTop)-50)},50); |
| − | qui | + | qui =10;} |
}; | }; | ||
function ouvrirSE1(){ | function ouvrirSE1(){ | ||
| − | document.getElementById(' | + | if (qui!=null){ |
| + | fermer() | ||
| + | } | ||
| + | else{ | ||
| + | document.getElementById('PAGESE1').style.display = "block"; | ||
document.getElementById('croixSE1').style.display = "block"; | document.getElementById('croixSE1').style.display = "block"; | ||
setTimeout(function(){document.getElementById('SE1').style.opacity = 1},200); | setTimeout(function(){document.getElementById('SE1').style.opacity = 1},200); | ||
| − | setTimeout(function(){window.scrollTo(0,(document.getElementById(" | + | setTimeout(function(){window.scrollTo(0,(document.getElementById("PAGESE1").offsetTop+document.getElementById("main").offsetTop)-50)},50); |
| − | qui | + | qui =11;} |
}; | }; | ||
function ouvrirSE2(){ | function ouvrirSE2(){ | ||
| − | document.getElementById(' | + | if (qui!=null){ |
| + | fermer() | ||
| + | } | ||
| + | else{ | ||
| + | document.getElementById('PAGESE2').style.display = "block"; | ||
document.getElementById('croixSE2').style.display = "block"; | document.getElementById('croixSE2').style.display = "block"; | ||
setTimeout(function(){document.getElementById('SE2').style.opacity = 1},200); | setTimeout(function(){document.getElementById('SE2').style.opacity = 1},200); | ||
| − | setTimeout(function(){window.scrollTo(0,(document.getElementById(" | + | setTimeout(function(){window.scrollTo(0,(document.getElementById("PAGESE2").offsetTop+document.getElementById("main").offsetTop)-50)},50); |
| − | qui | + | qui =12;} |
}; | }; | ||
function ouvrirSE3(){ | function ouvrirSE3(){ | ||
| − | document.getElementById(' | + | if (qui!=null){ |
| + | fermer() | ||
| + | } | ||
| + | else{ | ||
| + | document.getElementById('PAGESE3').style.display = "block"; | ||
document.getElementById('croixSE3').style.display = "block"; | document.getElementById('croixSE3').style.display = "block"; | ||
setTimeout(function(){document.getElementById('SE3').style.opacity = 1},200); | setTimeout(function(){document.getElementById('SE3').style.opacity = 1},200); | ||
| − | setTimeout(function(){window.scrollTo(0,(document.getElementById(" | + | setTimeout(function(){window.scrollTo(0,(document.getElementById("PAGESE3").offsetTop+document.getElementById("main").offsetTop)-50)},50); |
| − | qui | + | qui =13;} |
}; | }; | ||
function ouvrirSE4(){ | function ouvrirSE4(){ | ||
| − | document.getElementById(' | + | if (qui!=null){ |
| + | fermer() | ||
| + | } | ||
| + | else{ | ||
| + | document.getElementById('PAGESE4').style.display = "block"; | ||
document.getElementById('croixSE4').style.display = "block"; | document.getElementById('croixSE4').style.display = "block"; | ||
setTimeout(function(){document.getElementById('SE4').style.opacity = 1},200); | setTimeout(function(){document.getElementById('SE4').style.opacity = 1},200); | ||
| − | setTimeout(function(){window.scrollTo(0,(document.getElementById(" | + | setTimeout(function(){window.scrollTo(0,(document.getElementById("PAGESE4").offsetTop+document.getElementById("main").offsetTop)-50)},50); |
| − | qui | + | qui =14;} |
}; | }; | ||
function ouvrirSE5(){ | function ouvrirSE5(){ | ||
| − | document.getElementById(' | + | if (qui!=null){ |
| + | fermer() | ||
| + | } | ||
| + | else{ | ||
| + | document.getElementById('PAGESE5').style.display = "block"; | ||
document.getElementById('croixSE5').style.display = "block"; | document.getElementById('croixSE5').style.display = "block"; | ||
setTimeout(function(){document.getElementById('SE5').style.opacity = 1},200); | setTimeout(function(){document.getElementById('SE5').style.opacity = 1},200); | ||
| − | setTimeout(function(){window.scrollTo(0,(document.getElementById(" | + | setTimeout(function(){window.scrollTo(0,(document.getElementById("PAGESE5").offsetTop+document.getElementById("main").offsetTop)-50)},50); |
| − | qui | + | qui =15;} |
}; | }; | ||
function ouvrirOC1(){ | function ouvrirOC1(){ | ||
| − | document.getElementById(' | + | if (qui!=null){ |
| + | fermer() | ||
| + | } | ||
| + | else{ | ||
| + | document.getElementById('PAGEOC1').style.display = "block"; | ||
document.getElementById('croixOC1').style.display = "block"; | document.getElementById('croixOC1').style.display = "block"; | ||
setTimeout(function(){document.getElementById('OC1').style.opacity = 1},200); | setTimeout(function(){document.getElementById('OC1').style.opacity = 1},200); | ||
| − | setTimeout(function(){window.scrollTo(0,(document.getElementById(" | + | setTimeout(function(){window.scrollTo(0,(document.getElementById("PAGEOC1").offsetTop+document.getElementById("main").offsetTop)-50)},50); |
| − | qui | + | qui =16;} |
}; | }; | ||
function ouvrirOC2(){ | function ouvrirOC2(){ | ||
| − | document.getElementById(' | + | if (qui!=null){ |
| + | fermer() | ||
| + | } | ||
| + | else{ | ||
| + | document.getElementById('PAGEOC2').style.display = "block"; | ||
document.getElementById('croixOC2').style.display = "block"; | document.getElementById('croixOC2').style.display = "block"; | ||
setTimeout(function(){document.getElementById('OC2').style.opacity = 1},200); | setTimeout(function(){document.getElementById('OC2').style.opacity = 1},200); | ||
| − | setTimeout(function(){window.scrollTo(0,(document.getElementById(" | + | setTimeout(function(){window.scrollTo(0,(document.getElementById("PAGEOC2").offsetTop+document.getElementById("main").offsetTop)-50)},50); |
| − | qui | + | qui =17;} |
}; | }; | ||
function ouvrirOC3(){ | function ouvrirOC3(){ | ||
| − | document.getElementById(' | + | if (qui!=null){ |
| + | fermer() | ||
| + | } | ||
| + | else{ | ||
| + | document.getElementById('PAGEOC3').style.display = "block"; | ||
document.getElementById('croixOC3').style.display = "block"; | document.getElementById('croixOC3').style.display = "block"; | ||
setTimeout(function(){document.getElementById('OC3').style.opacity = 1},200); | setTimeout(function(){document.getElementById('OC3').style.opacity = 1},200); | ||
| − | setTimeout(function(){window.scrollTo(0,(document.getElementById(" | + | setTimeout(function(){window.scrollTo(0,(document.getElementById("PAGEOC3").offsetTop+document.getElementById("main").offsetTop)-50)},50); |
| − | qui | + | qui =18;} |
}; | }; | ||
function ouvrirOC4(){ | function ouvrirOC4(){ | ||
| − | document.getElementById(' | + | if (qui!=null){ |
| + | fermer() | ||
| + | } | ||
| + | else{ | ||
| + | document.getElementById('PAGEOC4').style.display = "block"; | ||
document.getElementById('croixOC4').style.display = "block"; | document.getElementById('croixOC4').style.display = "block"; | ||
setTimeout(function(){document.getElementById('OC4').style.opacity = 1},200); | setTimeout(function(){document.getElementById('OC4').style.opacity = 1},200); | ||
| − | setTimeout(function(){window.scrollTo(0,(document.getElementById(" | + | setTimeout(function(){window.scrollTo(0,(document.getElementById("PAGEOC4").offsetTop+document.getElementById("main").offsetTop)-50)},50); |
| − | qui | + | qui =19;} |
}; | }; | ||
function ouvrirOC5(){ | function ouvrirOC5(){ | ||
| − | document.getElementById(' | + | if (qui!=null){ |
| + | fermer() | ||
| + | } | ||
| + | else{ | ||
| + | document.getElementById('PAGEOC5').style.display = "block"; | ||
document.getElementById('croixOC5').style.display = "block"; | document.getElementById('croixOC5').style.display = "block"; | ||
setTimeout(function(){document.getElementById('OC5').style.opacity = 1},200); | setTimeout(function(){document.getElementById('OC5').style.opacity = 1},200); | ||
| − | setTimeout(function(){window.scrollTo(0,(document.getElementById(" | + | setTimeout(function(){window.scrollTo(0,(document.getElementById("PAGEOC5").offsetTop+document.getElementById("main").offsetTop)-50)},50); |
| − | qui | + | qui =20;} |
}; | }; | ||
}); | }); | ||
| − | + | function fermer(){ | |
| + | var id = liste[0][qui-1]; | ||
| + | document.getElementById('PAGE'+id).style.display = "none"; | ||
| + | document.getElementById('croix'+id).style.display = "none"; | ||
| + | document.getElementById(id).style.opacity = "0"; | ||
| + | window.scrollTo(0,document.getElementById("main").offsetTop); | ||
| + | qui = null; | ||
| + | } | ||
</script> | </script> | ||
| − | + | <div id="main" style="width:100%;position:absolute;top:350px;overflow:visible;"> | |
<div id="Arc" style="width:60vw;margin-left:20vw;"> | <div id="Arc" style="width:60vw;margin-left:20vw;"> | ||
| − | <svg viewBox="0 0 972.1 640.5 | + | <svg viewBox="0 0 972.1 640.5"><defs><linearGradient id="Dégradé_sans_nom_79" |
x1="61.54" x2="134.42" y1="193.98" y2="193.98" gradientTransform="matrix(0 1 -.99 0 500.76 26.05)" | x1="61.54" x2="134.42" y1="193.98" y2="193.98" gradientTransform="matrix(0 1 -.99 0 500.76 26.05)" | ||
| Line 536: | Line 633: | ||
} | } | ||
</script> | </script> | ||
| − | <div id=" | + | <div id="PAGEJU1" class="pages"> |
<div class="NCroix" id="croixJU1"> | <div class="NCroix" id="croixJU1"> | ||
<div style="height:10%;width:80%;background-color:white;position:relative;top:-40%;transform-origin:50% 50%;transform:rotate(45deg);left:10%;border-radius:3px 3px;float:left;"> | <div style="height:10%;width:80%;background-color:white;position:relative;top:-40%;transform-origin:50% 50%;transform:rotate(45deg);left:10%;border-radius:3px 3px;float:left;"> | ||
| Line 546: | Line 643: | ||
</div> | </div> | ||
</div> | </div> | ||
| − | <div id=" | + | <div id="PAGEJU2" class="pages"> |
<div class="NCroix" id="croixJU2"> | <div class="NCroix" id="croixJU2"> | ||
<div style="height:10%;width:80%;background-color:white;position:relative;top:-40%;transform-origin:50% 50%;transform:rotate(45deg);left:10%;border-radius:3px 3px;float:left;"> | <div style="height:10%;width:80%;background-color:white;position:relative;top:-40%;transform-origin:50% 50%;transform:rotate(45deg);left:10%;border-radius:3px 3px;float:left;"> | ||
| Line 556: | Line 653: | ||
</div> | </div> | ||
</div> | </div> | ||
| − | <div id=" | + | <div id="PAGEJU3" class="pages" > |
<div class="NCroix" id="croixJU3"> | <div class="NCroix" id="croixJU3"> | ||
<div style="height:10%;width:80%;background-color:white;position:relative;top:-40%;transform-origin:50% 50%;transform:rotate(45deg);left:10%;border-radius:3px 3px;float:left;"> | <div style="height:10%;width:80%;background-color:white;position:relative;top:-40%;transform-origin:50% 50%;transform:rotate(45deg);left:10%;border-radius:3px 3px;float:left;"> | ||
| Line 566: | Line 663: | ||
</div> | </div> | ||
</div> | </div> | ||
| − | <div id=" | + | <div id="PAGEJU4" class="pages" > |
<div class="NCroix" id="croixJU4"> | <div class="NCroix" id="croixJU4"> | ||
<div style="height:10%;width:80%;background-color:white;position:relative;top:-40%;transform-origin:50% 50%;transform:rotate(45deg);left:10%;border-radius:3px 3px;float:left;"> | <div style="height:10%;width:80%;background-color:white;position:relative;top:-40%;transform-origin:50% 50%;transform:rotate(45deg);left:10%;border-radius:3px 3px;float:left;"> | ||
| Line 576: | Line 673: | ||
</div> | </div> | ||
</div> | </div> | ||
| − | <div id=" | + | <div id="PAGEJU5" class="pages"> |
<div class="NCroix" id="croixJU5"> | <div class="NCroix" id="croixJU5"> | ||
<div style="height:10%;width:80%;background-color:white;position:relative;top:-40%;transform-origin:50% 50%;transform:rotate(45deg);left:10%;border-radius:3px 3px;float:left;"> | <div style="height:10%;width:80%;background-color:white;position:relative;top:-40%;transform-origin:50% 50%;transform:rotate(45deg);left:10%;border-radius:3px 3px;float:left;"> | ||
| Line 586: | Line 683: | ||
</div> | </div> | ||
</div> | </div> | ||
| − | <div id=" | + | <div id="PAGEAU1" class="pages"> |
<div class="NCroix" id="croixAU1"> | <div class="NCroix" id="croixAU1"> | ||
<div style="height:10%;width:80%;background-color:white;position:relative;top:-40%;transform-origin:50% 50%;transform:rotate(45deg);left:10%;border-radius:3px 3px;float:left;"> | <div style="height:10%;width:80%;background-color:white;position:relative;top:-40%;transform-origin:50% 50%;transform:rotate(45deg);left:10%;border-radius:3px 3px;float:left;"> | ||
| Line 596: | Line 693: | ||
</div> | </div> | ||
</div> | </div> | ||
| − | <div id=" | + | <div id="PAGEAU2" class="pages"> |
<div class="NCroix" id="croixAU2"> | <div class="NCroix" id="croixAU2"> | ||
<div style="height:10%;width:80%;background-color:white;position:relative;top:-40%;transform-origin:50% 50%;transform:rotate(45deg);left:10%;border-radius:3px 3px;float:left;"> | <div style="height:10%;width:80%;background-color:white;position:relative;top:-40%;transform-origin:50% 50%;transform:rotate(45deg);left:10%;border-radius:3px 3px;float:left;"> | ||
| Line 606: | Line 703: | ||
</div> | </div> | ||
</div> | </div> | ||
| − | <div id=" | + | <div id="PAGEAU3" class="pages"> |
<div class="NCroix" id="croixAU3"> | <div class="NCroix" id="croixAU3"> | ||
<div style="height:10%;width:80%;background-color:white;position:relative;top:-40%;transform-origin:50% 50%;transform:rotate(45deg);left:10%;border-radius:3px 3px;float:left;"> | <div style="height:10%;width:80%;background-color:white;position:relative;top:-40%;transform-origin:50% 50%;transform:rotate(45deg);left:10%;border-radius:3px 3px;float:left;"> | ||
| Line 616: | Line 713: | ||
</div> | </div> | ||
</div> | </div> | ||
| − | <div id=" | + | <div id="PAGEAU4" class="pages"> |
<div class="NCroix" id="croixAU4"> | <div class="NCroix" id="croixAU4"> | ||
<div style="height:10%;width:80%;background-color:white;position:relative;top:-40%;transform-origin:50% 50%;transform:rotate(45deg);left:10%;border-radius:3px 3px;float:left;"> | <div style="height:10%;width:80%;background-color:white;position:relative;top:-40%;transform-origin:50% 50%;transform:rotate(45deg);left:10%;border-radius:3px 3px;float:left;"> | ||
| Line 626: | Line 723: | ||
</div> | </div> | ||
</div> | </div> | ||
| − | <div id=" | + | <div id="PAGEAU5" class="pages"> |
<div class="NCroix" id="croixAU5"> | <div class="NCroix" id="croixAU5"> | ||
<div style="height:10%;width:80%;background-color:white;position:relative;top:-40%;transform-origin:50% 50%;transform:rotate(45deg);left:10%;border-radius:3px 3px;float:left;"> | <div style="height:10%;width:80%;background-color:white;position:relative;top:-40%;transform-origin:50% 50%;transform:rotate(45deg);left:10%;border-radius:3px 3px;float:left;"> | ||
| Line 636: | Line 733: | ||
</div> | </div> | ||
</div> | </div> | ||
| − | <div id=" | + | <div id="PAGESE1" class="pages"> |
<div class="NCroix" id="croixSE1"> | <div class="NCroix" id="croixSE1"> | ||
<div style="height:10%;width:80%;background-color:white;position:relative;top:-40%;transform-origin:50% 50%;transform:rotate(45deg);left:10%;border-radius:3px 3px;float:left;"> | <div style="height:10%;width:80%;background-color:white;position:relative;top:-40%;transform-origin:50% 50%;transform:rotate(45deg);left:10%;border-radius:3px 3px;float:left;"> | ||
| Line 646: | Line 743: | ||
</div> | </div> | ||
</div> | </div> | ||
| − | <div id=" | + | <div id="PAGESE2" class="pages"> |
<div class="NCroix" id="croixSE2"> | <div class="NCroix" id="croixSE2"> | ||
<div style="height:10%;width:80%;background-color:white;position:relative;top:-40%;transform-origin:50% 50%;transform:rotate(45deg);left:10%;border-radius:3px 3px;float:left;"> | <div style="height:10%;width:80%;background-color:white;position:relative;top:-40%;transform-origin:50% 50%;transform:rotate(45deg);left:10%;border-radius:3px 3px;float:left;"> | ||
| Line 656: | Line 753: | ||
</div> | </div> | ||
</div> | </div> | ||
| − | <div id=" | + | <div id="PAGESE3" class="pages"> |
<div class="NCroix" id="croixSE3"> | <div class="NCroix" id="croixSE3"> | ||
<div style="height:10%;width:80%;background-color:white;position:relative;top:-40%;transform-origin:50% 50%;transform:rotate(45deg);left:10%;border-radius:3px 3px;float:left;"> | <div style="height:10%;width:80%;background-color:white;position:relative;top:-40%;transform-origin:50% 50%;transform:rotate(45deg);left:10%;border-radius:3px 3px;float:left;"> | ||
| Line 666: | Line 763: | ||
</div> | </div> | ||
</div> | </div> | ||
| − | <div id=" | + | <div id="PAGESE4" class="pages"> |
<div class="NCroix" id="croixSE4"> | <div class="NCroix" id="croixSE4"> | ||
<div style="height:10%;width:80%;background-color:white;position:relative;top:-40%;transform-origin:50% 50%;transform:rotate(45deg);left:10%;border-radius:3px 3px;float:left;"> | <div style="height:10%;width:80%;background-color:white;position:relative;top:-40%;transform-origin:50% 50%;transform:rotate(45deg);left:10%;border-radius:3px 3px;float:left;"> | ||
| Line 676: | Line 773: | ||
</div> | </div> | ||
</div> | </div> | ||
| − | <div id=" | + | <div id="PAGESE5" class="pages"> |
<div class="NCroix" id="croixSE5"> | <div class="NCroix" id="croixSE5"> | ||
<div style="height:10%;width:80%;background-color:white;position:relative;top:-40%;transform-origin:50% 50%;transform:rotate(45deg);left:10%;border-radius:3px 3px;float:left;"> | <div style="height:10%;width:80%;background-color:white;position:relative;top:-40%;transform-origin:50% 50%;transform:rotate(45deg);left:10%;border-radius:3px 3px;float:left;"> | ||
| Line 686: | Line 783: | ||
</div> | </div> | ||
</div> | </div> | ||
| − | <div id=" | + | <div id="PAGEOC1" class="pages"> |
<div class="NCroix" id="croixOC1"> | <div class="NCroix" id="croixOC1"> | ||
<div style="height:10%;width:80%;background-color:white;position:relative;top:-40%;transform-origin:50% 50%;transform:rotate(45deg);left:10%;border-radius:3px 3px;float:left;"> | <div style="height:10%;width:80%;background-color:white;position:relative;top:-40%;transform-origin:50% 50%;transform:rotate(45deg);left:10%;border-radius:3px 3px;float:left;"> | ||
| Line 696: | Line 793: | ||
</div> | </div> | ||
</div> | </div> | ||
| − | <div id=" | + | <div id="PAGEOC2" class="pages"> |
<div class="NCroix" id="croixOC2"> | <div class="NCroix" id="croixOC2"> | ||
<div style="height:10%;width:80%;background-color:white;position:relative;top:-40%;transform-origin:50% 50%;transform:rotate(45deg);left:10%;border-radius:3px 3px;float:left;"> | <div style="height:10%;width:80%;background-color:white;position:relative;top:-40%;transform-origin:50% 50%;transform:rotate(45deg);left:10%;border-radius:3px 3px;float:left;"> | ||
| Line 706: | Line 803: | ||
</div> | </div> | ||
</div> | </div> | ||
| − | <div id=" | + | <div id="PAGEOC3" class="pages"> |
<div class="NCroix" id="croixOC3"> | <div class="NCroix" id="croixOC3"> | ||
<div style="height:10%;width:80%;background-color:white;position:relative;top:-40%;transform-origin:50% 50%;transform:rotate(45deg);left:10%;border-radius:3px 3px;float:left;"> | <div style="height:10%;width:80%;background-color:white;position:relative;top:-40%;transform-origin:50% 50%;transform:rotate(45deg);left:10%;border-radius:3px 3px;float:left;"> | ||
| Line 716: | Line 813: | ||
</div> | </div> | ||
</div> | </div> | ||
| − | <div id=" | + | <div id="PAGEOC4" class="pages"> |
<div class="NCroix" id="croixOC4"> | <div class="NCroix" id="croixOC4"> | ||
<div style="height:10%;width:80%;background-color:white;position:relative;top:-40%;transform-origin:50% 50%;transform:rotate(45deg);left:10%;border-radius:3px 3px;float:left;"> | <div style="height:10%;width:80%;background-color:white;position:relative;top:-40%;transform-origin:50% 50%;transform:rotate(45deg);left:10%;border-radius:3px 3px;float:left;"> | ||
| Line 726: | Line 823: | ||
</div> | </div> | ||
</div> | </div> | ||
| − | <div id=" | + | <div id="PAGEOC5" class="pages"> |
<div class="NCroix" id="croixOC5"> | <div class="NCroix" id="croixOC5"> | ||
<div style="height:10%;width:80%;background-color:white;position:relative;top:-40%;transform-origin:50% 50%;transform:rotate(45deg);left:10%;border-radius:3px 3px;float:left;"> | <div style="height:10%;width:80%;background-color:white;position:relative;top:-40%;transform-origin:50% 50%;transform:rotate(45deg);left:10%;border-radius:3px 3px;float:left;"> | ||
Revision as of 22:45, 16 October 2019
Education
Law
Events
Design
Results
Entrepreneurship
Demonstrate
Chalenges
Improve
Collaborations
Attributions
Results Attributions