html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button, input, select {
  margin: 0;
}

html {
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
}

img, video {
  height: auto;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

/* COLOR */
/* Font */
/* 1rem = 10px */
/* TITLE */
/* TEXT SITE */
.icon, .menu__list .menu__item a {
  cursor: pointer;
}

.bannerHome__list, .chooseCountry, .menu__list .menu__item:after, .header__country {
  background: rgb(40, 40, 95);
  background: linear-gradient(90deg, rgb(40, 40, 95) 0%, rgb(47, 65, 105) 5%, rgb(51, 75, 109) 32%, rgb(65, 123, 128) 56%, rgb(72, 146, 137) 70.5%, rgb(74, 152, 140) 74%, rgb(85, 190, 155) 100%);
}

.evitement {
  z-index: 10000;
  top: 0;
  position: static;
  overflow: hidden;
  width: 1px;
  height: 1px;
  display: inline-block;
  white-space: nowrap;
}
.evitement:focus {
  width: fit-content;
  height: fit-content;
}

p, li, td {
  font-size: 1.8rem;
  line-height: 2rem;
}

a {
  color: #28285F;
}

p {
  margin-bottom: 2rem;
}

h1 {
  font-size: 4.5rem;
  line-height: 5rem;
  font-weight: normal;
  margin-bottom: 2.2rem;
}

h1, h2, h3 {
  font-family: "Work Sans", "Arial", sans-serif;
}

.nbp {
  font-size: 1.3rem;
  font-style: italic;
}

main {
  margin-left: 2%;
  border-left: 1px solid #000;
}

article li {
  list-style: disc;
  margin-left: 40px;
}

.right {
  text-align: right;
}

.hide {
  display: none;
}

.progressTrack {
  width: 100%;
  height: 4px;
  overflow: hidden;
  margin: 30px 0;
  position: sticky;
  top: 0px;
  background-color: #ffffff;
}
.progressTrack .progressTrack__line {
  background-color: aqua;
  display: block;
  width: 10px;
  min-width: 10px;
  height: 4px;
  transition: 0.2s ease-in-out;
}

.filAriane {
  padding-top: 50px;
}
.filAriane .filAriane__list {
  display: flex;
}
.filAriane .filAriane__list .filAriane__item {
  padding-right: 10px;
  font-size: 1.2rem;
}
.filAriane .filAriane__list .filAriane__item a {
  color: #000000;
  text-decoration: underline;
}
.filAriane::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 20px;
}

.ct-expanded:focus-within .expanded {
  display: block;
}

.header__country {
  margin-bottom: 20px;
}
.header__country a {
  font-size: 1.5rem;
  color: #28285F;
  text-decoration: none;
  display: inline-block;
  margin-right: 30px;
  font-weight: bold;
}
.header__country a:after {
  content: "";
  display: block;
  width: 0%;
  height: 2px;
  background-color: #000000;
  transition: 0.3s ease-in-out;
}
.header__country a:hover::after {
  width: 100%;
}

.accordion {
  display: block;
  width: 100%;
  padding: 15px;
  margin: 10px 0;
  border-radius: 5px;
  border: 1px solid #efefef;
  background-color: #fbfbfb;
  font-size: 1.8rem;
  text-align: left;
  cursor: pointer;
  position: relative;
}
.accordion:focus-within {
  border: 1px solid #000000;
}
.accordion:focus-within .panel {
  display: block;
}
.accordion span::after {
  content: "+";
  font-size: 2rem;
  color: #000000;
  margin-left: 5px;
  position: absolute;
  right: 15px;
}
.accordion .panel {
  display: none;
  margin-top: 30px;
}

.lien-top {
  display: block;
  width: 37px;
  height: 37px;
  background: url("https://assets.ake.arkema.com/xnet/2024/images/xnet/btn_haut.png") top left no-repeat;
  position: fixed;
  right: 12%;
  bottom: 1%;
  z-index: 2000;
    background-size: 100%;
}

.hors-ecran {
  position: absolute;
  left: -99999rem;
}

