/*	Theme Name: Oxano management
	Theme URI: https://oxano-management.fr/
	Description: Oxano management
	Version: 1.1
	Author: A l'Encre bleue
	Author URI: https://alencrebleue.com
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: "Readex Pro", sans-serif;
  font-style: normal;
  color: #192562;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body{
	background: #F2F0ED;	
}
/*  button */
input.gform_button,
form input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}

form textarea {
  border: none;
}

form .ginput_container_consent input {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  border-radius: initial;
}

@font-face {
  font-family: "Readex Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  src: local("Readex Pro Regular"), local("Readex Pro-Regular"),
    url("/wp-content/themes/Oxano/assets/fonts/ReadexPro-Regular.woff2") format("woff2"),
    url("/wp-content/themes/Oxano/assets/fonts/ReadexPro-Regular.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Readex Pro", sans-serif;
  font-style: normal;
  font-weight: 600;
  src: local("Readex Pro SemiBold"), local("Readex Pro-SemiBold"),
    url("/wp-content/themes/Oxano/assets/fonts/ReadexPro-SemiBold.woff2") format("woff2"),
    url("/wp-content/themes/Oxano/assets/fonts/ReadexPro-SemiBold.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Readex Pro", sans-serif;
  font-style: normal;
  font-weight: 700;
  src: local("Readex Pro Bold"), local("Readex Pro-Bold"),
    url("/wp-content/themes/Oxano/assets/fonts/ReadexPro-Bold.woff2") format("woff2"),
    url("/wp-content/themes/Oxano/assets/fonts/ReadexPro-Bold.woff") format("woff");
  font-display: swap;
}

/*------------------------------------*\
    MARGE SUR MENU ADMIN (lorsque le menu est en fixe, il est caché en partie)
\*------------------------------------*/
/*.logged-in.admin-bar header {
  margin-top: 32px;
}*/
/*------------------------------------*\
    LA GRID
\*------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.container {
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row>* {
  float: left;
  width: 100%;
  padding-left: .9375em;
  padding-right: .9375em;
}

.row::after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (min-width:1200px) {
  .container {
    max-width: 1170px;
  }
}

@media screen and (min-width:1100px) and (max-width:1199px) {
  .container {
    max-width: 1060px;
  }
}

@media screen and (max-width:1099px) {
  .container {
    width: 90%;
  }
}

@media screen and (max-width:480px) {
  .row>* {
    padding-left: 0;
    padding-right: 0;
  }
}

/*------------------------------------*\
    MAIN
\*------------------------------------*/
/* global box-sizing */
a {
  color: #192562;
  text-decoration: none;
}

a:hover {
  color: #50AD37;
}

a:focus {
  outline: 0;
}

a:hover,
a:active {
  outline: 0;
}

input:focus {
  outline: 0;
}

:focus {
  outline: none;
}

img {
  height: auto;
  max-width: 100%;
}

.btn {
  padding: 8px 20px 8px 30px;
  font-weight: 600;
  display: block;
	position: relative;
  width: max-content;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.btn:before {
    content: url(/wp-content/themes/Oxano/images/feuille.svg);
    position: absolute;
    left: 0;
    top: 4px;	
}

.btn:hover:before {
	transform: rotate(90deg);	
}

.menu-btn{
  padding: 12px 24px;
border-radius: 35px 0px;
	font-weight: 600;
  color: #fff;
  background: #192562;
  display: block;
  width: max-content;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.menu-btn:hover {
  color: #fff;
    background: #50AD37;
    border-color: #50AD37;	
}
@media screen and (min-width:601px) {
  .btn {
    font-size: 18px;
  }
}

@media screen and (max-width:600px) {
  .btn {
    font-size: 16px;
  }
}

@media only screen and (min-width: 801px) {
  .bloc-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .bloc-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .bloc-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    max-width: 33.3%;
  }

  .bloc-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .bloc-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .bloc-2-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66%;
    flex: 0 0 66.66%;
    max-width: 66.66%;
  }

  .bloc-3-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .bloc-2-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }

  .bloc-3-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }

  .bloc-4-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }
}

/*------------------------------------*\
MISC
\*------------------------------------*/
::selection {
  background: #424242;
  color: #FFF;
  text-shadow: none;
}

::-webkit-selection {
  background: #424242;
  color: #FFF;
  text-shadow: none;
}

::-moz-selection {
  background: #424242;
  color: #FFF;
  text-shadow: none;
}

/*------------------------------------*\
\*------------------------------------*/
h1 {
  font-weight: 700;
  line-height: 1.2;
}

h1 strong{
	color:#50AD37;
}
h2 {
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  font-weight: 500;
  line-height: 1.2;
}

h4 {
  font-weight: 500;
  line-height: 1.2;
}

p {
  font-weight: 400;
  line-height: 1.4;
	margin:.5em 0;
    font-size: 16px;
}

