<>
.cible {
width:240px;
display:inline-block;
left:10px;
right:50px;
cursor:move;
vertical-align:top;
/* Obligatoire sur l'élément draggable */
position:fixed;
}
.cible,
.cible img{
-khtml-user-select : none;
-webkit-user-select : none;
-moz-user-select : -moz-none;
-ms-user-select : none;
user-select : none;
}
/* Class ajouté quand on dragge */
.oWdgCursorDrag{border-color:red;
box-shadow: 3px 3px 5px 3px #656565;
}
#cible2.oWdgCursorDrag{border-color:red}
/* POsition initiale */
#cible2{left:20px; top:100px;}
.custom-scrollbar {
width:100%;
overflow:auto;
}
.custom-scrollbar::-webkit-scrollbar {
width: 9px;
}
.custom-scrollbar::-webkit-scrollbar-track { // set to track
background-color:#EAE2B1;
border-radius: 9px;
}
.custom-scrollbar::-webkit-scrollbar-thumb { // sets to thumb
border-radius: 10px;
background-color:#D6CB89;
}
.infobulle{
position: absolute;
visibility : hidden;
border: 1px solid Black;
padding: 10px;
font-family: VerdanaArial;
font-size: 10px;
font-weight:bold;
background-color: #DBD18D;
}
/* Stylez et fixez le bouton sur la page */
.open-button {
background-color: #1c87c9;
color: white;
padding: 12px 20px;
border: none;
border-radius: 5px;
cursor: pointer;
opacity: 0.8;
}
/* Positionnez la forme Popup */
.login-popup {
position: relative;
text-align: center;
width: 100%;
}
/* Masquez la forme Popup */
.form-popup {
border: 1px solid #d6d6d6;
border-radius: 10px;
padding:10px;
width: 300px;
margin:20px auto;
}
.tags {
font-size:9px;
}
.tags a {
color:#919191;
}
.tags a:hover {
color: #CF8105;
}
.bloc_hist1 {
float:left;
}
.bloc_hist2 {
float:left;
margin-left:15px;
}
.bloc_hist3 {
width:80%;
margin:37px auto 15px;
}
.sous_bloc_hist1 {
width:320px;
border:1px solid #d6d6d6;
margin:0px 0px 5px 5px;
height:65px;
padding:5px;
cursor: pointer;
line-height:130%;
border-radius:10px;
}
.sous_bloc_hist2 {
width:320px;
border:1px solid #d6d6d6;
margin:0px 0px 5px 5px;
height:65px;
padding:5px;
cursor: pointer;
line-height:130%;
border-radius:10px;
}
.sous_bloc_hist3 {
width:320px;
border:1px solid #d6d6d6;
margin:30px 0px 5px 5px;
height:65px;
padding:5px;
cursor: pointer;
line-height:130%;
border-radius:10px;
}
.sous_bloc_hist4 {
width:320px;
border:1px solid #d6d6d6;
margin:0px 0px 5px 5px;
height:65px;
padding:5px;
cursor: pointer;
line-height:130%;
border-radius:10px;
}
.sous_bloc_hist5 {
width:320px;
border:1px solid #d6d6d6;
margin:0px auto 5px;
height:65px;
padding:5px;
cursor: pointer;
line-height:130%;
border-radius:10px;
}
.sous_bloc_hist_note1 {
}
.sous_bloc_hist_note2 {
margin-top:3px;
}
.sous_bloc_div
{
font-size:10px;
line-height:150%;
}
.sous_bloc_search {
width:320px;
border:1px solid #d6d6d6;
margin:30px auto 0px;
padding:10px 0px 15px;
text-align:center;
border-radius:10px;
}
.sous_bloc_search_adv {
text-align:right; font-size:11px; margin-right:20px;
}
.sous_bloc_mots {
margin:40px 10px;
padding:15px;
border:1px solid #d6d6d6;
text-align:justify;
font-size:10px;
border-radius:10px;
}
.bloc_perso {
width:300px;
float:left;
margin-right:15px;
}
.sous_bloc_perso {
width:290px;
border:1px solid #d6d6d6;
padding:5px 0px 0px;
height:55px;
margin:5px 10px 4px 0px;
border-radius:10px;
cursor: pointer;
}
.image_tag {
margin:20px auto 25px;
padding:0px;
width:400px;
height:250px;
border:2px solid #000000;
}
.image_tag_img {
height:250px;
width:400px;
}
.image_eve {
float:right;
margin:0px -3px 5px 20px;
padding:0px;
width:100px;
height:62px;
border:1px solid #000000;
}
.image_eve_img {
height:62px;
width:100px;
}
.autre_jour
{
border:1px dashed #5C3F00;
margin:0px auto;
background:#E9E4C6;
width:460px;
padding:10px;
}
.blocvign {
float:left;
margin:0px 0px 0px 7px;
width:210px;
height:170px;
text-align:center;
font-size:10px;
border:1px solid #E9E4C6;
padding:10px 5px 5px;
line-height:120%;
visibility: hidden;
cursor: pointer;
}
.blocvign:hover{
background-color:#DBD18D;
border:1px solid #000000;
}
.blocvignimg {
width:195px;
height:125px;
margin:0px auto 2px;
overflow: hidden;
border:1px solid #000000;
}
.blocvignimg img {
-webkit-transition: all 1s ease; /* Safari and Chrome */
-moz-transition: all 1s ease; /* Firefox */
-ms-transition: all 1s ease; /* IE 9 */
-o-transition: all 1s ease; /* Opera */
transition: all 1s ease;
width:195px;
height:125px;
}
.blocvignimg:hover img {
-webkit-transform:scale(1.25); /* Safari and Chrome */
-moz-transform:scale(1.25); /* Firefox */
-ms-transform:scale(1.25); /* IE 9 */
-o-transform:scale(1.25); /* Opera */
transform:scale(1.25);
}
.select_chaine {
float:right;
text-align:right;
margin:37px 35px 0px 0px;
}
.search_vid {
float:right;
text-align:right;
margin:37px 50px 0px 0px;
}
.search1 {
width: 170px;
position: relative;
}
.searchTerm1 {
width: 150px;
border: 1px solid #7A5212;
font-family: 'Texturina',
border-radius: 5px;
outline: none;
color: #5C3F00;
font-size:12px;
}
.searchTerm1:focus{
color: #4F2511;
}
.searchButton1 {
width: 50px;
height: 30px;
text-align:center;
padding:5px
border: 0px solid #7A5212;
background: #7A5212;
text-align: center;
color: #fff;
border-radius: 5px 5px 5px 5px;
cursor: pointer;
}
.hoverable-div {
color: #4F2511;
border: 1px solid #d6d6d6;
background-color: #FDFEF8; /* Couleur de fond par défaut */
transition: background-color 0.5sborder 0.3s; /* Transition pour le changement de couleur */
}
/* Effets de survol pour les appareils de bureau */
.hoverable-div:hover {
background-color: #E9E4C6;
border: 1px solid #5C3F00;
}
/* Désactiver les effets de survol sur les écrans tactiles */
@media (hover: none) {
.hoverable-div {
color: #4F2511;
border: 1px dashed #d6d6d6;
background-color: #FDFEF8; /* Couleur de fond par défaut */
transition: background-color 0.5sborder 0.3s; /* Transition pour le changement de couleur */
}
.hoverable-div:hover {
background-color: #FDFEF8; /* Rétablir la couleur par défaut */
border: 1px solid #5C3F00; /* Rétablir la bordure par défaut */
}
}
.navig {
padding:0;
margin:0;
text-align:center;
}
#nav-content li:hover {
background-color: #FDFEF8;
}
.icon {
transform-origin: center center;
display: inline-block;
}
/* Effet d'expansion spécifique à chaque icône */
.icon1.clicked {
transform: scale(1.1);
}
.icon2.clicked {
transform: scale(0.95);
}
.icon3.clicked {
transform: scale(1.2);
}
.icon4.clicked {
transform: scale(1.3);
}
@media all and (max-device-width: 1024px) {
#contentcom2 {
font-size:15px;
}
.tags {
font-size:10px;
}
.bloc_hist1 {
float:none;
width:320px;
margin:0px 0px 10px;
line-height:115%;
font-size:15px;
}
.bloc_hist2 {
float:none;
width:320px;
margin:0px auto 10px;
line-height:115%;
font-size:15px;
}
.bloc_hist3 {
width:80%;
margin:20px auto 15px;
font-size:15px;
}
.sous_bloc_hist1 {
width:100%;
margin:0px auto 10px;
line-height:100%;
padding:5px 0px 0px;
border: 1px dashed #825900;
}
.sous_bloc_hist2 {
width:100%;
margin:0px auto 10px;
line-height:100%;
padding:5px 0px 0px;
border: 1px dashed #825900;
}
.sous_bloc_hist3 {
width:100%;
margin:37px auto 15px;
padding:5px 0px 0px;
}
.sous_bloc_hist4 {
width:100%;
margin:0px auto 10px;
line-height:100%;
padding:5px 0px 0px;
border: 1px dashed #825900;
}
.sous_bloc_hist5 {
width:100%;
margin:0px auto 10px;
line-height:100%;
padding:20px 0px 0px;
border: 1px dashed #825900;
}
.sous_bloc_hist_note1 {
margin:10px 0px 5px;
padding:0px;
}
.sous_bloc_hist_note2 {
font-size:10px;
}
.sous_bloc_div
{
width:80%;
margin:0px auto;
font-size:11px;
line-height:130%;
}
.sous_bloc_search {
width:320px;
margin:30px auto 20px;
font-size:16px;
border: 1px dashed #825900;
}
.sous_bloc_search_adv {
font-size:13px;
}
.sous_bloc_mots {
font-size:14px;
margin:0px 16px;
border: 1px dashed #825900;
}
sous_bloc_mots_search {
font-size:16px;
}
.bloc_perso {
width:290px;
font-size:15px;
}
.sous_bloc_perso {
width:95%;
padding:10px 0px 10px 5px;
height:65px;
font-size:15px;
}
.image_tag {
margin:50px auto 0px;
padding:0px;
width:320px;
height:200px;
border:2px solid #000000;
}
.image_tag_img {
height:200px;
width:3200px;
}
.image_eve {
margin:0px 15px;
width:80px;
height:50px;
border:2px solid #000000;
}
.image_eve_img {
height:50px;
width:80px;
}
.autre_jour
{
width:320px;
font-size:12px;
}
.blocvign {
width:171px;
height:170px;
}
.blocvignimg {
width:155px;
height:125px;
}
.select_chaine {
float:right;
text-align:right;
margin:37px 10px 0px 0px;
}
.search_vid {
float:right;
text-align:right;
margin:33px 15px 0px 0px;
}
.form-popup {
width: 80%;
}
.form-popup1 {
width: 80%;
}
.evenement2 {
font-size:15px;
}
.dateevene {
font-size:15px;
}
.search1 {
width: 170px;
position: relative;
display: flex;
font-size:15px;
}
.searchTerm1 {
width: 140px;
border: 1px solid #7A5212;
padding: 10px;
height: 30px;
border-radius: 5px;
outline: none;
color: #5C3F00;
font-size:15px;
}
.searchTerm1:focus{
color: #4F2511;
}
.searchButton1 {
width: 40px;
height: 30px;
border: 0px solid #7A5212;
background: #7A5212;
text-align: center;
color: #fff;
border-radius: 5px 5px 5px 5px;
cursor: pointer;
font-size: 15px;
}
/* Effet d'expansion spécifique à chaque icône */
.icon1.clicked {
transform: scale(1.1);
}
.icon2.clicked {
transform: scale(1.05);
}
}
@media all and (max-device-width: 640px) {
#contentcom2 {
font-size:14px;
}
.tags {
font-size:10px;
}
.bloc_hist1 {
float:none;
width:80%;
margin:0px 0px 10px;
line-height:115%;
font-size:15px;
}
.bloc_hist2 {
float:none;
width:80%;
margin:0px auto 10px;
line-height:115%;
font-size:15px;
}
.bloc_hist3 {
width:80%;
margin:20px auto 15px;
font-size:15px;
}
.sous_bloc_hist1 {
width:100%;
margin:0px auto 10px;
line-height:100%;
padding:5px 0px 0px;
}
.sous_bloc_hist2 {
width:100%;
margin:0px auto 10px;
line-height:100%;
padding:5px 0px 0px;
}
.sous_bloc_hist3 {
width:100%;
margin:37px auto 15px;
padding:5px 0px 0px;
}
.sous_bloc_hist4 {
width:100%;
margin:0px auto 10px;
line-height:100%;
padding:5px 0px 0px;
}
.sous_bloc_hist5 {
width:100%;
margin:0px auto 10px;
line-height:100%;
padding:20px 0px 0px;
}
.sous_bloc_hist_note1 {
margin:10px 0px 5px;
padding:0px;
}
.sous_bloc_hist_note2 {
font-size:10px;
}
.sous_bloc_div
{
width:80%;
margin:0px auto;
font-size:11px;
line-height:130%;
}
.sous_bloc_search {
width:80%;
margin:30px auto 20px;
font-size:15px;
}
.sous_bloc_mots {
font-size:13px;
margin:0px 15px;
}
sous_bloc_mots_search {
font-size:15px;
}
.bloc_perso {
width:100%;
float:none;
margin-right:0px;
font-size:15px;
}
.sous_bloc_perso {
width:95%;
padding:10px 0px 10px 5px;
height:65px;
}
.image_tag {
margin:50px auto 0px;
padding:0px;
width:320px;
height:200px;
border:2px solid #000000;
}
.image_tag_img {
height:200px;
width:3200px;
}
.image_eve {
margin:0px 15px;
width:80px;
height:50px;
border:2px solid #000000;
}
.image_eve_img {
height:50px;
width:80px;
}
.autre_jour
{
width:320px;
font-size:12px;
}
.blocvign {
width:171px;
height:170px;
}
.blocvignimg {
width:155px;
height:125px;
}
.select_chaine {
float:right;
text-align:right;
margin:37px 10px 0px 0px;
}
.search_vid {
float:right;
text-align:right;
margin:33px 15px 0px 0px;
}
.form-popup {
width: 80%;
}
.form-popup1 {
width: 80%;
}
.evenement2 {
font-size:13px;
}
.dateevene {
font-size:13px;
}
.search1 {
width: 170px;
position: relative;
display: flex;
}
.searchTerm1 {
width: 140px;
border: 1px solid #7A5212;
padding: 10px;
height: 30px;
border-radius: 5px;
outline: none;
color: #5C3F00;
font-size:14px;
}
.searchTerm1:focus{
color: #4F2511;
}
.searchButton1 {
width: 40px;
height: 30px;
border: 0px solid #7A5212;
background: #7A5212;
text-align: center;
color: #fff;
border-radius: 5px 5px 5px 5px;
cursor: pointer;
font-size: 14px;
}
/* Effet d'expansion spécifique à chaque icône */
.icon1.clicked {
transform: scale(1.1);
}
.navig {
font-size:13px;
}
}
>
<>
.container {
display: flex;
justify-content: center;
}
.box {
width: 100%;
transform: scale(0);
transition: transform 1.0smargin-top 0.8sopacity 1.0s;
position: relative;
z-index: 2;
overflow: hidden;
height: 0;
margin-bottom: 0px;
}
.box.zoom-in {
transform: scale(1);
height: 100%;
margin-bottom: 0;
position: relative;
z-index: 1;
opacity: 1;
}
.content {
padding: 10px;
}
#fade {
width: 100%;
opacity: 1;
transition: opacity 0.5s;
}
>
afrique-du-sud - 1990 (11 événements)
afrique-du-sud - 1990
(11 événements)
Février
02/02Légalisation du Congrés national africain (A.N.C.).
--
Le Président De Klerk annonce la prochaine libération de Mandela.
10/02Le Président De Klerk révèle que Mandela sera libéré le 11 février.
11/02Nelson Mandela est libéré de la prison Victor Verster à l'extérieur du Capen Afrique du Sudaprès 27 ans en tant que prisonnier politique.
14/02A Johannesburg se tient l'assemblée générale de l'African National Congress (ANC) (pour la première fois depuis trente ans).
Mars
02/03Nelson Mandela est élu vice-président du Congrès national africain.
04/03Lennox Sebeprésident à vie du bantoustan sud-africain de Ciskeiest évincé du pouvoir lors d'un coup d'État militaire sans effusion de sang dirigé par le brigadier Oupa Gqozo.
Mai
02/05Lors d'une rencontre au Caple président sud-africain Frederik Willem de Klerk et Nelson Mandela conviennent d'abolir l'apartheid.
12/05Winnie Mandela devient vice-ministre des Artsde la Culturede la Science et des Technologies.
Juillet
19/07La ségrégation raciale est abolie dans tous les lieux publics.
Août
06/08Mandela convainc l'ANC de suspendre la lutte armée.