.menu__list {
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-bottom: 1px solid #000000;
  padding-bottom: 15px;
}
.menu__list .menu__item {
  position: relative;
}
.menu__list .menu__item a {
  font-size: 1.6rem;
  color: #000000;
  text-decoration: none;
  border: 0;
  background: none;
  padding: 0;
  text-transform: uppercase;
}
.menu__list .menu__item:after {
  content: "";
  display: block;
  width: 0%;
  height: 2px;
  transition: 0.3s ease-in-out;
}
.menu__list .menu__item:hover::after {
  width: 100%;
}
.menu__list .menu__item .menu__subnav {
  position: absolute;
  width: 300px;
  padding: 20px;
  background-color: #efefef;
  border-bottom: 1px solid #999999;
  top: 40px;
}
.menu__list .menu__item .menu__subnav:before {
  content: "";
  position: absolute;
  top: -20px;
  display: block;
  border: 10px solid #efefef;
  border-top-color: transparent;
  border-right-color: transparent;
  border-left-color: transparent;
}

.menu-burger {
  position: relative;
  display: none;
  z-index: 1001;
  background: none;
  border: 0;
  margin-left: 20px;
  margin-top: 20px;
}
.menu-burger:focus-within + .menu__list {
  left: 0 !important;
  width: 100vw !important;
}

.menu-burger-close {
  display: none;
}

.icon {
  width: 80px;
  height: 80px;
  z-index: 1000;
  display: block;
}

.burger {
  width: 50px;
  display: block;
  height: 6px;
  background-color: #28285F;
  transform: translate(-50%, -50%);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transition: 0.5s;
}
.burger:before, .burger:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 6px;
  background: #28285F;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transition: 0.5s;
  left: 0px;
}
.burger:before {
  top: -16px;
}
.burger:after {
  top: 16px;
}

.icon.active-burger .burger {
  background: rgba(0, 0, 0, 0);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}
.icon.active-burger .burger:before {
  top: 0;
  transform: rotate(45deg);
  background: #55BE9B;
}
.icon.active-burger .burger:after {
  top: 0;
  transform: rotate(135deg);
  background: #55BE9B;
}

.footer {
  background-color: #28285F;
  padding: 20px 0;
  margin-top: 30px;
}
.footer .footer__list {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-evenly;
  margin-top: 20px;
}
.footer .footer__list .footer__item, .footer .footer__list .footer__item a {
  color: #ffffff;
  font-size: 1.4rem;
  text-decoration: none;
}
.footer .footer__list a:hover {
  transition: 0.5s;
  font-size: 1.6rem;
  text-decoration: underline;
}
.footer .footer_link {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  padding: 20px 15%;
  text-align: left;
}
.footer .footer_link div {
  display: block;
  align-content: center;
  width: 25%;
  margin: auto;
}
.footer .footer_link div a {
  color: #ffffff;
  font-size: 1.4rem;
  text-decoration: none;
  display: block;
  padding: 10px 0;
}
.footer .footer_link div a strong {
  font-weight: inherit !important;
}
.footer .footer_link div a:hover {
  transition: 0.5s;
  font-size: 1.6rem;
  text-decoration: underline;
}
.sitemap__list a {
  color: #000000;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  background: url("https://assets.ake.arkema.com/xnet/2024/images/background.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

body {
  max-width: 1440px;
  width: 100%;
  margin: auto;
  font-family: "Work Sans", "Arial", sans-serif;
  background-color: #ffffff;
}

.headerIndex {
  padding: 34px;
  text-align: right;
  border-bottom: 1px solid #000000;
}

.ctIndex {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  overflow: hidden;
}
.ctIndex div:first-child {
  width: 50%;
}
.ctIndex div:first-child div {
  width: 100%;
}
.ctIndex h1 {
  font-size: 4rem;
  font-style: normal;
  font-weight: 300;
  line-height: 113.183%;
  margin-left: 105px;
  margin-top: 105px;
}
.ctIndex h2 {
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 113.183%;
  margin-left: 105px;
  margin-top: 30px;
}
.ctIndex h3 {
  color: #ffffff;
  text-align: center;
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 113.183%;
}

.filAriane, #contenu_page {
  margin-left: 5%;
}

