/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style-type: circle;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Fin de reste */


body{
    font-size: 16px;
    margin: 0;
    color: #2c2f31;
    font-family: "Nunito Sans", sans-serif;
    width: 400;
    background-color: rgb(248, 248, 248);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Nunito Sans', sans-serif;
}

.header{
    color:#46484b ;
    text-align: center;
    padding-bottom: 60px;
    padding-top: 60px;
}
.header .wrapper{
    display: flex;
    align-items: center;
}

.header .wrapper .logo{
    width: 100px;
    height: 100px;
    margin-right: 20px;
}

@media only screen and (min-width: 680px) {
    .header .wrapper .logo{
        width: 150px;
        height: 150px;
        margin-right: 20px;
    }
}

.header .wrapper .logo img{
    display: block;
    width: 100%;
}

h1{
    font-size: 32px;
    margin-bottom: 0;
    margin-top: 20px;
    color: #46484b;
    font-weight: 400;
}

.title {
    padding-top: 1rem;
}

.title h1 {
    font-family: 'Montserrat', sans-serif;
    padding-bottom: .5rem;
    font-size: 24px;
    text-align: left;
}

.title h4 {
    text-align: left;
    font-size: 14px;
}

@media only screen and (min-width: 680px) {
    .title h1 {
        font-family: 'Montserrat', sans-serif;
        padding-bottom: .5rem;
        font-size: 32px;
        text-align: center;
    }
    .title h4 {
        text-align: center;
        font-size: 16px;
    }
}


h2{
    font-size: 24px;
    color: #373a3c;
    margin-bottom: 24px;
}

h3{
    margin-bottom: 0.6em;
    font-size: 20px;
}
h4{
    font-size: 16px;
    font-weight: 300;
    margin-top: 0;
    color: #46484b;
    font-style: italic;
}
strong{
    font-weight: 600;
}

ul{
    padding-left: 20px;
}

li{
    margin-bottom: 0.5em;
}

ol{
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

p{
    margin-bottom: 1em;
    line-height: 1.5;
    color:#46484b;
}

.wrapper{
    max-width: 1024px;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
}



section{
    margin-bottom: 40px;
}

.philosophie{
    background: white;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
    box-shadow: 1px 1px 2px 2px #bdbdbd1f;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    position: relative;
    overflow: hidden;
}
.philosophie p{
    padding-right: 30%;
}


@keyframes logoRotate {
  from {
    transform: rotate(0);
}
  to {
    transform: rotate(360deg);
  }
}

.philosophie::before{
    content:'';
    display: block;
    width: 400px;
    height: 400px;
    position: absolute;
    right: -200px;
    bottom: -200px;
    background-image: url('logo.png');
    background-size: contain;
    animation-duration: 60s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}



/* From Uiverse.io by TCdesign-dev */ 
.button-name {
  align-items: center;
  appearance: none;
  /*background-color: #97e0ca;*/
  background-color: #7DA08F;
  border-radius: 4px;
  border-width: 0;

  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-flex;
  font-weight: 600;
  height: 48px;
  justify-content: center;
  line-height: 1;
  list-style: none;
  overflow: hidden;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  text-align: left;
  text-decoration: none;
  transition:
    box-shadow 0.15s,
    transform 0.15s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  will-change: box-shadow, transform;
  font-size: 18px;
}


.prestations{
    padding-left: 40px;
    padding-right: 40px;
}



.prestations .prestationWrapper {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap:20px;
}


.prestations article{
    flex: 1;

    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 10px;
    background: white;

    min-width: 260px;
    
    box-shadow: 1px 1px 2px 2px #bdbdbd1f;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.prestations article div p{
    flex-grow: 1;
}

@media only screen and (min-width: 680px) {
    .prestations .prestationWrapper {
        flex-direction: row;
    }
}

.examples {
    padding-top: 20px;
    margin-top: auto;
}

.examples ul {
    margin: 0;
    padding-left: 1.2rem;
}

article h3{
    text-align: left;
    font-size: 18px;
}

.prestations article p{
    margin-bottom: 0;
}

.prestations article.pro .exemple {
    border: 1px solid #3f7fa1;
    padding: 6px;
    border-radius: 10px;
    margin-top: 10px;
    font-size: small;
}

.exemples{
    background: white;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
    box-shadow: 1px 1px 2px 2px #bdbdbd1f;
    border-radius: 10px;
}

.exemples article.individual{
    border: 2px solid #638a7e;
    margin-bottom: 10px;
}

.exemples article.action{
    border: 2px solid #cc7161;
    margin-bottom: 10px;
}

.exemples article.pro{
    border: 2px solid #3f7fa1;
    margin-bottom: 10px;
}

.exemples li{
    margin-bottom: 1px;
    margin-top: 1px;
}

.valeurs{
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
}
.valeurs .valeurWrapper {
    display: flex;
    flex-direction: column;
    gap:20px;
}

@media only screen and (min-width: 680px) {
    .valeurs .valeurWrapper{
        flex-direction: row;
    }
}

.valeurs article{
    background: white;
    flex: 1;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 1px 1px 2px 2px #bdbdbd1f;
}


.valeurs .organisations h3{
    margin-top: 0.6em;
}

.a-propos{
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
}

.a-propos > div {
    display: block;
}

.a-propos div img {
    display: none;
}

@media only screen and (min-width: 680px) {
    .a-propos > div {
        display: flex;
        flex-direction: row;
    }

    .a-propos div img {
        display: block;
        justify-self: end;
        width: 25%;
        height: 25%;
    }
}


#contact{
    background: #e2e2e1;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
    box-shadow: 1px 1px 2px 2px #bdbdbd1f;
    border-radius: 10px;
    color: #f8f8f8;
}

#contact h2 {
    color: #464646;
}

#contact p {
    color: #46484b;
}

#contact a {
    color: #2c2f31;
}


#contact .contactWrapper{
    display:flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

#contact .contactWrapper .logo{
    display: flex;
    flex: 1;
    flex-direction: row;
    justify-content: right;
    align-items: center;
    border-radius: 10px;
    padding: 4px;
    margin: 4px;
}

#contact .contactWrapper .logo a{
    text-align: center;
}
#contact .contactWrapper .logo img{
    width: 100px;
}

#contact .logo .fsp {
    margin-left: 8px;
}

#contact .logo .fsp img {
    width: 95px;
}

#contact .contactWrapper .localisation{
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
}
#contact .contactWrapper .contact{
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

@media only screen and (min-width: 680px) {
    #contact .contactWrapper{
        flex-direction: row;
    }
    #contact .contactWrapper .logo{
        width: 30%;
        flex-direction: column;
        align-items: end;
        margin-bottom: 0px;
    }
    #contact .contactWrapper .localisation{
        margin-bottom: 0px;
    }
    #contact .contactWrapper .contact{
        margin-bottom: 0px;
        width: 30%;
        align-items: start;
        justify-content: center;
    }
}

.footer{
    
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #bdbdbd;
    text-align: center;
    font-size: 14px;
}
