@media all and (min-width: 991px) {
	div.tablet {
		position: absolute;
		left: -1px;
		top: -1px;
		width: 0;
		height: 0;
		z-index: -10;
		overflow: hidden;
	}
}

@media all and (max-width: 640px) {
	div.tablet {
		position: absolute;
		left: -1px;
		top: -1px;
		width: 0;
		height: 0;
		z-index: -10;
		overflow: hidden;
	}
}

@media all and (min-width: 641px) and (max-width: 990px) {

	a.buttonTop {
		margin:0;
	}


	/*.float_left, .float_right {
		float: none;
		display: contents;
		margin-bottom: 20px;
	}*/

	.flexbox1 {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-content: center;
		justify-content: center;
		align-items: center;
	}

	.desktop-band {
		width:auto;
	}

	#mainContainer {
		width:100%;
	}

	#contentBox {
		width:100%;
	}
	#content {
		background: white;
		padding: 10px;
		text-align: justify;
		margin-left: 70px;
		margin-right: 10px;
		margin-bottom: 20px;
	    border-radius: 10px;
	}

	.photo, .micro {
		margin: 10px 0;
		max-width: 90%;
	}

	ul {
		padding-left: 10px;
	}

	ul.divSofts {
		padding: 0;
	}

	.tablet-header {
		position: relative;
		margin-left: 70px;
		z-index: 10;
		/*height: 200px;*/
		text-align: center;
        /*background: linear-gradient(to bottom, #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%);
       background: linear-gradient(to bottom, #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%);
       background: linear-gradient(to bottom, #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%);*/
       padding: 3px 0;
	}

	.tablet-menu {
		position: fixed;
		top: -8px;
		left: 0;
		bottom: 0;
		z-index: 10;
		text-align: center;
		/*background: url('../img/site/vertical/menu.cell.off.png');
		background-repeat:  repeat-y;*/
		width: 70px;
	}
	.tablet-header-top-bg {
		position: absolute;
		top: 5px;
		left: 0;
		right: 10px;
		height: 60px;
		background: white;
		/*padding: 0 10px;*/
		border-radius: 10px;
		z-index: -1;
		box-shadow:0 0 5px 5px rgba(0, 0, 0, 0.2);
		opacity: 0.7;
		/*margin-right: 10px;*/
	}
	.tablet-header-top {
	    display: flex;
	    flex-direction: row;
	    flex-wrap: nowrap;
	    align-content: center;
	    justify-content: space-around;
	    align-items: center;
    }
	.tablet-header-top h1 {
		font-size: 22px;
		color: black;
		text-align: center;
		margin: 0;
		padding: 3px 0;
		font-family: "Comic Sans MS", arial;
	}

	.tablet-header-top p {
		font-size: 14px;
		margin: 0;
		padding: 5px 0;
		color: black;
		text-align: center;
	}

	.tablet-header-top img {
		max-width: 60px;
		max-height: 60px;
	}

	.tablet-header-bottom {
		display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: space-between;
        align-items: center;
        padding: 3px 10px;
	}

	.tablet-header-bottom a {
		color: white;
	}

	.leftpart .button {
		width:60px;
		height:60px;
		margin:10px auto;
		border-radius:40px;
		z-index:+10;
		text-align:center;
		padding:0;
		border:1px solid transparent;
		position: relative;
	}
	.leftpart .bgred {
		background: radial-gradient(circle, rgba(249,170,95,1) 0%, rgba(239,126,94,1) 100%);
/* 		background:url('/img/site/bg.bg_accueil.jpg'); */
	}
	.leftpart .bggreen {
		background: radial-gradient(circle, rgba(229,246,105,1) 0%, rgba(125,231,107,1) 100%);
/* 		background:url('/img/site/bg.bg_presentation.jpg'); */
	}
	.leftpart .bgrose {
		background: radial-gradient(circle, rgba(246,162,160,1) 0%, rgba(239,138,180,1) 100%);
/* 		background:url('/img/site/bg.bg_photos.jpg'); */
	}
	.leftpart .bgyellow {
		background: radial-gradient(circle, rgba(253,127,105,1) 0%, rgba(243,218,74,1) 100%);
/* 		background:url('/img/site/bg.bg_debutant.jpg'); */
	}
	.leftpart .bgblue {
		background: radial-gradient(circle, rgba(159,183,233,1) 0%, rgba(132,212,235,1) 100%);
/* 		background:url('/img/site/bg.bg_detente.jpg'); */
	}
	.leftpart .bgpurple {
		background: radial-gradient(circle, rgba(176,119,213,1) 0%, rgba(132,159,236,1) 100%);
/* 		background:url('/img/site/bg.bg_logiciels.jpg'); */
	}
	.leftpart .button img {
		max-width:54px;
		max-height:54px;
	}
	.leftpart .button p {
		background: linear-gradient(to bottom, #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%);
	}
	.leftpart .button:hover img {
	}
	.leftpart .button p {
		position:relative;
		top:-50px;
		left:80px;
		width:300px;
		border:1px solid #eee;
		border-radius:10px;
		box-shadow:0 0 5px 5px rgba(0, 0, 0, 0.2);
		display:none;
		padding:20px;
		font-weight: bold;
	}
	.leftpart .button:hover {
		border:1px solid #aaa;
		background: rgb(255, 255, 255, 0.5);
		box-shadow:0 0 3px 3px rgba(0, 0, 0, 0.2);
	}
	.leftpart .button:hover p {
		display:inline-block;
		font-size:20px;
	}

  #bottom {
    position: relative;
    margin-left: 70px;
    margin-right: 10px;
    background-image: none;
    border-radius: 9px 10px 0 0;
  }

  .bottomBackground {
    position: absolute;
    background: white;
    border-radius: 10px 10px 0 0;
    height: 25px;
    opacity: 0.6;
    width: 100%;
  }

  .bottomBackground a.menu {
		color: white;
	}

	.bottomlinksleft {
	  display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
    padding-top: 3px;
		position: relative;
		top: 3px;
		z-index: +1;
	}

}