.chooseCountry {
  height: 100%;
  margin-top: 40px;
  text-align: center;
  padding-top: 105px;
}
.chooseCountry .chooseCountry__btn {
  margin-top: 50px;
  width: 235px;
  height: 38px;
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 1.8rem;
}
.chooseCountry .chooseCountry__list {
  height: 350px;
  overflow: auto;
  width: 235px;
  margin: auto;
}
.chooseCountry .chooseCountry__list a {
  color: #ffffff;
  display: block;
  margin: 10px 0;
  font-family: 1.8rem;
}

.bannerHome {
  height: auto;
  display: flex;
  align-items: end;
  flex-direction: row;
  justify-content: space-between;
  top: -2px;
  position: relative;
}
.bannerHome div {
  height: max-content;
}
.bannerHome .bannerHome__title {
  font-size: 4rem;
  font-family: "Work Sans", "Arial", sans-serif;
  font-weight: 300;
  line-height: 4.5rem;
  color: #000000;
  margin-left: 135px;
  display: block;
  text-transform: uppercase;
}
.bannerHome .bannerHome__subTitle {
  font-size: 2.5rem;
  font-family: "Work Sans", "Arial", sans-serif;
  font-weight: 600;
  line-height: 2.8rem;
  margin-top: 40px;
  color: #000000;
  margin-left: 135px;
  display: block;
}
.bannerHome .bannerHome__prixSous {
  font-size: 2.5rem;
  font-family: "Work Sans", "Arial", sans-serif;
  line-height: 2.8rem;
  margin-left: 500px;
  display: block;
  margin-top: 40px;
  text-align: center;
  color: #28285F;
}
.bannerHome .bannerHome__prixSous .prixSous__price {
  font-size: 2.6rem;
  font-family: "Work Sans", "Arial", sans-serif;
  font-weight: 600;
  line-height: 2.6rem;
  display: block;
  color: #55BE9B;
}
.bannerHome .ban_home img {
  top: 2px;
  position: relative;
}
.bannerHome .ajuste_home {
  top: -30px;
  display: block;
  position: relative;
}

.bannerHome__list {
  display: flex;
  align-items: stretch;
  justify-content: center;
  width: 819px;
}
.bannerHome__list li {
  text-align: center;
  width: 25%;
  padding: 15px 0;
}
.bannerHome__list li a {
  color: #ffffff;
  text-decoration: none;
  display: block;
  padding: 15px;
  height: 100%;
}
.bannerHome__list li:not(:first-child) a {
  border-left: 1px solid #ffffff;
}
.bannerHome__list img {
  display: block;
  margin: auto;
  margin-bottom: 20px;
}
.bannerHome__list strong {
  display: block;
}

.banner {
  border-bottom: 1px solid #000000;
  width: 95%;
  height: 392px;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-left: 2%;
  border-left: 1px solid #000000;
}
.banner .bannerContent__title {
  font-size: 3.5rem;
  font-family: "Work Sans", "Arial", sans-serif;
  font-weight: 300;
  line-height: 4rem;
  color: #28285F;
  margin-left: 40px;
  display: block;
  padding-top: 30px;
  text-transform: uppercase;
}
.banner .bannerContent__subTitle {
  font-family: "Work Sans", "Arial", sans-serif;
  color: #28285F;
  font-size: 2rem;
  line-height: 2.4rem;
  margin-top: 40px;
  margin-left: 40px;
  display: block;
}
.banner .bannerContent__prixSous {
  font-size: 3.5rem;
  font-family: "Work Sans", "Arial", sans-serif;
  color: #28285F;
  line-height: 3.8rem;
  margin-left: 850px;
  display: block;
  margin-top: 0;
  text-align: center;
}
.banner .bannerContent__prixSous .prixSous__price {
  font-size: 3.2rem;
  font-family: "Work Sans", "Arial", sans-serif;
  font-weight: 600;
  line-height: 3.2rem;
  display: block;
  color: #55BE9B;
}
.banner div {
  z-index: 2;
  position: relative;
}

.banner::before {
  content: "";
  width: 29px;
  height: 1px;
  background-color: #000000;
  display: block;
  position: relative;
  left: -29px;
  top: 391px;
}

