@media only screen and (min-width:1176px) and (max-width:1600px){
#rm {
	display: none;
}

#rt {
	display: none;
}

#rh {
	display: none;
}

body> div> div {
	min-width: var(--widthDesktop);
	max-width: var(--widthDesktop);
	padding: 20px;
}

header {
	min-height: var(--heightHeader);
	max-height: var(--heightHeader);
	justify-content: center;
	margin: 0;
	padding: 0px;
}

header .hc {
	min-width: var(--widthDesktop);
	max-width: var(--widthDesktop);
	background: var(--bgContent);
}

header .hc> .hsolf #solfego {
	font-size: 40px;
	color: var(--colorBtn);
}

header .hc> .hsolf #tagline {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-left: 30px;
}

header .hc> .hsolf .fgw {
	flex-grow: 2;
}

#burger {
	display: none;
}

#mainMenu {
	display: flex;
	flex-wrap: no-wrap;
	flex-direction: row;
	justify-content: center;
	width: 100vw;
	background: var(--colorBody);
	position: sticky;
	top: var(--heightHeader);
	z-index: 100;
	padding: 0;
	margin: 0;
}

#mainMenu> div {
	background: var(--menuBg);
	display: flex;
	flex-direction: row;
	justify-content: center;
	padding: var(--heigthPaddingMenu) 0 var(--heigthPaddingMenu) 0;
	min-width: var(--widthDesktop);
	max-width: var(--widthDesktop);
}

#mainMenu> div> a {
	min-width: 150px;
	max-width: 150px;
}

#bgmenu {
	display: none;
}

header .hc> .hsolf #recherche {
	display: flex;
	flex-direction: row;
	background: var(--colorBody);
	min-height: 40px;
	max-height: 40px;
	margin: auto 0 auto 0;
	margin-right: 20px;
}

#searchl {
	min-width: 600px;
	max-width: 600px;
	min-height: 60px;
	max-height: 60px;
	border-radius: 4px;
	padding: 10px;
	font-size: 22px;
}

#searchImg {
	min-width: 60px;
	max-width: 60px;
	min-height: 60px;
	max-height: 60px;
	cursor: pointer;
}

#searchr {
	flex-direction: row;
}

#searchr> #srchl,#searchr> #srchr {
	min-width: 50%;
	max-width: 50%;
}

#dialog {
	border-radius: 8px;
	left: 0px;
	top: 0px;
	transform: translate(-50%,-50%);
	margin: 50vh 0 0 50vw;
	max-height: 100%;
	orverflow-x: auto;
}

.framePubContent {
	padding-left: 10px;
	padding-right: 20px;
}

h1 {
	font-size: 30px;
	margin-bottom: 10px;
}

.mtpub {
	display: none;
}

#vpubtab {
	min-width: 200px;
	max-width: 200px;
	min-height: 100%;
	max-height: 100%;
}

#vpub {
	min-width: 200px;
	max-width: 200px;
	min-height: 100%;
	max-height: 100%;
}

#vpub> div,#vpubtab> div {
	min-width: 200px;
	max-width: 200px;
	min-height: 600px;
}

#erreurTechnique {
	flex-direction: row;
}

#erreurTechnique .vfc> img {
	padding: 30px;
	max-height: 300px;
}

.stit {
	font-size: 20px;
}

.cln {
	flex-direction: row;
	justify-content: center;
}

.cln .col1 {
	margin-right: 30px;
}

.cln .col2 {
	flex-grow: 1;
}

.clp {
	flex-direction: row;
}

.clp .col1,.clp .col2 {
	width: 50%;
}

.inp {
	min-width: 150px;
	max-width: 150px;
}

.cto.bqz> .crc {
	min-width: 20%;
	max-width: 20%;
}

.crc> .crn {
	padding-left: 20px;
}

.sec h1 {
	font-size: 20px;
}

html {
	scroll-padding-top: calc(var(--heightHeader) + var(--heigthBtnMenu) + 2*var(--heigthPaddingMenu) + 20px);
}

label.fsbig,.fsbig {
	font-size: var(--fsbDesktop);
}

#fm {
	min-width: 400px;
}

#fm .en #ml,#fm .en #me {
	min-width: 400px;
	max-width: 400px;
}

#adj a img {
	min-width: 25px;
	max-width: 25px;
	min-height: 25px;
	max-height: 25px;
}

#cct {
	flex-direction: row;
}

#cct h1 {
	text-align: left;
	font-size: 40px;
	margin: 0 0 10px 0;
}

#cct #introduction .introduction {
	font-size: 26px;
	text-align: justify;
	padding-right: 30px;
}

#cct #quiz-link img {
	min-width: 30px;
	max-width: 30px;
	min-height: 30px;
	max-height: 30px;
}

#cct #quiz-link a {
	font-size: 22px;
}

.art {
	padding-left: 30px;
	padding-right: 30px;
}

.art h2,.art ol li {
	font-size: 25px;
}

.art table .th label {
	font-size: 22px;
}

.art table td {
	font-size: 22px;
}

.art table .short {
	max-width: 250px;
}

.art p,.art label,.art span {
	font-size: 20px;
}

.art a {
	font-size: 20px;
}

.art ul li {
	font-size: 20px;
}

.art ul li .fix {
	min-width: 165px;
	max-width: 165px;
}

.art .fix2 {
	min-width: 320px;
	max-width: 320px;
}

.art .fix3 {
	min-width: 200px;
	max-width: 200px;
}

h2 {
	font-size: 25px;
	margin-bottom: 10px;
}

h3 {
	font-size: 20px;
	margin-bottom: 10px;
}

.jmo {
	display: none;
}

.cto {
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-evenly;
}

