body {
  font-size: 1em;
  text-transform: uppercase;
}
nav {
  background-color: #044883;
}
img.flag {
  position: absolute;
  top: 1%;
  right: 0.5%;
}

.navbar-nav .nav-item a.nav-link {
  color: #fff;
  font-size: 2.8em;
  border-right: 2px solid #fff;
  display: inline;
  padding-left: 0;
  margin-left: 5px;
}
.square {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-left: 10px;
  animation: animout 0.6s ease-in-out both;
  -webkit-animation: animout 0.6s ease-in-out both;
  -moz-animation: animout 0.6s ease-in-out both;
  flex-wrap: nowrap;
}
.square.rose {
  background-color: #e71d73;
}
.square.orange {
  background-color: #eb8915;
}
.square.vert {
  background-color: #d7db2d;
}
.navbar-nav .nav-item:hover > .square {
  animation: animin 0.6s ease-in-out both;
  -webkit-animation: animin 0.6s ease-in-out both;
  -moz-animation: animin 0.6s ease-in-out both;
}
@keyframes animin {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(50deg);
  }
}
@keyframes animout {
  from {
    transform: rotate(50deg);
  }
  to {
    transform: rotate(0);
  }
}
.navbar-nav.n2 .nav-item {
  font-size: 0.5em;
  font-weight: 700;
}
ul.navbar-nav.n2.position-relative {
  top: 60px;
  right: 113px;
}
.navbar-nav.n2 .nav-item a {
  border-right: 0;
}
#nav-last {
  border-right: 0;
}
.navbar-nav.ml-auto {
  border-left: 2px solid #fff;
}
#logo_iut {
  padding: 10px;
  border-right: 2px solid #fff;
  width: 7vw;
}
ul.navbar-nav.ml-auto li.nav-item a.nav-link.logo_social {
  border-right: none;
  vertical-align: middle;
  margin: 0 10px;
  padding: 0;
}
.logo_social:hover {
  filter: invert(25%);
}
.carre-container img {
  border: 5px solid #044883;
  border-bottom: none;
}
.twcenmt {
  font-family: "Tw Cen MT";
}
.container-fluid h1 {
  padding-top: 1vh;
  font-size: 5em;
  margin-bottom: 0;
  margin-left: 3vw;
}
.container-fluid h2 {
  font-size: 4em;
  text-align: center;
}
.container-fluid hr {
  padding: 0;
  margin: 0;
  background-color: #044883;
  border-width: 4px;
  margin-right: 60vw;
  margin-left: -10vw;
  margin-bottom: 50px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  -moz-box-shadow: 0 1px 5px 0 #656565;
  -webkit-box-shadow: 0 1px 5px 0 #656565;
  -o-box-shadow: 0 1px 5px 0 #656565;
  box-shadow: 0 1px 5px 0 #656565;
}
.footer {
  text-align: center;
  margin-top: 4vh;
  font-size: 1em;
  color: #989898;
}
@media (max-width: 1567px) {
  .navbar-nav .nav-item a.nav-link {
    font-size: 2.5em;
  }
  ul.navbar-nav.n2.position-relative li a.nav-link {
    font-size: 2.8em;
  }
}
@media (max-width: 1492px) {
  .navbar-nav .nav-item a.nav-link {
    font-size: 2.3em;
  }
  ul.navbar-nav.n2.position-relative {
    top: 50px;
    right: 95px;
  }
  ul.navbar-nav.n2.position-relative li a.nav-link {
    font-size: 2.3em;
  }
  .navbar-nav.ml-auto {
    margin-left: 0 !important;
  }
  .square {
    height: 40px;
    width: 40px;
  }
  .navbar-nav.ml-auto li img {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 1394px) {
  .navbar-nav .nav-item a.nav-link {
    font-size: 2em;
  }
  #logo_iut {
    padding: 5px;
    border-right: 2px solid #fff;
    width: 6.7vw;
  }
  ul.navbar-nav.n2.position-relative {
    top: 45px;
    right: 96px;
  }
  .square {
    height: 30px;
    width: 30px;
  }
  .navbar-nav.ml-auto li img {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 1236px) {
  .navbar-nav .nav-item a.nav-link {
    font-size: 1.9em;
  }
  .square {
    height: 25px;
    width: 25px;
  }
}
@media (max-width: 991px) {
  div.col-lg-8 h2 {
    font-size: 3em;
    text-align: center;
  }
  .container-fluid .col-lg-8 p {
    font-size: 1.5em;
  }
  .container-fluid .col-lg-8 ul {
    font-size: 1.4em;
    list-style-image: url('../img/puce_bleue_xs.svg');
  }
  .container-fluid .col-lg-8 i {
    font-size: 1.6em;
    list-style-image: url('../img/puce_bleue_xs.svg');
  }
  .container-fluid h1 {
    margin-left: 0;
    text-align: center;
  }
  .container-fluid hr {
    margin-right: -2.9vw;
    margin-left: -10vw;
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  #logo_iut {
    width: 18vw;
  }
  .container-fluid .col-12 {
    padding-left: 0;
    padding-right: 0;
    font-size: 0.8em;
  }
  .row.justify-content-center .carre-container {
    padding-left: 0;
    padding-right: 0;
    font-size: 0.7em;
    margin-top: 40px;
  }
  .container-fluid hr {
    margin-right: -2vw;
    margin-left: -10vw;
    margin-bottom: 0;
  }
  .container-fluid .row .carre-container:nth-child(1) {
    padding-right: 0;
  }
  .container-fluid .row .carre-container-container:nth-child(2) {
    padding-left: 0;
  }
  .container-fluid .row {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.col-lg-8 h2 {
  border-bottom: 1px solid #044883;
  display: inline-block;
  width: auto;
  text-align: center;
  margin: auto;
  padding-left: 30px;
  padding-right: 30px;
  font-family: "Tw Cen MT";
  margin-bottom: 25px;
  margin-top: 25px;
}
.col-lg-8 i,
.col-lg-8 p,
.col-lg-8 ul {
  font-family: "Helvetica Neue";
  letter-spacing: 0.05em;
  text-transform: none;
  font-size: 1.5em;
  
  list-style: url('../img/puce_bleue_sm.svg');
}