.bannerCaracter {
  position: absolute;
  margin-top: -1px;
}

.ctHome {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.ctHome .messageCEO {
  width: calc(100% - 500px);
  padding-top: 80px;
  padding-left: 100px;
}
.ctHome .messageCEO h1 {
  font-family: "Work Sans", "Arial", sans-serif;
  font-weight: 300;
  font-size: 3.5rem;
  line-height: 3.9rem;
}
.ctHome .messageCEO .messageCEO__head p {
  font-family: "Work Sans", "Arial", sans-serif;
  font-weight: 300;
  font-size: 2.5rem;
  line-height: 2.8rem;
}
.ctHome .messageCEO .messageCEO__text {
  column-count: 2;
  display: block;
  position: relative;
  text-align: justify;
  letter-spacing: -1px;
  column-gap: 30px;
}
.ctHome .messageCEO .messageCEO__text p {
  font-size: 1.6rem;
  font-family: "Work Sans", "Arial", sans-serif;
  font-weight: 300;
  line-height: 2rem;
}
.ctHome .messageCEO .messageCEO__sign p {
  margin-left: calc(50% + 15px);
  width: fit-content;
  font-size: 1.6rem;
  font-family: "Work Sans", "Arial", sans-serif;
  font-weight: 300;
  line-height: 2rem;
}

.pg-inter h1 {
  font-size: 3.5rem;
  line-height: 3.9rem;
  font-family: "Work Sans", "Arial", sans-serif;
  text-transform: uppercase !important;
}
.pg-inter h1 strong {
  font-weight: inherit !important;
}
.pg-inter h1 span {
  color: #28285F !important;
}
.pg-inter h2 {
  font-size: 2.5rem;
  line-height: 2.8rem;
  font-weight: 600;
  font-family: "Work Sans", "Arial", sans-serif;
  color: #28285F;
  margin-bottom: 40px;
}
.pg-inter h2 span {
  color: #28285F !important;
}
.pg-inter h3 {
  font-size: 2rem;
  line-height: 2.3rem;
  font-family: "Work Sans", "Arial", sans-serif;
  color: #28285F;
  margin-bottom: 20px;
  font-weight: 600;
  position: relative;
  text-transform: uppercase;
}
.pg-inter h3::before {
  content: url("https://assets.ake.arkema.com/xnet/2024/images/h3_before.png");
  display: inline-block;
  position: absolute;
  left: -40px;
  top: -2px;
}
.pg-inter h3 span {
  color: #28285F !important;
}
.pg-inter h4 {
  width: fit-content;
  color: #28285F;
  background-color: #55BE9B;
  font-size: 1.6rem;
  padding: 5px 35px 5px 15px;
  font-family: "Work Sans", "Arial", sans-serif;
  font-weight: 600;
  margin-bottom: 30px;
}
.pg-inter p, .pg-inter li {
  font-size: 1.6rem;
}
.pg-inter ul li:last-child, .pg-inter ol li:last-child {
  margin-bottom: 15px;
}
.pg-inter ol li {
  list-style: auto;
}

.offre .contrepartie {
  background: url("https://assets.ake.arkema.com/xnet/2024/images/contrepartie__back.png") center no-repeat;
  width: 100%;
  max-width: 807px;
  padding: 20px;
  background-size: cover;
}
.offre .contrepartie p {
  margin-bottom: 0;
}

.modalites h3::before {
  content: url("https://assets.ake.arkema.com/xnet/2024/images/modalites__h3_before.png");
}

.content_modalites_deblo {
  background: url("https://assets.ake.arkema.com/xnet/2024/images/back_moda_deblocage.png") center no-repeat;
  width: 100%;
  padding: 10px;
  background-size: cover;
}
.content_modalites_deblo p {
  margin-bottom: 0;
}

.strategie_objectifs .levier__list {
  background: url("https://assets.ake.arkema.com/xnet/2024/images/back_levier_list.png") no-repeat center;
  width: 985px;
  display: flex;
  align-items: stretch;
  padding: 30px;
  margin-bottom: 40px;
}
.strategie_objectifs .levier__list li {
  list-style: none;
  padding: 0px 20px;
  height: 100%;
  font-size: 1.2rem;
  line-height: 1.3rem;
  margin-left: 0;
}
.strategie_objectifs .levier__list li:not(:first-child) {
  border-left: 1px solid #000000;
}
.strategie_objectifs .levier__list li::before {
  content: "";
  width: 45px;
  height: 45px;
  display: block;
  margin: auto;
  margin-bottom: 10px;
  background-size: 100%;
  background-repeat: no-repeat;
}
.strategie_objectifs .levier__list li:nth-child(1)::before {
  background-image: url("https://assets.ake.arkema.com/xnet/2024/images/strat_picto1.png");
}
.strategie_objectifs .levier__list li:nth-child(2)::before {
  background-image: url("https://assets.ake.arkema.com/xnet/2024/images/strat_picto2.png");
}
.strategie_objectifs .levier__list li:nth-child(3)::before {
  background-image: url("https://assets.ake.arkema.com/xnet/2024/images/strat_picto3.png");
}
.strategie_objectifs .levier__list li:nth-child(4)::before {
  background-image: url("https://assets.ake.arkema.com/xnet/2024/images/strat_picto4.png");
}
.strategie_objectifs .levier__list li:nth-child(5)::before {
  background-image: url("https://assets.ake.arkema.com/xnet/2024/images/strat_picto5.png");
}
.strategie_objectifs .keyStats__list {
  background: url("https://assets.ake.arkema.com/xnet/2024/images/back_key_stats.png") no-repeat center;
  width: 1105px;
  display: flex;
  align-items: stretch;
  padding: 30px 15px;
  margin-bottom: 40px;
}
.strategie_objectifs .keyStats__list li {
  list-style: none;
  height: 100%;
  font-size: 1.4rem;
  line-height: 1.5rem;
  width: 20%;
  text-align: center;
  color: #28285F;
  margin-left: 0;
}
.strategie_objectifs .keyStats__list li:not(:first-child) {
  border-left: 2px solid #28285F;
}
.strategie_objectifs .keyStats__list li strong {
  display: block;
  font-size: 3.5rem;
  line-height: 3.9rem;
  margin-bottom: 15px;
  font-weight: normal;
}
.strategie_objectifs .keyStats__list li::before {
  content: "";
  width: 70px;
  height: 70px;
  display: block;
  margin: auto;
  margin-bottom: 10px;
  background-size: 100%;
  background-repeat: no-repeat;
}
.strategie_objectifs .keyStats__list li:nth-child(1)::before {
  background-image: url("https://assets.ake.arkema.com/xnet/2024/images/obj_picto1.png");
}
.strategie_objectifs .keyStats__list li:nth-child(2)::before {
  background-image: url("https://assets.ake.arkema.com/xnet/2024/images/obj_picto2.png");
}
.strategie_objectifs .keyStats__list li:nth-child(3)::before {
  background-image: url("https://assets.ake.arkema.com/xnet/2024/images/obj_picto3.png");
}
.strategie_objectifs .keyStats__list li:nth-child(4)::before {
  background-image: url("https://assets.ake.arkema.com/xnet/2024/images/obj_picto4.png");
}
.strategie_objectifs .keyStats__list li:nth-child(5)::before {
  background-image: url("https://assets.ake.arkema.com/xnet/2024/images/obj_picto5.png");
}

#list_docs {
  display: flex;
  align-content: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
#list_docs li {
  background-color: #28285F;
  display: inline-block;
  align-content: space-evenly;
  margin-left: 0;
  width: 26%;
  padding: 100px 30px;
  border-radius: 80px 0px 80px 0px;
  text-align: center;
  margin-top: 35px;
  transition: 0.5s;
}
#list_docs li a {
  color: #ffffff;
  text-decoration: none;
}
#list_docs li:hover {
  border-radius: 0px 80px 0px 80px;
  transition: 0.5s;
}
#list_docs li:hover a {
  text-decoration: underline;
}

