#impression{
display:none;
 }
#version_imprimable{
display:none;
 }
:root{
	--color11:#F4F4F4; /* couleur colonne 1 droite */
--colorb:#1089F7 -50%;
}

@font-face {
 	font-family: "Ubuntu";
 	src: url("../font/Ubuntu-Regular.ttf")
}
@font-face {
	font-family: "Ubuntu";
 	src: url("../font/Ubuntu-Bold.ttf");
	font-weight: bold;
}
@font-face {
	font-family: "Ubuntu";
 	src: url("../font/Ubuntu-BoldItalic.ttf");
	font-weight: bold;
	font-style: italic;
}
@font-face {
	font-family: "Ubuntu";
 	src: url("../font/Ubuntu-Italic.ttf");
	font-style: italic;
}


body > * {

    }









.FDheader {
	display: flex;
	justify-content: space-between;
	background-color: white;
}
.FDlogo {
	background-image: url("../images/logo_CIS.png");
	background-repeat: no-repeat;
	width: 360px;
	min-height: 120px;
	background-size: 85%;
	background-position: 30px 0px;
}
.FDbatiment {
	background-image: url("../images/Bg_CIS.jpg");
	background-repeat: no-repeat;
	overflow: hidden;
	/*width: 250px;*/
	min-height: 220px;
right:0px;
margin-left: auto; 
margin-right: 0;
	background-size: 120%;
	background-position: -15px -37px;
}
.FDensemblediplome {
	color: white;
	font-weight: bold;
	min-height: 100px;
	background: transparent linear-gradient(96deg, #1089F7 0%, #1A3CAE 100%) 0% 0% no-repeat padding-box; /*COULEUR DE LA COMPOSANTE*/
	display: flex;
	position: relative;
	overflow: hidden;
	align-items: center;
}

.FDintitulediplome {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 10px;
	left: 0%;
}

.FDtypediplome {
	font-weight: bold;
	font-size: 1rem;
}

.FDtitrediplome {
	font-weight: bold;
	text-transform : uppercase;
	font-size: 1.2rem;
	height: 50px;
	width: 100%;
}

.FDensembleencadreheader {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 0.875rem;
border-style: solid;
	border-width: 3px;
	border-color: #1089F7;m
	border-radius: 3px;
}

table {
	padding: 0px 5px 0px 5px;
	
	min-height: 104px;
	font-size: 0.719rem;
    height:100%;
}

td.FDiconheader {
	text-align: center;
	padding-right: 5px;
	height: 20px;
	vertical-align: middle;
}

td {
	vertical-align: middle;
}
.FDencadreheader#encadreGauche {
float:left;
	width: 35%;
border-right: solid;
	border-width: 3px;
	border-color: #1089F7;>;
	border-radius: 3px;
}
.FDencadreheader#encadreDroit {
	width: 65%;
}

.FDiconheader_nivetudes {
	background-image: url("../icons/CIS/nivetudes.svg"); /*ICÔNE DE LA COMPOSANTE*/
	background-repeat: no-repeat;
	width: 25px;
	min-height: 15px;
	margin: auto;
}
.FDiconheader_ECTS {
	background-image: url("../icons/CIS/ECTS.svg"); /*ICÔNE DE LA COMPOSANTE*/
	background-repeat: no-repeat;
	width: 23px;
	min-height: 23px;
	margin: auto;
}
.FDiconheader_duree {
	background-image: url("../icons/CIS/duree.svg"); /*ICÔNE DE LA COMPOSANTE*/
	background-repeat: no-repeat;
	width: 15px;
	min-height: 20px;
	margin: auto;
}
.FDiconheader_valide {
	background-image: url("../icons/CIS/check_valide.svg"); /*ICÔNE DE LA COMPOSANTE*/
	background-repeat: no-repeat;
	width: 18px;
	min-height: 18px;
	margin: auto;
}
.FDiconheader_refus {
	background-image: url("../icons/croix_refus.svg"); /*ICÔNE DE LA COMPOSANTE*/
	background-repeat: no-repeat;
	width: 18px;
	min-height: 18px;
	margin: auto;
}

.FDencadreheader_valide {
	color: #1089F7; /*COULEUR DE LA COMPOSANTE*/
	font-weight: bold;
}