ul {
  list-style-type: disc;
  margin-left: 2em;
  margin-top: 1em;
  margin-bottom: 1em;
}

li {
    font-size: 16px;
  line-height: 1.4;
}

@media screen and (min-width:1200px) {
  section {
    padding: 4em 0;
  }

  h1 {
    font-size: 50px;
  }
	
  h1 strong{
    font-size: 70px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 35px;
  }

  h4 {
    font-size: 24px;
  }

}

@media screen and (min-width:1024px) and (max-width:1199px) {
  section {
    padding: 4em 0;
  }

  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 35px;
  }

  h3 {
    font-size: 30px;
  }

  h4 {
    font-size: 22px;
  }

}

@media screen and (min-width:481px) and (max-width:1023px) {
  section {
    padding: 3em 0;
  }

  h1 {
    font-size: 35px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 28px;
  }

  h4 {
    font-size: 22px;
  }
}

@media screen and (max-width:480px) {
  section {
    padding: 2em 0;
  }

  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 18px;
  }
}


/* ============================
========= HEADER ==============
=============================*/
header {
  position: fixed;
  transition: transform 0.8s ease-in-out;
  z-index: 99;
  width: 100%;
}

.navbar-hidden {
  transform: translateY(-100%);
}

#menu-aeb.smallogo {
  /*height: 135px;*/
	background: #fff;
    box-shadow: 0 0px 5px #8d8d8d69;	
} 
#menu-aeb .contain {
  height: 100%;
  width: 90%;
  max-width: 1170px;
  margin: auto;
  display: flex;
  position: relative;
  justify-content: space-around;
  align-items: center;
  flex-direction: row;
	padding:20px 0;	
}
#menu-aeb.smallogo .contain {
    padding: 10px 0;
}
header .wrap-nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
	align-items: center;
    float: right;
	margin-top: 1em;
}
header .wrap-nav > li{
  padding-left:25px;
	line-height: 1;
		padding-bottom: 1em;

}
header .wrap-nav li.menu-linkedin{
  padding: 0 0 1em;
}
header .wrap-nav a, .dropdown, .itemnolink {
  font-size: 18px;
	font-weight: 600;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.dropdown-content {
    display: none;
}
.dropdown {
    position: relative;
    padding-right: 1em;
}
.dropdown:after {
    content: url(/wp-content/themes/Oxano/images/puce-menu.svg);
    position: absolute;
    right: 0;
    top: 0
}
.dropdown:hover .dropdown-content {
    display: grid;
    position: absolute;
    top: 2em;
    width: max-content;
    background: rgba(255,255,255,.9);
    box-shadow: -1px 3px 7px #0000005c;
    border-radius:35px 0;
}
.dropdown .dropdown-content a {
    font-size: 16px;
    padding: .75em 2em
}
.dropdown:hover .dropdown-content a:hover {
    background: #fff;
    border-radius:35px 0;
}


.menu {
  width: 90%;
}

.logo-header {
  width: max-content;
}

.logo-header img {
  height: 71px;
}

header .suivezburger {
  display: none;
}

header ul {
  list-style-type: none;
  margin: 0;
}

.menu-rs {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}

.menu-rs li {
  margin: 0 0.5em;
}

.menu-rs li:last-of-type {
  margin: 0 0 0 1em;
}

.sprites,
.sprites:hover {
  width: 30px;
  height: 30px;
  display: inline-block;
}

.sprites {
  background: url(/wp-content/themes/Defi_ong/images/logo-res.svg) no-repeat center center;
}

.sprites:hover {
  background: url(/wp-content/themes/Defi_ong/images/logo-res3.svg) no-repeat center center;
}

#rs-instagram,
#rs-instagram:hover {
  background-position: 3.5px 4px;
}

#rs-facebook,
#rs-facebook:hover {
  background-position: -41px 4px;
}

#rs-youtube,
#rs-youtube:hover {
  background-position: -88.5px 4px;
}

/* Main */
.content_aeb {
  padding-top: 135px;
}

#content_archive {
  padding-top: 0;
  padding-bottom: 2em;
}

/* footer */
footer {
  background: #fff;
}

footer ul {
  margin: 0;
}

footer .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-direction: row;
  flex-wrap: nowrap;
}

footer .bloc-3:first-child,
footer .bloc-3:nth-child(2) {
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}

footer .bloc-3:last-child {
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
  flex-wrap: wrap;
}