.simulator_content {
  display: block;
  position: relative;
  max-width: 900px;
  width: auto;
  margin: auto;
  padding: 20px;
  text-align: center;
}
.simulator_content li {
  list-style: none;
  margin-left: auto;
  margin-bottom: 20px;
}
.simulator_content li a {
  text-decoration: none;
  color: #28285F;
  transition: 0.5s;
}
.simulator_content li a:hover {
  transition: 0.5s;
  font-size: 2rem;
  text-decoration: underline;
}

#register, #register_2 {
  display: block;
  width: 400px;
}

#register_2 {
  margin-top: 20px;
}

.contacts_etablissement {
  text-align: left;
  background-color: #FFF;
  padding: 5px 10px;
  width: 400px;
  border: 1px solid #000;
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.btn_effacer {
  text-align: center;
  background-color: #FFF;
  padding: 5px 10px;
  width: 180px;
  border: 1px solid #000;
  font-size: 1.5rem;
  display: inline-block;
}

.btn_effacer_right {
  float: right;
}

.contact_reponse {
  margin-top: 30px;
}

#homeMain {
  margin-left: 0 !important;
  border-left: 0px !important;
}
#homeMain #contenu_page {
  margin-left: 0 !important;
}

#mentions_legalesMain h1 {
  font-size: 2.5rem;
  line-height: 2.3rem;
  color: rgb(40, 40, 95);
}
#mentions_legalesMain h2 {
  font-size: 2rem;
  line-height: 2.3rem;
  font-family: "Work Sans", "Arial", sans-serif;
  color: #28285F;
  margin-bottom: 20px;
  font-weight: 600;
  position: relative;
  text-transform: uppercase;
  margin-top: 20px;
}
#mentions_legalesMain h2::before {
  content: url("https://assets.ake.arkema.com/xnet/2024/images/h2_before.png");
  display: inline-block;
  position: absolute;
  left: -40px;
  top: -2px;
}
#mentions_legalesMain .mentionsLegales {
  font-size: 1.8rem;
  line-height: 1.9rem;
}
#mentions_legalesMain table {
  width: 100%;
}
#mentions_legalesMain table td {
  border: 1px solid #000;
  padding: 5px;
}

