:root{
	--color11:#F4F4F4; /* couleur colonne 1 droite */
}

@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;
}


.principale{
	padding:10px;
	background:white;
    width: 210mm;
    height: 297mm;
    margin: auto;
font-family: Ubuntu;
font-size: 12px;
color:#000;

}
.FDheader {
	display: flex;
	justify-content: space-between;
	background-color: white;
}
.FDlogo {
	background-image: url("../images/logo_.png");
	background-repeat: no-repeat;
	width: 360px;
	min-height: 120px;
	background-size: 85%;
	background-position: 30px 0px;
}
.FDbatiment {
	background-image: url("../images/Bg_.jpg");
	background-repeat: no-repeat;
	overflow: hidden;
	width: 250px;
	min-height: 120px;
right:0px;
	background-size: 120%;
	background-position: -15px -37px;
}
.FDensemblediplome {
	color: white;
	font-weight: bold;
	min-height: 100px;
	background: transparent linear-gradient(96deg, # 0%, # 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: 2rem;
	height: 50px;
	width: 100%;
}

.FDensembleencadreheader {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 0.875rem;
        height:100%;
}

table {
	padding: 0px 5px 0px 5px;
	border-style: solid;
	border-width: 3px;
	border-color: #00A8BF;
	border-radius: 3px;
	min-height: 100px;
	font-size: 0.719rem;
    height:100%;
}

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

td {
	vertical-align: middle;
}

.FDencadreheader#encadreDroit {
	width: 570px;
}