.cto> .crc {
	min-width: 30%;
	max-width: 30%;
}

.crc> .crn {
	padding-left: 20px;
}

.crc> .crn {
	padding-left: 20px;
}

.mpub {
	display: none;
}

.dDH {
	display: flex;
}

.dT {
	display: none;
}

.dM {
	display: none;
}

.dMT {
	display: none;
}

.dH {
	display: none;
}

.dTDH {
	display: flex;
}

.fflex {
	flex-direction: row;
}

.fflex .ph {
	padding-left: 10px;
	padding-right: 10px;
}

.fflex .sph {
	padding-left: 5px;
	padding-right: 5px;
}

.acac {
	font-size: 18px;
}

.acco .block {
	min-width: var(--abs);
	max-width: var(--abs);
	margin-right: var(--abmr);
}

.acco .dico .col2 {
	display: none;
}

.acco .dico .col a {
	font-size: 18px;
}

.videos {
	flex-direction: row;
}

.videos .vdtit {
	min-width: 130px;
	max-width: 130px;
}

.videos .cnt {
	justify-content: space-between;
}

.table {
	font-size: var(--fontSizeDesktop);
	width: fit-content;
}

.table .cell a {
	font-size: var(--fontSizeDesktop);
}

.table .cell legend {
	font-size: var(--fontSizeLegendDesktop);
}

.table .label {
	min-width: var(--colLabelDesktop);
	max-width: var(--colLabelDesktop);
}

.table .small {
	min-width: var(--colSmallDesktop);
	max-width: var(--colSmallDesktop);
}

.table .smallCenter {
	min-width: var(--colSmallDesktop);
	max-width: var(--colSmallDesktop);
}

.table .medium {
	min-width: var(--colMediumDesktop);
	max-width: var(--colMediumDesktop);
}

.table .large {
	min-width: var(--colLargeDesktop);
	max-width: var(--colLargeDesktop);
}

.table .tresLarge {
	min-width: var(--colTresLargeDesktop);
	max-width: var(--colTresLargeDesktop);
}

.table .mobile {
	display: none;
}

.table .hd {
	display: none;
}

.table .mobtab {
	display: none;
}

.table .tablet {
	display: none;
}

.table .fsBig {
	font-size: 40px;
}

.table .fsMedium,.table a.fsMedium {
	font-size: 30px;
}

.edb {
	min-width: 300px;
	max-width: 300px;
}

#exercice {
	min-width: 900px;
	max-width: 900px;
}

#exercice .pres img {
	min-width: 200px;
	max-width: 200px;
	margin-right: 30px;
}

#exercice p {
	font-size: 22px;
}

#exercice .hflex.cbx {
	margin: 10px 0 10px 0;
}

#exercice .hflex.cbx .cbxComp {
	min-width: 150px;
	max-width: 150px;
}

#exercice #rep {
	font-size: 25px;
}

#exercice #tir {
	font-size: 50px;
}

#exercice #structure {
	font-size: 30px;
}

.hfd {
	display: flex;
	flex-direction: row;
	margin-top: 5px;
	margin-bottom: 5px;
}

.hfm {
	display: none;
}

.dMTD {
	display: flex;
}

.dTD {
	display: flex;
}

.dD {
	display: flex;
}

.cdgm {
	min-width: calc(var(--colLabelDesktop) + 2 * var(--colSmallDesktop));
	max-width: calc(var(--colLabelDesktop) + 2 * var(--colSmallDesktop));
}

.cadregam {
	min-width: calc(var(--colLabelDesktop) + 12 * var(--colSmallDesktop) + var(--actionWidth));
	max-width: calc(var(--colLabelDesktop) + 12 * var(--colSmallDesktop) + var(--actionWidth));
}

.cadregam .search {
	flex-direction: row;
}

.cadregam #swname {
	padding-left: 10px;
}

.table .mobGam {
	display: none;
}

#gmcnt {
	flex-direction: row;
	justify-content: center;
}

#gmcnt .col1 {
	margin-right: 30px;
}

#ljx {
	min-width: 660px;
	max-width: 660px;
}

.lnact {
	flex-direction: row;
	justify-content: center;
}

.lnc {
	display: flex;
	flex-direction: column;
	margin: 0 10px 0 10px;
}

#pgpds {
	padding-left: 100px;
}

.autopromo img {
	min-width: 64px;
	max-width: 64px;
}

#quiz {
	min-width: 900px;
	max-width: 900px;
	border-radius: 7px;
}

#quiz-btn {
	flex-direction: row;
	padding: 10px 0 10px 0;
}

#quiz-cnt> label {
	font-size: 20px;
}

#quiz-cnt.ig> label {
	margin: auto 0 auto 20px;
}

#quiz-cnt.id> label {
	margin: auto 20px auto 0;
}

.cadrelin {
	min-width: calc(var(--colMediumDesktop) + var(--colMediumDesktop) + var(--colMediumDesktop) + var(--colMediumDesktop) + var(--colMediumDesktop) + var(--colSmallDesktop));
	max-width: calc(var(--colMediumDesktop) + var(--colMediumDesktop) + var(--colMediumDesktop) + var(--colMediumDesktop) + var(--colMediumDesktop) + var(--colSmallDesktop));
}

.fsGraphie {
	font-size: 35px;
}

#ciaff {
	font-size: 40px;
}

.pmfil .col {
	min-width: 180px;
	max-width: 180px;
}

.col2 iframe.vyo {
	min-width: 800px;
	max-width: 800px;
	min-height: 450px;
	max-height: 450px;
}

.col2 .vdp> .ven {
	flex-direction: row;
}

.col2 .vdp> .ven> .pg {
	justify-content: right;
}


}