/*
 Theme Name:   ALTO CHILD THEME
 Theme URI:    https://ccweb-site.com/
 Description:  Child theme by C&C
 Author:       Clément FERNANDES
 Author URI:   Couleur et Connection
 Template:     Divi
 Version:      1.0.0
*/
/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 
/*
 * Body
 */
@import url('https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800');
body.wp-autoresize,
body {
	font-family: 'Poppins', sans-serif;
    background-color: #fff;
    line-height: 1.7em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*
 * Links
 */
a {
    text-decoration: none;
    color: #EFD567;
}

a:hover {
    text-decoration: none;
}

/*
 * Inline Elements
 */
p {
    padding-bottom: 1em;
}

p:last-of-type {
    padding-bottom: 0;
}

strong {
    font-weight: bold;
}

cite,
em,
i {
    font-style: italic;
}

pre,
code {
    font-family: 'Poppins', sans-serif;
    margin-bottom: 10px;
}

ins {
    text-decoration: none;
}

sup,
sub {
    height: 0;
    line-height: 1;
    position: relative;
    vertical-align: baseline;
}

sup {
    bottom: 0.8em;
}

sub {
    top: 0.3em;
}

dl {
    margin: 0 0 1.5em 0;
}

dl dt {
    font-weight: bold;
}

dd {
    margin-left: 1.5em;
}

blockquote {
    margin: 20px 0 30px;
    border-left: #EFD567 5px solid;
    padding-left: 20px;
}

blockquote p {
    padding-bottom: 0px;
}

embed,
iframe,
object,
video {
    max-width: 100%;
}

/*
 * Headers
 */
h1, h2, h3,
h4, h5, h6 {
    color: #333;
    padding-bottom: 10px;
    line-height: 1em;
    font-weight: 500;
}

h1 a, h2 a, h3 a,
h4 a, h5 a, h6 a {
    color: inherit;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

/*
 * Forms
 */
input {
    -webkit-appearance: none;
}

input[type=checkbox] {
    -webkit-appearance: checkbox;
}

input[type=radio] {
    -webkit-appearance: radio;
}

input[type=text],
input.text,
input.title,
textarea,
select {
    background-color: #fff;
    border: 1px solid #bbb;
    padding: 2px;
    color: #4e4e4e;
}

input[type=text]:focus,
input.text:focus,
input.title:focus,
textarea:focus,
select:focus {
    border-color: #2D3940;
    color: #3e3e3e;
}

input[type=text],
input.text,
input.title,
textarea,
select {
    margin: 0;
}

textarea {
    padding: 4px;
}

/* ----------- Menu --------------------------- */ 
.pts-menu{
	color:#EFD567;
	font-weight:800;
}
#top-menu li a {
    font-size: 12px;
    font-weight: 500;
	text-transform: uppercase;
}

.contact-nav{
	margin-left: auto;
    color: #EFD567;
    border: 1px solid #EFD567;
    border-radius: 100px;
    padding: 6px 25px;
	background:white;
}
.contact-nav li a :before {
	background:white;
}

#menu-item-25 ::before{
	background:none !important;
	
}
.contact-nav:hover {
  background:#EFD567;
  color:white;
  cursor:pointer;
  box-shadow: 5px 5px 12px -2px rgba(12,113,195,0.25);
}

	
/*------------------image------------------*/

.blc-gene {
    background-color: white;
    min-height: 300px;
}

.block-left {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
	
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    padding: 40px 55px;
    margin: 1px 0px 40px 0px;
	border:1px #EFD567;
}

.blc-txt {
    margin: 20px 0px;
    font-size: 14px;
    line-height: 29px;
}

.bloc-right1 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-image: url("https://alto.ccweb-site.com/wp-content/uploads/2018/04/iStock_000037428782_Full.jpg");
	box-shadow:15px 15px 50px rgba( 0, 0, 0, 0.4);
}
.bloc-right2 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-image: url("https://alto.ccweb-site.com/wp-content/uploads/2018/05/iStock_000081535355_XXXLarge.jpg");
	box-shadow:15px 15px 50px rgba( 0, 0, 0, 0.4);
}




/*------------------Bouton------------------*/

.buttontwo {
  margin-left:auto;
  margin-right:30px;
  border-radius:50%;
  width:40px;
  height:40px;
  font-size:18px;
  border:solid 1px #EFD567;
  background: white;
  color:#EFD567;
}
.buttontwo:hover {
  background:#EFD567;
  color:white;
  cursor:pointer;
}

/*------------------footer contact-pink------------------*/
.contact-bloc{
	z-index:2;
}

#main-footer {
    background-color: #f2f2f2;
	
}
.footer-widget{
	color:black !important;
	display: flex!important;
    justify-content: center!important;
}

/*------------------CERCLE-ACCUEIL------------------*/

.round
{
  width:320px;
  height:320px;
  position: relative;
  top: 120px;
  left: 150px;
  border-radius:800px;
  background-color:white;
  box-shadow: 11px 16px 32px -5px rgba(0, 0, 0, .4);
}

.boxing-txt
{
  width:200px;
  text-align: center;
  position:relative;
  left: 60px;
  top: -20px;
}

.texte-min{
	position:relative;
	font-size:10px;
	font-weight:300;
	line-height:1.4;
	top:35px;
}

.img-quote{
  position:relative;
  left: 150px;
  top: 27px;
	
}

.img-quenote{
  position:relative;
  left: 151px;
  top: 160px;
}

/*** Take out the divider line between content and sidebar ***/
#main-content .container:before {background: none;}
 
/*** Hide Sidebar ***/
#sidebar {display:none;}
 
/*** Expand the content area to fullwidth ***/
@media (min-width: 981px){
#left-area {
    width: 100%;
    padding: 23px 0px 0px !important;
    float: none !important;
}
}

.et_post_meta_wrapper{
	text-align:center;
}

.et_mobile_menu {
    border-top: 3px solid #EFD567;
}