.logosocial a {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.finis p,
.finis a {
}

.finis a:hover {
  color: #50AD37
}

/*footer .bloc-3:first-child img {
width: 254px;
}*/
.finis {
  padding-top: 4em;
  padding-bottom: 3em;
}

footer .hiddenitemsocial {
  margin-top: 2em;
}

footer .suivezburger {
  padding-top: 0.5em;
  padding-right: 0.5em;
}

footer .hiddenitemsocial {
  align-items: center;
}

footer .sprites {
  background: url(/wp-content/themes/Defi_ong/images/logo-res2.svg) no-repeat center center;
}

footer .sprites:hover {
  background: url(/wp-content/themes/Defi_ong/images/logo-res3.svg) no-repeat center center;
}

footer .menu-rs li:nth-child(4) {
  display: none;
}

footer .bloc-3:last-child a:hover {
  color: #FFF
}

footer .btn-don {
  color: #192562;
  background: #50AD37;
  font-weight: 400;
}

footer .bloc-3:nth-child(2) ul {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.membre p {
  margin-bottom: 0.5em;
}

.btn-membre {
  background: none;
  border: 1px solid;
}

.devenir {
  display: flex;
  flex-direction: row;
}

.devenir a:first-child {
  margin-right: 1em;
}

.membre {
  margin: 1em 0;
}

.engager {
  margin: 1em 0 2em;
}

.engager a:first-child {
  margin-bottom: 1em;
}

@media screen and (min-width:661px) and (max-width:1024px) {
  footer .bloc-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  footer .bloc-3:nth-child(2) {
    display: none;
  }

  footer .bloc-3:first-child {
    display: flex;
    flex-direction: column;
    align-content: center;
    flex-wrap: wrap;
  }

  footer .hiddenitemsocial {
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media screen and (max-width:660px) {
  .finis {
    padding: 2em 0;
  }

  footer .row {
    flex-wrap: wrap;
  }

  footer .bloc-3:nth-child(2) {
    display: none;
  }

  footer .bloc-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  footer .bloc-3:first-child {
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    padding-bottom: 1em;
  }

  footer .hiddenitemsocial {
    margin: 0.5em 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }

  footer .bloc-3:last-child .btn-don,
  footer .bloc-3:last-child .membre,
  footer .bloc-3:last-child .engager {
    display: none;
  }

  #gform_wrapper_8 {
    width: 100%;
  }
}

/* form 8: newsletter */
#gform_8 {
  position: relative;
}

#gform_8 #input_8_1 {
  inline-size: 99%;
  border: 1px solid #FFF;
  border-radius: 45px;
  background: #192562;
  color: #FFF;
  height: 42px;
}

footer .gform-theme--foundation .gform_footer {
  margin-block-start: 0;
}

#gform_8 .gform_footer {
  position: absolute;
  top: 0;
  right: 19%;
}

#gform_8 #gform_submit_button_8 {
  border-radius: 45px;
  background: #50AD37;
  color: #192562;
  font-size: 16px;
  font-weight: 700;
  padding: .75em;
}

#gform_8 .gfield--type-choice .gchoice {
  margin-left: 1em;
}

label#label_8_2_1 {
  color: #fff;
  font-size: 11px;
  margin-left: 0;
}

input#choice_8_2_1 {
  height: 15px;
  width: 15px;
}

footer .gform-theme--foundation .gform_fields {
  grid-row-gap: 12px;
  grid-template-columns: repeat(11, 1fr);
}

/* mention legal, politique de conf */
.mbp {
  text-align: center;
  padding: 0 1em 0.5em;
}

.mbp p,
.mbp a {
  color: #192562;
  font-size: 14px
}

.mbp a:hover {
  color: #50AD37;
}

@media screen and (min-width:1141px) and (max-width:1190px) {
  #gform_8 #input_8_1 {
    font-size: 13px;
  }
}

@media screen and (min-width:1025px) and (max-width:1140px) {
  #gform_8 #input_8_1 {
    font-size: 11px;
  }
}

@media screen and (max-width:800px) {
  footer .gform-theme--foundation .gform_fields {
    grid-template-columns: repeat(1, 1fr);
  }

  #gform_8 .gform_footer {
    right: 1%;
  }
}

@media screen and (max-width:480px) {
  footer .hiddenitemsocial {
    justify-content: center;
  }

  footer .suivezburger {
    display: none;
  }

  footer .menu-rs {
    align-items: center;
    margin: 0;
    padding: 0 0 1em;
  }

  .finis {
    padding-bottom: 2em;
  }

  .mbp p,
  .mbp a {
    font-size: 12px;
    padding-bottom: 5px;
  }
}

/* menu humberger */
.hamb {
  display: none;
}

.allelement {
  width: 45px;
  height: 42px;
  position: relative;
}

.element {
  width: 45px;
  height: 5px;
  background-color: #192562;
  border-radius: 20px;
  position: absolute;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.5s;
  top: 50%;
  transform: translate(0, -50%);
  opacity: 1
}

.element::before,
.element::after {
  width: 45px;
  height: 5px;
  background-color: #192562;
  border-radius: 20px;
  position: absolute;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.5s;
  content: "";
  opacity: 1;
  right: 0
}

