/* ==========================================================================
   normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css 
   ========================================================================== */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html{font-family:sans-serif;-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%}
	body{margin:0}
		article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}
			audio,canvas,progress,video{display:inline-block;vertical-align:baseline}
				audio:not([controls]){display:none;height:0}[hidden],template{display:none}
				a{background-color:transparent}
				a:active,a:hover{outline:0}
				abbr[title]{border-bottom:1px dotted}
				b,strong{font-weight:bold}
				dfn{font-style:italic}
				h1{font-size:2em;margin:.67em 0}
				mark{background:#ff0;color:#000}
				small{font-size:80%}
				sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
				sup{top:-0.5em}sub{bottom:-0.25em}
				img{border:0}
				svg:not(:root){overflow:hidden}
				figure{margin:1em 40px}
				hr{box-sizing:content-box;height:0}
				pre{overflow:auto}
				code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}
				button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}
				button{overflow:visible}
				button,select{text-transform:none}
				button,html input[type="button"],input[type="reset"]{-webkit-appearance:button;cursor:pointer}
				button[disabled],html input[disabled]{cursor:default}
				button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}
				input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}
				input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}
				input[type="search"]{-webkit-appearance:none}
				input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}
				fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}
				legend{border:0;padding:0}
				textarea{overflow:auto}
				optgroup{font-weight:bold}
				table{border-collapse:collapse;border-spacing:0}
				td,th{padding:0}


.brand {
  width: 18%;
  height: 100%;
  margin-bottom: 0px;
  padding-bottom: 0px;
  background-image: url("img/Logo_fdi.svg");
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 200px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e9f9ff;
  text-align: right;
}

.body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: none;
  max-width: 100vw;
  min-height: auto;
  min-width: 100vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-family: Quicksand, sans-serif;
  color: #ac0505;
}

