  @charset "utf-8";
/* CSS Document */

/* Font */
@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,700');


/* Simplification */
section {font-family:Oswald; text-decoration:none; min-width:310px; max-width:930px; text-align:center; font-size:16px !important;}
h1{font-family:Oswald; font-size:16px;}
h2{font-family:Oswald; font-size:16px;}
h3{font-family:Oswald; font-size:16px;}
p{font-family:Oswald; font-size:16px; margin-bottom: 15px;}
nav {}


/* Pavés */
.PavServices {width:100%; margin: 25px auto 25px auto; padding:15px 0px 15px 0px; text-align:center; font-family: 'Oswald'!important; display:flex; flex-wrap: wrap; justify-content:space-around;}
.PavIntroServ {max-width:800px; min-width:290px; margin: 25px auto 25px auto;}
.PavIntertitre {max-width:400px; min-width:290px; margin-left:10px; margin-right:10px; margin-top:50px; color:#282828!important; text-align:left;}
.PavImg{max-width:466px; min-width:290px; margin-left:10px; margin-right:10px; animation:dlpVisu 3s ease-out 0s forwards;}
.PavImg img {width:100%; height:auto;}
.PavTexte {max-width:550px; min-width:290px; margin-left:auto; margin-right:auto;}
.PavTexte Ul {text-align:left !important; list-style: none; background:url(Espaceur-Gris.gif) 0px 0px repeat-x!important;}
.PavTexte Ul li{font-family:'Oswald'!important; font-weight:300!important; font-size:1.1em !important; font-style:normal!important; line-height:1.4em !important;margin-bottom:5px; margin-top: 5px;}
.PavTexte Ul li b{color:#282828!important; text-decoration: underline; font-weight:300!important;}
.PavDetServices{text-align:center;   width:315px; font-size:16px !important;}
.PavDetServices ul{list-style:none; padding:0 0 0 0; width:305px; margin-left:5px; margin-right:5px;}
.PavDetServices ul li{display:inline-block; vertical-align:top; text-align:left;}
.SpacerPDS {width:10%; display:inline-block; vertical-align:top;}
.BlocImg{width:24.193548%; margin-left:1.612903%;}
.BlocTxt{width:70.967742%; font-family: 'Oswald'!important; font-style:normal!important;}


/* textes */
.TitreLigne1 {font-size:3.2em; line-height:1.2em!important; font-weight:300!important; font-family: 'Oswald'!important; color:#022856!important;}
.TitreLigne1 b {font-weight:400;!important;}
.TitreLigne2 {font-size:1.8em!important; line-height:1em!important; font-weight:300!important; font-family: 'Oswald'!important; color:#022856!important;}
.interLight{font-size:1.8em!important; line-height:1.2em!important; font-weight:lighter!important; font-family: 'Oswald'!important; color:#282828!important;}
.interBold{font-size:2em!important; line-height:1.2em!important; font-weight:400; font-family:'Oswald'!important; color:#282828!important;}
.TitreServ{font-size:2.8em!important; line-height:1.2em!important; font-weight:lighter; font-family: 'Oswald'!important; color:#282828!important;}
.TitreDetServ{font-size:1.3em!important; line-height:1em!important; font-weight:400; color:#ee7202; font-family:'Oswald'!important;}
.Paragraphe{font-size:1.3em !important; font-style:normal!important; line-height:1.4em !important; color:#525252 !important; text-align:justify!important;; text-align-last:center!important; font-weight:300 !important; font-family:'Oswald'!important;}
.LienDetServ {font-size:1em!important; line-height:1em!important; padding-top:5px!important; background:url(Espaceur-Black.png) 0px 0px repeat-x!important; font-family:'Oswald'!important;}
.LienDetServ a {transition-duration:1s; color:#022856;}
.LienDetServ a:hover {color:#ee7202;}
   
  
/* médias */
  .LienReassurance {width:69px; height:69px; background-color:#CCCCCC; border-radius:5px; box-shadow:0px 0px 5px rgba(0,0,0,0.5); transition-property: background-color; transition-duration:1s;}
  .LienReassurance:hover {background-color:#ee7202;}


/* animations */
@keyframes dlpVisu{
	0%{transform-origin:100% 50%; transform: scale(0.94);}
	100%{transform-origin:100% 50%; transform: scale(1.0);}
}