.element::before {
  top: -14px
}

.element::after {
  top: 14px
}

.element1 {
  width: 45px;
  height: 5px;
  opacity: 0;
  background-color: #192562;
  border-radius: 20px;
  position: absolute;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.5s;
  top: 50%;
  transform: translate(51px, -50%)
}

.element1::before,
.element1::after {
  width: 45px;
  height: 5px;
  background-color: #192562;
  border-radius: 20px;
  position: absolute;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.5s;
  content: "";
  transform: translate(102px, 0)
}

.element1::before {
  top: -10px;
}

.element1::after {
  top: 17px;
}

.hamb:hover .element {
  transform: translate(-51px, 50%);
  opacity: 0
}

.hamb:hover .element::before,
.hamb:hover .element::after {
  transform: translate(102px, 0);
  opacity: 0
}

.hamb:hover .element1 {
  opacity: 1;
  transform: translate(0, -50%)
}

.hamb:hover .element1::before,
.hamb:hover .element1::after {
  opacity: 1;
  transform: translate(0%, -50%);
}

.hamb.is-active .element {
  display: none
}

.hamb.is-active .element1 {
  opacity: 1;
  transform: rotate(45deg)
}

.hamb.is-active .element1::before {
  transform: translate(0, 10px) rotate(90deg);
  transform-origin: center
}

.hamb.is-active .element1::after {
  transform-origin: center;
  transform: translate(0, -10px) rotate(0);
  opacity: 0
}

@media screen and (max-width:1100px) {
  #menu-aeb .contain {
    justify-content: space-between;
  }

  .hamb {
    display: block;
    cursor: pointer;
    overflow: hidden;
  }

  .menu {
    position: fixed;
    background: url(/wp-content/themes/Defi_ong/images/fond-arc-grand.jpg);
    height: 100%;
    width: 100%;
    z-index: 100;
    left: -100%;
    transform: scale(0.5);
    opacity: 0;
    transition: transform 0.4s ease-out, opacity 0.4s ease-out;
  }

  .menu.active {
    right: 0%;
    left: inherit;
    margin-top: 80px;
    width: 100%;
    top: 0%;
    overflow: scroll;
    padding-top: 2em;
    transform: scale(1);
    opacity: 1;
    transition: transform 0.4s ease-out, opacity 0.4s ease-out;
  }

  .menu .wrap .mara {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
  }

  #top.fixe {
    overflow: hidden;
    position: initial;
  }

  header .wrap-nav a {
    color: #FFF;
    margin: 1em 0;
    text-align: center;
  }

  header .wrap-nav a:hover {
    color: #3EA153;
  }

  header .btn-don {
    border: 1px solid #FFF;
  }

  .sprites {
    background: url(/wp-content/themes/Defi_ong/images/logo-res2.svg) no-repeat center center;
  }

  header .hiddenitemsocial {
    padding: 2em 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    order: 2;
  }

  header .wrap-nav {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    margin: 0;
  }

  .menu .wrap {
    height: 100%;
  }

  .logo-header a {
    display: flex;
  }

  .logo-header img {
    height: 60px;
  }

  #menu-aeb {
    height: 80px;
    background: #fff;
    box-shadow: 0 0px 5px #8d8d8d;
  }

  .content_aeb {
    padding-top: 80px;
  }

  header .menu-rs {
    position: relative;
    margin-top: 3em;
    padding-bottom: 5em;
  }

  .menu-rs li:last-of-type {
    position: absolute;
    top: -27%;
    left: 50%;
    transform: translate(-50%, -100%);
    margin: 0;
  }
}






/* OXANO - Personnalisation */
.introxano{
	position: relative;
	background: #F2F0ED;
	padding: 0;
	
}
.introxano .introanim{
	padding: 90px 0;
	
}
#lottie {
    position: absolute;
    bottom: 3em;
    left: 50%;
	z-index:0;
	max-width: 585px;
}
.fullwidthexcept {
    background: rgba(255, 255, 255, 0.7);
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    z-index: 1;
}
.fullwidthexcept > div {
    width: 90%;
    max-width: 900px;
    margin: auto;
    position: relative;
    z-index: 3;
    height: 100%;
    padding: 50px .9375em 110px;
}
.fullwidthexcept *{
    text-align: center;
}
.fullwidthexcept h2{
    color: #50AD37;
}





.nos-solutions .row:first-of-type h2{
    text-align: center;
}
.nos-solutions .row:nth-of-type(2) {
    margin:2em 0;
}
.nos-solutions .row:nth-of-type(2)  .bloc-3{
    padding:0;
	position: relative;
}
.nos-solutions .row:nth-of-type(2) h3{
    font-size:65px;
    color:#fff;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)		
}



.nous-connaitre .bloc-2, .nous-connaitre2 .bloc-2{
	align-self: center;
}