.FDbloc_titre {
	background: transparent linear-gradient(102deg, #1089F7 0%, #1A3CAE 100%) 0% 0% no-repeat padding-box;
	color: white;
	font-weight: bold;
	display: flex;
	align-items: center;
	margin-left: 15px;
	position: relative;
	font-size: 1.125rem;
	/* width: 355px; */
	height: 45px;
}
.FDcercle {
	background-color: white;
	border-radius: 50%;
	border-style: solid;
	border-width: 4px;
	border-color: #1089F7;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: -15px;
	margin-right: 10px;
	min-height: 50px;
	min-width: 50px;
}
.fleches_blocs {
	display: flex;
	position: absolute;
	right: 0%
}
.fleches_blocs img {
	height: 55px;
}
.FDicons {
	max-width: 32px;
	max-height: 32px;
}


.FDtype_contact {
	font-size: 1rem;
	font-weight: bold;
	margin-bottom: 0px;
	color: #1089F7; /*COULEUR DE LA COMPOSANTE*/
}

.FDcontenu_contact {
	display: flex;
	align-items: center;
}

.FDencadrepage {
	border-style: solid;
	border-width: 3px;
	border-color: #1089F7;
	border-radius: 3px;
	width: 364px;
	display: flex;
	font-size: 0.75rem;
	margin-top: 10px;
}

.FDinfos {
	width: 55%;
	padding: 3px 0px 0px 8px;
	border-right: dashed;
	border-color: #1089F7;
	border-width: 2px;
}
.FDinfos p {
	width: 100%;
}

.FDinfos_titre {
	color: #1089F7; /*COULEUR DE LA COMPOSANTE*/
	font-weight: bold;
	font-size: 1rem;
	margin-bottom: 2px;
}

.section_QRcode {
	width: 45%;
}
.section_QRcode p {
	width: 100%;
	text-align: center;
	font-size: 0.813rem;
	color: #1089F7; /*COULEUR DE LA COMPOSANTE*/
}

.QRcode {
	display: flex;
	max-height: 85px;
	align-items: baseline;
	justify-content: space-around;
	padding: 1px;
	margin-bottom: 3px;
}

.resize#resize_titre {
	width: 100%;
    height: 50px;
	display: flex;
	align-items: center;
}

.fleches_titre {
	display: flex;
	position: absolute;
	right: 0%;
}

.fleches_titre img {
	height: 150px;
}

.FDparcours {
	font-weight: bold;
	font-style: italic;
	font-size: 1rem;
}
.FDparcours span {
	color: black;
}
a.FDliens:link {
    color: #1089F7;
    text-decoration: none;
    font-weight: normal;
}



#voir_plus{
display:block;
 }
#voir_plus_imprimable{
display:none;
 }
.logo_gauche{
	max-height:150px;
}
.logo_droite{
	max-height:150px;
}

.qrcode{
	height:250px;
}




.bouton_appli {
  background-color:#F4F4F4;
text-decoration: none;
  color:#ff5522;
            border:2px solid #ff5522;
            text-transform:uppercase;
            padding:5px 10px 5px 10px;
            cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
 
.bouton_appli:hover, .bouton_appli:focus, .bouton_appli:active {background-color:#ff5522; color:#ffffff;text-decoration: none;}
 





.paragraphe{
text-align:justify;
}


.police_intertitre {
    margin: 40px 0 10px 0;
    padding: 10px 0 0 0;
    border-top: 1px solid #b4b3b3;
    text-transform: uppercase;
    font-family: "Ubuntu", sans-serif;
    font-weight: 200;
    letter-spacing: 1px;
    font-size: 1em;
    color: #111;
}

.principale  {
-webkit-print-color-adjust:exact;
color-adjust: exact;
font-family: "merlo", sans-serif;
text-rendering: optimizeLegibility ;
    font-size: 12px;

 }

.grid-1 {

height : 295mm;
width:210mm;
page-break-after: always;
 /* margin: 0 auto; */

}



/* specific item styles */

.item-h01 {
  background: #ffffff;
float:left;
	width: 50%;

}
.item-h02 {
float:left;
width: 50%;
background: #ffffff;


}
.item-h1 {
hyphens: auto;
height:auto;
margin-bottom:5px;

}
.item-h2 {
  hyphens: auto;
height:auto;
  background:var(--color11);

}
.item-g10 {
  background-color:var(--color11);
}
.item-g12 {
float:left;
	width: 50%;
  background:var(--color11);

}
.item-g122 {
  padding:10px;
}

.item-g13 {
float:left;
width: 50%;
 background-color:var(--color11);
}
.item-g133 {
  padding:10px;text-align: justify;
}

	
.grid-2 {
height : 295mm;
width:210mm;
position:relative;
page-break-after: always;
}
/* specific item styles */
.item-g20 {
  background-color:var(--color11);
}
.item-g21 {
background-color:var(--color11);
float:left;
width: 50%;
}
.item-g211 {
padding:10px;
}
.item-g22 {
background-color:var(--color11);
float:left;
width: 50%;
}
.item-g222 {
padding:10px;
}
.item-f1 {

background-color:#FFF;
bottom:0px;
right:0px;
left:0px;
margin:40px;
}
.item-f01 {
float:left;
width: 50%;
background-color:#FFF; 
text-align:center;
}
.item-f011 {
padding:10px;
background-color:#FFF; 
text-align:center;
}
.item-f02 {
float:left;
width: 50%;
}

.item-f022 {
padding-left:40px;
border-left: solid;
border-color: black;
border-width: 2px;
background-color:#FFF;
text-align:left;
}
.clear{
clear:both;
}