.nav-link {
  width: 180px;
  height: 160px;
  padding-top: 70px;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.5);
  color: #f40909;
  font-size: 40px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.nav-link-2 {
  width: 160px;
  height: 160px;
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 70px;
  background-image: linear-gradient(92deg, #2f24ff, #fff 40%, #fff 56%, #f40909);
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.5);
  color: #f40909;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}

.nav-link-3 {
  width: 160px;
  height: 160px;
  padding-top: 70px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(40%, #f40909), color-stop(52%, #f74b4b), color-stop(71%, #fddb11), to(#fde10f));
  background-image: linear-gradient(180deg, #000, #f40909 40%, #f74b4b 52%, #fddb11 71%, #fde10f);
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 200px;
  margin-top: 0px;
  float: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block {
  width: 100vw;
  height: 10vh;
  max-width: 100vw;
  min-width: 100vw;
}

.container {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 200px;
  float: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide {
  position: relative;
  overflow: visible;
  width: 100%;
  height: auto;
  max-height: none;
  max-width: 100%;
  min-height: auto;
  min-width: 100%;
  padding-right: 0px;
  padding-bottom: 0px;
  background-image: url("img/Plan_Gen.png");
  background-position: 50% 50%;
  background-size: cover;
}

.slider {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: visible;
  width: 100%;
  height: 90%;
  max-height: 90%;
  max-width: 100%;
  min-height: 90%;
  min-width: 100%;
  clear: both;
}

.slide-2 {
  position: relative;
  overflow: visible;
  width: 100%;
  height: auto;
  max-width: 100%;
  min-height: auto;
  min-width: 100%;
  background-image: url("img/Plan1.png");
  background-position: 50% 50%;
  background-size: cover;
}

.slide-nav {
  display: block;
  overflow: visible;
  width: 100%;
  max-width: 100%;
  min-height: auto;
  min-width: 100%;
  background-color: rgba(182, 16, 16, 0.2);
}

.div-block-2 {
  background-color: #7e0707;
}

.icon {
  background-color: #7e0707;
}

.slide-3 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: visible;
  width: 100%;
  height: auto;
  max-height: none;
  max-width: 100%;
  min-height: auto;
  min-width: 100%;
  background-image: url("img/F1.png");
  background-position: 0% 0%;
  background-size: cover;
}

.mask {
  position: relative;
  overflow: visible;
  width: 90%;
  height: 90%;
  max-height: 14%;
  max-width: 90%;
  min-height: 90%;
  min-width: 90%;
  background-color: #7e0707;
}

.left-arrow {
  overflow: visible;
}

.right-arrow {
  overflow: visible;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  min-height: 90vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.slider-2 {
  display: block;
  width: 1920px;
  height: 1125vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.mask-2 {
  width: 1920px;
  height: 1125vh;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.slide-4 {
  width: 100%;
  height: 100%;
  background-image: url("img/Planche1.jpg");
  background-position: 0% 0%;
  background-size: contain;
}

.slide-5 {
  width: 100%;
  height: 100%;
  background-image: url("img/Planche2.jpg");
  background-position: 0px 0px;
  background-size: contain;
}

.section {
  display: -ms-grid;
  display: grid;
  width: 100vw;
  height: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: "Area Area-2 Area-3" "Area Area-2 Area-3";
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto 16px auto 16px auto 16px auto;
  grid-template-rows: auto auto auto auto;
}

.slide-6 {
  background-image: url("img/Planche3.jpg");
  background-position: 0px 0px;
  background-size: contain;
}

.left-arrow-2 {
  width: 1920px;
  height: auto;
}

.planche {
  margin: 20px;
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100vw;
  height: auto;
  margin-top: 211px;
  padding-right: 20px;
  padding-left: 20px;
  clear: both;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.image-2 {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.image-3 {
  position: relative;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  clear: none;
}

.piedpage {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #7e0707;
}

.section-4 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 200px;
  clear: both;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #ac0505;
}

.heading {
  color: #e9f9ff;
  font-weight: 300;
}

.container-3 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  clear: both;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #7e0707;
}

.div-block-3 img {
	width: 200px !important;
}
.section-5 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.link-block {
  position: relative;
  width: 160px;
  height: 200px;
  clear: none;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  background-image: url("img/Logo_fdi.svg");
  background-position: 50% 50%;
  background-size: cover;
  cursor: pointer;
}

.link-block-2 {
  position: relative;
  width: 120px;
  height: 120px;
  background-image: url("img/CVFR.png");
  background-position: 50% 50%;
  background-size: cover;
  cursor: pointer;
}

.link-block-3 {
  position: relative;
  width: 120px;
  height: 120px;
  background-image: url("img/CVDE.png");
  background-position: 50% 50%;
  background-size: cover;
  cursor: pointer;
}

@media (max-width: 991px) {
  .brand {
    width: 24%;
    height: 100%;
  }
  .navbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .nav-link {
    display: block;
  }
  .nav-link-2 {
    display: block;
  }
  .nav-link-3 {
    display: block;
  }
  .nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 32%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .container {
    display: block;
  }
  .container-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    clear: right;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section {
    clear: left;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    grid-auto-flow: column;
  }
  .icon-2 {
    display: none;
  }
  .menu-button {
    display: block;
  }
  .menu-button.w--open {
    display: none;
  }
  .nav-menu-2 {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    clear: right;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .image-4 {
    width: 24%;
  }
}

@media (max-width: 767px) {
  .brand {
    width: 42%;
  }
  .navbar {
    height: 23vh;
  }
  .nav-link.kind {
    display: block;
    width: 150px;
    height: 120px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 50px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 32px;
  }
  .nav-link-2.kind {
    width: 120px;
    height: 120px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 49px;
    font-size: 27px;
  }
  .nav-link-3.kind {
    display: block;
    width: 120px;
    height: 120px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 50px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    font-size: 26px;
  }
  .nav-menu {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 23vh;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .container-2 {
    height: 50vh;
  }
  .container-2.kind {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: 100vw;
    height: auto;
    max-height: 50vh;
    min-height: 50vh;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .icon-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .menu-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .image-4 {
    width: 30%;
  }
  .image-5 {
    width: 20%;
  }
  .image-6 {
    width: 20%;
    height: auto;
  }
}

@media (max-width: 479px) {
  .brand {
    width: 72%;
  }
  .section {
    clear: none;
  }
  .image-4 {
    width: 40%;
  }
  .image-5 {
    width: 30%;
    height: auto;
    padding-right: 10px;
    padding-left: 10px;
  }
  .image-6 {
    width: 30%;
    height: auto;
    padding-right: 10px;
    padding-left: 10px;
  }
  .link-block {
    width: 140px;
    height: 170px;
  }
  .link-block-2 {
    width: 60px;
    height: 60px;
  }
  .link-block-3 {
    width: 60px;
    height: 60px;
  }
}