#mentions_accessibiliteMain h1 {
  font-size: 2.5rem;
  line-height: 2.3rem;
  color: rgb(40, 40, 95);
}
#mentions_accessibiliteMain h3 {
  font-size: 2rem;
  line-height: 2.3rem;
  font-family: "Work Sans", "Arial", sans-serif;
  color: #28285F;
  margin-bottom: 20px;
  font-weight: 600;
  position: relative;
  text-transform: uppercase;
  margin-top: 20px;
}
#mentions_accessibiliteMain h3::before {
  content: url("https://assets.ake.arkema.com/xnet/2024/images/h3_before.png");
  display: inline-block;
  position: absolute;
  left: -40px;
  top: -2px;
}
#mentions_accessibiliteMain .mentionsAcess {
  font-size: 1.8rem;
  line-height: 1.9rem;
}
#mentions_accessibiliteMain table {
  width: 100%;
}
#mentions_accessibiliteMain table td {
  border: 1px solid #000;
  padding: 5px;
}

#usa_doc_bloc, #video_ake_alt {
  display: inline-block;
}

#usa_doc_bloc {
  width: 65%;
}

#video_ake_alt {
  width: 35% !important;
  float: right;
  top: 20px;
  position: relative;
}

@keyframes banVideoOut {
  50% {
    width: 500px;
    height: 500px;
    opacity: 0.5;
  }
  100% {
    padding: 0;
    width: 0%;
    height: 0%;
    display: none;
  }
}
@keyframes banVideoIn {
  0% {
    width: 0px;
    height: 0px;
    opacity: 0;
  }
  50% {
    width: 500px;
    height: 500px;
    opacity: 0.5;
  }
  80% {
    opacity: 0.8;
  }
  100% {
    border-radius: 0%;
    width: 100%;
    height: 100%;
    opacity: 1;
  }
}
@keyframes banVideoP {
  30% {
    opacity: 0.5;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes banVideoPIn {
  30% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

/*# sourceMappingURL=styles.css.map */
