/*-----------------------------------------------------------------*/
.carousel .carousel-control-prev, .carousel .carousel-control-next {
    visibility: hidden;
}
.carousel:hover .carousel-control-prev, .carousel:hover .carousel-control-next {
    visibility: visible;
}
.carousel-control-prev, .carousel-control-next{
    bottom: 0%; /* default 0%. Other 30%, 50%, etc. */
}
.carousel-control-prev{
    left: -5%;
}
.carousel-control-next{
    right: -5%;
}
.carousel-indicators li {
    width: 20px;
    height: 20px;
    border-radius: 100%;
}
#pausePlay1, #pausePlay2 {
    width: 32px;
    height: 32px;
    opacity: 0.8;
}
#pausePlay1:hover, #pausePlay2:hover {
    cursor: pointer;
    opacity: 1;
}
/*-----------------------------------------------------------------*/
select option {
    margin: 15px 0 15px 0;
    background-color: white; /* Or background: white;*/
    color: black;
    /*text-shadow: 0 1px 0 black;*/
	font-size: x-large;
    font-weight: normal;
}
select option:checked {
    background: #2196F3 linear-gradient(0deg, #2196F3 0%, #2196F3 100%); /*#2196F3; kind of blue*/
    font-weight: normal; /*bold*/
}
/*-----------------------------------------------------------------*/
.modal {
    position: fixed;
    top: 10px;
    right: 100px;
    bottom: 0;
    left: 0;
    z-index: 99999;
    overflow: auto;
    overflow-y: auto;
 }
/*-----------------------------------------------------------------*/

/*-----------------------------------------------------------------*/
.My-row {
    background-color: lightblue;
    height: 25%;
}
.My-col {
    padding-top: 1.5%;
}
select:hover {
    cursor: pointer;
}
/*-----------------------------------------------------------------*/
#word, #sentence, #item {
	text-align: center;
}
.mbl{
	margin-bottom: 95px;
	margin-left: 50px;
}
#optSentence{
	margin-bottom: 0.5%;
}
#optWord{
	margin-bottom: 4%;
}
#idSentence{
	margin: 3%;
}
.card-content{
	background-color: rgba(238, 238, 238, 0.993);
}
/*-----------------------------------------------------------------*/
#carouselContainer {
    padding: 50px 50px 0px 50px;
    margin: 0;
    border: 0;
    width: 100%;
}
.carousel-inner {
    width: 100%;
    position: relative;
}

#imageWrapper1, #imageWrapper2 {
    /*height: 380px;*/
    border-radius: 30px;
    width:75%; 
    height:25%;
}

/*---------------------------------------------------------------------------------------*/
.nav-link{
    font-weight: bold;
    font-size: x-large;
}
/* Header Style */
header {
    position: absolute;
    z-index: 99999;
    width: 100%;
    height: 80px;
    background-color: transparent;
    background-color: #1256e9ec; 
    -webkit-transition: all 0.3s ease-in-out 0s; 
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
header .navbar {
    padding: 5px 0px 10px;
}
.background-header .navbar {
    padding: 17px 0px;
}
.background-header {
    top: 0;
    position: fixed;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 1px 10px rgba(0,0,0,0.1);
}
.background-header .navbar-brand h2 {
    color: #121212;
}
.background-header .navbar-nav a.nav-link {
    color: #1e1e1e;
}
.background-header .navbar-nav .nav-link:hover,
.background-header .navbar-nav .active>.nav-link,
.background-header .navbar-nav .nav-link.active,
.background-header .navbar-nav .nav-link.show,
.background-header .navbar-nav .show>.nav-link {
    color: #f33f3f;
}
.navbar .navbar-brand {
    float: 	left;
    /*margin-top: -12px;*/
    outline: none;
    padding: 5px 0 0 0;
}
.navbar .navbar-brand h2 {
    /* color: #fff; */
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 500;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.navbar .navbar-brand h2 em {
    font-style: normal;
    color: #f33f3f;
}
#navbarResponsive {
    z-index: 999;
}
.navbar-collapse {
    text-align: center;
}
.navbar .navbar-nav .nav-item {
    margin: 0px 15px;
}
.navbar .navbar-nav a.nav-link {
    text-transform: capitalize;
    font-size: 17px;
    font-weight: 900;
    letter-spacing: 0.6px;
    color: rgb(12, 11, 11);
    transition: all 0.5s;
    margin-top: 3px;
}
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .active>.nav-link,
.navbar .navbar-nav .nav-link.active,
.navbar .navbar-nav .nav-link.show,
.navbar .navbar-nav .show>.nav-link {
    color: rgb(24, 23, 23);
    padding-bottom: 25px;
    border-bottom: 3px solid #f33f3f;
}
.navbar .navbar-toggler-icon {
    background-image: none;
}
.navbar .navbar-toggler {
    border-color: #fff;
    /* background-color: transparent; */
    background-color: #fff;	
    height: 36px;
    outline: none;
    border-radius: 0px;
    position: absolute;
    right: 30px;
    top: 20px;
}
.navbar .navbar-toggler-icon:after {
    content: '\f0c9';
    color: #f33f3f;
    font-size: 18px;
    line-height: 26px;
    font-family: 'FontAwesome';    
}            
/*------------------------------------------------------------*/
.access {
	background-color: dodgerblue; /* rgb(96, 96, 216);*/
	text-align: center;
	color: whitesmoke; /*white;*/
    padding-top: 10px;
    padding-bottom: 0px;
}
table, .taille, .form-check {
	font-size: 20px;
}
.My-access {
    padding-top: 10px;
}
.My-hr {
    width: 90%;
    background-color: #2196F3; /*kind of blue*/ /*dodgerblue;*/
}
.My-hr1 {
    background-color: lightblue;
}
/*------------------------------------------------------------*/
.my-feature {
    text-align: justify;
    color: black;
}
/*------------------------------------------------------------*/
.subsectionTitle {
    font-weight: bold;
}
/*------------------------------------------------------------*/
.wrapper {
	display: grid;
	grid-gap: 10px;
	grid-template-columns: repeat(0, 200px);
	grid-template-rows: 470px;
	grid-auto-flow: column;
}
/*------------------------------------------------------------*/