body {
  font-size: 1em;
  text-transform: uppercase;
}
nav {
  background-color: #044883;
}
.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;
}
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%);
}
.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;
}
.carre-container img {
  border: 5px solid #044883;
  border-bottom: none;
}
.row.justify-content-center.vdivide :nth-child(2) img {
  max-height: 382px;
  max-width: 100%;
  width: 1000px;
}
.ensavoirplus {
  background-color: #044883;
  border-style: none;
  border-radius: 0;
  width: 100%;
  text-transform: uppercase;
  color: #fff;
  font-family: "Tw Cen MT";
  font-weight: 700;
  padding: 5px;
  font-size: 1.5em;
  transition: all ease-in-out 0.2s;
}
.ensavoirplus:focus {
  outline: 0;
}
.ensavoirplus:hover {
  background-color: #0658a0;
  color: #dbdbdb;
}
.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;
}
.row.vdivide [class*="col-"]:not(:last-child):after {
  background: #044883;
  width: 4px;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  min-height: 70px;
  border-top-right-radius: 100px;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
  margin-bottom: -2.5vh;
  -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;
}
.container-fluid .row.vdivide .carre-container:nth-child(1) {
  padding-right: 5vw;
}
.container-fluid .row.vdivide .carre-container:nth-child(2) {
  padding-left: 5vw;
}
.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) {
  .row.vdivide [class*="col-"]:not(:last-child):after {
    display: none;
  }
  .container-fluid .row.vdivide .carre-container:nth-child(1) {
    padding-right: 15px;
  }
  .container-fluid .row.vdivide .carre-container:nth-child(2) {
    padding-left: 15px;
  }
  .container-fluid hr {
    margin-right: -3vw;
    margin-left: -10vw;
    margin-bottom: 30px;
  }
  .container-fluid .col-12 {
    text-align: center;
  }
  .row.justify-content-center.vdivide .carre-container {
    margin-top: 0;
  }
  .container-fluid .row.vdivide .carre-container:nth-child(2) {
    margin-top: 50px;
  }
  .footer {
    font-size: 1em;
  }
  #logo_iut {
    width: 10vw;
  }
  .row.justify-content-center.vdivide :nth-child(2) img {
    max-height: 100%;
  }
}
@media (max-width: 768px) {
  #logo_iut {
    width: 15vw;
  }
  .container-fluid .col-12 {
    padding-left: 0;
    padding-right: 0;
    font-size: 0.8em;
  }
  .row.justify-content-center.vdivide .carre-container {
    font-size: 0.7em;
    margin-top: 40px;
  }
  .container-fluid hr {
    margin-right: -2vw;
    margin-left: -10vw;
    margin-bottom: 0;
  }
  .footer {
    font-size: 1.5em;
  }
}