.FDiconheader_nivetudes {
	background-image: url("../icons//nivetudes.svg"); /*ICÔNE DE LA COMPOSANTE*/
	background-repeat: no-repeat;
	width: 25px;
	min-height: 15px;
	margin: auto;
}
.FDiconheader_ECTS {
	background-image: url("../icons//ECTS.svg"); /*ICÔNE DE LA COMPOSANTE*/
	background-repeat: no-repeat;
	width: 23px;
	min-height: 23px;
	margin: auto;
}
.FDiconheader_duree {
	background-image: url("../icons//duree.svg"); /*ICÔNE DE LA COMPOSANTE*/
	background-repeat: no-repeat;
	width: 15px;
	min-height: 20px;
	margin: auto;
}
.FDiconheader_valide {
	background-image: url("../icons//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: #; /*COULEUR DE LA COMPOSANTE*/
	font-weight: bold;
}






.FDbloc_titre {
	background: transparent linear-gradient(102deg, #00A8BF 0%, #1987C9 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: #00A8BF;
	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: #; /*COULEUR DE LA COMPOSANTE*/
}

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

.FDencadrepage {
	border-style: solid;
	border-width: 3px;
	border-color: #00A8BF;
	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: #00A8BF;
	border-width: 2px;
}
.FDinfos p {
	width: 100%;
}

.FDinfos_titre {
	color: #; /*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: #; /*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;
}




#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;
}

.grid-1 {
  display: grid;
  width: 100%;
  margin: 0 auto;
  
  grid-template-columns: 1fr;
  /*grid-template-rows: 80px auto auto 80px;*/
  grid-gap: 0px;
  
  grid-template-areas:    "header01"
                        "header02"    
						"header1"
                        "header2"
	  					"colonne1"
                        "colonne2";
}

/* items */

.grid-1 div {


  }

/* rwd */

@media only screen and (min-width: 800px) {

	.grid-1 {
    max-width: 100%;
	  
	  grid-template-columns: 50% 50%;
	  /*grid-template-rows: auto auto ;*/
	 
	  
	  grid-template-areas: "header01 header02"
							"header1 header1"
                            "header2 header2"
	                       "colonne1 colonne2";
	}

	.grid-1 div {


	 }


}

/* specific item styles */

.item-h01 {

  background: #ffffff;
  grid-area: header01;
}
.item-h02 {

  background: #ffffff;
  grid-area: header02;
margin-left: auto; 
margin-right: 0;

}
.item-h1 {
  hyphens: auto;
height:auto;
margin-bottom:5px;
background:var(--color11);
  grid-area: header1;
}
.item-h2 {
  hyphens: auto;
height:auto;
  background:var(--color11);
  grid-area: header2;
}
.item-g12 {
padding:10px;
  background:var(--color11);
  grid-area: colonne1;
}	
.item-g13 {
padding:10px;

 background-color:var(--color11);
  grid-area: colonne2;
}

	
	
.grid-2 {
  display: grid;
  width: 100%;
  margin: 0 auto;
  
  grid-template-columns: 1fr;
  /*grid-template-rows: 80px auto auto 80px;*/
  grid-gap: 0px;
  
  grid-template-areas: "colonne1"
	  					"colonne2"	
                       "footer01"
                        "footer02";
}

/* items */

.grid-2 div {


  }

/* rwd */

@media only screen and (min-width: 800px) {

	.grid-2 {
    max-width: 100%;
	  
	  grid-template-columns: 50% 50%;
	 /* grid-template-rows: auto auto ;*/
	 
	  
	  grid-template-areas: "colonne1 colonne2"
	                       "footer01 footer02";
	}

	.grid-2 div {


	 }

}

/* specific item styles */

.item-g21 {
 padding:10px;

  background-color:var(--color11);
  grid-area: colonne1;
}
.item-g22 {
padding:10px;
background-color:var(--color11);
  grid-area: colonne2;
}	
.item-f01 {
padding:10px;
  background-color:#FFF;
  grid-area: footer01;  
}
.item-f02 {
padding:10px;
border-left: solid;
    border-color: black;
    border-width: 2px;
  background-color:#FFF;
  grid-area: footer02;  
}

/****************************
APPLI FICHES DIPLOMES FRONT
*****************************/

/*** Moteur de recherche ***/

.fichesdiplomesp_recherche {background-color:#ffffff; text-align:left;  padding:10px; border-bottom:10px solid #f4f4f4;width:100%}
.fichesdiplomesp_recherche_bloc1 {float:left;width:30%; margin:5px 0px 5px 0px; padding:8px}
.fichesdiplomesp_recherche_bloc2 {float:left;width:70%;}
.fichesdiplomesp_recherche_bloc2 select {background-color:#f4f4f4; border: 0; padding: 10px; display: block; appearance: auto;  border-radius: 0; width: 100%; margin: 5px 0 5px 0; color: #444444; font-weight: 300; font-size: .9em;}
.fichesdiplomesp_recherche_bloc2 input {background-color:#f4f4f4; padding: 10px;margin:5px 0px 5px 0px;}

.fichesdiplomesp_resultats {background-color:#ffffff; text-align:left;  padding:10px; border-bottom:10px solid #f4f4f4;}
.fichesdiplomesp_resultats_bloc1 {float:left;width:70%;padding-right: 10px}
.fichesdiplomesp_resultats_bloc2 {float:left;width:20%;text-align:center}
.fichesdiplomesp_resultats_bloc3 {float:left;width:10%;text-align:center}
.fichesdiplomesp_resultats_titre {font-size:12pt;}
.fichesdiplomesp_resultats_composante {font-size:10pt;}

@media screen and (max-width : 960px) {

.fichesdiplomesp_recherche {background-color:#ffffff; text-align:justify;  padding:10px; border-bottom:10px solid #f4f4f4;width:100%}
.fichesdiplomesp_recherche_bloc1 {float:left;width:100%;margin:10px 0px 0px 0px; padding:0px}
.fichesdiplomesp_recherche_bloc2 {float:left;width:100%;}
.fichesdiplomesp_recherche_bloc2 select {background-color:#f4f4f4; border: 0; padding: 10px; display: block; appearance: none;  border-radius: 0; width: 100%; margin: 5px 0px 5px 0px; color: #444444; font-weight: 300; font-size: .9em;}
.fichesdiplomesp_recherche_bloc2 input {background-color:#f4f4f4; padding: 10px;margin:5px 0px 5px 0px;}


.fichesdiplomesp_resultats_bloc1 {width:100%; margin-bottom:10px}
.fichesdiplomesp_resultats_bloc2 {width:50%; margin-bottom:10px}
.fichesdiplomesp_resultats_bloc3 {width:50%; margin-bottom:10px}
}
